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

html {
    font-size: 10px;
}

body,
body input,
body textarea,
body button {
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Serif JP", "Crimson Text", "游明朝", "Yu Mincho",
        "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝",
        "ＭＳ 明朝", serif;
}

body {
    background: #101010;
    position: relative;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.body_p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

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

.container_header {
    padding: 0 50px;
    margin: 0 auto;
}

.row {
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.primary_header {
    width: 100%;
    background: rgba(56, 7, 7, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.5vw 2vw;
}

.header_inner {
    margin: 0 auto;
    position: relative;
}

.header_inner_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.header_logo img {
    width: 18vw;
    display: block;
}

.header_logo_link {
    transition: all 0.5s;
    display: block;
}

.header_logo_link:hover {
    opacity: 0.6;
}

.header_info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.gnav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 2vw;
}

.gnav_wrap {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.gnav_item:not(:last-child) {
    margin-right: 1.4vw;
}

.gmenu {
    text-decoration: none;
    color: #fff;
    font-size: 1.2vw;
    font-weight: 400;
    letter-spacing: 0.1rem;
    transition: all 0.5s;
    display: block;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: center;
}

.gmenu:hover {
    opacity: 0.6;
}


#main {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.top_concept,
.top_menu,
.top_social {
    padding: 100px 0;
}

/*元ソースより変更*/
.top_social {
    padding: 50px 0;
}

.top_gallery {
    padding: 100px 0;
    background-image: url(../img/top_bg002.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.top_flex01 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -20px;
}

.top_flex01_content,
.top_flex01_img {
    flex: 0 0 50%;
    padding: 0 20px;
}

.top_flex01_img img {
    max-width: 100%;
    height: auto;
}

.heading2_left {
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.4rem;
    position: relative;
    margin-bottom: 60px;
}

.heading2_left::after {
    content: "";
    display: block;
    width: 140px;
    height: 1px;
    background: #e52b1b;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.heading2 {
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.4rem;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.heading2::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #e52b1b;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.btn {
    text-decoration: none;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.2rem;
    text-align: center;
    width: 300px;
    padding: 18px 0;
    background: #a00d00;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.5s;
}

.btn:hover {
    background: #d61100;
}

.top_menu_img {
    width: 100%;
    height: 400px;
    background-image: url(https://countrybar-bts.jp/img/top_bg001.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

.top_social_flex_fb {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.top_social_flex_fb iframe {
    max-width: 100%;
}

.jc_center {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ta_center {
    text-align: center;
    margin-top: 50px;
    margin: 0 auto;
    max-width: 600px;
    width: 80%;
}

.ta_center_pc {
    text-align: center;
}

.txt18 {
    font-size: 1.8rem;
}

.txt18_900 {
    font-size: 1.8rem;
    font-weight: 900;
}

.txt18_med {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: 0.3rem;
}

.txt24_med {
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0.3rem;
}

.txt24_med2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0.3rem;
    text-align: center;
}

.txt30 {
    font-size: 3rem;
}

.txt48 {
    font-size: 4.8rem;
}

.txt12 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
}

.pt20 {
    padding-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb20 {
    margin-bottom: 20px;
}

iframe {
    display: block;
}

.footer_wrap {
    padding: 50px 0 30px;
    background: #5b0403;
    text-align: center;
    border-top: solid 2px #444444;
}

.footer_p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
}

.txt24 {
    font-size: 2.4rem;
}

.txt18_wh {
    color: #fff;
    font-size: 1.8rem;
}

.footer_tel {
    text-decoration: none;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
}

.sns_wrap {
    padding: 30px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sns_icon {
    margin-right: 10px;
}

.sns_icon:last-child {
    margin-right: 0;
}

.sns_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sns_link:hover {
    opacity: 0.5;
}

.footer_link_list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fmenu {
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
}

.fmenu:hover {
    opacity: 0.7;
}

.footer_link_menu {
    margin-right: 40px;
}

.footer_link_menu:last-child {
    margin-right: 0;
}

.footer_link_wrap {
    margin-bottom: 30px;
}

.copy_right {
    color: #cfcfcf;
    font-size: 1.2rem;
    font-weight: 400;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

#page-top a {
    line-height: 85px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #fff;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
    border-radius: 50%;
    border: solid 2px #fff;
    background: rgba(0, 0, 0, 0.8);
}

#page-top a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gnav_inner_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.9);
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gnav_inner_sp.action {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header_nav_wrap_sp {
    text-align: center;
}

.header_nav_list_sp:not(:last-child) {
    margin-bottom: 40px;
}

.gmenu_sp {
    text-decoration: none;
    font-size: 1.8rem;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 600;
}

.icon_menu_txt {
    display: none;
}

.icon_menu {
    content: "";
    display: block;
    border: solid 1px #fff;
    width: 40px;
    height: 40px;
    background: #a00d00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /* position: relative;
  position: absolute; */
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 10000;
}

.menu_border_box {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border {
    display: block;
    width: 14px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.menu_border:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.menu_border:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.icon_menu.action .menu_border:nth-child(1) {
    margin-top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.icon_menu.action .menu_border:nth-child(2) {
    display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
    margin-top: -7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.fixed {
    position: fixed !important;
    width: 100%;
    height: 100%;
}

.heading1_wrap {
    width: 100%;
    height: 500px;
    background-image: url(../img/h1_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.heading1 {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 0.3rem;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.heading1_sm {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
    margin-top: 15px;
}

.heading3 {
    color: #fff;
    font-size: 1.8rem;
    text-align: left;
    line-height: 3rem;
    letter-spacing: 0.05rem;
    margin-bottom: 30px;
    font-weight: 600;
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    border-bottom: solid 2px #535353;
}

.heading3::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: solid 3px #e52b1b;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading4 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    line-height: 2.8rem;
    padding-left: 16px;
    margin-bottom: 20px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.heading4::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #e52b1b;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lawer_sec {
    padding: 60px 0;
}

.contact,
.takeout {
    padding: 60px 0 0 !important;
}

.lawer_content_wrap {
    margin-bottom: 60px;
}

.lawer_content_inner {
    margin-bottom: 100px;
}

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

.lawer_content_flex01 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.lawer_content_flex01_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 0 15px;
}

.lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    padding: 0 15px;
}

.lawer_content_flex01_left img {
    max-width: 100%;
    height: auto;
}

.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-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: solid 1px #383838;
}

.table_row_inner02 {
    padding: 20px 10px;
    border-bottom: solid 1px #383838;
}

.table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.table_item_left02 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.table_item_left03 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.table_list_content {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.table_list_content a {
    text-decoration: none;
    color: #fff;
    word-break: break-all;
}

.table_tel_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
}

.footer_tel_link {
    text-decoration: none;
    font-size: 2rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
}

.table_item_right {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: right;
}

.table_item_left03_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: left;
}

.table_list_content_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    text-align: left;
}

.table_tel_link_wh {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
}

.txt12_grey {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.8rem;
}

.txt22_grey_bold {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 700;
}

.db {
    display: block;
}

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

.gallery_content_sec_item {
    width: 24%;
    max-width: 100%;
    margin: 0px 0.5% 20px;
    height: auto;
    overflow: hidden;
    /* -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  position: relative;
  padding-top: 25%; */
}

.gallery_content_sec_item a {
    max-width: 100%;
    display: block;
    overflow: hidden;
    /* -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  position: relative;
  margin-bottom: 20px;
  padding-top: 25%; */
}

.gallery_content_sec_item span {
    display: block;
    font-size: 1rem;
    /* position: absolute;
  bottom: -10px;
  left: 15px; */
}

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

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slick-slide.moving {
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.bt.delighter {
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
}

.bt.delighter.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.lr.delighter {
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0;
}

.lr.delighter.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.fade_t {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.1s;
    transition: 1s 0.1s;
}

.fade_t02 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.3s;
    transition: 1s 0.3s;
}

.fade_t03 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.anchor_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 30px;
}

.anchor {
    flex: 0 0 25%;
    padding: 0 10px;
}

.mr40 {
    margin-right: 40px;
}

.anchor_link {
    text-decoration: none;
    display: block;
    color: #ffffff;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    padding: 20px 0;
    border: solid 1px #ffffff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.anchor_link::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.anchor_link:hover {
    opacity: 0.7;
}

.anchor_link:hover::after {
    bottom: 4px;
}

.top_info_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_info_flex1 {
    width: 480px;
    height: 625px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: 4px solid #1b1b1b;
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

.top_info_flex2 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

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

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

.privacy-takeout {
    margin: 100px auto;
    border: 2px solid #ddd;
    padding: 20px;
}

p.privacy_notes {
    padding: 30px 0 0;
}

@media screen and (max-width: 768px) {
    .privacy {
        width: 100%;
        margin: 0px auto 7rem;
        border: 2px solid #ddd;
        padding: 20px;
    }
}

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

/* ------------------------------
pc-menu
------------------------------ */

@media screen and (min-width: 768px) {
    .gmap {
        margin-left: 80px;
        margin-right: 80px;
        margin-bottom: 80px;
    }

    /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 60px;
        text-align: center;
    }

    .pttl img {
        height: 36px;
        width: auto;
    }

    .rstdtl-menu-lst {
        max-width: 980px;
        margin: 0 auto 100px auto;
    }

    /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 60px;
        text-align: center;
    }

    .pttl img {
        height: 36px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 60px auto 80px auto;
        max-width: 980px;
    }

    /* ------------------------------
　menu
------------------------------ */

    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }

    /* ------------------------------
　menu new
------------------------------ */
    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }

    .rstdtl-menu-lst__heading {
        margin-top: 20px;
        font-size: 1.5rem;
    }

    .rstdtl-menu-lst__contents {
        display: table;
        padding: 0 10px;
        border-bottom: 1px dotted #d2d2d2;
        width: 100%;
        box-sizing: border-box;
    }

    .rstdtl-menu-lst__contents:last-of-type {
        border-bottom: none;
    }

    .rstdtl-menu-lst__info {
        display: table-cell;
        padding: 10px 0;
        vertical-align: top;
    }

    .rstdtl-menu-lst__info-inner {
        display: table;
        width: 100%;
    }

    .rstdtl-menu-lst__menu-title {
        display: table-cell;
        color: #fff;
        font-weight: bold;
        font-size: 1.5rem;
    }

    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 12rem;
        /*        width: 7rem;*/
        font-size: 1.8rem;
    }

    .rstdtl-menu-lst__desc {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .rstdtl-menu-lst__desc p {
        font-size: 20px;
        padding: 12px 10px;
        line-height: 1.6;
        background: url("https://tblg.k-img.com/images/line/line_dot.gif?1547477344") repeat-x 0 100%;
    }

    .rstdtl-menu-lst__img {
        display: table-cell;
        padding: 20px 15px 20px 0;
        width: 120px;
        text-align: center;
    }

    /* ------------------------------
　course menu pc
------------------------------ */

    .course-list {
        margin: 20px 0 30px;
    }

    .course-list__heading {
        display: block;
        position: relative;
    }

    .course-list__hotpepper-logo {
        display: block;
        position: absolute;
        top: 3.2rem;
        right: 0.5rem;
    }

    .course-list__heading-tax {
        position: absolute;
        right: 0;
        color: #949499;
        top: 2.8rem;
        font-size: 1.1rem;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .course-list__items {
        margin: auto;
        width: 95%;
    }

    .course-list__tax-notice {
        margin-top: 5px;
        color: #949499;
        font-size: 1rem;
    }

    .course-seatonly {
        padding: 12px 15px;
        background-color: #faf8f5;
        margin-bottom: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .course-seatonly__title {
        color: #13131e;
        font-weight: bold;
        font-size: 1.4rem;
    }

    .course-seatonly__btn {
        width: 10rem;
    }

    .rstdtl-course-list {
        display: table;
        position: relative;
        z-index: 1;
        border-top: 1px solid #e0dccc;
        border-bottom: 1px solid #e0dccc;
        width: 100%;
    }

    .rstdtl-course-list + .rstdtl-course-list {
        border-top: none;
    }

    .rstdtl-course-list__target {
        color: inherit;
        z-index: 1;
    }

    .rstdtl-course-list__target:hover {
        color: inherit;
        text-decoration: none;
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
        cursor: default;
    }

    .rstdtl-course-list__data {
        display: table-cell;
        position: relative;
        padding: 20px 0;
        width: 100%;
        word-break: break-all;
        vertical-align: top;
    }

    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
        padding-top: 6.5rem;
    }

    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
        padding-top: 6.5rem;
    }

    .rstdtl-course-list__data-header {
        display: table;
        width: 100%;
    }

    .rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
        min-height: 72px;
    }

    .rstdtl-course-list__course-title {
        display: table-cell;
        word-break: break-all;
    }

    .rstdtl-course-list__course-title-text {
        margin-bottom: 0.2rem;
        color: #fff;
        font-weight: bold;
        line-height: 1.6;
        font-size: 1.5rem;
    }

    .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
        color: #ff9600;
        text-decoration: underline;
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
        color: #13131e;
    }

    .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
        border: 1px solid #e0dccc;
        box-sizing: border-box;
        color: #463f2d;
        background-color: #fff;
        margin-left: 0.5rem;
        padding: 0.1rem 0.3rem;
        font-size: 0.9rem;
    }

    .rstdtl-course-list__price-wrap {
        display: table-cell;
        white-space: nowrap;
        vertical-align: top;
        padding-right: 0.8rem;
        width: 100%;
        display: inline-block;
    }

    .rstdtl-course-list__price-discount {
        display: inline-block;
    }

    .rstdtl-course-list__price-before {
        color: #13131e;
        text-align: left;
        margin-right: 0.5rem;
        margin-bottom: -0.2rem;
        font-size: 1.1rem;
    }

    .rstdtl-course-list__price-hotpepper-discount {
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
        border: solid 1px #d2d2d2;
        border-radius: 2px;
        color: #949499;
        font-weight: bold;
        line-height: 1;
        background-color: #fff;
        padding: 0.4rem 0.5rem 0.3rem;
        font-size: 1rem;
    }

    .rstdtl-course-list__price-hotpepper-discount::before,
    .rstdtl-course-list__price-hotpepper-discount::after {
        display: block;
        position: absolute;
        border: solid transparent;
        width: 0;
        height: 0;
        content: "";
    }

    .rstdtl-course-list__price-hotpepper-discount::before {
        bottom: -7px;
        border-width: 6px 6px 0;
        border-top-color: #d2d2d2;
        right: 3rem;
    }

    .rstdtl-course-list__price-hotpepper-discount::after {
        bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #fff;
        right: 3.1rem;
    }

    .rstdtl-course-list__price-num {
        color: #fff;
        font-weight: bold;
        font-size: 1rem;
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
        display: block;
    }

    .rstdtl-course-list__price-num > em {
        margin-right: 2px;
        font-family: Arial, sans-serif;
        font-size: 1.8rem;
    }

    .rstdtl-course-list__price-num-tax {
        font-weight: normal;
        font-size: 0.6rem;
    }

    .rstdtl-course-list__data-body {
        display: block;
        width: 100%;
        line-height: 1;
        padding-top: 0.5rem;
    }

    .rstdtl-course-list__data-body:before,
    .rstdtl-course-list__data-body:after {
        display: block;
        overflow: hidden;
        content: "";
    }

    .rstdtl-course-list__data-body:after {
        clear: both;
    }

    .rstdtl-course-list__img {
        display: table-cell;
        padding: 20px 15px 20px 0;
        width: 120px;
        pointer-events: none;
    }

    .rstdtl-course-list__img .rstdtl-course-list__target:hover {
        opacity: 0.8;
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
        opacity: 1;
    }

    .rstdtl-course-list__subinfo {
        display: table;
        position: relative;
        float: left;
        padding-top: 0.5rem;
    }

    .rstdtl-course-list__desc {
        /*        color: #797152;*/
        color: #fff;
        line-height: 1.6;
        font-size: 1.2rem;
    }

    .rstdtl-course-list__data-footer {
        float: right;
    }

    .rstdtl-course-list__label {
        margin-left: 5px;
    }

    .rstdtl-course-list__label.rstdtl-course-list__label {
        background-color: #ffd700;
        line-height: 1.1rem;
        font-size: 1.5rem;
        padding: 0.3rem 0.4rem;
        display: inline-block;
    }

    .rstdtl-course-list__hotpepper-target::before {
        color: #999;
    }

    .rstdtl-course-list__course-rule {
        display: table-cell;
        white-space: nowrap;
        vertical-align: bottom;
        padding: 0 0 0.3rem 1rem;
    }

    .rstdtl-course-list__course-rule > dt,
    .rstdtl-course-list__course-rule > dd {
        display: inline-block;
    }

    .rstdtl-course-list__course-rule > dd {
        margin-right: 0.5rem;
    }

    .rstdtl-course-list__course-rule-title::before {
        display: inline-block;
        color: #bcb08a;
        vertical-align: -0.1rem;
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "\f663";
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "\f677";
    }

    .rstdtl-course-list__course-rule-title > i {
        display: none;
    }

    .rstdtl-course-list__action-btn {
        display: table-cell;
        width: 100px;
        text-align: right;

        padding-left: 1.5rem;
        color: #fff;
    }

    .rstdtl-course-list__action-btn-target {
        display: block;
        float: right;
        clear: right;
        cursor: pointer;
        white-space: nowrap;
        vertical-align: middle;
        width: 10rem;
        color: #fff;
    }

    .rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem;
    }

    .rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem;
    }

    .rstdtl-course-list__coupon {
        display: inline-block;
        float: right;
        margin-top: 0.5rem;
    }

    .rstdtl-course-list__coupon-btn {
        float: right;
    }

    .rstdtl-course-list__coupon-contents {
        width: auto;
        text-align: left;
        padding-top: 0.7rem;
    }

    .rstdtl-course-rdimg {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .rstdtl-course-list__tieup-mc {
        display: table-row;
        position: absolute;
        left: 0;
        z-index: 5;
        border-radius: 6px;
        vertical-align: middle;
        background-color: #221815;
        top: 1.5rem;
    }

    .rstdtl-course-list__tieup-mc:hover {
        opacity: 0.8;
    }

    .rstdtl-course-list__tieup-mc-target {
        display: block;
        box-sizing: border-box;
        padding: 0.6rem 1.2rem 0.6rem 1.5rem;
    }

    .rstdtl-course-list__tieup-mc-target::after {
        color: #fff;
        vertical-align: middle;
    }

    .rstdtl-course-list__tieup-mc-target:hover {
        text-decoration: none;
    }

    .rstdtl-course-list__tieup-mc-logo {
        display: inline-block;
        width: 123px;
        height: 22px;
        background: url("https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503") no-repeat 0 0;
        background-size: 123px 22px;
        vertical-align: bottom;
    }

    .rstdtl-course-list__tieup-mc-logo > i {
        display: none;
    }

    .rstdtl-course-list__tieup-mc-text {
        display: inline-block;
        color: #fff;
        margin-left: 1rem;
        padding-bottom: 0.2rem;
        font-size: 1.1rem;
    }

    .rstdtl-course-list__tieup-mc-text > em {
        color: #ff9600;
        font-weight: bold;
        margin-right: 0.7rem;
        font-size: 1.3rem;
    }
}

/* ------------------------------
sp-menu
------------------------------ */

@media screen and (max-width: 768px) {
    .gmap {
        margin-left: 10px;
        margin-right: 10px;
    }

    /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 33px 0 40px 0;
        text-align: center;
    }

    .pttl img {
        height: 32px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 0 20px 60px 20px;
    }

    /* ------------------------------
　access
------------------------------ */
    dl.shop-info dt {
        clear: both;
        font-weight: bold;
        padding-top: 11px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
    }

    dl.shop-info dd {
        font-size: 0.9em;
        line-height: 1.6;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 33px 0 40px 0;
        text-align: center;
    }

    .pttl img {
        height: 32px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 40px 0px 0px 0px;
    }

    /* ------------------------------
　menu
------------------------------ */

    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }

    /* ------------------------------
　menu new sp
------------------------------ */
    ul.lcmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    ul.lcmenu li {
        font-size: 15px;
        padding: 0 10px 5px 10px;
        margin-bottom: 3px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 3px;
        vertical-align: 1px;
    }

    .rstdtl-menu-lst__heading {
        margin-top: 20px;
        font-size: 1.3rem;
    }

    .rstdtl-menu-lst__contents {
        display: table;
        padding: 0 10px;
        border-bottom: 1px dotted #d2d2d2;
        width: 100%;
        box-sizing: border-box;
    }

    .rstdtl-menu-lst__contents:last-of-type {
        border-bottom: none;
        padding-top: 10px;
    }

    .rstdtl-menu-lst__info {
        display: table-cell;
        padding: 10px 0;
        vertical-align: top;
    }

    .rstdtl-menu-lst__info-inner {
        /*        display: table;*/
        width: 100%;
    }

    .rstdtl-menu-lst__menu-title {
        display: table-cell;
        width: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 1.4rem;
    }

    /*
    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 7rem;
        font-size: 1.5rem
    }
*/

    .rstdtl-menu-lst__price {
        display: inline-block;
        /*        width: 100% !important;*/
        font-weight: bold;
        text-align: right !important;
        font-size: 1.5rem;
    }

    .rstdtl-menu-lst__desc {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .rstdtl-menu-lst__desc p {
        font-size: 20px;
        padding: 12px 10px;
        line-height: 1.6;
        background: url("https://tblg.k-img.com/images/line/line_dot.gif?1547477344") repeat-x 0 100%;
    }

    .rstdtl-menu-lst__img {
        display: table-cell;
        padding: 20px 15px 20px 0;
        width: 120px;
        text-align: center;
    }

    /* ------------------------------
　course menu sp
------------------------------ */

    .course-list__items {
        margin: auto;
        width: 100%;
    }

    .rstdtl-course-list {
        display: table;
        position: relative;
        z-index: 1;
        border-top: 1px solid #e0dccc;
        border-bottom: 1px solid #e0dccc;
        width: 100%;
    }

    .rstdtl-course-list + .rstdtl-course-list {
        border-top: none;
    }

    .rstdtl-course-list__target {
        color: inherit;
        z-index: 1;
    }

    .rstdtl-course-list__target:hover {
        color: inherit;
        text-decoration: none;
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
        cursor: default;
    }

    .rstdtl-course-list__data {
        display: table-cell;
        position: relative;
        padding: 20px 0;
        width: 100%;
        word-break: break-all;
        vertical-align: top;
    }

    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
        padding-top: 6.5rem;
    }

    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
        padding-top: 6.5rem;
    }

    .rstdtl-course-list__data-header {
        display: table;
        width: 100%;
    }

    .rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
        min-height: 72px;
    }

    .rstdtl-course-list__course-title {
        display: table-cell;
        word-break: break-all;
    }

    .rstdtl-course-list__course-title-text {
        margin-bottom: 0.2rem;
        color: #fff;
        font-weight: bold;
        line-height: 1.6;
        font-size: 1.3rem;
    }

    .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
        color: #ff9600;
        text-decoration: underline;
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
        color: #13131e;
    }

    .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
        border: 1px solid #e0dccc;
        box-sizing: border-box;
        color: #463f2d;
        background-color: #fff;
        margin-left: 0.5rem;
        padding: 0.1rem 0.3rem;
    }

    .rstdtl-course-list__price-wrap {
        display: table-cell;
        white-space: nowrap;
        vertical-align: top;
        padding-right: 0rem;
    }

    .rstdtl-course-list__price-wrap {
        display: block;
        width: 100%;
        white-space: nowrap;
        vertical-align: top;
        padding-right: 0rem;
    }

    .rstdtl-course-list__price-discount {
        display: inline-block;
    }

    .rstdtl-course-list__price-before {
        color: #13131e;
        text-align: left;
        margin-right: 0.5rem;
        margin-bottom: -0.2rem;
        font-size: 0.1rem;
    }

    .rstdtl-course-list__price-hotpepper-discount {
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
        border: solid 1px #d2d2d2;
        border-radius: 2px;
        color: #949499;
        font-weight: bold;
        line-height: 1;
        background-color: #fff;
        padding: 0.4rem 0.5rem 0.3rem;
        font-size: 1rem;
    }

    .rstdtl-course-list__price-hotpepper-discount::before,
    .rstdtl-course-list__price-hotpepper-discount::after {
        display: block;
        position: absolute;
        border: solid transparent;
        width: 0;
        height: 0;
        content: "";
    }

    .rstdtl-course-list__price-hotpepper-discount::before {
        bottom: -7px;
        border-width: 6px 6px 0;
        border-top-color: #d2d2d2;
        right: 3rem;
    }

    .rstdtl-course-list__price-hotpepper-discount::after {
        bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #fff;
        right: 3.1rem;
    }

    .rstdtl-course-list__price-num {
        color: #fff;
        font-weight: bold;
        font-size: 1.4rem;
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
        display: block;
    }

    .rstdtl-course-list__price-num > em {
        margin-right: 2px;
        font-family: Arial, sans-serif;
        font-size: 1.8rem;
    }

    .rstdtl-course-list__price-num-tax {
        font-weight: normal;
        font-size: 0.6rem;
    }

    .rstdtl-course-list__data-body {
        display: block;
        width: 100%;
        line-height: 1;
        padding-top: 0.5rem;
    }

    .rstdtl-course-list__data-body:before,
    .rstdtl-course-list__data-body:after {
        display: block;
        overflow: hidden;
        content: "";
    }

    .rstdtl-course-list__data-body:after {
        clear: both;
    }

    .rstdtl-course-list__img {
        /*        display: table-cell;*/
        padding: 20px 15px 0 0;
        width: 200px;
        pointer-events: none;
    }

    .rstdtl-course-list__img img {
        display: block;
        pointer-events: none;
    }

    .rstdtl-course-list__img .rstdtl-course-list__target:hover {
        opacity: 0.8;
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
        opacity: 1;
    }

    .rstdtl-course-list__subinfo {
        display: table;
        position: relative;
        float: left;
        padding-top: 0.5rem;
    }

    .rstdtl-course-list__desc {
        /*        color: #797152;*/
        color: #fff;
        line-height: 1.6;
        font-size: 1.2rem;
    }

    .rstdtl-course-list__data-footer {
        float: right;
    }

    .rstdtl-course-list__label {
        margin-left: 5px;
    }

    .rstdtl-course-list__label.rstdtl-course-list__label {
        background-color: #ffd700;
        line-height: 1.1rem;
        font-size: 1.3rem;
        padding: 0.3rem 0.4rem;
        display: inline-block;
    }

    .rstdtl-course-list__hotpepper-target::before {
        color: #999;
    }

    .rstdtl-course-list__course-rule {
        display: table-cell;
        white-space: nowrap;
        vertical-align: bottom;
        padding: 0 0 0.3rem 1rem;
    }

    .rstdtl-course-list__course-rule > dt,
    .rstdtl-course-list__course-rule > dd {
        display: inline-block;
    }

    .rstdtl-course-list__course-rule > dd {
        margin-right: 0.5rem;
    }

    .rstdtl-course-list__course-rule-title::before {
        display: inline-block;
        color: #bcb08a;
        vertical-align: -0.1rem;
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "\f663";
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "\f677";
    }

    .rstdtl-course-list__course-rule-title > i {
        display: none;
    }

    .rstdtl-course-list__action-btn {
        display: table-cell;
        width: 100px;
        text-align: right;
        vertical-align: top;
        padding-left: 1.2rem;
        color: #fff;
    }

    .rstdtl-course-list__reserve-notice {
        display: block;
        color: #b4b4b4;
        text-indent: -1em;
        padding-left: 1em;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
        line-height: 1.2;
        font-size: 0.8rem;
    }

    .rstdtl-course-list__action-btn-target {
        display: block;
        float: right;
        clear: right;
        cursor: pointer;
        white-space: nowrap;
        vertical-align: middle;
        /*        width: 10rem;*/
        color: #fff;
    }

    .rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem;
    }

    .rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem;
    }

    .rstdtl-course-list__coupon {
        display: inline-block;
        float: right;
        margin-top: 0.5rem;
    }

    .rstdtl-course-list__coupon-btn {
        float: right;
    }

    .rstdtl-course-list__coupon-contents {
        width: auto;
        text-align: left;
        padding-top: 0.7rem;
    }

    .rstdtl-course-rdimg {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .rstdtl-course-list__tieup-mc {
        display: table-row;
        position: absolute;
        left: 0;
        z-index: 5;
        border-radius: 6px;
        vertical-align: middle;
        background-color: #221815;
        top: 1.5rem;
    }

    .rstdtl-course-list__tieup-mc:hover {
        opacity: 0.8;
    }

    .rstdtl-course-list__tieup-mc-target {
        display: block;
        box-sizing: border-box;
        padding: 0.6rem 1.2rem 0.6rem 1.5rem;
    }

    .rstdtl-course-list__tieup-mc-target::after {
        color: #fff;
        vertical-align: middle;
    }

    .rstdtl-course-list__tieup-mc-target:hover {
        text-decoration: none;
    }

    .rstdtl-course-list__tieup-mc-logo {
        display: inline-block;
        width: 123px;
        height: 22px;
        background: url("https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503") no-repeat 0 0;
        background-size: 123px 22px;
        vertical-align: bottom;
    }

    .rstdtl-course-list__tieup-mc-logo > i {
        display: none;
    }

    .rstdtl-course-list__tieup-mc-text {
        display: inline-block;
        color: #fff;
        margin-left: 1rem;
        padding-bottom: 0.2rem;
        font-size: 1.1rem;
    }

    .rstdtl-course-list__tieup-mc-text > em {
        color: #ff9600;
        font-weight: bold;
        margin-right: 0.7rem;
        font-size: 1.3rem;
    }
}

