@charset "UTF-8";
.dinner-set {
    background-image: url("../img/shared/bg6.jpg");
    background-position: center top;
    background-repeat: repeat;
    color: #fff;
}
.dinner-set .s1-img {
    box-sizing: border-box;
    background-image: url("../img/shared/bg7.jpg");
    background-position: center top;
    background-repeat: repeat;
}
.dinner-set .s1-img img {
    width: 100%;
    height: 100%;
}
.dinner-set h2 {
    color: #fff156;
    letter-spacing: 0;
    line-height: 1;
}
.dinner-set .col-l {
    box-sizing: border-box;
    position: relative;
}
.dinner-set .col-l:before {
    content: "";
    position: absolute;
    background-image: url("../img/sc0022/sc0022_lotus.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    transform: rotate(-11deg);
}
.dinner-set .col-l .img-object img {
    object-position: bottom;
}
.dinner-set .col-r .box {
    border: 4px double #fff156;
    font-weight: 500;
    box-sizing: border-box;
}
.dinner-set .col-r h3 {
    font-weight: bold;
    line-height: 1.25;
}
.dinner-set .col-r h3 span {
    display: block;
}
.dinner-set .col-r .price {
    font-weight: bold;
    line-height: 1.2;
}
    .dinner-set .txt span {
        font-weight: bold;
		color: #fff156;
    }
@media only screen and (min-width: 768px) {
    .dinner-set {
        padding: 83px 0 156px;
    }
    .dinner-set .ttls {
        align-items: center;
    }
    .dinner-set h2 {
        font-size: 120px;
    }
    .dinner-set .note{
        margin: 30px 0 0 5px;
    }
/*
    .dinner-set .inner, .dinner-set .ttls{
        max-width: 1500px;
        margin: 0 auto;
    }
*/
    .dinner-set .s1-img {
        padding: 30px;
        width: 100%;
    }
    .dinner-set .col-l {
        width: calc(100% - 460px);
    }
    .dinner-set .col-l:before {
        bottom: -50px;
        right: -100px;
        width: 285px;
        height: 180px;
    }
    .dinner-set .col-l .img-object {
        height: 564px;
/*        height: 100%;*/
    }
    .dinner-set .col-r {
        margin: 32px 57px 0 83px;
        width: 320px;
    }
    .dinner-set .col-r .box {
        padding: 30px 39px 50px;
        line-height: 2;
        margin-top: 24px;
    }
    .dinner-set .col-r h3 span {
        font-size: 20px;
    }
    .dinner-set .col-r .list {
        font-size: 18px;
        margin-top: 23px;
    }
    .dinner-set .col-r .price {
        font-size: 30px;
    }
    .dinner-set .txt {
        text-align: center;
        margin-top: 91px;
        line-height: 2.5;
    }
}
@media only screen and (max-width: 767px) {
    .dinner-set {
        padding: 15vw 3% 10vw;
    }
    .dinner-set .s1-img {
        padding: 2vw 2%;
    }
    .dinner-set .s1-img:before {
        top: 0;
        left: 0;
        right: -10%;
        bottom: -15vw;
        background-size: 38vw auto;
    }
    .dinner-set .ttls {
        text-align: center;
    }
    .dinner-set h2 {
        font-size: 16vw;
    }
    .dinner-set .note {
        margin: 2vw 0 5vw;
    }
    .dinner-set .col-r {
        margin-top: 10vw;
    }
    .dinner-set .price {
        font-size: 5.33vw;
    }
    .dinner-set h3 span {
        font-size: 19px;
    }
    .dinner-set .box {
        margin-top: 3vw;
        padding: 6vw 5% 4vw;
    }
    .dinner-set .list {
        text-align: center;
        font-size: 16px;
        margin-top: 3vw;
    }
    .txt {
        margin-top: 4vw;
    }
}