/* Scss Document */
/*------------- reset -------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.5s ease-out;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------- base -------------*/
body {
  color: #6a5843;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

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

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

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

a:hover {
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.6;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.slick-slider div {
  transition: none;
}

.l-wrapper {
  overflow-x: hidden;
}

.l-main {
  padding-top: 0;
}

.l-page {
  background: url("../img/top/bg_about.png") top -140px center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-page {
    background: url("../img/top/bg_about.png") top -10px center no-repeat;
    background-size: 120% auto;
  }
}

.l-inner {
  padding: 0 20px;
}

.l-section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 50px 0;
  }
}
.l-section--gray {
  background: #f5f4f0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px 14px 16px;
  transition: background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 12px 16px;
  }
}
.l-header__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.l-header__menu-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.l-header__menu-lines span {
  display: block;
  width: 24px;
  height: 4px;
  background: #6a5843;
  border-radius: 1px;
  transition: transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.18s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-header__menu-label {
  font-size: 9px;
  font-weight: 700;
  color: #6a5843;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    display: none;
  }
}
.l-header__logo img {
  height: 36px;
  width: auto;
}
.l-header__reserve {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #9fb618;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 11px 30px 11px 40px;
  border-radius: 15px;
  white-space: nowrap;
  letter-spacing: 0.04em;
  transition: opacity 0.15s;
}
.l-header__reserve:hover {
  opacity: 0.85;
  color: #fff;
}
.l-header__reserve::after {
  display: block;
  content: "";
  width: 39.33px;
  height: 6.42px;
  background: url("../img/arrow.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .l-header__reserve {
    display: none;
  }
}

.l-nav {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  pointer-events: none;
  visibility: hidden;
}
.l-nav.is-open {
  pointer-events: auto;
  visibility: visible;
}
.l-nav.is-open .l-nav__panel {
  transform: translateX(0);
}
.l-nav.is-open .l-nav__item,
.l-nav.is-open .l-nav__label,
.l-nav.is-open .l-nav__btns {
  opacity: 1;
  transform: translateY(0);
}
.l-nav.is-open .l-nav__bg-right {
  opacity: 1;
}
.l-nav__panel {
  width: 75%;
  height: 100%;
  background: rgba(246, 246, 244, 0.95);
  transform: translateX(-100%);
  transition: transform 0.22s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-nav__panel {
    width: 90%;
    padding: 80px 32px 48px;
    justify-content: flex-start;
  }
}
.l-nav__bg-right {
  flex: 1;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.22s cubic-bezier(0.25, 0.1, 0.25, 1) 0.06s;
}
@media screen and (max-width: 767px) {
  .l-nav__bg-right {
    display: none;
  }
}
.l-nav__close {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px;
}
.l-nav__close-icon {
  font-size: 20px;
  color: #6a5843;
  line-height: 1;
  font-weight: 700;
}
.l-nav__close-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #6a5843;
  font-family: "Montserrat", sans-serif;
}
.l-nav__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #888;
  margin-bottom: 20px;
  display: block;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.14s, transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.14s;
}
.l-nav__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.l-nav__item {
  opacity: 0;
  transform: translateY(8px);
  text-align: center;
}
.l-nav__item:nth-child(1) {
  transition: opacity 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
}
.l-nav__item:nth-child(2) {
  transition: opacity 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.24s, transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.24s;
}
.l-nav__item:nth-child(3) {
  transition: opacity 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.28s, transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.28s;
}
.l-nav__item:nth-child(4) {
  transition: opacity 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.32s, transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.32s;
}
.l-nav__item:nth-child(5) {
  transition: opacity 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.36s, transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.36s;
}
.l-nav__item:nth-child(6) {
  transition: opacity 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s, transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s;
}
.l-nav__item a {
  display: block;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 700;
  color: #6a5843;
  transition: color 0.12s;
}
@media screen and (max-width: 767px) {
  .l-nav__item a {
    padding: 14px 0;
  }
}
.l-nav__item a:hover {
  color: #7cb518;
  opacity: 1;
}
.l-nav__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.38s, transform 0.18s cubic-bezier(0.25, 0.1, 0.25, 1) 0.38s;
}
.l-nav__btns a {
  display: block;
  padding: 6px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 15px;
  letter-spacing: 0.04em;
  transition: opacity 0.15s;
  width: 256px;
  margin-left: auto;
  margin-right: auto;
}
.l-nav__btns a:hover {
  opacity: 0.82;
}
.l-nav__btns-reserve {
  background: #9fb618;
  color: #fff !important;
}
.l-nav__btns-contact {
  background: #6a5843;
  color: #fff !important;
}

