@charset "UTF-8";
/* =============================================
COMMON
============================================= */
body {
    font-family: 'baskerville-urw', serif !important;
    font-weight: 400;
    font-style: normal;
}
.br-pc {
    display: inline-block !important;
}
.br-sp {
    display: none !important;
}
.pc_btn {
    display: block !important;
}
.sp_btn {
    display: none !important;
}
.white_color {
    color: #fff !important;
}
.main_title {
    font-size: 66px !important;
    font-weight: normal;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}
.main_title2 {
    font-size: 80px !important;
    font-weight: normal;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.sub_title {
    font-size: 20px !important;
}
.bg_title {
    font-size: 20em;
    position: absolute;
    z-index: -1;
}
.main_btn a {
    text-align: center;
    padding: 10px 24px;
    display: block;
    border-radius: 4px;
    text-decoration: none;
    background-color: #252729;
    color: #fff;
    font-family: 'rift', sans-serif !important;
    letter-spacing: 0.2rem;
    font-weight: 100;
    border: 2px solid #252729;
}
.main_btn a:hover {
    background-color: #fff;
    color: #252729;
}
.dlb_btn.main_btn.--hotpepper a {
    background-color: #AF2D5B !important;
    border-color: #AF2D5B !important;
}
.dlb_btn.main_btn.--hotpepper a:hover {
    color: #AF2D5B !important;
    background-color: #fff !important;
}
.sub_btn {
    height: 50px;
    display: flex;
    align-items: center;
}
.sub_btn a {
    position: relative;
    padding: 16px 1.5em 16px 3em;
    letter-spacing: 0.2rem;
    font-weight: 100;
    font-family: 'rift', sans-serif !important;
    font-size: 20px !important;
    white-space: nowrap;
    color: #fff;
}
.sub_btn a:hover {
    transition: all 0.3s ease-out;
}
.rss_title a {
    color: #333 !important;
}
.dlb_rss .rss_date {
    font-size: initial !important;
    float: none !important;
    width: auto !important;
}
.dlb_rss .rss_title {
    float: none !important;
    width: auto !important;
    padding-left: 0 !important;
}
.bg_white {
    background-color: #fff;
}
#container {
    margin-bottom: 0 !important;
}
.dlb_btn a,
.dlb_btn_inlineb a {
    background-color: #252729 !important;
    border: 2px solid #252729 !important;
    border-radius: 4px;
    padding: 16px 1.5em !important;
}
.dlb_btn a:hover,
.dlb_btn_inlineb a:hover {
    background-color: #fff !important;
    color: #252729 !important;
}
.dlb_btn a::before,
.dlb_btn_inlineb a::before {
    display: none;
}
.under_line_title {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
}
.menu_btn_332 a,
.menu_btn_331 a,
.menu_btn_d332 a,
.menu_btn_d331 a,
.menu_btn_432 a,
.menu_btn_422 a,
.menu_btn_d432 a,
.menu_btn_d422 a,
.menu_btn_532 a,
.menu_btn_d532 a,
.menu_btn_642 a,
.menu_btn_d642 a {
    background-color: #252729 !important;
    border: 2px solid #252729 !important;
    border-radius: 4px;
    color: #fff;
}
.menu_btn_332 a:hover,
.menu_btn_331 a:hover,
.menu_btn_d332 a:hover,
.menu_btn_d331 a:hover,
.menu_btn_432 a:hover,
.menu_btn_422 a:hover,
.menu_btn_d432 a:hover,
.menu_btn_d422 a:hover,
.menu_btn_532 a:hover,
.menu_btn_d532 a:hover,
.menu_btn_642 a:hover,
.menu_btn_d642 a:hover {
    background-color: #fff !important;
    color: #252729 !important;
}
.menu_btn_432 a,
.menu_btn_422 a {
    padding-left: 2em !important;
}
.menu_btn_432 a::before,
.menu_btn_422 a::before {
    display: none !important;
}
.slick-next::before,
.slick-prev::before {
    border-radius: unset !important;
    height: 50px !important;
}
.slick-next::after,
.slick-prev::after {
    top: 20px !important;
}


/* =============================================
HEADER / FOOTER
============================================= */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
#header {
    background-color: #252729;
    width: 100%;
}
#header_area {
    margin: auto;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header_logo {
    width: 250px;
    margin: auto 0 !important;
}
#header_logo img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-left: 5%;
    display: block;
}
.logo-pc {
    display: none !important;
}
#header_logo a {
    display: block;
}
.gnavi_area {
    margin-left: auto;
    height: 100%;
    display: block;
}
.gnavi_area nav {
    height: 100%;
}
.gnavi_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}
.gnavi_area ul li {
    margin-right: 2em;
    list-style: none;
    height: 100%;
}
.gnavi_area ul li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.1rem;
}
.gnavi_contact,
.gnavi_btn_sp {
    display: none;
}
#contact_area,
#contact_area2 {
    width: 150px;
    height: 85px;
}
#contact_area a {
    background: #252729 url(../image/common/icon_mail.png) no-repeat center 50px/20px auto;
    padding: 20px 10px 40px;
    border: 2px solid #252729;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    font-size: 16px;
    font-family: 'rift', sans-serif !important;
    letter-spacing: 0.2rem;
}
#contact_area a:hover {
    background: #fff url(../image/icon_mail_black.png) no-repeat center 50px/20px auto;
    color: #252729 !important;
    transition: all 0.3s ease-out;
}
#contact_area2 a {
    background: #36383a url(../image/icon_link_white.png) no-repeat center 50px/20px auto;
    padding: 20px 10px 40px;
    border: 2px solid #36383a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    font-size: 16px;
    font-family: 'rift', sans-serif !important;
    letter-spacing: 0.2rem;
}
#contact_area2 a:hover {
    background: #fff url(../image/icon_link.png) no-repeat center 50px/20px auto;
    color: #36383a;
    transition: all 0.3s ease-out;
}
#contact_area2 .mm_inner {
    width: 100%;
}
#contact_area2 ul li a,
#contact_area2 ul li a:hover {
    background-image: none;
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
    background-color: #000;
    -webkit-box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
    transition: 0.3s;
}
header.scroll-nav .logo-pc {
    display: none !important;
    transition: 0.3s;
}
body.page_index footer.template_c2 {
    margin-top: 0 !important;
    position: relative;
}
footer.template_c2 {
    position: relative;
}
footer.template_c2 #footer_lead {
    position: relative;
    border: none !important;
    background-color: #252729 !important;
    padding: 40px 0 250px;
}
footer.template_c2 #footer_nav {
    background-color: #252729 !important;
}
footer.template_c2 .fnav_title a {
    background: none !important;
    padding-left: 0 !important;
    font-size: 16px !important;
    font-weight: 100;
    color: #fff;
    letter-spacing: 0.1rem;
}
footer.template_c2 .footer_nav_block {
    justify-content: space-between;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.footer_menu01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_menu02 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer_sns {
    justify-content: flex-end;
}
.footer_sns img {
    width: 30px !important;
    height: 30px !important;
}
footer.template_c2 .fnav_unit {
    width: 100px !important;
    text-align: center;
}
footer.template_c2 #footer_info {
    background-color: #252729 !important;
}
footer.template_c2 .footer_sns a {
    margin-left: 15px !important;
}

/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする
header.scroll-nav ul li a {
    color: #000;
    transition: 0.3s;
}
header.scroll-nav ul li a:hover {
    text-decoration: none;
    color: #36383a;
    transition: 0.3s;
}

