/** @format */

.set1 {
    padding: 0 0 6vw;
}
.set1 .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    gap: 10vw;
}
.set1 .photo {
    margin: 0 -5%;
}
.set1 .content h2 {
    margin-bottom: 3vw;
    /* color: #fff; */
}
.set1 .content h2 span {
    color: #819a92;
}
.set1 .content h3 {
    margin-bottom: 6vw;
    text-align: center;
    color: #3b291e;
}
.common-content {
    margin: 10vw 0 0;
}
.common-content .row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    gap: 5px;
    margin-bottom: 8vw;
}
.common-content .row .ttl {
    font-size: 5vw;
    background: #66736f;
    color: #fff;
    text-align: center;
    padding: 3vw 0;
    width: 100%;
    margin: 0 auto;
}
.common-content .row .ttl .price {
    margin-top: 2vw;
    color: inherit;
    line-height: 26px;
}
.common-content .row .item {
    width: 49%;
    position: relative;
    padding-top: 10vw;
    padding-bottom: 5vw;
}
.common-content .row .item h4 {
    position: absolute;
    top: 0;
    color: #66564c;
    width: 100%;
    text-align: center;
    top: 2vw;
    font-weight: bold;
}
.common-content .row .item .icon {
    width: 50px;
    margin: 0 auto;
}
.common-content .row .soup .icon {
    width: 52px;
    margin: 0 auto;
}
.common-content .row .drink .icon {
    width: 25px;
    margin: 0 auto;
}

.common-content .row .item .note {
    text-align: center;
    line-height: 16px;
    margin-top: 5vw;
}
.common-content .row .item.bg {
    background: #f2f1f0;
    border-radius: 3px;
}
.common-content .text {
    margin: 6vw 0 10vw;
}
.common-content .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    gap: 5vw;
}
.common-content .slider {
    margin-top: 10vw;
    height: 42vw;
    background: url('/img/pertica/menu/js_slider.png') repeat-x center top;
    background-size: auto 100%;
    animation: aniltr 20s linear infinite;
}

@keyframes aniltr {
    0% {
        background-position: 1275px top;
    }
    100% {
        background-position: 0 top;
    }
}
.price {
    font-size: 5vw;
}
.price small {
    font-size: 15px;
    letter-spacing: 0px;
}
#head-key .key-ttl {
    font-size: 9vw;
}

/*=============================================
******************* sec1  **********************
*=============================================*/
#sec1 {
    padding: 13vw 0;
    background: var(--main);
    position: relative;
    z-index: 2;
    color: #fff;
}
#sec1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 44%;
    height: 90vw;
    background: url('/img/pertica/index/sec1_deco.png') no-repeat center top;
    background-size: contain;
    z-index: -1;
}
#sec1 h2 {
    line-height: 1.5;
    font-size: 6vw;
    letter-spacing: 9px;
    margin-bottom: 6vw;
    text-align: center;
}
#sec1 .txt {
    background: url('/img/pertica/menu/sec1_line.png') repeat-y center top;
    background-size: 100% 42px;
    background-position-y: -1px;
    line-height: 3;
}

/*=============================================
******************* sec2  **********************
*=============================================*/
#sec2 .set1 {
    background: #e4dcd2;
}
#sec2 .set2 {
    border: #000 1px solid;
    padding-bottom: 10vw;
}
#sec2 .set2 h2 {
    text-align: center;
    margin: 10vw 0 3vw;
    font-size: 6vw;
    color: #819a92;
}
#sec2 .set2 h3 {
    text-align: center;
    margin-bottom: 3vw;
}

#sec2 .set2 ul {
    display: flex;
    margin: 0 auto 5vw;
    width: 80vw;
    justify-content: space-evenly;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 10px 0;
}

#sec2 .set2 .txt {
    text-align: center;
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#sec3 {
    padding: 15vw 0 20vw;
}
#sec3 .set1 {
    background: #59504a;
}
#sec3 .set1 h2 {
    color: #fff;
}
#sec3 .set1 .txt {
    color: #fff;
}
#sec3 .set2 {
    border: #000 1px solid;
    padding-bottom: 10vw;
}

#sec3 .set2 h2 {
    text-align: center;
    margin: 10vw 0 3vw;
    font-size: 6vw;
    color: #819a92;
}
#sec3 .set2 h3 {
    text-align: center;
    margin-bottom: 3vw;
}

