body {
  font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif;
  font-size: 14px;
  color: #000;
}

header {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
}

a {
  opacity: 1;
}

a:hover {
  opacity: 0.6;
  transition: opacity 1s ease;
  text-decoration: none;
  color: #fff;
}

.accent {
  color: #c31320; /* The Manchin-Red */
}

dt {
  display: inline-block;
  float: left;
  text-align: left;
  margin-right: 20px;
}

dd {
  text-align: left;
}

table th,
table td {
  font-size: 14px;
}

.button {
  opacity: 1;
  display: inline-block;
  background-color: #c31320;
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
  border: none;
  padding: 6px;
}

.button a {
  opacity: 1;
  color: #fff;
}

.button:hover {
  opacity: 1;
  background-color: red;
  transition: background-color 1s ease;
}

.target-blank:after {
  content: url('../img/target-blank.png');
  margin-left: 6px;
}




header a {
  color: #fff;
}

.logo img {
  width: 196px;
  height: auto;
}

.navbar-brand {
  margin: 0;
  padding: 0 0 0 20px;
}

/* MAIN NAVIGATION */
.navbar {
  position: fixed;
  height: 108px;
  background: #000;
  padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-nav {
  margin-top: 62px;
}

.dropdown {
  padding-bottom: 20px;
}

.navbar a {
  /* padding-top: 0; */
  /* padding-bottom: 0; */
  margin-right: 10px;
}

.nav-right {
  float: right;
}

.has-right-bar:after {
  content: "";
  border-right: 1px solid #fff;
  margin-left: 30px;
  padding: 6px 0;
}

.sans-serif {
  font-family: 'Noto Sans JP', sans-serif;
}

.dropdown-toggle::after {
  content: "";
  border: none;
  width: 8px;
  height: 8px;
  margin-left: 14px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-menu {
  position: relative;
  top: 85%;
  border-radius: 0;
  border: 1px solid #000;
}

.dropdown-menu a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.dropdown-menu a:after {
  display: inline-block;
  content: "";
  border: none;
  width: 8px;
  height: 8px;
  top: -2px;
  margin-left: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-134deg);
  transform: rotate(-134deg);
}

.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-item:hover>.dropdown-menu {
  display: block;
}

@media (max-width: 1016px) {
  .logo img {
    width: 82px;
    height: auto;
  }

  .navbar {
    height: 80px;
  }

  .navbar-nav {
    background-color: #000;
    margin-top: 0;
    padding-top: 20px;
  }

  .navbar a {
    margin-right: 0;
  }

  .navbar-dark .navbar-nav .nav-link {
    text-align: center;
  }

  .has-right-bar:after {
    content: none;
  }

  .navbar-dark .navbar-toggler {
    border: none;
  }

  .mobile-fix-menu {
    padding: 6px;
    border: 1px solid #fff;
    margin-left: 8px;
  }

  .mobile-fix-menu a {
    padding: 8px 10px 8px 8px;
    font-size: 11px;
    letter-spacing: 0;
  }

  .mobile-fix-menu a:first-of-type {
    border-right: 1px solid #fff;
  }

  .dropdown {
    padding-bottom: 0;
  }

  .dropdown-item {
    text-align: center;
  }

  nav li {
    text-align: center;
  }

  .footer-nav-on-top {
    margin-top: 10px;
  }

  .footer-nav-on-top li {
    margin-bottom: 20px;
  }

  button:focus {
      outline: none;
  }

  button[aria-expanded="true"] > span {
  position: relative;
  display: none;
  }
   
  button[aria-expanded="true"]::after {
    font-size: 48px;
    content: "×";
  }

}

.mobile-mark {
  position: absolute;
  left: 34px;
  top: 90px;
  opacity: 1;
}

.remove {
  opacity: 0;
  transition: opacity 3s ease;
}


/* SWIPER */
.top-slider {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
}

/* .content {
  max-width: 900px;
  padding: 5em; } */

.swiper-container {
  width: 100%;
  height: 100%;
  padding-top: 80px;
}

.swiper-slide {
  background-position: center;
  background-size: cover; }

.top-slider {
  text-align: center;
  position: relative; }

.top-slider h2 {
  /* font-family: ltc-bodoni-175, serif; */
  font-weight: 400;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: #fff;
  background: #c31320;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%); }

/* SWIPER end */

@media (max-width: 768px) {
  /* .custom-slide-header .swiper-header-wrap {
    top: 16%;
  } */
}


/* SCROLL DOWN */
#slider {
  position: relative;
}

#slider a {
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 50%;
  /* margin-left: -20px; */
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  text-decoration: none;
  transition: opacity .3s;
}

