/*
Theme Name: Studio Body Make
Author: Studio Body Make
Description: Studio Body Make専用子テーマ
Version: 1.1.001
Template: arkhe

This is the child theme for Arkhe theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


body,
div {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-display: optional !important;
    font-display: swap;
}

#main_content h2 {
    font-weight: 600 !important;
    font-family: "Noto Serif JP", serif;
    color: #B49650;
}

#main_content h3 {
    font-weight: 500 !important;
    font-family: "Noto Serif JP", serif;
}

h2,
h3,
h4,
h5 {
    font-family: "Noto Serif JP", serif !important;
}

.__mainText {
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
}

/* ---------- ブロック関連 ---------- */
@media (max-width: 480px) {
    .smb-section__inner>.c-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .smb-section-break-the-grid__content--p-m {
        padding: 5px !important;
    }
}

@media (max-width: 480px) {
    .l-header{
        background-color: #ffffffc2 !important;
    }
}

/* ---------- スマホ メインメニュー ---------- */
[data-btns="r-l"] .l-header__body {
    grid-template-columns: var(--ark-searchW) calc(15% - var(--ark-searchW)) 70% calc(15% - var(--ark-drawerW)) var(--ark-drawerW);
}

/* ---------- メインメニュー ---------- */

/* 2段表示を維持しつつ、メニューを等幅表示 */
@media (min-width: 1000px) {

    /* ヘッダー全体を2段表示にする */
    .l-header__body {
        display: flex;
        flex-direction: column;
        /* 縦方向にレイアウトを維持 */
        align-items: center;
    }

    /* 1段目のロゴ部分 */
    .l-header__center {
        max-width: 1200px;
        /* 固定幅1200px */
        width: 100%;
        text-align: left;
        /* 左揃え */
        margin: 0 auto;
        /* 中央揃え */
    }

    /* 2段目のメニュー部分 */
    .l-header__right {
        max-width: 1200px;
        /* 固定幅1200px */
        width: 100%;
        text-align: right;
        /* 右揃えの要素を保持 */
        margin: 0 auto;
        /* 中央揃え */
    }

    /* ナビゲーションのラップ（中央揃え、固定幅1200px） */
    .c-gnavWrap {
        width: 1200px;
        /* 固定幅1200px */
        margin: 0 auto;
        /* 中央揃え */
    }

    /* ナビゲーションメニューの等幅表示 */
    .c-gnav {
        display: flex;
        justify-content: space-between;
        /* 各メニューを等間隔に配置 */
        padding: 0;
        margin: 0;
        list-style: none;
        /* リストのデフォルトスタイルを削除 */
        width: 100%;
        /* ナビゲーション全体を100%幅に */
    }

    /* 各メニューアイテムの等幅設定 */
    .c-gnav__li {
        flex: 1;
        /* メニュー項目を等幅に表示 */
        text-align: center;
        /* テキストを中央に配置 */
    }

    /* メニューリンクのスタイル */
    .c-gnav__a {
        display: block;
        padding: 10px 0;
        /* クリックしやすいパディング */
    }

    /* l-header__center の中で logo と header_info を横並びに */
    .l-header__center {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        /* 横幅全体を使用 */
    }

    .header_info {
        width: 650px;
        /* header_info の幅を 700px に設定 */
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 20px;
        /* ロゴとのスペースを確保 */
    }

    .tel_info {
        display: flex;
        flex-direction: column;
        margin-right: 15px;
        /* TEL番号と営業時間を縦並びに */
        font-family: "Noto Serif JP", serif !important;
    }

    .tel_number {
        font-size: 1.8rem;
        /* TEL番号を適度に大きく */
        background-color: transparent;
        /* 背景は無色 */
        font-weight: 600 !important;
        color: #FA8449;
        line-height: 120%;
    }

    .business_hours {
        font-size: 0.7rem;
        /* 営業時間を小さく表示 */
    }

    /*.contact_button {
        background-color: #ea5550;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 1.2rem;
        display: inline-block;
        font-weight: 500 !important;
    }
    .contact_button:hover {
        background-color: #e96560;
    }*/

    a.contact_button {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: auto;
        max-width: 280px;
        padding: 10px 35px;
        font-family: "Noto Sans Japanese";
        text-decoration: none;
        color: #EE836F;
        line-height: 1.8;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        border: 1px solid #EE836F;
        font-weight: 700;
        background-color: #ffffffa6;
        font-family: "Noto Serif JP", serif;
    }

    a.contact_button:after {
        content: "";
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 1.4rem;
        font-size: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: right 0.3s;
        width: 6px;
        height: 6px;
        border-top: solid 2px currentColor;
        border-right: solid 2px currentColor;
        transform: translateY(-50%) rotate(45deg);
    }

    a.contact_button:hover {
        background: #191970;
        color: #FFF;
        border: 1px solid #0661B3;
    }

    a.contact_button:hover:after {
        right: 1.1rem;
    }

    /*    svg:not(:host).svg-inline--fa,
    svg:not(:root).svg-inline--fa {
        margin-right: 5px;
    }*/
    .fixed-buttons svg:not(:host).svg-inline--fa,
    .fixed-buttons svg:not(:root).svg-inline--fa {
        margin-bottom: 5px;
    }

    .tel_number .svg-inline--fa {
        margin-right: 5px;
    }

    ul.c-gnav {
        padding: 15px 0;
    }

    /*ul.c-gnav li {
        border-left: 1px solid #ddd;
    }

    ul.c-gnav li:last-child {
        border-right: 1px solid #ddd;
    }*/

    .c-gnav__li>.c-gnav__a {
        padding: 8px 12px;
    }
}

