/*
Theme Name: theme_aimer
Theme URI: https://aimer-nail.com/
Author: aimer
Description: ネイルサロン向けオリジナルテーマ（ベージュ×ゴールドの上品・高級感デザイン）
Version: 1.1
Text Domain: theme-aimer
*/

:root {
    /* === Palette: 上品・高級感（ベージュ×ゴールド） === */
    --ivory: #FAF6F0;          /* ベース背景 */
    --ivory-deep: #F1E8D9;     /* セクション背景の濃淡用 */
    --surface: #FFFFFF;
    --beige: #D8C3A0;          /* ブランドベース（旧アクセントの代替） */
    --beige-light: #EADFC8;
    --gold: #B68D40;           /* アンティークゴールド：主アクセント */
    --gold-soft: #D9B978;
    --gold-deep: #8E6B2C;
    --text-strong: #3E342B;    /* 見出し・本文の濃色 */
    --text-soft: #8C7355;      /* キャプション・補助テキスト */
    --footer-bg: #2B2017;      /* フッター：エスプレッソブラウン */
    --border-soft: #e6dcc8;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

*, :after,::before{
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    word-wrap: break-word;
    min-width: 100%;
    background: var(--ivory);
    color: var(--text-strong);
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
    word-break: break-word;
}

dd,li,ol,ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: var(--text-strong);
    line-height: 1;
}
a:link {
    color: var(--text-strong);
}
button, dd, legend, li, ol, td, th, ul {
    padding: 0;
}
img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    height: auto;
    max-width: 100%;
}
figure {
    position: relative;
    overflow: hidden;
    width: 99.8%;
    margin: 0 auto;
    padding: 0;
}
h2,h3 {
    color: var(--text-strong);
    font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
}

.pc_Only {
    display: block;
}
.sp_Only {
    display: none;
}

@media screen and (max-width:767px){
    .pc_Only {
        display: none;
    }
    .sp_Only {
        display: block;
    }
}
@media screen and (max-width:599px){
    h2 {
        font-size: 22px !important;
    }
    .section_subttl {
        font-size: 12px !important;
        margin-top: 2.5%;
        margin-bottom: 3.5%;
        letter-spacing: 1px;
    }
}
/* View_More */
.view_more {
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.view_more > a {
    font-size: 2rem;
    line-height: 2.5rem;
    width: 200px;
    color: rgb(255,255,255);
    letter-spacing: .15em;
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    height: 5rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, var(--gold-soft), var(--gold));
    padding-left: 2rem;
    font-family: "__Barlow_Semi_Condensed_aca684", "__Barlow_Semi_Condensed_Fallback_aca684";
}
.view_more > a > span:first-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.view_more > a > span:last-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.view_more > a > span:last-child > svg {
    display: block;
    vertical-align: middle;
}

@media screen and (max-width:767px){
    .view_more > a {
        font-size: 1.6rem;
        height: 4rem;
    }
}


/* セクション */
.section_ttl {
    text-align: center;
}
.section_subttl {
    font-size: 14px;
    margin-top: 2%;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    padding-bottom: 28px;
    color: var(--text-soft);
}
/* シグネチャー：ゴールドの二重ライン装飾（ネイルのフレンチライン由来） */
.section_subttl::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 64px;
    height: 6px;
    transform: translateX(-50%);
    background-image:
        linear-gradient(to right, transparent, var(--gold) 20%, var(--gold) 80%, transparent),
        linear-gradient(to right, transparent, var(--gold-soft) 20%, var(--gold-soft) 80%, transparent);
    background-size: 100% 1px, 100% 1px;
    background-position: center top, center bottom;
    background-repeat: no-repeat;
}
.section_subttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 5px;
    height: 5px;
    transform: translateX(-50%) rotate(45deg);
    background: var(--gold);
}

