@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url("https://fonts.googleapis.com/css?family=Cinzel");
@keyframes fadeIn {
  from {
    opacity: .4;
    filter: blur(3px) grayscale(100%);
    transform: translateY(50px) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    filter: blur(0) grayscale(0);
    transform: translateY(0) translate3d(0, 0, 0);
  }
}

/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans SC", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  background: #000;
}

main {
  background: #000;
  position: relative;
  z-index: 100;
  border-top: 2px solid #4a4029;
  overflow: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

a[href^="tel:"] {
  cursor: default;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#loading {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: all 1s .3s;
}

#loading .loadingBox {
  width: 20%;
  max-width: 180px;
}

#loading.completion {
  opacity: 0;
  transform: scale(1.2, 1.2);
  transform: rotate(0.0001deg);
}

.loader {
  display: block;
  margin: 50px auto;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #ffd684;
  background: -moz-linear-gradient(left, #ffd684 10%, rgba(255, 214, 132, 0) 42%);
  background: -webkit-linear-gradient(left, #ffd684 10%, rgba(255, 214, 132, 0) 42%);
  background: -o-linear-gradient(left, #ffd684 10%, rgba(255, 214, 132, 0) 42%);
  background: -ms-linear-gradient(left, #ffd684 10%, rgba(255, 214, 132, 0) 42%);
  background: linear-gradient(to right, #ffd684 10%, rgba(255, 214, 132, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #000;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

a {
  color: #ffd684;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.fontSerif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.fontEng {
  font-family: "Cinzel", serif;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.img-rp {
  display: block;
  width: 100%;
  height: auto;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

.secTtl {
  text-align: center;
  margin-bottom: 50px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 25px;
}

@media all and (max-width: 767px) {
  .secTtl {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
}

.secTtl .ttlEng {
  display: block;
  letter-spacing: .2em;
  font-family: "Cinzel", serif;
  color: #ffd684;
  font-size: 2rem;
  text-align: center;
}

@media all and (max-width: 767px) {
  .secTtl .ttlEng {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.secTtl::after {
  content: "";
  width: 36px;
  height: 3px;
  background: #4a4029;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-18px);
}

.secTtl::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #4a4029;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-18px);
}

.secTtl02 {
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.secTtl02::after {
  content: "";
  width: 36px;
  height: 3px;
  background: #4a4029;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.secTtl02::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #4a4029;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media all and (max-width: 767px) {
  .secTtl02.spC {
    font-size: 2.2rem;
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  .secTtl02.spC::after, .secTtl02.spC::before {
    left: 50%;
    transform: translateX(-18px);
  }
}

.secTtl03 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.secTtl04 {
  font-size: 1.8rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.seTtlCatch {
  text-align: center;
  margin-bottom: 50px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 25px;
}

@media all and (max-width: 767px) {
  .seTtlCatch {
    font-size: 1.6rem;
    padding: 0 10px 25px;
  }
}

.seTtlCatch::after {
  content: "";
  width: 36px;
  height: 3px;
  background: #4a4029;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-18px);
}

.seTtlCatch::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #4a4029;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-18px);
}

.secTtlTxt {
  text-align: center;
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .secTtlTxt {
    margin-bottom: 25px;
    padding: 0 10px;
  }
}

.secTtlTxt a:hover {
  text-decoration: underline;
}

.cautionTxt {
  text-align: center;
  margin-bottom: 50px;
  color: #999;
}

@media all and (max-width: 767px) {
  .cautionTxt {
    margin-bottom: 25px;
  }
}

.linkBtn a {
  height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 300px;
  font-size: 1.4rem;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
}

@media all and (max-width: 767px) {
  .linkBtn a {
    font-size: 1.2rem;
    max-width: 280px;
  }
}

.linkBtn a::after, .linkBtn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ffd684;
  position: absolute;
  transition: all .2s;
  z-index: 1;
}

.linkBtn a::before {
  top: -3px;
  left: -3px;
}

.linkBtn a::after {
  bottom: -3px;
  right: -3px;
}

.linkBtn a span {
  display: block;
  position: relative;
  z-index: 2;
}

.linkBtn a span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  position: absolute;
  right: 20px;
  transition: all .2s;
}

.linkBtn a:hover {
  color: #ccc;
}

.linkBtn a:hover::before {
  top: 3px;
  left: 3px;
  border: 1px solid #ccc;
}

.linkBtn a:hover::after {
  bottom: 3px;
  right: 3px;
  border: 1px solid #ccc;
}

.linkBtn a:hover span::after {
  right: 10px;
}

.linkBtn.btnTarget span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d2";
}

.linkBtn.btnFax {
  display: flex;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .linkBtn.btnFax {
    flex-wrap: wrap;
  }
}

.linkBtn.btnFax a {
  margin: 0 25px;
}

@media all and (max-width: 767px) {
  .linkBtn.btnFax a {
    margin: 0 auto 25px;
  }
}

.linkBtn.btnFax span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
}

.linkBtn.modalBtn a span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f31e";
}

.btnFaxSub {
  text-align: center;
  margin-top: 20px;
}

.btnFaxSub a {
  text-decoration: underline;
}

.listPageLink {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .listPageLink {
    flex-wrap: wrap;
  }
}

.listPageLink li {
  width: 22%;
}

@media all and (max-width: 767px) {
  .listPageLink li {
    width: 48%;
    margin-bottom: 30px;
  }
}

.listPageLink li a {
  display: block;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ffd684;
  transition: all .3s;
}

@media all and (max-width: 767px) {
  .listPageLink li a {
    font-size: 1.2rem;
  }
}

.listPageLink li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  position: absolute;
  bottom: -30px;
  right: 50%;
  transform: translateX(7px);
  transition: all .2s;
}

.listPageLink li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.listPageLink li a:hover::after {
  bottom: -40px;
}

.secHead {
  height: 40vh;
  position: relative;
}

.secHead.room::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  width: 100%;
  height: 40vh;
  background: url(../img/restaurant/bg_secHead_restaurant.jpg) right top no-repeat;
  -webkit-background-size: cover;
}

.secHead.about::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  width: 100%;
  height: 40vh;
  background: url(../img/about/bg_secHead_about.jpg) right top no-repeat;
  -webkit-background-size: cover;
}

.secHead.shop::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  width: 100%;
  height: 40vh;
  background: url(../img/shop/bg_secHead_shop.jpg) right top no-repeat;
  -webkit-background-size: cover;
}

.secHead.order::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  width: 100%;
  height: 40vh;
  background: url(../img/order/bg_secHead_order.jpg) right top no-repeat;
  -webkit-background-size: cover;
}

.secHead .secHeadContSub {
  height: 25vh;
  width: 100%;
  background: url(../img/common/bg_sec_circle.jpg) right top no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
}

.secHead h2 {
  position: absolute;
  top: 25px;
  left: 25px;
}

@media all and (max-width: 767px) {
  .secHead h2 {
    top: 10px;
    left: 10px;
  }
}

.secHead h2 img {
  width: 120px;
}

@media all and (max-width: 767px) {
  .secHead h2 img {
    width: 60px;
  }
}

.secHead h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  filter: blur(3px) grayscale(100%);
  opacity: 0;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 25px;
  transition: all .7s;
}

@media all and (max-width: 767px) {
  .secHead h1 {
    padding-bottom: 0;
  }
}

.secHead h1.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  filter: blur(0) grayscale(0);
}

