@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  background: #f9f9f9;
  color: #333;
  padding-top: 150px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body {
    padding-top: 80px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #333;
}

a:hover {
  opacity: 0.8;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}
@media (max-width: 768px) {
  .wrapper {
    max-width: 720px;
    padding: 0 3%;
  }
}

.section-title {
  padding-bottom: 60px;
}
.section-title .en {
  font-family: "Noto Serif";
  font-size: 1.4rem;
  padding-bottom: 5px;
}
.section-title .ja {
  font-size: 3.2rem;
  position: relative;
}
.section-title .ja::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 1px;
  background: #333;
  bottom: -10px;
  left: 0;
}

.kv {
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .kv {
    height: 250px;
    margin-bottom: 160px;
  }
}
.kv .mask {
  position: absolute;
  background: #fff;
  opacity: 0.3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.kv .page-title .ja {
  font-size: 3rem;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .kv .page-title .ja {
    font-size: 2.4rem;
  }
}
.kv .page-title .en {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .kv .page-title .en {
    font-size: 1rem;
  }
}

.viewmore-btn a {
  padding: 20px 60px;
  font-family: "Noto Serif";
  display: inline-block;
  text-decoration: none;
  outline: none;
  position: relative;
}
@media (max-width: 768px) {
  .viewmore-btn a {
    padding: 20px 40px;
  }
}
.viewmore-btn a::before,
.viewmore-btn a::after {
  content: "";
  position: absolute;
  border: solid #333;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.viewmore-btn a::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.viewmore-btn a::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.viewmore-btn a:hover::before,
.viewmore-btn a:hover::after {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-color: #333;
}

.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out;
}

.fadein-left {
  opacity: 0;
  transform: translateX(-20px); /* 左から */
  transition: all 0.8s ease-in-out;
}

.fadein-right {
  opacity: 0;
  transform: translateX(20px); /* 右から */
  transition: all 0.8s ease-in-out;
}

header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  background: #F9F9F9;
  z-index: 10;
  padding: 0 2%;
}
@media (max-width: 768px) {
  header {
    height: 80px;
    padding: 0 3%;
  }
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .inner .site-title {
  width: 200px;
  line-height: 1px;
}
@media (max-width: 768px) {
  header .inner .site-title {
    width: 160px;
    height: 80px;
  }
}
header .inner .site-title a {
  display: block;
}
header .inner #navi {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  header .inner #navi {
    width: 375px;
    background: #F9F9F9;
    padding: 40px;
    position: fixed;
    top: 0;
    left: -375px;
    bottom: 0;
    opacity: 0;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 20;
    align-items: center;
  }
}
@media (max-width: 375px) {
  header .inner #navi {
    width: 100%;
    padding: 60px 40px 40px 40px;
    left: -100%;
  }
}
header .inner #navi .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  header .inner #navi .links {
    flex-direction: column;
    align-items: center;
  }
}
header .inner #navi .links .reservation {
  width: 400px;
}
@media (max-width: 768px) {
  header .inner #navi .links .reservation {
    width: 100%;
    margin-bottom: 20px;
  }
}
header .inner #navi .links .reservation a {
  display: block;
  background: #307F86;
  border: 1px solid #307F86;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
}
header .inner #navi .links .reservation a:hover {
  background: #fff;
  border: 1px solid #307F86;
  color: #307F86;
  transition: 0.3s;
}
header .inner #navi .links .contact {
  width: 400px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  header .inner #navi .links .contact {
    width: 100%;
    margin-left: 0;
  }
}
header .inner #navi .links .contact a {
  display: block;
  background: #879855;
  border: 1px solid #879855;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
}
header .inner #navi .links .contact a:hover {
  background: #fff;
  border: 1px solid #879855;
  color: #879855;
}
header .inner #navi .gnavi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  header .inner #navi .gnavi {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
header .inner #navi .gnavi li {
  margin-left: 40px;
}
@media (max-width: 768px) {
  header .inner #navi .gnavi li {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
header .inner #navi .gnavi li a {
  position: relative;
  display: inline;
}
header .inner #navi .gnavi li a:hover {
  color: #333;
}
header .inner #navi .gnavi li a:hover::after {
  transform: scale(1.2, 1);
}
header .inner #navi .gnavi li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #333;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
@media (max-width: 768px) {
  header .toggle_btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: fixed;
    top: 22px;
    right: 18px;
    transition: 0.5s;
    z-index: 20;
  }
}
@media (max-width: 768px) {
  header .toggle_btn span {
    width: 30px;
    height: 2px;
    background: #307F86;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
}
@media (max-width: 768px) {
  header .toggle_btn span:nth-child(1) {
    top: 4px;
  }
}
@media (max-width: 768px) {
  header .toggle_btn span:nth-child(2) {
    top: 14px;
  }
}
@media (max-width: 768px) {
  header .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
}
header #mask {
  display: none;
  transition: 0.5s;
}

