.hamburger_list {
    grid-template-columns: 1fr;
}
.footer_box {
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(23.4rem * var(--scale));
}
.footer_right {
    position: relative;
    width: 33rem;
    padding-top: 1rem;
}
.footer_right_list {
    display: flex;
    gap: calc(3.5rem * var(--scale));
    margin-bottom: 4rem;
}
.footer_right_list_item_link {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.05em;
}
.footer_bottom_language {
    left: inherit;
    right: 0;
}
.footer_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 5rem;
}
.copyright {
    margin-top: 0;
}
.page_top {
    position: static;
}
@media (max-width: 767px) {
    .footer_box {
        gap: 0;
    }
    .footer_right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0;
        margin-top: 2.5rem;
    }
    .footer_right_list {
        order: 3;
        margin-bottom: 0;
        margin-top: 5rem;
    }
    .footer_bottom_language {
        order: 1;
        left: 50%;
        width: max-content;
    }
    .footer_sns_item {
        order: 2;
        margin-top: 10rem;
    }
    .copyright {
        justify-content: center;
    }
    .footer .inner {
        position: relative;
    }
    .page_top {
        position: absolute;
        bottom: inherit;
        top: 0;
        right: 2.4rem;
        justify-content: flex-end;
    }
}



.concept_text {
	font-family: aktiv-grotesk, sans-serif;
}

.salon_list {
	padding: 8rem 0 13rem;
	background-color: #F2F3F5;
}

.salon_search_tab_title {
	font-family: aktiv-grotesk, sans-serif;
		font-size: 1.8rem;
		line-height: 1;
		margin-top: 4rem;
}
.salon_search_tab {
    margin-top: 1rem;
    margin-bottom: 6rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.salon_switch_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tab_btn,
.salon_switch_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 13.3rem;
    height: 6.5rem;
    padding-inline: 1rem;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 1.1rem;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}