.secHead h1 img {
  height: 30px;
}

@media all and (max-width: 767px) {
  .secHead h1 img {
    height: 20px;
  }
}

.secHead h1 .ttlEng {
  display: block;
  letter-spacing: .2em;
  font-family: "Cinzel", serif;
  color: #ffd684;
  font-size: 2rem;
  text-align: center;
}

@media all and (max-width: 767px) {
  .secHead h1 .ttlEng {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

.secCatch {
  padding: 100px 0;
}

@media all and (max-width: 767px) {
  .secCatch {
    padding: 50px 10px 20px;
  }
}

.secCatch .secInner {
  padding: 120px 0 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.secCont {
  background: url(../img/common/bg_sec_silver.jpg) center top no-repeat;
  background-size: 100% auto;
  padding: 100px 0;
}

@media all and (max-width: 767px) {
  .secCont {
    padding: 50px 0;
  }
}

.secCont .secContInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}

@media all and (max-width: 767px) {
  .secCont .secContInner {
    padding: 0 10px;
    margin-bottom: 50px;
  }
}

.secCont .secContInner .secContSub {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.secCont .secContInner .secContSub .secContSubBox {
  margin-bottom: 50px;
}

.secCont .secContInner .secContSub .secContSubBox h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.secCont .secContInner .secContSub .secContSubBox h4 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffd684;
}

.secCont .secContInner .secContSub .secContSubBox p {
  margin-bottom: 20px;
}

.secCont .secContInner .secContSub .secContSubBox p a:hover {
  text-decoration: underline;
}

.secCont .secContInner .secContSub .secContSubBox .secContSubBoxTxt {
  margin-bottom: 40px;
}

.secCont .secContInner .secContSub .secContSubBox.col2 {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .secCont .secContInner .secContSub .secContSubBox.col2 {
    flex-wrap: wrap;
  }
}

.secCont .secContInner .secContSub .secContSubBox.col2 > div {
  width: 45%;
}

@media all and (max-width: 767px) {
  .secCont .secContInner .secContSub .secContSubBox.col2 > div {
    width: 100%;
  }
}

.secCont .secContInner .secContSub .secContSubBox .secContCaution p {
  color: #f00;
  margin-bottom: 10px;
}

.secCont .secContInner .secContSub .secContSubBox .secContCaution ul {
  color: #ccc;
}

.secCont .secContInner .secContSub .secContSubBox img.anim {
  opacity: .4;
  filter: blur(3px) grayscale(100%);
  transform: translateY(50px) translate3d(0, 0, 0);
  transition: all .5s;
}

.secCont .secContInner .secContSub .secContSubBox img.anim.active {
  opacity: 1;
  filter: blur(0) grayscale(0);
  transform: translateY(0) translate3d(0, 0, 0);
}

.secBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}

@media all and (max-width: 767px) {
  .secBox {
    padding: 0 10px;
  }
}

.secBox .secBoxCont {
  margin-bottom: 50px;
}

.secBox .secBoxCont p {
  margin-bottom: 30px;
}

.secBox .secBoxCont p img {
  opacity: .4;
  filter: blur(3px) grayscale(100%);
  transform: translateY(50px) translate3d(0, 0, 0);
  transition: all .5s;
}

.secBox .secBoxCont p img.active {
  opacity: 1;
  filter: blur(0) grayscale(0);
  transform: translateY(0) translate3d(0, 0, 0);
}

.secBox .secBoxCont p span {
  display: block;
  text-align: center;
}

.secBox .secBoxCont.col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.secBox .secBoxCont.col2 > div {
  width: 47%;
}

@media all and (max-width: 767px) {
  .secBox .secBoxCont.col2 > div {
    width: 100%;
  }
}

.secBox .secBoxContTxt {
  text-align: center;
}

.boxDotOv {
  position: relative;
}

.boxDotOv::after {
  content: "";
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}

.breadcrumbs {
  width: 100%;
  background: #14110a;
  height: 90px;
  line-height: 90px;
  position: relative;
  z-index: 100;
}

@media all and (max-width: 767px) {
  .breadcrumbs {
    padding: 0 10px;
  }
}

.breadcrumbs ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: table;
  font-size: 1.3rem;
}