/* スライダー */
.l-header_media {
    position: relative;
}
.l-header_media::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,.55);
    z-index: 2;
    pointer-events: none;
}
.l-header_media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(43,32,23,.28) 0%, rgba(43,32,23,0) 35%, rgba(43,32,23,0) 65%, rgba(43,32,23,.4) 100%);
    z-index: 1;
    pointer-events: none;
}
.slick-slide {
    height: 100% !important;
}

.slick-initialized {
    visibility: visible;
}
.slick-prev,.slick-next {
    z-index: 1;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

@media screen and (max-width:767px){
    .l-header_media::before {
        inset: 10px;
    }
}

/* ヘッダー */
/* header {
    position: fixed;
    top: 0;
    width: 100%;
}
.custom_header {
    display: block;
} */

.l-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.l-header_inner_pc {
    display: flex;
    padding: 2rem 2%;
    gap: 3rem;
    justify-content: space-between;
    align-items: center;
    transition: all .5s ease;
}
.white-bg {
    background-color: var(--ivory);
    box-shadow: 0 1px 0 var(--border-soft);
}
.l-header_logo {
    flex-shrink: 0;
    display: inline;
}
.l-header_logo img {
	margin-top:10px;
    width: 10rem;
    vertical-align: middle;
}
.l-header_nav {
    flex-grow: 1;
}
.l-header_nav > nav {
    justify-content: center;
    align-items: center;
    max-width: max-content;
    display: flex;
    position: relative;
}
.l-header_nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-header_nav_item > a {
    padding: .5rem 1rem;
    font-size: 1.6rem;
    /* font-family: "__Noto_Sans_JP_18a8ba", "__Noto_Sans_JP_Fallback_18a8ba";; */
}
.l-header_nav_right {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.link_instagram {
    animation-duration: .3s;
    transition: all .3s;
    color: rgb(190, 173, 161);
}

.link_instagram svg {
	color:rgb(190, 173, 161);	
}
.button_reserve {
    animation-duration: .3s;
    transition: all .3s;
    background-color: transparent;
    background: linear-gradient(135deg, var(--gold-soft), var(--gold));
    border-radius: 9999px;
    padding-left: 2rem;
    padding-right: 3rem;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(182,141,64,.3);
    position: relative;
}
.button_reserve:hover {
    box-shadow: 0 6px 16px rgba(182,141,64,.45);
}
.button_reserve span {
    display: inline-flex;
    justify-content: center;
	color: #fff;
}
.button_reserve span > svg {
    margin-left: .5rem;
    display: block;
    position: absolute;
    top: 6px;
    right: 10px;
}

.l-header_inner_sp {
    padding: 1rem 1rem 2rem;
    position: relative;
    display: none;
    transition: all .5s ease;
}
.l-header_logo_area {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
}


@media screen and (max-width:1024px){
    .l-header_inner_pc {
        display: none;
    }
    .l-header_inner_sp {
        display: block;
    }
    .button_reserve {
        position: absolute;
        top: 15px;
        right: 65px;
    }
}

/* ヘッダーナビ */
.slider_up_nav {
    width: 100%;
    text-align: center;
    top: 30px;
    position: absolute;
    z-index: 11;
    color: #fff;
    flex-grow: 1;
}

.nav_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.nav_menu {
    width: 80%;
    float: left;
}
.nav_menu_item {
    position: relative;
    padding: 0 1.5%;
    font-size: 11px;
    display: inline-block;
    margin-left: 5px;
}
.nav_menu_item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 1.5rem;
    background-color: #FFFFFF !important;
    top: 41%;
    margin-top: -0.5rem;
    right: 0;
    -webkit-transition: none;
}
.nav_menu_item a {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    text-shadow: 0px 0px 5px var(--text-strong);
    color: #fff;
    padding: 10px 15px 5px;
}
.menu_description {
    font-size: 10px;
    text-align: center;
    min-height: 20px;
    font-weight: normal;
}
.web_coupon_button {
    border: none;
    margin-right: 0;
    float: right;
    background: #FFFFFF;
    padding: 0.5% 2.5%;
    border-radius: 6px;
    align-items: center;
    display: flex;
    border: solid var(--gold) 1px;
    margin: 1% 2% 1% 0;
    font-size: 0.8rem;
}
.web_coupon_button a {
    width: 100%;
}
.coupon_button_title {
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 2px;
    font-size: 17px;
    line-height: 19px;
    color: var(--text-strong);
    margin-bottom: 1% !important;
}
.web_coupon_button div > span {
    font-size: 12.8px;
    line-height: 1.5;
}

@media screen and (max-width:1100px){
    .slider_up_nav {
        display: none;
    }
}

/* main */
.l-top_main {
    /* margin-top: 100vh; */
    background-color: var(--ivory);
    z-index: 8;
    position: relative;
}
.l-top_content {
    padding: 0;
}
.l-top_wrap {
    margin-left: auto;
    margin-right: auto;
}
.l-top_navigation {
    position: relative;
    top: 0px;
    background-color: transparent !important;
    height: 56px;
    width: 100%;
    z-index: 999;
}
.l-top_nav_pc {
    display: block;
    float: none;
    box-sizing: border-box;
    z-index: 11;
    text-align: center;
    min-width: 100%;
    margin: 0 auto;
}
.l-top_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    left: 16px;
    top: 26px;
    height: auto;   
    z-index: 1000;
    display: block;
    position: absolute;
}
.l-top_logo img {
    max-height: 28px;
    width: auto;
}
.l-top_nav_pc_wrap {
    background-color: #ffffff !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    border-bottom: 1px solid #e6dcc8;
}
.l-top_nav_pc_wrap ul > li >a{
    color: var(--text-strong);
    text-shadow: none;
}
.l-top_nav_pc_wrap ul li::after {
    background-color: var(--gold) !important;
}

