@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/nek7dqo.css");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-smooth: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #F8F5F0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(0, 0, 0);
  letter-spacing: -1px;
  color: #333;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-feature-settings: "palt";
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

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

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (min-width: 769px) {
  .for_sp {
    display: none !important;
  }
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
  .pc_only {
    display: none;
  }
}
.point_ng {
  pointer-events: none;
}

/*
.ko {
    font-family: "Gowun Dodum", sans-serif;
}

.zh {
    font-family: "Noto Sans SC", sans-serif;
    font-weight: 400;
}
*/
/*
body.lang-ko, body.ko {
    font-family: "Gowun Dodum", sans-serif;
}

body.lang-zh, body.zh {
    font-family: "Noto Sans SC", sans-serif;
    font-weight: 400;
}
*/
main {
  display: block;
}

figure {
  margin: 0;
  padding: 0;
}

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

a {
  background-color: transparent;
}

b, strong {
  font-weight: bolder;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input {
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
}
input::placeholder {
  font-size: 1.042vw;
}
input:focus {
  outline: 0;
}

a:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  br.br_pc {
    display: inline;
  }
  br.br_sp {
    display: none;
  }
}
br.br_pc {
  display: none;
}

br.br_sp {
  display: inline;
}

#container {
  position: relative;
  overflow-x: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 12.5vw;
  min-width: 240px;
  height: 100vh;
  background: #fdfdfd;
  padding: 0 0 0 0;
  display: flex;
  justify-content: center;
}

#content-area {
  width: 100%;
  padding: 0 0 0 240px;
}

@media screen and (max-width: 767.98px) {
  #header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
  }
  #content-area {
    padding: 0;
  }
}
.header-area {
  width: 240px;
}

#header h1 {
  margin: 40px auto;
  text-indent: -9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header h1 a {
  display: block;
  background: url(../img/common/logo_black.svg) no-repeat center;
  width: 118px;
  height: 120px;
  background-size: cover;
}

#day #header h1 a {
  background: url(../img/common/logo_black.svg) no-repeat center;
}

#night #header h1 a {
  background: url(../img/common/logo_black.svg) no-repeat center;
}

#header .header-area .logo {
  display: none;
}

/* Bogo Language Switcher */
.bogo-language-switcher {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.bogo-language-switcher .bogo-language-flag {
  display: none !important;
}
.bogo-language-switcher li {
  margin: 0;
  line-height: 1;
}
.bogo-language-switcher li a, .bogo-language-switcher li span {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}

#header h1 a img {
  width: 100%;
}

#header .header-nav {
  position: absolute;
  left: 15%;
  top: 25%;
}

#header .header-nav li a {
  display: inline-block;
  padding: 10px 25px;
  position: relative;
  transition: all 0.3s;
}

#header .header-nav li a .en-txt {
  display: block;
  font-size: 18px;
  font-family: "armstrong", sans-serif;
  line-height: 1;
}

#header .header-nav li a .sub-txt {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
}

#header .header-nav li.current a:hover,
#header .header-nav li a:hover {
  font-weight: bold;
  transition: all 0.3s;
}

#header .header-nav li.current a::before,
#header .header-nav li a:hover::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #000;
  animation: gnavipathmove 2.4s ease-in-out infinite;
  opacity: 0;
  color: #000;
}

#header .sns-link {
  position: absolute;
  bottom: 5%;
}

/* Bogo Language Switcher Customization */
ul.bogo-language-switcher.list-view {
  position: absolute;
  bottom: 7%;
  display: flex !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 10px 0 !important;
  gap: 15px !important;
  justify-content: center !important;
  flex-wrap: inherit !important;
}

ul.bogo-language-switcher.list-view li {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

/* Remove Flags */
.bogo-language-switcher .bogo-language-flag,
.bogo-language-switcher img.bogo-flag {
  display: none !important;
}

.bogoflags, .bogoflags-before:before {
  display: none !important;
}

/* Language Link Style */
.bogo-language-switcher .bogo-language-name a,
.bogo-language-switcher .bogo-language-name {
  text-decoration: none !important;
  font-weight: bold !important;
  color: #333 !important;
  font-size: 14px !important;
}

/* Hide Switcher in Side Header Area on Mobile (SP) */
@media screen and (max-width: 767.98px) {
  #header > ul.bogo-language-switcher,
  #header > .bogo-language-switcher {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  #header {
    position: absolute;
    z-index: 3;
    background: none;
    color: #fff;
    height: auto;
    align-items: start;
    display: flex;
  }
  .home #header {
    height: 100vh;
  }
  .header-area {
    width: 100%;
    height: 60px;
  }
  .header-area.js-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  #header .header-area.js-header h1 {
    display: none;
  }
  .header-area .logo {
    display: none;
  }
  #header .header-area.js-header .logo {
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .header-area .logo img {
    height: 40px;
  }
  #header .header-nav {
    display: none;
  }
  #header .header-action {
    display: none;
  }
  #header h1 {
    margin: 0 auto 0;
    width: 46.8vw;
    height: 46.8vw;
    display: none;
  }
  .home #header h1 {
    display: flex;
  }
  #header h1 a {
    background: url(../img/common/logo_black.svg) no-repeat center;
    width: 118px;
    height: 120px;
    display: flex;
    align-items: start;
    background-size: cover;
  }
  #day #header h1 a {
    background: url(../img/common/logo_black.svg) no-repeat center;
  }
  #night #header h1 a {
    background: url(../img/common/logo_white.svg) no-repeat center;
  }
  #header .sns-link {
    display: none;
  }
  .header-area .bogo-language-switcher {
    display: none;
  }
}
.sns-link li {
  display: inline-block;
  margin: 0 10px;
}

.sns-link li img {
  width: 20px;
}

#main-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.reserve {
  position: fixed;
  right: 0;
  top: 0;
  width: 240px;
  height: 60px;
  z-index: 3;
}

.reserve a {
  background: #008acc;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  z-index: 2;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
}
.reserve a .en-txt {
  display: block;
  font-family: "armstrong", sans-serif;
  font-size: 18px;
  line-height: 1;
  padding-top: 10px;
}
.reserve a .ja, .reserve a .en {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.reserve a {
  /*
  .ko {
      display: block;
      font-family: "Gowun Dodum", sans-serif;
      font-size: 14px;
  }
  .zh {
      display: block;
      font-family: "Noto Sans SC", sans-serif;
      font-weight: 400;
      font-size: 14px;
  }
  */
}

@media screen and (max-width: 767.98px) {
  .reserve a {
    font-size: 14px;
  }
}
.reserve a::after {
  background: #fff;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}

.reserve a:hover {
  color: #000;
}

.reserve a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}

@media screen and (max-width: 767.98px) {
  .reserve {
    width: 31.25vw;
  }
  #main-nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    display: block;
  }
}
@keyframes gnavipathmove {
  0% {
    height: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    height: 1px;
    opacity: 1;
  }
  100% {
    height: 0;
    left: 10px;
    opacity: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #main-nav dl {
    display: none;
    transition: all 0.5s;
    opacity: 0;
    padding: 10px 0;
  }
  #main-nav dl a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
  }
  #main-nav dl.telactive {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    left: 20%;
    width: 60%;
    animation: UpAnime 1s forwards;
    background: #008acc;
    color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  #main-nav dl.telactive {
    width: 90%;
    left: 5%;
    bottom: 10px;
  }
}
#g-nav.panelactive ul li a span.en-txt {
  font-family: "armstrong", sans-serif;
  display: block;
}
#g-nav.panelactive ul li a span.sub-txt {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.4rem;
}
#g-nav.panelactive {
  /*
  ul li a span.ko {
      font-family: "Gowun Dodum", sans-serif;
      font-size: 1.4rem;
  }
  ul li a span.zh {
      font-family: "Noto Sans SC", sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
  }
  */
}

.header-address {
  opacity: 0;
  text-align: center;
  font-size: 1.2rem;
}

/* ==================================================
  Language Switcher
================================================== */
.lang-switcher ul {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.lang-switcher li a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s;
}

.lang-switcher li a:hover {
  opacity: 1;
}

#night .lang-switcher li a {
  color: #000;
}

#day .lang-switcher li a {
  color: #000;
}

/* PC - Header Nav Left Bottom */
@media screen and (min-width: 769px) {
  #header .lang-switcher {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
  }
  #header .lang-switcher li a {
    font-size: 14px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
  }
  #g-nav .lang-switcher {
    display: none;
  }
}
/* SP - g-nav Bottom */
@media screen and (max_width: 768px) {
  #header .lang-switcher {
    display: none;
  }
  #g-nav .lang-switcher {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    z-index: 1000;
  }
  #g-nav.panelactive .lang-switcher ul {
    flex-wrap: nowrap;
    justify-content: center;
    width: auto;
    opacity: 1;
  }
  #g-nav.panelactive .lang-switcher ul li {
    width: auto;
    opacity: 1;
    animation: none;
  }
  #g-nav.panelactive .lang-switcher ul li a {
    font-size: 22px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    padding: 5px 10px;
    line-height: 1;
  }
}
#footer {
  padding: 40px;
  color: #fff;
  background: #000;
}
#footer .footer-area-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-area-top .footer-sns {
  display: none;
}
#footer .footer-area-top .footer-info {
  margin: 0;
}
#footer .footer-area-top .footer-info a {
  color: #fff;
}
#footer .footer-area-top .footer-info span {
  display: block;
}
#footer .footer-area-top .footer-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .footer-area-top .footer-link ul {
  font-size: max(1.0416vw,16px);
  margin: 0 2vw 0 0;
}
#footer .footer-area-top .footer-link ul li {
  display: inline-block;
  margin: 0 10px;
}
#footer .footer-area-top .footer-link ul li a {
  color: #fff;
  font-size: max(1.2833vw,16px);
  text-align: center;
}
#footer .footer-area-top .footer-link ul li a .en-txt {
  font-size: max(0.9375vw,18px);
  font-family: "armstrong", sans-serif;
  display: block;
  line-height: 1.2;
  margin-bottom: 4px;
}
#footer .footer-area-top .footer-link ul li a .ja-txt {
  font-size: max(0.8333vw,14px);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  display: block;
  line-height: 1;
  opacity: 0.8;
}
#footer .footer-area-top .footer-link ul li a:hover {
  font-weight: bold;
  transition: all 0.3s;
}
#footer .footer-area-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-area-bottom .footer-logo a img {
  max-width: 120px;
}
#footer .footer-area-bottom .footer-logo p {
  font-size: 12px;
  text-align: center;
}
#footer .footer-area-bottom .footer-contact a {
  color: #FFF;
}
#footer #page-top span {
  position: relative;
  top: -10px;
}
#footer #page-top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  background: #6C6C6C;
  width: 1px;
  height: 30px;
}
#footer #page-top::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 15px;
  background: #6C6C6C;
  width: 1px;
  height: 20px;
  transform: rotate(-45deg);
}
#footer #page-top a:hover span::before,
#footer #page-top a:hover span::after {
  background: #fff;
}