/* =============================================
PULLDOWN MENU
============================================= */
.mm_inner {
    position: absolute;
    width: 200px;
    top: 85px;
    opacity: 0;
    z-index: 10;
    transition: all 0.4s;
    visibility: hidden;
    display: block;
}
.megamenu:hover .mm_inner {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}
.mm_inner .mm_in_title {
    width: 25%;
    color: #ffffff;
    background: #36383a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}
.mm_inner .mm_in_title .en {
    font-size: 10px;
    font-weight: normal;
}
.mm_inner .mm_nav {
    width: 100%;
}
.megamenu {
    position: relative;
}
.megamenu ul {
    display: block !important;
    width: 100%;
    height: auto !important;
    padding: 0;
    border: none;
}
.megamenu ul li {
    display: inherit;
    width: 100%;
    overflow: hidden;
    margin-right: 0 !important;
}
.megamenu ul li a {
    display: block !important;
    color: #fff !important;
    padding: 20px !important;
    background-color: #36383a;
    border: 2px solid #36383a;
}
.megamenu ul li a:hover {
    background-color: #fff !important;
    color: #36383a !important;
}
.gnavi_area ul .megamenu .mm_inner li a::after {
    display: none;
}
.mm_btn {
    position: absolute;
    display: none;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 10px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.mm_btn.active {
    transform: rotate(-180deg);
}
.mm_btn::before {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    background-color: #333;
}
.mm_btn::after {
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: 10px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
    background-color: #333;
}
.gnavi-li {
    display: none;
}
.mm_inner200 {
    left: 200px;
}
.top0 {
    top: 0 !important;
}

/* =============================================
TOP
============================================= */
.main_area {
    margin-top: 0 !important;
    height: 100vh !important;
    margin-bottom: 80px !important;
}
.news_section {
    position: relative;
}
.news_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.news_flex .left_group {
    width: 30%;
}
.news_flex .right_group {
    width: 70%;
}
.news_section .bg_title {
    color: #F6F6F6;
    transform: rotate(90deg);
    top: 12%;
    left: -10%;
}
.dlb_rss dl:hover {
    background-color: #f6f6f6 !important;
}
.concept_section {
    position: relative;
}
.concept_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.concept_flex .left_group,
.concept_flex .right_group {
    width: 45%;
}
.concept_section .bg_title {
    color: #fff;
    right: 0;
    bottom: -200px;
}
.triangle {
    position: relative;
}
.triangle:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 100vh solid #f6f6f6;
    border-left: 240vw solid transparent;
    z-index: -2;
}
.concept_section .read_group {
    font-family: 'Noto Sans JP', sans-serif !important;
    line-height: 40px;
}
.top-hotpepper {
    background-color: #f6f6f6;
    padding-bottom: 60px;
}
.top-hotpepper .dlb_c41_block:hover .dlb_c41_info::before {
    background-color: rgba(0, 0, 0, 0.3);
}
.positon-relative {
    position: relative;
}
.positon-relative .bg_title {
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.top-hotpepper .dlb_c41_block {
    padding: 10px;
}
.top-hotpepper .dlb_c41_block:last-of-type {
    margin-top: -60px;
}
.dlb_c64_title::after {
    display: none;
}
.flex_box.--top {
    background-color: #252729;
}
.flex_box {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.img_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.img_wrap:nth-child(2) {
    margin-top: -60px;
}
.flex_box.--02 .img_wrap:first-child {
    margin-top: 0;
}
.flex_box.--02 .img_wrap:last-child {
    margin-top: -60px;
}
.img_wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in 0s;
    z-index: 1;
    pointer-events: none;
    /*background-color: rgba(0,0,0,.7);*/
}
.mask {
    display: block;
    line-height: 0;
    overflow: hidden;
}
.img_wrap img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: .2s ease-in-out;
}
.img_wrap:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}
.title-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.circle_btn {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
.circle_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 3px;
    background: #fff;
    transform: translate(-50%, -50%);
}
.circle_btn::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 13px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.circle_btn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.style_section {
    background-color: #252729;
    padding: 100px 0;
    position: relative;
    z-index: 10;
}
.style_section .main_title {
    position: relative;
    z-index: 1;
}
.style_section .bg_title {
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    color: #36383a;
    z-index: 0;
}
.style_section .circle_btn {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    border-width: 2px;
}
.style_section .circle_btn:hover {
    background-color: #fff;
    transition: all 0.3s ease-out;
}
.style_section .circle_btn::before {
    width: 18px;
    height: 2px;
}
.style_section .circle_btn::after {
    top: 13px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-width: 2px;
}
.style_section .circle_btn:hover:before {
    background: #252729 !important;
    transition: all 0.3s ease-out;
}
.style_section .circle_btn:hover:after {
    border-color: #252729 !important;
    transition: all 0.3s ease-out;
}
.image_group {
    display: flex !important;
    justify-content: space-around;
    position: relative;
    z-index: 1;
}
.image_group img {
    margin-bottom: 40px;
}
.image_group .white_color {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 300;
    width: 80%;
    margin: 10px auto 0;
}
.image_group .bg_white {
    display: inline-block;
    padding: 5px 40px;
    font-size: 18px;
    position: absolute;
    bottom: 85px;
    right: 25px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
}
.image_group>div {
    width: 70%;
    position: relative;
}
.image_group .--01 .bg_white {
    bottom: 160px;
}
.image_group .--02 {
    margin-top: 40px;
}
.image_group .--02 .bg_white {
    bottom: 120px;
}
.image_group .--03 {
    margin-top: 80px;
}
.staff_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0;
}
.staff_section .read_group {
    font-family: 'Noto Sans JP', sans-serif !important;
}
.staff_section .left_group,
.staff_section .right_group {
    width: 50%;
}
.triangle2 {
    position: relative;
}
.triangle2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 125vh solid #f6f6f6;
    border-right: 250vw solid transparent;
    z-index: -2;
}
.staff_section .bg_title {
    color: #fff;
    position: absolute;
    top: -30%;
    left: 0;
}
.blog_section {
    position: relative;
    z-index: 10;
}
.blog_section .bg_title {
    color: #f6f6f6;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
}
.blog_sp {
    display: none !important;
}
.dlb_media_01_area .dlb_media_left {
    height: 280px !important;
}
.dlb_media_01_area .dlb_media_right {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 300;
}
.dlb_media_01_area span,
#topcontrol {
    display: none !important;
}
.dlb_media_time {
    color: #333 !important;
    font-size: 12px !important;
}
.recruit_section {
    position: relative;
    padding: 200px 0 100px;
}
.recruit_section::before {
    content: "Recruit";
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    color: #f6f6f6;
    font-size: 20em;
}
.recruit_section img {
    width: 100vw !important;
}
.recruit_section .dlb_box1_txt {
    font-family: 'Noto Sans JP', sans-serif !important;
}
.recruit_section .dlb_box1_par {
    font-weight: 300;
}
.dlb_box1-3_area .dlb_box1_txt {
    width: 80% !important;
}
.about_section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
}
.about_flex {
    display: flex;
    position: relative;
    z-index: 1;
    padding: 80px 0;
    align-items: center;
    justify-content: space-between;
}
.about_address {
    width: 40%;
    margin-left: 6%;
}
.about_map {
    height: 600px;
    width: 50%;
    margin-top: -10%;
}
.about_map iframe {
    height: 100%;
}
.about_section p {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 300;
    line-height: 30px;
}
.about_section .font_small {
    font-size: 12px !important;
    color: #ccc;
}
.about_section .font_small {
    margin-bottom: 30px !important;
}
.about_section .tel a {
    color: #fff !important;
}
.about_section .tel a:hover {
    color: #fff !important;
    text-decoration: none;
    opacity: 0.6;
}

