@charset "utf-8";
/* ====================
common
======================= */
:root {
    --animate-duration: 1s;
    --animate-delay: 3s;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 
    'Noto Sans JP',
    Arial,
    sans-serif;
    font-style: normal;
    color: #2F2F2F;
    line-height: 1.5em;
    margin: 0;   
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
}
.sp {
    display: block;
}

.pc {
    display: none;
}

main {
    overflow: hidden;
} 

@media screen and (min-width: 769px) {

.sp {
    display: none;
}

.pc {
    display: block;
}
}

/* header　*/
.header {
    background-color: #5EA1B1;
    position: fixed;
    z-index: 1000;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-right: 55px;
}

.header__topic {
    width: 70px;
    height: 45px;
}

.reserve-button {
    padding-top: 5px;
}

.reserve-button img {
    width: 80px;
}

.header__btn {
    display: flex;
    width: 30px;
    height: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 20px;
    right: 6.0%;
    border: none;
    background: transparent;
}
.header__btn-img{
    width: 100%;
}
.header__btn .close{
    display: none;
}
.header__btn .open{
    display: block;
}
.header__btn.active .close{
    display: block;
    width: 17px;
    height: 17px;
}
.header__btn.active .open{
    display: none;
}

.hamburger-nav {
    display: inline-flex;
    padding: 18px 206px 201px 20px;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    transform: translateX(100%);
    transition: transform 0.4s;
    display: none;
}
.hamburger-nav.active {
    transform: translateX(0);
    display: block;
    position: fixed;
    z-index: 100;
    top: 43px;
    background: #5EA1B1;
}