@media screen and (max-width: 767.98px) {
  #footer .footer-area-top {
    display: flex;
    flex-direction: column;
  }
  #footer .footer-area-top .footer-sns {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  #footer .footer-area-top .footer-info {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .footer-area-top .footer-info .footer-address {
    margin: 0;
    font-size: 14px;
  }
  #footer .footer-area-top .footer-link {
    display: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: start;
  }
  #footer .footer-area-top .footer-link ul {
    text-align: center;
    margin: 1vw 0;
    font-size: 3.8647vw;
  }
  #footer .footer-area-top .footer-link ul li {
    margin-bottom: 20px;
    width: 42%;
  }
  #footer .footer-area-top .footer-link ul li a {
    font-size: 16px;
  }
  #footer .footer-area-top .footer-link ul li a .sub-txt {
    line-height: 1.5;
  }
  #footer .footer-area-bottom {
    display: flex;
    flex-direction: column;
  }
  #footer .footer-area-bottom .footer-logo {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer .footer-area-bottom .footer-logo a {
    text-align: center;
  }
  #footer .footer-area-bottom .footer-logo a img {
    max-width: 120px;
  }
  #footer .footer-area-bottom .footer-logo a p {
    font-size: 12px;
  }
  #footer .footer-area-bottom .footer-contact {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
  box-shadow: none;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  text-align: center;
  color: #000;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo svg {
  width: 240px;
}

@media screen and (max-width: 768px) {
  #splash_logo svg {
    width: 46.8vw;
  }
}
.splashbg {
  display: none;
}

body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #fff;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
#container {
  opacity: 0;
}

body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.lineTrigger {
  position: relative;
  opacity: 0;
}

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
}

.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
}

.lineTrigger::before {
  top: 0;
  left: 0;
}

.lineTrigger.lineanime::before {
  animation: lineAnime 0.5s linear 0s forwards;
}

.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 0.5s linear 0.5s forwards;
}

.lineTrigger::after {
  bottom: 0;
  right: 0;
}

.lineTrigger.lineanime::after {
  animation: lineAnime 0.5s linear 1s forwards;
}

.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 0.5s linear 1.5s forwards;
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime 0.5s linear 1.5s forwards;
  opacity: 0;
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.svganimeblock svg {
  width: 100%;
}

.svganimeblock svg path {
  fill-opacity: 0;
  transition: fill-opacity 0.5s;
  fill: none;
  stroke: #ccc;
}

.svganimeblock svg.done path {
  fill: #efefef;
  fill-opacity: 1;
  stroke: none;
}

.parallax-box {
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* reserve */
#reserve {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 100px auto;
  padding: 50px 30px;
  text-align: center;
  background: none;
  transition: all 0.4s;
}

#reserve .scrolldown {
  top: -10vh;
}

#reserve a {
  font-size: 1.8rem;
  margin: 0 0 0 0;
  display: block;
  font-weight: bold;
  background: #008acc;
  color: #fff;
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  transition: all 0.4s;
}

.reserve-area a {
  background: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  z-index: 2;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 60px;
}

.reserve-area a::after {
  background: #fff;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}

.reserve-area a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}

#reserve a:hover {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 767.98px) {
  #reserve {
    width: 80%;
    padding: 7vw 3vw;
    text-align: center;
    background: none;
  }
  #reserve h2 {
    font-size: 1rem;
  }
  #reserve .tel {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  #reserve p br {
    display: block;
  }
}
.btn-arrow {
  position: relative;
  border: 1px solid #000;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #000;
  outline: none;
  transition: all 0.2s linear;
  font-size: max(0.8333vw,16px);
  min-width: 15vw;
  transition-duration: 0.4s;
  z-index: 2;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .btn-arrow {
    font-size: max(3.8647vw,16px);
  }
}
.btn-arrow:hover {
  color: #000;
  background: #fff;
}

.btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 40px;
  height: 1px;
  background: #333;
  transition: all 0.2s linear;
}

.btn-arrow::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -21px;
  width: 1px;
  height: 12px;
  background: #333;
  transform: skewX(45deg);
  transition: all 0.2s linear;
}

.btn-arrow:hover::before {
  right: -30px;
}

.btn-arrow:hover::after {
  right: -25px;
}

.arrow_none::before, .arrow_none::after {
  content: none;
}

#mask path {
  fill-opacity: 0;
  transition: fill-opacity 0.3s;
  fill: none;
  stroke: #000;
}

#mask.done path {
  fill: #000;
  fill-opacity: 1;
  stroke: none;
}

@media screen and (max-width: 768px) {
  #g-nav.panelactive {
    width: 100%;
    height: 100dvh;
  }
  /*丸の拡大*/
  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    transform: scale(0);
    bottom: -50px;
    left: calc(50% - 50px);
    transition: all 0.6s;
  }
  .circle-bg.circleactive {
    transform: scale(50);
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 12;
    width: 100%;
    height: 100dvh;
    overflow: none;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #g-nav.panelactive #g-nav-list {
    display: flex;
  }
  /*ナビゲーション*/
  #g-nav ul {
    opacity: 0;
    z-index: 13;
  }
  /*背景が出現後にナビゲーションを表示*/
  #g-nav.panelactive ul {
    opacity: 1;
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
  }
  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
    text-align: center;
    width: 50%;
  }
  #g-nav.panelactive .header-address {
    opacity: 1;
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  /* #g-nav.panelactive ul{
  } */
  #g-nav.panelactive ul li a {
    padding: 10px;
    color: #000;
    font-size: 22px;
    transition: all 0.3s;
    display: block;
    text-align: center;
    line-height: 1;
  }
  #g-nav.panelactive ul li a span.en {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    display: block;
  }
  #g-nav.panelactive ul li a span.ja {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 1.4rem;
  }
  #g-nav.panelactive ul li.current a::before,
  #g-nav.panelactive ul li a:hover::before {
    animation: none;
    left: 0;
    top: 48%;
    width: 10px;
    height: 1px;
    background: #fff;
    opacity: 1;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: none;
}

@media screen and (max-width: 768px) {
  /*==================================================
  MENUが×に
  ===================================*/
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
  }
  .openbtn span:nth-of-type(1),
  .openbtn span:nth-of-type(2),
  .openbtn span:nth-of-type(3) {
    height: 1px;
    background: #360F05;
    width: 25px;
    left: 20px;
  }
  #night.home .openbtn span:nth-of-type(1),
  #night.home .openbtn span:nth-of-type(2),
  #night.home .openbtn span:nth-of-type(3) {
    background: #FFF;
  }
  #night.home .openbtn.js-header span:nth-of-type(1),
  #night.home .openbtn.js-header span:nth-of-type(2),
  #night.home .openbtn.js-header span:nth-of-type(3) {
    background: #360F05;
  }
  #day.home .openbtn span:nth-of-type(1),
  #day.home .openbtn span:nth-of-type(2),
  #day.home .openbtn span:nth-of-type(3) {
    background: #360F05;
  }
  .openbtn span:nth-of-type(1) {
    top: 18px;
  }
  .openbtn span:nth-of-type(2) {
    top: 27px;
    color: #979797;
  }
  .openbtn span:nth-of-type(3) {
    top: 37px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 34px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
  #night .openbtn.active span:nth-of-type(1),
  #night .openbtn.active span:nth-of-type(2),
  #night .openbtn.active span:nth-of-type(3) {
    background: #360F05;
  }
}
.modal .modal-content h2 {
  color: #fff;
  font-size: 2.8125vw;
  margin-bottom: 1.5625vw;
  text-align: center;
  position: relative;
  font-weight: bold;
  letter-spacing: -4px;
}

.modal .modal-content h2 svg {
  width: 2.8125vw;
  height: 2.8125vw;
  vertical-align: text-bottom;
}

.modal .modal-content p {
  color: white;
  font-size: max(1.0416vw,16px);
}

@media screen and (max-width: 920px) {
  .modal .modal-content h2 {
    color: #fff;
    font-size: 5.5104vw;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -2px;
  }
  .modal .modal-content p {
    font-size: 3.8647vw;
  }
}
.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.modal-close::before, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.modal-close::before {
  height: 2px;
  width: 50%;
}

.modal-close::after {
  height: 50%;
  width: 2px;
}

