@charset "UTF-8";
:root{
    --inner-width: 940px;
    --inner-width--sp: 93.75vw;
    --inner-sidespace--sp: 3.125vw;
    --main-black: #333;
    --text-gray: #7b8174;
    --main-green: #093;
    --main-light-green: #a6dd6f;
    --border-green: var(--main-light-green);
    --bg-green: #dff3cb;
    --bg-light-green: #ecf7e0;
    --main-blue: #06c;
    --main-light-blue: #66a3e0;
    --main-orange: #f76b4a;
    --title-head_green: url(/jidokan/images/title-head_green.svg) no-repeat center / contain;
    --title-head_blue: url(/jidokan/images/title-head_blue.svg) no-repeat center / contain;
    --title-head_orange: url(/jidokan/images/title-head_orange.svg) no-repeat center / contain;
    --icon_link-arrow: url(/jidokan/images/icon_link-arrow.svg) no-repeat center / contain;
    --icon_link-arrow_white: url(/jidokan/images/icon_link-arrow_white.svg) no-repeat center / contain;
    --font-sans-serif: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    --font-maru: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width:768px){
    :root{
        --inner-width: var(--inner-width--sp);
    }
}

/*-------------
base
-------------*/
html{
    font-size: 62.5%;
}
body{
    width: 100%;
    min-width: var(--inner-width);
    background: var(--main-light-green) url(/jidokan/share/imgs/bg.png) repeat-x;
    color: var(--main-black);
    font-family: var(--font-sans-serif);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    text-align: left;
    word-wrap: break-word;
}
.sp{
    display: none;
}
.clearfix::after,
.cf::after{
    content: "";
    display: block;
    clear: both;
}
.preload *,
.preload *::before,
.preload *::after{
    transition: none!important;
}
.floatL, .l{
    float: left;
}
.floatR, .r{
    float: right;
}
.dispIB{
    display: inline-block;
}
img.dispIB{
    width: revert-layer;
    height: revert-layer;
}
.mRkern{
    margin-right: -.4em;
}
.mLkern{
    margin-left: -.4em;
}
.mLRkern{
    margin-right: -.2em;
    margin-left: -.2em;
}
.mB5, .m_b5{
	margin-bottom: 5px!important;
}
.mB10, .m_b10{
	margin-bottom: 10px!important;
}
.mB15, .m_b15{
	margin-bottom: 15px!important;
}
.mB20, .m_b20{
	margin-bottom: 20px!important;
}
.mB30, .m_b30{
	margin-bottom: 30px!important;
}
.mR10, .m_r10{
	margin-right: 10px!important;
}
.textGreen, .txtGreen{
    color: var(--main-green)!important;
}
.textRed, .txtRed{
    color: var(--text-red)!important;
}
.textGray, .txtGray{
    color: var(--text-gray)!important;
}
.textLink{
    color: var(--main-blue)!important;
}
.textLink:not(:hover){
    text-decoration: underline;
}
.ffMaru{
    font-family: var(--font-maru)!important;
}
.ffSansS{
    font-family: var(--font-sans-serif)!important;
}
.textSmall{
    font-size: .7em;
}
.textCenter, .txt_c{
    text-align: center;
}
.textRight, .txt_r{
    text-align: right;
}
.textInd, .txt_ind {
    text-indent: -1em;
    padding-left: 1em;
}
.wsNowrap{
    white-space: nowrap;
}
a:hover{
    text-decoration: none;
}
a[href^="tel:"]{
    pointer-events: none;
}
*:has(> wbr){
    word-break: keep-all;
    overflow-wrap: break-word;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    body{
        min-width: 320px;
        background: var(--main-light-green);
        background: linear-gradient(to bottom,#59d9f2,var(--main-light-green));
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    a[href^="tel:"]{
        pointer-events: auto;
    }
    img{
        max-width: 100%;
        height: auto;
    }
}

/*-------------
container
-------------*/
#container{
    width: var(--inner-width);
    margin: 0 auto;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    #container{
        width: 100%;
    }
}

