﻿@import "setting.css";
html,
body {
  text-align: left;
  color: #333;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 80px;
  scroll-behavior: auto;
}

html.ovfhdn {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

body a[data="tel"] {
  color: #333;
}

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

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

a:has(img) {
  text-decoration: none;
}

.ft-mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

header {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  box-sizing: border-box;
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

header .logo {
  width: 158px;
}

header .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

header .header_right p:first-child {
  text-align: center;
}

header .header_right p:first-child a {
  font-size: 1.6rem;
  line-height: 140%;
  text-align: center;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

header .header_right p:first-child a span {
  font-size: 1.2rem;
}

header .header_right p:first-child a:hover {
  opacity: 0.7;
}

header .header_right p:nth-child(2) {
  width: 140px;
  height: 50px;
  margin-left: 40px;
}

header .header_right p:nth-child(2) a {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .header_right p:nth-child(2) a:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

header .header_right #menubtn {
  --color: #fff;
  width: 36px;
  height: 36px;
  padding: 0;
  margin-left: 60px;
  margin-bottom: 7px;
  outline: none;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearence: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header .header_right #menubtn svg {
  width: 64px;
  height: 48px;
  top: -6px;
  left: -14px;
  stroke: var(--color);
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  display: block;
  position: absolute;
  scale: 1.6;
}

header .header_right #menubtn svg path {
  transition: stroke-dasharray var(--duration, 0.5s) var(--easing, ease)
      var(--delay, 0s),
    stroke-dashoffset var(--duration, 0.5s) var(--easing, ease) var(--delay, 0s);
  stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
  stroke-dashoffset: var(--offset, 126px);
  transform: translateZ(0);
}

header .header_right #menubtn svg path:nth-child(2) {
  --duration: 0.5s;
  --easing: ease-in;
  --offset: 100px;
  --array-2: 74px;
}

header .header_right #menubtn svg path:nth-child(3) {
  --offset: 133px;
  --array-2: 107px;
}

header .header_right #menubtn.active svg path {
  --offset: 57px;
}

header .header_right #menubtn.active svg path:nth-child(1),
header .header_right #menubtn.active svg path:nth-child(3) {
  --delay: 0.15s;
  --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
}

header .header_right #menubtn.active svg path:nth-child(2) {
  --duration: 0.4s;
  --offset: 2px;
  --array-1: 1px;
}

header .header_right #menubtn.active svg path:nth-child(3) {
  --offset: 58px;
}

#header_menu {
  width: 100%;
  height: 100vh;
  padding-top: 110px;
  box-sizing: border-box;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.97, 0, 0.5, 1);
}

#header_menu.active {
  visibility: visible;
  opacity: 1;
}

#header_menu > p:first-child {
  width: 122px;
  height: 105px;
  position: absolute;
  top: calc(50% - 53px);
  left: calc(50% - 122px);
  z-index: 11;
}

#header_menu #menu_bg {
  width: calc(50% - 50px);
  height: 100vh;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: no-repeat center/cover url("../img/menu_bg_about.jpg");
}

#header_menu #menu_bg span {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("../img/menu_bg_about.jpg") center center no-repeat;
  background-size: cover !important;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

#header_menu #menu_bg span.about {
  background-image: url("../img/menu_bg_about.jpg");
}

#header_menu #menu_bg span.plan {
  background-image: url("../img/menu_bg_plan.jpg");
}

#header_menu #menu_bg span.access {
  background-image: url("../img/menu_bg_access.jpg");
}

#header_menu #menu_bg span.news {
  background-image: url("../img/menu_bg_news.jpg");
}

#header_menu #menu_bg span.stay {
  background-image: url("../img/menu_bg_stay.jpg");
}

#header_menu #menu_bg span.faq {
  background-image: url("../img/menu_bg_faq.jpg");
}

#header_menu #menu_bg span.food {
  background-image: url("../img/menu_bg_food.jpg");
}

#header_menu #menu_bg span.contact {
  background-image: url("../img/menu_bg_contact.jpg");
}

#header_menu #menu_bg span.active {
  opacity: 1;
}

#header_menu .menu_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% + 50px);
  height: 100vh;
  padding: 0 100px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
}

#header_menu .menu_cont .in {
  display: block;
}

#header_menu ul.nav {
  display: block;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
}

#header_menu ul.nav li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 50%;
  text-align: left;
  opacity: 0;
  transform: translateX(10px);
  transition: 0.5s cubic-bezier(0.97, 0, 0.5, 1);
}

