@charset "UTF-8";
/* CSS Document */

/***SLICK CONTENTS***/

.hero-img .slick-dots {
    bottom: 100px;
}

.hero-img .slick-dots li button:before {
    text-align: center;
    opacity: 1.0;
    color: #124062;
    font-size: 15px;
    text-shadow: 2px 2px 6px rgb(66 123 159 / 20%);
}

.hero-img .slick-dots li.slick-active button:before
{
    opacity: 1.0;
    color: #FFFD02;
    font-size: 26px;
}

.slick-prev, .slick-next { 
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: unset !important;
    bottom: 100px;
    display: block;
    width: 40px !important;
    height: 40px !important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    
    z-index: 10 !important;
}

.hero-img .slick-prev {
    left: 40% !important;
}

.hero-img .slick-next {
    right: 40% !important;
}

.slick-prev:before,
.slick-next:before {
    content: "" !important;
    opacity: 1.0 !important;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-prev:before {
    background-image: url("../img/common/slick_arr-l.svg");    
}

.slick-next:before {
    background-image: url("../img/common/slick_arr-r.svg");  
}

.fac-car .slick-prev, .fac-car .slick-next { 
    top: 45% !important;
    bottom: unset !important;
}

.fac-car .slick-prev {
    left: -2% !important;
}

.fac-car .slick-next {
    right: 0% !important;
}


/***/





.hero-catch {
    width: 45%;
    max-width: 600px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15%;
    right: 5%;
    z-index: 10;
}

.hero-img {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero-img:after {
    content: "";
    width: 100%;
    padding-bottom: 20%;
    display: block;
    background-image: url("../img/common/bk_circle.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.hero-img picture,
.hero-img img {
    display: block;
    width: 100%;
    height: auto;
}


section.ind-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
section.blue-sec {
    background-color: #1174BC;
}

.sec-wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 160px 0;
    position: relative;
    overflow: hidden;
}

/**重要なお知らせ**/

section#impnews-sec .sec-wrap {
    padding: 100px 0 0;
}

.imp-flex {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 2.5%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1174BC;
    background-color: #FDFDC6;
    border-radius: 10px;
}

.imp-flex .if-l {
    width: 30%;
}

.imp-flex .if-l .if-icon {
    width: 30%;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.imp-flex .if-l .if-label {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    font-size:180%;
    font-weight: 700;
}

.imp-flex .if-r {
    width: 60%;
}

.imp-flex .if-r .if-news {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 90%;
    line-height: 180%;
}


/**施設の案内**/

section#facility-sec {
    overflow: visible;
    background-color: #1174BC;
    color: #FFF;
    padding-bottom: 30%;
}

section#facility-sec:before {
    content: "";
    width: 100%;
    padding-top: 30%;
    display: block;
    background-image: url("../img/common/bk_circle_up-out.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

section#facility-sec:after {
    content: "";
    width: 100%;
    padding-bottom: 30%;
    display: block;
    position: absolute;
    background-image: url("../img/common/bk_circle_up.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    z-index: 10;
}


section#facility-sec .sec-wrap {
    padding: 250px 0 60px;
}


section#facility-sec h3.mds-en {
    text-align: center;
    justify-content: center;
}

section#facility-sec h2.mds-ja {
    color: #FFF;
    text-align: center;
    margin: 0 0 60px;
}

