/* ========================================
	Common
======================================== */
.contents h2, .contents h3, .contents h4, .contents h5, .contents h6 {
	line-height: 1.4;
}

/* ========================================
	Main
======================================== */
.main_visual {
	background-image: url(../images/geihin_kihinn/main_ki.jpg);
}

.main_visual h2 {
	margin-top: -20px;
}

/* ========================================
	Section
======================================== */

.section{
	margin-bottom: 100px;
}

/* ========================================
	Lead
======================================== */
#lead {
	margin-bottom: 110px;
}

#lead .wrapper {
	max-width: 1680px;
	padding: 0;
}

#lead .main {
	float: right;
	width: 61.90476%;
	padding-top: 60px;
	background-image: url(../images/geihin_kihinn/kihin_move.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 73% auto;
}

@media screen and (max-width: 1700px) {
	#lead .main {
		padding-right: 20px;
	}
}

@media screen and (max-width: 1200px) {
	#lead .main {
		background-position: 90% 20%;
	}
}

#lead .main header {
	margin-bottom: 110px;
	padding-right: 68.62745%;
	text-align: center;
}

#lead .main header h3 {
	float: right;
	width: 50%;
	padding: 0 5%;
}

#lead .main header .text {
	float: right;
	width: 50%;
	padding-top: 60px;
}

#lead .main .gray_bg {
	margin-bottom: 20px;
	padding: 25px 30px;
	font-size: 16px;
	background: rgba(40, 30, 25, 0.1);
	text-shadow: 0 0 3px #dfdcd2,0 0 3px #dfdcd2,0 0 3px #dfdcd2,0 0 5px #dfdcd2;
}

#lead .chef {
	float: right;
	width: 38.09524%;
	padding-top: 60px;
	text-align: center;
}

#lead .chef > div {
	float: right;
	width: 400px;
	padding-right: 40px;
}

@media screen and (max-width: 1200px) {
	#lead .chef > div {
		width: auto;
		padding-left: 40px;
	}
}

#lead .chef figure {
	margin-bottom: 75px;
}

#lead .chef h4 {
	display: inline-block;
	margin: 0 auto 30px;
	font-size: 40px;
	text-align: left;
}

#lead .chef h4 span {
	display: block;
	font-size: 18px;
}

#lead .chef p {
	padding: 25px 30px;
	font-size: 16px;
	text-align: left;
	border: rgba(40, 30, 25, 0.1) 1px solid;
}

/* ========================================
	Cuisine
======================================== */
.cuisine .wrapper {
	padding: 0;
}

.cuisine header {
	margin-bottom: 45px;
}

.cuisine header h3 {
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 1.8;
}

.cuisine header p {
	padding-left: 5px;
	font-size: 22px;
}

.cuisine figure {
	width: 50%;
}

#cuisine01 {
	margin-bottom: 150px;
}

#cuisine01 header {
	float: right;
}

#cuisine01 figure {
	float: left;
	margin-bottom: 150px;
}

#cuisine01 figure img {
	moz-transition: -moz-transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	-ms-transition: -ms-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

#cuisine01 figure img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#cuisine01 .text {
	float: right;
}

#cuisine02 {
	overflow: hidden;
	margin-bottom: 100px;
}

#cuisine02 .wrapper {
	position: relative;
}

#cuisine02 .wrapper {
	position: relative;
}

#cuisine02 .mov_box{
	width: 50%;
	max-width: 560px;
	float: right;
}

#cuisine02 .mov_box .video{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#cuisine02 .mov_box .video iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#cuisine02 figure img {
	width: 100%;
	max-width: 100%;
}

#cuisine02 .txt_box {
	float: left;
	width: 50%;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.8;
}

#cuisine02 .txt_box_max {
	float: none;
	width: 100%;
}

#cuisine02 .txt_box .text span{
	padding: 0 20px;
	font-size: 16px;
	display:block;
}

#cuisine02 .txt_box .text span.more {
	margin:0px 0 0 10px;
	width: 280px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
}

