@charset "UTF-8";
:root {
  --spacing: 0.05em;
}

* {
  letter-spacing: var(--spacing);
}
*::after, *::before {
  letter-spacing: var(--spacing);
}

html {
  font-size: 2.6666666667vw;
  overscroll-behavior-y: none;
}
@media (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.6rem;
  background-color: #fafafa;
  color: #231815;
  background-image: linear-gradient(180deg, #fafafa, #eff8ff);
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

.en {
  display: inline-block;
  font-family: "rustica", sans-serif;
  font-weight: 400;
  font-style: normal;
}

:where(p) {
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  :where(p) {
    margin: 0 0 2.5rem 0;
  }
}
:where(p):last-child {
  margin-bottom: 0;
}

:where(a) {
  text-decoration: none;
  color: #231815;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  :where(a):hover {
    text-decoration: underline;
    color: #231815;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.2em;
  }
}
:where(a).external::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.9em;
  background-image: url("../img/external.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
:where(a).external-white::after {
  background-image: url("../img/external-white.svg");
}

:where(img) {
  vertical-align: top;
}

:where(ul),
:where(ol) {
  margin: 0 0 1.5rem 0;
  padding-left: 1.5em;
}
@media (min-width: 768px) {
  :where(ul),
  :where(ol) {
    margin: 0 0 2.5rem 0;
  }
}
:where(ul):last-child,
:where(ol):last-child {
  margin-bottom: 0;
}

li {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
li:last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1.5rem 0;
  padding: 2rem;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.75;
}
@media (min-width: 768px) {
  blockquote {
    margin: 0 0 2.5rem 0;
  }
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-style: normal;
}
blockquote cite::before {
  content: "— ";
}

code,
pre {
  font-size: 1.5rem;
}

pre {
  padding: 2rem;
  overflow: auto;
  border-radius: 0.7rem;
}

th {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 4rem 0 1.5rem 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 5rem 0 2.5rem 0;
  }
}
h1 + h1, h2 + h1, h3 + h1, h4 + h1, h5 + h1, h6 + h1,
h1 + h2,
h2 + h2,
h3 + h2,
h4 + h2,
h5 + h2,
h6 + h2,
h1 + h3,
h2 + h3,
h3 + h3,
h4 + h3,
h5 + h3,
h6 + h3,
h1 + h4,
h2 + h4,
h3 + h4,
h4 + h4,
h5 + h4,
h6 + h4,
h1 + h5,
h2 + h5,
h3 + h5,
h4 + h5,
h5 + h5,
h6 + h5,
h1 + h6,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6,
h6 + h6 {
  margin-top: 0;
}

h1 {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.2rem;
    line-height: 6.2rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3.2rem;
    line-height: 4.7rem;
  }
}

h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

h4 {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

h5 {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

h6 {
  font-size: 1rem;
  line-height: 1.6rem;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

strong,
b {
  font-weight: 700;
}

mark {
  padding: 0 1rem;
  background-color: #ffeb3b;
  border-radius: 0.5rem;
}

code {
  padding: 0.5rem 1rem;
  font-size: 0.9em;
  border-radius: 0.5rem;
}

dl {
  margin-bottom: 2rem;
}
dl dt {
  margin-bottom: 1rem;
  font-weight: 700;
}
dl dd {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
}
dl dd:last-child {
  margin-bottom: 0;
}

.lead {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75;
}

time {
  font-size: 1rem;
  color: #9f9f9f;
}
@media (min-width: 768px) {
  time {
    font-size: 1.2rem;
  }
}

iframe {
  vertical-align: top;
}

.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}

.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}

.aligncenter {
  display: block;
  margin: 0 auto 2rem auto;
}

.alignwide {
  width: calc(100% + 8rem);
  max-width: none;
  margin-right: -4rem;
  margin-left: -4rem;
}

.alignfull {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

img[class*=wp-image-] {
  border-radius: 1rem;
}
@media (min-width: 768px) {
  img[class*=wp-image-] {
    border-radius: 2rem;
  }
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 2rem;
}
.wp-caption .wp-caption-text {
  padding: 1rem 0;
  font-size: 1.5rem;
  text-align: center;
}

.gallery {
  display: grid;
  grid-gap: 1.5rem;
  margin-bottom: 2rem;
}
.gallery.gallery-columns-1 {
  grid-template-columns: 1fr;
}
.gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery .gallery-item {
  margin: 0;
}
.gallery .gallery-caption {
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: center;
}

.wp-block-embed {
  margin-bottom: 2rem;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.skip-link {
  position: absolute;
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: absolute;
  top: 7px;
  left: 6px;
  z-index: 1050;
  width: auto;
  height: auto;
  padding: 1.5rem 2rem;
  text-decoration: none;
  background-color: #1d2088;
  border-radius: 0.7rem;
  color: #ffffff;
}

.wp-block-quote {
  margin: 1.5rem 0;
  padding: 2rem;
  font-style: italic;
  border-left: 4px solid #1d2088;
}
.wp-block-quote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-style: normal;
}

.wp-block-button {
  margin-bottom: 2rem;
}
.wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 1.5rem 2rem;
  text-decoration: none;
  background-color: #1d2088;
  border: none;
  border-radius: 0.7rem;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  text-decoration: none;
  background-color: rgb(20.0363636364, 22.1090909091, 93.9636363636);
}

.post-navigation,
.posts-navigation {
  margin: 4rem 0;
}
.post-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.post-navigation .nav-links a,
.posts-navigation .nav-links a {
  padding: 1.5rem 2rem;
  text-decoration: none;
  border-radius: 0.7rem;
  transition: all 0.2s ease-in-out;
}
.post-navigation .nav-links a:hover, .post-navigation .nav-links a:focus,
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus {
  background-color: rgba(29, 32, 136, 0.1);
  border-color: #1d2088;
}

@keyframes header-fixed {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.header {
  position: relative;
  z-index: 11;
  height: 6rem;
}
@media (min-width: 768px) {
  .header {
    height: 9.4rem;
  }
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 6rem;
}
@media (min-width: 768px) {
  .header-inner {
    justify-content: space-between;
    height: 9.4rem;
  }
}
.header-fixed .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 3rem 3rem;
  box-shadow: 0 1rem 2rem rgba(0, 110, 187, 0.1);
  animation-name: header-fixed;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (min-width: 601px) {
  .header-fixed .header-inner {
    top: var(--wp-admin--admin-bar--height);
  }
}
@media (min-width: 768px) {
  .page-reservation .header-inner, .page-reservation-thanks .header-inner {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .page-reservation.header-fixed .header-inner, .page-reservation-thanks.header-fixed .header-inner {
    justify-content: flex-start;
  }
}
.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  height: 100lvh;
  overflow: hidden;
  background-color: rgba(35, 24, 21, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media (min-width: 768px) {
  .header-nav {
    position: static;
    display: flex;
    justify-content: space-between;
    width: auto;
    height: auto;
    background-color: transparent;
    opacity: 1;
    pointer-events: all;
  }
}
.menu-open .header-nav {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 768px) {
  .page-reservation .header-nav, .page-reservation-thanks .header-nav {
    display: none;
  }
}
.header-nav-inner {
  width: calc(100% - 6rem);
  height: 100%;
  margin-left: 6rem;
  padding: 6rem 0 0 3rem;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .header-nav-inner {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    transform: none;
  }
}
.admin-bar .header-nav-inner {
  padding-top: calc(6rem + var(--wp-admin--admin-bar--height));
}
@media (min-width: 601px) {
  .admin-bar .header-nav-inner {
    padding-top: 0;
  }
}
.header-fixed .header-nav-inner {
  padding-top: 6rem;
}
@media (min-width: 601px) {
  .header-fixed .header-nav-inner {
    padding-top: 0;
  }
}
.menu-open .header-nav-inner {
  transform: translateX(0);
}
.header .logo {
  margin-left: 1.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .header .logo {
    margin-left: 5rem;
  }
}
.header .logo img {
  width: auto;
  height: 1.4rem;
}
@media (min-width: 768px) {
  .header .logo img {
    height: 2.5rem;
  }
}
.header-btn {
  margin-top: 3rem;
  margin-right: 3rem;
}
@media (min-width: 768px) {
  .header-btn {
    display: flex;
    gap: 1rem;
    margin-top: 0;
    margin-right: 0;
  }
}
.header-btn .btn {
  --spacing: 0;
  height: 4.5rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .header-btn #incentive {
    width: 12rem;
  }
}
.header-btn #reservation {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .header-btn #reservation {
    width: 14rem;
    margin-top: 0;
  }
}
.header .main-navigation {
  margin-top: 3.5rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .header .main-navigation {
    display: flex;
    gap: 4rem;
    margin-top: 0;
    margin-right: 8.5rem;
  }
}
.search-open .header .main-navigation {
  display: none;
}
.header .main-navigation .nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .header .main-navigation .nav-menu ul {
    display: flex;
    gap: 4rem;
    align-items: center;
  }
}
.header .main-navigation .nav-menu ul li {
  margin: 0;
  border-bottom: 0.1rem solid #ddd;
}
@media (min-width: 768px) {
  .header .main-navigation .nav-menu ul li {
    border: none;
  }
}
.header .main-navigation .nav-menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 5rem;
}
.header .main-navigation .nav-menu ul li a::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../img/arrow-carousel.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, -50%) rotate(180deg);
  content: "";
}
@media (min-width: 768px) {
  .header .main-navigation .nav-menu ul li a::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .header .search-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20rem;
    border-radius: 0 0 2rem 2rem;
    opacity: 0;
    pointer-events: none;
    background-image: linear-gradient(0deg, #006ebb, #1d2088);
  }
}
@media (min-width: 768px) {
  .search-open .header .search-box {
    opacity: 1;
    pointer-events: all;
  }
}
.header-fixed .header .search-box {
  top: 0;
}
.header .search-btn {
  display: none;
}
@media (min-width: 768px) {
  .header .search-btn {
    position: absolute;
    top: 3.8rem;
    right: 3.6rem;
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
}
.search-open .header .search-btn {
  background-image: url("../img/search-close.svg");
  background-size: 1.5rem;
}
.header .search-btn::after {
  display: none;
  color: #ffffff;
  content: "閉じる";
}
.search-open .header .search-btn::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, 1.5rem);
}

.menu-btn {
  position: absolute;
  top: 1rem;
  right: 0.8rem;
  z-index: 999;
  width: 4rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn svg {
  width: 100%;
  height: auto;
  stroke: #1d2088;
  stroke-width: 2px;
}
.menu-btn svg line {
  transform-origin: center;
  transition: transform 0.3s;
}
.menu-btn svg line:nth-child(1) {
  transform: translateY(-7px);
}
.menu-open .menu-btn svg line:nth-child(1) {
  transform: translateY(0) rotate(225deg);
}
.menu-open .menu-btn svg line:nth-child(2) {
  transform: scaleX(0);
}
.menu-btn svg line:nth-child(3) {
  transform: translateY(7px);
}
.menu-open .menu-btn svg line:nth-child(3) {
  transform: translateY(0) rotate(-225deg);
}

main {
  padding-top: 5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  main {
    padding-top: 5rem;
  }
}
.home main {
  padding-top: 0;
}
.single main {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .single main {
    padding-top: 5rem;
  }
}
.post-type-archive-incentive main, .single-incentive main {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .post-type-archive-incentive main, .single-incentive main {
    padding-bottom: 15rem;
  }
}

.container {
  margin: 0 1.5rem;
}
@media (min-width: 768px) {
  .container {
    width: 100rem;
    margin: 0 auto;
  }
}
.container-box {
  margin-bottom: 4rem;
  padding: 5rem 2.5rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 110, 187, 0.1);
}
@media (min-width: 768px) {
  .container-box {
    margin-bottom: 15rem;
    padding: 10rem;
    border-radius: 2rem;
    box-shadow: 0 0.8rem 1.8rem rgba(0, 110, 187, 0.1);
  }
}
.keywords .container-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .keywords .container-box {
    gap: 1.2rem;
    margin-top: 3rem;
    padding: 5.5rem 7rem;
  }
}
.single-incentive .container-box {
  margin-bottom: 5rem;
}
.single-property .container-box {
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .single-property .container-box {
    padding: 10rem;
  }
}

