/* sec1 */
#sec1 {
    position: relative;
    padding: 15vw 0 15vw;
    z-index: 1;
}
#sec1 .deco2 {
    position: absolute;
    top: -32vw;
    left: -35vw;
    width: 85vw;
    z-index: -1;
}
#sec1::before {
    content: "";
    position: absolute;
    background: url(../img/shared/bd_bg.jpg) repeat;
    top: -5vw;
    left: -20vw;
    right: -20vw;
    height: 30vw;
    border-radius: 100%;
    z-index: -1;
}
#sec1::after {
    content: "";
    background: url(../img/lunch/sec2_deco1.jpg) no-repeat;
    width: 130%;
    height: 130vw;
    position: absolute;
    bottom: -45vw;
    left: 0;
    z-index: -1;
    background-size: 80%;
}
#sec1 .row {
    flex-direction: column;
}
#sec1 .row .photo {
    margin-bottom: 5vw;
}
#sec1 .row .col h2 {
    font-size: 6vw;
    line-height: 1.5;
    letter-spacing: 0.15em;
    margin-bottom: 7vw;
}
#sec1 .row .col h2 span {
    font-size: 12vw;
}
#sec1 .row .col .note {
    margin-bottom: 6vw;
    color: #282828;
}
#sec1 .row2 {
    flex-direction: column;
    margin-bottom: 6vw;
}
#sec1 .row2 .txt {
    margin-bottom: 6vw;
    color: #282828;
}
#sec1 .row2 .photo {
    margin-left: -5.6%;
    width: 90%;
}
#sec1 .photo2 {
    width: 70%;
    margin-left: auto;
}
@media only screen and (min-width: 768px) {
    #sec1 {
        padding: 99px 0 20px;
    }
    #sec1 .deco2 {
        top: -235px;
        left: calc(50% - 50vw - 280px);
        width: 689px;
    }
    #sec1::after {
        width: 466px;
        height: 508px;
        right: -60px;
        left: auto;
        top: 1127px;
    }
    #sec1 .wrap {
        width: 1130px;
        padding: 0 20px;
    }
    #sec1::before {
        top: -135px;
        left: 50%;
        aspect-ratio: 2639/1505;
        width: 119.933333%;
        height: 600px;
        transform: translateX(-50%);
        right: unset;
    }
    #sec1 .row {
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    #sec1 .row .photo {
        margin-bottom: 20px;
        margin-right: -121px;
        margin-top: -43px;
    }
    #sec1 .row .col h2 {
        font-size: 40px;
        margin-bottom: 20px;
        letter-spacing: 3px;
    }
    #sec1 .row .col h2 span {
        font-size: 80px;
    }
    #sec1 .row .col .note {
        margin-bottom: 20px;
    }
    #sec1 .row2 {
        margin-bottom: 20px;
    }
    #sec1 .row2 .txt {
        margin-bottom: 20px;
        width: 463px;
        margin-left: 395px;
        line-height: 41px;
        letter-spacing: 1px;
		position: relative;
        z-index: 5;
    }
    #sec1 .row2 .photo {
        margin-left: 0;
        width: auto;
        position: absolute;
        left: -187px;
        top: 466px;
    }
    #sec1 .photo2 {
        width: auto;
        position: absolute;
        right: -183px;
        bottom: -81px;
    }
    #sec1 .deco1 {
        position: absolute;
        right: calc(50% - 50vw);
        top: 470px;
    }
}