#cuisine02 .txt_box .text span.more a {
	padding-bottom: 6px;
	position: relative;
	display: block;
	background: url(../common/images/s_dot.png) repeat-x 0 bottom;
}

#cuisine02 .txt_box .text span.more a:after {
	position: absolute;
	left: -27px;
	top: 50%;
	display: block;
	width: 21px;
	height: 20px;
	margin-top:-10px;
	background: url(../images/index/more_icon.png);
	content: '';
}

#cuisine02 .map{
	margin-top: 30px;
}

/* ========================================
	chef2
======================================== */

.chef2{
	margin-bottom: 45px;
}

.chef2 > div{
	max-width: 280px;
}

.chef2 figure{
	width: 100%;
	margin-bottom: 25px;
}

.chef2 h4{
	font-size: 28px;
}

.chef2 h4 span {
	display: block;
	font-size: 18px;
}

/* ========================================
	table
======================================== */
.dinner_wrap{
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px 100px;
		
}
.dinner_wrap table {
	width: 100%;
	border-left: #bfb6a3 1px solid;
	border-top: #bfb6a3 1px solid;
}


.dinner_wrap tr:nth-child(2n+1) {
	background: rgba(40, 30, 25, 0.1);
}

.dinner_wrap th, .dinner_wrap td {
	padding: 5px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	border-right: #bfb6a3 1px solid;
	border-bottom: #bfb6a3 1px solid;
}

table.dinner_table{
	width: 50%;
}

.facility_table {
	margin-bottom: 65px;
}

.facility_table h4 {
	margin-bottom: 15px;
	padding-left: 35px;
	font-size: 16px;
}

.facility_table table {
	margin-bottom: 20px;
}

.facility_table table td {
	padding-left: 50px;
	padding-right: 50px;
}

.facility_table table th{
	width:20%;
	padding-left: 20px;
	padding-right: 10px;
	}

.facility_table .att {
	padding-left: 50px;
	line-height: 1.8;
	font-size: 14px;
}

/* ========================================
	Point
======================================== */

#point h3{
	text-align: center;
    font-size: 24px;
	margin-bottom: 30px;
}

#point .spots .spot{
	width: 45.833333%;
	float: left;
	margin-left: 8.333334%;
	margin-top: 100px;
}

#point .spots .spot:nth-child(-n+2){
	margin-top: 0;
}

#point .spots .spot:nth-child(2n+1){
	margin-left: 0;
}

#point .spots .spot figure{
	margin-bottom: 20px;
}

#point .spots .spot h5{
	border-left: 3px solid #653F25;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 18px;
}

/* ========================================
	overview
======================================== */

#overview{
	overflow:hidden;
}
	
#overview h3 {
	margin-bottom: 100px;
    font-size: 24px;
	text-align: center;
}
	
#overview h4{
	margin-bottom: 30px;

}
	
#overview .text{
	background-color: rgba(150,133,102,0.20);
	background-image: url("../images/second_aniv/square.gif"),url("../images/second_aniv/square.gif"),url("../images/second_aniv/square.gif"),url("../images/second_aniv/square.gif");
	background-repeat: no-repeat;
	background-position: left top,right top,left bottom,right bottom;
	border: 1px solid #968566;
	padding: 40px 30px;
}
	
@media screen and (min-width: 769px) {
	#overview .text p {
		columns: 2;
		column-gap: 30px;
	}
}

/* ========================================
	Type
======================================== */
#type {
	margin-bottom: 80px;
	text-align: center;
}

#type .wrapper {
	max-width: 1200px;
	padding: 0;
}

#type h3 {
	margin-bottom: 53px;
}

#type li {
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: #efecdf 1px solid;
	border-right: #efecdf 1px solid;
}

#type li:nth-child(2n) {
	border-right: none;
}

#type li.type01 {
	background-image: url(../images/cuisine/dinner.jpg);
}