.l-footer {
  padding: 56px 0 0;
  background: #f6f6f4;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 0 40px;
    text-align: center;
  }
}
.l-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    padding: 0 20px;
    gap: 28px;
  }
}
.l-footer__left {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    order: 1;
    margin: 20px auto 0;
  }
}
.l-footer__logo {
  margin-bottom: 24px;
}
.l-footer__logo img {
  height: 42px;
}
.l-footer__address {
  font-size: 13px;
  line-height: 1.7;
  color: #6a5843;
  margin-bottom: 14px;
}
.l-footer__links {
  font-size: 13px;
}
.l-footer__links a {
  font-size: 13px;
  color: #6a5843;
}
.l-footer__links a:hover {
  opacity: 0.65;
}
.l-footer__nav {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    text-align: left;
    width: 100%;
    order: 0;
  }
}
.l-footer__nav ul {
  list-style: none;
  padding: 0;
}
.l-footer__nav ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li {
    text-align: center;
  }
}
.l-footer__nav ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #6a5843;
}
.l-footer__nav ul li a:hover {
  opacity: 0.65;
}
.l-footer__copy {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  padding: 18px 0 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 28px;
    order: 2;
  }
}

.c-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding: 0 20px;
  }
}

.c-section-head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-section-head {
    margin-bottom: 28px;
  }
}

.c-section-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.c-section-title {
  font-size: 27px;
  font-weight: 700;
  color: #6a5843;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-section-title.--big {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 24px;
  }
  .c-section-title.--big {
    font-size: 32px;
  }
}

.c-page-hero {
  position: relative;
  padding: 140px 0 20px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-hero {
    padding: 100px 0 16px;
  }
}
.c-page-hero__content {
  position: relative;
  z-index: 1;
}

.p-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 480px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hero {
    height: 100svh;
    min-height: 600px;
  }
}
.p-hero__img {
  position: absolute;
  inset: 0;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  object-fit: cover;
  object-position: center top;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-hero__img {
    height: 70vh;
  }
}
.p-hero__content {
  position: absolute;
  top: 90px;
  left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 30px 30px 90px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .p-hero__content {
    background: none;
    padding: 50px 0;
    width: calc(100% - 40px);
    top: 70vh;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    text-align: center;
  }
}
.p-hero__logo img {
  height: 93px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-hero__logo img {
    height: 56px;
  }
}
.p-hero__catch {
  font-size: 18px;
  line-height: 1.7;
  color: #6a5843;
  margin-top: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-hero__catch {
    text-align: center;
    font-size: 15px;
  }
}

.p-about {
  padding: 72px 0 140px;
  background: url("../img/top/bg_about.png") no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 52px 0 72px;
    background: url("../img/top/bg_about.png") top -42% center no-repeat;
    background-size: 200% auto;
  }
}
.p-about__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: 0 20px;
    text-align: left;
  }
}
.p-about__sub-text {
  font-size: 17px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about__sub-text {
    font-size: 14px;
  }
}
.p-about__desc {
  font-size: 14px;
  line-height: 1.9;
  color: #6a5843;
  text-align: center;
  max-width: 580px;
  margin: 0 auto 52px;
}
@media screen and (max-width: 767px) {
  .p-about__desc {
    font-size: 12px;
    margin-bottom: 36px;
    max-width: none;
  }
}
.p-about__photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: calc(100% + 60px);
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .p-about__photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-about__photos figure {
  overflow: hidden;
  margin-top: auto;
}
.p-about__photos figure img {
  width: 100%;
  display: block;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-about__photos figure img {
    border-radius: 20px;
  }
}

.p-features {
  padding: 72px 0 600px;
  background: #f6f6f4;
}
@media screen and (max-width: 767px) {
  .p-features {
    padding: 52px 0 500px;
  }
}
.p-features__grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-features__grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 36px;
  }
}
.p-features__item {
  background: #fff;
  border-radius: 24px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.p-features__item img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 16px;
  display: block;
  flex-shrink: 0;
}
.p-features__item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-features__item h3 {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-features__item p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #5a4a3a;
  margin: 0;
}
.p-features__note {
  max-width: 1100px;
  margin: 80px auto 30px;
  padding: 0 40px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-features__note {
    padding: 0 20px;
    margin-top: 60px;
  }
}

.p-parallax-wrap {
  overflow-x: clip;
}

