<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&amp;display=swap');

/*main
----------------------------------------*/
#cuisine .main_sub {
	padding-bottom: 0;
}
#cuisine .cuisine {
	margin-top: 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
    #cuisine .main_sub p {
        line-height: 1.6;
        text-align: center;
    }
}
.about_main img {
	width: 100%;
	max-height: calc(100vh - 14.8rem);
	object-fit: cover;
}
.about_item {
	max-width: 80rem;
	margin: 0 auto 7.6rem;
	text-align: center;
}
.about_item h2 {
	font-size: 1.7rem;
	line-height: 1.9545;
	letter-spacing: .1em;
	font-weight: 500;
	margin: 5.4rem 0 2.4rem;
}
.about_item h2 .en {
	font-size: 1.8rem;
	letter-spacing: .05em;
	display: block;
	color: #002f59;
	margin-bottom: 2.1rem;
}
.about_item p {
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 2.1538;
}
@media only screen and (max-width: 768px) {
	.about_item {
		padding-bottom: 7.1rem;
        margin: 0 2rem 2rem;
		text-align: left;
	}
	.about_item h2 {
		font-size: 1.6rem;
		margin: 3.3rem 0 2.4rem;
	}
	.about_item h2 .en {
		margin-bottom: 2.6rem;
	}
	.about_item p {
		line-height: 1.6;
	}
}
/*cuisine_area
----------------------------------------*/
/*.page_title {
    text-align: center;
    /*background: rgba(176, 201, 210, 0.14);
    padding: 7.3rem 2rem 6.9rem;
}
.page_title h2 {
	font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.9545;
    margin: 0 0 2.1rem;
}
.page_title h2 span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: .1em;
    color: var(--sub-color);
    margin-bottom: 1.3rem;
}*/

.cuisine_inner {
    /*border-top: .1rem solid rgba(176,201,210, 0.4);*/
    padding: 8.4rem 0 5.7rem;
    text-align: center;
}
.cuisine_inner h3 {
	margin-bottom: 5rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--main-color);
}
.cuisine_inner h3 .en {
    display: block;
	margin-bottom: 1rem;
	font-size: 2.5rem;
}

.cuisine_inner_img {
    max-width: 100rem;
    margin: 0 auto 5.6rem;
}

.cuisine_inner p.catchcopy {
	font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.9545;
    margin: 0 0 2.1rem;
}
.cuisine_inner p.c_direction {
    font-size: 1.3rem;
    line-height: 2.3077;
    font-weight: 500;
    letter-spacing: .05em;
}
.cuisine_contents_img {
	overflow: hidden;
	margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
    .cuisine_inner p.c_direction {
        margin: 0 2rem;
        text-align: left;
        line-height: 1.6;
    }
	.cuisine_contents_img {
		margin-top: 2.8rem;
	}
}

/*center_slider
----------------------------------------*/
.center_slider {
	max-width: 60rem;
	margin: 0 auto;
	position: static;
}
.center_slider {
	max-width: 61rem;
	margin: 0 auto;
}
.center_slider figure {
	margin: 0 .5rem;
	float: left;
}
.center_slider .slick-list::after {
	content: '';
	display: block;
	clear: both;
}
.center_slider .slick-next,
.center_slider .slick-prev {
	appearance: none;
	width: 2.7rem;
	height: 2.7rem;
	border: 0;
	overflow: hidden;
	text-indent: -99rem;
	background: #fff;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	top: 18.8rem;
	left: 3.2rem;
	z-index: 10;
	cursor: pointer;
}
.center_slider .slick-next {
	left: auto;
	right: 3.2rem;
	transform: scale(-1, 1);
}
.center_slider .slick-next::before,
.center_slider .slick-prev::before {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	border-top: .1rem solid var(--sub-color);
	border-right: .1rem solid var(--sub-color);
	transform: rotate(-135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2rem;
	right: 0;
	margin: auto;
}
.center_slider .slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}
.center_slider .slick-dots li {
	margin: 0 .35rem;
}
.center_slider .slick-dots button {
	border: 0;
	overflow: hidden;
	background: #D3D3D3;
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	text-indent: -99rem;
}
.center_slider .slick-dots li.slick-active button {
	background: var(--sub-color);
}
@media only screen and (max-width: 768px) {
	.center_slider {
		max-width: 34.5rem;
	}
	.center_slider {
		max-width: 34.5rem;
		margin: 0 auto;
	}
	.center_slider .slick-next,
	.center_slider .slick-prev {
		top: 9.8rem;
		left: .7rem;
		border: .1rem solid var(--sub-color);
	}
	.center_slider .slick-next {
		left: auto;
		right: .7rem;
	}
}

/*dressroom
----------------------------------------*/
#dressroom .dressroom {
    text-align: center;
    background: rgba(208, 191, 213, 0.14);
	border-top: none;
    padding: 7.3rem 0 6.9rem;
}
#dressroom .dressroom h3 {
	color: var(--purple-color);
}</pre></body></html>