@charset "UTF-8";
/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
  position: relative;
}
.top-kv::before {
  content: "";
  width: 100%;
  height: 20rem;
  background: linear-gradient(to bottom, #000 10%, transparent);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0.9;
  pointer-events: none;
}

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

#main,
.CMS-NOT-EDITABLE-AREA {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  #main,
  .CMS-NOT-EDITABLE-AREA {
    height: 48rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 13rem 0 10rem 0;
  background: url(../img/line-yellow.png) no-repeat center top;
  background-size: 100% auto;
}
.top-news .wrap {
  min-height: 26rem;
}

.top-news .more {
  margin: 3rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 10rem 3rem 8rem 3rem;
    background-size: 250% auto;
  }
  .top-news .wrap {
    min-height: auto;
  }
  .top-news .more {
    margin: 5rem auto 0 auto;
  }
}
/* cms */
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

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

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

concept

------------------------------------------- */
.top-concept {
  padding: 10rem 0 14rem 0;
  background: url(../img/top-bg-2.jpg) no-repeat center/cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-concept > * {
  width: 47%;
}
.top-concept > figure {
  position: relative;
}
.top-concept > figure::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 0.12rem #fff;
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  box-sizing: border-box;
}
.top-concept > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 13rem;
  padding-top: 2rem;
}
.top-concept h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffdc00;
}
.top-concept h3 span {
  background: #000;
  padding: 1rem 1.5rem 1.1rem 1.5rem;
  font-size: 1.7rem;
}
.top-concept h3 span:nth-child(1) {
  margin-bottom: 1rem;
}
.top-concept p {
  margin: 2rem 0 3rem 0;
}

@media screen and (max-width: 768px) {
  .top-concept {
    padding: 8rem 3rem;
    flex-direction: column;
  }
  .top-concept > * {
    width: 100%;
  }
  .top-concept > figure {
    margin-bottom: 5rem;
  }
  .top-concept > div {
    padding-right: 0;
    padding-top: 0;
  }
  .top-concept h3 span {
    background: #000;
    padding: 1rem 1.2rem 1.1rem 1.2rem;
    font-size: 1.7rem;
  }
  .top-concept h3 span:nth-child(1) {
    margin-bottom: 0.6rem;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
  position: relative;
  padding: 15rem 0;
  background: url(../img/deco-2.png) no-repeat left 40rem bottom 4rem;
  background-size: 28rem auto;
}
.top-menu > figure {
  position: absolute;
  right: 0;
  top: -7rem;
  width: 38rem;
}
.top-menu .wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.top-menu .wrap > * {
  width: 47%;
}
.top-menu .wrap > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-menu .wrap h3 {
  font-size: 1.7rem;
  line-height: 1.6;
}
.top-menu .wrap p {
  margin: 2rem 0 4rem 0;
}
.top-menu .wrap figure img {
  border: solid 0.4rem #ffdc00;
}

@media screen and (max-width: 768px) {
  .top-menu {
    position: relative;
    padding: 7rem 3rem 14rem 3rem;
    background: url(../img/deco-2.png) no-repeat right 3rem bottom 4rem;
    background-size: 28rem auto;
  }
  .top-menu > figure {
    top: -5rem;
    width: 28rem;
    pointer-events: none;
    z-index: 3;
  }
  .top-menu .wrap {
    flex-direction: column;
  }
  .top-menu .wrap > * {
    width: 100%;
  }
  .top-menu .wrap h3 {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .top-menu .wrap p {
    margin: 2rem 0 4rem 0;
  }
  .top-menu .wrap figure {
    margin-bottom: 4rem;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
  color: #000;
  padding: 12rem 0;
  background: url(../img/line-brown.png) no-repeat center top 2rem, url(../img/line-brown.png) no-repeat center bottom 2rem;
  background-size: 100% auto;
  background-color: #ffdc00;
  position: relative;
}
.top-gallery > figure {
  position: absolute;
  left: -10rem;
  top: -6rem;
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .top-gallery {
    color: #000;
    padding: 12rem 0;
    background-size: 250% auto;
  }
  .top-gallery > figure {
    left: -8rem;
    top: -10rem;
    width: 32rem;
    pointer-events: none;
  }
}
#loopslider figure {
  padding: 0 0.6rem;
}

#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
  height: 170px;
}

#loopslider ul li {
  width: 240px;
}

