:root {
  --container-width: 1200px;
  --breakout-size: calc((100vw - var(--container-width)) / 2);
}

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

html {
  font-size: 1rem;
  font-family: "LINE Seed JP", sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1rem;
  }
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .wrap {
    padding: 0 1.25rem;
  }
}

.wrap-narrow {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .wrap-narrow {
    padding: 0 1.25rem;
  }
}

.wrap-wide {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .wrap-wide {
    padding: 0 1.25rem;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.mt0 {
  margin-top: 0 !important;
}

/* Header
--------------------------------------------- */
.l-header {
  position: fixed !important;
  top: 0;
  z-index: 100;
  background-color: transparent;
  transition: background-image 0.3s ease-in-out;
}
.l-header.is-scrolled {
  background-image: url(../img/common/bg_header.webp);
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
}
.l-header__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}
.l-header__logo {
  margin: 0 !important;
  padding: 0 !important;
}
.l-header__logo .c-headLogo__link {
  padding: 0 !important;
}
.l-header__gnav {
  display: none !important;
}
.l-header__menuBtn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 600px) {
  .l-header__menuBtn {
    margin-left: auto;
  }
}

/* sp Menu
--------------------------------------------- */
@media (min-width: 960px) {
  .p-spMenu {
    display: block !important;
  }
}
.p-spMenu__inner {
  width: calc(100% - 72px) !important;
}
.p-spMenu__nav .menu-item a {
  padding: 1.25rem 0;
  color: #24212A;
  font-size: 0.9325rem;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
}
.p-spMenu .spMenu-btn {
  display: block;
  width: 100%;
  height: 72px;
}
.p-spMenu .spMenu-btn__list {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 0 0.5rem;
}
.p-spMenu .spMenu-btn__item {
  width: 100%;
  text-align: center;
}
.p-spMenu .spMenu-btn__item.line a {
  background-color: #06C755;
}
.p-spMenu .spMenu-btn__item a {
  display: block;
  width: 100%;
  height: 68px;
  margin: 2px auto;
  padding: 6px 0;
  border-radius: 6px;
  background-color: #479BB3;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 5%;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
}
.p-spMenu .spMenu-btn__item a:active {
  border-bottom: none;
  transform: translateY(2px);
}
.p-spMenu .spMenu-btn__item a:hover {
  opacity: 85%;
  filter: opacity(85%);
}
.p-spMenu .spMenu-btn__item a i {
  display: block;
  margin: 6px 0;
  color: #FFFFFF;
  font-size: 1.25rem;
}