#slider a:hover {
  opacity: .5;
}

.scroll-down {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

#slider a {
  /* padding-top: 70px; */
}
#slider a span {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .top-slider {
    height: 84vh;
  }

  .swiper-container {
    /* height: 84%; */
  }

  .swiper-wrapper {
    /* height: 84%; */
  }

  #slider a span {
    /* top: -180px; */
  }
}




/* SIDE LINE */
.side-line {
  line-height: 0.3;
  text-align: center;
}
.side-line span {
  display: inline-block;
  position: relative;  
}
.side-line span:before,
.side-line span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #5A5A5A;
  top: 0;
  width: 116px;
}
.side-line span:before {
  right: 100%;
  margin-right: 60px;
}
.side-line span:after {
  left: 100%;
  margin-left: 60px;
}

@media (max-width: 768px) {
  .side-line span:before,
  .side-line span:after {
    display: none;
  }
}


/* DIVIDER */

.divider {
  /* width: 100vw; */
  height: 156px;
  margin: 180px 0 100px;
  color: #fff;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.2);
}

.divider h2 {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 10px;
  padding-top: 60px;
}

.div-message {
  background-image: url('../img/div-message.jpg');
}

.div-shop {
  background-image: url('../img/div-shop.jpg');
  background-size: 150%;
  background-position: center -440px;
  box-shadow: none;
}

.div-access-honten {
  background-image: url('../img/div-access-honten.jpg');
  background-size: 100%;
  background-position: -130px 61%;
}

.div-access-tenshimpo {
  background-image: url('../img/div-access-tenshimpo.jpg');
  background-size: 100%;
  background-position: center -400px;
}

.div-access-giftshop {
  background-image: url('../img/div-access-giftshop-2.jpg');
  background-size: 100%;
  background-position: center 30%;
}

@media (max-width: 768px) {
  .divider {
    height: 112px;
    margin: 100px auto;
  }

  .divider h2 {
    padding-top: 46px;
    font-size: 20px;
  }

  .div-shop {
    background-position: center -100px;
  }

  .div-access-tenshimpo {
    background-position: center 0;
  }

  .div-access-giftshop {
    background-position: center 10%;
  }
}


/* GO TO TOP */
.go-to-top {
  margin-bottom: 50px;
}

.go-to-top a {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 4px; 
}

@media (max-width: 480px) {
  .div-access-honten {
    background-size: 150%;
    background-position: -160px 64%;
  }
}



/* TOP PAGE */

.swiper-slide h2.catch-phrase {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  border: none;
  height: 380px;
}

.top-slider h2.catch-phrase {
  background: none;
}

h2.catch-phrase,
.red-header-box {
  font-family: serif!important;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  float: left;
}

h2.catch-phrase.main-visual {
  font-size: 26px;
  top: 280px;
  right: 0px;
  left: auto;
  line-height: 54px;
  background-color: #c31320;
  padding: 20px 4px 0px 8px;
}

@media (max-width: 768px) {
  .swiper-slide h2.catch-phrase {
    height: 290px;
  }

  h2.catch-phrase.main-visual {
    right: -40px;
    top: 170px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;

    background-color: transparent;
    text-shadow: -1px 2px 2px #000;
  }
}