#type li.type02 {
	background-image: url(../images/cuisine/breakfast.jpg);
}

#type li.s_type01 {
	background-image: url(../images/cuisine/dinner_s.jpg);
}

#type li.s_type02 {
	background-image: url(../images/cuisine/breakfast_s.jpg);
}

#type li a {
	display: block;
	padding: 30px 30px 23px;
	background: rgba(44, 32, 26, 0.5);
}

#type h4 {
	margin-bottom: 25px;
}

#type p {
	color: #fff;
	line-height: 1.3;
	font-style: italic;
}

/* ========================================
	Detail　（idの方）
======================================== */
#detail h3 {
	padding-top:67px;
	margin-top:-67px;
	margin-bottom: 48px;
	text-align: center;
}

#detail h4{
    font-size: 30px;
	text-align: center;
	margin-top:50px;
	margin-bottom: 30px;
}

#detail .slider img {
	width: 100%;
}

#detail_main_slider1,
#detail_main_slider2{
	margin-bottom: 50px;
}

#detail_slider {
	margin-bottom: 55px;
}

#detail .desc {
	margin-bottom: 120px;
}

#detail .desc section {
	float: left;
	width: 50%;
}

#detail .desc section h4 {
	margin-bottom: 40px;
	padding: 0 5px;
	text-align: center;
}

#detail .desc section p {
	padding: 0 20px;
	font-size: 16px;
}

#detail .desc section p.more {
	margin:35px 0 0 30px;
	width: 280px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
}

#detail .desc section p.more a {
	padding-bottom: 6px;
	position: relative;
	display: block;
	background: url(../common/images/s_dot.png) repeat-x 0 bottom;
}

#detail section .more a:after {
	position: absolute;
	left: -27px;
	top: 50%;
	display: block;
	width: 21px;
	height: 20px;
	margin-top:-10px;
	background: url(../images/index/more_icon.png);
	content: '';
}

#detail .desc figure {
	text-align: center;
	float: right;
	width: 47.5%;
/*	padding: 100px 30px;*/
/*	border: #b6b0a8 1px solid;*/
}

#detail .desc .gray_bg {
	float: left;
	width: 50%;
	margin-top: 70px;
	margin-bottom: 20px;
	padding: 25px 30px;
	font-size: 16px;
	background: rgba(40, 30, 25, 0.1);
}

#detail .desc .gray_bg table {
	width: 100%;
}

#detail .desc .gray_bg table th, #detail .desc .gray_bg table td {
	text-align: left;
	vertical-align: top;
	line-height:2.5;
}

#detail .desc .gray_bg table th {
	width: 110px;
}

/*----table.center----*/
#detail .desc .gray_bg table.center th, #detail .desc .gray_bg table.center td {
	text-align: left;
	vertical-align: top;
	line-height: 2.5;
	text-align:center;
}

#detail .desc .gray_bg table.center th {
	font-weight:bold;
	font-size:18px;
	line-height: 1.6;
}

#detail .desc .gray_bg table.center td{
	font-size:14px;
	line-height: 1.6;
	padding:10px 0 30px;
	}
	
#detail .desc .gray_bg table.center td li{
	list-style-type:disc;
	list-style-position:inside;
	}

/*----/table.center----*/


/*----table.line----*/
#detail .desc .gray_bg table.line th, #detail .desc .gray_bg table.line td {
	text-align: left;
	vertical-align: top;
	border-bottom:1px dotted rgba(0,0,0,0.20);
	padding:10px 0px;
	line-height:1.8;
}

#detail .desc .gray_bg table.line th {
	font-weight:bold;
	position:relative;
	padding-right:20px;
	padding-top:10px;
	width:120px;
}

#detail .desc .gray_bg table.line th span {
	display: block;
	position:absolute;
	right:0;
	top:0.5em;
	padding-right: 5px;
}
#detail .desc .gray_bg table.line td{
	}
	
#detail .desc .gray_bg table.line td li{
	border-bottom:1px dotted rgba(0,0,0,0.20);
	padding:5px;