/* Footer
--------------------------------------------- */
.site-footer {
  position: relative;
  padding: 5rem 0 1.875rem;
  background-color: #24212A;
  color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  .site-footer {
    padding: 3.75rem 0;
  }
}
.site-footer-logo {
  width: 100%;
}
.site-footer-logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 240px;
  margin: 0 auto;
}
.site-footer-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer-sns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem 2.5rem;
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .site-footer-sns {
    flex-wrap: wrap;
    margin-top: 1.875rem;
  }
}
.site-footer-sns p {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .site-footer-sns p {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.site-footer-sns-list {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 0 1.25rem;
}
.site-footer-sns-list li {
  width: 40px;
  text-align: center;
  list-style-type: none;
}
@media screen and (max-width: 960px) {
  .site-footer-sns-list li {
    width: 32px;
  }
}
.site-footer-sns-list li a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer-sns-list li a:hover {
  opacity: 0.75;
  filter: opacity(75%);
}
.site-footer-sns-list li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer-nav {
  width: 100%;
  margin-top: 3.75rem;
}
.site-footer-nav-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9325rem 1.25rem;
}
@media screen and (max-width: 960px) {
  .site-footer-nav-list {
    flex-direction: column;
  }
}
.site-footer-nav-list li {
  list-style-type: none;
}
.site-footer-nav-list li a {
  position: relative;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer-nav-list li a:hover {
  opacity: 0.75;
  filter: opacity(75%);
}
.site-footer-sub {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem 2rem;
  width: 100%;
  margin-top: 3.75rem;
  padding-top: 2.5rem;
  border-top: 1px solid #FFFFFF;
}
.site-footer-sub li {
  list-style-type: none;
}
.site-footer-sub li a {
  position: relative;
  color: #FFFFFF;
  font-size: 0.9325rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer-sub li a:hover {
  opacity: 0.75;
  filter: opacity(75%);
}
.site-footer-company {
  width: 100%;
  max-width: 184px;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .site-footer-company {
    margin-top: 1.875rem;
  }
}
.site-footer-company a {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer-company img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer-company figcaption {
  color: #FFFFFF;
  font-size: 0.75rem;
  text-align: center;
}
.site-footer .copyright {
  width: 100%;
  margin-top: 1.25rem;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}

/* Fixed Bottom button
--------------------------------------------- */
.fixed-btn {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .fixed-btn {
    display: block;
  }
}
.fixed-btn__list {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 0 0.5rem;
}
.fixed-btn__item {
  width: 100%;
  text-align: center;
}
.fixed-btn__item.line a {
  background-color: #06C755;
}
.fixed-btn__item a {
  display: block;
  width: 100%;
  height: 56px;
  margin: 2px auto;
  padding: 4px 0;
  border-radius: 6px;
  background-color: #479BB3;
  color: #FFFFFF;
  font-size: 0.9325rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 5%;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
}
.fixed-btn__item a:active {
  border-bottom: none;
  transform: translateY(2px);
}
.fixed-btn__item a:hover {
  opacity: 85%;
  filter: opacity(85%);
}
.fixed-btn__item a i {
  display: block;
  margin: 4px 0;
  color: #FFFFFF;
  font-size: 1.125rem;
}

/* post content
--------------------------------------------- */
.archive .l-content {
  justify-content: center;
  flex-direction: column;
  padding-top: 2.5rem;
}
.archive .l-mainContent {
  position: relative;
  width: 100%;
  max-width: 832px;
  margin-inline: auto;
}
.archive .l-mainContent__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 5rem 0 1.25rem;
}
.archive .l-mainContent__title .c-pageTitle {
  position: relative;
  color: #24212A;
  font-size: 1.625rem;
  font-family: "Kaisei Opti", serif;
  text-align: center;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 960px) {
  .archive .l-mainContent__title .c-pageTitle {
    font-size: 1.375rem;
  }
}
.archive .l-mainContent__title .c-pageTitle::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -80px;
  width: 64px;
  height: 64px;
  background-image: url("../img/common/icon_onsen.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  visibility: visible;
}
@media screen and (max-width: 960px) {
  .archive .l-mainContent__title .c-pageTitle::after {
    top: -60px;
    width: 48px;
    height: 48px;
  }
}
.archive .l-mainContent .p-postList__link {
  align-items: center;
}
.archive .l-mainContent .p-postList__body {
  align-items: flex-start;
  flex-direction: column;
}

/* single content
--------------------------------------------- */
.single .l-content {
  justify-content: center;
  flex-direction: column;
  padding-top: 2.5rem;
}
.single .l-mainContent {
  position: relative;
  width: 100%;
  max-width: 832px;
  margin-inline: auto;
}
.single .l-mainContent__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 5rem 0 1.25rem;
}
.single .l-mainContent__title .c-pageTitle {
  position: relative;
  color: #24212A;
  font-size: 1.625rem;
  font-family: "Kaisei Opti", serif;
  text-align: center;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 960px) {
  .single .l-mainContent__title .c-pageTitle {
    font-size: 1.375rem;
  }
}
.single .l-mainContent__title .c-pageTitle::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -80px;
  width: 64px;
  height: 64px;
  background-image: url("../img/common/icon_onsen.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  visibility: visible;
}
@media screen and (max-width: 960px) {
  .single .l-mainContent__title .c-pageTitle::after {
    top: -60px;
    width: 48px;
    height: 48px;
  }
}
.single .l-mainContent .c-postTitle {
  margin-top: 3.75rem;
}
@media screen and (max-width: 600px) {
  .single .l-mainContent .c-postTitle {
    margin-top: 2.5rem;
  }
}
.single .l-mainContent .c-postTitle__ttl {
  color: #24212A;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .single .l-mainContent .c-postTitle__ttl {
    font-size: 1.375rem;
  }
}
.single .l-mainContent .p-articleThumb {
  margin: 1.25rem 0 1.875rem 0;
}
@media screen and (max-width: 600px) {
  .single .l-mainContent .p-articleThumb {
    margin-bottom: 1.25rem;
  }
}
.single .l-mainContent .wp-block-image {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 600px) {
  .single .l-mainContent .wp-block-image {
    margin-bottom: 1.25rem;
  }
}
.single .l-mainContent .wp-block-image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single .l-articleBottom__section {
  margin-top: 2.5rem;
}
.single .post_content {
  margin: 3.75rem 0;
}
.single .post_content h2 {
  position: relative;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
  padding: 0.9325rem 1.25rem;
  background-color: #479BB3;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .single .post_content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
  }
}
.single .post_content h3 {
  position: relative;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
  padding: 0.25rem 0.9325rem;
  border-left: 4px solid #479BB3;
  color: #24212A;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .single .post_content h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
  }
}
.single .post_content h4 {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
  color: #479BB3;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .single .post_content h4 {
    margin-top: 2.4rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.single .post_content h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #479BB3;
}
.single .post_content p {
  color: #24212A;
  font-size: 1rem;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.8;
  letter-spacing: 2.5%;
}
@media screen and (max-width: 960px) {
  .single .post_content p {
    line-height: 1.6;
  }
}
.single .post_content a {
  color: #24212A;
  text-decoration: underline;
}
.single .post_content a:hover {
  opacity: 0.75;
  filter: opacity(75%);
}
.single .post_content ul {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 600px) {
  .single .post_content ul {
    margin-bottom: 1.25rem;
  }
}
.single .post_content ul li {
  margin: 0 0.5rem 0.625rem;
  color: #24212A;
  font-size: 1rem;
  font-weight: 500;
}
.single .post_content ul li::marker {
  background-color: #479BB3;
  color: #479BB3;
}
.single .post_content ol {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 600px) {
  .single .post_content ol {
    margin-bottom: 1.25rem;
  }
}
.single .post_content ol li {
  position: relative;
  margin: 0 0.5rem 0.625rem;
  color: #24212A;
  font-size: 1rem;
  font-weight: 500;
}
.single .post_content ol li::marker {
  color: #479BB3;
}
.single .post_content table {
  width: 100%;
  margin: 0 auto 1.875rem;
  border-collapse: collapse;
}
@media screen and (max-width: 600px) {
  .single .post_content table {
    margin-bottom: 1.25rem;
  }
}
.single .post_content table thead {
  border: none;
}
.single .post_content table thead th {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(51, 51, 51, 0.5);
  background-color: #24212A;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .single .post_content table thead th {
    padding: 0.25rem 1rem;
  }
}
.single .post_content table tbody th {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(51, 51, 51, 0.5);
  background-color: #F8F7F7;
  color: #24212A;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .single .post_content table tbody th {
    padding: 0.25rem 1rem;
  }
}
.single .post_content table tbody td {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(51, 51, 51, 0.5);
  color: #24212A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .single .post_content table tbody td {
    padding: 0.25rem 1rem;
  }
}
.single .post_content blockquote {
  width: 100%;
  margin-bottom: 1.875rem;
  padding: 2.5rem 1.25rem 2.5rem 2.5rem;
  border: none !important;
  background-color: #F8F7F7;
}
@media screen and (max-width: 600px) {
  .single .post_content blockquote {
    margin-bottom: 1.25rem;
    padding: 1.875rem 1.25rem 1.875rem 2.5rem;
  }
}
.single .post_content blockquote cite {
  color: #24212A;
}

