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

/* ---------------------------------------------------
	#sec_dinner
------------------------------------------------------ */
#sec_dinner {
	padding: clamp(50px,6.25vw,5rem) 0 clamp(50px,9.4vw,7.5rem);
	background: url(../img/point_leaf_05.webp)no-repeat left bottom/clamp(13vw,28vw,22rem);
}
#sec_dinner .slick {
	margin-top: var(--f66);
}
#sec_dinner .desc {
	margin-top: var(--f66);
	line-height: 2;
}
#sec_dinner div>:has(.--circle) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 1.5em;
	margin-top: 50px;
}

@media screen and (min-width: 961px) {
	#sec_dinner .desc {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	#sec_dinner .slick .ofi {
		aspect-ratio: 20 / 21;
	}
}


/* ---------------------------------------------------
	#sec_kodawari
------------------------------------------------------ */
#sec_kodawari .layout {
	position: relative;
}
#sec_kodawari .layout .inner {
	display: flex;
  	flex-direction: column;
	align-items: center;
}
#sec_kodawari .illust {
	text-align: center;
}
#sec_kodawari h2 {
	line-height: 1.8;
    letter-spacing: 0.18em;
	font-size: var(--f37);
}
#sec_kodawari .photo_col {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	margin-bottom: var(--f66);
}
#sec_kodawari .photo_col p {
	width: 100%;
}
#sec_kodawari .photo_col p:nth-child(2) {
	width: calc(54.3% - 0.5px);
}
#sec_kodawari .photo_col p:nth-child(3) {
	width: calc(45.7% - 0.5px);
}
#sec_kodawari .photo_col .ofi {
	width: 100%;
}
#sec_kodawari .en_txt {
	position: absolute;
	bottom: 0;
	left: 4%;
	margin-bottom: -1.25rem;
	font-size: var(--f120);
	line-height: 1;
	letter-spacing: 0.04em;
	color: rgba(255,255,255,0.4);
}
.kodawari {
	position: relative;
	padding: var(--f160) 0 var(--f180);
}
.kodawari::after {
	position: absolute;
	top: 45%;
	right: -4vw;
	z-index: -1;
	content: '';
	display: block;
	width: clamp(13vw, 29vw, 23.3rem);
	height: clamp(11vw, 23vw, 18.8rem);
	background: url(../img/point_leaf_03.webp) no-repeat center/contain;
}
.kodawari .item {
	display: flex;
}
.kodawari .item+.item {
	margin-top: var(--f66);
}
.kodawari .item .txt_wrap {
	padding-top: 30px;
}
.kodawari .item .cap {
	display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    line-height: 1.2;
	color: #fff;
	background-color: #000;
}
.kodawari .item .cap .num {
	display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
	border-left: 1px solid rgba(255,255,255,0.2);
	font-size: var(--f21);
}
.kodawari .item dd {
	border-top: 1px solid #d0cccc;
	padding-top: 1.5rem;
	line-height: 2;
}
.kodawari .item .lg {
	display: block;
	padding: 20px 0;
	font-size: var(--f27);
}

@media screen and (min-width: 769px) {
	#sec_kodawari .layout::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 94%;
		height: calc(100% - var(--f120));
		background: url(../img/bg_grad_l.webp) no-repeat left top 15% / cover;
	}
	#sec_kodawari .layout .txt_wrap {
		align-self: flex-start;
		width: 40.7%;
		margin-top: var(--f120);
	}
	#sec_kodawari .illust img {
		width: min(18vw, 345px);
	}
	#sec_kodawari .photo_col .ofi {
		max-height: 360px;
	}
	#sec_kodawari .photo_col p:nth-child(1) .ofi {
		max-height: 572px;
		object-position: top;
	}
	.kodawari .item {
		gap: 30px 5.4%;
	}
	.kodawari .item>p {
		flex-shrink: 0;
		width: 61%;
	}
	.kodawari .item .ofi {
		min-height: 330px;
	}
}
@media screen and (max-width: 768px) {
	#sec_kodawari {
		margin-top: 20px;
	}
	#sec_kodawari .layout {
		background: url(../img/bg_grad_l.webp) no-repeat left bottom / cover;
	}
	#sec_kodawari .layout .inner {
		padding-top: 40px;
		background: url(../img/bg_grad_l.webp) no-repeat left top 15% / cover;
	}
	#sec_kodawari .illust img {
		width: min(40vw, 250px);
	}
	#sec_kodawari .en_txt {
		position: static;
		width: 100%;
		margin: 0;
		font-size: min(12.5vw, 64px);
		text-align: center;
	}
	.kodawari .item {
		flex-direction: column;
	}
}