.pagetop {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 100;
  width: 1rem;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media (min-width: 768px) {
  .pagetop {
    right: 2.8rem;
    bottom: 2.8rem;
    width: 1.3rem;
  }
}
.pagetop.active {
  opacity: 1;
  pointer-events: all;
}
.pagetop.has-grecaptcha {
  bottom: 8.5rem;
}
@media (min-width: 768px) {
  .pagetop.has-grecaptcha {
    bottom: 8.8rem;
  }
}
.single-property .pagetop {
  bottom: 13rem;
}
@media (min-width: 768px) {
  .single-property .pagetop {
    bottom: 2.8rem;
  }
}
.single-property.contact-close .pagetop {
  bottom: 2.5rem;
}
@media (min-width: 768px) {
  .single-property.contact-close .pagetop {
    bottom: 2.8rem;
  }
}

.footer {
  background-color: #ffffff;
}
.footer .contact {
  position: relative;
  min-height: 30rem;
  background-image: url("../img/contact-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.webp .footer .contact {
  background-image: url("../img/contact-bg.webp");
}
.footer .contact::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  mix-blend-mode: color;
  content: "";
  background-image: linear-gradient(127deg, #006ebb, #1d2088);
}
@media (min-width: 768px) {
  .footer .contact::before {
    background-image: linear-gradient(105deg, #006ebb, #1d2088);
  }
}
.footer .contact-inner {
  position: relative;
  z-index: 2;
  padding: 5rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .contact-inner {
    padding: 9rem 0;
  }
}
.footer .contact-title img {
  width: auto;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .footer .contact-title img {
    height: 3.5rem;
  }
}
.footer .contact-catch {
  margin: 2.6rem 0 3.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  .footer .contact-catch {
    margin: 5.2rem 0 4rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.footer .contact-more {
  width: 18rem;
  margin: 0 auto;
}
.footer .info {
  padding: 5.6rem 2.5rem 0;
}
@media (min-width: 768px) {
  .footer .info {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 0 16rem;
    padding: 10rem 0 0;
  }
}
.footer .info .brand {
  display: grid;
  gap: 1.3rem;
  width: 26rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .info .brand {
    gap: 2rem;
    order: 1;
    width: 50rem;
    margin: 0 0 5rem;
  }
}
.footer .info .brand .en {
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer .info .brand .en {
    font-size: 1.4rem;
  }
}
.footer .info .brand img {
  width: 100%;
}
.footer .info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer .info .nav-main {
    display: flex;
    grid-area: 1/2/3/3;
    gap: 0 6rem;
    order: 4;
  }
}
.footer .info .nav-main ul li {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  border-bottom: 0.1rem solid #ddd;
}
@media (min-width: 768px) {
  .footer .info .nav-main ul li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: none;
  }
}
@media (min-width: 768px) {
  .footer .info .nav-main ul li:nth-child(n+2) {
    margin-top: 4rem;
  }
}
.footer .info .nav-main ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 5rem;
}
@media (min-width: 768px) {
  .footer .info .nav-main ul li a {
    height: auto;
  }
}
.footer .info .nav-main ul li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../img/arrow-carousel.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, -50%) rotate(180deg);
  content: "";
}
@media (min-width: 768px) {
  .footer .info .nav-main ul li a::after {
    display: none;
  }
}
.footer .info .nav-sub {
  margin-top: 3rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
@media (min-width: 768px) {
  .footer .info .nav-sub {
    grid-area: 2/2/4/3;
    align-self: end;
    order: 5;
    margin-top: 0;
  }
}
.footer .info .nav-sub ul {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem 3rem;
}
@media (min-width: 768px) {
  .footer .info .nav-sub ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.footer .info .nav-sub ul li {
  margin: 0;
}
.footer .info .buttons {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .footer .info .buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    order: 2;
    width: 50rem;
    margin-top: 0;
  }
}
.footer .info .buttons .btn {
  height: 5rem;
}
@media (min-width: 768px) {
  .footer .info .buttons .btn {
    height: 6.4rem;
  }
}
.footer .info .buttons #reservation {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .footer .info .buttons #reservation {
    margin-top: 0;
  }
}
.footer .info .company {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .info .company {
    order: 3;
    margin-top: 5rem;
  }
}
.footer .info .company img {
  width: 100%;
}
@media (min-width: 768px) {
  .footer .info .company img {
    width: 32.3rem;
  }
}
.footer .copyright {
  padding: 2.5rem 0 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #9f9f9f;
  display: block;
  font-family: "rustica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .footer .copyright {
    padding: 12rem 0 3rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}

