@charset "UTF-8";
.box-lead .hdg-lv2 {
	font-size: 30px;
	margin-bottom: 36px;
}
.box-lead {
	text-align: center;
	margin: 100px 0 78px;
}
.dish-content{
	display: table;
	table-layout: fixed;
	width: 100%;
	background: url(/assets/images/dish_dessert/bg-dish01.png) center;
}
.dish-content--direct{
	direction: rtl;
}
.dish-content--direct .dish-content__left{
	direction: ltr;
}
.dish-content__left,
.dish-content__right{
	display: table-cell;
	vertical-align: middle;
}
.dish-content__right{
	padding: 0 58px;
}
.dish-content__inner{
	max-width: 500px;
}
.dish-text{
	text-align: left;
}
.dish-content--direct .dish-text{
	text-align: left;
	direction: ltr;
}
.dish-content--direct .hdg-lv3{
	direction: ltr;
	text-align: left;
}
.page-dish .js-fullbg{
	height: 480px;
}
.page-dish .dish-content .hdg-lv3{
	font-weight: bold;
	font-size: 22px;
	margin:15px 0 30px;
}
@media (max-width: 767px){
	.page-dish .dish-content .hdg-lv3{
		font-size: 15px;
		margin: 0;
	}
}
.dish-text{
	margin-bottom: 35px;
	line-height: 1.9;
	font-size: 15px;
	color:#665e5a;
}
.dish-thumb{
	display: block;
	width: 100%;
	direction: ltr;
	text-align: left;
	font-size: 0;
}
.dish-thumb li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 24%;
	margin-bottom: 5px;
	padding: 0 5px;
	box-sizing: border-box;
}
.dish-content--direct .dish-thumb{
	text-align: left;
}
.dish-title{
	font-size: 15px;
	color: #a08762;
	font-weight: bold;
	margin-bottom: 8px;
}
.dish-buffet{
	display: block;
	width: 100%;
	max-width: 470px;
	margin: 0 -5px;
}
.dish-buffet li{
	display: block;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 5px;
}
.dish-buffet li p{
	font-size: 13px;
	color: #665e5a;
}
.dish-content--spec{
	direction: rtl;
}
.dish-content--spec .dish-content__right .dish-content__inner{
	direction: ltr;
}
.page-dish .dish-content--spec .js-fullbg{
	height: 560px;
}
/* page-dish
-------------------------------------------------- */
.box-main-image {
	/* background: url(/assets/images/dish_dessert/dish_h1_bg.jpg) no-repeat center center; */
	background: transparent;
	background-size: auto;
	height: 214px;
}
.box-main-image__inner{
	padding-top: 75px;
}
.box-main-image__inner p{
	color: #83685b;
	line-height: 1.2;
}
.box-main-image__inner h1{
	color: #dc795f;
}
@media (max-width: 767px){
	.box-main-image {
		height: auto;
	}
	.box-main-image__inner{
		padding: 25px 0 25px;
	}
}

