@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (min-width: 992px) {
  html {
    scroll-padding-top: 174px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Noto Serif JP", serif;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 2;
  }
}
body.is-fixed {
  overflow: hidden;
}

body * {
  letter-spacing: 0.1em;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 1;
}

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

ol,
ul {
  list-style: none;
}

button,
input,
textarea {
  border: none;
  background: transparent;
}
@media (any-hover: hover) {
  button:hover,
  input:hover,
  textarea:hover {
    cursor: pointer;
  }
}

input,
textarea {
  font-size: fz(16);
}

.grecaptcha-badge {
  display: none;
}

/* =========================
   Header
========================= */
html {
  scrollbar-gutter: stable;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1000px) {
  .l-header {
    height: auto;
  }
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 98%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-header__inner {
    width: 98%;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__inner {
    display: block;
  }
}
.l-header__logo {
  width: 40%;
  max-width: 150px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .l-header__logo {
    text-align: center;
    margin: 5px auto 3px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__logo:hover {
  opacity: 0.6;
}
.l-header__nav {
  display: block;
}
.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .l-header__nav ul {
    gap: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__nav ul {
    gap: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.l-header__nav li {
  position: relative;
}
.l-header__nav a {
  font-family: "Cormorant Unicase", serif;
  display: block;
  color: #fff;
  font-size: clamp(12px, 1vw, 19px);
  text-decoration: none;
  letter-spacing: 0.15em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
  line-height: 1.6;
}
.l-header__nav a span {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: clamp(8px, 1vw, 13px);
  text-align: center;
}
.l-header__nav a:hover {
  opacity: 0.6;
}

/* =========================
   Hamburger Button
========================= */
.openbtn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1200;
  width: 90px;
  height: 90px;
  padding: 0;
  border: 0;
  background: #331a1a;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, background-color 0.3s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, background-color 0.3s ease;
}
.openbtn span:not(.openbtn__text) {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.openbtn span:nth-child(1) {
  top: 22px;
}
.openbtn span:nth-child(2) {
  top: 34px;
}
.openbtn span:nth-child(3) {
  top: 46px;
}
.openbtn__text {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Cormorant Unicase", serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.openbtn.scrolled, .openbtn.active {
  opacity: 1;
  visibility: visible;
}
.openbtn.active span:nth-child(1) {
  top: 34px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.openbtn.active span:nth-child(2) {
  opacity: 0;
}
.openbtn.active span:nth-child(3) {
  top: 34px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.openbtn:hover {
  background: #583e3e;
}

/* =========================
   Global Menu
========================= */
#g-nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1100;
  width: min(600px, 80vw);
  height: 100vh;
  background: #1a1a1a;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: right 0.5s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: right 0.5s ease, opacity 0.4s ease, visibility 0.4s ease;
}
#g-nav.panelactive {
  right: 0;
  opacity: 1;
  visibility: visible;
}

#g-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 30px;
  padding: 70px 100px 50px 10%;
  overflow-y: auto;
}

.g-navul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  line-height: 1.8;
}
.g-navul a {
  position: relative;
  font-family: "Cormorant Unicase", serif;
  display: block;
  padding: 15px 7px 4px;
  color: #fff;
  font-size: clamp(18px, 11.14px + 0.89vw, 24px);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.g-navul a span {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 9.43px + 0.6vw, 18px);
  margin-left: 5%;
}
.g-navul a:hover {
  opacity: 0.6;
}

.g-nav__bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.g-nav__logo {
  width: min(220px, 60%);
}
.g-nav__logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   Overlay
========================= */
#overlay {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#overlay.active {
  opacity: 1;
  visibility: visible;
}

/* =========================
   Menu Open
========================= */
body.is-menu-open {
  overflow: hidden;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
  .l-header {
    height: 70px;
  }
  .l-header__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__logo {
    max-width: 120px;
    text-align: left;
    margin: 0 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header {
    /* SPでは通常のGメニューを非表示 */
  }
  .l-header__nav {
    display: none;
  }
  /* SPでは最初からハンバーガーを表示 */
  .openbtn {
    top: 0px;
    right: 0px;
    width: 68px;
    height: 68px;
    opacity: 1;
    visibility: visible;
  }
  .openbtn span:not(.openbtn__text) {
    width: 28px;
    height: 2px;
  }
  .openbtn span:nth-child(1) {
    top: 16px;
  }
  .openbtn span:nth-child(2) {
    top: 25px;
  }
  .openbtn span:nth-child(3) {
    top: 34px;
  }
  .openbtn__text {
    bottom: 8px;
    font-size: 12px;
  }
  .openbtn.active span:nth-child(1) {
    top: 25px;
  }
  .openbtn.active span:nth-child(3) {
    top: 25px;
  }
  #g-nav {
    width: 100%;
  }
  #g-nav-list {
    padding: 70px 8% 40px;
  }
  .g-navul a {
    padding: 12px 5px 4px;
  }
}
.gh_li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  height: 70px;
  padding: 0 17px;
  background: #604e27;
  line-height: 2;
  font-size: clamp(9px, 1vw, 12px);
  text-align: center;
  -webkit-transition: background 0.4s ease, opacity 0.4s ease;
  transition: background 0.4s ease, opacity 0.4s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 800px) {
  .gh_li a {
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .gh_li a {
    height: 50px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .gh_li a {
    padding: 0 5px;
  }
}

.gh_li a span {
  border-top: solid 1px #fff;
  width: 100%;
}

.gh_li a:hover {
  opacity: 0.7;
}

.lang_toggle__ja {
  display: none;
}

.lang_toggle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 70px;
  padding: 0 17px;
  background: #fff;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .lang_toggle a {
    height: 50px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .lang_toggle a {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .lang_toggle a {
    height: 38px;
  }
}
.lang_toggle a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../public/img/parts/en_ico.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sp_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_btn {
    display: block;
    right: 80px;
    position: relative;
  }
}

.g-navul_btn a:hover {
  opacity: 0.7;
}

.g-navul_btn a span {
  position: relative;
  font-size: 90%;
  display: inline-block;
}

.g-navul_btn a span:before {
  position: absolute;
  content: "";
  border-top: solid 1px #fff;
  width: 30%;
  top: 50%;
  left: -50%;
}

.g-navul_btn a span:after {
  position: absolute;
  content: "";
  border-top: solid 1px #fff;
  width: 30%;
  top: 50%;
  right: -50%;
}

.g-navul_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  height: 80px;
  padding: 0 17px;
  background: #604e27;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: background 0.4s ease, opacity 0.4s ease;
  transition: background 0.4s ease, opacity 0.4s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: clamp(15px, 11.57px + 0.45vw, 18px);
}

.l-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

/* =========================
   Footer
========================= */
.l-footer {
  position: relative;
  padding: 70px 0 50px;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 60px 0 20%;
  }
}

