@charset "utf-8";
/* ===================================================
	Meal CSS
====================================================== */

#contents_wrap { overflow: hidden;}
#contents_wrap h2 {
	width: 100%; padding: 25px 0 0;
	font-size: 40px; line-height: 1.5; text-align: center;
	-webkit-box-sizing: border-box; box-sizing: border-box;
}
#contents_wrap h2:before { width: 50px; margin: 0 0 0 -25px; top: 0; left: 50%;}
#contents_wrap h2 .sub { display: block; font-size: 25px;}

#contents_wrap .slick-arrow { width: 46px; height: 0; padding: 92px 0 0; z-index: 10; overflow: hidden;}
#contents_wrap .slick-arrow:before {
	content: ''; width: 65px; height: 65px;
	position: absolute; left: 50%; top: 50%; opacity: 1;
	-webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
#contents_wrap .slick-prev { left: 5px;}
#contents_wrap .slick-prev:before { margin: 0 0 0 calc(46px / 2); border-left: 3px solid #fff; border-bottom: 3px solid #fff;}
#contents_wrap .slick-next { right: 5px;}
#contents_wrap .slick-next:before { margin: 0 0 0 calc(-46px / 2); border-right: 3px solid #fff; border-top: 3px solid #fff;}


@media screen and (max-width: 600px) {
	#contents_wrap h2 { font-size: 24px;}
	#contents_wrap h2 span { display: inline-block;}
	#contents_wrap h2 .sub { margin: 0 0 5px; font-size: 18px;}

	#contents_wrap .slick-arrow { width: 18px; padding-top: 36px;}
	#contents_wrap .slick-arrow:before { width: 25px; height: 25px;}
	#contents_wrap .slick-prev:before { margin-left: 9px;}
	#contents_wrap .slick-next:before { margin-left: -9px;}
}