@media (min-width: 1000px) {
    ul.c-gnav li {
        font-size: 1rem !important;
        font-weight: 600;
    }

    /*ul.c-gnav li {
        position: relative;
    }

    ul.c-gnav li::before {
        content: '';
        position: absolute;
        top: 7px;
        left: 20px;
        width: 1px;
        height: 70%;
        background-color: #1E7200;
        transform: rotate(45deg);
        transform-origin: top left;
        pointer-events: none;
    }

    ul.c-gnav li:last-child::after {
        content: '';
        position: absolute;
        top: 7px;
        right: 0;
        width: 1px;
        height: 70%;
        background-color: transparent;
        border-right: 1px solid #1E7200;
        transform: rotate(45deg);
        transform-origin: top right;
    }
    .c-gnav .__mainText {
        font-size: inherit;
        font-size: 1rem;
        font-weight: 700;
    }*/
}


@media (max-width: 999px) {
    .header_info {
        display: none;
    }
}

@media (min-width: 768px) {
    .chukai_menu .__mainText {
        font-size: 0.8rem !important;
        margin-top: -3px;
    }

    .chukai_menu .__subText {
        font-size: 0.5rem;
    }
}

/* ---------- スマホTEL ---------- */
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #000;
    }
}

.c-pageTitle__main {
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
}

/* ----------- 各ヘッダー ---------- */

@media (min-width: 1000px) {
    [data-btns="l-r"][data-logo="left"] .l-header__body.l-container {
        background-color: #ffffffe3;
        border-radius: 20px;
        margin-top: 10px;
    }
}

.p-topArea__body {
    color: #222 !important;

}

body.page-id-302 .p-topArea__body,
body.page-id-304 .p-topArea__body,
body.page-id-306 .p-topArea__body,
body.page-id-308 .p-topArea__body {
    text-align: left;
    width: 80%;
}

.p-topArea {
    min-height: 15vh !important;
    background-color: #F9F4E7;
}

.p-topArea__img {
    display: none;
}

@media (min-width: 768px) {

    body.page-id-302 #top_title_area::before,
    body.page-id-304 #top_title_area::before,
    body.page-id-306 #top_title_area::before,
    body.page-id-308 #top_title_area::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        width: 55%;
        height: 100%;
        background-color: #f9ffc7;
        clip-path: polygon(0 0, 90% 0, 75% 100%, 0 100%);
        z-index: 1;
        opacity: 1;
        height: calc(100% + 2px);
    }

    .p-topArea__body {
        width: 80%;
    }
}

