/* roboto-condensed-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    src: url("../font/roboto-condensed-v30-latin-500.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.roboto-ondensed-medium {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
}

/* lead */
#lead {
    position: relative;
    padding: 15vw 0 5vw;
}
#lead::before {
    content: "";
    background: url("../img/menu/reco_deco1.png") no-repeat;
    width: 70%;
    height: 77vw;
    position: absolute;
    top: -25vw;
    right: -15%;
    background-size: 100%;
    z-index: -1;
}
#lead::after {
    content: "";
    background: url("../img/menu/reco_deco2.png") no-repeat;
    width: 100%;
    height: 100vw;
    position: absolute;
    bottom: -107vw;
    left: -20%;
    background-size: 100%;
}
#lead h2 {
    font-size: 6vw;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 8vw;
    padding-top: 13vw;
    position: relative;
}
#lead h2::before {
    content: "";
    background: url("../img/menu/lead_deco4.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 13vw;
    height: 13vw;
    background-size: 100%;
}
#lead h2 span {
    font-size: 5vw;
    display: block;
    color: #5f461c;
    line-height: 1.5;
    margin-bottom: 3vw;
}
#lead .txt {
    margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
    #lead {
        padding: 181px 0 70px;
    }
    #lead::before {
        width: 833px;
        height: 700px;
        top: -410px;
        right: -150px;
    }
    #lead::after {
        width: 1124px;
        height: 911px;
        top: 190px;
        left: -330px;
    }
    #lead h2 {
        font-size: 36px;
        margin-bottom: 64px;
        padding-top: 20px;
        letter-spacing: 0px;
    }
    #lead h2::before {
        top: -120px;
        width: 95px;
    }
    #lead h2 span {
        font-size: 48px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    #lead .txt {
        margin-bottom: 20px;
        text-align: center;
    }
}


/* reco */
#reco {
    position: relative;
    padding: 7vw 0 15vw;
}
#reco::before {
    content: "";
    background: url("../img/menu/reco_deco3.png") no-repeat;
    width: 100%;
    height: 100vw;
    position: absolute;
    top: -5vw;
    right: -90%;
    background-size: 100%;
    z-index: 0;
    margin-right: 170px;
}
#reco .ttl {
    font-size: 13vw;
    text-align: center;
    color: #5f461c;
    margin-bottom: 8vw;
}
#reco h2 {
    font-size: 7vw;
    text-align: center;
    margin-bottom: 8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