@media all and (max-width: 767px) {
  .breadcrumbs ul {
    font-size: 1.1rem;
  }
}

.breadcrumbs ul li {
  margin: 0 10px 0 0;
  float: left;
}

.breadcrumbs ul li a {
  color: #ccc;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.breadcrumbs ul li:first-child::before {
  content: none;
}

.breadcrumbs ul li::before {
  padding: 0 10px 0 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: bold;
}

.tbl01 {
  width: 100%;
}

.tbl01 th, .tbl01 td {
  padding: 5px;
  line-height: 1.5;
}

.tbl01 th {
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  text-align: left;
  width: 40%;
}

@media all and (max-width: 767px) {
  .tbl01 th {
    font-size: 1.3rem;
  }
}

.tbl01 th span {
  font-size: 1.2rem;
  color: #767676;
  margin-right: 10px;
}

.tbl01 td {
  color: #ffd684;
  text-align: right;
  border-bottom: 1px solid #767676;
  font-style: italic;
  vertical-align: bottom;
}

.tbl01 td span {
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
  margin-right: 5px;
  font-style: normal;
}

@media all and (max-width: 767px) {
  .tbl01 td span {
    font-size: 2rem;
  }
}

.tbl02 {
  width: 100%;
  margin-bottom: 30px;
}