@media (min-width: 768px) {

    body.page-id-302 .p-topArea,
    body.page-id-304 .p-topArea,
    body.page-id-306 .p-topArea,
    body.page-id-308 .p-topArea {
        min-height: 45vh;
    }

    body.page-id-302 .p-topArea__img,
    body.page-id-304 .p-topArea__img,
    body.page-id-306 .p-topArea__img,
    body.page-id-308 .p-topArea__img {
        transform: translateX(280px);
    }
}

/* ----------- メイン画像 ---------- */

#n2-ss-2item1,
#n2-ss-2item2,
#n2-ss-2item3 {
    width: 60% !important;
}

@media (max-width: 480px) {
    div#n2-ss-2 .n2-ss-slide {
        height: 350px !important;
    }

    #n2-ss-2item1,
    #n2-ss-2item2 {
        width: 90% !important;
    }
}

/* ----------- トップ ---------- */
.smb-section__subtitle {
    font-size: 1.2rem;
    max-width: 700px;
    margin: auto;
    font-weight: 500;
    font-family: "Noto Serif JP", serif !important;
}

.fnt1_3 {
    background-color: #fff7e4;
    padding: 10px;
}

.fnt1_5 {
    font-size: 0.8rem;
    margin: 0px !important;
    margin-left: 20px !important;
}

.top_tc1 h3 {
    font-size: 1.2rem;
    border-bottom: 1px solid #B49D8E;
    text-align: center;
    padding-bottom: 3px;
}

@media (min-width: 768px) {
    .fnt1 {
        color: #C3AB73;
    }

    .fnt1 {
        font-size: 2rem;
    }

    .fnt1_1,
    .fnt1_2 {
        font-size: 1.4rem !important;
        background: linear-gradient(#f88400 50%, #4d9bc1 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: 1px solid #f08300;
        padding: 10px 5px;
        text-align: center;
    }

    .fnt1_4 {
        font-size: 1.8rem;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding-right: 0px;
        padding-left: 0px;
    }
    .fnt1_4 {
        font-size: 2.4rem;
        text-align: center;
    }
    .fnt1_4 a{
        text-decoration:none
    }
    .vk_borderBox .vk_borderBox_body {
    margin-top: -20px;
}
}

/* ----------- お客様の声 ---------- */
.voicebox1_left {
    background-color: #FFFEF3;
    border-bottom: 2px solid #FAEBD7;
    border-right: 1px solid #FAEBD7;
}

.voicebox1_center .smb-accordion__item__title {
    background-color: #FFFEF3;
    border-radius: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 2px solid #FAEBD7;
    margin-bottom: 3px;
}

.smb-accordion__item__body {
    border-bottom: 1px solid #FAEBD7;
    border-left: 1px solid #FAEBD7;
    border-right: 1px solid #FAEBD7;
}

.access_h2_1 h2 {
    color: #fff !important;
    font-size: 1.8rem !important;
}

.voice_face1.wp-block-image img{
    border-radius: 50%;
    border: 5px solid #E4D8BF;
}

@media (min-width: 768px) {
    .smb-step__item span {
        font-size: 1.4rem;
    }
    .voice_face1.wp-block-image{
        width: 200px;
        text-align: left;
        margin-left: 50px;
        margin-top: -150px;
    }
}

@media (max-width: 767px) {
.voice_face1.wp-block-image img{
    width: 60%;
}
}

/* ----------- トレーニング＆ケア ---------- */
.smb-section-break-the-grid__content--p-l {
    box-shadow: 0px 0px 5px 5px #fff;
}

.tc_bikou1 {
    text-align: center;
}

.tc_bikou1 em {
    font-size: 1.2rem;
    font-style: normal;
}

.sbm1_box1 {
    position: relative;
    /* タイトルをボックス内の左上に配置するための基準 */
    margin: 0 auto 2em;
    background-color: #FFFAEB;
    border: 1px solid #FFC07D;
}

.sbm1_box1 .sbm1-title {
    background-image: repeating-linear-gradient(-45deg, #fff 0, #fff 3px, #ffd89b 3px, #ffe4bd 6px);
    /*ストライプ*/
    transform: rotate(-2deg);
    /* テープの傾き */
    box-shadow: 0 1px 2px rgb(0 0 0 / .1);
    /*テープ影*/
    padding: 1em;
    /* タイトルの余白 */
    line-height: 1;
    /* タイトルの行の高さ */
    position: absolute;
    /* 親要素の左上に固定 */
    top: -1em;
    /* 上端に配置 */
    left: 1em;
    /* 左端に配置 */
    display: inline-block;
    /* タイトルの幅を内容に合わせる */
    font-size: 0.9em;
    /* タイトルのフォントサイズ */
    width: auto;
    /* タイトル幅を内容に応じて可変にする */
    max-width: calc(100% - 2em);
    /* 左右の余白を考慮して最大幅を調整 */
    white-space: nowrap;
    /* タイトルを1行に固定 */
    overflow: hidden;
    /* はみ出した部分を非表示 */
    text-overflow: ellipsis;
    /* 省略記号（...）を表示 */
    font-size: 1.2rem;
}

.sbm1_box1 .sbm1-content {
    padding: 2.5em 4em 2em;
    /* コンテンツ内の余白 */
    font-size: 1.2rem;
}

/* pタグのmarginを0にする */
.sbm1_box1 p {
    margin: 0;
}

.tc_sec2 h3 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
    position: relative;
    padding: 1.5rem 2rem;
    -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}

.tc_sec2 h3:before,
.tc_sec2 h3:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
    background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.tc_sec2 h3:before {
    top: 0;
}

.tc_sec2 h3:after {
    bottom: 0;
}

p.be_af {
    text-align: center;
    margin-top: 0px;
}

.rl_box1 {}

p.rl_1 {
    display: block;
    background-color: #FFEF85;
    padding: 5px;
    width: 100px;
    border-radius: 30px;
    text-align: center;
}

h4.rl_2 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #D2A208;
    color: #333333;
}