@media screen and (max-width: 768px) {
  #loopslider,
  #loopslider ul,
  #loopslider ul li,
  #loopslider img {
    height: 160px;
  }
  #loopslider ul li {
    width: 200px;
  }
}
#loopslider img {
  -o-object-fit: cover;
     object-fit: cover;
}

#loopslider {
  margin: 0 auto 5rem auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#loopslider ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

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

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

reserve

------------------------------------------- */
.top-reserve {
  background: url(../img/deco-1.png) no-repeat left 6rem top 20rem, url(../img/deco-4.png) no-repeat right 3rem bottom 6rem, url(../img/line-yellow.png) no-repeat center bottom;
  background-size: 20rem auto, 28rem auto, 100% auto;
  padding: 12rem 0;
}
.top-reserve > p {
  text-align: center;
  margin-bottom: 4rem;
}
.top-reserve > p span {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .top-reserve {
    background: url(../img/deco-1.png) no-repeat left 2rem top 2rem, url(../img/deco-4.png) no-repeat right 1rem bottom 3rem, url(../img/line-yellow.png) no-repeat center bottom;
    background-size: 20rem auto, 24rem auto, 250% auto;
    padding: 10rem 3rem;
  }
  .top-reserve > p {
    text-align: left;
  }
}
.calendar-wrapper {
  border: 16px solid #ccc;
  width: 90rem;
  margin: 0 auto;
  display: flex;
  background: #fff;
}

.calendar-wrapper a {
  color: #000;
}

.reservation .calendar-wrapper {
  position: relative;
  outline: 16px solid #ccc;
  max-width: 720px;
  width: 90vw;
  margin: 60px auto 0 auto;
  display: flex;
  flex-direction: row;
}

#calendar {
  text-align: center;
  width: 100%;
}