.tbl02 th, .tbl02 td {
  padding: 20px 10px 10px;
}

@media all and (max-width: 767px) {
  .tbl02 th, .tbl02 td {
    display: block;
    width: 100%;
  }
}

.tbl02 th {
  border-bottom: 1px solid #fff;
  text-align: left;
  white-space: nowrap;
  width: 30%;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  .tbl02 th {
    color: #ccc;
    width: 100%;
  }
}

.tbl02 td {
  text-align: left;
  border-bottom: 1px solid #767676;
}

@media all and (max-width: 767px) {
  .tbl02 td {
    margin-bottom: 25px;
  }
}

.tbl02 a {
  color: #fff;
}

@media all and (max-width: 767px) {
  .tbl02 a {
    color: #ffd684;
  }
}

.tblScroll {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 30px;
}

.tblScroll::-webkit-scrollbar {
  height: 5px;
}

.tblScroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.tblScroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.tblScroll table {
  width: 100%;
}

.tblScroll table thead th {
  background: #333;
}

.tblScroll table th, .tblScroll table td {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
}

.tblScroll table th {
  background: #666;
}

.list01 {
  margin-bottom: 25px;
}

.list01 li {
  padding-left: 1em;
  text-indent: -1em;
}

.list01 li a:hover {
  text-decoration: underline;
}

.list02 li {
  margin: 0 1% 25px;
  border-bottom: 1px solid #666;
}

.list02 li a {
  display: block;
}

.list02 li a:hover {
  text-decoration: underline;
}

.list02 li ul {
  display: flex;
  justify-content: flex-start;
}

.list02 li ul li {
  margin: 10px 0 0 15px;
  border-bottom: none;
}

.pageTop {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 150;
  transition: all .5s;
}

@media all and (max-width: 767px) {
  .pageTop {
    bottom: 10px;
    right: 10px;
  }
}

.pageTop img {
  height: 60px;
}

@media all and (max-width: 767px) {
  .pageTop img {
    height: 40px;
  }
}

.pageTop.active {
  opacity: 1;
  pointer-events: inherit;
}

.modalBox {
  display: none;
}

.modaal-wrapper .modaal-container {
  width: auto;
}

.modaal-overlay {
  z-index: 1000;
}

/**/
.header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.header .headerInner {
  width: 100%;
  position: relative;
}

.header .headerInner .navSub {
  position: fixed;
  top: 15px;
  right: 15px;
}

@media all and (max-width: 767px) {
  .header .headerInner .navSub {
    display: none;
  }
}

.header .headerInner .navSub .navSubOther {
  margin-bottom: 20px;
}

.header .headerInner .navSub .navSubOther li {
  float: left;
  margin-left: 25px;
  padding-top: 10px;
}

.header .headerInner .navSub .navSubOther li img {
  height: 15px;
}