@media (max-width: 768px) {
  header.open #navi {
    left: 0;
    opacity: 1;
  }
}

.open .toggle_btn span {
  background: #307F86;
}
.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}
.open #mask {
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.8;
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

footer {
  width: 100%;
  padding: 2%;
}
@media (max-width: 768px) {
  footer {
    padding: 3%;
  }
}
footer .inner {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  footer .inner {
    padding-bottom: 60px;
  }
}
footer .inner .footer-info {
  padding-bottom: 40px;
  text-align: center;
}
footer .inner .footer-info .to-top {
  display: inline-block;
  width: 300px;
  margin-bottom: 20px;
  line-height: 1px;
}
footer .inner .footer-info .to-top a {
  display: block;
}
footer .inner nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .inner nav .links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  footer .inner nav .links {
    flex-direction: column;
    align-items: center;
  }
}
footer .inner nav .links .reservation {
  width: 450px;
}
@media (max-width: 768px) {
  footer .inner nav .links .reservation {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .inner nav .links .reservation a {
  display: block;
  background: #307F86;
  border: 1px solid #307F86;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
}
footer .inner nav .links .reservation a:hover {
  background: #fff;
  border: 1px solid #307F86;
  color: #307F86;
  transition: 0.3s;
}
footer .inner nav .links .contact {
  width: 450px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  footer .inner nav .links .contact {
    width: 100%;
    margin-left: 0;
  }
}
footer .inner nav .links .contact a {
  display: block;
  background: #879855;
  border: 1px solid #879855;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
}
footer .inner nav .links .contact a:hover {
  background: #fff;
  border: 1px solid #879855;
  color: #879855;
}
footer .inner nav .gnavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #333;
}
@media (max-width: 768px) {
  footer .inner nav .gnavi {
    flex-direction: column;
  }
}
footer .inner nav .gnavi li {
  margin-left: 40px;
}
@media (max-width: 768px) {
  footer .inner nav .gnavi li {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
footer .inner nav .gnavi li a {
  position: relative;
  display: inline;
}
footer .inner nav .gnavi li a:hover {
  color: #333;
}
footer .inner nav .gnavi li a:hover::after {
  transform: scale(1.2, 1);
}
footer .inner nav .gnavi li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #333;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
footer .inner nav .gnavi li:nth-child(1) {
  margin-left: 0;
}
footer .inner nav .other-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .inner nav .other-links li {
  margin-left: 40px;
}
footer .inner nav .other-links li:nth-child(1) {
  margin-left: 0;
}
footer .copy {
  text-align: center;
  font-size: 1.4rem;
}

.mv {
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .mv {
    margin-bottom: 160px;
  }
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.about {
  padding-bottom: 160px;
  text-align: center;
}
.about .tagline {
  font-size: 3.2rem;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .about .tagline {
    font-size: 2.4rem;
  }
}
.about .tagline span {
  opacity: 0;
}
.about .tagline.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}
@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about .wrapper {
  margin-bottom: 100px;
}

.facilities-attractions {
  margin-bottom: 160px;
  position: relative;
  background: #f2f2f2;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .facilities-attractions {
    margin-bottom: 500px;
  }
}
.facilities-attractions .text {
  width: 45%;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .facilities-attractions .text {
    width: 100%;
  }
}
.facilities-attractions .section-img {
  position: absolute;
  width: 50%;
  height: 110%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .facilities-attractions .section-img {
    width: 100%;
    height: 60%;
    top: 100%;
    transform: translateY(0);
  }
}
.facilities-attractions .section-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .facilities-attractions .viewmore-btn {
    text-align: center;
  }
}

.slider {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .slider {
    padding-bottom: 160px;
  }
}
.slider .slider-list {
  width: 100%;
  height: 100%;
}
.slider .slider-list li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.program {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .program {
    padding-bottom: 160px;
  }
}
.program .description {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .program .description {
    text-align: left;
  }
}
.program .program-list {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .program .program-list {
    padding-bottom: 40px;
  }
}
.program .program-list .box {
  background: #F2F2F2;
}
.program .program-list .box a {
  display: block;
  padding: 60px;
}
@media (max-width: 768px) {
  .program .program-list .box a {
    padding: 20px;
  }
}
.program .program-list .box a .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .program .program-list .box a .inner {
    flex-direction: column;
  }
}
.program .program-list .box a .inner .image {
  width: 48%;
  height: 300px;
}
@media (max-width: 768px) {
  .program .program-list .box a .inner .image {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
}
.program .program-list .box a .inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .program .program-list .box a .inner .image img {
    height: 100%;
  }
}
.program .program-list .box a .inner .text {
  width: 48%;
}
@media (max-width: 768px) {
  .program .program-list .box a .inner .text {
    width: 100%;
  }
}
.program .program-list .box a .inner .text .sub-title {
  padding-bottom: 20px;
}
.program .program-list .box a .inner h3 {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 60px;
}
.program .program-list .box a .inner h3::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  bottom: -15px;
  left: 0;
}
.program .viewmore-btn {
  text-align: center;
}

