@charset "UTF-8";
/* common */
.border {
    width: 1px;
    height: 24px;
    background-color: var(--primary-yellow);
    margin: 16px auto;
    display: block;
}

.borderWide {
    display: block;
    width: 170px;
    height: 3px;
    margin: 40px auto;
    background-color: rgba(var(--primary-yellowR), 0.3);
}

.subTitle {
    font-family: "Zen Old Mincho";
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.article__header h2 {
    display: none;
}


/* === pc 769px === */
@media screen and (min-width:769px) {
    .border {
        display: none;
    }

    .subTitle {
        font-size: 2.8rem;
        font-weight: 600;
        line-height: 2;
    }
    
    .border {
        display: none;
    }
    
}
/* === pc 769px end === */
    
/* main */
.main{
    overflow: hidden;
}

.h2{
        display: none; 
    }
    
.main__imagePc {
        display: none;
    }

.article__headerTxt {
        padding: 32px 24px;
    }
    
.article__headerTxt p {
    margin-top: 16px;
}

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

/* === main pc 769px === */
@media screen and (min-width:769px) {
    .article__header {
        padding: 32px 0;
    }
    
    .main__imagePc {
        display: block;
        width: 55%;
        height: auto;
        object-fit: cover;
        margin: auto;
    }
    
    .main__imageSp {
        display: none;
    }
    
    .article__headerTxt {
        margin-top: 32px;
    }
    
    .article__headerTxt p {
        margin-top: 24px;
        text-align: center;
    }
}

/* === main pc 769px end === */

/* =======
.course
============== */
.courseMenu{
    padding: 16px;
}

.course__numberPrice,
.course__numberPrice2 {
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 2px;
}

.small{
    font-size: 1.6rem;
}

.tax {
    font-size: 1.2rem;
}


.course__numberPrice2{
    display: block;
}

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

.course__ul{
    padding: 32px;
    display: grid;
    justify-content: center;
}

.course__ul div:nth-of-type(2) {
    margin-top: 16px;
}

ul p {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
}

ul li::before{
    content:  "";
    width:  3px;
    height:  3px;
    display:  inline-block; 
    background-color: var(--primary-yellow);
    border-radius:  50%; 
    align-items: center;
    margin-right: 16px;
}

.nomihodai__txt {
    font-size: 1.2rem;
    line-height: 2;
    margin-left: 32px;
    text-align: center;
}

/* .backgroundimg */
.background__s{
    position: relative;
}

.background__s::before {
    content: "";
    z-index: -1;
    display: inline-block;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-image: url(../images/backgroundimage.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 400px;
    right: 66%;
}

.background__m{
    position: relative;
}

.background__m::before {
    content: "";
    z-index: -1;
    display: inline-block;
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-image: url(../images/backgroundimage.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 400px;
    right: -12%;
    /* overflow: visible; */
}

/* === course pc 769px === */
@media screen and (min-width:769px) {
    .courseMenu{
        padding: 0;
    }

    .courseMenu__container {
        display: flex;
        padding: 0;
        justify-content: center;
        margin-top: 100px;
        max-width: 800px;
        margin: 100px auto;
    }

    .course__title {
        width: 30%;
    }

    .courseMenu__container:first-of-type{
        margin-top: 70px;
    }

    .sectionTitle{
        text-align: start;
    }

    .borderWide{
        display: none;
    }

    .course__numberPrice,
    .nomihodai,
    .number {
        display: block;
        text-align: start;
    }
    
    .course__numberPrice,
    .course__numberPrice2 {
        padding: 24px 0 0 60px;
    }

    .courseMenu__container div:nth-child(1) {
        margin-top: 20px;
    }

    .course__ul{
        padding: 0;
        width: 440px;
        justify-content: flex-start;
    }

    .course__ul li{
        margin-left: 40px; 
        width: 100%;
    }

    .course__ul p{
        margin-left: 28px; 
        width: 100%;
    }

    .nomihodai__txt{
        margin-left: 136px;
    }

    .courseMenu__container ul {
        border-left: 5px solid rgba(var(--primary-yellowR),0.3);
    }

    .coursePrice,
    .nomihodai {
        margin-top: 8px;
        width: 100%;
    }

    /* background-image */
    .background__s::before{
        content: none;
    }

    .background__l {
        position: relative;
    }

    .background__l::after{
        content: "";
        z-index: -1;
        display: inline-block;
        width: 400px;
        height: 400px;
        background-repeat: no-repeat;
        background-image: url(../images/backgroundimage.png);
        background-position: center;
        background-size: contain;
        position: absolute;
        top: -80px;
        left: 82%;
    }

    .background__m{
        position: relative;
    }

    .background__m::before {
        content: "";
        z-index: -1;
        display: inline-block;
        width: 250px;
        height: 250px;
        background-repeat: no-repeat;
        background-image: url(../images/backgroundimage.png);
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 150px;
        right: 100%;
    }
}
/* === course pc 769px end === */




/* ========
reservation
========== */
.reservation__txt{
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.phone {
    font-family: "Zen Old Mincho";
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-top: 16px;
}

.comment {
    padding: 32px;
    display: grid;
    justify-content: center;
}

.reservation__txtBox {
    padding: 16px;
}

@media screen and (min-width:769px) {
    .reservation {
        max-width: 650px;
        margin: auto;
    }

    .reservation__txtBox {
        padding: 32px 80px;
        max-width: 600px;
    }

    .reservation__txt{
        font-size: 2.4rem;
    }

    .reservation .sectionTitle,
    .reservation .reservation__txt,
    .reservation .phone {
        text-align: start;
    }

    .phone {
        font-size: 3.2rem;;
    }

    .comment {
        padding: 0;
        margin-top: 22px;
        justify-content: flex-start;
    }
}
/* -----  course tab ----- */
@media screen and (min-width:769px) and ( max-width:1440px) {
    .sectionTitle {
        font-size: 2.8rem;
    }

    .reservation__txt {
        font-size: 2.2rem;
    }
}

/* -----  course tab ----- */