@charset "utf-8";

body {
    letter-spacing: 1px;
    font-family: "Zen Kaku Gothic New", serif;
}

.l-contents__inner:last-child {
    padding-bottom: 0;
}

/*======================= 共通クラス =======================*/

p,
a,
li,
td {
    font-weight: 400;
}

p {
    margin-top: 0 !important;
}

a {
    text-decoration: none !important;
}

/* padding・margin左右上下リセット */
.p_0 {
    padding: 0 !important;
}

.m_0 {
    margin: 0 !important;
}

.pt_0 {
    padding-top: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}


.mt_0 {
    margin-top: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}


/* padding・margin 10px・20px */
.pt_10 {
    padding-top: 10px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.inline_b {
    display: inline-block;
}

/* Z-INDEX */
.z_0 {
    z-index: 0;
}

.z_1 {
    z-index: 1;
}

.z_999 {
    z-index: 999;
}

/* POSITION */
.p_ab {
    position: absolute;
}

.p_rel {
    position: relative;
}

.smb-box__background {
    border: none;
}

/* アイコン */
svg.svg-inline--fa {
    margin-right: 10px;
}

#page-top svg.svg-inline--fa {
    margin-right: 0;
}

.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}

/*======================= ボタン =======================*/

a.smb-btn {
    position: relative;
    width: 300px !important;
}

@media screen and (max-width: 500px) {
    .btn_center {
        justify-content: center !important;
    }
}

/*======================= ヘッダー =======================*/
/* g_nav */
#menu-item-389 a span {
    background-color: #fff;
    color: #333;
    padding: 10px 30px;
}

[data-scrolled=true] .l-header--sticky-overlay-colored-lg {
    background-color: #674e35c2;
}

.p-global-nav .c-navbar__item>a>span {
    color: #fff;
}

/* 下層ページヘッダー */
.l-contents__inner {
    margin-top: 0 !important;
}

.c-page-header {
    padding: 130px 0 50px;
    background-color: #674e35c2;
    color: #ffffff;
}

.c-page-header[data-has-image=true] {
    height: unset;
}

.c-page-header[data-has-image=true] .c-page-header__content {
    color: unset;
}

.c-page-header__bgimage>img,
.c-page-header__bgimage>picture>img {
    display: none;
}

.tel a {
    line-height: 1.1 !important;
}

.tel-num {
    font-size: 1.5rem !important;
}

.tel-num svg {
    font-size: 1.3rem;
}

.l-header span.time {
    padding-top: 10px !important;
    font-size: 14px !important;
    font-weight: 400;
}

/* SPヘッダー */
.l-header .c-hamburger-btn__bar {
    background-color: #fff;
}

.c-hamburger-btn__label {
    color: #fff;
}

@media (max-width: 1023px) {
    .c-page-header {
        padding: 130px 0 50px !important;
    }
}

#page-top {
    display: none;
}

/*======================= フッター =======================*/
.l-footer,
.l-footer--footer-2 .l-footer__body {
    border-top: none;
}

.l-footer a {
    color: #fff;
}

.l-footer .l-footer__footer .c-row--middle {
    justify-content: center;
}

.l-footer__header {
    display: none;
}

.l-footer__widget-area,
.l-footer__footer {
    background-color: var(--wp--preset--color--sm-accent) !important;
    color: #fff;
}

.l-footer__footer {
    padding-top: 0 !important;
}

@media screen and (max-width: 1023px) {
    .c-widget.widget_block .wp-block-columns {
        margin-top: 30px;
    }
}

@media screen and (max-width: 782px) {

    /* footer */
    .c-widget.widget_block .wp-block-columns {
        gap: var(--_margin-2);
    }
}

@media screen and (max-width: 650px) {

    .l-footer--footer-2 .l-footer__widget-area a,
    .l-footer--footer-2 .l-footer__widget-area p {
        font-size: 15px;
    }
}

@media screen and (max-width: 435px) {
    .l-footer .c-container {
        padding: 0 5%;
    }
}