.concept-wrap {
  position: relative;
  margin-top: 200px;
}

.story-wrap {
  margin-top: 100px;
}

.story-img-wrap {
  position: relative;
}

.story-img-wrap .year {
  position: absolute;
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-size: 16px;
  color: #fff;
  bottom: 30px;
  right: 50px;
  letter-spacing: 4px;
}

.story-wrap p {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 38px;
  margin: 60px auto;
}

.story-wrap p:last-of-type {
  margin-bottom: 200px;
}

.red-header-box {
  position: absolute;
  top: -80px;
  background-color: #c31320;
  color: #fff;
  padding: 30px 0 0 10px;
}

.red-header-box h2,
.red-header-box p {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
}

.red-header-box h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
}

.red-header-box p {
  line-height: 30px;
}

.red-header-box.right {
  right: -80px;
}

.red-header-box.left {
  left: -80px;
}

.story-header-box {
  width: 50px;
  padding: 20px 6px;
}

.story-header-box h2 {
  margin: 0;
}

.story-header-box.right {
  right: 80px;
}

.story-header-box.left {
  left: 80px;
}

@media (max-width: 768px) {
  .concept-wrap {
    margin-top: 130px;
  }

  .red-header-box {
    position: absolute;
    top: -50px;
    background-color: #c31320;
    color: #fff;
    padding: 16px 10px 10px 10px;
  }

  .red-header-box h2 {
    /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: 0px 4px 8px 0px
  }

  .red-header-box.right {
    right: 60px;
  }

  .red-header-box.left {
    left: 20px;
  }

  .mobile-concept-lead {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 1px;
    line-height: 34px;
  }

  .story-header-box {
    top: -50px;
    padding: 10px 0 4px;
    width: 34px;
  }

  .story-img-wrap img {
    padding: 0;
  }

  .story-header-box h2 {
    font-size: 16px;
  }

  .story-header-box.right {
    right: 40px;
  }

  .story-header-box.left {
    left: 40px;
  }

  .story .col-12 {
    padding: 0
  }

  .story-wrap p:last-of-type {
    margin-bottom: 0;
  }

  .story-wrap p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    letter-spacing: 0;
    padding: 0 15px;
  }

  .story-wrap:last-of-type p {
    margin-bottom: 200px;
  }

  .story-img-wrap .year {
    font-size: 12px;
    color: #fff;
    bottom: 10px;
    right: auto;
    left: 20px;
    letter-spacing: 4px;
  }
}

.message-p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 30px;
}

.signature {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-size: 24px;
  letter-spacing: 6px;
  margin-top: 40px;
  color: #5A5A5A;
}

.signature small {
  font-size: 16px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .message-p {
    text-align: justify;
  }
}

.shop-list {
  margin-bottom: 160px;
}

.shop-list h3 {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  letter-spacing: 6px;
  margin-bottom: 56px;
}

.center-bar {
  flex: 0 0 1%;
  border-right: 1px solid #C0C0C0;
  height: 530px;
  padding-right: 40px;
  margin-left: -10px;
  margin-right: 40px;
}

.shop-block .button {
  width: 160px;
  margin-bottom: 80px;
}

.shop-info-wrap {
  font-size: 12px;
  padding: 20px 30px 20px 40px;
  font-weight: 700;
}

.shop-block dl {
  letter-spacing: 1px;
}

.shop-block dt {
  width: 100px;
}

.shop-block h3 a,
.shop-block h3 a:hover {
  color: #000;
}

h3.shop-small-box {
  padding-top: 30px;
  margin-bottom: 10px;
}

.shop-block.bg-grey {
  background: #F5F5F5;
}

.shop-block.gift-shop {
  margin-right: 90px;
}

/* .shop-block.online-shop {
  border: 1px double #C31320;
} */

.shop-block.online-shop h3 {
  text-align: center;
  margin-bottom: 0;
}