/*	list-style-type:disc;
	list-style-position:outside;
	margin-left:1.5em;*/
	}
	
#detail .desc .gray_bg table.line td li:last-child{
	border-bottom:0px;
	}

/*----/table.line----*/

#detail .desc .gray_bg table th span {
	display: block;
	float: right;
	padding-right: 5px;
}

#detail .desc .gray_bg .buttons li {
	text-align: center;
	font-size: 18px;
	width: 48%;
	margin-right: 4%;
}

#detail .desc .gray_bg .buttons li:nth-child(2n) {
	margin-right: 0;
}

#detail .desc .gray_bg .buttons li a {
	display: block;
	padding: 0 10px;
	line-height: 1.2;
	color: #fff;
	background-color: #281e19;
}

#detail .desc .gray_bg .buttons li span {
	display: inline-block;
	padding: 10px 30px;
	background-image: url(../images/room_detail/btn_icon.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#detail .desc .att {
	float: left;
	width: 51%;
	padding: 0 30px;
	line-height: 1.8;
	font-size: 14px;
}

#detail .desc section .att {
	line-height: 1.8;
	font-size: 14px;
	width:100%;
	padding: 0 0px;
}

#detail .detail_bottom_lead {
	max-width: 740px;
	margin: 0 auto 70px;
	font-size: 16px;
}

#detail .detail_bottom_lead p {
	margin-bottom: 1em;
}

#detail .detail_item {
	margin-bottom: 120px;
}

#detail .detail_item figure {
	float: left;
	width: 50%;
	padding: 0 20px;
	text-align: center;
}

#detail .detail_item section {
	float: right;
	width: 50%;
	padding: 0 20px;
}

#detail .detail_item section h4 {
	margin-bottom: 50px;
	font-size: 26px;
}

#detail .detail_item section h4 span {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
}

#detail .detail_item section .text {
	margin-bottom: 30px;
	font-size: 16px;
}

#detail .detail_item section .att {
	line-height: 1.8;
	font-size: 14px;
	color: #0059b2;
}

#detail .detail_item .more {
	float: right;
	width: 150px;
	margin-top: 35px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
}

#detail .detail_item .more a {
	padding-bottom: 6px;
	position: relative;
	display: block;
	background: url(../common/images/s_dot.png) repeat-x 0 bottom;
}

#detail .detail_item .more a:after {
	position: absolute;
	left: -27px;
	top: 50%;
	display: block;
	width: 21px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/index/more_icon.png);
	content: '';
}

/* ========================================
	Detail　(classの方)
======================================== */
.detail {
	padding-bottom: 50px;
	clear: both;
}

.detail h3 {
	margin-bottom: 55px;
	text-align: center;
}

.detail figure {
	flex-basis: 50%;
	max-width: 50%;
}

.detail figure img{
	width: 100%;
}

.detail h4 {
	width: 50%;
	margin-bottom: 50px;
	text-align: center;
}

.detail .text {
	flex-basis: 50%;
	/*max-width: 50%;*/
	padding-top: 20px;
	padding-bottom: 20px;
}

.detail .text h5 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	line-height: 1.8;
	font-size: 18px;
	border-bottom: 1px solid #868695;
}

.detail .text p {
	font-size: 16px;
	line-height: 1.8;
}

@media screen and (min-width: 1025px) {
	.detail.t_right .text {
		padding-right: 100px;
	}
}

@media screen and (min-width: 769px) {
	.detail.t_right .text h5{
		padding-left: 50px;
	}

	.detail.t_right .text p{
		padding-left: 50px;
	}
}

.detail figure {
	width: 50%;
	padding: 0 30px;
	text-align: center;
}

.detail section {
	width: 50%;
	padding: 0 30px;
}

.detail section h5 {
	margin-bottom: 35px;
}

.detail section p.text {
	font-size: 16px;
	line-height: 1.8;
}

