@charset "UTF-8";
/* ================================ * /
            共通CSS
==================================== */
/* support iOS */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Old+Mincho:wght@400;700;900&display=swap");
.html {
  height: -webkit-fill-available;
}

.body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
.body__background--wasi {
  background-color: #1E252C;
  background: url("../image/background-wasi.jpg") repeat;
  background-size: 90%;
  background-position-y: bottom;
}
.body__wrap {
  overflow-x: hidden;
  min-height: calc(100vh - 350px);
}
.body__gap--control {
  height: 6rem;
}
@media (max-width: 820px) {
  .body__gap--control {
    height: 5rem;
  }
}
@media (max-width: 420px) {
  .body__gap--control {
    height: 3rem;
  }
}

/* #link sectionの調整 */
:target:before {
  content: "";
  display: block;
  height: 30px;
}

/* ================================ * /
            FONT 設定
==================================== */
/* フォントの種類 */
.font-shippori_mincho {
  /* しっぽり明朝 weitht = 400,500,600,700,800 */
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
.font-zen_old_mincho {
  /* Zen Old Mincho weitht = 400,700,900 */
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}
/* フォントに下線 */
.font-line{
  text-decoration:underline;
}
/* フォントの色 */
.font-color--white {
  color: #ffffff;
}
.font-color--black {
  color: #000000;
}

/* フォントの太さ */
.font-weight--200 {
  font-weight: 200;
}
.font-weight--300 {
  font-weight: 300;
}
.font-weight--400 {
  font-weight: 400;
}
.font-weight--500 {
  font-weight: 500;
}
.font-weight--600 {
  font-weight: 600;
}
.font-weight--700 {
  font-weight: 700;
}
.font-weight--800 {
  font-weight: 800;
}
.font-weight--900 {
  font-weight: 900;
}

/* フォントサイズ */
.font-size--13 {
  font-size: 13px;
}
.font-size--14 {
  font-size: 14px;
}
.font-size--16 {
  font-size: 16px;
}
.font-size--18 {
  font-size: 18px;
}
.font-size--20 {
  font-size: 20px;
}
.font-size--22 {
  font-size: 22px;
}
.font-size--24 {
  font-size: 24px;
}
.font-size--30 {
  font-size: 30px;
}
.font-size--32 {
  font-size: 32px;
}
.font-size--36 {
  font-size: 36px;
}
.font-size--40 {
  font-size: 40px;
}
.font-size--48 {
  font-size: 48px;
}
.font-size--50 {
  font-size: 50px;
}
.font-size--60 {
  font-size: 60px;
}
.font-size--1rem {
  font-size: 1rem;
}

/* テキストエリアの高さ */
.line-height--xsmall {
  line-height: 0.5rem;
}
.line-height--small {
  line-height: 1rem;
}
.line-height--smedium {
  line-height: 1.5rem;
}
.line-height--medium {
  line-height: 2rem;
}
.line-height--large {
  line-height: 2.5rem;
}
.line-height--xlarge {
  line-height: 3rem;
}

/* タイトル */
.title-tate--blackLine {
  display: block;
  position: relative;
  width: 0.5px;
  height: 120px;
  margin: 0 auto;
  top: 4rem;
  background: #000000;
}
@media (max-width: 820px) {
  .title-tate--blackLine {
    display: block;
    position: relative;
    width: 0.5px;
    height: 120px;
    margin: 0 auto;
    top: 4rem;
    background: #000000;
  }
}
@media (max-width: 420px) {
  .title-tate--blackLine {
    display: block;
    position: relative;
    width: 0.5px;
    height: 100px;
    margin: 0 auto;
    top: 3rem;
    background: #000000;
  }
}
.title-tate--whiteLine {
  display: block;
  position: relative;
  width: 0.5px;
  height: 120px;
  margin: 0 auto;
  top: 4rem;
  background: #ffffff;
}
@media (max-width: 820px) {
  .title-tate--whiteLine {
    display: block;
    position: relative;
    width: 0.5px;
    height: 120px;
    margin: 0 auto;
    top: 4rem;
    background: #ffffff;
  }
}
@media (max-width: 420px) {
  .title-tate--whiteLine {
    display: block;
    position: relative;
    width: 0.5px;
    height: 100px;
    margin: 0 auto;
    top: 3rem;
    background: #ffffff;
  }
}
.title-tate--whiteLine-top {
  display: block;
  position: relative;
  width: 0.5px;
  height: 180px;
  margin: 0 auto;
  top: -4rem;
  background: #ffffff;
}
@media (max-width: 820px) {
  .title-tate--whiteLine-top {
    display: block;
    position: relative;
    width: 0.5px;
    height: 150px;
    margin: 0 auto;
    top: -1.5rem;
    background: #ffffff;
  }
}
@media (max-width: 420px) {
  .title-tate--whiteLine-top {
    display: block;
    position: relative;
    width: 0.5px;
    height: 135px;
    margin: auto;
    top: -4.5rem;
    margin-bottom: -3rem;
    background: #ffffff;
  }
}
.title-tate {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.4rem;
}
@media (max-width: 820px) {
  .title-tate {
    font-size: 24px;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 420px) {
  .title-tate {
    font-size: 24px;
    letter-spacing: 0.3rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 820px) {
  .title-yoko {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .title-yoko {
    font-size: 28px;
  }
}
@media (max-width: 820px) {
  .title-type {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .title-type {
    font-size: 26px;
  }
}
.font-center{
  text-align: center;
}
/* ================================ * /
            ヘッダーフッター
==================================== */
/* ヘッダー */
.header {
  padding-top: 20px;
}
.header-background {
  width: 100%;
  height: 150px;
}
.header__logo--image {
  opacity: 1;
  width: 15%;
  position: absolute;
  top: 3rem;
  left: 6rem;
}
@media (max-width: 820px) {
  .header__logo--image {
    position: absolute;
    top: 3rem;
    left: 4rem;
  }
}
@media (max-width: 420px) {
  .header__logo--image {
    position: absolute;
    top: 3rem;
    left: 2rem;
  }
}
.header__logo--imageSmall {
  opacity: 0;
  width: 10%;
  position: absolute;
  top: 2rem;
  left: 5rem;
}
@media (max-width: 820px) {
  .header__logo--imageSmall {
    position: absolute;
    top: 3rem;
    left: 4rem;
  }
}
@media (max-width: 420px) {
  .header__logo--imageSmall {
    position: absolute;
    top: 3rem;
    left: 2rem;
  }
}
.header__list {
  list-style: none;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  padding-right: 4rem;
}
.header__list:hover {
  text-decoration: none;
  color: #ffffff;
}
.header__list:active {
  text-decoration: none;
  color: #ffffff;
}
.header__link {
  text-decoration: none;
  line-height: 2.1rem;
}
.header__link:hover {
  text-decoration: none;
  color: #ffffff;
}
.header__link:active {
  text-decoration: none;
  color: #ffffff;
}
.header__reservation {
  margin-left: 55px;
  margin-right: 15px;
  text-align: center;
}
@media (max-width: 820px) {
  .header__reservation {
    visibility: hidden;
  }
}
@media (max-width: 420px) {
  .header__reservation {
    visibility: hidden;
  }
}
.header__reservation--font {
  text-decoration: none;
  width: 50%;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2470588235);
  padding: 15px;
  font-size: initial;
  cursor: pointer;
}
@media (max-width: 820px) {
  .header__reservation--font {
    background-color: rgba(255, 255, 255, 0);
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 10px;
    line-height: 5rem;
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .header__reservation--font {
    background-color: rgba(255, 255, 255, 0);
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 10px;
    line-height: 6rem;
    font-size: 20px;
  }
}
.header__reservation--font:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.header__reservation--font:active {
  text-decoration: none;
  color: #ffffff;
}
.header__menuIcon {
  display: none;
}
@media (max-width: 820px) {
  .header__menuIcon {
    display: block;
    position: relative;
    top: 0.5rem;
  }
}
@media (max-width: 420px) {
  .header__menuIcon {
    display: block;
    position: relative;
    top: 0.5rem;
  }
}
@media (max-width: 820px) {
  .header__sns {
    width: 17%;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
  }
}
@media (max-width: 420px) {
  .header__sns {
    width: 17%;
    margin: 0rem 0.5rem 0rem 0.5rem;
  }
}
@media (max-width: 820px) {
  .header__position {
    margin-bottom: 20rem;
  }
}
@media (max-width: 420px) {
  .header__position {
    margin-bottom: 8rem;
  }
}

/* ハンバーガーメニュー BEGIN */
nav.globalMenuSp {
  display: none;
}

@media (max-width: 820px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 65px;
    top: 15px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    /* ナビ開いてる時のボタン */
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    left: 6px;
    background: #FFF;
    transition: 0.3s ease-in-out;
  }
  .hamburger span.menuIcon {
    background: url(../image/header/menu_icon.svg) center no-repeat;
    width: 65px;
    height: 20px;
    background-size: initial;
    position: absolute;
    top: 0.5rem;
    left: -1rem;
  }
  .hamburger span:nth-child(1) {
    opacity: 0;
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    opacity: 0;
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    opacity: 0;
    top: 30px;
  }
  .hamburger.active span.menuIcon {
    opacity: 0;
  }
  .hamburger.active span:nth-child(1) {
    opacity: 1;
    top: 16px;
    left: 6px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    opacity: 1;
    top: 16px;
    background: #fff;
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #ffffff;
    background: url("../image/background-tb.png") no-repeat;
    background-color: #233B6C;
    background-position: bottom;
    background-size: cover;
    text-align: center;
    height: 100vh;
    width: 100vw;
    text-align: center;
    height: 100vh;
    width: 100vw;
    vertical-align: middle;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    opacity: 0;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 50;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 50;
    }
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li a:hover {
    background: #ffffff;
    color: #233B6C;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #ffffff;
    padding: 1em 0;
    text-decoration: none;
  }
  nav.globalMenuSp.active {
    opacity: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 65px;
    top: 15px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    /* ナビ開いてる時のボタン */
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    left: 6px;
    background: #FFF;
    transition: 0.3s ease-in-out;
  }
  .hamburger span.menuIcon {
    background: url(../image/header/menu_icon.svg) center no-repeat;
    width: 65px;
    height: 20px;
    background-size: initial;
    position: absolute;
    top: 0.5rem;
    left: -1rem;
  }
  .hamburger span:nth-child(1) {
    opacity: 0;
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    opacity: 0;
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    opacity: 0;
    top: 30px;
  }
  .hamburger.active span.menuIcon {
    opacity: 0;
  }
  .hamburger.active span:nth-child(1) {
    opacity: 1;
    top: 16px;
    left: 6px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    opacity: 1;
    top: 16px;
    background: #fff;
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #ffffff;
    background: url("../image/background-sp.png") center no-repeat;
    background-size: 100vw;
    background-position-y: bottom;
    background-color: #233B6C;
    text-align: center;
    height: 100vh;
    vertical-align: middle;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    opacity: 0;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 50;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 50;
    }
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li a:hover {
    background: #ffffff;
    color: #233B6C;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #ffffff;
    padding: 1em 0;
    text-decoration: none;
  }
  nav.globalMenuSp.active {
    opacity: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1rem;
  }
}
/* ハンバーガーメニュー END */
/* フッター */
.footer {
  overflow: hidden;
  padding-top: 20px;
}
.footer-background {
  background: url("../image/footer/footer_bg_2.jpg");
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 350px;
}
.footer__logo--image {
  width: 33%;
  text-align: right;
  z-index: 11;
}
@media (max-width: 420px) {
  .footer__logo--image {
    width: 26%;
    position: absolute;
    left: 12vw;
    top: 5vw;
    z-index: 11;
  }
}
@media (min-width: 421px) and (max-width: 768px) {
  .footer__logo--image {
    width: 15%;
    position: absolute;
    left: 10vw;
    top: 5vw;
    z-index: 11;
  }
}
.footer__list {
  list-style: none;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  z-index: 10;
}
@media (max-width: 420px) {
  .footer__list {
    text-align: left;
    position: absolute;
    left: 65vw;
    top: -5vw;
  }
}
@media (min-width: 421px) and (max-width: 768px) {
  .footer__list {
    text-align: left;
    position: absolute;
    left: 50vw;
    top: 7vw;
  }
}
.footer__list:hover {
  text-decoration: none;
  color: #ffffff;
}
.footer__list:active {
  text-decoration: none;
  color: #ffffff;
}
.footer__link {
  text-decoration: none;
  line-height: 2.1rem;
}
.footer__link:hover {
  text-decoration: none;
  color: #ffffff;
}
.footer__link:active {
  text-decoration: none;
  color: #ffffff;
}
.footer__reservation {
  padding-top: 85px;
  text-align: center;
}
.footer__reservation--font {
  text-decoration: none;
  border: 1px solid gray;
  padding: 15px;
  font-size: initial;
  cursor: pointer;
}
@media (min-width: 421px) and (max-width: 768px) {
  .footer__reservation--font {
    width: 18%;
    height: auto;
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: 14vw;
    left: 75vw;
  }
}
@media (max-width: 420px) {
  .footer__reservation--font {
    width: 32%;
    height: auto;
    padding: 5px 5px 5px 5px;
    position: absolute;
    top: 42vw;
    left: 65vw;
  }
}
@media (max-width: 389px) {
  .footer__reservation--font {
    width: 32%;
    height: auto;
    padding: 5px 5px 5px 5px;
    position: absolute;
    top: 45vw;
    left: 65vw;
  }
}
.footer__reservation--font:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer__reservation--font:active {
  text-decoration: none;
  color: #ffffff;
}
.footer__sns {
  text-align: center;
  color: #ffffff;
  width: 8%;
}
@media (min-width: 421px) and (max-width: 768px) {
  .footer__sns {
    width: 12%;
  }
}
@media (max-width: 820px) {
  .footer__sns {
    width: 12%;
  }
}
@media (max-width: 420px) {
  .footer__sns {
    width: 15%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.footer__sns--position {
  margin-top: 1.5rem;
}
.footer__sns--position a:hover {
  text-decoration: none;
}
.footer__sns--position a:active {
  text-decoration: none;
}
@media (min-width: 421px) and (max-width: 768px) {
  .footer__sns--position {
    position: relative;
    top: 7vw;
    left: 66vw;
    width: 32%;
  }
}
@media (max-width: 420px) {
  .footer__sns--position {
    position: inherit;
    top: 20vw;
  }
}
.footer__copyright--font {
  font-size: 12px;
  color: #ffffff;
  margin-top: -20px;
}
@media (min-width: 421px) and (max-width: 768px) {
  .footer__copyright--font {
    position: relative;
    top: 28vh;
    left: 3vw;
  }
}
@media (max-width: 420px) {
  .footer__copyright--font {
    position: relative;
    top: 25vw;
  }
}
.footer__pmark--font {
  font-size: 12px;
  color: #ffffff;
}
.footer__pmark--font:hover {
  text-decoration: none;
  color: #ffffff;
}
.footer__pmark--font:active {
  text-decoration: none;
  color: #ffffff;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(128, 128, 128, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal__container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal__active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

/*モーダル枠の指定*/
.modal__body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 80%;
}
@media (max-width: 820px) {
  .modal__body {
    width: 95%;
    height: 100%;
  }
}

/*モーダル内のコンテンツの指定*/
.modal__content {
  background: #000;
  height: 100%;
  padding: 30px;
  position: relative;
  overflow-y: auto;
}

.modal__reserve--select {
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    font-size: 18px;
    color: #fff;
    margin: 3rem 0 1rem 0;
}

.modal__btn {
  display: flex;
  flex-direction: column;
}

.modal__content--wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.modal__btn__link {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  text-decoration: none;
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2470588235);
  padding: 10px;
  font-size: initial;
  color: #ffffff !important;
  background: #000;
  cursor: pointer;
  margin: auto;
  margin-top: 1.2rem;
  cursor: pointer;
}
@media (max-width: 820px) {
  .modal__btn__link {
    padding: 8px;
  }
}

.modal__btn__link:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.modal__btn__link--close {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  text-decoration: none;
  width: 50%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2470588235);
  font-size: initial;
  color: #ffffff !important;
  background: rgb(155 155 155 / 25%);
  cursor: pointer;
  margin: auto;
  margin-top: 1.2rem;
  cursor: pointer;
}

.modal__btn__link--close:hover {
  background-color: #363636;
}

.modal__btn__link--mt {
  margin-top: 3.2rem;
}
.modal__mt {
  margin-top: 3rem;
}
@media (max-width: 820px) {
  .modal__mt {
    margin-top: 2rem;
  }
}
.modal__mt--title {
  margin-top: 1.5rem;
}

.modal__close {
  z-index: 99;
}
.reservation__modal--line {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #FFF;
  height: 1px;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 65%;
}
.linkwidth {
  width: 30%;
}
@media (max-width: 820px) {
  .linkwidth {
    width: 60%;
  }
}

@media (min-width: 820px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.tel {
  font-size: 20px !important;
  letter-spacing: 3px;
  margin: 1.2rem 0 !important;
}

.tel a {
  border-bottom: #FFF 1px solid;
}


.reserve-title {
  margin-top: 2rem !important;
}

.white {
  color: #FFF !important;
}

/* ================================ * /
            トップページ
==================================== */
.top-banner__background {
  background: url("../image/index/top.jpg");
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
}
@media (max-width: 820px) {
  .top-banner__background {
    width: 40%;
    background-position: left 14% center;
  }
}
@media (max-width: 420px) {
  .top-banner__background {
    background-size: cover;
    background-position: left 39% center;
    height: 900px;
  }
}
@media (max-width: 389px) {
  .top-banner__background {
    background-size: cover;
    background-position: left 37% center;
    height: 790px;
  }
}
.top-banner__title {
  font-size: 24px;
}
.top-banner__description {
  margin-top: 10px;
}
.top-banner__korona {
  color: #ffffff;
}
.top-banner__korona--link {
  /* コロナ対策ボダン */
  width: 35vw;
  border: 1px solid rgba(255, 255, 255, 0.2470588235);
  padding: 20px;
  font-size: initial;
  position: absolute;
  top: 85vh;
  left: 3vw;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 820px) {
  .top-banner__korona--link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media (max-width: 420px) {
  .top-banner__korona--link {
    width: 92vw;
    font-size: 14px;
    padding: 10px;
    margin-top: 5vh;
    margin-left: 0.25rem;
  }
}
@media (max-width: 389px) {
  .top-banner__korona--link {
    width: 92vw;
    font-size: 12px;
    padding: 10px;
    margin-top: 5vh;
  }
}
.top-banner__korona--link:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2470588235);
}
.top-banner__korona--link:active {
  text-decoration: none;
  color: #ffffff;
}

/* 槇の鯛めし */
.maki__verticl--line {
  padding-right: 500px;
  width: 150px;
  height: 20%;
  border-right: 1px solid #ffffff;
}
.maki__gohan {
  background: url("../image/index/gohan.png") left no-repeat;
  background-size: 68%;
  height: 90vh;
  margin-top: 3rem;
}
@media (max-width: 820px) {
  .maki__gohan {
    background: url("../image/index/gohan.png") left no-repeat;
    background-size: 90%;
    height: 80vh;
    margin-bottom: -15rem;
  }
}
@media (max-width: 420px) {
  .maki__gohan {
    background: url("../image/index/gohan.png") left no-repeat;
    background-size: 81%;
    height: 68vh;
    margin-bottom: -6rem;
  }
}
.maki__gohan--font {
  height: 330px;
}
@media (max-width: 820px) {
  .maki__gohan--font {
    height: 330px;
  }
}
@media (max-width: 420px) {
  .maki__gohan--font {
    height: 330px;
    font-size: 12px;
    width: 280px;
  }
}
.maki__gohan--content {
  font-size: 24px;
  position: absolute;
  top: 0vh;
  right: 2.1vw;
  text-align: right;
  z-index: 2;
}
@media (max-width: 820px) {
  .maki__gohan--content {
    font-size: 24px;
    position: absolute;
    top: 2vh;
    right: 2.1vw;
    text-align: right;
    z-index: 2;
  }
}
@media (max-width: 420px) {
  .maki__gohan--content {
    font-size: 12px;
    position: absolute;
    top: 2.5vh;
    right: 3vw;
    text-align: right;
    z-index: 2;
  }
}

.zeitaku__aofude {
  background: url("../image/index/title_aofude.svg") center no-repeat;
  background-size: 25%;
  background-position: top;
  line-height: 4rem;
  padding-bottom: 6rem;
}
@media (max-width: 820px) {
  .zeitaku__aofude {
    background-size: 35%;
    background-position: top;
  }
}
@media (max-width: 420px) {
  .zeitaku__aofude {
    background-size: 65%;
    background-position: top;
  }
}
.zeitaku__tai {
  position: relative;
  height: auto;
  padding: unset;
}
.zeitaku__tai--img {
  height: auto;
  width: 100vw;
}
@media (max-width: 820px) {
  .zeitaku__tai--img {
    height: auto;
    width: 100vw;
  }
}
@media (max-width: 420px) {
  .zeitaku__tai--img {
    visibility: hidden;
  }
}
.zeitaku__tai--imgFontBk {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 50;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 50;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 50;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 50;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 820px) {
  .zeitaku__tai--imgFontBk {
    height: 34.7vh;
    top: 0px;
  }
}
@media (max-width: 420px) {
  .zeitaku__tai--imgFontBk {
    visibility: hidden;
  }
}
.zeitaku__tai--imgFont {
  opacity: 0;
  color: #ffffff;
  text-align: end;
  letter-spacing: 0.05rem;
  /* padding-right: 14vw; */
  padding-top: 3vw;
  font-size: 23px;
}
@media (max-width: 820px) {
  .zeitaku__tai--imgFont {
    padding-top: 1rem;
    /* padding-right: 7rem; */
    letter-spacing: 0.01rem;
    font-size: 16px;
  }
}
.zeitaku__tai--imgFont--sstitle{
font-size:30px;
}
@media (max-width: 1165px) {
  .zeitaku__tai--imgFont--sstitle{
    font-size:25px;
    margin-bottom: 2px;
    }
}
.zeitaku__tai--imgFont--title{
  font-size:40px;
}
@media (max-width: 1165px) {
  .zeitaku__tai--imgFont--title{
    font-size:20px;
    }
}
.zeitaku__tai--imgFont--sidetitle{
  font-size:21px;
}
@media (max-width: 1165px) {
  .zeitaku__tai--imgFont--sidetitle{
    font-size:15px;
    margin-bottom: 5px;
  }
}
.zeitaku__tai--imgFont--sidetitle-big{
  font-size:24px;
}
@media (max-width: 1165px) {
  .zeitaku__tai--imgFont--sidetitle-big{
    font-size:18px;
    margin-bottom: 5px;
  }
}
.zeitaku__tai--imgFont--txt{
  padding-right: 14vw;
  padding-top: 30px;
}

@media (max-width:1165px) {
  .zeitaku__tai--imgFont--txt{
    padding-right: 7vw;
    padding-top: 0px;
    font-size:16px;
  }
}
.zeitaku__tai--imgFont--right{
  padding-right: 14vw;
}
@media (max-width: 820px) {
  .zeitaku__tai--imgFont--right{
    padding-right: 7vw;
  }
}
@media (max-width: 420px) {
  .zeitaku__tai--imgFont {
    visibility: hidden;
  }
}

@media (max-width: 420px) {
  .zeitaku__tai--imgFont {
    visibility: hidden;
  }
}
@media (max-width: 820px) {
  .zeitaku__tai--imgFontLast {
    font-size: 14px;
    letter-spacing: 0.01rem;
  }
}
@media (max-width: 420px) {
  .zeitaku__tai--imgFontLast {
    visibility: hidden;
  }
}
.zeitaku__tai--imgReservation {
  display: none;
  text-decoration: none;
  border: 1px solid gray;
  padding: 15px;
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  top: 2vw;
  left: 73vw;
  cursor: pointer;
}
.zeitaku__tai--imgReservationSP {
  text-decoration: none;
  border: 1px solid gray;
  padding: 5px 15px 5px 15px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 63vh;
  left: 15vw;
  cursor: pointer;
}
.zeitaku__tai--imgReservationSP:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.zeitaku__tai--imgReservationSP:active {
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 389px) {
  .zeitaku__tai--imgReservationSP {
    position: absolute;
    left: 17vw;
  }
}
.zeitaku__tai--imgReservation:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.zeitaku__tai--imgReservation:active {
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 820px) {
  .zeitaku__tai--imgReservation {
    font-size: 18px;
    padding: 11px;
    bottom: 1rem;
    left: 34rem;
  }
}
@media (max-width: 420px) {
  .zeitaku__tai--imgReservation {
    visibility: hidden;
  }
}
.zeitaku__kodawari--img {
  width: 100%;
  padding-top: 1rem;
}
@media (max-width: 420px) {
  .zeitaku__kodawari--img {
    visibility: hidden;
    height: 1rem;
  }
}
.zeitaku__kodawari--SYFont {
  opacity: 0;
  position: absolute;
  top: 1rem;
  left: 0.9rem;
  padding-right: 0.9rem;
  max-width: 97.5%;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 50;
  }
}
@keyframes fadeOut {
  from {
    opacity: 50;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 820px) {
  .zeitaku__kodawari--SYFont {
    max-width: 96%;
  }
}
@media (min-width: 421px) and (max-width: 768px) {
  .zeitaku__kodawari--SYFont {
    max-width: 95%;
  }
}
@media (max-width: 920px) {
  .zeitaku__kodawari--SYFont {
    max-width: 96%;
  }
}
@media (max-width: 420px) {
  .zeitaku__kodawari--SYFont {
    visibility: hidden;
  }
}
.zeitaku__kodawari--KMFont {
  opacity: 0;
  position: absolute;
  top: 1rem;
  left: 0.9rem;
  padding-right: 0.9rem;
  max-width: 97.5%;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 50;
  }
}
@keyframes fadeOut {
  from {
    opacity: 50;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 820px) {
  .zeitaku__kodawari--KMFont {
    max-width: 96%;
  }
}
@media (min-width: 421px) and (max-width: 768px) {
  .zeitaku__kodawari--KMFont {
    max-width: 95%;
  }
}
@media (max-width: 920px) {
  .zeitaku__kodawari--KMFont {
    max-width: 96%;
  }
}
@media (max-width: 420px) {
  .zeitaku__kodawari--KMFont {
    visibility: hidden;
  }
}
.zeitaku__kodawari--TMGFont {
  opacity: 0;
  position: absolute;
  top: 1rem;
  left: 0.9rem;
  padding-right: 0.9rem;
  max-width: 97.5%;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 50;
  }
}
@keyframes fadeOut {
  from {
    opacity: 50;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 820px) {
  .zeitaku__kodawari--TMGFont {
    max-width: 96%;
  }
}
@media (min-width: 421px) and (max-width: 768px) {
  .zeitaku__kodawari--TMGFont {
    max-width: 95%;
  }
}
@media (max-width: 920px) {
  .zeitaku__kodawari--TMGFont {
    max-width: 96%;
  }
}
@media (max-width: 420px) {
  .zeitaku__kodawari--TMGFont {
    visibility: hidden;
  }
}
.zeitaku__kodawari--MSFont {
  opacity: 0;
  position: absolute;
  top: 1rem;
  left: 0.9rem;
  padding-right: 0.9rem;
  max-width: 97.5%;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 50;
  }
}
@keyframes fadeOut {
  from {
    opacity: 50;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 820px) {
  .zeitaku__kodawari--MSFont {
    max-width: 96%;
  }
}
@media (min-width: 421px) and (max-width: 768px) {
  .zeitaku__kodawari--MSFont {
    max-width: 95%;
  }
}
@media (max-width: 920px) {
  .zeitaku__kodawari--MSFont {
    max-width: 96%;
  }
}
@media (max-width: 420px) {
  .zeitaku__kodawari--MSFont {
    visibility: hidden;
  }
}
.zeitaku__kodawariPC {
  display: block;
}
@media (max-width: 820px) {
  .zeitaku__kodawariPC {
    display: block;
  }
}
@media (max-width: 420px) {
  .zeitaku__kodawariPC {
    display: none;
  }
}
.zeitaku__kodawariSP {
  display: none;
}
@media (max-width: 820px) {
  .zeitaku__kodawariSP {
    display: none;
  }
}
@media (max-width: 420px) {
  .zeitaku__kodawariSP {
    display: block;
    margin-top: -2rem;
  }
}
@media (max-width: 420px) {
  .zeitaku__kodawariSP--sildePhoto {
    width: auto;
    height: 95vh;
  }
}
@media (max-width: 389px) {
  .zeitaku__kodawariSP--sildePhoto {
    width: auto;
    height: 95vh;
  }
}
.zeitaku__kodawariSP--sildePhoto-sildemoji {
  margin: 1rem 1rem 0rem 1rem;
}
.zeitaku__kodawariSP--sildePhoto-sildeicon {
  display: inline;
  margin-left: 0.5rem;
  width: 10%;
}
.zeitaku__kodawariSP--BtnMaru {
  position: absolute;
  bottom: -3.5rem;
}
.zeitaku__kodawariSP--BtnMaru .active {
  background-color: #6D1433;
}
.zeitaku__kodawariSP--BtnMaru li {
  border-radius: 50%;
  margin: 1px 3px;
  height: 1rem;
  max-width: 1rem;
  background-color: #ffffff;
  opacity: 1;
}

/* 鯛めしの食べ方 */
.tabekata {
  background: url("../image/index/tabekata-pc.svg") no-repeat;
  height: 1000px;
  margin-bottom: 2rem;
}
@media (max-width: 820px) {
  .tabekata {
    background: url("../image/index/tabekata-pc.svg") no-repeat;
    height: 555px;
  }
}
@media (max-width: 420px) {
  .tabekata {
    height: 665px;
    background: url("../image/index/tabekata-sp.svg") no-repeat;
  }
}

/* ご挨拶 */
.aisatsu {
  width: 100%;
}
.aisatsshop__img {
  width: 400px;
  /* padding-left: 1.5rem; */
  margin-right:50%;
  position: absolute;
  margin-top: -260px;
}
@media (max-width: 820px) {
  .aisatsshop__img {
    width: 300px;
    /* padding-left: 1.5rem; */
    margin-right:50%;
    position: absolute;
    margin-top: -300px;
  }
}
@media (max-width: 420px) {
  @media (max-width: 820px) {
    .aisatsshop__img {
      width: 180px;
      /* padding-left: 1.5rem; */
      margin-right:50%;
      position: absolute;
      margin-top: -40px;
    }
  }
}
@media (max-width: 320px) {
  @media (max-width: 820px) {
    .aisatsshop__img {
      width: 200px;
      /* padding-left: 1.5rem; */
      margin-right:50%;
      position: absolute;
      margin-top: -30px;
    }
  }
}
.aisatsu__img {
  display: none;
}
@media (max-width: 820px) {
  .aisatsu__img {
    display: block;
    width: 80%;
    padding-left: 1.5rem;
  }
}
.aisatsu__img--sign {
  width: 40%;
  padding-top: 2rem;
}
@media (max-width: 820px) {
  .aisatsu__img--sign {
    padding-top: 1rem;
  }
}
@media (max-width: 420px) {
  .aisatsu__img--sign {
    width: 70%;
    padding-top: 3rem;
    margin: 0px 0px 50px 85px;
  }
}
.aisatsu__background {
  background-image: url("../image/index/aisatsu-boss-pc.png");
  background-position: 90% 90%;
  background-size: 60% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .aisatsu__background {
    background-position: 100% 30%;
    background-size: 50% auto;
  }
}
@media (max-width: 820px) {
  .aisatsu__background {
    background-image: none;
  }
}
.aisatsu__background--sign {
  width: 70%;
  padding-top: 2rem;
}
@media (max-width: 820px) {
  .aisatsu__background--sign {
    width: 70%;
    padding-top: 1rem;
  }
}
@media (max-width: 420px) {
  .aisatsu__background--sign {
    width: 70%;
    padding-top: 3rem;
    margin: 0px 0px 50px 85px;
  }
}
.aisatsu__font {
  color: #ffffff;
  position: absolute;
  right: 550px;
  top: 250px;
  letter-spacing: 0.2rem;
}
.aisatsu__font--eng {
  text-align: center;
  font-size: 16px;
}
.aisatsu__fontBoss {
  text-align: left;
  padding-left: 3rem;
}
@media (max-width: 640px) {
  .aisatsu__fontBoss {
    padding-left: 0rem;
    width: 355px;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .aisatsu__fontBoss {
    width: 355px;
    font-size: 14px;
    padding-left: 1vw;
  }
}

/* お料理 */
.food__mitame {
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 420px) {
  .food__mitame {
    margin-bottom: 1rem;
  }
}
.food__img {
  width: 100%;
  height: 455px;
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 420px) {
  .food__img {
    height: 180px;
  }
}
.food__don-img {
  width: 100%;
  height: 246px;
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 420px) {
  .food__don-img {
    height: 84px;
  }
}
.food__submitame {
  width: 100%;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.food__font {
  color: #ffffff;
  position: absolute;
  right: 550px;
  top: 250px;
  letter-spacing: 0.2rem;
}
.food__font--eng {
  text-align: center;
  font-size: 16px;
}
.food__historyPC {
  display: block;
}
@media (max-width: 420px) {
  .food__historyPC {
    display: none;
  }
}
.food__historySP {
  display: none;
}
@media (max-width: 420px) {
  .food__historySP {
    display: block;
  }
}
.food__shopPC {
  display: block;
}
@media (max-width: 420px) {
  .food__shopPC {
    display: none;
  }
}
.food__shopSP {
  display: none;
}
@media (max-width: 420px) {
  .food__shopSP {
    display: block;
  }
}
.food__donabe {
  display: flex;
  align-items: center;
  padding: 0 15px 0 15px;
  flex-direction: column-reverse;
}
.food__donabe--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.food__donabe--fontsize {
  font-size: 16px;
}
@media (max-width: 420px) {
  .food__donabe--fontsize {
    font-size: 15px;
  }
}
.food__donabe--fontsizesub {
  font-size: 14px;
}
@media (max-width: 420px) {
  .food__donabe--fontsizesub {
    font-size: 13px;
  }
}
.food__donabe--sp {
  display: none;
}
@media (max-width: 820px) {
  .food__donabe--sp {
    display: block;
  }
}

/* 夜のコース */
.yoru__aofude {
  background: url("../image/index/title_aofude.svg") center no-repeat;
  background-size: 80%;
  background-position: top;
  text-align: center;
}
@media (max-width: 820px) {
  .yoru__aofude {
    background-size: 80%;
    background-position: top;
  }
}
@media (max-width: 420px) {
  .yoru__aofude {
    background-size: 80%;
    background-position: top;
  }
}
.yoru__aofude-sekidake {
  background: url("../image/index/title_aofude.svg") center no-repeat;
  background-size: 50%;
  background-position: top;
  text-align: center;
}
@media (max-width: 820px) {
  .yoru__aofude-sekidake {
    background-size: 45%;
    background-position: top;
  }
}
@media (max-width: 420px) {
  .yoru__aofude-sekidake {
    background-size: 40%;
    background-position: top;
  }
}
.yoru__font {
  display: contents;
  padding-left: 16px;
}
@media (max-width: 820px) {
  .yoru__font {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .yoru__font {
    font-size: 14px;
  }
}
.yoru__font--line {
  border-top: #ffffff solid 1px;
  width: 80%;
  position: relative;
  left: 12%;
  margin: 3px 0 3px 0;
}
@media (max-width: 420px) {
  .yoru__font--line {
    width: 80%;
    left: 12%;
  }
}
@media (max-width: 820px) {
  .yoru__price {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .yoru__price {
    font-size: 18px;
  }
}
.yoru__tax {
  display: inline;
}
@media (max-width: 820px) {
  .yoru__tax {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .yoru__tax {
    font-size: 14px;
  }
}
.yoru__tax-sekinomi {
  font-size: 18px;
}
@media (max-width: 820px) {
  .yoru__tax-sekinomi {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .yoru__tax-sekinomi {
    font-size: 14px;
  }
}

/* 昼のコース */
.hiru__font{
  display: contents;
  padding-left: 16px;
}
@media (max-width: 820px) {
  .hiru__font {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .hiru__font {
    font-size: 14px;
  }
}
.hiru__font--line {
  border-top: #ffffff solid 1px;
  width: 46%;
  position: relative;
  left: 27%;
  margin: 3px 0 3px 0;
}
@media (max-width: 420px) {
  .hiru__font--line {
    width: 30%;
    left: 35%;
  }
}
.hiru__font--lineC {
  border-top: #ffffff solid 1px;
  width: 20%;
  position: relative;
  left: 40%;
  margin: 3px 0 3px 0;
}
@media (max-width: 420px) {
  .hiru__font--lineC {
    width: 42%;
    left: 30%;
  }
}
@media (max-width: 820px) {
  .hiru__price {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .hiru__price {
    font-size: 12px;
  }
}
.hiru__detail {
  margin-top: 1.5rem;
  margin-left: 2rem;
}
@media (min-width: 1350px) {
  .hiru__detail {
    margin-left: 22%;
  }
}
@media (max-width: 820px) {
  .hiru__detail {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .hiru__detail {
    font-size: 16px;
  }
}
.hiru__tax {
  display: inline;
}
@media (max-width: 820px) {
  .hiru__tax {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .hiru__tax {
    font-size: 10px;
  }
}
@media (max-width: 420px) {
  .hiru__photo-text {
    padding: 0;
  }
}

.margin-botttom {
  margin-bottom: 3rem;
}
@media (max-width: 420px) {
  .margin-botttom {
    margin-bottom: 1.5rem;
  }
}

.m-top {
  margin-top: 0.5rem;
}

.m-width {
  max-width: 600px;
  margin: 0 auto;
}

.n-width {
  max-width: none;
  flex: none;
}

.br-sp {
  display: none;
}
@media (max-width: 420px) {
  .br-sp {
    display: block;
  }
}

@media (max-width: 420px) {
  .don-font {
    font-size: 13px;
  }
}

.course_txt-bottom{
  margin-top: 60px;
}

/* お飲み物 */
.drink__mikan--font {
  font-weight: lighter;
}
@media (max-width: 820px) {
  .drink__mikan--font {
    font-weight: lighter;
  }
}
@media (max-width: 420px) {
  .drink__mikan--font {
    font-size: 16px;
    font-weight: lighter;
  }
}
.drink__mikan--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.drink__aofude {
  background: url("../image/index/title_aofude.svg") center no-repeat;
  background-size: 100%;
  background-position: center;
  text-align: center;
}
@media (max-width: 820px) {
  .drink__aofude {
    background-size: 100%;
    background-position: center;
  }
}
@media (max-width: 420px) {
  .drink__aofude {
    background-size: 100%;
    background-position: center;
  }
}
.menu__aofude {
  background: url("../image/index/menutitle_aofude.svg") center no-repeat;
  background-position: center;
  text-align: center;
  padding-bottom: 25px;
  background-size: 100%;
}
@media (max-width: 820px) {
  .menu__aofude {
    background-position: center;
  }
}
@media (max-width: 420px) {
  .menu__aofude {
    background-size: 100%;
    background-position: center;
  }
}

/* お知らせテキスト */
.lunchmenu__news{
  font-size: 15px;
  margin-top: 10px;
}
@media (max-width: 420px) {
  .lunchmenu__news{
    font-size: 12px;
    margin-top: 8px;
  }
}
/* 槇のご紹介 */
.makisyoukai {
  background: url("../image/index/background-white-wasi.jpg") center repeat;
}
.makisyoukai__introduction {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}
@media (max-width: 820px) {
  .makisyoukai__introduction {
    height: auto;
  }
}
@media (max-width: 420px) {
  .makisyoukai__introduction {
    height: auto;
  }
}
.makisyoukai__btn--syoukai {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3019607843);
  text-decoration: none;
  height: 35px;
  border: 1px solid gray;
  padding: 20px 55px 40px 55px;
  font-size: initial;
  margin-top: 2rem;
  margin-bottom: 4.5rem;
  cursor: pointer;
}
.makisyoukai__btn--syoukai:hover {
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.makisyoukai__btn--syoukai:active {
  text-decoration: none;
  color: #000000;
}

/* 店舗紹介 */
.shop {
  margin-top: 5rem;
}
@media (max-width: 420px) {
  .shop {
    margin-top: 3rem;
  }
}
.shop__titlePC {
  display: block;
}
@media (max-width: 420px) {
  .shop__titlePC {
    display: none;
  }
}
.shop__titleSP {
  display: none;
}
@media (max-width: 420px) {
  .shop__titleSP {
    display: block;
  }
}
.shop__Gfont {
  text-decoration: none;
  display: inline;
  margin-left: 5rem;
}
@media (max-width: 820px) {
  .shop__Gfont {
    margin-left: 4rem;
  }
}
@media (max-width: 420px) {
  .shop__Gfont {
    font-size: 14px;
    margin-top: -1rem;
  }
}
.shop__Gfont:hover {
  text-decoration: none;
  color: #ffffff;
}
.shop__Gfont:active {
  text-decoration: none;
}
.shop__Gfont23 {
  text-decoration: none;
  display: inline;
  /* margin-left: -15rem; */
}
@media (max-width: 820px) {
  .shop__Gfont23 {
    margin-left: 0rem;
  }
}
@media (min-width: 421px) and (max-width: 768px) {
  .shop__Gfont23 {
    margin-left: 0rem;
  }
}
@media (max-width: 420px) {
  .shop__Gfont23 {
    font-size: 14px;
    margin-left: 0rem;
  }
}
@media (max-width: 389px) {
  .shop__Gfont23 {
    margin-left: 0rem;
  }
}
.shop__Gfont23:hover {
  text-decoration: none;
  color: #ffffff;
}
.shop__Gfont23:active {
  text-decoration: none;
}
.shop__font--underline {
  display: block;
  position: relative;
  width: 170px;
  height: 1px;
  left: 15px;
  background: #ffffff;
}
@media (max-width: 420px) {
  .shop__font--underline {
    width: 120px;
    left: 10px;
  }
}
.shop__1 {
  width: 100%;
}
@media (max-width: 420px) {
  .shop__1 {
    margin-bottom: 1rem;
  }
}
.shop__1--PC {
  display: block;
}
@media (max-width: 420px) {
  .shop__1--PC {
    display: none;
  }
}
.shop__1--SP {
  display: none;
}
@media (max-width: 420px) {
  .shop__1--SP {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .shop__1--SPinline {
    display: inline;
  }
}
.shop__1--content {
  display: inline;
}
@media (max-width: 820px) {
  .shop__1--content {
    display: inline;
  }
}
@media (max-width: 420px) {
  .shop__1--content {
    display: inline;
    margin-left: -1rem;
  }
}
.shop__1--content1 {
  display: inline;
  padding-left: 2rem;
}
@media (max-width: 820px) {
  .shop__1--content1 {
    display: inline-block;
    padding-left: 1.5rem;
    margin-right: -7rem;
  }
}
@media (max-width: 420px) {
  .shop__1--content1 {
    display: inline-block;
    padding-left: 1rem;
    margin-right: -7rem;
  }
}
.shop__1--content2 {
  display: block;
  padding-left: 7.3rem;
}
@media (max-width: 820px) {
  .shop__1--content2 {
    display: block;
    padding-left: 6.2rem;
    margin-right: -5rem;
  }
}
@media (max-width: 420px) {
  .shop__1--content2 {
    padding-left: 3.7rem;
  }
}
.shop__1--content3 {
  display: inline;
  padding-left: 2rem;
}
@media (max-width: 820px) {
  .shop__1--content3 {
    display: inline;
    padding-left: 1.3rem;
  }
}
@media (max-width: 420px) {
  .shop__1--content3 {
    display: inline-block;
    padding-left: 1rem;
    margin-right: -7rem;
  }
}
.shop__1--content4 {
  display: block;
  padding-left: 8.5rem;
}
@media (max-width: 820px) {
  .shop__1--content4 {
    display: block;
    padding-left: 7.2rem;
  }
}
@media (max-width: 420px) {
  .shop__1--content4 {
    display: block;
    padding-left: 4.5rem;
    margin-right: -2rem;
  }
}
.shop__1--content5 {
  display: inline-block;
  padding-left: 2.3rem;
}
@media (max-width: 820px) {
  .shop__1--content5 {
    display: inline-block;
    padding-left: 1.5rem;
  }
}
@media (max-width: 420px) {
  .shop__1--content5 {
    display: inline-block;
    padding-left: 0.2rem;
  }
}
.shop__1--content6 {
  display: block;
  padding-left: 8.5rem;
}
@media (max-width: 820px) {
  .shop__1--content6 {
    display: block;
    padding-left: 7.2rem;
  }
}
@media (max-width: 420px) {
  .shop__1--content6 {
    display: block;
    padding-left: 4.6rem;
    margin-right: -2rem;
  }
}
@media (max-width: 820px) {
  .shop__1 {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .shop__1 {
    font-size: 14px;
  }
}
  .subShop__info-div {
    gap: 2.2rem;
    margin: auto;
  }
@media (max-width: 820px) {
  .shop__23 {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .shop__23 {
    font-size: 14px;
  }
}
.shop__23--PC {
  display: block;
}
@media (max-width: 420px) {
  .shop__23--PC {
    display: none;
  }
}
.shop__23--SP {
  display: none;
}
@media (max-width: 420px) {
  .shop__23--SP {
    display: block;
  }
}
@media (max-width: 420px) {
  .shop__23--SPinline {
    display: inline;
  }
}
@media (max-width: 420px) {
  .shop__23--shopImg {
    width: 60%;
    margin-left: 0vw;
  }
}
.shop__23--content {
  display: inline;
}
@media (max-width: 820px) {
  .shop__23--content {
    display: inline;
  }
}
@media (max-width: 420px) {
  .shop__23--content {
    display: inline;
    margin-left: 1rem;
  }
}
.shop__23--content1 {
  display: inline;
  padding-left: 2rem;
}
@media (max-width: 820px) {
  .shop__23--content1 {
    display: inline-block;
    padding-left: 1.5rem;
    margin-right: -7rem;
  }
}
@media (max-width: 420px) {
  .shop__23--content1 {
    display: inline-block;
    padding-left: 1rem;
    margin-right: -7rem;
  }
}
.shop__23--content2SP {
  display: none;
}
@media (max-width: 820px) {
  .shop__23--content2SP {
    display: none;
  }
}
@media (max-width: 420px) {
  .shop__23--content2SP {
    display: block;
    padding-left: 5.5rem;
    margin-right: -3rem;
  }
}
.shop__23--content2PC {
  display: block;
  padding-left: 7.3rem;
}
@media (max-width: 820px) {
  .shop__23--content2PC {
    display: block;
    padding-left: 6.2rem;
    margin-right: -5rem;
  }
}
@media (max-width: 420px) {
  .shop__23--content2PC {
    display: none;
  }
}
.shop__23--content3 {
  display: inline;
  padding-left: 2rem;
}
@media (max-width: 820px) {
  .shop__23--content3 {
    display: inline;
    padding-left: 1.3rem;
  }
}
@media (max-width: 420px) {
  .shop__23--content3 {
    display: inline-block;
    padding-left: 1rem;
    margin-right: -7rem;
  }
}
.shop__23--content4 {
  display: block;
  padding-left: 8.5rem;
}
@media (max-width: 820px) {
  .shop__23--content4 {
    display: block;
    padding-left: 7.2rem;
  }
}
@media (max-width: 420px) {
  .shop__23--content4 {
    display: inline-block;
    padding-left: 6.8rem;
    margin-right: -2rem;
  }
}
.shop__23--content5 {
  display: inline-block;
  padding-left: 7.2rem;
}
@media (max-width: 820px) {
  .shop__23--content5 {
    display: inline-block;
    padding-left: 6rem;
    margin-right: -7rem;
  }
}
@media (max-width: 420px) {
  .shop__23--content5 {
    display: block;
    padding-left: 5.7rem;
  }
}
.shop__23--content6 {
  display: block;
  padding-left: 8.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 820px) {
  .shop__23--content6 {
    display: block;
    padding-left: 7.2rem;
  }
}
@media (max-width: 420px) {
  .shop__23--content6 {
    display: inline-block;
    padding-left: 6.6rem;
    margin-right: -2rem;
  }
}
.shop__23--content7 {
  display: inline;
  padding-left: 2rem;
}
@media (max-width: 820px) {
  .shop__23--content7 {
    display: inline-block;
    padding-left: 1.5rem;
    margin-right: -7rem;
  }
}
@media (max-width: 420px) {
  .shop__23--content7 {
    display: inline-block;
    padding-left: 1rem;
    margin-right: -7rem;
  }
}
.shop__23--content8 {
  display: block;
  padding-left: 7.3rem;
}
@media (max-width: 820px) {
  .shop__23--content8 {
    display: block;
    padding-left: 6.2rem;
    margin-right: -5rem;
  }
}
@media (max-width: 420px) {
  .shop__23--content8 {
    padding-left: 5.7rem;
    margin-right: -3rem;
  }
}
.shop__23--content9 {
  display: inline;
  padding-left: 9.8rem;
}
@media (max-width: 820px) {
  .shop__23--content9 {
    display: inline;
    padding-left: 8rem;
    margin-right: -7rem;
  }
}
@media (max-width: 420px) {
  .shop__23--content9 {
    display: inline-block;
    padding-left: 7.1rem;
    margin-right: -7rem;
  }
}
.shop__23--content10 {
  display: inline;
  padding-left: 2rem;
}
@media (max-width: 820px) {
  .shop__23--content10 {
    display: inline;
    padding-left: 1.3rem;
  }
}
@media (max-width: 420px) {
  .shop__23--content10 {
    display: inline-block;
    padding-left: 1rem;
    margin-right: -7rem;
  }
}
.shop__23--content11 {
  display: block;
  padding-left: 8.5rem;
  margin-bottom: 2.9rem;
}
@media (max-width: 820px) {
  .shop__23--content11 {
    display: block;
    padding-left: 7.2rem;
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 420px) {
  .shop__23--content11 {
    display: inline-block;
    padding-left: 6.8rem;
    margin-bottom: 2rem;
  }
}
.shop__linkIcon {
  width: 10%;
  margin-bottom: 8px;
  margin-left: 2px;
}
@media (max-width: 820px) {
  .shop__linkIcon {
    width: 10%;
  }
}
@media (max-width: 420px) {
  .shop__linkIcon {
    width: 10%;
    margin-left: 5px;
  }
}

/* メディア出演情報 */
.mediatv__font {
  padding-left: 3rem;
}
@media (max-width: 820px) {
  .mediatv__font {
    margin-right: -4rem;
    padding-left: 0rem;
  }
}
@media (max-width: 420px) {
  .mediatv__font {
    font-size: 16px;
    padding-left: 1rem;
  }
}

/* 採用情報 */
.recruit__font {
  font-size: 20px;
}
@media (max-width: 420px) {
  .recruit__font {
    font-size: 16px;
  }
}
.recruit__font--sub {
  font-size: 18px;
}
@media (max-width: 420px) {
  .recruit__font--sub {
    font-size: 14px;
  }
}
.recruit__phone a {
  color: #fff;
  text-decoration: none;
}
.recruit__mail {
  display: inline-block;
  color: #FFF;
}
.recruit__mail:hover {
  color: #FFF;
  text-decoration: none;
}
.recruit__mail--underline {
  display: block;
  position: relative;
  width: 230px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
@media (max-width: 420px) {
  .recruit__mail--underline {
    width: 180px;
  }
}
.recruit__mail--linkIcon {
  width: 7%;
  margin-bottom: 8px;
  margin-left: 2px;
}
@media (max-width: 820px) {
  .recruit__mail--linkIcon {
    width: 6%;
  }
}
@media (max-width: 420px) {
  .recruit__mail--linkIcon {
    margin-left: 5px;
  }
}

/* ================================ * /
            槇のご紹介
==================================== */
.introduction {
  display: flex;
}
.introduction__font {
  color: #ffffff;
  position: absolute;
  right: 550px;
  top: 250px;
  letter-spacing: 0.2rem;
}
.introduction__font--eng {
  text-align: center;
}
@media (max-width: 820px) {
  .introduction__font--eng {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .introduction__font--eng {
    font-size: 16px;
  }
}
.introduction__contentPC {
  display: block;
  margin-top: 1.5rem;
  font-weight: lighter;
}
@media (max-width: 820px) {
  .introduction__contentPC {
    font-size: 22px;
  }
}
@media (max-width: 420px) {
  .introduction__contentPC {
    display: none;
  }
}
.introduction__contentSP {
  display: none;
}
@media (max-width: 820px) {
  .introduction__contentSP {
    display: none;
  }
}
@media (max-width: 420px) {
  .introduction__contentSP {
    display: block;
    margin-top: 1rem;
    font-weight: lighter;
    font-size: 18px;
  }
}
.introduction__subContent {
  font-weight: lighter;
  margin-bottom: 4rem;
}
@media (max-width: 420px) {
  .introduction__subContent {
    font-size: 14px;
    margin-bottom: 3rem;
  }
}
.introduction__photo {
  width: 100%;
  margin-bottom: 2rem;
  padding: 0rem 0.5rem 0rem 0.5rem;
  cursor: pointer;
}
@media (max-width: 820px) {
  .introduction__photo {
    padding: 0rem 0.3rem 0rem 0.3rem;
  }
}
@media (max-width: 420px) {
  .introduction__photo {
    padding: 0rem;
  }
}
.introduction__photo--about {
  width: 100%;
  margin-bottom: 2rem;
  padding: 0rem 0.5rem 0rem 0.5rem;
  cursor: auto;
}
@media (max-width: 820px) {
  .introduction__photo--about {
    padding: 0rem 0.3rem 0rem 0.3rem;
  }
}
@media (max-width: 420px) {
  .introduction__photo--about {
    padding: 0rem;
  }
}
.introduction__more {
  display: none;
}
.introduction__btn--more {
  display: inline;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgb(255, 255, 255);
  padding: 20px 35px 20px 35px;
  font-size: initial;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.introduction__btn--more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.introduction__btn--more:active {
  text-decoration: none;
}
.introduction__showPhotoModal {
  background-color: rgba(0, 0, 0, 0.8470588235);
  width: 60%;
  height: 80vh;
  position: absolute;
  top: 10vh;
  left: 20vw;
}
@media (max-width: 820px) {
  .introduction__showPhotoModal {
    width: 85%;
    height: auto;
    position: absolute;
    top: 10vh;
    left: 8.3333333333vw;
  }
}
@media (max-width: 420px) {
  .introduction__showPhotoModal {
    width: 100%;
    height: 98vh;
    position: relative;
    top: 0;
    left: 0;
  }
}
.introduction__showPhotoModal--close {
  color: #b8b8b8;
  text-align: right;
  cursor: pointer;
}
.introduction__showPhotoModal--close span {
  font-family: "", serif;
  font-size: 40px;
  font-weight: lighter;
}
@media (max-width: 420px) {
  .introduction__showPhotoModal--close span {
    font-size: 30px;
  }
}
@media (max-width: 389px) {
  .introduction__showPhotoModal--close span {
    font-size: 30px;
  }
}
.introduction__showPhotoModal--close:hover {
  color: #ffffff;
}
.introduction__showPhotoModal--close:active {
  color: #ffffff;
  border: none;
}
@media (max-width: 420px) {
  .introduction__showPhotoModal--photoContent {
    font-size: 14px;
  }
}
.introduction__showPhotoModal--photoContentSaPC {
  display: block;
}
@media (max-width: 420px) {
  .introduction__showPhotoModal--photoContentSaPC {
    display: none;
  }
}
.introduction__showPhotoModal--photoContentSaSP {
  display: none;
}
@media (max-width: 420px) {
  .introduction__showPhotoModal--photoContentSaSP {
    display: block;
    font-size: 14px;
  }
}
.introduction__showPhotoModal--photoContentMikPC {
  display: block;
}
@media (max-width: 420px) {
  .introduction__showPhotoModal--photoContentMikPC {
    display: none;
  }
}
.introduction__showPhotoModal--photoContentMikSP {
  display: none;
}
@media (max-width: 420px) {
  .introduction__showPhotoModal--photoContentMikSP {
    display: block;
    font-size: 14px;
  }
}
.introduction__showPhotoModal--photoYoko {
  margin-bottom: 2rem;
  width: 40vw;
  height: auto;
  margin-top: -4rem;
}
@media (max-width: 820px) {
  .introduction__showPhotoModal--photoYoko {
    width: 55vw;
    margin-top: -3rem;
  }
}
@media (max-width: 420px) {
  .introduction__showPhotoModal--photoYoko {
    width: 80vw;
    margin-top: -1.5rem;
  }
}
.introduction__showPhotoModal--photoYokoBig {
  margin-bottom: 2.5rem;
  margin-top: -4rem;
  width: 50vw;
  height: auto;
}
@media (max-width: 820px) {
  .introduction__showPhotoModal--photoYokoBig {
    margin-top: 0rem;
    width: 75vw;
  }
}
@media (max-width: 420px) {
  .introduction__showPhotoModal--photoYokoBig {
    margin-top: -1rem;
    margin-bottom: 2rem;
    width: 80vw;
  }
}
.introduction__showPhotoModal--photoTate {
  margin-bottom: 2rem;
  width: 23vw;
  height: auto;
  margin-top: -4rem;
}
@media (max-width: 820px) {
  .introduction__showPhotoModal--photoTate {
    width: 60vw;
    margin-top: -2rem;
  }
}
@media (max-width: 420px) {
  .introduction__showPhotoModal--photoTate {
    width: 70vw;
    margin-top: -2rem;
  }
}

.modal {
  top: -1rem;
}

.modal-dialog {
  max-width: none;
  position: relative;
  top: -3rem;
}
@media (max-width: 820px) {
  .modal-dialog {
    max-width: none;
  }
}
@media (max-width: 420px) {
  .modal-dialog {
    max-width: none;
  }
}

.modal-dialog,
.modal-content {
  height: auto;
}

.modal-open .modal {
  overflow-y: hidden;
}

/* ================================ * /
            予約ページ
==================================== */
.modal-left {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.reservation__font--eng {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  .reservation__font--eng {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .reservation__font--eng {
    font-size: 16px;
  }
}
.reservation__contentPC {
  display: block;
}
@media (max-width: 820px) {
  .reservation__contentPC {
    display: block;
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .reservation__contentPC {
    display: none;
  }
}
@media (max-width: 389px) {
  .reservation__contentPC {
    display: none;
  }
}
.reservation__contentSP {
  display: none;
}
@media (max-width: 820px) {
  .reservation__contentSP {
    display: none;
  }
}
@media (max-width: 420px) {
  .reservation__contentSP {
    display: block;
    font-size: 15px;
  }
}
@media (max-width: 389px) {
  .reservation__contentSP {
    display: block;
    font-size: 15px;
  }
}
.reservation__contentSSP {
  display: none;
}
@media (max-width: 820px) {
  .reservation__contentSSP {
    display: none;
  }
}
@media (max-width: 420px) {
  .reservation__contentSSP {
    display: block;
    font-size: 13px;
  }
}
@media (max-width: 389px) {
  .reservation__contentSSP {
    display: block;
    font-size: 13px;
  }
}
.reservation__titleRequireIcon:after {
  color: #B1063A;
  content: "※";
}
.reservation__require:after {
  font-size: 24px;
  color: #B1063A;
  content: "※";
  padding-left: 0.5rem;
}
@media (max-width: 820px) {
  .reservation__require:after {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .reservation__require:after {
    font-size: 18px;
  }
}
.reservation__DateTime {
  display: flex;
  flex-direction: row;
  color: #000000;
}
@media (max-width: 420px) {
  .reservation__DateTime {
    display: flex;
    flex-direction: column;
  }
}
.reservation__DateTime--space {
  margin-right: 1.5rem;
}
@media (max-width: 420px) {
  .reservation__DateTime--space {
    margin-right: 0rem;
    margin-bottom: 0.5rem;
  }
}
.reservation__DateTime--icon {
  color: #495057;
}
.reservation__DateTime--zi {
  display: inline;
  font-size: 28px;
}
@media (max-width: 820px) {
  .reservation__DateTime--zi {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .reservation__DateTime--zi {
    font-size: 18px;
  }
}
.reservation__inputText {
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.6196078431);
  border: 0px;
  color: #000000;
  height: 3rem;
}
.reservation__inputText::-moz-placeholder {
  color: #000000 !important;
}
.reservation__inputText:-ms-input-placeholder {
  color: #000000 !important;
}
.reservation__inputText::placeholder {
  color: #000000 !important;
}
.reservation__selectText {
  border-radius: inherit;
  /* -webkit-appearanceの設定はMac,iOS向け */
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-color: rgba(255, 255, 255, 0.6196078431);
  border: 0px;
  color: #000000;
  background: url("../image/reservation/arrow.png") 98% 50% no-repeat scroll rgba(255, 255, 255, 0.6196078431);
  height: 3rem;
}
.reservation__selectText::-moz-placeholder {
  color: #000000 !important;
}
.reservation__selectText:-ms-input-placeholder {
  color: #000000 !important;
}
.reservation__selectText::placeholder {
  color: #000000 !important;
}
.reservation__selectText:focus {
  background-color: #ffffff;
}
.reservation__selectText option {
  background-color: #a9abae;
}
.reservation__peopleText {
  display: inline;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.6196078431);
  border: 0px;
  color: #000000;
  height: 3rem;
}
@media (max-width: 420px) {
  .reservation__peopleText {
    width: 70vw;
  }
}
.reservation__peopleText::-moz-placeholder {
  color: #000000 !important;
}
.reservation__peopleText:-ms-input-placeholder {
  color: #000000 !important;
}
.reservation__peopleText::placeholder {
  color: #000000 !important;
}
.reservation__peopleText--mei {
  display: none;
}
@media (max-width: 420px) {
  .reservation__peopleText--mei {
    display: inline;
    margin-left: 0.5rem;
    vertical-align: bottom;
  }
}
@media (max-width: 420px) {
  .reservation__colName {
    font-size: 1rem;
  }
}
.reservation__confirm--require:after {
  font-size: 12px;
  color: #B1063A;
  content: "　※";
  padding-bottom: 2px;
  margin-left: -0.5rem;
  border-bottom: #ffffff solid 1px;
}
@media (max-width: 820px) {
  .reservation__confirm--require:after {
    font-size: 20px;
    padding-bottom: 2px;
    margin-left: -4px;
  }
}
@media (max-width: 420px) {
  .reservation__confirm--require:after {
    font-size: 18px;
    padding-bottom: 1px;
    margin-left: -4px;
  }
}
@media (max-width: 389px) {
  .reservation__confirm--require:after {
    font-size: 16px;
    padding-bottom: 0px;
    margin-left: -4px;
  }
}
.reservation__confirm--underline {
  display: block;
  position: relative;
  width: 43px;
  height: 1px;
  top: 29px;
  left: -5px;
  background: #ffffff;
}
@media (max-width: 420px) {
  .reservation__confirm--underline {
    width: 120px;
    left: 10px;
  }
}
.reservation__confirm--colName {
  font-size: 1rem;
  border-bottom: #ffffff solid 1px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.reservation__confirm--colShow {
  font-size: 1rem;
  padding-left: 2rem;
  margin-bottom: 2.5rem;
  display: inline;
}
@media (max-width: 820px) {
  .reservation__confirm--colShow {
    padding-left: 1.5rem;
  }
}
@media (max-width: 420px) {
  .reservation__confirm--colShow {
    padding-left: 1.2rem;
  }
}
.reservation__confirm--colShowTextarea {
  font-size: 28px;
  margin-bottom: 2.5rem;
  display: inline;
}
@media (max-width: 820px) {
  .reservation__confirm--colShowTextarea {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .reservation__confirm--colShowTextarea {
    font-size: 18px;
  }
}
.reservation__confirm--colSama {
  font-size: 28px;
  display: inline;
}
@media (max-width: 820px) {
  .reservation__confirm--colSama {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .reservation__confirm--colSama {
    font-size: 22px;
  }
}
.reservation__btn--confirm {
  display: inline;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgb(255, 255, 255);
  font-size: initial;
  width: 10rem;
  line-height: 3rem;
  margin: 1rem;
  background-color: transparent;
  border-radius: inherit;
}
@media (max-width: 420px) {
  .reservation__btn--confirm {
    width: 15rem;
  }
}
.reservation__btn--confirm:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.reservation__btn--confirm:active {
  text-decoration: none;
}
.reservation__btn--send {
  display: inline;
  text-align: center;
  text-decoration: none;
  border: 2px solid rgb(255, 255, 255);
  font-size: initial;
  width: 10rem;
  line-height: 3rem;
  margin: 1rem;
  background-color: transparent;
  border-radius: inherit;
  position: inherit;
  left: 15rem;
}
@media (max-width: 420px) {
  .reservation__btn--send {
    position: inherit;
    left: 0rem;
    width: 15rem;
  }
}
.reservation__btn--send:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.reservation__btn--send:active {
  text-decoration: none;
}
.reservation__btn--back {
  display: inline;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3607843137);
  font-size: initial;
  width: 10rem;
  line-height: 3rem;
  margin: 1rem;
  background-color: transparent;
  border-radius: inherit;
  position: inherit;
  left: -15rem;
}
@media (max-width: 420px) {
  .reservation__btn--back {
    position: inherit;
    left: 0rem;
    width: 15rem;
  }
}
.reservation__btn--back:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.reservation__btn--back:active {
  text-decoration: none;
}
@media (max-width: 420px) {
  .reservation__success {
    width: 50vw;
  }
}
.reservation__modal--bg {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.reservation__modal--bg.js_active {
  opacity: 1;
  visibility: visible;
}
.reservation__modal--main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  min-width: 320px;
  height: 80%;
  background-color: #000;
}
@media (max-width: 420px) {
  .reservation__modal--main {
    height: 90%;
    width: 96%;
  }
}
@media (max-width: 389px) {
  .reservation__modal--main {
    height: 90%;
    width: 96%;
  }
}
.reservation__modal--closeBtn {
  cursor: pointer;
  position: absolute;
  top: 3%;
  left: 94%;
}
@media (max-width: 420px) {
  .reservation__modal--closeBtn {
    top: 2%;
    left: 88%;
  }
}
@media (max-width: 389px) {
  .reservation__modal--closeBtn {
    top: 2%;
    left: 88%;
  }
}
.reservation__modal--closeBtn-image {
  width: 1.5rem;
  height: auto;
}
.reservation__modal--title-font {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  background: url("../image/index/title_aofude.svg") center no-repeat;
  background-size: contain;
}
.reservation__modal--content {
  position: absolute;
  width: 85%;
  height: 80%;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 53%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 820px) {
  .reservation__modal--content {
    height: 90%;
  }
}

.reservation__modal--content-font {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 820px) {
  .reservation__modal--content-font {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .reservation__modal--content-font {
    font-size: 14px;
  }
}
.reservation__modal--content-font-big {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 18px;
  color: #fff;
}
.reservation__modal--content-font a {
  color: #fff;
  text-decoration: none;
}
.reservation__modal--content-v-line {
  color: rgba(255, 255, 255, 0.2470588235);
  margin-top: -0.4em;
  transform: scaleX(2.5);
}
.reservation__modal--content-close {
  margin-top: 4rem;
}
@media (max-width: 820px) {
  .reservation__modal--content-close {
    margin-top: 3rem;
  }
}
@media (max-width: 420px) {
  .reservation__modal--content-close {
    margin-top: 3rem;
  }
}
@media (max-width: 389px) {
  .reservation__modal--content-close {
    margin-top: 3rem;
  }
}
.reservation__modal--content-close input {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  text-decoration: none;
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2470588235);
  padding: 15px;
  font-size: initial;
  color: #ffffff;
  background: #000;
  cursor: pointer;
}
@media (max-width: 820px) {
  .reservation__modal--content-close input {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .reservation__modal--content-close input {
    padding: 10px;
    font-size: 12px;
  }
}
@media (max-width: 389px) {
  .reservation__modal--content-close input {
    padding: 10px;
    font-size: 12px;
  }
}
.reservation__modal--content-close input:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.reservation__modal--content-close input:active {
  text-decoration: none;
  color: #fff;
}

/* モーダルと説明分の修正用 */
.margin-top {
  margin-top: 3rem;
}
@media (max-width: 420px) {
  .margin-top {
    margin-top: 5rem;
  }
}

.t-left {
  text-align: left;
  margin: 0 auto;
  max-width: 600px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-direction: column;
  justify-content: center;
}

/* input-group-append 左側線修正 */
.input-group-append {
  margin-left: 0;
}

/* ================================ * /
            コロナ対策ページ
==================================== */
.information {
  background: url(../image/information/background.svg) center no-repeat;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 820px) {
  .information {
    padding-bottom: 3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 420px) {
  .information {
    padding-top: 0rem;
    margin-top: 0rem;
  }
}
.information__title {
  font-size: 28px;
  font-weight: 600;
  padding-top: 3rem;
  color: #000000;
}
@media (max-width: 820px) {
  .information__title {
    font-size: 24px;
    padding-top: 2rem;
  }
}
@media (max-width: 420px) {
  .information__title {
    font-size: 20px;
    padding-top: 1rem;
  }
}
.information__subTitle {
  font-size: 24px;
  font-weight: lighter;
  padding-top: 1rem;
  color: #000000;
}
@media (max-width: 820px) {
  .information__subTitle {
    font-size: 20px;
    padding-top: 0rem;
  }
}
@media (max-width: 420px) {
  .information__subTitle {
    font-size: 14px;
  }
}
@media (max-width: 389px) {
  .information__subTitle {
    font-size: 13px;
  }
}
.information__content {
  font-size: 24px;
  font-weight: lighter;
  padding-top: 1rem;
  color: #000000;
  text-align: start;
  padding-left: 3.5rem;
}
.information__content li {
  padding-top: 1em;
  padding-left: 0.5em;
}
@media (max-width: 820px) {
  .information__content {
    font-size: 20px;
    padding-top: 0rem;
    padding-left: 2.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 920px) {
  .information__content {
    font-size: 20px;
    padding-top: 0rem;
    padding-left: 7.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 640px) {
  .information__content {
    font-size: 18px;
    padding-left: 2rem;
  }
}
@media (max-width: 420px) {
  .information__content {
    font-size: 13px;
    padding-left: 1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 389px) {
  .information__content {
    font-size: 12px;
    padding-left: 3.5vw;
    margin-right: -1rem;
  }
}

/* ================================ * /
            404ページ
==================================== */
.error404__font {
  color: #ffffff;
  position: absolute;
  right: 550px;
  top: 250px;
  letter-spacing: 0.2rem;
}
.error404__font--eng {
  text-align: center;
}
@media (max-width: 820px) {
  .error404__font--eng {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .error404__font--eng {
    font-size: 16px;
  }
}
.error404__content {
  margin-top: 1.5rem;
  font-weight: lighter;
}
@media (max-width: 420px) {
  .error404__content {
    margin-top: 1rem;
    font-size: 18px;
  }
}
.error404__content--subContent {
  font-weight: lighter;
}
@media (max-width: 420px) {
  .error404__content--subContent {
    font-size: 14px;
  }
}
.error404__btn {
  margin-top: 4rem;
}
@media (max-width: 820px) {
  .error404__btn {
    margin-top: 3rem;
  }
}
@media (max-width: 420px) {
  .error404__btn {
    margin-top: 2rem;
  }
}
.error404__btn--font {
  text-decoration: none;
  width: 50%;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2470588235);
  padding: 15px;
  font-size: initial;
  cursor: pointer;
}
@media (max-width: 820px) {
  .error404__btn--font {
    background-color: rgba(255, 255, 255, 0);
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 10px;
    line-height: 5rem;
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .error404__btn--font {
    background-color: rgba(255, 255, 255, 0);
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 10px;
    line-height: 6rem;
    font-size: 18px;
    margin-top: 3rem;
  }
}
.error404__btn--font:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.error404__btn--font:active {
  text-decoration: none;
  color: #ffffff;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha__area {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  margin-bottom: 6rem;
}
.recaptcha__area a {
  color: #406bc2;
}
@media (max-width: 768px) {
  .recaptcha__area {
    font-size: 12px;
  }
}

/*# sourceMappingURL=common.css.map */