.l-top_logo_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    height: auto;
    left: 9px;
    top: 15px;
    position: absolute;
}
.l-top_logo_sp img {
    max-height: 28px;
    width: auto;
}
.toggle_btn {
    /* background-color: #FFF !important; */
    z-index: 1;
    width: 64px;
    height: 56px;
    display: block;
    padding: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    /* border-left: 1px solid #e6dcc8;
    border-bottom: 1px solid #e6dcc8; */
}
.toggle_btn span {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    border-radius: 15px;
    background-color: var(--gold-deep) !important;
    top: 18px;
    left: 15px;
}
.toggle_btn::before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    border-radius: 15px;
    background-color: var(--gold-deep) !important;
    top: 11px;
    left: 15px;
}
.toggle_btn::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    border-radius: 15px;
    background-color: var(--gold-deep) !important;
    top: 25px;
    left: 15px;
}
.toggle_btn_menu {
    position: absolute;
    z-index: 2;
    right: 11px;
    bottom: 2px;
    color: var(--gold-deep);
    padding: 2% 3%;
    font-size: 12px !important;
    font-family: 'Cormorant Garamond';
}

.l-top_nav_sp_button {
    display: none;   
}

.drawer {
    padding: 70px 0 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: -3000px;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    /* background-color: #000; */
    background: rgba(255, 255, 255, 0.92);
    color: #fff;
    z-index: 1000;
    opacity: 0;
}
.drawer.open {
    right: 0px;
    opacity: 1;
}
.drawer img {
    max-width: 85px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.drawer_menu_list {
    padding: 0 0 10px 0;
}
.drawer_menu_item {
    position: relative;
    background: url(https://nail-moca.jp/wp-content/uploads/2018/10/arrow_point.png) right 20px center / 30px 6px no-repeat rgb(255, 255, 255);
    background-position: right 20px center;
}
.drawer_menu_item a {
    color: var(--text-strong);
    font-family: 'Cormorant Garamond';
    letter-spacing: 2px;
    display: block;
    padding: 14px 0 !important;
    font-size: 14px;
    border-bottom: rgba(216, 216, 216, 0.50) 1px solid;
}
.drawer .menu_description {
    display: none;
}
.drawer_toggle {
    background-color: var(--gold) !important;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}
.drawer_toggle span {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    background-color: #fff;
    opacity: 1;
    top: 18px;
    left: 15px;
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    border-radius: 15px;
}
.drawer_toggle::before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    border-radius: 15px;
    background-color: #fff;
    top: 21px;
    left: 10px;
    opacity: 1;
    transform: rotate(45deg);
}
.drawer_toggle::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    border-radius: 15px;
    background-color: #fff;
    top: 21px;
    left: 10px;
    opacity: 1;
    transform: rotate(-45deg);
}

