@charset "UTF-8";

html{
    font-size: 100%;
}

body{
    font-family: "メイリオ" ;
    color: #333333;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}

li{
    list-style: none;
}

a{
    color: #333333;
    text-decoration: none;
}
* {
    box-sizing: border-box;
}

h2{
    font-size: 22px;
}

.wrapper{
    max-width: 1300px;
    margin: 0 auto;
}

.visible-sp{
    display: none;
}
.visible-pc{
    display: block;
}

.container{
    padding-top: 40px;
    padding-bottom: 140px;
    display: flex;
    justify-content: center;
    gap: 20px;
    background-color: #F5F5F5;
    box-shadow: inset 0px 10px 10px #00000029;
}

main{
    width: 732px;
}

aside{
    width: 258px;
    padding-top: 30px;
}

/* ----------header---------- */
#header .bar{
    background-color: #00A0E9;
    height: 26px;
    width: 100%;
    line-height: 26px;
    margin: 0;
}

#header .bar p{
    font-size: 14px;
    color: #FFFFFF;
    max-width: 1010px;
    margin: 0 auto;
    
}

#header .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    padding: 17px 0;
}

#header .logo{
    max-width: 300px;
    line-height: 0;
}

#header .logo a{
    display: block;
}

#header .action{
    width: 617px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .mv_pc{
    border-top:solid 3px #ebece7;
    border-bottom:solid 3px #ebece7;
}

#header .mv_pc img{
    width: 1300px;
    margin: 0 auto;
}

#header .nav_pc{
    width: 1010px;
    height: 95px;
    padding: 23px 0 24px;
    margin: 0 auto;
}

#header .nav_pc ul{
    display: flex;
}

#header .nav_pc li{
    font-size: 16px;
    font-weight: bold;
    width: 144px;
    height: 48px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-left: 1px solid #CCCCCC;
}

#header .nav_pc li:last-of-type {
    border-right: 1px solid #CCCCCC;
}

/* ----------/header---------- */

/* ----------新着情報---------- */
.new{
    width: 732px;
    padding-bottom: 40px;
}

.heading-ttl{
    width: 732px;
    height: 50px;
    background-color: #E7ECD5;
    position: relative;
    padding-left: 27px;
    line-height: 50px;
}

.heading-ttl:before{
    width: 7px;
    height: 30px;
    background-color: #00A0E9;
    content: "";
    position: absolute;
    left: 0;
    margin-left: 10px;
    margin-top: 10px;
}

.new .new-btn{
    text-align: right;
}

.new ul{
    padding-top: 25px;
    padding-bottom: 36px;
}

.new ul li{
    line-height: 1;
}

.new ul li+ li{
    padding-top: 30px;
}

.new ul li p{
    font-size: 16px;
    color: #AAAAAA;
    padding-bottom: 15px;
}

.ttl{
    font-size: 22px;
    font-weight: bold;
    color: #00A0E9;
}

/* ----------/新着情報---------- */

/* ----------人気のコース---------- */

.popular{
    width: 732px;
    padding-bottom: 40px;
}

.popular p{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    padding-top: 25px;
}

.popular .course{
    display: flex;
    padding-top: 20px;
    gap: 18px;
}

/* ----------/人気のコース---------- */

/* ----------お客様の声---------- */

.voice{
    width: 732px;
    padding-bottom: 40px;
}

.voice .content{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 25px;
}

.voice .card{
    width: 100%;
    height: 228px;
    background-color: #fff;
    border: solid 1px #CECEBF;
    display: flex;
    padding: 24px 24px 25px 25px;
    gap: 23px;
}

.voice .card .card-left{
    width: 178px;
    height: 178px;
}

.voice .card .card-left img{
    width: 100%;
    height: 100%;
}

.voice .card .card-right{
    width: 480px;
    margin: 0;
}

.voice .card .ttl{
    line-height: 22px;
    padding-bottom: 15px;
}

.voice .card hr{
    height: 1px;
    color: #CCCCCC;
}

.voice .card-text{
    width: 480px;
    height: 141px;
    padding-top: 24px;
    line-height: 1.75;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}

.voice .card-text p:nth-of-type(2){
    text-align: right;
}

/* ----------/お客様の声---------- */

/* ----------お問い合わせ---------- */