.p-parallax {
  position: relative;
  height: 860px;
  overflow: hidden;
  border-radius: 50%;
  width: 140%;
  margin-left: -20%;
  margin-top: -500px;
}
@media screen and (max-width: 767px) {
  .p-parallax {
    height: 530px;
    margin-top: -400px;
  }
}
.p-parallax__img {
  position: absolute;
  left: 10%;
  width: 100%;
  top: -30%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-parallax__img {
    top: 0;
    height: 110%;
  }
}

.p-facility {
  padding: 120px 0 72px;
}
@media screen and (max-width: 767px) {
  .p-facility {
    padding: 65px 0;
  }
}
.p-facility__main {
  max-width: 850px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-facility__main {
    grid-template-columns: 1fr;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 15px;
  }
}
.p-facility__main img {
  width: 100%;
  border-radius: 20px;
  display: block;
}
.p-facility__main img.p-facility__main-photo {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.p-facility__main img.p-facility__main-map {
  aspect-ratio: 3/4;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-facility__main img.p-facility__main-photo {
    order: 2;
  }
  .p-facility__main img.p-facility__main-map {
    order: 0;
  }
}
.p-facility__thumbs {
  max-width: 850px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-facility__thumbs {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    gap: 15px;
  }
}
.p-facility__thumbs img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.p-facility__amenities {
  max-width: 850px;
  margin: 40px auto;
  padding: 20px;
  font-size: 14px;
  border: 1px solid;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-facility__amenities {
    order: 1;
    margin: 40px 0;
  }
}

.p-price {
  padding: 72px 0;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding: 52px 0;
  }
}
.p-price__box {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-price__box {
    padding: 0;
  }
}
.p-price__inner {
  background: #f6f6f4;
  border-radius: 8px;
  padding: 40px 52px;
}
@media screen and (max-width: 767px) {
  .p-price__inner {
    border: none;
    padding: 50px 24px;
  }
}
.p-price__row {
  display: flex;
  align-items: center;
  gap: 33px;
}
@media screen and (max-width: 767px) {
  .p-price__row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.p-price__row + .p-price__row {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-price__row + .p-price__row {
    margin-top: 60px;
  }
}
.p-price__label {
  flex-shrink: 0;
  width: 200px;
  background: #fff;
  border-radius: 100px;
  padding: 14px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #6a5843;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price__label {
    width: 240px;
    font-size: 16px;
    padding: 12px 16px;
    margin: 0 auto;
  }
}
.p-price__rates {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .p-price__rates {
    gap: 8px;
  }
}
.p-price__rate-row {
  display: flex;
  align-items: baseline;
  gap: 33px;
}
@media screen and (max-width: 767px) {
  .p-price__rate-row {
    gap: 16px;
  }
}
.p-price__time {
  font-size: 20px;
  font-weight: 700;
  color: #6a5843;
  white-space: nowrap;
  min-width: 130px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__time {
    font-size: 13px;
    min-width: 100px;
  }
}
.p-price__amount {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.p-price__value {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-price__value {
    font-size: 22px;
  }
}
.p-price__unit {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 700;
}
.p-price__note {
  max-width: 860px;
  margin: 33px auto 0;
  padding: 0 40px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__note {
    padding: 0 20px;
    font-size: 12px;
  }
}
.p-price__note a {
  color: #7cb518;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-faq {
  padding: 272px 0 210px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 140px 0 200px;
    overflow-x: clip;
  }
}
.p-faq__section {
  position: relative;
}
.p-faq__section .faq-img01 {
  position: absolute;
  width: 259px;
  top: -300px;
  right: 80%;
}
@media screen and (max-width: 767px) {
  .p-faq__section .faq-img01 {
    width: 128px;
    right: inherit;
    left: -30px;
    top: -230px;
  }
}
.p-faq__section .faq-img02 {
  position: absolute;
  width: 304px;
  bottom: -300px;
  left: 80%;
}
@media screen and (max-width: 767px) {
  .p-faq__section .faq-img02 {
    width: 204px;
    left: inherit;
    right: -20px;
    bottom: -220px;
  }
}
.p-faq__list {
  max-width: 860px;
  margin: 60px auto 0;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    padding: 0 20px;
    margin: 40px auto 0;
  }
}
.p-faq__item {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    margin-bottom: 22px;
  }
}
.p-faq__q, .p-faq__a {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.p-faq__q {
  margin-bottom: 8px;
}
.p-faq__icon {
  flex-shrink: 0;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .p-faq__icon {
    width: 39px;
    height: 39px;
    font-size: 20px;
  }
}
.p-faq__icon--q {
  background: #6a5843;
}
.p-faq__icon--a {
  background: #f6f6f4;
  color: #6a5843;
}
.p-faq__text {
  line-height: 1.8;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    font-size: 13px;
  }
}
.p-faq__photo {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq__photo {
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
  }
  .p-faq__photo img {
    width: 100%;
    border-radius: 4px;
  }
}
.p-faq__section {
  position: relative;
}