.detail section .more {
	width: 320px;
	margin:35px 0 0 30px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
}

.detail section .more a {
	padding-bottom: 6px;
	position: relative;
	display: block;
	background: url(../common/images/s_dot.png) repeat-x 0 bottom;
}

.detail section .more a:after {
	position: absolute;
	left: -27px;
	top: 50%;
	display: block;
	width: 21px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/index/more_icon.png);
	content: '';
}

.detail.t_left h4 {
	float: left;
}

.detail.t_left figure {
	float: right;
}

.detail.t_left section {
	float: left;
}

.detail.t_right h4 {
	float: right;
}

.detail.t_right figure {
	float: left;
}

.detail.t_right section {
	float: right;
}


/* ========================================
	#geihin
======================================== */
#detail .geihin ul li{
	border-bottom:1px dotted rgba(0,0,0,0.20);
	padding:15px 0;
	line-height: 1.8;
}

p a.plan {
	text-decoration: underline;
}



.sub {
	width: 100%;
	max-width: 990px;
	padding-bottom: 100px;
	float: left;
}

.sub figure {
	width: 36.3636%;
	max-width: 360px;
	text-align: center;
}

.sub div {
	width: 58.5858%;
	max-width: 580px;
}

.sub figure {
	float: left;
}

.sub div {
	float: right;
	margin-left: 4.03225%;
}

span.name{
	font-weight: bold;
	display: block;
}

span.name_s{
	font-size: 14px;
	display: block;
	line-height: 1.0;
}

.feature {
	margin-bottom: 50px;
}


.feature ul {
	margin: 0 -20px;
}

.feature ul li {
	float: left;
	width: 33.33333%;
	padding: 0 2.08333%;
	margin-bottom: 50px;
}

.feature ul figure {
	margin-bottom: 35px;
	text-align: center;
}

.feature ul h5 {
	margin-bottom: 5px;
	font-weight: bold;
	height: 50px;
}

.feature ul p {
	font-size: 16px;
	line-height: 1.8;
}

.feature p .more {
	float: right;
	width: 100%;
	margin-top: 25px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	padding-left: 27px;
}

.feature p .more a {
	padding-bottom: 6px;
	position: relative;
	display: block;
	background: url(../common/images/s_dot.png) repeat-x 0 bottom;
}

.feature p .more a:after {
	position: absolute;
	left: -27px;
	top: 50%;
	display: block;
	width: 21px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/index/more_icon.png);
	content: '';
}

/* ========================================
	Feature
======================================== */
#feature {
	margin-bottom: 115px;
}

#feature h3 {
	margin-bottom: 55px;
	text-align: center;
}

#feature h4 {
	margin-bottom: 50px;
	text-align: center;
}

#feature ul {
	margin: 0 -20px;
}

#feature ul li {
	float: left;
	width: 33.33333%;
	padding: 0 2.08333%;
}

#feature ul figure {
	margin-bottom: 35px;
	text-align: center;
}

#feature ul h5 {
	margin-bottom: 5px;
	font-weight: bold;
}

#feature ul p {
	font-size: 16px;
	line-height: 1.8;
}

#feature .more {
	float: right;
	width: 150px;
	margin-top: 25px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
}

#feature .more a {
	padding-bottom: 6px;
	position: relative;
	display: block;
	background: url(../common/images/s_dot.png) repeat-x 0 bottom;
}

#feature .more a:after {
	position: absolute;
	left: -27px;
	top: 50%;
	display: block;
	width: 21px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/index/more_icon.png);
	content: '';
}

/* ========================================
	lunch
======================================== */
.lunch.beige_bg{
	padding-top: 20px;
}

/* ========================================
	Item
======================================== */
#item {
	margin-bottom: 50px;
	text-align: center;
	padding-top: 50px;
}

#item h3 {
		margin-bottom: 48px;
		font-size: 20px;
	}

#item li {
	float: left;
	width: 22.5%;
	margin: 0 3.33333% 3.33333% 0;
	padding: 0 15px 15px;
	background: #fff;
}