#reco h2 small {
    font-size: 5vw;
}
#reco .row {
    flex-direction: column;
}
#reco .row .col {
    position: relative;
    margin-bottom: 5vw;
}
#reco .row .col:nth-child(2) .group-photo .photo {
    margin-bottom: 12vw;
}
#reco .row .col .note {
    margin-bottom: 5vw;
}
#reco .row .col .en {
    position: absolute;
    top: -7vw;
    right: 0;
    color: #b05f00;
    width: 10vw;
    height: 20vw;
    white-space: nowrap;
    font-size: 16vw;
    z-index: 5;
}
#reco .row .col .photo {
    margin: 0 -5% 5vw;
}
#reco .row .col .group-photo {
    position: relative;
}
#reco .row .col .price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-bottom: 1px solid #0d0100;
    position: relative;
    justify-content: space-between;
    margin-bottom: 6vw;
    font-weight: 500;
}
#reco .row .col .price::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #0d0100;
}
#reco .row .col .price::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 4px;
    background: #0d0100;
}
#reco .row .col .txt {
    margin-bottom: 7vw;
}
#reco .row .col .btn-cus a {
    border: 1px solid #0000;
}
#reco .row .col:nth-child(2) .en {
    bottom: -6vw;
    top: auto;
    left: 0;
    text-align: center;
    width: auto;
    height: auto;
}
@media only screen and (min-width: 768px) {
    #reco {
        padding: 20px 0 52px;
    }
    #reco::before {
        content: "";
        width: 841px;
        height: 975px;
        position: absolute;
        top: -239px;
        right: calc(50% - 50vw);
        background-size: 100%;
        z-index: -1;
        margin-right: 170px;
    }
    #reco .wrap {
        width: 1240px;
        padding: 0 20px;
    }
    #reco .ttl {
        font-size: 80px;
        margin-bottom: 64px;
        text-align: right;
        margin-right: 10px;
        letter-spacing: 1px;
    }
    #reco h2 {
        font-size: 60px;
        margin-bottom: -230px;
        margin-left: auto;
        width: 440px;
        text-align: left;
    }
    #reco h2 small {
        font-size: 36px;
    }
    #reco .row {
        flex-direction: row;
    }
    #reco .row .col {
        margin-bottom: 20px;
        width: 50%;
    }
    #reco .row .col:nth-child(2) {
        margin-top: 263px;
    }
    #reco .row .col:nth-child(2) .group-photo .photo {
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: calc(50% - 50vw);
    }
    #reco .row .col .note {
        margin-bottom: 37px;
    }
    #reco .row .col .en {
        top: 0;
        font-size: 130px;
        right: 50px;
        top: -50px;
    }
    #reco .row .col .en span {
        letter-spacing: 2px;
    }
    #reco .row .col .photo {
        margin: 0;
        margin-left: calc(50% - 50vw);
        height: 730px;
    }
    #reco .row .col .group-photo {
        margin-bottom: 40px;
    }
    #reco .row .col:nth-child(2) .group-photo {
        margin-bottom: 91px;
    }
    #reco .row .col .price {
        margin-bottom: 54px;
        font-size: 26px;
        padding: 5px 30px 30px;
        letter-spacing: -2px;
        border-width: 2px;
    }
    #reco .row .col .price dd {
        font-weight: 500;
        letter-spacing: 1px;
        margin-right: 10px;
    }
    #reco .row .col .price dd span {
        margin-left: 5px;
    }
    #reco .row .col:nth-child(2) .price {
        border-bottom: 5px solid;
    }
    #reco .row .col:nth-child(2) .price::after {
        height: 2px;
        width: auto;
        right: calc(50% - 50vw);
        bottom: -5px;
    }
    #reco .row .col .price::before {
        height: 30px;
        width: 2px;
    }
    #reco .row .col .price::after {
        width: 95%;
        height: 5px;
    }
    #reco .row .col .txt {
        margin-bottom: 20px;
        width: 480px;
        margin: 0 auto 31px;
    }
    #reco .row .col .btn-cus a {
        border: 1px solid;
        width: 219px;
        padding: 4px 29px;
        font-size: 16px;
        margin-left: auto;
        margin-right: -90px;
        color: #000;
        box-sizing: border-box;
        position: relative;
    }
	 #reco .row .col .btn-cus a::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
     #reco .row .col .btn-cus a:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
	#reco .row .col .btn-cus a:hover::after{
		filter: invert(1);
        z-index: 9;
	}
	#reco .row .col .btn-cus a:hover{
		color: #fff;
	}
    #reco .row .col .btn-cus a span {
        z-index: 6;
        position: relative;
    }
    #reco .row .col .btn-cus::before {
        display: none
    }
    #reco .row .col .btn-cus a::after {
        right: 10px;
        top: 15px;
        width: 33px;
    }
    #reco .row .col:nth-child(2) .en {
        bottom: -8px;
        left: 200px;
    }
}


.eachTextAnime {
    overflow: hidden;
}
.eachTextAnime span {
    opacity: 0;
    bottom: -30px;
    display: inline-block;
    position: relative;
}
.act-ani .eachTextAnime span {
    animation: text_anime_on 0.3s ease-out forwards;
}
@keyframes text_anime_on {
    0% {
        opacity: 0;
        bottom: -80px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}


/* ala */
#ala {
    padding: 1vw 0 15vw;
}
#ala .head .img {
    height: 100vh;
    position: relative;
}
#ala .head .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 0, 0, 1);
    opacity: 0;
    z-index: 5;
    mix-blend-mode: soft-light;
    transition: all 1s;
}
#ala .head .img.active::before {
    opacity: 1;
}
#ala .head .img img {
    object-position: right 39% bottom 0;
}
#ala .head .row {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#ala .head .row h2 {
    font-size: 13vw;
    color: #fff;
    text-align: center;
    margin-bottom: 3vw;
    line-height: 1.5;
}
#ala .head .row .txt {
    text-align: center;
    color: #fff;
}
#ala .set {
    background: url("../img/menu/bg2.jpg") repeat;
    padding: 15vw 0 15vw;
    position: relative;
}
#ala .set::before {
    content: "";
    background: url("../img/menu/ala_deco2.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 150vw;
    background-size: 100%;
}
#ala .set .right {
    padding: 2vw 0;
}
#ala .set .right .row {
    margin-bottom: 16vw;
    color: #fff;
}
#ala .set .right .row .photo {
    margin: 0 -5% 8vw;
}
#ala .set .right .row .num {
    color: #b89c76;
    text-align: right;
    font-size: 4vw;
    margin-bottom: -5vw;
    letter-spacing: 2px;
}
#ala .set .right .row .num span {
    font-size: 8vw;
    display: inline-block;
    vertical-align: middle;
}
#ala .set .right .row .ttl {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 5vw;
    color: #b89c76;
}
#ala .set .right .row .price {
    margin-bottom: 6vw;
}
#ala .set .right .row .price dt {
    font-size: 6vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
