@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.6rem;
  color: #1a3304;
  letter-spacing: 0.07rem;
  background: #f2f1e6;
}
@media print {
  body {
    zoom: 0.8;
  }
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
  .container-xl {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 720px;
  }
}

@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  padding-top: 150px;
  margin-top: -150px;
  display: block;
}
@media screen and (max-width: 767px) {
  .id-target {
    padding-top: 70px;
    margin-top: -70px;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1500px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(-25px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(25px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(-25px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(25px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3a6d0d;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(260px, 16vw, 320px);
  height: 100vh;
  padding: 0 clamp(20px, 1.3vw, 26px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  transition: 0.5s;
  overflow: hidden;
}
@media screen and (max-height: 800px) {
  .header {
    justify-content: flex-start;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 991px) {
  .header {
    height: 7rem;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    overflow: visible;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    transition: 0.5s;
  }
  .header.sc {
    background: #f2f1e6;
  }
}
@media screen and (min-width: 992px) {
  .header.is-colored {
    background-color: #f2f1e6;
    transition: background-color 0.3s ease;
  }
}
.header .header__logo {
  width: 78.8%;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .header .header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  .header .header__logo {
    width: 30rem;
  }
}
@media screen and (max-width: 991px) {
  .header .header__logo.pc {
    display: none;
  }
}
.header .header__logo.sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .header__logo.sp {
    display: block;
  }
}
.header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
.header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #22452a;
  position: absolute;
  transition-duration: 0.4s;
}
.header .toggle span:nth-of-type(1) {
  top: 0;
}
.header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .toggle span:nth-of-type(3) {
  bottom: 0;
}
.header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
.header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .header .toggle {
    display: block;
  }
}
.header .navBg {
  display: none;
}
.header .nav {
  margin-top: clamp(24px, 1.8vw, 36px);
}
@media screen and (max-width: 991px) {
  .header .nav {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%) translateX(100%);
    width: 32rem;
    background: #f2f1e6;
    padding: 3rem 2rem;
    border-radius: 4rem;
    transition: 0.5s;
  }
  .header .nav.open {
    transform: translateY(100%);
  }
}
.header .nav .nav__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  font-size: clamp(14px, 0.75vw, 15px);
  font-weight: 500;
  letter-spacing: 0.015em;
}
@media screen and (min-height: 900px) {
  .header .nav .nav__list {
    gap: 3.5rem;
  }
}
.header .nav .nav__list .nav__item:not(.nav__item--contact) {
  position: relative;
}
.header .nav .nav__list .nav__item:not(.nav__item--contact) a {
  transition: 0.3s;
}
.header .nav .nav__list .nav__item:not(.nav__item--contact) a::before {
  display: block;
  content: "";
  width: 13px;
  aspect-ratio: 13/12;
  background-image: url(../../images/common/icon--ball.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .header .nav .nav__list .nav__item:not(.nav__item--contact) a:hover {
    padding-left: 19px;
    opacity: 0.7;
  }
  .header .nav .nav__list .nav__item:not(.nav__item--contact) a:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
.header .nav .nav__list .nav__item:not(.nav__item--contact).current a {
  padding-left: 18px;
  opacity: 0.7;
}
.header .nav .nav__list .nav__item:not(.nav__item--contact).current a::before {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.header .nav .nav__list .nav__item.nav__item--contact {
  width: clamp(200px, 11.6vw, 232px);
}
.header .nav .nav__list .nav__item.nav__item--contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
  border: 1px solid #1a3304;
  border-radius: 100px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
.header .nav .nav__list .nav__item.nav__item--contact a::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1a3304;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media (hover: hover) {
  .header .nav .nav__list .nav__item.nav__item--contact a:hover {
    color: var(--white);
  }
  .header .nav .nav__list .nav__item.nav__item--contact a:hover::before {
    width: 100%;
    transform: translateY(-50%);
  }
}
.header .nav__reservation {
  width: 100%;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background-color: rgba(251, 251, 248, 0.8);
  margin-top: 1rem;
  overflow: hidden;
}
.header .nav__reservation p {
  font-size: clamp(13px, 0.75vw, 15px);
  font-weight: 600;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5rem;
  color: #3a6d0d;
}
.header .nav__reservation p::before, .header .nav__reservation p::after {
  content: "";
  width: 1px;
  height: 3.5rem;
  background-color: #3a6d0d;
  display: block;
}
.header .nav__reservation p::before {
  transform: rotate(-35deg);
}
.header .nav__reservation p::after {
  transform: rotate(35deg);
}
.header .nav__reservation .reserve {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #fbfbf8;
  background: #ffa318;
  border-radius: 4rem;
  transition: 0.3s;
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .header .nav__reservation .reserve:hover {
    background: #f89500;
  }
}
.header .nav__reservation .reserve i {
  margin-right: 0.5rem;
}
.header .nav__reservation .telNum {
  width: fit-content;
  margin: 2.5rem auto 0;
}
.header .nav__reservation .telNum .daytime, .header .nav__reservation .telNum .night {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .nav__reservation .telNum .daytime dt, .header .nav__reservation .telNum .night dt {
  width: 2rem;
}
.header .nav__reservation .telNum .daytime dt img, .header .nav__reservation .telNum .night dt img {
  display: block;
}
.header .nav__reservation .telNum .daytime dd, .header .nav__reservation .telNum .night dd {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  color: #3a6d0d;
  letter-spacing: 0.006rem;
  font-weight: 600;
  margin-bottom: 0;
}
.header .nav__reservation .telNum .cap {
  text-align: right;
  font-size: 1.2rem;
  color: #3a6d0d;
  letter-spacing: 0.1rem;
  margin-top: -0.5rem;
}
.header .nav__reservation .info {
  width: fit-content;
  margin: 1rem auto 0;
}
.header .nav__reservation .info div {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  font-size: 1.1rem;
  color: #3a6d0d;
  white-space: nowrap;
}
.header .nav__reservation .info div dt {
  width: 5.1rem;
}

section {
  padding-left: clamp(260px, 16vw, 320px);
}
@media screen and (max-width: 991px) {
  section {
    padding: 0;
  }
}
section .container {
  margin-left: auto;
  margin-right: auto;
}

.title .en {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
  font-size: 6rem;
  color: #3a6d0d;
  line-height: 1;
  width: fit-content;
}
@media screen and (max-width: 574px) {
  .title .en {
    font-size: 4.5rem;
  }
}
.title .en span {
  position: absolute;
  left: -1.5rem;
  top: 0;
  width: 1.4rem;
}
.title .en span img {
  display: block;
}
.title h3 {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #3a6d0d;
  letter-spacing: 0.1rem;
}
.title.center .en {
  margin: 0 auto;
}
.title.center h3 {
  text-align: center;
}
.title.white .en, .title.white h3 {
  color: #fbfbf8;
}
.title_bottom .en {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
  font-size: 2rem;
  color: #3a6d0d;
  line-height: 1;
  width: fit-content;
}
.title_bottom .en span {
  position: absolute;
  right: -2rem;
  top: -0.5rem;
  width: 1.4rem;
}
.title_bottom .en span img {
  display: block;
}
.title_bottom h3 {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 600;
  color: #3a6d0d;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 574px) {
  .title_bottom h3 {
    font-size: 2.4rem;
  }
}
.title_bottom.center .en {
  margin: 0 auto;
}
.title_bottom.center h3 {
  text-align: center;
}

.more {
  width: 33rem;
  height: 8rem;
  border-radius: 9rem;
  color: #fbfbf8;
  background: #6e9050;
  display: flex;
  align-items: center;
  padding: 0 4rem 0 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  transition: 0.4s;
  max-width: 100%;
}
.more p {
  margin: 0 auto;
}
.more span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fbfbf8;
  width: 4.8rem;
  height: 4.8rem;
}
.more span i {
  font-size: 2.2rem;
  color: #6e9050;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .more:hover {
    background: #5a7d3a;
    color: #fbfbf8;
  }
  .more:hover span i {
    color: #5a7d3a;
  }
}
.more.orange {
  background: #ffa318;
}
.more.orange span i {
  color: #ffa318;
}
@media (min-width: 992px) {
  .more.orange:hover {
    background: #f89500;
    color: #fbfbf8;
  }
  .more.orange:hover span i {
    color: #f89500;
  }
}

main {
  overflow: hidden;
}

.footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer .bg_on {
  background: #e8eee2;
}
.footer_contact {
  background: #22452a;
  padding-left: clamp(260px, 16vw, 320px);
  padding-bottom: 20rem;
}
@media screen and (max-width: 991px) {
  .footer_contact {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_contact {
    padding-top: 5rem;
  }
}
.footer_contact .container {
  margin-left: auto;
  margin-right: auto;
}
.footer_contact .contact_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12rem;
  color: #fbfbf8;
  margin-top: 8rem;
}
@media screen and (max-width: 1199px) {
  .footer_contact .contact_wrap {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_wrap {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.footer_contact .contact_wrap .tel_num {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 1199px) {
  .footer_contact .contact_wrap .tel_num {
    font-size: 3rem;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_wrap .tel_num {
    font-size: 4rem;
  }
}
.footer_contact .contact_wrap .tel_num .icon {
  width: 3.5rem;
}
@media screen and (max-width: 1199px) {
  .footer_contact .contact_wrap .tel_num .icon {
    width: 2.8rem;
  }
}
.footer_contact .contact_wrap .tel .cap {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-align: right;
  margin-top: -0.5rem;
}
.footer_contact .contact_wrap .tel ul {
  margin: 3rem auto 0;
  width: fit-content;
}
.footer_contact .contact_wrap .tel ul li {
  display: flex;
  align-items: baseline;
  gap: 3rem;
}
.footer_contact .contact_wrap .tel ul li p {
  letter-spacing: 0.1rem;
}
.footer_contact .contact_wrap .tel ul li p.ttl {
  width: 7.5rem;
}
.footer_contact .contact_wrap .tel ul li p span {
  font-family: "Montserrat", sans-serif;
}
.footer_contact .contact_wrap .mail_btn .ttl {
  font-size: clamp(13px, 0.75vw, 15px);
  font-weight: 600;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5rem;
  color: #fbfbf8;
}
.footer_contact .contact_wrap .mail_btn .ttl::before, .footer_contact .contact_wrap .mail_btn .ttl::after {
  content: "";
  width: 1px;
  height: 3.5rem;
  background-color: #fbfbf8;
  display: block;
}
.footer_contact .contact_wrap .mail_btn .ttl::before {
  transform: rotate(-35deg);
}
.footer_contact .contact_wrap .mail_btn .ttl::after {
  transform: rotate(35deg);
}
.footer_contact .contact_wrap .mail_btn .more {
  margin-top: 2.5rem;
}
.footer_contact .access {
  margin-top: 19rem;
}
@media screen and (max-width: 991px) {
  .footer_contact .access {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .access {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_contact .access {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .access .row {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.footer_contact .access .map {
  padding-right: 6rem;
}
@media screen and (max-width: 1199px) {
  .footer_contact .access .map {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .access .map {
    padding: 0;
  }
}
.footer_contact .access .map iframe {
  width: 100%;
  height: 37.5rem;
  border-radius: 6rem;
}
@media screen and (max-width: 1199px) {
  .footer_contact .access .map iframe {
    border-radius: 3rem;
  }
}
.footer_contact .access ul {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 574px) {
  .footer_contact .access ul {
    margin-top: 4rem;
    gap: 3rem;
  }
}
.footer_contact .access ul li h4 {
  padding: 1rem 1.5rem;
  background: #fbfbf8;
  border-radius: 0.8rem;
  width: fit-content;
  color: #22452a;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.footer_contact .access ul li p {
  margin-top: 1rem;
  letter-spacing: 0.1rem;
  color: #fbfbf8;
  line-height: 1.7;
}
.footer .bottom_wave {
  background: #22452a;
}
.footer_bottom {
  padding-left: clamp(260px, 16vw, 320px);
  padding-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .footer_bottom {
    padding-left: 0;
  }
}
.footer_bottom .container {
  margin-left: auto;
  margin-right: auto;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 574px) {
  .footer_inner {
    justify-content: center;
  }
}
.footer_left .logo {
  width: 44rem;
}
@media screen and (max-width: 767px) {
  .footer_left .logo {
    width: 30rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_left .logo {
    margin: 0 auto;
  }
}
.footer_left .add {
  margin-top: 4rem;
  color: #22452a;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
@media screen and (max-width: 574px) {
  .footer_left .add {
    width: fit-content;
    margin: 3rem auto;
  }
}
.footer_left ul {
  margin-top: 2rem;
}
@media screen and (max-width: 574px) {
  .footer_left ul {
    width: fit-content;
    margin: 0 auto;
  }
}
.footer_left ul li {
  display: flex;
  align-items: baseline;
  gap: 3rem;
}
.footer_left ul li p {
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  color: #22452a;
}
.footer_left ul li p.ttl {
  width: 7.5rem;
}
.footer_bnr {
  width: 23rem;
  display: block;
  margin-top: 8rem;
}
@media (min-width: 992px) {
  .footer_bnr:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 574px) {
  .footer_bnr {
    margin: 3rem auto;
  }
}
.footer_right {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 574px) {
  .footer_right {
    display: none;
  }
}
.footer_right a {
  color: #22452a;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .footer_right a:hover {
    opacity: 0.7;
  }
}
.footer .copy {
  text-align: center;
  margin-top: 13rem;
  color: #22452a;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 574px) {
  .footer .copy {
    margin-top: 5rem;
  }
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 5rem;
}

#top {
  overflow: visible;
}
@media screen and (max-width: 991px) {
  #top {
    overflow: hidden;
  }
}
#top .container {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #top .container {
    overflow: visible;
  }
}
#top .mv {
  position: relative;
  padding-left: clamp(260px, 16vw, 320px);
  padding-right: 6rem;
}
@media screen and (max-width: 991px) {
  #top .mv {
    padding: 0;
  }
}
#top .mv_circle01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 31vw;
  z-index: 1;
}
#top .mv_circle01 img {
  display: block;
}
#top .mv_circle02 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30vw;
  z-index: -1;
}
#top .mv_circle02 img {
  display: block;
}
#top .mv .slider_image img {
  height: 95vh;
  object-fit: contain;
  object-position: top center;
}
#top .mv_inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#top .mv_image {
  margin: 0 auto;
  overflow: hidden;
  max-width: 61vw;
}
@media screen and (max-width: 1500px) {
  #top .mv_image {
    max-width: 80vw;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_image {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_image {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_image {
    max-width: 100%;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_image img {
    aspect-ratio: 11/12;
    object-fit: cover;
  }
}
#top .mv_title {
  position: absolute;
  left: 0;
  top: 10rem;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  #top .mv_title {
    top: 7rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_title {
    top: 3rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_title {
    left: 5%;
    top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_title {
    left: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_title {
    left: 1rem;
    top: 30%;
  }
}
#top .mv_title h2 span {
  padding: 6rem 8rem 10rem 0;
  border-radius: 6rem;
  background: #f2f1e6;
  font-weight: 800;
  font-size: 6.8rem;
  color: #3a6d0d;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 1500px) {
  #top .mv_title h2 span {
    padding: 3rem 6rem 3rem 0;
    font-size: 5rem;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_title h2 span {
    font-size: 4rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_title h2 span {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_title h2 span {
    font-size: 3rem;
    border-radius: 2rem 2rem 2rem 0;
    padding: 2rem 2rem;
  }
}
#top .mv_title h2 span:nth-of-type(2) {
  margin-top: -8rem;
  border-radius: 0 0 6rem 6rem;
  padding-top: 0;
}
@media screen and (max-width: 1500px) {
  #top .mv_title h2 span:nth-of-type(2) {
    margin-top: -2rem;
    padding-bottom: 8rem;
    border-radius: 0 3rem 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_title h2 span:nth-of-type(2) {
    border-radius: 0 3rem 3rem 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_title h2 span:nth-of-type(2) {
    padding: 0 5rem 6rem 2rem;
    margin-top: 0;
    border-radius: 0 0 2rem 2rem;
  }
}
#top .mv_title .sub {
  position: absolute;
  left: 0;
  bottom: 4rem;
  font-weight: bold;
  font-size: 2.4rem;
  color: #3a6d0d;
}
@media screen and (max-width: 1500px) {
  #top .mv_title .sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_title .sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_title .sub {
    left: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_title .sub {
    bottom: 3rem;
    font-size: 1.5rem;
  }
}
#top .mv_price {
  position: absolute;
  right: 0;
  bottom: 2rem;
  padding: 6rem 4rem 3rem 4rem;
  background: #fbfbf8;
  border: 2px solid #3a6d0d;
  border-radius: 2rem;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  #top .mv_price {
    padding: 4rem 2rem 1.5rem 2rem;
    bottom: -8rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_price {
    bottom: 0;
    right: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_price {
    position: relative;
    width: 85%;
    right: 0;
    margin-left: auto;
    margin-right: 1.5rem;
  }
}
#top .mv_price h3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 2rem 4rem;
  background: #3a6d0d;
  color: #fbfbf8;
  border-radius: 1.2rem;
  font-weight: 600;
}
#top .mv_price h3 small {
  font-weight: 600;
}
#top .mv_price ul li {
  padding: 0 5rem 2rem;
  border-bottom: 1px solid #cbd9bf;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1199px) {
  #top .mv_price ul li {
    padding: 0 3rem 1rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_price ul li {
    gap: 2rem;
  }
}
#top .mv_price ul li:last-of-type {
  padding: 2rem 5rem 0;
  border-bottom: 0;
}
@media screen and (max-width: 1199px) {
  #top .mv_price ul li:last-of-type {
    padding: 1rem 3rem 0;
  }
}
#top .mv_price ul li .day {
  font-weight: 500;
  font-size: 1.8rem;
  color: #3a6d0d;
  letter-spacing: 0.1rem;
  width: 6rem;
}
#top .mv_price ul li .price {
  color: #3a6d0d;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
}
#top .mv_price ul li .price .tax {
  font-size: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
#top .mv_price ul li .price .yen {
  margin-left: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
}
#top .mv_price .reserve {
  position: absolute;
  left: -1rem;
  bottom: 4rem;
  transform: translate(-50%, 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: #ffa318;
  color: #fbfbf8;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1199px) {
  #top .mv_price .reserve {
    width: 10rem;
    height: 10rem;
    font-size: 1.3rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_price .reserve {
    zoom: 0.8;
  }
}
#top .wave {
  position: relative;
  z-index: 1;
  margin-top: -20rem;
}
@media screen and (max-width: 1500px) {
  #top .wave {
    margin-top: -15rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .wave {
    margin-top: -10rem;
  }
}
#top .wave_bottom {
  position: relative;
  z-index: 1;
}
#top .about {
  background: #e8eee2;
  position: relative;
  z-index: 1;
  padding-bottom: 54rem;
}
@media screen and (max-width: 1199px) {
  #top .about {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about {
    padding-top: 8rem;
  }
}
#top .about .row {
  align-items: flex-end;
  gap: 4rem 0;
}
#top .about_text h3 {
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  color: #3a6d0d;
  line-height: 1.7;
}
@media screen and (max-width: 1500px) {
  #top .about_text h3 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_text h3 {
    font-size: 1.9rem;
  }
}
#top .about_lead {
  margin-top: 5rem;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #22452a;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  #top .about_lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_lead {
    margin-top: 3rem;
  }
}
#top .about_more {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #6e9050;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  #top .about_more {
    font-size: 1.7rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  #top .about_more {
    margin-left: auto;
    width: fit-content;
  }
}
#top .about_more span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fbfbf8;
  border-radius: 50%;
  background: #6e9050;
  width: 6.8rem;
  height: 6.8rem;
  transition: 0.3s;
  font-size: 2.2rem;
}
@media screen and (max-width: 1500px) {
  #top .about_more span {
    width: 5rem;
    height: 5rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  #top .about_more:hover {
    color: #5a7d3a;
  }
  #top .about_more:hover span {
    background: #5a7d3a;
  }
}
#top .rental {
  margin-top: -65rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  #top .rental {
    margin-top: -60rem;
  }
}
@media screen and (max-width: 574px) {
  #top .rental {
    margin-top: -52rem;
  }
}
#top .rental_box {
  padding: 12rem 5rem;
  background: #fbfbf8;
  border-radius: 6rem;
}
@media screen and (max-width: 1500px) {
  #top .rental_box {
    padding: 7rem 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .rental_box {
    padding: 4rem 2rem;
    border-radius: 3rem;
  }
}
#top .rental_flex {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
  gap: 6rem;
}
@media screen and (max-width: 1500px) {
  #top .rental_flex {
    gap: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .rental_flex {
    flex-direction: column;
    align-items: center;
    margin-top: 7rem;
  }
}
#top .rental .price_box {
  padding: 5rem 4rem 2rem 4rem;
  background: #fbfbf8;
  border: 2px solid #3a6d0d;
  border-radius: 2rem;
  white-space: nowrap;
  z-index: 2;
  position: relative;
  max-width: 48rem;
}
@media screen and (max-width: 574px) {
  #top .rental .price_box {
    padding: 4rem 2rem 2rem;
    max-width: 100%;
  }
}
#top .rental .price_box h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 2rem 4rem;
  background: #3a6d0d;
  color: #fbfbf8;
  border-radius: 1.2rem;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 574px) {
  #top .rental .price_box h4 {
    font-size: 2rem;
    padding: 2rem;
  }
}
#top .rental .price_box h4 small {
  font-weight: 600;
  font-size: 1.4rem;
}
#top .rental .price_box ul li {
  padding: 0 5rem 2rem;
  border-bottom: 1px solid #cbd9bf;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 574px) {
  #top .rental .price_box ul li {
    padding: 0 3rem 1rem;
  }
}
#top .rental .price_box ul li:last-of-type {
  padding: 2rem 5rem 0;
  border-bottom: 0;
}
@media screen and (max-width: 574px) {
  #top .rental .price_box ul li:last-of-type {
    padding: 1rem 3rem 0;
  }
}
#top .rental .price_box ul li .day {
  font-weight: 500;
  font-size: 1.8rem;
  color: #3a6d0d;
  letter-spacing: 0.1rem;
  width: 6rem;
}
@media screen and (max-width: 574px) {
  #top .rental .price_box ul li .day {
    font-size: 1.6rem;
    width: 5rem;
  }
}
#top .rental .price_box ul li .price {
  color: #3a6d0d;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
}
@media screen and (max-width: 574px) {
  #top .rental .price_box ul li .price {
    font-size: 3rem;
  }
}
#top .rental .price_box ul li .price .tax {
  font-size: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