/*-------------
header
-------------*/
.header{
    display: flex;
    align-items: flex-start;
    padding: 5px 0 15px;
}
.header-logo{
    flex: 0 0 auto;
    width: 240px;
    margin: -1px 0 0;
}
.header-nav-btn{
    display: none;
}
.header-nav{
    flex: 1 1 auto;
    margin-left: auto;
}
.header-nav-menu{
    display: flex;
    justify-content: space-between;
}
.header-nav-menu-item__link{
    display: block;
    padding: 18px 0 8px;
}
@media screen and (min-width:769px){
    .header-nav-menu-item__link::before{
        display: block;
        width: 75px;
        height: 100px;
        margin: 0 auto 5px;
        filter: drop-shadow(0 0 2px #fff);
        background-position: center;
        background-size: contain;
        content: "";
    }
    .header-nav-menu-item__link.is--illust_01::before{
        background-image: url(/jidokan/images/header-menu_illust_01.png);
    }
    .header-nav-menu-item__link.is--illust_02::before{
        background-image: url(/jidokan/images/header-menu_illust_02.png);
    }
    .header-nav-menu-item__link.is--illust_03::before{
        background-image: url(/jidokan/images/header-menu_illust_03.png);
    }
    .header-nav-menu-item__link.is--illust_04::before{
        background-image: url(/jidokan/images/header-menu_illust_04.png);
    }
    .header-nav-menu-item__link.is--illust_05::before{
        background-image: url(/jidokan/images/header-menu_illust_05.png);
    }
    .header-nav-menu-item__link.is--illust_06::before{
        background-image: url(/jidokan/images/header-menu_illust_06.png);
    }
}
.header-nav-menu-item__text{
    display: block;
    color: #000;
    font-family: var(--font-maru);
    font-size: 1.5rem;
    font-weight: 900;
    line-height: calc(1em + 4px);
    text-align: center;
    text-shadow: 0 0 2px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1);
    letter-spacing: -.04em;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .header{
        position: relative;
        align-items: center;
        gap: 0 10px;
        min-height: 65px;
        padding: 0 var(--inner-sidespace--sp) 14px 0;
        background: url(/jidokan/images/body-bg.png) repeat-x bottom center / 4px auto;
    }
    .header::after{
        width: clamp(35px,10.4vw,39px);
        aspect-ratio: 1 / 1;
        margin: 8px 0;
        content: "";
    }
    .header-logo{
        flex: 1 1 auto;
        width: auto;
        max-width: calc(260px + var(--inner-sidespace--sp));
        margin: 0 auto 0 0;
        text-align: right;
    }
    .header-logo img{
        width: 260px;
        height: auto;
    }
    .header-nav-btn{
        display: block;
        position: fixed;
        top: 8px;
        right: var(--inner-sidespace--sp);
        z-index: 999;
        width: clamp(35px,10.4vw,39px);
        aspect-ratio: 1 / 1;
        background: var(--main-green);
        border-radius: 5px;
        box-shadow: 0 0 5px #fff;
        color: rgba(255,255,255,0);
        font-size: 0;
        cursor: pointer;
    }
    .header-nav-btn::before,
    .header-nav-btn::after{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        pointer-events: none;
    }
    .header-nav-btn::before{
        background: url(/jidokan/images/header-menu-btn_close.svg) no-repeat center / auto;
    }
    .header-nav-btn.menu--open::before{
        opacity: 0;
    }
    .header-nav-btn::after{
        opacity: 0;
        background: url(/jidokan/images/header-menu-btn_open.svg) no-repeat center / auto;
    }
    .header-nav-btn.menu--open::after{
        opacity: 1;
    }
    .header-nav{
        position: fixed;
        top: min(58px,calc(10.9vw + 19px));
        left: var(--inner-sidespace--sp);
        z-index: 999;
        width: var(--inner-width--sp);
        padding: 3px 15px 4px;
        border: solid 2px #24b34e;
        border-radius: 5px;
        box-shadow: 0 3px 15px rgba(0,0,0,.2);
        background: #fff;
        transition: opacity .3s ease;
    }
    .header-nav:not(.is--active),
    .header-nav:not(.is--active) *{
        z-index: -999;
        pointer-events: none!important;
    }
    .header-nav:not(.is--show){
        opacity: 0;
    }
    .header-nav::before{
        position: absolute;
        top: -10px;
        right: min(12px,calc(5.45vw - 7.5px));
        width: 11px;
        height: 8px;
        clip-path: polygon(0 100%, 100% 100%, 50% 0);
        background: #24b34e;
        content: "";
    }
    .header-nav-menu{
        display: block;
    }
    .header-nav-menu-item:not(:last-child){
        border-bottom: dashed 1px var(--border-green);
    }
    .header-nav-menu-item__link{
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .header-nav-menu-item__link::before{
        flex: 0 0 auto;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        background: url(/jidokan/images/header-menu_arrow.svg) no-repeat center / contain;
        content: "";
    }
    .header-nav-menu-item img{
        display: none;
    }
    .header-nav-menu-item__text{
        color: var(--main-black);
        font-size: 1.6rem;
        font-weight: 700;
        text-align: left;
        text-shadow: none;
        letter-spacing: 0;
    }
}

/*-------------
footer
-------------*/
.footer{
    position: relative;
    padding: 20px 25px;
    background: url("/jidokan/images/footer-illust.png") no-repeat right 20px bottom 17px / auto;
}
.footer-pagetop{
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1;
}
.footer-pagetop a{
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--bg-light-green) url(/jidokan/images/pagetop-arrow.svg) no-repeat center / auto;
    color: var(--bg-light-green);
    font-size: 0;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .footer{
        padding: 40px var(--inner-sidespace--sp) calc(20px + env(safe-area-inset-bottom));
        background: var(--main-light-green);
    }
    .footer-pagetop{
        top: -22px;
        right: var(--inner-sidespace--sp);
    }
    .footer-pagetop a{
        width: 44px;
        height: 44px;
        background-size: 14px auto;
    }
}
/* footer-info */
.footer-info{
    margin-bottom: 11px;
}
.footer-info-title{
    position: relative;
    padding-left: 24px;
    color: var(--main-green);
    font-size: 1.8rem;
    font-family: var(--font-maru);
    font-weight: 900;
    line-height: calc(1em + 2px);
}
.footer-info-title::before{
    position: absolute;
    top: calc(.5em - 7px);
    left: 1px;
    width: 18px;
    height: 18px;
    background: var(--title-head_green);
    content: "";
}
.footer-info-body{
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-top: 9px;
}
.footer-info__term{
    position: relative;
    padding-left: 24px;
    font-weight: bold;
    line-height: calc(1em + 6px);
}
.footer-info__term::before{
    position: absolute;
    top: calc(.5em - 8px);
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/jidokan/images/logo-syakyo.svg) no-repeat center / contain;
    content: "";
}
@media screen and (min-width:769px){
    .footer-info__desc__link{
        color: var(--main-blue);
        font-family: var(--font-maru);
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
    }
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .footer-info{
        margin-bottom: 20px;
    }
    .footer-info-title{
        padding-left: 23px;
        font-size: 1.8rem;
    }
    .footer-info-title::before{
        top: calc(.5em - 8px);
    }
    .footer-info-body{
        display: block;
        margin-top: 12px;
    }
    .footer-info__desc{
        width: 100%;
        margin-top: 12px;
    }
    .footer-info__desc__link{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        border: solid 1px #fff;
        border-radius: 5px;
        background: var(--main-blue);
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
}
/* footer-address */
.footer-address{
    margin-bottom: 18px;
}
.footer-address-list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
}
.footer-address-list-item{
    line-height: calc(1em + 7px);
}
.footer-address__post{
    margin-top: 3px;
    line-height: calc(1em + 7px);
}
.footer-address__mail{
    width: 305px;
    margin-top: 12px;
}
.footer-address__mail__link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: solid 1px #fff;
    border-radius: 5px;
    background: var(--main-green);
    color: #fff;
    text-align: center;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .footer-address-list{
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0;
    }
    .footer-address-list-item,
    .footer-address-list-item-inner{
        display: grid;
        grid-template-columns: subgrid;
        grid-column: span 2;
    }
    .footer-address-list-item .colm_head{
        text-align: center;
    }
    .footer-address__post{
        margin-top: 8px;
    }
    .footer-address__mail{
        width: 100%;
    }
}
.footer-copy{
    display: block;
    color: #56733A;
    font-size: 1.2rem;
    line-height: calc(1em + 3px);
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .footer-copy{
        text-align: center;
    }  
}

