@charset "utf-8";

.container h1,
.container h2{
	font-family: eb-garamond, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.container h1 + p{
	font-size: 18px;
	margin-bottom: 60px;
}

.junbi{
	padding: 80px 0;
}


/* index.html
============================*/
#index{
	padding: 0;
}
#index .mvBox{
	width: 1000px;
	margin: 0 auto 20px;
}
#index .about{
	padding: 115px 0 120px;
	background: url(../img/top/bg_about_02.png) no-repeat left 35px / 268px 533px, url(../img/top/bg_about_03.png) no-repeat right bottom 40px / 290px 553px, url(../img/top/bg_top.jpg) repeat;
}
#index .about .aboutTitle{
	font-size: 26px;
	line-height: 2.15em;
	margin-bottom: 35px;
}
#index .about ul{
	width: 700px;
	margin: 0 auto 40px;
	font-size: 0;
	text-align: center;
}
#index .about ul li{
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 170px;
	font-size: 20px;
	line-height: 1.5em;
	color: #fff;
	margin-right: 45px;
	margin-bottom: 20px;
}
#index .about ul li:nth-child(3),
#index .about ul li:nth-child(5){
	margin-right: 0;
}
#index .about ul li:nth-child(1),
#index .about ul li:nth-child(3),
#index .about ul li:nth-child(5){
	background: url(../img/top/bg_circle_01.png)
	no-repeat center center / 100% auto;
}
#index .about ul li:nth-child(2),
#index .about ul li:nth-child(4){
	background: url(../img/top/bg_circle_02.png)
	no-repeat center center / 100% auto;
}
#index .about ul li p{
	display: table;
	width: 100%;
	height: 100%;
}
#index .about ul li p span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#index .about .aboutText{
	font-size: 18px;
	line-height: 2.5em;
}

#index .contents{
	padding: 115px 0 150px;
}
#index .contents h2{
	font-size: 36px;
	letter-spacing: 5px;
	margin-bottom: 50px;
}
#index .contents ul{
	width: 1000px;
	margin: auto;
}
#index .contents ul li{
	float: left;
	width: 332px;
	margin-right: 2px;
	margin-bottom: 2px;
	
}
#index .contents ul li:nth-child(1){
	width: 100%;
	margin-right: 0;
}
#index .contents ul li:nth-child(4),
#index .contents ul li:nth-child(7){
	margin-right: 0;
}
#index .contents ul li:nth-child(5),
#index .contents ul li:nth-child(6),
#index .contents ul li:nth-child(7){
	margin-bottom: 0;
}
#index .contents ul li a{
	display: block;
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 75px 0;
	position: relative;
	overflow: hidden;
}
#index .contents ul li a::after{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all .5s ease-out;
	z-index: -1;
}
#index .contents ul li:nth-child(1) a::after{
	background: url(../img/top/img_centents_01.png) no-repeat center center / 100% auto;
}
#index .contents ul li:nth-child(2) a::after{
	background: url(../img/top/img_centents_02.png) no-repeat center center / 100% auto;
}
#index .contents ul li:nth-child(3) a::after{
	background: url(../img/top/img_centents_03.png) no-repeat center center / 100% auto;
}
#index .contents ul li:nth-child(4) a::after{
	background: url(../img/top/img_centents_04.png) no-repeat center center / 100% auto;
}
#index .contents ul li:nth-child(5) a::after{
	background: url(../img/top/img_centents_05.png) no-repeat center center / 100% auto;
}
#index .contents ul li:nth-child(6) a::after{
	background: url(../img/top/img_centents_06.png) no-repeat center center / 100% auto;
}
#index .contents ul li:nth-child(7) a::after{
	background: url(../img/top/img_centents_07.png) no-repeat center center / 100% auto;
}
@media screen and (min-width: 480px) {
	#index .contents ul li a:hover::after{
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
}

#index .contents ul li a span{
	font-family: eb-garamond, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 26px;
	letter-spacing: 3px;
}

