@charset "utf-8";
/* レイアウトのためのCSS */

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;

}

@media screen and (max-width:768px) {
    body {
        font-size: 0.8rem;
    }
}

* {
    box-sizing: border-box;
    /* outline: 1px solid magenta; */
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}


/* g-nav */

/* #g-nav.panelactive li:last-child a{
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 2px solid #333;
    white-space: nowrap;
} */

/*pc-nav*/

#pc-nav span.bgLRextend::before {
    background: #333;
}


@media screen and (max-width:990px) {
    #pc-nav {
        display: none;
    }
}

/* heading */

h1 {
    position: absolute;
    top: 25%;
    left: 5%;
}

@media screen and (max-width:550px) {
    h1 {
        top: 32%;
        width: 60%;
    }
}


h2 {
    text-transform: uppercase;
    font-size: 3rem;
}

@media screen and (max-width:768px) {

    h2 {
        font-size: 2rem;
    }
}

/* lead */

.top-lead {
    position: fixed;
    bottom: 10%;
    left: 5%;
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    text-align: right;
}


.top-lead span.bgLRextend::before {
    background: #333;
}

@media screen and (max-width:550px) {
    .top-lead {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:380px) {
    .top-lead {
        font-size: 1.8rem;
    }
}

/* main-area */

#main-area h2 {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

/* service */



#service .serviceInfo {
    background: #fff;
    padding-bottom: 90px;
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* スマホ表示用。flipDownを指定している親要素に指定しないとうまく動かない*/
    transform: translate3d(0, 0, 0);
}

#service .serviceInfo li {
    flex-basis: 22%;

}

#service .serviceInfo li img {
    width: 100%;
    border-radius: 50%;
    transition-duration: 0.3s;
    transform: scale(1);
    transition: .3s ease-in-out;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#service .serviceInfo li img:hover {
    border-radius: 10%;
    transition-duration: 0.3s;


}

/* 料金表 */




@media screen and (max-width:960px) {
    #service header {
        width: 100%;
    }

    #service .serviceInfo {
        width: 80%;
        left: 10%;
        padding: 80px 20px 30px 20px;
    }

    #service .serviceInfo li {
        width: 40%;
    }


}

@media screen and (max-width:768px) {
    #service {
        padding: 200px 0 0 0;
    }
}

@media screen and (max-width:550px) {
    #service .service-area {
        width: 90%;
        left: 5%;
    }
}

@media screen and (max-width:400px) {
    #service .service-area {
        width: 100%;
        left: 0;
        font-size: 0.9rem;
    }

}

/* floorMapArea */
#floorMap {
    background: #fff;
}



#floorMap h3 {
    font-size: 3em;
    position: absolute;
    top: 0;

}

#floorMap .floorMapArea {
    padding: 70px;
    width: 70%;
    margin: 0 auto;
    position: relative;
}




@media screen and (max-width:960px) {


    #floorMap .floorMapArea {
        width: 80%;
        left: 10%;
        padding: 80px 20px 30px 20px;
    }


}

@media screen and (max-width:768px) {
    #floorMap {
        padding: 200px 0 0 0;
    }
}

@media screen and (max-width:550px) {
    #floorMap .floorMapArea {
        width: 90%;
        left: 5%;
    }
}

@media screen and (max-width:400px) {
    #floorMap .floorMapArea {
        width: 100%;
        left: 0;
        font-size: 0.9rem;
    }

}

.floorMapArea2f,
.floorMapArea1f {
    position: relative;
    margin-bottom: 150px;
}


/* 会議室 */
.floorBtn2-1 {
    position: absolute;
    top: 78%;
    left: 61%;

}

.floorBtnText2-1 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn2-1Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */
    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -30%;
    /* z-index: 1; */
}

.btn2-1Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText2-1:hover+.btn2-1Img {
    opacity: 1;
    visibility: visible;
    width: 170%;
}


/* 観覧席 */
.floorBtn2-2 {
    position: absolute;
    top: 70%;
    left: 51%;

}

.floorBtnText2-2 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn2-2Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -30%;
    /* z-index: 1; */
}

.btn2-2Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText2-2:hover+.btn2-2Img {
    opacity: 1;
    visibility: visible;
    width: 170%;

}


/* プール */
.floorBtn1-1 {
    position: absolute;
    top: 45%;
    left: 28%;
}

.floorBtnText1-1 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-1Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -30%;
    /* z-index: 1; */
}