.header .headerInner .navSub .navSubOther li.navReserve, .header .headerInner .navSub .navSubOther li.navOnline {
  padding-top: 0;
}

.header .headerInner .navSub .navSubOther li.navReserve a, .header .headerInner .navSub .navSubOther li.navOnline a {
  display: block;
  width: 170px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.header .headerInner .navSub .navSubOther li.navReserve a {
  border: 1px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.header .headerInner .navSub .navSubOther li.navOnline a {
  background: #694600;
  color: #fff;
  position: relative;
}

.header .headerInner .navSub .navSubOther li.navOnline a::after {
  font-weight: bold;
  position: absolute;
  right: 20px;
  transition: all .2s;
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
}

.header .headerInner .navSubLang {
  clear: both;
  float: right;
}

.header .headerInner .navSubLang li {
  float: left;
  margin-left: 15px;
}

.header .headerInner .navSubLang li a {
  color: #fff;
}

.header .headerInner .navWrap {
  transition: all .3s;
  text-align: center;
  border-top: 1px solid #ccc;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.header .headerInner .navWrap.open {
  opacity: 1;
  transform: scale(1);
  pointer-events: inherit;
}

.header .headerInner .navWrap.close {
  visibility: hidden;
  opacity: 0;
}

.header .headerInner .navWrap > div {
  width: 50%;
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap > div {
    width: 100%;
    padding: 10px;
  }
}

.header .headerInner .navWrap .navWrapL {
  padding: 30px;
  height: 100%;
}

.header .headerInner .navWrap .navWrapL span {
  display: block;
  height: 100%;
  width: 100%;
  background: url(../img/common/img_nav_left_01.jpg) center center no-repeat;
  background-size: cover;
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap .navWrapL {
    display: none;
  }
}

.header .headerInner .navWrap .navWrapR .navWrapMenu {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap .navWrapR .navWrapMenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.header .headerInner .navWrap .navWrapR .navWrapMenu li {
  margin-bottom: 12px;
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap .navWrapR .navWrapMenu li {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap .navWrapR .navWrapMenu li:nth-child(n + 3) {
    width: 48%;
  }
}

.header .headerInner .navWrap .navWrapR .navWrapMenu li a {
  display: block;
  padding: 5px;
  font-size: 1.6rem;
  color: #fff;
  border-bottom: 1px solid #4a4029;
  line-height: 1.5;
  transition: all .3s;
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap .navWrapR .navWrapMenu li a {
    font-size: 1.4rem;
  }
}

.header .headerInner .navWrap .navWrapR .navWrapMenu li a span {
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  color: #ffd684;
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap .navWrapR .navWrapMenu li a span {
    font-size: 1rem;
  }
}

.header .headerInner .navWrap .navWrapR .navWrapMenu li a:hover {
  opacity: .7;
}

.header .headerInner .navWrap .navWrapR .navWrapMenu li .navWrapMenuSub {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.header .headerInner .navWrap .navWrapR .navWrapMenu li .navWrapMenuSub li {
  width: 30%;
  margin: 1% a;
  margin-display: block;
  margin-border-bottom: 1px solid #4a4029;
}

.header .headerInner .navWrap .navWrapR .navWrapMenuUnder {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 15px auto 30px;
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap .navWrapR .navWrapMenuUnder {
    flex-wrap: wrap;
  }
}

.header .headerInner .navWrap .navWrapR .navWrapMenuUnder li {
  width: 30%;
  margin: 0 5px;
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap .navWrapR .navWrapMenuUnder li {
    width: 47%;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap .navWrapR .navWrapMenuUnder li:last-child {
    width: 100%;
  }
}

.header .headerInner .navWrap .navWrapR .navWrapMenuUnder li a {
  border: 1px solid #fff;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #fff;
  transition: all .3s;
}

.header .headerInner .navWrap .navWrapR .navWrapMenuUnder li a:hover {
  opacity: .7;
}

.header .headerInner .navWrap .navWrapR .navWrapMenuUnder li.navOnline {
  background: #694600;
  color: #fff;
}

.header .headerInner .navWrap .navWrapR .navWrapMenuUnder li.navOnline a {
  border: none;
}

.header .headerInner .navWrap .navWrapR .navSubLang {
  float: none;
  margin: 15px auto;
  position: absolute;
  top: 30px;
  right: 30px;
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap .navWrapR .navSubLang {
    top: 10px;
    left: 10px;
    right: auto;
    font-size: 1.2rem;
  }
}

.header .headerInner .navWrap .navWrapR .navSubLang li {
  float: none;
  display: inline-block;
  margin: 0 10px;
}

.header .headerInner .navWrap .navWrapR .navSubOther {
  float: none;
  margin: 50px auto 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media all and (max-width: 767px) {
  .header .headerInner .navWrap .navWrapR .navSubOther {
    left: 0;
    right: 0;
  }
}

.header .headerInner .navWrap .navWrapR .navSubOther li {
  float: none;
  display: inline-block;
  margin: 0 10px;
}

.header .headerInner .navWrap .navWrapR .navSubOther li a img {
  width: 15px;
  height: 15px;
}

.header .headerInner .navButton {
  position: fixed;
  top: 50%;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  width: 55px;
  height: 55px;
}

@media all and (max-width: 767px) {
  .header .headerInner .navButton {
    top: 0;
    right: 0;
  }
}

.header .headerInner .navButton span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 10px;
  width: 35px;
  height: 2px;
  background-color: #ffd684;
}

.header .headerInner .navButton span:nth-of-type(1) {
  top: 13px;
}

.header .headerInner .navButton span:nth-of-type(2) {
  top: 26px;
}

.header .headerInner .navButton span:nth-of-type(3) {
  bottom: 12px;
}

.header .headerInner .navButton.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}

.header .headerInner .navButton.active span:nth-of-type(2) {
  opacity: 0;
}

.header .headerInner .navButton.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

/* -------------------------------------------------------

footer

------------------------------------------------------- */
.footerCover {
  background: #000;
  position: relative;
  z-index: 100;
}

.footer {
  background: url(../img/common/bg_footer.jpg) right bottom no-repeat;
  background-attachment: fixed;
  padding: 80px 10px 25px;
  text-align: center;
}

.footer .footerInner {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  border: 1px solid #ffd684;
  padding: 50px 10px;
  margin-bottom: 50px;
}

.footer .footerInner h2 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  .footer .footerInner h2 {
    font-size: 1.8rem;
  }
}

.footer .footerInner h3 {
  font-size: 1.8rem;
  color: #ffd684;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .footer .footerInner h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.footer .footerInner h3 span {
  font-size: 4.8rem;
}

@media all and (max-width: 767px) {
  .footer .footerInner h3 span {
    font-size: 2.5rem;
  }
}

.footer .footerInner table {
  margin: 0 auto 50px;
}

.footer .footerInner table th, .footer .footerInner table td {
  padding: 5px;
}

.footer .footerInner table th {
  text-align: right;
  white-space: nowrap;
}

.footer .footerInner table td {
  text-align: left;
}

.footer .footerInner .linkReserve {
  margin-bottom: 25px;
}

.footer .footerInner .linkReserve p {
  margin-bottom: 15px;
}

.footer .footerInner .linkReserve .btnLinkReserve {
  display: flex;
  justify-content: center;
}

.footer .footerInner .linkReserve .btnLinkReserve li {
  margin: 20px;
  width: 100%;
  max-width: 320px;
}

@media all and (max-width: 767px) {
  .footer .footerInner .linkReserve .btnLinkReserve li {
    margin: 5px;
  }
}

.footer .footerInner .linkReserve .btnLinkReserve li a {
  display: block;
  height: 60px;
  line-height: 60px;
  background: #282114;
  position: relative;
  transition: all .3s;
}

.footer .footerInner .linkReserve .btnLinkReserve li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d2";
  font-weight: bold;
  position: absolute;
  right: 10px;
  transition: all .2s;
}

.footer .footerInner .linkReserve .btnLinkReserve li a:hover {
  opacity: .7;
}

.footer .footerInner .footerContact {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px 0;
  border-top: 1px solid #ffd684;
}

.footer .footerInner .footerContact .footerContactTtl {
  font-size: 1.6rem;
  font-weight: bold;
}

.footer .footerInner .footerContact .footerContactTxt {
  margin-bottom: 25px;
}

.footer .footerInner .footerContact ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .footer .footerInner .footerContact ul {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}

.footer .footerInner .footerContact ul li {
  width: 30%;
  margin: 0 1%;
}

@media all and (max-width: 767px) {
  .footer .footerInner .footerContact ul li {
    width: 100%;
    border-right: none;
    margin-bottom: 35px;
  }
}

.footer .footerInner .footerContact ul li:nth-of-type(2) {
  border-right: 1px solid #ffd684;
  border-left: 1px solid #ffd684;
}

@media all and (max-width: 767px) {
  .footer .footerInner .footerContact ul li:nth-of-type(2) {
    padding: 30px 0;
    border: none;
    border-top: 1px solid #ffd684;
    border-bottom: 1px solid #ffd684;
  }
}

.footer .footerInner .footerContact ul li:nth-of-type(3) {
  border-right: none;
}

.footer .footerInner .footerContact ul li .footerContactNum {
  font-size: 1.8rem;
  color: #ffd684;
}

.footer .footerInner .footerContact ul li .footerContactNum span {
  font-size: 3rem;
}

.footer .footerLink ul {
  margin: 0 auto 50px;
}

@media all and (max-width: 767px) {
  .footer .footerLink ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.footer .footerLink ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #666;
}

@media all and (max-width: 767px) {
  .footer .footerLink ul li {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #666;
  }
}

.footer .footerLink ul li:last-child {
  border-right: none;
}

.footer .footerLink ul li a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #fff;
}

.footer .footerLink ul li a:hover {
  text-decoration: underline;
}

.footer .footerSns p {
  color: #ffd684;
}

.footer .footerSns ul {
  margin-bottom: 50px;
}

.footer .footerSns ul li {
  display: inline-block;
  margin: 20px;
}

.footer .footerSns ul li img {
  height: 15px;
}

.footer .footerLogo {
  margin: 50px auto;
}

.footer .footerLogo img {
  width: 150px;
}

.footer small {
  font-size: 1.2rem;
}

/* calender
------------------------------------------------------- */
.footerInfo {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 25px;
}

.footerInfo .footerInfoCal {
  width: 30%;
}

.footerInfo .footerInfoCal .footerInfoCalTtl {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 1.6rem;
}

.footerInfo .footerInfoCal .month-dayname-space {
  padding: 8px;
  text-align: center;
}

.footerInfo .footerInfoCal .month-event-space {
  display: none;
}

.footerInfo .footerInfoCal .holiday-all {
  color: #fff;
  background: rgba(255, 214, 132, 0.3) !important;
}

.footerInfo .footerInfoCal .today {
  color: #ffd684;
}

.footerInfo .footerInfoTxt {
  padding-left: 50px;
}

.xo-event-calendar table.xo-month .month-dayname td div.other-month {
  opacity: 1;
  background: none;
  color: #666;
}

.xo-event-calendar table.xo-month .month-dayname td div.other-month,
.xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center;
}

.xo-event-calendar table {
  background: none;
  color: #fff;
}

.xo-event-calendar table.xo-month {
  border: 1px solid #f1f1f1;
}

.xo-event-calendar table.xo-month .month-header > span {
  color: #333;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #ffd684;
  border: none;
}

.xo-event-calendar table.xo-month > thead th.saturday,
.xo-event-calendar table.xo-month > thead th.sunday {
  color: #fff;
}

.xo-event-calendar p.holiday-title span {
  background: rgba(255, 214, 132, 0.3) !important;
}

/**/
