@charset "utf-8";

/*==============================================

	restaurant

==============================================*/
main {
	overflow: unset;
}

main .sec_heading .en {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2rem;
	color: #B4A698;
}
main .sec_heading h2 {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.4rem;
	color: #B4A698;
	margin-top: 4px;
	white-space: nowrap;
}

.topics_section {
	margin-top: 50px;
	margin-bottom: 0;
}

.concept {
	padding-bottom: 200px;
	background-image: url(../../index/img/about_bg.png);
    background-size: 537px;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.concept .inner {
	display: flex;
	gap: 130px;
	padding-left: calc((100% - 1200px) / 2);
	width: 100%;
	position: relative;
	align-items: self-start;
}
.concept .inner > .heading {
	width: 290px;
	position: sticky;
	position: -webkit-sticky;
	top: 110px;
}
.concept .inner > .heading h2 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.4rem; /* 120% */
	letter-spacing: 0.2rem;
	margin-top: 30px;
}
.concept .inner > .concept_content {
	width: calc(100% - 290px - 130px);
	padding-top: 100px;
}
.concept .inner > .concept_content .nature {
	margin-bottom: 60px;
}
.concept .inner > .concept_content .nature .img {
	margin-bottom: 40px;
}
.concept .inner > .concept_content .nature .img img {
	width: 100%;
}
.concept .inner > .concept_content .catch {
	font-size: 1.8rem;
	letter-spacing: 0.09rem;
	margin-bottom: 20px;
}
.concept .inner > .concept_content .nature .text {
	font-size: 1.5rem;
	line-height: 3.4rem;
}
.concept .inner > .concept_content .text span {
	color: #9DA49E;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2rem; /* 100% */
	letter-spacing: 0.2rem;
}
.concept .inner > .concept_content .space .imgs {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 40px;
}
.concept .inner > .concept_content .space .imgs .en {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding-left: 40px;
}
.designer {
	margin-top: 40px;
	max-width: 900px;
}
.designer h3 {
	color: #4C4A4A;
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.08rem;
    position: relative;
    margin-bottom: 10px;
}
.designer h3::before {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #C9C9C4;
}
.designer h3 span {
	font-size: 1.3rem;
    line-height: 2.4rem;
    margin-right: 20px;
}
.designer .text {
	padding-right: 10%;
}
.concept .inner > .concept_content .slider .slider3 {
	margin: 40px 0;
	padding-right: calc(100% - 900px);
}
.concept .inner > .concept_content .slider .slider3 .swiper-wrapper {
	padding-right: 10%;
}
.concept .inner > .concept_content .slider .slider3 .swiper-slide {
	width: 500px;
}
.concept .inner > .concept_content .slider .slider3 .swiper-slide:last-child {
	margin-right:10%;
}
.concept .inner > .concept_content .slider .slider3 .swiper-slide .caption {
	font-size: 1.3rem;
	line-height: 2.4rem;
	margin-top: 15px;
}

.concept .inner > .concept_content .time .imgs {
	display: flex;
	gap: 30px;
	/* flex-wrap: wrap; */
	align-items: flex-start;
	margin-bottom: 40px;
}
.concept .inner > .concept_content .time .imgs .en {
	margin-right: 30px;
}
.concept .inner > .concept_content .time .catch,
.concept .inner > .concept_content .time .text {
	margin-left: 240px;
	max-width: 580px;
}


.menu .cover img {
	width: 100%;
}
.menu .inner {
	display: flex;
	position: relative;
	margin-top: 100px;
	margin-bottom: 120px;
}
.menu .inner .imgs {
	display: flex;
	order: 1;
	gap: 10px;
	width: 50%;
	margin-top: 70px;
}
.menu .inner .exp {
	width: 50%;
	padding-left: calc((100% - 1200px) / 2);
	padding-right: 70px;
}
.menu .inner .exp h2 {
	margin-bottom: 50px;
}
.menu .inner .exp h3 {
	font-size: 1.8rem;
	line-height: 3.3rem;
	letter-spacing: 0.09rem;
	margin-bottom: 20px;
	padding-left: 40px;
}
.menu .inner .exp .catch {
	margin-bottom: 20px;
}
.menu .inner .exp .text {
	padding-left: 40px;
}

main .video_bg {
	width: 100%;
	opacity: .5;
}
main .video_bg video {
	width: 100%;
}

.menu_list {
	margin-top: 60px;
	/* padding-right: calc((100% - 1200px) / 2); */
	width: 100%;
}
.menu_list li {
	display: flex;
	gap: 0;
	align-items: flex-start;
	margin-bottom: 70px;
	position: relative;
	width: 100%;
}
.menu_list li .imgs {
	width: 46%;
	overflow: hidden;
}
.menu_list li .exp {
	width: 54%;
	padding-left: 70px;
	padding-right: calc((100% - 1200px) / 2);
}
.menu_list li .exp .sec_heading {
	margin-bottom: 30px;
}
.menu_list li .exp .en {
	font-size: 2rem;
}
.menu_list li .exp h3 {
	color:  #4C4A4A;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.6rem; /* 180% */
	letter-spacing: 0.1rem;
	margin-bottom: 5px;
}
.menu_list li .exp .catch {
	color:  #4C4A4A;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.6rem; /* 225% */
	letter-spacing: 0.08rem;
	margin-top: 20px;
	margin-bottom: 10px;
}
.menu_list li .exp .info_text {
	color:  #9DA49E;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.7rem; /* 207.692% */
	letter-spacing: 0.065rem;
}
.menu_list li .exp .btns {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	flex-wrap: wrap;
}
.menu_list li .exp .btns .btn_pdf {
	width: calc(50% - 5px);
}
.menu_list li .reserve_btns {
	margin-top: 10px;
}
.menu_list li .reserve_btns .btn {
	width: calc(50% - 5px);
	margin-bottom: 5px;
}
.menu_list li .reserve_btns .btn a {
	width: 100%;
}
.menu_list li .exp .btns .btn a {
	width: 100%;
}
.menu_list li .exp .btns .btn_toggle {
	margin-top: 20px;
}
.toggle_content h4 {
	color: #4C4A4A;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.6rem; /* 225% */
	letter-spacing: 0.08rem;
	margin-bottom: 10px;
	margin-top: 20px;
}