.reservation #calendar {
  text-align: center;
  width: 100%;
  line-height: 1.5;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.reservation table {
  outline: 16px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

th {
  color: #000;
}

.calendar-wrapper th,
.calendar-wrapper td {
  outline: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #111111;
}

td:nth-child(6) .reservation-date,
td:nth-child(6) .reservation-date a {
  color: #8888ff;
}

td:last-child .reservation-date,
td:last-child .reservation-date a {
  color: #ff8888;
}

td.disabled {
  background-color: #eeeeee;
  color: #aaaaaa;
}

/* .reservation-date {
    text-decoration: underline;
} */
.reservation-seat {
  font-size: 14px;
}

.reservation-seat.able a {
  color: #dd8866;
}

.reservation-seat-disabled a {
  color: #aaaaaa;
}

.calendar-reservation {
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
  margin-top: 10px;
  margin-left: 1rem;
  padding: 20px;
  line-height: 1.8;
}

.calendar-reservation form {
  padding-top: 0;
}

.calendar_date {
  font-size: 18px;
}

.calendar_person,
.calendar_time {
  width: 100%;
  font-size: 18px;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
}

.calendar_button {
  width: 100%;
  font-size: 18px;
  padding: 12px;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border: 1px solid #aaaaaa;
  cursor: pointer;
}

.calendar_button:hover {
  opacity: 0.8;
}

.calendar_info {
  font-size: 12px;
  margin: 20px;
  color: #000;
}

.calendar_ok {
  color: #dd8866;
}

@media screen and (max-width: 767px) {
  .calendar-wrapper {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .calendar-wrapper {
    font-size: 12px;
  }
  .calendar-reservation {
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
  }
  .calendar-reservation form {
    padding: 0 20px;
  }
  .calendar-reservation form div {
    margin-bottom: 10px;
  }
  .calendar_person,
  .calendar_time {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 450px) {
  .reservation-date {
    font-size: 2.8vw;
  }
}
.reserve-btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999999;
  transform: translateY(-50%);
}

.reserve-btn a {
  display: inline-block;
  padding: 3rem 2rem;
  color: #fff;
  font-size: 16px;
  background-color: #000;
  writing-mode: vertical-lr;
}

.s-reservation {
  padding: 12rem 0;
}

.s-reservation__inner {
  display: flex;
  align-items: start;
  justify-content: center;
}

.s-reservation__ttl {
  flex-grow: 1;
  text-align: center;
  margin-right: 1rem;
  position: relative;
}

.s-reservation__ttl__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 24.4rem;
  max-width: 80%;
}

.s-reservation__ttl__txt {
  font-size: 60px;
  font-size: 6rem;
  font-size: 428.57143%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  z-index: 2;
  padding-top: 1rem;
}

.s-reservation__content {
  width: 113rem;
  max-width: 75%;
  flex-shrink: 0;
  background: #fff;
  padding: 7.5rem 5.61797753% 14rem;
}

.s-reservation__content__list {
  width: 73rem;
  max-width: 100%;
}

.s-reservation__content__item {
  line-height: 1.85714286;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.calendar_title,
.calendar_date {
  color: #000;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .reserve-btn {
    right: auto;
    top: initial;
    bottom: 0;
    width: 100%;
    transform: translateY(0);
  }
  .reserve-btn a {
    writing-mode: initial;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
  .reservation {
    padding-left: 3.5rem;
  }
  .reservation .s-reservation {
    padding: 3rem 3.5rem 3rem 0;
  }
  .reservation .calendar-wrapper {
    flex-direction: column;
    outline: 4px solid #ccc;
  }
  .calendar-wrapper th,
  .calendar-wrapper td {
    outline: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #111111;
  }
  .calendar_button {
    font-size: 16px;
  }
  .calendar_title,
  .calendar_date {
    font-size: 14px;
  }
  .calendar_info {
    margin: 10px 20px;
  }
}
/* -------------------------------------------

access

------------------------------------------- */
.top-access {
  padding: 13rem 0 10rem 0;
  background: url(../img/top-bg-3.jpg) no-repeat center/cover;
}
.top-access .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-access .wrap > figure {
  width: 38%;
  position: relative;
}
.top-access .wrap > figure::before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 0.2rem #ffdc00;
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
}
.top-access .wrap > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-access .wrap dl {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 10rem 3rem 8rem 3rem;
  }
  .top-access .wrap {
    flex-direction: column;
  }
  .top-access .wrap > figure {
    width: 100%;
    margin-bottom: 4rem;
  }
  .top-access .wrap > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .top-access .wrap dl {
    margin-bottom: 3rem;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  padding: 10rem 0;
  background: url(../img/top-bg-1.jpg) no-repeat center/cover;
}
.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
  }
  .top-insta .wrap {
    width: auto;
    padding: 0 3rem;
  }
}
/* cms */
.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.CMS-INSTAGRAM-LIST > * {
  width: calc((100% - 4rem) / 3);
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

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

cv

------------------------------------------- */
.cv {
  background: url(../img/line-brown.png) no-repeat center top 2rem, url(../img/line-brown.png) no-repeat center bottom 2rem, url(../img/top-bg-4.jpg) no-repeat center;
  background-size: 100% auto, 100% auto, cover;
  background-color: #ffdc00;
  position: relative;
  padding: 12rem 0;
  color: #000;
}
.cv h2 {
  margin-bottom: 2rem;
}
.cv > figure {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30%;
}
.cv .img-1 {
  left: 0;
}
.cv .img-2 {
  right: 0;
}
.cv dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv dl dt {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}
.cv dl a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  color: #000;
}
.cv dl a img {
  width: 2.3rem;
  margin-right: 0.5rem;
  margin-top: 0.15rem;
}