/* ---------------------------------------------------
 四季折々のお料理
------------------------------------------------------ */
#sec1 { padding: 120px 0 150px;}
#sec1 h2 { margin: 0 0 90px;}
#sec1 .photo:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; font-size: 0;}
#sec1 .photo img:first-child { width: 75.06%; float: left;}
#sec1 .photo img:last-child { width: 24.86%; float: right;}
#sec1 .inner { position: relative; z-index: 0;}
#sec1 .inner:after {
	content: ''; width: 58%; height: 150%;
	position: absolute; right: 0; top: 0; z-index: -1;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f3ea+0,f6f3ea+100&0+0,0+50,1+51,1+100 */
	background: -moz-linear-gradient(to top right, rgba(246,243,234,0) 0%, rgba(246,243,234,0) 50%, rgba(246,243,234,1) 50.1%, rgba(246,243,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top right, rgba(246,243,234,0) 0%,rgba(246,243,234,0) 50%,rgba(246,243,234,1) 50.1%,rgba(246,243,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top right, rgba(246,243,234,0) 0%,rgba(246,243,234,0) 50%,rgba(246,243,234,1) 50.1%,rgba(246,243,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f3ea', endColorstr='#f6f3ea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#sec1 .inner > div { width: 1100px; max-width: 96%; margin: 0 auto; position: relative; z-index: 0;}
#sec1 .inner > div > img { max-width: 80vw; min-width: 955px; position: absolute; bottom: -62px; left: 445px;}
#sec1 .inner > div > *:not(img) { width: 520px;}
#sec1 .inner .eng { padding: 120px 0 65px; font-size: 60px; line-height: 1.5;}
#sec1 .inner h3 { padding: 5px 0 5px 15px; margin: 0 0 20px; border-left: 3px solid #b9961d; font-size: 25px; line-height: 1.5;}

@media screen and (max-width: 600px) {
	#sec1 { padding: 50px 0; background: #f6f3ea;}
	#sec1 h2 { margin-bottom: 30px;}
	#sec1 .photo img:first-child { width: 100%; float: none;}
	#sec1 .photo img:last-child { display: none;}

	#sec1 .inner:after { content: none;}
	#sec1 .inner > div { width: 100%;}
	#sec1 .inner > div > img { max-width: 100%; min-width: 0; margin: -5vw 0 0; position: relative; bottom: 0; left: 0;}
	#sec1 .inner > div > *:not(img) { width: 92%; margin: 0 auto;}
	#sec1 .inner .eng { padding: 0 0 10px; font-size: 36px;}
	#sec1 .inner h3 { margin-bottom: 15px !important; font-size: 20px; -webkit-box-sizing: border-box; box-sizing: border-box;}
	#sec1 .inner h3 span { display: inline-block;}
}



/* ---------------------------------------------------
 選べるご夕食
------------------------------------------------------ */
#sec2 h2 { margin: 0 0 70px;}
#sec2 > div { display: -webkit-flex; display: -ms-flex; display: flex; padding: 0 0 110px;}
#sec2 .slick_col { width: calc(50% + 120px); min-height: 500px;}
#sec2 .slick_col div { position: relative; min-height: 100%;}
#sec2 .slick_col img { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;';}
#sec2 .slick_col p {
	padding: 5px 20px; position: absolute; bottom: 0;
	background: #000; color: #fff; font-size: 18px; line-height: 1.5;
}
#sec2 .detail {
	-ms-align-self: center; align-self: center; width: calc(50% - 120px);
	-webkit-box-sizing: border-box; box-sizing: border-box;
}
#sec2 .detail > * { max-width: 360px;}
#sec2 h3 { margin: 0 0 35px; line-height: 1; text-align: center;}
#sec2 h3 em { display: block; margin: 0 0 5px; font-size: 120px;}
#sec2 h3 span { display: inline-block; padding: 0 30px; position: relative;}
#sec2 h3 span:before,
#sec2 h3 span:after {
	content: ''; width: 25px; height: 1px; position: absolute; top: 50%; background: #000;
	-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#sec2 h3 span:before { left: 0;}
#sec2 h3 span:after { right: 0;}
#sec2 ul { margin: 20px 0 0;}
#sec2 li + li { margin: 15px 0 0;}
#sec2 li a { display: block; padding: 10px 20px; border: 1px solid #b5b5b5;}
#sec2 li a > span {
	display: block; padding: 0 25px; background: url(../img/btn_arrow2.png) no-repeat right center;
	-webkit-background-size: 16px auto; background-size: 16px auto;
}
#sec2 li a:hover span { text-decoration: underline;}

/* sec2a */
#sec2a .slick_col p { left: 0;}
#sec2a .detail { padding: 30px 2% 30px 70px;}
#sec2a h3 em { color: #8a9f3a;}

/* sec2b */
#sec2b { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
#sec2b .slick_col p { right: 0;}
#sec2b .detail { padding: 30px 70px 30px 2%;}
#sec2b .detail > * { margin-left: auto;}
#sec2b h3 em { color: #b27a49;}

/* sec2c */
#sec2c  {width: 1100px; max-width: 96%; margin: 0 auto;}


@media screen and (max-width: 600px){
	#sec2 { padding: 50px 0 0;}
	#sec2 h2 { margin-bottom: 30px;}
	#sec2 > div { display: block; padding-bottom: 50px;}
	#sec2 .slick_col { width: 100%; min-height: 0;}
	#sec2 .slick_col img { width: auto; height: auto; object-fit: contain; font-family: 'object-fit: contain;';}
	#sec2 .slick_col p { font-size: 14px;}

	#sec2 .detail { width: 92%; padding: 20px 0 0 !important; margin: 0 auto;}
	#sec2 .detail > * { max-width: none;}
	#sec2 h3 { margin-bottom: 20px;}
	#sec2 h3 em { font-size: 70px;}
	#sec2 li a { padding: 10px; text-align: center;}
	#sec2 li a span span { display: inline-block;}

	/* sec2b */
	#sec2b .detail > * { margin-left: 0;}
}



/* ---------------------------------------------------
 サラダバイキング
------------------------------------------------------ */
#sec3 { padding: 90px 0; position: relative; z-index: 0;}
#sec3:before {
	content: ''; width: 150%; height: 100%; position: absolute; left: 50%; top: 0; z-index: -1;
	-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f3ea+0,f6f3ea+100&1+0,1+50,0+51,0+100 */
	background: -moz-linear-gradient(to bottom right, rgba(246,243,234,1) 0%, rgba(246,243,234,1) 50%, rgba(246,243,234,0) 50.1%, rgba(246,243,234,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to bottom right, rgba(246,243,234,1) 0%,rgba(246,243,234,1) 50%,rgba(246,243,234,0) 50.1%,rgba(246,243,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom right, rgba(246,243,234,1) 0%,rgba(246,243,234,1) 50%,rgba(246,243,234,0) 50.1%,rgba(246,243,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#sec3 h2 { margin: 0 0 70px;}
#sec3 .inner {
	display: -webkit-flex; display: -ms-flex; display: flex;
	-webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;
	-ms-align-items: flex-end; align-items: flex-end;
	width: 1100px; max-width: 96%; margin: 0 auto;
}
#sec3 .photo { width: calc(100% - 425px); margin: 0 0 0 -95px; position: relative; z-index: -1;}
#sec3 .detail { width: 520px;}
#sec3 .detail .cap { text-align: center;}
#sec3 .detail .cap .eng { display: block; margin: 0 0 5px; font-size: 60px; line-height: 1.3;}
#sec3 .detail .cap .eng span { color: #fff;}
#sec3 .detail .cap > span { display: inline-block; padding: 0 30px; position: relative;}
#sec3 .detail .cap > span:before,
#sec3 .detail .cap > span:after {
	content: ''; width: 25px; height: 1px; position: absolute; top: 50%; background: #000;
	-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#sec3 .detail .cap > span:before { left: 0;}
#sec3 .detail .cap > span:after { right: 0;}
#sec3 .detail p:not(.cap) { margin: 20px 0 40px;}


@media screen and (max-width: 600px) {
	#sec3 { padding: 50px 0; background: #f6f3ea;}
	#sec3:before { content: none;}
	#sec3 h2 { margin-bottom: 30px;}
	#sec3 .inner { display: block; width: 100%; max-width: none;}
	#sec3 .photo { width: 100%; margin: 0;}
	#sec3 .photo img { width: 100%; height: 75vw; object-fit: cover; font-family: 'object-fit: cover;';}
	#sec3 .detail { width: 92%; margin: 30px auto 0;}
	#sec3 .detail .cap .eng { font-size: 36px;}
	#sec3 .detail .cap .eng span { color: #000;}
	#sec3 .detail p:not(.cap) { margin-bottom: 20px;}
	#sec3 .detail > img { width: 100%;}
}



/* ---------------------------------------------------
 別注料理
------------------------------------------------------ */
#sec4 { padding: 110px 0 80px; background: url(../../meal/img/sec4_bg.jpg) center top;}
#sec4 h2 { margin: 0 0 20px;}
#sec4 > p { margin: 0 0 70px; text-align: center;}
#sec4 > p a { color: #ce4545; text-decoration: underline;}
#sec4 > p a:hover { text-decoration: none;}

#sec4 > div { width: 1100px; max-width: 96%; margin: 0 auto 80px; position: relative; z-index: 0;}
#sec4 h3 { text-align: center;}
#sec4 h3 .eng { display: block; font-size: 60px; line-height: 1.3;}
#sec4 h3 > span { display: inline-block; padding: 0 30px; position: relative;}
#sec4 h3 > span:before,
#sec4 h3 > span:after {
	content: ''; width: 25px; height: 1px; position: absolute; top: 50%; background: #000;
	-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#sec4 h3 > span:before { left: 0;}
#sec4 h3 > span:after { right: 0;}

#sec4 li { padding: 5px 0; border-bottom: 1px dotted #fff; font-size: 16px; line-height: 1.5;}
#sec4 li dl { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between;}

@media screen and (max-width: 600px) {
	#sec4 { padding: 50px 0; background: none;}
	#sec4 h2 { padding: 25px 4% 0; margin: 0 0 20px;}
	#sec4 > p { margin: 0 4% 30px; text-align: left;}

	#sec4 > div { width: 100%; max-width: none; margin-bottom: 50px;}
	#sec4 h3 .eng { font-size: 36px;}
	#sec4 li { border-color: #000;}
	#sec4 li > span { display: inline-block;}
	#sec4 li dl { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
	#sec4 li dd { flex-grow: 1; text-align: right;}
}


/* sec4a */
#sec4a:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; font-size: 0;}
#sec4a > div { width: 600px; float: left;}
#sec4a .photo { position: relative; z-index: -1;}
#sec4a .photo > img { max-width: 85vw; min-width: 925px; position: relative; left: -280px;}
#sec4a h3 { position: absolute; bottom: 7.25%; right: 15px;}
#sec4a h3 .eng span { color: #fff;}
#sec4a > div dt { padding: 0 0 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.3); font-size: 20px;}
#sec4a > div dd { padding: 15px 0 0;}
#sec4a > div dd span { display: block; margin: 5px 0 0; font-size: 18px; text-align: right;}

#sec4a > ul { width: 435px; max-width: calc(100% - 650px); float: right;}
#sec4a > ul:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; font-size: 0;}
#sec4a > ul li {
	width: 200px; float: left; padding: 0; margin: 0 0 65px;
	border: none; font-size: 18px; text-align: center;
}
#sec4a > ul li:nth-child(2n) { float: right;}
#sec4a > ul li:nth-child(2n+1) { clear: both;}
#sec4a > ul li:nth-last-child(-n+2) { margin-bottom: 0;}
#sec4a > ul dl { display: block;}
#sec4a > ul dt span { display: block; padding: 3px 5px; background: #000; color: #fff;}
#sec4a > ul dd { padding: 5px 0 0; line-height: 1.5;}

@media screen and (max-width: 600px) {
	#sec4a > div { width: auto; float: none;}
	#sec4a .photo > img { max-width: 100%; min-width: 0; position: static;}
	#sec4a h3 { margin: -20px 0 0; position: static;}
	#sec4a h3 .eng span { color: #000;}
	#sec4a > div dl { width: 92%; margin: 20px auto 30px;}
	#sec4a > div dt { font-size: 18px;}
	#sec4a > div dd span { display: block; margin: 5px 0 0; font-size: 18px; text-align: right;}

	#sec4a > ul { width: 92%; max-width: none; float: none; margin: 0 auto;}
	#sec4a > ul li { width: 48%; margin-bottom: 4%;}
	#sec4a > ul img { width: 100%;}
	#sec4a > ul dt span { font-size: 13px;}
	#sec4a > ul dd { font-size: 16px;}
}


/* sec4b */
#sec4b { padding: 60px 75px 55px 0; background: url(../../meal/img/sec4b_bg.jpg) center top;}
#sec4b > img {
	width: 606px; height: 100%; position: absolute; left: 0; top: 0; z-index: -1;
	object-fit: cover; object-position: center right; font-family: 'object-fit: cover; object-position: center right;';
}
#sec4b > div { width: 360px; margin: 0 0 0 auto; color: #fff;}
#sec4b h3 { margin: 0 0 35px;}
#sec4b h3 > span:before,
#sec4b h3 > span:after { background: #fff;}
#sec4b ul { margin: 20px 0 10px;}
#sec4b > div > img { display: block; margin: 40px 0 0;}

@media screen and (max-width: 600px) {
	#sec4b { padding: 0; background: none;}
	#sec4b > img { width: 100%; height: auto; position: static; object-fit: contain; font-family: 'object-fit: contain;';}
	#sec4b > div { width: 92%; margin: 30px auto 0; color: #000;}
	#sec4b h3 { margin-bottom: 20px;}
	#sec4b h3 > span:before,
	#sec4b h3 > span:after { background: #000;}
	#sec4b > div > img { width: 100%; margin-top: 30px;}
}


/* sec4c */
#sec4c { padding: 55px 0 80px 75px; margin-bottom: 15px !important;}
#sec4c > img{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; object-fit: cover; font-family: 'object-fit: cover;';}
#sec4c div { width: 465px;}
#sec4c h3 { margin: 0 0 35px;}
#sec4c div > *:not(h3) { color: #fff;}
#sec4c ul { margin: 20px 0 0;}

@media screen and (max-width: 600px) {
	#sec4c { padding: 0; margin-bottom: 50px !important;}
	#sec4c > img{ height: auto; position: static; object-fit: contain; font-family: 'object-fit: contain;';}
	#sec4c div { width: 92%; margin: 30px auto 0;}
	#sec4c h3 { margin-bottom: 20px;}
	#sec4c div > *:not(h3) { color: #000;}
}


/* sec4d */
#sec4d { padding: 145px 55px 80px 0; margin-bottom: 0 !important; color: #fff;}
#sec4d > img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; object-fit: cover; font-family: 'object-fit: cover;';}
#sec4d div { width: 515px; margin: 0 0 0 auto;}
#sec4d h3 { margin: 0 0 40px;}
#sec4d h3 > span:before,
#sec4d h3 > span:after { background: #fff;}
#sec4d ul { margin: 40px 0 0;}

@media screen and (max-width: 600px) {
	#sec4d { padding: 0; color: #000;}
	#sec4d > img { height: auto; position: static; object-fit: contain; font-family: 'object-fit: contain;';}
	#sec4d div { width: 92%; margin: 30px auto 0;}
	#sec4d h3 { margin-bottom: 20px;}
	#sec4d h3 > span:before,
	#sec4d h3 > span:after { background: #000;}
	#sec4d ul { margin-top: 20px;}
}



/* ---------------------------------------------------
 朝ごはん
------------------------------------------------------ */
#sec5 { padding: 100px 0 245px; position: relative; z-index: 0;}
#sec5:after {
	content: ''; width: 100%; height: 608px;
	position: absolute; left: 0; bottom: 0; z-index: -1;
	background: url(../../meal/img/con_bg.png) center bottom;
	-webkit-background-size: cover; background-size: cover;
}
#sec5 .inner { width: 1100px; max-width: 96%; margin: 0 auto;}
#sec5 .inner:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; font-size: 0;}
#sec5 h2 { margin: 0 0 15px;}
#sec5 .slick_col { width: 770px; float: left; margin: 20px 0 35px;}
#sec5 .cap {
	float: right; padding: 92px 100px 0 0; margin: 0 0 35px;
	position: relative; z-index: 0; font-size: 28px;
	letter-spacing: 0.3em; white-space: nowrap;
	-webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl;
	-webkit-text-orientation: upright; text-orientation: upright;
}
#sec5 .cap:before {
	content: ''; width: 114px; height: 99px;
	position: absolute; top: 0; right: 35px; z-index: -1;
	background: url(../../meal/img/sec5_icon.png) no-repeat right top;
}
#sec5 p:not(.cap) { clear: both; width: 630px; float: left; padding: 30px 0 0;}
#sec5 .photo { float: right;}