#ala .set .right .row .price dd {
    text-align: right;
    font-size: 5vw;
    letter-spacing: 1px;
}
#ala .set .right .row .price dd span {
    margin-left: 4px;
}
.btn-popup a {
    display: block;
    text-align: center;
    font-size: 20px;
    position: relative;
    background: #decfb5;
    padding: 15px;
    border: 1px solid #000;
}
.btn-popup a::after {
    content: "";
    background: url("../img/menu/icon_popup.png") no-repeat;
    width: 20px;
    height: 10px;
    background-size: 100%;
    position: absolute;
    right: 5%;
    top: 50%;
}
@media only screen and (min-width: 768px) {
    #ala {
        padding: 0px 0 0px;
    }
    #ala .head .img img {
        object-position: center
    }
    #ala .head .row h2 {
        font-size: 80px;
        margin-bottom: 20px;
    }
    #ala .head .row .txt {
        font-size: 26px;
    }
    #ala .set {
        padding: 100px 0 137px;
    }
    #ala .set .wrap {
        width: 1380px;
        padding: 0 20px;
    }
    #ala .set::before {
        width: 904px;
        height: 1107px;
    }
    #ala .set.active::before {
        position: fixed
    }
    #ala .set .group {
        justify-content: space-between;
        margin-bottom: 100px;
    }
    #ala .set .left {
        width: 55%;
        height: 900px;
    }
    #ala .set .left .photo {
        position: absolute;
        top: 50px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
    #ala .set .left .photo.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.5s;
    }
    #ala .set .left .photo2 {
        z-index: 5;
    }
    #ala .set .left .photo3 {
        z-index: 6;
    }
    #ala .set .left .photo4 {
        z-index: 7;
    }
    #ala .set .right {
        padding: 110px 0;
        width: 37%;
        padding-right: 80px;
        box-sizing: border-box;
    }
    #ala .set .right .row {
        margin-bottom: 237px;
    }
    #ala .set .right .row:last-child {
        margin-bottom: 0
    }
    #ala .set .right .row .photo {
        margin: 0;
    }
    #ala .set .right .row .num {
        font-size: 24px;
        margin-bottom: -15px;
        letter-spacing: 5px;
    }
    #ala .set .right .row .num span {
        font-size: 40px;
    }
    #ala .set .right .row .ttl {
        font-size: 18px;
        margin-bottom: 19px;
    }
    #ala .set .right .row .price {
        margin-bottom: 59px;
    }
    #ala .set .right .row .price dt {
        font-size: 26px;
        letter-spacing: -2px;
        margin-right: 0;
    }
    #ala .set .right .row .price dd {
        font-size: 24px;
        margin-right: -10px;
        letter-spacing: 3px;
    }
    #ala .set .right .row .price dd span {}
    .btn-popup {
        width: 1000px;
        margin: 0 auto;
    }
    .btn-popup a {
        font-size: 36px;
        padding: 39px;
        overflow: hidden;
    }
    .btn-popup a:hover {
        color: #fff;
    }
    .btn-popup a::after {
        width: 34px;
    }
    .btn-popup a:hover::after {
        filter: invert(1);
        z-index: 6;
    }
    .btn-popup a::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #281608;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .btn-popup a:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    .btn-popup a span {
        z-index: 6;
        position: relative;
    }
    #ala .set .btn-popup a::after {
        right: 75px;
        width: 34px;
    }
}