.cta{
    width: 732px;
    height: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: solid 1px #CECEBF;
}

.cta .cta-tel{
    padding-right: 31px;
}

.cta .cta-inquiry{
border-left: 1px solid #CCCCCC;
padding-left: 35px;
}

/* ----------/お問い合わせ---------- */

/* ----------aside---------- */

aside .aside-ttl{
    position: relative;
    color: #333333;
    padding:30px 0 10px 10px;
}

aside .aside-ttl:before{
    width: 7px;
    height: 30px;
    background-color: #00A0E9;
    content: "";
    position: absolute;
    left: 0;
}

aside .reservation{
    width: 100%;
    height: auto;
}

aside .experience .movie{
    width: 258px;
    height: 157px;
}

aside .experience .movie iframe{
    width: 100%;
    height: 100%;
}

aside .info-text{
    font-size: 14px;
    color: #333333;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

aside .info-text dl{
    display: flex;
}

aside .blog li{
    border-bottom: 1px dashed #AAAAAA;
    padding-bottom: 15.5px;
}

aside .blog li .date{
    font-size: 12px;
    color: #00A0E9;
}

aside .blog li .blog-ttl{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    text-decoration:underline;
    color: #00A0E9;
}

aside .blog li+ li{
    padding-top: 15.5px;
}

aside .banner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 30.5px;
}

aside .online{
    padding-top: 30px;
}


/* ----------/aside---------- */

/* ----------footer---------- */
#footer .logo{
    max-width: 300px;
    height: 58px;
    width: 100%;
}

#footer .nav_pc{
    height: 60px;
    padding: 15px 0;
    margin: 0 auto;
    background-color: #00A0E9;
}

#footer .nav_pc ul{
    width: 1010px;
    margin: 0 auto;
    display: flex;
}

#footer .nav_pc li{
    font-size: 14px;
    font-weight: bold;
    width: 144px;
    height: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-left: 1px solid #fff;
}

#footer .nav_pc li:last-of-type {
    border-right: 1px solid #fff;
}

#footer .nav_pc li a{
    color: #FFFFFF;
}

#footer .action{
    padding-top: 44px;
    padding-bottom: 42px;
    display: flex;
    justify-content: center;
    gap: 65px;
}

#footer p{
    text-align: center;
    padding-bottom: 40px;
    font-size: 14px;
    color: #333333;
}

/* ----------/footer---------- */


/* ---------------------------------------------
スマートフォン
--------------------------------------------- */
@media screen and (max-width: 640px){
    
    .visible-sp{
        display: block ;
    }
    .visible-pc{
        display: none !important;
    }

    .wrapper{
        max-width: 340px;
    }

    .container{
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        gap: 0px;
        background-color: #fff;
        box-shadow: none;
        max-width: 343px;
        margin: 0 auto;
    }
    
    main{
        max-width: 343px;
    }
    
    aside{
        max-width: 343px;
    }


    /* ----------header---------- */

    #header .bar{
        width: 100%;
        height: 100%;
    }

    #header .bar p{
        font-size: 14px;
        color: #FFFFFF;
        max-width: 1010px;
        margin: 0 auto;
        padding: 5px 0 5px 5px ;
        line-height: 1.57;
    }

    #header .wrapper{
        flex-direction: column;
        max-width: 340px;
        padding: 0;
    }

    #header .logo{
        max-width: 175px;
        margin: 0 auto;
        padding-top: 16px;
        padding-bottom: 15px;
    }

    #header .action{
        padding: 0;
        width: 340px;
    }

    #header .box{
        max-width: 340px;
        height: 47px;
        background-color: #00A0E9;
        margin: 10px auto;
        display: flex;
        flex-direction: row-reverse;
    }

    #header .box .hamburger{
        width: 30px;
        height: 27px;
        cursor: pointer;
        margin: 10px 10px 10px 0;
        position: relative;
    }

    #header .box .hamburger span{
        width: 100%;
        height: 5px;
        background-color: #fff;
        display: inline-block;
        position: absolute;
    }

    #header .box .hamburger span:nth-of-type(1){
        top: 0;
    }
    #header .box .hamburger span:nth-of-type(2){
        top:11px;
    }
    #header .box .hamburger span:nth-of-type(3){
        top: 22px;
    }

    #header .nav_sp .open{
        display: block;
        transition: all 0.6s;
    }

    #header .nav_sp{
        display: none;
        max-width: 340px;
        margin: 30px auto 0;
        padding-bottom: 36px;
    }

    #header .nav_sp ul{
        height: 286px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #header .nav_sp li{
        font-size: 24px;
        font-weight: bold;
        height: 28px;
    }

    #header .nav_sp li:before{
        content: url(../img/arrow.png);
        margin-right:10px;
        line-height: 24px;
        vertical-align: middle;
    }

    #header .mv_sp{
        border-top:none;
        border-bottom:none;
    }

    /* ----------/header---------- */


    /* ----------新着情報---------- */

    .new{
        width: 100%;
    }

    .heading-ttl{
        width: 100%;
    }

    .ttl{
        line-height: 1.45;
    }