/* =============================================
下層
============================================= */
#pagetitle.template_c2 {
    padding: 40px 0 !important;
    background-image: none !important;
    background-color: #252729 !important;
}
#pagetitle.template_c2 .pagetitle_block .pagetitle {
    font-weight: 100 !important;
}
.dlb_subtitle2_01 {
    font-size: 34px !important;
    margin-bottom: 40px !important;
    font-weight: 500 !important;
}
#cta_area.template_c2,
#pagetitle.template_c2 .pagetitle_block .pagetitle::after {
    display: none;
}
.concept h3 {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 300;
}
.menu p {
    font-family: 'Noto Sans JP', sans-serif !important;
}
.dlb_c57_img {
    height: 450px !important;
}
.dlb_c57_txtarea {
    top: 210px !important;
}
.dlb_box3-5_area .dlb_box3-5_txt {
    border: none !important;
    height: 460px;
}
.dlb_color_base_bg {
    opacity: 0.8;
}
.menu .fs120_bold {
    font-weight: 700;
}
.menu .dlb_table_07 td {
    width: 50%;
}
.kitsuke p {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 300;
}
.kitsuke .dlb_box2-8_txt {
    border-color: #252729 !important;
    background-color: #252729 !important;
    color: #fff;
}
.staff p,
.staff .sub_title {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 300;
}
.staff .sub_title {
    white-space: nowrap;
}
.staff-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.insta-icon {
    display: flex;
    width: 10%;
    margin-right: 30px;
}
.insta-icon img {
    margin-right: 5px !important;
}
.recruit p {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 300;
}
.about_fullbloom {
    background: #F6F6F6;
    padding: 60px 0;
}
.about_fullbloom .fs140_bold,
.recruit .fs140_bold {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500;
}
.about_fullbloom .dlb_subtitle2_01 {
    margin-bottom: 20px !important;
}
.recruit .sub_title {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 300;
}
td {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500;
}
#sitemap li::before {
    border-top: 2px solid #252729 !important;
    border-right: 2px solid #252729 !important
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
    opacity: 0;
}
/* =============================================
Blog
============================================= */
.side .cate li a,
.catelist a,
.archivelist .list a.current,
.taglist a {
    color: #ffffff !important;
    background-color: #252729 !important;
    border: 2px solid #252729 !important;
}
.side .cate li a:hover,
.catelist a:hover,
.archivelist .list a:hover,
.taglist a:hover {
    color: #252729 !important;
    background-color: #fff !important;
}
@media only screen and (max-width: 1140px) {
    /* =============================================
    COMMON
    ============================================= */
    .bg_title {
        font-size: 14em;
    }
    /* =============================================
    HEADER
    ============================================= */
    .gnavi_area ul li {
        margin-right: 1.5em;
    }
    #contact_area,
    #contact_area2 {
        width: 90px;
    }
    #contact_area a,
    #contact_area2 a {
        font-size: 12px;
    }
    /* =============================================
    TOP
    ============================================= */
    .news_section .bg_title {
        transform: rotate(90deg);
        top: 10%;
        left: -15%;
    }
    .style_section .bg_title {
        top: -5%;
    }
    .image_group .bg_white {
        right: 40px;
        padding: 5px 30px;
    }
    .image_group img {
        width: 85%;
    }
    .staff_section .bg_title,
    .blog_section .bg_title {
        top: -20%;
    }
    .recruit_section {
        padding: 150px 0 60px;
    }
    .recruit_section::before {
        top: -19%;
    }
    /* =============================================
    下層
    ============================================= */
    .dlb_box3-5_area .dlb_box3-5_txt {
        height: 400px;
    }
}
@media only screen and (max-width: 970px) {
    /* =============================================
    HEADER / FOOTER
    ============================================= */
    #header_logo img {
        width: 80% !important;
    }
    header.scroll-nav .logo-sp {
        width: 80% !important;
    }
    .gnavi_area ul li a {
        font-size: 13px;
    }
    .footer_menu {
        margin-top: 40px;
    }
    footer.template_c2 #footer_lead {
        padding: 40px 0 200px;
    }
    /* =============================================
    TOP
    ============================================= */
    .about_flex {
        padding: 60px 0;
    }
    .about_map {
        margin-top: auto;
    }
    .about_address {
        margin-left: 2%;
    }
    .dlb_box3-5_area .dlb_box3-5_txt {
        height: 400px;
    }
}

