@charset 'UTF-8';
/*　パターン基本設定
=============================================================== */
/*　カラムの初期スタイル打消し
---------------------------------------- */
.boxColor > div,
.img3_3_3 > div,
.img5_5 > div,
.boxWrap5_5 > div,
.box5_5 > div,
.box5_5img > div,
.box5img_5 > div,
.box8_2 > div,
.box2_8 > div,
.box6_4 > div,
.box4_6 > div {
    flex-basis:auto !important;
    flex-grow:0 !important;
    margin-bottom:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
}

/*　Flex縦揃えの場合
---------------------------------------- */
.centerStyle {
    align-items:center !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow:0;
}

/*　Flex縦揃えの場合
---------------------------------------- */
.centerStyle {
    align-items:center !important;
}

/*===============================================================

テキスト類

===============================================================*/
/* 段落
---------------------------------------- */
p.is-style-main-paragraph {
    background:#f2f2f2;
    padding:10px 15px;
    margin-bottom:14px;
    border-radius:6px;
    line-height:1.6 !important;
}

p {
    line-height:1.6 !important;
    margin:0 0 1em 0;
    padding:0;
}

/* 引用
---------------------------------------- */
blockquote {
    border-left:2px solid #cccccc;
    padding:15px;
    background-color:#ffffff;
    margin:30px;
    font-style:italic;
    font-size:90%;
}

/*===============================================================

レイアウト

===============================================================*/
/*　boxWrap5_5
---------------------------------------- */
.boxWrap5_5 {
    margin:1.5em 0;
}
.boxWrap5_5 > .lBox,
.boxWrap5_5 > .rBox {
    width:48% !important;
    margin-bottom:0 !important;
    border:1px solid #cccccc;
    border-radius:12px;
    padding:15px 15px 0 15px;
}
.boxWrap5_5 > .lBox img,
.boxWrap5_5 > .rBox img {
    margin-bottom:1em;
}

/*　boxWrap3_3_3
---------------------------------------- */
.boxWrap3_3_3 {
    margin:1.5em 0;
}
.boxWrap3_3_3 > .lBox,
.boxWrap3_3_3 > .cBox,
.boxWrap3_3_3 > .rBox {
    width:31% !important;
    margin-bottom:0 !important;
    border:1px solid #cccccc;
    border-radius:12px;
    padding:15px 15px 0 15px;
}
.boxWrap3_3_3 > .lBox img,
.boxWrap3_3_3 > .cBox img,
.boxWrap3_3_3 > .rBox img {
    margin-bottom:1em;
}

/*　box3_3_3(image:text)
---------------------------------------- */
.box3_3_3 {
    margin:1.5em 0;
}
.box3_3_3 > .lBox,
.box3_3_3 > .cBox,
.box3_3_3 > .rBox {
    width:31% !important;
    margin-bottom:0 !important;
}
.box3_3_3 > .lBox img,
.box3_3_3 > .cBox img,
.box3_3_3 > .rBox img {
    margin-bottom:1em;
}

/*　box5_5(image:text)
---------------------------------------- */
/*　box5_5(text:img)
---------------------------------------- */
.box5_5,
.box5img_5,
.box5_5img {
    justify-content:center !important;
}
.box5_5 > .lBox,
.box5_5 > .rBox,
.box5img_5 > .lBox,
.box5img_5 > .rBox,
.box5_5img > .lBox,
.box5_5img > .rBox {
    width:47% !important;
    margin-bottom:0 !important;
}

/*　box4_6(image:text)
---------------------------------------- */
.box4_6 {
    justify-content:center !important;
}
.box4_6 > .lBox {
    width:38% !important;
    margin-bottom:0 !important;
}
.box4_6 > .rBox {
    width:58% !important;
    margin-bottom:0 !important;
}

/*　box6_4(text:image)
---------------------------------------- */
.box6_4 {
    justify-content:center !important;
}
.box6_4 > .lBox {
    width:58% !important;
    margin-bottom:0 !important;
}
.box6_4 > .rBox {
    width:38% !important;
    margin-bottom:0 !important;
}

/*　box8_2(text:image)
---------------------------------------- */
.box8_2 {
    display:flex;
    margin:1.5em 0;
}
.box8_2 > .lBox {
    width:78% !important;
    margin-bottom:0 !important;
}
.box8_2 > .rBox {
    width:18% !important;
    margin-bottom:0 !important;
}

@media only screen and (max-width: 768px) {
    .box8_2 {
        display:flex;
    }
    .box8_2 > .lBox {
        order:2;
    }
    .box8_2 > .rBox {
        order:1;
    }
}
/*　box2_8(image：text)
---------------------------------------- */
.box2_8 {
    display:flex;
    margin:1.5em 0;
}
.box2_8 > .lBox {
    width:18% !important;
    margin-bottom:0 !important;
}
.box2_8 > .rBox {
    width:78% !important;
    margin-bottom:0 !important;
}