/* sidebar
--------------------------------------------- */
.archive #sidebar,
.single #sidebar {
  width: 100% !important;
  max-width: 832px;
  margin-top: 3.75rem;
  margin-inline: auto;
}

.l-sidebar {
  width: 100%;
  margin: 0;
  padding: 0;
}
.l-sidebar .widget_block {
  width: 100%;
  list-style-type: none;
}
.l-sidebar .widget_block .wp-block-heading {
  position: relative;
  padding: 0.25rem 0.9325rem;
  border-left: 4px solid #479BB3;
  color: #24212A;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .l-sidebar .widget_block .wp-block-heading {
    font-size: 1rem;
  }
}
.l-sidebar .widget_block .c-listMenu a {
  padding: 0.9325rem 0.625rem;
  color: #24212A;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.l-sidebar .widget_block .c-listMenu a:hover {
  background-color: transparent;
  color: #479BB3;
}
.l-sidebar .wp-block-latest-posts {
  width: 100%;
  border-top: none !important;
}
.l-sidebar .wp-block-latest-posts li a {
  padding: 0.9325rem 0.625rem;
  color: #24212A;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.l-sidebar .wp-block-latest-posts li a:hover {
  background-color: transparent;
  color: #479BB3;
}

/*
@use "page";
@use "notfound";
*/
/* Button
--------------------------------------------- */
.link-btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.9375rem 1.875rem;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25), 0 2px 3px -2px rgba(0, 0, 0, 0.15);
  font-size: 1.25rem;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .link-btn {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
  }
}
.link-btn.btn-primary {
  background-color: #D8C73B;
  color: #FFFFFF;
  font-weight: 600;
}
.link-btn.btn-primary:hover {
  background-color: #E1D256;
}
.link-btn.btn-line {
  background-color: #06C755;
  color: #FFFFFF;
  font-weight: 600;
}
.link-btn.btn-line:hover {
  background-color: #4CC764;
}
.link-btn.btn-accent {
  background-color: #EB5F44;
  color: #FFFFFF;
}
.link-btn.btn-accent:hover {
  background-color: #BC4C36;
}
.link-btn.btn-white {
  border: 1px solid #24212A;
  background-color: #FFFFFF;
  color: #24212A;
}
.link-btn.btn-white:hover {
  background-color: #24212A;
  color: #FFFFFF;
}
.link-btn.btn-white:hover::before {
  background-color: #FFFFFF;
}
.link-btn.btn-white::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 8px;
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: #24212A;
  vertical-align: 3px;
  transition: all 0.3s ease-in-out;
}
.link-btn.btn-black {
  border: 1px solid #24212A;
  background-color: #24212A;
  color: #FFFFFF;
}
.link-btn.btn-black:hover {
  background-color: #FFFFFF;
  color: #24212A;
}
.link-btn.btn-black:hover::before {
  background-color: #24212A;
}
.link-btn.btn-black::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 8px;
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  vertical-align: 3px;
  transition: all 0.3s ease-in-out;
}