#top .rental .price_box ul li .price .yen {
  margin-left: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
}
#top .rental_price .caption {
  margin-top: 2rem;
}
#top .rental_price .caption_ttl {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #22452a;
}
#top .rental_price .caption ul {
  margin-top: 0.5rem;
}
#top .rental_price .caption ul li {
  font-size: 1.4rem;
  color: #22452a;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
#top .rental_text h4 {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #22452a;
  line-height: 1.6;
}
@media screen and (max-width: 1500px) {
  #top .rental_text h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1500px) {
  #top .rental_text h4 .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #top .rental_text h4 .pc_none {
    display: block;
  }
}
@media screen and (max-width: 574px) {
  #top .rental_text h4 .pc_none {
    display: none;
  }
}
#top .rental_text p {
  margin-top: 3.5rem;
  letter-spacing: 0.1rem;
  color: #22452a;
  font-weight: 500;
}
@media screen and (max-width: 574px) {
  #top .rental_text p {
    margin-top: 2rem;
  }
}
#top .rental_btn {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1500px) {
  #top .rental_btn {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .rental_btn {
    gap: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .rental_btn {
    flex-direction: column;
    align-items: center;
  }
}
#top .member {
  margin-top: 19rem;
  position: relative;
  z-index: 0;
  margin-bottom: 17rem;
}
@media screen and (max-width: 991px) {
  #top .member {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 574px) {
  #top .member {
    margin-top: 10rem;
    padding: 0 1rem;
  }
}
#top .member .container {
  max-width: 1295px;
}
@media screen and (max-width: 991px) {
  #top .member .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  #top .member .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 574px) {
  #top .member .container {
    width: 100%;
  }
}
#top .member_bg01 {
  position: absolute;
  right: 0;
  top: -10rem;
  width: 24vw;
  z-index: -1;
}
#top .member_bg02 {
  position: absolute;
  width: 37.5vw;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: -1;
}
#top .member .row {
  margin-top: 6rem;
  gap: 4rem 0;
}
@media screen and (max-width: 574px) {
  #top .member .row {
    margin-top: 4rem;
    gap: 6rem 0;
  }
}
#top .member_image {
  position: relative;
  display: flex;
}
@media screen and (max-width: 574px) {
  #top .member_image {
    justify-content: space-between;
  }
}
#top .member_image .image01 {
  width: 42rem;
}
@media screen and (max-width: 574px) {
  #top .member_image .image01 {
    width: 60%;
  }
}
#top .member_image .image02 {
  width: 25rem;
  margin-left: 5rem;
}
@media screen and (max-width: 574px) {
  #top .member_image .image02 {
    width: 35%;
    margin-left: 0;
  }
}
#top .member_image .image03 {
  position: absolute;
  bottom: -2rem;
  width: 16.9rem;
  left: 55%;
}
@media screen and (max-width: 1500px) {
  #top .member_image .image03 {
    width: 12rem;
    left: 55%;
  }
}
@media screen and (max-width: 767px) {
  #top .member_image .image03 {
    width: 15rem;
  }
}
@media screen and (max-width: 574px) {
  #top .member_image .image03 {
    width: 12rem;
    bottom: -5rem;
  }
}
#top .member_text {
  margin-top: 8rem;
}
@media screen and (max-width: 1199px) {
  #top .member_text {
    margin-top: 0;
  }
}
#top .member_text p {
  letter-spacing: 0.1rem;
  line-height: 1.7;
  font-size: 1.5rem;
}
@media screen and (max-width: 1500px) {
  #top .member_text p .pc_none {
    display: none;
  }
}
#top .member_text .more {
  margin-top: 8rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #top .member_text .more {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .member_text .more {
    margin: 3rem auto 0;
  }
}
#top .member .joinus {
  padding: 5rem 6rem;
  border-radius: 10rem;
  background: #fffce5;
  display: flex;
  align-items: center;
  margin-top: 6rem;
}
@media screen and (max-width: 1500px) {
  #top .member .joinus {
    flex-wrap: wrap;
    position: relative;
    padding-left: 20rem;
    border-radius: 20rem;
  }
}
@media screen and (max-width: 574px) {
  #top .member .joinus {
    padding: 3rem;
    border-radius: 2rem;
  }
}
#top .member .joinus .arrow {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  background: #6e9050;
  color: #fbfbf8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  #top .member .joinus .arrow {
    position: absolute;
    top: 50%;
    left: 6rem;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 574px) {
  #top .member .joinus .arrow {
    top: 3rem;
    transform: translate(0);
    left: auto;
    right: 3rem;
    width: 6rem;
    height: 6rem;
  }
}
#top .member .joinus .arrow i {
  font-size: 2.5rem;
}
@media screen and (max-width: 574px) {
  #top .member .joinus .arrow i {
    font-size: 2rem;
  }
}
#top .member .joinus .title {
  margin-left: 15rem;
}
@media screen and (max-width: 1500px) {
  #top .member .joinus .title {
    margin-left: 0;
  }
}
#top .member .joinus_text {
  margin-left: 6rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  color: #3a6d0d;
}
@media screen and (max-width: 1500px) {
  #top .member .joinus_text {
    margin-left: 0;
    width: 100%;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  #top .member .joinus:hover {
    color: #5a7d3a !important;
  }
  #top .member .joinus:hover .arrow {
    background: #5a7d3a;
  }
  #top .member .joinus:hover .arrow i {
    color: #fbfbf8 !important;
  }
}

