/* ===========下層トップ画面=========== */
.page__mv {
    background-image: url(../img/oc_mv.png);
}

.menu_tittle {
    padding-top: 55px;
}

.menu_tittle {
    padding-top: 55px;
}

.timetable_tittle {
    padding-top: 55px;
}




/* ===========体験メニュー=========== */

.menu {
    position: relative;
}

.menu__container {
    display: flex;
    gap: 26px;
    margin: 0 auto;
    /* text-align: center */
    position: relative;
}

.menu__box {
    padding-top: 36px;
    width: calc(33.3% - 13px);
}

.menu__desc {
    background-color: #2B2926;
    width: 100%;
    min-height: 231px;
    display: flex;
    /* 縦横中央揃え用 */
    flex-direction: column;
    /* 縦並び */
    align-items: center;
    /* 横方向中央 */
    justify-content: center;
    /* 縦方向中央 */
    position: relative;
}

.menu__title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    /* 下に余白 */
    text-align: center;
    /* 横方向中央 */
    padding-top: 34px;
}

.menu__list {
    width: 80%;
    min-width: 256px;
    padding-top: 33px;
    text-align: center;
    padding-bottom: 37px;
}

.menu__list-item {
    background-color: #fff;
    height: 43px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 8px;
}

.menu__img {
    width: 100%;
}







/* ===========タイムテーブル=========== */
.timetable {
    margin-top: 126px;
    /* menuセクションの帯から126px下げる */
    background-image: url(/oc/img/tt_pic1.png), url(/oc/img/tt_pic2.png), url(/oc/img/tt_pic3.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 9px 312px, 1320px 907px, 0px 1723px;
}

.timetable__container {
    margin-top: 208px;
}

.event--time {
    position: relative;
    font-size: 32px;
    background-color: #fff;
    padding: 34px 0;
    min-width: 107px;
    white-space: nowrap;
    text-align: center;
}

.event--time::after {
    position: absolute;
    content: "";
    background: #2B2926;
    width: 1px;
    height: 200px;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
}

.event__block.block0930 .event--time::after {
    display: none;
}



.event--img {
    width: 24.47%;
    margin-left: 70px;
}

.event__block {
    display: flex;
    align-items: center;
    /* 縦位置を揃える */
    justify-content: center;
    /* 横方向の中央揃え */
    padding-top: 70px;
}

.event--desc {
    margin-left: 112px;
}


.event__title {
    font-size: 24px;
    border-left: 3px solid #FFC83F;
    padding-left: 12px;

}

.event__text {
    line-height: 200%;
    margin-top: 10px;
    height: 120px;

}







/* ===========SNS=========== */
.sns_container {
    background-color: #2B2926;
    height: 747px;
    margin-top: 313px;
    position: relative;
}

.sns_dot1-img {
    position: absolute;
    width: 28%;
    height: auto;
    right: -5%;
    top: -30%;
}

.sns_dot2-img {
    position: absolute;
    width: 28%;
    height: auto;
    left: -8%;
    bottom: -30%;
}

.sns_tittle {
    font-style: Noto Sans JP;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding-top: 58px;
    padding-bottom: 44px;
}

.sns {
    display: flex;
    justify-content: center;
}

.sns_link {
    width: 800px;
    display: flex;
    justify-content: space-between;
}

.img_sns {
    width: 339px;
    height: 74px;
}






/* ===========コンタクト=========== */

.contact_main {
    height: 540px;
    background-image: url(/oc/img/page-footer_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


/* .contact_container>:first-child {
    justify-content: center;
} */

.inv_text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* 横中央寄せ */
    transform: translate(-50%, -50%);
    /* 横中央 + 高さの半分だけ上に寄せる */

    background-color: #fff;
    color: #2B2926;
    font-size: 32px;
    font-weight: 500;
    text-align: center;

    width: 100%;
    max-width: 768px;
    padding: 11px 33px;
    z-index: 9997;
    /* contact の上に出す */
}

.contact_container {
    display: flex;
    justify-content: space-between;
}

.contact_button-group {
    display: flex;
    flex-direction: column;
    gap: 17px 0px;
}

.contact_button-1 {
    background: linear-gradient(45deg, rgba(255, 249, 83), rgba(255, 194, 96));
    mix-blend-mode: hard-light;
    color: #2B2926;
    width: 412px;
    height: 109px;
    border-radius: 5px;
    position: relative;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.contact_button-1::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 34px;
    background-image: url(/image/oc_button.png);
    top: 36%;
    left: 85%;
    transition: transform 0.3s ease;
}

.contact_button-1:hover::after {
    transform: translateX(5px);
    /* 右に5px移動 */
}

.contact_button1 {
    font-size: 28px;
    /* font-size: 1.5vw; */
}

.contact_button-2 {
    background-color: #CDCDCD;
    mix-blend-mode: hard-light;
    color: #2B2926;
    width: 412px;
    height: 109px;
    border-radius: 5px;
    position: relative;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.contact_button-2::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 34px;
    background-image: url(/image/oc_button.png);
    top: 36%;
    left: 85%;
    transition: transform 0.3s ease;
}

.contact_button-2:hover::after {
    transform: translateX(5px);
    /* 右に5px移動 */
}

.contact_button2 {
    font-size: 28px;
    /* font-size: 1.5vw; */
}

.contact_button2-img {
    width: 30px;
    height: 30px;
    margin-right: 16px;
}

.contact_text {
    color: #FFFFFF;
    justify-content: center;
    display: grid;
}

.contact_text-1 {
    font-size: 20px;
}

.contact_text-2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 150%;
}

.contact_text-3 {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}


.contact_text-3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}


.contact_text-4 {
    font-size: 14px;
    width: 100%;
    max-width: 332px;
    line-height: 200%;
    padding-top: 17px;
}








/* ===========SNSスライダー=========== */

#swiper2 .swiper-wrapper {
    margin-top: 60px;
    margin-bottom: 40px;
}

/* スライドの高さを固定 */
#swiper2 .swiper-slide {
    height: 280px;
}

/* 画像をスライド枠いっぱいに表示、アスペクト比を維持 */
#swiper2 .swiper-slide img.sns_slide {
    width: 100%;
    /* 横幅はスライドに合わせる */
    height: 100%;
    /* 高さはスライドに合わせる */
    object-fit: cover;
    /* 枠いっぱいに収める（切り抜きあり） */
    display: block;
    /* 下に余白が出ないようにする */
}

/* 非アクティブドット */
#swiper2 .swiper-pagination-bullet {
    background-color: #ffffff;
    /* 白色 */
    opacity: 0.5;
    /* 薄くして見やすく */
}

/* アクティブドット */
#swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFA63A;
    /* オレンジなど任意の色 */
    opacity: 1;
}