#header_menu ul.nav li + li:nth-child(n + 3) {
  margin-top: 60px;
}

#header_menu ul.nav li a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

#header_menu ul.nav li a:hover {
  opacity: 0.7;
}

#header_menu ul.nav li a span {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  color: #ddd2c0;
}

#header_menu ul.sns {
  width: 100%;
  margin-top: 46px;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  transform: translateX(10px);
  transition: 0.5s cubic-bezier(0.97, 0, 0.5, 1);
}

#header_menu ul.sns li {
  width: 30px;
  height: 30px;
  line-height: 0;
}

#header_menu ul.btn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  transform: translateX(10px);
  transition: 0.5s cubic-bezier(0.97, 0, 0.5, 1);
}

#header_menu ul.btn li {
  width: 199px;
  height: 59px;
  margin-top: 56px;
}

#header_menu ul.btn li a {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 200;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

#header_menu ul.btn li a:hover {
  color: #000;
  background: #fff;
}

#header_menu ul.btn li:nth-child(even) {
  margin-left: 20px;
}

#header_menu.active ul.nav li {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.25s;
}

#header_menu.active ul.nav li:nth-child(1) {
  transition-delay: 0.3s;
}

#header_menu.active ul.nav li:nth-child(2) {
  transition-delay: 0.35s;
}

#header_menu.active ul.nav li:nth-child(3) {
  transition-delay: 0.4s;
}

#header_menu.active ul.nav li:nth-child(4) {
  transition-delay: 0.45s;
}

#header_menu.active ul.nav li:nth-child(5) {
  transition-delay: 0.5s;
}

#header_menu.active ul.nav li:nth-child(6) {
  transition-delay: 0.55s;
}

#header_menu.active ul.nav li:nth-child(7) {
  transition-delay: 0.6s;
}

#header_menu.active ul.nav li:nth-child(8) {
  transition-delay: 0.65s;
}

#header_menu.active ul.sns {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.7s;
}

#header_menu.active ul.btn {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.7s;
}

footer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}

footer .footer_text {
  width: 100%;
  height: 125px;
  margin-bottom: -125px;
  display: flex;
  position: relative;
  top: -55px;
  z-index: 8;
  overflow: hidden;
  pointer-events: none;
}

footer .footer_text p {
  overflow-x: visible;
  animation: footerTextScroll 45s linear infinite;
}

footer .footer_text p + p {
  margin-left: 16px;
}

footer .footer_text p img {
  width: auto;
  max-width: inherit;
  height: 125px;
}

@keyframes footerTextScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

footer .footer_bnr {
  display: flex;
  justify-content: space-between;
}

footer .footer_bnr > div {
  width: 33.33%;
  position: relative;
}

footer .footer_bnr > div:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 200px;
  position: absolute;
  top: calc(50% - 100px);
  left: 0px;
  z-index: 5;
  background: #ccc;
}

footer .footer_bnr > div:first-child > a::after {
  background: no-repeat center/cover url("../img/footer_bnr_concact.jpg");
}

footer .footer_bnr > div:nth-child(2) > a::after {
  background: no-repeat center/cover url("../img/footer_bnr_login.jpg");
}

footer .footer_bnr > div:last-child > a::after {
  background: no-repeat center/cover url("../img/footer_bnr_reserve.jpg");
}

footer .footer_bnr > div a {
  width: 100%;
  height: 320px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer .footer_bnr > div a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.3s;
}

footer .footer_bnr > div a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  transform: scale(1);
  transition: all 0.3s;
}

footer .footer_bnr > div a:hover {
  text-decoration: none;
}

footer .footer_bnr > div a:hover::before {
  background: rgba(0, 0, 0, 0.4);
}

footer .footer_bnr > div a:hover::after {
  transform: scale(1.05);
}

footer .footer_bnr > div a:hover p:first-child::before {
  width: 10px;
  height: 10px;
}

footer .footer_bnr > div a p:first-child {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 140%;
  text-align: center;
  color: #fff;
}

footer .footer_bnr > div a p:first-child::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-bottom: 30px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

footer .footer_bnr > div a p:last-child {
  margin-top: 12px;
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #add8d7;
}

footer .footer_menu {
  width: 100%;
  padding: 48px 0 56px;
  background: #1e1e1e;
}

footer .footer_menu .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

footer .footer_menu .inner .logo {
  margin-bottom: 30px;
}

footer .footer_menu .inner .logo a {
  display: flex;
  align-items: flex-end;
}

footer .footer_menu .inner .logo a:hover {
  text-decoration: none;
}