.p-access {
  padding: 72px 0;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding: 52px 0;
  }
}
.p-access__body {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-access__body {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 32px;
  }
}
.p-access__info {
  width: 240px;
  margin: 0 auto;
}
.p-access__logo {
  margin-bottom: 14px;
}
.p-access__logo img {
  height: 49px;
}
.p-access__address {
  font-size: 16px;
  line-height: 1.8;
  color: #6a5843;
  margin-bottom: 14px;
}
.p-access__address span {
  display: block;
}
.p-access__info-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-access__info-list {
    margin-bottom: 40px;
  }
}
.p-access__info-list li {
  font-size: 14px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding-left: 36px;
}
.p-access__info-list li img {
  position: absolute;
  top: 0;
  left: 0px;
}
.p-access__reserve-btn {
  margin: 0 auto;
  border-bottom: 1px solid;
  font-size: 14px;
  padding: 8px 22px;
  position: relative;
  color: #6a5843;
  display: block;
  width: 170px;
}
.p-access__reserve-btn:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #6a5843;
  position: absolute;
  right: -1px;
  bottom: 3px;
  transform: rotate(45deg);
}
.p-access__map {
  width: 100%;
  aspect-ratio: 4/4;
  background: #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #888;
  overflow: hidden;
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 40px;
  }
}

.p-cta {
  padding: 0px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    margin-top: 80px;
  }
}
.p-cta__note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 4px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-cta__note {
    font-size: 12px;
  }
}
.p-cta__sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-cta__sub {
    font-size: 12px;
  }
}
.p-cta__btn {
  position: absolute;
}
.p-cta__btn:hover {
  transform: translateY(-10px);
  opacity: 1;
}
.p-cta__btn01 {
  width: 371px;
  top: 23%;
  left: 20%;
}
@media screen and (max-width: 767px) {
  .p-cta__btn01 {
    width: 50%;
    left: 2%;
    top: -29%;
  }
}
.p-cta__btn02 {
  width: 171px;
  top: 28%;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .p-cta__btn02 {
    width: 26%;
    top: 0;
    right: 12%;
  }
}
.p-cta__mascot {
  width: 100%;
}
.p-cta__mascot img {
  width: 100%;
}

.p-contact__wrap {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .p-contact__wrap {
    padding: 0 0 60px;
  }
}
.p-contact__lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
  color: #6a5843;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    margin-bottom: 32px;
    font-size: 13px;
  }
}
.p-contact__box {
  background: rgba(246, 246, 244, 0.7);
  border-radius: 4px;
  padding: 52px 64px;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    padding: 32px 20px;
  }
}
.p-contact__field {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-contact__field {
    margin-bottom: 22px;
  }
}
.p-contact__label-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.p-contact__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: 0.04em;
}
.p-contact__badge--required {
  background: #fd8f80;
}
.p-contact__badge--optional {
  background: #919191;
}
.p-contact__label-text {
  font-size: 14px;
  font-weight: 700;
  color: #6a5843;
}
.p-contact input[type=text],
.p-contact input[type=email],
.p-contact input[type=tel],
.p-contact input[type=date],
.p-contact textarea {
  width: 100%;
  padding: 12px 14px;
  border: none;
  background: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #6a5843;
  outline: none;
  border-radius: 0;
  transition: border-color 0.15s;
  -webkit-appearance: none;
}
.p-contact input[type=text]:focus,
.p-contact input[type=email]:focus,
.p-contact input[type=tel]:focus,
.p-contact input[type=date]:focus,
.p-contact textarea:focus {
  border-bottom-color: #6a5843;
}
.p-contact input[type=text]::placeholder,
.p-contact input[type=email]::placeholder,
.p-contact input[type=tel]::placeholder,
.p-contact input[type=date]::placeholder,
.p-contact textarea::placeholder {
  color: #bbb;
}
@media screen and (max-width: 767px) {
  .p-contact input[type=text],
  .p-contact input[type=email],
  .p-contact input[type=tel],
  .p-contact input[type=date],
  .p-contact textarea {
    font-size: 14px;
    padding: 10px 4px;
  }
}
.p-contact textarea {
  height: 160px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact textarea {
    height: 120px;
  }
}
.p-contact__submit-wrap {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__submit-wrap {
    margin-top: 28px;
  }
}
.p-contact__submit {
  display: inline-block;
  background: #6a5843;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 72px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  transition: opacity 0.15s;
}
.p-contact__submit:hover {
  opacity: 0.82;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    width: 100%;
    padding: 16px;
  }
}