@media only screen and (max-width: 860px) {
    /* =============================================
    HEADER / FOOTER
    ============================================= */
    footer.template_c2 .footer_nav_block {
        display: block;
    }
    .footer_menu01,
    .footer_menu02 {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    footer.template_c2 #footer_lead {
        padding: 40px 0 150px;
    }
    footer.template_c2 .footer_sns {
        justify-content: flex-start;
    }
    /* =============================================
    TOP
    ============================================= */
    .main_title2 {
        font-size: 70px !important;
    }
    .style_section {
        padding: 80px 0;
    }
    .image_group .bg_white {
        right: 30px;
    }

    /* =============================================
    下層
    ============================================= */
    .concept .col3_331 .col {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }
    .concept .col3_331 .col img {
        width: 70vw !important;
    }
    .dlb_box3-5_area .dlb_box3-5_txt {
        height: auto !important;
    }
    .dlb_box2-3_img {
        width: 100% !important;
    }
    .dlb_box2-3_txt {
        width: 100% !important;
        margin: 30px auto 0 !important;
    }
    .dlb_c57_img {
        height: 400px !important;
    }
    .dlb_c57_txtarea {
        top: 240px !important;
        width: 60%;
        max-width: 60%;
        left: 40% !important;
    }
    .kitsuke .dlb_box2-8_txt {
        padding: 32px 24px !important;
        height: auto !important;
        position: static !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    /* =============================================
    HEADER
    ============================================= */
    #contact_area,
    #contact_area2 {
        width: 130px !important;
    }
    /* =============================================
    TOP
    ============================================= */
    .recruit_section {
        padding: 110px 0 60px;
    }
    .about_address {
        width: 40%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .dlb_c57_txtarea {
        padding: 50px 20px;
    }
    .image_group .bg_white {
        padding: 5px 20px;
    }
    /* =============================================
    下層
    ============================================= */
    .staff .sub_title {
        font-size: 16px !important;
    }
    .insta-icon {
        width: 15%;
    }
    .dlb_c57_img {
        height: 360px !important;
    }
    .dlb_c57_txtarea {
        margin: -80px auto 0 !important;
        padding: 40px 25px !important;
    }
}

@media only screen and (max-width: 690px) {
    /* =============================================
    COMMON
    ============================================= */
    .br-pc {
        display: none !important;
    }
    .br-sp {
        display: inline-block !important;
    }
    .pc_btn {
        display: none !important;
    }
    .sp_btn {
        display: block !important;
    }
    .bg_title {
        font-size: 13em;
    }
    .main_title {
        font-size: 60px !important;
        margin-bottom: 20px;
    }
    .main_title2 {
        font-size: 45px !important;
    }
    .sub_title {
        font-size: 12px !important;
    }
    .circle_btn {
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
    }
    .circle_btn::before {
        width: 20px;
        height: 2px;
    }
    .circle_btn::before {
        width: 20px;
        height: 2px;
    }
    .circle_btn::after {
        top: 13px;
        right: 8px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .inner {
        width: 90% !important;
    }
    #pagetitle.template_c2 {
        padding: 20px 0 !important;
    }
    #locator_template_c2 {
        margin-top: 70px !important;
    }
    .recruit_section::before {
        font-size: 13em;
        top: -15%;
    }

    /* =============================================
    HEADER / FOOTER
    ============================================= */
    header nav {
        max-height: calc(100dvh - 60px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        overscroll-behavior: contain;
        scroll-behavior: smooth;
        scrollbar-width: thin;
    }
    #header_area {
        height: 66px;
        justify-content: space-between;
    }
    #header_logo img {
        width: auto !important;
        margin-left: 0 !important;
    }
    .gnavi_btn_sp {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 1;
        background: #252729;
        padding: 22px;
    }
    .gnavi_btn_sp_in,
    .gnavi_btn_sp_in span {
        display: inline-block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .gnavi_btn_sp_in {
        position: relative;
        width: 26px;
        height: 20px;
        cursor: pointer;
        z-index: 2;
    }
    .gnavi_btn_sp_in span:nth-of-type(1) {
        top: 0;
    }
    .gnavi_btn_sp_in span:nth-of-type(2) {
        top: 8px;
    }
    .gnavi_btn_sp_in span:nth-of-type(3) {
        top: 16px;
    }
    .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(1) {
        -webkit-transform: translateY(16px) rotate(-45deg);
        -ms-transform: translateY(16px) rotate(-45deg);
        transform: translateY(16px) rotate(-45deg);
        top: -8px;
    }
    .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(2) {
        opacity: 0;
    }
    .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(3) {
        -webkit-transform: translateY(-16px) rotate(45deg);
        -ms-transform: translateY(-16px) rotate(45deg);
        transform: translateY(-16px) rotate(45deg);
        top: 24px;
    }
    .gnavi_btn_sp_in span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
    }
    #contact_area,
    #contact_area2 {
        display: none;
    }
    .gnavi_area {
        display: none;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        padding-bottom: 30px;
    }
    .gnavi_area ul {
        display: block;
    }
    .gnavi_area ul li {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .gnavi_area ul li a {
        color: #333 !important;
        width: 100%;
        height: 100%;
        display: block;
        padding: 12px 16px;
    }
    .gnavi_area ul li.main_current a {
        text-decoration: none;
        color: #252729;
    }
    .gnavi_contact {
        display: block !important;
        padding: 0 !important;
        width: 80%;
        margin: 10px auto;
    }
    .gnavi_contact a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        border-radius: 4px;
        padding: 12px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1.2;
        font-size: 16px;
        font-family: 'rift', sans-serif !important;
        letter-spacing: 0.2rem;
    }
    .gnavi_contact a {
        background: #252729 !important;
    }
    .gnavi_contact.no2 a {
        background: #36383a !important;
    }
    #header.scroll-nav {
        -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
        box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
        background-color: #252729 !important;
    }
    header.scroll-nav .logo-sp {
        margin-left: 0;
        display: inline-block !important;
    }
    footer.template_c2 .footer_logo {
        max-width: none !important;
    }
    footer.template_c2 .fnav_title a {
        border: none !important;
    }
    footer.template_c2 .footer_sns {
        margin-top: 30px;
    }
    footer.template_c2 #footer_lead {
        padding: 40px 0 100px;
    }

    /* =============================================
    TOP
    ============================================= */
    .main_area {
        margin-bottom: 40px !important;
    }
    .news_flex {
        display: block;
    }
    .news_section .bg_title {
        top: 15%;
        left: -40%;
    }
    .news_flex .right_group {
        width: 100%;
        margin-bottom: 30px;
    }
    .concept_flex {
        display: block;
    }
    .concept_flex .left_group,
    .concept_flex .right_group {
        width: 100%;
    }
    .concept_section .read_group {
        line-height: 36px;
    }
    .concept_section .dlb_btn_w50 {
        margin: auto;
    }
    .concept_section .bg_title {
        right: -180px;
        bottom: -120px;
    }
    .triangle:after {
        border-bottom: 170vh solid #f6f6f6;
    }
    .top-hotpepper .dlb_c41_block:last-of-type {
        margin-top: 0;
    }
    .flex_box {
        display: block;
        position: relative;
        z-index: 100;
    }
    .img_wrap:nth-child(2),
    .flex_box.--02 .img_wrap:last-child {
        margin-top: 0;
    }
    .style_section .bg_title {
        top: -15%;
    }
    .staff_flex {
        flex-direction: column-reverse;
    }
    .staff_section .left_group,
    .staff_section .right_group {
        width: 100%;
    }
    .staff_section .dlb_btn_w50 {
        margin: auto;
    }
    .triangle2::after {
        border-top: 100vh solid #f6f6f6;
        border-right: 210vw solid transparent;
    }
    .dlb_media_01 .dlb_media_left {
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }
    .dlb_media_01 .dlb_media_left_in {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
    .dlb_media_01 .dlb_media_cate span {
        display: none;
    }
    .dlb_media_01 .dlb_media_right {
        margin-bottom: 30px;
    }
    .staff_section .bg_title,
    .blog_section .bg_title {
        top: -10%;
    }
    .dlb_box1-3_area .dlb_box1_txt {
        width: 100% !important;
        box-shadow: none !important;
    }
    .recruit_section {
        padding: 110px 0 0px;
    }
    .recruit_section p {
        text-align: left !important;
    }
    .recruit_section .dlb_box1_title {
        font-size: 22px !important;
    }
    .about_flex {
        padding: 40px 0 80px;
        display: block;
    }
    .about_address {
        margin-bottom: 60px;
        width: 94%;
    }
    .about_map {
        width: 100%;
        height: 400px;
    }
    .style_section {
        padding: 60px 0;
    }
    .image_group {
        flex-direction: column;
    }
    .image_group>div {
        width: 100%;
    }
    .image_group img {
        margin-bottom: 0;
    }
    .image_group .--03 {
        margin-top: 40px;
    }
    .image_group .bg_white {
        bottom: 10% !important;
    }

    /* =============================================
    PULLDOWN MENU
    ============================================= */
    .mm_inner {
        position: static;
        display: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        border: 0;
        transition: all 0s;
    }
    .mm_inner .mm_nav {
        margin-bottom: 10px;
    }
    .mm_btn {
        display: block;
    }
    .megamenu a {
        border: none !important;
    }
    .megamenu ul li a {
        padding: 15px 15px 15px 35px !important;
        border: none !important;
        background-color: #fff;
        position: relative;
    }
    .megamenu ul li a::before {
        content: "";
        width: 10px;
        height: 1px;
        background-color: #333;
        position: absolute;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
    }
    .gnavi-li {
        display: block;
    }
    .megamenu ul li a.spli {
        padding: 14px 50px !important;
    }
    .blog_sp {
        display: block !important;
    }
    .blog_pc {
        display: none !important;
    }
    .megamenu.gnavi_contact {
        width: 80%;
        margin: 10px auto;
    }
    .megamenu.gnavi_contact a {
        color: #fff !important;
        background: #36383a !important;
        line-height: 1.2;
        font-size: 16px;
        font-family: 'rift', sans-serif !important;
        letter-spacing: 0.2rem;
    }
    .megamenu.gnavi_contact ul li a {
        background-color: transparent !important;
        color: #333 !important;
    }
    .megamenu.gnavi_contact .mm_btn {
        top: 5px;
        right: 5px;
    }
    .megamenu.gnavi_contact .mm_btn::before,
    .megamenu.gnavi_contact .mm_btn::after {
        background-color: #fff;
    }

    /* =============================================
    下層
    ============================================= */
    .dlb_subtitle2_01 {
        font-size: 26px !important;
        margin-bottom: 24px !important;
    }
    .dlb_box3-5_area .dlb_box3-5_txt {
        width: 100% !important;
    }
    .dlb_btn_w20 {
        max-width: 80% !important;
    }
    .fs120_bold {
        font-size: 16px !important;
    }
    .menu .dlb_table_07 td {
        width: 100%;
    }
    .staff-name {
        justify-content: space-between;
    }
    .insta-icon {
        width: 10%;
        margin-left: 0;
        margin-right: 10%;
    }
    #sitemap li::before {
        top: 8px;
    }
    .dlb_c57_img {
        height: 280px !important;
    }
    .dlb_c57_txtarea {
        padding: 25px !important;
    }
    .menu table.dlb_table_07 {
        table-layout: fixed;
    }
}