#index .gallery{
	background: url(../img/top/bg_top.jpg) repeat;
}
#index .gallery h2{
	font-size: 36px;
	letter-spacing: 5px;
	margin-bottom: 50px;
}
#index .gallery .galleryBox{
	width: 1000px;
	margin: auto;
	padding: 115px 0 150px;
	background: url(../img/top/bg_gallery.png) no-repeat left bottom / 282px 495px, url(../img/top/bg_gallery.png) no-repeat right bottom / 282px 495px;
}
#index .gallery .galleryBox .instaGallery{
    width: 1000px;
    margin: auto;
}
#index .gallery .galleryBox .instaGallery .instagram-placeholder{
	float: left;
    width: 240px;
    height: 240px;
	margin-right: 13px;
}
#index .gallery .galleryBox .instaGallery .instagram-placeholder:last-child{
	margin-right: 0;
}
#index .gallery .galleryBox .instaGallery .instagram-placeholder img{
    width: 240px;
    height: 240px;
    object-fit: cover;
}
#index .gallery .galleryBox .insta_banner{
	width:600px;
	margin: 0 auto;
}


/* story.html
============================*/
#story .mv{
	margin-bottom: 65px;
}
#story .storyBox{
	width: 1000px;
	margin: auto;
}
#story .storyBox .storyTitle{
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 40px;
}
#story .storyBox .storyText{
	font-size: 16px;
	line-height: 3.1em;
	text-align: center;
	background: url(../img/story/bg_story_01.png) no-repeat 0 60px / 252px auto, url(../img/story/bg_story_02.png) no-repeat right 0 top 440px / 269px auto;
	padding-bottom: 120px;
}
#story .storyBox .storyText .navy{
	font-size: 18px;
	font-weight: 700;
	color: #003153;
}
#story .storyPhoto{
	background: #003153;
}
#story .storyPhoto ul{
	width: 1000px;
	margin: auto;
	padding: 20px 0;
}
#story .storyPhoto ul li{
	float: left;
	margin-right: 20px;
}
#story .storyPhoto ul li:nth-child(3n){
	margin-right: 0;
}

#story #access{
	padding-top: 130px;
}
#story #access .map{
	width: 1000px;
	margin: 0 auto 40px;
}
#story #access .accessBox ul{
	font-size: 0;
	text-align: center;
}
#story #access .accessBox ul li{
	display: inline-block;
	font-size: 16px;
	line-height: 2em;
	text-align: left;
}
#story #access .accessBox ul li:first-child{
	margin-right: 85px;
}

/* staff.html
============================*/
#staff{
	background: url(../img/staff/bg_staff_01.png) no-repeat right 60px / 291px 541px;
}
#staff .staffBox{
	width: 700px;
	margin: auto;
}
#staff .staffBox ul li:first-child{
	float: left;
}
#staff .staffBox ul li:last-child{
	float: right;
	width: 340px;
}
#staff .staffBox .name_box{
	margin-bottom: 80px;
}
#staff .staffBox ul li .staffName{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}
#staff .staffBox ul li .staffPosi{
	font-size: 14px;
}
#staff .staffBox ul li .staffEn{
	font-size: 12px;
}
#staff .staffBox ul li .staffText{
	font-size: 16px;
	line-height: 2em;
}
#staff .staffBox .staffKome{
	font-size: 16px;
	margin-top: 30px;
}
/* flow.html
============================*/
#flow .flowBox{
	width: 1000px;
	margin:0 auto 80px;
}
#flow .flowBox:last-of-type{
	margin: auto;
}
#flow .flowBox .flowTitle{
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 1px;
    background: #003153;
    margin-bottom: 15px;
	text-align: center;
}
#flow .flowBox .flowImg{
	margin-bottom: 10px;
}
#flow .flowBox .flowText{
	font-size: 16px;
	line-height: 2em;
}
#flow .flowBox ul li{
	float: left;
	width: 320px;
	margin-right: 20px;
}
#flow .flowBox ul li:last-child{
	margin-right: 0;
	padding-bottom: 30px;
	background: url(../img/flow/bg_flow_01.png) no-repeat right bottom / 91px 140px;
}
/* products.html
============================*/
#products .proBox{
	width: 1000px;
	margin: 0 auto 80px;
}
#products .proBox:last-of-type{
	margin: auto;
}
#products .proBox ul li:first-child{
	float:right;
	width: 500px;
}
#products .proBox ul li:last-child{
	float:left;
	width: 500px;
}
#products .proBox ul li .proTitle{
    font-size: 22px;
    line-height: 38px;
    color: #fff;
    letter-spacing: 1px;
    background: #003153;
    padding-left: 10px;
    margin-bottom: 12px;
}
#products .proBox ul li .proTitle span{
	font-size: 14px;
	padding-left: 10px;
}
#products .proBox ul li .proText{
	font-size: 16px;
	line-height: 2em;
}