.shop-block.online-shop a {
  color: #C31320;
}

.shop-block.gift-shop {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  margin-top: 140px;
  height: auto;
  border: 10px solid transparent;
  border-image: url(../img/double-border-b.svg) 30% round;
  -webkit-border-image: url(../img/double-border-b.svg) 30%; /* Safari 3.1-5 */
  -o-border-image: url(../img/double-border-b.svg) 30% round; /* Opera 11-12.1 */
}

.top-online-shop {
  border: 10px solid transparent;
  border-image: url(../img/double-border-b.svg) 30% round;
  -webkit-border-image: url(../img/double-border-b.svg) 30%; /* Safari 3.1-5 */
  -o-border-image: url(../img/double-border-b.svg) 30% round; /* Opera 11-12.1 */
  
}

.gift-shop h3 {
  margin: 80px auto;
  font-size: 20px;
  letter-spacing: 4px;
  height: 100px;
}

@media (max-width: 768px) {
  .shop-block {
    padding-bottom: 0;
  }

  .shop-block:first-of-type {
    border-bottom: 1px solid #C0C0C0;
    margin-bottom: 60px;
  }

  .shop-info-wrap {
    padding: 30px 0 20px 0;
  }

  .shop-block.online-shop {
    height: 170px;
    margin-top: 60px;
    width: 80%;
  }

  .shop-block.online-shop h3 {
    letter-spacing: 2px;
  }

  .gift-shop h3 {
    margin: 66px auto;
  }

  .shop-info-gift-shop dt {
    width: 80px;
  }
}





/* SHOP GENERAL */

#course,
#lunch,
#alacarte,
#tenshin {
  margin-top: -100px;
  padding-top: 100px;
}

.shop-lead {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-top: 120px;
  margin-bottom: 160px;
  line-height: 42px;
}

.gift-shop-lead {
  margin-bottom: 0;
}

.shop-lead-sub,
.about-lead {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 60px;
  line-height: 36px;
}

.about-lead {
  margin-top: 0px;
}

section h1 {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-weight: bold;
  letter-spacing: 8px;
  font-size: 32px;
  margin-bottom: 50px;
}

.swiper-header-wrap,
.menu-header-wrap {
  position: relative;
  display: inline-block;
  background-color: #c31320;
  padding: 10px 14px 0;
  margin: 60px auto 80px;
}

.menu-header-wrap {
  margin-top: 100px;
  margin-bottom: 20px;
}

.swiper-header-wrap {
  top: 50%;
  width: 420px;
  height: 74px;
  margin-top: -37px;
}

.swiper-header-wrap .swiper-slide h2,
.menu-block h2 {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  color: #fff;
  width: 400px;
  font-size: 32px;
  letter-spacing: 4px;

  padding: 0;
  border: 10px solid transparent;
  border-image: url(../img/double-border.svg) 16% round;
  -webkit-border-image: url(../img/double-border.svg) 16%; /* Safari 3.1-5 */
  -o-border-image: url(../img/double-border.svg) 16% round; /* Opera 11-12.1 */
}

.swiper-header-wrap h2 {
  margin: 0;
}

