@charset 'UTF-8';
/*　パターン基本設定
=============================================================== */
/*　パターン基本設定
=============================================================== */
html {
    font-size:62.5%;
}

body.editor-styles-wrapper {
    font-size:16px;
}

/*　カラムの初期スタイル打消し
---------------------------------------- */
.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:#0082d5;
    color:#ffffff;
}

.boxColor2 {
    background:#00adec;
    color:#ffffff;
}

.boxColor3 {
    background:#002076;
    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;
}

/*　見出し
=============================================================== */
/*　見出しデフォルト
---------------------------------------- */
/*.page-content,
.single-content,
*/
.page-content h1,
.post-type-page.editor-styles-wrapper h1 {
    line-height:1.5;
}
.page-content h2,
.post-type-page.editor-styles-wrapper h2 {
    position:relative;
    /*疑似要素の基準*/
    padding-bottom:15px;
    width:100%;
    font-size:26px;
    border-bottom:5px solid #eeeeee;
    margin-top:2.5em;
    margin-bottom:0.5em;
}
.page-content h2::after,
.post-type-page.editor-styles-wrapper h2::after {
    /*黄色の線を疑似要素で表現*/
    content:'';
    position:absolute;
    top:100%;
    /*上から100%の位置に配置*/
    left:0;
    width:120px;
    height:5px;
    background-color:#ec6d74;
}
.page-content h2.UnderLine,
.post-type-page.editor-styles-wrapper h2.UnderLine {
    font-size:clamp(2.2rem, 3vw, 3rem);
    font-weight:bold;
    text-align:center;
    position:relative;
    padding-bottom:15px;
    margin-bottom:30px;
}
.page-content h2.UnderLine::after,
.post-type-page.editor-styles-wrapper h2.UnderLine::after {
    content:'';
    display:block;
    width:60px;
    height:3px;
    background:#002076;
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
}
.page-content h3.color1Ttl,
.post-type-page.editor-styles-wrapper h3.color1Ttl {
    color:#0082d5;
    text-align:center;
    font-size:clamp(2rem, 2.6vw, 2.6rem);
}
.page-content h3.under,
.post-type-page.editor-styles-wrapper h3.under {
    border-bottom:1px solid #002076;
    padding:15px 0;
    font-size:clamp(2rem, 2.8vw, 2.8rem);
    color:#0082d5;
    text-align:left;
    margin-bottom:20px;
}
.page-content h3.shikaku,
.post-type-page.editor-styles-wrapper h3.shikaku {
    font-size:1.8rem;
    font-weight:bold;
    position:relative;
    margin-top:30px;
    margin-bottom:10px;
    padding-left:20px;
    font-family:'Noto Sans JP', sans-serif;
    font-optical-sizing:auto;
    font-weight:700;
    font-style:normal;
}
.page-content h3.shikaku::before,
.post-type-page.editor-styles-wrapper h3.shikaku::before {
    content:'■';
    color:#ec6d74;
    position:absolute;
    left:0;
    top:4px;
    line-height:1.8rem;
}
.page-content h4,
.post-type-page.editor-styles-wrapper h4 {
    font-size:1.8rem;
    font-weight:bold;
    position:relative;
    color:#ec6d74;
    margin-top:1em;
    margin-bottom:0.5em;
}
.single-content h1,
.post-type-post.editor-styles-wrapper h1 {
    line-height:1.5;
}
.single-content h2,
.post-type-post.editor-styles-wrapper h2 {
    background:#f2f2f2;
    border-left:6px solid #00adec;
    border-radius:0 16px 16px 0;
    padding:0.5em 0.5em;
    margin-bottom:1em;
    font-size:clamp(2rem, 2.8vw, 2.8rem);
}
.single-content h3,
.post-type-post.editor-styles-wrapper h3 {
    font-size:clamp(1.8rem, 2.4vw, 2.4rem);
    font-weight:bold;
    position:relative;
    margin-top:30px;
    margin-bottom:0.5em;
    padding-left:30px;
    font-family:'Noto Sans JP', sans-serif;
    font-optical-sizing:auto;
    font-weight:700;
    font-style:normal;
}
.single-content h3::before,
.post-type-post.editor-styles-wrapper h3::before {
    content:'■';
    color:#00adec;
    position:absolute;
    left:0;
    top:10px;
    line-height:1.8rem;
}
.single-content h4,
.post-type-post.editor-styles-wrapper h4 {
    position:relative;
    display:table-cell;
    padding-left:55px;
    color:#333333;
    margin-bottom:0.5em;
}
.single-content h4:before,
.post-type-post.editor-styles-wrapper h4:before {
    position:absolute;
    content:'';
    top:calc(50% - 5px);
    width:40px;
    left:0;
    height:6px;
    border-top:solid 6px #00adec;
}
.single-content h5,
.post-type-post.editor-styles-wrapper h5 {
    font-size:1.6rem;
    font-weight:bold;
    display:inline-block;
    background:linear-gradient(transparent 60%, #c9e3f8 60%);
    margin-bottom:0.5em;
}
.single-content h6,
.post-type-post.editor-styles-wrapper h6 {
    font-size:1.6rem;
    font-weight:bold;
    margin-bottom:0.5em;
}

/*　見出しスタイル切り替え
---------------------------------------- */
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:#0082d5;
    border-bottom:1px solid #00adec;
    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 #0082d5;
    color:#0082d5;
    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(#00adec 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:#0082d5;
}

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

h5.is-style-main-heading {
    font-size:100%;
    font-weight:bold;
    color:#ffffff;
    background-color:#0082d5;
    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:#0082d5;
    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:#0082d5;
    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 !important;
}

.res table {
    font-size:100%;
    margin-bottom:8px;
    width:100%;
}
.res tr {
    border:0;
}
.res th {
    color:#0082d5;
    font-weight:bold;
    line-height:1.5;
    background:#f2f1eb !important;
    padding:15px;
    text-align:left;
    color:#333333 !important;
    padding:15px !important;
}
.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;
    padding:15px !important;
}
.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:#002076;
    color:#ffffff;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    border:1px solid #cccccc;
}