/* ---------------------------------------------------
	#sec_breakfast
------------------------------------------------------ */
#sec_breakfast {
	position: relative;
	padding: var(--f100) 0;
}
#sec_breakfast::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 94%;
    height: 100%;
    background: url(../img/point_flower_wh.webp) no-repeat right -2% bottom -15% / 20%, url(../img/bg_grad_r.webp) no-repeat right top 15% / cover;
}
#sec_breakfast .layout .inner {
	display: flex;
    flex-direction: column;
    align-items: center;
}
#sec_breakfast .cmn_tit_02 {
	padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#sec_breakfast .cmn_tit_02 .cap {
	display: block;
}

@media screen and (min-width: 769px) {
	#sec_breakfast .layout .txt_wrap {
        padding: 0 4% 0 5%;
    }
	#sec_breakfast .layout .photo_col .ofi {
		min-height: 400px;
	}
}
@media screen and (max-width: 768px) {
	#sec_breakfast {
		padding: var(--f66) 0 0;
	}
	#sec_breakfast::before {
		width: 100%;
	}
	#sec_breakfast .layout .inner {
		padding: 0 5% 30px;
	}
	#sec_breakfast .cmn_tit_02 {
		padding-bottom: 10px;
	}
}


/* ---------------------------------------------------
	#sec_add
------------------------------------------------------ */
#sec_add {
	padding: clamp(4rem, 14vw,11rem) 0 var(--f120);
	background: url(../img/point_leaf_05.webp) no-repeat 0 35% / clamp(13vw, 28vw, 22rem),
	url(../img/point_leaf_03.webp) no-repeat 104% 88% / clamp(13vw, 29vw, 23.3rem);
}

#sec_add .menu_list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--f55) 8%;
}
#sec_add .menu_list span {
	display: block;
	padding: 17px 0;
	text-align: center;
	font-size: var(--f18);
}
#sec_add .menu_list span a {
	font-size: var(--f15);
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
	#sec_add .inner_sm {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 0 8%;
	}
	#sec_add .tit_wrap {
		flex-shrink: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: flex-end;
		gap: 20px 0;
	}
	#sec_add .tit_wrap>p {
		padding-right: 12%;
	}
	#sec_add .menu_list {
		max-width: 84%;
	}
	#sec_add .menu_list li {
		width: 46%;
	}
}
@media screen and (max-width: 768px) {
	#sec_add {
		background: url(../img/point_leaf_05.webp) no-repeat 0 99% / clamp(13vw, 28vw, 22rem),
		url(../img/point_leaf_03.webp) no-repeat 98% 0.5% / clamp(13vw, 29vw, 23.3rem);
	}
	#sec_add .cmn_tit_03+p {
		writing-mode: horizontal-tb;
		margin: 2rem 0 2.5rem;
	}
	#sec_add .menu_list {
		flex-direction: column;
	}
	#sec_add .menu_list li {
		display: flex;
		align-items: center;
		gap: 0 6%;
	}
	#sec_add .menu_list li .ofi {
		flex-shrink: 0;
		width: 42vw;
	}
	#sec_add .menu_list span {
		padding: 10px 0;
		font-size: var(--f15);
		text-align: left;
	}
	#sec_add .menu_list span a {
		font-size: var(--f14);
	}
}


/* ---------------------------------------------------
	#sec_sake
------------------------------------------------------ */
#sec_sake {
	position: relative;
	margin-bottom: min(7vw,90px);
	padding: var(--f120) 0 var(--f100);
	background: url(../img/bg_grad_l.webp) no-repeat left top 15% / cover;
}
#sec_sake::after {
	content: '';
    position: absolute;
    bottom: min(-3.5vw,-100px);
    right: -1%;
	display: block;
	width: clamp(13vw, 29vw, 23.3rem);
	height: clamp(11vw, 23vw, 18.8rem);
    background: url(../img/point_leaf_03_02.webp) no-repeat right -2% bottom -15%/contain;
}
#sec_sake .photo+p {
	margin-top: 1rem;
}
#sec_sake .contents {
	line-height: 1.8;
}
#sec_sake .contents ul {
	margin-top: 2.5rem;
}
#sec_sake .contents li span {
	font-weight: bold;
	margin-right: 1.5rem;
}
#sec_sake .contents li+li {
	margin-top: 1.5rem;
}

@media screen and (min-width: 769px) {
	#sec_sake .inner_sm {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 0 8%;
	}
	#sec_sake .cmn_tit_03 {
		flex-shrink: 0;
	}
}
@media screen and (max-width: 768px) {
	#sec_sake {
		padding: 3rem 0;
	}
	#sec_sake::after {
		bottom: -7.2vw;
	}
	#sec_sake .contents {
		margin-top: 2rem;
	}
	#sec_sake .photo+p {
		line-height: 1.8;
	}
	#sec_sake .contents ul {
		margin-top: 2rem;
	}
	#sec_sake .contents li span {
		display: block;
	}
}


