@charset "UTF-8";
#wrap_all{
    width:100%
    }
#wrap_hn{
    width:100%
    }
#wrap_header{
    width:100%
    }
#wrap_header_inner{
    width:90%;max-width:1000px;margin:0 auto;padding:20px 0
    }
#wrap_nav{
    width:100%
    }
@media screen and (min-width:1000px){
    #wrap_nav_inner{
        width:90%;max-width:1000px;margin:0 auto;padding:0
        }
    }
#wrap_content{
    width:100%
    }
#wrap_content>.content>[class*=_inner],#wrap_content>.wp-block-group>[class*=_inner]{
    width:90%;
    max-width:1000px;
    margin:0 auto;padding:0
    }
#wrap_footer{
    width:100%
    }
#wrap_footer_inner{
    width:90%;
    max-width:1000px;
    margin:0 auto;padding:2em 0
    }
#wrap_hn{
    background-color:#ffffff
    }
#wrap_hn a{
    color:inherit;
    text-decoration:none
    }
#wrap_header .h1,#wrap_header h1{
    font-size:1.2em
    }
@media screen and (min-width:1000px){
    .drawer_btn{
        display:none!important
        }
    }
@media screen and (max-width:999px){
    .drawer_btn{
        display:block;
        margin:0 0 0 auto;
        font-size:10px;
        width:4em;
        height:40px;
        background:transparent;
        text-align:center;
        cursor:pointer;
        position:fixed;
        top:20px;
        right:20px;
        z-index:99
        }
    .drawer_btn .drawer_bar,.drawer_btn .drawer_txt{
        display:block;
        width:100%;
        position:absolute;
        left:0
        }
    .drawer_btn .drawer_bar{
        height:3px;
        border-radius:5px;
        background-color:#333333;
        transition:all 0.3s;
        transform:rotate(0deg)
        }
    .drawer_btn .drawer_bar:first-of-type{
        top:0
        }
    .drawer_btn .drawer_bar:nth-of-type(2){
        top:9px
        }
    .drawer_btn .drawer_bar:nth-of-type(3){
        top:18px
        }
    .active.drawer_btn.drawer_bar{
        background-color:#ffffff
        }
    .active.drawer_btn .drawer_bar:first-of-type{
        transform:translateY(9px) rotate(-35deg)
        }
    .active.drawer_btn .drawer_bar:nth-of-type(2){
        opacity:0
        }
    .active.drawer_btn .drawer_bar:nth-of-type(3){
        transform:translateY(-9px) rotate(35deg)
        }
    .drawer_btn .drawer_txt{
        bottom:0;display:block;width:100%;color:#333333
        }
    .drawer_btn .drawer_txt:after{
        display:block;width:100%;content:"メニュー"
        }
    .active.drawer_btn .drawer_txt{
        color:#ffffff!important
        }
    .active.drawer_btn .drawer_txt:after{
        content:"閉じる"
        }
    .drawer_navwrap{
        transition:all 0.3s;
        width:100%;
        height:100%;
        position:fixed;
        top:0;
        left:0;
        overflow-y:scroll;
        padding:20px;
        transition:opacity 0.2s,visibility 0.2s
        }
    .drawer_navwrap>*{
        transition:unset
        }
    .drawer_navwrap:not(.open){
        opacity:0;visibility:hidden;z-index:-98
        }
    .drawer_navwrap.open{
        opacity:1;
        visibility:visible;
        z-index:98;
        background-color:rgba(51,51,51,0.95)
        }
    .drawer_navwrap.open a{
        color:#ffffff
        }
    .drawer_navwrap_inner{
        padding:5em 0 3em!important
        }
    .drawer_navwrap_inner br{
        display:none
        }
    .drawer_navwrap_inner a{
        text-decoration:none
        }
    .drawer_navwrap #nav_main{
        border-top:1px solid #d0d0d0;
        border-bottom:1px solid #d0d0d0
        }
    .drawer_navwrap #nav_main>li{
        list-style:none
        }
    .drawer_navwrap #nav_main>li+li{
        border-top:1px solid #d0d0d0
        }
    .drawer_navwrap #nav_main>li>*{
        padding:0.8em 2em 0.8em 0.2em;
        display:block;
        width:100%
        }
    .drawer_navwrap #nav_main>li>a{
        position:relative;
        color:#ffffff
        }
    .drawer_navwrap #nav_main>li>a:before{
        content:"";
        display:inline-block;
        font-size:inherit;
        width:0.5em;height:0.5em;
        border-radius:2px;
        border-top:0.1666666667em solid #b0b0b0;
        border-right:0.1666666667em solid #b0b0b0;
        transform:rotate(45deg);
        position:absolute;
        top:0;
        bottom:0;
        right:0.5em;
        transition:right 0.2s;
        margin:auto 0
        }
    .drawer_navwrap #nav_main>li>a:hover:before{
        right:0.3em
        }
    .drawer_navwrap #nav_main>li>:not(a){
        padding:0.8em 0.2em;display:block
        }
    }
