html{
    font-size:100px;
    background-color:#daebd7;
    overflow-x: clip;
}

@media screen and (max-width: 768px){
    html{
    font-size:50px
    }
}

body{
    font-family:"ab-yurumin","kaisei-harunoumi",sans-serif;
    font-weight:400;
    font-size:medium;
    color:#daebd7;
    overflow-x: clip;
}

@keyframes UpAnime{
    from{
        opacity:1;
        transform:translateY(0)
    }
    to{
        opacity:0;
        transform:translateY(-100px)
    }
}

@keyframes DownAnime{
    from{
        opacity:0;
        transform:translateY(-100px)
    }
    
    to{
        opacity:1;
        transform:translateY(0)
    }
}

header{
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 120px;
    background-color: #ffffffad;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

@media screen and (max-width: 500px){
    header{
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #ffffffad;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    }
}

.header .DownMove{
    position:fixed;
    width:100%;
    animation:DownAnime .5s forwards
}

.header .header-content{
    display:flex;
    align-items:center;
}

.header .logo-link{
    display:block;
    margin-right:.1rem
}

.header .header-title{
    font-size:.24rem;
    color:#3b6e82;
}

h1{
    font-size:.65rem;
    text-align:center;
    font-weight:normal;
}

h2{
    font-size:.55rem;
    text-align:center;margin:0 0 .2rem 0;
    font-weight:normal;
}

p{
    line-height:.3rem;
    font-size:.3rem;
    margin-top:.2rem;
}

small{
    background:#333;
    color:#fff;
    display:block;
    text-align:center;
    padding:.2rem
}

.head{
    font-size:.5rem;
    text-align:center;
    margin-bottom:.3rem;
    padding:.1rem;
    line-height:initial;
}

.sentence{
    font-size:.24rem;
    margin:.6rem;
    line-height:.34rem
}

.ham-button{
    display:none
}

@media screen and (max-width: 768px){
    .ham-button{
        display:block;
        cursor:pointer;
        height:1rem;
        width:1rem;
        position:fixed;
        right:.2rem;
        top:.2rem;
        z-index:10;
    }

    .ham-button span,.ham-button span::before,.ham-button span::after{
        display:block;
        background-color:#3b6e82;
        height:.08rem;
        width:100%;
        position:absolute;
        transition:all .3s ease-in-out
    }

    .ham-button span{
        top:50%
    }

    .ham-button span::before{
        content:"";
        top:-0.2rem
    }

    .ham-button span::after{
        content:"";
        top:.2rem
    }
}

.ham-input:checked~.ham-button span{
    background-color:rgba(0,0,0,0)
}

.ham-input:checked~.ham-button span::before{
    transform:rotate(45deg) translate(5px, -5px)
}

.ham-input:checked~.ham-button span::after{
    transform:rotate(-45deg) translate(5px, 5px)
}

.ham-menu{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.85);
    z-index:9;
    align-items:center;
    justify-content:center
}

.ham-menu ul{
    list-style:none;
    padding:0;
    margin:0;
    text-align:center
}

.ham-menu ul li{
    margin-bottom:1rem
}

.ham-menu ul li a{
    color:#fff;
    text-decoration:none;
    font-size:1.5rem
}

nav ul{
    list-style:none;
    display:flex;
    justify-content:center;
    padding-left: 800px;
    padding-top: 10px;
    position:fixed;
    top:0;
    z-index: 4;
    font-size: 20px;
}

@media screen and (max-width: 500px){
    nav ul{
        list-style:none;
        display:flex;
        justify-content:center;
        padding-left:85px;
        font-size: 10px;
        position:fixed;
        top:0;
        z-index: 4;
        transform: translate(10%, -20%);
    }
}

nav ul li a{
    display:block;
    text-decoration:none;
    color:#3b6e82;
    padding:.2rem;
    transition:all .3s
}

nav ul li ahover,nav ul li aactive{
    color:#50bdbf;
}

@media screen and (max-width: 768px){
    nav ul li a{
        font-size:.2rem
    }
}

nav ul li .current a{
    color:#50bdbf;
}

section{
    padding:.3rem;
    color:#3b6e82;
}

.logo{
    position: absolute;
    color:#3b6e82;
    text-decoration:none;
    height: auto;
    max-width: 280px;
    transform: translate(5%, 5%);
    position:fixed;
    top:0;
    z-index: 4;
}

@media screen and (max-width: 767px){
    .logo{
        position: absolute;
        color:#3b6e82;
        text-decoration:none;
        height: auto;
        max-width: 140px;
        transform: translate(-5%, 15%);
        position: fixed;
        top:0;
        z-index: 4;
    }
}

span{
    display:block;
    text-align:center
}

span.main{
    font-size:.1rem
}

span.sub{
    padding:.1rem;
    font-size:.1rem
}

.overview.info-container{
    display:flex;
    flex-wrap:wrap;
    text-align:center
}

.overview .info-container .info-item{
    display:block;
    width:150%;
    box-sizing:border-box;
    padding:.05rem;margin-bottom:.05rem
}

.overview .info-container .info-item .info-title{
    margin-right:.1rem;
    font-weight:bold;
    font-size:.41rem
}

.overview .info-container .info-item span:not(.info-title){
    font-size:.35rem;
    margin-left:-0.11rem;
    color:#50bdbf
}

.info-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around
}

.info-container .info-item{
    width:calc(50% - 1rem);
    margin:.5rem
}