.footer_contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .footer_contents {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_contents .footer_map_parts {
    grid-column: 1/-1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_contents {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
  }
  .footer_contents .footer_map_parts {
    grid-column: auto;
  }
}

.footer_access_parts,
.footer_menu_parts,
.footer_map_parts {
  min-width: 0;
}

.f_logo {
  width: 50%;
  max-width: 180px;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .f_logo {
    width: 45%;
    max-width: 160px;
    margin: 0 auto 20px;
  }
}
.f_logo:hover {
  opacity: 0.6;
}

.f_text {
  margin-bottom: 10px;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .f_text {
    text-align: center;
  }
}

.f_btn {
  position: relative;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .f_btn {
    text-align: center;
  }
}
.f_btn a {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.f_btn a:hover {
  background: rgba(255, 255, 255, 0.47);
}
@media screen and (max-width: 768px) {
  .f_btn a {
    font-size: 17px;
  }
}

/* =========================
   Footer Menu
========================= */
.footer_menu_parts ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer_menu_parts li {
  margin-bottom: 10px;
}
.footer_menu_parts li a {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  border-bottom: 1px solid transparent;
  color: #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.footer_menu_parts li a:hover {
  border-bottom-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_menu_parts li {
    font-size: 14px;
  }
}

/* =========================
   Google Map
========================= */
.ggmap {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ggmap {
    padding-bottom: 65%;
  }
}

.ggmap iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* =========================
   Footer Bottom
========================= */
.footer_contents_down {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98%;
  margin: 10px auto 0;
  padding-top: 20px;
}
.footer_contents_down::before {
  position: absolute;
  content: "";
  top: 0;
  left: -1%;
  width: 102%;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer_contents_down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
}

.conditions_parts {
  width: 50%;
}
.conditions_parts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.conditions_parts li {
  width: 44%;
  font-size: clamp(14px, 11.71px + 0.3vw, 16px);
}
.conditions_parts li a {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  border-bottom: 1px solid transparent;
  color: #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.conditions_parts li a:hover {
  border-bottom-color: #fff;
}
@media screen and (max-width: 1000px) {
  .conditions_parts {
    width: 60%;
  }
  .conditions_parts li {
    width: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .conditions_parts {
    width: 100%;
  }
  .conditions_parts ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .conditions_parts li {
    width: 100%;
    margin: 0 0 8px;
    font-size: 14px;
  }
}

.copyright_parts {
  font-size: 12px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .copyright_parts {
    margin-top: 20px;
    margin-left: 0;
    line-height: 1.6;
  }
}

/* =========================
   Fixed Reservation Button
========================= */
.left_side {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 99;
  width: 100px;
  -webkit-transition: background 0.4s ease, opacity 0.4s ease;
  transition: background 0.4s ease, opacity 0.4s ease;
}
.left_side a {
  position: relative;
  display: block;
}
.left_side:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .left_side {
    display: none;
  }
}

.floating_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: none;
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
.floating_banner a {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.floating_banner a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .floating_banner {
    display: block;
  }
}

.f_tel {
  font-size: clamp(15px, 12.71px + 0.3vw, 17px);
}
.f_tel a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .f_tel {
    text-align: center;
  }
}

.l-top {
  position: relative;
  background: #000;
}

.l-lower {
  width: 100%;
  min-height: 100vh;
  padding: 80px 0 120px;
  background: #000;
}
.l-lower__inner {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 64px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-lower__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .l-lower__inner {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 30px;
    width: 94%;
  }
}
@media screen and (max-width: 900px) {
  .l-lower__inner {
    display: block;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .l-lower {
    padding: 60px 0;
  }
}

.lower_anchor {
  position: sticky;
  top: 120px;
  z-index: 2;
  -ms-flex-item-align: start;
      align-self: start;
}
.lower_anchor__en {
  color: #fff;
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(28px, 8.57px + 2.53vw, 45px);
}
.lower_anchor__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.lower_anchor__nav a {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #fff;
  font-size: clamp(15px, 13.86px + 0.15vw, 16px);
  line-height: 1.8;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .lower_anchor__nav a {
    font-size: 14px;
  }
}
.lower_anchor__nav a::before {
  content: "・";
}
.lower_anchor__nav a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .lower_anchor {
    display: none;
  }
}

.lower_content {
  min-width: 0;
  margin-top: 150px;
  color: #fff;
}
.lower_content section {
  padding-bottom: 100px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .lower_content {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .lower_content {
    width: 100%;
    margin-top: 70px;
  }
  .lower_content section {
    padding-bottom: 70px;
    scroll-margin-top: 80px;
  }
}

.lower_img {
  width: 100%;
  height: clamp(400px, 35vw, 600px);
  margin: 30px auto;
}
.lower_img__minheight {
  width: 100%;
  height: clamp(200px, 35vw, 400px);
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .lower_img {
    height: 300px;
  }
  .lower_img__minheight {
    height: 250px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 500px) {
  .lower_img {
    height: 250px;
  }
  .lower_img__minheight {
    height: 220px;
  }
}

.lower_en_title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.lower_en_title_block .p-section-title__en {
  margin: 0;
  font-size: clamp(22px, 1.43px + 2.68vw, 40px);
  text-align: left;
}
.lower_en_title_block .p-section-title__sub {
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lower_en_title_block {
    display: block;
    margin-bottom: 20px;
  }
  .lower_en_title_block .p-section-title__en {
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .l-lower__inner .p-section-title__en {
    font-size: clamp(35px, 12.22px + 2.31vw, 40px);
  }
}

/**
.l-main {
  margin-top: 70px;
  @include mq($lsm2) {
    margin-top: 130.5px;
  }
}**/
.l-section {
  position: relative;
}
.l-section__bg {
  position: absolute;
  inset: 0;
  z-index: -10;
}
.l-section__bg img {
  width: 100%;
  height: 100%;
}

.c-button {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 30px 0;
}
@media (any-hover: hover) {
  .c-button:hover {
    opacity: 0.7;
  }
}
.c-button__link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 18px 24px 18px 0;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-button__link {
    font-size: 18px;
    padding: 19px 24px 19px 0;
  }
}
.c-button__link span {
  position: relative;
  padding: 0 75px 0 0;
}
.c-button__link span::after {
  content: "";
  width: 45px;
  height: 100%;
  background: url(../../public/img/top/arrow.webp) no-repeat center center/contain;
  position: absolute;
  top: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  right: 0;
}
.c-button__link span:hover::after {
  right: -10px;
}

.center_btn {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .center_btn {
    margin: 0 auto 15px;
  }
}

.center_btn01 {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .center_btn01 {
    margin: 64px auto 0;
  }
}

.center_btn02 {
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .center_btn02 {
    margin: 0 auto;
  }
}

.breadcrumb {
  width: 90%;
  max-width: 1400px;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: clamp(10px, 1vw, 12px);
  letter-spacing: 0.08em;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.breadcrumb a:hover {
  opacity: 0.6;
}
.breadcrumb span {
  color: #fff;
}

.c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-pagination .page-numbers {
  width: 44px;
  height: 44px;
  background: #e8f5fe;
  color: #666;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .c-pagination .page-numbers:hover {
    font-weight: 700;
    color: #fff;
    background: #004ea2;
  }
}
.c-pagination .page-numbers.current {
  font-weight: 700;
  color: #fff;
  background: #004ea2;
}
.c-pagination .page-numbers.dots {
  position: relative;
  width: 36px;
  background: none;
  pointer-events: none;
}
.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
  position: relative;
  background: none;
  width: 24px;
  height: 24px;
}
.c-pagination .page-numbers.prev svg,
.c-pagination .page-numbers.next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.c-goTop {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  margin-left: auto;
}
.c-goTop a {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-goTop a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.pagetop_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.pagetop_img img {
  width: 8px;
  height: 100%;
}
.pagetop_img span {
  color: #fff;
  font-family: "Cormorant Unicase", serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pagetop_img span {
    font-size: 18px;
  }
}

body.is-en .p-fv__title {
  font-size: clamp(24px, 2.1vw, 30px);
}
@media screen and (max-width: 767px) {
  body.is-en .p-fv__title {
    font-size: clamp(25px, 6.5vw, 40px);
    line-height: 1.5;
  }
}
body.is-en .p-section-title__title {
  font-size: clamp(20px, 2.1vw, 30px);
}
body.is-en .reason_number__text p {
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
  font-size: clamp(18px, 1.7vw, 24px);
}
body.is-en .reason_number {
  display: block;
}
body.is-en .reason_number__text {
  padding-top: 0;
}
body.is-en .f_btn a {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  body.is-en .select_text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.is-en .select_title {
    font-size: 13px;
  }
}

/* =========================
   Fade In
========================= */
.fadein {
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 1.4s ease-out, -webkit-transform 1.4s ease-out;
  transition: opacity 1.4s ease-out, -webkit-transform 1.4s ease-out;
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition: opacity 1.4s ease-out, transform 1.4s ease-out, -webkit-transform 1.4s ease-out;
}
.fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .fadein {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.p-fv {
  aspect-ratio: 390/620;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv {
    aspect-ratio: auto;
    height: 100vh;
  }
}
.p-fv__inner {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  z-index: 2;
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .p-fv__inner {
    top: 30%;
  }
}
.p-fv__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(28px, 14.29px + 1.79vw, 40px);
  font-weight: 600;
}
.p-fv__title span {
  letter-spacing: -0.3em;
}
.p-fv__sub {
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(15px, 9.29px + 0.74vw, 20px);
  font-weight: 500;
}

.mv {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mv::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.13;
}

/* =========================
   Vegas Zoom
========================= */
.mv {
  overflow: hidden;
}
.mv .vegas-slide-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mv .vegas-slide.vegas-transition-fade-in .vegas-slide-inner {
  -webkit-animation: mvZoom 5s linear forwards;
          animation: mvZoom 5s linear forwards;
}

@-webkit-keyframes mvZoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@keyframes mvZoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mv .vegas-slide-inner {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-top-concept {
  position: relative;
  padding: 100px 0;
}
.p-top-concept::before, .p-top-concept::after {
  position: absolute;
  content: "";
  top: 0;
  background-repeat: no-repeat;
  opacity: 0.5;
  pointer-events: none;
}
.p-top-concept::before {
  left: 0;
  width: 10%;
  height: 50%;
  background-image: url("../img/top/line_01.webp");
  background-position: left top;
  background-size: contain;
}
.p-top-concept::after {
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/line_02.webp");
  background-position: right top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-top-concept {
    padding: 70px 0;
  }
}

.concept_flex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.concept_flex_left {
  position: relative;
  width: 46%;
}
@media screen and (max-width: 1500px) {
  .concept_flex_left {
    width: 54%;
  }
}
@media screen and (max-width: 1200px) {
  .concept_flex_left {
    width: 100%;
  }
}
.concept_flex_right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
}
@media screen and (max-width: 1500px) {
  .concept_flex_right {
    width: 42%;
  }
}
@media screen and (max-width: 1200px) {
  .concept_flex_right {
    display: none;
  }
}

.concept_txt_block {
  position: relative;
  margin-bottom: 60px;
}

.concept_img01,
.concept_img02 {
  width: 47%;
  height: clamp(250px, 35vw, 500px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.concept_img01 img,
.concept_img02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.concept_img01 {
  margin-top: 33%;
  margin-right: 6%;
}

.image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-top-space {
  position: relative;
  padding: 70px 0 100px;
}

.space_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.space_flex_left {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .space_flex_left {
    width: 100%;
  }
}
.space_flex_right {
  width: 35%;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .space_flex_right {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .space_flex_right {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .space_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.space_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding: 0 5px 8px;
  border-bottom: 1px solid #fff;
}
.space_list span {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .space_list span {
    font-size: 16px;
  }
}
.space_list img {
  width: 30px;
  height: 30px;
}

.space_content_img {
  width: 100%;
  height: clamp(200px, 35vw, 420px);
  margin-top: 70px;
  overflow: hidden;
}
.space_content_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.reason_number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  color: #fff;
}
.reason_number__num {
  position: relative;
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(40px, -28.57px + 8.93vw, 100px);
  line-height: 1;
  letter-spacing: 0;
}
.reason_number__num::after {
  position: absolute;
  content: "";
  top: 107px;
  left: 71px;
  width: 84px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.reason_number__text {
  position: relative;
  left: -28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-top: 105px;
}
.reason_number__text h3 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(20px, 12px + 1.04vw, 27px);
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .reason_number {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
  .reason_number__num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: clamp(45px, 16.43px + 3.72vw, 70px);
  }
  .reason_number__num::after {
    top: 100%;
    left: calc(100% + 8px);
    width: 100%;
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
  }
  .reason_number__text {
    position: static;
    display: block;
    padding-top: 0;
  }
  .reason_number__text h3 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: clamp(20px, 15.43px + 0.6vw, 24px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .reason_number {
    gap: 20px;
  }
  .reason_number__num {
    font-size: 45px;
  }
  .reason_number__num::after {
    left: calc(100% + 1px);
    -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg);
  }
  .reason_number__text h3 {
    font-size: 20px;
    line-height: 1.7;
  }
}

.reason_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
}
.reason_flex_left {
  position: relative;
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reason_flex_right {
  position: relative;
  width: 80%;
}
.reason_flex_img_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 100%;
  height: clamp(200px, 35vw, 370px);
  margin: 40px 0;
  overflow: hidden;
}
.reason_flex_img_block img {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1200px) {
  .reason_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reason_flex_left, .reason_flex_right {
    width: 100%;
  }
  .reason_flex_left {
    margin-bottom: 30px;
  }
  .reason_flex_img_block {
    height: clamp(150px, 35vw, 350px);
    margin: 0px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .reason_flex {
    margin-bottom: 50px;
  }
  .reason_flex_left {
    margin-bottom: 20px;
  }
  .reason_flex_img_block {
    gap: 10px;
    margin: 0px 0 25px;
  }
}

.p-top-experience {
  position: relative;
  padding: 70px 0;
  background: #1a1a1a;
}
.p-top-experience .p-section-title__en, .p-top-experience .p-section-title__text {
  text-align: center;
}
.p-top-experience .p-section-title__sub01 {
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-experience .p-section-title__sub01 {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.p-top-experience .p-section-title__title01 {
  margin-bottom: 30px;
  color: #fff;
  font-size: clamp(20px, 8.57px + 1.49vw, 30px);
  font-weight: 500;
  text-align: center;
}
.p-top-experience .c-button {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-experience {
    padding: 60px 0;
  }
}

.experience_img {
  width: 90%;
  height: clamp(350px, 40vw, 500px);
  margin: 50px auto 0;
  overflow: hidden;
}
.experience_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1000px) {
  .experience_img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .experience_img {
    height: 230px;
    margin-top: 35px;
  }
}

.experience_list_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: -100px auto 60px;
  background: #080606;
}
.experience_list_block .left_block,
.experience_list_block .right_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 5% 20px;
}
.experience_list_block .right_block {
  background: #3f3f3f;
}
.experience_list_block li {
  position: relative;
  margin-bottom: 23px;
  padding-left: 15px;
  color: #fff;
  line-height: 1.6;
}
.experience_list_block li::before {
  position: absolute;
  content: "";
  top: 0.75em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .experience_list_block {
    width: 85%;
  }
}
@media screen and (max-width: 1000px) {
  .experience_list_block {
    width: 90%;
    margin-top: -70px;
  }
}
@media screen and (max-width: 768px) {
  .experience_list_block {
    display: block;
    width: 90%;
    margin: -50px auto 40px;
  }
  .experience_list_block .left_block,
  .experience_list_block .right_block {
    width: 100%;
    padding: 20px 6% 15px;
  }
  .experience_list_block li {
    margin-bottom: 9px;
    font-size: 15px;
  }
}

.experience_txt {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(18px, 10px + 1.04vw, 25px);
}
@media screen and (max-width: 768px) {
  .experience_txt {
    margin-bottom: 6px;
    font-size: 18px;
  }
}

.inline_span {
  display: inline-block;
}

/* =========================
   Select
========================= */
.p-top-select {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-select {
    padding-top: 70px;
  }
}

.select_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.select_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: clamp(350px, 35vw, 500px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.select_link::before {
  position: absolute;
  content: "";
  inset: 0;
  -webkit-transition: background 0.4s ease, opacity 0.4s ease;
  transition: background 0.4s ease, opacity 0.4s ease;
}
.select_link {
  /* =========================
     Background
  ========================= */
}
.select_link.sel01 {
  background-image: url("../img/top/t_img09.webp");
}
.select_link.sel01::before {
  background: #614814;
  opacity: 0.6;
}
.select_link.sel02 {
  background-image: url("../img/top/t_img10.webp");
}
.select_link.sel02::before {
  background: #1c1608;
  opacity: 0.5;
}
.select_link.sel03 {
  background-image: url("../img/top/t_img11.webp");
}
.select_link.sel03::before {
  background: #2d1d01;
  opacity: 0.7;
}
.select_link.sel04 {
  background-image: url("../img/top/t_img12.webp");
}
.select_link.sel04::before {
  background: #614814;
  opacity: 0.6;
}
.select_link {
  /* =========================
     Hover
  ========================= */
}
.select_link:hover::before {
  background: #000;
  opacity: 0.7;
}
.select_link {
  /* =========================
     Responsive
  ========================= */
}
@media screen and (max-width: 1000px) {
  .select_link {
    height: 400px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .select_link {
    height: 300px;
    padding: 0 6%;
  }
}
@media screen and (max-width: 500px) {
  .select_link {
    height: 210px;
  }
}

/* =========================
   Text
========================= */
.select_sub,
.select_en,
.select_title,
.select_text {
  position: relative;
  z-index: 1;
  color: #fff;
}

.select_sub {
  margin-bottom: 5px;
  font-size: clamp(12px, 8.57px + 0.45vw, 15px);
}
@media screen and (max-width: 768px) {
  .select_sub {
    margin-bottom: 0;
  }
}

.select_en {
  margin-bottom: 15px;
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(25px, 7.86px + 2.23vw, 40px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .select_en {
    margin-bottom: 6px;
    line-height: 1.5;
  }
}

.select_title {
  margin-bottom: 5px;
  font-size: clamp(14px, 0.73rem + 0.59vw, 20px);
  line-height: 1.6;
  font-weight: 500;
}

.select_text {
  font-size: clamp(10px, 0.504rem + 0.5vw, 15px);
  line-height: 1.8;
}

.p-cta {
  position: relative;
  padding: 100px 0 70px;
  background: #000;
  margin: -1px 0 -1px;
}
.p-cta::before, .p-cta::after {
  position: absolute;
  content: "";
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-cta::before {
  left: 0;
  background-image: url("../img/top/line_03.webp");
  background-position: left top;
}
.p-cta::after {
  right: 0;
  background-image: url("../img/top/line_04.webp");
  background-position: right top;
}
.p-cta__title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  color: #fff;
  font-size: clamp(18px, 7.71px + 1.34vw, 27px);
  line-height: 1.7;
  text-align: center;
}
.p-cta__text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(14px, 11.71px + 0.3vw, 16px);
  line-height: 1.8;
  text-align: center;
}
.p-cta__flex {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-cta__flex {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .p-cta {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-cta {
    padding: 60px 0 44px;
  }
  .p-cta::before, .p-cta::after {
    top: unset;
    bottom: 0;
    width: 30%;
    background-position: bottom !important;
  }
  .p-cta__title {
    margin-bottom: 20px;
  }
}

.cta-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: clamp(160px, 20vw, 250px);
  padding: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.cta-button.left_btn {
  background: #331a1a;
}
.cta-button.left_btn:hover {
  background: #3d0e0e;
}
.cta-button.right_btn {
  background: #604e27;
}
.cta-button.right_btn:hover {
  background: #3f310e;
}
@media screen and (max-width: 768px) {
  .cta-button {
    height: 160px;
    padding: 15px;
  }
}

.cta_text {
  font-size: clamp(16px, 11.43px + 0.6vw, 20px);
  line-height: 1.6;
}
.cta_text_hi {
  margin-top: 5px;
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(22px, 1.43px + 2.68vw, 40px);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cta_text {
    font-size: 15px;
  }
  .cta_text_hi {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 500px) {
  .cta_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .cta_text_sm {
    font-size: 14px;
  }
}

.p-cta__flex_back {
  background: #000;
}

.p-section-title {
  color: #fff;
}
.p-section-title__title {
  color: #fff;
  font-size: clamp(22px, 1.43px + 2.68vw, 40px);
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 1201px) and (max-width: 1270px) {
  .p-section-title__title {
    font-size: 3.1vw;
  }
}
.p-section-title__en {
  font-family: "Cormorant Unicase", serif;
  color: #fff;
  font-size: clamp(40px, 28.57px + 1.49vw, 50px);
  line-height: 1.3;
  font-weight: 100;
  letter-spacing: 0.07em;
}
.p-section-title__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #fff;
  font-weight: 400;
  font-size: clamp(12px, 10.86px + 0.15vw, 13px);
  margin-bottom: 40px;
}
.p-section-title__sub::before {
  content: "";
  width: clamp(10px, 1.1vw, 20px);
  border-top: 1px solid #fff;
}
.p-section-title__text {
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-section-title__sub {
    margin-bottom: 20px;
  }
}
.sp_kai {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_kai {
    display: block;
  }
}

.kai_sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .kai_sp {
    display: none;
  }
}

.p-404 {
  padding: 80px 0 120px;
  color: #fff;
  text-align: center;
}
.p-404__number {
  margin-bottom: 20px;
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(80px, -34.29px + 14.88vw, 180px);
  line-height: 1;
}
.p-404__title {
  margin-bottom: 30px;
  font-size: clamp(22px, 6px + 2.08vw, 36px);
  font-weight: 400;
}
.p-404__text {
  font-size: clamp(14px, 11.71px + 0.3vw, 16px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 50px 0 80px;
  }
  .p-404__number {
    font-size: 90px;
  }
  .p-404__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .p-404__text {
    font-size: 14px;
    line-height: 1.8;
  }
}

.lower_img {
  overflow: hidden;
}
.lower_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.media_contents {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .media_contents {
    padding: 30px 0 15px;
    margin-bottom: 20px;
  }
}

.media_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .media_contents_flex {
    gap: 20px;
  }
}

.media_contents_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 15px);
  gap: 10px;
}
.media_contents_item img {
  display: block;
  width: 100%;
  height: auto;
}
.media_contents_item span {
  display: block;
  color: #fff;
}

/* =========================
   Table
========================= */
.table_01 {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #fff;
}
.table_01 th,
.table_01 td {
  border-bottom: 1px solid #fff;
  font-weight: 400;
}
.table_01 th {
  width: 20%;
  padding: 20px 10px 20px 3%;
  text-align: left;
  vertical-align: baseline;
}
.table_01 td {
  padding: 20px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table_01 th {
    width: 30%;
    padding: 15px 10px;
    font-size: 14px;
  }
  .table_01 td {
    padding: 15px 10px;
    font-size: 14px;
  }
}

/* =========================
   Gray Background
========================= */
.gr_back {
  margin-bottom: 100px;
  padding-top: 70px;
  padding-bottom: 70px !important;
  background: #1a1a1a;
  -webkit-box-shadow: 0 0 0 100vmax #1a1a1a;
          box-shadow: 0 0 0 100vmax #1a1a1a;
  clip-path: inset(0 -100vmax);
  min-height: unset !important;
}
@media screen and (max-width: 767px) {
  .gr_back {
    margin-bottom: 70px;
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
}

/* =========================
   Floor Image
========================= */
.foor_img {
  margin: 35px auto;
  background: #fff;
  text-align: center;
}
.foor_img img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foor_img img {
    width: 95%;
  }
}

/* =========================
   Facility Text
========================= */
.fac_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(15px, 13.86px + 0.15vw, 16px);
  line-height: 1.8;
}
.fac_txt span {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fac_txt {
    font-size: 14px;
  }
}

.fac_ttl {
  margin: 5px 0 17px;
  font-size: clamp(17px, 13.57px + 0.45vw, 20px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .fac_ttl {
    margin-bottom: 12px;
    font-size: 17px;
  }
}

/* =========================
   Lower Grid
========================= */
.lower_flex {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 30px;
  width: 100%;
}
.lower_flex_contents {
  min-width: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px 5px 25px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .lower_flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .lower_flex {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .lower_flex_contents {
    padding: 0 5px 5px 20px;
  }
}

/* =========================
   Button
========================= */
.btn_01 {
  position: relative;
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 50px auto 0;
}
.btn_01 a {
  position: relative;
  display: block;
  padding: 18px 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: clamp(19px, 13.29px + 0.74vw, 24px);
  line-height: 1.8;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn_01 a span {
  display: block;
  font-size: 60%;
}
.btn_01 a:hover {
  background: rgba(255, 255, 255, 0.47);
}
@media screen and (max-width: 767px) {
  .btn_01 {
    width: 100%;
    margin-top: 40px;
  }
  .btn_01 a {
    padding: 15px 0;
    font-size: 19px;
  }
}

/* =========================
   Right Background
========================= */
.right_back {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  padding: 50px;
}
.right_back::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: -5vw;
  z-index: -1;
  background-image: url("../img/lower/l_img06.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.right_back__flex {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 30px 25px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .right_back__flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .right_back__flex {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.right_back__content {
  min-width: 0;
  height: 100%;
  padding: 40px 30px;
  background: rgba(38, 26, 26, 0.9);
}
@media screen and (max-width: 1000px) {
  .right_back__content {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .right_back__content {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .right_back {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .right_back {
    margin-top: 30px;
    padding: 30px 20px;
  }
}

/* =========================
   Right Text
========================= */
.r_ttl {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(17px, 13.57px + 0.45vw, 20px);
  font-weight: 500;
}

.r_txt {
  color: #fff;
  font-size: clamp(15px, 13.86px + 0.15vw, 16px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .r_txt {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* =========================
   Rate
========================= */
.rate-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #fff;
}
.rate-block__left {
  position: relative;
  width: 48%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rate-block__right {
  position: relative;
  width: 52%;
}
.rate-block__text01 {
  margin-bottom: 30px;
  font-size: clamp(17px, 13.57px + 0.45vw, 20px);
  line-height: 1.5;
}
.rate-block__text01 span {
  font-size: 80%;
}
.rate-block__text02 {
  font-size: clamp(19px, 15.57px + 0.45vw, 22px);
  line-height: 1.5;
}
.rate-block__text02 span {
  font-size: 80%;
}
@media screen and (max-width: 1000px) {
  .rate-block__left {
    width: 42%;
  }
  .rate-block__right {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .rate-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
  .rate-block__left, .rate-block__right {
    width: 100%;
  }
  .rate-block__left {
    margin-bottom: 30px;
  }
  .rate-block__text01 {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .rate-block__text02 {
    font-size: 20px;
  }
}

/* =========================
   Table 02
========================= */
.table_02 {
  width: 100%;
}
.table_02 th,
.table_02 td {
  padding: 0 0 18px;
  font-size: clamp(16px, 13.71px + 0.3vw, 18px);
}
.table_02 th {
  font-weight: 400;
  text-align: left;
}
.table_02 td {
  text-align: right;
}
.table_02 td span {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .table_02 th,
  .table_02 td {
    padding: 0 0 10px;
    font-size: 15px;
  }
}

.pad_set {
  padding: 18px 0 0 !important;
}

.line_set {
  padding: 18px 0 !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.line_blo {
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

/* =========================
   Price
========================= */
.price__title {
  margin-bottom: 5px;
  font-size: clamp(19px, 15.57px + 0.45vw, 22px);
}
@media screen and (max-width: 767px) {
  .price__title {
    font-size: 18px;
  }
}

.price_contents {
  margin-bottom: 35px;
  padding: 10px 0 1px 35px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .price_contents {
    margin-bottom: 25px;
    padding-left: 20px;
  }
}

/* =========================
   Table 03
========================= */
.table_03 {
  width: 100%;
  margin-bottom: 30px;
}
.table_03 th,
.table_03 td {
  padding: 30px 0;
  border-top: 1px solid #fff;
}
.table_03 th {
  width: 20%;
  padding-right: 20px;
  font-size: clamp(16px, 13.71px + 0.3vw, 18px);
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
.table_03 td {
  line-height: 1.8;
}
.table_03 td span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .table_03 th {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .table_03 th,
  .table_03 td {
    display: block;
    width: 100%;
  }
  .table_03 th {
    padding: 20px 0 10px;
    border-bottom: 0;
    font-size: 16px;
  }
  .table_03 td {
    padding: 0 0 20px;
    border-top: 0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
}

.tl_text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .tl_text {
    font-size: 13px;
  }
}

/* =========================
   Plan
========================= */
.plan_number {
  display: inline-block;
  margin-bottom: 50px;
  padding: 8px 25px 11px;
  border: 1px solid #fff;
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(20px, 8.57px + 1.49vw, 30px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan_number {
    margin-bottom: 35px;
    padding: 7px 20px 9px;
    font-size: 20px;
  }
}

.line_space {
  margin-bottom: 70px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .line_space {
    margin-bottom: 50px;
  }
}

.plan_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
}
.plan_block__title {
  margin-bottom: 25px;
  font-size: clamp(18px, 13.43px + 0.6vw, 22px);
  line-height: 1;
}
.plan_block__title span {
  margin-right: 15px;
  font-size: 85%;
}
@media screen and (max-width: 1000px) {
  .plan_block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .plan_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .plan_block__title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.pb_left {
  position: relative;
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pb_left::before {
  position: absolute;
  content: "";
  bottom: -100%;
  left: 50%;
  height: 100%;
  border-left: 1px solid #fff;
  z-index: -1;
}
@media screen and (max-width: 1150px) {
  .pb_left::before {
    bottom: -130%;
    height: 130%;
  }
}
@media screen and (max-width: 900px) {
  .pb_left::before {
    bottom: -100%;
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .pb_left {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .pb_left {
    width: 100%;
    margin-bottom: 25px;
  }
  .pb_left::before {
    display: none;
  }
  .pb_left img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.pb_right {
  position: relative;
  width: 66%;
  margin-left: 4%;
}
@media screen and (max-width: 1000px) {
  .pb_right {
    width: 61%;
  }
}
@media screen and (max-width: 767px) {
  .pb_right {
    width: 100%;
    margin-left: 0;
  }
}

.under_cut .pb_left::before {
  border-left: unset;
}

/* =========================
   Plan Text / Flex
========================= */
.plan__title {
  margin-bottom: 15px;
  font-size: clamp(22px, 19.71px + 0.3vw, 24px);
}
@media screen and (max-width: 767px) {
  .plan__title {
    line-height: 1.7;
  }
}

.marginfree {
  margin: 50px 0 15px;
}
@media screen and (max-width: 767px) {
  .marginfree {
    margin-top: 35px;
  }
}

.plan_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.plan_flex_contents {
  width: 48%;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .plan_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plan_flex_contents {
    width: 100%;
    padding: 0;
  }
}

.borderon {
  position: relative;
  margin-left: 4%;
}
.borderon::before {
  position: absolute;
  content: "";
  top: 0;
  left: -4%;
  height: 100%;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .borderon {
    margin: 30px 0 0;
    padding-top: 30px;
    border-top: 1px solid #fff;
  }
  .borderon::before {
    display: none;
  }
}

.pf_ttl {
  margin-bottom: 7px;
  font-size: clamp(18px, 15.5px + 0.325vw, 20px);
}

/* =========================
   Stay
========================= */
.lower_img__minheight {
  overflow: hidden;
}
.lower_img__minheight img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.stay_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 auto 70px;
}
.stay_flex_left {
  width: 60%;
  margin-right: 3%;
}
.stay_flex_right {
  width: 34%;
  padding-left: 3%;
  border-left: 1px solid #fff;
}
.stay_flex_right ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 5px;
}
.stay_flex_right ul li::before {
  content: "・";
}
.stay_flex__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(20px, 13.14px + 0.89vw, 26px);
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .stay_flex_left {
    width: 57%;
  }
  .stay_flex_right {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .stay_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .stay_flex_left, .stay_flex_right {
    width: 100%;
  }
  .stay_flex_left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .stay_flex_right {
    padding: 25px 0 0;
    border-top: 1px solid #fff;
    border-left: 0;
  }
  .stay_flex__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

/* =========================
   Season
========================= */
.lower_season_title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin: 50px 0 30px;
  padding: 7px 2%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .lower_season_title_block {
    gap: 12px;
    margin: 40px 0 25px;
    padding: 7px 3%;
  }
}

.season-title {
  font-size: clamp(18px, 13.43px + 0.6vw, 22px);
}
@media screen and (max-width: 767px) {
  .season-title {
    font-size: 18px;
  }
}

.lower_season_contents img {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.season_text {
  font-size: 9px;
  text-align: right;
  margin-top: 20px;
}

/* =========================
   Lower Image
========================= */
.lower_img {
  overflow: hidden;
}
.lower_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* =========================
   Table 04
========================= */
.table_04 {
  width: 100%;
}
.table_04 th,
.table_04 td {
  padding: 20px;
  border-bottom: 1px solid #fff;
  font-size: clamp(16px, 13.71px + 0.3vw, 18px);
  font-weight: 400;
}
.table_04 th {
  width: 60%;
  text-align: left;
}
.table_04 td span {
  font-size: 85%;
}
@media screen and (max-width: 767px) {
  .table_04 th,
  .table_04 td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .table_04 th {
    width: 50%;
    padding-left: 0;
  }
  .table_04 td {
    padding-right: 0;
  }
}

/* =========================
   Dining Flex
========================= */
.dining_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 70px auto 0;
}
.dining_flex_left {
  width: 34%;
  margin-right: 3%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dining_flex_right {
  width: 60%;
  padding-left: 3%;
  border-left: 1px solid #fff;
}
.dining_flex_right ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 5px;
}
.dining_flex_right ul li::before {
  content: "・";
}
@media screen and (max-width: 1000px) {
  .dining_flex_left {
    width: 38%;
  }
  .dining_flex_right {
    width: 59%;
  }
}
@media screen and (max-width: 767px) {
  .dining_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px auto;
  }
  .dining_flex_left, .dining_flex_right {
    width: 100%;
  }
  .dining_flex_left {
    margin: 0 0 30px;
  }
  .dining_flex_right {
    padding: 25px 0 0;
    border-top: 1px solid #fff;
    border-left: 0;
  }
}

/* =========================
   Kitchen Slider
========================= */
.lower_slider__item {
  overflow: hidden;
}
.lower_slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* =========================
   Table 05
========================= */
.table_05 {
  width: 100%;
}
.table_05 th,
.table_05 td {
  padding: 15px 0 3px;
  border-bottom: 1px solid #fff;
  font-size: clamp(15px, 13.86px + 0.15vw, 16px);
  font-weight: 400;
  line-height: 1.8;
}
.table_05 th {
  width: 20%;
  padding-left: 10px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  .table_05 th {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .table_05 th,
  .table_05 td {
    padding: 12px 0;
    font-size: 14px;
  }
  .table_05 th {
    width: 32%;
    padding-left: 0;
    padding-right: 10px;
  }
}

/* =========================
   List Box
========================= */
.list_box {
  padding: 20px 4% 10px;
  border: 1px solid #fff;
}
.list_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.list_box li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  margin: 0 3% 10px 0;
}
.list_box li::before {
  content: "・";
}
@media screen and (max-width: 767px) {
  .list_box {
    padding: 15px 4% 8px;
  }
  .list_box li {
    margin: 0 4% 8px 0;
    font-size: 14px;
  }
}

/* =========================
   Utility
========================= */
.bottomcut {
  margin-bottom: 0;
}

.fac_txt.sptetxt {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .fac_txt.sptetxt {
    font-size: 15px;
  }
}
.lower_img__minheight {
  overflow: hidden;
}
.lower_img__minheight img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.list_box02 {
  padding: 17px 2% 10px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 10px 0 20px;
}

.ul_list {
  position: relative;
  display: table;
  width: 100%;
}
.ul_list li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  margin: 0 0 6px;
  position: relative;
}
.ul_list li::before {
  content: "・";
}

.gr_back .ggmap {
  padding-bottom: 40%;
}
@media screen and (max-width: 767px) {
  .gr_back .ggmap {
    padding-bottom: 65%;
  }
}

.space {
  margin-bottom: 50px;
}

.space_high {
  margin-bottom: 100px;
}

/* =========================
   Table
========================= */
.table_07 {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #fff;
}
.table_07 th,
.table_07 td {
  border-bottom: 1px solid #fff;
  font-weight: 400;
}
.table_07 th {
  width: 25%;
  padding: 20px 10px 20px 3%;
  text-align: left;
  vertical-align: baseline;
}
.table_07 td {
  padding: 20px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 1500px) {
  .table_07 th {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .table_07 th {
    width: 30%;
    padding: 15px 10px;
    font-size: 14px;
  }
  .table_07 td {
    padding: 15px 10px;
    font-size: 14px;
  }
}

/* =========================
   Voice
========================= */
.voice_flex {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .voice_flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .voice_flex {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.voice_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
  background: #fff;
}
.voice_contents p {
  margin: 0;
  color: #000;
  text-align: center;
  font-weight: 500;
}

/* =========================
   Gallery
========================= */
.gallery_pattern {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.gallery_pattern .gallery_item {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 250px;
}
.gallery_pattern .gallery_stack,
.gallery_pattern .gallery_right,
.gallery_pattern .gallery_right__bottom {
  display: contents;
  min-width: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .gallery_pattern {
    height: clamp(350px, 35vw, 500px);
    overflow: visible;
  }
  .gallery_pattern .gallery_item {
    height: 100%;
    min-height: 0;
  }
  .gallery_pattern .gallery_stack,
  .gallery_pattern .gallery_right {
    display: grid;
    height: 100%;
    min-height: 0;
  }
  .gallery_pattern .gallery_stack {
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .gallery_pattern .gallery_right {
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .gallery_pattern .gallery_right__bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    height: 100%;
    min-height: 0;
  }
}
.gallery_pattern {
  /* =========================
     Pattern 01
  ========================= */
}
@media screen and (min-width: 768px) {
  .gallery_pattern--01 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.gallery_pattern {
  /* =========================
     Pattern 02
     50% / 50%
  ========================= */
}
@media screen and (min-width: 768px) {
  .gallery_pattern--02 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.gallery_pattern {
  /* =========================
     Pattern 03
     50% / 25% / 25%
  ========================= */
}
@media screen and (min-width: 768px) {
  .gallery_pattern--03 {
    grid-template-columns: calc((100% - 15px) / 2) calc((100% - 45px) / 4) calc((100% - 45px) / 4);
  }
}
.gallery_pattern {
  /* =========================
     Pattern 04
     50% / 50%
  ========================= */
}
@media screen and (min-width: 768px) {
  .gallery_pattern--04 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================
   Gallery Item
========================= */
.gallery_item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.gallery_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* =========================
   改行
========================= */
@media screen and (min-width: 1550px) {
  .kai_14 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .kai_14 {
    display: none;
  }
}

@media screen and (max-width: 1450px) {
  .kai_15 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .kai_15 {
    display: block;
  }
}

.kai_12 {
  display: none;
}
@media screen and (max-width: 1450px) {
  .kai_12 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .kai_12 {
    display: none;
  }
}

.flow_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 60px;
  border-bottom: solid 1px #fff;
}
.flow_block .flow_number {
  position: relative;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  margin: 0;
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(40px, 17.14px + 2.98vw, 60px);
  line-height: 1;
}
.flow_block .flow_number::after {
  position: absolute;
  content: "";
  top: 70px;
  left: 65px;
  width: 70px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.flow_block .flow_contents {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
@media screen and (max-width: 1400px) {
  .flow_block .flow_contents {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8;
  }
}
@media screen and (max-width: 1200px) {
  .flow_block .flow_number {
    font-size: clamp(40px, 17.14px + 2.98vw, 60px);
  }
  .flow_block .flow_number::after {
    top: 60px;
    left: 58px;
    width: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .flow_block .flow_number::after {
    top: 55px;
    left: 52px;
    width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .flow_block .flow_number {
    font-size: clamp(36px, 32.17px + 1.02vw, 40px);
  }
  .flow_block .flow_number::after {
    top: 45px;
    left: 42px;
    width: 45px;
    -webkit-transform: rotate(-61deg);
            transform: rotate(-61deg);
  }
  .flow_block .flow_contents {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
  }
}

.flow_title {
  margin-bottom: 10px;
  font-size: clamp(16px, 11.43px + 0.6vw, 20px);
}
.flow_title span {
  margin-left: 10px;
  font-size: 80%;
}

.faq_title {
  margin: 40px auto 20px;
  font-size: clamp(18px, 13.43px + 0.6vw, 22px);
  font-weight: 400;
}

.faq_item {
  padding: 0 2% 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #fff;
}

.q-text {
  margin-bottom: 5px;
  font-size: clamp(18px, 15.71px + 0.3vw, 20px);
}
.q-text span {
  margin-right: 10px;
  font-family: "Cormorant Unicase", serif;
  font-size: 120%;
}

.a-text a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  font-weight: 600;
}
.a-text a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* =========================
   Table 06
========================= */
.table_06 {
  width: 100%;
  margin: 30px 0 50px;
}
.table_06 th,
.table_06 td {
  padding: 20px 10px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}
.table_06 th {
  width: 60%;
  padding-left: 3%;
  text-align: left;
  vertical-align: baseline;
}
.table_06 td {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table_06 th,
  .table_06 td {
    padding: 15px 8px;
    font-size: 14px;
  }
  .table_06 th {
    width: 55%;
    padding-left: 2%;
  }
}

/* =========================
   Contact Form
========================= */
.contact_form {
  width: 100%;
  color: #fff;
}
.contact_form__row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 25px 0;
}
.contact_form__row:first-child {
  border-top: 1px solid #fff;
}
.contact_form__row--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.contact_form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 12px;
}
.contact_form__title > span:first-child {
  font-size: clamp(15px, 12.71px + 0.3vw, 17px);
}
.contact_form__input {
  width: 100%;
}
.contact_form__input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact_form__input input,
.contact_form__input select,
.contact_form__input textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 11.71px + 0.3vw, 16px);
  outline: none;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.contact_form__input input:focus,
.contact_form__input select:focus,
.contact_form__input textarea:focus {
  background: rgba(255, 255, 255, 0.05);
}
.contact_form__input input,
.contact_form__input select {
  height: 52px;
  padding: 0 15px;
}
.contact_form__input textarea {
  min-height: 200px;
  padding: 15px;
  resize: vertical;
  line-height: 1.8;
}
.contact_form__input input::-webkit-input-placeholder, .contact_form__input textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact_form__input input::-moz-placeholder, .contact_form__input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact_form__input input:-ms-input-placeholder, .contact_form__input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact_form__input input::-ms-input-placeholder, .contact_form__input textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact_form__input input::placeholder,
.contact_form__input textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact_form__input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.contact_form__input select option {
  color: #000;
}
.contact_form__input .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.contact_form__input .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.contact_form__input .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.contact_form__input .wpcf7-radio .wpcf7-list-item input[type=radio] {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  accent-color: #fff;
  cursor: pointer;
}
.contact_form__input .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: clamp(14px, 11.71px + 0.3vw, 16px);
  line-height: 1.6;
}
.contact_form__privacy {
  margin-top: 35px;
  font-size: clamp(13px, 10.71px + 0.3vw, 15px);
  line-height: 1.8;
  text-align: center;
}
.contact_form__privacy .wpcf7-list-item {
  margin: 0;
}
.contact_form__privacy label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.contact_form__privacy input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #fff;
  cursor: pointer;
}
.contact_form__privacy a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact_form__privacy a:hover {
  opacity: 0.6;
}
.contact_form__submit {
  width: 90%;
  max-width: 400px;
  margin: 50px auto 0;
}
.contact_form__submit button,
.contact_form__submit input[type=submit] {
  display: block;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 11.43px + 0.6vw, 20px);
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.contact_form__submit button:hover,
.contact_form__submit input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 767px) {
  .contact_form__row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
  }
  .contact_form__title {
    padding-top: 0;
  }
  .contact_form__input input,
  .contact_form__input select {
    height: 48px;
  }
  .contact_form__input textarea {
    min-height: 180px;
  }
  .contact_form__input .wpcf7-radio {
    gap: 8px;
  }
  .contact_form__privacy {
    text-align: left;
  }
  .contact_form__submit {
    width: 100%;
    margin-top: 40px;
  }
}

/* =========================
   SP フォーカス調整
========================= */
@media screen and (max-width: 767px) {
  .wpcf7 input,
  .wpcf7 textarea,
  .wpcf7 select {
    font-size: 16px;
  }
}
/* =========================
   Confirm Area
========================= */
.p-confirm-area .contact_form__input {
  padding-top: 12px;
  font-size: clamp(14px, 11.71px + 0.3vw, 16px);
  line-height: 1.8;
}
.p-confirm-area .confirm-your-message {
  white-space: pre-wrap;
}
.p-confirm-area .contact_form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 820px;
}
.p-confirm-area .contact_form__submit button,
.p-confirm-area .contact_form__submit input[type=submit] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-confirm-area .contact_form__input {
    padding-top: 0;
  }
  .p-confirm-area .contact_form__submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

/* =========================
   Required / Optional
========================= */
.required,
.optional {
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid #fff;
  font-size: 10px;
  line-height: 1.4;
  white-space: nowrap;
}

.required {
  background: #fff;
  color: #000;
}

.optional {
  background: transparent;
  color: #fff;
}

/* =========================
   Contact Form 7
========================= */
.wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #ff8b8b;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.wpcf7-not-valid-tip .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 15px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
.wpcf7-not-valid-tip form .wpcf7-spinner {
  display: block;
  margin: 15px auto 0;
}

/* =========================
   Contact Box
========================= */
.contact_box {
  margin: 50px 0;
  padding: 30px 0 50px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .contact_box {
    margin: 40px 0;
    padding: 25px 0 40px;
  }
}

.contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.contact_flex .btn_01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .contact_flex {
    display: block;
  }
  .contact_flex .btn_01 {
    width: 100%;
    margin-top: 20px;
  }
}

.confirm_header {
  margin-bottom: 40px;
  text-align: center;
}
.confirm_header__title {
  margin-bottom: 10px;
  font-size: clamp(20px, 13.14px + 0.89vw, 26px);
  font-weight: 500;
}
.confirm_header__text {
  font-size: clamp(13px, 10.71px + 0.3vw, 15px);
  line-height: 1.8;
}

/* =========================
   News
========================= */
.p-news__list {
  width: 100%;
}
.p-news__list li {
  border-top: 1px solid #fff;
}
.p-news__list li:last-child {
  border-bottom: 1px solid #fff;
}
.p-news__list a {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 10px;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-news__list a:hover {
  opacity: 0.6;
}
.p-news__list time {
  font-family: "Cormorant Unicase", serif;
  font-size: 14px;
}
.p-news__list h2 {
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 400;
  line-height: 1.7;
}
.p-news__arrow {
  font-family: "Cormorant Unicase", serif;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-news__list a {
    grid-template-columns: 1fr auto;
    gap: 8px 15px;
    padding: 20px 5px;
  }
  .p-news__list time {
    grid-column: 1/-1;
    font-size: 13px;
  }
  .p-news__list h2 {
    font-size: 15px;
  }
}

/* =========================
   Blog
========================= */
.p-blog__catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.p-blog__catList li a {
  display: block;
  padding: 7px 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-blog__catList li a:hover, .p-blog__catList li a.is-active {
  background: #fff;
  color: #000;
}
.p-blog__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px 25px;
}
@media screen and (max-width: 1000px) {
  .p-blog__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-blog__cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* =========================
   Blog Card
========================= */
.c-blog-card {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-blog-card:hover {
  opacity: 0.7;
}
.c-blog-card__imgArea {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.c-blog-card__imgArea img {
  display: block;
  width: 100%;
  height: auto;
}
.c-blog-card__textArea time {
  display: block;
  margin-bottom: 7px;
  font-family: "Cormorant Unicase", serif;
  font-size: 13px;
}
.c-blog-card__title {
  margin-bottom: 10px;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}
.c-blog-card__cat {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #fff;
  font-size: 12px;
}

.p-lower {
  color: #fff;
}
.p-lower__title {
  color: #fff;
  font-size: clamp(22px, 9.43px + 1.64vw, 33px);
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-lower__title {
    line-height: 1.5;
  }
}
.p-lower__en {
  font-family: "Cormorant Unicase", serif;
  color: #fff;
  font-size: clamp(28px, 2.86px + 3.27vw, 50px);
  line-height: 1.3;
  font-weight: 100;
  letter-spacing: 0.07em;
}
.p-lower__text {
  margin-bottom: 20px;
  color: #fff;
}
.p-lower__text a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: underline;
}
.p-lower__text a:hover {
  opacity: 0.7;
}
.p-lower__strong_text {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: clamp(17px, 15.86px + 0.15vw, 18px);
}

.l_text01 {
  font-size: clamp(24px, 14.8px + 1.2vw, 32px);
  margin: 80px 0 13px;
  padding: 0 2%;
}

.l_text02 {
  font-size: clamp(18px, 15.71px + 0.3vw, 20px);
  margin: 40px 0 13px;
}

.mar_bot {
  margin-bottom: 50px;
}

/* =========================
   一覧
========================= */
.modal_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .modal_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .modal_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.modal_card {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.modal_card__img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.modal_card__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.modal_card__text {
  display: block;
  min-height: 3.2em;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 11.71px + 0.3vw, 16px);
  line-height: 1.6;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.modal_card__title {
  display: block;
  margin: 10px 0 5px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 15.71px + 0.3vw, 20px);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.modal_card__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 10px;
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(16px, 13.71px + 0.3vw, 18px);
  line-height: 1;
  letter-spacing: 0.01em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal_card__btn > span {
  position: relative;
  display: inline-block;
  padding: 19px 99px 19px 0;
}
.modal_card__btn > span::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: url(../../public/img/top/arrow.webp) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.modal_card:hover .modal_card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.modal_card:hover .modal_card__title,
.modal_card:hover .modal_card__text {
  opacity: 0.7;
}
.modal_card:hover .modal_card__btn {
  opacity: 0.7;
}
.modal_card:hover .modal_card__btn > span::after {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .modal_card {
    margin-bottom: 20px;
  }
  .modal_card__text {
    min-height: unset;
    font-size: 14px;
  }
  .modal_card__btn {
    font-size: 16px;
  }
}

/* =========================
   モーダル
========================= */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}
.modal__content {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80vw;
  max-width: 1300px;
  max-height: 90vh;
  padding: 35px 7% 23px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .modal__content {
    width: 90vw;
    padding: 35px 6% 25px;
  }
}
@media screen and (max-width: 767px) {
  .modal__content {
    width: 92vw;
    max-height: 92vh;
    padding: 50px 5% 25px;
  }
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: clamp(30px, 3vw, 40px);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal__close img {
  display: block;
  width: 100%;
  height: auto;
}
.modal__close:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .modal__close {
    top: 15px;
    right: 15px;
    width: 30px;
  }
}
.modal__title {
  margin: 5px auto;
  font-size: clamp(17px, 11.29px + 0.74vw, 22px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal__title {
    margin-top: 10px;
    font-size: 18px;
  }
}
.modal__text {
  color: #fff;
  font-size: clamp(14px, 11.71px + 0.3vw, 16px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .modal__text {
    font-size: 14px;
    text-align: left;
  }
}

/* =========================
   モーダル内 Slick
========================= */
.modal_slider {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.modal_slider .slick-list {
  width: 100%;
  overflow: hidden;
}
.modal_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_slider .slick-slide {
  min-width: 0;
}
.modal_slider .slick-slide > div {
  width: 100%;
}
.modal_slider img {
  display: block;
  width: 100%;
  height: clamp(320px, 40vw, 560px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .modal_slider img {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .modal_slider img {
    height: 240px;
  }
}
.modal_slider .slick-prev,
.modal_slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: auto;
  height: auto;
  padding: 10px;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal_slider .slick-prev::before,
.modal_slider .slick-next::before {
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal_slider .slick-prev,
  .modal_slider .slick-next {
    padding: 5px;
  }
  .modal_slider .slick-prev::before,
  .modal_slider .slick-next::before {
    font-size: 30px;
  }
}
.modal_slider .slick-prev {
  left: 0;
}
.modal_slider .slick-prev::before {
  content: "＜";
}
.modal_slider .slick-next {
  right: 0;
}
.modal_slider .slick-next::before {
  content: "＞";
}

/* =========================
   Slider Counter
========================= */
.modal_slider__counter {
  position: relative;
  z-index: 5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -35px 10px 20px auto;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(14px, 10.57px + 0.45vw, 17px);
  line-height: 1;
  letter-spacing: 0.08em;
}

/* =========================
   Lower Slider
========================= */
.lower_slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 50px auto;
  overflow: hidden;
}
.lower_slider .slick-list {
  margin: 0 -13px;
  overflow: hidden;
}
.lower_slider .slick-slide {
  height: clamp(220px, 25vw, 400px);
  margin: 0 13px;
}
.lower_slider .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lower_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.lower_slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
}
.lower_slider .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.lower_slider .slick-dots li button::before {
  display: none;
}
.lower_slider .slick-dots li.slick-active button {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lower_slider {
    margin: 40px auto;
  }
  .lower_slider .slick-list {
    margin: 0;
  }
  .lower_slider .slick-slide {
    margin: 0 5px;
  }
}

.p-slick {
  overflow: hidden;
}
.p-slick .slick-list {
  margin: 0 -5px;
}
.p-slick .slick-slide {
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  .p-slick .slick-list {
    margin: 0;
  }
}

.u-only-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none;
  }
}

.u-only-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-only-pc {
    display: block;
  }
}

.u-only-xs {
  display: block;
}
@media screen and (min-width: 576px) {
  .u-only-xs {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-only-xs {
    display: block;
  }
}

.u-over-xs {
  display: none;
}
@media screen and (min-width: 576px) {
  .u-over-xs {
    display: block;
  }
}

.u-under-xs {
  display: block;
}
@media screen and (min-width: 576px) {
  .u-under-xs {
    display: none;
  }
}

.u-only-sm {
  display: block;
}
@media screen and (min-width: 900px) {
  .u-only-sm {
    display: none;
  }
}

.u-only-lsm {
  display: none;
}
@media screen and (min-width: 900px) {
  .u-only-lsm {
    display: block;
  }
}

.u-only-lsm2 {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-only-lsm2 {
    display: block;
  }
}

.u-only-md {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-only-md {
    display: block;
  }
}

.u-only-xslsm {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-only-xslsm {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .u-only-xslsm {
    display: block;
  }
}

.u-under-840 {
  display: block;
}
@media screen and (min-width: 840px) {
  .u-under-840 {
    display: none;
  }
}

.u-over-840 {
  display: none;
}
@media screen and (min-width: 840px) {
  .u-over-840 {
    display: block;
  }
}

.u-inline-block {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
}

.u-medal {
  position: relative;
}
.u-medal::before {
  content: "";
  width: 56px;
  height: 56px;
  position: absolute;
  top: -8px;
  left: -8px;
}
@media screen and (min-width: 576px) {
  .u-medal::before {
    width: 72px;
    height: 72px;
  }
}
@media screen and (min-width: 768px) {
  .u-medal::before {
    width: 64px;
    height: 64px;
    top: -16px;
    left: -16px;
  }
}
@media screen and (min-width: 900px) {
  .u-medal::before {
    width: 80px;
    height: 80px;
  }
}

.u-medal--1::before {
  background: url(../../public/img/medal1.webp) no-repeat center center/cover;
}
.u-medal--2::before {
  background: url(../../public/img/medal2.webp) no-repeat center center/cover;
}
.u-medal--3::before {
  background: url(../../public/img/medal3.webp) no-repeat center center/cover;
}