/*===============================================================

ボックス

===============================================================*/
/*　ボックスカラー
---------------------------------------- */
.boxColor {
    padding:20px 30px !important;
    width:100% !important;
    border-radius:8px;
    overflow:hidden;
}
.boxColor .inner .inTtl {
    font-family:'Shippori Mincho', serif;
    font-size:2.4rem;
    margin-bottom:15px;
    letter-spacing:0;
}

.boxColor1 {
    background:#009935;
    color:#ffffff;
}

.boxColor2 {
    background:#39b062;
    color:#ffffff;
}

.boxColor3 {
    background:#435bb7;
    color:#ffffff;
}

/*　ボックス（タイトル付）
---------------------------------------- */
.boxTitle {
    border:1px solid #333333;
    position:relative;
    padding:20px;
}
.boxTitle .inner p {
    margin-top:40px;
}
.boxTitle .innerTtl {
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:5px 50px;
    background-color:#000000;
    color:#ffffff;
    font-size:1.6rem;
}

/*===============================================================

画像

===============================================================*/
/*　画像幅(１００％)
---------------------------------------- */
.img_100 * {
    width:100% !important;
    height:auto !important;
}

/*　画像5：5
---------------------------------------- */
.img5_5 {
    justify-content:center !important;
    align-items:center !important;
}
.img5_5 > .lBox,
.img5_5 > .rBox {
    width:48% !important;
    margin-bottom:0 !important;
}

/*　画像角丸
---------------------------------------- */
.kadomaru img {
    border-radius:15px;
}

/*===============================================================

見出し

===============================================================*/
/*　見出しデフォルト
---------------------------------------- */
/*.page-content,
.single-content,
*/
.page-content h1,
.post-type-page.editor-styles-wrapper h1 {
    line-height:1.5;
}
.entry-content h1,
.post-type-post.editor-styles-wrapper h1 {
    line-height:1.5;
}
.underLineCenter {
    position:relative;
    display:block;
    padding-bottom:1em;
    text-align:center;
    margin-bottom:1em;
    color:#009935;
}

.underLineCenter::after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:4px;
    /* 下線の太さは調整可能 */
    background:linear-gradient(to right, #39b062, #04ade8);
    border-radius:2px;
    /* 角を丸めたい場合 */
}

/*　見出しスタイル切り替え
---------------------------------------- */
h1.is-style-main-heading {
    font-family:'Zen Old Mincho', serif;
    padding:0.5em 0;
    margin:2em 0 1em;
}

h2.is-style-main-heading {
    clear:both;
    background:none;
    font-family:'Zen Old Mincho', serif;
    color:#009935;
    border-bottom:1px solid #39b062;
    padding:0.5em 0;
    margin:2em 0 1em;
    display:block;
}

h3.is-style-main-heading {
    display:flex;
    /*テキストと2本の線を横並びさせる指定*/
    justify-content:center;
    /*テキストと2本の線を左右中央配置*/
    align-items:center;
    /*テキストと2本の線を上下中央配置*/
    font-size:150%;
    font-family:'Shippori Mincho', serif;
    font-weight:700;
    border-bottom:0 dashed #009935;
    color:#009935;
    background:none;
}

h3.is-style-main-heading::before,
h3.is-style-main-heading::after {
    content:'';
    width:70px;
    height:1px;
    background-color:#000000;
}

h3.is-style-main-heading::before {
    margin-right:30px;
    /*テキストと線の間の余白*/
}

h3.is-style-main-heading::after {
    margin-left:30px;
    /*テキストと線の間の余白*/
}