/*-------------
contents
-------------*/
.contents{
    padding: 25px;
    border: 3px solid var(--bg-light-green);
    background: var(--bg-green);
}
.page-header{
    margin-bottom: 22px;
}
.page-title{
    position: relative;
    padding-left: 35px;
    margin: -2px 0 8px;
    color: var(--main-green);
    font-family: var(--font-maru);
    font-size: 30px;
    font-weight: 900;
    line-height: calc(1em + 4px);
    letter-spacing: .06em;
}
.page-title::before{
    position: absolute;
    top: calc(.5em - 12px);
    left: 0;
    width: 30px;
    height: 30px;
    background: var(--title-head_green);
    content: "";
}
.page-header__catch{
    display: block;
    margin: -2px 0 8px;
    color: var(--main-green);
    font-family: var(--font-maru);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: calc(1em + 4px);
    letter-spacing: .06em;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .contents{
        padding: 20px var(--inner-sidespace--sp) 50px;
        border-width: 2px;
        border-right: none;
        border-left: none;
    }
    .page-header{
        margin-bottom: 17px;
    }
    .page-title{
        padding-left: 23px;
        margin: -2px 0 11px;
        font-size: 2rem;
    }
    .page-title::before{
        top: calc(.5em - 7px);
        width: 18px;
        height: 18px;
    }
    .page-header__catch{
        font-size: 1.6rem;
    }
}
/* rich-text */
.rich-text h1{
    font-size: 1.5em;
}
.rich-text h2{
    font-size: 1.4em;
}
.rich-text h3{
    font-size: 1.3em;
}
.rich-text h4{
    font-size: 1.2em;
}
.rich-text h5{
    font-size: 1.1em;
}
.rich-text h6{
    font-size: 1em;
}
.rich-text :is(h1, h2, h3, h4, h5, h6){
    font-weight: bold;
}
.rich-text :is(h1:not(:has(+ h1)), h2:not(:has(+ h2)), h3:not(:has(+ h3)), h4:not(:has(+ h4)), h5:not(:has(+ h5)), h6:not(:has(+ h6))){
    margin-bottom: .5em;
}
.rich-text :is(h1, h2, h3, h4, h5, h6):not(:first-child){
    margin-top: 1em;
}
.rich-text :is(h1, h2, h3, h4, h5, h6) + *,
.rich-text :is(h1, h2, h3, h4, h5, h6) + p > img:only-child{
    margin-top: 0!important;
}
.rich-text :is(p,div):empty:not(:last-child)::after{
    display: block;
    height: 1em;
    content: "";
}
.rich-text :is(p,div):empty:not(:last-child):has(+ :is(h1, h2, h3, h4, h5, h6))::after{
    content: none;
}
.rich-text :is(ul, ol){
    margin-bottom: .5em;
    list-style: revert;
    list-style-position: inside;
}
.rich-text hr{
    margin: 1em 0;
    border-color: var(--border-green);
}
.rich-text a{
    color: var(--main-blue);
}
.rich-text a:not(:hover){
    text-decoration: underline;
}
.rich-text img{
    width: revert-layer;
    max-width: 100%;
    height: auto;
    margin: .5em 0;
}
/* common */
.common-link-list{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
}
.common-link-list:not(:first-child){
    margin-top: 13px;
}
.common-link-list:not(:last-child){
    margin-bottom: 18px;
}
.common-link-list-item a{
    position: relative;
    padding-left: 18px;
    color: var(--main-blue);
    line-height: calc(1em + 4px);
}
.common-link-list-item a:not(:hover){
    text-decoration: underline;
}
.common-link-list-item a::before{
    position: absolute;
    top: calc(.5em - 4px);
    left: 0;
    width: 14px;
    height: 14px;
    background: var(--icon_link-arrow);
    content: "";
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .common-link-list-item a::before{
        top: calc(.5em - 6px);
    }
}
/* data-sp-order */
@media screen and (max-width:768px){
    /*--- sp ---*/
    *[data-sp-order="0"]{
        order: 0;
    }
    *[data-sp-order="1"]{
        order: 1;
    }
    *[data-sp-order="2"]{
        order: 2;
    }
    *[data-sp-order="3"]{
        order: 3;
    }   
    *[data-sp-order="4"]{
        order: 4;
    }   
    *[data-sp-order="5"]{
        order: 5;
    }   
}