.modal-close:hover, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal, .modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content {
  margin: 0 20px;
  max-height: 100dvh;
  overflow: auto;
  position: relative;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .modal-content {
    margin: 0 auto;
    max-height: 100dvh;
    width: 640px;
  }
}
.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.notification-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
}
.notification-wrapper .notification {
  position: relative;
}
.notification-wrapper .notification a {
  text-align: center;
  color: #000;
  text-decoration: none;
  transition-duration: 0.4s;
  background: #fff;
  padding: 5rem;
  display: block;
  font-weight: bold;
  pointer-events: all;
  border: 1px solid rgba(0, 0, 0, 0.65);
  transition-duration: 0.4s;
  font-size: max(1.6666vw,24px);
  min-width: 15vw;
  font-size: 3rem;
}
.notification-wrapper .notification a:hover {
  color: #fff;
  background: #000;
}
.notification-wrapper .notification a::after {
  background: #fff;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%) scale(0.1);
  transform: translateY(-50%) scale(0.1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
  transition-delay: 0s, 0.4s;
}
.notification-wrapper .notification-close {
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  left: 100%;
}
.notification-wrapper .notification-close svg {
  display: block;
  transform: rotate(45deg);
}

@media screen and (max-width: 767.98px) {
  .notification a {
    padding: 1.5rem 0.5rem;
  }
}
.scrolldown {
  position: absolute;
  left: 50%;
  top: 36vh;
  height: 5.2083vw;
}

.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 5.2083vw;
  background: #000;
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 5.2083vw;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 7.8125vw;
    opacity: 0;
  }
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #6C6C6C;
  border: 1px solid #6C6C6C;
  transition: all 0.1s;
}

@media screen and (min-width: 769px) {
  #page-top a:hover {
    background: #000;
  }
}
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove {
  animation: UpAnime 0.1s forwards;
  animation-delay: 0s;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.1s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#slider-area {
  position: relative;
}

#slider-area .scrolldown {
  top: inherit;
  bottom: 0;
  z-index: 1;
}

#slider-area .scrolldown::after {
  background: linear-gradient(#FFF, #000);
}

.slider {
  position: relative;
  z-index: 1;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .slider {
    height: 100vh;
  }
}
.slider-item_day-01 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-01.webp) no-repeat left 20% bottom/1980px auto;
}

.slider-item_day-02 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-02.webp) no-repeat left 20% bottom/1980px auto;
}

.slider-item_day-03 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-03.webp) no-repeat left 20% bottom/1980px auto;
}

.slider-item_day-04 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-04.webp) no-repeat left 20% bottom/1980px auto;
}

.slider-item_day-05 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-05.webp) no-repeat left 20% bottom/1980px auto;
}

.slider-item_day-06 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-06.webp) no-repeat left 20% bottom/1980px auto;
}

.slider-item_night-01 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_night-01.webp) no-repeat left 20% bottom/1980px auto;
}

.slider-item_night-02 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_night-02.webp) no-repeat left 20% bottom/1980px auto;
}

@media screen and (max-width: 768px) {
  .slider-item_day-01 {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-01s@2x.webp) no-repeat center;
  }
  .slider-item_day-02 {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-02s@2x.webp) no-repeat center;
  }
  .slider-item_day-03 {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-03s@2x.webp) no-repeat center;
  }
  .slider-item_day-04 {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-04s@2x.webp) no-repeat center;
  }
  .slider-item_day-05 {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-05s@2x.webp) no-repeat center;
  }
  .slider-item_day-06 {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_day-06s@2x.webp) no-repeat center;
  }
  .slider-item_night-01 {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_night-01s@2x.webp) no-repeat center;
  }
  .slider-item_night-02 {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%), url(../img/slider/slider_night-02s@2x.webp) no-repeat center;
  }
}
.slider-item {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .slider-item {
    height: 100vh;
  }
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 25px;
  width: 25px;
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #fff;
}

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

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
}

.tab_item {
  width: 50%;
  height: 4.16vw;
  border-bottom: 3px solid #000;
  line-height: 4.16vw;
  text-align: center;
  color: #000;
  font-size: 1.6666vw;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767.98px) {
  .tab_item {
    height: 10.41vw;
    line-height: 10.41vw;
    font-size: 4.166vw;
  }
}
input[name=tab_item] {
  display: none;
}

.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}

#floor_1f:checked ~ #floor_1f_content,
#floor_2f:checked ~ #floor_2f_content {
  display: block;
}

#access_train:checked ~ #access_train_content,
#access_car:checked ~ #access_car_content {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}

.heading-block {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.heading-block h2 {
  text-align: center;
  font-family: armstrong, sans-serif;
  font-size: max(3.75vw,42px);
  font-weight: 300;
}

.heading-block h2 span {
  display: block;
  font-size: max(1.0416vw,16px);
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  .heading-block h2 {
    font-size: max(5.5104vw,42px);
  }
}
#news h2,
#stay h2,
#facility h2,
#workation h2,
#event h2,
#access h2,
#sns h2,
#inquiry h2 {
  font-size: max(2.1875vw,42px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #news h2,
  #stay h2,
  #facility h2,
  #workation h2,
  #event h2,
  #access h2,
  #sns h2,
  #inquiry h2 {
    font-size: max(8.5104vw,32px);
  }
}
#news h3,
#stay h3,
#facility h3,
#workation h3,
#event h3,
#access h3,
#sns h3,
#inquiry h3 {
  font-size: max(1.6666vw,24px);
  font-weight: 400;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  #news h3,
  #stay h3,
  #facility h3,
  #workation h3,
  #event h3,
  #access h3,
  #sns h3,
  #inquiry h3 {
    font-size: 5.46875vw;
  }
}
.nav-links {
  display: flex;
  justify-content: center;
}
.nav-links .page-numbers.current {
  padding: 1rem 1.5rem;
  border: 1px solid #000;
  margin: 0.5rem;
}
.nav-links a.page-numbers {
  padding: 1rem 1.5rem;
  margin: 0.5rem;
  background: #000;
  color: #fff;
}

.mt-00 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mt-10 {
  padding-top: 10px !important;
}

.mb-10 {
  padding-bottom: 10px !important;
}

.mr-10 {
  padding-right: 10px !important;
}

.ml-10 {
  padding-left: 10px !important;
}

.mt-20 {
  padding-top: 20px !important;
}

.mb-20 {
  padding-bottom: 20px !important;
}

.mr-20 {
  padding-right: 20px !important;
}

.ml-20 {
  padding-left: 20px !important;
}

.mt-30 {
  padding-top: 30px !important;
}

.mb-30 {
  padding-bottom: 30px !important;
}

.mr-30 {
  padding-right: 30px !important;
}

.ml-30 {
  padding-left: 30px !important;
}

.mt-40 {
  padding-top: 40px !important;
}

.mb-40 {
  padding-bottom: 40px !important;
}

.mr-40 {
  padding-right: 40px !important;
}

.ml-40 {
  padding-left: 40px !important;
}

.mt-50 {
  padding-top: 50px !important;
}

.mb-50 {
  padding-bottom: 50px !important;
}

.mr-50 {
  padding-right: 50px !important;
}

.ml-50 {
  padding-left: 50px !important;
}

.mt-60 {
  padding-top: 60px !important;
}

.mb-60 {
  padding-bottom: 60px !important;
}

.mr-60 {
  padding-right: 60px !important;
}

.ml-60 {
  padding-left: 60px !important;
}

.mt-70 {
  padding-top: 70px !important;
}

.mb-70 {
  padding-bottom: 70px !important;
}

.mr-70 {
  padding-right: 70px !important;
}

.ml-70 {
  padding-left: 70px !important;
}

.mt-80 {
  padding-top: 80px !important;
}

.mb-80 {
  padding-bottom: 80px !important;
}

.mr-80 {
  padding-right: 80px !important;
}

.ml-80 {
  padding-left: 80px !important;
}

.mt-90 {
  padding-top: 90px !important;
}

.mb-90 {
  padding-bottom: 90px !important;
}

.mr-90 {
  padding-right: 90px !important;
}

.ml-90 {
  padding-left: 90px !important;
}

.mt-100 {
  padding-top: 100px !important;
}

.mb-100 {
  padding-bottom: 100px !important;
}

.mr-100 {
  padding-right: 100px !important;
}

.ml-100 {
  padding-left: 100px !important;
}

.pt-00 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/*フォント系*/
.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-35 {
  font-size: 35px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-46 {
  font-size: 46px !important;
}

.f-50 {
  font-size: 50px !important;
}

.line-h-15 {
  line-height: 1.5 !important;
}

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

.top-concept {
  padding: 9.3vw 0;
}

.page-template-page-concept .top-concept {
  padding: 9.3vw 0;
}

.top-concept .top-concept-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top-concept .top-concept-wrapper .top-concept-img {
  width: 67vw;
  height: 27.291vw;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/top-concept-img.jpg) no-repeat center left;
  background-size: contain;
}

.top-concept .top-concept-wrapper .top-concept-content {
  background: #fff;
  padding: 4vw;
  z-index: 2;
  margin-top: 12.5vw;
  width: 35vw;
  margin-right: 4vw;
}

.top-concept .top-concept-wrapper .top-concept-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.top-concept .top-concept-wrapper .top-concept-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767.98px) {
  .top-concept {
    padding: 23.4vw 0;
  }
  .page-template-page-concept .top-concept {
    padding-top: 0;
  }
  .top-concept .top-concept-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .top-concept .top-concept-wrapper .top-concept-img {
    width: 89vw;
    max-width: 684px;
    height: 79.4vw;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/top/top-concept-img@2x.jpg) no-repeat center left;
    background-size: contain;
  }
  .top-concept .top-concept-wrapper .top-concept-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 69vw;
    width: 95vw;
    margin-right: 0;
  }
  .top-concept .top-concept-wrapper .top-concept-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 300;
  }
  .top-concept .top-concept-wrapper .top-concept-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.90625vw;
  }
}
/*-----*/
.page-concept {
  padding: 0;
}

.page-concept .top-concept-wrapper2 {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.page-concept .top-concept-wrapper2 .top-concept-img {
  width: 67vw;
  max-width: 1140px;
  height: 524px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/concept/top-concept-img2.png) no-repeat center left;
  background-size: contain;
}

.page-concept .top-concept-wrapper2 .top-concept-content {
  background: #fff;
  padding: 4vw;
  max-width: 640px;
  z-index: 2;
  margin-top: 240px;
  width: 35vw;
  margin-right: 4vw;
}