.rstdtl-course-list__action-btn {
    display: none;
}

.rstdtl-course-list__course-title a {
    pointer-events: none;
    text-decoration: none;
}

.rstdtl-course-list__img-target {
    pointer-events: none;
}

.rstdtl-menu-lst__target {
    pointer-events: none;
}

.rstdtl-course-list__coupon-btn {
    display: none;
}

.tblg-coupon__btn {
    display: none;
}

.tblg-coupon__main {
    display: none;
}

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

/*以下、メニューページRETTY連携用CSS*/
/* 共通 */
.course-list-heading {
    display: flex;
    align-items: center;
    padding: 0 0 12px;
}

.course-list-heading__title {
    flex-shrink: 0;
    max-width: 100%;
    font-size: 22px;
    font-weight: 700;
}

.content__title {
    font-size: 26px;
    margin: 20px 0;
    font-weight: bold;
    border-bottom: 1px solid #d5d5d8;
    padding-bottom: 1rem;
}

.course-list-heading__supplement {
    align-self: flex-end;
    margin-left: auto;
    padding-left: 10px;
    color: #6c6c75;
    font-size: 11px;
    font-weight: 400;
}

.course-list__item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d5d5d8;
}

.course-list__item:first-child {
    border-top: 1px solid #d5d5d8;
}