footer .footer_menu .inner .logo a p:first-child > img {
  width: 112px;
}

footer .footer_menu .inner .logo a p:last-child {
  margin-left: 18px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #fff;
}

footer .footer_menu .inner .footer_nav {
  margin-left: 44px;
}

footer .footer_menu .inner .footer_nav .footer_nav_upper {
  display: flex;
  align-items: center;
}

footer .footer_menu .inner .footer_nav .footer_nav_upper ul {
  display: flex;
}

footer .footer_menu .inner .footer_nav .footer_nav_upper ul li {
  line-height: 1;
}

footer
  .footer_menu
  .inner
  .footer_nav
  .footer_nav_upper
  ul
  li:not(:last-child) {
  margin-right: 14px;
}

footer
  .footer_menu
  .inner
  .footer_nav
  .footer_nav_upper
  ul
  li:not(:last-child)::after {
  content: "/";
  margin-left: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
}

footer .footer_menu .inner .footer_nav .footer_nav_upper ul li a {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

footer .footer_menu .inner .footer_nav .footer_nav_upper p {
  margin-bottom: -2px;
  margin-left: 30px;
}

footer .footer_menu .inner .footer_nav .footer_nav_lower > ul {
  margin-top: 18px;
  display: block;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
}

footer .footer_menu .inner .footer_nav .footer_nav_lower > ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

footer .footer_menu .inner .footer_nav .attention {
  font-size: 1.2rem;
  margin-top: 20px;
  color: #fff;
}

footer
  .footer_menu
  .inner
  .footer_nav
  .footer_nav_lower
  > ul
  li:not(:last-child) {
  margin-right: 14px;
}

footer
  .footer_menu
  .inner
  .footer_nav
  .footer_nav_lower
  > ul
  li:not(:last-child)::after {
  content: "|";
  margin-left: 14px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

footer .footer_menu .inner .footer_nav .footer_nav_lower > ul li a {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

footer .footer_copy {
  width: 100%;
  padding: 32px 0 38px;
  border-top: 1px solid #666;
  background: #1e1e1e;
}

footer .footer_copy p {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

#privacy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.97, 0, 0.5, 1);
}

#privacy.active {
  visibility: visible;
  opacity: 1;
}

#privacy > .inner {
  margin: 0 auto;
  max-width: 1100px;
}

#privacy > .inner > .in {
  height: 80vh;
  overflow: auto;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
}

#privacy > .inner > .in p {
  font-size: 1.4rem;
  line-height: 180%;
  margin: 0 auto 40px;
  text-align: left;
}

#privacy > .inner > .in p.title {
  font-size: 1.8rem;
  font-weight: bold;
}

#privacy > .inner > .in dl {
  display: block;
  line-height: 0;
}

#privacy > .inner > .in dl dt {
  display: block;
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: bold;
  margin: 0 auto 10px;
  text-align: left;
}

#privacy > .inner > .in dl dd {
  display: block;
  font-size: 1.4rem;
  line-height: 180%;
  margin: 0 auto 40px;
  text-align: left;
}

#privacy > .inner > .in dl dd p {
  margin: 0 auto 10px;
}

#privacy > .inner > .in dl dd ul.list-ind {
  display: block;
  margin: 0 auto 40px;
}

#privacy > .inner > .in dl dd ul.list-ind > li {
  display: block;
  font-size: 1.4rem;
  line-height: 200%;
  padding: 0 0 0 1em;
  position: relative;
}

#privacy > .inner > .in dl dd ul.list-ind > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#privacy a.close {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 0;
  text-indent: -9999px;
  transition: 0.3s ease-in-out;
}

#privacy a.close.close {
  top: -35px;
}

#privacy a.close.close:hover {
  opacity: 0.7;
}

#privacy a.close.close::before,
#privacy a.close.close::after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
}

#privacy a.close.close::before {
  transform: rotate(45deg);
}

#privacy a.close.close::after {
  transform: rotate(-45deg);
}

@keyframes floatreserveanime {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-12px);
  }
}

#float_reserve {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: fixed;
  bottom: 78px;
  right: 34px;
  z-index: 9;
  background: #c4b399;
}

#float_reserve:hover {
  animation: 0.4s ease-in-out infinite floatreserveanime alternate;
}

#float_reserve a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

#float_reserve a:hover {
  text-decoration: none;
}

#float_reserve a img {
  width: 57px;
}

#float_reserve a span {
  margin-bottom: 6px;
  font-size: 2rem;
  line-height: 1;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#kiyaku-box {
  border: 1px solid #eee;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 400px;
  overflow: auto;
}