.page-concept .top-concept-wrapper2 .top-concept-content h2 {
  font-size: max(1.6666vw,18px);
  line-height: 1.6;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.page-concept .top-concept-wrapper2 .top-concept-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767.98px) {
  .page-concept {
    padding: 0;
  }
  .page-template-page-concept .page-concept {
    padding-top: 0;
  }
  .page-concept .top-concept-wrapper2 {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .page-concept .page-wrapper2 .page-content {
    background: #fff;
    padding: 10vw 4vw 0 5vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 69vw;
    width: 95vw;
    margin: 0 auto;
    margin-top: 10vw;
  }
  .page-concept .top-concept-wrapper2 .top-concept-img {
    width: 89vw;
    max-width: 684px;
    height: 79.4vw;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/concept/top-concept-img2@2x.jpg) no-repeat center left;
    background-size: contain;
  }
  .page-concept .top-concept-wrapper2 .top-concept-content {
    background: #fff;
    padding: 10vw 4vw 0 5vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 60vw;
    width: 95vw;
    margin-right: 0;
  }
  .page-concept .top-concept-wrapper2 .top-concept-content h2 {
    font-size: 5vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 600;
  }
  .page-concept .top-concept-wrapper2 .top-concept-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.90625vw;
  }
}
/*-----*/
.top-bath {
  padding: 9.3vw 0 18.6vw;
}

.top-bath .top-bath-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}

.top-bath .top-bath-wrapper .top-bath-img {
  width: 67vw;
  max-width: 1140px;
  height: 705px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  right: 0;
}

.top-bath .top-bath-wrapper .top-bath-img .top-bath-img_1 {
  width: 41vw;
  max-width: 790px;
  height: 27.29vw;
  max-height: 524px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  right: 12.5vw;
  background: url(../img/top/top-bath-img_1.jpg) no-repeat center right;
  background-size: contain;
}

.top-bath .top-bath-wrapper .top-bath-img .top-bath-img_2 {
  width: 41vw;
  max-width: 790px;
  height: 27.29vw;
  max-height: 524px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 20.583vw;
  right: 0;
  background: url(../img/top/top-bath-img_2.jpg) no-repeat center left;
  background-size: contain;
}

.top-bath .top-bath-wrapper .top-bath-content {
  background: #fff;
  padding: 4vw;
  max-width: 640px;
  z-index: 2;
  margin-top: 240px;
  width: 35vw;
  margin-left: 4vw;
}

.top-bath .top-bath-wrapper .top-bath-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.top-bath .top-bath-wrapper .top-bath-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767.98px) {
  .top-bath {
    padding: 23.4vw 0;
  }
  .top-bath .top-bath-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
  }
  .top-bath .top-bath-wrapper .top-bath-img {
    width: 100vw;
    max-width: 100%;
    height: 79.4vw;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .top-bath .top-bath-wrapper .top-bath-img .top-bath-img_1 {
    width: 89vw;
    max-width: 684px;
    height: 79.4vw;
    max-height: 610px;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    left: 31.2vw;
    background: url(../img/top/top-bath-img_1@2x.jpg) no-repeat center left;
    background-size: contain;
  }
  .top-bath .top-bath-wrapper .top-bath-img .top-bath-img_2 {
    width: 89vw;
    max-width: 684px;
    height: 79.4vw;
    max-height: 610px;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 72.5vw;
    right: 0;
    background: url(../img/top/top-bath-img_2@2x.jpg) no-repeat center left;
    background-size: contain;
  }
  .top-bath .top-bath-wrapper .top-bath-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 149vw;
    width: 95vw;
    margin-left: 0;
  }
  .top-bath .top-bath-wrapper .top-bath-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 300;
  }
  .top-bath .top-bath-wrapper .top-bath-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.90625vw;
  }
}
.top-stay {
  padding: 9.3vw 0;
}

.page-template-page-stay .top-stay {
  padding-top: 0;
}

.top-stay .top-stay-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top-stay .top-stay-wrapper .top-stay-img {
  width: 67vw;
  max-width: 1140px;
  height: 524px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/top-stay-img.jpg) no-repeat center left;
  background-size: contain;
}

.top-stay .top-stay-wrapper .top-stay-content {
  background: #fff;
  padding: 4vw;
  max-width: 640px;
  z-index: 2;
  margin-top: 240px;
  width: 35vw;
  margin-right: 4vw;
}

.top-stay .top-stay-wrapper .top-stay-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.top-stay .top-stay-wrapper .top-stay-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767.98px) {
  .top-stay {
    padding: 23.4vw 0;
  }
  .page-template-page-stay .top-stay {
    padding-top: 0;
  }
  .top-stay .top-stay-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .top-stay .top-stay-wrapper .top-stay-img {
    width: 89vw;
    max-width: 684px;
    height: 79.4vw;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/top/top-stay-img@2x.jpg) no-repeat center left;
    background-size: contain;
  }
  .top-stay .top-stay-wrapper .top-stay-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 69vw;
    width: 95vw;
    margin-right: 0;
  }
  .top-stay .top-stay-wrapper .top-stay-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 300;
  }
  .top-stay .top-stay-wrapper .top-stay-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.90625vw;
  }
}
.top-facility {
  padding: 9.3vw 0;
}

.page-template-page-facility .top-facility {
  padding-top: 0;
}

.top-facility .top-facility-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}

.top-facility .top-facility-wrapper .top-facility-img {
  width: 67vw;
  max-width: 1140px;
  height: 524px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/top/top-facility-img.jpg) no-repeat center right;
  background-size: contain;
}

.top-facility .top-facility-wrapper .top-facility-content {
  background: #fff;
  padding: 4vw;
  max-width: 640px;
  z-index: 2;
  margin-top: 240px;
  width: 35vw;
  margin-left: 4vw;
}

area.js-modal-trigger {
  cursor: pointer;
}

.top-facility .top-facility-wrapper .top-facility-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.top-facility .top-facility-wrapper .top-facility-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767.98px) {
  .top-facility {
    padding: 23.4vw 0;
  }
  .page-template-page-facility .top-facility {
    padding-top: 0;
  }
  .top-facility .top-facility-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
  }
  .top-facility .top-facility-wrapper .top-facility-img {
    width: 89vw;
    max-width: 684px;
    height: 79.4vw;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/top/top-facility-img@2x.jpg) no-repeat center right;
    background-size: contain;
  }
  .top-facility .top-facility-wrapper .top-facility-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 69vw;
    width: 95vw;
    margin-left: 0;
  }
  .top-facility .top-facility-wrapper .top-facility-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 300;
  }
  .top-facility .top-facility-wrapper .top-facility-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.90625vw;
  }
}
.top-access {
  padding: 9.3vw 0;
}

.page-template-page-access .top-access {
  padding-top: 0;
}

.top-access .top-access-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top-access .top-access-wrapper .top-access-img {
  width: 67vw;
  max-width: 1140px;
  height: 705px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.top-access .top-access-wrapper .top-access-img .top-access-img_1 {
  width: 41vw;
  max-width: 790px;
  height: 27.29vw;
  max-height: 524px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  left: 12.5vw;
  background: url(../img/top/top-access-img_1.jpg) no-repeat center left;
  background-size: contain;
}

.top-access .top-access-wrapper .top-access-img .top-access-img_2 {
  width: 41vw;
  max-width: 790px;
  height: 27.29vw;
  max-height: 524px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 20.583vw;
  left: 0;
  background: url(../img/top/top-access-img_2.jpg) no-repeat center left;
  background-size: contain;
}

.top-access .top-access-wrapper .top-access-content {
  background: #fff;
  padding: 4vw;
  max-width: 640px;
  z-index: 2;
  margin-top: 240px;
  width: 35vw;
  margin-right: 4vw;
}

.top-access .top-access-wrapper .top-access-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.top-access .top-access-wrapper .top-access-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767.98px) {
  .top-access {
    padding: 23.4vw 0;
  }
  .page-template-page-access .top-access {
    padding-top: 0;
  }
  .top-access .top-access-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .top-access .top-access-wrapper .top-access-img {
    width: 100vw;
    max-width: 100%;
    height: 79.4vw;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-access .top-access-wrapper .top-access-img .top-access-img_1 {
    width: 89vw;
    max-width: 684px;
    height: 79.4vw;
    max-height: 610px;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    left: 31.2vw;
    background: url(../img/top/top-access-img_1@2x.jpg) no-repeat center left;
    background-size: contain;
  }
  .top-access .top-access-wrapper .top-access-img .top-access-img_2 {
    width: 89vw;
    max-width: 684px;
    height: 79.4vw;
    max-height: 610px;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 32.5vw;
    left: 0;
    background: url(../img/top/top-access-img_2@2x.jpg) no-repeat center left;
    background-size: contain;
  }
  .top-access .top-access-wrapper .top-access-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 89vw;
    width: 95vw;
    margin-right: 0;
  }
  .top-access .top-access-wrapper .top-access-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 300;
  }
  .top-access .top-access-wrapper .top-access-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.90625vw;
  }
}
.top-contact {
  padding: 9.3vw 0;
}

.page-template-page-contact .top-contact {
  padding-top: 0;
}

.top-contact .top-contact-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}

.top-contact .top-contact-wrapper .top-contact-img {
  width: 67vw;
  max-width: 1140px;
  height: 524px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/top/top-contact-img.jpg) no-repeat center right;
  background-size: contain;
}

.top-contact .top-contact-wrapper .top-contact-content {
  background: #fff;
  padding: 4vw;
  max-width: 640px;
  z-index: 2;
  margin-top: 240px;
  width: 35vw;
  margin-left: 4vw;
}