#sec3 .set2 ul {
    display: flex;
    margin: 0 auto 5vw;
    width: 70vw;
    justify-content: space-evenly;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 10px 0;
    /* flex-direction: row-reverse; */
    flex-wrap: wrap;
}
#sec3 .set2 .txt {
    text-align: center;
}
#sec3 .row1 {
    margin: 10vw 0;
    gap: 7vw;
}
#sec3 .row1 .content .ttl {
    width: 52%;
    margin-left: -4%;
    position: relative;
    top: -40px;
}
#sec3 .row1 .content h3 {
    font-size: 6vw;
    color: #3b291e;
    margin: -13vw 0 5vw 0%;
    text-align: center;
}
#sec3 .slider2 {
    background: url('/img/pertica/menu/js_slider2.png') repeat-x center top;
    background-size: auto 100%;
}

/*=============================================
******************* sec4  **********************
*=============================================*/
#sec4 {
    background: var(--main);
    color: #fff;
    padding-bottom: 10vw;
}
#sec4 .set1 {
    padding: 15vw 0;
    position: relative;
}
#sec4 .set1:before {
    content: '';
    position: absolute;
    top: -11vw;
    right: 0;
    width: 33%;
    height: 38vw;
    background: url('/img/pertica/menu/sec4_img.png') no-repeat center top;
    background-size: contain;
}
#sec4 .set1 h2 {
    color: inherit;
}
#sec4 .set1 h2 span {
    color: inherit;
}
#sec4 .row {
    padding: 0 4%;
    gap: 10vw;
}
#sec4 .row .left .border-ttl {
    color: #fff;
    text-align: center;
}
#sec4 .row .left .border-ttl span:before {
    display: none;
}
#sec4 .row .left .price {
    text-align: center;
}
#sec4 .row .item .photo {
    width: 71%;
    margin: 0 auto;
}
#sec4 .row .item h4 {
    text-align: center;
    line-height: 20px;
    font-size: 5vw;
    margin-top: 2vw;
}

/*=============================================
******************* sec5  **********************
*=============================================*/
#sec5 {
    position: relative;
    z-index: 2;
    padding: 10vw 0;
}
#sec5:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 80vw;
    background: #f6f6f6;
    z-index: -1;
}
#sec5 .left .row {
    flex-direction: row;
    gap: 6vw;
    position: relative;
    z-index: 2;
    margin-top: -5vw;
}
#sec5 .left .row p:nth-child(2) {
    margin-top: 15vw;
}
#sec5 .content .ttl {
    width: 52%;
    margin-left: -4%;
}
#sec5 .content h2 {
    font-size: 6vw;
    color: #3b291e;
    margin: -8vw 0 5vw 13%;
}
#sec5 .content .btn-cus {
    margin-top: 6vw;
}
#sec5 .content .txt span {
    display: block;
    margin-top: 1vw;
}

/*=============================================
******************* sec6  **********************
*=============================================*/
#sec6 {
    position: relative;
    z-index: 2;
    padding: 10vw 0;
}
#sec6:before {
    content: '';
    position: absolute;
    bottom: -80vw;
    right: 0;
    width: 80%;
    height: 120vw;
    background: #f6f6f6;
    z-index: -1;
}
#sec6 .left {
    padding-bottom: 8vw;
}
#sec6 .content .ttl {
    width: 72%;
}
#sec6 .content .row {
    padding-top: 8vw;
}
#sec6 .content .row .set {
    padding-bottom: 5vw;
}
#sec6 .content .row .sub {
    line-height: 1.2;
    padding-bottom: 5px;
}
#sec6 .content .row .set .price {
    text-align: right;
}

#sec6 .content .wine {
    text-align: center;
}
#sec6 .content .wine h3 {
    font-size: 18px;
}
#sec6 .content .wine h3 .small {
    font-size: 14px;
}
#sec6 .content .wine .set:first-child {
    border-bottom: #9b9b9a 1px solid;
    margin-bottom: 15px;
}
#sec6 .content .wine .set .price {
    text-align: center;
}

#sec6 .content .txt {
    margin-top: 30px;
}
/* #sec6 .content .txt span {
  display: block;
  margin-top: 1vw;
} */

/*=============================================
******************* sec7  **********************
*=============================================*/
#sec7 {
    position: relative;
    /*background: #e4dcd2;*/
    z-index: 3;
    padding: 12vw 0;
}
#sec7:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 6vw;
    background: url('/img/pertica/concept/sec7_curve.png') repeat-x right -5vw
        top;
    background-size: auto 100%;
}
#sec7 h2 span {
    color: #66736f;
}
#sec7 h3 {
    margin: 7vw 0 3vw;
}
#sec7 .right {
    position: relative;
    margin-top: 7vw;
}
#sec7 .right .ttl {
    position: absolute;
    bottom: -2vw;
    left: -2%;
    width: 50%;
    z-index: 2;
}
#sec7 .anniv_reserve {
    margin-top: 30px;
}