@media screen and (min-width:1000px){
    #wrap_nav{
        background-color:#014086
        }
    #wrap_nav #nav_main{
        display:flex;
        flex-wrap:wrap;
        justify-content:flex-start;
        align-items:stretch;
        align-content:stretch
        }
    #wrap_nav #nav_main>li{
        flex:1;
        display:flex;
        flex-wrap:wrap;
        justify-content:flex-start;
        align-items:stretch;
        align-content:stretch
        }
    #wrap_nav #nav_main>li>a{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items:center;
        align-content:stretch;
        width:100%;
        padding:0.5em;
        text-align:center;
        background-color:#014086;
        color:#ffffff;
        transition:background-color 0.3s ease
        }
    #wrap_nav #nav_main>li>a:hover{
        opacity:1;
        background-color:#333333
        }
    }
#wrap_footer a{
    text-decoration:none
    }
#copyright{
    font-size:0.8em;
    text-align:center
    }
#wrap_content>.content,#wrap_content>.wp-block-group{
    position:relative
    }
@media screen and (min-width:751px){
    #wrap_content>.content,#wrap_content>.wp-block-group{
        padding:64px 0px 80px
        }
    }
@media screen and (max-width:749px){
    #wrap_content>.content,#wrap_content>.wp-block-group{
        padding:40px 0px 56px
        }
    }
#wrap_content>.content:nth-child(odd),#wrap_content>.wp-block-group:nth-child(odd){
    background-color:#ffffff
    }
#wrap_content>.content:nth-child(2n),#wrap_content>.wp-block-group:nth-child(2n){
    background-color:rgba(1,64,134,0.05)
    }
#wrap_content>.content>[class*=_inner]>.box,#wrap_content>.content>[class*=_inner]>.wp-block-group,#wrap_content>.wp-block-group>[class*=_inner]>.box,#wrap_content>.wp-block-group>[class*=_inner]>.wp-block-group{
    padding:40px 0px
    }
#wrap_content>.content>[class*=_inner]>.box .box,#wrap_content>.content>[class*=_inner]>.box .wp-block-group,#wrap_content>.content>[class*=_inner]>.wp-block-group .box,#wrap_content>.content>[class*=_inner]>.wp-block-group .wp-block-group,#wrap_content>.wp-block-group>[class*=_inner]>.box .box,#wrap_content>.wp-block-group>[class*=_inner]>.box .wp-block-group,#wrap_content>.wp-block-group>[class*=_inner]>.wp-block-group .box,#wrap_content>.wp-block-group>[class*=_inner]>.wp-block-group .wp-block-group{
    padding:24px 0px
    }
#wrap_content>.content>[class*=_inner] .box:first-child,#wrap_content>.content>[class*=_inner] .wp-block-group:first-child,#wrap_content>.wp-block-group>[class*=_inner] .box:first-child,#wrap_content>.wp-block-group>[class*=_inner] .wp-block-group:first-child{
    padding-top:0
    }
#wrap_content>.content>[class*=_inner] .box:last-child,#wrap_content>.content>[class*=_inner] .wp-block-group:last-child,#wrap_content>.wp-block-group>[class*=_inner] .box:last-child,#wrap_content>.wp-block-group>[class*=_inner] .wp-block-group:last-child{
    padding-bottom:0
    }
#wrap_content>.content :is(h1,h2,h3,h4,h5,h6)+.box,#wrap_content>.content :is(h1,h2,h3,h4,h5,h6)+.wp-block-group,#wrap_content>.wp-block-group :is(h1,h2,h3,h4,h5,h6)+.box,#wrap_content>.wp-block-group :is(h1,h2,h3,h4,h5,h6)+.wp-block-group{
    padding-top:0!important
    }
#wrap_content>.content .h1,#wrap_content>.content h1,#wrap_content>.wp-block-group .h1,#wrap_content>.wp-block-group h1{
    position:relative;
    padding-bottom:15px;
    text-align:center
    }