.top-contact .top-contact-wrapper .top-contact-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.top-contact .top-contact-wrapper .top-contact-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767.98px) {
  .top-contact {
    padding: 23.4vw 0;
  }
  .page-template-page-contact .top-contact {
    padding-top: 0;
  }
  .top-contact .top-contact-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
  }
  .top-contact .top-contact-wrapper .top-contact-img {
    width: 89vw;
    max-width: 684px;
    height: 79.4vw;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/top/top-contact-img@2x.jpg) no-repeat center right;
    background-size: contain;
  }
  .top-contact .top-contact-wrapper .top-contact-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 69vw;
    width: 95vw;
    margin-left: 0;
  }
  .top-contact .top-contact-wrapper .top-contact-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 300;
  }
  .top-contact .top-contact-wrapper .top-contact-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.90625vw;
  }
}
.news {
  padding: 0 0 9.3vw;
}
.news .news-wrapper {
  margin: 0 auto;
  width: 90%;
}
.news .news-wrapper .news-box {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto 100px auto;
}
.news .news-wrapper .news-box a {
  width: 32%;
  padding: 1%;
  display: block;
}
@media screen and (max-width: 768px) {
  .news .news-wrapper .news-box a {
    width: 95vw;
    margin: 0 auto;
    padding: 0;
  }
}
.news .news-wrapper .news-box a .card {
  background: #FFF;
}
.news .news-wrapper .news-box a .card .card-img {
  width: 100%;
  aspect-ratio: 10/6;
  object-fit: cover;
}
.news .news-wrapper .news-box a .card .card-body {
  padding: 1.5rem;
  margin-bottom: 1%;
}
@media screen and (max-width: 768px) {
  .news .news-wrapper .news-box a .card .card-body {
    margin-bottom: 1.5rem;
  }
}
.news .news-wrapper .news-box a .card .card-body .card-title {
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  min-height: 3em;
}
@media screen and (max-width: 768px) {
  .news .news-wrapper .news-box a .card .card-body .card-title {
    font-size: 1.4rem;
  }
}
.news .news-wrapper .news-box a .card .card-body p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .news .news-wrapper .news-box a .card .card-body p {
    font-size: 1.2rem;
  }
}
.news .news-wrapper .news-box a .card .card-body .news-date {
  font-size: 1.2rem;
}

.concept {
  padding: 0 0 9.3vw;
}

.concept .concept-wrapper {
  position: relative;
}

.concept .concept-wrapper .concept-img {
  max-width: 1024px;
  width: 53.3333vw;
  margin: 0 auto 0;
}

.concept .concept-wrapper .concept-content {
  background: #fff;
  padding: 4vw;
  max-width: 1024px;
  z-index: 2;
  /*width: 53.3333vw;*/
  width: 63vw;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .page .concept-wrapper .concept-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 69vw;
    width: 95vw;
    margin: 0 auto;
  }
}
.concept .concept-wrapper .concept-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.concept .concept-wrapper .concept-content h3 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 1.5625vw;
  font-weight: 300;
}

.concept .concept-wrapper .concept-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

.concept .concept-wrapper .concept-content ul {
  padding: 0 0 1.5rem 1.5rem;
  list-style: disc;
}

@media screen and (max-width: 767.98px) {
  .concept {
    padding: 0 0 23.4vw;
  }
  .concept .concept-wrapper {
    position: relative;
  }
  .concept .concept-wrapper .concept-img {
    background: #fff;
    max-width: 640px;
    width: 95vw;
    margin: 0 auto;
  }
  .concept .concept-wrapper .concept-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 69vw;
    width: 95vw;
    margin: 0 auto;
  }
  .concept .concept-wrapper .concept-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 300;
  }
  .concept .concept-wrapper .concept-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.9062vw;
  }
}
#stay {
  position: relative;
  margin: 0 0 100px 0;
}

#stay .stay-bg_01 {
  position: relative;
  background: url(../img/stay/bg_01.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
}

#stay section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#stay section:nth-of-type(2n) {
  flex-direction: row-reverse;
}

#stay .stay-img {
  width: 50%;
  height: 50vh;
}

#stay .stay-img-detail {
  height: 50vh;
}

@media screen and (max-width: 767.98px) {
  #stay .stay-bg_01 {
    background-attachment: inherit;
  }
  #stay .stay-img {
    height: 30vh;
  }
  #stay .stay-img-detail {
    height: 30vh;
  }
}
#stay .stay-box {
  animation-delay: 0.5s;
  padding: 1vw 5vw;
}

#stay .stay-content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-orientation: upright;
}

#stay section:nth-of-type(1) .stay-img-detail {
  background: url(../img/stay/stay_01@2x.jpg) no-repeat center;
  background-size: cover;
}

#stay section:nth-of-type(2) .stay-img-detail {
  background: url(../img/stay/stay_08@2x.jpg) no-repeat center;
  background-size: cover;
}

#stay section:nth-of-type(3) .stay-img-detail {
  background: url(../img/stay/stay_03@2x.jpg) no-repeat center;
  background-size: cover;
}

#stay section:nth-of-type(4) .stay-img-detail {
  background: url(../img/stay/stay_04@2x.jpg) no-repeat center;
  background-size: cover;
}

#stay section:nth-of-type(5) .stay-img-detail {
  background: url(../img/stay/stay_05@2x.jpg) no-repeat center;
  background-size: cover;
}

#stay section:nth-of-type(6) .stay-img-detail {
  background: url(../img/stay/stay_06@2x.jpg) no-repeat center;
  background-size: cover;
}

#stay section:nth-of-type(7) .stay-img-detail {
  background: url(../img/stay/stay_07@2x.jpg) no-repeat center;
  background-size: cover;
}

#stay .stay-content h3 {
  font-size: max(1.6666vw,24px);
  margin: 0 0 1.0416vw 0;
}

#stay .stay-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.75;
}

#stay .stay-content p a {
  text-decoration: underline;
  font-weight: bold;
}

#stay .stay-content p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  #stay .stay-content h3 {
    font-size: 5.46875vw;
  }
  #stay .stay-content p {
    font-size: 3.8647vw;
  }
}
@media screen and (max-width: 767.98px) {
  #stay .stay-bg_01 {
    background-attachment: inherit;
  }
}
@media screen and (max-width: 767.98px) {
  #stay .stay-img,
  #stay .stay-content {
    width: 100%;
    margin: 0 20px 50px 20px;
  }
}
#workation {
  position: relative;
  margin: 0 0 100px 0;
}

#workation .workation-bg_01 {
  position: relative;
  background: url(../img/stay/bg_01.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
}

#workation section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#workation section:nth-of-type(2n) {
  flex-direction: row-reverse;
}

#workation .workation-img {
  width: 50%;
  height: 50vh;
}

#workation .workation-img-detail {
  height: 50vh;
}

@media screen and (max-width: 767.98px) {
  #workation .workation-bg_01 {
    background-attachment: inherit;
  }
  #workation .workation-img {
    height: 30vh;
  }
  #workation .workation-img-detail {
    height: 30vh;
  }
}
#workation .workation-box {
  animation-delay: 0.5s;
  padding: 1vw 5vw;
}

#workation .workation-content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-orientation: upright;
}

#workation section:nth-of-type(1) .workation-img-detail {
  background: url(../img/workation/workation_01@2x.jpg) no-repeat center;
  background-size: cover;
}

#workation section:nth-of-type(2) .workation-img-detail {
  background: url(../img/workation/workation_02@2x.jpg) no-repeat center;
  background-size: cover;
}

#workation section:nth-of-type(3) .workation-img-detail {
  background: url(../img/workation/workation_03@2x.jpg) no-repeat center;
  background-size: cover;
}

#workation section:nth-of-type(4) .workation-img-detail {
  background: url(../img/workation/workation_04@2x.jpg) no-repeat center;
  background-size: cover;
}

#workation .workation-content h3 {
  font-size: max(1.6666vw,24px);
  margin: 0 0 1.0416vw 0;
}

#workation .workation-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.75;
}

#workation .stworkationay-content p a {
  text-decoration: underline;
  font-weight: bold;
}

#workation .workation-content p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  #workation .workation-content h3 {
    font-size: 5.46875vw;
  }
  #workation .workation-content p {
    font-size: 3.8647vw;
  }
}
@media screen and (max-width: 767.98px) {
  #workation .workation-bg_01 {
    background-attachment: inherit;
  }
}
@media screen and (max-width: 767.98px) {
  #workation .workation-img,
  #workation .workation-content {
    width: 100%;
    margin: 0 20px 50px 20px;
  }
}
#fasting {
  position: relative;
  margin: 0 0 100px 0;
}

#fasting .fasting-bg_01 {
  position: relative;
  background: url(../img/stay/bg_01.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
}

#fasting section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#fasting section:nth-of-type(2n) {
  flex-direction: row-reverse;
}

#fasting .fasting-img {
  width: 50%;
  height: 50vh;
}

#fasting .fasting-img-detail {
  height: 50vh;
}

@media screen and (max-width: 767.98px) {
  #fasting .fasting-bg_01 {
    background-attachment: inherit;
  }
  #fasting .fasting-img {
    height: 30vh;
  }
  #fasting .fasting-img-detail {
    height: 30vh;
  }
}
#fasting .fasting-box {
  animation-delay: 0.5s;
  padding: 1vw 5vw;
}

#fasting .fasting-content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-orientation: upright;
}

#fasting section:nth-of-type(1) .fasting-img-detail {
  background: url(../img/fasting/fasting_01@2x.jpg) no-repeat center;
  background-size: cover;
}

#fasting section:nth-of-type(2) .fasting-img-detail {
  background: url(../img/fasting/fasting_02@2x.jpg) no-repeat center;
  background-size: cover;
}

#fasting section:nth-of-type(3) .fasting-img-detail {
  background: url(../img/fasting/fasting_03@2x.jpg) no-repeat center;
  background-size: cover;
}

#fasting section:nth-of-type(4) .fasting-img-detail {
  background: url(../img/fasting/fasting_04@2x.jpg) no-repeat center;
  background-size: cover;
}

#fasting .fasting-content h3 {
  font-size: max(1.6666vw,24px);
  margin: 0 0 1.0416vw 0;
}

#fasting .fasting-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.75;
}

#fasting .stfastingay-content p a {
  text-decoration: underline;
  font-weight: bold;
}

#fasting .fasting-content p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  #fasting .fasting-content h3 {
    font-size: 5.46875vw;
  }
  #fasting .fasting-content p {
    font-size: 3.8647vw;
  }
}
@media screen and (max-width: 767.98px) {
  #fasting .fasting-bg_01 {
    background-attachment: inherit;
  }
}
@media screen and (max-width: 767.98px) {
  #fasting .fasting-img,
  #fasting .fasting-content {
    width: 100%;
    margin: 0 20px 50px 20px;
  }
}
#facility {
  position: relative;
  margin: 0 0 100px 0;
}