.tab_btn.is-active,
.salon_switch_btn.is-active {
    background-color: var(--main-color);
    color: #fff;
}
span.tab_label,
span.switch_label {
		font-family: aktiv-grotesk, sans-serif;
    font-size: 1.8rem;
    line-height: 1;
}
span.tab_sublabel,
span.switch_sublabel {
    display: block;
    padding-top: 0.75rem;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1;
    color: var(--black);
    text-align: center;
}
.tab_btn.is-active .tab_sublabel,
.salon_switch_btn.is-active .switch_sublabel {
    color: #fff;
}
@media (max-width: 767px) {
    .salon_list {
        padding: 4rem 0 3rem;
    }
    .salon_search_tab {
        margin-right: calc(50% - 50vw);
        padding-right: 2.4rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .salon_search_tab .tab_btn {
        flex: 0 0 11rem;
    }
    .salon_search_feature {
        margin-top: 2rem;
    }
    .feature_text {
        font-size: 1.3rem;
    }
    .feature_toggle {
        padding: 1.5rem 2rem;
    }
    .salon_search_btn {
        margin-top: 2rem;
    }
    .search_form_feature {
        padding: 0.5rem 2rem 2rem;
    }
    .tab_label,
    .switch_label {
        font-size: 1.5rem;
    }
    .tab_sublabel,
    .switch_sublabel {
        padding-top: 0.75rem;
        font-size: 1rem;
    }
    .tab_btn,
    .salon_switch_btn {
        width: 11rem;
    }
}


.salon_area_item + .salon_area_item {
    margin-top: calc(6rem * var(--scale));
}
.salon_area_list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: calc(6rem * var(--scale)) calc(3rem * var(--scale));
}
.salon_area_list_item_img {
    aspect-ratio: 1 / 0.649;
    width: 100%;
    object-fit: cover;
}
.salon_area_list_item {
    
}
.salon_area_list_item_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.salon_area_list_item_name {
    font-size: 2rem;
}
.salon_area_list_item_location {
    font-size: 1.25rem;
    color: var(--main-color);
    display: flex;
    align-items: center;
    gap: calc(1.5rem * var(--scale));
}
.salon_area_list_item_location:before {
    content: "";
    width: 0.9rem;
    height: 1.4rem;
    background-image: url(../img/icon/map-point.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.salon_area_list_item_flex_box {
    height: 350px;
}
.salon_area_list_item_flex {
    display: flex;
    gap: calc(1.5rem * var(--scale));
    margin-top: calc(1.5rem * var(--scale));
}
.salon_area_list_item_flex_title {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.4rem;
    color: var(--main-color);
    width: calc(8.5rem * var(--scale));
}
.salon_area_list_item_flex_text {
    font-size: 1.25rem;
    line-height: 1.6;
    flex: 1;
}
.salon_area_list_item_flex_title_nowrap {
    width: auto;
}
.salon_area_list_item_flex_link {
    margin-top: 1.5rem;
}
.salon_area_list_item_flex_map {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--main-color);
}
.salon_area_list_item_flex_map span {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.25rem;
    color: var(--main-color);
    line-height: 1;
}
.salon_area_list_item_flex_map img {
    width: 1rem;
}

.salon_area_list_item_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(1rem * var(--scale));
/*    margin-top: calc(3rem * var(--scale));*/
}
.salon_area_list_item_btn {
    height: 4.5rem;
    background-color: var(--main-color);
    border-radius: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(1rem * var(--scale));
}
.salon_area_list_item_btn:before {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.salon_area_list_item_btn_tel:before {
    background-image: url(../img/icon/tel-white.svg);
}
.salon_area_list_item_btn_web:before {
    background-image: url(../img/icon/reserve-white.svg);
}
.salon_area_list_item_btn_instagram:before {
    background-image: url(../img/icon/insta-white.svg);
}

.salon_area_list_item_btn span {
    font-size: 1.25rem;
    color: #fff;
}  
.salon_area_list_item_btn_tel span{
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.6rem;
}
@media (max-width: 767px) {
    .salon_search_tab_title {
        font-size: 1.6rem;
        margin-top: 3rem;
    }
    .salon_search_tab {
        margin-bottom: 4rem;
    }
    .salon_area_list {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    .salon_area_list_item_head {
        margin: 1.5rem 0;
    }
    .salon_area_list_item_name {
        font-size: 1.6rem;
    }
    .salon_area_list_item_location {
        font-size: 1.1rem;
        gap: .7rem;
    }
    .salon_area_list_item_flex_box {
    height: auto;
}
    .salon_area_list_item_flex_title {
        font-size: 1.3rem;
        width: 8rem;
        gap: 1.5rem;
    }
    .salon_area_list_item_flex_title_nowrap {
        width: auto;
    }
    .salon_area_list_item_grid {
        grid-template-columns: 1fr;
        gap: 1rem;
	margin-top: calc(3rem * var(--scale));
    }



}


/* style */
.style_gallery {
/*    margin-top: 6rem;*/
    padding: 6rem 0;
    background-color: #4d4d4d;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.style_gallery_top {
    text-align: center;
}
.style_gallery_heading {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}
.style_gallery_heading_en {
		font-family: ivymode, serif;
    display: inline-block;
    margin-top: 3rem;
    font-size: 7.2rem;
    font-weight: 100;
    line-height: 1;
}
.style_gallery_heading_en .font-italic {
    display: inline-block;
    padding-inline: 1rem;
    font-style: italic;
}
.style_gallery_swiper {
    padding-top: 6rem;
}
.style_gallery .swiper-slide {
    transition: transform 0.4s ease-out;
}
.style_gallery .swiper-slide:hover {
    transform: rotate(1.3deg) scale(1.07);
    z-index: 1;
}
.style_swiper_image {
    aspect-ratio: 1 / 1;
    height: 100%;
    object-fit: cover;
}
.style_gallery_catch {
    display: inline-block;
    margin: 6rem auto 0;
    font-family: ivymode, serif;
    font-weight: 200;
    font-size: 2.2rem;
    line-height: initial;
    background: linear-gradient(86deg, #c0fff0 0%, #f5f6e8 36%, #5abecc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
@media (max-width: 767px) {
    .style_gallery {
        margin-top: 5rem;
        padding: 4rem 0;
    }
    .style_gallery_heading_en {
        margin-top: 1rem;
        font-size: 4.8rem;
    }
    .style_gallery_swiper {
        padding-top: 3rem;
    }
    .style_gallery_catch {
        margin-top: 3rem;
    }
}


/* salon */
.salon_menu {
    padding-top: 8rem;
    padding-bottom: 10rem;
/*    margin: 0 0 10rem;*/
    background-color: #F2F3F5;
}
.salon_menu .title_box {
	text-align: center;
}
.salon_menu .page_heading {
    justify-content: center;
}
.salon_menu_column {
    margin: 6rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
    align-items: start;
}
.salon_menu_col {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.salon_menu_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(30, 30, 30, 0.2);
}
.salon_menu_title {
    font-size: 2.8rem;
    font-family: ivymode, serif;
    font-weight: 300;
    color: var(--main-color);
}
.salon_menu_title_spn {
font-size: 1.45rem;
font-family: aktiv-grotesk, sans-serif;
margin-left: 15px;
}
.salon_menu_subtitle {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}
.salon_menu_header + .salon_menu_item {
    margin-top: 1rem;
}
.salon_menu_item {
    margin-top: 4rem;
}
.salon_menu_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.salon_menu_heading:not(:first-child) {
 margin-top: 5px;
}
.salon_menu_name {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
}
.salon_menu_desc {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    color: rgba(30, 30, 30, 0.6);
    line-height: 1.5;
		overflow-wrap: anywhere;
}
.salon_menu_price {
    font-size: 1.4rem;
    font-family: aktiv-grotesk, sans-serif;
    color: var(--main-color);
    white-space: nowrap;
}
.salon_menu_notice {
    margin-top: 4rem;
    background: rgba(77, 77, 77, 0.2);
    padding: 1.5rem 2rem;
    font-size: 1.25rem;
    line-height: 1.8;
		overflow-wrap: anywhere;
}
.salon_menu_notes {
    background-color: rgba(219, 245, 240, 0.5);
}
.salon_menu_notes_inner {
    padding: 3rem 6rem;
}
.salon_menu_notes_cont:nth-of-type(n + 2) {
    padding-top: 3rem;
}
.salon_menu_notes_heading {
    font-size: 2.2rem;
    font-family: ivymode, serif;
    font-weight: 300;
    color: var(--main-color);
}
.salon_menu_notes_text {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.8;
}
.salon_menu_notes_list {
	display: flex;
	gap: 2rem;
	margin-top: 1rem;
}
.salon_menu_notes_list_item {
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	gap: .8rem;
}
.salon_menu_notes_list_item:before {
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(../img/icon/check-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .salon_menu {
        padding-top: 4rem;
        margin: 0 0 6rem;
    }
    .salon_menu .page_heading {
        justify-content: flex-start;
    }
    .salon_menu_title {
        font-size: 2.4rem;
    }
    .salon_menu_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .salon_menu_list .salon_menu_item:first-of-type {
        margin-top: 1rem;
    }
    .salon_menu_item {
        margin-top: 3rem;
    }
    .salon_menu_heading {
        flex-direction: column;
        align-items: baseline;
        gap: 0.5rem;
    }

    .salon_menu_name {
        font-size: 1.6rem;
    }
    .salon_menu_column {
        grid-template-columns: 1fr;
        margin: 4rem 0;
        gap: 4rem;
    }
    .salon_menu_notice {
        padding: 1rem;
    }
    .salon_menu_notes_inner {
        padding: 3rem 1.5rem;
    }
}


/* faq */
.faq {
    padding: 13rem 0;
    background-color: #F2F3F5;
}
.faq .title_box {
	text-align: center;
}
.faq_item {
	border-top: 1px solid var(--main-color);
	padding-top: 1.5rem;
	margin-top: 4rem;
}
.faq_item_title {
	font-size: 2.2rem;
	color: var(--main-color);
	margin-bottom: 2rem;
}
.faq_text {
    font-size: 1.5rem;
    line-height: 1.8;
}
@media (max-width: 767px) {
	.faq {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}
	.faq_text {
		font-size: 1.4rem;
	}
	.faq_item_title {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
}