.other_pages {
	margin-top: 140px;
}
.other_pages .cover {
	position: relative;
}
.other_pages .cover img {
	width: 100%;
}
.other_pages .cover .other_pages2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	left: 0;
	top: calc(100% - 70px);
}
.other_pages .cover .other_pages2 img{
	max-height: 350px;
	object-fit: cover;
	object-position: center;
}
.other_pages .inner {
	position: relative;
	z-index: 1;
	/* max-width: 1100px; */
	margin: 0 auto;
	transform: translateX(100px);
	margin-top: 150px;
	width: 70%;
}
.other_pages .page_list {
	display: flex;
	gap: 3%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other_pages .page_list li {
	width: calc((100% - 6%) / 3););
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.other_pages .page_list li img {
	width: 100%;
}
.other_pages .page_list li .btn {
	margin-top: auto;
	width: 100%;
}
.other_pages .page_list li .btn a {
}
.other_pages .page_list li .sec_heading {
	margin-bottom: 10px;
	margin-top: 20px;
}

.reserve_bg_wrap {
	margin-top: -120px;
}

@media screen and (max-width: 736px) {
    /* Base */
    main {
        overflow: hidden;
    }

    /* Topics */
    .topics_section {
        margin-top: 0;
    }

    /* Concept */
    .concept {
        margin-top: 60px;
        padding-bottom: 100px;
        background-size: 430px;
    }

    .concept .inner {
        flex-direction: column;
        gap: 40px;
    }

    .concept .inner > .heading {
        position: static;
        width: 220px;
        margin-left: 30px;
    }

    .concept .inner > .heading h2 {
        white-space: nowrap;
        font-size: 1.8rem;
    }

    .concept .inner > .concept_content {
        width: 100%;
        padding-top: 0;
    }

    .concept .inner > .concept_content .nature .img {
        padding-left: 30px;
    }

    .concept .inner > .concept_content .nature .text {
        padding: 0 30px;
    }

    /* Space Section */
    .concept .inner > .concept_content .space .imgs .img {
        width: 150px;
    }

    .concept .inner > .concept_content .space .imgs .img.wide {
        width: 100%;
    }

    .concept .inner > .concept_content .space .imgs .en {
        order: 4;
        margin-top: 40px;
    }

    .concept .inner > .concept_content .space .catch,
    .concept .inner > .concept_content .space .text {
        padding: 0 30px;
    }

    /* Designer */
    .designer {
        padding: 0 30px;
        margin-top: 50px;
    }

    .concept .inner > .concept_content .space .designer .text {
        padding: 0;
    }

    /* Slider */
    .concept .inner > .concept_content .slider .slider3 .swiper-slide {
        width: 100%;
    }

    .concept .inner > .concept_content .slider .slider3 .swiper-pagination {
        padding: 0 30px;
    }

    /* Time Section */
    .concept .inner > .concept_content .time .imgs {
        padding: 0 30px;
        display: flex;
        gap: 10px;
        padding-right: 0;
    }

    .concept .inner > .concept_content .time .catch,
    .concept .inner > .concept_content .time .text {
        margin-left: auto;
        padding: 0 30px;
    }

    .concept .inner > .concept_content .time .text {
        margin-bottom: 40px;
    }

    /* Menu */
    .menu .inner {
        flex-direction: column;
		margin-top: 0;
        padding-top: 60px;
    }

    .menu .inner .imgs {
        width: 100%;
        padding-left: 30px;
        margin-top: 30px;
        gap: 5px;
    }

    .menu .inner .exp {
        width: 100%;
        padding: 0 30px;
    }

    .menu .inner .exp .catch,
    .menu .inner .exp .text {
        padding: 0;
    }

    /* Menu List */
    .menu_list li {
        flex-direction: column;
        gap: 10px;
    }

    .menu_list li .imgs {
        width: 100%;
    }

    .menu_list li .exp {
        width: 100%;
        padding: 0 30px;
    }

    .menu_list li .exp .btns .btn_pdf,
    .menu_list li .reserve_btns .btn,
    .menu_list li .reserve_btns .btn a {
        width: 100%;
    }

    /* Other Pages */
    .other_pages .cover .other_pages2 {
        width: 340px;
        top: calc(100% - 40px);
    }

    .other_pages .inner {
        transform: translateX(0);
        padding: 0 30px;
        margin-top: 200px;
        width: 100%;
    }

    .other_pages .page_list {
        flex-direction: column;
        gap: 60px;
    }

    .other_pages .page_list li {
        width: 100%;
    }

	main .video_bg video {
		aspect-ratio: 390 / 50;
		object-fit: cover;
		object-position: center;
	}

    /* Reserve */
    .reserve_bg_wrap {
        margin-top: 100px;
    }
}