@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
/* noto-serif-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-serif-jp-v30-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* noto-serif-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-serif-jp-v30-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* noto-serif-jp-600 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-serif-jp-v30-japanese_latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* noto-serif-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-serif-jp-v30-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v29-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v29-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  font-size: 14px;
  line-height: 2.3;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP';
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: url("../img/shared/bg.jpg");
  text-align: justify; }

@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2.2px; } }
.nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.nav--opened #pagetop, .nav--opened .fx-btn {
  z-index: -1;
  opacity: 0; }

body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
  pointer-events: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important; }

body.nav--opened .hamburger, body.nav--opened #menu_toggle, body.nav--opened #menu_toggle *, body.nav--opened .nav-fixed.fixed, body.nav--opened .nav-fixed.fixed * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important; }

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.fnt-montserrat {
  font-family: 'Montserrat'; }

.fnt-notosan {
  font-family: 'Noto Sans JP'; }

  .fnt-noto {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
  }
  
  
.color_red {
  color: #7c0201;
}
/*=============================================
 * main
 *=============================================*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a[href^="tel:"]:hover {
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 6.7%;
    position: relative; }

  .df-sp {
    display: flex !important;
    justify-content: space-between; }

  .txt {
    padding: 0 2%; } }
i {
  /*display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1;
  position: relative;*/ }