.fac-img {
    width: 80%;
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.fac-intro {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 100%;
    line-height: 240%;
}


/***施設SLIDER***/

.fac-slider {
    width: 100%;
    height: 200px;
    margin: 0 0 100px;
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.fac-slider-track {
    display: flex;
    height: 100%;
    gap: 10px;
    padding: 0 10px;
    animation: slide 20s infinite linear;
}

.fac-slide {
    min-width: 300px;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    99.9% {
        transform: translateX(-1300px);
    }
    100% {
        transform: translateX(0);
    }
}

.fac-slider:hover .fac-slider-track {
    animation-play-state: paused;
}

/* Mobile Responsiveness */
@media (max-width: 1200px) {
    .fac-slider {
        height: 150px;
    }

    .fac-slider-track {
        gap: 10px;
        padding: 0 10px;
    }

    .fac-slide {
        min-width: 200px;
    }

    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        99.9% {
            transform: translateX(-1010px);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 768px) {
    .fac-slider {
        height: 100px;
    }

    .fac-slider-track {
        gap: 20px;
        padding: 0 20px;
    }

    .fac-slide {
        min-width: 120px;
    }

    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        99.9% {
            transform: translateX(-740px);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {
    .fac-slider {
        height: 200px;
    }

    .fac-slider-track {
        gap: 15px;
        padding: 0 15px;
    }

    .fac-slide {
        min-width: 320px;
    }

    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        99.9% {
            transform: translateX(-555px);
        }
        100% {
            transform: translateX(0);
        }
    }
}

/***施設紹介***/

section#fac-intro-sec {
    margin: -30% 0 0;
    z-index: 10;
}

section#fac-intro-sec .sec-wrap {
    overflow: visible;
}

.fac-intro-flex {
    width: 100%;
    margin: 0 0 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fac-intro-flex .fi-l {
    width: 30%;
    text-align: center;
}
.fac-intro-flex .fi-l .fac-img {
    width: 50%;
    margin: 0 auto 10px;
}

.fac-intro-flex .fi-l .training-img {
    width: 50%;
    margin: 0 auto 30px;
}

.fac-intro-flex .fi-r {
    width: 65%;
}

.fac-intro-flex .fi-mds {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 140%;
    line-height: 110%;
    font-weight: 600;
    color: #1174BC;
}

.fac-intro-flex .fi-mds-en {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 260%;
    line-height: 140%;
    font-weight: 700;
    font-family: "Lexend", sans-serif;
    color: #deebf6;
}

section#fac-pool-sec .fac-intro-flex .fi-mds-en {
    color: #acd3ee;
}

.osusume-box {
    width: 100%;
    margin: 0 0 100px;
    padding: 60px 0;
    position: relative;
    overflow: visible;
    background-color: #E2F4FF;
}

.osusume-box h4.osusume-mds {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -15px;
    left: 0%;
    overflow: hidden;
    text-align: center;
    font-size: 120%;
    font-weight: 700;
    color: #1D6BC6;
    background-image: url("../img/index/facility/mds_bnr-bk-yel.svg");
    background-size: 500px;
    background-position: center;
    background-repeat: no-repeat;
}

.osusume-box .ob-flex {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.osusume-box .ob-flex .ob {
    width: 24%;
    text-align: center;
}
.osusume-box .ob-flex .ob .ob-icon {
    width: 60%;
    margin: 0 auto;
}

.osusume-box .ob-flex .ob .ob-txt {
    font-size: 80%;
    font-weight: 600;
    line-height: 180%;
}


/***施設カルーセル***/

.fac-car-area {
    width: 100%;
    margin: 0 0 100px;
    padding: 0;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.fac-car-area .fac-car {
    width: 80%;
}

.fac-car-area .fac-car .fc-img {
    width: 100%;
    line-height: 70%;
    border-radius: 10px;
    position: relative !important;
    overflow: hidden;
}

.fac-car-area .fac-car .fc-txt {
    width: 95%;
    height: 80px;
    margin: 0 auto;
    padding: 20px 2.5%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(255 255 255 / 90%);
    color: #124062;
    font-size: 90%;
    line-height: 180%;
}

.fac-car-area .fac-car-nav {
    width: 18%;
}

.fac-car-area .fac-car-nav img {
    margin: 0 0 10px;
    line-height: 70%;
    border-radius: 10px;
    transition: all 0.3s;
}

.fac-car-area .fac-car-nav img:hover {
    cursor: pointer;
    opacity: 0.5;
}

/***情報の表***/

.fac-info {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.fac-info .fi-directions {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #1174BC;
}

.fac-info .fi-directions:before,
.fac-info .fi-directions:after {
    content: "";
    width: 20px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.fac-info .fi-directions:before {
    background-image: url("../img/index/facility/icon_slash-l.svg");
}
.fac-info .fi-directions:after {
    background-image: url("../img/index/facility/icon_slash-r.svg");
}

input.fac-opener[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.fac-info .fac-btn {
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1174BC;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    transition: all 0.3s;
}
.fac-info .fac-btn:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../img/index/facility/icon_plus.svg");
    background-repeat: no-repeat;
    background-size: contain; 
    transition: all 0.3s;
}
.fac-info .fac-btn:hover {
    background-color: #124062;
}

input.fac-opener:checked ~ .fac-btn {
    border-radius: 10px 10px 0 0;
}
input.fac-opener:checked ~ .fac-btn:after {
    transform: rotate(45deg);
}

.fac-info .fac-btn h3.fac-mds {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fac-info .fac-btn h3.fac-mds:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.fac-info.fi-gym .fac-btn h3.fac-mds:before {
    background-image: url("../img/index/facility/icon_mds-gym.svg");
}
.fac-info.fi-pool .fac-btn h3.fac-mds:before {
    background-image: url("../img/index/facility/icon_mds-pool.svg");
}

.fi-contents {
    width: 97.5%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border: solid 3px #1075BC;
    border-radius: 0 0 10px 10px;
}

.fac-info .accordion-box {
    padding: 0;
    max-height: 0;
	opacity: 0;
/*
    max-height: 100%;
	padding: 20px 1%;
	opacity: 1.0;
    
*/
	transition: all 0.3s;
}

input.fac-opener:checked ~ .accordion-box {
    max-height: 100%;
	padding: 20px 1%;
	opacity: 1.0;
}

table.fc-table {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #1273BC;
    border-spacing: 2px;
    border-radius: 2px;
    font-size: 90%;
    line-height: 180%;
}
table.fc-table:last-child {
    margin: 0;
}

table.fc-table th,
table.fc-table td {
    background-color: #FFF;
    padding: 10px;
}

table.fc-table thead {
    width: 20%;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

table.fc-table thead th {    
    padding: 0;
    background-color: #1174BC;
    color: #FFF;
    font-weight: 500;
}

table.fc-table tbody th {
    background-color: #E2F4FF;
    color: #1D6BC6;
}

table.fc-table th.name {
    width: 20%;
}

table.fc-table th.intro {
    width: 60%;
}



/***POOL***/

section#fac-pool-sec {
    overflow: visible;
    background-color: #E2F4FF;
}

section#fac-pool-sec:before {
    content: "";
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    background-image: url("../img/index/wave_lblue.svg");
    background-size: cover;
}

section#fac-pool-sec .sec-wrap {
    overflow: visible;
}

section#fac-pool-sec .osusume-box {
    background-color: #FFF;
}

.fi-pool table.fc-table tbody {
    width: 100%;
    display: inline-table;
}

.fi-pool table.fc-table th.whole {
    width: 100%;
}


/***施設注意***/

section#warning-sec {
    overflow: visible;
}

section#warning-sec:before {
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    background-image: url("../img/index/wave_blue.svg");
    background-size: cover;
}

section#warning-sec:after {
    content: "";
    width: 100%;
    padding-bottom: 20%;
    display: block;
    background-image: url("../img/common/bk_circle.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
}

section#warning-sec .sec-wrap {
    padding: 100px 0 300px;
}

.warning-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 30px 2%;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 10px;
}