/*-------------
top
-------------*/
.top-main{
    float: left;
    width: 620px;
}
.top-lead{
    margin-bottom: 20px;
}
.top-lead-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 15px;
    font-family: var(--font-maru);
    font-weight: 900;
}
.top-lead-title-text{
    color: var(--main-green);
    font-size: 2.4rem;
    line-height: calc(1em + 4px);
    letter-spacing: -.02em;
}
.top-lead-title-text .txtBig{
    font-size: 33px;
}
.top-lead-title__sub{
    flex: 1 1 auto;
    max-width: 18em;
    color: var(--main-orange);
    font-size: 1.8rem;
    line-height: calc(1em + 6px);
    text-align-last: justify;
}
.top-lead-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 161px;
    padding-left: 180px;
    background: url(/jidokan/images/top-illust_about.png) no-repeat left center / auto;
}
.top-lead-body p:not(:last-child){
    margin-bottom: 8px;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .top-main{
        float: none;
        width: 100%;
    }
    .top-lead{
        margin-bottom: 17px;
    }
    .top-lead-title{
        display: block;
        margin-bottom: 7px;
        text-align: center;
    }
    .top-lead-title-text{
        display: block;
        font-size: 2.4rem;
        letter-spacing: 0;
    }
    .top-lead-title-text .txtBig{
        font-size: clamp(2.4rem,7.5vw,30px);
    }
    .top-lead-title__sub{
        display: block;
        margin: 5px auto 0;
        letter-spacing: .05em;
        text-align-last: inherit;
    }
    .top-lead-body{
        display: block;
        min-height: 0;
        padding: 151px 0 0;
        background: url(/jidokan/images/top-illust_about@sp.png) no-repeat top center / 140px auto;
    }
}
/* top-sect */
.top-sect:not(:last-child){
    margin-bottom: 30px;
}
.top-sect__block{
    position: relative;
    padding: 15px 10px;
    border: solid 1px var(--border-green);
    background: #fff;
}
.top-sect__block-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 10px;
    margin-bottom: 11px;
    padding-left: 23px;
    font-family: var(--font-maru);
}
.top-sect__block-title-text{
    position: relative;
    color: var(--main-blue);
    font-size: 2rem;
    font-weight: 900;
    line-height: calc(1em + 6px);
    letter-spacing: -.04em;
}
.top-sect__block-title-text::before{
    position: absolute;
    top: calc(.5em - 5px);
    left: -23px;
    width: 18px;
    height: 18px;
    background: var(--title-head_blue);
    content: "";
}
.top-sect__block-title__sub{
    color: var(--main-light-blue);
    font-weight: 700;
    line-height: calc(1em + 4px);
}
.top-sect__block-body{
    position: relative;
}
.top-link-btn{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}
.top-link-btn-item{
    flex: 0 0 auto;
    min-width: calc(50% - 5px);
}
.top-link-btn-item a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
    height: 100%;
    min-height: 44px;
    padding: 6px 10px 5px 5px;
    border: solid 1px var(--border-green);
    border-radius: 5px;
    background: var(--bg-light-green);
    color: var(--main-blue);
    font-weight: bold;
    line-height: calc(1em + 4px);
    text-align: center;
}
.top-link-btn-item a::before{
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    margin: 0 0 1px 7px;
    background: var(--icon_link-arrow);
    content: "";
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .top-sect:not(:last-child){
        margin-bottom: 40px;
    }
    .top-sect__block{
        padding: 12px 15px 15px;
    }
    .top-sect__block-title__sub{
        font-size: 1.6rem;
    }
    .top-link-btn{
        gap: 5px;
    }
    .top-link-btn-item{
        width: 100%;
    }
    .top-link-btn-item a{
        position: relative;
        padding: 5px 34px 5px;
    }
    .top-link-btn-item a::before{
        position: absolute;
        left: 10px;
        top: calc(50% - 7px);
        margin: 0;
    }
}
/* jidokan */
#jidokan.top-sect .top-sect__block__pic{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
#jidokan.top-sect .top-sect__block-body{
    background: url("/jidokan/images/top-illust_jidokan_02.png") no-repeat 30px 20px;
    padding-left: 125px;
}
#jidokan.top-sect .top-sect__block-body ul{
    min-height: 185px;
    padding: 0 155px 5px 0;
}
#jidokan.top-sect .top-sect__block-body ul li{
    padding: 0.5em 15px;
    border-bottom: dashed 1px var(--border-green);
    background: url("/jidokan/images/list-star.svg") no-repeat 0 10px / auto;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    #jidokan.top-sect .top-sect__block__pic{
        float: right;
        position: static;
        width: 69px;
        margin: 0 5px 10px 0;
    }
    #jidokan.top-sect .top-sect__block-body{
        background: none;
        padding-left: 0;
    }
    #jidokan.top-sect .top-sect__block-body ul{
        min-height: 0;
        padding: 0;
    }
}
/* hiroba */
#hiroba.top-sect .top-sect__block-body{
    min-height: 117px;
    padding-right: 130px;
}
#hiroba.top-sect p{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px var(--border-green);
}
#hiroba.top-sect th{
    color: var(--text-gray);
    font-weight: normal;
    width: 50px;
}
#hiroba.top-sect tr.top-sect__block__pic{
    position: absolute;
    right: 20px;
    top: 0;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    #hiroba.top-sect .top-sect__block-body{
        min-height: 0;
        padding-right: 0;
    }
    #hiroba.top-sect p{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    #hiroba.top-sect :is(tr,th,td){
        display: block;
        width: 100%;
    }
    #hiroba.top-sect tr:not(:last-child){
        margin-bottom: 15px;
    }
    #hiroba.top-sect tr.top-sect__block__pic{
        float: right;
        position: static;
        width: 80px;
        margin: 15px 0 5px 10px;
    }
    #hiroba.top-sect th{
        margin-bottom: 6px;
    }
}
/* jidokai */
#jidokai.top-sect .top-sect__block-body{
    min-height: 95px;
    padding-left: 130px;
}
#jidokai.top-sect .top-sect__block__pic{
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    #jidokai.top-sect .top-sect__block-body{
        min-height: 0;
        padding-left: 0;
    }
    #jidokai.top-sect .top-sect__block__pic{
        float: left;
        position: static;
        width: 80px;
        margin: 10px;
    }
}
/* top-side */
.top-side{
    float: right;
    width: 240px;
}
@media screen and (min-width:769px){
    .top-side-sect{
        padding-top: 3px;
    }
}
.top-side-sect-title{
    margin-bottom: 11px;
}
.top-side-sect-title a{
    display: block;
    position: relative;
    padding-left: 23px;
    color: var(--main-green);
    font-family: var(--font-maru);
    font-size: 2rem;
    font-weight: 900;
    line-height: calc(1em + 6px);
}
.top-side-sect-title a::before{
    position: absolute;
    top: calc(.5em - 5px);
    left: 0;
    width: 18px;
    height: 18px;
    background: var(--title-head_green);
    content: "";
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .top-side{
        float: none;
        width: 100%;
        margin-top: 37px;
    }
    .top-side-sect-title{
        margin-bottom: 9px;
    }
}
/* top-side-event */
.top-side-event{
    padding-bottom: 490px;
    background: url("/jidokan/share/imgs/index_photo.jpg") no-repeat center bottom;
}
.top-side-event-list-item{
    overflow: hidden;
    border-radius: 99px;
    background: linear-gradient(to top,#027327,#5bbf57);
}
.top-side-event-list-item:not(:last-child){
    margin-bottom: 10px;
}
.top-side-event-list-item__link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 0;
    min-height: 60px;
    padding: 2px;
}
.top-side-event-list-item__link::before{
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 99px;
    background: linear-gradient(to top,#059533,#5bbf57);
    content: "";
}
.top-side-event-list-item__link::after{
    position: absolute;
    top: calc(50% - 27px);
    left: 3px;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
@media screen and (min-width:769px){
    .top-side-event-list-item__link.is--icon_mama::after{
        background-image: url(/jidokan/images/top-event-icon_mama.png);
    }
    .top-side-event-list-item__link.is--icon_shogakusei::after{
        background-image: url(/jidokan/images/top-event-icon_shogakusei.png);
    }
    .top-side-event-list-item__link.is--icon_oyako::after{
        background-image: url(/jidokan/images/top-event-icon_oyako.png);
    }
}
.top-side-event-list-item-inner{
    display: block;
    padding: 3px 8px 5px 62px;
    color: #fff;
    font-family: var(--font-maru);
    font-size: 1.7rem;
    font-weight: 700;
    line-height: calc(1em + 4px);
    letter-spacing: .04em;
    text-shadow: 0 0 10px rgba(0,84,10,.75);
}
.top-side-event-list-item .txtBig{
    font-size: 2.3rem;
    line-height: calc(1em + 4px);
}
.top-side-event .common-link-list{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .top-side-event{
        padding-bottom: 0;
        background: none;
    }
    .top-side-event-list-item:not(:last-child){
        margin-bottom: 5px;
    }
    .top-side-event-list-item__link{
        min-height: 50px;
        padding: 1px;
    }
    .top-side-event-list-item__link::before{
        top: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
    }
    .top-side-event-list-item__link::after{
        top: calc(50% - 22px);
        width: 44px;
        height: 44px;
        content: "";
    }
    .top-side-event-list-item__link.is--icon_mama::after{
        background-image: url(/jidokan/images/top-event-icon_mama@sp.png);
    }
    .top-side-event-list-item__link.is--icon_shogakusei::after{
        background-image: url(/jidokan/images/top-event-icon_shogakusei@sp.png);
    }
    .top-side-event-list-item__link.is--icon_oyako::after{
        background-image: url(/jidokan/images/top-event-icon_oyako@sp.png);
    }
    .top-side-event-list-item-inner{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 4px 9px 5px 52px;
        font-size: 1.6rem;
    }
    .top-side-event-list-item .txtBig{
        font-size: 2rem;
    }
}

/*-------------
shisetsu
-------------*/
.shisetsu-table{
    width: 100%;
}
.shisetsu-table:not(:last-child){
    margin-bottom: 20px;
}
.shisetsu-table tr{
    background: var(--bg-light-green);
}
@media screen and (min-width:769px){
    .shisetsu-table tr:not(:last-child){
        border-bottom: solid 1px #fff;
    }
}
.shisetsu-table :is(th,td){
    padding: 13px 7px 12px;
    line-height: calc(1em + 4px);
    vertical-align: middle;
}
.shisetsu-table .colm_name{
    padding-left: 25px;
}
@media screen and (min-width:769px){
    .shisetsu-table .colm_name{
        width: 210px;
        padding-left: 14px;
    }
    .shisetsu-table:has(.colm_name a) :where(.colm_name){
        padding-left: 32px;
    }
    .shisetsu-table .colm_name:has(a){
        padding: 0;
    }
    .shisetsu-table .colm_zipcode{
        width: 140px;
    }
    .shisetsu-table .colm_tel{
        width: 160px;
        padding-right: 14px;
    }
}
.shisetsu-table .colm_name a{
    display: block;
    position: relative;
    padding: 13px 7px 12px 32px;
    color: var(--main-blue);
}
.shisetsu-table .colm_name a:not(:hover){
    text-decoration: underline;
}
.shisetsu-table .colm_name a::before{
    position: absolute;
    top: calc(.5em + 7px);
    left: 14px;
    width: 14px;
    height: 14px;
    background: var(--icon_link-arrow);
    content: "";
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .shisetsu-table:not(:last-child){
        margin-bottom: 15px;
    }
    .shisetsu-table tr{
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px;
        width: 100%;
        padding: 12px 14px;
        border: solid 1px #fff;
    }
    .shisetsu-table tr:not(:last-child){
        margin-bottom: 5px;
    }
    .shisetsu-table :is(th,td){
        display: block;
        padding: 0;
    }
    .shisetsu-table .colm_name{
        width: 100%;
        margin-bottom: 6px;
        padding-left: 0;
        font-size: 1.6rem;
    }
    .shisetsu-table .colm_name a{
        padding: 0 0 0 18px;
    }
    .shisetsu-table .colm_name a::before{
        top: calc(.5em - 5px);
        left: 0;
    }
    .shisetsu-table .colm_tel{
        width: 100%;
    }
}

/*-------------
shisetsu-after
-------------*/
.shisetsu-after-bottom::before{
    float: right;
    width: 183px;
    height: 267px;
    background: url(/jidokan/images/shisetsu-after-illust_01.png) no-repeat center / contain;
    content: "";
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .shisetsu-after-bottom{
        position: relative;
        padding-bottom: 158px;
    }
    .shisetsu-after-bottom::before{
        position: absolute;
        bottom: -30px;
        left: calc(50% - 61px);
        width: 122px;
        height: 178px;
        background: url(/jidokan/images/shisetsu-after-illust_01@sp.png) no-repeat center / contain;
    }
}

/*-------------
jidokan
-------------*/
.entry-dtl:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--border-green);
}
.entry-dtl-visual{
    position: relative;
    float: right;
    max-width: 300px;
    margin: 0 0 25px 25px;
    box-shadow: 0 0 0 25px var(--bg-green);
}
.entry-dtl-visual::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    content: "";
    pointer-events: none;
}
.entry-dtl-visual img{
    display: block;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .entry-dtl{
        display: flex;
        flex-direction: column;
    }
    .entry-dtl-visual{
        float: none;
        max-width: 100%;
        margin: 0;
        box-shadow: none;
        background: var(--bg-light-green);
    }
    .entry-dtl-visual img{
        width: auto;
        margin: 0 auto;
    }
}
.entry-dtl-header{
    display: flex;
    gap: 20px;
}
.entry-dtl-header-main{
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    margin-right: auto;
}
.entry-dtl-title{
    margin-bottom: 18px;
    color: var(--main-green);
    font-family: var(--font-maru);
    font-size: 30px;
    font-weight: 900;
    line-height: calc(1em + 4px);
    letter-spacing: .06em;
}
.entry-anchor-list{
    display: flex;
    gap: 10px;
    margin-top: auto;
}
.entry-anchor-list-item{
    min-width: 100px;
}
.entry-anchor-list-item a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 100%;
    min-height: 40px;
    padding: 5px;
    border-radius: 5px;
    background: var(--main-blue);
    color: #fff;
    text-align: center;
}
.entry-anchor-list-item a::before{
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 10px;
    height: 10px;
    background: var(--main-light-blue);
    content: "";
}
.entry-dtl-address{
    flex: 0 1 auto;
    padding: 2px 14px 3px;
    border: solid 1px var(--border-green);
    background: #fff;
}
.entry-dtl-address-table{
    width: 100%;
}
.entry-dtl-address-table tr:not(:last-child){
    border-bottom: dashed 1px var(--border-green);
}
.entry-dtl-address-table :is(th,td){
    padding: 9px 0 8px;
    line-height: calc(1em + 7px);
}
.entry-dtl-address-table th{
    width: 60px;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .entry-dtl-header{
        display: block;
        order: -1;
        margin-bottom: 15px;
    }
    .entry-dtl-header-main{
        display: block;
        min-width: 0;
        margin: 0 0 15px;
    }
    .entry-dtl-title{
        margin-bottom: 13px;
        font-size: 2.5rem;
    }
    .entry-anchor-list-item{
        min-width: calc(50% - 5px);
    }
}
/* entry-dtl-news */
.entry-dtl-news{
    margin-bottom: 30px;
}
@media screen and (min-width:769px){
    .entry-dtl-news{
        margin-top: 20px;
        padding-top: 20px;
        border-top: solid 1px var(--main-green);
    }
}
.entry-dtl-news-title{
    position: relative;
    margin-bottom: 10px;
    padding-left: 23px;
    color: var(--main-orange);
    font-family: var(--font-maru);
    font-size: 2rem;
    font-weight: 700;
    line-height: calc(1em + 6px);
}
.entry-dtl-news-title::before{
    position: absolute;
    top: calc(.5em - 5px);
    left: 0;
    width: 18px;
    height: 18px;
    background: var(--title-head_orange);
    content: "";
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .entry-dtl-news{
        margin-top: 17px;
    }
}
/* entry-info */
.entry-info{
    clear: both;
    font-size: 0;
    writing-mode: vertical-lr;
    white-space: nowrap;
}
@media screen and (min-width:769px){
    .entry-dtl-header + .entry-info{
        margin-top: 20px;
        padding-top: 20px;
        border-top: solid 1px var(--main-green);
    }
}
.entry-info-sect{
    display: inline-block;
    width: 430px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    writing-mode: horizontal-tb;
    white-space: normal;
}
@media screen and (min-width:769px){
    .entry-info__break ~ .entry-info-sect{
        margin-left: 24px;
    }
}
#guide.entry-info-sect{
    padding-bottom: 135px;
    background: url(/jidokan/images/jidokan-illust_02.png) no-repeat bottom center / auto;
}
.entry-info-sect-title{
    padding: 5px 15px 6px;
    border-radius: 10px 10px 0 0;
    background: var(--border-green);
    color: var(--main-green);
    font-family: var(--font-maru);
    font-size: 1.8rem;
    font-weight: 900;
    line-height: calc(1em + 4px);
    letter-spacing: .06em;
}
.entry-info-sect-body{
    padding: 14px;
    border: solid 1px var(--border-green);
    border-top-style: dashed;
    background: #fff;
}
.entry-info-sect-body:not(:last-child):not(:has(+ script)){
    margin-bottom: 10px;
}
.entry-info-item:not(:last-child){
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px var(--main-light-green);
}
.entry-info-item-head{
    margin-bottom: 8px;
    color: var(--main-blue);
    font-size: 2rem;
    font-weight: bold;
    line-height: calc(1em + 6px);
}
.entry-info-item-body:not(:last-child){
    margin-bottom: 17px;
}
.entry-info-table:not(:first-child){
    margin-top: 9px;
}
.entry-info-table :is(th,td){
    padding: 1px 0 2px;
    line-height: calc(1em + 7px);
}
.entry-info-table th{
    min-width: 75px;
    padding-right: 10px;
    color: var(--text-gray);
    font-weight: bold;
}
.entry-info-gmap:not(:empty){
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--bg-light-green);
}
.entry-info-gmap iframe{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .entry-info{
        display: flex;
        flex-direction: column;
        writing-mode: horizontal-tb;
        font-size: inherit;
    }
    .entry-info__break{
        display: none;
    }
    .entry-info-sect{
        display: block;
        width: 100%;
        margin-bottom: 15px;
        font-size: inherit;
    }
    #guide.entry-info-sect{
        background: url(/jidokan/images/jidokan-illust_02@sp.png) no-repeat bottom center / 121px auto;
    }
    .entry-info-sect-title{
        padding: 8px 15px;
        border-radius: 5px 5px 0 0;
        font-size: 1.6rem;
    }
    .entry-info-item-head{
        font-size: 1.8rem;
    }
}
/* entry-dtl-note */
.entry-dtl-note{
    margin-top: 10px;
    text-align: center;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .entry-dtl-note{
        margin-top: 5px;
        text-align: left;
    }
}