.inc-concierge {
  margin: 5rem 1.5rem;
}
@media (min-width: 768px) {
  .inc-concierge {
    margin: 15rem 0;
  }
}
.inc-concierge-box {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 110, 187, 0.1);
}
@media (min-width: 768px) {
  .inc-concierge-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 20rem;
    border-radius: 2rem 0 0 2rem;
  }
}
@media (min-width: 1400px) {
  .inc-concierge-box {
    margin-left: calc((100vw - 1000px) / 2);
  }
}
.inc-concierge-content {
  padding: 5rem 2.5rem 2.5rem;
}
@media (min-width: 768px) {
  .inc-concierge-content {
    flex: 1;
    margin: 0 8rem;
    padding: 0;
  }
}
.inc-concierge-title {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .inc-concierge-title {
    margin: 0 0 3rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    text-align: left;
  }
}
.inc-concierge-text {
  margin: 0 0 2.5rem;
}
@media (min-width: 768px) {
  .inc-concierge-text {
    margin: 0 0 4rem;
  }
}
.inc-concierge-image {
  height: 18rem;
}
@media (min-width: 768px) {
  .inc-concierge-image {
    width: 58.3333333333%;
    height: auto;
  }
}
.inc-concierge-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.recommend {
  margin: 5rem 1.5rem;
  padding: 5rem 0 0;
  border-top: max(1px, 0.1rem) solid #ddd;
}
@media (min-width: 768px) {
  .recommend {
    margin: 15rem 0;
    padding: 15rem 0 0;
  }
}
.recommend .list {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .recommend .list {
    padding-top: 3rem;
  }
}
.recommend-title {
  --spacing: 0.1em;
  margin: 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .recommend-title {
    --spacing: 0.05em;
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.recommend-title::after {
  --spacing: 0.15em;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #1d2088;
  content: "RECOMMEND";
  display: block;
  font-family: "rustica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .recommend-title::after {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

.keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .keywords {
    gap: 1.2rem;
  }
}

.list {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
}

.no-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10rem 0;
  font-weight: 500;
}

:where(.contents) h2 {
  position: relative;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  :where(.contents) h2 {
    padding-bottom: 2.5rem;
  }
}
:where(.contents) h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 10rem;
  border-bottom: max(1px, 0.1rem) solid #1d2088;
  content: "";
}
@media (min-width: 768px) {
  :where(.contents) h2::after {
    width: 11.7rem;
  }
}
:where(.contents) h3 {
  color: #1d2088;
}
:where(.contents) :where(a) {
  text-decoration: underline;
  color: #231815;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.2em;
}
:where(.contents) .bold {
  font-weight: bold;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  background-color: #ffffff;
  border: max(0.1rem, 1px) solid #1d2088;
  border-radius: 100vw;
  color: #1d2088;
}
@media (min-width: 768px) {
  .btn {
    height: 4.8rem;
    font-size: 1.4rem;
  }
}
.btn:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn:hover {
    background-color: #1d2088;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .btn.external:hover::after {
    background-image: url("../img/external-white.svg");
  }
}
.btn-primary, .btn-secondary, .btn-accent {
  border-width: 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .btn-primary:hover, .btn-secondary:hover, .btn-accent:hover {
    background-color: #231815;
  }
}
@media (min-width: 768px) {
  .btn-primary.external::after, .btn-secondary.external::after, .btn-accent.external::after {
    background-image: url("../img/external-white.svg");
  }
}
.btn-primary {
  background-color: #1d2088;
}
.btn-secondary {
  background-color: #9f9f9f;
}
.btn-accent {
  background-color: #4ab44a;
}
.btn-black {
  background-color: #ffffff;
  border-color: #231815;
  color: #231815;
}
@media (min-width: 768px) {
  .btn-black:hover {
    background-color: #231815;
    color: #ffffff;
  }
}
.btn-concierge {
  background-color: #ffffff;
  border-color: #e60012;
  color: #e60012;
}
@media (min-width: 768px) {
  .btn-concierge:hover {
    background-color: #e60012;
    color: #ffffff;
  }
}
.btn-grad {
  color: #ffffff;
  background-image: linear-gradient(180deg, #006ebb, #1d2088);
}
@media (min-width: 768px) {
  .btn-grad:hover {
    opacity: 0.9;
  }
}
.btn-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
@media (min-width: 768px) {
  .btn-transparent:hover {
    background-color: #ffffff;
    color: #231815;
  }
}
@media (min-width: 768px) {
  .btn-transparent.external::after {
    background-image: url("../img/external-white.svg");
  }
}
@media (min-width: 768px) {
  .btn-transparent.external:hover::after {
    background-image: url("../img/external.svg");
  }
}
.btn:disabled, .btn.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn:disabled:hover, .btn.disabled:hover {
  transform: none;
}
.btn-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  background-color: #ffffff;
  border: max(1px, 0.1rem) solid #231815;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .btn-tag {
    padding: 0.5rem 1.5rem;
    font-size: 1.3rem;
    border-radius: 0.6rem;
  }
}
.btn-tag:hover {
  text-decoration: none;
  background-color: #231815;
  color: #ffffff;
}
.btn-cate {
  height: 2rem;
  padding: 0 1.2rem;
  font-size: 1rem;
  font-weight: normal;
  background-color: #231815;
  color: #ffffff;
}
@media (min-width: 768px) {
  .btn-cate {
    padding: 0 1.7rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .btn-cate:hover {
    background-color: #ffffff;
    color: #231815;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
textarea,
select {
  width: 100%;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 0.1rem solid rgb(130.625, 89.5714285714, 78.375);
  border-radius: 0.7rem;
  transition: all 0.2s ease-in-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #9f9f9f;
  outline: none;
  box-shadow: 0 0 0 3px rgba(159, 159, 159, 0.1);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
textarea:disabled,
select:disabled {
  background-color: rgb(66.875, 45.8571428571, 40.125);
  cursor: not-allowed;
  color: rgb(130.625, 89.5714285714, 78.375);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

select {
  padding-right: 4rem;
  cursor: pointer;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 1rem;
}
input[type=checkbox]:disabled + span,
input[type=radio]:disabled + span {
  color: #9f9f9f;
}

.search-form {
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .search-form {
    width: 120rem;
  }
}
.search-form .text-delete {
  position: absolute;
  top: 50%;
  right: 7rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/text-delete.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .search-form .text-delete {
    right: 6.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.search-form .search-field {
  width: 25.5rem;
  height: 4.5rem;
  padding: 0 4rem 0 2.5rem;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #fafafa;
  border: 0.2rem solid #fafafa;
  border-radius: 100vw;
}
@media (min-width: 768px) {
  .search-form .search-field {
    width: 120rem;
    height: 8rem;
    padding: 0 5rem 0 4rem;
    font-size: 1.6rem;
    background-color: #ffffff;
    border: 0.2rem solid #ffffff;
  }
}
.search-form .search-field:focus {
  font-size: max(1.6rem, 16px);
  border-color: #4ab44a;
}
.search-form .search-field::-webkit-calendar-picker-indicator {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  appearance: none;
}
.search-form .search-field::-webkit-search-cancel-button {
  display: none;
  appearance: none;
}
.search-form .search-submit {
  position: absolute;
  top: 50%;
  right: 4.9rem;
  width: 1.5rem;
  height: 1.56rem;
  margin: 0.1rem 0 0 0;
  padding: 0;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 768px) {
  .search-form .search-submit {
    right: 3rem;
    width: 2.1rem;
    height: 2.2rem;
    margin: 0.2rem 0 0 0;
  }
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.form-item {
  display: grid;
  gap: 1rem 0;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .form-item {
    margin: 5rem 0;
  }
}
.confirm .form-item {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .confirm .form-item {
    margin: 0 0 5rem;
  }
}
.form-item dl {
  display: grid;
  gap: 1.3rem 0;
  margin: 0;
  padding: 2rem 1.3rem;
  background-color: #fafafa;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .form-item dl {
    grid-template-columns: 1fr 50rem;
    gap: 0;
    align-items: center;
    padding: 2rem 4rem;
  }
}
@media (min-width: 768px) {
  .form-item dl.textarea {
    align-items: start;
  }
}
.form-item dl dt {
  margin: 0;
  font-weight: bold;
}
.form-item dl dt span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 2rem;
  margin-left: 1rem;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1;
  background-color: #9f9f9f;
  border-radius: 0.4rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-item dl dt span {
    font-size: 1.2rem;
  }
}
.confirm .form-item dl dt span {
  display: none;
}
.form-item dl dt span.must {
  background-color: #1d2088;
  color: #ffffff;
}
.form-item dl dd {
  margin: 0;
}
.form-item input[type=text],
.form-item input[type=email],
.form-item input[type=tel],
.form-item textarea {
  width: 100%;
  height: 4.8rem;
  padding: 0 1.5rem;
  font-size: 1.4rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .form-item input[type=text],
  .form-item input[type=email],
  .form-item input[type=tel],
  .form-item textarea {
    height: 6rem;
    padding: 0 2rem;
  }
}
.form-item input[type=text]::placeholder,
.form-item input[type=email]::placeholder,
.form-item input[type=tel]::placeholder,
.form-item textarea::placeholder {
  opacity: 0.5;
  color: #9f9f9f;
}
.form-item input[type=text]:focus,
.form-item input[type=email]:focus,
.form-item input[type=tel]:focus,
.form-item textarea:focus {
  font-size: 1.6rem;
  background-color: #ffffff;
  border-color: #1d2088;
}
.form-item input[type=text].wpcf7-not-valid,
.form-item input[type=email].wpcf7-not-valid,
.form-item input[type=tel].wpcf7-not-valid,
.form-item textarea.wpcf7-not-valid {
  background-color: #ffffff;
  border-color: #4ab44a;
}
.form-item textarea {
  height: 16rem;
  padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
  .form-item textarea {
    height: 25rem;
    padding: 1.5rem 2rem;
  }
}
.form-item .selectbox .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.form-item .selectbox .wpcf7-form-control-wrap::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url("../img/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
  pointer-events: none;
}
.confirm .form-item .selectbox .wpcf7-form-control-wrap::after {
  display: none;
}
.form-item .selectbox .wpcf7-form-control-wrap select {
  width: 100%;
  height: 4.8rem;
  padding: 0 3rem 0 1.5rem;
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  color: #231815;
  appearance: none;
}
@media (min-width: 768px) {
  .form-item .selectbox .wpcf7-form-control-wrap select {
    height: 6rem;
    padding: 0 3rem 0 2rem;
  }
}
.form-item .selectbox .wpcf7-form-control-wrap select[aria-invalid=true], .form-item .selectbox .wpcf7-form-control-wrap select:invalid {
  color: rgba(159, 159, 159, 0.5);
}
.form-item .wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr;
}
.form-item .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.form-item .wpcf7-radio input {
  display: none;
}
.form-item .wpcf7-radio input + span {
  position: relative;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.form-item .wpcf7-radio input + span::before {
  display: block;
  width: 1em;
  height: 1em;
  background-color: #ffffff;
  border: 0.1rem solid #9f9f9f;
  border-radius: 100vw;
  content: "";
}
.form-item .wpcf7-radio input + span::after {
  position: absolute;
  top: 1em;
  left: 0.5em;
  width: 0.4em;
  height: 0.4em;
  background-color: #ffffff;
  border-radius: 100vw;
  transform: translate(-50%, -50%);
  content: "";
}
.form-item .wpcf7-radio input:checked + span::before {
  background-color: #1d2088;
  border-color: #9f9f9f;
}
@media (min-width: 768px) {
  .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .confirm .form-footer {
    justify-content: center;
  }
}
.form-footer .acceptance {
  --spacing: 0;
  display: none;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .form-footer .acceptance {
    --spacing: 0.05em;
    font-size: 1.6rem;
  }
}
.form .form-footer .acceptance {
  display: block;
}
.form-footer .acceptance-check {
  line-height: 1;
}
.form-footer .acceptance-caution {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .form-footer .acceptance-caution {
    margin-top: 2rem;
  }
}
.form-footer .acceptance [type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0.5rem 0 0;
}
@media (min-width: 768px) {
  .form-footer .acceptance [type=checkbox] {
    width: 2rem;
    height: 2rem;
  }
}
.form-footer .acceptance .wpcf7-list-item {
  margin-left: 0;
}
.form-footer .acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.form-footer .acceptance .external::after {
  margin-left: 0.5em;
}
.form-footer a {
  text-decoration: underline;
}
.form-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 0;
  padding: 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .form-button {
    gap: 0 10rem;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
}
.confirm .form-button {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .confirm .form-button {
    margin: 5rem 0 0;
  }
}
.form-button::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: max(0.1rem, 1px);
  height: 100%;
  background-color: #ddd;
  content: "";
}
.confirm .form-button::after {
  display: block;
}
@media (min-width: 768px) {
  .confirm .form-button::after {
    display: none;
  }
}
.form-button label {
  position: relative;
  display: inline-block;
  padding-right: 5rem;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form-button label {
    padding-right: 6.6rem;
    font-size: 1.6rem;
  }
}
.form-button label.back-btn {
  padding-right: 0;
  padding-left: 5rem;
}
@media (min-width: 768px) {
  .form-button label.back-btn {
    padding-left: 6.6rem;
  }
}
.form-button label.back-btn::after {
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
}
.form-button label.back-btn::before {
  right: auto;
  left: 1.4rem;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .form-button label.back-btn::before {
    left: 1.8rem;
  }
}
.form-button label::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  background-color: #ffffff;
  border: max(1px, 0.1rem) solid #1d2088;
  border-radius: 100vw;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.3s;
  content: "";
}
@media (min-width: 768px) {
  .form-button label::after {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.form-button label::before {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  z-index: 2;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url("../img/arrow-pagination.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
@media (min-width: 768px) {
  .form-button label::before {
    right: 1.8rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (min-width: 768px) {
  .form-button label:hover::before {
    background-image: url("../img/arrow-pagination-white.svg");
  }
}
@media (min-width: 768px) {
  .form-button label:hover::after {
    background-color: #1d2088;
  }
}
.form-button .back-btn,
.form-button .submit {
  position: relative;
  display: none;
}
.confirm .form-button .back-btn,
.confirm .form-button .submit {
  display: block;
}
.form-button .back-btn.disabled,
.form-button .submit.disabled {
  pointer-events: none;
}
.form-button .back-btn .wpcf7-spinner,
.form-button .submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  z-index: 2;
  margin: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  opacity: 1;
}
.form-button .back-btn .wpcf7-spinner::before,
.form-button .submit .wpcf7-spinner::before {
  background-color: #1d2088;
}
.form-button .back-btn [type=submit],
.form-button .back-btn [type=button],
.form-button .submit [type=submit],
.form-button .submit [type=button] {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: normal;
  background: none;
  border: none;
  color: #231815;
  appearance: none;
}
@media (min-width: 768px) {
  .form-button .back-btn [type=submit],
  .form-button .back-btn [type=button],
  .form-button .submit [type=submit],
  .form-button .submit [type=button] {
    font-size: 1.6rem;
  }
}
.form-button .back-btn [type=submit]:disabled,
.form-button .back-btn [type=button]:disabled,
.form-button .submit [type=submit]:disabled,
.form-button .submit [type=button]:disabled {
  color: #9f9f9f;
}
@media (min-width: 768px) {
  .form-button .back-btn br,
  .form-button .submit br {
    display: none;
  }
}
.form-button .submit::before {
  background-image: url("../img/arrow-pagination-white.svg");
}
.form-button .submit::after {
  background-color: #1d2088;
}
@media (min-width: 768px) {
  .form-button .submit:hover::after {
    background-color: #231815;
    border-color: #231815;
  }
}
.form-button .confirm-btn {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .form-button .confirm-btn {
    width: 18rem;
    margin: 0 0;
  }
}
.form .form-button .confirm-btn {
  display: block;
}
.form-button .confirm-btn.disabled {
  pointer-events: none;
}
.form-button .confirm-btn::after, .form-button .confirm-btn::before {
  display: none;
}
.form-button .confirm-btn input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  padding: 0;
  font-size: 1.3rem;
  background-color: #ffffff;
  border: max(0.1rem, 1px) solid #1d2088;
  border-radius: 100vw;
  cursor: pointer;
  color: #1d2088;
  transition: all 0.2s ease-in-out;
  appearance: none;
}
@media (min-width: 768px) {
  .form-button .confirm-btn input {
    height: 4.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .form-button .confirm-btn input:hover {
    background-color: #1d2088;
    color: #ffffff;
  }
}
.form-acceptance {
  margin: 3rem 0 0;
  font-size: 0.8em;
  line-height: 1.8;
  display: none;
}
.form .form-acceptance {
  display: block;
}
.form-acceptance ul {
  margin: 0;
}
.form-acceptance ul li {
  margin: 0;
}
.form-acceptance .acceptance-extend:not(:empty) {
  margin-top: 3rem;
}
.form-acceptance .acceptance-extend button {
  margin: 3rem auto 0;
  text-align: center;
  appearance: none;
  background: none;
  border: none;
  color: #d41313;
  cursor: pointer;
  text-align: center;
  padding: 0;
  text-decoration: underline;
  display: block;
  width: fit-content;
}
.form-acceptance .acceptance-extend .privacy-group {
  margin: 3rem auto 0;
  border: none;
}
@media (min-width: 768px) {
  .form-acceptance .acceptance-extend .privacy-group {
    width: fit-content;
    margin: 3rem auto 0;
  }
}
.form-acceptance .acceptance-extend th {
  border: none;
  padding: 1rem 2rem 1rem 0;
}
@media (min-width: 768px) {
  .form-acceptance .acceptance-extend th {
    padding: 1rem 4rem 1rem 0;
  }
}
.form-acceptance .acceptance-extend td {
  border: none;
  padding: 0;
  min-width: 10rem;
}
.form-acceptance .acceptance-extend .privacy-item img {
  width: auto;
  height: 3.5rem;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 768px) {
  .form-acceptance .acceptance-extend .privacy-item img {
    max-width: 30rem;
    height: 5rem;
  }
}
.form-acceptance .acceptance-extend .privacy-item .privacy-image {
  vertical-align: middle;
}
.form-acceptance .acceptance-extend .privacy-item .privacy-link {
  vertical-align: middle;
  text-align: center;
}
.form-acceptance .acceptance-extend .privacy-item .privacy-name {
  vertical-align: middle;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  height: 3.5rem;
}
@media (min-width: 768px) {
  .form-acceptance .acceptance-extend .privacy-item .privacy-name {
    font-size: 1.6rem;
    height: 5rem;
  }
}
.form-acceptance .acceptance-extend .privacy-note {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .form-acceptance .acceptance-extend .privacy-note {
    margin-top: 3rem;
    text-align: center;
  }
}

.thanks {
  margin: 2.5rem 0;
}
@media (min-width: 768px) {
  .thanks {
    margin: 2.5rem 0 5rem;
    text-align: center;
  }
}
.thanks-title {
  --spacing: 0.1em;
  height: 2rem;
  margin: 0;
  font-size: 2.2rem;
  line-height: 0.7;
  text-align: center;
  color: #1d2088;
}
@media (min-width: 768px) {
  .thanks-title {
    height: 4rem;
    font-size: 4.2rem;
    line-height: 0.7;
  }
}
.thanks-btn {
  width: 18rem;
  margin: 0 auto;
}

.card-post {
  display: block;
}
.feature .card-post, .column .card-post {
  width: 29.5rem;
}
@media (min-width: 768px) {
  .feature .card-post, .column .card-post {
    width: 28rem;
  }
}
.feature .card-post a {
  color: #ffffff;
}
.card-post a:hover {
  text-decoration: none;
}
.list .card-post a {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .list .card-post a {
    display: block;
  }
}
.card-post time {
  display: inline-block;
  font-family: "rustica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.card-post-info {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .card-post-info {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.list .card-post-info {
  margin-top: 0;
}
@media (min-width: 768px) {
  .list .card-post-info {
    margin-top: 1.5rem;
  }
}
.card-post-title {
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-post-title {
    --spacing: 0.01em;
    font-size: 1.6rem;
    line-height: 2.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.list .card-post-title {
  margin: 1rem 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  a:hover .card-post-title {
    text-decoration: underline;
    color: #1d2088;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.2em;
  }
  .feature a:hover .card-post-title {
    color: #ffffff;
  }
}
.card-post-access {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  a:hover .card-post-access {
    text-decoration: underline;
    color: #1d2088;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.2em;
  }
}
.feature a:hover .card-post-access {
  color: #ffffff;
}
.card-post-address {
  margin-top: 1rem;
  font-weight: bold;
  color: #1d2088;
}
@media (min-width: 768px) {
  .card-post-address {
    display: none;
  }
}
.card-post-thumbnail .card-post-address {
  display: none;
}
@media (min-width: 768px) {
  .card-post-thumbnail .card-post-address {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.2rem;
    margin-top: 0;
    padding: 0 2.3rem;
    font-size: 1.2rem;
    font-weight: normal;
    background-color: #1d2088;
    border-radius: 1.4rem 0 0 0;
    color: #ffffff;
  }
}
.feature .card-post-address {
  display: none;
}
.card-post-content {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .card-post-content {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
.feature .card-post-content {
  color: #ffffff;
}
.list .card-post-content {
  margin-top: 0;
}
@media (min-width: 768px) {
  .list .card-post-content {
    margin-top: 1rem;
  }
}
.card-post-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 3/2;
}
@media (min-width: 768px) {
  .card-post-thumbnail {
    border-radius: 1rem;
  }
}
.feature .card-post-thumbnail {
  aspect-ratio: 280/256;
}
.post-type-archive-incentive .card-post-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.card-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}
.post-type-archive-incentive .card-post-thumbnail img {
  object-fit: contain;
  width: 70%;
  height: 90%;
}
a:hover .card-post-thumbnail img {
  transform: scale(1.1);
  transform-origin: center;
}
.post-type-archive-incentive a:hover .card-post-thumbnail img {
  transform: unset;
}

.cate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding: 0 1.2rem;
  font-size: 1rem;
  line-height: 1;
  background-color: #231815;
  border-radius: 100vw;
  color: #ffffff;
}
@media (min-width: 768px) {
  .cate {
    padding: 0 1.7rem;
  }
}

.widget {
  margin-bottom: 4rem;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1d2088;
}

.widget_search .search-form .search-field {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .widget_search .search-form .search-field {
    margin-bottom: 0;
  }
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid rgb(130.625, 89.5714285714, 78.375);
}
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a {
  text-decoration: none;
}
.widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus,
.widget_recent_comments ul li a:hover,
.widget_recent_comments ul li a:focus,
.widget_archive ul li a:hover,
.widget_archive ul li a:focus,
.widget_categories ul li a:hover,
.widget_categories ul li a:focus,
.widget_pages ul li a:hover,
.widget_pages ul li a:focus,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:focus {
  color: #9f9f9f;
}

.widget_recent_entries li .post-date {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

.widget_recent_comments li .comment-author-link {
  font-weight: 500;
}

.widget_archive li a,
.widget_categories li a {
  flex: 1;
}
.widget_archive li .count,
.widget_categories li .count {
  margin-left: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}

.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem !important;
  text-decoration: none;
  border-radius: 0.7rem;
  transition: all 0.2s ease-in-out;
}
.widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus {
  background-color: #9f9f9f;
  color: #ffffff;
}

.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
}
.widget_calendar table caption {
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #1d2088;
}
.widget_calendar table th,
.widget_calendar table td {
  padding: 1rem;
  text-align: center;
  border: 0.1rem solid rgb(130.625, 89.5714285714, 78.375);
}
.widget_calendar table th {
  font-weight: 500;
  background-color: #231815;
}
.widget_calendar table td a {
  font-weight: 500;
  text-decoration: none;
  color: #9f9f9f;
}
.widget_calendar table td a:hover, .widget_calendar table td a:focus {
  color: #1d2088;
}
.widget_calendar table .pad {
  background-color: rgb(66.875, 45.8571428571, 40.125);
}

.widget_text .textwidget {
  line-height: 1.75;
}
.widget_text .textwidget p:last-child {
  margin-bottom: 0;
}

.widget_rss .rss-date {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.widget_rss .rssSummary {
  margin-top: 1.5rem;
  font-size: 1.5rem;
}

.widget_custom_recent_posts .recent-post {
  gap: 2rem;
  margin-bottom: 2rem;
}
.widget_custom_recent_posts .recent-post:last-child {
  margin-bottom: 0;
}
.widget_custom_recent_posts .recent-post .post-thumbnail {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}
.widget_custom_recent_posts .recent-post .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.7rem;
}
.widget_custom_recent_posts .recent-post .post-info {
  flex: 1;
}
.widget_custom_recent_posts .recent-post .post-info .post-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.5rem;
}
.widget_custom_recent_posts .recent-post .post-info .post-title a {
  text-decoration: none;
}
.widget_custom_recent_posts .recent-post .post-info .post-title a:hover, .widget_custom_recent_posts .recent-post .post-info .post-title a:focus {
  color: #9f9f9f;
}
.widget_custom_recent_posts .recent-post .post-info .post-date {
  font-size: 0.75rem;
}

.breadcrumb {
  margin: 0.8rem 0 0;
  overflow-x: scroll;
  font-size: 1rem;
  line-height: 1.2;
  white-space: nowrap;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin: 1rem 0 0;
    font-size: 1.2rem;
  }
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb .delimiter {
  display: inline-block;
  width: 0.6rem;
  height: 0.8rem;
  margin: 0 0.5em;
  background-image: url("../img/delimiter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .breadcrumb .delimiter {
    height: 0.9rem;
  }
}
.breadcrumb a {
  text-decoration: underline;
  color: #231815;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.2em;
}
@media (min-width: 768px) {
  .breadcrumb a:hover {
    text-decoration: none;
  }
}
.error404 .breadcrumb {
  display: none;
}

.nophoto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.nophoto::after {
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url("../img/photo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

:root {
  --swiper-theme-color: #1d2088;
  --swiper-pagination-bullet-inactive-color: #9f9f9f;
  --swiper-pagination-bullet-width: 0.6rem;
  --swiper-pagination-bullet-height: 0.6rem;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}

.swiper-pagination {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet {
  margin: 0 !important;
}
.swiper-pagination-bullet:only-child {
  display: inline-block !important;
}
.swiper-pagination-lock {
  display: flex;
}
.swiper-button-lock {
  display: flex;
  pointer-events: none;
}
.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-button-next, .swiper-button-prev {
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border-radius: 100vw;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 110, 187, 0.1);
}
@media (min-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.swiper-button-next::before, .swiper-button-prev::before {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url("../img/arrow-carousel.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .swiper-button-next::before, .swiper-button-prev::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (min-width: 768px) {
  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #1d2088;
  }
}
@media (min-width: 768px) {
  .swiper-button-next:hover::before, .swiper-button-prev:hover::before {
    background-image: url("../img/arrow-carousel-white.svg");
  }
}
.swiper-button-next:active, .swiper-button-prev:active {
  background-color: #1d2088;
}
.swiper-button-next:active::before, .swiper-button-prev:active::before {
  background-image: url("../img/arrow-carousel-white.svg");
}
.swiper-button-next::before {
  transform: rotate(180deg);
}

.container .wp-pagenavi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 5rem auto 0;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .container .wp-pagenavi {
    gap: 0 1rem;
    margin: 10rem auto 0;
    font-size: 1.6rem;
  }
}
.container .wp-pagenavi * {
  display: inline-block;
  font-family: "rustica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.container .wp-pagenavi .pages,
.container .wp-pagenavi .first,
.container .wp-pagenavi .last {
  display: none !important;
}
.container .wp-pagenavi a,
.container .wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: max(1px, 0.1rem) solid transparent;
  border-radius: 100vw;
}
@media (min-width: 768px) {
  .container .wp-pagenavi a,
  .container .wp-pagenavi span {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.container .wp-pagenavi .extend {
  width: 3.4rem;
  margin: 0 1rem;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("../img/extend.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}
@media (min-width: 768px) {
  .container .wp-pagenavi .extend {
    width: 3.8rem;
  }
}
.container .wp-pagenavi a {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #231815;
}
@media (min-width: 768px) {
  .container .wp-pagenavi a:hover {
    background-color: #9f9f9f;
    border-color: #9f9f9f;
    color: #ffffff;
  }
}
.container .wp-pagenavi a.page + .extend {
  margin-right: 0;
}
.container .wp-pagenavi span.current {
  font-weight: 400 !important;
  background-color: #1d2088;
  color: #ffffff;
}
.container .wp-pagenavi .nextpostslink,
.container .wp-pagenavi .previouspostslink {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  text-indent: -9999px;
  background-color: #ffffff;
  border: max(1px, 0.1rem) solid #1d2088;
  border-radius: 100vw;
}
@media (min-width: 768px) {
  .container .wp-pagenavi .nextpostslink,
  .container .wp-pagenavi .previouspostslink {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.container .wp-pagenavi .nextpostslink.disable,
.container .wp-pagenavi .previouspostslink.disable {
  border-color: #9f9f9f;
  pointer-events: none;
}
.container .wp-pagenavi .nextpostslink.disable::after,
.container .wp-pagenavi .previouspostslink.disable::after {
  background-image: url("../img/arrow-gray.svg");
}
.container .wp-pagenavi .nextpostslink:hover,
.container .wp-pagenavi .previouspostslink:hover {
  background-color: #231815;
}
.container .wp-pagenavi .nextpostslink:hover::after,
.container .wp-pagenavi .previouspostslink:hover::after {
  background-image: url("../img/arrow-pagination-white.svg");
}
.container .wp-pagenavi .nextpostslink::after,
.container .wp-pagenavi .previouspostslink::after {
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/arrow-pagination.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .container .wp-pagenavi .nextpostslink::after,
  .container .wp-pagenavi .previouspostslink::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.container .wp-pagenavi .previouspostslink {
  left: -1.5rem;
  transform: translate(-100%, -50%);
}
@media (min-width: 768px) {
  .container .wp-pagenavi .previouspostslink {
    left: -2rem;
  }
}
.container .wp-pagenavi .previouspostslink::after {
  transform: rotate(180deg);
}
.container .wp-pagenavi .previouspostslink + .extend {
  margin-left: 0;
}
.container .wp-pagenavi .nextpostslink {
  right: -1.5rem;
  transform: translate(100%, -50%);
}
@media (min-width: 768px) {
  .container .wp-pagenavi .nextpostslink {
    right: -2rem;
  }
}
.container .wp-pagenavi .last,
.container .wp-pagenavi .first {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  text-indent: -9999px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .container .wp-pagenavi .last,
  .container .wp-pagenavi .first {
    height: 4.2rem;
  }
}
.container .wp-pagenavi .last::after,
.container .wp-pagenavi .first::after {
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  background-image: url("../img/svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .container .wp-pagenavi .last:hover,
  .container .wp-pagenavi .first:hover {
    background-color: transparent;
  }
}
.container .wp-pagenavi .first::after {
  background-image: url("../img/svg");
}

/* stylelint-disable-next-line selector-id-pattern */
#toc_container {
  width: 100%;
  padding: 3rem 2.5rem;
  font-size: inherit;
  border: none;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  #toc_container {
    padding: 5rem 6rem;
    border-radius: 2rem;
  }
}
#toc_container p.toc_title {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1;
  text-align: left;
  color: #1d2088;
}
@media (min-width: 768px) {
  #toc_container p.toc_title {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  #toc_container a:hover {
    color: #1d2088;
  }
}
#toc_container ul {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #toc_container ul {
    margin-top: 2.5rem;
  }
}
#toc_container ul li {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  #toc_container ul li {
    font-size: 1.5rem;
  }
}
#toc_container ul li:nth-child(n+2) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #toc_container ul li:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
#toc_container ul ul {
  margin-top: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  #toc_container ul ul {
    margin-top: 2.5rem;
    margin-left: 2rem;
  }
}
#toc_container ul ul li {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.1rem;
}
@media (min-width: 768px) {
  #toc_container ul ul li {
    line-height: 2.3rem;
  }
}
#toc_container ul ul li a::before {
  display: inline-block;
  font-weight: bold;
  color: #1d2088;
  content: "＋";
}

.include {
  margin: 5rem 0;
  padding: 5rem 0 0;
  border-top: max(1px, 0.1rem) solid #ddd;
}
@media (min-width: 768px) {
  .include {
    margin: 15rem 0;
    padding: 15rem 0 0;
  }
}
.container-box + .include {
  padding: 0;
  border: none;
}
.include-title {
  --spacing: 0.1em;
  margin: 0 0 2.5rem;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .include-title {
    --spacing: 0.05em;
    margin: 0 0 3rem;
    font-size: 2.8rem;
  }
}
.include-title::after {
  --spacing: 0.15em;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #1d2088;
  content: attr(data-text) "";
  display: block;
  font-family: "rustica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .include-title::after {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

@keyframes mv-loop-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.mv {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .mv {
    display: block;
    margin-top: -6.3rem;
    margin-bottom: 10rem;
  }
}
.mv-catch {
  margin-top: -2.5rem;
}
@media (min-width: 768px) {
  .mv-catch {
    width: 51.4rem;
    margin: 0 auto;
    transform: translateX(-43rem);
  }
}
.mv-slider {
  position: relative;
  width: 44.6rem;
  margin-left: -7.1rem;
  padding: 5.5rem 4rem 6.5rem 11.1rem;
  background-color: #ffffff;
  border-radius: 100vw 0 0 100vw;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 110, 187, 0.1);
}
@media (min-width: 768px) {
  .mv-slider {
    position: absolute;
    top: 6.3rem;
    left: 50%;
    display: flex;
    align-items: center;
    width: calc(50vw + 22.2rem);
    height: calc(100% - 6.3rem);
    margin-left: -22.2rem;
    padding: 0 0 0 10rem;
    box-shadow: 0.8rem 0.8rem 1.6rem rgba(0, 110, 187, 0.1);
  }
}
@media (min-width: 768px) {
  .mv-slider .swiper {
    width: 72.2rem;
    margin: 0;
  }
}
.mv-slider .swiper-pagination {
  top: auto;
  bottom: 3rem;
  justify-content: flex-end;
  height: 1rem;
  padding-right: 4rem;
}
@media (min-width: 768px) {
  .mv-slider .swiper-pagination {
    justify-content: center;
    width: 44.6rem;
    height: auto;
    margin-top: 2rem;
    margin-left: 27.6rem;
    padding: 0;
    transform: translateY(15.5rem);
    inset: 50% 0 auto 10rem;
  }
}
.mv-slider .swiper-button-prev, .mv-slider .swiper-button-next {
  top: 9.5rem;
  margin-top: 5.5rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .mv-slider .swiper-button-prev, .mv-slider .swiper-button-next {
    display: none;
  }
}
.mv-slider .swiper-button-prev {
  left: 8.6rem;
}
.mv-slider .swiper-button-next {
  right: 1.5rem;
}
@media (min-width: 768px) {
  .mv-slide a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.mv-slide a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .mv-slide a:hover .mv-slide-title {
    text-decoration: underline;
    color: #1d2088;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.2em;
  }
}
.mv-slide-info {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .mv-slide-info {
    gap: 1.5rem;
    margin-top: 0;
  }
}
.mv-slide-title {
  margin: 1.5rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mv-slide-title {
    --spacing: 0.01em;
    font-size: 2.8rem;
    line-height: 4.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .mv-slide-content {
    flex: 1;
    margin-right: 3.5rem;
  }
}
.mv-slide-thumbnail {
  width: 29.5rem;
  height: 19rem;
  overflow: hidden;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .mv-slide-thumbnail {
    width: 46rem;
    height: 31rem;
    border-radius: 1rem;
  }
}
.mv-slide-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mv-text {
  position: absolute;
  bottom: 29rem;
  left: 0;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mv-text {
    bottom: -16rem;
  }
}
.mv-text :where(img) {
  width: auto;
  height: 5rem;
  white-space: nowrap;
  max-inline-size: none;
}
@media (min-width: 768px) {
  .mv-text :where(img) {
    height: 11rem;
  }
}
.mv-text-right, .mv-text-left {
  padding-left: 2rem;
  animation-name: mv-loop-text;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (min-width: 768px) {
  .mv-text-right, .mv-text-left {
    padding-left: 8rem;
    animation-duration: 5s;
  }
}

.column {
  padding-bottom: 5rem;
  background-image: url("../img/column-bg.png");
  background-repeat: no-repeat;
  background-position: bottom -4rem center;
  background-size: 59rem auto;
}
@media (min-width: 768px) {
  .column {
    padding-bottom: 15rem;
    background-position: top 10rem center;
    background-size: 100% auto;
  }
}
.webp .column {
  background-image: url("../img/column-bg.webp");
}
.column-box {
  margin: 0 1.5rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 110, 187, 0.1);
}
@media (min-width: 768px) {
  .column-box {
    margin: 0 20rem 0 0;
    border-radius: 0 4rem 4rem 0;
    box-shadow: 0 0.8rem 1.8rem rgba(0, 110, 187, 0.1);
  }
}
@media (min-width: 1400px) {
  .column-box {
    margin-right: calc((100vw - 1000px) / 2);
  }
}
.column-inner {
  margin: 5rem 2.5rem;
}
@media (min-width: 768px) {
  .column-inner {
    width: 92rem;
    margin: 8rem 8rem 8rem 20rem;
  }
}
@media (min-width: 1400px) {
  .column-inner {
    margin-left: calc((100vw - 1000px) / 2);
  }
}
.column-slider {
  position: relative;
}
.column-slider .swiper {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .column-slider .swiper {
    margin-bottom: 3.6rem;
  }
}
.column-slider .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
}
@media (min-width: 768px) {
  .column-slider .swiper-pagination {
    position: absolute;
    bottom: -6rem;
    justify-content: flex-start;
    padding-left: 15rem;
    transform: translateY(50%);
  }
}
.column-slider .swiper-button-prev, .column-slider .swiper-button-next {
  top: 9.8rem;
  margin-top: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .column-slider .swiper-button-prev, .column-slider .swiper-button-next {
    top: auto;
    bottom: -8.4rem;
    transform: none;
  }
}
.column-slider .swiper-button-prev {
  left: -2rem;
}
@media (min-width: 768px) {
  .column-slider .swiper-button-prev {
    left: 0;
  }
}
.column-slider .swiper-button-next {
  right: -2rem;
}
@media (min-width: 768px) {
  .column-slider .swiper-button-next {
    right: auto;
    left: 6.3rem;
  }
}
.column-more {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .column-more {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.column-more a {
  width: 18rem;
}

.contents-title {
  --spacing: 0.1em;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #231815;
}
@media (min-width: 768px) {
  .contents-title {
    gap: 3rem;
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
.contents-title.white {
  color: #ffffff;
}
.contents-title img {
  width: auto;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .contents-title img {
    height: 3.5rem;
  }
}
.feature .contents-title {
  padding: 5rem 4rem 0;
}
@media (min-width: 768px) {
  .feature .contents-title {
    padding: 8rem 0 0 20rem;
  }
}
@media (min-width: 1400px) {
  .feature .contents-title {
    padding-left: calc((100vw - 1000px) / 2);
  }
}

.feature {
  --swiper-theme-color: #ffffff;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  padding-bottom: 5rem;
  background-image: linear-gradient(148deg, #006ebb, #1d2088);
}
@media (min-width: 768px) {
  .feature {
    padding-bottom: 8rem;
    background-image: linear-gradient(117deg, #006ebb, #1d2088);
  }
}
.feature-slider {
  position: relative;
}
.feature-slider .swiper {
  margin-bottom: 2rem;
  padding: 0 4rem;
}
@media (min-width: 768px) {
  .feature-slider .swiper {
    margin-bottom: 3.6rem;
    padding: 0 20rem;
  }
}
@media (min-width: 1400px) {
  .feature-slider .swiper {
    padding: 0 calc((100vw - 1000px) / 2);
  }
}
@media (min-width: 768px) {
  .feature-slider .swiper-slide {
    width: 28rem;
  }
}
.feature-slider .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
}
@media (min-width: 768px) {
  .feature-slider .swiper-pagination {
    position: absolute;
    bottom: -6rem;
    justify-content: flex-start;
    padding-left: 35rem;
    transform: translateY(50%);
  }
}
@media (min-width: 1400px) {
  .feature-slider .swiper-pagination {
    padding-left: calc((100vw - 1000px) / 2 + 15rem);
  }
}
.feature-slider .swiper-button-prev, .feature-slider .swiper-button-next {
  top: 13.5rem;
  margin-top: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .feature-slider .swiper-button-prev, .feature-slider .swiper-button-next {
    top: auto;
    bottom: -8.4rem;
    transform: none;
  }
}
.feature-slider .swiper-button-prev {
  left: 2rem;
}
@media (min-width: 768px) {
  .feature-slider .swiper-button-prev {
    left: 20rem;
  }
}
@media (min-width: 1400px) {
  .feature-slider .swiper-button-prev {
    left: calc((100vw - 1000px) / 2);
  }
}
.feature-slider .swiper-button-next {
  right: 2rem;
}
@media (min-width: 768px) {
  .feature-slider .swiper-button-next {
    right: auto;
    left: 26.3rem;
  }
}
@media (min-width: 1400px) {
  .feature-slider .swiper-button-next {
    left: calc((100vw - 1000px) / 2 + 6.3rem);
  }
}
.feature-more {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .feature-more {
    justify-content: flex-end;
    width: 92rem;
    margin-top: 0;
    margin-left: 20rem;
  }
}
@media (min-width: 1400px) {
  .feature-more {
    width: 92rem;
    margin-left: 14.2857142857vw;
  }
}
.feature-more a {
  width: 18rem;
}

.parallax {
  height: 44rem;
}
@media (min-width: 768px) {
  .parallax {
    height: 70rem;
  }
}
.parallax::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  min-height: 100%;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  content: "";
}
.webp .parallax::before {
  background-image: url("../img/bg.webp");
}
.parallax.active::before {
  display: block;
  content: "";
}
.parallax.end::after {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 20rem;
  background-color: #ffffff;
  content: "";
}

.bg-filter {
  backdrop-filter: blur(3rem) brightness(115%);
}
.bg-filter-inner {
  height: 100%;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(250, 250, 250, 0.8), rgba(239, 248, 255, 0.8));
}

.news {
  padding: 5rem 4rem;
}
@media (min-width: 768px) {
  .news {
    padding: 15rem 0;
  }
}
@media (min-width: 768px) {
  .news .contents-title {
    flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .news-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100rem;
    min-height: 30rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .news-content {
    width: 54rem;
  }
}
@media (min-width: 768px) {
  .news-none {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list li {
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid #ddd;
}
.news-list li:first-child {
  padding-top: 0;
}
.news-list li a {
  display: block;
}
.news-list li a:hover {
  text-decoration: none;
}
.news-title {
  text-decoration: underline;
  color: #231815;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.2em;
}
@media (min-width: 768px) {
  .news-title {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  a:hover .news-title {
    text-decoration: underline;
    color: #231815;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.2em;
  }
}
.news-info {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .news-info {
    gap: 1.5rem;
  }
}
.news-info .news-date {
  margin-bottom: 0;
}
.news-date {
  margin-bottom: 1.3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #231815;
  display: block;
  font-family: "rustica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .news-date {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
.post-type-archive-news .news-date {
  color: #9f9f9f;
}
.news-more {
  width: 18rem;
  margin: 3rem auto 0;
}
@media (min-width: 768px) {
  .news-more {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

.home .about {
  padding: 5rem 4rem;
  background-image: url("../img/about-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
@media (min-width: 768px) {
  .home .about {
    padding: 10rem 0 10rem 20rem;
  }
}
@media (min-width: 1400px) {
  .home .about {
    padding-left: calc((100vw - 1000px) / 2);
  }
}
.webp .home .about {
  background-image: url("../img/about-bg.webp");
}
.home .about-text {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .home .about-text {
    width: 56.4rem;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.home .about-more {
  width: 18rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home .about-more {
    margin-left: 0;
  }
}

body.single .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  body.single .entry-meta {
    gap: 1.5rem;
    margin-bottom: 1rem;
  }
}
body.single .entry-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
body.single .entry-title {
  margin: 1rem 0 2.5rem;
}
@media (min-width: 768px) {
  body.single .entry-title {
    margin: 2.5rem 0 5rem;
  }
}
body.single .entry-thumbnail {
  margin: 2rem 0;
  overflow: hidden;
  /*border-radius: 1rem;*/
}
@media (min-width: 768px) {
  body.single .entry-thumbnail {
    margin: 5rem 0;
    /*border-radius: 2rem;*/
  }
}
body.single .entry-thumbnail img {
  width: 100%;
  height: auto;
}
body.single .entry-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  body.single .entry-footer {
    margin-top: 5rem;
  }
}
body.single .entry-footer .back {
  width: 13.5rem;
  height: 4rem;
}
@media (min-width: 768px) {
  body.single .entry-footer .back {
    width: 18rem;
    height: 4.8rem;
  }
}
body.single .entry-footer .sns-share {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
body.single .entry-footer .sns-share-title {
  grid-column: span 12;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  body.single .entry-footer .sns-share-title {
    font-size: 1.4rem;
  }
}
body.single .entry-footer .sns-share-btn {
  display: flex;
  grid-column: span 4;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100vw;
  background-image: linear-gradient(0deg, #006ebb, #1d2088);
}
@media (min-width: 768px) {
  body.single .entry-footer .sns-share-btn {
    width: 4.8rem;
    height: 4.8rem;
  }
}
body.single .entry-footer .sns-share-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
body.single blockquote {
  position: relative;
  padding: 2.8rem 0;
}
@media (min-width: 768px) {
  body.single blockquote {
    padding: 1.5rem 6rem;
  }
}
body.single blockquote::after, body.single blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3rem;
  height: 2rem;
  background-image: url("../img/quotation.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  body.single blockquote::after, body.single blockquote::before {
    width: 4rem;
    height: 3rem;
  }
}
body.single blockquote::before {
  transform: rotate(180deg);
}
body.single blockquote::after {
  inset: auto 0 0 auto;
}
body.single .news-btn {
  width: 18rem;
  margin: 2.5rem auto 0;
}
@media (min-width: 768px) {
  body.single .news-btn {
    margin-top: 5rem;
  }
}
body.single .member {
  display: grid;
  grid-template: "image data" auto "history history" 1fr/6.4rem 1fr;
  align-items: start;
  margin: 0 2rem 2rem;
}
@media (min-width: 768px) {
  body.single .member {
    grid-template: "image data" auto "image history" 1fr/13rem 1fr;
    margin: 0 2.8rem 3rem;
  }
}
body.single .member-box {
  margin: 5rem 0 2.5rem;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  body.single .member-box {
    margin: 10rem 0 5rem;
    border-radius: 2rem;
  }
}
body.single .member-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 3.2rem;
  margin-bottom: 2.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 0 0 1rem 0;
  color: #ffffff;
  background-image: linear-gradient(0deg, #006ebb, #1d2088);
}
@media (min-width: 768px) {
  body.single .member-title {
    width: 26rem;
    height: 4rem;
    font-size: 1.4rem;
    border-radius: 0 0 2rem 0;
  }
}
body.single .member-image {
  grid-area: image;
  align-self: center;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  border-radius: 100vw;
}
@media (min-width: 768px) {
  body.single .member-image {
    width: 10rem;
    height: 10rem;
  }
}
body.single .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.single .member-data {
  grid-area: data;
}
body.single .member-name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  body.single .member-name {
    font-size: 1.8rem;
  }
}
body.single .member-post {
  margin-top: 0.6rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  body.single .member-post {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
body.single .member-history {
  grid-area: history;
  margin-top: 1.6rem;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
@media (min-width: 768px) {
  body.single .member-history {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
body.single .interview-block {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0 1.5rem;
  margin: 1rem 0;
  padding: 2rem;
  background: #fafafa;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  body.single .interview-block {
    gap: 0 2rem;
    margin: 2.5rem 0;
    padding: 3rem;
    border-radius: 2rem;
  }
}
body.single .interview-name {
  --spacing: 0;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  color: #1d2088;
}
body.single .interview-image {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border: 0.2rem solid #1d2088;
  border-radius: 100vw;
}
body.single .interview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.single .interview-image .nophoto::after {
  width: 2rem;
  height: 2rem;
  background-image: url("../img/person.svg");
}
body.single .interview-text {
  font-size: 1.4rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  body.single .interview-text {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
body.single .related {
  margin: 5rem 0;
}
@media (min-width: 768px) {
  body.single .related {
    margin: 15rem 0;
  }
}
body.single .related-title {
  --spacing: 0.1em;
  margin: 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  body.single .related-title {
    --spacing: 0.05em;
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
body.single .related-title::after {
  --spacing: 0.15em;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #1d2088;
  content: "RELATED ARTICLES";
  display: block;
  font-family: "rustica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  body.single .related-title::after {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
body.single .related .list {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  body.single .related .list {
    margin-top: 3rem;
  }
}

body.single-incentive .entry-thumbnail {
  margin: 0 auto 5rem;
}
@media (min-width: 768px) {
  body.single-incentive .entry-thumbnail {
    width: 48rem;
    margin: 0 auto 5rem;
  }
}
body.single-incentive .incentive-title {
  width: fit-content;
  padding: 1rem 3rem;
  font-weight: bold;
  line-height: 1;
  background-color: #1d2088;
  border-radius: 1rem 1rem 0 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  body.single-incentive .incentive-title {
    padding: 1rem 5rem;
  }
}
body.single-incentive .incentive-term {
  padding: 3rem 0;
  font-family: "rustica", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: #fafafa;
  border: max(1px, 0.1rem) solid #1d2088;
  border-radius: 0 1rem 1rem 1rem;
}
@media (min-width: 768px) {
  body.single-incentive .incentive-term {
    padding: 5rem 0;
    font-size: 4.2rem;
    border: 0.2rem solid #1d2088;
  }
}
body.single-incentive .incentive-term .en {
  --spacing: 0;
  transform: translateY(-0.2em);
  display: inline-block;
  font-family: "rustica", sans-serif;
  font-weight: 600;
  font-style: normal;
}
body.single-incentive .incentive-term .en .en {
  transform: unset;
}
body.single-incentive .incentive-term .big {
  font-size: 6rem;
  color: #1d2088;
}
@media (min-width: 768px) {
  body.single-incentive .incentive-term .big {
    font-size: 12.8rem;
  }
}
@media (min-width: 768px) {
  body.single-incentive .incentive-content {
    margin: 0 8.5rem;
  }
}
body.single-incentive .incentive-caution {
  margin: 2.5rem auto 0;
  padding: 2.4rem 3rem;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #ddd;
}
@media (min-width: 768px) {
  body.single-incentive .incentive-caution {
    margin: 5rem auto 0;
    padding: 2.5rem 0;
    font-size: 1.4rem;
    text-align: center;
  }
}
body.single-incentive .incentive-text {
  margin: 2rem auto 0;
}
@media (min-width: 768px) {
  body.single-incentive .incentive-text {
    margin: 2.5rem auto 0;
  }
}
body.single-incentive .incentive-text strong {
  color: #1d2088;
}
body.single-incentive .incentive-notes {
  margin: 2rem auto 0;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  body.single-incentive .incentive-notes {
    margin: 2.5rem auto 0;
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
body.single-incentive .incentive-qr {
  width: 11rem;
  margin: 2rem auto 0;
}
@media (min-width: 768px) {
  body.single-incentive .incentive-qr {
    width: 12rem;
    margin: 5rem auto 0;
  }
}

@media (min-width: 768px) {
  body.single-property .property-data {
    display: grid;
    grid-template-columns: 42rem 1fr;
    gap: 6.6rem;
  }
}
body.single-property .property-data-title {
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  body.single-property .property-data-title {
    margin: 0 0 2.5rem;
    font-size: 2.4rem;
  }
}
body.single-property .property-data dl {
  margin: 1rem 0;
  padding: 1rem 0 0;
  line-height: 1.7;
  border-top: max(0.1rem, 1px) solid #ddd;
}
body.single-property .property-data dl:first-of-type {
  padding: 0;
  border-top: none;
}
body.single-property .property-data dl dt {
  margin: 0;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  body.single-property .property-data dl dt {
    font-size: 1.5rem;
  }
}
body.single-property .property-data dl dd {
  margin: 0.5rem 0 0;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  body.single-property .property-data dl dd {
    margin: 0.6rem 0 0;
    font-size: 1.4rem;
  }
}
body.single-property .property-incentive {
  margin: 5rem 0;
  padding: 1.5rem;
  background-image: linear-gradient(0deg, #006ebb, #1d2088);
}
@media (min-width: 768px) {
  body.single-property .property-incentive {
    margin: 6rem 0;
  }
}
body.single-property .property-incentive-inner {
  display: grid;
  gap: 1.5rem;
  padding: 1.6rem 1.5rem;
  background-color: #ffffff;
  border: max(0.1rem, 1px) solid #1d2088;
  outline: 0.5rem solid #ffffff;
}
@media (min-width: 768px) {
  body.single-property .property-incentive-inner {
    grid-template-columns: 1fr 25rem;
    gap: 4.5rem;
    padding: 2rem 4rem;
  }
}
body.single-property .property-incentive-left {
  display: grid;
  gap: 1rem;
}
body.single-property .property-incentive-title {
  --spacing: 0;
  padding: 0 1.7rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 4.2rem;
  text-decoration: underline;
  text-decoration-thickness: 1rem;
  text-decoration-color: #ffd753;
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
@media (min-width: 768px) {
  body.single-property .property-incentive-title {
    padding: 0;
    font-size: 2.8rem;
    line-height: 1;
  }
}
body.single-property .property-incentive-text {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
body.single-property .property-incentive-btn .btn {
  height: 6rem;
}
body.single-property .property-concierge .btn {
  height: 5rem;
  margin: 5rem auto 0;
  font-size: 1.3rem;
  line-height: 1.9rem;
  text-align: center;
}
@media (min-width: 768px) {
  body.single-property .property-concierge .btn {
    width: 46.3rem;
    height: 5.4rem;
    font-size: 1.6rem;
  }
}
body.single-property .property-desc {
  margin: 5rem 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  body.single-property .property-desc {
    margin: 5rem 0 10rem;
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
body.single-property .property-floor {
  margin: 0 0 2.5rem;
  padding: 0 0 2.5rem;
  border-bottom: max(0.1rem, 1px) dashed #1d2088;
}
@media (min-width: 768px) {
  body.single-property .property-floor {
    display: grid;
    grid-template-columns: 36.4rem 1fr;
    gap: 5rem 3.7rem;
    margin: 0 0 5rem;
    padding: 0 0 5rem;
  }
}
body.single-property .property-floor-image {
  position: relative;
}
body.single-property .property-floor-image .property-gallery {
  margin-bottom: 2rem;
}
body.single-property .property-floor-image .property-gallery-image {
  padding: 0.3rem;
  background-color: #ffffff;
  border: max(0.1rem, 1px) solid #ddd;
  aspect-ratio: 60/67;
}
body.single-property .property-floor-image .property-gallery-image img {
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}
body.single-property .property-floor-image .property-gallery-lightbox-image {
  padding: 0.3rem;
  background-color: #ffffff;
  border: max(0.1rem, 1px) solid #ddd;
  aspect-ratio: 60/67;
}
body.single-property .property-floor-image .property-gallery-lightbox-image img {
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}
body.single-property .property-floor-desc {
  align-self: center;
}
body.single-property .property-floor-desc h3 {
  margin: 5rem 0 1rem;
}
@media (min-width: 768px) {
  body.single-property .property-floor-desc h3 {
    margin: 0 0 2rem;
  }
}
body.single-property .property-feature {
  margin: 2.5rem 0;
}
@media (min-width: 768px) {
  body.single-property .property-feature {
    margin: 5rem 0;
  }
}
body.single-property .property-feature-image {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  body.single-property .property-feature-image {
    margin-top: 4rem;
  }
}
body.single-property .property-feature-image-text {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  body.single-property .property-feature-image-text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
body.single-property .property-access {
  margin: 2.5rem 0;
}
@media (min-width: 768px) {
  body.single-property .property-access {
    margin: 5rem 0;
  }
}
body.single-property .property-access-map {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body.single-property .property-access-map {
    margin-bottom: 1.5rem;
  }
}
body.single-property .property-access-map iframe {
  width: 100%;
  height: 16.2rem;
}
@media (min-width: 768px) {
  body.single-property .property-access-map iframe {
    height: 44rem;
  }
}
body.single-property .property-access-desc {
  font-size: 1.2rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  body.single-property .property-access-desc {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
body.single-property .property-overview {
  margin-bottom: 5rem;
}
body.single-property .property-overview dl {
  margin: 0;
}
@media (min-width: 768px) {
  body.single-property .property-overview dl {
    display: grid;
    grid-template-columns: 21rem 1fr;
    border-bottom: max(0.1rem, 1px) solid #ddd;
  }
}
@media (min-width: 768px) {
  body.single-property .property-overview dl:first-of-type {
    border-top: max(0.1rem, 1px) solid #ddd;
  }
}
body.single-property .property-overview dl dt,
body.single-property .property-overview dl dd {
  display: flex;
  align-items: center;
  margin: 0;
}
body.single-property .property-overview dl dt {
  justify-content: center;
  padding: 0.6rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.3rem;
  white-space: nowrap;
  text-align: center;
  background-color: #fafafa;
}
@media (min-width: 768px) {
  body.single-property .property-overview dl dt {
    justify-content: flex-start;
    padding: 2rem;
    text-align: left;
  }
}
body.single-property .property-overview dl dd {
  margin: 1.5rem 0;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  body.single-property .property-overview dl dd {
    margin: 0;
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
body.single-property .property-gallery {
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  body.single-property .property-gallery {
    margin: 0 0 7.5rem;
  }
}
body.single-property .property-gallery-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  body.single-property .property-gallery-image {
    aspect-ratio: 421/385;
  }
}
body.single-property .property-gallery-image::after {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 199;
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
body.single-property .property-gallery-image :where(img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border-radius: 1.4rem;
}
body.single-property .property-gallery .swiper-pagination {
  bottom: -2rem;
}
body.single-property .property-gallery .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
body.single-property .property-gallery .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
body.single-property .property-gallery-lightbox {
  width: calc(100vw - 3rem);
}
@media (min-width: 768px) {
  body.single-property .property-gallery-lightbox {
    width: 73rem;
  }
}
body.single-property .property-gallery-lightbox .property-gallery-image {
  width: 34.5rem;
  height: 40rem;
}
@media (min-width: 768px) {
  body.single-property .property-gallery-lightbox .property-gallery-image {
    width: 73rem;
    height: 67rem;
    aspect-ratio: 73/67;
  }
}
body.single-property .property-gallery-lightbox .property-gallery-image::after {
  display: none;
}
body.single-property .property-gallery-lightbox .property-gallery-image :where(img) {
  align-self: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  border-radius: 1.4rem;
  object-fit: contain;
}
body.single-property .property-gallery-lightbox-wrapper {
  position: fixed;
  inset: 0 0 0 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #231815;
  opacity: 0;
  color: #ffffff;
  transition: opacity 0.3s;
  pointer-events: none;
}
body.single-property .property-gallery-lightbox-wrapper * {
  pointer-events: none;
}
body.single-property .property-gallery-lightbox-wrapper .close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(var(--wp-admin--admin-bar--height));
  cursor: pointer;
  content: "";
}
@media (min-width: 768px) {
  body.single-property .property-gallery-lightbox-wrapper .close {
    top: 2rem;
    right: 2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
body.single-property .property-gallery-lightbox-ctrl {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  line-height: 1;
}
body.single-property .property-gallery-lightbox .delimiter {
  width: 1px;
  height: 1.9rem;
  line-height: 1;
  background-color: #ffffff;
}
body.single-property .property-gallery-lightbox .prev,
body.single-property .property-gallery-lightbox .next {
  width: 2rem;
  height: 2rem;
  background-image: url("../img/arrow-carousel-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 1.1rem;
  cursor: pointer;
}
body.single-property .property-gallery-lightbox .next {
  transform: rotate(180deg);
}
body.single-property .property-gallery-lightbox .swiper-slide {
  display: flex;
  justify-content: center;
  background-color: #231815;
}
body.single-property .property-gallery-lightbox .swiper-pagination {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  gap: 2rem;
  width: auto;
  margin: 0;
  font-size: 1.3rem;
}
body.single-property .property-gallery-lightbox .swiper-pagination-total {
  opacity: 0.5;
}
body.single-property .property-contact {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem 1.5rem 4rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  body.single-property .property-contact {
    display: grid;
    position: static;
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 39rem;
    margin: 0 auto;
    padding: 0;
  }
}
body.single-property .property-contact-close {
  position: absolute;
  top: 0;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/close-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  body.single-property .property-contact-close {
    display: none;
  }
}
body.single-property .property-contact .btn {
  height: 4rem;
  font-size: 1.3rem;
  min-width: calc(50% - 0.25rem);
}
@media (min-width: 768px) {
  body.single-property .property-contact .btn {
    height: 5.4rem;
    font-size: 1.6rem;
  }
}
body.single-property .property-contact.in-section {
  display: none;
}
@media (min-width: 768px) {
  body.single-property .property-contact.in-section {
    display: flex;
    gap: 2rem;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.single-property .property-contact.in-section .btn {
    min-width: calc(50% - 1rem);
  }
}
body.single-property.contact-close .property-contact {
  display: none;
}
@media (min-width: 768px) {
  body.single-property.contact-close .property-contact {
    display: grid;
  }
}
body.single-property.gallery-open.property-photo-open .property-photo .property-gallery-lightbox-wrapper {
  opacity: 1;
  pointer-events: all;
}
body.single-property.gallery-open.property-photo-open .property-photo .property-gallery-lightbox-wrapper * {
  pointer-events: inherit;
}
body.single-property.gallery-open.property-floor-image-open .property-floor-image .property-gallery-lightbox-wrapper {
  opacity: 1;
  pointer-events: all;
}
body.single-property.gallery-open.property-floor-image-open .property-floor-image .property-gallery-lightbox-wrapper * {
  pointer-events: inherit;
}

.page .contents a {
  text-decoration: underline;
  color: #231815;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.2em;
}
.page-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  margin: 1.2rem 0;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .page-title {
    height: 4.2rem;
    margin: 6.5rem 0;
    font-size: 4.2rem;
  }
}
.page-title::after {
  --spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin-top: -0.1em;
  padding-left: 0.15em;
  font-size: 5rem;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  color: #ffffff;
  content: attr(data-title) "";
  display: inline-block;
  font-family: "rustica", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  .page-title::after {
    font-size: 18rem;
  }
}
.page-concierge .page-title::after {
  --spacing: 0.05em;
  padding-left: 0.05em;
}
.page-title + section {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .page-title + section {
    padding-top: 6rem;
  }
}
.page-about .page-title + section {
  padding-top: 0;
}
.confirm .page-title span::after {
  margin-left: 1em;
  content: "確認";
}

.page-about .page-title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-about .page-title {
    font-size: 4.2rem;
  }
}
.page-about .about {
  margin-top: -1rem;
  padding-top: 11rem;
  background-image: url("../img/about.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30rem auto;
}
@media (min-width: 768px) {
  .page-about .about {
    min-height: 75.2rem;
    margin-top: -6rem;
    margin-right: -10rem;
    padding-top: 10rem;
    background-position: top right;
    background-size: 57.2rem auto;
  }
}
.webp .page-about .about {
  background-image: url("../img/about.webp");
}
.page-about .about-title img {
  width: 100%;
}
@media (min-width: 768px) {
  .page-about .about-title img {
    width: 80rem;
  }
}
.page-about .about-content {
  margin-top: 28rem;
}
@media (min-width: 768px) {
  .page-about .about-content {
    width: 48.7rem;
    margin-top: 10rem;
  }
}

.page-concierge .concierge {
  overflow: visible;
}
.page-concierge .concierge-subtitle {
  width: 22rem;
  margin: 0 auto 5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-concierge .concierge-subtitle {
    width: 32.4rem;
    margin: -3rem auto 5rem;
  }
}
.page-concierge .concierge-title {
  position: relative;
  margin: -5rem -2.5rem 1.5rem;
  padding: 1.5rem 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  background-color: #e60012;
  border-radius: 1rem 1rem 0 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-concierge .concierge-title {
    margin: -10rem -10rem 4.6rem;
    padding: 2.5rem 10rem;
    font-size: 3.2rem;
    line-height: 4.6rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.page-concierge .concierge-title strong {
  font-weight: 700;
  color: #fccd44;
}
.page-concierge .concierge-title * {
  position: relative;
  z-index: 2;
}
.page-concierge .concierge-title::after, .page-concierge .concierge-title::before {
  position: absolute;
  z-index: 1;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.page-concierge .concierge-title::after {
  top: -1rem;
  right: 0.9rem;
  width: 10.2rem;
  height: 8.2rem;
  background-image: url("../img/concierge-illust1.svg");
}
@media (min-width: 768px) {
  .page-concierge .concierge-title::after {
    top: auto;
    right: 0;
    bottom: -1.7rem;
    width: 21.2rem;
    height: 17rem;
  }
}
.page-concierge .concierge-title::before {
  display: none;
  background-image: url("../img/concierge-illust2.svg");
}
@media (min-width: 768px) {
  .page-concierge .concierge-title::before {
    top: 1rem;
    right: 12.2rem;
    display: block;
    width: 13rem;
    height: 9rem;
  }
}
.page-concierge .concierge-catch {
  position: relative;
  width: 29.5rem;
  margin: 0 auto;
  padding: 2.8rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-concierge .concierge-catch {
    width: fit-content;
    padding: 1.5rem 6rem;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.page-concierge .concierge-catch::after, .page-concierge .concierge-catch::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4rem;
  height: 3rem;
  background-image: url("../img/quotation.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.page-concierge .concierge-catch::before {
  transform: rotate(180deg);
}
.page-concierge .concierge-catch::after {
  inset: auto 0 0 auto;
}
.page-concierge .concierge-worries ul {
  height: 51rem;
  margin: 0 0 1rem;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background-image: url("../img/concierge-worries-sp.svg?2");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .page-concierge .concierge-worries ul {
    height: 31rem;
    margin: 2rem 2.5rem 0;
    background-image: url("../img/concierge-worries-pc.svg");
  }
}
.page-concierge .concierge-worries ul li {
  visibility: hidden;
}
.page-concierge .concierge-worries-box {
  margin-bottom: 2rem;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  text-align: center;
  background-color: #fafafa;
  border: max(1px, 0.1rem) solid #231815;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .page-concierge .concierge-worries-box {
    margin-bottom: 5rem;
    padding: 2.5rem;
    font-size: 2rem;
    line-height: 3.2rem;
    border-width: 0.2rem;
  }
}
@media (min-width: 768px) {
  .page-concierge .concierge-worries-box .underline {
    text-decoration: underline;
    text-decoration-thickness: 0.5rem;
    text-decoration-color: #fccd44;
    text-underline-offset: -0.05em;
    text-decoration-skip-ink: none;
  }
}
.page-concierge .concierge-worries-box .underline strong {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.5rem;
  text-decoration-color: #fccd44;
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
@media (min-width: 768px) {
  .page-concierge .concierge-worries-box .underline strong {
    text-decoration: none;
  }
}
.page-concierge .concierge-support ul {
  display: grid;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-concierge .concierge-support ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.page-concierge .concierge-support ul li {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 2.3rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0.8rem 1.8rem rgba(0, 110, 187, 0.1);
}
@media (min-width: 768px) {
  .page-concierge .concierge-support ul li {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.page-concierge .concierge-support ul li h2 {
  --spacing: 0;
  margin: 0;
  padding: 1.6rem 2.5rem;
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-align: center;
  background-color: #e60012;
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-concierge .concierge-support ul li h2 {
    padding: 1.6rem 2.5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.page-concierge .concierge-support ul li p {
  margin: 0;
  padding: 2.5rem;
}
.page-concierge .concierge-contact {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .page-concierge .concierge-contact {
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
}
.page-concierge .concierge-contact-catch {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-concierge .concierge-contact-catch {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.page-concierge .concierge-contact-catch::after, .page-concierge .concierge-contact-catch::before {
  position: absolute;
  top: -0.3rem;
  left: 0;
  display: block;
  width: 4.1rem;
  height: 5.4rem;
  background-image: url("../img/concierge-line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .page-concierge .concierge-contact-catch::after, .page-concierge .concierge-contact-catch::before {
    top: -0.3rem;
    width: 5.3rem;
    height: 7rem;
  }
}
.page-concierge .concierge-contact-catch::before {
  right: 0;
  left: auto;
  transform: scaleX(-1);
}
.page-concierge .concierge-contact-box {
  position: relative;
  min-height: 5rem;
  margin: 3rem 0;
  padding: 2.9rem 1.4rem;
  text-align: right;
  background-color: #fccd44;
  background-image: url("../img/concierge-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom left 0.4rem;
  background-size: 189% auto;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .page-concierge .concierge-contact-box {
    margin: 5rem 0 4rem;
    padding: 4.5rem 7rem;
    text-align: left;
    background-position: bottom center;
    background-size: 100% auto;
  }
}
.page-concierge .concierge-contact-box::after {
  position: absolute;
  bottom: -1rem;
  left: 2.9rem;
  display: block;
  width: 9.5rem;
  height: 9.5rem;
  background-image: url("../img/concierge-illust3.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .page-concierge .concierge-contact-box::after {
    right: 7.3rem;
    bottom: -1.5rem;
    left: auto;
    width: 14.4rem;
    height: 14.4rem;
  }
}
.page-concierge .concierge-contact-bubble {
  position: absolute;
  top: -0.7rem;
  left: -1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8.4rem;
  height: 8.4rem;
  font-size: 1rem;
  line-height: 1.6rem;
  background-color: #e60012;
  border-radius: 100vw;
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-concierge .concierge-contact-bubble {
    top: -0.7rem;
    right: 16rem;
    left: auto;
    width: 11rem;
    height: 11rem;
    font-size: 1.3rem;
    line-height: 2.1rem;
    background-color: transparent;
    background-image: url("../img/concierge-bubble.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 0;
  }
}
.page-concierge .concierge-contact-bubble b {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .page-concierge .concierge-contact-bubble b {
    font-size: 1.3rem;
  }
}
.page-concierge .concierge-caution {
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #9f9f9f;
}
@media (min-width: 768px) {
  .page-concierge .concierge-caution {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
.page-concierge .concierge-btn {
  position: relative;
  display: inline-block;
  padding: 1.5rem 3.5rem 1.5rem 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1rem;
  text-align: left;
  background-color: #e60012;
  border-radius: 1.2rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-concierge .concierge-btn {
    padding: 2.2rem 7.8rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    text-align: center;
    border-radius: 100vw;
  }
}
.page-concierge .concierge-btn:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-concierge .concierge-btn:hover {
    background-color: #231815;
  }
}
.page-concierge .concierge-btn::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .page-concierge .concierge-btn::after {
    position: static;
    transform: unset;
  }
}
.page-concierge .concierge-btn strong {
  font-weight: 400;
  color: #fccd44;
}
@media (min-width: 768px) {
  .page-concierge .concierge-btn strong {
    font-weight: 700;
  }
}

.page-sitemap .sitemap {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .page-sitemap .sitemap {
    display: flex;
    gap: 10rem;
    justify-content: center;
  }
}
.page-sitemap .sitemap ul {
  display: grid;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-sitemap .sitemap ul {
    gap: 3.5rem;
  }
}
@media (min-width: 768px) {
  .page-sitemap .sitemap ul:first-child li {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
.page-sitemap .sitemap ul li {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .page-sitemap .sitemap ul li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.page-sitemap .sitemap ul li a {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
}
.page-sitemap .sitemap ul li a::before {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url("../img/arrow-carousel.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
  content: "";
}
.page-sitemap .sitemap ul li.low {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
@media (min-width: 768px) {
  .page-sitemap .sitemap ul li.low {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.page-sitemap .sitemap ul li.low a {
  text-decoration: underline;
  color: #231815;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.2em;
}
.page-sitemap .sitemap ul li.low a::before {
  display: none;
}

.page-terms .contents h3,
.page-terms .contents h4,
.page-terms .contents h5 {
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .page-terms .contents h3,
  .page-terms .contents h4,
  .page-terms .contents h5 {
    margin: 2.5rem 0;
  }
}
.page-terms .contents h2 {
  padding: 0;
}
.page-terms .contents h2::after {
  display: none;
}

.page-reservation-thanks .complete {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .page-reservation-thanks .complete {
    margin-top: 6rem;
  }
}

.category-list {
  margin: 0 0 5rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .category-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem 4rem;
    margin-bottom: 6rem;
  }
}
.category-list li {
  margin: 0;
  padding: 0;
}
.category-list li.active a {
  text-decoration: none;
  border-bottom: 0.2rem solid #1d2088;
  color: #1d2088;
}
@media (min-width: 768px) {
  .category-list li.active a {
    border-bottom-width: 0.3rem;
  }
}
.category-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: max(1px, 0.1rem) solid #ddd;
}
@media (min-width: 768px) {
  .category-list li a {
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.5rem;
    font-size: 1.6rem;
    border: none;
  }
}

body.search .no-results {
  padding: 2.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  body.search .no-results {
    padding: 5rem 10rem;
    border-radius: 2rem;
  }
}

.error404 .error {
  margin: 0 2.5rem 5rem;
}
@media (min-width: 768px) {
  .error404 .error {
    margin: 0 0 15rem;
  }
}
.error404 .error-title {
  --spacing: 0;
  display: grid;
  gap: 1.5rem;
  font-size: 10rem;
  line-height: 1;
  text-align: center;
  color: #1d2088;
}
@media (min-width: 768px) {
  .error404 .error-title {
    gap: 4rem;
    font-size: 24rem;
  }
}
.error404 .error-title strong {
  position: relative;
  display: block;
  height: 8rem;
  font-weight: 600;
  line-height: 5.7rem;
}
@media (min-width: 768px) {
  .error404 .error-title strong {
    height: 19rem;
    line-height: 14rem;
  }
}
.error404 .error-title span {
  --spacing: 0.1em;
  display: block;
  padding-left: 0.1em;
  font-size: 2.4rem;
  font-weight: 600;
  color: #231815;
}
@media (min-width: 768px) {
  .error404 .error-title span {
    font-size: 4.2rem;
  }
}
.error404 .error-body {
  margin: 5rem 0 2.5rem;
}
@media (min-width: 768px) {
  .error404 .error-body {
    margin: 5rem 0;
    text-align: center;
  }
}
.error404 .error-btn {
  width: 18rem;
  margin: 0 auto;
}
.error404 .error-btn .btn {
  background-color: transparent;
}
@media (min-width: 768px) {
  .error404 .error-btn .btn:hover {
    background-color: #1d2088;
  }
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-none {
  display: none !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-grid {
    display: grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table {
    display: table !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-row {
    display: table-row !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-grid {
    display: inline-grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-table {
    display: table !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-grid {
    display: grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table {
    display: table !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-flex {
    display: flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-grid {
    display: grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-table {
    display: table !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-table-row {
    display: table-row !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 601px) {
  .d-wp-block {
    display: block !important;
  }
}

@media (min-width: 601px) {
  .d-wp-inline {
    display: inline !important;
  }
}

@media (min-width: 601px) {
  .d-wp-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 601px) {
  .d-wp-flex {
    display: flex !important;
  }
}

@media (min-width: 601px) {
  .d-wp-grid {
    display: grid !important;
  }
}

@media (min-width: 601px) {
  .d-wp-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 601px) {
  .d-wp-inline-grid {
    display: inline-grid !important;
  }
}

@media (min-width: 601px) {
  .d-wp-none {
    display: none !important;
  }
}

@media (min-width: 601px) {
  .d-wp-table {
    display: table !important;
  }
}

@media (min-width: 601px) {
  .d-wp-table-row {
    display: table-row !important;
  }
}

@media (min-width: 601px) {
  .d-wp-table-cell {
    display: table-cell !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }
}

@media (min-width: 1400px) {
  .text-xl-right {
    text-align: right !important;
  }
}

@media (min-width: 1400px) {
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xl-justify {
    text-align: justify !important;
  }
}

@media (min-width: 601px) {
  .text-wp-left {
    text-align: left !important;
  }
}

@media (min-width: 601px) {
  .text-wp-right {
    text-align: right !important;
  }
}

@media (min-width: 601px) {
  .text-wp-center {
    text-align: center !important;
  }
}

@media (min-width: 601px) {
  .text-wp-justify {
    text-align: justify !important;
  }
}

/*# sourceMappingURL=main.css.map */
