@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
    background-color: #f5f5f5;
}

/* 固定ページ:見出し */

.l-mainContent__inner {
    padding-top: 0px;
}

.l-mainContent__inner>.post_content {
    margin: 2em 0;
}

.c-pageTitle {
    position: absolute;
    width: 100vw;
    left: 0;
    right: 0;
    top: 0;
}

.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    background-image: url("http://shikino-koe.jp/wp-content/uploads/2025/07/bg_title_page.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 1.6em 1em;
    border-bottom: 1px solid #3d7671;
    color: #fff;
    font-size: 1.3em;
}

.c-pageTitle[data-style=b_bottom] {
    border-bottom: 0;
}

.c-pageTitle__subTitle {
    opacity: .7;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    position: relative;
    padding: 1.8em 1rem;
    border-radius: 0.2rem;
    border: 2px solid transparent;
    border-image: linear-gradient(45deg, #56745f 10%, #a9b973 55%, #9e8f51 90%);
    border-image-slice: 1;
    background-color: rgba(255,255,255,.7);
    background-image: url("http://shikino-koe.jp/wp-content/uploads/2025/07/logo_img_rgba.png");
    background-position: top right;
    background-size: auto 120px;
    background-repeat: no-repeat;
    color: #21816a;
    font-size: 1.8em;
    margin: 2em 0;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    display: none;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    padding: 0.5em 0.7em;
    background: linear-gradient(to right, #56745f 0%, #56745f 30%, #56745f 70%, #f5f5f5 100%);
    color: #debd91;
    font-size: 24px;
    margin: 2em 0;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    display: none;
}

.post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #21816a;
    background-image: url("http://shikino-koe.jp/wp-content/uploads/2025/07/logo_img_rgba.png");
    background-position: center left;
    background-size: auto 40px;
    background-repeat: no-repeat;
    padding: 0 0 0 50px;
    line-height: 40px;
    border-left: 0;
    font-weight: bold;
    font-size: 1.4em;
    margin: 2em 0;
}

.post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    display: none;
}

.post_content h5 {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    background: linear-gradient(90deg, #56745f 0%, #21816a 10%, #9e8f51 25%, #a9b973 50%, #debd91 75%, #3d7671 90%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 1.2em;
}

/* BOX（店舗情報） */

h2.h2-box-shop-info {
    margin: 0 0 10px;
    border: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 24px;
    font-size: 1.2em;
    border-radius: 4px;
        background: linear-gradient(45deg, #56745f 10%, #a9b973 55%, #9e8f51 90%);
    color: #fff;
    opacity: 0.8;
}

.box-ttl {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.4em;
    color: #21816a;
    line-height: 1;
}

.box-ttl span {
    font-size: 0.8em;
    color: #2aa386;
}

.box-shop-info {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(61, 118, 113, 0.3);
}

.tb01 td, .tb01 th {
    border: 0;
    text-align: center;
    font-weight: normal;
}

.tb01 tr {
    border-bottom: 1px solid ;
    line-height: 2.5;
}

.tb01 .header {
    background-color: #a9b973;
    color: #fff;
    border-radius: 20px 20px 0 0;
}

.tb01 .info {
    background-color: #fff;
    color: #a9b973;
}

.tb01 .info th {
    color: #333;
}

.tb01 .info td {
    font-weight: bold;
}

/* BOX(LINE) */

.style-border-green {
    border: 1px solid #4cc764;
}

.p-blogParts[data-partsid="81"] .wp-block-columns {
    margin-bottom: 0 !important;
}

/* TOP */

.p-top-midashi {
    font-size: 1.1em;
    font-family: WebLTGothicFont;
    border: none;
    position: relative;
    padding: .5em 1em;
    background-color: #ddc5c0;/*テープの色*/
    border-left: 3px dotted rgba(0,0,0,0.1);/*切れ端*/
    border-right: 3px dotted rgba(0,0,0,0.1);/*切れ端*/
    box-shadow: 0 0 5px rgba(0,0,0,0.2);/*影*/   
}

/* FAQ */

.swell-block-faq .faq_q {
    color: #3d7671;
}

[data-a=fill-main] .faq_a:before {
    background-color: #a9b973;
}

/* PCサイズ */

@media (min-width: 600px) {
    .c-pageTitle {
        font-size: 2em;
    }
}

/* タブレットサイズ以下 */

@media (max-width: 599px) {
    .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        margin: 1.2em 0;
        padding: 1em 1em;
        font-size: 26px;
        line-height: 1.3;
        background-size: auto 70px;
    }

    .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        font-size: 20px;
        margin: 1.2em 0;
    }

    .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        font-size: 20px;
        margin: 1.2em 0;
    }

    .post_content h5 {
        font-size: 16px;
        line-height: 1.5;
    }

    h2.h2-box-shop-info {
        margin: 0 0 10px 0;
        padding: 0 0 0 24px;
        font-size: 20px;
        line-height: 2;
    }
}