/*-------------
about（hiroba & jidokai）
-------------*/
.about-sect:not(:last-child){
    margin-bottom: 20px;
}
.about-sect-title{
    padding: 5px 15px 6px;
    border-radius: 10px 10px 0 0;
    background: var(--border-green);
    color: var(--main-green);
    font-family: var(--font-maru);
    font-size: 1.8rem;
    font-weight: 900;
    line-height: calc(1em + 4px);
    letter-spacing: .06em;
}
.about-sect-body{
    border: solid 1px var(--border-green);
    border-top-style: dashed;
    background: #fff;
}
.about-sect-body > :is(p, ul, ol){
    padding: 7px 14px;
}
.about-sect__table{
    width: 100%;
}
.about-sect__table tr:not(:last-child){
    border-bottom: dashed 1px var(--border-green);
}
.about-sect__table :is(th, td){
    padding: 7px 14px;
}
.about-sect__table th{
    padding-right: 0;
    color: var(--text-gray);
    font-weight: normal;
}
.about-sect__table p:not(:last-child){
    margin-bottom: 8px;
}
.about-sect__lead{
    border-bottom: dashed 1px var(--border-green);
}
.about-sect__note{
    border-top: dashed 1px var(--border-green);
}
.about-sect__list{
    margin: 3px 0;
}
.about-sect__list li{
    position: relative;
    padding-left: 1em;
}
.about-sect__list li:not(:last-child){
    margin-bottom: 3px;
}
.about-sect__list li::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .about-sect:not(:last-child){
        margin-bottom: 15px;
    }
    .about-sect-title{
        padding: 8px 15px;
        border-radius: 5px 5px 0 0;
        font-size: 1.6rem;
    }
    .about-sect-body > :is(p, ul, ol){
        padding: 10px 14px 11px;
    }
    .about-sect__table tr{
        display: block;
        width: 100%;
        padding: 10px 14px 11px;
    }
    .about-sect__table :is(th, td){
        display: block;
        width: 100%;
        padding: 0;
    }
    .about-sect__table th{
        width: 100%;
        margin-bottom: 3px;
    }
    .about-sect__table p:not(:last-child){
        margin-bottom: 3px;
    }
}