.subhead {
  padding-left: clamp(260px, 16vw, 320px);
  padding-right: 6rem;
  padding-top: 5rem;
  margin-bottom: -7rem;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .subhead {
    padding: 0 2rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead {
    padding: 0 1rem;
  }
}
.subhead_image img {
  border-radius: 5rem;
  height: 45rem;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .subhead_image img {
    border-radius: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead_image img {
    border-radius: 2rem;
    height: 35rem;
  }
}
.subhead_text {
  position: relative;
  top: -22rem;
  left: 5rem;
  width: fit-content;
}
@media screen and (max-width: 574px) {
  .subhead_text {
    left: 1rem;
    top: -15rem;
  }
}
.subhead_text .en {
  width: fit-content;
  padding: 3rem 5rem 0 5rem;
  border-radius: 3rem 3rem 0 0;
  background: #f2f1e6;
  color: #22452a;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 574px) {
  .subhead_text .en {
    font-size: 4rem;
    padding: 2rem 3rem 0 3rem;
    border-radius: 1rem 1rem 0 0;
  }
}
.subhead_text .en span {
  position: absolute;
  left: 3rem;
  top: 3rem;
  width: 1.4rem;
}
@media screen and (max-width: 574px) {
  .subhead_text .en span {
    left: 1.5rem;
    top: 1.5rem;
  }
}
.subhead_text .en span img {
  display: block;
}
.subhead_text h2 {
  padding: 2rem 5rem 3rem;
  width: fit-content;
  background: #f2f1e6;
  border-radius: 0 3rem 3rem 3rem;
  font-weight: bold;
  color: #22452a;
}
@media screen and (max-width: 574px) {
  .subhead_text h2 {
    font-size: 1.7rem;
    padding: 2rem 3rem 2rem;
    border-radius: 0 1rem 1rem;
  }
}

#profile .introduction .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #profile .introduction .row {
    flex-direction: column-reverse;
    gap: 3rem 0;
  }
}
#profile .introduction_text {
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-align: justify;
}
#profile .introduction .name {
  text-align: right;
  margin-top: 1rem;
}
#profile .introduction_image {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #profile .introduction_image {
    max-width: 40rem;
    margin: 0 auto;
  }
}
#profile .introduction_image img {
  border-radius: 50%;
  border: 2rem solid #fbfbf8;
}
@media screen and (max-width: 1199px) {
  #profile .introduction_image img {
    border: 1rem solid #fbfbf8;
  }
}
#profile .overview {
  margin-top: 10rem;
}
#profile .overview table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #profile .overview table {
    margin-top: 3rem;
  }
}
#profile .overview table th {
  color: #6e9050;
  border-bottom: #6e9050 1px solid;
  width: 25%;
}
#profile .overview table tr:last-of-type th {
  border-color: #6e9050;
}
#profile .overview table td {
  border-bottom: #1a3304 1px solid;
  width: 75%;
}
#profile .overview table td .access {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #6e9050;
  color: #fbfbf8;
  border-radius: 50%;
  margin-left: 1rem;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #profile .overview table td .access:hover {
    background: #5a7d3a;
  }
}
#profile .overview table td .more {
  width: 20rem;
  height: 5rem;
  margin-top: 1rem;
  padding: 0 3rem 0 1rem;
}
#profile .overview table td .more span {
  width: 3rem;
  height: 3rem;
}
#profile .overview table td .more span i {
  font-size: 1.6rem;
}
#profile .overview table th, #profile .overview table td {
  padding: 2rem 1rem;
}
#profile .facility {
  margin: 10rem 0;
}
@media screen and (min-width: 1500px) {
  #profile .facility .container {
    max-width: 1230px;
  }
}
#profile .facility .map {
  margin-top: 4rem;
}
#profile .facility_box {
  margin-top: 5rem;
  gap: 4rem 0;
}
#profile .facility_image img {
  border-radius: 3rem;
  border: 1.5rem solid #fbfbf8;
}
@media screen and (max-width: 767px) {
  #profile .facility_image img {
    border: 1rem solid #fbfbf8;
    border-radius: 1rem;
  }
}
#profile .facility_item p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 574px) {
  #profile .facility_item p {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 574px) {
  #profile .facility_item .pc {
    display: none;
  }
}
#profile .facility_item .sp {
  display: none;
}
@media screen and (max-width: 574px) {
  #profile .facility_item .sp {
    display: block;
  }
}