#wrap_content>.content .h1:after,#wrap_content>.content h1:after,#wrap_content>.wp-block-group .h1:after,#wrap_content>.wp-block-group h1:after{
    content:"";
    display:block;
    width:4em;
    height:5px;position:absolute;
    top:auto;
    right:0;
    bottom:0;
    left:0;
    margin:0 auto;
    background-color:#d0d0d0;
    border-radius:10px
    }
#wrap_content>.content .h2,#wrap_content>.content h2,#wrap_content>.wp-block-group .h2,#wrap_content>.wp-block-group h2{
    border-bottom:1px solid;
    padding-bottom:0.3em;
    text-align:left;
    text-transform:uppercase
    }
#wrap_content>.content .h3,#wrap_content>.content h3,#wrap_content>.wp-block-group .h3,#wrap_content>.wp-block-group h3{
    width:fit-content;
    padding:0.3em 0.5em;
    border:1px solid;
    text-transform:capitalize
    }
#wrap_content>.content .h4,#wrap_content>.content h4,#wrap_content>.wp-block-group .h4,#wrap_content>.wp-block-group h4{
    padding-left:0.5em;
    border-left:5px solid
    }
#wrap_content>.content .h5:before,#wrap_content>.content h5:before,#wrap_content>.wp-block-group .h5:before,#wrap_content>.wp-block-group h5:before{
    content:"■";
    display:inline-block;
    margin-right:0.3em;
    color:#b0b0b0;
    font-size:0.8em
    }
#wrap_content .h1:not(:last-child),#wrap_content .h2:not(:last-child),#wrap_content .h3:not(:last-child),#wrap_content .h4:not(:last-child),#wrap_content .h5:not(:last-child),#wrap_content .h6:not(:last-child),#wrap_content blockquote:not(:last-child),#wrap_content dl:not(:last-child),#wrap_content figure:not(:last-child),#wrap_content form:not(:last-child),#wrap_content h1:not(:last-child),#wrap_content h2:not(:last-child),#wrap_content h3:not(:last-child),#wrap_content h4:not(:last-child),#wrap_content h5:not(:last-child),#wrap_content h6:not(:last-child),#wrap_content iframe:not(:last-child),#wrap_content ol:not(:last-child),#wrap_content p:not(:last-child),#wrap_content table:not(:last-child),#wrap_content ul:not(:last-child){
    margin-bottom:16px
    }
#wrap_content .h1:last-child,#wrap_content .h2:last-child,#wrap_content .h3:last-child,#wrap_content .h4:last-child,#wrap_content .h5:last-child,#wrap_content .h6:last-child,#wrap_content blockquote:last-child,#wrap_content dl:last-child,#wrap_content figure:last-child,#wrap_content form:last-child,#wrap_content h1:last-child,#wrap_content h2:last-child,#wrap_content h3:last-child,#wrap_content h4:last-child,#wrap_content h5:last-child,#wrap_content h6:last-child,#wrap_content iframe:last-child,#wrap_content ol:last-child,#wrap_content p:last-child,#wrap_content table:last-child,#wrap_content ul:last-child{
    margin-bottom:0
    }
#wrap_content details:not(:last-child){
    margin-bottom:8px
    }
#wrap_content details:last-child{
    margin-bottom:0
    }
#wrap_content hr{
    margin:16px 0px
    }
.mainimage:not(:last-child){
    margin-bottom:16px
    }
.mainimage:last-child{
    margin-bottom:0
    }
.mainimage.slick .slick-slide{
    position:relative;
    overflow:hidden;
    max-height:500px
    }
.mainimage.slick .slick-slide:before{
    content:"";
    display:block;
    width:100%;
    padding-top:50%
    }
.mainimage.slick .slick-slide>a,.mainimage.slick .slick-slide>span{
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;overflow:hidden
    }
.mainimage.slick .slick-slide>a img,.mainimage.slick .slick-slide>span img{
    display:block;
    width:100%;
    height:100%;
    max-width:initial;
    object-fit:cover
    }
.mainimage:not(.slick){
    position:relative;
    overflow:hidden;
    background-color:#012d5e;
    min-height:150px;
    max-height:250px
    }
.mainimage:not(.slick):before{
    content:"";
    display:block;
    width:100%;
    padding-top:25%
    }
.mainimage:not(.slick)>*{
    width:100%;
    height:100%;
    overflow:hidden;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0
    }
.mainimage:not(.slick)>.mainimage_img{
    display:block;
    mix-blend-mode:multiply
    }