#facility section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#facility section:nth-of-type(2n) {
  flex-direction: row-reverse;
}

#facility .facility-floor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#facility .facility-img {
  width: 50%;
  height: 50vh;
}

#facility .facility-img-detail {
  height: 50vh;
}

@media screen and (max-width: 767.98px) {
  #facility .facility-img {
    height: 30vh;
  }
  #facility .facility-img-detail {
    height: 30vh;
  }
}
#facility .facility-box {
  animation-delay: 0.5s;
  margin-bottom: max(1.6666vw,24px);
}

#facility .facility-content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-orientation: upright;
}

#facility .facility-annotation {
  width: 100%;
  padding: 5vw;
}

#facility .facility-annotation h4 {
  font-size: max(1.0416vw,16px);
  font-weight: 600;
}

#facility .facility-annotation .list-block li {
  display: block;
  line-height: 1.5;
  font-size: max(1.0416vw,16px);
}
#facility .facility-annotation .list-inline li {
  display: inline;
  line-height: 1.5;
  font-size: max(1.0416vw,16px);
}
#facility .facility-annotation .list-inline ::after {
  content: ",";
}

#facility .facility-annotation .list-inline li:last-child::after {
  display: none;
}

#facility .facility-box .annotation {
  color: #d80909;
}

#facility .facility-box .attention {
  background: rgba(255, 0, 0, 0.0509803922);
  padding: 2px 6px;
}

#facility .facility-annotation p {
  line-height: 1.75;
  font-size: max(1.0416vw,16px);
}

#facility .facility-annotation a {
  font-weight: bold;
  text-decoration: underline;
}

#facility .facility-annotation a:hover {
  text-decoration: none;
}

.facility-information {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .facility-information {
    flex-direction: column;
  }
}
.facility-information .section-head {
  padding: 4vw;
  z-index: 2;
  width: 36vw;
}
@media screen and (max-width: 767.98px) {
  .facility-information .section-head {
    width: 100vw;
  }
}
.facility-information .section-body {
  width: 57vw;
}
@media screen and (max-width: 767.98px) {
  .facility-information .section-body {
    width: 100vw;
  }
}
.facility-information .section-body .slick-prev {
  left: 0;
  transform: inherit;
}
.facility-information .section-body .slick-next {
  right: 0;
  transform: inherit;
}
.facility-information .section-body .slick-prev, .facility-information .section-body .slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  height: 45px;
  width: 45px;
  background: #FFF;
  border: 0;
  color: #333;
}
.facility-information .section-body .slick-prev:hover, .facility-information .section-body .slick-next:hover {
  background: #9a9a9a;
  transition-duration: 0.4s;
}
.facility-information .section-body ul li {
  padding: 1rem;
}
.facility-information .section-body ul li .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.facility-information .section-body ul li .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.facility-information .section-body ul li .card-body .card-title {
  text-align: center;
  font-size: 80%;
}
.facility-information .section-body ul li .card-body .card-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#facility .facility-content h4 {
  font-size: max(1.6666vw,24px);
  font-weight: 300;
}

#facility .facility-content p {
  line-height: 1.75;
  font-size: max(1.0416vw,16px);
}

@media screen and (max-width: 767.98px) {
  #facility .facility-content h4 {
    font-size: 4.1666vw;
  }
  #facility .facility-content p {
    font-size: 3.8647vw;
  }
  #facility .facility-bg_01,
  #facility .facility-bg_02 {
    background-attachment: inherit;
  }
}
@media screen and (max-width: 767.98px) {
  #facility .facility-img,
  #facility .facility-content {
    width: 100%;
    margin: 0 20px 50px 20px;
  }
}
.event {
  padding: 0 0 9.3vw;
}
.event .event-wrapper {
  margin: 0 auto;
  width: 90%;
}
.event .event-wrapper .event-box {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto 100px auto;
}
.event .event-wrapper .event-box a {
  width: 32%;
  padding: 1%;
  display: block;
}
@media screen and (max-width: 768px) {
  .event .event-wrapper .event-box a {
    width: 95vw;
    margin: 0 auto;
    padding: 0;
  }
}
.event .event-wrapper .event-box a .card {
  background: #FFF;
}
.event .event-wrapper .event-box a .card .card-img {
  width: 100%;
  aspect-ratio: 10/6;
  object-fit: cover;
}
.event .event-wrapper .event-box a .card .card-body {
  padding: 1.5rem;
  margin-bottom: 1%;
}
@media screen and (max-width: 768px) {
  .event .event-wrapper .event-box a .card .card-body {
    margin-bottom: 1.5rem;
  }
}
.event .event-wrapper .event-box a .card .card-body .card-title {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .event .event-wrapper .event-box a .card .card-body .card-title {
    font-size: 1.4rem;
  }
}
.event .event-wrapper .event-box a .card .card-body p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .event .event-wrapper .event-box a .card .card-body p {
    font-size: 1.2rem;
  }
}
.event .event-wrapper .event-box a .card .card-body .news-date {
  font-size: 1.2rem;
}

#access {
  position: relative;
}

#access_train_content .for_pc,
#access_car_content .for_pc {
  width: 70vw;
  max-width: 960px;
  margin: 40px auto 0;
}

#access_train_content .for_sp,
#access_car_content .for_sp {
  overflow: scroll;
  margin: 40px auto 0;
}

#access .access-bg_01 {
  background: url(../img/access/bg_01.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
}

#access .access-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  width: 90%;
  margin: 0 auto 100px auto;
}

#access .access-area .access-block {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1vw 0;
}

#access .access-area .access-block h3 img {
  width: 120px;
}

#access .access-area .access-block p {
  margin: 0 0 20px 0;
}

#access .access-map {
  width: 100%;
}

#access .iframe-wrap {
  position: relative;
  padding-bottom: 51.65%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  z-index: 2;
  border: 8px solid #fff;
}

#access .iframe-wrap iframe,
#access .iframe-wrap object,
#access .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(30%);
}

@media screen and (max-width: 1040px) {
  #access .access-area .access-block,
  #access .access-map {
    width: 100%;
  }
  #access .access-area .access-block {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  #access .access-bg_01 {
    background-attachment: inherit;
  }
}
/*-----------------------------
　背景調整
------------------------------*/
.page-access-content {
  width: 100%;
  padding: 0 4vw 1vw;
}

/*-----------------------------
　宿紹介
------------------------------*/
.access-location {
  display: flex;
}

.access-location p {
  margin-top: 20px;
  margin-left: 20px;
}

.access-info span {
  font-weight: 600;
}

.access-info {
  display: inline-block;
  padding: 0 3vw;
}

.access-img {
  display: inline-block;
  max-width: 375px;
  width: 100%;
}

.access-logo {
  display: inline-block;
  max-width: 145px;
  vertical-align: middle;
}

.access-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

@media screen and (max-width: 700px) {
  .access-location {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .page-access-content {
    padding: 1vw;
  }
  .access-info {
    padding: 0;
  }
  .access-location p {
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 26px;
    display: inherit;
  }
  .access-logo {
    max-width: 125px;
  }
  .access-img {
    max-width: none;
  }
  .access-location {
    width: 100%;
    text-align: center;
  }
}
#inquiry {
  position: relative;
  margin: 0 0 100px 0;
}

#inquiry .inquiry-bg_01 {
  position: relative;
  background: url(../img/inquiry/bg_01.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
}

#inquiry .inquiry-box {
  width: 90vw;
  max-width: 640px;
  margin: 0 auto;
}

#inquiry a {
  margin: 0 0 0 0;
  font-weight: bold;
  text-decoration: underline;
}

form label {
  font-size: 1.6rem;
  margin: 0 0 0 0;
  font-weight: bold;
}

#inquiry .form-wrapper p {
  margin-bottom: 1.5rem;
}

form input[type=text],
form input[type=tel],
form input[type=email],
form textarea {
  padding: 1rem;
  border: 1px solid #000;
  background: #fff;
  width: 100%;
  line-height: 1.5;
}

form input[type=checkbox] {
  display: inline;
  appearance: auto;
  width: auto;
  margin: 0 1rem 0 -1rem;
}

form input[type=text]::placeholder,
form input[type=tel]::placeholder,
form input[type=email]::placeholder,
form textarea::placeholder {
  font-size: 1.6rem;
}

form input[type=submit] {
  padding: 2rem;
  background: #000;
  color: #fff;
  width: 100%;
  font-weight: bold;
}

form .wpcf7-not-valid-tip {
  color: #fff;
  background: #dc3232;
  padding: 0 1rem;
}

.wpcf7 form.invalid .wpcf7-response-output, #inquiry .wpcf7 form.unaccepted .wpcf7-response-output, #inquiry .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background: #dc3232;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background: #46b450;
  color: #fff;
}

.faq {
  padding: 0 0 9.3vw;
}
.faq .faq-wrapper {
  margin: 0 auto;
  width: 90%;
}
.faq .faq-wrapper .faq-box {
  margin: 0 auto;
  width: 100%;
  margin: 0 auto 100px auto;
}
.faq .faq-wrapper .faq-box .card {
  background: #FFF;
  margin-bottom: 1%;
}
.faq .faq-wrapper .faq-box .card .card-body .toggle {
  display: none;
}
.faq .faq-wrapper .faq-box .card .card-body .label-title {
  padding: 1em;
  display: block;
  background: #FFF;
}
.faq .faq-wrapper .faq-box .card .card-body .label-title::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.faq .faq-wrapper .faq-box .card .card-body .label-title,
.faq .faq-wrapper .faq-box .card .card-body .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.faq .faq-wrapper .faq-box .card .card-body .content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.faq .faq-wrapper .faq-box .card .card-body .toggle:checked + .label-title + .content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.faq .faq-wrapper .faq-box .card .card-body .toggle:checked + .label-title::before {
  transform: rotate(-45deg) !important;
}

.privacy {
  padding: 0 0 9.3vw;
}