#rental .subhead_text .en {
  padding: 3rem 5rem;
  border-radius: 3rem 3rem 3rem 0;
}
@media screen and (max-width: 574px) {
  #rental .subhead_text .en {
    padding: 2rem 3rem;
    border-radius: 1rem 1rem 1rem 0;
  }
}
#rental .subhead_text h2 {
  padding: 0 5rem 2rem 5rem;
  border-radius: 0 0 3rem 3rem;
}
@media screen and (max-width: 574px) {
  #rental .subhead_text h2 {
    padding: 0 2rem 2rem 2rem;
    border-radius: 0 0 1rem 1rem;
  }
}
#rental .wave {
  margin-top: -40rem;
}
@media screen and (max-width: 991px) {
  #rental .wave {
    margin-top: -20rem;
  }
}
#rental .introduction {
  background: #e8eee2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1500px) {
  #rental .introduction {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 991px) {
  #rental .introduction {
    padding-top: 0;
  }
}
@media screen and (max-width: 574px) {
  #rental .introduction {
    padding-top: 5rem;
  }
}
#rental .introduction .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #rental .introduction .row {
    flex-direction: column-reverse;
    gap: 3rem 0;
  }
}
#rental .introduction h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
#rental .introduction_text {
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-align: justify;
}
#rental .introduction_image {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #rental .introduction_image {
    max-width: 40rem;
    margin: 0 auto;
  }
}
#rental .introduction_image img {
  border-radius: 50%;
  border: 2rem solid #fbfbf8;
}
@media screen and (max-width: 1199px) {
  #rental .introduction_image img {
    border: 1rem solid #fbfbf8;
  }
}
#rental .fee {
  margin-top: -20rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #rental .fee {
    margin-top: -10rem;
  }
}
#rental .fee_box {
  padding: 12rem 5rem;
  background: #fbfbf8;
  border-radius: 6rem;
}
@media screen and (max-width: 1500px) {
  #rental .fee_box {
    padding: 7rem 3rem;
  }
}
@media screen and (max-width: 574px) {
  #rental .fee_box {
    padding: 4rem 2rem;
    border-radius: 3rem;
  }
}
#rental .fee_text {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1199px) {
  #rental .fee_text {
    flex-direction: column;
    align-items: center;
  }
}
#rental .fee_text .wrap {
  padding: 2rem 4rem 2rem 4rem;
  background: #fbfbf8;
  border: 2px solid #3a6d0d;
  border-radius: 2rem;
  white-space: nowrap;
  z-index: 2;
  position: relative;
  max-width: 48rem;
}
@media screen and (max-width: 574px) {
  #rental .fee_text .wrap {
    padding: 4rem 2rem 2rem;
    max-width: 100%;
  }
}
#rental .fee_text ul li {
  padding: 0 5rem 2rem;
  border-bottom: 1px solid #cbd9bf;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 574px) {
  #rental .fee_text ul li {
    padding: 0 3rem 1rem;
  }
}
#rental .fee_text ul li:last-of-type {
  padding: 2rem 5rem 0;
  border-bottom: 0;
}
@media screen and (max-width: 574px) {
  #rental .fee_text ul li:last-of-type {
    padding: 1rem 3rem 0;
  }
}
#rental .fee_text ul li .day {
  font-weight: 500;
  font-size: 1.8rem;
  color: #3a6d0d;
  letter-spacing: 0.1rem;
  width: 6rem;
}
@media screen and (max-width: 574px) {
  #rental .fee_text ul li .day {
    font-size: 1.6rem;
    width: 5rem;
  }
}
#rental .fee_text ul li .price {
  color: #3a6d0d;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
}
@media screen and (max-width: 574px) {
  #rental .fee_text ul li .price {
    font-size: 3rem;
  }
}
#rental .fee_text ul li .price small {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  display: block;
  text-align: center;
}
#rental .fee_text ul li .price .tax {
  font-size: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