/*======================= TOPページ =======================*/
/* タイトル */
.en_ttl {
    font-size: clamp(2rem, calc(1.2727272727272727rem + 3.6363636363636362vw), 4.5rem);
    font-family: "Crimson Text", serif;
    line-height: 1.3;
}

.ja_ttl {
    margin-top: 0 !important;
    font-size: clamp(1rem, calc(0.8909090909090909rem + 0.5454545454545455vw), 1.3rem);
    font-weight: 500;
}

#about,
#access,
#therapist {
    padding: 130px 0 80px;
}

/* FV */
#fv {
    height: 85vh;
}

.fv {
    position: relative;
}

.fv::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(3, 3, 3, 0.52) 100%);
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

#fv .smb-section__inner,
#fv .c-container {
    position: static;
}

.fv_group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}

#fv h2 {
    font-family: "Crimson Text", serif;
    font-size: clamp(4rem, calc(3.2727272727272725rem + 3.6363636363636362vw), 6rem);
    font-weight: 400;
    margin: 0 !important;
    line-height: 1;
}

#fv h2::before {
    content: "";
    position: absolute;
    left: -30%;
    top: -95%;
    opacity: 0.6;
    background-image: url(https://ft-solution.check-sample01.com/wp-content/uploads/2025/09/Niran-massage_仮ロゴ白.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
    width: 250px;
}

.fv_tag {
    font-size: 1.3rem;
    font-weight: 500;
}



/* バナー */
.fv_rec-banner {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 10;
    width: 18%;
}

.fv_rec-banner img {
    box-shadow: 0 0 10px #3535356a;
}

.fv_rec-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -7px;
    right: -6px;
    z-index: 2;
    width: 25px;
    height: 25px;
    padding-bottom: 3px;
    border: none;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    color: #333333;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
}

/* メニュー */
.menu_parent {
    gap: 0 !important;
}

.menu_column {
    background-color: var(--wp--preset--color--sm-sub-accent);
    color: #fff;
    padding: 35px;
}

#menu h3,
#recommend h3 {
    border-bottom: dotted 1px;
    padding-bottom: 15px;
}

.price_column {
    border: solid 1px;
    padding: 15px;
}

.menu_price1 {
    font-size: 2rem;
    font-weight: 600;
}

span.menu_price1_s {
    font-size: 1rem;
}

.menu_min {
    background-color: #fff;
    width: fit-content;
    margin-left: 0 !important;
    color: #333;
    padding: 0.1em 0.7em;
    font-weight: 500;
    border-radius: 50px;
}


.menu_price-b {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.menu_price-b::before {
    position: absolute;
    content: "";
    background-image: url(https://ft-solution.check-sample01.com/wp-content/uploads/2025/09/arrow_11.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

/* セラピスト */
.therapist_column {
    background-color: #fdf9ef;
    padding: 30px;
}

.th_img {
    padding: 20px;
}

.th_name {
    font-weight: 500;
    font-size: 1.3rem;
    border-bottom: dotted 1px;
    padding-bottom: 15px;
}

/* ABOUT */
#about {
    color: #fff;
}

.gap_c {
    gap: 80px !important;
}

/* アクセス */
#access iframe {
    width: 100% !important;
}

.wp-block-table td,
.wp-block-table th {
    padding: 20px !important;
    border: none !important;
    border-bottom: solid 1px #c5bca7 !important;
}

tr>*:first-child {
    width: 25% !important;
    font-weight: 500;
}

@media screen and (max-width: 435px) {

    figure.wp-block-table tr td:first-child,
    figure.wp-block-table tr td:first-child {
        width: 32%;
        font-size: 1rem !important;
    }

    tr>*:first-child {
        width: 35% !important;
    }
}

/* CTA */
#cta {
    color: #fff;
}

.cta_column {
    display: flex;
    flex-direction: column;
    background-color: #ffffffe9;
    color: #333;
    padding: 30px;
    position: relative;
}