.btn-link {
  position: relative;
  text-decoration: none;
  outline: none;
  transition: ease .3s;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 18px;
  height: 60px; }
  .btn-link i {
    width: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    display: flex;
    line-height: 1; }
  .btn-link:hover {
    text-decoration: none;
    opacity: 0.8; }
  @media only screen and (min-width: 768px) {
    .btn-link {
      font-size: 22px;
      width: 430px;
      height: 80px;
      border: 5px solid #fff; }
      .btn-link i {
        width: 9px;
        right: 45px; } }

/*=============================================
 * nav
 *=============================================*/
 .nav-fixed {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: ease 0.3s;
  height: 80px; }

  .nav-fixed .low {
    display: flex;  
  }

  .nav-fixed .subnav {
    display: flex; 
    font-size: 13px;
    margin: -5px 0 0 10px;

  }
  .nav-fixed .subnav li {
  }
    @media only screen and (max-width: 767px) {
    .nav-fixed {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .nav-fixed {
      display: flex;
      justify-content: space-between; }
      .nav-fixed .left {
        margin-left: 28px;
        padding-top: 12px; }
      .nav-fixed .gnav {
        line-height: 31px;
        letter-spacing: 3px;
        justify-content: flex-start; }
        .nav-fixed .gnav li:not(:last-child):after {
          content: "／";
          margin: 0 15px; }
      .nav-fixed .tel {
        height: 21px;
        display: flex;
        margin-top: 3px; }
      .nav-fixed.fixed {
        opacity: 1;
        visibility: visible; } }

/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
  box-sizing: border-box;
  z-index: 0; }
  header .logo {
    margin: 6vw auto 5vw;
    width: 27%; }
  header h1 {
    text-align: center;
    font-size: 8px;
    color: #fff;
    margin: 3vw 6.7%; }
  @media only screen and (min-width: 768px) {
    header .logo {
      margin: 0;
      width: 140px;
      position: absolute;
      top: 30px;
      right: 55px; }
    header h1 {
      text-align: left;
      font-size: 12px;
      width: 50%;
      position: absolute;
      left: 20px;
      bottom: 10px;
      margin: 0; }
    header .sidebar {
      order: 2;
      width: 250px; }
    header .header-info {
      width: 180px;
      margin: 178px auto 0;
      text-align: center; }
    header .header-reserve {
      display: block;
      margin: 15px 0 10px; }
    header .gnav {
      color: #fff;
      font-size: 17px;
      line-height: 40px; }
      header .gnav a:hover, header .gnav a.active {
        color: #600;
        text-decoration: none; } }

.nav-sub {
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1; }
  .nav-sub ul {
    justify-content: center !important; }
    .nav-sub ul a {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      width: 190px;
      height: 100px;
      font-size: 17px;
      letter-spacing: 0.2em; }
      .nav-sub ul a:hover {
        background: #660000;
        text-decoration: none; }

@media only screen and (min-width: 768px) {
  #kv {
    width: calc(100% - 250px);
    height: 750px; }
    #kv img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

/*=============================================
 * animation
 *=============================================*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(6px); }
  to {
    opacity: 1;
    filter: blur(0px); } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important; } }
#menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 99;
  padding: 70px 0 50vw;
  background: url("../img/shared/menu_bg.png");
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  color: #fff; }
  #menu_toggle .tel {
    margin: 0 auto;
    width: 325px;
    border-bottom: 1px solid #fff; }
  #menu_toggle .gnav {
    justify-content: center;
    width: 280px;
    margin: 40px auto 67px;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.2em; }
    #menu_toggle .gnav ul {
      width: 50%;
      box-sizing: border-box;
      padding-left: 30px; }
    #menu_toggle .gnav a:hover {
      text-decoration: none; }
  #menu_toggle .gnav2 {
    background: #333;
    border: 1px solid #fff;
    width: 100%;
    box-sizing: border-box; }
    #menu_toggle .gnav2 li {
      width: calc(100% / 3);
      box-sizing: border-box; }
      #menu_toggle .gnav2 li:not(:last-child) {
        border-right: 1px solid #fff; }
      #menu_toggle .gnav2 li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 75px;
        line-height: 1;
        font-size: 12px; }
        #menu_toggle .gnav2 li a i {
          display: block;
          margin: 9px auto 0;
          width: 10px; }
        #menu_toggle .gnav2 li a:hover {
          text-decoration: none; }

.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }

@media only screen and (min-width: 768px) {
  .has_nav #menu_toggle {
    pointer-events: none; } }
/*=============================================
 * footer
 *=============================================*/
footer {
  background: #333;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.2em;
  padding-top: 13vw;
  padding-bottom: 40vw; }
  footer #socialbuttons {
    margin: 25px 0;
    display: flex;
    justify-content: flex-start; }
  footer .cookie-link a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative; }
    footer .cookie-link a i {
      margin-right: 10px;
      margin-top: 2px;
      width: 11px; }
    footer .cookie-link a span {
      display: inline-block;
      position: relative; }
      footer .cookie-link a span:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.5); }
    footer .cookie-link a:hover {
      text-decoration: none; }
      footer .cookie-link a:hover span:before {
        opacity: 0; }
  footer .btn-copy {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    footer .btn-copy .copy {
      width: auto;
      position: relative; }
      footer .btn-copy .copy:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.5); }
      footer .btn-copy .copy:hover {
        text-decoration: none; }
        footer .btn-copy .copy:hover:before {
          opacity: 0; }
    footer .btn-copy i {
      margin-right: 10px;
      margin-top: 2px;
      width: 11px; }
  footer #pagetop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px; }
    footer #pagetop span {
      display: inline-block;
      position: relative; }
      footer #pagetop span:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.5); }
    footer #pagetop i {
      margin-right: 5px;
      margin-top: 2px;
      width: 20px; }
  footer address {
    margin-top: 30px;
    text-align: left; }
  @media only screen and (min-width: 768px) {
    footer {
      padding: 80px 60px 78px;
      font-size: 13px;
      letter-spacing: 36px;
      line-height: 27px; }
      footer .wrap {
        max-width: inherit; }
      footer #socialbuttons {
        margin: 40px 0 0; }
      footer .cookie-link, footer .btn-copy, footer #pagetop {
        letter-spacing: 2px; }
      footer .cookie-link {
        margin-top: 5px; }
        footer .cookie-link a i {
          margin-right: 10px;
          margin-top: 6px;
          width: 14px; }
      footer .btn-copy .copy:before {
        bottom: 0; }
      footer .btn-copy i {
        margin-right: 10px;
        margin-top: 2px;
        width: 14px; }
      footer #pagetop {
        margin-top: 17px; }
        footer #pagetop i {
          margin-right: 20px;
          margin-top: 0px;
          width: 10px; }
        footer #pagetop:hover {
          text-decoration: none;
          opacity: 1 !important; }
          footer #pagetop:hover span:before {
            opacity: 0; }
      footer .footer-right {
        margin-top: -9px; }
      footer address {
        margin-top: 60px;
        font-size: 13px;
        letter-spacing: 1px; } }

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: url("../img/shared/fixed_bg.jpg") repeat-y top center/100% auto;
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99; }

  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px); } }
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: url("../img/shared/fixed_bg.jpg") repeat-y top center/100% auto;
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99; }

  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px); } }
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url("../img/shared/fixed_bg.jpg") repeat-y top center/100% auto;
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99; }

  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px); } }