/*　スペーサー
=============================================================== */
/*　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 #00adec;
    border-radius:5px;
    color:#00adec;
    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:#00adec;
}

.outLink a {
    position:relative;
    background:#ffffff;
    border:1px solid #00adec;
    border-radius:5px;
    color:#00adec;
    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:#00adec;
}

.inFile1 a {
    position:relative;
    background:#ffffff;
    border:1px solid #00adec;
    border-radius:5px;
    color:#00adec;
    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:#00adec;
}

.inFile2 a {
    position:relative;
    background:#ffffff;
    border:1px solid #00adec;
    border-radius:5px;
    color:#00adec;
    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:#00adec;
}

a.btn01 {
    display:inline-block;
    position:relative;
    text-decoration:none;
    color:#333333;
}
a.btn01::before {
    content:'';
    position:absolute;
    bottom:-5px;
    right:-5px;
    width:100%;
    height:100%;
    background-image:repeating-linear-gradient(-45deg, #2b550e 0px, #2b550e 2px, transparent 0%, transparent 50%);
    background-size:8px 8px;
    z-index:1;
}
a.btn01 span {
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    padding:30px 10px;
    width:260px;
    font-size:18px;
    font-weight:700;
    background-color:#90be70;
    z-index:2;
    transition:all 0.2s ease;
    top:0;
    left:0;
}
a.btn01:hover span {
    top:5px;
    left:5px;
}

/*ブロックエディタ用*/
.btn01 a {
    display:inline-block;
    position:relative;
    text-decoration:none;
    color:#333333;
}
.btn01 a::before {
    content:'';
    position:absolute;
    bottom:-5px;
    right:-5px;
    width:100%;
    height:100%;
    background-image:repeating-linear-gradient(-45deg, #2b550e 0px, #2b550e 2px, transparent 0%, transparent 50%);
    background-size:8px 8px;
    z-index:1;
}
.btn01 a span {
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    padding:30px 10px;
    width:260px;
    font-size:18px;
    font-weight:700;
    background-color:#90be70;
    z-index:2;
    transition:all 0.2s ease;
    top:0;
    left:0;
}
.btn01 a:hover span {
    top:5px;
    left:5px;
}

a.btn02 {
    display:inline-block;
    position:relative;
    padding:30px 10px;
    width:260px;
    color:#333333;
    font-size:18px;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    background-color:#90be70;
    z-index:1;
}
a.btn02::before {
    content:'';
    position:absolute;
    top:-8px;
    left:-8px;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    border:2px solid #2b550e;
    background-color:transparent;
    transition:transform 0.2s ease;
    z-index:0;
}
a.btn02:hover::before {
    transform:translate(8px, 8px);
}

/*ブロックエディタ用*/
.btn02 a {
    display:inline-block;
    position:relative;
    padding:30px 10px;
    width:260px;
    color:#333333;
    font-size:18px;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    background-color:#90be70;
    z-index:1;
}
.btn02 a::before {
    content:'';
    position:absolute;
    top:-8px;
    left:-8px;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    border:2px solid #2b550e;
    background-color:transparent;
    transition:transform 0.2s ease;
    z-index:0;
}
.btn02 a:hover::before {
    transform:translate(8px, 8px);
}

a.btn03 {
    display:block;
    padding:30px 10px;
    width:260px;
    color:#333333;
    font-size:18px;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    background-color:#90be70;
    border-image-source:repeating-linear-gradient(45deg, #2b550e 0px, #2b550e 4px, rgba(0, 0, 0, 0) 4px, rgba(0, 0, 0, 0) 6px);
    border-image-slice:3;
    border-width:3px;
    border-image-repeat:round;
    border-style:solid;
    transition:0.15s all;
}
a.btn03:hover {
    transform:translateY(2px);
}

/*ブロックエディタ用*/
.btn03 a {
    display:block;
    padding:30px 10px;
    width:260px;
    color:#333333;
    font-size:18px;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    background-color:#90be70;
    border-image-source:repeating-linear-gradient(45deg, #2b550e 0px, #2b550e 4px, rgba(0, 0, 0, 0) 4px, rgba(0, 0, 0, 0) 6px);
    border-image-slice:3;
    border-width:3px;
    border-image-repeat:round;
    border-style:solid;
    transition:0.15s all;
}
.btn03 a:hover {
    transform:translateY(2px);
}

a.btn04 {
    display:block;
    position:relative;
    padding:30px;
    width:260px;
    color:#333333;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    background-color:#90be70;
    border-radius:20px;
    overflow:hidden;
}
a.btn04::after {
    content:'';
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    width:50px;
    height:2px;
    background-color:#2b550e;
    transition:transform 0.3s ease;
}
a.btn04:hover::after {
    transform:translate(20px, -50%);
}

/*ブロックエディタ用*/
.btn04 a {
    display:block;
    position:relative;
    padding:30px;
    width:260px;
    color:#333333;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    background-color:#90be70;
    border-radius:20px;
    overflow:hidden;
}
.btn04 a::after {
    content:'';
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    width:50px;
    height:2px;
    background-color:#2b550e;
    transition:transform 0.3s ease;
}
.btn04 a:hover::after {
    transform:translate(20px, -50%);
}

a.btn05 {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:30px;
    width:260px;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    background-color:#ec6d74;
    border-radius:15px;
    margin:0 auto;
}
a.btn05::after {
    content:'';
    width:10px;
    height:10px;
    border-top:2px solid #ffffff;
    border-right:2px solid #ffffff;
    transform:translateX(0) rotate(45deg);
    transition:transform 0.3s ease;
}
a.btn05:hover::after {
    transform:translateX(5px) rotate(45deg);
}

/*ブロックエディタ用*/
.btn05 a {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px 20px;
    width:260px;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    background-color:#ec6d74;
    border-radius:15px;
    margin:0 auto;
    position:relative;
}
.btn05 a::after {
    position:absolute;
    right:20px;
    content:'';
    width:10px;
    height:10px;
    border-top:2px solid #ffffff;
    border-right:2px solid #ffffff;
    transform:translateX(0) rotate(45deg);
    transition:transform 0.3s ease;
}
.btn05 a:hover::after {
    transform:translateX(5px) rotate(45deg);
}

.btn05.nolink a {
    cursor:default;
    background-color:#cccccc;
    color:#333333;
}
.btn05.nolink a::after {
    border-top:2px solid #333333;
    border-right:2px solid #333333;
}

.btn06 a {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px 20px;
    width:260px;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    background-color:#0082d5;
    border-radius:15px;
    margin:0 auto;
    position:relative;
}
.btn06 a::after {
    position:absolute;
    right:20px;
    content:'';
    width:10px;
    height:10px;
    border-top:2px solid #ffffff;
    border-right:2px solid #ffffff;
    transform:translateX(0) rotate(45deg);
    transition:transform 0.3s ease;
}
.btn06 a:hover::after {
    transform:translateX(5px) rotate(45deg);
}

.btn300 a {
    width:300px;
}
@media only screen and (max-width: 768px) {
    .btn300 a {
        width:100%;
        font-size:1.4rem;
        margin:0 auto;
    }
}

.btn06.nolink a {
    cursor:default;
    background-color:#cccccc;
    color:#333333;
}
.btn06.nolink a::after {
    border-top:2px solid #333333;
    border-right:2px solid #333333;
}

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

ページ全体

===============================================================*/
/* 固定ページでの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;
}

.flex2Wrap {
    /*これは設定したい親要素*/
    padding:5px;
}
@media only screen and (max-width: 768px) {
    .flex2Wrap {
        padding:10px 10px;
    }
}
.flex2Wrap > .wp-block-group__inner-container {
    /*これが自動挿入されるのでFlexを設定する*/
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    width:100%;
    gap:20px !important;
}
.flex2Wrap > .wp-block-group__inner-container > .flex__item {
    /*これは設定したい子要素*/
    width:calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
    .flex2Wrap > .wp-block-group__inner-container {
        gap:10px !important;
    }
    .flex2Wrap > .wp-block-group__inner-container > .flex__item {
        /*これは設定したい子要素*/
        width:calc(50% - 10px);
    }
}
@media only screen and (max-width: 600px) {
    .flex2Wrap > .wp-block-group__inner-container {
        display:block;
    }
    .flex2Wrap > .wp-block-group__inner-container > .flex__item {
        text-align:center;
        width:100%;
    }
}

/*　TOP
---------------------------------------- */
.mainV_bk {
    background:url(../images/top/mainV_bk.png) repeat-x bottom center;
}
@media only screen and (max-width: 600px) {
    .mainV_bk {
        position:relative;
        height:60px;
        background-size:contain;
    }
    .mainV_bk .mainVunder {
        position:absolute;
        bottom:0;
        left:50%;
                transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
            -ms-transform:translateX(-50%);
        width:100%;
    }
}

.mvWrap {
    position:relative;
}
.mvWrap .infoModal {
    position:absolute;
    top:-60px;
    right:0;
}
.mvWrap .infoModal img {
    animation:shakeTwice 3s ease-in-out infinite;
}

.modalSp {
    display:none;
}

@media only screen and (max-width: 1080px) {
    .mainLogo {
        display:none;
    }
    .mvWrap .infoModal {
        display:none;
    }
    .modalSp {
        display:block;
        text-align:center;
    }
    .modalSp img {
        animation:shakeTwice 3s ease-in-out infinite;
        display:inline-block;
    }
}
@keyframes shakeTwice {
    0% {
        transform:translateX(0);
    }
    2% {
        transform:translateX(-4px);
    }
    4% {
        transform:translateX(4px);
    }
    6% {
        transform:translateX(-4px);
    }
    8% {
        transform:translateX(4px);
    }
    10% {
        transform:translateX(0);
    }
    100% {
        transform:translateX(0);
    }
}
/*　.topEvent
---------------------------------------- */
.topEvent {
    background-color:#002076;
    padding:40px 20px;
    /* .contentWrap {
          max-width: 1200px;
          margin: 0 auto;
      }
  */
}
.topEvent .eventFlex {
    display:flex;
    gap:20px;
}
.topEvent .event__ttl {
    flex:2;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#ffffff;
    text-align:center;
}
.topEvent .event__ttl .subTtl {
    font-size:1.4rem;
    margin-bottom:10px;
}
.topEvent .event__ttl h2 {
    font-family:'Noto Sans JP', sans-serif;
    font-optical-sizing:auto;
    font-weight:700;
    font-style:normal;
    font-size:2.6rem;
    margin:20px 0;
    padding:10px 0;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}
@media only screen and (max-width: 1256px) {
    .topEvent .event__ttl h2 {
        font-size:2rem;
    }
}
@media only screen and (max-width: 1080px) {
    .topEvent .event__ttl h2 {
        font-size:2.6rem;
    }
}
.topEvent .event__cont {
    flex:8;
    background-color:#ffffff;
    border-radius:12px;
    padding:20px;
    box-shadow:0 4px 10px rgba(0, 0, 0, 0.05);
}
.topEvent .event__cont .contFlex {
    display:flex;
    gap:20px;
}
.topEvent .event__cont .contFlex .cont__img {
    flex:2;
}
.topEvent .event__cont .contFlex .cont__img img {
    width:100%;
    height:auto;
    border-radius:12px;
    display:block;
}
.topEvent .event__cont .contFlex .cont__txt {
    flex:8;
    color:#333333;
}
.topEvent .event__cont .contFlex .cont__txt .theme,
.topEvent .event__cont .contFlex .cont__txt .koshi {
    margin-bottom:10px;
    font-size:2.4rem;
}
.topEvent .event__cont .contFlex .cont__txt .theme span.tag,
.topEvent .event__cont .contFlex .cont__txt .koshi span.tag {
    display:inline-block;
    font-weight:bold;
    margin-right:0.5em;
    background-color:#f2f2f2;
    width:100px;
    text-align:center;
    border-radius:15px;
    color:#ffffff;
    font-size:1.6rem;
}
.topEvent .event__cont .contFlex .cont__txt .theme .mini,
.topEvent .event__cont .contFlex .cont__txt .koshi .mini {
    font-size:1.4rem;
    margin-left:0.5em;
}
.topEvent .event__cont .contFlex .cont__txt .theme {
    color:#ec6d74;
    font-family:'Noto Sans JP', sans-serif;
    font-optical-sizing:auto;
    font-weight:700;
    font-style:normal;
}
.topEvent .event__cont .contFlex .cont__txt .theme span.tag {
    background-color:#ec6d74;
}
.topEvent .event__cont .contFlex .cont__txt .koshi {
    font-family:'Noto Sans JP', sans-serif;
    font-optical-sizing:auto;
    font-weight:700;
    font-style:normal;
}
.topEvent .event__cont .contFlex .cont__txt .koshi span.tag {
    background-color:#0082d5;
}
.topEvent .event__cont .contFlex .cont__txt .sakuhin ul {
    padding-left:20px;
    list-style:disc;
}
.topEvent .event__cont .contFlex .cont__txt .sakuhin li {
    margin-bottom:6px;
}
@media only screen and (max-width: 700px) {
    .topEvent .event__cont .contFlex {
        display:block;
    }
    .topEvent .event__cont .contFlex .cont__img {
        text-align:center;
    }
    .topEvent .event__cont .contFlex .cont__img img {
        max-width:240px;
        margin:15px auto;
    }
}
@media only screen and (max-width: 580px) {
    .topEvent .event__cont .contFlex .cont__txt .mainTag {
        display:block;
        font-size:1.8rem;
    }
    .topEvent .event__cont .contFlex .cont__txt .sakuhin {
        margin:0 !important;
        padding:0 !important;
    }
    .topEvent .event__cont .contFlex .cont__txt .sakuhin ul {
        margin-left:0.5em;
    }
}
@media only screen and (max-width: 1080px) {
    .topEvent .eventFlex {
        display:block;
    }
}
@media only screen and (max-width: 480px) {
    .topEvent {
        padding:10px 3px;
    }
}

/*　.topNews
---------------------------------------- */
.topNews {
    padding:5% 0;
}
.topNews dl {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:start;
    padding:1.5em 1em;
}
.topNews dl dt {
    width:100px;
}
.topNews dl dt .newsCat {
    font-size:1.4rem;
    background:#cccccc;
    color:#0082d5;
    display:inline-block;
    border-radius:15px;
    padding:1px 15px;
    margin:0 4px;
}
.topNews dl dd {
    width:calc(100% - 100px);
    margin:0;
}
.topNews dl dd a {
    text-decoration:none;
    line-height:1.5;
    color:#0082d5;
    transition:0.15s all;
    display:block;
}
.topNews dl dd a:hover {
    color:#435bb7;
}
.topNews dl:nth-of-type(odd) {
    background-color:#f2f2f2;
}
@media only screen and (max-width: 768px) {
    .topNews dl {
        display:block;
    }
    .topNews dl dd,
    .topNews dl dt {
        width:100%;
    }
}

/*title css*/
.entry-title {
    background-color:#00adec;
    color:#ffffff;
    border-radius:30px;
    text-align:center;
    font-size:clamp(2.2rem, 3vw, 3rem);
    padding:0.25em;
}

.single-title {
    color:#000000;
    text-align:center;
    font-size:clamp(2.2rem, 3vw, 3rem);
    padding:0 0.25em 0.5em;
    border-bottom:6px dotted #0082d5;
}

.title-wrap {
    text-align:center;
}

h2.headLine01 {
    position:relative;
    display:inline-block;
    padding:1rem 1.5rem;
    font-size:clamp(2.2rem, 3vw, 3rem);
    font-weight:bold;
    text-align:center;
    margin:0 auto;
    color:#002076;
}

h2.headLine01::before,
h2.headLine01::after {
    content:'';
    position:absolute;
    top:50%;
    width:1px;
    height:32px;
    transform:translateY(-50%) rotate(30deg);
    background-color:#333333;
}

h2.headLine01::before {
    left:-20px;
    transform:translateY(-50%) rotate(-30deg);
}

h2.headLine01::after {
    right:-20px;
}

/*ボタン 右にライン配置　マウスオーバーでライン移動*/
a.rightLine {
    display:block;
    position:relative;
    padding:30px 40px 30px 30px;
    width:300px;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    background-color:#ec6d74;
    border-radius:20px;
    margin:0 auto;
    transition:transform 0.1s ease;
}
a.rightLine::after {
    content:'';
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    width:50px;
    height:2px;
    background-color:#ffffff;
    transition:all 0.3s ease;
}
a.rightLine:hover::after {
    right:-5px;
    width:30px;
}