/*-------------
hiroba
-------------*/
.hiroba-lead{
    position: relative;
    margin-bottom: 20px;
    padding-right: 200px;
}
.hiroba-lead::before{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 181px;
    height: 180px;
    background: url(/jidokan/images/hiroba-illust_01.png) no-repeat center / contain;
    content: "";
}
.hiroba-lead-pic{
    float: left;
    margin: 0 13px 8px 0;
}
.hiroba-lead p:last-child{
    margin-bottom: 10px;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .hiroba-lead{
        margin-bottom: 10px;
        padding: 150px 0 0;
    }
    .hiroba-lead::before{
        top: 0;
        right: calc(50% - 70px);
        bottom: auto;
        width: 140px;
        height: 140px;
        background: url(/jidokan/images/hiroba-illust_01@sp.png) no-repeat center / contain;
    }
    .hiroba-lead-pic{
        width: 100px;
        height: auto;
    }
}
/* hiroba-voice */
.hiroba-voice{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 121px;
    padding-left: 140px;
    background: url(/jidokan/images/hiroba-illust_02.png) no-repeat center left / auto;
}
.hiroba-voice-title{
    margin-bottom: 10px;
    color: var(--main-blue);
    font-family: var(--font-maru);
    font-size: 2rem;
    font-weight: 900;
    line-height: calc(1em + 4px);
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .hiroba-voice{
        min-height: 60px;
        padding: 10px 0 0 70px;
        background: url(/jidokan/images/hiroba-illust_02@sp.png) no-repeat top 8px left / 60px auto;
    }
    .hiroba-voice-title{
        margin-bottom: 8px;
        font-size: 1.8rem;
    }
}