/* drink */
#drink {
    position: relative;
    padding: 15vw 0 15vw;
}
#drink::before {
    content: "";
    background: url("../img/menu/drink_deco1.png") no-repeat;
    width: 100%;
    height: 50vw;
    position: absolute;
    top: -15vw;
    left: 0;
    background-size: 100%;
    z-index: -1;
}
#drink .row h2 {
    font-size: 13vw;
    margin-bottom: 8vw;
    color: #5f461c;
}
#drink .row .txt {
    margin-bottom: 8vw;
}
#drink .group-photo {
    position: relative;
}
#drink .group-photo .photo1 {
    margin-bottom: 6vw;
    width: 50%;
}
#drink .group-photo .photo2 {
    margin-bottom: 5vw;
    width: 50%;
}
#drink .group-photo .photo3 {
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
}
#drink .photo {
    margin: 0 -5% 10vw;
}
@media only screen and (min-width: 768px) {
    #drink {
        padding: 332px 0 129px;
        z-index: 5;
        position: relative;
        overflow: hidden;
        background: url(../img/shared/bd_bg.jpg) repeat;
    }
    #drink .wrap {
        width: 1240px;
        padding: 0 20px;
    }
    #drink::before {
        width: 942px;
        left: calc(50% + -909px);
        top: -280px;
    }
    #drink .row h2 {
        font-size: 80px;
        margin-bottom: 80px;
    }
    #drink .row .txt {
        margin-bottom: 131px;
        width: 390px;
    }
    #drink .group-photo {
        margin: 0 -80px 110px;
    }
    #drink .group-photo .photo1 {
        margin-bottom: 59px;
    }
    #drink .group-photo .photo2 {
        margin-bottom: 20px;
        width: auto;
        margin-left: 125px;
    }
    #drink .group-photo .photo3 {
        width: auto;
        top: 57px;
        right: -10px;
    }
    #drink .photo {
        margin: 0;
        position: absolute;
        left: 520px;
        top: -232px;
        right: calc(50% - 50vw);
        height: 574px;
    }
}