/* sec 2 */
#sec2 {
    position: relative;
    padding: 5vw 0 5vw;
}
#sec2::after {
    content: "";
    background: url(../img/lunch/sec2_deco2.jpg) no-repeat;
    width: 130%;
    height: 130vw;
    position: absolute;
    bottom: 35vw;
    left: 0;
    z-index: -1;
    background-size: 80%;
}
#sec2 .deco1{
	position: absolute;
	top: -25vw;
	left: 0;
	width: 50%;
	z-index: 6;
}
#sec2 .row {
    flex-direction: column;
}
#sec2 .row .photo {
    margin-bottom: 7vw;
    z-index: 5;
    position: relative;
}
#sec2 .row .col h2 {
    font-size: 10vw;
    line-height: 1.5;
    margin-bottom: 5vw;
    text-align: center;
    font-weight: normal;
}
#sec2 .row .col h2 span {
    font-size: 3.5vw;
    display: block;
    color: #616161;
}
#sec2 .row .col .price {
    text-align: center;
    font-size: 20px;
    margin-bottom: 2vw;
}
#sec2 .row .col .price small {
    font-size: 15px;
}
#sec2 .row .col .note {
    text-align: center;
    margin-bottom: 5vw;
    color: #282828;
}
#sec2 .group {
    flex-direction: column;
}
#sec2 .group .txt {
    margin-bottom: 8vw;
}
#sec2 .group #feed {
    margin-bottom: 40px;
}
#sec2 .js span {
    display: block;
    width: 200px;
}
#sec2 .group #feed .photo2 {
    margin-bottom: 20px;
}
#sec2 .group #feed .photo2 span {
    margin: 0 auto;
}
#sec2 .group #feed h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
#sec2 .group #feed dl {
    text-align: center
}
#sec2 .group #feed dl dt {
    font-size: 13px;
}
#sec2 .js span {
    display: block;
    width: 200px;
}
@media only screen and (min-width: 768px) {
    #sec2 {
        padding: 135px 0 20px;
    }
	#sec2 .deco1{
		top: -296px;
        width: auto;
		left: calc(50% - 50vw);
	}
	
    #sec2 .wrap {
        width: 1200px;
        padding: 0 20px;
    }
    #sec2::after {
        width: 444px;
        height: 730px;
        left: 0;
        bottom: 210px;
    }
    #sec2 .row {
        margin-bottom: 106px;
        position: relative;
    }
    #sec2 .row .photo {
        margin-bottom: 20px;
        position: absolute;
        left: calc(50% - 50vw);
        height: 693px;
        top: -82px;
        right: 280px;
    }
    #sec2 .row .col {
        width: 192px;
        margin-left: auto;
        margin-top: 86px;
        position: relative;
        z-index: 5;
    }
    #sec2 .row .col h2 {
        font-size: 70px;
        margin-bottom: 47px;
    }
    #sec2 .row .col h2 span {
        font-size: 18px;
        text-align: left;
        letter-spacing: 1px;
        margin-top: 3px;
    }
    #sec2 .row .col .price {
        font-size: 33px;
        margin-bottom: 10px;
        margin-left: -50px;
        letter-spacing: 2px;
        line-height: 35px;
    }
    #sec2 .row .col .price small {
        font-size: 23px;
    }
    #sec2 .row .col .note {
        margin-bottom: 20px;
        margin-left: -30px;
    }
    #sec2 .group {
        flex-direction: row-reverse;
        display: flex;
        margin-bottom: -50px;
    }
    #sec2 .group .txt {
        margin-bottom: 20px;
        width: 380px;
        line-height: 40px;
        margin-left: 60px;
    }
    #sec2 .js span {
        width: 400px;
    }
    #sec2 .group #feed .photo2 {
        margin-bottom: 9px;
        width: 480px;
    }
    #sec2 .group #feed .photo2:hover {
        opacity: 0.8;
        transition: all 0.5s;
    }
    #sec2 .group #feed .photo2 span {
        margin: 0 auto;
        width: 480px !important;
        height: 360px !important;
    }
    #sec2 .group #feed h3 {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
        position: absolute;
        left: -50px;
        top: 0;
    }
    #sec2 .group #feed dl {
        text-align: left;
    }
    #sec2 .group #feed dl dt {
        font-size: 14px;
        margin-bottom: -5px;
    }
    #sec2 .group #feed dl dd:hover {
        text-decoration: underline;
    }
}

