@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/menu/mv.jpg);
}


/*============================
共通
============================*/
.lead {
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 0.60rem;
}
@media screen and (max-width: 640px) {
	.lead {
		font-size: 0.15rem;
		text-align: left;
	}
}


.sec_title {
	font-size: 0.30rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.20rem;
}

.time {
	font-size: 0.16rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.25rem;
}

@media screen and (max-width: 640px) {
	.time {
		font-size: 0.14rem;
		margin-bottom: 0.15rem;
	}
}

/*============================
ご夕食
============================*/
#food .dinner {
	background: rgba(255, 255, 255, 0.6);
	padding: 1.00rem 0;
}

/* 画像 */
#food .dinner .main_img {
	position: relative;
	z-index: 1;
}

#food .dinner .main_img .ph_wrap {
	max-width: 10.80rem;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
}

#food .dinner .main_img::after {
	content: '';
	width: calc(100% - (100% - 8.00rem) /2);
	height: 100%;
	background: rgba(232, 224, 210, 0.6);
	display: block;
	position: absolute;
	bottom: -0.50rem;
	right: 0;
	z-index: -1;
}

#food .dinner .lead_box {
	position: relative;
	z-index: 1;
	margin-top: 0.35rem;
}

#food .dinner .cont_title {
	font-size: 0.22rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	#food .dinner .cont_title {
		font-size: 0.20rem;
		line-height: 1.4;
	}
}


#food .dinner .text {
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	#food .dinner .text {
		font-size: 0.15rem;
		line-height: 1.875;
		letter-spacing: 0;
		text-align: justify;
	}
}

#food .dinner .bnr {
	text-align: center;
	margin-bottom: 0.55rem;
}

#food .dinner .bnr a {
	cursor: pointer;
}

#food .dinner .bnr a:hover {
	opacity: 0.7;
}

/* コース */
#food .dinner .course_box {
	/* border-bottom: 1px solid #000; */
	margin-bottom: 0.55rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#food .dinner .course_box:last-child {
		margin-bottom: 0.25rem;
	}
}

#food .dinner .course_box::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

#food .dinner .course_box .course_title {
	font-size: 0.22rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
	#food .dinner .course_box .course_title {
		font-size: 0.20rem;
		text-align: center;
		letter-spacing: 0;
	}
}

#food .dinner .course_box .course_cont {
	display: flex;
	flex-wrap: wrap;
}

#food .dinner .course_box .course_cont dl {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	padding: 0.18rem 0 0.20rem;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 0.15rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
	#food .dinner .course_box .course_cont dl {
		width: 100%;
		font-size: 0.14rem;
	}
}


/* #food .dinner .course_box .course_cont dl.border_none {
	border-bottom: none;
} */


#food .dinner .course_box .course_cont dt {
	width: 1.50rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#food .dinner .course_box .course_cont dt {
		width: 1.00rem;
	}
}

#food .dinner .course_box .course_cont dd {
	width: calc(100% - 1.50rem);
	padding-right: 0.30rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#food .dinner .course_box .course_cont dd {
		width: calc(100% - 1.00rem);
		padding-right: 0;
	}
}

@media screen and (max-width: 640px) {
	#food .dinner .note_list {
		margin-top: -0.30rem;
	}
}

#food .dinner .note_list .item {
	font-size: 0.12rem;
	letter-spacing: 0.05em;
	line-height: 1.65;
	margin-bottom: 0.05rem;
	text-indent: -0.12rem;
	margin-left: 0.12rem;
}

@media screen and (max-width: 640px) {
	#food .dinner .note_list .item {
		font-size: 0.11rem;
		letter-spacing: 0;
		text-indent: -0.11rem;
		margin-left: 0.11rem;
	}
}

/*============================
ご朝食
============================*/
#other .morning {
	background: rgba(255, 255, 255, 0.6);
	padding: 1.00rem 0 0.30rem;
	margin-top: 1.00rem;
}
@media screen and (max-width: 640px) {
	#other .morning {
		margin-top: 0.30rem;
	}
}

@media screen and (max-width: 640px) {
#other .morning .lead {
	padding: 0 0.20rem;
	font-size: 0.15rem;
}
}

/* ギャラリーテキスト */
#other .gallery .slide {
	height: auto;
}

#other .gallery .ph {
	width: 100%;
	height: 5.30rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#other .gallery .ph {
		height: 2.30rem;
	}
}

#other .gallery .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#other .gallery .text_wrap {
	text-align: center;
	padding-top: 0.20rem;
	opacity: 0;
	transition: opacity 0.7s;
}

#other .gallery .slick-active .text_wrap {
	opacity: 1;
}

#other .gallery .slides .slick-dots {
	bottom: auto;
	top: 5.10rem;
}