/* 2026.07.13 追加CSS */
.menu_btn_332 a::before,
.menu_btn_331 a::before {
    display: none !important;
}
body.page_salon {
    background-color: #f5f5f5;
}
body.page_salon #contents {
    max-width: 1300px;
}
/* =========================================
   システム側のアンカーリンク位置調整(publicside.css)を無効化
   ========================================= */
a[id^="ank-"] {
    display: inline !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Interフォントの読み込み（既にサイト全体で読み込んでいる場合は不要です） */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

/* --- このページのみに反映させるためのスコープ付きCSS --- */
#salon-info-custom-section {
    background-color: #f5f5f5;
    padding: 60px 5%;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
}
#salon-info-custom-section * {
    box-sizing: border-box;
}
#salon-info-custom-section .salon-container {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
#salon-info-custom-section .salon-text-area {
    flex: 1 1 450px;
}
#salon-info-custom-section .salon-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 5px;
    color: #222;
}
#salon-info-custom-section .salon-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    color: #bd9b78;
    /* 画像に近い落ち着いたゴールド系の色 */
    margin-bottom: 30px;
    font-weight: normal;
}
#salon-info-custom-section .salon-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}
#salon-info-custom-section .salon-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
}
#salon-info-custom-section .salon-features li {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    display: flex;
    align-items: center;
}
#salon-info-custom-section .salon-features li::before {
    content: "●";
    color: #bd9b78;
    /* サブタイトルと同じ色 */
    margin-right: 8px;
    font-size: 10px;
}
#salon-info-custom-section .salon-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 350px;
}
#salon-info-custom-section .btn {
    display: block;
    text-align: center;
    padding: 16px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    font-size: 15px;
    transition: opacity 0.3s ease;
}
#salon-info-custom-section .btn:hover {
    opacity: 0.8;
}
#salon-info-custom-section .btn-hotpepper {
    background-color: #b23a60;
    /* ホットペッパービューティーのピンク系 */
}
#salon-info-custom-section .btn-other {
    background-color: #9d8357;
    /* 予約ボタンのブラウン系 */
}
#salon-info-custom-section .salon-image-area {
    flex: 1 1 500px;
}
#salon-info-custom-section .salon-image-card {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    /* わずかな影をつけてカード感を強調 */
}
#salon-info-custom-section .salon-image-card img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
#salon-info-custom-section .salon-image-caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#salon-info-custom-section .caption-main {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
#salon-info-custom-section .caption-sub {
    color: #888;
    font-size: 13px;
}

/* スマホ閲覧用のレスポンシブ調整 */
@media screen and (max-width: 768px) {
    #salon-info-custom-section {
        padding: 40px 5%;
    }
    #salon-info-custom-section .salon-features {
        grid-template-columns: 1fr;
        /* スマホでは1列にする */
    }
    #salon-info-custom-section .salon-image-caption {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    #salon-info-custom-section .salon-title {
        font-size: 24px;
    }
    #salon-info-custom-section .salon-subtitle {
        font-size: 24px;
    }
}

/* =========================================
   こだわりセクション (Concept & Features)
   ========================================= */
#salon-concept-section {
    background-color: #f5f5f5;
    /* 前回のセクションから続くグレーの背景 */
    padding: 0 5% 60px;
    /* 上部は前セクションの余白と調整、左右5%、下部60px */
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
}
#salon-concept-section * {
    box-sizing: border-box;
}
#salon-concept-section .concept-inner {
    max-width: 1080px;
    margin: 0 auto;
    background-color: #ffffff;
    /* 白背景のカード部分 */
    padding: 70px 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}
#salon-concept-section .concept-header {
    text-align: center;
    margin-bottom: 50px;
}
#salon-concept-section .concept-en {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bd9b78;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}

#salon-concept-section .concept-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin: 0 0 12px 0;
}

#salon-concept-section .concept-divider {
    width: 40px;
    height: 2px;
    background-color: #bd9b78;
    border: none;
    margin: 0 auto 25px auto;
}
#salon-concept-section .concept-lead {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}
#salon-concept-section .concept-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
#salon-concept-section .feature-title {
    font-size: 17px;
    font-weight: bold;
    color: #222;
    margin: 0 0 20px 0;
    line-height: 1.5;
    text-align: center;
}
#salon-concept-section .feature-text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin: 0;
    text-align: left;
}

/* スマホ閲覧用のレスポンシブ調整 */
@media screen and (max-width: 768px) {
    #salon-concept-section .concept-inner {
        padding: 40px 20px;
    }
    #salon-concept-section .concept-title {
        font-size: 24px;
    }
    #salon-concept-section .concept-lead {
        font-size: 14px;
        text-align: left;
        /* スマホでは左揃えの方が読みやすいため調整 */
    }
    #salon-concept-section .concept-features-grid {
        grid-template-columns: 1fr;
        /* スマホでは1列（縦積み）にする */
        gap: 40px;
    }
}

/* =========================================
   スタイルギャラリー (HAIR STYLE GALLERY)
   ========================================= */
#salon-style-section {
    background-color: #f5f5f5;
    /* 前セクションと同じ背景色 */
    padding: 0 5% 60px;
    /* 上は前セクションと合わせて0、下は60px */
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
}
#salon-style-section * {
    box-sizing: border-box;
}
#salon-style-section .style-inner {
    max-width: 1080px;
    margin: 0 auto;
}
#salon-style-section .style-header {
    text-align: center;
    margin-bottom: 40px;
}
#salon-style-section .style-en {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bd9b78;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
#salon-style-section .style-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin: 0 0 12px 0;
}
#salon-style-section .style-divider {
    width: 40px;
    height: 2px;
    background-color: #bd9b78;
    border: none;
    margin: 0 auto 25px auto;
}
#salon-style-section .style-lead {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* === CMS出力タグ(dlb_media_block)のレイアウト上書き === */
#salon-style-section .style-area {
    margin-bottom: 80px !important;
}
/* スライダー内のカード高さを揃える */
#salon-style-section .style-area .slick-track {
    display: flex !important;
}
#salon-style-section .style-area .slick-slide {
    height: auto !important;
    margin: 0 10px;
    /* カード同士の隙間 */
}