.course-list-item {
    display: flex;
    width: 100%;
    min-height: 80px;
    align-items: center;
    padding: 16px 0;
}

.course-list-item__thumbnail {
    flex-shrink: 0;
    padding: 10px;
}

.second .course-list-item__thumbnail img {
    object-fit: cover;
    width: 80px;
    height: 80px;
    background-color: #f4f4f5;
}

.course-list-item__detail {
    flex: 1 1 auto;
}

.course-list-item__detail:nth-child(n+2) {
    margin-left: 12px;
}

.course-list-item__title {
    font-size: 18px;
    font-weight: 700;
}

.course-list-item__title:nth-child(n+2) {
    margin: 6px;
}

.second p.course-list-item__description {
    color: #8c8c93;
    font-size: 11px;
    margin: 6px;
}

.course-list-item__footer {
    display: flex;
}

.second p.course-list-item__price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d70025;
    font-size: 16px;
    font-weight: 700;
    margin: 6px;
}

.course-list-item__label {
    display: inline-block;
    padding: 1px 11px;
    border: 1px solid #ffa014;
    background-color: #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #ffa014;
    vertical-align: top;
}

.course-list-item__label--discount {
    background: #d70025;
    border-color: #d70025;
    color: #fff;
}

.course-list-item__before-discount {
    display: inline-flex;
    align-items: center;
    color: #2e2e3b;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.course-list-item__discount-arrow {
    margin: 0 4px;
    color: #2e2e3b;
    font-weight: 400;
    text-decoration: none;
}