.slick-dots li button:before {
  font-size: 15px;
}

.slick-dots li.slick-active button:before {
  color: #307F86;
}

/* デフォルト矢印を非表示にする */
.slick-prev:before, .slick-next:before {
  display: none; /* デフォルトの矢印を完全に非表示 */
}

.access {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .access {
    margin-bottom: 200px;
  }
}
.access .address {
  background: #f2f2f2;
  padding: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.access .address .fa-location-dot {
  color: #333;
  padding-right: 5px;
}
.access .address .postal-code {
  padding-right: 20px;
}
.access .map {
  width: 100%;
  margin-bottom: 60px;
}
.access .map iframe {
  width: 100%;
}
.access .directions {
  width: 100%;
}
.access .directions ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .access .directions ul {
    flex-direction: column;
  }
}
.access .directions ul li {
  width: 30%;
  background: #307F86;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 200px;
  position: relative;
}
@media (max-width: 768px) {
  .access .directions ul li {
    width: 100%;
    margin-bottom: 250px;
  }
}
.access .directions ul li span {
  position: absolute;
  color: #333;
  background: #f9f9f9;
  display: block;
  top: 155%;
  left: 50%;
  padding: 5px 0;
  transform: translateX(-50%);
  z-index: 1;
}
.access .directions ul li span .fa-solid {
  color: #307F86;
}
.access .directions ul li:last-child {
  margin-bottom: 0;
}
.access .directions ul li::after {
  position: absolute;
  content: "";
  background: #333;
  width: 1px;
  height: 117px;
  top: 100%;
  left: 50%;
}
.access .directions li::before {
  position: absolute;
  content: "ゲストハウス高島";
  background: #fff;
  border: 1px solid #307F86;
  color: #307F86;
  width: 100%;
  height: 55px;
  padding: 15px;
  top: 250%;
  left: 0;
}