h4.rl_2::before,
h4.rl_2::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

h4.rl_2::before {
    background-color: #D2A208;
}

h4.rl_2::after {
    bottom: -11px;
    background-color: #fff;
}

h4.rl_2 {
    font-size: 1.2rem;
    margin: 0px 0 30px;
    padding-left: 0px;
    padding-bottom: 5px;
}

/* --- 加圧トレーニング --- */

.katu_1 {
    position: relative;
    display: inline-block;
    margin: 0.2rem 0 1rem -10px;
    padding: 0.1rem 1.5rem;
    color: #fff;
    border-radius: 0 100vh 100vh 0;
    background: #D7A708;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.katu_1:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #005276;
    border-left: 10px solid transparent;
}

.katu_1 strong {
    font-size: 1.3rem;
}

.katu_box1 .smb-items__item--free>.smb-items__item__body {
    background-color: #fffaf0;
    border: 1px solid #D1BA08;
    box-shadow: 2px 2px 4px #d7d5c6;
}

.katu_2 .smb-container__body {
    padding: 0 5px 10px 5px;
    text-align: center;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .tc_sec_care1 .smb-section__contents-wrapper {
        width: 1200px;
        margin: auto;
    }

    .sbm1_box1 .sbm1-content {
        padding: 2.5em 2em 1em !important;
    }

    .katu_box1 .smb-items__item--free>.smb-items__item__body {
        height: 150px;
    }
}

@media (max-width: 680px) {
    .tc_sec2 h3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .katu_2 .smb-container__body {
        padding: 0 0px 10px 0px !important;
        font-size: 1rem !important;
    }

    .katu_box1 .smb-items__item--free>.smb-items__item__body {
        height: 150px;
    }

    .img_b1 {
        width: 50%;
        margin: auto;
    }
}

/* ----------- コース ---------- */
.price_box1 {
    text-align: center;
}

.price_t1 {
    font-size: 1rem !important;
    background-color: #FFEBCD;
    padding: 5px;
    margin-bottom: -10px;
    border-radius: 10px;
}

.price_t2 {
    font-size: 1.2rem !important;
    padding: 20px 0 10px;
}