.mainimage:not(.slick)>.mainimage_img img{
    display:block;
    width:100%;
    height:100%;
    max-width:initial!important;
    object-fit:cover
    }
.mainimage:not(.slick)>.mainimage_txt{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    align-content:stretch
    }
.mainimage:not(.slick)>.mainimage_txt *{
    margin:0!important;
    padding:0!important;
    border:0!important;
    color:#ffffff;
    text-align:center;
    line-height:1;
    font-weight:700;
    text-shadow:0px 0px 3px rgba(0,0,0,0.8)
    }
.mainimage:not(.slick)>.mainimage_txt :after,.mainimage:not(.slick)>.mainimage_txt :before{
    display:none!important
    }
.mainimage:not(.slick)>.mainimage_txt .fs_small{
    font-size:0.6em
    }
#breadcrumb:not(:last-child){
    margin-bottom:16px
    }
#breadcrumb:last-child{
    margin-bottom:0
    }
#breadcrumb>ol{
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:center;
    align-content:stretch;
    font-size:0.8em;
    width:100%;
    padding-bottom:5px;
    overflow-x:auto;
    word-break:keep-all;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch
    }
#breadcrumb>ol>li{
    margin:0
    }
#breadcrumb>ol>li:not(:last-child):after{
    content:"»";
    padding:0 0.5em;
    display:inline-block
    }
#breadcrumb>ol>li::marker{
    content:""
    }
#breadcrumb>ol>li a{
    text-decoration:none
    }
.box_form:not(:last-child){
    margin-bottom:16px
    }
.box_form:last-child{
    margin-bottom:0
    }
.box_form.form_single{
    display:grid;
    gap:8px 16px;
    grid-auto-rows:auto;
    grid-template-columns:fit-content(25%) 1fr;
    align-items:stretch
    }
.box_form.form_single>.form_btn,.box_form.form_single>.form_item{
    grid-column:1/3
    }
.box_form.form_multiple{
    display:grid;
    gap:8px 24px;
    grid-auto-rows:auto;
    grid-template-columns:fit-content(28%) 1fr;
    align-items:center
    }
@media screen and (min-width:1000px){
    .box_form.form_multiple .form_label{
        padding:8px 0px
        }
    }
@media screen and (max-width:999px){
    .box_form.form_multiple .form_label{
        grid-column:1/3;
        padding-left:0.5em;
        border-left:5px solid
        }
    }
@media screen and (min-width:1000px){
    .box_form.form_multiple .form_item{
        padding:8px 0px
        }
    .box_form.form_multiple .form_item label:not(:last-child){
        margin-right:1em
        }
    }
@media screen and (max-width:999px){
    .box_form.form_multiple .form_item{
        grid-column:1/3;
        padding-bottom:1em
        }
    .box_form.form_multiple .form_item label{
        width:100%
        }
    }
.box_form.form_multiple .form_btn{
    grid-column:1/3
    }
.box_form.form_multiple .form_btn button,.box_form.form_multiple .form_btn input[type=button],.box_form.form_multiple .form_btn input[type=reset],.box_form.form_multiple .form_btn input[type=submit]{
    max-width:400px;
    width:100%;
    display:block;
    margin:0 auto
    }
.box_form.form_multiple .form_btn>:not(:last-child){
    margin-bottom:0.5em
    }
.box_linkbtn{
    display:grid;
    gap:8px;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr))
    }
.box_linkbtn:not(:last-child){
    margin-bottom:16px
    }
.box_linkbtn:last-child{
    margin-bottom:0
    }
.box_linkbtn>div{
    width:100%
    }
.box_linkbtn>div a{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center
    }
.box_info{
    display:grid;
    gap:8px 24px;
    grid-auto-rows:auto;
    grid-template-columns:fit-content(28%) 1fr;
    align-items:stretch
    }
.box_info:not(:last-child){
    margin-bottom:16px
    }
.box_info:last-child{
    margin-bottom:0
    }
.box_info>dt{
    font-weight:normal
    }
@media screen and (max-width:450px){
    .box_info{
        gap:0
        }
    .box_info dd,.box_info dt{
        grid-column:1/3
        }
    .box_info dd:not(:last-child){
        padding-bottom:1em
        }
    }
.box_gallery{
    display:grid;
    gap:8px;
    overflow:hidden;
    grid-auto-rows:100px;
    grid-template-columns:repeat(auto-fill,minmax(100px,1fr))
    }
.box_gallery:not(:last-child){
    margin-bottom:16px
    }