#other .gallery .text_wrap .name {
	font-size: 0.20rem;
	letter-spacing: 0.05em;
	margin-bottom: 0.15rem;
}

#other .gallery .text_wrap .text {
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	line-height: 1.66;
}
@media screen and (max-width: 640px) {
	#other .gallery .text_wrap .text {
		font-size: 0.13rem;
		letter-spacing: 0;
	}
}

#other .cont_wrap {
	width: 10.80rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#other .cont_wrap {
		width: 100%;
		padding: 0 0.15rem;
		box-sizing: border-box;
	}
}


#other .cont_box {
	margin-bottom: 0.80rem;
}

#other .cont_box .cont_title {
	font-size: 0.26rem;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.30rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#other .cont_box .cont_title {
		font-size: 0.20rem;
		line-height: 1.4;
		margin-bottom: 0.15rem;
	}
}

#other .cont_box .cont_title span {
	display: inline-block;
}

#other .cont_box .cont_title span::before,
#other .cont_box .cont_title span::after {
	content: '';
	position: relative;
	display: inline-block;
	width: 0.50rem;
	height: 1px;
	background-color: #000;
	top: -0.10rem;
	margin: 0 0.15rem;
}

@media screen and (max-width: 640px) {
	#other .cont_box .cont_title span::before,
	#other .cont_box .cont_title span::after {
		width: 0.25rem;
		top: -0.08rem;
		margin: 0 0.10rem;
	}
	#other .cont_box .cont_title em {
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 0.14rem;
		top: -0.25rem;
		left: 50%;
		transform: translateX(-50%);
	}
}


#other .cont_box .text {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	#other .cont_box .text {
		font-size: 0.14rem;
		line-height: 1.875;
		text-align: justify;
	}
}


#other .cont_box .img_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#other .cont_box .img_list .item {
	width: 49%;
}

#other .cont_box .note_list {
	margin-top: 0.20rem;
}


#other .cont_box .note_list .item {
	font-size: 0.12rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#other .cont_box .note_list .item {
		text-align: left;
	}
}


/*============================
お食事処
============================*/
#oshokuji .cont_wrap .cont_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .cont_box {
		display: block;
	}
}


#oshokuji .cont_wrap .cont_box:nth-child(even) {
	flex-flow: row-reverse;
}

#oshokuji .cont_wrap .cont_box .ph_wrap {
	width: 5.70rem;
	position: relative;
	left: -0.40rem;
}
@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .cont_box .ph_wrap {
		width: 100%;
		left: 0;
	}
}

#oshokuji .cont_wrap .cont_box:nth-child(even) .ph_wrap {
	right: -0.40rem;
	left: auto;
}
@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .cont_box:nth-child(even) .ph_wrap {
		right: auto;
		left: auto;
	}
}


#oshokuji .cont_wrap .cont_box .ph_wrap .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.10rem;
	justify-content: space-between;
}

#oshokuji .cont_wrap .cont_box .ph_wrap .list .item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .cont_box .ph_wrap .list .item {
		height: 60vw;
		margin-bottom: 0.04rem;
		overflow: hidden;
	}
	#oshokuji .cont_wrap .cont_box .ph_wrap .list .item img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

#oshokuji .cont_wrap .cont_box .ph_wrap .list .item:not(:nth-child(1)) {
	width: 49%;
}
@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .cont_box .ph_wrap .list .item:not(:nth-child(1)) {
		width: 49.4%;
		height: 30vw;
	}
}

/* テキスト */
#oshokuji .cont_wrap .text_wrap {
	width: calc(100% - 5.70rem);
	padding-top: 0.30rem;
}
@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .text_wrap {
		width: 100%;
		padding-top: 0;
		border-top: 1px solid #000;
		margin-top: 0.20rem;
	}
}


#oshokuji .cont_wrap .cont_title {
	font-size: 0.30rem;
	font-family: 600;
	letter-spacing: 0.05em;	
	border-bottom: 1px solid #000;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .cont_title {
		font-size: 0.20rem;
		margin-bottom: 0;
		text-align: center;
	}
}

#oshokuji .cont_wrap .cont_title .bekkan {
	font-size: 0.16rem;
	font-weight: 600;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .cont_title .bekkan {
		font-size: 0.14rem;
	}
}

#oshokuji .cont_wrap .cont_title .bekkan span {
	display: inline-block;
	font-size: 0.16rem;
	background-color: #4E3838;
	color: #fff;
	padding: 0.03rem 0.06rem 0.05rem;
	border-radius: 0.05rem;
	margin-right: 0.08rem;
	position: relative;
	top: -0.02rem;
}
@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .cont_title .bekkan span {
		font-size: 0.13rem;
		padding: 0.03rem 0.06rem 0.03rem;
		border-radius: 0.03rem;
		margin-right: 0.06rem;
		top: -0.01rem;
	}
}


