* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    background: linear-gradient(90deg,
            #f2f2f2 0%,
            #f2f2f2 70%,
            #e7e5e3 30%,
            #e7e5e3 100%);
}

body,
body input,
body textarea,
body button {
    -webkit-text-size-adjust: 100%;
}

body {
    position: relative;
}

main,
#global_header {
    background: linear-gradient(90deg,
            #f2f2f2 0%,
            #f2f2f2 80%,
            #e7e5e3 20%,
            #e7e5e3 100%);
}

.privacy {
    width: auto;
    margin: 0px auto 50px;
    border: 2px solid #000000;
    padding: 20px;
    height: 500px;
    overflow: auto;
}
}

.privacy span,
.privacy-takeout span {
    font-weight: bold;
}

p.privacy_notes {
    padding: 30px 0;
}

@media screen and (max-width: 1300px) {

    main,
    #global_header {
        background: linear-gradient(90deg,
                #f2f2f2 0%,
                #f2f2f2 73.5%,
                #e7e5e3 26.5%,
                #e7e5e3 100%);
    }
}

body p {
    font-size: 1.4rem;
    line-height: 2.8rem;
}

.bg {
    background: #d9d4d0;
}

.keyvisual_container .visual {
    height: 180px !important;
}

.container {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.access_container {
    max-width: 900px;
}

.heading2 {
    margin-bottom: 40px;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .heading2 {
        font-size: 4.8rem;
    }

    .privacy {
        width: 90%;
    }
}

.lawer_sec {
    padding: 50px 0 0;
    line-height: 2.8rem;
}

.lawer_content_wrap {
    /*    margin-bottom: 100px;*/
}

.lawer_content_inner {
    margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
    margin-bottom: 0;
}

.heading3 {
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: solid 2px #dedbd8;
    padding: 15px 0 15px 15px;
    margin-bottom: 15px;
    position: relative;
    font-feature-settings: "palt";
}

.heading3::before {
    content: "";
    display: block;
    width: 4px;
    height: 13px;
    background: #860e0f;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.table_wrap a:hover {
    display: block;
    opacity: 0.6;
    transition: 1s;
}

.lawer_content_flex01 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.lawer_content_flex01_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 20px;
}

.lawer_content_flex01_left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: #e7e5e3 2px solid;
    border-radius: 50%;
}

.lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    padding: 0 20px;
}

.tabs {
    position: relative;
}

.tab-buttons span {
    background: #eee;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    display: block;
    width: 33.3%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.tab-content {
    border-bottom: 3px solid #ddd;
    padding: 15px;
    background: #eee;
    display: inline-block;
}

#lamp {
    width: 33.3%;
    height: 1px;
    background: #860e0f;
    display: block;
    position: absolute;
    top: 40px;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

#lamp.content2 {
    left: 33.3%;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

#lamp.content3 {
    left: 66.6%;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

#lamp.content1 {
    left: 0;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

.table {
    width: 100%;
}

.table,
.table_row_inner {
    list-style: none;
}

.table_row_inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 23px 2% 20px;
    border-bottom: dotted 1px #9d8b85;
}

.table_item_left {
    font-size: 1.3rem;
    line-height: 2.5rem;
    font-weight: bold;
    font-feature-settings: "palt";
}

.recommendation {
    font-size: 1.6rem;
}

.recommendation span {
    font-size: 1.4rem;
}

.icon img {
    width: 32px;
    height: auto;
    margin-right: 10px;
    display: inline-block;
}

.table_item_left02 {
    font-size: 1.4rem;
    font-weight: 600;
    flex: 0 0 30%;
    font-feature-settings: "palt";
}

.table_list_content {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    flex: 0 0 75%;
    font-feature-settings: "palt";
}

.table_tel_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
}

.table_item_right {
    font-size: 1.5rem;
    font-weight: bold;
    flex: 0 0 25%;
    text-align: right;
    font-feature-settings: "palt";
}

.txt12_grey {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

.db {
    display: block;
}

.fa-chevron-circle-right {
    color: #ddd4c1;
    padding-left: 8px;
    font-size: 1.55rem;
}

.gallery_content_sec {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery_content_sec_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 100%;
    height: 245px;
    position: relative;
    overflow: hidden;
    padding-top: 15%;
    transition: 0.5s;
}

.gallery_content_sec_item span {
    position: absolute;
    bottom: -8px;
    left: 10px;
}

@media screen and (max-width: 767px) {
    .gallery_content_sec_item span {
        position: absolute;
        bottom: -10px;
        left: 10px;
    }

    .table_tel_link {
        text-decoration: underline;
    }

}

.gallery_content_sec_item:hover {
    opacity: 0.6;
}

.gallery_content_sec_item img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 5.5%;
}

.goods_content_sec {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.goods_content_sec_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.goods_content_sec_item p {
    line-height: 1.8;
    padding: 10px 3.5% 30px;
    font-weight: bold;
}

.goods_content_sec_item span {
    color: #860e0f;
    display: block;
    text-align: right;
    font-size: 1.6rem;
}

.goods_content_sec_item img:hover {
    opacity: 0.6;
}

.goods_content_sec_item img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 3.5%;
    transition: 0.5s;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb35 {
    margin-bottom: 35px;
}

.flex {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

a.anchor01 {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}

.ta_r {
    text-align: right;
}

.bold {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
}

.font12 {
    font-size: 1.2rem;
    font-weight: normal;
}

.gmap {
    margin-top: 60px;
}

.gmap iframe {
    width: 100%;
    height: 350px;
}

.privacy-takeout {
    width: 90%;
    margin: 100px auto;
    border: 2px solid #000000;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .lawer_sec {
        padding: 60px 0 0;
    }

    .heading2 {
        font-size: 3.8rem;
        letter-spacing: 0.8rem;
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .heading3::before {
        height: 35%;
    }

    .table_item_left02 {
        flex: 0 0 25%;
    }

    .table_list_content {
        flex: 0 0 70%;
    }

    .lawer_content_flex01_left,
    .lawer_content_flex01_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    .lawer_content_flex01_left img {
        max-width: 480px;
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .lawer_content_flex01_right {
        max-width: 480px;
        margin: 0 auto;
    }

    .google_translate {
        top: 75px;
        right: 2.5%;
    }

    .container {
        width: 95%;
    }

    .gallery_content_sec_item {
        height: 130px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .goods_content_sec_item img {
        max-height: 220px;
    }

    .goods_content_sec_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .sf10 {
        font-size: 1rem;
    }
}

.menu-category {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.menu-category li {
    margin: 0 5px;
    font-family: YakuHanJPs, "Prata", serif;
    border: solid 1px #ccc;
}

.menu-category li i {
    margin-right: 5px;
}

.menu-category li a {
    display: block;
    padding: 15px 40px;
}

.menu-category li.current {
    border: solid 1px #860e0f;
}

.menu-category li.current a {
    color: #860e0f;
}

@media screen and (max-width: 767px) {
    .menu-category {
        flex-wrap: wrap;
    }

    .menu-category li {
        margin: 0 1%;
        margin-bottom: 2%;
        width: 48%;
    }

    .menu-category li a {
        padding: 15px 10px 15px 20px;
    }
}

/*メニューページ食べログ連携用CSS*/



/*メニューページ食べログ連携用CSS*/

/*以下、メニューページRETTY連携用CSS*/



/*以上、メニューページRETTY連携用CSS*/

/*姉妹店*/

.access {
    margin-top: 100px;
}

.access h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
}

.access_stores h3 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}

.access_stores_img {
    text-align: center;
}

.access_stores_img img {
    text-align: center;
    width: 30%;
    margin: 5px auto 20px;
}

.access_stores .btn {
    margin: 50px auto !important;
    display: flex;
    justify-content: center;
}

.access_stores .btn a {
    color: #1b1b1b;
}

.second .access_stores p {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 676px) {
    .access_stores_img img {
        text-align: center;
        width: 32%;
        margin: 5px auto 20px;
    }

    .access_stores .btn {
        margin: 50px auto !important;
    }
}

/*-------------------------
btn
---------------------------*/

.btn {
    display: inline-block;
    font-family: YakuHanJPs, "Red Rose", cursive;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    transition: 0.3s;
}

.btn.thaks_btn {
    display: block;
    text-align: center;
}

.btn:hover {
    letter-spacing: 0.5rem;
}

.btn span {
    color: #860e0f;
}

.btn .arrow {
    background: #860e0f;
    padding: 4px 7px 4px 4px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.arrow img {
    display: block;
    width: 20px;
}

/*姉妹店*/

.footerInfoWrap .contentsInner .footerInfo {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

/*TOP予約カレンダー*/

.CMS-RESERVATION-CALENDAR {
    max-width: 960px;
    margin: 50px auto 40px;
    width: 90vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cms_reservation__calendar {
    margin: auto;
}

.CSS.cms_reservation__calendar-options {
    width: 100%;
}

.CMS-RESERVATION-CALENDAR button {
    margin-top: 0px;
}

@media screen and (min-width: 768px) {
    .cms_reservation__calendar-date-list {
        width: 49% !important;
    }

    .cms_reservation__calendar-options {
        width: 300px !important;
    }
}

@media screen and (max-width: 767px) {
    .CMS-RESERVATION-CALENDAR {
        width: 100%;
        margin: 50px auto 40px;
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 374px) {
    .cms_reservation__calendar-date-list--cell {
        padding: 10px 1px !important;
    }

    .cms_reservation__calendar-date-list--date {
        font-size: 0.7em !important;
    }

    .js-resty-reservation-select-date {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* iPhone12用 */
@media only screen and (max-width: 450px) and (-webkit-device-pixel-ratio: 3) {
    .cms_reservation__calendar-date-list--cell {
        padding: 10px 2px !important;
    }

    .cms_reservation__calendar-date-list--date {
        font-size: 1em !important;
    }

    .js-resty-reservation-select-date {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* iPhone11用 */
@media only screen and (max-width: 380px) {
    .cms_reservation__calendar-date-list--cell {
        padding: 10px 1px !important;
    }

    .cms_reservation__calendar-date-list--date {
        font-size: 0.8em !important;
    }

    .js-resty-reservation-select-date {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .commercial_tr .table_row_inner {
        display: block;
    }
}

.thanks_width {
    width: fit-content;
    margin: auto;
}



.course-dtl__discount-title {
    display: none;
}

.ready {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    padding: 50px 0;
}

.uberimg {
    width: 3vw;
    max-width: 30px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.link-action-box {
    display: none;
}

.top_ct_img {
    width: 95%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 50px;
}

.top_ct_img img {
    width: 100%;
}

.menu_bt {
    width: 100%;
}

.menu_bt img {
    width: 100%;
}

.fa-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
}

.tblg-coupon-btn-wrap {
    display: none;
}

@media only screen and (max-width: 767px) {
    .uberimg {
        width: 25px;
        max-width: 30px;
        vertical-align: middle;
        padding-bottom: 5px;
    }

    .menu_bt {
        width: 95%;
        margin: auto;
    }


}

@media screen and (min-width: 768px) {
    .rstdtl-course-list__option {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .rstdtl-menu-lst__img {
        display: table-cell;
        padding: 20px 0px 0px 0;
        width: 60% !important;
        text-align: left !important;
    }

    .rstdtl-menu-lst__img img {
        width: 100% !important;
        height: auto;
    }

    .rstdtl-course-list__option {
        display: block !important;
    }
}

.menu_list li .head_tx + p {
    margin: 25px 0 30px;
    min-height: 255px;
}

.fixed_wrap a {
    text-decoration: none !important;
}

.course-dtl__coupon-btn {
    display: none;
}

.rstdtl-course-list__price-before {
    font-size: 1.1rem !important;
}
