@charset "UTF-8";
/*
==========================================================================
  スマートフォン用スタイル（sp.scss）
  - drawer.js を利用する案件のスマホ向けレイアウト調整
  - PC 用 common.css を壊さない範囲で上書きする
  - 必要に応じて drawer 関連ブロックは削除／コメントアウトして使う
==========================================================================
*/
/* 基本設定
******************************************************************************************** */
html {
  position: relative;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow: visible;
}

html, body {
  overflow-x: hidden;
}

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

/* 🍔
******************************************************************************************** */
.drawer--navbarTopGutter {
  padding-top: 5rem !important;
}

.drawer-navbar-header {
  height: 5rem !important;
}

.drawer-navbar-header {
  background: #0b0b0c !important;
  border-bottom: none !important;
}

.drawer-navbar .drawer-nav {
  padding-top: 5rem !important;
  padding-left: 15px;
  padding-right: 15px;
  background: #0b0b0c !important;
  color: #fff !important;
}
.drawer-navbar .drawer-nav a {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "Yu Mincho Medium", "游明朝体", "ＭＳ 明朝", serif;
  color: #fff !important;
}

.drawer-dropdown-menu {
  padding-top: 20px !important;
  background: #0b0b0c !important;
}
.drawer-dropdown-menu > li {
  border-bottom: 0 !important;
}
.drawer-dropdown-menu > li::before {
  display: none;
}

.drawer-hamburger {
  width: 3rem !important;
  padding-top: 12px !important;
}

.drawer-brand {
  width: 46%;
}

.drawer-menu li {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding: 5px 5px 5px 20px;
  position: relative;
}
.drawer-menu li::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  content: "";
  display: inline-block;
  position: absolute;
  left: 2%;
}
.drawer-menu li span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
}
.drawer-menu li.info {
  padding: 0;
  padding-top: 20px;
  border: 0;
}
.drawer-menu li.info::before {
  display: none;
}
.drawer-menu li .btn {
  display: inline-block;
  padding: 3px 20px;
  background: #ffa800;
  color: #fff;
  text-shadow: none;
  position: relative;
}
.drawer-menu li .btn i {
  margin-right: 1em;
}
.drawer-menu li .btn:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.drawer-menu li .btn:hover i {
  transform: scale(1.5);
  transition: transform 0.5s ease-in-out;
}
.drawer-menu li .btn {
  text-align: center;
  margin: 0;
}
.drawer-menu li .btn a {
  color: #fff !important;
}