h4.is-style-main-heading {
    font-family:'Zen Old Mincho', serif;
    padding:0.2rem 1rem 0.2rem 1.5rem;
    margin-bottom:0.2rem;
    background-image:linear-gradient(#39b062 50%, #cccccc 50%);
    background-repeat:no-repeat;
    background-size:0.5rem 100%;
    font-weight:bold;
    margin:2em 0 1em;
}
h4.is-style-main-heading :before {
    content:none;
    color:#009935;
}

h4.is-style-main-heading:before {
    content:none;
    color:#009935;
}

h5.is-style-main-heading {
    font-size:100%;
    font-weight:bold;
    color:#ffffff;
    background-color:#009935;
    margin:0;
    padding:0.25em 0.5em;
    text-align:center;
    display:inline-block;
}

h6.is-style-main-heading {
    font-weight:bold;
    text-align:center;
}

/*===============================================================

リスト

===============================================================*/
/* リスト
---------------------------------------- */
ol.is-style-main-list,
ul.is-style-main-list {
    margin:0 0 30px 0;
    padding:15px;
    counter-reset:list-count;
    counter-reset:number;
    width:100% !important;
}

ol.is-style-main-list > li,
ul.is-style-main-list > li {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    border-bottom:2px dotted #dddddd;
    padding-left:5px !important;
}

ol.is-style-main-list > li,
ul.is-style-main-list > li {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    border-bottom:2px dotted #dddddd;
    padding:0.7em 0;
}

ol.is-style-main-list > li .block-list-appender,
ul.is-style-main-list > li .block-list-appender {
    display:none !important;
}

ol.is-style-main-list > li:before,
ul.is-style-main-list > li:before {
    content:counter(number, decimal-leading-zero);
    counter-increment:number;
    color:#009935;
    font-style:normal !important;
    font-size:115% !important;
    margin-right:0.5em !important;
    display:inline-block;
    text-align:left;
    white-space:nowrap;
}

ol.is-style-main-list > li:last-child,
ul.is-style-main-list > li:last-child {
    border-bottom:none;
    list-style:none !important;
}

ul.is-style-main-list > li:before {
    content:'■';
    list-style:none !important;
    font-size:100% !important;
    -webkit-transform:scale(0.7);
        -ms-transform:scale(0.7);
            transform:scale(0.7);
    font-weight:bold;
    opacity:0.8;
}

/*===============================================================

表組

===============================================================*/
/*　テーブル初期設定
---------------------------------------- */
.wp-block-flexible-table-block-table.tblBase > table thead tr th {
    background:#666666;
    color:#ffffff;
    /*border: 0; 枠線をなくす場合*/
    border:1px solid #cccccc;
}
.wp-block-flexible-table-block-table.tblBase > table tbody tr th {
    background:#009935;
    color:#ffffff;
    /*border: 0; 枠線をなくす場合*/
    border:1px solid #cccccc;
}
.wp-block-flexible-table-block-table.tblBase > table tbody tr td {
    /*border: 0; 枠線をなくす場合*/
    border:1px solid #cccccc;
}

/*　テーブル:SP縦組み（左見出し30%:右コンテンツ）
---------------------------------------- */
.wp-block-flexible-table-block-table.tblBase.tblRes > table tr th {
    width:30%;
}

/*　テーブル:SP縦組み（左見出し50%:右コンテンツ）
---------------------------------------- */
.wp-block-flexible-table-block-table.tblBase.tblRes.tblResW50 > table tr th {
    width:50%;
}

/*　テーブル:SPスクロール
---------------------------------------- */
.wp-block-flexible-table-block-table.tblBase.tblScroll > table th,
.wp-block-flexible-table-block-table.tblBase.tblScroll > table td {
    display:table-cell !important;
}

@media only screen and (max-width: 768px) {
    .wp-block-flexible-table-block-table.tblBase.tblRes.tblResW50 > table tr th,
    .wp-block-flexible-table-block-table.tblBase.tblRes.tblResW50 > table tr td,
    .wp-block-flexible-table-block-table.tblBase.tblRes > table tr th,
    .wp-block-flexible-table-block-table.tblBase.tblRes > table tr td {
        width:100%;
        display:block;
    }
    .wp-block-flexible-table-block-table.tblBase.tblRes.tblResW50 > table tr th,
    .wp-block-flexible-table-block-table.tblBase.tblRes > table tr th {
        border:0;
    }
    .wp-block-flexible-table-block-table.tblBase.tblScroll {
        display:block;
        overflow:auto;
        white-space:pre-line;
        padding-bottom:20px;
        position:relative;
    }
    .wp-block-flexible-table-block-table.tblBase.tblScroll > table {
        min-width:640px;
        max-width:1300px;
    }
}
/* table
========================================================================== */
/* res ----------------------------------- */
.res table {
    border-collapse:collapse;
    border:3px solid #ddd3c5;
}
.res table th,
.res table td {
    border-collapse:collapse;
    border:1px solid #ddd3c5;
}

.res table {
    font-size:100%;
    margin-bottom:8px;
    width:100%;
}
.res tr {
    border:0;
}
.res th {
    color:#009935;
    font-weight:bold;
    line-height:1.5;
    background:#f2f1eb;
    padding:15px;
    text-align:left;
}
.res th.w20 {
    width:20% !important;
}
.res th.w30 {
    width:30% !important;
}
.res th.w40 {
    width:40% !important;
}
.res td {
    padding:15px;
    line-height:1.5;
    background:#ffffff;
    text-align:left;
}
.res td ul {
    padding-left:24px;
}
.res td ol {
    padding-left:0 !important;
    margin-left:16px;
}
.res td .price {
    font-size:2.6rem;
    font-family:'Noto Sans JP', sans-serif;
    font-optical-sizing:auto;
    font-weight:800;
    color:#037f6a;
}
.res td ul {
    margin:0;
}
.res th.f2f {
    background:#f2f2f2;
}

@media only screen and (max-width: 768px) {
    .res tr {
        width:100%;
        display:block;
    }
    .res th {
        width:100%;
        display:block !important;
    }
    .res th.w20,
    .res th.w30,
    .res th.w40 {
        display:block !important;
        width:100% !important;
    }
    .res td {
        width:100%;
        display:block;
        border-top:none;
    }
}
/* Scroll ----------------------------------- */
.scrollTble td,
.scrollTble th,
.scrollTble table {
    border-collapse:collapse;
    border:1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
    .scrollTble td,
    .scrollTble th,
    .scrollTble table {
        width:760px;
    }
}
.scrollTble tbody tr:nth-of-type(even) td {
    background:#f6f7f9;
}
.scrollTble td,
.scrollTble th {
    padding:12px;
}
.scrollTble th {
    background:#435bb7;
    color:#ffffff;
}

/*===============================================================

スペーサー

===============================================================*/
/*　Spacer
=============================================================== */
.block-editor-block-list__layout .spacerL_block,
.block-editor-block-list__layout .spacerS_block,
.wp-editor .spacerL_block,
.wp-editor .spacerS_block {
    background:#eeeeee !important;
    opacity:1 !important;
}

.spacerL_block {
    height:60px;
    background:transparent;
    opacity:0;
    display:block;
    border:none !important;
    width:100%;
    margin-bottom:0 !important;
}

@media screen and (max-width: 765px) {
    .spacerL_block {
        height:30px;
    }
}
.spacerS_block {
    height:30px;
    background:transparent;
    opacity:0;
    display:block;
    border:none !important;
    width:100%;
    margin-bottom:0 !important;
}

@media screen and (max-width: 765px) {
    .spacerS_block {
        height:15px;
    }
}
/*===============================================================

スライダー

===============================================================*/
.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
    padding:0 0 40px 0;
    position:relative;
    /*ドットナビゲーションの設定*/
}
.slider figure {
    padding:15px;
}
.slider figure img {
    width:100%;
    /*スライダー内の画像を横幅100%に*/
    height:auto;
}
.slider .slick-prev,
.slider .slick-next {
    position:absolute;
    top:42%;
    cursor:pointer;
    outline:none;
    border-top:2px solid #666666;
    border-right:2px solid #666666;
    height:15px;
    width:15px;
}
.slider .slick-prev {
    left:-1.5%;
    transform:rotate(-135deg);
}
.slider .slick-next {
    right:-1.5%;
    transform:rotate(45deg);
}
.slider .slick-dots {
    bottom:0;
    margin:0 0 20px 0;
}
.slider .slick-dots li button:before {
    font-size:14px !important;
}