/* カード全体のスタイル */
#salon-style-section .dlb_media_block {
    display: flex !important;
    flex-direction: column !important;
    /* 縦並びに強制変更 */
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    height: 100%;
    text-decoration: none;
    transition: opacity 0.3s ease;
    width: 100% !important;
}
#salon-style-section .dlb_media_block:hover {
    opacity: 0.8;
}

/* 画像エリア */
#salon-style-section .dlb_media_left {
    width: 100% !important;
    padding-top: 110%;
    /* 画像のアスペクト比（少し縦長） */
    position: relative;
    float: none !important;
    /* デフォルトの回り込みを解除 */
    margin: 0 !important;
}
#salon-style-section .dlb_media_left_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* テキストエリア */
#salon-style-section .dlb_media_right {
    padding: 15px 10px !important;
    text-align: center;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1;
    justify-content: center;
    width: 100% !important;
    float: none !important;
    /* デフォルトの回り込みを解除 */
}

/* 不要な要素（日付、本文）を非表示 */
#salon-style-section .dlb_media_time,
#salon-style-section .dlb_media_txt {
    display: none !important;
}

/* カテゴリを上に移動して装飾 */
#salon-style-section .dlb_media_cate {
    order: -1;
    /* テキストエリア内で一番上に配置 */
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    text-align: center !important;
}
#salon-style-section .dlb_media_cate span {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #bd9b78;
    /* ゴールド系 */
    background: transparent !important;
    padding: 0 !important;
    display: inline-block;
    letter-spacing: 0.05em;
}

/* タイトル */
#salon-style-section .dlb_media_title {
    font-size: 13px !important;
    font-weight: bold;
    color: #222 !important;
    line-height: 1.5;
    margin: 0 !important;
}

/* 一覧ボタン */
#salon-style-section .style-buttons {
    text-align: center;
}
#salon-style-section .btn-black {
    display: inline-block;
    background-color: #2c2c2c;
    /* 黒系のボタン */
    color: #fff;
    padding: 16px 80px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
#salon-style-section .btn-black:hover {
    background-color: #444;
}

/* スマホ閲覧用のレスポンシブ調整 */
@media screen and (max-width: 768px) {
    #salon-style-section {
        padding: 40px 5%;
    }
    #salon-style-section .style-title {
        font-size: 24px;
    }
    #salon-style-section .style-lead {
        font-size: 14px;
        text-align: left;
    }
    #salon-style-section .btn-black {
        width: 100%;
        /* スマホではボタンを横幅いっぱいに */
        padding: 16px 20px;
    }
}

/* =========================================
   ヘアメニュー (HAIR MENU)
   ========================================= */
/* ▼ #contents の枠組みを突破して画面幅いっぱいに広げる */
#salon-menu-section {
    background-color: #ffffff !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    /* paddingの上を0から80pxに変更し、上のセクションとの余白を確保します */
    padding: 80px 0 60px 0 !important;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
}
#salon-menu-section * {
    box-sizing: border-box;
}

#salon-menu-section .menu-inner {
    width: 100% !important;
    max-width: 100% !important;
}

/* ▼ 既存の画像ブロック（#set）が画面幅いっぱいになるよう強制 */
#salon-menu-section #set,
#salon-menu-section .dlb_content-57 {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 0 30px 0 !important;
    height: auto !important;
    min-height: 480px;
    overflow: hidden;
}

/* ▼ 見出し（HAIR MENU）と料金表（table）は中央に寄せる（最大1080px） */
#salon-menu-section .menu-header {
    max-width: 1080px !important;
    margin: 0 auto 50px auto !important;
    padding: 0 5%;
    /* テキストがスマホで端にくっつかないよう保護 */
    text-align: center;
}
#salon-menu-section .menu-en {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bd9b78;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
#salon-menu-section .menu-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin: 0 0 12px 0;
}
#salon-menu-section .menu-divider {
    width: 40px;
    height: 2px;
    background-color: #bd9b78;
    border: none;
    margin: 0 auto;
}

/* ▼ 料金表（テーブル）も中央配置に */
#salon-menu-section .menu {
    max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 5%;
    /* テキストがスマホで端にくっつかないよう保護 */
}

/* スマホ閲覧用のレスポンシブ調整 */
@media screen and (max-width: 768px) {
    #salon-menu-section {
        padding: 40px 0 60px 0 !important;
    }
    #salon-menu-section .menu-title {
        font-size: 24px;
    }
    #salon-menu-section #set,
    #salon-menu-section .dlb_content-57 {
        margin: 0 0 20px 0 !important;
    }
}

/* =========================================
   着付け・ネイルメニュー＆クーポン
   ========================================= */
#salon-other-menu-section {
    background-color: #ffffff !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    /* paddingの上を60pxから0に変更し、上のヘアメニューとの間隔を詰めます */
    padding: 0 0 60px 0 !important;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
}

#salon-other-menu-section {
    background-color: #ffffff;
    /* 前セクションのグレーから白背景へ */
    padding: 60px 5%;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
}
#salon-other-menu-section * {
    box-sizing: border-box;
}
#salon-other-menu-section .other-menu-inner {
    max-width: 1080px !important;
    margin: 0 auto !important;
    padding: 0 2% !important;
    /* ← テキストがスマホで端にくっつかないよう保護 */
}

/* 見出し */
#salon-other-menu-section .other-menu-header {
    text-align: center;
    margin-bottom: 50px;
}
#salon-other-menu-section .other-menu-en {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bd9b78;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
#salon-other-menu-section .other-menu-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin: 0 0 12px 0;
}
#salon-other-menu-section .other-menu-divider {
    width: 40px;
    height: 2px;
    background-color: #bd9b78;
    border: none;
    margin: 0 auto;
}

/* 着付け・ネイル 画像カード */
#salon-other-menu-section .menu-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}
#salon-other-menu-section .menu-card-item {
    display: block;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
#salon-other-menu-section .menu-card-item:hover {
    opacity: 0.8;
    transform: translateY(-3px);
    /* ホバー時に少し浮き上がる動き */
}
#salon-other-menu-section .menu-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* 画像の縦横比を統一 */
    object-fit: cover;
    display: block;
}
#salon-other-menu-section .menu-card-txt {
    padding: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #222;
}

/* クーポンボックス */
#salon-other-menu-section .coupon-box {
    background-color: #f5f5f5;
    /* 薄いグレー背景 */
    padding: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
#salon-other-menu-section .coupon-header {
    margin-bottom: 40px;
}
#salon-other-menu-section .coupon-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin: 0 0 20px 0;
}
#salon-other-menu-section .coupon-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* クーポンカード */
#salon-other-menu-section .coupon-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
#salon-other-menu-section .coupon-card-item {
    background-color: #fff;
    padding: 30px 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
#salon-other-menu-section .coupon-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin: 0 0 5px 0;
}
#salon-other-menu-section .coupon-card-price {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin: 0 0 20px 0;
}
#salon-other-menu-section .coupon-card-link {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #222;
    text-decoration: underline;
    text-underline-offset: 4px;
    /* 下線を少し離して読みやすく */
    transition: opacity 0.3s ease;
}
#salon-other-menu-section .coupon-card-link:hover {
    opacity: 0.6;
    text-decoration: none;
}