.link-txt {
  display: block;
  position: relative;
  color: #D8C73B;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .link-txt {
    font-size: 1rem;
  }
}
.link-txt:hover {
  opacity: 0.7;
  filter: opacity(70%);
}
.link-txt::after {
  content: "\f35a";
  display: inline-block;
  margin-left: 0.5rem;
  color: #D8C73B;
  font-size: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

/* contact
--------------------------------------------- */
.c-contact {
  position: relative;
  width: 100%;
}
.c-contact__inner {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 0;
}
@media screen and (max-width: 960px) {
  .c-contact__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.c-contact__item {
  width: 100%;
  background-color: rgba(36, 33, 42, 0.5);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-contact__item.reserve {
  background-image: url(../img/common/contact_img_01.webp);
}
.c-contact__item.contact {
  background-image: url(../img/common/contact_img_02.webp);
}
.c-contact__item h2 {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
  color: #FFFFFF;
  font-size: 1.625rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-contact__item h2 {
    font-size: 1.5rem;
  }
}
.c-contact__item h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 10px;
  transform: translateX(-50%);
}
.c-contact__item i {
  color: #FFFFFF;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .c-contact__item i {
    font-size: 1.625rem;
  }
}
.c-contact__itembox {
  padding: 5rem 2.5rem;
  background-color: rgba(36, 33, 42, 0.3);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-contact__itembox {
    padding: 3.75rem 1.25rem;
  }
}
.c-contact__link {
  width: 100%;
  margin-top: 2.5rem;
}
.c-contact__link .link-btn {
  width: 100%;
  max-width: 348px;
}
.c-contact__link .m-top {
  margin-top: 1.25rem;
}
.c-contact-wrap {
  width: 100%;
  padding: 5rem 2.5rem;
  border-radius: 40px;
  background-color: #D8ECF4;
}
@media screen and (max-width: 600px) {
  .c-contact-wrap {
    padding: 3.75rem 0;
  }
}
@media screen and (max-width: 480px) {
  .c-contact-wrap {
    padding: 3.75rem 0;
  }
}
.c-contact-wrap__content {
  width: 100%;
  margin-top: 2.5rem;
}
.c-contact-wrap__content .request-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.5rem 1rem;
}
@media screen and (max-width: 960px) {
  .c-contact-wrap__content .request-list {
    flex-wrap: wrap;
  }
}
.c-contact-wrap__content .request-list li {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  border: 1px solid #479BB3;
  border-radius: 8px;
  background-color: #D8ECF4;
  color: #479BB3;
  font-weight: 500;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .c-contact-wrap__content .request-list li {
    width: 100%;
  }
}
.c-contact-wrap__content p {
  margin-top: 1.875rem;
  color: #24212A;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
  line-height: 2;
}
.c-contact-wrap__content .line {
  width: 100%;
  max-width: 800px;
  margin: 1.875rem auto;
  border: none;
  border-top: 1px dotted #24212A;
}
.c-contact-wrap__links {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 1.5rem 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .c-contact-wrap__links {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .c-contact-wrap__links {
    width: 100%;
  }
}
.c-contact-wrap__link {
  width: 100%;
}
.c-contact-wrap__link .link-btn {
  width: 345px;
}
@media screen and (max-width: 480px) {
  .c-contact-wrap__link .link-btn {
    width: 100%;
    max-width: 345px;
  }
}
.c-contact-wrap__link p {
  margin-top: 0.5rem;
  color: #24212A;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-contact-wrap__link p {
    font-size: 0.875rem;
  }
}

