@charset "UTF-8";

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

common

----------------------------------------------------------  */
.btn a {
  display: flex;
  align-items: center;
  border-left: solid 1px var(--gold);
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: var(--gold);
  height: 6rem;
  padding-left: 2.5rem;
}

.btn a::after {
  content: "";
  width: 5rem;
  height: 6rem;
  background: url(../img/arrow-1.png) no-repeat center right;
  background-size: 5rem auto;
  margin-left: 2rem;
}

.txt {
  border: solid 1px var(--blue);
  padding: 5.5rem 3rem;
}

.txt p {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .txt p {
    margin-bottom: 2.5rem;
    letter-spacing: 0.03em;
    /*        font-size: 14px;*/
    /*        font-size: 13px;*/
    font-size: 13.8px;
  }
}

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

kv

----------------------------------------------------------  */
.top-kv {
  position: relative;
}

.top-kv .insta {
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 19.5rem;
  top: 2rem;
  z-index: 99;
  font-size: 2rem;
}

#main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .top-kv .insta {
    width: 2.4rem;
    height: 2.4rem;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 2rem;
  }

  #main {
    height: 48rem;
  }
}

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

concept

----------------------------------------------------------  */
.top-concept {
  padding-top: 12rem;
  padding-bottom: 8rem;
  position: relative;
}

.top-concept h2 {
  margin-left: 15rem;
}

.top-concept .wrap-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.top-concept .wrap-1 figure {
  width: 75%;
}

.top-concept .wrap-1 > div {
  width: 25%;
  padding-left: 6rem;
}

.top-concept h3 {
  font-weight: normal;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  line-height: 2.2;
}

.top-concept h3 span {
  display: block;
  margin-top: 1.2em;
}

.top-concept .wrap-2 {
  padding: 0 15rem;
  display: flex;
}

.top-concept .wrap-2 p {
  margin-right: 5rem;
}