.caution {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-style: 11px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.menu-button-wrap {
  margin-top: 70px;
  margin-bottom: 60px;
}

.menu-button-wrap .button {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-weight: bold;
  font-size: 18px;
  /* width: 200px; */
}

.menu-button-wrap a:hover {
  color: #fff;
}

.menu-detail-wrap {
  box-sizing: content-box;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 1px;
  width: 324px;
  padding-top: 20px;
  border: 1px solid #000;
}

.menu-detail-wrap:nth-of-type(3n) {
  /* margin-right: 0; */
}

.menu-detail-wrap dl {
  position: relative;
  display: block;
  background-image: url('../img/dot-line.png');
  background-repeat: repeat-x;
  background-position: 0 18px;
  height: 50px;
  margin-bottom: 0;
}

.menu-detail-wrap dt,
.menu-detail-wrap dd,
.menu-detail-wrap ul {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-weight: bold;
  background-color: #fff;
  padding: 0 12px;   
}

.menu-detail-wrap ul .price {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
}

.menu-detail-wrap dt {
  float: left;
  font-size: 24px;
  letter-spacing: 2px;
  margin-left: 0;
}

.menu-detail-wrap dd {
  float: right;
  margin-top: 3px;
  font-size: 20px;
  letter-spacing: 1px;
}

.menu-detail-wrap-b .img-holder img {
  margin: 20px auto;
}

.menu-sub-price {
  padding: 20px 12px;
  line-height: 30px;
}

.menu-detail-wrap-b .menu-detail {
  padding: 0 12px;
}

.menu-sub-price ul,
.menu-sub-price ul .price {
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 14px;
}

/* DOT LEADERS */
ul.leaders {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}

ul.leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  font-size: 10px;
  color: #666;
  margin-top: -2px;
  content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
}

ul.leaders span:first-child {
  padding-right: 12px;
  background: white;
}

ul.leaders span + span {
  float: right;
  padding-left: 12px;
  background: white;
}

.menu-box-wrap {
  z-index: 190;
}

.course .menu-box-wrap,
.lunch .menu-box-wrap {
  z-index: 200;
}

.img-holder {
  display: block;
  position: relative;
  width: 328px;
  height: 210px;
  overflow: hidden;
}

.img-holder img {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  padding-left: 1px;
  width: 100%;
  padding-right: 5px;
}

.menu-detail {
  margin: 20px auto;
  padding: 0 18px;
}

dt.lunch-time {
  position: relative;
  font-size: 11px;
  margin-bottom: 10px;
  margin-left: 2px;
  z-index: 200;
}


.hide {
  position: absolute;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  z-index: 10;
}

.menu-detail-wrap dl:hover + .hide {
  display: block;
  visibility: visible;
  width: 328px;
  margin-left: -2px;
  border: 1px solid #000;
  border-top: 0px;
  opacity: 1;
  transition: opacity 0.2s ease-out;
  z-index: 9999;
}

.lunch .menu-detail-wrap dl:hover + .hide {
  margin-top: 12px;
}

.menu-button-wrap {
  z-index: 120;
}

.print-icon {
  padding: 8px 20px;
  z-index: 100;
}

.print-icon a {
  color: #000;
}

.print-icon a p {
  border-bottom: 1px solid transparent;
  transition: all .3s ease-in;
}

.print-icon a:hover p {
  opacity: 0.8;
  border-bottom: 1px solid #000;
  transition: all .3s ease-in;
}