.p-contact-reserve-sp {
  display: none;
  padding: 0 16px 40px;
}
@media screen and (max-width: 767px) {
  .p-contact-reserve-sp {
    display: block;
  }
}
.p-contact-reserve-sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #9fb618;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px;
  border-radius: 15px;
}
.p-contact-reserve-sp a::after {
  display: block;
  content: "";
  width: 39.33px;
  height: 6.42px;
  background: url("../img/arrow.svg") no-repeat;
  background-size: 100% 100%;
}

.p-contact-confirm__wrap {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__wrap {
    padding: 0 0 60px;
  }
}
.p-contact-confirm__lead {
  text-align: center;
  font-size: 14px;
  color: #6a5843;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__lead {
    font-size: 13px;
  }
}
.p-contact-confirm__box {
  background: rgba(246, 246, 244, 0.7);
  backdrop-filter: blur(4px);
  border-radius: 4px;
  padding: 52px 64px;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__box {
    padding: 32px 20px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.p-contact-confirm__table {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__table {
    margin-bottom: 28px;
  }
}
.p-contact-confirm__table dl {
  margin-bottom: 16px;
  text-align: center;
}
.p-contact-confirm__table dt {
  font-size: 15px;
  line-height: 1.7;
  color: #6a5843;
  margin-bottom: 2px;
  display: inline;
}
.p-contact-confirm__table dd {
  font-size: 15px;
  color: #6a5843;
  line-height: 1.7;
  display: inline;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__table dd {
    font-size: 14px;
  }
}
.p-contact-confirm__table .confirm-message {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  color: #6a5843;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__table .confirm-message {
    font-size: 13px;
    text-align: left;
  }
}
.p-contact-confirm__submit-wrap {
  text-align: center;
}
.p-contact-confirm__submit {
  display: inline-block;
  background: #6a5843;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 72px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  transition: opacity 0.15s;
}
.p-contact-confirm__submit:hover {
  opacity: 0.82;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__submit {
    width: 100%;
    padding: 16px;
  }
}

.p-contact-complete__wrap {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .p-contact-complete__wrap {
    padding: 0 0 60px;
  }
}
.p-contact-complete__box {
  padding: 0 64px 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-complete__box {
    padding: 20px 20px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.p-contact-complete__message {
  font-size: 15px;
  line-height: 2.1;
  color: #6a5843;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-contact-complete__message {
    font-size: 13px;
    text-align: left;
    margin-bottom: 32px;
  }
}
.p-contact-complete__btn {
  display: inline-block;
  background: #6a5843;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 52px;
  border-radius: 15px;
  letter-spacing: 0.1em;
  transition: opacity 0.15s;
}
.p-contact-complete__btn:hover {
  opacity: 0.82;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-complete__btn {
    padding: 16px 40px;
  }
}

.p-terms {
  padding: 0px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-terms {
    padding: 0px 0 70px;
  }
}
.p-terms__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-terms__inner {
    padding: 0 20px;
  }
}
.p-terms__section {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-terms__section {
    margin-bottom: 32px;
  }
}
.p-terms__section-title {
  font-size: 16px;
  font-weight: 700;
  color: #6a5843;
  margin-bottom: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-terms__section-title {
    font-size: 15px;
  }
}
.p-terms__text {
  font-size: 14px;
  line-height: 1.9;
  color: #6a5843;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-terms__text {
    font-size: 13px;
  }
}
.p-terms__text:last-child {
  margin-bottom: 0;
}
.p-terms ul {
  list-style: disc;
  padding-left: 1em;
}
.p-terms li {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-terms li {
    font-size: 13px;
  }
}
.p-terms__date {
  text-align: right;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-terms__date {
    margin-top: 36px;
    font-size: 13px;
  }
}
.p-terms__back-wrap {
  text-align: center;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-terms__back-wrap {
    margin-top: 60px;
  }
}
.p-terms__back-btn {
  display: inline-block;
  background: #9fb618;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 44px;
  border-radius: 15px;
  letter-spacing: 0.1em;
  transition: opacity 0.15s;
}
.p-terms__back-btn:hover {
  opacity: 0.82;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-terms__back-btn {
    padding: 10px 30px;
    font-size: 16px;
  }
}

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

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

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

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

.u-font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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