.remodal {
    background: url(../img/shared/bg7.jpg);
}
.remodal .container {
    padding: 10vw 5%;
}
.remodal h2 {
    font-size: 7vw;
    font-weight: 700;
    letter-spacing: 0;
}
.remodal .note {
    margin: 25px 0 35px;
}
.popup_shared .content h3 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 8px 0;
    margin-bottom: 5px;
}
.popup_shared .content h4 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 25px;
    text-align: left;
}
.popup_shared .content .list dl {
    line-height: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    letter-spacing: 0.075em;
    padding: 12px 0;
    border-bottom: 1px dashed #000;
}
.popup_shared .content .list dl dt {
    text-align: left;
}
.popup_shared .content .list dl dd {
    text-align: right;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-left: 10px;
}
.popup_shared .content .list dl span {
    font-size: 12px;
    letter-spacing: 0.075em;
    color: #624d29;
}
.popup_shared .content .col .item {
    margin-bottom: 50px;
}
.popup_shared .content .col .item .txt-sub1 {
    line-height: 25px;
    font-size: 12px;
    letter-spacing: 0.075em;
    color: #624d29;
    text-align: left;
    padding: 12px 0 0;
}
.popup_shared .content .col .box {
    border: 2px solid #000;
    border-radius: 15px;
    padding: 30px 15px;
    text-align: center;
}
.popup_shared .content .col .box h3 {
    padding: 0;
    border: 0;
    margin-bottom: 10px;
}
.popup_shared .content .col .box .txt-sub2 {
    line-height: 25px;
    font-size: 12px;
    letter-spacing: 0.075em;
    color: #624d29;
}
.popup_shared .content .col .box .info {
    margin-top: 20px;
}
.popup_shared .content .col .box .info dl {
    line-height: 25px;
}
.popup_shared .content .col .box .info dl dd {
    margin-top: 10px;
}
.popup_takeout .container {
    padding-bottom: 20vw;
}
.popup_takeout .note {
    text-align: left;
}
.popup_takeout .content .row:not(:last-child) {
    margin-bottom: 50px;
}
.popup_course .note {
    font-size: 13px;
    letter-spacing: 0.05em;
}
.popup_course .container {
    padding: 10vw 3% 20vw;
}
.popup_course .content .item {
    text-align: left;
    background: url(../img/shared/bg8.jpg);
    padding: 12vw 5% 10vw;
}
.popup_course .content .item:not(:last-child) {
    margin-bottom: 20px;
}
.popup_course .content .item .left .tit {
    margin-bottom: 5vw;
}
.popup_course .content .item .left .tit dt {
    display: inline-block;
    font-size: 4vw;
    text-align: center;
    letter-spacing: 0;
    background: #a93b10;
    color: #fff;
    padding: 4px 17px;
    margin-bottom: 5vw;
}
.popup_course .content .item .left .tit dt span {
    padding-right: 17px;
    margin-right: 17px;
    position: relative;
}
.popup_course .content .item .left .tit dt span::before {
    content: "";
    border-left: 1px solid #fff;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 2px;
}
.popup_course .content .item .left .tit dd {
    font-size: 7.5vw;
    letter-spacing: 0;
}
.popup_course .content .item .left .tit dd span {
    font-size: 4vw;
}
.popup_course .content .item .left .price {
    font-size: 6.3vw;
    letter-spacing: 0;
}
.popup_course .content .item .left .price span {
    font-size: 5vw;
    letter-spacing: 0;
}
.popup_course .content .item .left .txt-sub {
    margin-top: 5vw;
}
.popup_course .content .item .right {
    margin-top: 5vw;
}
.popup_course .content .item .right .sub {
    overflow: hidden;
    margin-bottom: 5vw;
}
.popup_course .content .item .right .sub span {
    font-size: 4.2vw;
    letter-spacing: 0.075em;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.popup_course .content .item .right .sub span::before {
    content: "";
    border-top: 1px solid #716756;
    position: absolute;
    top: 50%;
    left: calc(100% + 2px);
    right: -1000px;
}
.popup_freedrink .content .box .price {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    color: #a93b0f;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.popup_freedrink .content .box .list ul:not(:last-child) {
    margin-bottom: 20px;
}
.popup_lunch .note {
    text-align: left;
}
.popup_lunch .content .col .list .border-none {
    border: 0;
}
@media screen and (min-width: 768px) {
    .remodal {
        max-width: 1200px;
    }
    .remodal .container {
        padding: 3px 20px 40px;
        max-width: 1040px;
        margin: 0 auto;
    }
    .remodal h2 {
        font-size: 40px;
        line-height: 80px;
    }
    .remodal .note {
        margin: 4px 0 34px;
    }
    .popup_shared .content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }
    .popup_shared .content h3 {
        font-size: 22px;
        padding: 5px 0;
        line-height: 30px;
    }
    .popup_shared .content h4 {
        font-family: "Shippori Mincho B1", serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
        margin-top: 25px;
        text-align: left;
    }
    .popup_shared .content .mr {
        margin-right: -20px;
    }
    .popup_shared .content .pdt20 {
        padding-top: 20px !important;
    }
    .popup_shared .content .list dl span {
        font-size: 14px;
    }
    .popup_shared .content .list dl dd {
        margin-left: 0;
    }
    .popup_shared .content .col .item {
        margin-bottom: 53px;
    }
    .popup_shared .content .col .item .txt-sub1 {
        font-size: 14px;
        padding: 12px 0 0;
    }
    .popup_shared .content .col .box {
        margin: -15px 0 0;
        padding: 30px 15px 45px;
    }
    .popup_shared .content .col .box h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .popup_shared .content .col .box .txt-sub2 {
        font-size: 14px;
    }
    .popup_shared .content .col .box .info {
        margin-top: 24px;
    }
    .popup_takeout .container {
        padding-bottom: 100px;
    }
    .popup_takeout .note {
        text-align: center;
        margin-bottom: 44px;
    }
    .popup_takeout .content {
        display: block;
    }
    .popup_takeout .content .row:not(:last-child) {
        margin-bottom: 57px;
    }
    .popup_takeout .content .row .inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }
    .popup_course .note {
        font-size: 16px;
        letter-spacing: 0.075em;
    }
    .popup_course .container {
        padding: 3px 20px 80px;
    }
    .popup_course .content .item {
        padding: 60px 70px 66px;
        display: flex;
    }
    .popup_course .content .item .left {
        width: 373px;
        border-right: 1px solid #746a58;
        padding-right: 30px;
    }
    .popup_course .content .item .left .tit {
        margin-bottom: 9px;
    }
    .popup_course .content .item .left .tit dt {
        font-size: 18px;
        padding: 3px 18px 3px 20px;
        margin-bottom: 20px;
    }
    .popup_course .content .item .left .tit dt span {
        padding-right: 15px;
        margin-right: 12px;
    }
    .popup_course .content .item .left .tit dd {
        font-size: 36px;
        line-height: 40px;
    }
    .popup_course .content .item .left .tit dd span {
        font-size: 20px;
    }
    .popup_course .content .item .left .price {
        font-size: 30px;
    }
    .popup_course .content .item .left .price span {
        font-size: 24px;
    }
    .popup_course .content .item .left .txt-sub {
        margin-top: 26px;
        font-size: 14px;
        line-height: 30px;
    }
    .popup_course .content .item .right {
        margin: 3px 0 0 36px;
        flex: 1;
    }
    .popup_course .content .item .right .sub {
        margin-bottom: 12px;
    }
    .popup_course .content .item .right .sub span {
        font-size: 18px;
    }
    .popup_course .content .item .right .sub span::before {
        content: none;
    }
    .popup_course .content .item .right .list {
        display: flex;
    }
    .popup_course .content .item .right .list ul:first-child {
        width: 191px;
    }
    .popup_course .content .item .right .list ul:last-child {
        flex: 1;
        margin-left: 20px;
    }
    .popup_freedrink .content .box {
        margin-top: 0 !important;
        margin-bottom: 40px !important;
    }
    .popup_freedrink .content .box .price {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .popup_freedrink .content .box .list {
        line-height: 25px;
    }
    .popup_freedrink .content .box .list ul:not(:last-child) {
        margin-bottom: 25px;
    }
    .popup_lunch .note {
        text-align: center;
    }
    .popup_lunch .mr50 {
        margin-right: -50px;
        display: inline-block;
    }
}