#kiyaku-box .kiyaku-frame p {
  font-size: 1.4rem;
  line-height: 220%;
  margin: 0 auto 30px;
}

#kiyaku-box .kiyaku-frame p:last-child {
  margin-bottom: 0;
}

#kiyaku-box .kiyaku-frame p strong {
  display: block;
  font-size: 1.8rem;
  margin: 0 auto 10px;
}

#title {
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  line-height: 0;
  text-align: right;
  color: #fff;
}

#title.v2 {
  height: 400px;
  align-items: end;
}

#title.v3 {
  text-align: center;
}

#title.v4 {
  height: 300px;
  align-items: end;
  color: #333;
}

#title::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(53, 26, 3, 0.25);
}

#title video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#title .txt {
  display: inline-block;
  padding: 0 140px 0 0;
  text-align: left;
}

#title .txt p {
  margin: 0 auto 10px;
}

#title .txt h1,
#title .txt p.tit {
  font-size: 1.8rem;
  line-height: 120%;
}

#title.v2 .txt {
  margin-bottom: 70px;
}

#title.v3 .txt {
  padding: 0;
  text-align: center;
}

#title.v4 .txt {
  margin-bottom: 70px;
}

#title.v4 .txt h1 {
  font-size: 2.4rem;
  margin: 0 auto 5px;
}

#title.v4 .txt p {
  font-size: 1.4rem;
  line-height: 140%;
}

#breadcrumb {
  padding: 120px 0 70px;
  margin: 0 auto;
  display: flex;
  background: #fff;
}

#breadcrumb li {
  margin: 0 8px 0 0;
  font-size: 1.4rem;
  line-height: 120%;
  color: #333;
  text-decoration: none;
}

#breadcrumb li:last-child {
  margin-right: 0;
}

#breadcrumb li a {
  display: block;
  padding: 0 15px 0 0;
  text-decoration: none;
  position: relative;
  color: #333;
}

#breadcrumb li a::before {
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

@keyframes btnMoreCircle {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

#contents {
  margin: 0 auto;
  padding: 120px 0 0;
  line-height: 0;
  text-align: left;
  background: #fff;
  position: relative;
  z-index: 2;
}

#contents p.btn {
  text-align: center;
}

#contents p.btn a {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  overflow: visible;
  color: #333;
}

#contents p.btn a::before {
  content: "";
  width: 84px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 23px;
  display: inline-block;
  background: #333;
  z-index: 1;
}

#contents p.btn a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 3px);
  right: 23px;
  display: inline-block;
  background: #333;
  z-index: 1;
  transition: 0.2s ease-in-out;
}

#contents p.btn a span {
  display: block;
  padding: 19px 124px 17px 0;
  font-size: 1.4rem;
  line-height: 140%;
  position: relative;
}

#contents p.btn a span::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  display: inline-block;
}

#contents p.btn a:hover {
  text-decoration: none;
}

#contents p.btn a:hover::after {
  transform: scale(1.6);
}

#contents p.btn a:hover span::after {
  animation: 1.2s ease-out infinite btnMoreCircle forwards;
}

#contents .pagenavi {
  display: block;
  letter-spacing: -0.4em;
  text-align: center;
  line-height: 0;
  margin: 0 auto 0;
}

#contents .pagenavi.v2 {
  padding-top: 60px;
}

#contents .pagenavi p.result {
  letter-spacing: normal;
  text-align: center;
  margin: 0 auto 10px;
}

#contents .pagenavi a,
#contents .pagenavi span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 10px 15px;
  border: 1px solid #666;
  color: #333;
  margin: 0 5px;
}

#contents .pagenavi a {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

#contents .pagenavi a:hover,
#contents .pagenavi span {
  background: #333;
  color: #fff;
  text-decoration: none;
}

#contents #main {
  float: left;
  width: 890px;
}

#contents #side {
  float: right;
  width: 280px;
}

#contents #side form {
  display: block;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
  margin: 0 auto 25px;
}

#contents #side form input {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 222px;
  line-height: 48px;
  border: 1px solid #ccc;
  border-right: none;
  font-size: 1.4rem;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents #side form input::-webkit-input-placeholder,
#contents #side form input::-moz-placeholder,
#contents #side form input:-moz-placeholder,
#contents #side form input:-ms-input-placeholder {
  color: #ccc;
}

#contents #side form button {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  background: #383b41;
  width: 58px;
  padding: 13px 0;
  text-align: center;
  line-height: 0;
  border: none;
}