@media screen and (max-width:1100px){
    .l-top_navigation {
        background-color: #fff !important;
        border-bottom: 1px solid #e6dcc8 !important;
    }
    .l-top_nav_pc {
        display: none;
    }
    .l-top_nav_sp_button {
        display: block;   
    }
    .l-top_logo {
        top:13px;
    }
}

/* ABOUT */
.l-top_about {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: rgb(255, 255, 255);
    /* margin-top: 2%; */
}
.l-top_about_inner {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
}
.l-top_about_content {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.l-top_about_content_ttl {
    margin-bottom: 1em;
    font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: var(--text-strong);
    margin-top: 40px;
}
.l-top_about_content_desc {
    margin-bottom: 1em;
}

@media screen and (max-width:767px){
    .l-top_about_content_ttl {
        font-size: 16px;
    }
    .l-top_about_content_desc{
        font-size: 14px;
    }
}

/* カタログ */
.l-top_gallery {
    width: 100%;
    padding-bottom: 4%;
    padding-top: 7%;
    background: var(--ivory-deep);
}
.l-top_gallery_inner {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
}
.l-top_gallery_container {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: start;
}
.gallery_box {
    background: #FFFFFF;
    position: relative;
    width: 29.5%;
    padding: 1%;
    display: flex;
    flex-direction: column;
    margin-bottom: 4%;
    margin-top: 3%;
    margin-left: 2.5%;
    margin-right: 1%;
}
.label {
    display: block;
    position: absolute;
    left: 15px;
    top: -30px;
    width: 76px;
    height: 76px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.3;
    color: #FFFFFF;
    background: var(--gold);
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}
.label_inner {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
}
.label_date {
    letter-spacing: 2px;
    margin-top: 2%;
}
.label_up {
    display: block;
    letter-spacing: 3px;
}
.gallery_box > a {
    display: inline-block;
    line-height: 1.2em;
}
.gallery_thumb {
    margin-bottom: 23px;
}
.gallery_thumb img {
    display: block;
    width: auto;
}
.category_ttl {
    font-family: 'Cormorant Garamond';
    letter-spacing: 2px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 4%;
    color: var(--text-strong);
}
.category_sub {
    margin-bottom: 1em;
    text-align: center;
    color: var(--text-soft);
}
.category_arrow {
    width: 100%;
    margin-bottom: 4%;
}
.category_arrow img {
    width: 45%;
    margin-left: 50%;
}

@media screen and (max-width:767px) {
    .l-top_gallery_inner {
        max-width: 95%;
    }
    .l-top_gallery_container {
        justify-content: space-around;
    }
    .gallery_box {
        width: 44.5%;
        padding: 2%;
        float: left;
        margin-bottom: 4%;
        margin-top: 3%;
    }
    .label {
        display: block;
        position: absolute;
        left: 7px;
        top: -10px;
        width: 45px;
        height: 45px;
        font-family: 'Cormorant Garamond', serif;
        line-height: 1.2;
        color: #FFFFFF;
        background: var(--gold);
        border-radius: 50%;
        text-align: center;
        font-size: 10px;
    }
    .category_ttl {
        font-family: 'Cormorant Garamond';
        letter-spacing: 1px;
        text-align: center;
        font-size: 14px;
        margin-bottom: 4%;
        color: var(--text-strong);
    }
    .category_sub {
        font-size: 11px !important;
    }
}

/* 新着情報 */
.l-top_news {
    padding-bottom: 6%;
    padding-top: 8%;
    background: var(--ivory);
}
.l-top_news_inner {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
}
.l-top_news_list {
    background: transparent;
    overflow: hidden;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
}
.l-top_news_item {
    position: relative;
    margin-bottom: 1.6rem !important;
    padding: 2rem 2.4rem !important;
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
    transition: border-color .3s ease, box-shadow .3s ease;
}
.l-top_news_item:hover {
    border-color: var(--gold);
    box-shadow: 0 6px 18px rgba(182,141,64,.12);
}
.l-top_news_item > a {
    color: var(--text-soft);
    width: 100%;
    height: 100%;
    padding: 0 !important;
    display: inline-block;
    line-height: 1.2em;
}
.l-top_news_item > a > figure {
    float: left;
    width: 30%;
    display: flex;
    align-items: center;
}
.l-top_news_item > a > figure > img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    padding-right: 1.2rem !important;
}
.l-top_news_item_content {
    
}
.l-top_news_item_content_title {
    line-height: 140%;
    font-size: 1.8rem;
    letter-spacing: 1px;
}
.l-top_news_item_content_date {
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
    margin-top: 2%;
    letter-spacing: 2px;
    display: block;
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .l-top_news_item_content_title {
        line-height: 140%;
        font-size: 1.2rem;
    }
	.l-top_news_item {
		padding: 1.5% 30px !important;	
	}
}