/*-------------
jidokai
-------------*/
.jidokai-lead{
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 126px;
    margin-bottom: 25px;
    padding-right: 210px;
}
.jidokai-lead::before{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 189px;
    height: 180px;
    background: url(/jidokan/images/jidokai-illust_01.png) no-repeat center / contain;
    content: "";
}
.jidokai-lead p:has(+ .jidokai-lead-bottom){
    margin-bottom: 23px;
}
.jidokai-lead-bottom{
    margin-top: auto;
    font-size: 1.6rem;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .jidokai-lead{
        min-height: 0;
        margin-bottom: 17px;
        padding: 150px 0 0;
    }
    .jidokai-lead::before{
        top: 0;
        right: calc(50% - 79px);
        bottom: auto;
        width: 158px;
        height: 140px;
        background: url(/jidokan/images/jidokai-illust_01@sp.png) no-repeat center / contain;
    }
}
/* jidokai-info */
.jidokai-info{
    clear: both;
    columns: 2 auto;
    column-gap: 24px;
    margin-bottom: -20px;
}
.jidokai-info::after{
    display: inline-block;
    width: 430px;
    height: 361px;
    background: url(/jidokan/images/jidokai-illust_02.png) no-repeat center / auto;
    content: "";
}
.jidokai-info .about-sect{
    display: inline-block;
    width: 430px;
    margin-bottom: 20px;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .jidokai-info{
        display: flex;
        flex-direction: column;
        columns: unset;
        margin-bottom: 0;
    }
    .jidokai-info::after{
        display: block;
        order: 99;
        width: 100%;
        height: 149px;
        margin-top: 5px;
        background: url(/jidokan/images/jidokai-illust_02@sp.png) no-repeat center / 140px auto;
    }
    .jidokai-info .about-sect{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
}
/* jidokai-1day */
.jidokai-1day{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
}
.jidokai-1day-block{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    padding: 10px 7px 7px;
}
.jidokai-1day-block:first-child{
    border-right: dashed 1px var(--border-green);
}
.jidokai-1day-block-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--text-gray);
    font-weight: bold;
    text-align: center;
}
.jidokai-1day-table{
    margin: 0 auto;
}
.jidokai-1day-table :is(th, td){
    padding: 7px;
}
@media screen and (max-width:374px){
    .jidokai-1day-table :is(th, td){
        font-size: 1.3rem;
    }
}
.jidokai-1day-table th{
    color: var(--main-green);
    text-align: right;
    white-space: nowrap;
}

/*-------------
event-search
-------------*/
.event-search{
    display: grid;
    grid-template-columns: auto 1fr;
    position: relative;
}
.event-search::after{
    filter: drop-shadow(0 0 2px var(--bg-light-green));
    position: absolute;
    right: 14px;
    bottom: 7px;
    width: 126px;
    height: 158px;
    background: url(/jidokan/images/event-search-illust.png) no-repeat center / contain;
    content: "";
}
.event-search-row{
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    background: var(--bg-light-green);
}
.event-search-row:not(:last-child){
    margin-bottom: 2px;
}
.event-search-row-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    position: relative;
    padding: 8px 10px 7px 20px;
    font-weight: bold;
    line-height: calc(1em + 2px);
}
.event-search-row-head::after{
    content: "：";
}
.event-search-row-body{
    display: flex;
    align-items: center;
    padding: 7px 150px 7px 0;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .event-search{
        display: block;
    }
    .event-search::after{
        right: 7px;
        bottom: -9px;
        width: 63px;
        height: 79px;
        background: url(/jidokan/images/event-search-illust@sp.png) no-repeat center / contain;
    }
    .event-search-row{
        display: block;
    }
    .event-search-row-head{
        display: block;
        padding: 10px 14px 4px;
    }
    .event-search-row-head::after{
        content: "：";
    }
    .event-search-row-body{
        display: block;
        padding: 0 14px 8px;
    }
}
/* event-search-list */
.event-search-list{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.event-search-list-item{
    min-width: 120px;
}
.event-search-list-item a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 36px;
    padding: 6px 5px 5px;
    border-radius: 5px;
    background: var(--main-green);
    color: #fff;
    text-align: center;
}
.event-search-list.is--cate_jigyo .event-search-list-item a{
    background: var(--main-blue);
}
.event-search-list-item.selected a{
    color: #fcee21;
    font-weight: bold;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .event-search-list{
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .event-search-list-item{
        min-width: calc((100% - 10px) / 3);
    }
    .event-search-list-item a{
        padding: 5px;
        font-size: 1.2rem;
    }
}
/* event-search-select */
.event-search-select-box{
    position: relative;
    width: 247px;
}
.event-search-select-box::after{
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 12px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: var(--main-green);
    content: "";
    pointer-events: none;
}
.event-search-select{
    width: 100%;
    height: 40px;
    padding: 0 26px 0 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #fff;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .event-search-select-box{
        width: calc(100% - 66px);
    }
    .event-search-select-box::after{
        top: calc(50% - 4px);
        right: 9px;
        width: 10px;
        height: 8px;
    }
    .event-search-select{
        height: 36px;
        padding-right: 24px;
    }
}