#oshokuji .cont_wrap .text_wrap dl {
	box-sizing: border-box;
	padding-top: 0.20rem;
	padding-bottom: 0.20rem;
	display: flex;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .text_wrap dl {
		display: block;
		padding: 0.10rem 0;
	}
}


#oshokuji .cont_wrap .text_wrap dl.border {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#oshokuji .cont_wrap .text_wrap dt {
	box-sizing: border-box;
	padding-right: 0.20rem;
	padding-top: 0.05rem;
	font-size: 0.15rem;
	font-weight: 600;
	width: 0.70rem;
}
@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .text_wrap dt {
		margin-bottom: 0.10rem;
		font-size: 0.14rem;
		width: 100%;
	}
}

#oshokuji .cont_wrap .text_wrap dd {
	font-size: 0.14rem;
	line-height: 2;
	letter-spacing: 0;
	width: calc(100% - 0.70rem);
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#oshokuji .cont_wrap .text_wrap dd {
		font-size: 0.13rem;
		line-height: 1.75;
		width: 100%;
	}
}
#oshokuji .cont_wrap .text_wrap dd .caption {
	font-size: 0.11rem;
}

#oshokuji .cont_wrap .text_wrap .text  {
	font-size: 0.15rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-top: 0.20rem;
	margin-bottom: 0.20rem;
}

/* ボトムテキスト */
#oshokuji .cont_wrap .text_wrap .bottom_box {
	background: rgba(225, 205, 185, 0.5);
	box-sizing: border-box;
	padding: 0.2rem;
	border-radius: 0.10rem;
}

#oshokuji .cont_wrap .text_wrap .bottom_box .bottom_title {
	font-size: 0.16rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

#oshokuji .cont_wrap .text_wrap .bottom_box .text {
	font-size: 0.13rem;
	line-height: 1.8;
	margin-bottom: 0;
	margin-top: 0.10rem;
}

#oshokuji .cont_wrap .text_wrap .btn_common {
	margin-top: 0.30rem;
}

#oshokuji .cont_wrap .text_wrap .btn_common a {
	max-width: 100%;
}

/* 囲炉裏懐石 */
.irori_wrap {
	width: 100%;
	max-width: 8.00rem;
	background-color: #FFF;
	border-radius: 0.10rem;
	padding: 0.50rem;
	box-sizing: border-box;
	box-shadow: 0 2px 0.08rem rgba(0,0,0,0.8);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 21;
	display: none;
}

@media screen and (max-width: 640px) {
	.irori_wrap {
		border-radius: 0.06rem;
		padding: 0.20rem;
		width: calc(100% - 0.20rem);
	}
}

.irori_wrap .irori_header {
	text-align: center;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	.irori_wrap .irori_header {
		padding-bottom: 0.20rem;
	}
}

.irori_wrap .irori_header span {
	font-size: 0.18rem;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.irori_wrap .irori_header span {
		font-size: 0.13rem;
	}
}

.irori_wrap .irori_header .title {
	font-size: 0.30rem;
	font-weight: 600;
	padding: 0.15rem 0;
}

@media screen and (max-width: 640px) {
	.irori_wrap .irori_header .title {
		font-size: 0.22rem;
		padding: 0.10rem 0;
	}
}

.irori_wrap .irori_header .small_text {
	font-size: 0.14rem;
}

@media screen and (max-width: 640px) {
	.irori_wrap .irori_header .small_text {
		font-size: 0.12rem;
		line-height: 1.65;
	}
}

.irori_wrap .irori_textbox {
	padding-bottom: 0.30rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.irori_wrap .irori_textbox {
		padding-bottom: 0.20rem;
	}
}

.irori_wrap .irori_textbox .text {
	font-size: 0.16rem;
	line-height: 2;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	.irori_wrap .irori_textbox .text {
		font-size: 0.14rem;
		text-align: justify;
		line-height: 1.875;
		padding-bottom: 0.20rem;
	}
}

.irori_wrap .irori_textbox .irori_kakomi {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.20rem 0;
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.irori_wrap .irori_textbox .irori_kakomi {
		padding: 0.15rem 0;
		font-size: 0.13rem;
		line-height: 1.875;
		text-align: justify;
	}
}

.irori_wrap .irori_ph_wrap {
	display: flex;
	justify-content: space-between;
}

.irori_wrap .irori_ph_wrap .ph {
	width: 33%;
}

.irori_wrap .btn_common {
	padding-top: 0.30rem;
}

@media screen and (max-width: 640px) {
	.irori_wrap .btn_common {
		padding-top: 0.20rem;
	}
}

.irori_wrap .btn_common a {
	padding: 0.20rem 0 0.22rem;
	margin: auto;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	.irori_wrap .btn_common a {
		padding: 0.13rem 0 0.15rem;
		font-size: 0.14rem;
		max-width: 2.00rem;
	}
}