.btn1-1Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-1:hover+.btn1-1Img {
    opacity: 1;
    visibility: visible;
    width: 170%;
}

/* トレーニング室 */
.floorBtn1-2 {
    position: absolute;
    top: 20%;
    right: 8%;

}

.floorBtnText1-2 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-2Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    z-index: 1;
}

.btn1-2Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-2:hover+.btn1-2Img {
    opacity: 1;
    visibility: visible;
}

/* トレーニング機器 */
.floorBtn1-3 {
    position: absolute;
    top: 8%;
    right: 22%;
}

.floorBtnText1-3 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-3Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;

    z-index: 1;
}

.btn1-3Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-3:hover+.btn1-3Img {
    opacity: 1;
    visibility: visible;

}

/* 受付 */
.floorBtn1-4 {
    position: absolute;
    top: 45%;
    right: 14%;
}

.floorBtnText1-4 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-4Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -30%;
    /* z-index: 1; */
}

.btn1-4Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-4:hover+.btn1-4Img {
    opacity: 1;
    visibility: visible;
    width: 170%;
}

/* 幼児用プール */
.floorBtn1-5 {
    position: absolute;
    top: 30%;
    left: 44%;
}

.floorBtnText1-5 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-5Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -10%;
    /* z-index: 1; */
}

.btn1-5Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-5:hover+.btn1-5Img {
    opacity: 1;
    visibility: visible;
    width: 120%;
}


/* ロビー */
.floorBtn1-6 {
    position: absolute;
    top: 45%;
    right: 23%;
}

.floorBtnText1-6 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-6Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -35%;
    /* z-index: 1; */
}

.btn1-6Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-6:hover+.btn1-6Img {
    opacity: 1;
    visibility: visible;
    width: 170%;
}

/* faq */

#faq {
    margin: 0 0 200px 0;
}

#faq h2 {
    text-align: center;
    margin: 0 0 100px 0;
}


#faq h2 span.bgLRextend::before {
    background: #333;
}

.faq-bg {
    position: relative;
    height: 55vh;
    background: url("../img/pict_05.jpg") no-repeat center;
    background-size: cover;
    margin: 0 0 200px 25%;
}

.faq-bg::after {
    content: '';
    position: absolute;
    top: 20%;
    left: -32%;
    width: 100%;
    height: 55vh;
    background: #f3f3f3;
    z-index: -1;
}

@media screen and (max-width:768px) {

    .faq-bg,
    .faq-bg::after {
        height: 35vh;
    }
}

@media screen and (max-width:550px) {
    #faq {
        margin: 0 0 100px 0;
    }

    #faq h2 {
        margin: 0 0 50px 0;
    }

    .faq-bg {
        margin: 0 0 100px 25%;
    }

    .faq-bg,
    .faq-bg::after {
        height: 20vh;
    }
}

/* contact */

#contact {
    padding: 0 0 200px 0;
}

#contact h2 {
    text-align: center;
    margin: 0 0 100px 0;

}

@media screen and (max-width:550px) {
    #contact h2 {
        margin: 0 0 50px 0;
    }
}

#contact .form-list {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

#contact input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
}

#contact .form-list input[type='text'],
#contact .form-list input[type='email'],
#contact .form-list textarea {
    width: 100%;
    border: 1px solid #666;
    background: #fff;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contact .form-list input[type='text'],
input[type='email'] {
    height: 50px;
}

#contact .submit-btn {
    width: 152px;
    margin: 0 auto;
}

#contact input[type='submit'] {
    border: 2px solid #333;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    width: 152px;
    margin: 0 auto;
    transition: all .3s;
}

#contact input[type='submit']:hover {
    background: #333;
    color: #fff;
}

#contact .form-list dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
}

#contact .form-list dt {
    width: 30%;
}

#contact .form-list dd {
    width: 66%;
}

#contact .form-list textarea {
    height: 200px;
}

@media screen and (max-width:768px) {
    #contact .form-list dt {
        margin: 0 0 10px 0;
    }

    #contact .form-list dt,
    #contact .form-list dd {
        width: 80%;
        margin: 0 auto;
    }

}

/* footer */

#footer {
    /* padding: 100px 0; */
    border-top: 1px solid #333;
    text-align: center;
    background: #fff;
    position: relative;
    text-transform: uppercase;
}

#footer .footer-logo {
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 0 50px 0;
    color: #666;
}

#footer small {
    color: #888;
}

#wrapper {
    height: 20vh;

}