/* snow monkery form
--------------------------------------------- */
.snow-monkey-form {
  width: 100%;
}
.snow-monkey-form .smf-item__col--label {
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .snow-monkey-form .smf-item__col--label {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    padding-bottom: 0.625rem;
  }
}
.snow-monkey-form .smf-item__label {
  padding-top: 0.25rem;
  color: #24212A;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .snow-monkey-form .smf-item__label {
    padding-top: 0;
  }
}
.snow-monkey-form .smf-item__description {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0 !important;
  color: #EB5F44;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: 1px;
}
@media screen and (max-width: 960px) {
  .snow-monkey-form .smf-item__description {
    margin: 0 !important;
  }
}
.snow-monkey-form .smf-item__controls {
  color: #24212A;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .snow-monkey-form .smf-item__controls {
    display: block;
    width: 100%;
    margin-top: 6px;
  }
}
.snow-monkey-form .smf-item__controls input[type=text],
.snow-monkey-form .smf-item__controls input[type=email],
.snow-monkey-form .smf-item__controls input[type=tel] {
  width: 100%;
  padding: 0.9325rem 1rem;
  border-radius: 4px;
  color: #24212A;
  font-size: 1rem;
}
.snow-monkey-form .smf-item__controls .smf-textarea-control__control {
  width: 100%;
  padding: 0.9325rem 1rem;
  border-radius: 4px;
  color: #24212A;
  font-size: 1rem;
}
.snow-monkey-form .smf-item__controls .smf-radio-button-control,
.snow-monkey-form .smf-item__controls .smf-checkbox-control {
  align-items: center !important;
}
.snow-monkey-form .smf-item__controls input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 0 !important;
  border-radius: 50%;
  vertical-align: -10px;
}
.snow-monkey-form .smf-item__controls input[type=radio]:checked {
  background: transparent;
}
.snow-monkey-form .smf-item__controls input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D8C73B;
  transform: translate(-50%, -50%);
}
.snow-monkey-form .smf-item__controls input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  vertical-align: -6px;
}
.snow-monkey-form .smf-item__controls input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #D8C73B;
  border-bottom: 2px solid #D8C73B;
  transform: rotate(40deg) skewY(10deg) translateY(-50%);
  transform-origin: center right;
}
.snow-monkey-form .smf-item__controls .smf-select-control__control {
  width: 100%;
  padding: 0.9325rem 1.5rem;
  border-radius: 4px;
  color: #24212A;
  font-size: 1rem;
}
.snow-monkey-form .smf-item__controls .wp-block-group {
  margin-bottom: 10px;
}
.snow-monkey-form .smf-item__controls .wp-block-group p {
  margin-top: 0 !important;
}