.privacy .privacy-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.privacy .privacy-wrapper .privacy-content {
  background: #fff;
  padding: 4vw;
  max-width: 1024px;
  z-index: 2;
  width: 53.3333vw;
  margin: 0 auto;
}

.privacy .privacy-wrapper .privacy-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.privacy .privacy-wrapper .privacy-content h3 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 1.5625vw;
  font-weight: 300;
}

.privacy .privacy-wrapper .privacy-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

.privacy .privacy-wrapper .privacy-content ul {
  padding: 0 0 1.5rem 1.5rem;
  list-style: disc;
}

.privacy .privacy-wrapper .privacy-content ol {
  padding: 0 0 1.5rem 1.5rem;
}
.privacy .privacy-wrapper .privacy-content ol li {
  list-style-type: none;
  counter-increment: cnt;
}
.privacy .privacy-wrapper .privacy-content ol li::before {
  content: "(" counter(cnt) ") ";
}

@media screen and (max-width: 767.98px) {
  .privacy {
    padding: 0 0 23.4vw;
  }
  .privacy .privacy-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .privacy .privacy-wrapper .privacy-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 69vw;
    width: 95vw;
    margin: 0 auto;
  }
  .privacy .privacy-wrapper .privacy-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 300;
  }
  .privacy .privacy-wrapper .privacy-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.9062vw;
  }
}
#sns {
  position: relative;
  overflow: hidden;
}

#sns h2 {
  font-family: armstrong, sans-serif;
}

#sns .sns-contents {
  background: #F8F5F0;
}

#sns .sns-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  width: 90%;
  margin: 0 auto 100px auto;
}

#review {
  position: relative;
  overflow: hidden;
}

#review h2 {
  font-family: armstrong, sans-serif;
}

#review .review-contents {
  background: #F8F5F0;
}

#review .review-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 100px auto;
}

.spots {
  padding: 0 0 9.3vw;
}
.spots .spots-wrapper {
  margin: 0 auto;
  width: 90%;
}
.spots .spots-wrapper .spots-box {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
}
.spots .spots-wrapper .spots-box .card {
  background: #FFF;
  width: 31%;
  margin: 1%;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .spots .spots-wrapper .spots-box .card {
    width: 48%;
    margin: 1%;
  }
}
.spots .spots-wrapper .spots-box .card a {
  display: block;
}
.spots .spots-wrapper .spots-box .card a img.card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  height: auto;
  filter: brightness(0.6);
}
.spots .spots-wrapper .spots-box .card a img.card-img:hover {
  filter: brightness(1);
}
.spots .spots-wrapper .spots-box .card .card-body {
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .spots .spots-wrapper .spots-box .card .card-body {
    margin-bottom: 1.5rem;
  }
}
.spots .spots-wrapper .spots-box .card .card-body .card-title {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .spots .spots-wrapper .spots-box .card .card-body .card-title {
    font-size: 1.4rem;
  }
}
.spots .spots-wrapper .spots-box .card .card-body ul {
  display: flex;
  justify-content: center;
}
.spots .spots-wrapper .spots-box .card .card-body ul li {
  margin: 0 0.5rem;
}
.spots .spots-wrapper .spots-box .card .card-body ul li small {
  font-size: 1.2rem;
}
.spots .spots-wrapper .spots-box .card .card-body .card-review {
  font-size: 1.2rem;
  text-align: center;
}
.spots .spots-wrapper .spots-box .card .card-body .card-review:hover {
  text-decoration: underline;
}

.flex {
  display: flex;
}
.flex_center {
  justify-content: center;
}

.single {
  padding: 0 0 0;
}

.single .single-wrapper .post-thumbnail {
  max-width: 1024px;
  width: 53.3333vw;
  margin: 0 auto;
}

.single .single-wrapper .post-thumbnail img {
  width: 100vw;
}

.entry-header .heading-block h2 {
  font-size: max(1.6666vw,24px);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

.entry-header .heading-block h2 span {
  display: block;
  font-size: max(1.0416vw,16px);
  font-family: armstrong, sans-serif;
}

.single .single-wrapper .single-content {
  background: #fff;
  padding: 4vw;
  max-width: 1024px;
  width: 53.3333vw;
  margin: 0 auto 9.3vw;
}

.single .single-wrapper .base.single-content {
  width: 100%;
}

.single .single-wrapper .single-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.single .single-wrapper .single-content h3 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 1.5625vw;
  font-weight: 300;
}

.single .single-wrapper .single-content p {
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

.single .single-wrapper .single-content ul {
  padding: 0 0 1.5rem 1.5rem;
  list-style: disc;
}

.single .single-wrapper .single-content a {
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 767.98px) {
  .single {
    padding: 0 0 0;
  }
  .entry-header {
    margin-top: 60px;
  }
  .single .single-wrapper .post-thumbnail {
    width: 100vw;
    margin: 0 auto;
  }
  .single .single-wrapper .post-thumbnail img {
    width: 100vw;
  }
  .single .single-wrapper .single-content {
    background: #fff;
    padding: 4vw;
    max-width: 640px;
    z-index: 2;
    width: 100%;
    margin: 0 auto 9.3vw;
  }
  .single .single-wrapper .single-content h1 {
    font-size: max(1.6666vw,24px);
    font-weight: bold;
  }
  .single .single-wrapper .single-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 300;
  }
  .single .single-wrapper .single-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.9062vw;
  }
}
.single-customize-thumbnail {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}
.single-customize-thumbnail.w-100 {
  max-width: inherit;
  width: 100%;
}
.single-customize-wrapper {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto 9.3vw;
  padding-top: 5vw;
}
.single-customize-wrapper .single-customize-contents {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 3vw;
}
.single-customize-wrapper .single-customize-contents h1 {
  text-align: center;
  padding: 1vw 0;
  font-size: max(3.75vw,42px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
}
.single-customize-wrapper .single-customize-contents h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}
.single-customize-wrapper .single-customize-contents h3 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 1.5625vw;
  font-weight: 300;
}
.single-customize-wrapper .single-customize-contents h4 {
  font-size: max(1.0416vw,16px);
  line-height: 1.2;
  font-weight: bold;
}
.single-customize-wrapper .single-customize-contents p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}
.single-customize-wrapper .single-customize-contents img.w-auto {
  width: auto;
  margin: 0 auto;
}
.single-customize-wrapper .single-customize-contents .disc {
  list-style: disc;
  padding: 0.5em 0.5em 0.5em 2em;
}
.single-customize-wrapper .single-customize-contents a {
  font-weight: bold;
}
.single-customize-wrapper figure {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767.98px) {
  .single-customize {
    padding-top: 80px;
  }
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

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

.pb00 {
  padding-bottom: 0 !important;
}

.headline-v1 {
  border-bottom: 3px solid #000;
}
.headline-v2 {
  border-bottom: 3px dotted #000;
}
.headline-v3 {
  border-bottom: 3px dashed #000;
}
.headline-v4 {
  border-bottom: 6px double #000;
}
.headline-v5 {
  padding: 1rem 2rem;
  border-left: 4px solid #000;
}
.headline-v6 {
  padding: 1rem 2rem;
  border-left: 4px dotted #000;
}
.headline-v7 {
  padding: 1rem 2rem;
  border-left: 4px dashed #000;
}
.headline-v8 {
  padding: 1rem 2rem;
  border-left: 6px double #000;
}
.headline-v9 {
  padding: 1rem 2rem;
  border: 3px solid #000;
}
.headline-v10 {
  padding: 1rem 2rem;
  border: 3px dotted #000;
}
.headline-v11 {
  padding: 1rem 2rem;
  border: 3px dashed #000;
}
.headline-v12 {
  padding: 1rem 2rem;
  border: 6px double #000;
}
.headline-v13 {
  position: relative;
  padding: 1rem 2rem;
  border: 4px solid #000;
}
.headline-v13:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  content: "";
  border: 2px solid #000;
}
.headline-v14 {
  position: relative;
  padding: 1.5rem 2.5rem;
  border: 4px solid #000;
}
.headline-v14:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: "";
  border: 4px dotted #000;
}
.headline-v15 {
  padding: 1rem 2rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.headline-v16 {
  padding: 1rem 2rem;
  border-top: 3px dotted #000;
  border-bottom: 3px dotted #000;
}
.headline-v17 {
  padding: 1rem 2rem;
  border-top: 3px dashed #000;
  border-bottom: 3px dashed #000;
}
.headline-v18 {
  padding: 1rem 2rem;
  border-top: 6px double #000;
  border-bottom: 6px double #000;
}
.headline-v19 {
  position: relative;
  padding: 1rem 0rem;
  border-bottom: 6px solid rgba(0, 0, 0, 0.25);
}
.headline-v19:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: "";
  background: #000;
}
.headline-v20 {
  position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 2px solid #000;
}
.headline-v20:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  border-top: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.headline-v21 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
.headline-v21:before, .headline-v21:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: "";
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
.headline-v21:before {
  left: 0;
}
.headline-v21:after {
  right: 0;
}
.headline-v22 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.headline-v22:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #000;
}
.headline-v22 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.headline-v23 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.headline-v23:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #000;
}
.headline-v24 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.headline-v24 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.headline-v24:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #000;
}
.headline-v25 {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #000;
  border-radius: 10px;
  background: #fff;
}
.headline-v25:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.headline-v25:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.headline-v26 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-radius: 0 0 0 20px;
}
.headline-v26:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: "";
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.headline-v26:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.headline-v27 {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #000;
}
.headline-v27:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.headline-v28 {
  position: relative;
  padding: 1em 2em;
  text-align: center;
}
.headline-v28:before, .headline-v28:after {
  position: absolute;
  content: "";
}
.headline-v28:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.headline-v28:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.headline-v29 {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  border: 3px solid #000;
}
.headline-v29:before {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -24px;
  left: -3px;
  height: 24px;
  padding: 0 1em;
  content: "POINT";
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  color: #fff;
  background: #000;
}
.headline-v30 {
  position: relative;
  margin-bottom: 2em;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background: #eee;
}
.headline-v30:before, .headline-v30:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #eee;
}
.headline-v30:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}
.headline-v30:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}
.headline-underline {
  background: linear-gradient(transparent 50%, #d9ebef 50%);
}
.headline-underline_yellow {
  background: linear-gradient(transparent 50%, #fff100 50%);
}
.headline-underline_red {
  background: linear-gradient(transparent 50%, rgba(250, 65, 65, 0.3) 50%);
}
.headline-underline_blue {
  background: linear-gradient(transparent 50%, #d9ebef 50%);
}
.headline-underline_gray {
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.05) 50%);
}

ul.list-v0 {
  padding: 0;
  list-style: none;
  margin-bottom: 1.5625vw;
}

ul.list-v1 {
  background: #fff;
  padding: 0.5em 0.5em 0.5em 2em;
  border: solid 3px #000;
  list-style-type: disc;
  margin-bottom: 1.5625vw;
}
ul.list-v1 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

ul.list-v2 {
  color: #000;
  border: dashed 2px #000;
  background: #fff;
  padding: 0.5em 0.5em 0.5em 2em;
  list-style-type: disc;
  margin-bottom: 1.5625vw;
}
ul.list-v2 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

ul.list-v3 {
  color: #000;
  border: double 5px #000;
  background: #fff;
  padding: 0.5em 0.5em 0.5em 2em;
  list-style-type: disc;
  margin-bottom: 1.5625vw;
}
ul.list-v3 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

ol.list-v1 {
  list-style: auto;
  margin-left: 2vw;
}

ol.list-v2 {
  list-style: auto;
  margin-left: 3vw;
}

.box-doubble {
  position: relative;
  padding: 1.5rem 2.5rem;
  border: 2px solid #000;
  margin-bottom: 1.5rem;
}
.box-doubble ul {
  padding-bottom: 0;
}

.box-doubble:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: "";
  border: 4px dotted #000;
}