.box_gallery:last-child{
    margin-bottom:0
    }
.box_gallery>div{
    overflow:hidden
    }
.box_gallery>div a{
    width:100%;height:100%
    }
.box_phtxt:not(:last-child){
    margin-bottom:16px
    }
.box_phtxt:last-child{
    margin-bottom:0
    }
.box_phtxt .item img{
    display:block;
    margin:0 auto
    }
@media screen and (min-width:751px){
    .box_phtxt .item{
        display:flex;
        flex-wrap:wrap;
        justify-content:flex-start;
        align-items:stretch;
        align-content:stretch;
        gap:8px
        }
    .box_phtxt .item_img{
        align-self:flex-start
        }
    .box_phtxt .item_img.size-l{
        width:50%
        }
    .box_phtxt .item_img.size-m{
        width:40%
        }
    .box_phtxt .item_img.size-s{
        width:30%
        }
    .box_phtxt .item_txt{
        flex:1
        }
    }
@media screen and (max-width:749px){
    .box_phtxt .item_img{
        max-width:500px;
        width:100%;
        margin:0 auto 3px
        }
    }
.box_phtxt .item:not(:last-child){
    margin-bottom:16px
    }
.box_phtxt .item:last-child{
    margin-bottom:0
    }
img.box_fiximg{
    width:100%;
    max-width:inherit;
    aspect-ratio:16/9;
    object-fit:cover
    }
i[class^=ri-]{
    display:inline-flex;
    vertical-align:middle;
    line-height:1;
    margin:0 0.2em;
    font-size:1.1em
    }
.code-toolbar:not(:last-child){
    margin-bottom:16px
    }
.code-toolbar:last-child{
    margin-bottom:0
    }
.slick:not(.slick-initialized){
    opacity:0;
    transition:opacity 0.25s ease
    }
.slick.slick-initialized{
    opacity:1
    }
.slick a{
    display:block
    }
.slick .slick-arrow{
    z-index:1
    }
.slick .slick-arrow.slick-next:before,.slick .slick-arrow.slick-prev:before{
    content:"▲";color:#ffffff;font-family:sans-serif
    }
.slick .slick-arrow.slick-prev{
    left:10px;
    transform:rotate(-90deg)
    }
.slick .slick-arrow.slick-next{
    right:10px;
    transform:rotate(90deg)
    }
.slick .slick-dots{
    bottom:0
    }
.slick .slick-dots li{
    margin:0!important
    }
.slick .slick-dots li button:before{
    opacity:1;
    color:#ffffff
    }
.slick .slick-dots li.slick-active button:before{
    color:#014086
    }
.slick.slick-dotted{
    margin-bottom:0!important
    }
.slick.slick_thumb .slick-dots{
    bottom:calc(-60px - 5px)
    }
.slick.slick_thumb .slick-dots li{
    width:100px;
    height:60px;
    margin:0 2px!important;
    border:3px solid #ffffff;
    transition:border 0.3s ease-in-out
    }
.slick.slick_thumb .slick-dots li img{
    object-fit:cover;
    width:100%;
    height:100%
    }
.slick.slick_thumb .slick-dots li.slick-active{
    border:3px solid #014086
    }
.slick.slick_thumb.slick-dotted{
    margin-bottom:calc(60px + 5px)!important
    }
a.js_modal{
    display:block;
    overflow:hidden;
    position:relative;
    border:1px solid #d8d8d8
    }
a.js_modal:hover{
    opacity:1
    }
a.js_modal:hover:before{
    border:5px solid rgba(255,255,255,0.5)
    }
a.js_modal:hover img{
    transform:scale(1.2)
    }
a.js_modal:before{
    content:"";
    display:block;
    width:100%;
    height:100%;
    border:1px solid #ffffff;
    position:absolute;
    top:0;
    left:0;
    z-index:3
    ;transition:border 0.3s ease-in-out
    }
a.js_modal:after{
    content:"+";position:absolute;
    left:0;
    bottom:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:1.3em;
    height:1.3em;
    background-color:#ffffff;
    color:#014086;
    font-size:0.8em;
    line-height:1;
    overflow:hidden
    }
a.js_modal img{
    max-width:initial;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 0.3s ease
    }
.js_tab .tab_head{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:stretch;
    align-content:stretch;
    margin:0!important
    }
.js_tab .tab_head>*{
    text-align:center;
    margin-right:8px;
    padding:8px 16px!important;cursor:pointer;
    border:2px solid #b0b0b0;
    background-color:#b0b0b0;
    color:#ffffff;
    border-radius:5px;
    position:relative
    }