.price_t2 strong {
    font-size: 2.8rem !important;
    line-height: 100%;
}

.price_t3 {
    font-size: 1rem !important;
}

@media (min-width: 768px) {
    .price_box1 {
        text-align: center;
        height: 260px;
        padding: 50px;
    }
}

/* ----------- アクセス ---------- */

.tel_1 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
}

img.wp-image-642 {
    position: relative;
    top: 8px;
    right: 7px;
}

.access_box1_1 strong {
    font-size: 150%;
}

.access_box1_1 em {
    color: #f08300;
    font-style: normal;
}

@media (min-width: 768px) {
    .tel_1 {
        font-size: 3.6rem;
    }

    .wp-image-642 {
        margin-right: 10px !important;
    }

    .access_col1 .smb-information__item__body {
        height: 100px !important;
    }
}

@media (max-width: 767px) {
    .tel_1 {
        font-size: 2.2rem !important;
    }

    img.wp-image-642 {
        width: 24px !important;
    }

}

/**/
.sec_box1 h3 {
    color: #B49650;
}

@media (max-width: 680px) {
    .smb-balloon__body {
        width: 100%;
    }
}

/* ----------- フッター ---------- */
.footer_col1 ul {
    display: flex;
    flex-wrap: wrap;
}

.footer_col1 ul li {
    width: 48%;
    margin-right: 1%;
}

/* ---------- キャンペーン ---------- */
.campaign_box1 {
    border: 1px solid #B49650;
    border-radius: 20px;
    padding: 50px;
}

.campaign_box1 h4 {
    font-size: 1.6rem !important;
    color: #B49650;
}

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

.cb_group1 {
    text-align: center;
}

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

.cb_group1 strong {
    background-color: #FFCA7B;
    padding: 5px 20px;
    font-style: normal;
}

.cb_group1 em {
    font-style: normal;
    padding-left: 10px;
    padding-right: 10px;
}

.cb_img2 {
    padding: 20px 0;
}

.campaign_img11 {
    padding: 5px;
    border: 1px solid #C6AF7A;
}

@media (max-width: 468px) {
    .cb_img1 img {
        width: 50%;
    }

    .campaign_box1 {
        padding: 15px;
    }

    .campaign_box1 h4 {
        background-color: #F9F4E7;
        padding: 10px;
        text-align: center;
        font-size: 1.2rem !important;
    }

    .cb_group1 strong {
        display: block;
        margin: auto;
        width: 300px;
    }

    .cb_group1 em {
        display: block;
    }
}

/* ----------- 体験でのコメント ---------- */
.smb-tab-panel {
    border: 0px;
    border-top: 1px solid #ccc;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.smb-tabs__tab[aria-selected=true] {
    background-color: #FA8449;
    color: #fff;
    border-left: 1px solid #ff6a1f;
    border-top: 1px solid #ff6a1f;
    border-right: 1px solid #ff6a1f;
}
.smb-tabs__tab[aria-selected=false] {
    background-color: #f5f5f5;
}
.voice_box11 h3{
    background-color: #fffaf1;
    text-align: center;
    margin-bottom: 30px !important;
    padding: 15px;
    border: 2px solid #E4D8BF;
    border-radius: 50px;
}
.voice_box11 .smb-accordion__item__title {
    background-color: #F9F4E7 !important;
    border-radius: 10px;
}


/* ----------- ボタン ---------- */
.wp-block-button a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
    background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff !important
}

.wp-block-button a:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    color: #fff;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

/* ----------- ブロック ---------- */
.is-style-boundary-line.smb-items>.c-row>.c-row__col {
    border-left: 1px dotted var(--smb-items--style--boundary-line--border-color);
}

.smb-step__item__number {
    font-size: 1.2rem;

}

.smb-step__item span {
    position: relative;
    padding: 10px 5px 10px 42px;
    background: #E4D8BF;
    font-size: 18px;
    color: #333;
    margin-left: -33px;
    line-height: 1.3;
    z-index: -1;
}

.smb-step__item span:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index: -2
}

.smb-section-break-the-grid__figure img,
.smb-section-break-the-grid__figure picture {
    border-radius: 10px;
}