.nav__list {
    display: flex;
    width: 134px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.nav__item {
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 24px;
    
}

.nav__item a {
    color:#FFFFFF;
}

/* header PC */
@media screen and (min-width: 769px) {
    .header__topic {
        width: 100px;
        height: 60px;
    }

    .reserve-button img {
        width: 140px;
    }

    .header__btn {
        width: 45px;
        height: 15px;
        top: 26px;
        right: 1.0%;
    }

    .header__btn.active .close {
        width: 30px;
        height: 30px;
    }

    .hamburger-nav.active {
        top: 60px;
        left: 74%;
    }

}
/* header PCの終わり */

/*トップ画面*/

.section-top {
    position: relative;
}

/* .section-top {
    position: relative;
    padding: 177px 20px 215px;
    background-image: url(../../images/PXL_20241105_092952713~2.jpg);
    background-image: url(../../images/PXL_20241105_092952713~2.jpg);
    background-position: left 55% top 38%;
    background-size: 350%;
    /* background: rgba(0, 0, 0, 0.35); */
/* } */ 

.slide-items__wrap .bx-wrapper{
    border: none;
    margin-bottom: 0;
    box-shadow: none;
    background-color: transparent;
    margin: 0px auto;
}

.bx-wrapper img {
    display: block;
    margin: 0px auto;
}

.img-sp {
    width: 100%;
    height: 494px;
    padding: 20px 0px 0px;
    object-fit: cover;
}

.img-pc {
    display: none;
}

.mainlogo {
    max-width: 195px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 45px;
    display: flex;
    align-items: center;
}

/* トップ画像PC */
@media screen and (min-width: 769px) {
    .img-sp {
        display: none;
    }

    .img-pc {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mainlogo {
        width: 520px;
        max-width: none;
    }
}
/* トップ画像PCの終わり */

/* コンセプト */
.section-concept {
    display: flex;
    padding: 43px 37.5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    background: #5EA1B1;
    position: relative;
}

.concept-container {
    max-width: 300px;
    border-radius: 40px;
    border: 10px solid #0CA080;
    background: #FFFBEF;
    position: relative;
    padding-bottom: 52px;
}

.owt-concept {
    width: 139px;
    height: 72px;
    position: absolute;
    top: -41px;
    left: -40px;
}

.ten-one {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 12px;
    right: 10px;
}

.concept-one {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
}

.daiya-one {
    width: 14px;
    height: 15px;
}

.concep-topic {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px; /* 250% */
    text-align: center;
}

.daiya-two {
    width: 14px;
    height: 15px;
}

.concep-topic-bottom {
    font-family: "Abril Fatface";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.concep__txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 15px 19px 30px;
}

.concep-images {
    width: 200px;
    margin-left: 33px;
}

.ten-two {
    width: 15px;
    height: 15px; 
    position: absolute;
    top: 355px;
    right: 11px;
}

.ten-three {
    width: 15px;
    height: 15px; 
    position: absolute;
    top: 355px;
    left: 13px;
}

.checkbox {
    width: 100%;
}

/* PCコンセプト */
@media screen and (min-width: 769px) {
    .section-concept  {
        height: 550px;
        margin-top: -21px;
        padding: 80px 240px;
    }

    .concept-container {
        width: 1000px;
        max-width: none;
        display: flex;
        padding: 84px 100px 70px;
        align-items: center;
        justify-content: center;
    }

    .owt-concept {
        width: 245px;
        height: 122px;
        top: -64px;
        left: -43px;
    }

    .ten-one {
        width: 20px;
        height: 20px;
        top: 20px;
        right: 20px;
    }

    .concept-one {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: flex-start;
        padding-top: 0px;
    }

    .daiya-one {
        width: 22px;
        height: 24px;
    }

    .concep-topic {
        font-size: 32px;
        text-align: left;
        padding-left: 8px;
    }

    .daiya-two {
        width: 22px;
        height: 24px;
    }

    .concep-topic-bottom {
        font-size: 32px;
        line-height: 30px;
        text-align: left;
        margin-top: 10px;
    }

    .concep__txt {
        width: 383px;
        font-size: 16px;
        line-height: 30px;
        margin: 10px 0;
    }

    .concep-images {
        width: 26.38vw;
    }

    .ten-two {
        width: 20px;
        height: 20px;
        top: 356px;
        right: 13px;
    }

    .ten-three {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 358px;
        left: 17px;
    }


}

/* コンセプトPCの終わり */

/* コンセプト説明１ */

.section-concept-bottom {
    background: #FFFBEF;
    position: relative;
}

.concep-topic-two {
    color: #FFF;
    -webkit-text-stroke: 1px #000;
    -webkit-text-stroke-color: #000;
    font-family: "Abril Fatface";
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    padding: 50px 140px 10px;
}

.chess {
    width: 40px;
    height: 35px;
    transform: rotate(-31.398deg);
    position: absolute;
    right: 79%;
}

.cards {
    width: 51px;
    height: 52px;
    transform: rotate(22.148deg);
    position: absolute;
    top: 146px;
    right: 16%;
}

.concep-topic-txt {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    padding: 50px 20px 20px 40px;
}

.concep-topic-txt-two {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 20px 50px 40px;
}

/* PCコンセプト説明１ */
@media screen and (min-width: 769px) {
    .concep-topic-two {
        color: #FFF;
        font-size: 50px;
        padding: 110px 140px 10px;
    }

    .chess {
        width: 90px;
        height: 82px;
        right: 92%;
    }

    .cards {
        width: 140px;
        height: 140px;
        top: 257px;
        right: 18%;
    }

    .concep-topic-txt {
        font-size: 20px;
        line-height: 38px;
        padding: 50px 20px 20px 240px;
    }

    .concep-topic-txt-two {
        font-size: 20px;
        line-height: 38px;
        padding: 50px 20px 20px 240px;
    }

}

/* PCコンセプト説明1の終わり */

/* コンセプト説明2 */

.concep-box {
    background: #FFFBEF;
    position: relative;
}

.concep-item-one {
    display: inline-flex;
    padding: 10px 20px;
    flex-direction: column;
    gap: 30px;
}

.dice {
    width: 45.344px;
    height: 46.085px;
    transform: rotate(22.669deg);
    position: absolute;
    right: 69%;
    top: 5px;
}

.concep-item-content-student {
    color: #CC0308;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.concep-item-content-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 22px; 
}

.concep-item-images.animate__animated { 
    opacity: 0;
}

.concep-item-images.animate__animated img {
    width: 333px;
    height: 100%;
}

.concep-item-two {
    display: inline-flex;
    padding: 30px 20px;
    flex-direction: column;
    gap: 30px;
}

.concep-item-content-family {
    color: #CC0308;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.dice-two {
    width: 37px;
    height: 36px;
    transform: rotate(-34.631deg);
    position: absolute;
    right: 13%;
    top: 416px;
}

.concep-item-content-text-two {
    font-size: 11px;
    font-weight: 400;
    line-height: 22px; 
}

.concep-item-three {
    display: inline-flex;
    padding: 30px 20px 120px;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.cards-two {
    width: 43px;
    height: 45px;
    transform: rotate(-33.311deg);
    position: absolute;
    right: 70%;
}

.concep-item-content-alone {
    color: #CC0308;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.concep-item-content-text-three {
    font-size: 11px;
    font-weight: 400;
    line-height: 22px; 
}

.coin {
    width: 30px;
    height: 30.6px;
    position: absolute;
    top: 430px;
    right: 7%;
}

.playing-cards {
    width: 77px;
    height: 121px;
    flex-shrink: 0;
    position: absolute;
    bottom: -2px;
    top: initial;
}

/* PCコンセプト説明2 */
@media screen and (min-width: 769px) {
.concep-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.concep-item-one {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 120px;
    margin-left: 100px;
}

.dice {
    width: 130px;
    height: 130px;
    right: 81%;
    top: 2%;
}

.concep-item-content-student {
    font-size: 32px;
    margin-bottom: 20px;
}

.concep-item-content-text {
    font-size: 16px;
    line-height: 36px;
    width: 618px;
}

.concep-item-images.animate__animated img {
    width: 530px;
    height: 100%;
}

.concep-item-two {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.concep-item-content-family {
    font-size: 32px;
    margin-bottom: 20px;
}

.dice-two {
    width: 70px;
    height: 70px;
    right: 50px;
    top: -50px;
}

.concep-item-content-text-two {
    font-size: 16px;
    line-height: 36px;
    width: 575px;
}

.concep-item-three {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.concep-box-one {
    position: relative;
}

.cards-two {
    width: 100px;
    height: 100px;
    right: 56px;
    top: -38px;
}

.concep-item-content-alone {
    font-size: 32px;
    margin-bottom: 20px;
}

.concep-item-content-text-three {
    font-size: 16px;
    line-height: 36px;
    width: 576px;
}

.coin {
    width: 100px;
    height: 100px;
    bottom: 40px;
    right: 30px;
    top: inherit;
}

.playing-cards {
    width: 166px;
    height: 240px;
    bottom: -8px;
    top: initial;
}

}

/* PCコンセプト説明の終わり */

/* ボードゲーム紹介 */

.section-board_game {
    position: relative;
}

.playing-cards-two {
    width: 360px;
    height: 251px;
    position: absolute;
    top: -126px;  
    left: 0%;
}

.board_game-dice {
    width: 110px;
    height: 90px;
    position: absolute;
    top: 7px;
    right: 1%;
}

.board_game {
    padding: 0px 22px;
    position: absolute;
    top: 91px;
    text-align: center;
}

.board_game-text {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 38px;
}

.board_game-button {
    width: 154px;
    height: 30px;
}

.board_game-menu {
    width: 54px;
    height: 70px;
    position: absolute;
    top: 170px;
    left: 78%;
}

/* PCボードゲーム紹介 */
@media screen and (min-width: 769px) {
.sectionImg {
    width: 100%;
    height: 365px;
}

.playing-cards-two {
    width: 800px;
    height: 911px;
    position: absolute;
    top: -456px;
    left: 0%;
}

.board_game-dice {
    width: 220px;
    height: 210px;
    position: absolute;
    top: 7px;
    right: 1%;
}

.board_game {
    padding: 70px 282px;
    top: 66px;
}

.board_game-text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 35px;
}

.board_game-button {
    width: 280px;
    height: 53px;
}

.board_game-menu {
    width: 120px;
    height: 150px;
    position: absolute;
    top: 170px;
    left: 77%;
}



}

/* PCボードゲーム紹介の終わり */

/* 料金表 */

.price-container {
    display: flex;
    padding: 50px 12px;
    align-items: center;
    gap: 10px;
    background: #FFFBEF;
}

.price-box {
    border-radius: 10px;
}

/* PC料金表 */
@media screen and (min-width: 769px) {
.price-container {
    padding: 80px 70px;
    gap: 0px;
}

.price-box {
    width: 100%;
}
}

/* PC料金表の終わり */

/* カレンダー */

.section-calendar {
    display: flex;
    padding: 50px 12px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: #FFFBEF;
}

.calendar-topic {
    color: #FFF;
    -webkit-text-stroke: 1px #000;
    -webkit-text-stroke-color: #000;
    font-family: "Abril Fatface";
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.calendar-img {
    border-radius: 10px;
    width: 330px;
}

/* PCカレンダー */
@media screen and (min-width: 769px) {
.section-calendar  {
    padding: 100px 70px;
    gap: 90px;
}

.calendar-topic {
    font-size: 50px;
    color: #FFF;
}

.calendar-img {
    width: 1200px;
}

}
/* PCカレンダーの終わり */

/* インスタグラム */

.section-Instagram {
    display: flex;
    padding: 50px 20px 20px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: #5EA1B1;
}

.Instagramr-topic {
    color: #FFF;
    -webkit-text-stroke: 1px #000;
    -webkit-text-stroke-color: #000;
    font-family: "Abril Fatface";
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.Instagramr__imag {
    margin-bottom: 60px;
}

.Instagramr__imag-three {
    margin-bottom: 60px;
}

/* PCインスタグラム */
@media screen and (min-width: 769px) {
.section-Instagram {
    padding: 100px 100px;
    gap: 90px;
} 

.Instagramr-topic {
    font-size: 50px;
}

.Instagramr__imag {
    margin-right: 50px;
    width: 355px;
}

.Instagramr__imag-three {
    margin-right: 0;
    width: 355px;
}

}

/* PCインスタグラの終わり */

/* アクセス */

.section-access {
    display: flex;
    padding: 50px 0px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: #FFFBEF;
}

.access-topic {
    color: #FFF;
    -webkit-text-stroke: 1px #000;
    -webkit-text-stroke-color: #000;
    font-family: "Abril Fatface";
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.access-address {
    display: flex;
    flex-direction: column;
    gap: 13px;
    font-size: 12px;
    line-height: 28px;
}

.access-map {
    width: 330px;
    height: 324px;
}

/* PCアクセス */
@media screen and (min-width: 769px) {
.section-access {
    padding: 100px 100px;
    gap: 80px;
}

.access-topic {
    font-size: 50px;
    color: #FFF;
}

.access-address {
    gap: 30px;
    font-size: 24px;
}

.access-map {
    width: 1060px;
    height: 400px;
}

}

/* PCアクセの終わり */

/* コンタクト */

.section-contact {
    display: flex;
    padding: 50px 17px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: #FFFBEF;
}

.contact-topic {
    color: #FFF;
    -webkit-text-stroke: 1px #000;
    -webkit-text-stroke-color: #000;
    font-family: "Abril Fatface";
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contact-txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px; 
}

.reserve {
    text-align: center;
}

.reserve-txt {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.reserve-button-two {
    width: 200px;
    height: 33px;
    margin-bottom: 20px;
}

.tel {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
    text-underline-position: from-font;
    margin-right: 15px;
}

.tel-img {
    width: 15px;
    height: 25px;
    margin-right: 3px;
}

.sectionImg-bottom {
    margin-bottom: 2px;
}

/* PCコンタクト */
@media screen and (min-width: 769px) {
.section-contact {
    padding: 100px 335px;
    gap: 80px;
}

.contact-topic {
    font-size: 50px;
    color: #FFF;
}

.contact-txt {
    font-size: 23px;
    line-height: 40px;
}

.reserve-txt {
    font-size: 32px;
    margin-bottom: 50px;
}

.reserve-button-two {
    width: 400px;
    height: auto;
    margin-bottom: 50px;
}

.tel {
    font-size: 32px;
    margin-right: 40px
}

.tel span {
    margin-bottom: 8px;
    display: inline-block;
    text-decoration: underline;
}

.tel-img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

.sectionImg-bottom {
    width: 35px;
}
}

/* フッター */

.footer {
    background: #5EA1B1;
    text-align: center;
    padding-bottom: 12px;
}

.footer-logo {
    width: 114px;
    height: 76px;
}

.footer__address {
    font-size: 10px;
    font-weight: 400;
    line-height: 28px;
}

.pagetop a {
    bottom: 0;
    padding: 5px;
    position: fixed;
    right: 0;
    background-color: #5EA1B1;
}

.pagetop-bottom {
    width: 25px;
}

/* PCフッター */
@media screen and (min-width: 769px) {
.footer {
    display: flex;
    background: #5EA1B1;
    text-align: center;
    flex-direction: row;
}

.footer-logo {
    width: 280px;
    height: 160px;
    padding-left: 70px;
}

.footer__group {
    padding-top: 70px;
    padding-left: 180px;
}

.footer__address {
    font-size: 20px;
}

.copy {
    font-size: 10px;
    margin-top: 5px;
}

.pagetop-bottom {
    width: 50px;
}

}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%,0,0);
        transform: translate3d(-20%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%,0,0);
        transform: translate3d(20%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}