.drawer-navbar .drawer-hamburger-icon,
.drawer-navbar .drawer-hamburger-icon::after,
.drawer-navbar .drawer-hamburger-icon::before {
  background-color: #fff;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* レイアウト設定
******************************************************************************************** */
.header {
  display: none;
}

.footer {
  padding: 40px 5%;
}
.footer__name, .footer__txt {
  font-size: 3.5vw;
}
.footer__link {
  font-size: 3.5vw;
}
.footer .copyright {
  font-size: 3vw;
}

/* トップページ
******************************************************************************************** */
.concept {
  padding: 40px 5%;
}
.concept__bg {
  background: transparent url(../assets/img/index/concept_bg_sp.png) no-repeat;
  background-position: center top;
  background-size: cover;
}
.concept__ttl {
  font-size: 6vw;
}
.concept__sub {
  font-size: 4vw;
}
.concept__txt {
  font-size: 3.5vw;
  text-align: left;
}

.news {
  padding: 40px 5%;
}
.news__ttl {
  font-size: 6vw;
}
.news__list {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-bottom: 20px;
}
.news__list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.news__img {
  margin: 0;
  width: 40%;
}
.news__detail {
  width: 55%;
}
.news__date {
  font-size: 3.5vw;
}
.news__title {
  font-size: 3.5vw;
}
.news__more {
  text-align: center;
}
.news__more img {
  width: 60%;
}

.seat {
  padding: 40px 5%;
}
.seat__bg {
  background: transparent url(../assets/img/index/seat_bg_sp.png) no-repeat;
  background-position: center top;
  background-size: cover;
}
.seat__ttl {
  font-size: 6vw;
}
.seat__list {
  margin-bottom: 20px;
}
.seat__list li {
  width: 100%;
  margin-bottom: 40px;
}
.seat__img {
  margin: 0 0 10px;
}
.seat__cap {
  font-size: 3.5vw;
}
.seat__txt {
  font-size: 3.5vw;
  text-align: left;
}

.menu {
  padding: 40px 5%;
}
.menu__ttl {
  font-size: 6vw;
}
.menu__txt {
  font-size: 3.5vw;
  text-align: left;
}
.menu .block {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.menu .block--top {
  padding-top: 20px;
}
.menu .block__img {
  width: 100%;
  order: 0;
}
.menu .block__detail {
  width: 100%;
  order: 1;
}
.menu .block__ttl {
  font-size: 4vw;
}
.menu .block__txt {
  font-size: 3.5vw;
  margin-bottom: 20px;
}
.menu .block__price {
  font-size: 3.5vw;
}
.menu .block__price span {
  font-size: 4vw;
}
.menu__caution {
  font-size: 3.5vw;
  margin-bottom: 20px;
}

.notice {
  padding: 40px 20px 0 20px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.notice__ttl {
  font-size: 4.5vw;
}
.notice__txt {
  font-size: 3.5vw;
}

.wait {
  padding: 40px 0;
}
.wait__txt {
  font-size: 3.5vw;
  text-align: left;
  padding: 0 5%;
}

.shop {
  padding: 40px 0;
}
.shop__ttl {
  font-size: 6vw;
}
.shop__img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop__img li {
  width: 32%;
}
.shop__detail {
  padding: 0 5%;
  width: 100%;
}
.shop__name {
  font-size: 4vw;
}
.shop__table {
  margin-bottom: 20px;
}
.shop__table th, .shop__table td {
  padding: 10px;
  font-size: 3.5vw;
}
.shop__table th {
  width: 30%;
}
.shop__insta {
  padding: 0 5%;
}
.shop__insta img {
  width: 80%;
}
.shop__access {
  margin: 40px auto;
  padding: 0 5%;
}
.shop__access li {
  width: 100%;
  margin-bottom: 20px;
}
.shop__pic {
  margin-bottom: 10px;
}
.shop__cap {
  font-size: 3.5vw;
}
.shop__map iframe {
  height: 280px;
}

.profile {
  padding: 40px 5%;
}
.profile__ttl {
  font-size: 6vw;
}
.profile .block {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.profile .block__img {
  width: 100%;
  margin-bottom: 20px;
}
.profile .block__cap {
  font-size: 3vw;
}
.profile .block__detail {
  width: 100%;
}
.profile .block__sub {
  font-size: 4vw;
}
.profile .block__name {
  margin: 10px 0;
  font-size: 4.5vw;
}
.profile .block__name span {
  font-size: 4vw;
}
.profile .block__txt {
  font-size: 3.5vw;
  text-align: left;
}

/* 下層ページ
******************************************************************************************** */
.p-main {
  padding: 40px 5%;
}
.p-main__ttl {
  font-size: 6vw;
}
.p-main__txt {
  font-size: 3.5vw;
}

.p-privacy .block__ttl {
  font-size: 5vw;
}
.p-privacy .block__sub {
  font-size: 4vw;
}
.p-privacy .block__txt {
  font-size: 3.5vw;
}

.category .news__list li {
  margin-bottom: 20px;
}

.single .entry__ttl {
  font-size: 5vw;
}
.single .entry__date {
  font-size: 4vw;
}
.single .entry__body {
  font-size: 3.5vw;
}

.pager {
  margin: 40px auto;
}
.pager__index {
  width: 50%;
  margin: 20px auto;
}

/* 共通設定 */
.pc-mode {
  display: none;
}

.sp-mode {
  display: block;
}/*# sourceMappingURL=sp.css.map */