.box-yellow {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
}

.box-yellow:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #000;
}

.border-bubble_bottom {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
}

.border-bubble_bottom:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.border-bubble_bottom:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.box-shadow {
  position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 2px solid #000;
}

.box-shadow:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  border-top: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bubble-gray {
  position: relative;
  margin-bottom: 2em;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background: #eee;
}

.bubble-gray:before,
.bubble-gray:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #eee;
}

.bubble-gray:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}

.bubble-gray:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.tab-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: 0;
  display: block;
  order: -1;
}

.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked + .tab-label {
  background: #000;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.tab-switch {
  display: none;
}

.layout-headline {
  padding: 0 0 9.3vw;
}

.layout-headline .layout-headline-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.layout-headline .layout-headline-wrapper .layout-headline-img {
  width: 67vw;
  max-width: 1140px;
  height: 524px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
}

.layout-headline .layout-headline-wrapper .layout-headline-content {
  background: #fff;
  padding: 4vw;
  max-width: 640px;
  z-index: 2;
  margin-top: 240px;
  width: 35vw;
  margin-right: 4vw;
}

.layout-headline .layout-headline-wrapper .layout-headline-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.layout-headline .layout-headline-wrapper .layout-headline-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767.98px) {
  .layout-headline {
    padding: 0 0 23.4vw;
  }
  .layout-headline .layout-headline-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .layout-headline .layout-headline-wrapper .layout-headline-img {
    width: 89vw;
    max-width: 684px;
    height: 79.4vw;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
  }
  .layout-headline .layout-headline-wrapper .layout-headline-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 69vw;
    width: 95vw;
    margin-right: 0;
  }
  .layout-headline .layout-headline-wrapper .layout-headline-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 300;
  }
  .layout-headline .layout-headline-wrapper .layout-headline-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.90625vw;
  }
}
.layout-customize {
  position: relative;
  margin: 0 0 100px 0;
}

.layout-customize section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.layout-customize section:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.layout-customize .layout-customize-img {
  width: 50%;
  height: 50vh;
}

.layout-customize .layout-customize-img-detail {
  height: 50vh;
}

.layout-customize .layout-customize-img-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .layout-customize .layout-customize-img {
    height: 30vh;
  }
  .layout-customize .layout-customize-img-detail {
    height: 30vh;
  }
}
.layout-customize .layout-customize-box {
  animation-delay: 0.5s;
  padding: 1vw 5vw;
}

.layout-customize .layout-customize-content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-orientation: upright;
}

.layout-customize .layout-customize-content h3 {
  font-size: max(1.6666vw,24px);
  margin: 0 0 1.0416vw 0;
}

.layout-customize .layout-customize-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.75;
}

.layout-customize .layout-customize-content p a {
  text-decoration: underline;
  font-weight: bold;
}

.layout-customize .layout-customize-content p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .layout-customize .layout-customize-content h3 {
    font-size: 5.46875vw;
  }
  .layout-customize .layout-customize-content p {
    font-size: 3.8647vw;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-customize .layout-customize-img,
  .layout-customize .layout-customize-content {
    width: 100%;
    margin: 0 20px 20px 20px;
  }
}
.bg-white {
  background: #fff;
}
.bg-inherit {
  background: #F8F5F0;
}

.annotation {
  color: #d80909;
}

.attention {
  background: rgba(255, 0, 0, 0.0509803922);
  padding: 2px 6px;
}

.acf-map {
  width: 100%;
  height: 400px;
  margin-bottom: 2rem;
}
.acf-map img {
  max-width: inherit !important;
}

@media screen and (max-width: 767.98px) {
  .acf-map {
    width: 100%;
    max-height: 300px;
  }
}
.table-spot table {
  width: 100%;
}
.table-spot table tr th {
  padding: 1rem 2rem;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: solid 1px #ccc;
  text-wrap: nowrap;
}
.table-spot table tr td {
  padding: 1rem 2rem;
  border: solid 1px #ccc;
  word-break: break-all;
}

@media screen and (max-width: 767.98px) {
  .table-spot th,
  .table-spot td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
/*-----------------------------
　ギャラリー
------------------------------*/
.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  text-align: center;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item { /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item { /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item { /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item { /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
/*-----------------------------
　改行
------------------------------*/
.pc {
  display: none;
}

.sp {
  display: inline;
}

@media screen and (min-width: 750px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
/*-----------------------------
　固定ページの背景調整
------------------------------*/
.page-posts-content {
  width: 100%;
  padding: 5vw;
}

.base.page-posts-content {
  padding: 1vw;
}

/*-----------------------------
　ページ共通
------------------------------*/
.text-link {
  text-decoration: underline;
  margin: 0 2px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.sns-block-contents {
  padding-bottom: 4vw;
  width: 90%;
  vertical-align: center;
  display: flex;
}

.share__icon {
  display: flex;
}

.page {
  padding: 0 0 0;
}

.page .page-wrapper .post-thumbnail {
  max-width: 1024px;
  width: 53.3333vw;
  margin: 0 auto;
}

.page .page-wrapper .post-thumbnail img {
  width: 100vw;
}

.entry-header .heading-block h2 {
  font-size: max(1.6666vw,24px);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

.entry-header .heading-block h2 span {
  display: block;
  font-size: max(1.0416vw,16px);
  font-family: armstrong, sans-serif;
}

.page .page-wrapper .page-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  font-weight: 300;
}

.page .page-wrapper .page-content h3 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 1.5625vw;
  font-weight: 300;
}

.page .page-wrapper .page-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}

.page .page-wrapper .page-content ul {
  padding: 0 0 1.5rem 1.5rem;
  list-style: disc;
}

h4.page-title {
  font-size: 20px;
  margin: 2vw 0 0.5vw;
  font-weight: bold;
}

/*contct form7 関連*/
span.form-control-wrap {
  margin: 0.2vw 0 2.6vw;
  display: flex;
  width: 90%;
  max-width: fit-content;
}

input.form-control {
  width: auto;
}

input[type=radio] {
  appearance: auto;
}

@media screen and (max-width: 767.98px) {
  .page {
    padding: 0 0 0;
  }
  .page .page-wrapper .post-thumbnail {
    width: 100vw;
    margin: 0 auto;
  }
  .page .page-wrapper .post-thumbnail img {
    width: 100vw;
  }
  .page .page-wrapper .page-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 69vw;
    width: 95vw;
    margin: 0 auto;
  }
  .page .page-wrapper .page-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 5.2083vw;
    font-weight: 300;
  }
  .page .page-wrapper .page-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 3.9062vw;
  }
}
.error-404 {
  padding: 9.3vw 0;
}

.error-404 .error-404-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.error-404 .error-404-wrapper .error-404-img {
  width: 67vw;
  max-width: 1140px;
  height: 524px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/error/404.jpg) no-repeat center left;
  background-size: contain;
}

.error-404 .error-404-wrapper .error-404-content {
  background: #fff;
  padding: 4vw;
  max-width: 640px;
  z-index: 2;
  margin-top: 240px;
  width: 35vw;
  margin-right: 4vw;
}

.error-404 .error-404-wrapper .error-404-content h2 {
  font-size: max(1.6666vw,24px);
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 300;
}

.error-404 .error-404-wrapper .error-404-content p {
  font-size: max(1.0416vw,16px);
  line-height: 1.8;
  margin-bottom: 30px;
}

@media screen and (max-width: 767.98px) {
  .error-404 {
    padding: 0 0 23.4vw;
  }
  .error-404 .error-404-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .error-404 .error-404-wrapper .error-404-img {
    width: 89vw;
    max-width: 684px;
    height: 79.4vw;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/error/404@2x.jpg) no-repeat center left #000;
    background-size: contain;
  }
  .error-404 .error-404-wrapper .error-404-content {
    background: #fff;
    padding: 10vw;
    max-width: 640px;
    z-index: 2;
    margin-top: 69vw;
    width: 95vw;
    margin-right: 0;
  }
  .error-404 .error-404-wrapper .error-404-content h2 {
    font-size: 5.5104vw;
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: 300;
  }
  .error-404 .error-404-wrapper .error-404-content p {
    font-size: 3.8647vw;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=tenangtenang.bundle.css.map */