#rental .fee_text ul li .price .yen {
  margin-left: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
}
#rental .fee .caption p {
  line-height: 1.9;
  font-weight: 500;
}
#rental .fee .calender {
  padding: 5rem 0;
  text-align: center;
}
#rental .fee .more {
  margin: 0 auto;
}
#rental .caution {
  margin: 10rem 0;
}
#rental .caution_box {
  margin-top: 5rem;
}
#rental .caution_box h3 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
  color: #22452a;
}
@media screen and (max-width: 574px) {
  #rental .caution_box h3 {
    font-size: 2rem;
  }
}
#rental .caution_box ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.5rem;
}
#rental .caution_box ul li {
  list-style: disc;
  font-weight: 500;
}

#member .subhead_text .en {
  padding: 3rem 5rem;
  border-radius: 3rem 3rem 3rem 0;
}
@media screen and (max-width: 574px) {
  #member .subhead_text .en {
    padding: 2rem 3rem;
    border-radius: 1rem 1rem 1rem 0;
    font-size: 2.6rem;
  }
}
#member .subhead_text h2 {
  padding: 0 5rem 2rem 5rem;
  border-radius: 0 0 3rem 3rem;
}
@media screen and (max-width: 574px) {
  #member .subhead_text h2 {
    padding: 0 2rem 2rem 2rem;
    border-radius: 0 0 1rem 1rem;
  }
}
#member .joinus_box {
  padding: 8rem 10rem 4rem 10rem;
  border-radius: 3rem;
  border: 2px solid #22452a;
  background: #fbfbf8;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #member .joinus_box {
    padding: 8rem 5rem 4rem;
  }
}
@media screen and (max-width: 574px) {
  #member .joinus_box {
    padding: 7rem 1.5rem 4rem;
  }
}
#member .joinus_box::after {
  content: "";
  width: 10rem;
  height: 10rem;
  position: absolute;
  right: -2rem;
  bottom: 2rem;
  background: url(../../images/member/tennis.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#member .joinus_box .logo {
  padding: 2rem;
  background: #22452a;
  border-radius: 2rem;
  max-width: 50rem;
  width: 50rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 574px) {
  #member .joinus_box .logo {
    width: 30rem;
  }
}
#member .joinus_box p {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  background: #ffa318;
  color: #fbfbf8;
  border-radius: 50%;
  left: 0;
  top: 0;
  transform: translate(-30%, -30%);
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #member .joinus_box p {
    top: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #member .joinus_box p {
    zoom: 0.8;
  }
}
#member .joinus .member {
  width: fit-content;
  margin: 4rem auto 0;
}
#member .joinus .member h4 {
  text-align: center;
  padding: 2rem 3rem;
  background: #22452a;
  border-radius: 1rem;
  color: #fbfbf8;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 574px) {
  #member .joinus .member h4 {
    padding: 2rem;
  }
}
#member .joinus .member ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.5rem;
}
#member .joinus .member ul li {
  list-style: disc;
  font-weight: 500;
}
#member .wave {
  margin-top: -30rem;
}
@media screen and (max-width: 1500px) {
  #member .wave {
    margin-top: -15rem;
  }
}
@media screen and (max-width: 1199px) {
  #member .wave {
    margin-top: -10rem;
  }
}
#member .introduction {
  background: #e8eee2;
  padding-top: 1px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1500px) {
  #member .introduction {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 991px) {
  #member .introduction {
    padding-top: 0;
  }
}
@media screen and (max-width: 574px) {
  #member .introduction {
    padding-top: 5rem;
  }
}
#member .introduction_box {
  align-items: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #member .introduction_box {
    flex-direction: column;
    gap: 3rem 0;
  }
}
#member .introduction_box h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
#member .introduction .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #member .introduction .row {
    flex-direction: column-reverse;
    gap: 3rem 0;
  }
}
#member .introduction h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
#member .introduction_text {
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: justify;
}
#member .introduction_image {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #member .introduction_image {
    max-width: 40rem;
    margin: 0 auto;
  }
}
#member .introduction_image img {
  border-radius: 50%;
  border: 2rem solid #fbfbf8;
}
@media screen and (max-width: 1199px) {
  #member .introduction_image img {
    border: 1rem solid #fbfbf8;
  }
}
#member .introduction_photo {
  margin-top: 5rem;
}
#member .introduction_photo .row {
  align-items: baseline;
  gap: 4rem 0;
}
@media screen and (max-width: 767px) {
  #member .introduction_photo .row {
    flex-direction: row;
  }
}
#member .introduction_item {
  height: 100%;
}
#member .introduction_item .image img {
  border-radius: 2rem;
  border: 1rem solid #fbfbf8;
}
#member .introduction_item .text {
  margin-top: 2rem;
  line-height: 1.8;
}

