@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
html {
  font-size: 62.5%;
}

body {
  background: #000;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

a {
  color: currentColor;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
}
img.fitimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.width {
  max-width: 1110px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.intro_common {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 150px;
  background: #000;
}
@media all and (max-width: 896px) {
  .intro_common {
    min-height: 100px;
  }
}

.ttl_common {
  font-size: 4.2rem;
}
@media all and (max-width: 896px) {
  .ttl_common {
    font-size: 2.8rem;
  }
}

.copy_common {
  font-size: 3.2rem;
}
@media all and (max-width: 896px) {
  .copy_common {
    font-size: 2.2rem;
  }
}

.txt_common {
  font-size: 2rem;
  line-height: 2.25;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .txt_common {
    font-size: 1.6rem;
    margin-top: 50px;
  }
}
@media all and (max-width: 480px) {
  .txt_common {
    text-align: left;
  }
}

.slide_common {
  text-align: center;
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .slide_common {
    margin-top: 80px;
  }
}

.swiper-main {
  overflow: visible;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .swiper-main {
    margin-top: 50px;
  }
}
.swiper-main .swiper-slide {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.swiper-main .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  position: relative;
}
.swiper-main .swiper-slide:not(.swiper-slide-active)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.swiper-main .pagination-wrapper {
  margin-top: 30px;
}
.swiper-main .swiper-pagination-bullets {
  position: static;
}
.swiper-main .swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  border-radius: 0;
  background: #676767;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .swiper-main .swiper-pagination-bullet {
    width: 40px;
  }
}
.swiper-main .swiper-pagination-bullet-active {
  background: #C30D23;
}
.swiper-main .swiper-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: fixed;
  z-index: 1000;
  background: #000;
  width: 100%;
  height: 120px;
  padding: 20px 0;
}
@media all and (max-width: 896px) {
  .header {
    height: 60px;
    padding: 10px 0;
  }
}
.header .area_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .header_logo {
  width: 220px;
}
@media all and (max-width: 1025px) {
  .header .header_logo {
    width: 160px;
  }
}
@media all and (max-width: 896px) {
  .header .header_logo {
    width: 100px;
  }
}
.header .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media all and (max-width: 1025px) {
  .header .header_nav {
    gap: 20px;
  }
}
@media all and (max-width: 896px) {
  .header .header_nav {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 30px 30px;
    background: #000;
    height: 100vh;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header .header_nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header .list_nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  font-size: 1.8rem;
}
@media all and (max-width: 1025px) {
  .header .list_nav {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 896px) {
  .header .list_nav {
    text-align: left;
    display: block;
  }
}
.header .list_nav > li {
  position: relative;
}
.header .list_nav > li::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media all and (max-width: 896px) {
  .header .list_nav > li::after {
    width: 30px;
    height: 1px;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
  }
}
.header .list_nav > li:first-of-type::before {
  content: "";
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media all and (max-width: 896px) {
  .header .list_nav > li:first-of-type::before {
    width: 30px;
    height: 1px;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.header .list_nav > li > a {
  display: block;
  padding: 20px 1em;
  position: relative;
}
@media all and (max-width: 896px) {
  .header .list_nav > li > a {
    padding: 20px 0;
  }
}
.header .list_nav > li > a.link_none {
  pointer-events: none;
  color: #595959;
}
@media all and (max-width: 896px) {
  .header .list_nav > li > a.link_none {
    padding-top: 35px;
  }
}
.header .list_nav .txt_soon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 4px;
  font-size: 1rem;
  color: #fff;
  background: #820009;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (max-width: 896px) {
  .header .list_nav .txt_soon {
    top: 5px;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.header .block_btn {
  text-align: center;
}
.header .btn_reserve {
  text-align: center;
  width: 180px;
}
@media all and (max-width: 896px) {
  .header .btn_reserve {
    margin-left: 0;
    margin-top: 20px;
  }
}
.header .btn_reserve > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4em 0.5em;
  display: block;
  font-size: 1.8rem;
  background: #C30D23;
  color: #fff;
}
@media all and (max-width: 896px) {
  .header .btn_reserve > a {
    font-size: 1.6rem;
  }
}
.header .btn_reserve > a::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../../common/images/circle_arrow_right_white.svg") center center/contain no-repeat;
  vertical-align: -0.2em;
  margin-left: 0.5em;
}
.header .btn_back {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .header .btn_back {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
.header .btn_back > a::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url(../../common/images/circle_arrow_right_white.svg) center center/contain no-repeat;
  vertical-align: -0.15em;
  margin-left: 0.5em;
}
.header .nav_ruby {
  position: relative;
}
.header .nav_ruby rt {
  font-size: 0.5em;
  width: 100%;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: absolute;
  top: -0.5em;
  left: 0;
}
.header .btn_menu {
  display: none;
}
@media all and (max-width: 896px) {
  .header .btn_menu {
    display: block;
    width: 35px;
    height: 26px;
    position: relative;
    z-index: 2000;
  }
}
.header .btn_menu.active .hamburger > span:nth-of-type(1) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .btn_menu.active .hamburger > span:nth-of-type(2) {
  opacity: 0;
}
.header .btn_menu.active .hamburger > span:nth-of-type(3) {
  bottom: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .btn_menu .hamburger {
  width: 100%;
  height: 100%;
  position: relative;
}
.header .btn_menu .hamburger > span {
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header .btn_menu .hamburger > span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.header .btn_menu .hamburger > span:nth-of-type(2) {
  top: 12px;
  left: 0;
}
.header .btn_menu .hamburger > span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.notfound {
  padding: 100px 0;
  text-align: center;
}
.notfound h1 {
  font-size: 3rem;
}
.notfound .area_notfound {
  margin-top: 50px;
}

.footer .area_footer {
  position: relative;
}
.footer .swiper-footer {
  height: 600px;
}
@media all and (max-width: 896px) {
  .footer .swiper-footer {
    height: 500px;
  }
}
.footer .swiper-footer .swiper-img {
  width: 100%;
  height: 100%;
}
.footer .swiper-footer .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .swiper-footer .swiper-img.cover {
  position: relative;
}
.footer .swiper-footer .swiper-img.cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7));
}
.footer .sec_footer {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 20;
}
@media all and (max-width: 896px) {
  .footer .sec_footer {
    bottom: 40px;
  }
}
.footer .block_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 40px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .footer .block_footer {
    gap: 25px 30px;
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .footer .block_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer_copy {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 896px) {
  .footer .footer_copy {
    font-size: 2rem;
  }
}
.footer .footer_logo {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .footer .footer_logo {
    width: 200px;
  }
}
.footer .footer_logo img {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.footer .box_address {
  font-size: 2rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media all and (max-width: 896px) {
  .footer .box_address {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .footer .box_address {
    text-align: center;
  }
}
.footer .footer_note {
  text-align: right;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .footer .footer_note {
    text-align: center;
    font-size: 1.2rem;
  }
}

input[type=submit], input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}