/* lunch */
#lunch {
    position: relative;
    padding: 15vw 0 15vw;
}
#lunch::before {
    content: "";
    background: url("../img/menu/lunch_deco1.png") no-repeat;
    width: 100%;
    height: 90vw;
    position: absolute;
    top: -12vw;
    left: -9%;
    background-size: 100%;
    z-index: -2;
}
#lunch::after {
    content: "";
    background: url("../img/menu/lunch_deco2.png") no-repeat;
    width: 114%;
    height: 102vw;
    position: absolute;
    top: -15vw;
    left: 1%;
    background-size: 100%;
    z-index: -1;
}
#lunch h2 {
    text-align: center;
    font-size: 5vw;
    margin-bottom: 7vw;
    position: relative;
    z-index: 5;
    line-height: 1.2;
}
#lunch h2 span {
    font-size: 13vw;
    color: #5f461c;
    display: block;
    margin-bottom: 5vw;
}
#lunch .note {
    text-align: center;
    margin-bottom: 6vw;
    position: relative;
    z-index: 5;
}
#lunch .photo {
    margin: 0 -5% 6vw;
}
#lunch .col {
    margin-bottom: 10vw;
}
#lunch .col .price {
    margin-bottom: 4vw;
}
#lunch .col .price dt {
    font-size: 20px;
    margin-bottom: 2vw;
}
#lunch .col .price dt span {
    color: #fff;
    background: #5f461c;
    padding: 0 12px;
    font-size: 14px;
}
#lunch .col .price dd {
    text-align: right;
    font-family: 'Zen Kaku Gothic New';
    font-size: 18px;
    font-weight: 500;
}
#lunch .col .price dd span {
    margin-left: 5px;
}
#lunch .lunch-set {
    padding: 8% 5%;
    border: 1px solid #673e0f;
    border-top: 0;
    margin-bottom: 8vw;
    position: relative;
}
#lunch .lunch-set::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 1px;
    background: #673e0f;
}
#lunch .lunch-set::after {
    content: "";
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 1px;
    background: #673e0f;
}
#lunch .lunch-set h3 {
    font-size: 7vw;
    text-align: center;
    margin-bottom: 5vw;
    color: #673e0f;
    font-weight: 500;
    margin-top: -11vw;
}
#lunch .lunch-set .txt2 {
    margin-bottom: 8vw;
}
#lunch .lunch-set .list {
    flex-direction: column;
    color: #1d170e;
}
#lunch .lunch-set .list .col2 .row {
    margin-bottom: 8vw;
}
#lunch .lunch-set .list .col2 .row h4 {
    color: #673e0f;
    font-size: 20px;
    margin-bottom: 2vw;
}
#lunch .lunch-set .list .col2 .row dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dotted #1d170e;
}
#lunch .lunch-set .list .col2 .row dl dt {
    text-align: left;
}
#lunch .lunch-set .list .col2 .row dl dd {
    text-align: right;
    font-family: 'Zen Kaku Gothic New';
    letter-spacing: 2px;
}
#lunch .lunch-set .list .col2 .row dl dd span {
    margin-left: 5px;
}
#lunch .btn-popup a {
    display: block;
    text-align: center;
    font-size: 17px;
    position: relative;
    background: #decfb5;
    padding: 25px;
    border: 1px solid #000;
    line-height: 27px;
}
#lunch .btn-popup a::after {
    content: "";
    background: url("../img/menu/icon_popup.png") no-repeat;
    width: 20px;
    height: 10px;
    background-size: 100%;
    position: absolute;
    right: 5%;
    top: 50%;
}
@media only screen and (min-width: 768px) {
    #lunch {
        padding: 125px 0 132px;
        position: relative;
        overflow: hidden;
        background: url(../img/shared/bd_bg.jpg) repeat;
    }
    #lunch .wrap {
        width: 1240px;
        padding: 0 20px;
    }
    #lunch::before {
        width: 755px;
        height: 549px;
        top: -118px;
        left: auto;
        right: calc(50% - 730px);
    }
    #lunch::after {
        top: -160px;
        width: 646px;
        height: 651px;
        left: calc(50% + 293px);
    }
    #lunch h2 {
        font-size: 26px;
        margin-bottom: 9px;
        text-align: right;
        line-height: 78px;
    }
    #lunch h2 span {
        font-size: 80px;
        margin-bottom: 20px;
    }
    #lunch .note {
        margin-bottom: 60px;
        text-align: right;
    }
    #lunch .photo {
        margin: 0;
        position: absolute;
        left: -87px;
        top: 40px;
		height: 581px;
    }
    #lunch .col {
        margin-bottom: 112px;
        width: 340px;
        margin-left: auto;
    }
    #lunch .col .price {
        margin-bottom: 30px;
    }
    #lunch .col .price dt {
        margin-bottom: 22px;
        line-height: 43px;
        font-size: 26px;
        letter-spacing: -1px;
    }
    #lunch .col .price dt span {
        padding: 3px 10px;
        font-size: 16px;
    }
    #lunch .col .price dd {
        font-size: 24px;
        letter-spacing: 2px;
    }
    #lunch .lunch-set {
        padding: 20px;
        margin-bottom: 70px;
    }
    #lunch .lunch-set::before {
        width: 440px;
    }
    #lunch .lunch-set::after {
        width: 440px;
    }
    #lunch .lunch-set h3 {
        font-size: 48px;
        margin-bottom: 40px;
        margin-top: -40px;
    }
    #lunch .lunch-set .txt2 {
        margin-bottom: 60px;
        text-align: center;
    }
    #lunch .lunch-set .list {
        width: 820px;
        margin: 0 auto 0px;
        flex-direction: row;
        justify-content: space-between;
    }
    #lunch .lunch-set .list .col2 {
        width: 347px;
    }
    #lunch .lunch-set .list .col2 .row {
        margin-bottom: 61px;
    }
    #lunch .lunch-set .list .col2 .row h4 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #lunch .lunch-set .list .col2 .row dl {
        line-height: 30px;
        padding: 14px 0;
    }
    #lunch .btn-popup a {
        font-size: 26px;
        padding: 42px;
    }
    #lunch .btn-popup a::after {
        right: 76px;
        width: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
	#lunch .wrap{
		padding-right: 40px;
	}
	#lunch .photo{
		max-width: 70%;
	}
	
}