/* スマホ閲覧用のレスポンシブ調整 */
@media screen and (max-width: 768px) {
    #salon-other-menu-section {
        padding: 40px 5%;
    }
    #salon-other-menu-section .other-menu-title {
        font-size: 24px;
    }
    #salon-other-menu-section .menu-cards-grid {
        grid-template-columns: 1fr;
        /* スマホでは縦並び */
        gap: 30px;
        margin-bottom: 50px;
    }
    #salon-other-menu-section .coupon-box {
        padding: 30px 20px;
    }
    #salon-other-menu-section .coupon-title {
        font-size: 18px;
        line-height: 1.5;
    }
    #salon-other-menu-section .coupon-cards-grid {
        grid-template-columns: 1fr;
        /* スマホでは縦並び */
        gap: 20px;
    }
}

/* =========================================
   スタイリスト (OUR STYLISTS)
   ========================================= */
#salon-stylist-section {
    background-color: #f5f5f5 !important;
    /* 再びグレー背景に戻す */
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 80px 0 80px 0 !important;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
}
#salon-stylist-section * {
    box-sizing: border-box;
}
#salon-stylist-section .stylist-inner {
    max-width: 1080px !important;
    margin: 0 auto !important;
    padding: 0 5% !important;
}

/* 見出しエリア */
#salon-stylist-section .stylist-header {
    text-align: center;
    margin-bottom: 50px;
}
#salon-stylist-section .stylist-en {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bd9b78;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
#salon-stylist-section .stylist-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin: 0 0 12px 0;
}
#salon-stylist-section .stylist-divider {
    width: 40px;
    height: 2px;
    background-color: #bd9b78;
    border: none;
    margin: 0 auto 25px auto;
}
#salon-stylist-section .stylist-lead {
    font-size: 15px;
    color: #333;
    margin: 0;
}

/* スタッフ一覧（流用タグのレイアウト上書き） */
#salon-stylist-section .col4_m_431 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    margin: 0 !important;
}
#salon-stylist-section .col4_m_431::before,
#salon-stylist-section .col4_m_431::after {
    display: none !important;
    /* BMデフォルトの回り込み解除要素を消去 */
}

/* カードの装飾 */
#salon-stylist-section .col {
    background-color: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    float: none !important;
    width: 100% !important;
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    /* ボタンを下部に揃えるためのFlexbox */
    height: 100% !important;
}

/* 画像 */
#salon-stylist-section .col figure {
    margin: 0 0 15px 0 !important;
}
#salon-stylist-section .col figure img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 5 / 6;
    /* 画像サイズがバラバラでも綺麗に揃える */
    object-fit: cover;
}

/* テキスト */
#salon-stylist-section .sub_title {
    font-size: 12px !important;
    color: #666 !important;
    margin: 0 20px 5px 20px !important;
    text-align: left;
}
#salon-stylist-section .staff-name {
    margin: 0 20px 20px 20px !important;
    text-align: left;
}
#salon-stylist-section .fs160_bold {
    font-size: 17px !important;
    font-weight: bold !important;
    color: #222 !important;
    margin: 0 !important;
}

/* 予約ボタン */
#salon-stylist-section .dlb_btn_w70 {
    width: auto !important;
    margin: auto 20px 0 20px !important;
    /* 余白を自動調整してカードの一番下にボタンを配置 */
}
#salon-stylist-section .dlb_btn a {
    background-color: #2c2c2c !important;
    /* 黒系のボタンに変更 */
    color: #fff !important;
    padding: 14px 0 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    border-radius: 3px !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    border: none !important;
    transition: opacity 0.3s ease;
}
#salon-stylist-section .dlb_btn a:hover {
    opacity: 0.8 !important;
}

/* スマホ閲覧用のレスポンシブ調整 */
@media screen and (max-width: 980px) {
    #salon-stylist-section .col4_m_431 {
        grid-template-columns: repeat(2, 1fr) !important;
        /* タブレットサイズは2列 */
    }
}
@media screen and (max-width: 600px) {
    #salon-stylist-section .col4_m_431 {
        grid-template-columns: repeat(1, 1fr) !important;
        /* スマホサイズは1列 */
        gap: 20px !important;
    }
    #salon-stylist-section .stylist-title {
        font-size: 24px;
    }
}

/* =========================================
   アクセス・店舗情報 (ACCESS)
   ========================================= */
#salon-access-section {
    background-color: #ffffff !important;
    /* ← #f5f5f5 から #ffffff に変更 */
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 40px 0 80px 0 !important;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
}
#salon-access-section * {
    box-sizing: border-box;
}
#salon-access-section .access-inner {
    /* コンテンツ幅1100pxを確保するため、左右のpadding分を考慮して少し広げます */
    max-width: 1140px !important;
    margin: 0 auto !important;
    /* 5%だと画面幅によっては広すぎるため、固定の20pxに減らして中身を広く使います */
    padding: 0 20px !important;
}

/* 見出しエリア */
#salon-access-section .access-header {
    text-align: center;
    margin-bottom: 50px;
}
#salon-access-section .access-en {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bd9b78;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
#salon-access-section .access-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin: 0 0 12px 0;
}
#salon-access-section .access-divider {
    width: 40px;
    height: 2px;
    background-color: #bd9b78;
    border: none;
    margin: 0 auto 25px auto;
}
#salon-access-section .access-lead {
    font-size: 15px;
    color: #333;
    margin: 0;
}

/* 2カラムレイアウト */
#salon-access-section .access-content {
    display: flex;
    gap: 40px;
    align-items: stretch;
    /* 左右の高さを合わせる */
}
#salon-access-section .access-info {
    flex: 1;
}
#salon-access-section .access-map-area {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* 店舗情報テーブル */
#salon-access-section .access-table {
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    /* 角丸を効かせるため */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    table-layout: fixed !important;
    width: 100% !important;
}
#salon-access-section .access-table th,
#salon-access-section .access-table td {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    line-height: 1.6;
}
#salon-access-section .access-table thead th {
    background-color: #1a1a1a;
    /* 黒背景 */
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-bottom: none;
}
#salon-access-section .access-table tbody th {
    width: 25% !important;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    vertical-align: top;
}
#salon-access-section .access-table tbody td {
    width: 75% !important;
    font-size: 14px;
    color: #333;
    vertical-align: top;
}
#salon-access-section .access-table tbody tr:last-child th,
#salon-access-section .access-table tbody tr:last-child td {
    border-bottom: none;
}
#salon-access-section .text-gold {
    color: #bd9b78;
    font-weight: bold;
}
#salon-access-section .text-small {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

/* 注意書きボックス */
#salon-access-section .access-notice {
    background-color: #faf8f5;
    /* 少し温かみのある薄い背景 */
    border-left: 4px solid #bd9b78;
    padding: 20px;
}
#salon-access-section .notice-title {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    margin: 0 0 10px 0;
}
#salon-access-section .notice-text {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Google Maps */
#salon-access-section .access-map-area iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: none;
    background-color: #e5e3df;
    /* 読み込み前のプレースホルダー色 */
}
#salon-access-section .map-link {
    margin-top: 10px;
    text-align: right;
}
#salon-access-section .map-link a {
    font-size: 13px;
    color: #666;
    text-decoration: underline;
    transition: opacity 0.3s;
}
#salon-access-section .map-link a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* スマホ閲覧用のレスポンシブ調整 */
@media screen and (max-width: 980px) {
    #salon-access-section .access-content {
        flex-direction: column;
        /* タブレット以下は縦並びに */
        gap: 30px;
    }
    #salon-access-section .access-map-area iframe {
        min-height: 350px;
    }
}


/* =========================================
   スマホ閲覧時のテーブル崩れ・余白・罫線の修正
   ========================================= */