.pages-facilities .about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .pages-facilities .about {
    flex-direction: column-reverse;
    padding-bottom: 160px;
  }
}
.pages-facilities .about .image {
  width: 48%;
  height: auto;
}
@media (max-width: 768px) {
  .pages-facilities .about .image {
    width: 100%;
  }
}
.pages-facilities .about .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages-facilities .about .text {
  width: 48%;
  text-align: left;
}
@media (max-width: 768px) {
  .pages-facilities .about .text {
    width: 100%;
    padding-bottom: 60px;
  }
}
.pages-facilities .about .text h3 {
  font-size: 2.4rem;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .pages-facilities .about .text h3 {
    text-align: center;
  }
}
.pages-facilities .about .text p:first-child {
  padding-bottom: 20px;
}
.pages-facilities .info {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .pages-facilities .info {
    padding-bottom: 100px;
  }
}
.pages-facilities .info dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #333;
}
@media (max-width: 768px) {
  .pages-facilities .info dl {
    flex-direction: column;
  }
}
.pages-facilities .info dl dt {
  width: 10%;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #333;
}
@media (max-width: 768px) {
  .pages-facilities .info dl dt {
    width: 100%;
    border-bottom: none;
    padding: 20px 0 10px 20px;
  }
}
.pages-facilities .info dl dd {
  width: 90%;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #333;
}
@media (max-width: 768px) {
  .pages-facilities .info dl dd {
    width: 100%;
    padding: 0 0 20px 20px;
  }
}
.pages-facilities .floor {
  padding-bottom: 150px;
  width: 100%;
}
@media (max-width: 768px) {
  .pages-facilities .floor {
    padding-bottom: 100px;
  }
}
.pages-facilities .floor img {
  width: 100%;
}
.pages-facilities .list {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .pages-facilities .list {
    padding-bottom: 100px;
  }
}
.pages-facilities .list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px; /* 列・行間の余白の間隔（縦・横）*/
}
@media (max-width: 768px) {
  .pages-facilities .list ul {
    grid-template-columns: 1fr;
    gap: 60px; /* 列・行間の余白の間隔（縦・横）*/
  }
}
.pages-facilities .list ul li .image {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.pages-facilities .list ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages-facilities .list ul li h4 {
  font-size: 2.4rem;
  padding-bottom: 10px;
}
.pages-facilities .slider {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .pages-facilities .slider {
    padding-bottom: 100px;
  }
}

.attractions {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .attractions {
    padding-bottom: 160px;
  }
}
.attractions .description {
  text-align: center;
  padding-bottom: 100px;
  font-size: 2.4rem;
}
.attractions .food {
  padding-bottom: 200px;
}
.attractions .food .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px; /* 列の余白の間隔（縦）*/
  row-gap: 60px; /* 行間の余白の間隔（横）*/
}
@media (max-width: 768px) {
  .attractions .food .list {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0; /* 列の余白の間隔（縦）*/
    row-gap: 60px; /* 行間の余白の間隔（横）*/
  }
}
.attractions .food .list .image {
  max-height: 350px;
  max-width: 600px;
  margin-bottom: 20px;
}
.attractions .food .list .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.attractions .food .list .text dt {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 5px;
}
.attractions .food .list .text dd .fa-solid {
  color: #307F86;
  font-size: 1.8rem;
  padding-right: 5px;
}
.attractions .bath {
  padding-bottom: 200px;
}
.attractions .bath .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px; /* 列の余白の間隔（縦）*/
  row-gap: 60px; /* 行間の余白の間隔（横）*/
}
@media (max-width: 768px) {
  .attractions .bath .list {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0; /* 列の余白の間隔（縦）*/
    row-gap: 60px; /* 行間の余白の間隔（横）*/
  }
}
.attractions .bath .list .image {
  max-height: 350px;
  max-width: 600px;
  margin-bottom: 20px;
}
.attractions .bath .list .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.attractions .bath .list .text dt {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 5px;
}
.attractions .bath .list .text dd .fa-solid {
  color: #307F86;
  font-size: 1.8rem;
  padding-right: 5px;
}
.attractions .nearby-attractions .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px; /* 列の余白の間隔（縦）*/
  row-gap: 60px; /* 行間の余白の間隔（横）*/
}
@media (max-width: 768px) {
  .attractions .nearby-attractions .list {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0; /* 列の余白の間隔（縦）*/
    row-gap: 60px; /* 行間の余白の間隔（横）*/
  }
}
.attractions .nearby-attractions .list .image {
  max-height: 350px;
  max-width: 600px;
  margin-bottom: 20px;
}
.attractions .nearby-attractions .list .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.attractions .nearby-attractions .list h3 {
  font-size: 2.4rem;
  font-weight: 400;
  padding-bottom: 5px;
}