/* popup */
.remodal-overlay {
    background: #38332B;
}
.popup-menu h2 {
    font-size: 9vw;
    margin-bottom: 9vw;
    color: #673e0f;
}
.popup-menu .note {
    text-align: center;
    margin-bottom: 9vw;
    line-height: 24px;
}
.popup-menu .popup {
    padding: 15% 5% 6% !important;
    background: #f2eee8;
}
.popup-menu .list .row .col {
    margin-bottom: 7vw;
}
.popup-menu .list .row .col h3 {
    text-align: left;
    padding: 5% 0;
    margin-bottom: 0vw;
    font-size: 5vw;
    text-align: left;
}
.popup-menu .list .row .col h4 {
    font-weight: 500;
    font-family: 'Zen Kaku Gothic New';
    margin-bottom: 10px;
}
.popup-menu .list .row .col h4 {
    text-align: left;
    padding-top: 11px;
    margin-bottom: 0px;
    line-height: 24px;
    padding-top: 18px;
}
.popup-menu .list .row .col dl {
    padding: 10px 0;
    border-bottom: 1px dotted;
}
.popup-menu .list .row .col p {
    line-height: 24px;
}
.popup-menu .list .row .col dl:after {
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}
.popup-menu .list .row .col dl dt {
    float: left;
    text-align: left;
}
.popup-menu .list .row .col dl dd {
    float: right;
    text-align: right;
    font-family: 'Zen Kaku Gothic New';
}
.popup-menu .group-course .col {
    margin-bottom: 7vw;
}
.popup-menu .group-course .col .photo {
    margin-bottom: 5vw;
}
.popup-menu .group-course .col .price {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.popup-menu .group-course .col .price dt {
    width: 70%;
    line-height:160%;
    font-size:16px;
	text-align: left;
}
.popup-menu .group-course .col .price dd {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
}
.remodal-close {
    top: 10px;
}
.remodal {
    padding: 64px 0 30px;
}
.remodal-close:hover {
    opacity: 0.8;
}
@media only screen and (min-width: 768px) {
    .popup-menu .remodal-close:before {
        width: 62px;
        height: 50px;
    }
    .popup-menu h2 {
        font-size: 36px;
        margin-bottom: 41px;
    }
    .popup-menu .note {
        margin-bottom: 60px;
    }
    .popup-menu .popup {
        padding: 110px 0 50px !important;
    }
    .popup-menu .list {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
        flex-direction: row;
    }
    .popup-menu .list .row {
        display: flex;
        width: 310px;
        flex-direction: column;
        max-width: 31%;
    }
    .popup-menu .list .col {
        width: 460px;
        max-width: none;
    }
    .popup-menu .list.list2 .col {
        width: 310px;
        max-width: 30%;
    }
    .popup-menu .list .row .col {
        margin-bottom: 35px;
        width: 100%;
    }
    .popup-menu .list .row .col.style02 {
        margin-bottom: 82px;
    }
    .popup-menu .list .row .col h3 {
        font-size: 18px;
        padding: 5px 0;
        line-height: 37px;
        letter-spacing: -1px;
    }
    .popup-menu .list .row .col dl {
        font-size: 14px;
        line-height: 24px;
        padding: 12px 0;
        letter-spacing: 0;
    }
    .remodal-close {
        top: -78px;
        right: 47px;
        width: 90px;
        height: 79px;
        background-size: 80px;
        background-position: center;
    }
    .remodal {
        padding: 80px 0 30px;
    }
    .popup-menu .group-course {
        display: flex;
        flex-wrap: wrap;
        width: 1000px;
        margin: 0 auto 40px;
    }
    .popup-menu .group-course .col {
        width: 310px;
        margin-right: 35px;
        margin-bottom: 25px;
    }
    .popup-menu .group-course .col:nth-child(3n + 3) {
        margin-right: 0;
    }
    .popup-menu .group-course .col .photo {
        margin-bottom: 12px;
    }
    .popup-menu .group-course .col .txt {
        text-align: left;
        font-size: 12px;
        line-height: 24px;
    }
    .popup-menu .group-course .col .price dt {
        font-size: 14px;
        width: auto;
        letter-spacing: 1px;
    }
    .popup-menu .group-course .col .price dd {
        font-size: 14px;
    }
	
	
}

@media only screen and (max-width: 767px) {
	body.popup-open {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
	}
}