@charset "UTF-8";

/*2*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) , print { /*PC&TB*/
}

/*3*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
}
@media screen and (min-width:1024px) , print { /*PC*/
}

/*TB*/
@media screen and (max-width:1023px) { /*TB&SP*/
}
@media screen and (min-width:1024px) , print { /*PC*/
}

/* contentsWidth */
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1259px) { /*TB*/
}
@media screen and (min-width:1260px) , print { /*PC*/
}

/************************************************************/
/*   wordpress修正   */
/************************************************************/
figure img{
    /* width: 100%; height: auto;
    max-width: auto !important; */
}
body .is-layout-flex{
    flex-wrap: nowrap;
}
/* jsonに対する設定 */
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
	margin-left: 0 !important;   /* センター寄せ回避 */
	margin-right: 0 !important;   /* センター寄せ回避 */
    width: 100%;
}
.wp-block-group{
	padding:0;
    overflow-wrap: anywhere;
    word-break: break-all;
}

/************************************************************/
/*   ブロックエディタ用   */
/************************************************************/
/* ブロックグループ */
@media screen and (max-width:767px) { /*SP*/
    .block-2col{
        width: 100%;
        margin: 30px 0 0;
        display: grid;
        grid-gap: 30px;
    }
    .block-3col{
        width: 100%;
        margin: 30px 0 0;
        display: grid;
        grid-gap: 30px;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .block-2col{
        width: 100%;
        margin: 60px 0 0;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 40px;
    }
    .block-3col{
        width: 100%;
        margin: 60px 0 0;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 30px;
    }
}

/* リンクボタン */
@media screen and (max-width:767px) { /*SP*/
    .linkbox{
        width: 100%;
    }
    .linkbox-s{
        width: 100%;
    }
    .linkbox > .wp-block-button,
    .linkbox-s > .wp-block-button{
        width: 100% !important;
    }
    .linkbox a div span,
    .linkbox-s a div span{
        display: block;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .linkbox{
        width: 100%;
        display: flex; justify-content: center;
        grid-gap: 30px;
    }
    .linkbox a{
        max-width: 500px;
    }
    .linkbox-s{
        width: 100%; max-width: 300px;
    }
    .linkbox > .wp-block-button,
    .linkbox-s > .wp-block-button{
        width: 100%;
        max-width: 500px;
    }
    .linkbox a div span,
    .linkbox-s a div span{
        display: block;
    }
}

/* PDFリンクのアイコン設定 */
.icon-pdf a{
    display: inline-grid !important;
    grid-template-columns: auto 14px;
    column-gap: 5px;
    padding: 0 5px 0 0;
}
.icon-pdf a::after{
    content: '';
    height: 100%;
    background-image: url(../img/common/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* 外部リンクのアイコン設定 */
.icon-ex a{
    display: inline-grid !important;
    grid-template-columns: auto 14px;
    column-gap: 5px;
    padding: 0 5px 0 0;
}
.icon-ex a::after{
    content: '';
    height: 100%;
    background-image: url(../img/common/icon_link01_grn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* 電話番号リンク */
.link-tel-s a[href*="tel:"]{
    margin: 0 2px;
    display: inline-grid;
    grid-template-columns: 10px 1fr;
    column-gap: 5px;
    align-items: baseline;
}
.link-tel-s a[href*="tel:"]::before{
    content: '';
    width: 100%; height: 100%;
    background-image: url(../img/common/icon_tel_grn.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}
.link-tel-m a[href*="tel:"]{
    margin: 5px;
    display: inline-grid;
    grid-template-columns: 15px auto;
    column-gap: 5px;
    align-items: baseline;
    text-indent: 0;
    text-decoration: none !important;
    font-family: 'Josefin Sans','Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.link-tel-m a[href*="tel:"]::before{
    content: '';
    width: 100%; height: 100%;
    background-image: url(../img/common/icon_tel_grn.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    margin: -2px 0 0;
}

/* アンカーリンク用 */
@media screen and (max-width:767px) { /*スマホの時*/
    .anchor_wrap{
        width: 100%;
        padding: 30px 0 0;
    }
}
@media screen and (min-width:768px) , print { /*パソコンの時*/
    .anchor_wrap{
        width: 100%;
        padding: 60px 0 0;
    }
}

/************************************************************/
/*   フォント関係   */
/************************************************************/
/* 文字の色 */
.fontcolor-green{ color: var(--green01);}

/* 文字のサイズ設定 */
/* デフォルトのサイズ：
スマホ：14px、パソコン：16px */
@media screen and (max-width:767px) { /*スマホの時*/
    .fontsize-small{ font-size: var(--12px);}
    .fontsize-big{ font-size: var(--16px);}
    .fontsize-large{ font-size: var(--16px);}
}
@media screen and (min-width:768px) , print { /*パソコンの時*/
    .fontsize-small{ font-size: var(--14px);}
    .fontsize-big{ font-size: var(--18px);}
    .fontsize-large{ font-size: var(--20px);}
}

/************************************************************/
/*   BASE   */
/************************************************************/
/* Googleフォント設定 */
.josefin{
    font-family: 'Josefin Sans','Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* 注意書き */
@media screen and (max-width:767px) { /*SP*/
    .CMM_note01{
        font-size: var(--12px);
        padding: 0 0 0 var(--12px);
        text-indent: calc(var(--12px) * -1);
    }
    .CMM_note02{
        font-size: var(--14px);
        padding: 0 0 0 var(--14px);
        text-indent: calc(var(--14px) * -1);
    }
    .CMM_note01 a,
    .CMM_note02 a{
        text-indent: 0;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .CMM_note01{
        font-size: var(--14px);
        padding: 0 0 0 var(--14px);
        text-indent: calc(var(--14px) * -1);
    }
    .CMM_note02{
        font-size: var(--16px);
        padding: 0 0 0 var(--16px);
        text-indent: calc(var(--16px) * -1);
    }
    .CMM_note01 a,
    .CMM_note02 a{
        text-indent: 0;
    }
}

/* LINK */
@media screen and (max-width:767px) { /*SP*/
    .CMM_link_box{
        width: 100%;
        min-height: 60px;
        padding: 10px 10px 10px 5px !important;
        display: grid !important;
        grid-template-columns: 1fr auto 1fr;
        column-gap: 10px;
        align-items: center;
        border-radius: 60px;
        line-height: 1.4 !important;
        text-decoration: none;
    }
    .CMM_link_box::before{
        content: '';
    }
    .CMM_link_box::after{
        content: '';
        width: 6px; height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translateX(-5px) rotate(45deg);
        justify-self: end;
    }
    .nolink .CMM_link_box{
        padding: 10px 5px;
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .nolink .CMM_link_box::before,
    .nolink .CMM_link_box::after{
        display: none;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .CMM_link_box{
        width: 100%;
        min-height: 60px;
        padding: 10px 20px 10px 10px !important;
        display: grid !important;
        grid-template-columns: 1fr auto 1fr;
        column-gap: 10px;
        align-items: center;
        border-radius: 60px;
        line-height: 1.4 !important;
        text-decoration: none;
    }
    .CMM_link_box::before{
        content: '';
    }
    .CMM_link_box::after{
        content: '';
        width: 6px; height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translateX(-10px) rotate(45deg);
        justify-self: end;
        transition: transform 0.3s;
    }
    .nolink .CMM_link_box{
        padding: 10px;
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .nolink .CMM_link_box::before,
    .nolink .CMM_link_box::after{
        display: none;
    }
}
/* リンクボタン　配色設定 - 単色 */
.CMM_link_A{
    background-color: var(--green01);
    color: #fff;
}
.CMM_link_A::after{
    border-color: #fff;
}
.CMM_link_B{
    border: 2px solid var(--green01);
    background-color: #fff;
    color: var(--green01);
}
.CMM_link_B::after{
    border-color: var(--green01);
}
.CMM_link_C{
    background-color: var(--orange01);
    color: #fff;
}
.CMM_link_C::after{
    border-color: #fff;
}
.CMM_link_D{
    border: 2px solid var(--orange01);
    background-color: #fff;
    color: var(--orange01);
}
.CMM_link_D::after{
    border-color: var(--orange01);
}
/* リンクボタン　配色設定 - グラデーション */
.CMM_link_gd01{
    background: var(--gradient01);
    color: #fff;
}
.CMM_link_gd02{
    background: var(--gradient02);
    color: #fff;
}
/* hover設定 */
.CMM_link_box:hover::after{
    transform: translateX(0px) rotate(45deg);
}
.CMM_link_A:hover,
.CMM_link_C:hover,
.CMM_link_gd01:hover,
.CMM_link_gd02:hover{
    color: #fff;
}
.CMM_link_B:hover{
    color: var(--green01);
}
.CMM_link_D:hover{
    color: var(--orange01);
}

/* 各セクション余白 */
@media screen and (max-width:767px) { /*SP*/
    .CMM_wrap{
        padding: 30px 0;
    }
    .deco_wrap{
        padding: 30px 0 50px;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .CMM_wrap{
        padding: 60px 0;
    }
    .deco_wrap{
        padding: 60px 0 80px;
    }
}

/************************************************************/
/*   COMMON - Section Decoration   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    .CMM_deco{
        position: relative;
    }
    .CMM_deco::before{
        content: ''; position: absolute;
        /* z-index: 1; */
        top: -40px; left: 0;
        width: 100%; height: 40px;
        background-image: url(../img/common/bg_img01.png);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-size: auto 40px;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .CMM_deco{
        position: relative;
    }
    .CMM_deco::before{
        content: ''; position: absolute;
        /* z-index: 1; */
        top: -60px; left: 0;
        width: 100%; height: 60px;
        background-image: url(../img/common/bg_img01.png);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-size: auto 60px;
    }
}

/************************************************************/
/*   SIDEBAR - CONTENTS - HEADER   */
/************************************************************/
@media screen and (max-width:1023px) { /*TB&SP*/
    #HD{
        width: 100%;
        height: 50px;
        display: grid;
        justify-items: center;
        background-color: #fff;
    }
    #CONTENTS{
        width: 100%;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    #HD{
        overflow: visible;
        position: fixed;
        z-index: 9999;
        top: 0; left: 0;
        width: 250px;
        height: 100vh;
        display: grid;
        grid-template-rows: auto 1fr;
    }
    #CONTENTS{
        width: calc(100% - 250px);
        margin: 0 0 0 auto;
    }
}

/************************************************************/
/*   HEADER & NAVI   */
/************************************************************/
/* ヘッダーロゴ部分 */
@media screen and (max-width:1023px) { /*TB&SP*/
    .HD_logo_box{
        padding: 0 20px;
        display: grid;
        justify-items: start; align-items: center;
        line-height: 1;
    }
    .HD_logo_box a{
        display: block;
        width: 100%; max-width: 215px;
    }
    .HD_logo_box a > picture{
        display: grid;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    .HD_logo_box{
        padding: 30px;
    }
    .HD_logo_box a{
        display: block;
    }
}

/* メニュー枠部分 */
@media screen and (max-width:1023px) { /*TB&SP*/
    #NAVI{
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        position: fixed; z-index: 1000;
        top: 0; left: 0;
        width: 100%; height: calc(100% - 60px);
        background-color: #fff;
        visibility: hidden; opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        display: grid;
        grid-template-rows: 50px 1fr auto;
    }
    #NAVI._is_open{
        visibility: visible; opacity: 1;
    }
    .NAVI_sp_set{
        display: grid;
        justify-items: center;
    }
    .NAVI_logo_box{
        padding: 0 20px;
        display: grid;
        justify-items: start; align-items: center;
    }
    .NAVI_logo_box a{
        display: block;
        width: 100%; max-width: 215px;
        line-height: 1;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    #NAVI{
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll;
        display: grid;
        grid-template-rows: 1fr 90px auto;
    }
    #NAVI::-webkit-scrollbar{
        display:none;
    }
    .NAVI_sp_set{
        display: none;
    }
}

/* ヘッダーナビ表示切り替え */
@media screen and (max-width:1023px) { /*TB&SP*/
    .NAVI_set{
        width: 100%;
    }
    #NAVI_SP{
        display: block;
    }
    #NAVI_PC{
        display: none;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    .NAVI_set{
        width: 100%;
    }
    #NAVI_SP{
        display: none;
    }
    #NAVI_PC{
        display: block;
    }
}

/* ヘッダーナビ（SP） */
@media screen and (max-width:767px) { /*SP*/
    .NAVI_list{
        width: 100%;
        list-style: none;
        padding: 0;
        border-top: 1px solid var(--gray02);
    }
    #NAVI_SP .nonelink > a,
    #NAVI_SP .nonelink > div{
        display: none;
    }
    .NAVI_box{
        width: 100%;
        list-style: none;
        padding: 0;
    }
    .NAVI_box > li {
        border-bottom: 1px solid var(--gray02);
    }
    /* aタグ設定 */
    .NAVI_box li a{
        color: #000;
        text-decoration: none;
    }
    .NAVI_box > li > a{
        display: block;
        padding: 15px 20px;
        letter-spacing: 1px;
    }
    .NAVI_inner{
        width: 100%;
        list-style: disc;
        margin: 0 0 10px 23px;
        display: none;
    }
    .NAVI_inner a{
        display: block;
        font-weight: 400;
        padding: 10px 0;
        letter-spacing: 1px;
    }
    /* アコーディオン設定 */
    .NAVI_sp_accordion{
        display: flex; flex-wrap: wrap;
        align-items: stretch;
    }
    .NAVI_sp_accordion > div{
        width: 50px;
        position: relative;
    }
    .NAVI_sp_accordion > div::before{
        content: ''; position: absolute;
        z-index: 1;
        top: 0; bottom: 0; right: 0; left: 0; margin: auto;
        width: 16px; height: 2px;
        background-color: var(--green01);
        transition: opacity 0.3s;
        opacity: 1;
    }
    .NAVI_sp_accordion > div::after{
        content: ''; position: absolute;
        z-index: 1;
        top: 0; bottom: 0; right: 0; left: 0; margin: auto;
        width: 2px; height: 16px;
        background-color: var(--green01);
        transition: transform 0.3s;
    }
    .NAVI_sp_accordion > div._is_ON::before{
        opacity: 0;
    }
    .NAVI_sp_accordion > div._is_ON::after{
        transform: rotate(-90deg);
    }
    .NAVI_sp_accordion > a{
        width: calc(100% - 50px);
    }
}
/* ヘッダーナビ（TB） */
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
    .NAVI_list{
        list-style: none;
        width: 100%;
        padding: 30px;
        display: grid;
        grid-template-columns: repeat(3,auto);
        grid-gap: 20px;
        border-top: 1px solid var(--gray02);
    }
    .NAVI_list > li{
        display: flex;
        flex-flow: column;
        row-gap: 20px;
        padding: 0;
    }
    #NAVI_SP .nonelink > a,
    #NAVI_SP .nonelink > div{
        display: none;
    }
    .NAVI_box{
        list-style: none;
        display: flex;
        flex-flow: column;
        row-gap: 20px;
        padding: 0;
    }
    /* aタグ設定 */
    .NAVI_box li a{
        color: #000;
        text-decoration: none;
    }
    .NAVI_box > li > a{
        display: grid;
        grid-template-columns: 20px 1fr;
        column-gap: 5px;
        align-items: start;
        letter-spacing: 1px;
    }
    .NAVI_box > li > a::before {
        content: '';
        width: 20px;
        height: 20px;
        margin: 5px 0 0;
        background-image: url(../img/common/icon_arr01.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .NAVI_inner{
        list-style: disc;
        margin: 10px 0 0 25px;
    }
    .NAVI_inner a{
        display: block;
        font-weight: 400;
        font-size: var(--14px);
        letter-spacing: 1px;
    }
}
/* ヘッダーナビ（PC） */
@media screen and (min-width:1024px) , print { /*PC*/
    .NAVI_list{
        width: 100%;
        list-style: none;
        padding: 0;
    }
    .NAVI_list > li{
        border-bottom: 1px solid var(--gray02);
    }
    /* aタグ設定 */
    .NAVI_list li a{
        display: block;
        padding: 10px 30px;
        letter-spacing: 1px;
        color: #000;
        text-decoration: none;
    }
    .NAVI_list li a > span{
        position: relative;
    }
    .NAVI_list li a > span::before{
        content: ''; position: absolute;
        bottom: 0; left: 0;
        width: 100%; height: 1px;
        background-color: var(--green01);
        transition: transform 0.3s;
        transform: scale(0,1);
        transform-origin: left;
    }
    .NAVI_list li .MEGA_box a{
        padding: 10px 5px;
    }
    /* メガメニュー設定 */
    .MEGA_box{
        position: absolute;
        top: 0; left: 250px;
        width: 300px; height: 100vh;
        background-color: var(--gray01);
        padding: 10vh 10px 30px;
        display: flex;
        flex-flow: column;
        justify-content: start; align-items: center;
        transition: 0.3s ease;
        visibility: hidden;
        opacity: 0;
        transform: scale(0,1);
        transform-origin: left;
    }
    .MEGA_box.show{
        visibility: visible;
        opacity: 1;
        transform: scale(1,1);
    }
    .MEGA_box ul{
        width: 100%;
        padding: 0;
        list-style: none;
        display: grid;
        row-gap: 5px;
    }
    .MEGA_box ul li{
        padding: 0 20px;
    }
    .MEGA_box ul li a{
        border-bottom: 1px dashed var(--gray02);
    }
    .MEGA_box ul li.no-link{
        padding: 0;
    }
    .MEGA_box ul li.no-link.title-en p{
        text-align: center;
        font-family: 'Josefin Sans','Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        color: var(--green06);
        margin: 10px 0 0;
    }
    .MEGA_box ul li.no-link.title-jp p{
        text-align: center;
        font-size: var(--22px);
        color: var(--green01);
        margin: 0 0 60px;
    }
    .MEGA_box::before{
        content: '';
        width: 100%;
        height: 60px;
    }
    /* 各ページ */
    .MEGA_taxi01 .MEGA_box::before{
        height: 76px;
        background-image: url(../img/common/icon_grn-taxi01.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .MEGA_taxi02 .MEGA_box::before{
        height: 60px;
        background-image: url(../img/common/icon_grn-taxi02.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .MEGA_taxi03 .MEGA_box::before{
        height: 70px;
        background-image: url(../img/common/icon_grn-taxi03.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .MEGA_guide .MEGA_box::before{
        height: 52px;
        background-image: url(../img/common/icon_grn-guide.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .MEGA_about .MEGA_box::before{
        height: 76px;
        background-image: url(../img/common/icon_grn-about.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    /* カレント設定 */
    .NAVI_list li a._is_current{
        color: var(--green01);
    }
    .NAVI_list li a._is_current > span::before{
        transform: scale(1,1);
    }
    /* タッチパネル以外設定 */
    @media (hover: hover) {
        .NAVI_list li a:hover{
            color: var(--green01);
        }
        .NAVI_list li a:hover > span::before{
            transform: scale(1,1);
        }
        .MEGA_set:hover > a{
            cursor: pointer;
            color: var(--green01);
        }
        .MEGA_set:hover > a > span::before{
            transform: scale(1,1) !important;
        }
        .MEGA_set:hover .MEGA_box{
            visibility: visible;
            opacity: 1;
            transform: scale(1,1);
        }
    }
}

/* SNS部分 */
@media screen and (max-width:1023px) { /*TB&SP*/
    .NAVI_sns_set{
        padding: 20px 30px;
        display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
        grid-gap: 15px;
    }
    .NAVI_sns_box{
        max-width: 60px;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    .NAVI_sns_set{
        padding: 30px;
        display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;
        grid-gap: 15px;
    }
    .NAVI_sns_box{
        max-width: 60px;
    }
}

/* その他アイコン部分 */
@media screen and (max-width:1023px) { /*TB&SP*/
    .NAVI_mark_set{
        padding: 0 30px 20px;
        display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
        grid-gap: 15px;
    }
    .NAVI_mark_box{
        max-width: 60px;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    .NAVI_mark_set{
        padding: 0 30px 30px;
        display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;
        grid-gap: 10px;
    }
    .NAVI_mark_box{
        max-width: 60px;
    }
}

/* アプリ部分 */
@media screen and (max-width:1023px) { /*TB&SP*/
    .NAVI_app_wrap{
        display: none;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    .NAVI_app_wrap{
        display: block;
    }
    .NAVI_app_set{
        align-self: end;
        width: 100%;
        height: 90px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        border-top: 1px solid var(--green01);
        position: relative;
    }
    .NAVI_app_set::before{
        content: ''; position: absolute;
        top: 0; left: 0; right: 0; margin: auto;
        width: 1px; height: 100%;
        background-color: var(--green01);
    }
    .NAVI_app_box{
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: 1fr;
        align-items: center;
        padding: 10px 5px 10px 10px;
    }
    .NAVI_app_box::before{
        content: '';
    }
    .NAVI_app_box::after{
        content: '';
        align-self: end;
        width: 6px; height: 6px;
        border-top: 2px solid var(--green01);
        border-right: 2px solid var(--green01);
        transform: rotate(45deg);
    }
    .NAVI_app_box._app_385_pc img{
        width: 100%; max-width: 130px;
    }
    .NAVI_app_box._app_go_pc img{
        width: 100%; max-width: 80px;
    }
}
/* hover設定 */
a.NAVI_sns_box:hover,
a.NAVI_mark_box:hover,
a.NAVI_app_box:hover{
    opacity: 0.6;
}

/*お支払い方法部分 */
@media screen and (max-width:1023px) { /*TB&SP*/
    .NAVI_pay_set{
        padding: 20px 30px;
        background-color: var(--green01);
        text-align: center;
    }
    .NAVI_pay_tx{
        font-weight: bold; color: #fff;
    }
    .NAVI_pay_line{
        border-width: 1px;
        border-color: #fff;
        margin: 10px 0;
    }
    .NAVI_pay_img_set{
        width: 100%;
        padding: 0 0 10px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    }
    .NAVI_pay_img_box{
        width: calc(100% / 3); max-width: 50px;
        margin: 0 5px;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    .NAVI_pay_set{
        padding: 30px 10px;
        background-color: var(--green01);
        text-align: center;
    }
    .NAVI_pay_tx{
        font-size: var(--14px); font-weight: bold; color: #fff;
    }
    .NAVI_pay_line{
        border-width: 1px;
        border-color: #fff;
        margin: 10px 0 20px;
    }
    .NAVI_pay_img_set{
        width: 100%;
        padding: 0 0 10px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    }
    .NAVI_pay_img_box{
        width: calc(100% / 3); max-width: 50px;
        margin: 0 5px;
    }
}

/************************************************************/
/*   FOOTER   */
/************************************************************/
/* 枠組み設定 */
@media screen and (max-width:767px) { /*SP*/
    .FT_set{
        width: 100%;
    }
    .FT_navi_set{
        width: 100%;
    }
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
    .FT_set{
        width: 100%;
        display: grid;
        row-gap: 60px;
        justify-items: center;
    }
    .FT_navi_set{
        width: 100%;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    .FT_set{
        width: 100%;
        display: grid;
        grid-template-columns: minmax(150px,340px) minmax(424px,1080px);
        column-gap: 60px;
        justify-content: space-between;
    }
    .FT_navi_set{
        width: 100%;
        display: grid;
    }
}

/* 要素設定 */
@media screen and (max-width:767px) { /*SP*/
    #FT{
        background-color: var(--gray01);
    }
    .FT_box01{
        width: 100%;
        text-align: center;
    }
    .FT_logo{
        width: 70%; max-width: 240px;
    }
    .FT_addr{
        padding: 20px 0;
        font-weight: 400;
        width: 100%;
    }
    .F_group{
        line-height: 2.2;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #FT{
        background-color: var(--gray01);
    }
    .FT_box01{
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: baseline;
    }
    .FT_logo{
        width: 100%; max-width: 340px;
    }
    .FT_addr{
        padding: 40px 0 0 0;
        font-size: var(--14px);
        font-weight: 400;
        width: 100%;
        text-align: left;
    }
    .F_group{
        line-height: 2.2;
    }
}

/* ドロップダウンメニュー（#NAVI_FT） */
@media screen and (max-width:767px) { /*SP*/
    #NAVI_FT .nonelink > a,
    #NAVI_FT .nonelink > div{
        display: none;
    }
    /* aタグ設定 */
    #NAVI_FT .NAVI_box > li > a{
        display: grid;
        grid-template-columns: 18px 1fr;
        column-gap: 5px;
        align-items: center;
        padding: 15px 0;
        letter-spacing: 1px;
    }
    #NAVI_FT .NAVI_box > li > a::before{
        content: '';
        width: 18px; height: 18px;
        background-image: url(../img/common/icon_arr01.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #NAVI_FT .NAVI_list{
        padding: 0;
        list-style: none;
        justify-self: end;
        width: 100%;
        max-width: 990px;
        display: grid;
        grid-template-columns: repeat(3,auto);
        grid-gap: 20px;
        border-top: none;
    }
    #NAVI_FT .NAVI_list > li{
        border-bottom: none;
    }
    #NAVI_FT .nonelink > a,
    #NAVI_FT .nonelink > div{
        display: none;
    }
    #NAVI_FT .NAVI_box{
        list-style: none;
        display: flex;
        flex-flow: column;
        row-gap: 20px;
        padding: 0;
    }
    /* aタグ設定 */
    #NAVI_FT .NAVI_box li a{
        color: #000;
        text-decoration: none;
        padding: 0;
    }
    #NAVI_FT .NAVI_box > li > a{
        display: grid;
        grid-template-columns: 20px 1fr;
        column-gap: 5px;
        align-items: start;
        letter-spacing: 1px;
    }
    #NAVI_FT .NAVI_box > li > a::before {
        content: '';
        width: 20px;
        height: 20px;
        margin: 5px 0 0;
        background-image: url(../img/common/icon_arr01.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    #NAVI_FT .NAVI_inner{
        list-style: disc;
        margin: 10px 0 0 25px;
    }
    #NAVI_FT .NAVI_inner a{
        display: block;
        font-weight: 400;
        font-size: var(--14px);
        letter-spacing: 1px;
    }
}
/* hover設定 */
#NAVI_FT .NAVI_list a:hover{
    color: var(--green06);
}

/* コピーライト */
@media screen and (max-width:1023px) { /*TB&SP*/
    .FT_copylight{
        width: 100%;
        padding: 5px 30px 65px;
        background-color: var(--green01);
        color: #fff; font-weight: 400;
        text-align: center;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    .FT_copylight{
        width: 100%;
        padding: 5px 30px;
        background-color: var(--green01);
        font-size: var(--14px); color: #fff; font-weight: 400;
        text-align: center;
    }
}

/************************************************************/
/*   SP Floating Navi   */
/************************************************************/
@media screen and (max-width:1023px) { /*TB&SP*/
    #SP_fNavi{
        position: fixed;
        z-index: 9999;
        bottom: 0; left: 0;
        width: 100%;
        height: 60px;
        display: flex;
    }
    #SP_fNavi a{
        text-decoration: none;
        flex: 1;
    }
    .SP_fNavi_tel{
        padding: 5px 0;
        background-color: var(--orange01);
        text-align: center;
        font-size: min(3.6vw,var(--12px)); color: #fff;
        line-height: 1;
        display: grid;
        row-gap: 5px;
        justify-items: center;
    }
    .SP_fNavi_tel::before{
        content: '';
        width: 50px; height: 30px;
        background-image: url(../img/common/icon_tel_wht.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .SP_fNavi_385{
        padding: 5px 0;
        background-color: var(--green01);
        text-align: center;
        font-size: min(3.6vw,var(--12px)); color: #fff;
        line-height: 1;
        display: grid;
        row-gap: 5px;
        justify-items: center;
        align-content: center;
    }
    .SP_fNavi_385 img{
        width: 50px;
    }
    .SP_fNavi_go{
        padding: 5px 0;
        background-color: #fff;
        text-align: center;
        font-size: min(3.6vw,var(--12px)); color: #000;
        line-height: 1;
        display: grid;
        row-gap: 5px;
        justify-items: center;
        align-content: center;
    }
    .SP_fNavi_go img{
        width: 50px;
    }
    #SP_fNavi_open{
        flex: 1;
        padding: 5px 0;
        background-color: var(--green01);
        text-align: center;
        font-size: min(3.6vw,var(--12px)); color: #fff;
        line-height: 1;
        display: grid;
        justify-items: center;
    }
    .SP_fNavi_open_line{
        width: 50px; height: 30px;
        display: grid;
        align-content: space-between;
        padding: 6px 15px;
        position: relative;
    }
    .SP_fNavi_open_line::before{
        content: ''; position: absolute;
        z-index: 1;
        top: 4px; right: 12px;
        width: 4px; height: 4px;
        background-color: #fff;
        border-radius: 100%;
        border: 2px solid var(--green01);
    }
    .SP_fNavi_open_line span{
        width: 100%; height: 2px;
        background-color: #fff;
    }
    .SP_fNavi_open_line span:nth-of-type(1){
        transition: transform 0.3s;
    }
    .SP_fNavi_open_line span:nth-of-type(2){
        transition: opacity 0.3s;
        opacity: 1;
    }
    .SP_fNavi_open_line span:nth-of-type(3){
        transition: transform 0.3s;
    }
    ._is_open .SP_fNavi_open_line::before{
        display: none;
    }
    ._is_open .SP_fNavi_open_line span:nth-of-type(1){
        transform: rotate(135deg) translate(7px,-7px);
    }
    ._is_open .SP_fNavi_open_line span:nth-of-type(2){
        opacity: 0;
    }
    ._is_open .SP_fNavi_open_line span:nth-of-type(3){
        transform: rotate(-135deg) translate(4px,4px);
    }
}
@media screen and (min-width:1024px) , print { /*PC&TB*/
    #SP_fNavi{
        display: none;
    }
}

/************************************************************/
/*   PC Floating Navi   */
/************************************************************/
@media screen and (max-width:1023px) { /*TB&SP*/
    #PC_fNavi{
        display: none;
    }
}
@media screen and (min-width:1024px) , print { /*PC&TB*/
    #PC_fNavi{
        position: fixed;
        z-index: 500;
        top: 0; right: 0;
        display: flex;
        justify-content: end;
    }
    .PC_fNavi_line{
        display: grid;
        grid-template-columns: 1fr 18px auto 1fr;
        column-gap: 10px;
        justify-items: center;
        align-items: center;
        background-color: #00B900;
        padding: 5px 10px;
        font-weight: bold; color: #fff;
        line-height: 1.2;
    }
    .PC_fNavi_line::before{
        content: '';
        width: 100%; height: 100%;
        background-image: url(../img/common/icon_arr04.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        grid-column-start: 2;
    }
    .PC_fNavi_fax{
        display: grid;
        grid-template-columns: 1fr 18px auto 1fr;
        column-gap: 10px;
        justify-items: center;
        align-items: center;
        background-color: #fff;
        padding: 5px 10px;
        font-weight: bold; color: var(--green01);
        line-height: 1.2;
    }
    .PC_fNavi_fax::before{
        content: '';
        width: 100%; height: 100%;
        background-image: url(../img/common/icon_arr01.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        grid-column-start: 2;
    }
    .PC_fNavi_fax::after,.PC_fNavi_line::after{
        content: '';
    }
    .PC_fNavi_tel_set{
        width: 230px;
        display: grid;
        justify-items: center;
        align-items: center;
        background-color: var(--orange01);
        padding: 5px 10px;
    }
    .PC_fNavi_tel_box{
        display: grid;
        grid-template-columns: 20px 1fr;
        grid-gap: 5px 10px;
    }
    .PC_fNavi_tel_box::before{
        content: '';
        width: 100%; height: 100%;
        background-image: url(../img/common/icon_tel_wht.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        grid-row: 1 / span 2;
    }
    .PC_fNavi_tel_tx{
        font-size: var(--14px);
        font-weight: bold; color: #fff;
        line-height: 1;
    }
    .PC_fNavi_tel_num{
        font-size: var(--26px);
        font-weight: bold;
        color: #fff;
        line-height: 1;
    }
}
/* hover設定 */
#PC_fNavi a{
    text-decoration: none;
}
.PC_fNavi_tel_set:hover{
    background-color: var(--green01);
}

/* 多言語化対応 */
.PC_fNavi_line div > span,
.PC_fNavi_fax div > span{
    display: block;
}

/************************************************************/
/*   COMMON - contact   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    .CMM_contact_en{
        color: var(--orange02);
        text-align: center;
        line-height: 1;
    }
    .CMM_contact_jp{
        font-size: var(--20px); font-weight: 500;
        color: var(--orange01);
        text-align: center;
    }
    .CMM_contact_set{
        width: 100%;
        margin: 30px 0 0;
        display: grid;
        row-gap: 20px;
        justify-items: center;
    }
    .CMM_contact_box_L{
        width: 100%;
        display: grid;
        row-gap: 20px;
    }
    .CMM_contact_box_R{
        width: 80%;
    }
    .CMM_contact_tel_box{
        display: grid;
        grid-template-columns: 20px 1fr;
        grid-gap: 5px 10px;
        text-align: center;
    }
    .CMM_contact_tel_box::before{
        content: '';
        width: 100%; height: 100%;
        background-image: url(../img/common/icon_tel_wht.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        grid-row: 1 / span 2;
    }
    .CMM_contact_tel_tx{
        font-weight: bold; color: #fff;
        line-height: 1;
    }
    .CMM_contact_tel_num{
        font-size: min(8vw,var(--40px));
        font-weight: bold;
        color: #fff;
        line-height: 1;
    }
    .CMM_contact_form_box{
        display: grid;
        grid-template-columns: 30px 1fr;
        column-gap: 5px;
        text-align: center;
    }
    .CMM_contact_form_box::before{
        content: '';
        width: 100%; height: 100%;
        background-image: url(../img/common/icon_mail_org.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        grid-row: 1 / span 2;
    }
    .CMM_contact_form_tx{
        font-size: min(4vw,var(--14px));
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .CMM_contact_en{
        color: var(--orange02);
        text-align: center;
    }
    .CMM_contact_jp{
        font-size: var(--30px); font-weight: 500;
        color: var(--orange01);
        text-align: center;
    }
    .CMM_contact_set{
        width: 100%;
        margin: 60px 0 0;
        display: grid;
        grid-template-columns: minmax(auto, 680px) minmax(auto,480px);
        column-gap: 8%;
        justify-content: center;
        align-items: center;
    }
    .CMM_contact_box_L{
        display: grid;
        row-gap: 30px;
    }
    .CMM_contact_tel_box{
        display: grid;
        grid-template-columns: 40px 1fr;
        grid-gap: 10px;
        text-align: center;
    }
    .CMM_contact_tel_box::before{
        content: '';
        width: 100%; height: 100%;
        background-image: url(../img/common/icon_tel_wht.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        grid-row: 1 / span 2;
    }
    .CMM_contact_tel_tx{
        font-size: var(--18px);
        font-weight: bold; color: #fff;
        line-height: 1;
    }
    .CMM_contact_tel_num{
        font-size: var(--38px);
        font-weight: bold;
        color: #fff;
        line-height: 1;
        margin: 0 0 -5px;
    }
    .CMM_contact_form_box{
        padding: 5px 0;
        display: grid;
        grid-template-columns: 50px 1fr;
        column-gap: 10px;
        text-align: center;
    }
    .CMM_contact_form_box::before{
        content: '';
        width: 100%; height: 100%;
        background-image: url(../img/common/icon_mail_org.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        grid-row: 1 / span 2;
    }
    .CMM_contact_form_tx{
        font-size: var(--18px);
    }
}
.CMM_contact_form_tx span{
    display: block;
}

/************************************************************/
/*   YouTube埋め込み用   */
/************************************************************/
.youtube_box{
    width: 100%; max-width: 940px;
    aspect-ratio: 16 / 9;
    height: min-content;
}
.youtube_box iframe{
    width: 100%; height: 100%;
}
.youtube_box video{
    width: 100%; height: 100%;
}

/************************************************************/
/*   アプリ表示　初期設定   */
/************************************************************/
._for_appstore{
    display: none;
}
/************************************************************/
/*   お知らせページ調整   */
/************************************************************/
.wp-block-image img{
    width: auto;
	max-width:100%;
}
#NEWS_post .POST_wrap p{
    margin-top: 20px;
}
#NEWS_post h4.LOW_title_B{
    margin: 15px 0 20px !important;;
}