#club .subhead_text .en {
  padding: 3rem 5rem;
  border-radius: 3rem 3rem 3rem 0;
}
@media screen and (max-width: 574px) {
  #club .subhead_text .en {
    padding: 2rem 3rem;
    border-radius: 1rem 1rem 1rem 0;
    font-size: 2.6rem;
  }
}
#club .subhead_text h2 {
  padding: 0 5rem 2rem 5rem;
  border-radius: 0 0 3rem 3rem;
}
@media screen and (max-width: 574px) {
  #club .subhead_text h2 {
    padding: 0 2rem 2rem 2rem;
    border-radius: 0 0 1rem 1rem;
  }
}
@media screen and (max-width: 574px) {
  #club .joinus {
    margin-top: 5rem;
  }
}
#club .joinus_box {
  padding: 6rem 10rem 4rem 10rem;
  border-radius: 3rem;
  border: 2px solid #22452a;
  background: #fbfbf8;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #club .joinus_box {
    padding: 5rem 5rem 4rem;
  }
}
@media screen and (max-width: 574px) {
  #club .joinus_box {
    padding: 4rem 2rem 4rem;
    width: 100%;
  }
}
#club .joinus_box h3 {
  padding: 2rem;
  color: #fbfbf8;
  font-size: 2.6rem;
  text-align: center;
  background: #22452a;
  border-radius: 2rem;
  position: absolute;
  width: 90%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 574px) {
  #club .joinus_box h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#club .joinus .ul_wrap {
  width: fit-content;
}
@media screen and (max-width: 574px) {
  #club .joinus .ul_wrap {
    margin: 0 auto;
  }
}
#club .joinus .ul_wrap ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 574px) {
  #club .joinus .ul_wrap ul {
    margin-top: 3rem;
  }
}
#club .joinus .ul_wrap ul li {
  list-style: disc;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #club .joinus .ul_wrap ul li {
    font-size: 1.6rem;
  }
}
#club .joinus .more {
  margin: 3rem auto 0;
}
#club .member {
  margin-top: 8rem;
}
#club .member .row {
  align-items: center;
  gap: 3rem 0;
}
#club .member_image img {
  border-radius: 2rem;
  border: 1.5rem solid #fbfbf8;
}
#club .member_text {
  padding-left: 3rem;
}
@media screen and (max-width: 1500px) {
  #club .member_text {
    padding-left: 0;
  }
}
#club .member_text ul {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#club .member_text ul li h4 {
  width: fit-content;
  background: #fbfbf8;
  padding: 1rem 2rem 1rem 1.5rem;
  border-radius: 4rem;
  color: #22452a;
  font-weight: 600;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#club .member_text ul li h4 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background: #6e9050;
  border-radius: 50%;
  padding: 0.5rem;
}
#club .member_text ul li p {
  margin-top: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
