@charset "UTF-8";
.notSp{
    display: none;
}
@media screen and (min-width:769px) {
.notSp{
    display: block;
    }
}

/* =============== mv =============== */
.mv{
    height: 50vh;

    background-image: url(../images/schoolPage__top__back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mv__title{
    font-size: 4rem;
}
@media screen and (min-width:769px) {
    .mv__title{
        font-size: 6.4rem;
    }
}
/* ===== mv end ===== */

/* contact */
@media screen and (min-width:769px) {
    .contactBtn__box{
        display: flex;
        width: 100%;
        max-width: 1000px;
        justify-content: space-around;
        margin: 0 auto;
    }
}
/* contact end */

/* ===== caption ===== */
.schoolCaption{
    background-image: url(../images/schoolPage__caption__back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.schoolCaption__txt{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 30px 0;
    width: 95vw;
    margin: 0 auto;
}
@media screen and (min-width:769px) {
    .schoolCaption__txt{
        font-size: 1.8rem;
        padding: 100px 0;
    }
}
/* ===== caption end ===== */

/* ===== seminar menu ===== */
.seminarMenu__title{
    background-image: url(../images/seminar-menu__title.png);
    background-size: 300px auto;
    padding-top: 50px;
}

/* tab */
.tab-container {
    width: 100%;
}

.tabs {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 20px auto;
    color: #333;
    font-weight: 600;
    border-radius: 100px;
    background: #c7c7c7;
    width: 300px;
}

.tab-button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border-radius: 100px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    font-size: 2rem;
    width: 100px;
    text-align: center;
}

.tab-button.active {
    color: white;
}

/* タブ下の装飾 */
.tab-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #004F0C;
    transition: all 0.3s ease;
    border-radius: 100px;
}

.tab-content {
    position: relative;
    display: none;
    width: 100%;
    padding: 30px 5%;
    border-radius: 30px;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.3s linear;
}

@keyframes fadeIn {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/* tab end */

.tab__90min{
    background-image: url(../images/schoolPage__menu__first.jpg);
    background-color: rgba(51, 51, 51, 0.8);
    background-blend-mode:darken;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.tab__1day{
    background-image: url(../images/schoolPage__menu__mid.jpg);
    background-color: rgba(51, 51, 51, 0.8);
    background-blend-mode:darken;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.tab__2day{
    background-image: url(../images/schoolPage__menu__master.jpg);
    background-color: rgba(51, 51, 51, 0.8);
    background-blend-mode:darken;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.seminarMenu__txt{
    text-align: left;
}

.seminarMenu__moneyBox{
    text-align: center;
    margin-top: 20px;
    background-color: rgba(0, 79, 12, 0.8);
    border-radius: 30px;
    font-size: 1.8rem;
}

.moneyBox__title{
    background-color: rgba(18, 39, 22, 0.50);
    display: inline-block;
    padding: 5px 20px;
    margin-top: 3px;
    border-radius: 100px;
    
}

.moneyBox__amount{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    padding: 5px 0;
}

.moneyBox__pay , .moneyBox__RE{
    width: 35%;
}

@media screen and (min-width:1025px) {
    .tab-content{
        padding: 30px 0;
    }
}

@media screen and (min-width:819px) {
    .seminarMenu__title{
        background-size: 380px auto;
        padding-top: 80px;
    }

    .tab__90min{
        background-image: url(../images/schoolPage__menu__first__SP.png);
        padding-top: 100px;
    }
    
    .tab__1day{
        background-image: url(../images/schoolPage__menu__mid__SP.png);
    }

    .tab__2day{
        background-image: url(../images/schoolPage__menu__master__SP.png);
    }
    
    .tab__90min,.tab__1day,.tab__2day{
        min-height: 600px;
        background-color: rgba(51, 51, 51, 0);
        background-position: center right;
        background-size: 300px 596.281px;
        max-width: 1000px;
        margin: 0 auto;
    }

    .seminarMenu__txt{
        text-align: start;
        width: 63%;
    }
    
    .seminarMenu__moneyBox{
        width: 60%;
    }
}

/* teacher */
.menu__box__title__S{
    text-align: center;
}

.menu__box__img{
    width: 250px;
    height: 250px;
    margin-top: 0;
}

.teacher__title{
    background-image: url(../images/teacher__title.png);
}

.teacher__txt{
    display: inline-block;
    width: 90%;
    margin: 20px auto 0;
    text-align: left;
    padding: 3%;

    background-color: #444;
    border-radius: 30px;
}

@media screen and (min-width:769px) {
    .school__menu__box{
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;

        flex-direction: column;
    }
    
    .menu__box__contents{
        width: 80%;
        max-width: 1000px;
        margin-top: 30px;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu__box__img{
        width: 40%;
        height: 40%;
    }

    .teacher__txt{
        margin: 0;
        width: 50%;
    }
}