#sec7 .anniv_reserve {
    padding: 15px;
    border: 1px solid #666;
}

#sec7 .anniv_reserve {
    dt {
        text-align: center;
        font-size: 120%;
        font-weight: 600;
        padding-bottom: 10px;
    }
    dd.tl {
        text-align: center;
        line-height: 1.6em;
    }
    dd span {
        text-align: center;
        font-size: 24px;
        display: block;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    dd span i {
        font-size: 20px;
    }
}

#sec7 .price {
    text-align: right;
}

/*=============================================
******************* sec junior  **********************
*=============================================*/
#sec_junior {
    padding: 10vw 0;
    background: #3e7875;
    color: #fff;
}

#sec_junior .ttl-common{
    color: inherit;
}

#sec_junior .sec_junior-set1 .txt{
    margin-top: 4vw;
}

#sec_junior .sec_junior-set1 .photo1{
    margin-top: 4vw;
}

#sec_junior .btn-cus a{
    line-height: 1.8;
    height: auto;
    padding: 2.5vw 2vw 3vw;
    border-radius: 20px;
}

#sec_junior .btn-cus a:before{
    top: 6vw;
    width: 12px;
}

@media screen and (max-width: 767px){
    #sec_junior .sec_junior-set1 .price-list{
        text-align: center;
        margin-top: 5vw;
    }

    #sec_junior .sec_junior-set1 .price-list .border-ttl{
        text-align: center;
        color: #fff;
    }

    #sec_junior .sec_junior-set1 .price-list .border-ttl span::before{
        display: none;
    }

    #sec_junior .sec_junior-set1 .price-list li + li{
        margin-top: 5vw;
    }
}

#sec_junior .sec_junior-set2{
    margin-top: 10vw;
}

#sec_junior .sec_junior-set2 .list-img{
    display: flex;
    flex-direction: column;
    gap: 4vw;
    padding: 7vw 5vw 0 ;
}

#sec_junior .sec_junior-set2 .txt{
    margin-top: 6vw;
    text-align: center;
}