#item li:last-child {
	margin-right: 0;
}

#item figure {
	margin: 0 -15px 25px;
}

#item h4 {
	margin-bottom: 15px;
	font-size: 22px;
}

#item p {
	font-size: 16px;
	line-height: 1.7;
}


/* ========================================
	Category
======================================== */
#category_navi {
	margin-bottom: 120px;
	text-align: center;
}

#category_navi li {
	float: left;
	width: 20%;
	padding: 0 1%;
}

#category_navi a {
	position: relative;
	display: block;
	max-width: 220px;
	margin: 0 auto;
	color: #9b8b7f;
}

#category_navi figure {
	margin-bottom: 20px;
}

#category_navi h4 {
	font-size: 20px;
}

#category_navi p {
	font-size: 16px;
	line-height: 1.8;
}

#category_navi .balloon {
	display: none;
	z-index: 100;
	position: absolute;
	left: 30px;
	top: -80px;
	width: 175px;
	height: 110px;
	color: #9b854b;
	font-size: 14px;
	padding: 10px 10px 38px;
	line-height: 1.4;
	background: url(../images/cuisine/balloon.png) no-repeat;
}

#category_navi li:last-child .balloon {
	left: auto;
	right: 30px;
	background: url(../images/cuisine/balloon_last.png) no-repeat;
}



@media screen and (max-width: 768px) {
	/* ========================================
		Common
	======================================== */
	.contents h3 {
		font-size: 22px;
	}
	/* ========================================
		Main
	======================================== */
	.contents_main {
		padding-bottom: 60px;
	}
	.contents_main .wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	.sp_w80 {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-right: 10% !important;
		padding-left: 10% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.sp_w90 {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.sp_w100 {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		padding-right: 0% !important;
		padding-left: 0% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	/* ========================================
		Lead
	======================================== */
	#lead {
		margin-bottom: 60px;
	}
	#lead .main {
		padding-top: 0;
		background-position: center 200px;
		background-size: 90% auto;
	}
	#lead .main header {
		margin-bottom: 0;
		padding-right: 0;
		text-align: center;
	}
	#lead .main header h3 {
		text-align: left;
	}
	#lead .main header h3 img {
		max-width: 68.6px;
	}
	#lead .main header .text {
		text-align: right;
	}
	#lead .main header .text img {
		max-width: 81.2px;
	}
	#lead .main .gray_bg {
		margin-top: 50%;
		font-size: 14px;
		text-shadow: 0 0 3px #e0dcd3,0 0 3px #e0dcd3,0 0 3px #e0dcd3;
	}
	#lead .chef {
		padding-top: 40px;
	}
	#lead .chef > div {
		float: none;
		width: auto;
		padding: 0;
	}
	#lead .chef figure {
		margin-bottom: 30px;
	}
	#lead .chef h4 {
		margin: 0 auto 20px;
		font-size: 30px;
	}
	#lead .chef h4 span {
		font-size: 16px;
	}
	#lead .chef p {
		padding: 25px 30px;
		font-size: 14px;
	}
	/* ========================================
		Cuisine
	======================================== */
	.cuisine header {
		float: none !important;
		width: auto;
		margin-bottom: 25px;
		padding-top: 30px;
	}
	.cuisine header h3 {
		margin-bottom: 10px;
		font-size: 22px;
		line-height: 1.4;
	}
	.cuisine header p {
		padding-left: 0;
		font-size: 16px;
		line-height: 1.7;
	}
	.cuisine figure {
		margin-bottom: 25px;
	}
	.cuisine .text {
		font-size: 14px;
	}
	#cuisine01 {
		margin-bottom: 60px;
	}
	#cuisine01 figure {
		text-align: center;
	}
	#cuisine01 figure img:hover {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	#cuisine02 {
		overflow: hidden;
		margin-bottom: 60px;
	}
	#cuisine02 .wrapper {
		position: relative;
	}
	#cuisine02 figure {
		text-align: center;
		position: relative;
		right: auto;
		bottom: auto;
	}
	#cuisine02 figure img {
		width: auto;
		max-width: 100%;
	}
	
	#cuisine02 .text span{
	padding: 0 20px;
	font-size: 16px;
	display:block;
}

