@charset "utf-8";

/* スクロールスムーズ */
html {
    scroll-behavior: smooth;
}

/* 文字色 */
body {
    color: #623e1f;
}

/* h2の装飾 */
.page-id-36 h2 {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #EC5A55;
}

.l-header--left {
    background-color: #EC5A55;
    color: #fff;
}

/* ページトップボタン */
#page-top {
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

/* リストマーカーの色 */
li::marker {
    color: #84CCC9;
}

ul.wp-block-list.is-style-sme-list-check li::before {
    border-color: #84CCC9 !important;
}

/* 見出し下線の横幅をフィットさせる */
.width-fit {
    width: fit-content;
}

/* メインビジュアルとキャッチコピーを重ねる */
.main-visual {
    position: relative;
}

.main-visual .spider {
    position: relative;
    /* right: -20%; */
}

.main-copy {
    position: absolute;
    width: 34%;
    height: auto;
    bottom: 3%;
    right: 3%;
    z-index: 9;
}

@media screen and (max-width:736px) {
    .main-visual {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        overflow-x: hidden;
        /* はみ出してスクロール出たら対処 */
    }

    .main-visual .spider {
        width: 100%;
    }
}

/* ボタン縦並び */
/* これは複数並べてるボタンだけに効く */
.btn-pair-wrap .wp-block-snow-monkey-blocks-btn {
    flex: 1 1 300px !important;
    max-width: 100%;
    box-sizing: border-box;
}

/* ボタンのアイコン右側のマージン */
.wp-block-snow-monkey-blocks-btn>.smb-btn>span>svg {
    margin-right: 0.3em;
}

/* 写真と項目の角丸 */
.rc img,
.smb-items__item {
    border-radius: 16px;
}

.smb-faq__item__question__label {
    color: #84CCC9;
}

.smb-faq__item__answer__label {
    color: #EC5A55;
}

/* 吹き出し SP版でも横並びに */
.smb-balloon {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.smb-balloon__person {
    flex-direction: column;
    margin: 0 var(--smb-balloon--gap) 0 0;
}

@media (max-width: 640px) {
    .smb-balloon__body:before {
        border-right-color: var(--smb-balloon--border-color);
        border-width: 5px;
        left: calc(-10px - var(--smb-balloon--border-width)* 2);
        top: calc(50% - 5px - var(--smb-balloon--border-width));
    }

    .smb-balloon__body:after {
        display: none;
    }

}

@media (max-width: 419px) {
    .smb-balloon__body {
        padding: 12px;
    }
}


/* 写真2枚横並びのときのpadding */
@media (max-width: 768px) {
    .photo-l2 .wp-block-snow-monkey-blocks-items-item-free {
        padding: 5px;
    }
}


/* 注釈の上マージン */
.annotation {
    margin-top: 2px;
}

/* フッター */
.c-copyright--inverse {
    background-color: #EC5A55;
}

/* ハンバーガーボタン */
.c-hamburger-btn__bar {
    height: 2px;
    border-radius: 2px;
}

.l-header .c-hamburger-btn__bar {
    background-color: #EC5A55;
}

.c-hamburger-btn__label {
    display: none;
}

/* プライバシーポリシー */
.privacy {
    height: 400px;
    border: 1px solid #623e1f;
    overflow-y: scroll;
    font-size: 0.8em;
}

.privacy .smb-section__body {
    height: 400px;
}

/* こんな人にぴったり・公式LINEで */
h2.with-subheading::before,
h2.with-subheading__line::before {
    content: "＼ルミナス保育園のインターンシップ／";
    display: block;
    font-size: 14px;
    color: #8c7b5f;
    /* 控えめな色ならこのへん */
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: normal;
    letter-spacing: 0.05em;
}

h2.with-subheading__line::before {
    content: "＼ちょっと気になったら…／";
}

/* 直営の保育園の栄養士って？ */

h4.speech-bubble {
    position: relative;
    background: #fad7cc;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #5c4a29;
    margin: 24px auto 12px 0 !important;
    width: fit-content;
    max-width: 100%;
}

h4.speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -24px;
    /* 吹き出しのトンガリ */
    left: 24px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #fad7cc;
}

h4.speech-bubble::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 24px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fad7cc;
}

.mw-300 .smb-media-text__figure {
    max-width: 300px;
    margin: 0 auto;
}

@media screen and (max-width:639px) {
    h4.speech-bubble {
        margin: 24px auto 12px !important;
    }
}