.cta_column::before {
    content: "";
    border: solid 1px #fff;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.cta_tel a {
    font-size: clamp(1.7rem, calc(1.0454545454545454rem + 3.272727272727273vw), 3.5rem);
    font-weight: 700;
    color: #333 !important;
    width: fit-content !important;
    padding: 0;
}

.cta_tel a svg {
    font-size: clamp(1.5rem, calc(1.2090909090909092rem + 1.4545454545454541vw), 2.3rem);
}

/*======================= サービス内容 =======================*/
#recommend .menu_price-b {
    font-size: 2rem;
}

.reco_column {
    padding: 0;
}

.reco_group {
    padding: 30px;
    margin-top: 0 !important;
}

/*======================= 会社概要 =======================*/


/*======================= 施工実績 =======================*/
.post-type-archive-works .c-entry-summary__figure {
    margin-bottom: 10px;
}

/*新しい投稿の矢印調整*/
.single-works .c-prev-next-nav__item-label svg {
    margin: 0 10px !important;
}

/*======================= お問い合わせ =======================*/
/* placeholder */
.smf-text-control__control::placeholder {
    color: #cccccc !important;
}

.wp-block-snow-monkey-forms-item.smf-item {
    margin-bottom: 45px !important;
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
    border: none !important;
}

/* 必須の文字 */
.smf-item__col.smf-item__col--label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.smf-item__description {
    width: fit-content;
    margin-top: 0;
    margin-left: 20px;
    padding: 0 .5em;
    border-radius: 50px;
    background-color: #cd2b43;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

/* ボックス */
.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box {
    padding: 50px !important;
}

.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box .smb-box__background {
    border: none;
    border-radius: 0;
    background-color: #f8f7f7;
}

.smf-item__label {
    font-weight: 600;
}

.smf-form .smf-text-control__control {
    width: 100%;
    border-radius: 0;
}

/* 項目の幅 */
.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--label {
    flex: 0 0 18em !important;
    max-width: 18em !important;
}

.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--controls {
    flex: 1 1 calc(100% - 18em) !important;
    max-width: calc(100% - 18em) !important;
}

.smf-radio-buttons-control__control .smf-label {
    margin-bottom: 7px !important;
}

/* 確認ボタン */
.smf-action {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.smf-action .smf-button-control__control {
    position: relative;
    width: 280px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: solid 2px var(--wp--preset--color--sm-accent) !important;
    border-radius: 0;
    background: var(--wp--preset--color--sm-accent);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 3px;
}

.smf-action .smf-button-control__control:hover {
    border: solid 2px var(--wp--preset--color--sm-accent) !important;
    background: #ffffff;
    color: var(--wp--preset--color--sm-accent);
}

.smf-action .smf-button-control+.smf-button-control {
    margin-left: 0 !important;
}

/* .smf-action .smf-button-control__control {
    margin-bottom: 20px;
} */

#autozip {
    display: none !important;
}

/* プライバシーポリシー */
#privacy h3 {
    margin-bottom: 5px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
    margin-top: 30px !important;
}

#privacy .wp-block-list {
    margin-top: 5px;
}

#privacy h3 {
    margin-bottom: 10px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
}

/*===================================== お知らせ =====================================*/
.c-meta__item--author {
    display: none;
}

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
    .c-entries--simple .c-entry-summary__content {
        display: block;
    }

    .c-entries--simple .c-entry-summary__figure {
        float: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
}

/*==================================================================================*/
/*=================================== レスポンシブ ===================================*/
/*==================================================================================*/
@media screen and (max-width: 781px) {
    .th_img {
        width: 50%;
        padding: 0;
    }

    .th_img img {
        width: 100%;
    }
}

@media screen and (max-width: 459px) {
    .fv_tag-group {
        flex-direction: column;
        gap: 0 !important;
        margin-top: 30px !important;
    }
}

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

    .ta_js {
        text-align: justify !important;
    }

    .c-container {
        padding: 0 6%;
    }

    .c-site-branding__title .custom-logo {
        width: 215px;
    }

    .l-header .c-fluid-container {
        padding: 0 20px;
    }
}