#club .fee {
  margin: 8rem 0;
}
#club .fee .row {
  margin-top: 4rem;
  gap: 2rem 0;
}
#club .fee_text table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #club .fee_text table {
    border: 1px solid #6e9050;
  }
}
#club .fee_text table th, #club .fee_text table td {
  padding: 2rem;
  border: #6e9050 1px solid;
  font-size: 1.8rem;
}
#club .fee_text table th {
  background: #6e9050;
  color: #fff;
  border-right-color: #fff;
}
#club .fee_text table th:last-of-type {
  border-right-color: #6e9050;
}
#club .fee_text table td {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#club .fee_text ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.5em;
}
#club .fee_text ul li {
  list-style: disc;
}
#club .visitor .row {
  align-items: center;
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  #club .visitor .row {
    flex-direction: column-reverse;
  }
}
#club .visitor_image img {
  border-radius: 2rem;
  border: 1.5rem solid #fbfbf8;
}
#club .visitor_text {
  padding-right: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  #club .visitor_text {
    padding-right: 0;
  }
}
#club .visitor_text p {
  line-height: 1.8;
  font-weight: 500;
}
#club .visitor_text .green {
  margin-top: 1.5rem;
  color: #6e9050;
  font-weight: 600;
  line-height: 1.8;
}
#club .visitor_text .caption {
  margin-top: 1.5rem;
}
#club .rule {
  margin: 8rem 0;
}
#club .rule_list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#club .rule_list h4 {
  font-size: 2.4rem;
  color: #22452a;
  font-weight: 600;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #22452a;
}
@media screen and (max-width: 574px) {
  #club .rule_list h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#club .rule_list ul {
  margin-top: 1.5rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#club .rule_list ul > li {
  list-style-type: "◆ ";
  font-weight: 500;
  line-height: 1.7;
}
#club .rule_list ul > li ul li {
  list-style-type: disc;
}
#club .rule_list ul > li ol {
  margin-top: 0.5rem;
}

