@charset "UTF-8";

/* エレガントなフォント（英字=Cinzel/Cormorant、和文見出し=Shippori Mincho） */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Shippori+Mincho:wght@400;500;600;700&display=swap');


/* =========================================================
   HANAWAX ブランドカラー（黒 × 金）
   ロゴ（黒地に金）に合わせたラグジュアリーパレット
   ========================================================= */
:root {
    --haba-black: #0c0c0c;        /* リッチブラック（セクション背景・枠） */
    --haba-black-soft: #181818;   /* やや明るい黒 */
    --haba-gold: #c9a24b;         /* ベースゴールド（アクセント・文字） */
    --haba-gold-deep: #a87f33;    /* 深い金 */
    --haba-gold-light: #e7cd86;   /* 明るい金（ホバー・ハイライト） */
    --haba-ivory: #f7f4ed;        /* 温かみのあるアイボリー（明セクションの下地） */
    /* 上品な金箔調（縦方向のメタリック・控えめ） */
    --haba-gold-grad: linear-gradient(180deg, #ecd79b 0%, #c9a24b 52%, #9a7227 100%);
}

/* 共通部分 */
body {
    background: #fff;
    color: #151515;
    overflow: hidden;
    font-size: 16px;
    counter-reset: number 0 counter-reset1 counter-reset2;
}
a, .post-content a {
    color: #151515;
}
.font-type2, .headline-font-type {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h2, h3 {
    font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
    font-size: 0.95em;
    font-weight: 500;
    line-height: 2.2;
}
.post-content ul {
    font-size: 0.9em;
    list-style: disc;
}
.breadcrumb-wrapper {
    background: none;
}
.breadcrumb.inner {
    font-size: 0.7em;
    font-weight: 600;
    width: fit-content;
    display: block;
    height: 35px;
    line-height: 35px;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
.breadcrumb a:hover {
    color: var(--haba-gold);
}
.signage {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 0;
    margin: 0 auto;
}
.signage-title.headline-font-type, .signage-title-sub {
    text-align: center;
    text-shadow: none;
}
.signage-title.headline-font-type {
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 2.5em !important;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.signage-title-sub {
    font-size: 1.5em !important;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Cinzel', serif;
    color: var(--haba-gold) !important;
}
.signage:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.3);
}
@media only screen and (max-width: 1200px) {
    .signage {
        width: calc(100% - 30px);
        height: 250px;
    }
}
@media only screen and (max-width: 767px) {
    .signage {
        height: 180px;
    }
    .signage-title.headline-font-type {
        font-size: 1.8em !important;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }
}
/* 共通部分 END */
/* ナビ */
.header::before {
    content: '';
    position: absolute;
    display: block;
    background: var(--haba-black);
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: -1;
}
.header-bar {
    z-index: 50;
    box-shadow: none;
    background: #000 !important;
}
.logo-image {
    top: 10px;
    width: 170px;
    height: auto;
    left: 30px;
    position: absolute;
}
img.h_logo {
    width: 100%;
}
.global-nav {
    padding-right: 15px;
}
.header-bar-inner {
    width: 100%;
    max-width: unset;
    z-index: 100;
}
.global-nav > ul > li > a {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 82px;
    padding: 0px 18px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
    color: #fff;
    font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.global-nav > ul > li > a::before {
    content: "";
    height: 0;
    left: 50%;
    width: 1px;
    bottom: 0;
    position: absolute;
    background: var(--haba-gold);
    transition: all 0.5s;
    z-index: 1;
}
.global-nav > ul > li > a:hover::before {
    height: calc(100% - 85px);
}
.global-nav > ul > li > a::after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 22px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    font-family: 'Cinzel', serif;
}
.global-nav > ul > li > a span {
    position: relative;
    text-align: center;
    display: block;
    bottom: 22px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    font-family: 'Cinzel', serif;
}
.global-nav > ul > li.global-menu-home > a::after {
    content: "Home";
}
.global-nav > ul > li.global-menu-greeting > a::after {
    content: "Greeting";
}
.global-nav > ul > li.global-menu-service > a::after {
    content: "Service";
}
.global-nav > ul > li.global-menu-corporate > a::after {
    content: "For corporate";
}
.global-nav > ul > li.global-menu-information > a::after {
    content: "Information";
}
.global-nav > ul > li.global-menu-contact > a::after {
    content: "Contact";
}
.global-nav .sub-menu {
    left: auto;
    right: 0px !important;
}
.global-nav .sub-menu a {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    background: var(--haba-black) !important;
    font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.global-nav .sub-menu a:hover {
    color: var(--haba-gold) !important;
    background: var(--haba-black) !important;
}
.global-nav .sub-menu a:hover::before {
    content: none;
}
.global-nav a:hover, .global-nav .current-menu-item > a {
    color: var(--haba-gold);
}
@media only screen and (max-width: 1200px) {
    .logo-image {
        top: 1px;
        width: 160px;
        left: 0;
    }
    .header-bar {
        border-bottom: 1px solid var(--haba-black);
    }
    .global-nav-button {
        border-left: 0px;
        background: none;
    }
    .global-nav-button:before {
        color: #fff;
    }
    .global-nav-button:hover:before {
        color: var(--haba-gold);
    }
    .global-nav > ul > li > a {
        font-size: 14px;
        letter-spacing: 1px;
        text-shadow: none;
        text-align: left;
        padding: 0px 0px 0px;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid rgba(201, 162, 75, .35);
    }
    .global-nav > ul > li > a::after {
        font-size: 11px;
        text-align: left;
        line-height: 0;
        bottom: 25px;
        padding-left: 150px;
    }
    .global-nav > ul > li > a span{
        font-size: 12px;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .global-nav a {
        background: var(--haba-black);
        color: #fff !important;
    }
    .global-nav .sub-menu a {
        font-size: 11px;
        background: var(--haba-black) !important;
        color: #fff !important;
        width: 100%;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        background: var(--haba-black) !important;
        color: var(--haba-gold) !important;
    }
    .global-nav a:hover::before {
        content: none;
    }
}
@media only screen and (max-width: 820px) {
    img.s_logo {
        width: 100%;
    }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
    display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-youtube-overlay {
    background: #000;
    opacity: 0.35;
}
.top-slider-content {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    width: 100% !important;
    height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
    background: none;
}
.top-slider-content-inner {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.top-slider-content-inner p {
    display: none;
}
.top-slider-content-inner:after {
    content: none;
}
.front-slider-box {
    width: 86%;
    margin: 0 auto;
}
.front-copy-img {
    width: 380px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-copy-img img {
    width: 100%;
}
.top-slider-wrapper {
    width: 100%;
    margin: 0 auto;
}
.top-slider-wrapper::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #fff;
    bottom: 0;
    left: 50%;
    z-index: 10;
}
.top-slider-wrapper::after {
    content: 'Scroll';
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    z-index: 2;
    font-family: 'Cinzel', serif;
}
div#content01::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: var(--haba-black);
    left: 50%;
    z-index: 0;
}
h2.front_original_title {
    font-weight: 600;
    line-height: 1;
    font-family: 'Cinzel', serif;
}
.front_original01 {
    padding: 5em 0 10em;
}
.front-original01-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.front-original01__text {
    width: 55%;
    padding-right: 5em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original01__img {
    width: 45%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original01__text h2 {
    font-size: 7vw;
    margin-bottom: 30px;
    width: 100%;
    color: var(--haba-black);
}
.front-original01__text h3 {
    font-size: 1.6em;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
    width: 100%;
}
.front-original01__text p {
    margin-bottom: 15px;
    width: 100%;
}
.front-original01__text p:last-of-type {
    margin-bottom: 0;
}
a.front-yoyakuru_but {
    width: 100%;
    max-width: 250px;
    margin-right: auto;
    margin-top: 20px;
}
a.front-yoyakuru_but:hover {
    opacity: 0.8;
}
.front-content02_title {
    background: var(--haba-black);
    position: relative;
    z-index: 0;
}
.front-content02_title::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(img/line-navy_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 40px;
    width: 100%;
    height: 40px;
    top: -40px;
    left: 0;
    z-index: -1;
}
.front-content02_title-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.front-content02_title h2, h3.front-content02_sub {
    text-align: center;
    color: #fff;
}
.front-content02_title h2 {
    font-size: 7vw;
    margin-bottom: 10px;
}
h3.front-content02_sub {
    font-size: 1.3em;
    font-weight: 500;
    position: relative;
    z-index: 0;
}
h3.front-content02_sub span {
    padding: 0 20px;
    background: var(--haba-black);
    box-sizing: border-box;
}
h3.front-content02_sub::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 40%;
    left: 0;
    z-index: -2;
}
.content02 {
    position: relative;
    z-index: 0;
}
.content02::after {
    content: '';
    position: absolute;
    display: block;
    background: var(--haba-black);
    width: 100%;
    height: 130%;
    top: 0;
    left: 0;
    z-index: -1;
}
.content02-inner {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 100px;
}
.content02-item {
    padding: 0;
    margin-left: 4.5%;
    width: 33.3333%;
}
.content02-img {
    width: 80%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    z-index: 0;
}
.content02-img::before {
    content: 'Service';
    display: block;
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    font-family: 'Cinzel', serif;
    text-shadow: 5px 5px 5px var(--haba-black);
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
}
.content02-item:nth-of-type(2) .content02-img::before {
    content: 'Flow';
}
.content02-item:nth-of-type(3) .content02-img::before {
    content: 'Greeting';
}
.content02-img img {
    border-radius: 100%;
}
.content02-img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: hsl(0deg 0% 15% / 25%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.5s ease;
    border-radius: 100%;
}
.content02-img:hover .mask {
    opacity: 1;
}
.content02-title {
    font-size: 1.3em;
    text-align: left;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.content02-text {
    line-height: 2.2;
}
.content02-button {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    max-width: 300px;
    height: 65px;
    line-height: 62px;
    position: relative;
    margin: 25px auto 0;
    color: #fff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 25px;
    padding: 0 20px;
    box-sizing: border-box;
    transition: 0.4s;
    z-index: 2;
    box-shadow: 5px 5px 0px 0px var(--haba-black);
    font-family: 'Zen Maru Gothic', sans-serif;
}
.content02-button::before {
    content: "";
    display: block;
    width: 3px;
    height: 4px;
    background: var(--haba-black);
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.content02-button::after {
    content: '\ea3c';
    font-family: "design_plus";
    position: absolute;
    right: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 2px solid;
    border-radius: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.content02-button:hover {
    color: var(--haba-black);
    background: #fff;
    transform: translate(5px, 5px);
    box-shadow: none;
}
.content02-button:hover::before {
    background: #fff;
}
.front_original02 {
    width: calc(100% - 90px);
    padding: 8em 0 10em;
    margin: 0 auto;
    background: #000000;
    color: #fff;
    position: relative;
    z-index: 0;
}
.front_original02::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(img/05.JPG);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}
.front_original02::after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(img/line-white_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 40px;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.front-original02-inner {
    width: 86%;
    max-width: 1485px;
    margin: 0 auto;
}
.front-original02__title {
    width: 40%;
    padding: 25px 30px;
    color: #fff;
    border: 2px solid;
    border-radius: 5px;
    box-sizing: border-box;
}
.front-original02__title h2 {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 2;
}
.front-original02__text {
    width: 60%;
    padding-left: 8em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original02__text h3 {
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.5;
    width: 100%;
}
.front-original02__text p {
    font-weight: 600;
    line-height: 2.5;
    margin-bottom: 0;
    width: 100%;
}
.front-original03-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
h2.front_original03_title, h3.front-original03_sub {
    text-align: center;
    color: var(--haba-black);
}
h2.front_original03_title {
    font-size: 7vw;
    margin-bottom: 8px;
}
h3.front-original03_sub {
    font-size: 1.3em;
    font-weight: 500;
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
}
h3.front-original03_sub::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--haba-black);
    bottom: 30%;
    left: 0;
    z-index: -2;
}
h3.front-original03_sub span {
    padding: 0 20px;
    background: #fff;
    box-sizing: border-box;
}
.third-box {
    margin-bottom: 50px;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text {
    width: 45%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-third-text::before {
    counter-increment: number 1;
    content: "Service."counter(number) "";
    width: 100%;
    font-size: 4.5vw;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Cinzel', serif;
    color: var(--haba-black);
}
.third-box:nth-of-type(odd) .front-third-text {
    padding-right: 4em;
}
.third-box:nth-of-type(even) .front-third-text {
    padding-left: 4em;
    margin-left: 55%;
}
.front-third-img {
    width: 55%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.third-box:nth-of-type(even) .front-third-img {
    margin-left: -100%;
}
.front-third-text p {
    width: 100%;
}
h3.third_title {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    width: 100%;
}
.front_topics {
    padding: 7em 0 11em;
    position: relative;
    z-index: 0;
}
.front-topics-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
h2.front_topics_title {
    font-size: 6vw;
    color: var(--haba-black);
    text-align: center;
    margin-bottom: 50px;
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    margin-top: 0;
    color: #fff;
    background: var(--haba-black);
}
.footer_contact_sec {
    padding-bottom: 2em;
    position: relative;
    z-index: 0;
}
.footer_contact_sec::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(img/line-navy_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 40px;
    width: 100%;
    height: 40px;
    top: -40px;
    left: 0;
    z-index: 1;
}
.footer_contact_inner {
    width: 86%;
    max-width: 950px;
    margin: 0 auto;
    display: block;
}
h2.footer_contact-title {
    font-size: 6vw;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Cinzel', serif;
}
h3.footer_contact-sub-title {
    width: fit-content;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0 auto;
}
.footer-con-inner {
    margin-top: 50px;
    margin-bottom: 60px;
}
.footer-con-box {
    width: 50%;
    padding: 0 20px;
    border-right: 1px solid;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.footer-con-box:nth-of-type(1) {
    padding-left: 0;
}
.footer-con-box:nth-of-type(2) {
    border: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
p.footer-con-caution {
    font-size: 0.85em;
    width: fit-content;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
}
p.footer-con-caution:last-of-type {
    margin-bottom: 0;
}
p.footer-con-caution::before {
    content: '※';
    position: absolute;
    left: 0;
}
address.footer_tel {
    font-size: 2.3em;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
address.footer_tel a {
    color: #fff;
}
span.footer_tel_sub {
    font-size: 0.5em;
    margin-right: 4px;
    letter-spacing: 1px;
}
ul.sns__links {
    width: 100%;
    max-width: 300px;
    display: flex;
}
li.sns__links-item {
    width: 33.3333%;
    margin-right: 20px;
}
li.sns__links-item:last-child {
    margin-right: 0;
}
a.footer_sns {
    display: block;
    text-align: center;
    color: #fff;
}
a.footer_sns::before {
    content: "";
    font-family: design_plus;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    font-size: 17px;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    transition: all 0.5s;
    z-index: 1;
}
a.footer_mail_but::before {
    content: '\f0e0';
    background: var(--haba-gold);
}
a.footer_line_but::before {
    content: '\e909';
    background: #00B900;
}
a.footer_insta_but::before {
    content: "\ea92";
    background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns:hover {
    background: none;
}
a.footer_mail_but:hover {
    color: var(--haba-gold);
}
a.footer_line_but:hover {
    color: #00B900;
}
a.footer_insta_but:hover {
    color: #ff0357;
}
a.footer_sns:hover::before {
    opacity: 0.8;
}
a.footer_sns span {
    margin-top: 8px;
    text-align: center;
    display: block;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.footer_contact_bg {
    width: 60%;
    padding-right: 1.5em;
    box-sizing: border-box;
}
.footer_menu_bg {
    width: 40%;
    box-sizing: border-box;
}
h2.footer-logo-name {
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
dl.address_body {
    width: auto;
    font-size: 0.8em;
    line-height: 1.6;
    display: flex;
    margin-bottom: 8px;
}
dl.address_body:last-child {
    margin-bottom: 0;
}
dt.address_title {
    width: 20%;
    margin-right: 20px;
}
dd.address_text {
    width: 80%;
}
ul.footer-content-list-outer {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
    padding-right: 0;
    margin-bottom: 0;
}
ul.footer-content-list-outer li {
    font-size: 0.8em;
    line-height: 1.5;
    padding-left: 20px;
    margin-bottom: 7px;
    position: relative;
    font-family: 'Zen Maru Gothic', sans-serif;
}
ul.footer-content-list-outer li:last-of-type {
    margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #fff;
    top: 9px;
    left: 0;
    transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
    padding-left: 8px;
}
ul.footer-content-list-outer li a {
    color: #fff;
}
ul.footer-content-list-outer li a span{
    display: none;
}
ul.footer-content-list-outer li a:hover {
    color: var(--haba-gold);
}
.footer-content {
    display: none;
}
.pagetop {
    bottom: 20px;
    right: 18px;
    transition: all 0.8s ease 0s;
}
.pagetop:hover {
    bottom: 40px;
}
.pagetop a {
    background: none;
    color: var(--haba-gold);
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 20px;
    font-family: 'Cinzel', serif;
    border-radius: 50%;
    border: 1px solid var(--haba-gold);
    background: #000;
}
.pagetop a:before {
    content: "\e911";
    font-family: "design_plus";
    display: block;   
    font-size: 15px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    font-style: normal;
    margin-top: 11px;
    color: var(--haba-gold);
}
.pagetop a:hover, .pagetop a:hover:before {
    background: none;
}
.copyright {
    font-size: 11px;
}
.footer-bar01, .footer-bar01-inner, .copyright {
    background: none;
}
@media only screen and (max-width: 1200px) {
    .header-youtube {
        height: calc(100svw*9/16);
    }
    .top-slider-wrapper {
        width: 100%;
    }
    .front-copy-img {
        width: 30%;
    }
    .front_original01 {
        padding: 3em 0 6em;
    }
    .front-original01__text {
        padding-right: 3em;
    }
    .front-original01__text h2 {
        margin-bottom: 20px;
    }
    .front-original01__text h3 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
    .front-original01__text p {
        line-height: 2;
        margin-bottom: 12px;
    }
    .content02-inner {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .front_original02 {
        width: calc(100% - 50px);
        padding: 3em 0 6em;
    }
    .front-original02__title {
        padding: 20px 25px;
    }
    .front-original02__title h2 {
        font-size: 1.5em;
        line-height: 1.8;
    }
    .front-original02__text {
        padding-left: 5em;
    }
    h3.front-original03_sub {
        margin-bottom: 30px;
    }
    .third-box {
        margin-bottom: 30px;
    }
    .third-box:nth-of-type(odd) .front-third-text {
        padding-right: 2.5em;
    }
    .third-box:nth-of-type(even) .front-third-text {
        padding-left: 2.5em;
    }
    .front-third-text p {
        line-height: 2;
    }
    h3.third_title {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
    .front_topics {
        padding: 5em 0 8em;
    }
    h2.front_topics_title {
        margin-bottom: 30px;
    }
    .footer-con-inner {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 970px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(100svw*9/16);
    }
    .front-original01__text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2em;
    }
    .front-original01__img {
        width: 100%;
    }
    .content02-title {
        line-height: 1.5;
    }
    .content02-text {
        line-height: 2;
    }
    .content02-button::after {
        right: 12px;
    }
    .front-original02__title {
        width: 100%;
    }
    .front-original02__text {
        width: 100%;
        padding-left: 0;
        margin-top: 1.5em;
    }
    .front-original02__text p {
        line-height: 2;
    }
    .front-third-text {
        width: 100%;
        padding-bottom: 1em;
    }
    .third-box:nth-of-type(odd) .front-third-text {
        padding-right: 0;
    }
    .third-box:nth-of-type(even) .front-third-text {
        padding-left: 0;
        margin-left: 0;
    }
    .front-third-img {
        width: 100%;
    }
    .third-box:nth-of-type(even) .front-third-img {
        margin-left: 0;
    }
    .dp-footer-bar a {
        color: #fff !important;
    }
    .dp-footer-bar {
        background: var(--haba-black) !important;
        border-top: 1px solid #fff !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid #fff !important;
    }
    .dp-footer-bar-icon:before {
        font-weight: 500;
    }
    .icon-file-text:before {
        content: "\e909";
    }
}
.content02-img::before {
        font-size: 12vw;
        display: none;
    }
    .content02-img{
        width: 100%;
        max-width: 1000px;
    }
    .content02-img img{
        border-radius: 0;
        aspect-ratio: 4/2.5;
        object-fit: cover;
    }
@media only screen and (max-width: 767px) {
    .front-copy-img {
        width: 40%;
    }
    .top-slider-wrapper::before {
        height: 20px;
    }
    .top-slider-wrapper::after {
        font-size: 10px;
        bottom: 30px;
    }
    div#content01::before {
        height: 20px;
    }
    .front_original01 {
        padding: 2em 0 6em;
    }
    .front-original01__text h2 {
        font-size: 12vw;
    }
    .front-content02_title h2 {
        font-size: 12vw;
    }
    h3.front-content02_sub {
        font-size: 1em;
    }
    .content02::after {
        height: 110%;
    }
    .content02-inner {
        width: 86%;
        padding: 0;
        padding-top: 30px;
        padding-bottom: 140px;
    }
    .content02-item {
        width: 100%;
        margin-left: 0;
    }
    .content02-item:nth-of-type(2) {
        top: 40px;
    }
    .content02-item:nth-of-type(3) {
        top: 90px;
    }
    
    .front_original02 {
        width: calc(100% - 30px);
        padding: 2em 0 4em;
    }
    .front-original02__title h2 {
        font-size: 1.3em;
    }
    h2.front_original03_title {
        font-size: 12vw;
    }
    h3.front-original03_sub {
        font-size: 1em;
    }
    .front-third-text::before {
        font-size: 8vw;
    }
    .front_topics {
        padding: 3em 0 6em;
    }
    h2.front_topics_title {
        font-size: 10vw;
        margin-bottom: 20px;
    }
    h2.footer_contact-title {
        font-size: 12vw;
    }
    h3.footer_contact-sub-title {
        font-size: 0.9em;
    }
    .footer-con-inner {
        margin-top: 20px;
    }
    .footer-con-box {
        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 20px;
    }
    address.footer_tel {
        font-size: 2em;
    }
    a.footer_con_but {
        margin-left: 0;
    }
    .footer_contact_bg, .footer_menu_bg {
        width: 100%;
    }
    .footer_contact_bg {
        padding-right: 0;
        margin-bottom: 2em;
    }
    ul.footer-content-list-outer {
        width: 30%;
    }
    .social-nav {
        width: 90%;
        margin: auto;
    }
    .pagetop {
        bottom: 80px !important;
        right: 12px;
    }
    .pagetop a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 630px) {
    ul.footer-content-list-outer {
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .front-copy-img {
        width: 70%;
    }
}
@media only screen and (max-height: 400px) {
    .top-slider {
        height: 100vh;
    }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
    margin: 0px;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}
.content_inner:last-of-type {
    padding-bottom: 140px;
}
.post-content h2 {
    font-size: 1.8em;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-top: 0;
    font-weight: 500;
    text-align: center;
}
.post-content h2::after {
    content: "";
    display: block;
    background: var(--haba-black);
    width: 30px;
    height: 3px;
    margin: 20px auto 0;
    border-radius: 100px;
}
.post-content h3 {
    font-size: 1.4em;
    font-weight: 500;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
    color: var(--haba-black);
}
.post-content h4 {
    font-size: 1.2em;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content td {
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.8;
    padding: 22px 20px 18px;
    background: none;
    border: 1px solid #ced8e8;
}
.post-content th {
    width: 20%;
    text-align: left;
    border-right: none;
}
.post-content td {
    border-left: none;
}
@media only screen and (max-width: 1200px) {
    .content_inner {
        padding: 80px 0;
    }
    .content_inner:last-of-type {
        padding-bottom: 110px;
    }
}
@media only screen and (max-width: 970px) {
    .post-content th, .post-content td {
        display: block;
        box-sizing: border-box;
        border: 1px solid #ced8e8;
        margin-top: -1px;
        width: 100% !important;
    }
    .post-content th {
        padding: 15px 18px 0 18px;
        border-bottom: none;
    }
    .post-content td {
        padding: 8px 18px 12px;
        border-top: none;
    }
}
@media only screen and (max-width: 767px) {
    .content_inner {
        padding: 50px 0;
    }
    .content_inner:last-of-type {
        padding-bottom: 90px;
    }
    .post-content h2 {
        font-size: 1.4em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .post-content h2::after {
        width: 25px;
        margin-top: 12px;
    }
    .post-content h3 {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 120px;
}
h2.archive-title {
    color: #151515;
    font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.archive-header {
    margin: 90px 0px 40px;
}
.article03 {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid var(--haba-black);
}
.article03-content {
    padding: 15px;
}
.article03-title {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.5;
    color: #151515;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
}
.post-title, .post-meta {
    color: #151515;
    font-weight: 600;
}
.nav-links01 {
    border-top: 1px solid #ced8e8;
    border-bottom: 1px solid #ced8e8;
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px solid #ced8e8;
}
.nav-links01-previous a:hover, .nav-links01-next a:hover {
    color: var(--haba-gold);
}
.article01-title a {
    font-size: 0.9em;
    font-weight: 500;
    color: #151515;
}
.article01-title a:hover {
    color: var(--haba-gold);
}
.nav-links01-previous a::before, .nav-links01-next a::after {
    font-size: 15px;
    font-weight: 500;
}
.post-meta-box {
    background: #f4f5f6;
}
.post-meta-box-item::before {
    color: #151515;
}
span.post-category a:hover, li.post-meta-box-item a:hover {
    color: var(--haba-gold);
}
.primary {
    width: 100%;
}
.headline-bar {
    color: #151515;
    font-weight: 500;
    background: #fff;
}
@media only screen and (max-width: 1200px) {
    .archive.category .main, .post-template-default .main, .blog .main {
        padding-bottom: 100px;
    }
    .article03-title {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-meta-box-item {
        padding: 8px 0px 8px 20px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .archive.category .main, .post-template-default .main, .blog .main {
        padding-bottom: 60px;
    }
    .archive-header {
        margin: 50px 0px 30px;
    }
    h2.archive-title {
        font-size: 25px !important;
    }
    h1.post-title {
        font-size: 1.2em !important;
    }
    .nav-links01-previous a::before, .nav-links01-next a::after {
        color: #151515;
    }
    .article03-title {
        margin-top: 0;
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 1px solid #ced8e8;
    }
}
@media only screen and (max-width: 500px) {
    .post-title, .post-meta {
        text-align: left;
    }
    .article03-title {
        font-size: 10px;
        margin-top: 0;
    }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
p.caution {
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
    box-sizing: border-box;
}
p.caution:last-of-type {
    margin-bottom: 0;
}
p.caution::before {
    content: '※';
    position: absolute;
    left: 0;
}
span.caution {
    position: relative;
    padding-left: 17px;
    box-sizing: border-box;
    display: inline-block;
}
span.caution::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}
ul.list {
    margin: 0;
    list-style: none;
}
ul.list li {
    padding-left: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    box-sizing: border-box;
    position: relative;
}
ul.list li:last-child {
    margin-bottom: 0;
}
ul.list li::before {
    content: '';
    position: absolute;
    left: 0;
    background: var(--haba-black);
    width: 8px;
    height: 8px;
    top: 8px;
}
/* コンテンツ 共通 END */
/* ご挨拶 */
.greeting_inner {
    margin-bottom: 60px;
}
.greeting-triple_col {
    width: 33.3333%;
    padding: 0 30px;
    border-right: 1px solid #ced8e8;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.greeting-triple_col:nth-of-type(1) {
    padding-left: 0;
}
.greeting-triple_col:nth-of-type(3) {
    padding-right: 0;
    border-right: 0;
}
.greeting-triple_col::before {
    content: 'Mission';
    position: absolute;
    display: block;
    font-size: 7.5em;
    font-weight: 600;
    font-family: 'Cinzel', serif;
    line-height: 0.5;
    z-index: -1;
    top: 0;
    left: 0;
    color: #ced8e8;
    opacity: 0.7;
    transform: rotate(5deg);
}
.greeting-triple_col:nth-of-type(2)::before {
    content: 'Vision';
}
.greeting-triple_col:nth-of-type(3)::before {
    content: 'Value';
}
.greeting-triple_col h2 {
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--haba-black);
    width: 100%;
}
.greeting-triple_col h2::after {
    content: none;
}
.greeting-triple_col p {
    font-size: 1.1em;
    line-height: 2;
    margin-bottom: 0;
}
ul.value_list {
    font-size: 1.1em;
    width: 100%;
    list-style: none;
    margin: 0;
}
ul.value_list li {
    line-height: 1.5;
    margin-bottom: 12px;
    box-sizing: border-box;
}
ul.value_list li:last-of-type {
    margin-bottom: 0;
}
span.point {
    font-weight: 600;
    color: var(--haba-black);
    background: linear-gradient(transparent 50%, #edfcd9 50%);
}
.greeting_box {
    padding: 25px 30px;
    background: #f0f6f8;
    box-sizing: border-box;
}
.greeting_box p {
    margin-bottom: 0;
}
.greeting_box h2 {
    font-size: 1.5em;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 25px;
    color: var(--haba-black);
}
.greeting_box h2::after {
    content: none;
}
@media only screen and (max-width: 970px) {
    .greeting-triple_col {
        padding: 0 20px;
    }
    .greeting-triple_col::before {
        font-size: 5em;
    }
}
@media only screen and (max-width: 767px) {
    .greeting_inner {
        margin-bottom: 30px;
    }
    .greeting-triple_col {
        width: 100%;
        padding: 0 5px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-right: 0;
        border-bottom: 1px solid #ced8e8;
    }
    .greeting-triple_col:nth-of-type(3) {
        margin-bottom: 0;
    }
    .greeting-triple_col::before {
        left: auto;
        right: 0;
    }
    .greeting-triple_col h2 {
        text-align: left;
        margin-bottom: 10px;
    }
    .greeting-triple_col p {
        width: 100%;
    }
    .greeting_box {
        padding: 20px;
    }
    .greeting_box h2 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .greeting-triple_col p {
        line-height: 1.8;
    }
}
/* ご挨拶 END */
/* サービス案内 */
.service_sec .content_inner {
    max-width: 900px;
}
.service_box {
    margin-bottom: 100px;
}
.service_box:last-of-type {
    margin: 0 auto;
}
.service_box p {
    line-height: 2;
    margin-bottom: 20px;
}
.service-two_col {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px 30px;
    background: #f0f6f8;
    box-sizing: border-box;
}
.service-two_col:nth-of-type(2n) {
    margin-right: 0;
}
.service-two_col:last-of-type {
    width: 100%;
    margin: 0;
}
.service-two_col::before {
    counter-increment: number 1;
    content: "Point."counter(number) "";
    display: block;
    font-size: 3vw;
    font-weight: 600;
    font-family: 'Cinzel', serif;
    color: var(--haba-black);
    opacity: 0.3;
}
.service-two_col img{
    margin: 10px 0;
}
.service-two_col h2 {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: left;
    color: var(--haba-black);
}
.service-two_col h2::after {
    content: none;
}
.service-two_col p {
    margin-bottom: 0;
}
.service_price {
    margin-bottom: 50px;
}
table.price_tbl th, table.price_tbl td {
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 18px 20px 15px;
}
table.price_tbl th {
    width: 50%;
}
table.price_tbl td {
    text-align: end;
}
span.set {
    width: fit-content;
    font-size: 0.8em;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Zen Maru Gothic', sans-serif;
    padding: 3px 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    color: #fff;
    background: var(--haba-black);
    display: block;
    box-sizing: border-box;
}
.service-area_box {
    padding: 20px 25px;
    background: #f0f6f8;
    box-sizing: border-box;
}
.service-area_box h2 {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 10px;
    color: var(--haba-black);
}
.service-area_box h2::after {
    content: none;
}
.service-area_box p {
    width: fit-content;
    margin: 0 auto;
}
ul.area_list {
    margin-left: 0;
    margin-bottom: 12px;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
ul.area_list li {
    width: 33.3333%;
    padding: 10px;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
    color: var(--haba-black);
    border: 5px solid #f0f6f8;
    background: #fff;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.before_box {
    margin-bottom: 40px;
}
.before_box:last-of-type {
    margin-bottom: 0;
}
.before_col {
    width: 50%;
    position: relative;
}
.before_col p {
    margin-bottom: 0;
}
p.before_title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 17px;
    font-size: 4vw;
    font-weight: 600;
    font-family: 'Cinzel', serif;
    line-height: 1;
    color: #fff;
    background: var(--haba-black);
    box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
    .service_box {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 970px) {
    table.price_tbl th, table.price_tbl td {
        padding: 12px 12px 10px;
    }
    table.price_tbl th {
        padding-top: 12px;
        padding-bottom: 0;
    }
    table.price_tbl td {
        padding-top: 8px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .service_box {
        margin-bottom: 40px;
    }
    .service-two_col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 20px;
    }
    .service-two_col::before {
        font-size: 7vw;
    }
    .service-two_col h2 {
        font-size: 1.3em;
    }
    .service_price {
        margin-bottom: 20px;
    }
    ul.area_list li {
        font-size: 1em;
    }
    .before_box {
        margin-bottom: 20px;
    }
    p.before_title {
        font-size: 5vw;
    }
}
@media only screen and (max-width: 500px) {
    ul.area_list li {
        width: 100%;
    }
}
/* サービス案内 END */
/* ご利用の流れ */
.flow_sec .content_inner {
    max-width: 950px;
}
.flow {
    margin-bottom: 20px;
}
.flow:last-of-type {
    margin-bottom: 0;
}
.flow-number {
    width: 25%;
    background: #f0f6f8;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.flow-number::before {
    font-size: 3em;
    font-weight: 600;
    line-height: 1;
    counter-increment: number 1;
    content: "Step."counter(number)"";
    color: var(--haba-black);
    position: relative;
    font-family: 'Cinzel', serif;
    z-index: 0;
}
.flow-body {
    width: 75%;
    padding: 8px;
    padding-left: 30px;
    padding-right: 0 !important;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.flow-body h2 {
    font-size: 1.5em;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
}
.flow-body h2::after {
    content: none;
}
.flow-body p {
    width: 100%;
    line-height: 2;
    margin-bottom: 0;
}
span.flow_caution::before {
    color: #ff5353;
}
a.flow-con_but {
    width: 100%;
    max-width: 300px;
    padding: 13px 20px;
    margin-top: 20px;
    border-radius: 15px;
    color: #fff;
    background: var(--haba-black);
    box-sizing: border-box;
    display: block;
    position: relative;
    font-family: 'Zen Maru Gothic', sans-serif;
}
a.flow-con_but::after {
    content: '\ea3c';
    position: absolute;
    right: 15px;
    font-family: "design_plus";
}
a.flow-con_but:hover {
    color: #fff;
    background: var(--haba-gold);
}
@media only screen and (max-width: 767px) {
    .flow-number::before {
        font-size: 2.5em;
    }
    .flow-body {
        padding-left: 25px;
    }
    .flow-body h2 {
        font-size: 1.3em;
    }
}
@media only screen and (max-width: 500px) {
    .flow-number {
        width: 100%;
        padding: 10px;
    }
    .flow-body {
        width: 100%;
        padding: 0;
        padding-top: 12px;
    }
    .flow-body h2 {
        text-align: center;
    }
}
/* ご利用の流れ END */

/* 法人向けサービス */
.corporate_sec .content_inner {
    max-width: 900px;
}
.corporate_inner {
    margin-bottom: 70px;
}
.corporate_inner:last-of-type {
    margin-bottom: 0;
}
.trip_box p {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 15px;
}
.trip_price {
    margin-bottom: 20px;
}
.trip_col {
    width: calc(33.3333% - 0px);
    margin-right: -1px;
    border: 1px solid var(--haba-black);
    box-sizing: border-box;
    text-align: center;
}
.trip_col:nth-of-type(3) {
    margin-right: 1px;
    margin-bottom: 0;
}
.trip_col h3 {
    padding: 5px;
    margin-bottom: 0 !important;
    color: #fff;
    background: var(--haba-black);
}
.trip_col p {
    width: 100%;
    padding: 15px;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}
.usage_box {
    padding: 20px 25px;
    box-sizing: border-box;
    background: #f0f6f8;
}
.usage_box h2 {
    font-size: 1.4em;
    text-align: left;
    color: var(--haba-black);
    margin-bottom: 10px;
}
.usage_box h2::after {
    content: none;
}
.usage_box p {
    margin-bottom: 0;
}
.case_col {
    width: calc(50% - 10px);
    margin-right: 20px;
}
.case_col:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 0;
}
.case_col h3 {
    padding: 6px 5px 8px;
    text-align: center;
    margin-bottom: 0 !important;
    color: #fff;
    background: var(--haba-black);
}
.case_col:nth-of-type(1) h3 {
    background: #64b002;
}
.case_col:nth-of-type(2) h3 {
    background: var(--haba-gold);
}
table.case_tbl th, table.case_tbl td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    border: 1px solid #ced8e8;
    padding: 12px 18px 12px;
    line-height: 1.5;
}
table.case_tbl th {
    padding-bottom: 0;
    border-bottom: 0;
    font-weight: 600;
}
table.case_tbl td {
    border-top: 0;
}
.case_col:nth-of-type(1) table.case_tbl th, .case_col:nth-of-type(1) table.case_tbl td {
    border-color: #d6e4c4;
}
@media only screen and (max-width: 767px) {
    .corporate_inner {
        margin-bottom: 40px;
    }
    .trip_col {
        width: 100%;
        margin-right: 0;
        margin-bottom: -1px;
    }
    .trip_col:nth-of-type(3) {
        margin-right: 0;
    }
    .case_col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/* 法人向けサービス END */
/* 運営概要 */
.information_sec .content_inner {
    max-width: 780px;
    padding-bottom: 100px;
}
table.information_tbl th {
    width: 28%;
}
span.caution.information_caution {
    font-size: 0.8em;
    color: #ff5353;
}
.map_sec {
    height: 500px;
}
@media only screen and (max-width: 1200px) {
    .information_sec .content_inner {
        padding-bottom: 50px;
    }
    .map_sec {
        height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .map_sec {
        height: 300px;
    }
}
/* 運営概要 END */
/* 加盟店募集 */
.memberstore_sec .content_inner {
    max-width: 850px;
}
.memberstore_start {
    margin-bottom: 80px;
}
.memberstore_start p {
    margin-bottom: 0;
}
.memberstore_area {
    margin-bottom: 100px;
}
.memberstore_area:last-of-type {
    margin-bottom: 0;
}
h3.store-area_title {
    font-size: 1.8em;
    margin-bottom: 30px;
}
.memberstore_box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ced8e8;
    box-sizing: border-box;
}
.memberstore_box:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.memberstore_name {
    width: 30%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
}
.memberstore_content {
    width: 70%;
    padding-left: 3em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
}
.memberstore_name h4 {
    margin-bottom: 0 !important;
}
dl.store-address_body {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
}
dl.store-address_body:last-child {
    margin-bottom: 0;
}
dt.store-address_title, dd.store-address_text {
    font-size: 0.95em;
    line-height: 1.6;
}
dt.store-address_title {
    width: 25%;
    padding-right: 15px;
    box-sizing: border-box;
}
dd.store-address_text {
    width: 75%;
    margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
    .memberstore_start {
        margin-bottom: 50px;
    }
    .memberstore_area {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .memberstore_start {
        margin-bottom: 30px;
    }
    .memberstore_area {
        margin-bottom: 40px;
    }
    h3.store-area_title {
        font-size: 1.4em;
        margin-bottom: 20px;
    }
    .memberstore_box {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .memberstore_name {
        width: 100%;
    }
    .memberstore_content {
        width: 100%;
        padding-left: 0;
        margin-top: 1.5em;
    }
}
/* 加盟店募集 END */

/* ブログ記事の画像 */
.single .post-content img {
    width: auto;
}
/* ブログ記事の画像 END */
/* スマホ動画 */
video {display:block;}
#bg-video {
    right:0;
    bottom:0;
    z-index:-1;
}
#main-image {
    background-color: rgba(0, 0, 0, 0);
}
video {
    min-height: 20%;
    min-height: 20vh;
    min-width: 20%;
    min-width: 20vw;
    width:100%;
    height:auto;
    background: url('/wp-content/uploads/2023/05/main_img-1-scaled.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
.top-slider-wrapper::after {
    font-size: 1.25em;
}
@media only screen and (max-width: 767px) {
    .front-copy-img {
        width: 44%;
    }
    .top-slider-wrapper::after {
        font-size: 1.15em;
    }
}
@media only screen and (max-width: 500px) {
    .front-copy-img {
        width: 61%;
    }
    .top-slider-wrapper::before, .top-slider-wrapper::after, div#content01::before {
        display: none;
    }
    .front_original01 {
        padding: 2.1em 0 6em;
    }
}
/* ご挨拶 */
.greeting-staff-img {
    max-width: 700px;
    margin: 3.5em auto 0!important;
}
@media only screen and (max-width: 767px) {
    .greeting-staff-img {
        margin: 2.2em auto 0!important;
    }
}
/* 営業代行サービス */
.sales_sec .content_inner {
    max-width: 900px;
}
.sales_inner {
    margin-bottom: 70px;
}
.sales_inner:last-child {
    margin-bottom: 0;
}
.post-content ul.merit-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 0 -10px;
    counter-reset: section;
}
.post-content ul.merit-list li{
    width: calc( (100% / 3) - 20px );
    font-size: 1.2em;
    box-sizing: border-box;
    border: 1px solid var(--haba-gold);
    padding: 50px 20px 10px ;
    margin: 10px;
    position: relative;
}
.post-content ul.merit-list li::before{
    counter-increment: section;
    content: 'Merit.' counter(section);
    background: var(--haba-gold);
    color:#fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    line-height: 40px;
    font-family: 'Cinzel', serif;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 767px){
    .sales_inner {
        margin-bottom: 40px;
    }
    .post-content ul.merit-list{
        display: block;
        margin: 0;
    }
    .post-content ul.merit-list li{
        width: 100%;
        margin: 10px 0;
    }
}

/* よくある質問 */
.faq {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px #d4dee0 solid;
    box-sizing: border-box;
}
.faq:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.faq h2 {
    font-size: 1.35rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-top: 2px;
    position: relative;
}
p.answer {
    padding-top: 3px;
}
.faq p {
    position: relative;
    margin-bottom: 10px;
}
.faq p:last-child {
    margin-bottom: 0;
}
.faq h2, .faq p {
    padding-left: 55px;
}
.faq h2::before, p.answer::before {
    content: "Q";
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    font-family: "Sorts Mill Goudy", system-ui;
    color: #fff;
    background: #b0d8e1;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    left: 0;
    top: 2px;
}
p.answer::before {
    content: 'A';
    background: #cfc3b3;
    line-height: 41px;
    top: 0;
}
.faq h2::after {
    content: none;
}
@media only screen and (max-width: 768px) {
    .faq {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .faq h2, .faq p {
        padding-left: 50px;
    }
}
/* よくある質問 END */
.kp-content_inner {
    max-width: 1150px;
    width: 86%;
    margin: 0 auto;
    padding-block: 80px;
}
section.kp-main-content.greeting .kp-content_inner {
    max-width: 1000px;
}
.kp_greeting_imgbox {
    position: relative;
    margin-bottom: 2rem;
}
.kp_greeting_img {
    width: 80%;
}
.kp_greeting_text {
    position: absolute;
    width: 30vw;
    bottom: 0;
    right: 0;
}
.kp_greeting_text h2 {
    background: #fff;
    padding: 0.5em;
}
.kp_greeting_text h2::after {
    display: none;
}
.kp_greeting_text h2 span {
    font-family: 'Rubik Distressed', cursive;
    font-weight: 100;
    font-size: 0.8em;
    margin-right: 0.5em;
}
section.kp-main-content.greeting p {
    font-size: 0.95em;
    margin-bottom: 1rem;
}
section.kp-main-content.greeting p:last-of-type {
    margin-bottom: 0;
}
.kp_greeting_sikaku {
    background: #fff;
    padding: 1.5em;
    margin-top: 2rem;
}

/* コンタクトフォーム */
.wpcf7 {
    border: none;
    background: none;
    max-width: 800px;
    margin: 0 auto !important;
}
.wpcf7 form {
    margin: 0;
}
table.contact_form th, table.contact_form td {
    font-size: 16px;
    padding: 30px 0;
}
table.contact_form th {
    padding-right: 15px;
    font-weight: 400;
}
.wpcf7 input, .wpcf7 textarea {
    padding: 20px;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #1d1d1d;
}
.wpcf7 .wpcf7-not-valid {
    background: #1d1d1d;
    border-color: #be0504;
}
span.any {
    background: #e8e8e8;
    font-size: 0.7em;
    padding: 2px 5px;
    margin-left: 10px;
}
span.required {
    background: #e63e3e;
    color: #ffffff;
    font-size: 0.7em;
    padding: 2px 5px;
    margin-left: 10px;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 14px;
}
span.wpcf7-list-item {
    display: block;
    margin: 0;
    font-weight: 400;
}
.wpcf7 input.wpcf7-submit {
    width: 400px;
    line-height: 1em;
    height: 70px;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Jaldi', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background: none;
    color: #1d1d1d;
    box-sizing: border-box;
    border: 1px solid #1d1d1d !important;
}
.wpcf7 input.wpcf7-submit:hover {
    background: #1d1d1d;
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
    table.contact_form th {
        width: 30%;
    }
}
@media only screen and (max-width: 767px) {
    .wpcf7 input.wpcf7-submit {
        width: 80%;
    }
}
@media only screen and (max-width: 485px) {
    table.contact_form th, table.contact_form td {
        display: block;
    }
    table.contact_form th {
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
    }
    table.contact_form td {
        padding-top: 5px;
        padding-bottom: 25px;
    }
    .wpcf7 input.wpcf7-submit {
        width: 100%;
    }
    .wpcf7 select, .wpcf7 .wpcf7-list-item-label {
        font-size: 12px;
    }
}
/* END コンタクトフォーム */
/* ========================================
お問い合わせ基本スタイル
==========================================*/
/* privacy */
.privacy_box {
    margin-bottom: 70px;
}
p.text_left {
    text-align: right;
}
/* privacy */
p.contact_time {
    margin: 0;
}
.tel_sec h2::after {
    margin-left: auto;
}
.tel_sec {
    text-align: center;
    background: none;
    background: #0f0942;
}
p.tel_caution {
    margin: 20px 0 0;
    color: #ffffff;
}
address.contact_tel {
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700;
}
address.contact_tel span {
    color: #4737c2;
    font-size: 0.7em;
}
address.contact_tel a {
    color: #ffffff;
}
.mail_sec h2 {
    text-align: center;
}
.mail_sec h2::after {
    margin-left: auto;
}
address.contact_mobile span {
    font-size: 15px;
    margin-right: 10px;
}
address.contact_mobile {
    font-size: 22px;
}
.mail_caution {
    background: #202020;
    box-sizing: border-box;
    padding: 20px 25px;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #ffffff;
}
.mail_caution p {
    margin: 0;
}
@media only screen and (max-width: 485px) {
    .tel_sec .content_inner {
        padding: 70px 0;
    }
    address.contact_tel {
        font-size: 24px;
    }
    .mail_caution h3 {
        font-size: 15px;
    }
    .mail_caution {
        padding: 15px 20px;
    }
    .wpcf7 form p:last-child {
        margin: 0;
    }
}
/* ========================================
お問い合わせ基本スタイル END
==========================================*/
/* contact */
address.contact-tel {
    text-align: center;
    font-size: 2em;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 10px;
}
p.contact-time {
    text-align: center;
    font-size: 1em;
    margin-top: 5px;
    line-height: 1;
    margin-bottom: 10px;
}
p.contact-time span {
    margin-right: 10px;
}
p.contact-caution {
    text-align: center;
    margin-bottom: 50px;
}
.wpcf7 p {
    margin-bottom: 20px;
}
.mail-caution {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}
/* contact END */
/* =========================================================
   HANAWAX トップページ ラグジュアリー リデザイン（黒 × 金）
   ※ ロゴ（黒地に金）に合わせた上質な演出。文字・画像は変更なし
   ========================================================= */

/* --- 装飾の筆記体タイトルをゴールドのグラデーション文字に --- */
.front-original01__text h2,
.front-content02_title h2,
h2.front_original03_title,
h2.front_topics_title,
h2.footer_contact-title,
.content02-img::before,
.front-third-text::before {
    background: var(--haba-gold-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--haba-gold);          /* 非対応ブラウザ用フォールバック */
    text-shadow: none;
    letter-spacing: 1px;
}

/* --- セクション境界の「斜めライン（三角）」を撤去してクリーンに --- */
.front-content02_title::before,
.front_original02::after,
.footer_contact_sec::before {
    display: none !important;
}

/* 白 ⇔ 黒 セクションの境目に上質な金のヘアラインを敷く */
.front-content02_title {
    border-top: 1px solid rgba(201, 162, 75, .55);
}
.footer {
    border-top: 1px solid rgba(201, 162, 75, .55);
}

/* ヘッダーにも極細の金ライン */
.header-bar {
    border-bottom: 1px solid rgba(201, 162, 75, .35);
}

/* トップへ向かう縦のアクセント線を金に */
div#content01::before {
    background: var(--haba-gold);
}

/* --- About us / サービスの丸画像をゴールドのリングで縁取り --- */
.content02-img {
    box-shadow: 0 0 0 2px var(--haba-gold-deep),
                0 0 0 7px rgba(255, 255, 255, .05),
                0 16px 38px rgba(0, 0, 0, .5);
    transition: box-shadow .5s ease, transform .5s ease;
}
.content02-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 0 2px var(--haba-gold),
                0 0 26px rgba(201, 162, 75, .45),
                0 22px 46px rgba(0, 0, 0, .55);
}

/* --- サービス案内などのボタンを金基調に刷新 --- */
.content02-button {
    color: var(--haba-gold-light);
    border-color: var(--haba-gold);
    background: rgba(0, 0, 0, .25);
    letter-spacing: 2px;
    box-shadow: 4px 4px 0 0 var(--haba-gold-deep);
}
.content02-button::before {
    display: none;
    background: var(--haba-gold);
}
.content02-button::after {
    color: var(--haba-gold);
}
.content02-button:hover {
    color: var(--haba-black);
    background: var(--haba-gold);
    border-color: var(--haba-gold);
    box-shadow: none;
}
.content02-button:hover::before {
    background: var(--haba-black);
}
.content02-button:hover::after {
    color: var(--haba-black);
}

/* --- 黒の浮きカード（front_original02）を金で縁取り、奥行きを演出 --- */
.front_original02 {
    border: 1px solid rgba(201, 162, 75, .45);
    box-shadow: inset 0 0 130px rgba(0, 0, 0, .6),
                0 26px 64px rgba(0, 0, 0, .5);
}
.front_original02::before {
    opacity: .35;
}
.front-original02__title {
    border-color: var(--haba-gold) !important;
    background: rgba(0, 0, 0, .35);
    box-shadow: 0 0 26px rgba(0, 0, 0, .4);
}
.front-original02__title h2 {
    color: var(--haba-gold-light);
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

/* --- 見出しの下線アクセントを金に --- */
h3.front-content02_sub::after,
h3.front-original03_sub::after {
    background: var(--haba-gold);
}

/* --- ヒーロー写真の上に上品な暗幕を足して文字を際立たせる --- */
.header-youtube-overlay {
    opacity: .42;
}

/* --- よやくるバナーにさりげない金フレーム --- */
a.front-yoyakuru_but {
    border: 1px solid rgba(201, 162, 75, .5);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

/* =========================================================
   HANAWAX エレガンス調整（フォント刷新・引き算の美学）
   英字=Cinzel（ローマン体大文字） / 和文見出し=明朝
   ========================================================= */

/* --- 和文の見出しを明朝にして上品に --- */
h2, h3,
.content02-title,
.front-original01__text h3,
.front-original02__text h3,
h3.third_title {
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 500;
}

/* --- 英字の大見出しを Cinzel・大文字・ワイドトラッキングで端正に --- */
.front-original01__text h2,
.front-content02_title h2,
h2.front_original03_title,
h2.front_topics_title,
h2.footer_contact-title {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    font-size: clamp(2rem, 4.6vw, 3.4rem);
    letter-spacing: .14em;
    text-transform: uppercase;
    line-height: 1.18;
}
.front-third-text::before {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    font-size: clamp(1.3rem, 2.4vw, 1.9rem);
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.content02-img::before {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    font-size: 1.35rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0,0,0,.55);
    top: 12px;
    left: 0;
    right: 0;
    text-align: center;
}

/* --- ナビの英字ラベルも端正なローマン体に --- */
.global-nav > ul > li > a::after,
.global-nav > ul > li > a span {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* --- スクロール・ページトップ・下層サブ見出しは細身のイタリック --- */
.top-slider-wrapper::after,
.pagetop a,
.signage-title-sub {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 2px;
}

/* --- 明セクションを温かみのあるアイボリーに（フロントのみ） --- */
body.home #content01 {
    background: var(--haba-ivory);
}
h3.front-original03_sub span {
    background: var(--haba-ivory);
}

/* --- 丸写真の金リングを「細い1本」に絞ってすっきり --- */
.content02-img {
    box-shadow: 0 0 0 1px var(--haba-gold), 0 12px 30px rgba(0,0,0,.42);
}
.content02-img:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 0 1px var(--haba-gold-light), 0 18px 40px rgba(0,0,0,.55);
}

/* --- ボタンは細い金枠のシャープな四角に（段差の影は廃止） --- */
.content02-button {
    border: 1px solid var(--haba-gold);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: var(--haba-gold-light);
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: .82em;
    height: 58px;
    line-height: 56px;
}
.content02-button:hover {
    background: var(--haba-gold);
    color: var(--haba-black);
    transform: none;
    box-shadow: none;
}

/* --- お知らせカードの枠を黒から繊細な金のヘアラインに --- */
.article03 {
    border: 1px solid rgba(201, 162, 75, .35);
}

/* --- 見出しサブの字間を少し開けて呼吸を持たせる --- */
h3.front-content02_sub,
h3.front-original03_sub {
    letter-spacing: .08em;
}

/* =========================================================
   セクション見出し上部の余白を確保してバランス調整
   （About us / Our service / Contact はタイトルが上端に密着していた）
   ========================================================= */
.front-content02_title {
    padding-top: clamp(3em, 7vw, 5.5em);
}
.front_original03 {
    padding-top: clamp(3.5em, 8vw, 6.5em);
}
.footer_contact_sec {
    padding-top: clamp(3em, 7vw, 5em);
}

/* =========================================================
   FV（メインビジュアル）
   背景=img/fv_main.jpg をなめらかに拡大／黒×金のエレガント調
   ========================================================= */
.fv-hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    min-height: 460px;
    max-height: 880px;
    overflow: hidden;
    background: var(--haba-black);
}
.fv-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.03);
    animation: fvZoom 22s ease-in-out infinite alternate;
    will-change: transform;
}
@keyframes fvZoom {
    from { transform: scale(1.03); }
    to   { transform: scale(1.17); }
}
.fv-hero-scrim {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 85% at 50% 32%, rgba(0,0,0,.12), rgba(0,0,0,.55) 78%),
        linear-gradient(to bottom, rgba(0,0,0,.45) 0%, rgba(0,0,0,.22) 40%, rgba(0,0,0,.62) 100%);
}
.fv-hero-inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
    box-sizing: border-box;
}
.fv-hero-kicker {
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    letter-spacing: .42em;
    padding-left: .42em;
    font-size: clamp(11px, 1.1vw, 14px);
    font-weight: 500;
    color: var(--haba-gold-light);
    margin: 0;
}
.fv-hero-divider {
    display: block;
    width: 48px;
    height: 1px;
    background: var(--haba-gold);
    opacity: .85;
    margin: 22px auto 26px;
}
.fv-hero-copy {
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", serif;
    font-weight: 600;
    color: #fff;
    font-size: clamp(1.9rem, 4.4vw, 3.4rem);
    line-height: 1.55;
    letter-spacing: .14em;
    margin: 0;
    text-shadow: 0 2px 26px rgba(0,0,0,.5);
}
.fv-hero-lead {
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    color: rgba(255,255,255,.88);
    font-size: clamp(.82rem, 1.3vw, 1rem);
    letter-spacing: .12em;
    line-height: 1.9;
    margin: 30px 0 0;
    text-shadow: 0 1px 16px rgba(0,0,0,.5);
}
/* スクロール指標の縦線を金に */
.top-slider-wrapper::before {
    background: var(--haba-gold);
}
@media only screen and (max-width: 970px) {
    .fv-hero {
        height: calc(100vh - 64px);
        max-height: none;
    }
}
@media only screen and (max-width: 767px) {
    .fv-hero {
        height: calc(100svw*9/16);
        min-height: 0;
    }
    .fv-hero-kicker {
        letter-spacing: .3em;
        padding-left: .3em;
        display: none;
    }
    .fv-hero-divider {
        margin: 18px auto 22px;
    }
    .fv-hero-copy {
        line-height: 1.65;
    }
    .fv-hero-lead {
        margin-top: 22px;
        display: none;
    }
}


.front-instagram-inner{
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 7rem 0 0;
}


/* =========================================================
   会社概要（Company）下層ページ
   トップページと同じ「黒 × 金」ラグジュアリー トンマナに統一
   ※ HTML構造は変更なし。既存の汎用スタイル（薄い水色ボーダー）を上書き
   ========================================================= */

/* 明セクションはトップと同じ温かみのあるアイボリーに */
.company_sec {
    background: var(--haba-ivory);
    position: relative;
    z-index: 0;
}
.company_sec .content_inner {
    max-width: 880px;
}

/* 表全体：金のヘアラインで額装した上質なカード */
.company_tbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid rgba(201, 162, 75, .45);
    box-shadow: 0 18px 44px rgba(12, 12, 12, .10);
    overflow: hidden;
}

/* 既定の #ced8e8 ボーダーを打ち消し、行間は繊細な金のヘアラインに */
.company_tbl th,
.company_tbl td {
    border: none !important;
    vertical-align: middle;
    line-height: 1.9;
    box-sizing: border-box;
}
.company_tbl tr + tr th,
.company_tbl tr + tr td {
    border-top: 1px solid rgba(201, 162, 75, .22) !important;
}

/* 見出しセル：黒地に金文字（和文は明朝） */
.company_tbl th {
    width: 26%;
    padding: 26px 32px;
    background: var(--haba-black);
    color: var(--haba-gold-light);
    font-weight: 500;
    letter-spacing: .08em;
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

/* 本文セル */
.company_tbl td {
    padding: 26px 32px;
    background: #fff;
    color: #2a2722;
}

/* 電話番号は Cinzel で大きく金色に強調（トップの英字見出しと呼応） */
.company_tbl .tel-link {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 1.5em;
    letter-spacing: .04em;
    color: var(--haba-gold-deep);
}

/* 注意書きはひかえめに */
.company_tbl .company-caution {
    display: block;
    margin-top: 10px;
    font-size: .8em;
    line-height: 1.7;
    color: #8c8578;
    letter-spacing: .02em;
}

/* 地図：金のヘアラインで縁取り、表と幅をそろえて額装感を統一 */
.map_sec {
    width: 86%;
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 140px;
    height: auto;
    background: var(--haba-ivory);
}
.map_sec br {
    display: none;
}
.map_sec iframe {
    display: block;
    width: 100%;
    height: 460px;
    border: 1px solid rgba(201, 162, 75, .45);
    box-shadow: 0 18px 44px rgba(12, 12, 12, .10);
    filter: grayscale(.2) contrast(1.02);
}

@media only screen and (max-width: 1200px) {
    .map_sec {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 970px) {
    .company_tbl th,
    .company_tbl td {
        display: block;
        width: 100% !important;
    }
    .company_tbl th {
        padding: 16px 22px;
    }
    .company_tbl td {
        padding: 18px 24px 22px;
    }
    .company_tbl tr + tr th {
        border-top: 1px solid rgba(201, 162, 75, .22) !important;
    }
}
@media only screen and (max-width: 767px) {
    .map_sec iframe {
        height: 320px;
    }
    .company_tbl .tel-link {
        font-size: 1.3em;
    }
}


/* =========================================================
   よくある質問（FAQ）下層ページ
   トップページと同じ「黒 × 金」ラグジュアリー トンマナに統一
   ※ HTML構造は変更なし。既存の Q/A バッジ（水色・ベージュ）を上書き
   ========================================================= */

.faq_sec {
    background: var(--haba-ivory);
}
.faq_sec .content_inner {
    max-width: 880px;
}

/* 各Q&Aを金のヘアラインで額装したカードに（会社概要ページと統一） */
.faq {
    margin-bottom: 22px !important;
    padding: 32px 38px !important;
    background: #fff;
    border: 1px solid rgba(201, 162, 75, .45) !important;
    box-shadow: 0 14px 36px rgba(12, 12, 12, .08);
    box-sizing: border-box;
}
.faq:last-of-type {
    margin-bottom: 0 !important;
}

/* 質問：和文は明朝、黒文字で端正に */
.faq h2 {
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--haba-black);
    line-height: 1.6;
    margin-bottom: 14px;
}

/* 回答：読みやすい行間・落ち着いた文字色 */
.faq .answer {
    line-height: 2.05;
    color: #3a362f;
}

/* Q / A バッジを黒×金に刷新（英字は Cinzel） */
.faq h2::before,
p.answer::before {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 17px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}
.faq h2::before {
    content: "Q";
    background: var(--haba-black);
    color: var(--haba-gold-light);
    border: 1px solid var(--haba-gold);
    top: 0;
}
p.answer::before {
    content: "A";
    background: var(--haba-gold-grad);
    color: var(--haba-black);
    border: 1px solid var(--haba-gold-deep);
    line-height: 38px;
    top: 0;
}

@media only screen and (max-width: 768px) {
    .faq {
        padding: 24px 22px !important;
    }
    .faq h2 {
        font-size: 1.18rem;
    }
    .faq h2::before,
    p.answer::before {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 15px;
    }
}


/* =========================================================
   ご挨拶（Greeting）下層ページ
   トップページと同じ「黒 × 金」ラグジュアリー トンマナに統一
   ※ HTML構造は変更なし。既存の名前プレート（白・筆記体）を上書き
   ========================================================= */

section.kp-main-content.greeting {
    background: var(--haba-ivory);
}

/* 代表写真：金のヘアラインで額装 */
.kp_greeting_img img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(201, 162, 75, .45);
    box-shadow: 0 18px 44px rgba(12, 12, 12, .12);
}

/* 名前プレート：黒地に金文字、和文は明朝で上質に */
.kp_greeting_text h2 {
    background: var(--haba-black) !important;
    color: var(--haba-gold-light);
    border: 1px solid var(--haba-gold);
    padding: 0.8em 1.2em !important;
    text-align: left;
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: .08em;
    box-shadow: 0 12px 30px rgba(12, 12, 12, .25);
    box-sizing: border-box;
}
/* 「代表」を金色の小ラベルに（筆記体フォントを上書き） */
.kp_greeting_text h2 span {
    display: block;
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif !important;
    font-weight: 500;
    font-size: 0.55em !important;
    letter-spacing: .3em;
    color: var(--haba-gold);
    margin: 0 0 5px 0 !important;
}

/* 本文：読みやすい行間・落ち着いた文字色 */
section.kp-main-content.greeting p {
    line-height: 2.05;
    color: #3a362f;
    letter-spacing: .01em;
}

/* 代表プロフィール：金のヘアラインで額装したカードに（他ページと統一） */
.kp_greeting_sikaku {
    background: #fff;
    border: 1px solid rgba(201, 162, 75, .45);
    box-shadow: 0 14px 36px rgba(12, 12, 12, .08);
    padding: 2em 2.2em !important;
    margin-top: 2.5rem;
}
.kp_greeting_sikaku h3 {
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--haba-black);
    margin-bottom: 1em;
    padding-bottom: .6em;
    border-bottom: 1px solid rgba(201, 162, 75, .45);
}

@media only screen and (max-width: 767px) {
    .kp_greeting_text {
        width: 44vw;
    }
    .kp_greeting_text h2 {
        font-size: 1.1rem;
        padding: 0.6em 0.8em !important;
    }
    .kp_greeting_sikaku {
        padding: 1.5em 1.4em !important;
    }
}


/* =========================================================
   お問い合わせ（Contact）下層ページ
   トップページと同じ「黒 × 金」ラグジュアリー トンマナに統一
   ※ HTML構造は変更なし
   ========================================================= */

.contact-sec {
    background: var(--haba-ivory);
}
.contact-sec .content_inner {
    max-width: 880px;
}

/* 見出し：和文は明朝、下線アクセントを金に */
.contact-sec h2 {
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    color: var(--haba-black);
}
.contact-sec h2::after {
    background: var(--haba-gold-grad) !important;
    width: 40px !important;
}

/* 電話番号：Cinzel で大きく金色に強調（トップの英字見出しと呼応） */
address.contact-tel {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 2.6em;
    line-height: 1.1;
    letter-spacing: .04em;
    color: var(--haba-gold-deep);
    margin-bottom: 14px;
}
address.contact-tel span {
    display: inline-block;
    font-size: .4em;
    letter-spacing: .2em;
    color: var(--haba-gold);
    margin-right: .5em;
    vertical-align: middle;
}

/* 営業時間・注意書き */
p.contact-time span {
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    color: var(--haba-gold-deep);
    letter-spacing: .08em;
    margin-right: 12px;
}
p.contact-caution {
    color: #8c8578;
    font-size: .9em;
    line-height: 1.85;
}

/* LINE / メール ブロック：金のヘアラインで額装したカードに（他ページと統一） */
.contact-sec .line-box,
.contact-sec .mail-box {
    background: #fff;
    border: 1px solid rgba(201, 162, 75, .45);
    box-shadow: 0 14px 36px rgba(12, 12, 12, .08);
    padding: 38px 40px;
    margin-top: 40px;
    box-sizing: border-box;
}
.contact-sec .line-box h2,
.contact-sec .mail-box h2 {
    margin-top: 0;
}
.contact-sec .line-box p {
    line-height: 2;
    color: #3a362f;
}

/* CTA：金のプライマリーボタン（既存のグレーボタンを上書き） */
.contact-sec p.button {
    margin: 28px 0 0;
}
.contact-sec p.button a {
    width: auto;
    min-width: 320px;
    height: auto;
    line-height: 1.4;
    padding: 20px 44px;
    background: var(--haba-gold-grad);
    color: var(--haba-black);
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 600;
    font-size: 1.05em;
    letter-spacing: .1em;
    border: 1px solid var(--haba-gold-deep);
    box-shadow: 0 12px 30px rgba(168, 127, 51, .28);
    transition: .35s;
}
.contact-sec p.button a:hover {
    background: var(--haba-black);
    color: var(--haba-gold-light);
    border-color: var(--haba-gold);
}

/* メールフォーム：入力欄とボタンを金基調に */
.contact-sec .wpcf7 input,
.contact-sec .wpcf7 textarea,
.contact-sec .wpcf7 select {
    border: 1px solid #d8cdb4;
}
.contact-sec .wpcf7 input:focus,
.contact-sec .wpcf7 textarea:focus,
.contact-sec .wpcf7 select:focus {
    border-color: var(--haba-gold);
    outline: none;
}
.contact-sec .wpcf7 input.wpcf7-submit {
    background: var(--haba-gold-grad) !important;
    color: var(--haba-black) !important;
    border: 1px solid var(--haba-gold-deep) !important;
    font-family: 'Shippori Mincho', "游明朝", YuMincho, serif;
    letter-spacing: .1em;
    transition: .35s;
}
.contact-sec .wpcf7 input.wpcf7-submit:hover {
    background: var(--haba-black) !important;
    color: var(--haba-gold-light) !important;
    border-color: var(--haba-gold) !important;
}

/* 注意書き：黒地に金ヘアラインのダークカード */
.contact-sec .mail-caution {
    background: var(--haba-black);
    border: 1px solid rgba(201, 162, 75, .45);
    padding: 28px 32px;
    box-sizing: border-box;
}
.contact-sec .mail-caution h3 {
    color: var(--haba-gold-light);
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    font-size: 1.15rem;
    margin-bottom: 12px;
}
.contact-sec .mail-caution p {
    color: #d8d2c4;
    line-height: 1.9;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .contact-sec .line-box,
    .contact-sec .mail-box {
        padding: 26px 22px;
    }
    address.contact-tel {
        font-size: 1.9em;
    }
    .contact-sec p.button a {
        min-width: 0;
        width: 100%;
        padding: 18px 20px;
        box-sizing: border-box;
    }
    .contact-sec .mail-caution {
        padding: 22px 20px;
    }
}


/* =========================================================
   メニュー / サービス案内（Service）下層ページ
   トップページと同じ「黒 × 金」ラグジュアリー トンマナに統一
   ＋ 料金表の刷新（添付料金表に準拠）／ビフォーアフターの崩れ修正
   ========================================================= */

.service_sec {
    background: var(--haba-ivory);
}

/* セクション見出し：明朝＋金の短い下線 */
.service_sec .service_box > h2 {
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    color: var(--haba-black);
}
.service_sec .service_box > h2::after {
    background: var(--haba-gold-grad) !important;
    width: 40px !important;
}

/* 特徴（Point）カード：白＋金のヘアライン */
.service-two_col {
    background: #fff !important;
    border: 1px solid rgba(201, 162, 75, .45);
    box-shadow: 0 12px 30px rgba(12, 12, 12, .07);
}
.service-two_col::before {
    color: var(--haba-gold-deep);
    opacity: .85;
    font-family: 'Cinzel', serif;
    letter-spacing: .1em;
    font-size: clamp(0.85rem, 1.5vw, 1.1rem);
}
.service-two_col h2 {
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
/* 特徴を4つ（2×2）にしたため、最後の1つの全幅指定を解除 */
.service-two_col:last-of-type {
    width: calc(50% - 10px);
    margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
    .service-two_col:last-of-type {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* 料金リード文 */
.service_sec .price-lead {
    text-align: center;
    color: #5a544a;
}
.service_sec .price-lead strong {
    color: var(--haba-gold-deep);
}

/* コースグループ見出し（オプション付き洗車コース 等） */
.service_sec .price-group-title {
    text-align: center;
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--haba-black);
    margin: 18px 0 28px;
    padding: 0;
}
.service_sec .price-group-title::after {
    content: "";
    display: block;
    width: 46px;
    height: 2px;
    margin: 14px auto 0;
    background: var(--haba-gold-grad);
}

/* 価格表の見出し（サイズ／カテゴリ／コース名） */
.service_sec .service_price > h3 {
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    color: var(--haba-black);
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(201, 162, 75, .45);
}
.service_sec .service_price > h3::after {
    content: none;
}

/* コース内容ラベル：見出しの下に独立させ、黒地＋白文字で */
.service_sec span.set {
    display: block;
    width: fit-content;
    margin-top: 14px;
    padding: 5px 14px;
    background: var(--haba-black);
    color: #fff;
    border: 1px solid var(--haba-gold);
    font-family: 'Shippori Mincho', "游明朝", YuMincho, serif;
    font-weight: 500;
    letter-spacing: .03em;
}
.service_sec span.set.price-recommend {
    background: var(--haba-gold-grad);
    color: var(--haba-black);
    border-color: var(--haba-gold-deep);
}

/* コース説明文 */
.service_sec .course-desc {
    margin: 0 0 16px;
    line-height: 1.9;
    color: #5a544a;
    font-size: .95em;
}

/* 価格表：金のヘアラインで額装 */
.service_sec table.price_tbl {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid rgba(201, 162, 75, .45);
    box-shadow: 0 10px 28px rgba(12, 12, 12, .06);
    overflow: hidden;
}
.service_sec table.price_tbl th,
.service_sec table.price_tbl td {
    border: none !important;
    vertical-align: middle;
}
.service_sec table.price_tbl tr + tr th,
.service_sec table.price_tbl tr + tr td {
    border-top: 1px solid rgba(201, 162, 75, .22) !important;
}
.service_sec table.price_tbl th {
    width: 64%;
    text-align: left;
    font-weight: 500;
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    color: var(--haba-black);
    line-height: 1.5;
}
.service_sec table.price_tbl td {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.05em;
    letter-spacing: .02em;
    color: var(--haba-gold-deep);
}
.service_sec .price-note {
    display: block;
    margin-top: 5px;
    font-size: .78em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: #8c8578;
}
.service_sec .price-mark {
    margin-left: 2px;
    color: var(--haba-gold-deep);
    font-weight: 600;
}
.service_sec .price-cap {
    margin-top: 12px;
    font-size: .85em;
    line-height: 1.7;
    color: #8c8578;
}

/* 注意リスト */
.service_sec ul.caution_list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}
.service_sec ul.caution_list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 1.2em;
    font-size: .9em;
    line-height: 1.8;
    color: #5a544a;
}
.service_sec ul.caution_list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: var(--haba-gold-deep);
}

/* ＊ご注意＊：黒地に金ヘアラインのダークカード */
.service_sec .price-attention {
    margin-top: 36px;
    background: var(--haba-black);
    border: 1px solid rgba(201, 162, 75, .45);
    padding: 28px 32px;
    box-sizing: border-box;
}
.service_sec .price-attention h3 {
    color: var(--haba-gold-light);
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    font-size: 1.15rem;
    text-align: center;
    margin-bottom: 14px;
    padding: 0;
}
.service_sec .price-attention h3::after {
    content: none;
}
.service_sec .price-attention p {
    margin: 0;
    color: #d8d2c4;
    line-height: 1.95;
}
.service_sec .price-attention strong {
    color: var(--haba-gold-light);
}

/* アクセス：白＋金ヘアラインのカードに */
.service-area_box {
    background: #fff !important;
    border: 1px solid rgba(201, 162, 75, .45);
    box-shadow: 0 12px 30px rgba(12, 12, 12, .07);
    padding: 30px 34px !important;
}
.service-area_box h2 {
    font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
ul.area_list {
    display: block;
    margin-bottom: 14px;
}
ul.area_list li {
    width: 100%;
    padding: 4px 0;
    border: none;
    background: transparent;
    font-size: 1.15em;
    align-items: flex-start;
}

/* ビフォーアフター：レイアウト崩れ修正（画像はみ出し）＋金で額装 */
.before_box.flex-inner {
    gap: 20px;
}
.before_col {
    width: calc(50% - 10px);
}
.before_col img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(201, 162, 75, .45);
    box-shadow: 0 12px 30px rgba(12, 12, 12, .10);
}
p.before_title {
    font-family: 'Cinzel', serif;
    background: var(--haba-black);
    color: var(--haba-gold-light);
    letter-spacing: .06em;
    font-size: clamp(0.9rem, 1.6vw, 1.1rem) !important;
    padding: 7px 14px;
}

/* 価格表はタブレット以下でも2列のまま維持し、左右スライダー（横スクロール）化を打ち消す
   ※親テーマのレスポンシブ表（display:block / overflow-x / white-space:nowrap）を上書き */
@media only screen and (max-width: 970px) {
    .service_sec table.price_tbl {
        display: table !important;
        width: 100% !important;
        overflow: hidden !important;     /* auto/scroll を打ち消す */
        white-space: normal !important;
    }
    .service_sec table.price_tbl tbody {
        display: table-row-group !important;
    }
    .service_sec table.price_tbl tr {
        display: table-row !important;
    }
    .service_sec table.price_tbl th,
    .service_sec table.price_tbl td {
        display: table-cell !important;
        margin-top: 0;
        padding: 14px 14px 12px;
        letter-spacing: 0;
        vertical-align: middle;
    }
    .service_sec table.price_tbl th {
        width: 62% !important;
        white-space: normal !important;  /* 長い品名は折り返す＝はみ出さない */
        overflow-wrap: break-word;
    }
    .service_sec table.price_tbl td {
        white-space: nowrap;             /* 価格は短いので折り返さず右端に */
    }
}
@media only screen and (max-width: 767px) {
    .before_box.flex-inner {
        gap: 12px;
    }
    .before_col {
        width: calc(50% - 6px);
    }
    .service_sec .price-attention {
        padding: 22px 20px;
    }
    .service-area_box {
        padding: 22px 20px !important;
    }
    .service_sec .price-group-title {
        font-size: 1.3rem;
    }
    /* 価格表：スマホでは余白・文字を詰めて2列をすっきり収める */
    .service_sec table.price_tbl th,
    .service_sec table.price_tbl td {
        padding: 12px 12px 11px !important;
        line-height: 1.55;
    }
    .service_sec table.price_tbl th {
        width: 60% !important;
        font-size: .92em;
    }
    .service_sec table.price_tbl td {
        font-size: 1em;
    }
    .service_sec .price-note {
        font-size: .72em;
        margin-top: 4px;
    }
}

.signage-content{
    position: relative;
    z-index: 9;
}