.smf-action .smf-button-control__control {
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0.9325rem 0 1rem 0;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 5%;
  transition: all 0.3s ease-in-out;
}
.smf-action .smf-button-control__control[data-action=confirm], .smf-action .smf-button-control__control[data-action=complete] {
  border: 2px solid #D8C73B;
  background: #D8C73B;
  color: #FFFFFF;
}
.smf-action .smf-button-control__control[data-action=confirm]:hover, .smf-action .smf-button-control__control[data-action=complete]:hover {
  border: 2px solid #E1D256;
  background-color: #E1D256;
  color: #FFFFFF;
}

/* post list
--------------------------------------------- */
.p-postList {
  border-top: none !important;
}
.p-postList__link {
  padding: 0.9325rem 0.625rem !important;
}
.p-postList__body {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem 1.25rem;
}
.p-postList__meta {
  margin: 0 !important;
  font-size: 0.75rem;
}

/*
@use "search";
*/
/* main visual
--------------------------------------------- */
.p-mainVisual {
  clip-path: ellipse(97% 100% at 50% 0%);
}
@media screen and (max-width: 960px) {
  .p-mainVisual {
    clip-path: ellipse(184% 100% at 50% 0%);
  }
}
.p-mainVisual__slideTitle {
  font-size: 2.25rem;
  font-family: "Kaisei Opti", serif;
  text-shadow: 0 4px 8px rgba(36, 33, 42, 0.25);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .p-mainVisual__slideTitle {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    font-size: 1.625rem;
    text-align: left;
  }
}