#access .subhead_text .en {
  padding: 3rem 5rem;
  border-radius: 3rem 3rem 3rem 0;
}
@media screen and (max-width: 574px) {
  #access .subhead_text .en {
    padding: 2rem 3rem;
    border-radius: 1rem 1rem 1rem 0;
    font-size: 2.6rem;
  }
}
#access .subhead_text h2 {
  padding: 0 5rem 2rem 5rem;
  border-radius: 0 0 3rem 3rem;
}
@media screen and (max-width: 574px) {
  #access .subhead_text h2 {
    padding: 0 2rem 2rem 2rem;
    border-radius: 0 0 1rem 1rem;
  }
}
#access .access ul {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.5em;
}
#access .access ul li {
  list-style: disc;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #access .access ul li {
    font-size: 1.5rem;
  }
}
#access .access_text {
  margin-top: 3rem;
  font-size: 3rem;
  font-weight: bold;
  color: #22452a;
}
@media screen and (max-width: 574px) {
  #access .access_text {
    font-size: 2rem;
  }
}
#access .access .map {
  margin-top: 2rem;
}
#access .access .map iframe {
  display: block;
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 574px) {
  #access .access .map iframe {
    height: 35rem;
  }
}
#access .access .more {
  margin-left: auto;
  margin-top: 2rem;
}
#access .access_item {
  max-width: 100rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  #access .access_item .pc {
    display: none;
  }
}
#access .access_item .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #access .access_item .sp {
    display: block;
  }
}

#contact {
  overflow: hidden;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .subhead_text .en {
  padding: 3rem 5rem;
  border-radius: 3rem 3rem 3rem 0;
}
@media screen and (max-width: 574px) {
  #contact .subhead_text .en {
    padding: 2rem 3rem;
    border-radius: 1rem 1rem 1rem 0;
    font-size: 2.6rem;
  }
}
#contact .subhead_text h2 {
  padding: 0 5rem 2rem 5rem;
  border-radius: 0 0 3rem 3rem;
}
@media screen and (max-width: 574px) {
  #contact .subhead_text h2 {
    padding: 0 2rem 2rem 2rem;
    border-radius: 0 0 1rem 1rem;
  }
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 10px;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting span {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .tel .container {
  padding: 80px 12px;
}
@media screen and (max-width: 767px) {
  #contact .tel .container {
    padding: 60px 12px;
  }
}
#contact .tel .row {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #contact .tel .col-12 {
    margin-bottom: 20px;
  }
}
@media print {
  #contact .tel .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem 1rem;
  border: 1px solid #6e9050;
  background: #6e9050;
  border-radius: 15rem;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_wrap {
    border-radius: 2rem;
  }
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  color: #fbfbf8;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 25px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn small {
  font-size: 20px;
  font-weight: 600;
}
#contact .tel .tel_btn i {
  margin-right: 15px;
}
#contact .tel .tel_btn .times {
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  margin-top: 1rem;
}
#contact .contact {
  margin-bottom: 8rem;
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form {
  padding: 4rem;
  background: #fbfbf8;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form {
    padding: 3rem 1.5rem;
  }
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #ece8de 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #6e9050;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th .requied {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
}
#contact .form_wrap form table td {
  padding: 2rem 0.5rem 2rem 4rem;
  border-bottom: #ece8de 1px solid;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1.5rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
  font-weight: 400;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: 30%;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td select {
    width: auto;
  }
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #6e9050;
  margin-bottom: 20px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form h4 {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #6e9050;
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner {
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px 30px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #242424;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul {
  padding-left: 0;
  list-style: none;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
  margin-bottom: 5px;
  display: flex;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul:last-of-type li {
  display: block;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner .name {
  text-align: right;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar {
  width: 10px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-thumb {
  background: #6e9050;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    padding: 20px 10px;
  }
}
#contact .form_wrap form .check {
  margin-bottom: 30px;
}
#contact .form_wrap form .check input[type=checkbox] {
  margin-right: 10px;
  padding: 5px;
}
#contact .form_wrap form .submit {
  text-align: center;
}
#contact .form_wrap form .submit button {
  background: #6e9050;
  color: #fbfbf8;
  font-weight: 500;
  border: none;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  padding: 15px 40px;
  position: relative;
}
#contact .form_wrap form .submit button i {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
#contact .form_wrap form .confirm button {
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  width: 250px;
}
#contact .form_wrap form .confirm button[type=button] {
  background: #838383;
  color: #fbfbf8;
  margin-right: 30px;
  position: relative;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=button] i {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 10px;
  }
}
#contact .form_wrap form .confirm button[type=submit] {
  background: #6e9050;
  color: #fbfbf8;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=submit] i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm {
    flex-wrap: wrap;
  }
  #contact .form_wrap form .confirm button {
    width: 250px;
  }
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}