#contents #side form button img {
  width: 24px;
  height: auto;
}

#contents #side p.t {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 0 18px;
  margin: 0 auto 20px;
  position: relative;
  line-height: 120%;
}

#contents #side p.t::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 6px;
  height: 20px;
  background: #333;
  border-radius: 3px;
}

#contents #side ul {
  display: block;
  line-height: 0;
  margin: 0 auto 40px;
  border-bottom: 1px solid #cbcbcb;
}

#contents #side ul.month {
  margin: 0 auto;
}

#contents #side ul > li {
  display: block;
  border: 1px solid #cbcbcb;
  border-bottom: none;
}

#contents #side ul > li > a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 57px;
  text-align: left;
  padding: 0 20px;
  color: #333;
  background: #fff;
  position: relative;
  transition: 0.3s ease-in-out;
}

#contents #side ul > li > a:hover {
  text-decoration: none;
  opacity: 0.7;
  padding: 0 20px 0 30px;
}

#contents #side ul > li > a:hover > span {
  background: #6cc;
  color: #fff;
}

#contents #side ul > li > a > span {
  display: block;
  position: absolute;
  top: 14px;
  right: 20px;
  width: 46px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
}

#contents #side ul > li.parent > a {
  cursor: pointer;
}

#contents #side ul > li.parent > a::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 20px;
}

#contents #side ul > li.parent > a::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}

#contents #side ul > li.parent[data="active"] > a::after {
  transform: rotate(180deg);
}

#contents #side ul > li.parent > ul.child {
  margin: 0 auto;
  border-bottom: none;
  display: none;
}

#contents #side ul > li.parent > ul.child > li {
  border: none;
  border-top: 1px solid #cbcbcb;
}

@media screen and (min-width: 768px) {
  body a[data="tel"]:hover {
    text-decoration: none;
  }

  .sp {
    display: none !important;
  }
}

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

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

  html,
  body {
    scroll-padding-top: 70px;
  }

  .inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header {
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 15px 0 11px;
    box-sizing: border-box;
  }

  header .logo {
    width: 158px;
  }

  header .header_right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 4px;
  }

  header .header_right p:first-child,
  header .header_right p:nth-child(2) {
    display: none;
  }

  #header_menu {
    width: 100%;
    height: 100vh;
    padding-top: 70px;
  }

  #header_menu.active {
    display: block;
    position: fixed;
  }

  #header_menu > p:first-child {
    top: calc(50% - 50px);
    left: 18px;
  }

  #header_menu > p:first-child img {
    width: 100px;
  }

  #header_menu .menu_bg {
    display: block;
  }

  #header_menu .menu_cont {
    padding: 90px 0 0;
    justify-content: normal;
    flex-direction: column;
    overflow-y: scroll;
  }

  #header_menu ul.nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #header_menu ul.nav li {
    text-align: left;
  }

  #header_menu ul.nav li:nth-child(odd) {
    width: 100%;
  }

  #header_menu ul.nav li:nth-child(even) {
    width: 100%;
  }

  #header_menu ul.nav li:not(:first-child),
  #header_menu ul.nav li + li:nth-child(n + 3) {
    margin-top: 5px;
  }

  #header_menu ul.nav li a {
    display: block;
    font-size: 1.4rem;
    position: relative;
    padding: 0.8em 2em;
  }

  #header_menu ul.nav li a span {
    display: inline-block;
    font-size: 1rem;
    margin: 0 auto;
    padding: 0 0 0 10px;
  }

  #header_menu ul.sns {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 15px auto 15px;
  }

  #header_menu ul.btn {
    display: block;
    width: auto;
    margin: 0 2em;
  }

  #header_menu ul.btn li {
    display: block;
    width: 100%;
    height: 47px;
    margin: 0 auto 10px;
  }

  #header_menu ul.btn li:last-child {
    margin: 0;
  }

  footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  footer .footer_text {
    width: 100%;
    height: 62px;
    margin-bottom: -62px;
    top: -27px;
  }

  footer .footer_text p img {
    width: auto;
    max-width: inherit;
    height: 62px;
  }

  footer .footer_bnr {
    display: flex;
    justify-content: space-between;
  }

  footer .footer_bnr > div {
    width: 100%;
    position: relative;
  }

  footer .footer_bnr > div:not(:first-child) {
    display: none;
  }

  footer .footer_bnr > div:not(:first-child)::before {
    content: none;
  }

  footer .footer_bnr > div a {
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  footer .footer_menu {
    width: 100%;
    padding: 24px 5% 28px;
    box-sizing: border-box;
    background: #1e1e1e;
  }

  footer .footer_menu .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }

  footer .footer_menu .inner .logo {
    margin-bottom: 0;
  }

  footer .footer_menu .inner .logo a p:first-child img {
    width: 70px;
  }

  footer .footer_menu .inner .footer_nav {
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
  }

  footer .footer_menu .inner .footer_nav .footer_nav_upper {
    width: 100%;
    margin-top: 1em;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  footer .footer_menu .inner .footer_nav .footer_nav_upper ul {
    width: 100%;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  footer .footer_menu .inner .footer_nav .footer_nav_upper ul li {
    width: 100%;
    height: 50px;
    margin-top: 0;
    border-top: 1px solid #fff;
    line-height: 1;
  }

  footer
    .footer_menu
    .inner
    .footer_nav
    .footer_nav_upper
    ul
    li:not(:last-child) {
    margin-right: 0;
  }

  footer
    .footer_menu
    .inner
    .footer_nav
    .footer_nav_upper
    ul
    li:not(:last-child)::after {
    content: none;
  }

  footer .footer_menu .inner .footer_nav .footer_nav_upper ul li a {
    width: 100%;
    height: 100%;
    padding: 18px 20px 17px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
  }

  footer .footer_menu .inner .footer_nav .footer_nav_upper ul li a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    transform: rotate(45deg);
  }

  footer .footer_menu .inner .footer_nav .footer_nav_upper p {
    margin: 2em auto 0;
  }

  footer .footer_menu .inner .footer_nav .footer_nav_lower {
    margin: 0 -20px;
  }

  footer .footer_menu .inner .footer_nav .footer_nav_lower > ul {
    text-align: center;
  }

  footer .footer_copy {
    width: 100%;
    padding: 10px 0 10px;
    border-top: none;
    background: #1e1e1e;
  }

  footer .footer_copy p {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    color: #fff;
  }

  #float_reserve {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: fixed;
    bottom: 17px;
    right: 5px;
    z-index: 9;
    background: #c4b399;
  }

  #float_reserve a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.6rem;
    line-height: 1;
    color: #fff;
  }

  #float_reserve a:hover {
    text-decoration: none;
  }

  #float_reserve a img {
    width: 38px;
  }

  #float_reserve a span {
    margin-bottom: 6px;
    font-size: 1rem;
    line-height: 1;
  }

  #privacy > .inner > .in {
    padding: 30px;
  }

  #privacy > .inner > .in p {
    font-size: 1.2rem;
    margin: 0 auto 20px;
  }

  #privacy > .inner > .in p.title {
    font-size: 1.6rem;
  }

  #privacy > .inner > .in dl dt {
    font-size: 1.4rem;
  }

  #privacy > .inner > .in dl dd {
    font-size: 1.2rem;
  }

  #privacy > .inner > .in dl dd ul.list-ind > li {
    font-size: 1.2rem;
  }

  #privacy a.close {
    right: 20px;
  }

  #title {
    align-items: end;
    text-align: left;
    height: 300px;
  }

  #title.v2 {
    height: 250px;
  }

  #title.v4 {
    height: 250px;
  }

  #title .inner {
    width: 100%;
  }

  #title .txt {
    padding: 0;
    margin-bottom: 40px;
  }

  #title .txt p img {
    width: auto;
    height: 52px;
  }

  #title .txt h1,
  #title .txt p.tit {
    font-size: 1.2rem;
  }

  #breadcrumb {
    padding: 70px 0 50px;
  }

  #breadcrumb li {
    font-size: 1rem;
  }

  #contents {
    padding: 60px 0 0;
  }

  #contents .pagenavi {
    padding: 40px 0 0;
  }

  #contents .pagenavi a,
  #contents .pagenavi span {
    font-size: 1.2rem;
    padding: 10px;
    margin: 0 2.5px;
  }

  #contents .pagenavi a.pn-btn {
    display: none;
  }

  #contents #main {
    float: none;
    width: auto;
    margin: 0 auto 40px;
  }

  #contents #side {
    float: none;
    width: auto;
  }

  #contents #side p.t {
    font-size: 1.6rem;
  }

  #contents #side ul > li > a {
    line-height: 50px;
  }

  #contents #side ul > li > a > span {
    top: 11px;
    right: 11px;
  }
}

@media print {
  body {
    zoom: 0.66;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .sp {
    display: none !important;
  }
}

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