@charset "UTF-8";

body {
	background-color: #ffeaef;
	color: #3f3f3f;
	font-size: 16px;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", serif, sans-serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bg-wh {
	background-color: #fff;
	color: #3f3f3f;
}

.main-title {
	font-family: "リュウミン H-KL", "Ryumin Heavy KL", "Noto Serif JP", "游明朝", "YuMincho", serif;
	font-size: min(6vw, 30px);
	font-weight: 700;
	text-align: center;
}
.section-part {
	background-color: #fff;
	border-radius: 50px;
	padding: 70px 80px 80px 80px;
	margin-bottom: 4rem;
}
.gallery {
	margin-bottom: 1.5rem;
}
.gallery img {
	border-radius: 20px;
}
@media (max-width: 767.98px) {
	.section-part {
		padding: 30px;
		margin-bottom: 3rem;
		border-radius: 30px;
	}
}
.heating-h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.image-mb {
		margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
	.heating-h3 {
	margin-bottom: 1rem;
	}
}
@media (max-width: 992px) {
	.sp-image-mb {
		margin-bottom: 2rem;
	}
}
.section-spacing {
	padding-top: 60px;
	padding-bottom: 86px;
}
@media (max-width: 767.98px) {
	.section-spacing {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.section-title {
	margin-bottom: 4rem;
	margin-right: auto;
	margin-left: auto;
	width: fit-content;
	font-family: "リュウミン H-KL", "Ryumin Heavy KL", "Noto Serif JP", "游明朝", "YuMincho", serif;
	font-size: min(8vw, 32px);
	text-align: center;
	color: #059AD7;
	background:linear-gradient(transparent 60%, #fff29d 60%);
}
.section-title img {
	width: 30%;
}
@media (max-width: 992px) {
	.section-title img {
	width: 50%;
	}
}
@media (max-width: 767.98px) {
	.section-title {
	margin-bottom: 2rem;
	}
	.section-title img {
	width: 60%;
	}
}

ul.note {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
p.note,
ul.note > li {
	font-size: 14px;
	margin-left: 1.25em;
	text-indent: -1.25em;
}
p.note::before,
ul.note > li::before {
	content: "※";
	display: inline-block;
	margin-left: 1.25em;
}
.menu-text {
	color: #43abbe;
	font-size: 2rem;
}
ul.ul-center {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}



/* ヘッダー */
.header {
	position: relative;
	background-color: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 0;
	height: 60px;
}

.header .logo {
	max-width: 240px;
}

.header .logo img {
	width:100%;
	/* max-width: 100%; */
	height: auto;
}

@media (max-width: 767.98px) {
	.header .logo {
		max-width: 160px;
	}
}

/* メインビジュアル */
.mv {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.mv-bg {
	height: 790px;
}
.mv-bg-img {
	display: block;
	margin-left: auto;
	/* border-top-left-radius: 20px;
	border-bottom-left-radius: 20px; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 767.98px) {
	.mv-bg-img {
		width: 100%;
	}
}

.mv-title {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 800px;
}
@media (max-width: 767.98px) {
	.mv-title {
	top: 50%;
	left: 50%;
	}
	.mv-title img {
	padding: 0;
	}
	.mv-bg-img {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	}
}
.mv-title img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
}

.mv-text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: calc(100% - 10px);
}
.mv-text-inner {
	position: relative;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}
.mv-text-bg {
	position: absolute;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 80%, transparent);
}
.mv-text .l-text {
	top: 0;
	left: 3%;
}
.mv-text .r-text {
	top: 0;
	right: 3%;
}
.mv-text-line {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0 0.5rem 3rem;
	padding: 0.5rem 4px;
	font-family: "リュウミン H-KL", "Ryumin Heavy KL", "Noto Serif JP", "游明朝", "YuMincho", serif;
	font-size: min(3vw, 24px);
	font-weight: 700;
	line-height: 1.2;
	writing-mode: vertical-rl;
}
.mv-text-line strong {
	font-size: min(4vw, 36px);
}

@media (max-width: 767.98px) {
	.mv-bg {
		height: calc(100vh - 120px);
	}
	/* .mv-title {
		width: 95%;
	} */
	.mv-text-inner {
		height: 100%;
	}
	.mv-text .l-text {
		top: 5%;
		left: 0;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 80%, transparent);
	}
	.mv-text .r-text {
		top: auto;
		right: 0;
		bottom: 5%;
		background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 80%, transparent);
	}
	.mv-text-line {
		border-top: 1px solid #000;
		border-right: none;
		border-bottom: 1px solid #000;
		border-left: none;
		padding: 4px 0.5rem;
		font-size: min(5vw, 22px);
		font-weight: 700;
		line-height: 1.2;
		writing-mode: horizontal-tb;
	}
	.mv-text-line strong {
		font-size: min(6vw, 32px);
	}
	.mv-text .l-text .mv-text-line {
		margin: 0.5rem 2.5rem 0.5rem 0;
	}
	.mv-text .r-text .mv-text-line {
		margin: 0.5rem 0 0.5rem 2.5rem;
	}
}

/* 出だし */

.special-buffet {
	text-align: center;
}
.special-buffet img {
	width: 80%;
	max-width: 480px;
	height: auto;
}



.main-information {
	font-size: min(4.5vw, 20px);
	margin-top: 70px;
	font-weight: 400;
	text-align: center;
	line-height: 1.8;
	color: #3f3f3f;
}
@media (max-width: 767.98px) {
	.main-information {
		text-align: left;
		line-height: 1.6;
	}
}

/* メインディッシュ */
.information2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.information2 > * {
	flex: 0 0 auto;
}

.information2-img {
	width: 50%;
}

.information2-img img {
	max-width: 100%;
	height: auto;
}

.information2-img-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.information2-img-list li {
	width: calc(100% / 3);
}
.information2-img-list li img {
	width: 100%;
}

.information2-info {
	width: 50%;
}

.information2-info p {
	padding-left: 30px;
	font-weight: 500;
	line-height: 2.4;
}
@media (max-width: 767.98px) {
	.information2-info p {
		margin-top: 1rem;
		line-height: 1.8;
	}
}

.information2-info ul {
	margin-top: 20px;
	padding-left: 30px;
	font-weight: 500;
	line-height: 1.8;
}

.information2-info .note {
	margin-top: 10px;
	line-height: 1.6;
}

@media (max-width: 767.98px) {
	.information2 {
		margin-top: 30px;
	}
	.information2-img {
		width: 100%;
	}
	.information2-info {
		width: 100%;
	}
	.information2-info h3 {
		padding-left: 0.5rem;
		text-align: center;
	}
	.information2-info p {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.information2-info ul {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
}
.content-title {
	margin-bottom: 1em;
	margin-top: 1em;
    font-size: min(5.5vw, 32px);
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}


/* その他メニュー */
.dishes-title {
	font-size: min(5.5vw, 24px);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}
.dish-lists {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.dish-lists {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.dish-lists > li {
	flex: 0 0 auto;
	width: 25%;
	margin-top: 16px;
	padding: 8px;
}

.dish-item {
	display: block;
	margin: 0;
	padding: 1vw;
}

.dish-item img {
	display: block;
	max-width: 100%;
	height: auto;
}

.dish-item figcaption {
	margin-top: 1rem;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: center;
}

@media (max-width: 1199.98px) {
	.dish-lists > li {
		width: 33.33333333%;
	}
	.dish-item {
		padding: 0.5vw;
	}
}

@media (max-width: 767.98px) {
	.dish-lists > li {
		width: 50%;
	}
	.dish-item {
		padding: 0;
	}
	.dish-item figcaption {
		margin-top: 0.5rem;
		font-size: 0.75rem;
	}
}


/* おまけ情報 */
.text-white {
	color: #fff;
}

.postscript-bg {
	background: #452266;
}

.postscript {
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

.postscript > * {
	flex: 0 0 auto;
}

.postscript-img {
	width: 50%;
}

.postscript-img img {
	max-width: 100%;
	height: auto;
}

.postscript-info {
	width: 50%;
}

.postscript-info h3 {
	font-size: min(5.5vw, 24px);
    font-weight: 700;
	text-align: center;
	color: #734e3f;
}

.postscript-info p:not([class]) {
	padding-left: 30px;
	font-weight: 500;
	line-height: 2.4;
}
@media (max-width: 767.98px) {
	.postscript-info p:not([class]) {
		margin-top: 1rem;
		line-height: 1.8;
	}
}

.postscript-info .note {
	margin-top: 0.5em;
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.6;
}
ul.note-star > li::before {
	content: "☆";
}

.postscript-more {
	margin-top: 30px;
	text-align: center;
}
.postscript-more br {
	display: none;
}

.postscript-info .plan-link {
	padding-left: 30px;
	text-align: center;
}


@media (max-width: 767.98px) {
	.postscript {
		margin-top: 30px;
	}
	.postscript-img {
		width: 100%;
	}
	.postscript-info {
		width: 100%;
	}
	.postscript-info p:not([class]), .postscript-info .note {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.postscript-info h3, .postscript-info .plan-link {
		padding-left: 0;
	}
	.postscript-more br {
		display: inline;
	}	
}
.calendar-area {
	margin-top: 3rem;
}
.align-center {
	text-align: center;
}
.detail-list-heading {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
.detail-list-text {
	margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
	.detail-list-text {
	margin-bottom: 2rem;
	}
}
.detail-list {
	display: flex;
	flex-wrap: wrap;
}
.detail-list dt {
	width: 40%;
}
.detail-list dd {
	width: 60%;
	margin-bottom: 1.5rem;;
}
.detail-about-list {
	display: flex;
	flex-wrap: wrap;
}
.detail-about-list dt {
	width: 30%;
}
.detail-about-list dd {
	width: 70%;
	margin-bottom: 1.5rem;
}
@media (max-width: 997.98px) {
	.detail-list {
	display: block;
	}
	.detail-list dt {
	width: 100%;
	}
	.detail-list dd {
	width: 100%;
	margin-bottom: 1.5rem;;
	}
	.detail-about-list {
	display: block;
	flex-wrap: wrap;
	}
	.detail-about-list dt {
	width: 100%;
	}
	.detail-about-list dd {
		width: 100%;
		margin-bottom: 1.5rem;
	}
}
.photo-area {
	text-align: center;
	
}
.photo-area img {
	width: 80%;
	filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.3));
}
.photo-area figure:nth-child(1) {
	position: relative;
	transform: rotate(5deg);
	z-index: 1;
}
.photo-area figure:nth-child(2) {
	transform: rotate(-10deg) translateY(-20px);
}
@media (max-width: 997.98px) {
	.photo-area {
	margin-bottom: 2rem;
	}
	.photo-area img{
	width: 70%;
	}
}
.photo-img-01 {
	position: absolute;
	transform: rotate(10deg);
	z-index: 1;
}
.photo-img-02{
	position: absolute;
	transform: rotate(350deg);
}
/* フッター */
.footer {
	background-color: #fff;
	padding: 20px 0;
}
.copy {
	text-align: center;
	color: #333333;
	font-size: 11px;
	font-weight: 500;
}

@media (max-width: 767.98px) {
	.pc-only {
		display: none;
	}
}
@media (min-width: 768px) {
	.sp-only {
		display: none;
	}
}