/* sec 3 */
#sec3 {
    position: relative;
    padding: 8vw 0 15vw;
}
#sec3 .content {
    background: url(../img/lunch/sec3_bg_top.jpg), url(../img/lunch/sec3_bg_bot.jpg), url(../img/lunch/sec3_bg_cen.jpg);
    background-size: 100%, 100%, 100%;
    padding: 8%;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: center top, center bottom, center bottom;
}
#sec3 .content .row {
    flex-direction: column;
}
#sec3 .content .row .photo {
    margin-bottom: 5vw;
}
#sec3 .content .row .col h2 {
    text-align: center;
    font-size: 7vw;
    margin-bottom: 6vw;
    line-height: 1.5;
}
#sec3 .content .row .col h2 small {
    display: block;
    font-size: 3.5vw;
}
#sec3 .content .row .col .price {
    text-align: center;
    font-size: 25px;
    margin-bottom: 3vw;
    font-weight: normal;
}
#sec3 .content .row .col .price small {
    font-size: 15px;
}
#sec3 .content .row .col .txt {
    margin-bottom: 5vw;
}
#sec3 .content .row .col .box h3 {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 6vw;
    border-top: 1px solid #C2A981;
    padding-top: 4vw;
}
#sec3 .content .row .col .box .price2 {
    margin-bottom: 5vw;
    color: #282828;
}
#sec3 .content .row .col .box .price2 li{
	border-bottom:1px solid #00000040;
	line-height:2;
	padding:10px 0px
}
#sec3 .content .txt2 {
    margin-bottom: 6vw;
}
#sec3 .content .list-photo {
    margin: 0 -1vw;
}
#sec3 .content .list-photo .photo1 {
    margin-right: -7%;
}
#sec3 .content .list-photo .photo2 {
    margin-left: -5%;
    margin-right: -9%;
}
@media only screen and (min-width: 768px) {
    #sec3 {
        padding: 78px 0 26px;
    }
    #sec3 .wrap {
        width: 1440px;
        padding: 0 20px;
    }
    #sec3 .content {
        padding: 80px 70px 26px 100px;
    }
    #sec3 .content .row {
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 60px;
    }
    #sec3 .content .row .photo {
        margin-bottom: 20px;
        margin-top: 90px;
    }
    #sec3 .content .row .col {
        margin-top: 30px;
    }
    #sec3 .content .row .col h2 {
        font-size: 40px;
        margin-bottom: 11px;
    }
    #sec3 .content .row .col h2 small {
        font-size: 25px;
    }
    #sec3 .content .row .col .price {
        font-size: 33px;
        margin-bottom: 20px;
        letter-spacing: 0;
    }
    #sec3 .content .row .col .price small {
        font-size: 23px;
    }
    #sec3 .content .row .col .txt {
        margin-bottom: 20px;
    }
    #sec3 .content .row .col .box h3 {
        font-size: 25px;
        padding-top: 26px;
        margin-bottom: 20px;
    }
    #sec3 .content .row .col .box .price2 {
        margin-bottom: 20px;
        margin-left: 20px;
        line-height: 30px;
    }
	#sec3 .content .row .col .box .price2 li{
	padding:10px 0px;
		font-size:14px;
		
}
    #sec3 .content .txt2 {
        margin-bottom: -160px;
        width: 590px;
        margin-left: auto;
        margin-right: 150px;
        line-height: 41px;
        position: relative;
        z-index: 5;
    }
    #sec3 .content .list-photo {
        margin: 0;
    }
    #sec3 .content .list-photo .photo1 {
        margin-left: -140px;
        width: 1017px;
        margin-right: -180px;
    }
    #sec3 .content .list-photo .photo2 {
        margin-left: -140px;
        margin-right: -50px;
        margin-top: 151px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #sec3 .content {
        padding: 80px 30px 26px 60px;
    }
}

/* sec 4 */
#sec4 {
    position: relative;
    padding: 15vw 0 15vw;
}
#sec4 h2 {
    line-height: 1.6;
    font-size: 8vw;
    text-align: center;
    margin-bottom: 5vw;
}
#sec4 .note {
    margin-bottom: 10vw;
    text-align: center;
    color: #282828;
}
#sec4 .row {
    flex-direction: column;
}
#sec4 .row .col {
    margin-bottom: 9vw;
}
#sec4 .row .col .photo {
    margin-bottom: 6vw;
}
#sec4 .row .col .price {
    line-height: 1.8;
    text-align: center;
    margin-bottom: 4vw;
}
#sec4 .row .col .price dt {
    font-size: 6.5vw;
    margin-bottom: 2vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