@media screen and (max-width: 767px) {
  .top-concept {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .top-concept h2 {
    margin-left: 3rem;
  }

  .top-concept .wrap-1 {
    display: block;
    margin-bottom: 3rem;
  }

  .top-concept .wrap-1 figure {
    width: 100%;
    margin-bottom: 4rem;
  }

  .top-concept .wrap-1 > div {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }

  .top-concept h3 span {
    display: block;
    margin-top: 1.2em;
  }

  .top-concept .wrap-2 {
    padding: 0 3rem;
    display: block;
  }

  .top-concept .wrap-2 p {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

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

menu

----------------------------------------------------------  */
.top-menu > figure {
  padding: 0 10rem;
}

.top-menu .wrap-1 {
  margin-bottom: 8rem;
  padding: 0 15rem;
  display: flex;
  justify-content: space-between;
}

.top-menu .wrap-1 > div {
  width: 43%;
  padding-top: 5rem;
}

.top-menu .wrap-1 > figure {
  width: 50%;
}

.top-menu .wrap-2 {
  margin-bottom: 12rem;
  padding: 0 15rem 0 5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.top-menu .wrap-2 > div {
  width: 40%;
  margin-top: 8rem;
}

.top-menu .wrap-2 > figure {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .top-menu > figure {
    padding: 0;
  }

  .top-menu .wrap-1 {
    padding: 0 3rem;
    margin-bottom: 6rem;
    display: block;
  }

  .top-menu .wrap-1 > div {
    width: 100%;
    padding-top: 4rem;
  }

  .top-menu .wrap-1 > figure {
    width: 100%;
    margin-top: 3rem;
  }

  .top-menu .wrap-2 {
    padding: 0 3rem;
    display: block;
  }

  .top-menu .wrap-2 > div {
    width: 100%;
    margin-top: 6rem;
  }

  .top-menu .wrap-2 > figure {
    width: 100%;
    margin-top: 3rem;
  }
}

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

reserve

----------------------------------------------------------  */
.top-shopping {
  padding: 8rem 15rem 12rem 15rem;
}

@media screen and (max-width: 767px) {
  .top-shopping {
    padding: 0rem 3rem 4rem;
  }
}

.top-shopping .wrap {
  margin-bottom: 4rem;
}

.top-shopping .more {
  background-size: 4rem auto;
}
/*  ----------------------------------------------------------

reserve

----------------------------------------------------------  */
.top-reserve {
  padding: 8rem 15rem 12rem 15rem;
  background: #1b1b1b;
}

.top-reserve .wrap {
  display: flex;
  margin-bottom: 4rem;
}

.top-reserve .wrap > dl {
  margin-left: 8rem;
}

.top-reserve .wrap > dl dt {
  margin-bottom: 0.5rem;
}

.top-reserve .wrap ul {
  margin-left: 2rem;
}

.top-reserve .wrap ul li {
  list-style: decimal;
}

.top-reserve .wrap ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .top-reserve {
    padding: 8rem 0 4rem 0;
  }

  .top-reserve .wrap {
    display: block;
    padding: 0 3rem;
  }

  .top-reserve .wrap > dl {
    margin-left: 0;
  }
}

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

予約カレンダー

----------------------------------------------------------  */
.CMS-RESERVATION-CALENDAR {
  /* max-width: 960px; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #000;
}

.cms_reservation__calendar {
  margin: auto;
  box-shadow: 10px 10px 20px #0008;
  min-width: 300px;
}

.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: 100% !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 (min-width: 768px) {
  .cms_reservation__calendar {
    border-width: 0 !important;
    border: solid 16px #ccc !important;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .cms_reservation__calendar {
    padding-right: 42px;
  }
}

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

gallery

----------------------------------------------------------  */
.top-gallery {
  padding: 12rem 15rem;
}

.top-gallery ul {
  padding: 0 8rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.top-gallery ul li {
  width: 32%;
}

.top-gallery h2 {
  margin-bottom: 0;
}

.top-gallery .wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-gallery {
    padding: 10rem 3rem;
  }

  .top-gallery ul {
    padding: 0;
    margin-bottom: 4rem;
  }

  .top-gallery h2 {
    margin-bottom: 5rem;
  }

  .top-gallery .wrap {
    display: block;
  }

  .top-gallery p {
    margin-bottom: 3rem;
    letter-spacing: 0.01em;
  }
}

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

access

----------------------------------------------------------  */
.top-access {
  padding: 12rem 15rem 8rem 10rem;
  background: #1b1b1b;
}

.top-access .btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.top-access .wrap {
  display: flex;
  justify-content: space-between;
}

.top-access .wrap > * {
  width: 48%;
}

.top-access dl {
  margin-bottom: 4rem;
}

.top-access .btn {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .top-access {
    padding: 10rem 3rem;
  }

  .top-access .btn-wrap {
    display: flex;
    justify-content: flex-end;
  }

  .top-access .wrap {
    display: block;
  }

  .top-access .wrap > * {
    width: 100%;
  }

  .top-access dl {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .top-access .btn {
    display: flex;
    justify-content: flex-end;
  }
}

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

news

----------------------------------------------------------  */
.top-news {
  padding: 12rem 15rem;
}

.top-news .wrap {
  padding: 0 5rem;
}

.top-news .btn {
  display: flex;
  justify-content: flex-end;
}

.top-news .btn a {
  border-left: none;
}

.top-news .CMS-NEWS-INDEX {
  padding-bottom: 4rem;
}

.CMS-NEWS-INDEX {
  position: relative;
  padding-bottom: 10rem;
}

.CMS-NEWS-ITEM:first-of-type a {
  border-top: solid 1px #ddd;
}

.CMS-NEWS-ITEM a {
  transition: all 0.3s;
  display: flex;
  border-bottom: solid 1px #ddd;
  padding: 2rem 1.5rem;
  align-items: center;
}

.CMS-NEWS-ITEM a:hover {
  opacity: 1;
  background: #222;
}

.CMS-NEWS-TIME {
  font-size: 1.2rem;
  width: 20%;
}

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

/* read more */
.CMS-NEWS-MORE-READ {
  background: var(--gold);
  border: none;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  margin: 4rem auto 0 auto;
  width: 28rem;
  display: block;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  font-family: "Shippori Mincho", serif;
}

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

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

/* detail */
.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 4px var(--gold);
  bottom: -4px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT img {
  width: 70%;
  height: auto;
  display: block;
  margin: 4rem auto;
}

@media screen and (max-width: 767px) {
  .top-news {
    padding: 10rem 3rem;
  }

  .top-news .wrap {
    padding: 0;
  }

  .top-news .btn {
    display: flex;
    justify-content: flex-end;
  }

  .top-news .btn a {
    border-left: none;
  }

  .CMS-NEWS-ITEM a {
    display: block;
  }

  .CMS-NEWS-TIME {
    width: 100%;
  }

  .CMS-NEWS-LINK {
    width: 100%;
  }

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

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

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

chef

----------------------------------------------------------  */
.top-chef {
  padding: 8rem 15rem;
  background: #1b1b1b;
  display: flex;
  align-items: center;
}

.top-chef > * {
  width: 50%;
}

.top-chef > div {
  padding: 0 6rem;
}

.top-chef h2 {
  margin-bottom: 4rem;
}

.top-chef p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .top-chef {
    padding: 8rem 3rem;
    display: block;
  }

  .top-chef > * {
    width: 100%;
  }

  .top-chef > figure {
    margin-bottom: 2.5rem;
  }

  .top-chef > div {
    padding: 0;
  }

  .top-chef p {
    margin-bottom: 3rem;
  }
}

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

recruit

----------------------------------------------------------  */
.top-recruit {
  padding: 8rem 15rem;
  display: flex;
}

.top-recruit > div:first-of-type {
  width: 25%;
}

.top-recruit > div:last-of-type {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-recruit > figure {
  width: 50%;
}

.top-recruit p {
  /*    text-align: center;*/
  text-align: left;
  margin-left: 30%;
}

.top-recruit .btn {
  display: flex;
  justify-content: center;
}

.top-recruit .btn a {
  border-left: none;
}

.prepare {
  text-align: center;
  padding: 8rem 0;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: var(--gold);
}

@media screen and (max-width: 767px) {
  .top-recruit {
    padding: 8rem 3rem;
    display: block;
  }

  .top-recruit > div:first-of-type {
    width: 100%;
  }

  .top-recruit > div:last-of-type {
    width: 100%;
  }

  .top-recruit > figure {
    width: 100%;
    margin: 3rem 0;
  }
}

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

tabelog

----------------------------------------------------------  */
.rstdtl-menu-lst__heading {
  margin-top: 6rem;
  font-size: 2rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 0.6rem;
}

.rstdtl-menu-lst__heading:after {
  border-bottom: solid 4px var(--gold);
  bottom: -4px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

@media screen and (min-width: 768px) {
  /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
  .pttl {
    padding: 60px;
    text-align: center;
  }

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

  .rstdtl-menu-lst {
    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;
  }

  /* ------------------------------
　menu
------------------------------ */
  .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: var(--main-text-color);
    font-weight: bold;
    font-size: 1.6rem;
  }

  .rstdtl-menu-lst__price {
    display: table-cell;
    font-weight: bold;
    text-align: right;
    width: 7rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }

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

  .rstdtl-menu-lst__desc p {
    font-size: 1.4rem;
    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: var(--sub7-text-color);
    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: var(--sub7-text-color);
    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: var(--main-text-color);
    line-height: 1.6;
    font-size: 2rem;
  }

  .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
    color: var(--sub8-text-color);
    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: var(--sub2-text-color);
    margin-left: 0.5rem;
    padding: 0.1rem 0.3rem;
    font-size: 0.9rem;
  }

  .rstdtl-course-list__price-wrap {
    display: table-cell;
    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 {
    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: var(--sub7-text-color);
    font-weight: bold;
    line-height: 1.6;
    background-color: var(--sub2-text-color);
    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: var(--sub2-text-color);
    right: 3.1rem;
  }

  .rstdtl-course-list__price-num {
    font-weight: bold;
  }

  .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;
    font-style: normal;
  }

  .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.6;
    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: block;
    padding: 20px 15px 20px 0;
    width: 120px;
    float: left;
  }

  .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: var(--sub6-text-color);
    line-height: 1.8;
    font-size: 1rem;
  }

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

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

  .rstdtl-course-list__label.rstdtl-course-list__label {
    background-color: rgba(180, 0, 0, 1);
    color: #fff;
    padding: 0.4rem 0.8rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
  }

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

  .rstdtl-course-list__course-rule {
    display: table-cell;
    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: none;
  }

  .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: none;
  }

  .rstdtl-course-list__action-btn-target {
    display: block;
    float: right;
    clear: right;
    cursor: pointer;
    vertical-align: middle;
    width: 10rem;
    color: var(--sub3-text-color);
  }

  .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 {
    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: var(--sub2-text-color);
    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: var(--sub2-text-color);
    margin-left: 1rem;
    padding-bottom: 0.2rem;
    font-size: 1.1rem;
  }

  .rstdtl-course-list__tieup-mc-text > em {
    color: var(--sub8-text-color);
    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 0 60px 0;
  }

  /* ------------------------------
　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
------------------------------ */
  .rstdtl-menu-lst__heading {
    font-size: 2rem;
  }

  .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 {
    width: 100%;
  }

  .rstdtl-menu-lst__menu-title {
    display: table-cell;
    width: 100%;
    color: var(--main-text-color);
    font-weight: bold;
    font-size: 1.6rem;
  }

  /*
    .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.6rem;
  }

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

  .rstdtl-menu-lst__desc p {
    font-size: 1.4rem;
    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 {
    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;
    line-height: 1.6;
    font-size: 2rem;
  }

  .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
    color: var(--sub8-text-color);
    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: var(--sub2-text-color);
    margin-left: 0.5rem;
    padding: 0.1rem 0.3rem;
  }

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

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

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

  .rstdtl-course-list__price-before {
    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: var(--sub7-text-color);
    font-weight: bold;
    line-height: 1.6;
    background-color: var(--sub2-text-color);
    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: var(--sub2-text-color);
    right: 3.1rem;
  }

  .rstdtl-course-list__price-num {
    color: var(--sub3-text-color);
    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: 2rem;
    font-style: normal;
  }

  .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.6;
    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 {
    padding: 20px 0 0 0;
    width: 200px;
    margin: 0 auto;
  }

  .rstdtl-course-list__img img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .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: var(--sub6-text-color);
    line-height: 1.8;
    font-size: 1rem;
  }

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

  .rstdtl-course-list__label {
    margin-left: 5px;
    background: rgba(180, 0, 0, 1);
    color: #fff;
    padding: 0.4rem 1rem;
  }

  .rstdtl-course-list__label.rstdtl-course-list__label {
    padding: 0.2rem 0.4rem;
    line-height: 1.6rem;
    font-size: 0.9rem;
  }

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

  .rstdtl-course-list__course-rule {
    display: table-cell;
    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: none;
  }

  .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: none;
  }

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

  .rstdtl-course-list__action-btn-target {
    display: block;
    float: right;
    clear: right;
    cursor: pointer;
    vertical-align: middle;
    /*width: 18rem;*/
    color: var(--main-text-color);
    border: solid;
    padding: 3px;
    font-size: 12px;
  }

  .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: var(--sub2-text-color);
    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: var(--sub2-text-color);
    margin-left: 1rem;
    padding-bottom: 0.2rem;
    font-size: 1.1rem;
  }

  .rstdtl-course-list__tieup-mc-text > em {
    color: var(--sub8-text-color);
    font-weight: bold;
    margin-right: 0.7rem;
    font-size: 1.3rem;
  }
}