.post_content {
  /* news
  --------------------------------------------- */
}
.post_content .f-news {
  margin-bottom: 4rem;
}
@media screen and (max-width: 600px) {
  .post_content .f-news {
    margin-bottom: 2rem;
  }
}
.post_content .f-news h2.hl2 {
  margin-top: 0;
  font-size: 1.375rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .post_content .f-news h2.hl2 {
    font-size: 1.25rem;
  }
}
.post_content .f-news h2.hl2::after {
  left: 0;
  transform: none;
}
.post_content {
  /* about
  --------------------------------------------- */
}
.post_content .f-about {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  background: linear-gradient(to right, rgba(36, 33, 42, 0.05) 50%, rgb(255, 255, 255) 50%), url("../img/front/about_01-pc.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .post_content .f-about {
    background: linear-gradient(rgba(36, 33, 42, 0.5), rgba(36, 33, 42, 0.5)), url("../img/front/about_01-sp.webp");
    background-size: cover;
  }
}
.post_content .f-about .l-container {
  margin-left: 50%;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 960px) {
  .post_content .f-about .l-container {
    margin-left: auto;
  }
}
.post_content .f-about .l-container h2 {
  margin-left: 2.5rem;
  font-family: "Shippori Mincho B1", serif;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .post_content .f-about .l-container h2 {
    color: #FFFFFF;
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .post_content .f-about .l-container h2 {
    margin-left: 1.25rem;
  }
}
.post_content .f-about .l-container p {
  margin-left: 1rem;
  font-family: "Shippori Mincho B1", serif;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .post_content .f-about .l-container p {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 480px) {
  .post_content .f-about .l-container p {
    margin-left: 0.625rem;
    line-height: 1.6;
  }
}
.post_content {
  /* service
  --------------------------------------------- */
}
.post_content .f-service-list {
  gap: 0 !important;
}
.post_content .f-service-list__item {
  position: relative;
  padding: 0 0 2.5rem 0 !important;
  background-image: url("../img/common/bg_noise.webp");
  background-repeat: repeat;
  background-size: 40px;
}
.post_content .f-service-list h2 {
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 960px) {
  .post_content .f-service-list h2 {
    text-align: center;
  }
}
.post_content .f-service-list p {
  margin-bottom: 1.875rem;
  color: #FFFFFF;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.8;
}
.post_content {
  /* feature
  --------------------------------------------- */
}
.post_content .f-feature__item {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 960px) {
  .post_content .f-feature__item {
    margin-bottom: 2.5rem;
  }
}
.post_content .f-feature__item h3 {
  font-family: "Shippori Mincho B1", serif;
}
.post_content .f-feature__item p {
  margin-bottom: 1.875rem;
  line-height: 1.8;
}
.post_content {
  /* route
  --------------------------------------------- */
}
.post_content .f-route h2.hl2 {
  color: #FFFFFF !important;
}
.post_content .f-route h2.hl2::after {
  background-color: #FFFFFF;
}
.post_content {
  /* access
  --------------------------------------------- */
}
.post_content .f-access {
  padding-top: 6rem !important;
}
@media screen and (max-width: 960px) {
  .post_content .f-access {
    padding-top: 4rem !important;
  }
}

/* page title
--------------------------------------------- */
.page .l-content {
  padding-top: 2.5rem;
}
.page .l-topTitleArea {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 960px) {
  .page .l-topTitleArea {
    margin-bottom: 2.5rem;
  }
}
.page .l-topTitleArea__body .c-pageTitle {
  position: relative;
  color: #FFFFFF;
  font-family: "Kaisei Opti", serif;
  text-align: center;
}
.page .l-topTitleArea__body .c-pageTitle::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -54px;
  width: 48px;
  height: 48px;
  background-image: url("../img/common/icon_onsen.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  visibility: visible;
}
.page .l-mainContent__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 5rem 0 1.25rem;
}
.page .l-mainContent__title .c-pageTitle {
  position: relative;
  color: #24212A;
  font-family: "Kaisei Opti", serif;
  text-align: center;
  writing-mode: vertical-rl;
}
.page .l-mainContent__title .c-pageTitle::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -80px;
  width: 64px;
  height: 64px;
  background-image: url("../img/common/icon_onsen.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  visibility: visible;
}
.page .l-mainContent {
  /* headline */
}
.page .l-mainContent .post_content h2.hl2 {
  position: relative;
  margin-top: 3.75rem;
  color: #24212A;
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .page .l-mainContent .post_content h2.hl2 {
    font-size: 1.625rem;
  }
}
.page .l-mainContent .post_content h2.hl2::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #D8C73B;
  border-radius: 10px;
  transform: translateX(-50%);
}
.page .l-mainContent .post_content h3 {
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #DEDEDE;
}
.page .l-mainContent .post_content h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40%;
  border-bottom: 2px solid #D8C73B;
}
.page .l-mainContent .post_content .swell-block-button {
  font-family: "LINE Seed JP", sans-serif;
}
.page .l-mainContent .post_content p {
  font-family: "Shippori Mincho B1", serif;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .page .l-mainContent .post_content p {
    line-height: 1.8;
  }
}
@media (min-width: 1232px) {
  .page .l-mainContent .post_content .alignwide {
    left: 0;
    width: 100%;
  }
}
.page .l-mainContent {
  /* table */
}
.page .l-mainContent .wp-block-table {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 960px) {
  .page .l-mainContent .wp-block-table {
    margin-bottom: 2.5rem;
  }
}
.page .l-mainContent .wp-block-table thead th {
  padding: 1.25rem;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .page .l-mainContent .wp-block-table thead th {
    padding: 1.25rem 0.9325rem;
  }
}
.page .l-mainContent .wp-block-table tbody th {
  padding: 1.25rem;
  border: 2px solid #FFFFFF;
  background-color: #F8F7F7;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .page .l-mainContent .wp-block-table tbody th {
    padding: 1.25rem 0.9325rem;
  }
}
.page .l-mainContent .wp-block-table tbody td {
  padding: 1.25rem;
  border: none;
  border-bottom: 2px solid #F8F7F7;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .page .l-mainContent .wp-block-table tbody td {
    padding: 1.25rem 0.9325rem;
    line-height: 1.6;
  }
}
.page .l-mainContent .wp-block-table__notice tbody td {
  background-color: #F8F7F7;
}
@media screen and (max-width: 960px) {
  .page .l-mainContent .wp-block-table__notice tbody td {
    text-align: left;
  }
}
.page .l-mainContent {
  /* google map */
}
.page .l-mainContent .gmap {
  position: relative;
  overflow: hidden;
  height: 480px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .page .l-mainContent .gmap {
    height: 360px;
    padding: 0 1.25rem;
  }
}
.page .l-mainContent .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* about
--------------------------------------------- */
.page-id-7 .l-topTitleArea,
.page-id-10 .l-topTitleArea,
.page-id-12 .l-topTitleArea {
  min-height: 320px;
  margin-bottom: 0;
  clip-path: ellipse(97% 100% at 50% 0%);
}
@media screen and (max-width: 960px) {
  .page-id-7 .l-topTitleArea,
  .page-id-10 .l-topTitleArea,
  .page-id-12 .l-topTitleArea {
    margin-bottom: 0;
    clip-path: ellipse(184% 100% at 50% 0%);
  }
}