/* menu.html
============================*/
#menu .menuWrap{
	width: 1000px;
	margin: auto;
	padding-bottom: 130px;
}
#menu .menuWrap .menuL{ float: left; margin-right: 40px;}
#menu .menuWrap .menuR{ float: right;}
#menu .menuWrap .menuBox{
	width: 480px;
	margin-bottom: 70px;
}
#menu .menuWrap .menuBox .menuKind{
	font-family: eb-garamond, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 2px;
	background: #003153;
	padding-left: 10px;
	margin-bottom: 12px;
}
#menu .menuWrap .menuBox ul{
	padding-left: 10px;
}
#menu .menuWrap .menuBox ul li{
	padding: 7px 0;
}
#menu .menuWrap .menuBox ul li .menuName{
	float: left;
	font-size: 16px;
}
#menu .menuWrap .menuBox ul li .menuPrice{
	float: right;
	font-size: 16px;
}
#menu .menuWrap .menuBox ul li p{
	font-size: 12px;
}
#menu .menuWrap .menuBox .kome{
	font-size: 13px;
	line-height: 1.5em;
	color: #003153;
	padding: 10px 0 0 10px;
}
#menu .menuWrap .attention{
	font-size: 14px;
	line-height: 1.5em;
	padding-left: 10px;
}
#menu .menuWrap .attention .red{
	color: #af011c;
}
#menu .coupon{
	background: url(../img/menu/bg_coupon_02.png) no-repeat center bottom, url(../img/menu/bg_coupon_01.jpg) repeat;
	padding: 50px 0 70px;
}
#menu .coupon .couponInner{
	background: #fff;
	width: 900px;
	margin: 0 auto 20px;
	padding: 20px;
	box-sizing: border-box;
}
#menu .coupon .couponInner ul li{
	padding: 15px 0;
}
#menu .coupon .couponInner ul li .couponMenu{
	float: left;
    font-size: 16px;
}
#menu .coupon .couponInner ul li .couponPrice{
	float: right;
    font-size: 16px;
}
#menu .coupon .couponInner ul li .couponPrice .red{
	font-size: 24px;
	font-weight: bold;
	color: #af011c;
}
#menu .coupon .couponInner .couponText{
	font-size: 16px;
	line-height: 2;
}
#menu .coupon .couponInner .couponText .red{
	font-size: 22px;
	font-weight: bold;
	color: #af011c;
}
#menu .coupon .attention{
	font-size: 14px;
}
#menu  .attention02{
	font-size: 14px;
    background: #eae8e4;
    margin: 30px 25%;
    padding: 30px;
}

/* voice.html
============================*/
#voice table{
	margin: auto;
    border-collapse: separate;
    table-layout: fixed;
}
#voice table td{
	width: 480px;
	background: #fff;
	vertical-align: top;
	padding-bottom: 70px;
}
#voice table td:nth-child(odd){
	padding-right: 40px;
}
#voice table tr:last-child td{
    padding-bottom: 0;
}
#voice table td p.voice_person{
	color: #fff;
	font-size: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-bottom: 20px;
	background:#003153 url("../img/voice/ico_voice.png") no-repeat center left 20px / 20px auto;
	padding-left: 50px;
	
}

#voice table td p.voice_text{

	font-size: 15px;
	line-height: 30px;
	margin-bottom: 38px;
	letter-spacing: nomal;
}