.js_tab .tab_head>:active{
    top:2px
    }
.js_tab .tab_head>:hover{
    opacity:1
    }
.js_tab .tab_head>.active{
    pointer-events:none;
    border:2px solid #014086;
    background-color:#014086
    }
.js_tab .tab_body{
    margin-top:8px;
    transition:all 0.3s liner
    }
.js_tab .tab_body>:not(.active){
    display:none
    }
.js_tab .tab_body>.active{
    display:block;
    animation:anime_tabshow 0.5s linear 0s
    }
@keyframes anime_tabshow{
    0%{opacity:0}to{opacity:1}
    }
@media screen and (max-width:999px){
    #pagetop{display:none!important}
    }
@media screen and (min-width:1000px){
    #pagetop{
        position:fixed;
        right:15px;
        bottom:15px;
        z-index:99;
        text-decoration:none;
        color:#ffffff;
        background-color:rgba(51,51,51,0.4);
        text-align:center;
        display:inline-block;
        line-height:1;
        border-radius:8px;
        padding:0.5em 1em
        }
    #pagetop:active{
        bottom:13px!important
        }
    }
input#datepicker{
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" /></svg>');
    background-size:24px;
    background-position:right 5px center;
    background-repeat:no-repeat
    }
.ui-datepicker{
    display:none;
    width:93%;
    max-width:400px
    }
.ui-datepicker *,.ui-datepicker :focus{
    margin:0;
    padding:0;
    border:0
    }
.ui-datepicker a{
    text-decoration:none;
    cursor:pointer;
    transition:all 0.3s;
    box-sizing:content-box;
    font-weight:bold
    }
.ui-datepicker>*{
    width:100%
    }
.ui-datepicker .ui-datepicker-header{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    align-content:stretch;
    padding:0.5em;
    background-color:#014086;
    text-align:center;
    font-weight:bold
    }
.ui-datepicker .ui-datepicker-header>.ui-datepicker-title{
    order:2;
    color:#ffffff;
    width:auto;
    font-size:1.1em
    }
.ui-datepicker .ui-datepicker-header>.ui-datepicker-prev{
    order:1
    }
.ui-datepicker .ui-datepicker-header>.ui-datepicker-next{
    order:3
    }
.ui-datepicker .ui-datepicker-header>.ui-datepicker-next,.ui-datepicker .ui-datepicker-header>.ui-datepicker-prev{
    width:1em;
    height:1em;
    padding:0.5em;
    display:block;
    background-color:#ffffff;
    line-height:1
    }
.ui-datepicker .ui-datepicker-header>.ui-datepicker-next.ui-state-disabled,.ui-datepicker .ui-datepicker-header>.ui-datepicker-prev.ui-state-disabled{
    opacity:0.3;
    pointer-events:none
    }
.ui-datepicker .ui-datepicker-calendar{
    table-layout:fixed;
    background-color:#ffffff;
    border:1px solid #014086
    }
.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker .ui-datepicker-calendar th{
    text-align:center;
    border:1px solid #014086
    }
.ui-datepicker .ui-datepicker-calendar thead th{
    background-color:#525252;
    color:#ffffff;
    padding:0.5em 0
    }
.ui-datepicker .ui-datepicker-calendar tbody td{
    font-size:1.1em
    }
.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled{
    padding:0.5em 0;
    background-color:#d8d8d8;
    color:#979797
    }
.ui-datepicker .ui-datepicker-calendar tbody td:not(.ui-state-disabled){
    padding:0
    }
.ui-datepicker .ui-datepicker-calendar tbody td:not(.ui-state-disabled).js_class_weekday{
    background-color:rgba(77,182,60,0.3)
    }
.ui-datepicker .ui-datepicker-calendar tbody td:not(.ui-state-disabled).js_class_saturday{
    background-color:rgba(109,197,255,0.3)
    }
.ui-datepicker .ui-datepicker-calendar tbody td:not(.ui-state-disabled).js_class_holiday{
    background-color:rgba(254,169,169,0.3)
    }
.ui-datepicker .ui-datepicker-calendar tbody td:not(.ui-state-disabled) a{
    padding:0.5em 0;
    display:block;
    text-align:center;
    background-color:transparent
    }
.ui-datepicker .ui-datepicker-calendar tbody td:not(.ui-state-disabled) a:hover{
    background-color:rgba(255,238,128,0.7)
    }
/*# sourceMappingURL=page_design.css.map */