/* ----------/新着情報---------- */

/* ----------人気のコース---------- */

    .popular{
        width: 100%;
    }

    .popular .course{
        gap: 8px;
    }

/* ----------/人気のコース---------- */

/* ----------お客様の声---------- */

    .voice{
        width: 100%;
        padding-bottom: 0px;
    }

    .voice .card{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 16px 0;
        gap: 20px;
    }

    .voice .card .card-left{
        max-width: 311px;
        margin: 0 auto;
    }

    .voice .card .card-right{
        max-width: 311px;
        margin: 0 auto;
    }

    .voice .card .ttl{
        line-height: 18px;
        padding-bottom: 5px;
    }

    .voice .card .ttl p{
        font-size: 18px;
        line-height: 1.77;
    }

    .voice .card-text{
        width: 304px;
        height: 155px;
        padding-top: 21px;
    }


/* ----------/お客様の声---------- */


/* ----------aside---------- */
    aside .reservation{
        width: 343px;
    }
    aside .reservation img{
        width: 100%;
    }

    aside .experience .movie{
        width: 343px;
        height: 208px;
    }

    aside .info .img{
        width: 343px;
        height: 228px;
    }

    aside .info img{
        width: 100%;
        height: 100%;
    }

    aside .blog{
        width: 343px;
    }

    aside .blog li{
        padding-bottom: 15px;
    }

    aside .blog li .blog-ttl{
        height: 61px;
        line-height: 2.31;
        margin: 0;
        padding: 0;
    }

    aside .blog li+ li{
        padding-top: 15px;
    }

    aside .banner {
        width: 343px;
    }
    aside .banner img{
        width: 100%;
        height: 100%;
    }

    aside .online{
        width: 343px;
    }

    aside .online img{
        width: 100%;
        height: 100%;
        
    }

    aside .aside-cta{
        padding-top: 65px;
        width: 343px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }


/* ----------/aside---------- */

/* ----------footer---------- */
#footer .box{
    max-width: 340px;
    height: 47px;
    background-color: #00A0E9;
    margin: 0px auto;
    display: flex;
    flex-direction: row-reverse;
}

#footer .box .hamburger{
    width: 30px;
    height: 27px;
    cursor: pointer;
    margin: 10px 10px 10px 0;
    position: relative;
}

#footer .box .hamburger span{
    width: 100%;
    height: 5px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
}

#footer .box .hamburger span:nth-of-type(1){
    top: 0;
}
#footer .box .hamburger span:nth-of-type(2){
    top:11px;
}
#footer .box .hamburger span:nth-of-type(3){
    top: 22px;
}

#footer .nav_sp .open{
    display: block;
    transition: all 0.6s;
}

#footer .nav_sp{
    display: none;
    max-width: 340px;
    margin: 30px auto 0;
    padding-bottom: 0px;
}

#footer .nav_sp ul{
    height: 286px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#footer .nav_sp li{
    font-size: 24px;
    font-weight: bold;
    height: 28px;
}

#footer .nav_sp li:before{
    content: url(../img/arrow.png);
    margin-right:10px;
    line-height: 24px;
    vertical-align: middle;
}

#footer .action{
    width: 343px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    gap: 21.6px;
}

#footer .action .logo{
    height: 30.15px;
    width: auto;
}
    
#footer .action .tel{
    height: 29px;
}

#footer .action img{
    height: 100%;
    width: 100%;
}

/* ----------/footer---------- */

}