@media screen and (max-width: 768px) {
  .cv {
    background-size: 250% auto;
    padding: 8rem 0;
  }
  .cv > figure {
    position: relative;
    top: auto;
    transform: none;
    width: 60%;
  }
  .cv .img-1 {
    left: auto;
    margin-bottom: 1rem;
  }
  .cv .img-2 {
    right: auto;
    margin-left: auto;
    margin-top: 2rem;
  }
  .cv dl dt {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .cv dl a {
    font-size: 3.6rem;
  }
  .cv dl a img {
    width: 3.5rem;
  }
}
/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/top-kv-1.jpg) no-repeat center/cover;
}

.page-ttl > div {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22rem;
  padding-top: 4rem;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    padding-top: 5rem;
    background: rgba(0, 0, 0, 0.6);
  }
}
.page-ttl h2 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Gravitas One", serif;
}

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

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}

.container .wrap.reverse {
  flex-direction: row-reverse;
}

.container .wrap > figure {
  width: 35%;
}

.container .wrap > figure img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container .wrap > div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .container .wrap,
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
ul.lcmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4rem;
}

ul.lcmenu li {
  text-align: center;
  flex: 1;
}

ul.lcmenu li a {
  background: #000;
  font-family: "Inika", serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding-bottom: 0.1rem;
  white-space: nowrap;
}

ul.lcmenu li.current a {
  background: #ffdc00;
  color: #000;
}

dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var + dd {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2); /* 下線カラー */
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child + dd {
  border-top: solid 1px rgba(0, 0, 0, 0.2); /* 上線カラー */
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd) + dd {
  background: rgba(0, 0, 0, 0.04); /* 背景色 */
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) {
  background: none !important;
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) + dd {
  background: none !important;
}

dl.menu-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  dl.menu-list {
    display: block;
  }
}
dl.menu-list dt {
  padding: 1.5rem;
  width: 70%;
}

dl.menu-list dt span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

dl.menu-list dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  text-align: right;
  width: 30%;
}

@media screen and (max-width: 768px) {
  dl.menu-list dt {
    width: 100%;
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  dl.menu-list dt:first-child + dd {
    border-top: none;
  }
  dl.menu-list dd {
    width: 100%;
    border-top: none;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gallery-list li {
  width: calc((100% - 4rem) / 5);
}

.gallery-list img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .gallery-list li {
    width: calc((100% - 3rem) / 4);
  }
}
/*  ----------------------------------------------------------

tabelog

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

.rstdtl-menu-lst__heading:after {
  border-bottom: solid 3px #ffdc00;
  bottom: -3px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

@media screen and (min-width: 769px) {
  /* ------------------------------
  　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.2rem;
    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: 1.2rem;
  }
  .course-seatonly {
    padding: 12px 15px;
    background-color: #faf8f5;
    margin-bottom: 1.5rem;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -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: 1.2rem;
  }
  .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.2rem;
  }
  .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: 1.2rem;
  }
  .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: 1.2rem;
  }
  .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: 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: rgb(180, 0, 0);
    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.2rem;
  }
  .rstdtl-course-list__tieup-mc-text > em {
    color: var(--sub8-text-color);
    font-weight: bold;
    margin-right: 0.7rem;
    font-size: 1.3rem;
  }
}
/* ------------------------------
　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: 1.2rem;
  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;
}

/* ------------------------------
　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: 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: 1.2rem;
}

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

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

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

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

.rstdtl-course-list__label {
  margin-left: 5px;
  background: rgb(180, 0, 0);
  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: 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__reserve-notice {
  display: block;
  color: #b4b4b4;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 1.2rem;
}

.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.2rem;
}

.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: 1024px) {
  .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: auto;
  left: 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: 1024px) {
  .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;
}

.CMS-COURSE-MENU a {
  text-decoration: underline;
}

.CMS-MENU,
.CMS-DRINK-MENU,
.CMS-LUNCH-MENU {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */