/**
 * Template: snow-monkey
 * Theme Name: Snow Monkey Child
 */

/* ------------------
    共通
------------------ */
/* instagram */
.sb_instagram_header.sbi_medium {
    display: none;
}

/* font */
body {
    font-family: "Josefin Sans","Shippori Mincho", serif;
}
.smb-section__title, .smb-media-text__title, .p-global-nav .c-navbar__item>a>span,.wp-block-heading, .c-entry-summary__title, .smb-step__item__title {
    font-weight: 400;
}

/* ページヘッダー */
.c-page-header[data-has-image=true] {
    height: clamp(300px, 62.5vw, 200px);
    margin-top: 20px;
}

/* レスポンシブ順番入れ替え */
@media (max-width: 639px) {
    .replacement {
        flex-direction: column-reverse;
    }
}

/* 背景 */
.background-marble {
    position: relative;
    overflow: hidden;
}
.background-marble::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../snow-monkey-child-master/img/bgimg-marble.webp');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: -1;
}

.bg-leaf-top {
    position: relative;
    overflow: hidden;
}

.bg-leaf-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40vw;
    height: 40vw;
    background-image: url('../snow-monkey-child-master/img/bgimg-leaf.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-leaf-bottom {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.bg-leaf-bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40vw;
    height: 40vw;
    background-image: url('../snow-monkey-child-master/img/bgimg-leaf.webp');
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}

.section-program.bg-leaf-bottom {
    margin-bottom: -2% !important;
}
.section-program.bg-leaf-bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40vw;
    height: 40vw;
    background-image: url('../snow-monkey-child-master/img/bgimg-leaf-curve.webp');
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(0deg);
}
@media (max-width: 639px) {
    .section-program.bg-leaf-bottom {
        margin-bottom: -2.8% !important;
    }
}

/* タイトルあしらい */
.title-blue .smb-section__title:after {
    background-color: #9dd2e2;
}
.title-purple .smb-section__title:after {
    background-color: #652481;
}
.title-pink .smb-section__title:after {
    background-color: #ee8aa6;
}
.title-wine .smb-section__title:after {
    background-color: #b42c88;
}

/* アーカイブページ上部余白なし */
.blog .widget_block, .archive .widget_block{
    padding-top: 0;
}

.pi-none {
    pointer-events: none;
}

/* テキスト均等配置 */
.justify {
    text-align: justify;
}

/* spテキスト配置 */
@media screen and (max-width: 1024px) {
    .sp-left {
        text-align: justify;
    }
}


/* ページトップボタン */
#page-top {
    border: 1px solid var(--wp--preset--color--sm-accent);;
    border-radius: 100%;
    margin: 0 8px 8px 0;
}
.c-page-top {
    background-color: transparent;
}
.c-page-top a {
    font-size: 16px;
}

/* アイコン */
svg.svg-inline--fa.fa-chevron-up {
    color: var(--wp--preset--color--sm-accent);
}
.svg-inline--fa {
    height: 0.8em;
}
.fa-cart-shopping {
    height: 0.7em;
}

/* キャプション */
.wp-element-caption {
    text-align: center;
}

/* ボタン枠線アニメーション */
.button-border {
    padding: 8px;
    position: relative;
    display: inline-block;
}

.button-border::before,
.button-border::after {
    content: "";
    position: absolute;
    border: 1px solid #909090;
    transition: all 0.2s;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.button-border::before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}

.button-border::after {
    top: 0;
    left: 0;
    border-width: 0 1px 1px 0;
}

.smb-btn.smb-btn:hover {
    filter: none;
}

.button-border:hover::before {
    width: 1.5em;
    height: 1.5em;
}

.button-border:hover::after {
    width: 1.5em;
    height: 1.5em;
    top: 62.7%;
    left: calc(100% - 1.5em);
}

.button-border-green::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--accent-color);
    border-width: 1px 0 0 1px;
    transition: all 0.2s;
    pointer-events: none;
}

.button-border-green::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--accent-color);
    border-width: 0 1px 1px 0;
    transition: all 0.2s;
    pointer-events: none;
}

.button-border-emerald::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--sub-accent-color);
    border-width: 1px 0 0 1px;
    transition: all 0.2s;
    pointer-events: none;
}

.button-border-emerald::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--sub-accent-color);
    border-width: 0 1px 1px 0;
    transition: all 0.2s;
    pointer-events: none;
}

.button-border-white::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    border-width: 1px 0 0 1px;
    transition: all 0.2s;
    pointer-events: none;
}

.button-border-white::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    border-width: 0 1px 1px 0;
    transition: all 0.2s;
    pointer-events: none;
}

@media screen and (max-width: 780px) {
    .button-border:hover::before,
    .button-border:hover::after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}


/* 下矢印 */
.u-arrow {
    position: relative;
}
.u-arrow strong::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0.6em;
    height: 0.6em;
    border: 0.15em solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(0.2em) rotate(135deg);
}

span.smb-btn__label {
    padding-top: 0.2em;
}

.u-arrow-bk strong::after {
    border: 0.15em solid #333333;
    border-left: 0;
    border-bottom: 0;

}
/* フレーム */
.outer {
    max-width: 880px;
    padding: 20px 0;
    margin: -10px auto -10px auto !important;
    border: 1px solid #888;
    border-width: 1px 0;
}

.inner {
    padding: 0 30px;
    margin: 0 -20px;
    border: 1px solid #888;
    border-width: 0 1px;
}

.outer:before, .outer:after,
.inner:before, .inner:after {
    content:'';
    position: absolute;
    width: 50px;
    height: 50px;
    border: 4px solid transparent;
    border-radius: 50%;
    background: transparent;
    box-shadow: inset 0 0 0 1px #888;
    z-index: 99;
}

.outer:before{
    top: -25px;
    left: -45px;
    clip: rect(24px, auto, auto, 25px);
    -webkit-clip-path: rectangle(50%, 50%, 100%, 100%, 0, 0);
}

.outer:after{
    top: -25px;
    right: -45px;
    clip: rect(24px, 25px, auto, auto);
    -webkit-clip-path: rectangle(0, 50%, 50%, 100%, 0, 0);
}

.inner:before {
    bottom: -45px;
    left: -26px;
    clip: rect(auto, auto, 26px, 25px);
    -webkit-clip-path: rectangle(50%, 0, 100%, 50%, 0, 0);
}

.inner:after {
    bottom: -45px;
    right: -26px;
    clip: rect(auto, 25px, 26px, auto);
    -webkit-clip-path: rectangle(0, 0, 50%, 50%, 0, 0);
}


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

.p-global-nav .c-navbar__item>a>span {
    font-size: 17px;
}
.c-navbar__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #707070;
}
.c-navbar__item:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #707070;
}
 /* ヘッダーボタン */
.btn-subcolor {
    background-color: var(--sub-accent-color);
}
.c-btn {
    width: 170px;
    border-radius: 10px;
}


@media screen and (min-width: 1024px) {
    .c-btn-sp {
        display: none;
    }
    .c-btn svg {
        padding-right: 8px;
        font-size: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .u-invisible-md-down {
        display: block!important;
    }
    .u-invisible-md-down .p-global-nav {
        display: none;
    }
    .c-btn-pc {
        display: none;
    }
}

.trial-btn {
    position: relative;
}
.trial-btn::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url('../snow-monkey-child-master/img/icon-beginner.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 0.2em;
}

@media screen and (max-width: 1023px) {
    .c-btn .svg-inline--fa {
        height: 16px;
    }
    .trial-btn::before {
        height: 16px;
        margin-top: 0;
    }
}

span.btn-text {
    vertical-align: sub;
}
.c-btn svg {
    vertical-align: sub;
}
span.btn-text font{
    vertical-align: baseline !important;
	letter-spacing: -1px;
}

/* 言語翻訳 */
.c-header-content {
    display: flex;
    gap: 0px 8px;
    align-items: center;
}

/* スケジュール前のaタグ非表示 */
.menu-item-1575 a:first-of-type, .menu-item-1586 a:first-of-type {
    display: none;
}

.p-global-nav .c-navbar__submenu {
    background-color: var(--sub-accent-color);
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before {
    border-bottom-color: var(--sub-accent-color);
}
.p-global-nav--hover-text-color .c-navbar__item:hover {
    color: var(--sub-accent-color);
}

/* 下層ページヘッダー */
.c-page-header[data-has-image=true] {
    height: 25vw;
}
@media screen and (max-width: 780px) {
    .c-page-header[data-has-image=true] {
        height: 200px;
    }
}

/* ------------------------------
    フッター
------------------------------ */
/* フッターの上の線消す */
.l-footer {
    border-top: 0px;
    overflow: hidden;
}
/* コピーライト色 */
.c-copyright--inverse {
    background-color: #ffffff;
    color: #333333;
}
/* コピーライト上余白 */
.l-footer-widget-area__item.c-row__col {
    margin-bottom: 0;
}

/* 下層ページフッター上余白 */
.page:not(.home) .l-footer--default .l-footer-widget-area{
    padding-top: 0;
}

.page:not(.home) .l-contents__inner:last-child {
    padding-bottom: 0;
}

/* フッターウィジェット左右余白なし */
.l-footer-widget-area .c-fluid-container {
    padding: 0;
}
.footer-link a{
    text-decoration: none;
    color: #333333;
}

/* カバー固定背景 */
.wp-block-cover.has-parallax {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.wp-block-cover__image-background.has-parallax {
	position: fixed;
	background-position: top!important;
	top: 0;
	left: 0;
	z-index: -1;
}

/* フッター固定ナビ */
.p-footer-sticky-nav .c-navbar__item>a {
    color: #ffffff;
    font-weight: bold;
}
.icon-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.icon-calendar {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background-image: url('../snow-monkey-child-master/img/icon-beginner.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0.5em;
}
li#menu-item-3605 {
    background: var(--sub-accent-color);
    margin-right: 1px;
}
li#menu-item-3604 {
    background: var(--sub-accent-color);
}
li#menu-item-3606 {
    background: var(--accent-color);
    margin-left: 1px;
}

/* ------------------
    mv
------------------ */
/* mvズームインスライダー */
.zoom-slider .spider .wp-block-cover__image-background {
    transform: scale(1);
    transition: transform 5s ease-in-out;
}
.zoom-slider .spider__slide[data-active="true"] .wp-block-cover__image-background {
    transform: scale(1.1);
}

/* ------------------
    タイトル
------------------ */
/* タイトル下あしらい */
.title-decoration .smb-section__title:after {
    content: '';
    position: absolute; /* 擬似要素をタイトル基準で絶対配置 */
    transform: translateX(-50%); /* 擬似要素を中央に揃える */
    top: 60px;
    left: 50%;
    width: 100%; /* SVGの横幅 */
    height: 28px; /* SVGの高さ */
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center; /* 中央に配置 */
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20352.92%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-2%20%7B%20stroke%3A%20%23000%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%20.5px%3B%20%7D%20.cls-2%20%7B%20fill%3A%20none%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-2%22%20y1%3D%2212%22%20x2%3D%22150%22%20y2%3D%2212%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22202.92%22%20y1%3D%2212%22%20x2%3D%22352.92%22%20y2%3D%2212%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22176.46%22%20x2%3D%22176.46%22%20y2%3D%2224%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22172.75%22%20y1%3D%22.59%22%20x2%3D%22180.17%22%20y2%3D%2223.41%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22164.46%22%20y1%3D%2212%22%20x2%3D%22188.46%22%20y2%3D%2212%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22180.17%22%20y1%3D%22.59%22%20x2%3D%22172.75%22%20y2%3D%2223.41%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22165.05%22%20y1%3D%228.29%22%20x2%3D%22187.87%22%20y2%3D%2215.71%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22165.05%22%20y1%3D%2215.71%22%20x2%3D%22187.87%22%20y2%3D%228.29%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22183.51%22%20y1%3D%222.29%22%20x2%3D%22169.41%22%20y2%3D%2221.71%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22166.75%22%20y1%3D%224.95%22%20x2%3D%22186.17%22%20y2%3D%2219.05%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22186.17%22%20y1%3D%224.95%22%20x2%3D%22166.75%22%20y2%3D%2219.05%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22169.41%22%20y1%3D%222.29%22%20x2%3D%22183.51%22%20y2%3D%2221.71%22%2F%3E%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22176.46%22%20cy%3D%2212%22%20r%3D%221.42%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.section-store.title-decoration .smb-section__title:after {
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20352.92%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-2%20%7B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%20.5px%3B%20%7D%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20.cls-2%20%7B%20fill%3A%20none%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-2%22%20y1%3D%2212%22%20x2%3D%22150%22%20y2%3D%2212%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22202.92%22%20y1%3D%2212%22%20x2%3D%22352.92%22%20y2%3D%2212%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22176.46%22%20x2%3D%22176.46%22%20y2%3D%2224%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22172.75%22%20y1%3D%22.59%22%20x2%3D%22180.17%22%20y2%3D%2223.41%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22164.46%22%20y1%3D%2212%22%20x2%3D%22188.46%22%20y2%3D%2212%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22180.17%22%20y1%3D%22.59%22%20x2%3D%22172.75%22%20y2%3D%2223.41%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22165.05%22%20y1%3D%228.29%22%20x2%3D%22187.87%22%20y2%3D%2215.71%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22165.05%22%20y1%3D%2215.71%22%20x2%3D%22187.87%22%20y2%3D%228.29%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22183.51%22%20y1%3D%222.29%22%20x2%3D%22169.41%22%20y2%3D%2221.71%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22166.75%22%20y1%3D%224.95%22%20x2%3D%22186.17%22%20y2%3D%2219.05%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22186.17%22%20y1%3D%224.95%22%20x2%3D%22166.75%22%20y2%3D%2219.05%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22169.41%22%20y1%3D%222.29%22%20x2%3D%22183.51%22%20y2%3D%2221.71%22%2F%3E%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22176.46%22%20cy%3D%2212%22%20r%3D%221.42%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}


@media screen and (max-width: 500px) {
    .title-decoration .smb-section__title:after {
        width: 80%; /* SVGの横幅 */
    }
}

/* 追従ボタン */
@media (min-width: 1024px) {
    .sticky-button-group {
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 9999;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .sticky-button {
        width: 90px;
        height: 90px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        }
    .sticky-button a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        width: 100%;
        height: 100%;
        margin-top: 4px;
    }
    .sticky-button .icon {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .sticky-button .icon.icon-calendar{
        width: 22px;
        height: 22px;
    }
    .sticky-button .btn-text {
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }
    .sticky-button-emerald {
        background-image: url('../snow-monkey-child-master/img/emerald-bg.png');
    }
    .sticky-lite-green {
        background-image: url('../snow-monkey-child-master/img/lite-green-bg.png');
    }
}
/* ------------------
    location
------------------ */

.section-locations .smb-spider-slider {
	--spider--arrow-color: #595757;
}

.section-locations .spider__arrow:before {
	height: 8px;
	width: 8px;
}

.section-locations .spider>.spider__arrows {
    top: calc(45% - var(--spider--arrow-clickable-size) / 2);
}

.section-locations .spider+.spider__dots {
    margin-top: 0;
}

.section-locations .smb-spider-slider>.spider__dots {
    margin-top: 0;
}
@media screen and (min-width: 1024px) {
    .section-locations .spider>.spider__arrows {
        left: -2%;
        right: -2%;
    }
}

@media screen and (max-width: 680px) {
    .section-locations .spider>.spider__arrows {
        left: -2.5%;
        right: -2.5%;
    }
}

@media screen and (max-width: 440px) {
    .section-locations .spider__arrow {
        height: 24px;
        width: 24px;
    }
    .section-locations .spider>.spider__arrows {
        left: -2%;
        right: -2%;
    }
}


/* ------------------
    class
------------------ */
.section-class .class-contents img {
    border-radius: 200px 0 0 0;
}

.section-class .class-contents:nth-child(even) img {
    border-radius: 0 200px 0 0;
}

@media screen and (max-width: 440px) {
    .section-class .class-contents img {
        border-radius: 140px 0 0 0;
    }
    .section-class .class-contents:nth-child(even) img {
        border-radius: 0 140px 0 0;
    }
}
@media screen and (max-width: 1024px) {
    .section-class .c-row--middle {
        align-items: flex-start;
    }
}

/* ------------------
    sns
------------------ */
.official-sns .svg-inline--fa{
    font-size: 40px;
}

/* ------------------
    instructor
------------------ */
/* スライダー */
 .section-instructor .c-entry-summary--instructor .c-entry-summary__figure {
    border-radius: 100px 0 100px 0;
    height: 460px;
}
.section-instructor .c-entry-summary--instructor .c-entry-summary__title {
    text-align: center;
}

/* スライダー矢印 */
.section-instructor .spider>.spider__arrow {
	top: -10%;
	justify-content: flex-end;
    --spider--arrow-color: #595757;
}
.section-instructor .spider__arrow {
	border: 1px solid #595757;
	border-radius: 100%;
	margin-right: 20px;
	height: 36px;
	width: 36px;
}
.section-instructor .spider__arrow[data-direction=prev] {
    left: auto;
    right: 50px;
}
.section-instructor .spider__arrow:before {
	height: 8px;
	width: 8px;
}
.section-instructor .spider__arrow[data-direction=prev]:before {
    left: calc(59% - var(--spider--arrow-size) / 2);
    top: calc(51% - var(--spider--arrow-size) / 2);
}
.section-instructor .spider__arrow[data-direction=next]:before {
    top: calc(51% - var(--spider--arrow-size) / 2);
    right: calc(54% - var(--spider--arrow-size) / 2);
}

@media screen and (max-width: 639px) {
    .section-instructor .spider>.spider__arrow {
        display: none;
    }
	.spider__dots:not([data-thumbnails=true]) {
    	--spider--dots-gap: 14px;
	}
}

/* ------------------
    cta
------------------ */
.cta-btn {
    color: var(--accent-color);
    background:rgba(255,255,255,0.5);
    border-radius: 0;
    width: 260px;
    height: 80px;
    display: flex;
    align-items: center;
}
.cta-btn .fa-line {
    margin-right: 6px;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
}

/* ------------------
    店舗情報ページ
------------------ */
/* information */
.is-style-infomation .smb-information__item {
    margin-top: 0
}

.is-style-infomation .smb-information__item>.c-row>.c-row__col:first-child {
    padding-top: 1.5rem
}

.is-style-infomation .smb-information__item>.c-row>.c-row__col:last-child {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 1.5rem
}

.is-style-infomation .smb-information__item__label {
    font-size: 1rem;
    line-height: 1.8
}

.is-style-infomation .smb-information__item__body>p {
    line-height: 1.8
}

.is-style-infomation[data-sm-split-column=true] .smb-information__item>.c-row>.c-row__col:first-child {
    border-bottom: 1px solid #1bb0ac;
    padding-bottom: 1.5rem
}

.is-style-infomation[data-sm-split-column=true] .smb-information__item>.c-row>.c-row__col:last-child {
    padding-top: 1.5rem
}

@media screen and (min-width: 640px) {
    .is-style-infomation .smb-information__item>.c-row>.c-row__col:first-child {
        border-bottom:1px solid #1bb0ac;
        padding-bottom: 1.5rem
    }

    .is-style-infomation .smb-information__item>.c-row>.c-row__col:last-child {
        padding-top: 1.5rem
    }
}

@media screen and (min-width: 640px) and (max-width:1023px) {
    .is-style-infomation .smb-information__item>.c-row>.c-row__col--md-1-4 {
        flex-basis:22.5%;
        margin-right: 2.5%;
        max-width: 22.5%
    }

    .is-style-infomation .smb-information__item>.c-row>.c-row__col--md-1-3 {
        flex-basis: 30.8%;
        margin-right: 2.5%;
        max-width: 30.8%
    }
}

@media screen and (min-width: 1024px) {
    .is-style-infomation .smb-information__item>.c-row>.c-row__col:first-child {
        flex-basis:240px;
        margin-right: 1.5rem;
        max-width: 240px
    }

    .is-style-infomation .smb-information__item>.c-row>.c-row__col:last-child {
        flex-basis: calc(100% - 280px);
        max-width: calc(100% - 280px)
    }
}

@media screen and (max-width: 1023px) {
    .is-style-infomation .smb-information__item>.c-row>.c-row__col--1-4 {
        flex-basis:22.5%;
        margin-right: 2.5%;
        max-width: 22.5%
    }

    .is-style-infomation .smb-information__item>.c-row>.c-row__col--1-3 {
        flex-basis: 30.8%;
        margin-right: 2.5%;
        max-width: 30.8%
    }
}

.setsubi p::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("..//snow-monkey-child-master/img/check-icon.webp");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: text-top;
}

.bg-title-rl .smb-section__background-text__text {
    writing-mode: vertical-rl;
}


@media (orientation: portrait) {
    .studio .smb-hero-header__figure {
        aspect-ratio: 16 / 13;
    }
    .studio-name {
        padding: 10px 30px !important;
    }
}


/* ------------------------------
    インストラクター一覧ページ
------------------------------ */
.post-type-archive-instructor .c-entry-summary__title {
    text-align: center;
    font-size: 20px;
}

.post-type-archive-instructor .c-entries__item a {
    border-radius: 100px 0;
}

.post-type-archive-instructor .c-entry-summary__figure {
    border-radius: 100px 0 0 0;
}

.post-type-archive-instructor .l-contents__inner:first-child {
    margin-top: 50px;
    padding-top: var(--_padding2);
}
.post-type-archive-instructor .c-entry-summary--instructor .c-entry-summary__figure {
    border-radius: 100px 0 0 0;
    height: 400px;
}

/* ------------------------------
　インストラクター個別ページ
------------------------------ */

/* 詳細 */
.instructor-slideshow .slides img {
    width: 100%;
    max-width: 500px;
    height: 700px;
    display: block;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .instructor-slideshow .slides img {
        width: 100%;
        max-width: 100%;
        height: 500px;
        display: block;
        object-fit: cover;
    }
    .single-instructor .c-container{
        padding-left: 0;
        padding-right: 0;
    }
    .single-instructor .sp-mb-none {
        margin-bottom: 0 !important;
    }
}

.indicators {
    margin-top: 10px;
    text-align: center;
    position: relative;
}
.indicator {
    cursor: pointer;
    font-size: 10px;
    color: #aaa;
    margin: 0 5px;
    transition: color 0.3s;
}
.indicator.active {
    color: #1eb0ab;
}
.single-instructor h1.c-entry__title {
    display: none;
}
.single-instructor .l-contents__inner:first-child {
    padding-top: 0;
}
.under-line {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 4px 0;
	}
.under-line:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 2px;
    content: '';
    background: #1eb0ab;
}
.single-instructor .smb-buttons>.smb-btn-wrapper {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 781px) {
    .single-instructor .wp-block-column {
        padding-right: 0 !important;
    }
    .single-instructor .sns {
        display: flex;
        justify-content: center;
    }
}



/* ------------------------------
   体験レッスンページ
------------------------------ */
.flow-contents  {
    position: relative;
}
.flow-contents::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100px;
    height: 200px;
    background-image: url('../snow-monkey-child-master/img/no-1.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.flow-contents.second::before {
    background-image: url('../snow-monkey-child-master/img/no-2.webp');
}
.flow-contents.third::before {
    background-image: url('../snow-monkey-child-master/img/no-3.webp');
}
.flow-contents.fourth::before {
    background-image: url('../snow-monkey-child-master/img/no-4.webp');
}
.flow-contents.fifth::before {
    background-image: url('../snow-monkey-child-master/img/no-5.webp');
}

@media screen and (max-width: 781px) {
    .flow-contents::before {
        top: 0.75em;
        left: -20px;
        width: 36px;
        height: 80px;
    }
    .flow-contents {
        flex-direction: column-reverse;
        padding-left: 6vw !important;
        padding-right: 6vw !important;

    }
    .flow-contents img {
        object-fit: contain;
    }
}


/* ------------------------------
   レンタル・シェアスペースページ
------------------------------ */

/* リストアイコン */
:root :where(.wp-block-list.is-style-warning-list) {
    list-style: none;
}
:root :where(.wp-block-list.is-style-warning-list) :where(li) {
    position: relative;
}
:root :where(.wp-block-list.is-style-warning-list) :where(li):before {
    left: -1.8em;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../snow-monkey-child-master/img/caution-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0.4em;
}

/* ------------------------------
   お知らせページ
------------------------------ */
.blog .l-contents__container.c-fluid-container {
    padding-top: 50px;
}


/* ------------------------------
   ドロワー
------------------------------ */
/* ドロワーロゴサイズ */
.custom-drawer-image {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px !important;
    width: 150px;
    height: auto;
}

[id=drawer-nav].c-drawer--overall .c-drawer__inner {
    margin: auto 2em;
}


/* ------------------------------
   相互リンク
------------------------------ */
.link-panel .smb-panels__item.smb-panels__item--block-link {
    display: flex;
    align-items: center;
    justify-content: center;
}