.l-about-intro h2 {
  position: relative;
  color: #24212A;
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .l-about-intro h2 {
    font-size: 1.625rem;
  }
}
.l-about-facility p {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-about-facility p {
    text-align: left;
  }
}
.l-about-facility .wp-block-table tbody th {
  width: 96px !important;
}
@media screen and (max-width: 960px) {
  .l-about-facility .wp-block-table tbody th {
    width: 84px !important;
  }
}

/* lodge / hut
--------------------------------------------- */
@media screen and (max-width: 480px) {
  .l-lodge-gallery figure,
  .l-hut-gallery figure {
    width: 100% !important;
  }
}

/* lunch
--------------------------------------------- */
.l-lunch-intro {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-lunch-intro {
    text-align: left;
  }
}
.l-lunch-photo {
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .l-lunch-photo {
    margin-top: 4rem;
  }
}
.l-lunch-info .wp-block-columns {
  gap: 0 !important;
}

/* onsen
--------------------------------------------- */
.l-onsen-intro {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-onsen-intro {
    text-align: left;
  }
}
.l-onsen-photo {
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .l-onsen-photo {
    margin-top: 4rem;
  }
}
.l-onsen-facility {
  overflow-y: scroll;
}
.l-onsen-facility .wp-block-table tbody th {
  width: 96px !important;
}
@media screen and (max-width: 960px) {
  .l-onsen-facility .wp-block-table tbody th {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 960px) {
  .l-onsen-facility .wp-block-table tbody td {
    display: block;
    width: 100% !important;
    border-bottom: none !important;
  }
}

/* other
--------------------------------------------- */
.loop-slider {
  overflow: hidden;
  width: 100%;
}
.loop-slider__track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  animation: loopScroll 30s linear infinite;
}
.loop-slider__track img {
  flex-shrink: 0;
  width: auto;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  .loop-slider__track img {
    height: 160px;
  }
}
@keyframes loopScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* contact
--------------------------------------------- */
.l-contact-txt {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-contact-txt {
    text-align: left;
  }
}
.l-contact-type {
  margin-top: 3.75rem;
}
@media screen and (max-width: 960px) {
  .l-contact-type {
    margin-top: 2.5rem;
  }
}
.l-contact-type__item {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  border: 1px solid #DEDEDE;
  background-color: #F8F7F7;
}
.l-contact-type__item .btn-line .swell-block-button__link {
  background-color: #06C755;
  color: #FFFFFF;
}
.l-contact-type__item .btn-line .swell-block-button__link:hover {
  background-color: #4CC764;
}
.l-contact-mail {
  margin-top: 6.25rem;
  margin-bottom: 0;
  padding: 3.75rem;
  background-color: #F8F7F7;
}
@media screen and (max-width: 960px) {
  .l-contact-mail {
    margin-top: 3.75rem;
    padding: 2.5rem 1.25rem;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-only {
    display: block;
  }
}

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

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

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

.sm {
  display: none;
}
@media screen and (max-width: 480px) {
  .sm {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */