@charset "utf-8";

/* intro
----------------------------------------------------------------------------- */
/* main */
.top-mv{
    background-image: url("../images/top_bg_pc.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 100px;
}
.top-mv-main{
    padding: 2.604167vw;
    height: 41.666667vw;
    width: 100%;
    margin: 0 auto 5.208333vw;
}
.top-mv-main-ttl{
    background-image: url("../images/top_mv_pc.png");
    height: 41.666667vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    border-radius: 2.604167vw;
    overflow: hidden;
    padding-top: 19.635417vw;
    padding-left: 18.59375vw;
    font-size: 2.604167vw;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0,0,0,0.25);
}
@media screen and (max-width:768px){
    .top-mv{
        background-image: url("../images/top_bg_pc.png");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        padding-bottom: 20vw;
    }
    .top-mv-main{
        padding: 25vw 5vw 10vw;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    .top-mv-main-ttl{
        background-image: url("../images/top_mv_sp.png");
        height: 100vw;
        border-radius: 7.5vw;
        padding-top: 67.5vw;
        padding-left: 5vw;
        font-size: 5.75vw;
    }
}

/* intro */
.top-mv-intro{
    
}
.top-mv-intro-ttl{
    text-align: center;
    margin-bottom: 50px;
    color: #89C330;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size:40px;
}
.top-mv-intro-img{
    margin-bottom: 50px;
}
.top-mv-intro-main{
    font-size: 18px;
    line-height: 2em;
    width:100%;
    max-width: 900px;
    margin: 0 auto;
}
.top-mv-intro-main strong{
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.top-mv-intro-main strong span{
    display: inline-block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    background:linear-gradient(transparent 60%, #fff 60%);
    font-size: 25px;
    text-align: center;
}
.top-mv-intro-btn{
    text-align: center;
}

@media screen and (max-width:768px){
    .top-mv-intro-ttl{
        margin-bottom: 7.5vw;
        font-size:6.25vw;
    }
    .top-mv-intro-img{
        margin-bottom: 7.5vw;
    }
    .top-mv-intro-main{
        font-size: 4vw;
    }
    .top-mv-intro-main strong{
        margin-top: 0;
        margin-bottom: 7.5vw;
    }
    .top-mv-intro-main strong span{
        font-size: 4.5vw;
    }
}


/* news
----------------------------------------------------------------------------- */
.top-news{
    background-color: #fff;
    padding: 100px 0;
}
.top-news-inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width:768px){
    .top-news{
        padding: 12.5vw 0;
    }
    .top-news-inner{
        display: block;
    }
}

/* ttl */
.top-news-inner-ttl{
    width: 250px;
}
@media screen and (max-width:768px){
    .top-news-inner-ttl{
        width: 100%;
    }
}

/* main */
.top-news-inner-main{
    width: calc(100% - 350px);
}

@media screen and (max-width:768px){
    .top-news-inner-main{
        width: 100%;
    }
    .top-news-inner-main .list-news{
	   margin-bottom: 7.5vw;
    }
}


/* calendar
----------------------------------------------------------------------------- */
.top-calendar{
    padding: 100px 0;
}
.top-calendar-box{
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 50px;
}
.top-calendar-box iframe{
    width: 100%;
}
.top-calendar-txt{
    text-align: center;
}

@media screen and (max-width:768px){
    .top-calendar{
        padding: 12.5vw 0;
    }
    .top-calendar-box{
        padding: 5vw;
        border-radius: 5vw;
        margin-bottom: 5vw;
    }
    .top-calendar-txt {
        font-size: 3.25vw;
    }
}


/* point
----------------------------------------------------------------------------- */
.top-point{
    background-image: url("../images/top_point_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    overflow: hidden;
    margin:0 auto 100px;
    padding: 80px 0;
    width: calc(100% - 100px);
}
@media screen and (max-width:768px){
    .top-point{
        border-radius: 12.5vw;
        margin:0 auto 12.5vw;
        padding: 12.5vw 5vw 5vw;
        width: calc(100% - 10vw);
    }
    .top-point .ttl-L{
        font-size: 5vw;
    }
}

/* main */
.top-point-main ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.top-point-main ul li{
    width:calc( (100% - 100px) / 3);
    margin-right: 50px;
}
.top-point-main ul li:last-child{
    margin-right: 0;
}

.top-point-main ul li figure img{
    margin-bottom: 40px;
}
.top-point-main ul li figure figcaption{
    text-align: center;
    margin-bottom: 20px;
    color: #89C330;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 25px;
    
}
.top-point-main ul li p{
    font-size: 16px;
    line-height: 2em;
    text-align: center;
}

@media screen and (max-width:768px){
    .top-point-main ul{
        display: block;
    }
    .top-point-main ul li{
        width:100%;
        margin-right: 0;
        margin-bottom: 7.5vw;
    }

    .top-point-main ul li figure img{
        margin-bottom: 7.5vw;
    }
    .top-point-main ul li figure figcaption{
        margin-bottom: 5vw;
        font-size: 6.25vw;
    }
    .top-point-main ul li p{
        font-size: 4vw;
    }
}


/* recommend
----------------------------------------------------------------------------- */
.top-recommend{
    margin-bottom: 100px;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    max-width: calc( 1100px + ((100% - 1100px) /2 ) );
    margin-left: auto;
    margin-right: 0;
}
.top-recommend-box{
    width: 100%;
    max-width: 1100px;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    
}
.top-recommend-box-img{
    width: 260px;
}
.top-recommend-box-txt{
    width: calc(100% - 310px);
}
.top-recommend-box-txt-ttl{
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #89C330;
    font-size: 30px;
    margin-bottom: 30px;
}
.top-recommend-box-txt p{
    margin-bottom: 50px;
    font-size: 20px;
}
.top-recommend-box-txt-btn{
    text-align: right;
}

@media screen and (max-width:768px){
    .top-recommend{
        margin-bottom: 12.5vw;
        border-radius: 0;
        max-width: 100%;
    }
    .top-recommend-box{
        width: 100%;
        max-width: none;
        padding: 12.5vw 5vw;
        display: block;
    }
    .top-recommend-box-img{
        width: 100%;
        text-align: center;
        margin-bottom: 7.5vw;
    }
    .top-recommend-box-img img{
        width:45vw;
    }
    .top-recommend-box-txt{
        width: 100%;
    }
    .top-recommend-box-txt-ttl{
        font-size: 7.5vw;
        margin-bottom: 7.5vw;
    }
    .top-recommend-box-txt p{
        margin-bottom: 7.5vw;
        font-size: 5vw;
    }
    .top-recommend-box-txt-btn{
        text-align: center;
    }
}

/* payment
----------------------------------------------------------------------------- */
.top-payment{
    margin-bottom: 100px;
}
.top-payment-main{
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
}

@media screen and (max-width:768px){
    .top-payment{
        margin-bottom: 12.5vw;
    }
    .top-payment-main{
        padding: 5vw;
        border-radius: 7.5vw;
    }
}


/* faq
----------------------------------------------------------------------------- */
.top-faq{
    background-color: #89C330;
    margin-bottom: 100px;
    padding: 100px 0;
}
.top-faq-main{
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
}
.top-faq-main-btn{
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width:768px){
    .top-faq{
        margin-bottom: 12.5vw;
        padding: 12.5vw 0;
    }
    .top-faq-main{
        padding: 12.5vw 5vw;
        border-radius: 7.5vw;
    }
    .top-faq-main-btn{
        margin-top: 7.5vw;
    }
}

/* time
----------------------------------------------------------------------------- */
.top-time{
    margin-bottom: 100px;
}
.top-time-tbl table{
    width: 100%;
    margin-bottom: 30px;
}
.top-time-tbl table thead tr{
    border-bottom: 1px solid #89C330;
    
}
.top-time-tbl table thead tr th{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 30px;
}
.top-time-tbl table tbody tr th{
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 30px;
    vertical-align: middle;
}
.top-time-tbl table tbody tr{
    border-bottom: 1px solid #89C330;
}
.top-time-tbl table tbody tr:last-child{
    border-bottom: none;
}
.top-time-tbl table tbody tr th span{
    font-size: 15px;
    font-weight: normal;
    font-family: inherit;
}
.top-time-tbl table tbody tr td{
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}
.top-time-tbl table tbody tr td span{
    color: #89C330;
}

.top-time-tbl p{
    text-align: right;
}
.top-time-tbl p span{
    color: #89C330;
}

.top-time-btn{
    text-align: center;
    margin-top: 50px;
}
.top-time-btn .btn-01{
    margin: 0 25px;
}

@media screen and (max-width:768px){
    .top-time{
        margin-bottom: 12.5vw;
    }
    .top-time-tbl table{
        margin-bottom: 5vw;
    }
    .top-time-tbl table thead tr th{
        font-size: 3vw;
        padding: 2.5vw;
    }
    .top-time-tbl table tbody tr th{
        font-size: 3vw;
        padding: 2.5vw;
    }
    .top-time-tbl table tbody tr th span{
        font-size: 2.5vw;
    }
    .top-time-tbl table tbody tr td{
        font-size: 3vw;
    }

    .top-time-btn{
        margin-top: 7.5vw;
    }
    .top-time-btn .btn-01{
        margin: 0 0 5vw;
    }
}