.course-dtl {
  overflow: hidden;
  padding: 2rem;
  color: #000;
}

.course-dtl__course-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.course-dtl__img {
  margin-bottom: 2rem;
}

.course-dtl__desc {
  margin-bottom: 2rem;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}

.c-table th {
  width: 15rem;
  text-align: left !important;
  padding: 1.5rem;
  border-bottom: solid 1px #ddd;
}

.c-table td {
  width: calc(100% - 15rem);
  padding: 1.5rem;
  border-bottom: solid 1px #ddd;
}

.c-table em {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .course-dtl {
    padding: 1rem;
  }

  .c-table tr {
    display: flex;
    flex-direction: column;
  }

  .c-table th {
    width: 100%;
    text-align: left !important;
    padding: 1.5rem 0 0.4rem 0;
    border-bottom: none;
  }

  .c-table td {
    width: 100%;
    padding: 0 0 1.5rem 0;
  }
}

.cms_menu___modal--close {
  position: absolute;
  top: 10px;
  right: 10px !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #333 !important;
  border-radius: 50%;
  cursor: pointer;
}

.course-dtl__img {
  width: 36rem;
  margin: 0 auto 2.5rem auto;
}

@media screen and (max-width: 767px) {
  .course-dtl__img {
    width: 100%;
  }
}