.top-img img{
    width:80%;
    display:block;
    margin:0 auto
}

@media screen and (max-width: 768px){
    .top-img img{
        width:75%
    }
}

.kanji{
    font-family:"kaisei-harunoumi";
    font-weight:bold
}

.schedule{
    margin:0;
    padding:0;
    line-height:1.3em;
    justify-content:center
}

.time-schedule{
    min-width:400px;
    max-width:400px;
    list-style:none;
    margin:0 auto 0 6em;
    margin-top:.8rem;
    padding-left:20px;
    box-sizing:border-box
}

.time-schedule li{
    width:auto;
    margin:0 0;
    padding:5px 0;
    position:relative;
    display:flex
}

.time-schedule span.time{
    width:calc(50% + 1em);
    margin-left:-8em;
    padding:0 0 5px;
    margin-top:15px;
    vertical-align:top;
    position:relative;
    text-align:right;
    box-sizing:border-box;
    font-size:.27rem
}

.time-schedule span.time::after{
    content:"";
    position:absolute;
    right:-35px;
    top:0;
    width:20px;
    height:20px;
    border-radius:10px
}

.time-schedule .sch_box{
    display:inline-block;
    width:100%;
    margin-left:30px;
    padding:15px 10px 15px 10px;
    vertical-align:middle;
    background:#efefef;
    box-sizing:border-box;
    border-radius:6px;
    align-items:center
}

.time-schedule .sch_title{
    font-size:.25rem;
    font-weight:700px
}

.time-schedule .sch_tx{
    font-size:14px;
    font-weight:normal
}

.details-title{
    font-size:.33rem;
    font-weight:bold;
    text-align:center;
    margin-bottom:.2rem
}

@media screen and (max-width: 768px){
    .time-schedule{
        min-width:unset;
        max-width:100%;
        margin-left:0;
        padding-left:0
    }
    
    .time-schedule span.time{
        width:3em;margin-left:-4em
    }
    
    .time-schedule .sch_box{
        margin-left:.2rem
    }
}

.slider{
    padding-top: 110px;
    z-index: 1;
}

@media screen and (max-width: 767px){
    .slider{
        padding-top: 70px;
        z-index: 1;
    }
}

.slider img{
    width:100%;
    height:auto
}

.slider .slick-slide{
    margin:0 10px;
    overflow:visible
}

.contact-div{
    text-align:center
}

.contact-div span{
    font-size:.3rem
}

.footer-p{
    text-align:center;
    font-size:.2rem
}

.details{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center
}

.details .schedule{
    width:100%;
    max-width:960px;
    margin:0 auto
}

.details .schedule h3{
    margin-bottom:1rem
}

.details .details-title{
    margin-bottom:.5rem
}

.details .time-schedule{
    list-style:none;
    padding:0
}

@media screen and (max-width: 768px){
    .time-schedule li{
        flex-direction:column;
        align-items:center
    }
    
    .time-schedule li span.time{
        font-size:.32rem;
        margin-bottom:.25rem;
        margin-left:0;
        width:auto;
        text-align:center
    }
    
    .time-schedule li .sch_box{
        width:80%;
        margin-top:.25rem;
        padding:10px;
        font-size:.28rem
    }
}

.loading{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:#fff;
    z-index:9999;
    display:flex;
    justify-content:center;
    align-items:center
}

.schedule-hidden{
    display:inline-block
}

.entry-ul{
    min-width:400px;
    max-width:400px;
    list-style:none;
    margin:0 auto 0 6em;
    margin-top:.8rem;
    padding-left:20px;
    box-sizing:border-box
}

.entry-ul li{
    width:auto;
    margin:0 0;
    padding:5px 0;
    position:relative;
    display:flex
}

.entry-ul span.time{
    width:calc(50% + 1em);
    margin-left:-8em;
    padding:0 0 5px;
    margin-top:15px;
    vertical-align:top;
    position:relative;
    text-align:right;
    box-sizing:border-box;
    font-size:.27rem
}

.entry-ul span.time::after{
    content:"";
    position:absolute;
    right:-35px;
    top:0;
    width:20px;
    height:20px;
    border-radius:10px
}

.ent_box{
    display:inline-block;
    width:100%;
    margin-left:30px;
    padding:15px 10px 15px 10px;
    vertical-align:middle;
    box-sizing:border-box;
    border-radius:6px;
    align-items:center
}

.ent_title{
    font-size:.25rem;
    font-weight:700px
}

.ent_tx{
    font-size:14px;
    font-weight:norma
}

.details-title{
    font-size:.33rem;
    font-weight:bold;
    text-align:center;
    margin-bottom:.2rem
}

@media screen and (max-width: 768px){
    .entry-ul{
        min-width:unset;
        max-width:100%;
        margin-left:0;
        padding-left:0
    }
    
    .entry-ul span.time{
        width:3em;
        margin-left:-4em
    }
    
    .entry-ul .sch_box{
        margin-left:.2rem
    }
}

.entry_link{
    display:block;
    text-align:center;
    margin-top:.5rem;
    font-size:.3rem;
    color:#50bdbf;
    text-decoration:none;
    border:1px solid #50bdbf;
    padding:.1rem .3rem;
    border-radius:.1frem;
    transition:all .3s
}

.entry_link:hover{
    background:#3b6e82;
    color:#3b6e82
}

@media screen and (max-width: 768px){
    .schedule-hidden{
        display:inline-block
    }
}/*# sourceMappingURL=styles.css.map */