/* インスタグラム */
.l-top_instagram {
    padding-bottom: 4%;
    padding-top: 7%;
    background: var(--ivory-deep);
}

/* アクセス */
.l-top_access {
    padding-bottom: 4%;
    padding-top: 7%;
}
.l-top_access_inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.l-top_access_map {
    width: 100%;
    margin-top: 50px;
}
.l-top_access_info_box {
    padding-top: 55px;
    display: flex;
    justify-content: space-between;
}
.salon_img_box {
    width: 23.637%;
}
.salon_img_box img {
    display: block;
    margin-bottom: 18px;
    width: 100%;
	height: 239px;
	object-fit: cover;
}
.overview_box {
    width: 70.274%;
}
.overview_box > dl {
    border-bottom: 1px solid var(--border-soft);
    display: table;
    text-align: left;
    width: 100%;
}
.overview_box > dl > dt {
    vertical-align: middle;
    width: 18%;
    display: table-cell;
    font-size: 1.6rem;
    padding: 12px 0;
}
.overview_box > dl:first-child > dt:n {
    padding-top: 0;
}
.overview_box > dl > dd {
    width: 55%;
    line-height: 1.5;
    display: table-cell;
    font-size: 1.6rem;
    padding: 12px 0;
}

@media screen and (max-width:1024px){
    .l-top_access_inner {
        max-width: 100%;
        width: 90%;
    }
    .l-top_access_info_box {
        display: block;
    }
    .salon_img_box {
        width: 100%;
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
    }
    .salon_img_box img {
        width: 47%;
        margin-bottom: 0;
		height: 316px;
    }
    .overview_box {
        width: 100%;
    }
}
@media screen and (max-width:767px){
    .salon_img_box {
        display: block;
    }
    .salon_img_box img {
        margin-bottom: 18px;
        width: 100%;
		height: 449px;
    }
    .overview_box > dl > dt {
        display: block;
        width: 100%;
        background-color: var(--beige-light);
    }
    .overview_box > dl > dd {
        display: block;
        width: 100%;
    }
    .overview_box > dl > dt,.overview_box > dl > dd {
        padding-left: .5em;
    }
}