@media screen and (max-width: 600px) {
    /* ▼ PC用の幅固定（colgroup）を無効化 */
    #salon-access-section .access-table colgroup {
        display: none !important;
    }

    /* ▼ テーブル全体（見出し・中身すべて）をブロック化して100%幅の縦並びに強制 */
    #salon-access-section .access-table,
    #salon-access-section .access-table thead,
    #salon-access-section .access-table thead tr,
    #salon-access-section .access-table thead th,
    #salon-access-section .access-table tbody,
    #salon-access-section .access-table tbody tr,
    #salon-access-section .access-table tbody th,
    #salon-access-section .access-table tbody td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        /* はみ出し防止 */
    }

    /* ▼ 項目名（サロン名・住所など）の調整 */
    #salon-access-section .access-table th,
    #salon-access-section .access-table thead th,
    #salon-access-section .access-table tbody th,
    #salon-access-section .access-table tbody tr th {
        font-weight: bold !important;
        color: #222 !important;
        border: none !important;
        /* 上下左右の無駄な線をすべて完全に消す */
        padding-bottom: 4px !important;
        /* 線が消える分、テキストとの隙間を詰める */
    }

    /* ▼ 内容（実際の住所や番号など）の調整 */
    #salon-access-section .access-table tbody td {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
        /* 項目ごとの余白を確保 */
        border-top: none !important;
        /* 悪さをしていた上の線を消す */
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #f0f0f0 !important;
        /* 下の区切り線だけ維持 */
    }
}

/* =========================================
   よくある質問 (FAQ)
   ========================================= */
#salon-faq-section {
    background-color: #f5f5f5 !important;
    /* 薄いグレー背景 */
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 80px 0 80px 0 !important;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
}
#salon-faq-section * {
    box-sizing: border-box;
}
#salon-faq-section .faq-inner {
    max-width: 900px !important;
    /* 読みやすさを考慮し、少し幅を絞ります */
    margin: 0 auto !important;
    padding: 0 5% !important;
}

/* 見出しエリア */
#salon-faq-section .faq-header {
    text-align: center;
    margin-bottom: 50px;
}
#salon-faq-section .faq-en {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bd9b78;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
#salon-faq-section .faq-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin: 0 0 12px 0;
}
#salon-faq-section .faq-divider {
    width: 40px;
    height: 2px;
    background-color: #bd9b78;
    border: none;
    margin: 0 auto 25px auto;
}

/* アコーディオン全体 */
#salon-faq-section .faq-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* カード間の隙間 */
}

/* アコーディオンのクリック部分（白カード化） */
#salon-faq-section .dlb_interactive_accordion_click {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    /* 角丸 */
    padding: 25px 30px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
    border: none !important;
}

/* Qマークの装飾 */
#salon-faq-section .q-mark {
    color: #bd9b78;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    margin-right: 12px;
    font-size: 18px;
}

/* 質問テキストの調整 */
#salon-faq-section .dlb_interactive_accordion_click .txt p {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #222 !important;
    /* 強制的に黒文字に */
    margin: 0 !important;
    display: flex;
    align-items: center;
}

/* 見えなくなっているプラスボタン/矢印を黒色に変更して可視化 */
#salon-faq-section .dlb_interactive_accordion_click::before,
#salon-faq-section .dlb_interactive_accordion_click::after {
    border-color: #222 !important;
    /* 線だけを黒にする */
    background-color: transparent !important;
    /* ← 黒塗りをつぶしをやめて透明に */
    color: #222 !important;
}

/* アンサー（回答）部分 */
#salon-faq-section .dlb_interactive_accordion_answer {
    background-color: #ffffff !important;
    /* ← 背景を白に変更 */
    border: none !important;
    padding: 10px 30px 30px 30px !important;
    border-radius: 0 0 8px 8px !important;
    /* 下側だけ角丸にして綺麗に閉じる */
}
#salon-faq-section .dlb_interactive_accordion_answer .txt p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}
#salon-faq-section .dlb_interactive_accordion_click.active {
    border-radius: 8px 8px 0 0 !important;
    /* 開いた時は下側の角丸を無くして合体させる */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
}
#salon-faq-section .a-mark {
    color: #222;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    margin-right: 12px;
    font-size: 18px;
}

/* スマホ閲覧用のレスポンシブ調整 */
@media screen and (max-width: 600px) {
    #salon-faq-section .faq-inner {
        padding: 0 20px !important;
    }
    #salon-faq-section .dlb_interactive_accordion_click {
        padding: 20px !important;
    }
    #salon-faq-section .dlb_interactive_accordion_click .txt p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        /* スマホでテキストがボタンに被らないよう右に余白を設ける */
        padding-right: 20px !important;
    }
    #salon-faq-section .dlb_interactive_accordion_answer {
        padding: 10px 20px 20px 20px !important;
    }
}

/* =========================================
   ご予約・お問い合わせ (RESERVE & CONTACT)
   ========================================= */
#salon-reserve-section {
    background-color: #ffffff !important;
    /* 白背景 */
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 80px 0 100px 0 !important;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
}
#salon-reserve-section * {
    box-sizing: border-box;
}
#salon-reserve-section .reserve-inner {
    max-width: 1080px !important;
    margin: 0 auto !important;
    padding: 0 5% !important;
    text-align: center;
    /* 全体を中央寄せ */
}

/* 見出しエリア */
#salon-reserve-section .reserve-header {
    margin-bottom: 50px;
}
#salon-reserve-section .reserve-en {
    display: inline-block;
    background-color: #f6f0ea;
    /* 薄いベージュ背景 */
    color: #a4815a;
    /* ゴールド系の文字色 */
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 6px 20px;
    border-radius: 30px;
    /* 角丸 */
    margin-bottom: 20px;
}
#salon-reserve-section .reserve-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin: 0 0 20px 0;
}
#salon-reserve-section .reserve-lead {
    font-size: 15px;
    color: #333;
    margin: 0;
}

/* ボタンエリア */
#salon-reserve-section .reserve-btns {
    display: flex;
    justify-content: center;
    /* ボタンを中央に集める */
    gap: 30px;
    /* ボタン間の余白 */
    flex-wrap: wrap;
    /* 画面が狭い時は折り返す */
}
#salon-reserve-section .reserve-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 80px;
    border-radius: 8px;
    /* ボタンの角丸 */
    font-size: 15px;
    font-weight: bold;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
#salon-reserve-section .reserve-btns a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
    /* ホバー時に少し浮く動き */
}

/* 各ボタンのカラー設定 */
#salon-reserve-section .btn-hotpepper {
    background-color: #ba365d;
    /* ホットペッパー風のカラー */
}
#salon-reserve-section .btn-rakuten {
    background-color: #ff4bcc;
    /* 楽天ビューティー風のカラー */
}
#salon-reserve-section .btn-online {
    background-color: #2b2b2b;
    /* 黒系のカラー */
}

/* スマホ閲覧用のレスポンシブ調整 */
@media screen and (max-width: 768px) {
    #salon-reserve-section {
        padding: 60px 0 80px 0 !important;
    }
    #salon-reserve-section .reserve-title {
        font-size: 26px;
    }
    #salon-reserve-section .reserve-lead {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
        /* スマホでは左揃えが読みやすい場合 */
    }
    #salon-reserve-section .reserve-btns {
        flex-direction: column;
        /* スマホでは縦並び */
        align-items: center;
        gap: 20px;
    }
    #salon-reserve-section .reserve-btns a {
        width: 100%;
        max-width: 360px;
        height: 65px;
        /* スマホでは少し高さを抑える */
    }
}