@media only screen and (min-width: 600px) {
  footer:after {
    display: none !important; } }
iframe {
  width: 100%;
  height: 100%; }

/*=============================================
 * ft_fixed_shared
 *=============================================*/
#socialbuttons > * {
  margin: 0; }

#ft_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  width: 100%; }
  #ft_fixed a {
    display: block; }

.navOpen #ft_fixed {
  z-index: 0; }

@media only screen and (min-width: 768px) {
  #ft_fixed {
    display: none; } }
/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  width: 50px;
  height: 50px;
  background: url("../img/shared/ham_btn.jpg") no-repeat center/cover;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100; }

.navOpen .hamburger {
  background: url("../img/shared/ham_btn_on.jpg") no-repeat center/cover; }

/*=============================================
 * general
 *=============================================*/
.align-bottom {
  align-items: flex-end; }

.slick-slide > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: flex;
  justify-content: center; }

.slick-dots li {
  display: block;
  line-height: 0;
  margin: 30px 10px 0 10px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  box-sizing: border-box; }

.slick-dots li button {
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  background: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: none;
  border: 1px solid #fff; }

.slick-dots .slick-active button {
  background: #fff; }

.slick-arrow {
  top: 50%;
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  background: transparent;
  width: 26px;
  height: 26px;
  margin-top: -13px; }

.slick-arrow.slick-prev {
  left: 23px;
  background: url("../img/index/arrow_left.png") no-repeat center/100% auto; }

.slick-arrow.slick-next {
  right: 23px;
  background: url("../img/index/arrow_right.png") no-repeat center/100% auto; }

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

  .bg_parallax {
    position: relative; }
  
    .bg_parallax h2 {
      width: 200px;
      height: 300px;
      border: 10px solid #fff;
      font-size: 60px;
      padding-right: 25px;
      text-align: center;
      writing-mode: vertical-rl;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    
    .img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img_parallax img {
    height: auto !important;
    object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important; } }
@supports (-ms-accelerator: true) {
  .img_parallax img {
    height: auto !important;
    object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important; } }
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; }

  img {
    width: auto; }

    .bg_parallax h2 {
      width: 450px;
      height: 350px;
      border: 10px solid #fff;
      font-size: 90px;
      text-align: center;
      padding: 140px 0 0 0;
      writing-mode: horizontal-tb;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    
      .slick-dots {
        position: absolute;
      bottom: 25px;
    left: 350px; }
    
        .slick-dots li {
          transition: 0.2s;
          width: 20px;
          height: 20px; }
      
            .slick-dots li:hover {
    opacity: 0.8; }

  .slick-arrow {
    width: 21px;
    height: 40px; }

  .slick-arrow:hover {
    opacity: 0.8; }

  .wrap {
    margin: auto;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 0; }

  .has_nav footer:after {
    content: none !important; }

  .df-pc {
    display: flex !important;
    justify-content: space-between; } }
.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }

em {
  font-style: normal; }

.txt-center {
  text-align: center; }

.mb0 {
  margin-bottom: 0 !important; }


  @-webkit-keyframes fadeInUp {
    from {
       opacity: 0;
       transform: translate3d(0, 30px, 0);
    }
 
    to {
       opacity: 1;
       transform: translate3d(0, 0, 0);
    }
 }
 
 @keyframes fadeInUp {
    from {
       opacity: 0;
       transform: translate3d(0, 30px, 0);
    }
 
    to {
       opacity: 1;
       transform: translate3d(0, 0, 0);
    }
 }
 
 .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
 }
 
 .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    opacity: 0;
 }
 
 .fadeInUp[style*="visible"] {
    opacity: 1;
 }
 