/* フッター */
.l-top_footer {
    background-color: #fff6ee;
    position: relative;
    padding: 46px 0 36px;
    color: #fff;
    border-top: 1px solid var(--gold-deep);
}
.l-top_footer_inner {
    max-width: 1100px;
    width: 90vw;
    margin: 0 auto;
    display: flex;
    justify-content: start;
}
.logo_box {
    margin-right: 20px;
    text-align: center;
}
.logo_main {
    font-size: clamp(30px,(30px +((100vw - 710px)*((40 - 30) /(1400 - 710)))), 40px);
}
.logo_main img {
    width: 100%;
    max-width: 131px;
}
.logo_txt {
    font-size: 16px;
    text-align: center;
}
.icon_list {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}
.icon_list li {
    font-size: 0;
    display: flex;
    align-items: center;
}
.icon_list li::after {
    content: "|";
    color: #333;
    font-size: 12.5px;
    text-align: center;
    width: 20px;
}
.icon_list li:last-child::after {
    content: none;
}
.icon_list li a {
    font-size: 0;
    transition: all .2s;
}
.icon_list li img {
    border-radius: 50%;
    filter: grayscale(100%);
    max-width: 25px;
    width: 100%;
    transition: all .2s;
}
.icon_list svg rect,
.icon_list svg path,
.icon_list svg line,
{
	color: var(--gold-soft);
}

.copy {
    margin-left: auto;
    align-self: end;
    color: var(--gold-soft);
    letter-spacing: 1px;
}