#sec4 .row .col .price dt small {
    display: block;
    font-size: 3.5vw;
    font-weight: normal;
}
#sec4 .row .col .price dd {
    font-size: 25px;
}
#sec4 .row .col .price dd small {
    font-size: 15px;
}
#sec4 .deco1 {
    position: absolute;
    top: -21vw;
    left: 0;
    width: 38%;
}
#sec4 .deco2 {
    right: 0;
    width: 40%;
    position: absolute;
    top: 23vw;
}
@media only screen and (min-width: 768px) {
    #sec4 {
        padding: 22px 0 107px;
    }
    #sec4 .wrap {
        width: 1270px;
        padding: 0 20px;
    }
    #sec4 h2 {
        font-size: 45px;
        margin-bottom: 20px;
        letter-spacing: 4px;
    }
    #sec4 .note {
        margin-bottom: 66px;
    }
    #sec4 .row {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 26px;
    }
    #sec4 .row .col {
        margin-bottom: 20px;
        width: 598px;
    }
    #sec4 .row .col .photo {
        margin-bottom: 35px;
    }
    #sec4 .row .col .price {
        margin-bottom: 30px;
    }
    #sec4 .row .col .price dt {
        font-size: 35px;
        margin-bottom: 20px;
        line-height: 47px;
    }
    #sec4 .row .col .price dt small {
        font-size: 25px;
    }
    #sec4 .row .col .price dd {
        font-size: 33px;
        font-weight: normal;
    }
    #sec4 .row .col .price dd small {
        font-size: 23px;
    }
    #sec4 .row .col .txt {
        line-height: 41px;
        width: 94%;
        margin: 0 auto;
    }
    #sec4 .btn-cus {
        margin: 0 auto;
    }
    #sec4 .deco1 {
        bottom: 0;
        width: 411px;
        left: calc(50% - 50vw);
        top: -84px;
    }
    #sec4 .deco2 {
        top: 72px;
        right: calc(50% - 50vw);
        width: auto;
    }
}


/* sec 6 */
#sec6 {
    position: relative;
    padding: 15vw 0 15vw;
}
#sec6 .row {
    flex-direction: column;
}
#sec6 .row .photo {
    margin-bottom: 6vw;
}
#sec6 .row .col h2 {
    font-size: 6vw;
    line-height: 1.6;
    margin-bottom: 5vw;
}
#sec6 .row .col h2 span {
    font-size: 10vw;
    display: block;
}
#sec6 .row .col .txt {
    margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
    #sec6 {
        padding: 99px 0 20px;
    }
    #sec6 .wrap {
        width: 1200px;
        padding: 0 20px;
    }
    #sec6 .row {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 54px;
        gap: 20px;
    }
    #sec6 .row .photo {
        margin-bottom: 20px;
        width: 658px;
    }
    #sec6 .row .col {
        width: 430px;
        margin-top: 30px;
    }
    #sec6 .row .col h2 {
        font-size: 45px;
        margin-bottom: 27px;
    }
    #sec6 .row .col h2 span {
        font-size: 70px;
        margin-bottom: 30px;
    }
    #sec6 .row .col .txt {
        margin-bottom: 20px;
        line-height: 41px;
    }
    #sec6 .btn-cus {
        margin: 0 auto;
    }
}


/* sec 7 */
#sec7 {
    position: relative;
    padding: 15vw 0 15vw;
}
#sec7::before {
    content: "";
    background: url(../img/lunch/sec7_deco1.jpg) repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    bottom: 0;
}
#sec7 .row2 .photo {
    margin-bottom: 7vw;
}
#sec7 .row2 .col h3 {
    font-size: 6vw;
    line-height: 1.5;
    margin-bottom: 6vw;
    letter-spacing: 0.1em;
    font-weight: normal;
}
#sec7 .row2 .col .txt {
    margin-bottom: 7vw;
}
#sec7 .js {
    margin-bottom: 8vw;
}
#sec7 .dot_right .slick-dots {
    justify-content: flex-end;
    position: relative;
}
@media only screen and (min-width: 768px) {
    #sec7 {
        padding: 101px 0 80px;
    }
    #sec7 .wrap {
        width: 1510px;
        padding: 0 20px;
    }
    #sec7::before {
        width: 290px;
        top: 93px;
        bottom: 30px;
    }
    #sec7 .row2 .photo {
        margin-bottom: 20px;
        position: absolute;
        left: 580px;
        right: calc(50% - 50vw);
        top: -68px;
        height: 690px;
    }
    #sec7 .row2 .col {
        width: 480px;
        margin-left: 50px;
        margin-top: 161px;
    }
    #sec7 .row2 .col h3 {
        font-size: 35px;
        margin-bottom: 40px;
        line-height: 58px;
    }
    #sec7 .row2 .col .txt {
        margin-bottom: 40px;
        width: 440px;
        line-height: 41px;
    }
    #sec7 .js {
        margin-left: 180px;
        margin-bottom: 20px;
        width: 510px;
    }
    #sec7 .btn-cus {
        position: absolute;
        left: calc(50% + 24px);
        bottom: 82px;
    }
    .remodal {
        max-width: 100%;
        margin-bottom: 0;
    }
    .remodal-wrapper {
        padding: 0
    }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
    #sec7 .js {
        margin-left: 100px;
    }
}