.warning-wrap h3.warning-mds {
    width: 100%;
    margin: 0 0 30px;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFFD02;
    border-radius: 2px;
    text-align: center;
}

.warning-wrap h3.warning-mds .mds-title {
    color: #1D6BC6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.warning-wrap h3.warning-mds .mds-title:before,
.warning-wrap h3.warning-mds .mds-title:after {
    content: "";
    width: 80px;
    height: 3px;
    display: inline-block;
    background-color: #1273BC;
    border-radius: 10px;
}
.warning-wrap h3.warning-mds .mds-title:before {
    margin: 0 10px 0 0;
}
.warning-wrap h3.warning-mds .mds-title:after {
    margin: 0 0 0 10px;
}

.warning-wrap ul.warning-list {
    color: #124062;
}


/***料金表***/

section#fee-sec .sec-wrap {
    overflow: visible;
    padding:200px 0 300px;
}

.container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: white;
}

.tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 1%;
}

.tab-button {
    width: 20%;
    flex: 1;
    padding: 15px 0;
    border: none;
    cursor: pointer;
    color: #FFF;
    background-color: #1174BC;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease;
    font-size: 100%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}

.tab-button:hover {
    opacity: 0.9;
}

.tab-button.active {
    padding: 20px 0;
    background-color: #ffff00;
    color: #333;
    font-size: 120%;
    font-weight: 700;
}

.content-container {
    width: 96.5%;
    margin: 0 auto;
    padding: 20px 1.5%;
    position: relative;
    overflow: hidden;
    border: solid 3px #1174BC;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


.tab-content table {
    margin: 0;
    font-size: 110%;
}

.tab-content table th,
.tab-content table td {
    padding: 20px 10px;
}

.tab-content table th {
    background-color: #E2F4FF;
    color: #1D6BC6;
    text-align: center;
}

.tab-content table th.bluebk {
    width: 25%;
    background-color: #1174BC;
    color: #FFF;
    text-align: left;
}

.tab-content table th.bluebk:last-child {
    border-bottom: none;
}

.tab-content table th.ctr,
.tab-content table td.ctr {
    text-align: center;
}

.tab-content table th.right,
.tab-content table td.right {
    text-align: right;
}

.tab-content span.yen {
    font-size: 70%;
    padding: 0 0 0 10px;
}

.tab-content span.blue-sm {
    font-size: 80%;
    font-weight: 400;
    color: #1174BC;
}


/***会員登録の流れ***/

.register-area {
    width: 100%;
    margin: 150px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.register-area h3.mds-en {
    justify-content: center;
}

.register-area h2.mds-ja {
    margin: 0 0 100px;
    justify-content: center;
    text-align: center;
}

ul.register-flow {
    width: 80%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.register-flow li .img {
    width: 70%;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
ul.register-flow li .txt {
    width: 100%;
    min-height: 100px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-weight: 700;
    color: #124062;
}

ul.register-flow li.arr {
    width: 5%;
}

.register-memo {
    width: 70%;
    margin: 0 auto;
    padding: 20px 5%;
    position: relative;
    overflow: hidden;
    border: solid 3px #1075BC;
    color: #1075BC;
    border-radius: 10px;
}