@media screen and (max-width:767px){
    .l-top_footer_inner {
        max-width: 100%;
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px){
    .l-top_footer {
        padding-bottom: 15px;
    }
    .l-top_footer_inner {
        display: block;
    }
    .logo_box {
        margin: 0 0 20px;
    }
    .icon_list {
        margin-bottom: 46px;
        justify-content: center;
    }
    .copy {
        text-align: center;
    }
}


/* デザイン */
.l-top_design {
    padding: 5rem 0;
}
.l-top_design_inner {
    max-width: 1024px;
    margin: 0 auto;
}
.l-top_design_container {
    margin-top: 50px;
}
.l-top_design_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.75rem;
    column-gap: 1.75rem;
    justify-content: center;
}
.l-top_design_item {
    width: calc((100% - 84px) / 4);
    cursor: pointer;
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-soft);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.l-top_design_item:hover {
    transform: translateY(-4px);
    border-color: var(--gold);
    box-shadow: 0 10px 24px rgba(182,141,64,.18);
}
.l-top_design_item img {
	width: 235px;
	height: 176px;
	object-fit: cover;
}
.design_category {
    width: 8rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: absolute;
    top: 0;
    left: 0;
}
.design_category_bg {
    background-color: var(--gold);
    opacity: .92;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.design_category_name {
    line-height: 1;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    position: relative;
    color: rgb(255,255,255);
}

@media screen and (max-width:1023px){
    .l-top_design_inner {
        max-width: 768px;
    }
    .l-top_design_list {
        justify-content: flex-start;
    }
    .l-top_design_item {
        width: calc((100% - 56px) / 3);
        margin-right: 0.9%;
    }
}
@media screen and (max-width:767px){
    .l-top_design_inner {
        max-width: 95%;
    }
    .l-top_design_list {
        row-gap: 1rem;
        column-gap: 1.5rem;
    }
    .l-top_design_item {
        width: calc((100% - 20px) / 2);
        margin-right: 0;
    }
    .l-top_design_item:nth-child(2n) {
        padding-top: 2.5rem;
    }
    .l-top_design_item:nth-child(odd) {
        padding-bottom: 2.5rem;
    }
    .l-top_design_item:nth-child(2n) .design_category {
        top: 2.5rem;
    }
}

/* ブログ */
.l-top_blog {
    padding: 5rem 0;
}
.l-top_blog_inner {
    width: 1140px;
    margin: 0 auto;
}
.l-top_blog_container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 30px;
    margin-top: 30px;
    justify-content: start;
}
.l-top_blog_Box {
    max-width: calc((100% - 60px) / 3);
/*     margin-right: auto; */
}
.l-top_blog_Box_link_thumb {
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.l-top_blog_Box_link_thumb img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.l-top_blog_Box_ttl {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.l-top_blog_Box_desc {
    display: block;
    height: 80px;
    font-size: 1.4rem;
}
.l-top_blog_Box_footer {
    display: block;
    font-size: 1.4rem;
}
.l-top_blog_Box_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.l-top_blog_Box_footer ul li {
    margin-right: 10px;
    color: #999;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.fa-tag::before {
    content: "\f02b";
}

@media screen and (max-width:1200px){
    .l-top_blog_inner {
        max-width: 960px;
    }
}
@media screen and (max-width:987px){
    .l-top_blog_inner {
        max-width: 720px;
    }
    .l-top_blog_Box {
        max-width: calc((100% - 60px) / 2);
        margin-top: 30px;
    }
}
@media screen and (max-width:767px){
    .l-top_blog_inner {
        max-width: 540px;
    }
}
@media screen and (max-width:540px){
    .l-top_blog_inner {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .l-top_blog_Box {
        max-width: 100%;
    }
    .l-top_blog_Box_ttl {
        font-size: 1.6rem !important;
    }
}

/* モーダルコンテンツ */
.l-design_modal {
    background-color: rgba(50, 50, 50, .8);
    overflow-y: auto;
    z-index: 50;
    position: fixed;
    inset: 0;
    display: none;
}
.l-design_modal_content {
    padding: 4rem 2rem 6rem;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: rgb(255,255,255);
    display: grid;
    gap: 1.5rem;
    max-height: 100svh;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 50;
    max-width: 34rem;
    width: 100%;
    transform: translate(-50%,-50%);
}
.l-design_modal_content button {
    background-color: rgb(50,50,50);
    border-radius: 9999px;
    display: flex;
    top: .5rem;
    right: .5rem;
    position: absolute;
    height: 3rem;
    width: 3rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.l-design_modal_content_img {
    aspect-ratio: 4 / 3;
    width: 100%;
    position: relative;
}
.l-design_modal_content_img img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    color: transparent;
}
.l-design_modal_desc p {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    font-family: "__Noto_Sans_JP_18a8ba", "__Noto_Sans_JP_Fallback_18a8ba";
    font-weight: 600;
}
.l-design_modal_tagList {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.l-design_modal_tagList .txt {
    color: rgb(145,145,145);
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: .5rem 1rem;
    background-color: rgb(226,226,226);
}
.l-design_modal_colorList .color {
    padding: .5rem 1rem;
    background-color: rgb(226,226,226);
}
.l-design_modal_colorList .color > span {
    font-size: 1.2rem;
    line-height: 1.5rem;
    background-color: beige;
    background-size: contain;
    border: 1px solid rgb(255,255,255);
    border-radius: 9999px;
    width: 1.5rem;
    aspect-ratio: 1 / 1;
    display: block;
}
.l-design_modal_colorList {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 10px;
}

@media screen and (max-width:1023px){
    .l-design_inner {
        max-width: 768px;
    }
}

@media screen and (max-width:767px){
    .l-design_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .l-design_majorPick_inner h2 {
        font-size: 1.4rem !important;
    }
    .l-design_majorPick_inner h2 > button {
        padding: 1rem;
    }
}

/* モーダル表示 */
.color > span.red {
	background-color: rgb(255,0,0);
}
.color > span.yellow {
	background-color: rgb(255, 255, 0);
}
.color > span.blue {
	background-color: rgb(0, 0, 255);
}
.color > span.green {
	background-color: rgb(0, 255, 0);
}
.color > span.orange {
	background-color: rgb(255, 165, 0);
}
.color > span.pink {
	background-color: rgb(255, 192, 203);
}
.color > span.purple {
	background-color: rgb(128, 0, 128);
}
.color > span.white {
	background-color: rgb(255, 255, 255);
}
.color > span.black {
	background-color: rgb(0, 0, 0);
}
.color > span.gold {
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}
.color > span.silver {
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}
.color > span.gray {
	background-color: #808080;
}
.color > span.brown {
	background-color: #A7663B;
}
.color > span.beige {
	background-color: #F5F5DC;
}


/* Instagram */
#sb_instagram {
	max-width: 1024px;
	margin: 0 auto;
}

@media (max-width: 640px) {
	.l-top_instagram_box {
		width: 95%;
		margin: 0 auto;
	}
}