.print-icon img {
  width: 40px;
  margin-right: 6px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .swiper-header-wrap {
    width: 87vw;
    max-width: 376px;
  }

  .menu-block h2 {
    width: 81vw;
    max-width: 376px;
  }

  .menu-button-wrap .button {
    margin-bottom: 20px;
  }

  /* .img-holder {
    width: 100%;
  } */

  .menu-block h2.gift-title {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .shop-lead {
    margin: 80px 0 80px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
  }

  .shop-lead-sub, .about-lead {
    font-size: 16px;
  }

  .hide {
    position: relative;
    background-color: #fff;
    /* display: none; */
    visibility: visible;
    opacity: 1;
    transition: opacity 0.7s ease-in-out;
    z-index: 100;
  }

  .swiper-header-wrap {

    width: 318px;
    height: 58px;
  }

  .menu-header-wrap {
    zoom: 0.8; /* IE */
    -moz-transform: scale(0.8); /* Firefox */
    -moz-transform-origin: center center;
    -o-transform: scale(0.8); /* Opera */
    -o-transform-origin: center center;
    -webkit-transform: scale(0.8); /* Safari And Chrome */
    -webkit-transform-origin: center center;
    transform: scale(0.8); /* Standard Property */
    transform-origin: center center;
  }

  .swiper-header-wrap, .menu-header-wrap {
    padding: 8px 8px 0 8px;
  }

  .swiper-header-wrap .swiper-slide h2,
  .menu-block h2 {
    font-size: 20px;
  }

  .gift-title {
    padding: 0;
  }

  .swiper-header-wrap, .menu-header-wrap  h2 {
    font-size: 32px;
  }
}





.alacarte-img {
  margin-top: 60px;
  padding: 10px;
}

.access-wrap {
  margin-bottom: 200px;
}

.access-header {
  margin-bottom: 24px;
}

.access-detail h3 {
  float: left;
  font-size: 20px;
  margin-top: 6px;
}

.access-detail .button {
  /* font-family: 'Noto Sans JP', sans-serif; */
  float: right;
  width: 160px;
}

.address-wrap dt {
  font-weight: normal;
  width: 100px;
}

.address-wrap {
  line-height: 24px;
}

.address-wrap .multi-line {
  height: 100px;
}

.map-holder {
  border: 1px solid #c0c0c0;
}

.map-wrap p {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 80px;
}

.map-caution {
  color: #5A5A5A;
}

@media (max-width: 768px) {
  .map {
    margin-bottom: 40px;
  }

  .address-wrap dl {
    font-size: 11px;
  }

  .address-wrap dt {
    width: 70px;
  }

  .map-wrap p {
    margin-top: 10px;
  }
}



/* NEWS PAGE */

.news {
  margin-bottom: 160px;
}

.news-post-wrap {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  margin: 40px 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}

.news-post-wrap .eyecatch {
  text-align: center;
  margin: 30px auto;
}

.news-post-wrap h2 {
  font-size: 26px;
  letter-spacing: 2px;
  margin-top: 20px;
}

.date, .category {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 700;
  color: #707070;
}

.category {
  margin-left: 20px;
  background-color: #CBCBCB;
  padding: 2px 40px;
  text-align: center;
}

.desc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}





/* FAQ PAGE */

.nav-pills {
  margin-bottom: 80px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #000;
  background-color: transparent;
  border-bottom: 2px solid #C31320;
  border-radius: 0;
}

.nav-pills a {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-size: 18px;
  letter-spacing: 2px;
  color: #000;
}

.faq-index {
  margin-bottom: 80px;
}

.faq-index a {
  color: #000;
  /* border-bottom: 1px solid #999; */
  padding-bottom: 4px;
  font-size: 18px;
  margin-right: 40px;
  line-height: 42px;
  transition: all 0.3s ease;
}

.faq-index a:hover {
  border-bottom: 1px solid transparent;
}

.faq-index a::before {
  content: "[ "; 
}

.faq-index a::after {
  content: " ]"; 
}

.question {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 30px;

  padding-left: 52px;
  text-indent: -54px;
  line-height: 32px;

  padding-top: 140px;
  margin-top: -140px;
}

.question:before {
  content: "Q";
  font-size: 32px;
  margin-right: 30px;
  color: #C31320;
  vertical-align: middle;
}

.answer {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 60px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;

  padding-left: 52px;
  text-indent: -54px;
  line-height: 32px;
}

.answer:before {
  content: "A";
  font-size: 32px;
  margin-right: 30px;
  color: #5A5A5A;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .nav-pills a {
    border: 1px solid #666;
    margin-left: 4px;
    font-size: 11px;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 10px;
  }

  .nav-pills .nav-link {
    border-radius: 0;
  }

  .tab-content {
    margin-top: 60px;
  }

  .faq-index a {
    display: block;
    font-size: 14px;
  }

  .question, .answer {
    font-size: 18px;
  }
}


/* COMPANY PAGE */

.ceo-message {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 50px;
}

table {
  font-size: 14px;
  letter-spacing: 1px;
}

table th {
  background-color: #EDEDED;
  width: 200px;
  text-align: center;
}

