@charset "utf-8";

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

	shirokane-zensou

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

main .sec_heading .en {
color:  #B4A698;
font-size: 1.3rem;
font-style: normal;
font-weight: 400;
line-height: 2rem; /* 153.846% */
letter-spacing: 0.13rem;
}
main .sec_heading h2 {
	color:  #B4A698;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem; /* 184.615% */
	letter-spacing: 0.065rem;
}

.topics_section {
	margin-top: 50px;
}
.topics_section .inner {
	padding-left: calc((100% - 500px) / 2);
}

.concept {
	padding-bottom: 200px;
}
.concept .inner {
	display: flex;
	gap: 0px;
	padding-left: calc((100% - 900px) / 2);
	width: 100%;
	position: relative;
	align-items: self-start;
}
.concept .inner > .heading {
	width: 275px;
	position: sticky;
	position: -webkit-sticky;
	top: 110px;
	padding-left: 40px;
}
.concept .inner > .heading h2 {
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.3rem; /* 165% */
	letter-spacing: 0.1rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 11px;
}
.concept .inner > .concept_content {
	width: calc(100% - 275px);
	/* padding-top: 100px; */
}
.concept .inner > .concept_content .img {
	margin: 40px 0;
}
.concept .inner > .concept_content .img img {
	width: 100%;
}
.concept .inner > .concept_content h3 {
font-size: 1.6rem;
font-style: normal;
font-weight: 400;
line-height: 3rem; /* 187.5% */
letter-spacing: 0.08rem;
	margin-bottom: 15px;
}

.concept .inner > .concept_content .slider .slider3 {
	margin: 40px 0;
}
.concept .inner > .concept_content .slider .slider3 .swiper-slide {
	width: 500px;
}
.concept .inner > .concept_content .slider .slider3 .swiper-slide .caption {
	font-size: 1.3rem;
	line-height: 2.4rem;
	margin-top: 15px;
}

.journey .cover {
	position: relative;
}
.journey .cover img {
	width: 100%;
}
.journey .cover .text_box {
	position: absolute;
	left: calc(40% - 60px);
	bottom: -11px;
	display: flex;
	align-items: flex-end;
}
.journey .cover .text_box .heading {
	display: flex;
}
.journey .cover .text_box .heading h2 {
	color: #F5F3ED;
	font-size: 2rem;
	font-weight: 400;
	line-height: 3.3rem; /* 165% */
	letter-spacing: 0.1rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 12px;
}
.journey .cover .text_box .heading .en {
	padding-top: 104px;
	padding-left: 22px;
}
.journey .inner {
	margin-left: 40%;
	margin-top: 40px;
	max-width: 810px;
	padding-right: 40px;
}

.menu {
	margin: 100px 0;
}
.menu .heading {
	max-width: 1200px;
	margin: 0 auto;
}
.menu .heading h2 {
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.7rem; /* 207.692% */
	letter-spacing: 0.065rem;
	margin-top: 10px;
}



.menu_list {
	margin-top: 60px;
	/* padding-right: calc((100% - 1200px) / 2); */
	width: 100%;
	overflow: hidden;
}
.menu_list li {
	display: flex;
	gap: 0;
	align-items: flex-start;
	margin-bottom: 70px;
	position: relative;
	width: 100%;
}
.menu_list li:last-child {
	margin-bottom: 0;
}
.menu_list li .img {
	width: 46%;
	overflow: hidden;
}
.menu_list li .img img {
	width: 100%;
}
.menu_list li .exp {
	width: 54%;
	padding-left: 100px;
	padding-right: calc((100% - 1200px) / 2);
}
.menu_list li .exp .title {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.3rem; /* 183.333% */
	letter-spacing: 0.09rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.menu_list li .exp .title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #C9C9C4;
	width: 100vw;
}
.menu_list li .exp .price {
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.6rem; /* 225% */
	letter-spacing: 0.08rem;
	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 .catch{
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 187.5% */
	letter-spacing: 0.08rem;
	margin: 20px 0 10px;
}
.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);
}
.menu_list li .reserve_btns .btn a {
	width: 100%;
}
.menu_list li .exp .btns .btn a {
	width: 100%;
	min-width: unset;
}
.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;
}

.menu .other_btns {
	margin-left: calc(46% + 100px);
	margin-top: 20px;
}
.menu .other_btns .btn {
	margin-bottom: 20px;
}

.takeout .menu_list li {
	border-top: 1px solid #C9C9C4;
	align-items: flex-end;
}

.room {
	margin-left: calc((100% - 600px) / 2);
	margin-bottom: 100px;
}
.room .cover img {
	width: 100%;
}
.room .inner {
	margin-top: 50px;
}
.room .inner .catch {
	font-size: 1.6rem;
	line-height: 3rem; /* 187.5% */
	letter-spacing: 0.08rem;
	margin-top: 20px;
	margin-bottom: 10px;
}

.takeout {
	margin: 100px 0 140px;
}

.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: 100px;
}
.other_pages .page_list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}
.other_pages .page_list li {
	width: calc(33% - 20px);
	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 .sec_heading {
	margin-bottom: 10px;
	margin-top: 20px;
}

.reserve_section {
	background-image: none;
}


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

	main .mv .mv_inner {
		margin-top: -15px;
	}
	main .mv .mv_inner h1 img{
		width: 231px;
	}

    /* Topics */
    .topics_section {
        margin-top: 0;
        padding: 0 30px;
        margin-bottom: 40px;
    }

    /* 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; */
        margin: 30px auto 0;
        padding: 0;
    }

    .concept .inner > .heading h2 {
        white-space: nowrap;
        /* font-size: 1.8rem; */
        margin: 0 auto;
    }

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

	.concept .inner > .concept_content .img {
		width: calc(100% + 30px);
		margin-left: -30px;
	}

    .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;
    }

	.journey .cover {
	}
	.journey .cover img {
	}
	.journey .cover .text_box {
	left: 30px;
	}
	.journey .cover .text_box .heading {
	}
	.journey .cover .text_box .heading h2 {
	letter-spacing: 9px;
	}
	.journey .cover .text_box .heading .en {
	padding-top: 50px;
	}
	.journey .inner {
	margin: 40px auto 0;
	padding: 0 30px;
	}

    /* Menu */
    .menu .inner {
        flex-direction: column;
        margin-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 li .exp .btns .btn {
		width: 100%;
	}

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

	.menu {
		margin-bottom: 0px;
        padding-top: 100px;
        margin-top: 0;
	}
	.menu .heading {
		padding: 0 30px;
	}
    .menu_list li .img {
        width: 100%;
        padding-right: 30px;
    }

    .menu_list li .exp {
        width: 100%;
        padding: 0 30px;
        margin-top: 30px;
    }
    .menu_list li .exp .menu_text {
		margin-top: 10px;
font-size: 1.3rem;
font-weight: 400;
line-height: 2.7rem; /* 207.692% */
letter-spacing: 0.065rem;
	}

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

	.menu .other_btns {
		margin: 0 auto;
		padding: 0 30px;
	}

	.room {
		margin: 30px auto 60px;
	}
	.room .inner {
	padding: 0 30px;
	}
    /* Other Pages */
	.other_pages {
		margin-top: 70px;
	}
    .other_pages .cover .other_pages2 {
        width: 340px;
        top: calc(100% - 40px);
    }

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

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

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

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