.smb-balloon__body {
    padding: 15px 10px;
}

.wp-block-columns.has-background,
.wp-block-group.has-background,
p.has-background {
    padding: 0.5rem 1.75rem;
}

#main_content h2 {
    font-size: 1.7rem !important;
}

/* ---------- Amaba RSS用 ---------- */
.ameba-rss-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ameba-rss-item {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
}

.ameba-rss-meta-title {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    align-items: center;
}

.ameba-rss-date {
    color: #666;
    font-size: 0.9em;
    white-space: nowrap;
}

.ameba-rss-title a {
    font-weight: bold;
    color: #0073aa;
    text-decoration: none;
}

.ameba-rss-title a:hover {
    text-decoration: underline;
}

.ameba-rss-summary {
    margin-top: 0.3em;
    color: #444;
    font-size: 0.95em;
}

.ameba-rss-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0.5em;
}

@media (max-width: 599px) {
    .ameba-rss-meta-title {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ---------- Wordpress用 RSS用 ---------- */
.custom-rss-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-rss-item {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
}

.custom-rss-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    align-items: center;
}

.custom-rss-date {
    color: #666;
    font-size: 0.9em;
    white-space: nowrap;
}

.custom-rss-title a {
    font-weight: bold;
    color: #0073aa;
    text-decoration: none;
}

.custom-rss-title a:hover {
    text-decoration: underline;
}

.custom-rss-summary {
    margin-top: 0.3em;
    color: #444;
    font-size: 0.95em;
}

.custom-rss-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0.5em;
}

@media (max-width: 599px) {
    .custom-rss-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ---------- Arrow Button - 01 ---------- */

.arrowButton-01 a {
    background: #fddea5;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}

.arrowButton-01 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #82ae46;
    transition: 0.3s;
}

.arrowButton-01 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #b8d200;
    transition: 0.3s;
}

.arrowButton-01 a:hover:before,
.arrowButton-01 a:hover:after {
    right: -2.5em;
}

.arrowButton-01 a:hover {
    background: #f08300;
    color: #fff;
}


/* ---------- 固定情報 ---------- */

/* 共通スタイル */
.fixed-buttons {
    position: fixed;
    z-index: 9999;
    display: flex;
    gap: 1px;
    font-family: sans-serif;
}

.fixed-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: opacity 0.3s;
    padding: 25px 15px;
    letter-spacing: 0.1em;
}

.fixed-buttons a i {
    font-size: 18px;
    margin-right: 6px;
}

/* PC表示：縦配置 */
@media (min-width: 768px) {
    .fixed-buttons {
        flex-direction: column;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .btn-line {
        background: linear-gradient(to bottom, #a1e68b, #4caf50);
        padding: 14px 10px;
        writing-mode: vertical-rl;
        text-align: center;
    }

    .btn-form {
        background: linear-gradient(to bottom, #ffcc80, #ff9800);
        padding: 14px 10px;
        writing-mode: vertical-rl;
        text-align: center;
    }

    .fixed-buttons a i {
        margin: 0 0 6px 0;
        font-size: 20px;
    }

    .fixed-buttons a .text {
        display: block;
    }
}

/* スマホ表示：下部固定 横並び */
@media (max-width: 767px) {
    .fixed-buttons a {
        font-size: 14px;
        letter-spacing: 0em;
        padding: 10px 5px;
    }

    .fixed-buttons {
        bottom: 0;
        left: 0;
        width: 100%;
        flex-direction: row;
    }

    .btn-line,
    .btn-form {
        flex: 1;
        padding: 12px 0;
        text-align: center;
    }

    .btn-line {
        background: linear-gradient(to right, #a1e68b, #4caf50);
    }

    .btn-form {
        background: linear-gradient(to right, #ffcc80, #ff9800);
    }

    .fixed-buttons a i {
        margin-right: 6px;
        font-size: 18px;
    }

    .fixed-buttons a .text {
        display: inline;
    }
}

/* ------------ 問い合わせフォーム ------------ */

.date-time-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.date-time-row .date-label {
    min-width: 80px;
    font-weight: bold;
}

.date-time-row input {
    margin-right: 10px;
}

.date-time-row input,
.date-time-row select {
    width: 240px;
    padding: 0.8rem;
}

#form1 {
    overflow: hidden;
}

#form1 th,
#form1 td {
    padding: 20px !important;
}

#form1 th {
    width: 40%;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

div.wpcf7 .wpcf7-spinner {
    display: block;
}

#form1 .form_1 {
    background-color: #f39800;
    padding: 10px;
    color: #fff;
    text-align: center !important;
    margin-bottom: 20px;
}

#form1 .color-botton01 {
    width: 220px;
    margin: 20px auto;
    padding: 15px 5px;
    background-color: #f39800;
    text-align: center;
    border-radius: 30px;
}

#form1 .color-botton01 a {
    color: #fff;
}