/* slide
-------------------------------------------------- */
.dish-thumb a{
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.dish-thumb a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px solid rgba(236,152,128,1);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.dish-thumb a.active:after,
.dish-thumb a:hover:after {
	opacity: 1;
}
.dish-thumb li{
	line-height: 0;
}
.bx-wrapper .bx-viewport{
	left: 0;
}
.visible-tb{
	display: none;
}
@media (max-width: 1119px) and (min-width: 768px){
	.dish-content__right {
		padding: 0 40px;
	}
	.dish-content .dish-text {
		font-size: 13px;
	}
	.dish-content .hdg-lv3{
		font-size: 20px;
	}
	.page-dish .js-fullbg{
		height: 420px;
	}
	.visible-tb{
		display: block;
	}
}
@media (max-width: 767px){
	.box-lead .hdg-lv2 {
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 1.67;
	}
	.box-lead {
		padding: 0 15px;
		margin: 35px 0 35px;
	}
	.txt-lead {
		line-height: 1.6;
	}
	.dish-content,
	.dish-content__left,
	.dish-content__right{
		display: block;
		width: 100%;
		text-align: center;
	}
	.dish-slide {
		margin: 0 0 10px;
	}
	.bg-white{
		background: #fff !important;
	}
	.dish-content__inner{
		max-width: 100%;
	}
	.dish-content{
		padding: 0 15px;
		box-sizing: border-box;
	}
	.dish-content__right{
		padding: 0 0 27px;
		text-align: left;
	}
	.dish-content .hdg-lv3{
		text-align: center;
	}
	.dish-content--direct .dish-text{
		text-align: left;
	}
	.dish-thumb{
		margin: 10px auto 15px;
		max-width: 320px;
		table-layout: fixed;
		display: block;
		text-align: center;
		max-width: 100%;
		overflow: hidden;
	}
	.dish-content--direct .dish-thumb {
		text-align: center;
	}
	.dish-thumb a img{
		width: 65px;
		height: 44px;
	}
	.dish-thumb li{
		display: inline-block;
		padding: 0 5px;
		text-align: center;
		width: 65px;
		height: 44px;
		box-sizing: border-box;
	}
	.dish-thumb li:first-child{
		padding-left: 0;
	}
	.dish-thumb li:last-child{
		padding-right: 0;
	}
	.dish-thumb li > p:last-child {
		text-align: left;
		font-size: 10px;
	}
	.dish-thumb a:after {
		border: 1px solid rgba(236,152,128,1);
	}
	.page-dish .hdg-lv3{
		margin-bottom: 0;
		padding: 25px 0;
		font-size: 15px;
	}
	.page-dish .js-fullbg{
		height: auto;
		padding-bottom: 66.57%;
	}
	.dish-text{
		font-size: 14px;
		margin-bottom: 0;
		line-height: 1.65;
	}
	.dish-title{
		font-size: 12px;
		text-align: center;
		margin: 15px 0 10px;
	}
	.page-dish .dish-content--spec .js-fullbg{
		height: auto;
		padding-bottom: 58.32%;
	}
	.dish-content--spec{
		padding: 0;
	}
	.dish-content--spec .dish-content__inner{
		padding: 0 15px;
	}
	.dish-buffet {
		max-width: 580px;
	}
	.dish-buffet li{
		width: 50%;
		height: auto;
		margin: 0;
		float: left;
	}
	.dish-buffet li:first-child {
		padding-left: 5px;
	}
	.dish-buffet li:last-child {
		padding-right: 5px;
	}
}
.wrp-container {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 30px;
}

/* box-cake */
.box-cake{
	padding-bottom: 134px;
}
.box-cake .box-lead{
	margin: 110px 0 69px;
}
.wedding-cake{
	margin-bottom: 60px;
}
.wedding-cake .wrp-grid{
	margin: 0 -10px;
}
.wedding-cake .box-media{
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}
.wedding-cake .js-fullbg{
	padding-bottom: 135.1%;
	height: 0;
}
.wedding-cake .box-media__head{
	text-align: center;
	color: #a19a7d;
	font-size: 20px;
	padding: 25px 0 15px;
}
.wedding-cake .bx-wrapper .bx-prev{
	background-size: contain;
	left: -30px;
}
.wedding-cake .bx-wrapper .bx-next{
	background-size: contain;
	right: -30px;
}
@media (max-width: 767px){
	.box-cake{
		padding-bottom: 50px;
	}
	.box-cake .box-lead{
		margin: 30px 0 35px;
	}
	.wedding-cake .wrp-grid{
		margin: 0;
		width: 1000% !important;
	}
	.wedding-cake .box-media{
		padding: 0;
	}
	.wedding-cake .bx-wrapper .bx-controls-direction a{
		z-index: 10;
		border-radius: 50%;
		background: #80294c;
		text-indent: 0;
		text-align: center;
		color: #fff;
		width: 25px;
		height: 25px;
		font-size: 12px;
		line-height: 25px;
	}
	.wedding-cake .bx-wrapper .bx-controls-direction a span{
		display: none;
	}
	.wedding-cake .bx-wrapper .bx-viewport{
		overflow: visible !important;
	}
	.page-dish .wedding-cake .js-fullbg{
		height: 290px;
		padding-bottom: 0;
	}
	.wedding-cake .box-media__head{
		font-size: 15px;
		padding: 13px 0 8px;
	}
	.wedding-cake .box-media__content{
		font-size: 10px;
	}
	.box-cake .bx-wrapper .bx-pager.bx-default-pager a{
		background: #999;
		width: 7px;
		height: 7px;
		margin: 0 6px;
	}
	.box-cake .bx-wrapper .bx-pager.bx-default-pager a.active{
		background: #aa8b63;
	}
}

.box-dish-banner{
	margin-bottom: 100px;
}
.box-dish-banner .box-media{
	width: 100%;
	overflow: hidden;
	max-width: 930px;
	margin: 0 auto;
	letter-spacing: 0.1em;
	background:url(/assets/images/common/bg_noized_beige_light.png);
}
.box-dish-banner .box-media__image,
.box-dish-banner .box-media__text{
	display: table-cell;
	vertical-align: middle;
}
.page-dish .box-dish-banner .box-media__image{
	width: 360px;
	height: 0;
}
.box-dish-banner .box-media__text{
	padding: 40px;
	vertical-align: top;
}
.box-dish-banner .box-media__head{
	color: #766951;
	font-size: 18px;
	padding: 5px 0 30px;
	font-weight: bold;
}
@media (max-width: 767px){
	.wrp-container {
		width: auto;
		margin: 0;
		padding: 0 15px;
	}
	.box-dish-banner{
		margin: 0 0 35px;
	}
	.box-dish-banner .box-media__head{
		font-size: 15px;
		padding: 0 0 17px;
	}
	.box-dish-banner .box-media,
	.box-dish-banner .box-media__image,
	.box-dish-banner .box-media__text{
		display: block;
	}
	.box-dish-banner .box-media__image.js-fullbg{
		height: 190px !important;
		padding-bottom: 0;
		width: 100%;
	}
	.box-dish-banner .box-media__text{
		padding: 20px;
	}
	.box-dish-banner .box-media__content{
		font-size: 13px;
	}

	.bx-prev:before {
		content: "\e905";
		left: -60px;
		font-size: 140%;
		font-family: 'blanc-rire-osaka' !important;
	}
	.bx-next:before {
		content: "\e900";
		left: -60px;
		font-size: 140%;
		font-family: 'blanc-rire-osaka' !important;
	}
}

/* box-main-visual */
.box-main-visual{
	font-size: 0;
}
@media (max-width: 767px){
	.box-main-visual img{
		height: 240px;
		width: 100%;
		object-fit: cover;
	}
}

/* box oricon */
.box-oricon{
	margin: 70px 0;
}
.box-oricon__wrapper{
	max-width: 610px;
	margin: 0 auto;
	padding-right: 120px;
	position: relative;
}
.box-oricon__title{
	text-align: center;
}
.box-oricon__title__logo{
	position: absolute;
	right: 60px;
	top: 0;
	width: 110px;
	display: inline-block;
}
.box-oricon__title__top{
	color: #aa8b63;
	font-size: 27px;
	margin-right: 10px;
}
.box-oricon__title__main{
	color: #aa8b63;
	font-size: 50px;
}
.box-oricon__title__sub{
	font-size: 13px;
	color: #3e3333;
	display: block;
	text-align: center;
}
@media(max-width: 767px){
	.box-oricon{
		margin: 0 0 50px;
	}
	.box-oricon__wrapper{
		padding-right: 0;
		text-align: center;
	}
	.box-oricon__title__logo{
		position: relative;
		top: auto;
		right: auto;
		width: 100px;
		margin-top: 20px;
	}
	.box-oricon__title__top{
		font-size: 25px;
		display: block;
		margin-right: 0;
	}
	.box-oricon__title__main{
		font-size: 31px;
		display: block;
	}
	.box-oricon__title__sub{
		margin-top: 10px;
	}
}

/* box-image */
.box-image__wrapper{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 30px;
}
@media(max-width: 767px){
	.box-image__wrapper{
		width: auto;
		padding: 0 15px;
	}
}

.page-dish .slick-dots {
	display: block;
	position: absolute;
	bottom: -36px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.page-dish .slick-dots li {
	display: inline-block;
	position: relative;
	width: 7px;
	height: 7px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}
.page-dish .slick-dots li button {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	padding: 0;
	border: 0;
	outline: none;
	background: #999;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.page-dish .slick-dots li.slick-active button {
	background: #aa8b63;
}
.page-dish .slick-slider .icon {
	z-index: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px;
	border-radius: 50%;
	border: 0;
	background-color: #80294c;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media(max-width: 767px){
	.page-dish .slick-dots {
		bottom: -36px;
	}
	.page-dish .slick-dots li {
		width: 7px;
		height: 7px;
		margin: 0 6px;
	}
	.page-dish .slick-dots li button {
		width: 7px;
		height: 7px;
		border-radius: 7px;
	}
	.page-dish .slick-slider .icon {
		padding: 7px;
		font-size: 10px;
	}
}

/* box-season */
.box-season{
	margin-top: 60px;
	padding: 60px 0 78px;
}
.box-season .content-wrapper{
	max-width: 1024px;
}
.box-season .lst-anchor{
	display: table;
	width: 100%;
	max-width: 580px;
	margin: 57px auto 2px;
	table-layout: fixed;
}
.box-season .lst-anchor li {
	display: table-cell;
	position: relative;
	font-family: 'NotoSerif', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";
	font-size: 16px;
	vertical-align: middle;
}
.box-season .lst-anchor li:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #dedede;
	content: "";
}
.box-season .lst-anchor li:first-child:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #dedede;
	content: "";
}
.box-season .lst-anchor li a {
	display: block;
	padding-bottom: 15px;
	text-align: center;
	color: #555;
}
.box-season .lst-anchor li a span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	color: #e18c76;
}
.box-season .box-tab-wrap {
	position: relative;
}
.js-tab {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.js-tab *{
	visibility: visible;
}
.box-season__slide {
	margin-top: 30px;
}
.lst-season-slider:before {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, rgba(255,255,255,0.5)), to(rgba(255,255,255,0)));
	background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0) 100%);
	content: "";
	pointer-events: none;
}
.lst-season-slider:after {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 15%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.5)), to(#fff));
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, #fff 100%);
	content: "";
	pointer-events: none;
}
.box-season__slide .slick-slider .slick-slide {
	padding: 0 37px;
	text-align: center;
}
.box-season__slide .slick-slider .slick-slide img {
	width: 100%;
}
.box-season .box-season__slide .slick-slider .icon-arrow-right {
	right: 14.65%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-season .box-season__slide .slick-slider .icon-arrow-left {
	left: 14.65%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-season .hdg-lv2{
	font-size: 22px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #4e4544;
}
.box-season__title{
	margin-top: 45px;
	color: #aa8b63;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
}
@media(max-width: 767px){
	.box-season{
		margin-top: 0;
		padding: 60px 0 40px;
	}
	.box-season .lst-anchor{
		display: block;
		width: auto;
		max-width: none;
		margin: 13px -15px 0;
		border-top: solid 1px #dedede;
	}
	.box-season .lst-anchor::after {
		content: "";
		clear: both;
		display: block;
	}
	.box-season .lst-anchor li {
		display: block;
		float: left;
		width: 25%;
		border-bottom: solid 1px #dedede;
		font-size: 15px;
	}
	.box-season .lst-anchor li a {
		padding: 12px 0;
		font-size: 15px;
	}
	.box-season .lst-anchor li a span {
		position: static;
	}
	.box-season__slide {
		margin: 20px -15px 0 -15px;
	}
	.box-season__slide .slick-slider .slick-slide {
		padding: 0 10px;
	}
	.box-season__slide .slick-slider .slick-slide img {
		width: 100%;
		max-width: none;
	}
	.box-season .box-season__slide .slick-slider .icon-arrow-right {
		right: 14.05%;
	}
	.box-season .box-season__slide .slick-slider .icon-arrow-left {
		left: 14.05%;
	}
	.box-season .hdg-lv2{
		font-size: 15px;
		margin-bottom: 35px;
	}
	.box-season__title{
		margin-top: 30px;
		font-size: 15px;
	}
}

/* box consistency */
.box-consistency{
	background: url("/assets/images/dish_dessert/dish_dessert_bg_consistency.png") no-repeat top center;
	background-size: cover;
	padding: 65px 0 90px;
}
.box-consistency .hdg-lv2{
	font-size: 22px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #4e4544;
}
.lst-consistency{
	display: flex;
	margin: 48px -10px 0;
}
.lst-consistency li{
	padding: 0 10px;
	width: 25%;
	box-sizing: border-box;
}
.lst-consistency-item__img{
	font-size: 0;
}
.lst-consistency-item__des{
	font-size: 14px;
	line-height: 1.6;
	color: #665e5a;
	margin-top: 18px;
}
@media(max-width: 767px){
	.lst-consistency{
		flex-wrap: wrap;
		margin: 25px -7px 0;
	}
	.lst-consistency li{
		width: 50%;
		margin-bottom: 15px;
		padding: 0 7px;
	}
	.box-consistency{
		padding: 35px 0 10px;
	}
	.box-consistency .hdg-lv2{
		font-size: 15px;
	}
	.lst-consistency-item__des{
		font-size: 13px;
		line-height: 1.384;
		margin-top: 9px;
	}
}

/* box-chef */
.box-chef{
	padding: 80px 0 108px;
}
.box-chef__wrapper{
	max-width: 1034px;
	margin: 0 auto;
	padding: 0 15px;
}
.box-chef__content{
	border: solid 1px #c3bebb;
	padding: 50px 50px;
	display: flex;
	flex-direction: row-reverse;
}
.box-chef__photo{
	width: 41%;
}
.box-chef__info{
	width: 59%;
	padding: 60px 20px 0 0;
	box-sizing: border-box;
}
.box-chef__title{
	font-size: 33px;
	color: #aa8b63;
}
.box-chef__subtitle{
	font-size: 19px;
	color: #dc795f;
	margin-top: 10px;
}
.box-chef__des{
	font-size: 14px;
	color: #4e4544;
	margin-top: 20px;
	line-height: 2;
}
.box-chef__author{
	text-align: right;
	margin-top: 10px;
	max-width: 446px;
}
@media(max-width: 767px){
	.box-chef{
		padding: 10px 0 40px;
	}
	.box-chef__wrapper{
		padding: 0 15px;
	}
	.box-chef__content{
		padding: 25px 25px;
		flex-direction: column;
	}
	.box-chef__photo{
		width: 100%;
	}
	.box-chef__photo img{
		width: 100%;
	}
	.box-chef__info{
		width: 100%;
		padding: 0;
	}
	.box-chef__title{
		font-size: 30px;
		margin-top: 13px;
	}
	.box-chef__subtitle{
		font-size: 15px;
		margin-top: 2px;
	}
	.box-chef__des{
		font-size: 13px;
		margin-top: 10px;
		line-height: 1.6;
	}
	.box-chef__author{
		font-size: 13px;
		max-width: none;
	}
}

/* .box-relax */
.box-relax{
	background: #ebe5e1;
	position: relative;
}
.box-relax__content{
	padding: 75px 0 129px 57%;
}
.box-relax__title{
	font-size: 22px;
	font-weight: bold;
	color: #766951;
}
.box-relax__des{
	font-size: 15px;
	line-height: 1.9;
	color: #766951;
	margin-top: 22px;
}
.box-relax__photo{
	width: 51.50%;
	border: solid 15px #ebe5e1;
	position: absolute;
	top: -93px;
	left: 30px;
	box-sizing: border-box;
}
@media(max-width: 767px){
	.box-relax__banner img{
		width: 100%;
	}
	.box-relax__content{
		padding: 30px 25px 42px;
	}
	.box-relax__info{
		text-align: center;
	}
	.box-relax__title{
		font-size: 15px;
		margin-top: 5px;
	}
	.box-relax__des{
		font-size: 14px;
		line-height: 1.8;
		margin-top: 10px;
		text-align: left;
	}
	.box-relax__photo{
		width: auto;
		border: 0;
		position: relative;
		top: auto;
		left: auto;
		margin-top: 30px;
	}
}

/* box-movie */
.box-movie{
	text-align: center;
	padding-top: 114px;
}
.box-movie__url{
	display: inline-block;
	max-width: 83%;
}
@media(max-width: 767px){
	.box-movie{
		padding-top: 50px;
	}
	.box-movie__url{
		max-width: 100%;
	}
	.box-movie img{
		width: 100%;
	}
	
}

/* box-gallery */
.section-gallery__inner{
	max-width: 930px;
	margin: 0 auto;
}
.section-gallery__title{
	text-align: center;
}
.section-gallery__title h2{
	font-size: 30px;
	letter-spacing: 0.06em;
	color: #aa8b63;
}
.section-gallery__title p{
	font-size: 15px;
	color: #dc795f;
	margin-top: 5px;
}
.box-gallery{
	margin: 30px -15px 0;
}
.box-gallery__item{
	padding: 0 15px;
	box-sizing: border-box;
}
.box-gallery__title{
	text-align: center;
	font-size: 15px;
	color: #665e5a;
	margin-top: 12px;
}
.box-gallery .arrow{
	position: absolute;
	padding: 15px;
	box-shadow: 1px -1px 0 1px #80294c inset;
	-webkit-box-shadow: 2px -2px #80294c inset;
	border: solid transparent;
	border-width: 0 0 1px 1px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	top: 44%;
	-webkit-transform: translateY(-44%);
	transform: translateY(-44%);
	z-index: 2;
	cursor: pointer;
}
.box-gallery .arrow-right{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -40px;
}
.box-gallery .arrow-left{
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	right: -40px;
}
@media (min-width: 768px) and (max-width: 1199px){
	.box-gallery{
		padding: 0 45px;
	}
	.box-gallery .arrow-right{
		left: 5px;
	}
	.box-gallery .arrow-left{
		right: 5px;
	}
}
@media(max-width: 767px){
	.section-gallery__title h2{
		font-size: 22px;
	}
	.section-gallery__title p{
		font-size: 11px;
	}
	.box-gallery__item img{
		width: 100%;
	}
}

/* section-buffet */
.section-buffet{
	background: #f7f7ed;
	padding: 77px 0 114px;
}
.section-buffet__title{
	font-size: 30px;
	color: #766951;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 74px;
}
.section-buffet .section-gallery__title h2{
	color: #766951;
}
.section-buffet .section-gallery__title p{
	color: #ec937b;
}
.lst-buffet{
	position: relative;
	padding-bottom: 33.144%;
}
.lst-buffet li{
	position: absolute;
	top: 0;
	line-height: 0;
	box-sizing: border-box;
}
.lst-buffet li:nth-child(1){
	left: 0;
	width: 50.164%;
	padding-right: 6px;
}
.lst-buffet li:nth-child(2){
	left: 50.164%;
	width: 25.239%;
	padding-right: 6px;
}
.lst-buffet li:nth-child(3){
	right: 0;
	width: 24.643%;
	padding-bottom: 6px;
}
.lst-buffet li:nth-child(4){
	top: auto;
	right: 0;
	bottom: 0;
	width: 24.643%;
}
.lst-buffet li a{
	display: block;
	position: relative;
	line-height: 0;
}
.lst-buffet__icon{
	width: 28px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.lst-buffet + .section-gallery{
	margin-top: 70px;
}
@media(max-width: 767px){
	.page-dish .fancybox-outer{
		background: transparent;
	}
	.section-buffet{
		padding: 40px 0 50px;
	}
	.section-buffet__title{
		font-size: 18px;
		margin-bottom: 40px;
	}
	.lst-buffet{
		position: relative;
		padding-bottom: 133.70%;
	}
	.lst-buffet li:nth-child(1){
		width: 100%;
		padding-right: 0;
		top: auto;
		bottom: 0;
	}
	.lst-buffet li:nth-child(2){
		left: 0;
		width: 50%;
		padding-right: 3px;
	}
	.lst-buffet li:nth-child(3){
		width: 49.5653%;
		padding-bottom: 3px;
	}
	.lst-buffet li:nth-child(4){
		top: 25%;
		bottom: auto;
		width: 49.5653%;
	}
	.lst-buffet li a img{
		width: 100%;
	}
	.lst-buffet__icon{
		width: 19px;
	}
	.lst-buffet + .section-gallery{
		margin-top: 35px;
	}
}
@media(max-width: 375px){
	.lst-buffet li:nth-child(2){
		width: 50.4347%;
	}
}

/* box-party */
.box-party{
	margin: 115px 0 115px;
}
.box-party__inner{
	display: table;
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
	table-layout: fixed;
	border: 1px solid #c3bebb;
	box-sizing: border-box;
	padding: 40px 45px;
}
.box-party__thumb{
	display: table-cell;
	width: 48.85%;
	vertical-align: middle;
	line-height: 0;
}
.box-party__content{
	display: table-cell;
	vertical-align: top;
	padding: 43px 25px 20px 60px;
}
.box-party__title{
	font-size: 33px;
	letter-spacing: 0.05em;
	color: #aa8b63;
}
.box-party__sub{
	font-size: 19px;
	letter-spacing: 0.05em;
	color: #dc795f;
	margin-top: 10px;
}
.box-party__text{
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #4e4544;
	margin-top: 20px;
}
@media(max-width: 767px){
	.box-party{
		margin: 34px 0 30px;
	}
	.box-party__inner{
		display: block;
		padding: 25px 25px;
	}
	.box-party__thumb{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.box-party__content{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
	.box-party__title{
		font-size: 30px;
		margin-top: 13px;
	}
	.box-party__sub{
		font-size: 15px;
		margin-top: 2px;
	}
	.box-party__text{
		font-size: 13px;
		line-height: 1.6;
		margin-top: 10px;
	}
}

/* box-bridalfair */
.box-bridalfair{
	background: url("/assets/images/dish_dessert/dish_dessert_bridalfair_photo.jpg") no-repeat center;
	background-size: cover;
	padding: 184px 0 158px;
}
.box-bridalfair__inner{
	max-width: 550px;
	text-align: center;
	position: relative;
}
.box-bridalfair__price{
	width: 150px;
	position: absolute;
	top: -55px;
	left: 30px;
}
.box-bridalfair__title{
	font-size: 46px;
	color: #512822;
}
.box-bridalfair__text{
	font-size: 20px;
	color: #512822;
	margin-top: 22px;
}
.box-bridalfair__button{
	margin-top: 39px;
}
.box-bridalfair__button .btn a{
	background: #512822;
	font-size: 18px;
}
@media(max-width: 767px){
	.box-bridalfair{
		background: url("/assets/images/dish_dessert/dish_dessert_bridalfair_photo_sp.jpg") no-repeat bottom center;
		background-size: cover;
		padding: 40px 0 77.1084% 0;
	}
	.box-bridalfair__inner{
		max-width: 100%;
	}
	.box-bridalfair__price{
		width: 130px;
		top: 170px;
		left: 0px;
	}
	.box-bridalfair__title{
		font-size: 36px;
	}
	.box-bridalfair__text{
		font-size: 14px;
		line-height: 1.6;
		margin-top: 10px;
	}
	.box-bridalfair__button{
		margin-top: 25px;
	}
	.box-bridalfair__button .btn a{
		font-size: 15px;
		width: 215px;
		line-height: 40px;
	}
}