@media screen and (max-width: 600px) {
	#sec5 { padding-top: 50px; background: #ebf3f6; border-top: 1px solid #d5d5d5;}
	#sec5 .inner { width: 100%; max-width: none;}
	#sec5 h2 { margin-bottom: 20px;}
	#sec5 .slick_col { width: 100%; float: none; margin: 0 0 30px;}
	#sec5 .cap,
	#sec5 p:not(.cap),
	#sec5 .photo { width: 92%; float: none; margin: 0 auto;}
	#sec5 .cap {
		display: -webkit-flex; display: -ms-flex; display: flex;
		-ms-align-items: center; align-items: center;
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
		width: 92%; min-height: 65px; float: none;
		padding: 0 0 0 85px; margin-bottom: 20px;
		-webkit-box-sizing: border-box; box-sizing: border-box;
		font-size: 20px; letter-spacing: normal;
		-webkit-writing-mode: horizontal-tb; -ms-writing-mode: lr-tb; writing-mode: horizontal-tb;
	}
	#sec5 .cap:before {
		width: 75px; height: 65px; left: 0; right: auto;
		-webkit-background-size: 100% auto; background-size: 100% auto;
	}
	#sec5 .cap span { display: inline-block;}
	#sec5 p:not(.cap) { padding: 0; margin-bottom: 20px;}
	#sec5 .photo { display: block;}
}


/* ---------------------------------------------------
	更新履歴
------------------------------------------------------
200317_hida  
sec2c キッズバナー追加
------------------------------------------------------ */