table td {
  padding-left: 30px!important;
}

#safety h2 {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
}

#safety h2 {
  font-size: 24px;
  margin: 100px auto 60px;
}

#safety h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

#safety p {
  margin: 20px auto;
}


@media (max-width: 768px) {
  table th {
    background-color: #EDEDED;
    width: 120px;
    text-align: center;
  }
}



footer {
  height: auto;
  width: 100vw;
  background: #000;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .logo img {
  width: 260px;
  height: auto;
}

.footer-simple {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-simple .logo img {
  margin-bottom: 40px;
}

.footer-simple .instagram-icon {
  margin-top: 80px;
}

.footer-complex .logo img {
  margin-top: 16px;
}

.footer-complex {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-complex p {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 18px;
}

.footer-complex h3 {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
  padding: 10px 0 20px;
}

.footer-shop-box {
  border-right: 1px solid #666;
}

.footer-shop-box:last-of-type {
  border-right: none;
}

.footer-complex hr {
  margin: 0 auto 30px;
  border-bottom: 1px solid #666;
}

.footer-info-wrap {
  background-color: #000;
  margin-top: 50px;
  border-top: 1px solid #707070;
}

.footer-info-wrap a {
  transition: border-bottom 1s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}

.footer-info-wrap a:hover {
  opacity: 1;
  transform: border-bottom 1px solid transparent;
  border-bottom: 1px solid #fff;
/*   padding-bottom: 5px; */
}

.footer-nav {
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  color: #fff;
  letter-spacing: 2px;
  margin-top: 20px;
}

.copyright {
  float: left;
  /* font-family: 'Ryumin Medium KL', 'リュウミン M-KL', serif; */
  letter-spacing: 2px;
  margin-top: 20px;
  margin-left: 40px;
}

.footer-nav ul {
  list-style: none;
  float: right;
}

.footer-nav li {
  display: inline-block;
  float: left;
}

.footer-nav li:after {
  margin: 0 14px;
  content: "|";
}

.footer-nav li:last-of-type:after {
  margin-right: 30px;
  content: "";
}

.footer-nav a {
  color: #fff;
}

.button-footer {
  background-color: transparent;
  color: #fff;
  border: 1px solid #666;
  transition: all 1s ease;

  margin-top: 34px;
}

.button-footer:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
  transition: all 1s ease;
}

.button-footer.online-shop {
  margin-top: 14px;
}

.instagram-icon img {
  width: 164px;
  height: auto;
}

.instagram-id {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .footer-simple {
    padding-bottom: 10px;
  }

  .copyright {
    float: none;
    text-align: center;
    margin-left: 0;
  }

  .footer-shop-box {
    border-top: 1px solid #666;
    margin-top: 60px;
    padding-top: 60px;
    border-right: 0;
  }

  .footer-shop-box:first-of-type {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }

  .footer-complex hr {
    display: none;
  }
}



/* SITEMAP */
.sitemap-list {
  font-size: 18px;
  line-height: 32px;

  list-style-type: none;
}

.sitemap-list > li {
  margin-bottom: 10px;
}

.sitemap-list > li:before {
  content: "− ";
}

.sitemap-list ul li {
  font-size: 14px;
  list-style-type: none;
}

.sitemap-list ul > li:before {
  content: "> ";
}

.sitemap-list a {
  color: #000;
}



/* RESERVATION FORM */

select {
  /* -webkit-appearance: none; */
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.caution-box {
  background-color: #eee;
  padding: 20px 20px 10px;
}

.reserve p {
  line-height: 26px;
}

.mfp .must {
  background-color: #c31320;
  color: #fff;
  font-weight: normal;
  font-size: 10px;
  padding: 2px 8px;
  margin-right: 10px;
}

.mfp_buttons .button {
  width: 200px;
  margin-right: 80px;
}

.mfp_buttons .button.white {
  width: 100px;
  background-color: #eee;
  color: #000;
}