#cuisine02 .text span.more {
	margin:0px 0 0 10px;
	width: 250px;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
}

#cuisine02 .text span.more a {
	padding-bottom: 6px;
	position: relative;
	display: block;
	background: url(../common/images/s_dot.png) repeat-x 0 bottom;
}

#cuisine02 .text span.more a:after {
		left: -20px;
		width: 15px;
		height: 15px;
		margin-top: -10px;
		background-size: 15px auto;
		background-repeat: no-repeat;
	}

	/* ========================================
		chef2
	======================================== */
	
	.chef2{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	.chef2 figure{
		margin-bottom: 15px;
	}
	
	.chef2 h4 {
		font-size: 20px;
	}
	
	.chef2 h4 span {
		font-size: 14px;
	}

	/* ========================================
		Type
	======================================== */
    #type {
		margin-bottom: 60px;
		}
	#type h3 {
		margin-bottom: 35px;
	}
	#type h3 img {
		width: 40px;
	}
	#type li {
		float: none;
		width: auto;
		border-right: none;
	}
	#type li:nth-child(2n) {
		border-right: none;
	}
	#type h4 {
		margin-bottom: 25px;
	}
	
	/* ========================================
		Detail　（idの方）
	======================================== */
	#detail h3 {
		margin-bottom: 35px;
	}
	#detail h3 img {
		width: 40px;
	}
	#detail_main_slider {
		margin-bottom: 0;
	}
	#detail_slider {
		margin-bottom: 30px;
	}
	#detail .desc {
		margin-bottom: 65px;
	}
	#detail .desc section {
		padding-top: 30px;
		padding-bottom: 30px;
		background: rgba(40, 30, 25, 0.1);
	}
	#detail .desc section h4 {
		margin-bottom: 30px;
	}
	#detail .desc section p {
		padding: 0 0;
		font-size: 14px;
	}
	#detail .desc section p.more {
		right: 0;
		top: auto;
		bottom: 0;
		width: 180px;
		margin:30px auto 0 auto;
		font-size: 14px;
	}
	#detail .desc section p.more a {
		padding-bottom: 6px;
	}
	#detail .desc section p.more a:after {
		left: -20px;
		width: 15px;
		height: 15px;
		margin-top: -10px;
		background-size: 15px auto;
		background-repeat: no-repeat;
	}
	#detail .desc figure {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		border: none;
		background: rgba(40, 30, 25, 0.1);
	}
	
	#detail .desc figure img{
		width:60%;
		}
		
	#detail .desc .gray_bg {
		width: 50%;
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 14px;
	}
	#detail .desc .gray_bg table {
		margin-bottom: 30px;
	}
	#detail .desc .gray_bg table th, #detail .desc .gray_bg table td {
		line-height: 2;
	}
	#detail .desc .gray_bg table th {
		width: 100px;
	}
	#detail .desc .gray_bg .buttons li {
		margin-bottom: 15px;
		font-size: 16px;
		width: 100%;
		margin-right: 0;
	}
	#detail .desc .gray_bg .buttons li:last-child {
		margin: 0;
	}
	#detail .desc .att {
		font-size: 12px;
	}
	#detail .detail_bottom_lead {
		margin: 0 auto 50px;
		font-size: 14px;
	}
	#detail .detail_item {
		margin-bottom: 60px;
	}
	#detail .detail_item figure {
		margin-bottom: 30px;
	}
	#detail .detail_item section h4 {
		margin-bottom: 30px;
		font-size: 22px;
	}
	#detail .detail_item section h4 span {
		margin-bottom: 10px;
		font-size: 14px;
	}
	#detail .detail_item section .text {
		font-size: 14px;
	}
	#detail .detail_item section .att {
		font-size: 12px;
	}
	#detail .detail_item .more {
		right: 0;
		top: auto;
		bottom: 0;
		width: 130px;
		font-size: 14px;
	}
	#detail .detail_item .more a {
		padding-bottom: 6px;
	}
	#detail .detail_item .more a:after {
		left: -20px;
		width: 15px;
		height: 15px;
		margin-top: -10px;
		background-size: 15px auto;
		background-repeat: no-repeat;
	}
	
	/* ========================================
		Detail　（classの方）
	======================================== */
	.detail {
		padding-bottom: 60px;
	}
	
	.detail h3 {
		margin-bottom: 35px;
	}
	
	.detail h3 img {
		width: 40px;
	}
	
	.detail h4 {
		width: auto;
		margin-bottom: 25px;
	}
	.detail figure {
		margin-bottom: 25px;
		text-align: center;
	}
	.detail section h5 {
		margin-bottom: 25px;
		font-size: 16px;
	}
	.detail section p.text {
		font-size: 14px;
		line-height: 1.8;
	}
	.detail section .more {
		right: 0;
		top: auto;
		bottom: 0;
		width: 250px;
		margin:30px auto 0 auto;
		font-size: 14px;
	}
	.detail section .more a {
		padding-bottom: 6px;
	}
	.detail section .more a:after {
		left: -20px;
		width: 15px;
		height: 15px;
		margin-top: -10px;
		background-size: 15px auto;
		background-repeat: no-repeat;
	}

	/* ========================================
		Feature
	======================================== */
	#feature {
		margin-bottom: 60px;
	}
	#feature h3 {
		margin-bottom: 35px;
	}
	#feature h3 img {
		max-width: 60px;
	}
	#feature h4 {
		margin-bottom: 50px;
	}
	#feature ul {
		margin: 0;
	}
	#feature ul li {
		margin-bottom: 30px;
	}
	#feature ul li:last-child {
		margin-bottom: 0;
	}
	#feature ul figure {
		clear:both;
		margin-bottom: 20px;
	}
	#feature ul h5 {
		font-size: 16px;
	}
	#feature ul p {
		font-size: 14px;
	}
	
	#feature .more {
		margin-bottom: 30px;
		width: 130px;
		font-size: 14px;
	}
	#feature .more a {
		padding-bottom: 6px;
	}
	#feature .more a:after {
		left: -20px;
		width: 15px;
		height: 15px;
		margin-top: -10px;
		background-size: 15px auto;
		background-repeat: no-repeat;
	}
	
	/* ========================================
		Item
	======================================== */
	#item {
		margin-bottom: 60px;
	}
	
	#item h3 {
		margin-bottom: 35px;
		padding-top: 0;
		font-size: 20px;
	}
	
	#item h3 img {
		width: 40px;
	}
	
	#item li {
		width: 48%;
		margin: 0 4% 4% 0;
		padding: 0 15px 15px;
	}
	#item li:nth-child(2n) {
		margin-right: 0;
	}
	#item li:last-child {
		margin-right: 0;
	}
	#item figure {
		margin: 0 -15px 25px;
	}
	#item figure img {
		width: 100%;
	}
	#item h4 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	#item p {
		font-size: 14px;
	}

	/* ========================================
		Category
	======================================== */
	#category_navi {
		margin-bottom: 60px;
	}
	#category_navi li {
		float: none;
		width: auto;
		margin-bottom: 25px;
	}
	#category_navi li:last-child {
		margin-bottom: 0;
	}
	#category_navi a {
		max-width: 200px;
	}
	#category_navi figure {
		margin-bottom: 15px;
	}
	#category_navi h4 {
		font-size: 18px;
	}
	#category_navi p {
		font-size: 14px;
		line-height: 1.8;
	}

}

@media (max-width: 479px) {	
	.chef2 div{
		max-width: 100%;
	}
}