/*===============================================================

ボタン

===============================================================*/
.inLink {
    display:inline-block;
}
.inLink a {
    position:relative;
    background:#ffffff;
    border:1px solid #39b062;
    border-radius:5px;
    color:#39b062;
    font-weight:bold;
    padding:0.6em 3.5em 0.6em 1em;
}
.inLink a::after {
    position:absolute;
    right:10px;
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    content:'\f101';
    color:#39b062;
}

.outLink a {
    position:relative;
    background:#ffffff;
    border:1px solid #39b062;
    border-radius:5px;
    color:#39b062;
    font-weight:bold;
    padding:0.6em 3.5em 0.6em 1em;
}
.outLink a::after {
    position:absolute;
    right:10px;
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    content:'\f35d';
    color:#39b062;
}

.inFile1 a {
    position:relative;
    background:#ffffff;
    border:1px solid #39b062;
    border-radius:5px;
    color:#39b062;
    font-weight:bold;
    padding:0.6em 3.5em 0.6em 1em;
}
.inFile1 a::after {
    position:absolute;
    right:10px;
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    content:'\f019';
    color:#39b062;
}

.inFile2 a {
    position:relative;
    background:#ffffff;
    border:1px solid #39b062;
    border-radius:5px;
    color:#39b062;
    font-weight:bold;
    padding:0.6em 3.5em 0.6em 1em;
}
.inFile2 a::after {
    position:absolute;
    right:10px;
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    content:'\f15b';
    color:#39b062;
}

/*===============================================================

ページ全体

===============================================================*/
/* 固定ページでのFlex実現
---------------------------------------- */
.flexWrap {
    /*これは設定したい親要素*/
    border:1px solid blue;
    padding:15px;
}
.flexWrap > .wp-block-group__inner-container {
    /*これが自動挿入されるのでFlexを設定する*/
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    width:100%;
    gap:20px !important;
}
.flexWrap > .wp-block-group__inner-container > .flex__item {
    /*これは設定したい子要素*/
    width:calc(33.3% - 20px);
    padding:15px;
    border:1px solid red;
}