.course-list-item__tax {
    display: inline;
    align-self: auto;
    color: #d70025;
    font-size: 11px;
}

.course-list-item__term {
    margin-left: 12px;
    display: flex;
    align-items: center;
    color: #2e2e3b;
    font-size: 10px;
}

.course-list-item__actions-list {
    display: flex;
    flex: 0 0 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.course-list-item__action {
    width: 96px;
    display: flex;
    justify-content: center;
}

.course-list-item__action:nth-child(n+2) {
    margin-top: 12px;
}

.course-list-item__button {
    width: 96px;
    padding: 6px 0;
}

.course-summary {
    display: flex;
}

.course-summary:nth-child(n+2) {
    margin-top: 10px;
}

.course-summary__label {
    width: 100%;
    flex: 0 0 100%;
}

.course-summary__photo {
    object-fit: cover;
    width: 184px;
    height: 184px;
    flex: 0 0 184px;
    align-self: flex-start;
}

.course-summary__body:nth-child(n+2) {
    margin-left: 16px;
    font-size: 12px;
}

.course-summary-label {
    display: block;
}

.course-info-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d5d5d8;
    font-size: 12px;
}

.course-info-list__description,
.course-info-list__title {
    border-top: 1px solid #d5d5d8;
}

.course-info-list__title {
    box-sizing: border-box;
    padding: 16px 24px;
    max-width: 216px;
    flex: 0 0 216px;
    background-color: #fafbfc;
}