.tblg-coupon__main-title {
  display: none;
}

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

.tblg-coupon__main-contents {
  display: none;
}

.rstdtl-course-list__label {
  margin: 0.6rem 0;
  display: inline-block;
}

.rstdtl-course-list__course-title {
  display: block !important;
  margin-bottom: 1.5rem;
}

.rstdtl-course-list__target + span {
  margin-left: 0.8rem;
}

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

chef

----------------------------------------------------------  */
.chef-list {
  margin-bottom: 8rem;
}

.chef-list li {
  background: #222;
  padding: 4rem;
  position: relative;
}

.chef-list li::before {
  content: "";
  width: 16rem;
  height: 1px;
  background: var(--gold);
  position: absolute;
  left: 0;
  top: 0;
}

.chef-list li:not(:last-child) {
  margin-bottom: 4rem;
}

.chef-list li figure {
  width: 48rem;
  margin: 0 auto 3rem auto;
}

.chef-list li figure figcaption {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.chef-list li figure figcaption span {
  display: block;
  font-size: 1.2rem;
  opacity: 0.4;
}

.chef-list li dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10rem;
}

.chef-list li dl dt {
  width: 15rem;
  color: var(--blue);
}

.chef-list li dl dd {
  width: calc(100% - 15rem);
}

.chef-list li dl dt:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.chef-list li dl dd:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.chef h4 {
  font-weight: normal;
  color: var(--gold);
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .chef-list li {
    padding: 3rem;
  }

  .chef-list li::before {
    width: 10rem;
  }

  .chef-list li:not(:last-child) {
    margin-bottom: 3rem;
  }

  .chef-list li figure {
    width: 100%;
    margin: 0 auto 3rem auto;
  }

  .chef-list li dl {
    display: block;
    padding: 0;
  }

  .chef-list li dl dt {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .chef-list li dl dd {
    width: 100%;
  }

  .chef-list li dl dt:not(:last-of-type) {
    margin-bottom: 0.4rem;
  }

  .chef-list li dl dd:not(:last-of-type) {
    margin-bottom: 3rem;
  }

  .top-recruit p {
    text-align: center;
    margin-left: 0%;
  }
}

@media screen and (min-width: 768px) {
  .store_flex {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
  }

  .store {
    display: flex;
    flex-direction: row;
  }

  .store_txt {
    margin-bottom: 30px;
  }

  .store_txt p {
    font-size: 20px;
    line-height: 1;
  }

  .store_link {
    width: 30%;
  }

  .store_link img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .store_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }

  .store {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .store_txt {
    margin-bottom: 30px;
  }

  .store_txt p {
    font-size: 16px;
  }

  .store_link {
    width: 40%;
  }

  .store_link img {
    width: 100%;
  }
}