/*=============================================
******************* PC  **********************
*=============================================*/
@media screen and (min-width: 768px) {
    .set1 {
        position: relative;
        padding: 96px 0 0;
        height: 520px;
        box-sizing: border-box;
    }
    .set1 .wrap {
        position: static;
        max-width: 1190px;
    }
    .set1 .photo {
        position: absolute;
        left: calc(50% - 47vw);
        right: 58%;
        margin: 0;
        height: 88%;
        top: 30px;
    }
    .set1 .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .set1 .content {
        width: 420px;
        margin-left: auto;
        margin-right: 70px;
    }
    .set1 .content h2 {
        margin-bottom: 5px;
    }
    .set1 .content h3 {
        margin-bottom: 17px;
        text-align: center;
        color: #3b291e;
        font-size: 18px;
    }
    .set1 .content .txt {
        letter-spacing: 0.17em;
    }
    #sec2 .set2 h2 {
        text-align: center;
        margin: 50px 0 10px;
        font-size: 30px;
        color: #819a92;
    }
    #sec2 .set2 h3 {
        text-align: center;
        margin-bottom: 20px;
    }
    #sec2 .set2 ul {
        display: flex;
        margin: 0 auto 20px;
        width: 400px;
        justify-content: space-evenly;
        border-bottom: 1px solid;
        border-top: 1px solid;
        padding: 10px 0;
    }

    #sec2 .set2 .txt {
        text-align: center;
    }
    .common-content {
        margin: 60px 0px 0 5px;
    }
    .common-content .row {
        justify-content: start;
        margin-bottom: 30px;
        margin-right: -20px;
        gap: 0;
    }
    .common-content .row:nth-child(3) .item:last-child {
        margin-left: -8px;
    }
    .common-content .row .ttl {
        padding: 36px 0 37px;
        width: 260px;
        margin-left: 0;
        margin-right: 10px;
    }
    .common-content .row .ttl h3 {
        font-size: 28px;
        letter-spacing: 2px;
        margin-left: 6px;
    }
    .common-content .row .ttl .price {
        margin-top: 23px;
        letter-spacing: 2px;
        margin-left: -8px;
        line-height: 22px;
    }
    .common-content .row .ttl .price small {
        letter-spacing: inherit;
    }
    .common-content .row .item {
        width: 105px;
        padding-top: 37px;
        padding-bottom: 24px;
        margin-right: 0px;
    }
    .common-content .row .item .icon {
        width: auto;
        text-align: center;
    }
    .common-content .row .soup .icon {
        width: auto;
        text-align: center;
    }

    .common-content .row .drink .icon {
        width: 30px;
        text-align: center;
    }

    .common-content .row .item .note {
        margin-top: 20px;
        letter-spacing: 0px;
    }
    .common-content .row .item h4 {
        top: 1px;
        letter-spacing: 2px;
        left: 0;
    }
    .common-content .text {
        width: 460px;
        margin: 46px auto 94px;
    }
    .common-content .buttons {
        flex-direction: row;
        justify-content: center;
        gap: 74px;
        margin-left: -5px;
    }
    .common-content .buttons p {
        margin: 0;
    }
    .common-content .slider {
        margin-top: 75px;
        height: 210px;
    }
    .price {
        font-size: 22px;
    }
    .price small {
        font-size: 18px;
    }
    @keyframes aniltr {
        0% {
            background-position: 1700px top;
        }
        100% {
            background-position: 0 top;
        }
    }
    /*=============================================
    ******************* key  **********************
    *=============================================*/
    #head-key .key-img {
        height: 600px;
    }
    #head-key .key-ttl {
        font-size: 42px;
        margin-left: -90px;
        margin-top: -29px;
        letter-spacing: 2px;
    }
    /*=============================================
  ******************* sec1  **********************
  *=============================================*/
    #sec1 {
        padding: 117px 0 97px;
    }

    #sec1:before {
        width: 432px;
        height: 474px;
        top: -180px;
    }
    #sec1 h2 {
        font-size: 26px;
        line-height: 44px;
        letter-spacing: 8px;
        margin-bottom: 60px;
    }
    #sec1 .txt {
        text-decoration: none;
        background-size: 100% 53px;
        width: 775px;
        margin: 0 auto;
        line-height: 52px;
        letter-spacing: 0.17em;
        background-position-y: bottom;
        text-align: center;
    }

    /*=============================================
  ******************* sec2  **********************
  *=============================================*/
    #sec2 .set2 {
        padding-bottom: 50px;
    }

    /*=============================================
  ******************* sec3  **********************
  *=============================================*/
    #sec3 {
        padding: 100px 0 137px;
    }
    #sec3 .set1 .wrap {
        max-width: 1190px;
    }
    #sec3 .set1 .photo {
        left: 50%;
        right: calc(50% - 50vw);
    }
    #sec3 .set1 .content {
        margin-left: 20px;
        margin-right: 0;
    }
    #sec3 .set1 .content .ttl-common {
        padding-bottom: 12px;
    }

    #sec3 .set1 .content .txt {
        margin-right: -10px;
    }
    #sec3 .set2 {
        padding-bottom: 50px;
    }

    #sec3 .set2 h2 {
        text-align: center;
        margin: 50px 0 10px;
        font-size: 30px;
        color: #819a92;
    }
    #sec3 .set2 h3 {
        text-align: center;
        margin-bottom: 20px;
    }
    #sec3 .set2 ul {
        display: flex;
        margin: 0 auto 20px;
        width: 400px;
        justify-content: space-evenly;
        border-bottom: 1px solid;
        border-top: 1px solid;
        padding: 10px 0;
    }

    #sec3 .set2 .txt {
        text-align: center;
    }
    #sec3 .row1 {
        margin: 78px 0 0 3px;
        gap: 0;
        justify-content: space-between;
        align-items: end;
    }
    #sec3 .row1 .content {
        position: relative;
        margin-left: 40px;
        margin-bottom: 21px;
        width: 500px;
    }
    #sec3 .row1 .content .ttl {
        width: auto;
        position: absolute;
        margin-left: -70px;
        top: -153px;
    }
    #sec3 .row1 .content h3 {
        font-size: 26px;
        line-height: 44px;
        margin: 0 0 20px 0px;
        letter-spacing: 8px;
        text-align: left;
    }
    #sec3 .common-content {
        margin-top: 85px;
    }
    #sec3 .row1 .txt {
    }

    /*=============================================
  ******************* sec4  **********************
  *=============================================*/
    #sec4 {
        padding-bottom: 70px;
    }
    #sec4 .set1 {
        padding: 75px 0 0;
        height: 500px;
    }
    #sec4 .set1:before {
        top: -63px;
        width: 275px;
        height: 270px;
        right: calc(50% - 750px);
    }
    #sec4 .set1 .wrap {
        max-width: 1110px;
    }
    #sec4 .set1 .content h2 {
        margin-bottom: 25px;
    }

    #sec4 .set1 .content .txt {
        letter-spacing: 0.2em;
        margin-right: -15px;
        margin-left: 3px;
    }

    #sec4 .row {
        padding: 0;
        width: 100%;
        margin: 87px auto 0;
        max-width: 1280px;
        justify-content: space-between;
        gap: 0;
        box-sizing: border-box;
        padding-right: 20px;
    }
    #sec4 .row .left {
        min-width: 368px;
    }
    #sec4 .row .left .border-ttl span:before {
        background: #fff;
        display: block;
    }

    #sec4 .row .left .border-ttl {
        line-height: 28px;
        text-align: right;
    }
    #sec4 .row .left .price {
        margin-top: 12px;
        margin-right: -7px;
        letter-spacing: 5px;
        text-align: right;
    }
    #sec4 .row .left .price small {
        letter-spacing: 3px;
    }
    #sec4 .row .sec4-js {
        width: calc(100% - 368px);
        display: flex;
        justify-content: end;
        gap: 25px;
    }
    #sec4 .row .item {
        margin-top: -177px;
        width: calc(29% - 6px);
    }
    #sec4 .row .item .photo {
        width: 100%;
    }
    #sec4 .row .item h4 {
        font-size: 18px;
        line-height: 20px;
        margin-top: 6px;
        letter-spacing: 4px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*=============================================
  ******************* sec5  **********************
  *=============================================*/
    #sec5 {
        padding: 100px 0 121px;
    }
    #sec5:before {
        width: calc(50% + 0px);
        height: 604px;
    }
    #sec5 .wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        max-width: 1146px;
        gap: 50px;
    }
    #sec5 .left {
        margin-left: 20px;
    }
    #sec5 .left .b-photo {
        margin-left: -45px;
    }
    #sec5 .left .row {
        margin-top: -27px;
        margin-left: 65px;
        gap: 42px;
    }
    #sec5 .left .row p:nth-child(2) {
        margin-top: 94px;
    }
    #sec5 .content {
        width: 530px;
        position: relative;
        margin-right: 20px;
        min-width: 350px;
    }
    #sec5 .content .ttl {
        position: absolute;
        width: auto;
        top: -83px;
        margin-left: -144px;
    }
    #sec5 .content h2 {
        font-size: 28px;
        line-height: 44px;
        margin: 60px 0 46px -2px;
        letter-spacing: 4px;
    }
    #sec5 .content .txt {
        letter-spacing: 0.2em;
    }
    #sec5 .content .txt span {
        margin-top: 12px;
    }
    #sec5 .content .btn-cus {
        margin: 98px 0 0;
    }

    /*=============================================
  ******************* sec6  **********************
  *=============================================*/
    #sec6 {
        padding: 126px 0 0;
    }
    #sec6:before {
        display: none;
    }
    #sec6 .wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        max-width: 1146px;
        gap: 50px;
    }
    #sec6 .left {
        order: 2;
        margin-left: 20px;
    }
    #sec6 .left .b-photo {
        margin-left: -45px;
    }
    #sec6 .content {
        width: 530px;
        position: relative;
        margin-right: 20px;
        min-width: 350px;
        order: 1;
    }
    #sec6 .content .ttl {
        position: absolute;
        width: auto;
        top: -83px;
        margin-left: 0;
    }
    #sec6 .content .row {
        display: inline;
        padding-top: 0;
        position: relative;
        top: 120px;
    }
    #sec6 .content .row .set {
        padding-bottom: 30px;
    }
    #sec6 .content .wine {
        display: flex;
        justify-content: space-around;
        padding-top: 20px;
    }
    #sec6 .content .wine h3 {
        font-size: 17px;
    }
    #sec6 .content .wine h3 .small {
        font-size: 13px;
    }
    #sec6 .content .wine .set:first-child {
        border-bottom: none;
        margin-bottom: 0;
        border-right: #9b9b9a 1px solid;
        padding-right: 25px;
        height: 90px;
    }

    #sec6 .content .txt {
        letter-spacing: 0.2em;
        padding-top: 0px;
        margin-top: 0;
        /* padding-left: 10px; */
        position: relative;
        /* left: 600px; */
        top: 140px;
        text-align: center;
    }

    /*=============================================
  ******************* sec7  **********************
  *=============================================*/
    #sec7 {
        padding: 38px 0 100px;
    }
    #sec7 .wrap {
        max-width: 1143px;
    }
    #sec7:before {
        height: 61px;
        background-size: auto 100%;
        background-position: center;
    }
    #sec7 .content {
        width: 346px;
        padding-top: 40px;
        margin-left: 20px;
        margin-bottom: 90px;
    }
    #sec7 .content h3 {
        margin: 43px 7px 15px 0px;
    }
    #sec7 .right {
        position: absolute;
        right: calc(50% - 50vw);
        top: 0;
        margin: 0;
        left: calc(50% - 90px);
    }
    #sec7 .right .photo {
        height: 500px;
    }
    #sec7 .right .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 840px;
    }
    #sec7 .right .ttl {
        bottom: 26px;
        left: -38px;
        width: auto;
    }
    #sec7 .anniv_reserve {
        display: flex;
        justify-content: space-around;
        padding: 40px 20px;
    }
    #sec7 .anniv_reserve dl:first-child {
        min-width: 400px;
        padding-right: 30px;
        border-right: 1px dotted #999;
        margin-right: 30px;
    }


    /*=============================================
    ******************* sec junior  **********************
    *=============================================*/
    #sec_junior {
        padding: 116px 20px 154px;
    }

    #sec_junior .wrap{
        max-width: 1223px;
        position: relative;
    }

    #sec_junior .gr-txt{
        max-width: 400px;
    }

    #sec_junior .sec_junior-set1{
        position: relative;
    }

    #sec_junior .sec_junior-set1 .txt{
        margin-top: 33px;
    }

    #sec_junior .sec_junior-set1 .photo1{
        margin-top: 0;
        position: absolute;
        top: 40px ;
        left : 550px ;
        right: -40px;
        height: 460px ;
        max-width: 580px
    }
    #sec_junior .sec_junior-set1 .photo1 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #sec_junior .border-ttl{
        color: #fff;
        text-align: left;
        padding-left: 85px;
    }

    #sec_junior .price-list .price{
        padding-left: 88px;
    }


    #sec_junior .border-ttl span::before{
        background: currentColor;
    }

    #sec_junior .price-list{
        max-width: 360px;
        margin: 70px 0 0 -29px;
    }

    #sec_junior .price-list li + li{
    margin-top: 18px;
    }


    #sec_junior .sec_junior-set2{
        margin-top: -20px;
        display: flex;
        margin: -130px -77px 0 -40px;
    }

    #sec_junior .gr-btn{
        margin: 159px 20px 0 0;
        flex-shrink: 0;

    }
    #sec_junior .btn-cus{
        width: 460px;
        box-sizing: border-box;
    }
    #sec_junior .btn-cus a{
        height: auto;
        padding:10px 20px 10px;
        border-radius: 34px;
        font-size: 22px;
        white-space: nowrap;

    }

    #sec_junior .btn-cus a:before{
        top: 33px;
        width: 12px;
        right: 56px;
    }


    #sec_junior .sec_junior-set2 .list-img{
        flex-direction: row;
        gap: 10px;
        padding: 0 0 ;
        margin-top: -50px;
    }

    #sec_junior .sec_junior-set2 .txt{
        margin-top: 7px;
        text-align: center;
        font-size: 13px;
    }

    .txt-note{
        text-align: center;
        font-size: 12px;
        margin-bottom: 30px;
    }

}
@media (min-width: 768px) and (max-width: 1100px) {
    #sec4 .row .sec4-js {
        justify-content: space-between;
        margin-left: 20px;
        gap: 10px;
    }
    #sec4 .row .item {
        width: 33%;
    }
    #sec_junior .sec_junior-set1 .photo1{
        left: 481px;
    }
    #sec_junior .sec_junior-set2{
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media (min-width: 768px) and (max-width: 1499px) {
    #sec3 .set1 .content {
        margin-left: 70px;
        margin-right: 0;
    }
}

@media screen and (min-width: 1500px) {
    #sec4 .set1:before {
        right: 0;
    }
}

.comingsoon {
    position: relative;
}
.comingsoon::before {
    width: 100%;
    height: calc(100% - 3em);
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    position: absolute;
    content: 'Coming Soon';
    text-align: center;
    padding-top: 3em;
}
.mb-0 {
    margin-bottom: 0px !important;
}
/*# sourceMappingURL=menu.css.map */