/*-------------
event-list
-------------*/
.event-list{
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    width: 100%;
    margin-top: 20px;
}
.event-list:not(:last-child){
    margin-bottom: 20px;
}
.event-list-item{
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 3;
    background: var(--bg-light-green);
}
.event-list-item *{
    line-height: calc(1em + 4px);
}
@media screen and (min-width:769px){
    .event-list-item:not(:last-child){
        border-bottom: solid 1px #fff;
    }
}
.event-list-item-main{
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
}
.event-list a:not(:hover){
    text-decoration: underline;
}
.event-list .colm_name a{
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding: 8px 7px 7px 14px;
    color: var(--main-green);
    font-weight: bold;
}
.event-list .colm_name a::before{
    flex: 0 0 auto;
    opacity: .5;
    margin-top: -1px;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.event-list .colm_name:is(.mama, .shogakusei, .oyako) a::before{
    opacity: 1;
}
.event-list .colm_name.mama a::before{
    background-image: url(/jidokan/images/event-icon_mama.png);
}
.event-list .colm_name.shogakusei a::before{
    background-image: url(/jidokan/images/event-icon_shogakusei.png);
}
.event-list .colm_name.oyako a::before{
    background-image: url(/jidokan/images/event-icon_oyako.png);
}
.event-list .colm_date{
    display: flex;
    align-items: center;
    padding: 7px 7px 7px 14px;
}
.event-list .colm_jidokan a{
    display: flex;
    align-items: center;
    height: 100%;
    color: var(--main-blue);
    white-space: nowrap;
}
.event-list .colm_jidokan-text{
    display: block;
    position: relative;
    padding: 13px 14px 12px 18px;
}
.event-list .colm_jidokan-text::before{
    position: absolute;
    top: calc(.5em + 7px);
    left: 0;
    width: 14px;
    height: 14px;
    background: var(--icon_link-arrow);
    line-height: calc(1em + 4px);
    content: "";
}
.event-list-none{
    padding: 14px;
    background: var(--bg-light-green);
    text-align: center;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .event-list{
        display: block;
    }
    .event-list:not(:last-child){
        margin-bottom: 15px;
    }
    .event-list-item{
        display: block;
        padding: 6px 14px;
        border: solid 1px #fff;
    }
    .event-list-item:not(:last-child){
        margin-bottom: 5px;
    }
    .event-list-item-main{
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        min-height: 50px;
        padding-left: 48px;
    }
    .event-list .colm_name a{
        padding: 4px 0;
        font-size: 1.6rem;
    }
    .event-list .colm_name a::before{
        position: absolute;
        top: 6px;
        left: 0;
        margin: 0;
    }
    .event-list .colm_name.mama a::before{
        background-image: url(/jidokan/images/event-icon_mama@sp.png);
    }
    .event-list .colm_name.shogakusei a::before{
        background-image: url(/jidokan/images/event-icon_shogakusei@sp.png);
    }
    .event-list .colm_name.oyako a::before{
        background-image: url(/jidokan/images/event-icon_oyako@sp.png);
    }
    .event-list .colm_date{
        display: block;
        padding: 0;
    }
    .event-list .colm_date:not(:empty){
        margin: 2px 0;
    }
    .event-list .colm_jidokan{
        margin-top: 7px;
        padding: 8px 0 3px;
        border-top: dashed 1px var(--border-green);
    }
    .event-list .colm_jidokan a{
        display: inline-block;
        white-space: normal;
    }
    .event-list .colm_jidokan-text{
        padding: 0 0 0 18px;
    }
    .event-list .colm_jidokan-text::before{
        top: calc(.5em - 5px);
        left: 0;
    }
}

/*-------------
event-dtl
-------------*/
.event-dtl:not(:last-child){
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px var(--border-green);
}
.event-dtl-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--main-green);
}
.event-dtl-title{
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--main-green);
    font-family: var(--font-maru);
    font-size: 30px;
    font-weight: 900;
    line-height: calc(1em + 4px);
    letter-spacing: .06em;
}
.event-dtl:is(.mama, .shogakusei, .oyako) .event-dtl-title::before{
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px auto;
    content: "";
}
.event-dtl.mama .event-dtl-title::before{
    background-image: url(/jidokan/images/event-icon_mama.png);
}
.event-dtl.shogakusei .event-dtl-title::before{
    background-image: url(/jidokan/images/event-icon_shogakusei.png);
}
.event-dtl.oyako .event-dtl-title::before{
    background-image: url(/jidokan/images/event-icon_oyako.png);
}
.event-dtl-organize{
    min-width: 150px;
    margin-left: auto;
}
.event-dtl-organize a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-height: 38px;
    padding: 7px 10px;
    border-radius: 5px;
    background: var(--bg-light-green);
    color: var(--main-blue);
    font-weight: bold;
}
.event-dtl-organize a::before{
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    background: var(--icon_link-arrow);
    content: "";
}
.event-dtl-body{
    margin-bottom: 15px;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .event-dtl-header{
        gap: 8px 15px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .event-dtl-title{
        font-size: 2.1rem;
    }
    .event-dtl:is(.mama, .shogakusei, .oyako) .event-dtl-title::before{
        width: 44px;
        height: 44px;
    }
    .event-dtl.mama .event-dtl-title::before{
        background-image: url(/jidokan/images/event-icon_mama@sp.png);
    }
    .event-dtl.shogakusei .event-dtl-title::before{
        background-image: url(/jidokan/images/event-icon_shogakusei@sp.png);
    }
    .event-dtl.oyako .event-dtl-title::before{
        background-image: url(/jidokan/images/event-icon_oyako@sp.png);
    }
    .event-dtl-organize{
        min-width: 120px;
    }
    .event-dtl-organize a{
        gap: 3px;
        min-height: 35px;
        font-size: 1.3rem;
    }
    .event-dtl-organize a::before{
        width: 13px;
        height: 13px;
    }
}
/* event-dtl-info */
.event-dtl-info{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 25px;
    clear: both;
    padding: 20px 25px;
    border-radius: 10px;
    background: #fff;
}
.event-dtl-info-item{
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
}
.event-dtl-info-item:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px var(--border-green);
}
.event-dtl-info-item__term{
    color: var(--text-gray);
    font-weight: bold;
}
.event-dtl-info-item__desc{
    max-width: 100%;
}
.event-dtl-info__date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 25px;
}
.event-dtl-info__date-item{
    flex: 0 0 auto;
    max-width: 100%;
}
@media screen and (max-width:768px){
    /*--- sp ---*/
    .event-dtl-info{
        gap: 0 20px;
        padding: 15px 15px 20px;
        border-radius: 5px;
    }
    .event-dtl-info__date{
        gap: 5px 20px;
    }
}