@media (min-width: 768px) {
    .wpcf7 {
        width: 100% !important;
    }
}

.wpcf7 {
    margin: 0px auto !important;
    padding: 0px !important;
    padding-bottom: 0px !important;
}

span.wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 1em;
    width: 100%;
}

.must {
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    background: #F92931;
    border-radius: 20px;
    font-size: 11px;
}

.free {
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    background: #a9a9a9;
    border-radius: 20px;
    font-size: 11px;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

input.wpcf7-submit {
    padding: 10px 80px;
    background: #ff7b00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.formb2 {
    margin-top: 10px;
    text-align: center;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}

.wpcf7-form-control.wpcf7c-btn-confirm {
    width: 350px;
    padding: 15px !important;
    color: #fff;
    font-size: 30px !important;
    font-weight: 600;
    border-radius: 50px !important;
    margin-top: 30px !important;
    background: #ffc86a !important;
    background: -moz-linear-gradient(top, #ffc86a 0%, #f39800 100%) !important;
    background: -webkit-linear-gradient(top, #ffc86a 0%, #f39800 100%) !important;
    background: linear-gradient(to bottom, #ffc86a 0%, #f39800 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc86a', endColorstr='#f39800', GradientType=0) !important;
}

@media only screen and (max-width:480px) {
    #form1 {
        margin: 0 -10px;
    }

    #form1 th,
    #form1 td {
        width: 100% !important;
        display: block;
        border-top: none;
    }

    #form1 tr:first-child th {
        border-top: 1px solid #ddd;
    }
}

/* ---------- メディアスクロール ギミック ---------- */
.itembox_1 .smb-section-break-the-grid__content {
    z-index: 100;
}

.smb-section-break-the-grid__content--p-l {
    z-index: 100;
}

.reveal-mask .smb-section-break-the-grid__figure {
    position: relative;
    overflow: hidden;
}

.reveal-mask .smb-section-break-the-grid__figure img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.1s;
    z-index: 0;
    position: relative;
}

.reveal-mask .smb-section-break-the-grid__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 2;
    transform: translateX(0%);
    transition: transform 1.4s cubic-bezier(0.65, 0, 0.35, 1);
    pointer-events: none;
    background: rgba(255, 255, 255, 0.9);
    /* 少し透け感を加える */
}

.reveal-mask.is-visible .smb-section-break-the-grid__figure::before {
    transform: translateX(100%);
}

.reveal-mask.is-visible .smb-section-break-the-grid__figure img {
    opacity: 1;
    transform: scale(1);
}


/**/

.reveal-mask .wp-block-media-text__media {
    position: relative;
    overflow: hidden;
}

.reveal-mask .wp-block-media-text__media img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.1s;
    z-index: 1;
    position: relative;
}

.reveal-mask .wp-block-media-text__media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 2;
    transform: translateX(0%);
    transition: transform 1.4s cubic-bezier(0.65, 0, 0.35, 1);
    pointer-events: none;
    background: rgba(255, 255, 255, 0.9);
    /* 少し透け感を加える */
}

.reveal-mask.is-visible .wp-block-media-text__media::before {
    transform: translateX(100%);
}

.reveal-mask.is-visible .wp-block-media-text__media img {
    opacity: 1;
    transform: scale(1);
}