#voice table td p.voice_menu{
	background:url("../img/voice/bg_voice.png") repeat;
	padding: 14px;
	font-size: 14px;
	letter-spacing: normal;
	
	
}
@media screen and (max-width: 480px) {
	.container h1,
	.container h2{
		font-family: eb-garamond, serif;
		font-weight: 500;
		font-style: normal;
		font-size: 32px;
		text-align: center;
		letter-spacing: 5px;
	}
	
	.container h1 + p{
		font-size: 18px;
		margin-bottom: 40px;
	}

	.junbi{
		padding: 100px 0;
	}
	
	
	/* index.html
	============================*/
	#index{
		padding: 0;
	}
	#index .mvBox{
		width: 100%;
		margin: auto;
	}
	#index .about{
		padding: 70px 0;
		background: url(../img/top/bg_about_02.png) no-repeat left 35px / 40% auto, url(../img/top/bg_about_03.png) no-repeat right bottom 40px / 35% auto, url(../img/top/bg_top.jpg) repeat;
	}
	#index .about .aboutTitle{
		font-size: 24px;
		line-height: 2em;
		margin-bottom: 35px;
	}
	#index .about ul{
		width: 100%;
		margin: 0 auto 30px;
		font-size: 0;
		text-align: center;
	}
	#index .about ul li{
		display: inline-block;
		vertical-align: top;
		width: 150px;
		height: 150px;
		font-size: 20px;
		line-height: 1.5em;
		color: #fff;
		margin-right: 25px;
		margin-bottom: 20px;
	}
	#index .about ul li:nth-child(3),
	#index .about ul li:nth-child(5){
		margin-right: 25px;
	}
	#index .about ul li:nth-child(2),
	#index .about ul li:nth-child(4),
	#index .about ul li:nth-child(5){
		margin-right: 0;
	}
	#index .about ul li:nth-child(1),
	#index .about ul li:nth-child(3),
	#index .about ul li:nth-child(5){
		background: url(../img/top/bg_circle_01.png)
		no-repeat center center / 100% auto;
	}
	#index .about ul li:nth-child(2),
	#index .about ul li:nth-child(4){
		background: url(../img/top/bg_circle_02.png)
		no-repeat center center / 100% auto;
	}
	#index .about ul li p{
		display: table;
		width: 100%;
		height: 100%;
	}
	#index .about ul li p span{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	#index .about .aboutText{
		font-size: 16px;
		line-height: 2.1em;
	}
	
	#index .contents{
		padding: 70px 0;
	}
	#index .contents h2{
		font-size: 36px;
		letter-spacing: 5px;
		margin-bottom: 50px;
	}
	#index .contents ul{
		width: 98%;
		margin: auto;
	}
	#index .contents ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2px;
	}
	#index .contents ul li:nth-child(1){
		width: 100%;
		margin-right: 0;
	}
	#index .contents ul li:nth-child(4),
	#index .contents ul li:nth-child(7){
		margin-right: 0;
	}
	#index .contents ul li:nth-child(5),
	#index .contents ul li:nth-child(6),
	#index .contents ul li:nth-child(7){
		margin-bottom: 2px;
	}
	#index .contents ul li a{
		display: block;
		width: 100%;
		font-size: 16px;
		text-align: center;
		color: #fff;
		padding: 70px 0;
	}
	#index .contents ul li:nth-child(1) a{
		background: url(../img/top/img_centents_01.png) no-repeat center center / cover;
	}
	#index .contents ul li:nth-child(2) a{
		background: url(../img/top/img_centents_02.png) no-repeat center center / 100% auto;
	}
	#index .contents ul li:nth-child(3) a{
		background: url(../img/top/img_centents_03.png) no-repeat center center / 100% auto;
	}
	#index .contents ul li:nth-child(4) a{
		background: url(../img/top/img_centents_04.png) no-repeat center center / 100% auto;
	}
	#index .contents ul li:nth-child(5) a{
		background: url(../img/top/img_centents_05.png) no-repeat center center / 100% auto;
	}
	#index .contents ul li:nth-child(6) a{
		background: url(../img/top/img_centents_06.png) no-repeat center center / 100% auto;
	}
	#index .contents ul li:nth-child(7) a{
		background: url(../img/top/img_centents_07.png) no-repeat center center / 100% auto;
	}
	#index .contents ul li a span{
		font-family: eb-garamond, serif;
		font-weight: 500;
		font-style: normal;
		font-size: 26px;
		letter-spacing: 3px;
	}
	
	#index .gallery{
		background: url(../img/top/bg_top.jpg) repeat;
	}
	#index .gallery h2{
		font-size: 36px;
		letter-spacing: 5px;
		margin-bottom: 50px;
	}
	#index .gallery .galleryBox{
		width: 94%;
		margin: auto;
		padding: 70px 0;
		background: url(../img/top/bg_gallery.png) no-repeat left bottom / 30% auto, url(../img/top/bg_gallery.png) no-repeat right bottom / 30% auto;
	}
	#index .gallery .galleryBox .instaGallery{
		width: 100%;
		margin: auto;
	}
	#index .gallery .galleryBox .instaGallery .instagram-placeholder{
		float: none;
		width: 49%;
		height: auto;
		margin-right: 2%;
		margin-bottom: 2%;
		display: inline-block;
	}
	#index .gallery .galleryBox .instaGallery .instagram-placeholder:nth-child(even){
		margin-right: 0;
	}
	#index .gallery .galleryBox .instaGallery .instagram-placeholder img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#index .gallery .galleryBox .insta_banner{
	width:98%;
}
	
	/* story.html
	============================*/
	#story .mv{
		margin-bottom: 50px;
	}
	#story .storyBox{
		width: 100%;
		margin: auto;
	}
	#story .storyBox .storyTitle{
		font-size: 24px;
		line-height: 2em;
		font-weight: 900;
		text-align: center;
		margin-bottom: 30px;
	}
	#story .storyBox .storyText{
		font-size: 16px;
		line-height: 2.4em;
		text-align: center;
		background: url(../img/story/bg_story_01.png) no-repeat 0 60px / 30% auto, url(../img/story/bg_story_02.png) no-repeat right 0 bottom 80px / 30% auto;
		padding-bottom: 70px;
	}
	#story .storyBox .storyText .navy{
		font-size: 18px;
		font-weight: 700;
		color: #003153;
	}
	#story .storyPhoto{
		background: #003153;
	}
	#story .storyPhoto ul{
		width: 94%;
		margin: auto;
		padding: 20px 0;
	}
	#story .storyPhoto ul li{
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	#story .storyPhoto ul li:nth-child(3n){
		margin-right: 0;
		margin-bottom: 0;
	}
	
	#story #access{
		padding-top: 70px;
	}
	#story #access .map{
		width: 94%;
		margin: 0 auto 20px;
	}
	#story #access .map iframe{
		width: 100%;
		height: 350px;
	}
	#story #access .accessBox ul{
		width: 94%;
		margin: auto;
		font-size: 0;
		text-align: center;
	}
	#story #access .accessBox ul li{
		display: block;
		font-size: 16px;
		line-height: 2.3em;
		text-align: left;
	}
	#story #access .accessBox ul li:first-child{
		margin-right: 0;
	}
	/* staff.html
	============================*/
	#staff{
		background: url(../img/staff/bg_staff_01.png) no-repeat right bottom 30px / 40% auto;
	}
	#staff .staffBox{
		width: 100%;
		margin: auto;
	}
	#staff .staffBox ul li:first-child{
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	#staff .staffBox ul li:last-child{
		float: none;
		width: 80%;
		margin: auto;
	}
	#staff .staffBox ul li .staffName{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	#staff .staffBox ul li .staffPosi{
		font-size: 14px;
	}
	#staff .staffBox ul li .staffEn{
		font-size: 12px;
	}
	#staff .staffBox ul li .staffText{
		font-size: 16px;
		line-height: 2em;
	}
	#staff .staffBox .staffKome{
		font-size: 16px;
		margin: 30px auto 0;
		width: 80%;
	}
	/* flow.html
	============================*/
	#flow .flowBox{
		width: 94%;
		margin:0 auto 60px;
	}
	#flow .flowBox:last-of-type{
		margin: auto;
	}
	#flow .flowBox .flowTitle{
		font-size: 22px;
		line-height: 37px;
		color: #fff;
		letter-spacing: 1px;
		background: #003153;
		margin-bottom: 20px;
		text-align: center;
	}
	#flow .flowBox .flowImg{
		margin-bottom: 10px;
		text-align: center;
	}
	#flow .flowBox .flowImg img{
		width: 100%;
	}
		#flow .flowBox .flowText{
		font-size: 16px;
		line-height: 2em;
	}
	#flow .flowBox ul li{
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}
	#flow .flowBox ul li:last-child{
		margin: auto;
		padding-bottom: 30px;
		background: url(../img/flow/bg_flow_01.png) no-repeat right bottom / 91px 140px;
	}
	/* products.html
	============================*/
	#products .proBox{
		width: 94%;
		margin: 0 auto 60px;
	}
	#products .proBox:last-of-type{
		margin: auto;
	}
	#products .proBox ul li:first-child{
		float:none;
		width: 100%;
		margin-bottom: 12px;
	}
	#products .proBox ul li:last-child{
		float:none;
		width: 100%;
	}
	#products .proBox ul li .proTitle{
		font-size: 22px;
		line-height: 33px;
		color: #fff;
		letter-spacing: 2px;
		background: #003153;
		padding-left: 10px;
		margin-bottom: 12px;
	}
	#products .proBox ul li .proTitle span{
		font-size: 14px;
		padding-left: 10px;
	}
	#products .proBox ul li .proText{
		font-size: 16px;
		line-height: 2em;
	}
	
	/* menu.html
	============================*/
	#menu .menuWrap{
		width: 94%;
		margin: auto;
		padding-bottom: 80px;
	}
	#menu .menuWrap .menuL{ float: none; margin-right: 0;}
	#menu .menuWrap .menuR{ float: none;}
	#menu .menuWrap .menuBox{
		width: 100%;
		margin-bottom: 50px;
	}
	#menu .menuWrap .menuBox .menuKind{
		font-family: eb-garamond, serif;
		font-weight: 400;
		font-style: normal;
		font-size: 22px;
		line-height: 30px;
		color: #fff;
		letter-spacing: 2px;
		background: #003153;
		padding-left: 10px;
		margin-bottom: 12px;
	}
	#menu .menuWrap .menuBox ul{
		padding-left: 10px;
	}
	#menu .menuWrap .menuBox ul li{
		padding: 7px 0;
	}
	#menu .menuWrap .menuBox ul li .menuName{
		float: left;
		font-size: 16px;
	}
	#menu .menuWrap .menuBox ul li .menuPrice{
		float: right;
		font-size: 16px;
	}
	#menu .menuWrap .menuBox ul li p{
		font-size: 12px;
	}
	#menu .menuWrap .menuBox .kome{
		font-size: 13px;
		line-height: 1.5em;
		color: #003153;
		padding: 10px 0 0 10px;
	}
	#menu .menuWrap .attention{
		font-size: 14px;
		line-height: 1.5em;
		padding-left: 10px;
	}
	#menu .menuWrap .attention .red{
		color: #af011c;
	}
	
	#menu .coupon{
		background: url(../img/menu/bg_coupon_02.png) no-repeat center bottom, url(../img/menu/bg_coupon_01.jpg) repeat;
		padding: 50px 0 70px;
	}
	#menu .coupon .couponInner{
		background: #fff;
		width: 94%;
		margin: 0 auto 20px;
		padding: 3%;
		box-sizing: border-box;
	}
	#menu .coupon .couponInner ul li{
		padding:  15px 0;
		line-height: 1.7em;
	}
	#menu .coupon .couponInner ul li .couponMenu{
		float: left;
		font-size: 16px;
	}
	#menu .coupon .couponInner ul li .couponPrice{
		float: right;
		font-size: 16px;
	}
	#menu .coupon .couponInner ul li .couponPrice .red{
		font-size: 22px;
		font-weight: bold;
		color: #af011c;
	}
	#menu .coupon .couponInner .couponText{
		font-size: 14px;
		line-height: 1.8;
	}
	#menu .coupon .couponInner .couponText .red{
		font-weight: bold;
		color: #af011c;
	}
	#menu .coupon .attention{
		font-size: 14px;
	}
	#menu  .attention02{
		font-size: 14px;
		background: #eae8e4;
		margin: 30px 5%;
		padding: 30px;
	}
	
	
/* voice.html
============================*/
    #voice table,#voice table tr, #voice table td {
        display: block;
    }
    #voice table{
        width: 94%;
        margin: auto;
        border-collapse: separate;
        table-layout: fixed;
        }
    #voice table td{
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        vertical-align: top;
        padding-bottom: 80px;
    }
    #voice table td:nth-child(odd){
        padding-right: 0;
    }
    #voice table tr:last-child td{
        padding-bottom: 0;
    }
    #voice table td p.voice_person{
        background-color: #003153;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 20px;
        background:#003153 url("../img/voice/ico_voice.png") no-repeat center left 20px / 20px auto;
        padding-left: 50px;

    }
    #voice table td p.voice_text{
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 10px;
        letter-spacing: nomal;
    }
    #voice table td p.voice_menu{
        background:url("../img/voice/bg_voice.png") repeat;
        padding: 10px;
        font-size: 14px;
        letter-spacing: normal;	
    }

}