.course-info-list__description {
    box-sizing: border-box;
    padding: 16px 24px;
    max-width: calc(100% - 216px);
    flex-basis: calc(100% - 216px);
    flex-grow: 1;
    flex-shrink: 0;
}

.course-info-list__description--pre {
    white-space: pre-line;
    word-break: break-all;
}

.course-info-list__description--strong {
    font-weight: 700;
    color: #d70025;
    font-size: 14px;
}

.course-info-list__before-discount {
    display: inline-flex;
    align-items: center;
    color: #2e2e3b;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.course-info-list__discount-arrow {
    margin: 0 4px;
    color: #2e2e3b;
    font-weight: 400;
    text-decoration: none;
}

.course-info-list__tax {
    display: inline;
    align-self: auto;
    color: #d70025;
    font-size: 11px;
}

.restaurant-coupon-heading {
    display: flex;
    align-items: center;
    padding: 0 0 12px;
    border-bottom: 1px solid #d5d5d8;
}

.restaurant-coupon-heading__title {
    flex-shrink: 0;
    max-width: calc(100% - 300px);
    font-size: 22px;
    font-weight: 700;
    padding-right: 30px;
}

.restaurant-coupon-heading__supplement {
    align-self: flex-end;
    margin-left: auto;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
}

.restaurant-coupon-list {
    border: 1px solid #d5d5d8;
}

.restaurant-coupon-list:nth-child(n+2) {
    margin-top: 20px;
}

.restaurant-coupon-list__item:nth-child(n+2) {
    border-top: 1px dashed #d5d5d8;
}

.restaurant-coupon {
    display: flex;
}

.restaurant-coupon:before {
    display: block;
    min-height: 80px;
    flex: 0 0 48px;
    background: #ffa014;
    background-position: 50%;
    background-repeat: no-repeat;
    content: "COUPON";
}

@media screen and (min-width: 768px) {
    .restaurant-coupon:before {
        writing-mode: vertical-rl;
        text-orientation: sideways;
        transform: rotate(180deg);
        text-align: center;
        line-height: 45px;
    }
}

.restaurant-coupon--marked {
    position: relative;
}

.restaurant-coupon__body {
    flex: 1 1 auto;
    padding: 18px 20px;
}

.restaurant-coupon__title {
    font-size: 16px;
    font-weight: 700;
}

.restaurant-coupon__description {
    font-size: 14px;
}

.restaurant-coupon__description:nth-child(n+2) {
    margin-top: 4px;
}

.restaurant-coupon__supplement {
    display: flex;
    box-sizing: border-box;
    flex: 0 0 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
}

.restaurant-coupon__supplement:nth-child(n+2) {
    border-left: 1px dashed #d5d5d8;
}

.restaurant-coupon__expiration {
    font-size: 11px;
}

.restaurant-coupon__link {
    cursor: pointer;
    color: #2d88d9;
    font-size: 11px;
}

.restaurant-coupon__link:hover {
    opacity: .8;
}

.restaurant-coupon__link--external {
    display: flex;
    align-items: center;
}

.restaurant-coupon__link--external:after {
    content: "\EA0C";
    font-size: 14px;
}

@keyframes show-sticky-actions {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

.restaurant-sidebar {
    width: 300px;
    flex-direction: column;
}

.restaurant-sidebar__prepare-stuck {
    z-index: 90;
    display: none;
}

.restaurant-sidebar__prepare-stuck[data-stuck=true] {
    display: flex;
    animation: show-sticky-actions .1s ease-out;
}

.restaurant-sidebar__campaign-banner {
    z-index: 90;
    padding-top: 12px;
}

.menu-description__text {
    color: #2e2e3b;
    font-size: 16px;
    line-height: 1.5;
    white-space: pre-line;
}

.menu-price-list {
    font-size: 16px;
}

.menu-price-list:last-of-type {
    border-bottom: 1px solid #d5d5d8;
}

.menu-price-list__row:first-of-type {
    border-top: none;
}

.menu-price-list__row {
    display: flex;
    border-top: 1px solid #d5d5d8;
}

.menu-price-list__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 16px 10px;
}