.program {
  padding-bottom: 100px;
}
.program .description {
  padding-bottom: 100px;
  text-align: center;
}
.program .list .list-item {
  background: #f2f2f2;
  padding: 60px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .program .list .list-item {
    padding: 40px 20px;
  }
}
.program .list .list-item .image {
  width: 100%;
  height: 500px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .program .list .list-item .image {
    height: 400px;
  }
}
@media (max-width: 375px) {
  .program .list .list-item .image {
    height: 300px;
  }
}
.program .list .list-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program .list .list-item .title {
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .program .list .list-item .title {
    font-size: 2.4rem;
  }
}
.program .list .list-item .title::after {
  position: absolute;
  content: "";
  background: #333;
  width: 200px;
  height: 1px;
  bottom: -20%;
  left: 0;
}
.program .list .list-item .main-text {
  font-size: 2.4rem;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .program .list .list-item .main-text {
    font-size: 1.8rem;
  }
}
.program .list .list-item .sub-text {
  padding-bottom: 60px;
}
.program .list .list-item .info {
  font-size: 2.4rem;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .program .list .list-item .info {
    font-size: 1.8rem;
  }
}
.program .list .list-item .info-list li {
  padding-bottom: 30px;
}
.program .list .list-item .info-list li .info-list-title {
  padding-bottom: 5px;
}
.program .list .list-item .info-list li:nth-child(3) {
  padding-bottom: 0;
}
.program .list .list-item .instructor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .program .list .list-item .instructor {
    flex-direction: column;
  }
}
.program .list .list-item .instructor-text {
  width: 48%;
  background: #fff;
  padding: 20px 20px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .program .list .list-item .instructor-text {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.program .list .list-item .instructor-text .name {
  font-size: 2.4rem;
  text-align: center;
}
.program .list .list-item .instructor-image {
  width: 48%;
  height: 300px;
}
@media (max-width: 768px) {
  .program .list .list-item .instructor-image {
    width: 100%;
  }
}
.program .list .list-item .instructor-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 5%;
     object-position: 50% 5%;
}

.page-access {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .page-access {
    margin-bottom: 200px;
  }
}
.page-access .address {
  background: #f2f2f2;
  padding: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.page-access .address .fa-location-dot {
  color: #333;
  padding-right: 5px;
}
.page-access .address .postal-code {
  padding-right: 20px;
}
.page-access .map {
  width: 100%;
  margin-bottom: 60px;
}
.page-access .map iframe {
  width: 100%;
}
.page-access .directions {
  width: 100%;
}
.page-access .directions ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-access .directions ul {
    flex-direction: column;
  }
}
.page-access .directions ul li {
  width: 30%;
  background: #307F86;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 200px;
  position: relative;
}
@media (max-width: 768px) {
  .page-access .directions ul li {
    width: 100%;
    margin-bottom: 250px;
  }
}
.page-access .directions ul li span {
  position: absolute;
  color: #333;
  background: #f9f9f9;
  display: block;
  top: 155%;
  left: 50%;
  padding: 5px 0;
  transform: translateX(-50%);
  z-index: 1;
}
.page-access .directions ul li span .fa-solid {
  color: #307F86;
}
.page-access .directions ul li:last-child {
  margin-bottom: 0;
}
.page-access .directions ul li::after {
  position: absolute;
  content: "";
  background: #333;
  width: 1px;
  height: 117px;
  top: 100%;
  left: 50%;
}
.page-access .directions li::before {
  position: absolute;
  content: "ゲストハウス高島";
  background: #fff;
  border: 1px solid #307F86;
  color: #307F86;
  width: 100%;
  height: 55px;
  padding: 15px;
  top: 250%;
  left: 0;
}

.page-contact {
  padding-bottom: 200px;
}
.page-contact .description {
  padding-bottom: 80px;
  text-align: center;
}
.page-contact .Form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .page-contact .Form {
    padding-bottom: 160px;
  }
}
@media (max-width: 375px) {
  .page-contact .Form {
    padding-bottom: 100px;
  }
}
.page-contact .Form .Form-Item-Label {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-bottom: 10px;
}
.page-contact .Form .Form-Item-Label-Required {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 3px 10px;
  background: #307F86;
  font-size: 1rem;
  color: #fff;
}
.page-contact .Form input,
.page-contact .Form select,
.page-contact .Form textarea {
  margin-bottom: 40px;
}
.page-contact .Form .form-control {
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(48, 127, 134, 0.2);
}
.page-contact .Form .checkbox-wrap {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.page-contact .Form .checkbox-wrap a {
  margin-left: 5px;
  color: #307F86;
  text-decoration: underline;
}
.page-contact .Form .checkbox-wrap input.checkbox {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 5px;
  border: 1px solid #333;
  accent-color: #307F86;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.page-contact .Form .button-wrap {
  text-align: center;
}
.page-contact .Form .button-wrap .confirm_button {
  display: inline-block;
  padding: 20px 100px;
  border: 1px solid #307F86;
  background: #307F86;
  color: #fff;
}
@media (max-width: 768px) {
  .page-contact .Form .button-wrap .confirm_button {
    padding: 20px 80px;
  }
}
@media (max-width: 768px) {
  .page-contact .Form .button-wrap .confirm_button {
    padding: 10px 60px;
  }
}
.page-contact .Form .button-wrap .confirm_button:hover {
  border: 1px solid #307F86;
  background: #fff;
  color: #307F86;
  transition: 0.3s;
}
.page-contact .confirm_area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .page-contact .confirm_area {
    padding-bottom: 160px;
  }
}
@media (max-width: 375px) {
  .page-contact .confirm_area {
    padding-bottom: 100px;
  }
}
.page-contact .confirm_area h2 {
  font-size: 2.4rem;
  font-weight: 600;
}
.page-contact .confirm_area .Form-Item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page-contact .confirm_area .Form-Item .Form-Item-Label {
  font-weight: bold;
  background: none;
  padding: 0;
}
.page-contact .confirm_area .Form-Item p {
  background-color: rgba(48, 127, 134, 0.2);
  padding: 10px 15px;
  border-radius: 8px;
}
.page-contact .confirm_area .button-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.page-contact .confirm_area .button-wrap .submit {
  display: inline-block;
  margin-bottom: 40px;
  padding: 20px 100px;
  border: 1px solid #307F86;
  background: #307F86;
  color: #fff;
}
@media (max-width: 768px) {
  .page-contact .confirm_area .button-wrap .submit {
    padding: 20px 80px;
  }
}
@media (max-width: 768px) {
  .page-contact .confirm_area .button-wrap .submit {
    padding: 10px 60px;
  }
}
.page-contact .confirm_area .button-wrap .submit:hover {
  border: 1px solid #307F86;
  background: #fff;
  color: #307F86;
  transition: 0.3s;
}
.page-contact .confirm_area .button-wrap .back_button {
  display: inline-block;
  padding: 20px 100px;
  border: 1px solid #307F86;
  background: #fff;
  color: #307F86;
}
@media (max-width: 768px) {
  .page-contact .confirm_area .button-wrap .back_button {
    padding: 20px 80px;
  }
}
@media (max-width: 768px) {
  .page-contact .confirm_area .button-wrap .back_button {
    padding: 10px 60px;
  }
}
.page-contact .confirm_area .button-wrap .back_button:hover {
  border: 1px solid #307F86;
  background: #307F86;
  color: #fff;
  transition: 0.3s;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.page-reservation {
  /* ボタンカスタム（Booking Calendarのボタンに適用） */
}
.page-reservation .intro .description {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 60px;
}
.page-reservation .intro .notice {
  border: 1px solid #307f86;
  border-radius: 30px;
  padding: 60px;
}
.page-reservation .intro .notice li {
  margin-bottom: 4px;
  list-style: disc;
  margin-left: 1.5em;
}
.page-reservation .intro .notice li .title {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 5px;
  text-align: left;
}
.page-reservation .intro .notice li .text {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
}
.page-reservation .intro .notice li a {
  color: #307f86;
  font-weight: 600;
  border-bottom: 1px solid #307f86;
}
.page-reservation .calendar {
  margin-top: 2em;
}
.page-reservation .booking_button {
  background-color: #307f86;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
}
.page-reservation .booking_button:hover {
  background-color: #245f62;
}

.page-privacy-policy {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .page-privacy-policy {
    margin-bottom: 200px;
  }
}
.page-privacy-policy .description {
  padding-bottom: 60px;
}
.page-privacy-policy .privacy-policy-list-item {
  padding-bottom: 40px;
}
.page-privacy-policy .privacy-policy-list-item .title {
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
}
.page-privacy-policy .privacy-policy-list-item li {
  margin-left: 20px;
  list-style-type: disc;
}

.page-terms {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .page-terms {
    margin-bottom: 200px;
  }
}
.page-terms .description {
  padding-bottom: 60px;
}
.page-terms .terms-list-item {
  padding-bottom: 40px;
}
.page-terms .terms-list-item .title {
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
}
.page-terms .terms-list-item li {
  margin-left: 20px;
  list-style-type: disc;
}

.page-404 .page-title {
  text-align: center;
  padding-bottom: 40px;
}
.page-404 .page-title .en {
  font-size: 3rem;
  padding-bottom: 10px;
}
.page-404 .page-title .ja {
  font-size: 2.4rem;
}
.page-404 .description {
  padding-bottom: 80px;
  text-align: center;
}
.page-404 .viewmore-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 180px;
}
/*# sourceMappingURL=style.css.map */