.menu-price-list__supplement {
    font-weight: 400;
}

.menu-price-list__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-items: flex-end;
    padding: 16px 0 16px 24px;
}

.button--plain {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d5d5d8;
    color: #6c6c75;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}


.photo-menu {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.photo-menu__item {
    width: calc((100% - 108px) / 3);
    margin: 0 17px;
}

.photo-menu__item:nth-child(n+4) {
    margin-top: 36px;
}

.photo-menu__figure {
    width: 100%;
    height: auto;
}

.photo-menu__image {
    position: relative;
    height: auto;
}

.photo-menu__image:before {
    display: block;
    padding-top: 100%;
    content: "";
}

.container .photo-menu__image img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f5;
}

.photo-menu__image img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f5;
}

.photo-menu__caption {
    display: flex;
    flex-direction: column;
}

.photo-menu__caption:nth-child(n+2) {
    margin-top: 16px;
}

.photo-menu__reporter:nth-child(n+2) {
    margin-top: 8px;
}

.photo-menu__title {
    font-size: 18px;
    font-weight: 700;
}

.photo-menu__price {
    align-self: auto;
    font-size: 18px;
}

.photo-menu__price:nth-child(n+2) {
    margin-top: 8px;
}

.photo-menu__description {
    font-size: 16px;
}

section.content {
    margin: 50px 0;
}

.container .course-list-item__thumbnail img {
    width: auto;
}

.course-list-item__thumbnail img {
    width: auto;
}

.photo-menu__item {
    list-style-type: none;
}


.photo-menu__description:nth-child(n+2) {
    margin-top: 4px;
}

.photo-menu__reporter + .photo-menu__description {
    margin-top: 12px;
}

.restaurant-update-info__updaters {
    display: flex;
}

.restaurant-update-info__updaters:nth-child(n+2) {
    margin-top: 20px;
}

.restaurant-update-info__updater {
    flex-shrink: 0;
    padding-right: 28px;
}

.restaurant-update-info__updater:nth-child(n+2) {
    padding-left: 28px;
    border-left: 1px solid #d5d5d8;
}

.restaurant-update-info__title {
    color: #8c8c93;
    font-size: 11px;
    font-weight: 700;
}

.restaurant-update-info__detail {
    display: flex;
}

.restaurant-update-info__detail:nth-child(n+2) {
    margin-top: 8px;
}

.restaurant-update-info__user-link {
    cursor: pointer;
    flex-shrink: 0;
    color: #2d88d9;
}

.restaurant-update-info__user-link:hover {
    opacity: .8;
}

.restaurant-update-info__date {
    flex-shrink: 0;
}

.restaurant-update-info__date:nth-child(n+2) {
    margin-left: 4px;
}

.restaurant-update-info__supplement {
    color: #6c6c75;
    font-size: 11px;
}

.restaurant-update-info__supplement:nth-child(n+2) {
    margin-top: 20px;
}

.restaurant-update-info__supplement a {
    cursor: pointer;
    color: #2d88d9;
}

.restaurant-update-info__supplement a:hover {
    opacity: .8;
}

a.rstdtl-course-list__target {
    font-size: 15px;
    color: #434343;
}

.rstdtl-course-list__data-body {
    font-size: 14px;
    line-height: 1.5;
}

/* スマホ用 */
@media screen and (max-width: 767px) {

    .course-list-heading__title {
        max-width: 100%;
    }

    .rst-head-lower {
        background-color: #fff;
    }

    .rst-head-lower a {
        padding: 15px;
    }

    .rst-head-lower a > div {
        display: -webkit-box;
        display: flex;
    }

    .rst-head-lower__title {
        font-size: 12px;
        font-weight: 700;
    }

    .rst-nav {
        position: -webkit-sticky;
        position: sticky;
        z-index: 4;
        top: 0;
        display: table;
        width: 100%;
        border-top: 1px solid #c3c3c3;
        border-bottom: 1px solid #c3c3c3;
        background-color: #fafafa;
        table-layout: fixed;
    }

    .rst-nav a {
        display: block;
        padding: 12px 0;
        color: #000;
        font-size: 11px;
        font-weight: 700;
        text-align: center;
    }

    .rst-nav li {
        display: table-cell;
    }

    .rst-nav li a div {
        padding: 3px 0;
        border-right: 1px solid #c3c3c3;
    }

    .rst-nav li:last-child a div {
        border: 0;
    }

    .rst-nav li span {
        margin-left: 3px;
        color: #666;
        font-size: 10px;
        font-weight: 400;
    }

    .rst-nav li.is-current a {
        background-color: #fff;
        color: #ffa014;
    }

    .rst-nav li.is-disable a {
        color: #999;
    }

    .restaurant-sticky-navigation {
        position: -webkit-sticky;
        position: sticky;
        z-index: 4;
        top: 0;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .restaurant-sticky-navigation__item {
        position: relative;
        display: -webkit-box;
        display: flex;
        width: 25%;
        background: #f7f7f7;
        font-size: 10px;
    }

    .restaurant-sticky-navigation__item:nth-child(n+2) .restaurant-sticky-navigation__anchor--current {
        border-left: 1px solid #eaeaea;
    }

    .restaurant-sticky-navigation__item:nth-child(n-2) .restaurant-sticky-navigation__anchor--current {
        border-right: 1px solid #eaeaea;
    }

    .restaurant-sticky-navigation__count {
        display: block;
        color: #666;
        font-size: 10px;
        font-weight: 400;
        line-height: 1;
    }

    .restaurant-sticky-navigation__anchor {
        display: -webkit-box;
        display: flex;
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 8px 0;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        color: #333;
        line-height: 1.25;
        text-align: center;
        vertical-align: middle;
    }

    .restaurant-sticky-navigation__anchor--current {
        background-color: #fff;
        border-bottom-color: #fff;
        border-top-color: #ffa014;
        color: #ffa014;
        font-weight: 700;
    }

    .restaurant-sticky-navigation__anchor--current:active,
    .restaurant-sticky-navigation__anchor--current:hover {
        color: #ffa014;
    }

    .restaurant-sticky-navigation__anchor--disable,
    .restaurant-sticky-navigation__anchor--disable:active,
    .restaurant-sticky-navigation__anchor--disable:hover {
        color: #999;
    }

    .restaurant-sticky-navigation__baloon {
        position: absolute;
        padding: 3px 4px;
        bottom: -4px;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(50%);
        transform: translateX(-50%) translateY(50%);
        width: 60%;
        min-width: 44px;
        border-radius: 2px;
        background: #ff5714;
        font-weight: 700;
        text-align: center;
        font-size: 10px;
        color: #fff;
        line-height: 1;
        z-index: 1;
    }

    .restaurant-sticky-navigation__baloon:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        border-top: 4px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 4px solid #ff5714;
        border-right: 8px solid transparent;
    }

    .rst-tile-nav {
        width: 100%;
        box-sizing: border-box;
        padding: 16px;
        background-color: #f7f7f7;
    }

    .rst-tile-nav__list {
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .rst-tile-nav__list:nth-child(n+2) {
        margin-top: 6px;
    }

    .rst-tile-nav__item {
        flex-basis: 50px;
        -webkit-box-flex: 1;
        flex-grow: 1;
        border: 1px solid #d7d7d7;
        background-color: #fff;
        border-radius: 3px;
    }

    .rst-tile-nav__item:nth-child(n+2) {
        margin-left: 6px;
    }

    .rst-tile-nav__item--primary {
        border: 1px solid #ffa014;
    }

    .rst-tile-nav__link {
        display: block;
        height: 100%;
        padding: 2px 0 4px;
        color: #ffa014;
        font-size: 10px;
        font-weight: 700;
        text-align: center;
    }

    .rst-tile-nav__link:after {
        display: block;
        margin-right: auto;
        margin-left: auto;
        content: "";
    }

    .rst-tile-nav__link--pics:after {
        background-position: -170px -36px;
        width: 18px;
        height: 16px;
    }

    .rst-tile-nav__link--menu:after {
        background-position: -188px -109px;
        width: 11px;
        height: 18px;
    }

    .rst-tile-nav__link--review:after {
        background-position: 0 -167px;
        width: 19px;
        height: 17px;
    }

    .rst-tile-nav__link--map:after {
        background-position: -170px 0;
        width: 18px;
        height: 18px;
    }

    .rst-tile-nav__button {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding-top: 9px;
        padding-bottom: 20px;
        color: #666;
        font-size: 10px;
        font-weight: 700;
    }

    .rst-tile-nav__button:before {
        position: absolute;
        bottom: 8px;
        left: 50%;
        width: 4px;
        height: 4px;
        border-top: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        content: "";
        -webkit-transform: translateX(-50%) rotate(135deg);
        transform: translateX(-50%) rotate(135deg);
    }

    .rst-tile-nav-photo__title {
        margin: 12px 15px 3px;
        color: #666;
        font-weight: 700;
    }

    .rst-tile-nav-photo__appendix {
        font-size: 10px;
        font-weight: 400;
    }

    .rst-tile-nav-photo .rst-btn-square,
    .rst-tile-nav-photo .rst-course--finished__link {
        padding: 0 13px 0 15px;
    }

    .rst-tile-nav-photo .rst-btn-square__link {
        border: 1px solid #d7d7d7;
        color: #666;
    }

    .rst-info {
        padding: 15px 0 10px;
    }

    .rst-info__tag {
        margin: 0 15px 8px;
    }

    .rst-info__tag li {
        display: inline-block;
        margin-right: 5px;
        font-size: 11px;
    }

    .rst-info__tag li a {
        display: block;
        padding-bottom: 1px;
        border-bottom: 1px dotted #c3c3c3;
    }

    .rst-info__copy {
        position: relative;
        padding: 0 20px;
        margin: 0 15px 10px;
    }

    .rst-info__copy p {
        color: #000;
        font-feature-settings: "palt";
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }

    .rst-info__copy p span {
        display: inline-block;
        text-align: left;
    }

    .rst-info__copy:before {
        left: 0;
        background-position: -38px -184px;
    }

    .rst-info__copy:after,
    .rst-info__copy:before {
        position: absolute;
        top: 4px;
        display: block;
        content: "";
        width: 14px;
        height: 12px;
    }

    .rst-info__copy:after {
        right: 0;
        background-position: -24px -184px;
    }

    .rst-info__pr-text {
        margin: 15px;
    }

    .rst-info__text {
        margin: 0 15px;
    }

    .rst-info__text p {
        font-size: 11px;
    }

    .rst-info__text p span {
        color: #999;
    }

    .rst-info__text dl {
        display: table;
    }

    .rst-info__text dt {
        padding-right: 5px;
        white-space: nowrap;
    }

    .rst-info__text dd,
    .rst-info__text dt {
        display: table-cell;
        font-size: 11px;
    }

    .rst-info__text__coupon p {
        display: inline-block;
        border-bottom: 1px dotted #c3c3c3;
    }

    .rst-info__text__coupon a {
        color: #ffa014;
        font-weight: 700;
    }

    .rst-info__text__layout {
        overflow: hidden;
    }

    .rst-info__text__layout p {
        margin-right: 10px;
        float: left;
    }

    .rst-info__text__layout span {
        margin-right: 4px;
    }

    .rst-info__button {
        margin-top: 10px;
    }

    .rst-info__button p {
        margin: 0 15px;
        text-align: center;
    }

    .rst-info__button p a {
        display: block;
        padding: 10px;
        border-top: 1px solid #d7d7d7;
        color: #666;
        font-size: 11px;
    }

    .rst-info__button p span {
        padding-right: 18px;
    }

    .rst-info__description {
        padding-top: 10px;
        border-top: 1px solid #d7d7d7;
        margin: 10px 15px 15px;
    }

    .rst-info__moreinfo {
        padding: 10px 0 0;
        margin: 0 5px;
    }

    .rst-info__moreinfo p {
        position: relative;
        margin-top: -10px;
        float: right;
        font-size: 10px;
    }

    .rst-info__moreinfo p:after {
        position: relative;
        display: block;
        margin: 5px 5px 0;
        content: "";
        float: right;
        background-position: -204px -186px;
        width: 7px;
        height: 4px;
    }

    .course-list-item {
        display: block;
    }

    .course-list-item__detail:nth-child(n+2) {
        margin: 0;
    }

    .course-list li {
        margin: 0px;
        list-style: none;
    }

    .course-list li.course-list-item__label {
        margin: 1rem 0 0.5rem;
    }

    .photo-menu {
        display: block;
        flex-wrap: initial;
        margin: 0;
    }

    .photo-menu__item {
        width: 100%;
        margin: 0 0 50px;
    }

    .second figure .photo-menu__image img {
        width: 100%;
        margin: auto;
    }

    .photo-menu__image:before {
        display: block;
        padding-top: 100%;
        content: "";
    }

    .second p.photo-menu__title {
        margin-bottom: 0px;
    }

    .photo-menu__image {
        margin: auto;
        text-align: center;
        width: 70%;
    }

    .menu-price-list__row {
        display: block;
    }

    .menu-price-list__name {
        padding: 16px 10px;
    }

    .menu-price-list__price {
        padding: 0px 10px 0px 0;
        position: relative;
        top: -16px;
    }

    .second-nrw figure.course-list-item__thumbnail img {
        width: auto;
        margin: 0 0 20px;
    }

    .restaurant-coupon-heading {
        display: block;
    }

    .restaurant-coupon-heading__title {
        max-width: 100%;
        padding-right: 0;
    }

    .restaurant-coupon {
        display: block;
    }

    .restaurant-coupon:before {
        display: block;
        min-height: auto;
        flex: 1;
        background: #ffa014;
        content: "COUPON";
        color: #fff;
        text-align: center;
        padding: 10px 0;
    }

    .restaurant-coupon__supplement:nth-child(n+2) {
        border-left: none;
    }

    .restaurant-coupon__body {
        border-bottom: 1px dashed #d5d5d8;
    }

}

.second p.photo-menu__title,
.second-nrw p.photo-menu__title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.second p.photo-menu__description,
.second-nrw p.photo-menu__description {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

.course-list__item {
    width: 100%;
}

p.course-list-item__title {
    margin-bottom: 0;
    line-height: 1.5;
}

.second figure .photo-menu__image {
    width: 90%;
    margin: auto;
}

.second figure .photo-menu__image img {
    width: 100%;
}

p.photo-menu__price {
    margin-bottom: 0;
}

.second-nrw .menu_list p {
    padding: 0;
}

.restaurant-coupon-list__item {
    list-style: none;
}

.container p.photo-menu__title,
.container p.photo-menu__description,
.container p.course-list-item__description,
.container p.course-list-item__price {
    margin-bottom: 0px;
}

.course-list-item__price {
    color: #d70025;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.0;
}

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

.footer_logo {
    250px;
}

.footer_logoimg + p {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    form {
        padding: 70px 0 0 0;
        max-width: 1000px;
        margin: 0 auto;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 18px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        width: calc(100% - 40px);
        padding: 10px 20px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.5em;
    }

    form input[type="submit"] {
        border: 0px;
        width: 50%;
        background: #800000;
        border: 2px solid #444;
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        padding: 20px 0;
        margin: 0 25%;
    }
}

form input[type="submit"]:hover {
    transition: all 0.3s;
    cursor: pointer;
    opacity: 0.4;
}

@media screen and (max-width: 767px) {
    form {
        padding: 0 0 20px;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 14px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        max-width: 1000px;
        width: 100%;
        padding: 10px 10px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.4em;
    }

    form input[type="submit"] {
        border: 0px;
        width: 90%;
        background: #800000;
        border: 2px solid #333;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 16px 0;
        margin: 0 5%;
    }
}

/* ------------------------------
　news
------------------------------ */

.second_news {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    display: flex;
}

.second_news2 .CMS-NEWS-INDEX {
    margin-bottom: 3px;
}

.second_news2 .CMS-NEWS-ITEM {
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    margin: 15px;
}

.second_news2 .CMS-NEWS-THUMBNAIL {
    width: 170px;
    height: auto;
    object-fit: cover;
    transition: 0.5s all;
}

.second_news2 .CMS-NEWS-TIME {
    white-space: nowrap;
    font-size: 1.2em;
}

.second_news2 .CMS-NEWS-LINK {
    font-size: 1.2em;
    max-width: 170px;
}

.second_news2 .CMS-NEWS-TITLE {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 20px;
}

.second_news2 .CMS-NEWS-CONTENT {
    text-align: center;
    margin: 0 auto;
}

.second_news2 .image .img {
    width: 100%;
    text-align: center;
}

.second_news2 .CMS-NEWS-MORE-READ {
    display: none;
}

.CMS-NEWS-MORE-READ {
    display: none;
}

/*article調整-----------------------*/
#article_archive .title_ar {
    text-align: center;
    margin-top: 1.5em !important;
    color: #8a8a8a !important;
}

#article_archive .CMS-ARTICLE-INDEX {
    display: flex;
    flex-wrap: wrap;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
    width: calc(33.333% - 20px);
    border: solid 1px #dbe8e3;
    padding: 0;
    margin: 10px 10px;
    transition: 0.3s all;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-THUMBNAIL {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-TIME {
    padding: 10px 10px 0;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-LINK {
    padding: 0 10px 10px;
}

@media screen and (max-width: 780px) {
    #article_archive .CMS-ARTICLE-INDEX {
        flex-direction: column;
    }

    #article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
        width: 100%;
        margin: 10px 0;
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .second_news {
        width: 100%;
        display: flex;
    }

    .second_news2 {
        width: 100%;
        display: flex;
        text-align: center;
    }

    .second_news2 .CMS-NEWS-LINK {
        font-size: 1.2em;
        max-width: 100%;
    }
}

/* ------------------------------
top slider
------------------------------ */
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 240px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#loopslider ul li {
    width: 400px;
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

#loopslider img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    #loopslider {
        height: 120px;
    }

    #loopslider ul {
        height: 120px;
    }

    #loopslider ul li {
        width: 200px;
        height: 120px;
    }

    .top_gallery .btn_wrap {
        padding: 0 20px;
    }

    .gallerytop .btn_wrap {
        padding: 0 20px;
    }

    #main {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
}

/*topページSNS埋め込み*/

.top_sns_share {
    text-align: center;
    display: flex;
    max-width: 980px;
    margin: 100px auto;
}

.top_sns_share_list {
    width: 30%;
    height: 500px;
    margin: auto;
    vertical-align: top;
}

.top_sns_share h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.top_sns_share_list-insta {
    width: 30%;
    height: 300px;
    margin: auto;
    vertical-align: top;
}

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

    .top_sns_share_list {
        width: 100%;
    }

    .top_sns_share_list-insta {
        width: 100%;
    }

    .top_sns_share h2 {
        font-size: 32px;
        margin: auto;
        margin-bottom: 20px;
    }
}

/*topページSNS埋め込み*/

/*予約バナー*/

@media screen and (min-width: 768px) {
    #op_btn {
        color: #fff;
        letter-spacing: 0.05em;
        padding: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        background: 0 0;
        position: fixed !important;
        right: 0;
        top: 40vh;
        line-height: 1;
        margin: 0;
        z-index: 9999;
        font-size: 15px;
    }

    #op_btn a {
        display: block;
        color: #fff;
        background: #a01000;
        padding: 30px 0;
        text-decoration: none;
        transition: all 0.4s;
        font-weight: bold;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        width: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 676px) {
    #op_btn {
        position: fixed;
        left: 50%;
        bottom: 0px;
        width: 60%;
        writing-mode: unset;
        line-height: 1;
        z-index: 9999;
        font-size: 15px;
        text-align: center;
        transform: translateX(-50%);
    }

    #op_btn a {
        display: block;
        color: #fff;
        background: #a01000;
        padding: 15px 0px;
        text-decoration: none;
    }

    #page-top {
        display: block;
        position: fixed;
        z-index: 1;
        bottom: 80px;
        right: 10px;
        font-size: 50px;
    }

    .footer_wrap {
        padding: 50px 0 10px;
        background: #5b0403;
        text-align: center;
        border-top: solid 2px #444444;
    }
}

/*予約バナー*/

/*TOP動画*/
.top_video {
    text-align: center;
    margin: auto;
    width: 800px;
    max-width: 100%;
}

.top_video video {
    max-width: 800px;
}

@media screen and (max-width: 676px) {
    .top_video {
        text-align: center;
        margin: auto;
        width: 600px;
        max-width: 100%;
    }

    .top_video video {
        width: 300px;
    }
}

.top_video {
    margin: 100px auto 100px;
}

.top_video h2 {
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
}

.top_video h2::after {
    content: "";
    display: block;
    width: 140px;
    height: 1px;
    background: #e52b1b;
    position: absolute;
    bottom: -20px;
    left: 40%;
}

/*TOP動画*/

/*姉妹店*/

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

.access_stores h3 {
    text-align: left;
    font-size: 30px;
    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;
}

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

.btn a {
    color: #fff;
    text-decoration: none;
}

@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;
    }

    .top_video h2::after {
        content: "";
        display: block;
        width: 140px;
        height: 1px;
        background: #e52b1b;
        position: absolute;
        bottom: -20px;
        left: 30%;
    }
}

.cms_takeout__common_button {
    background: #e52b1b !important;
}

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

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

.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;
        color: #000;
    }
}

@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;
    }
}

.CMS-NEWS-ITEM a {
    text-decoration: underline #fff;
}

.top_sns_share_list:first-of-type {
    margin-bottom: 40px;
}

/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 6rem;
    position: relative;
    margin-bottom: -3.5%;
    position: relative;
}

.CMS-NEWS-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}

.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;
}

.CMS-NEWS-ITEM a {
    transition: all 0.3s;
    display: block;
}

.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}

.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 2.5rem 0 0.8rem 0;
    line-height: 1;
}

.CMS-NEWS-LINK {
    line-height: 1.8;
}

.CMS-NEWS-INDEX > * img {
    height: 24rem;
    width: 100%;
    object-fit: cover;
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: #a01000;
    border: none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 4rem auto 0 auto;
    width: 24rem;
    display: block;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

/* detail */
.CMS-NEWS-INDEX a {
    color: #fff;
    text-decoration: none;
}

.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}

.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px #e52b1b;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}

@media screen and (max-width: 767px) {
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -6rem;
        padding-bottom: 10rem;
    }

    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6rem;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}

.top-news {
    width: 80%;
    margin: 0 auto;
}
