@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Asap:wght@600&family=Satisfy&family=Zen+Maru+Gothic:wght@400;700&display=swap");
/* ===============================================
# RULES
=============================================== */
/* ===============================================
# MIXINS
=============================================== */
/* ===============================================
# COMMON (TAGS)
=============================================== */
* {
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #fdfdfb;
}

a {
  color: #222;
  cursor: pointer;
  text-decoration: none;
}

img {
  width: 100%;
}

/* ===============================================
# COMMON (CLASS)
=============================================== */
.inner {
  max-width: 1080px;
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 520px) {
  .inner {
    padding: 0 1.5rem;
  }
}

.screen-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .screen-wrapper {
    margin-left: 240px;
  }
}

.util-title-jp {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.1em;
}
.util-title-jp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.util-title-jp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .util-title-jp {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
  .util-title-jp::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
  .util-title-jp::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .util-title-jp {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
  .util-title-jp::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
  .util-title-jp::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
}

.util-title-en {
  display: inline-block;
  margin-left: 4rem;
  color: #0065b2;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Asap", sans-serif;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
}
.util-title-en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
.util-title-en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .util-title-en {
    margin-left: 2.5rem;
    font-size: 1.8rem;
    line-height: 1.4583333333;
  }
  .util-title-en::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
  .util-title-en::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .util-title-en {
    margin-left: 2.5rem;
    font-size: 1.8rem;
    line-height: 1.4583333333;
  }
  .util-title-en::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
  .util-title-en::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
}

@media screen and (min-width: 961px) {
  .util-head {
    margin: 6rem 0 12rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .util-head {
    margin: 8rem 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .util-head {
    margin: 8rem 0;
  }
}
@media screen and (max-width: 520px) {
  .util-head {
    margin: 8rem 0;
  }
}

.util-head-background {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  border-radius: 15px;
}
.util-head-background:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.35);
  border-radius: 15px;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .util-head-background {
    height: 200px;
  }
}
@media screen and (max-width: 520px) {
  .util-head-background {
    height: 200px;
  }
}

.util-head-title {
  display: inline-block;
  z-index: 5;
}

.util-head-title-jp {
  color: #fdfdfb;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
}
.util-head-title-jp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
.util-head-title-jp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .util-head-title-jp {
    font-size: 3.2rem;
    line-height: 1.4375;
  }
  .util-head-title-jp::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .util-head-title-jp::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .util-head-title-jp {
    font-size: 3.2rem;
    line-height: 1.4375;
  }
  .util-head-title-jp::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .util-head-title-jp::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.util-head-title-en {
  margin-top: 4rem;
  color: #fdfdfb;
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Asap", sans-serif;
  text-align: center;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
}
.util-head-title-en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
.util-head-title-en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .util-head-title-en {
    margin-top: 2.5rem;
    font-size: 2rem;
    line-height: 1.15;
  }
  .util-head-title-en::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.15) * 0.5em);
    content: "";
  }
  .util-head-title-en::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.15) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .util-head-title-en {
    margin-top: 2.5rem;
    font-size: 2rem;
    line-height: 1.15;
  }
  .util-head-title-en::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.15) * 0.5em);
    content: "";
  }
  .util-head-title-en::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.15) * 0.5em);
    content: "";
  }
}

.util-link {
  position: relative;
  display: inline-block;
  width: 200px;
  max-width: 100%;
  height: 40px;
  line-height: 34px;
  letter-spacing: 0.1em;
  border: 2px solid #67a5da;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fdfdfb;
  background: #67a5da;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease 0s;
}
.util-link::after {
  position: absolute;
  content: "";
  background: #fdfdfb;
  mask: url(../img/btn-arrow.svg) no-repeat center center/contain;
  -webkit-mask: url(../img/btn-arrow.svg) no-repeat center center/contain;
  width: 6px;
  height: 12px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.4s ease 0s;
}
@media (hover: hover) {
  .util-link:where(:any-link, :enabled, summary):hover {
    background: #fdfdfb;
    color: #67a5da;
  }
  .util-link:where(:any-link, :enabled, summary):hover::after {
    background: #67a5da;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .util-link {
    width: 180px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .util-link {
    width: 180px;
    font-size: 1.6rem;
  }
}

/* ===============================================
# SLICK SETTINGS
=============================================== */
.slick-dots {
  bottom: -22px;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .slick-dots {
    bottom: -27px;
  }
}
@media screen and (max-width: 520px) {
  .slick-dots {
    bottom: -27px;
  }
}
.slick-dots li {
  margin-right: 1.5rem;
  width: 12px;
  height: 12px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
}
.slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 25px;
  background-color: #ced1d3;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  background: #fd829a;
  opacity: 1;
}

/* ===============================================
# ANIMATIONS
=============================================== */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.animation-zoomUp {
  animation: zoomUp 10s linear 0s normal both;
}

/* ===============================================
1) DRAWER / HEADER [DONE]
=============================================== */
.header {
  position: fixed;
  width: 240px;
  height: 100vh;
  background: #fbe4e2;
  box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .header {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .header {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .header {
    display: none;
  }
}

.header-content {
  overflow-y: scroll;
  height: 100vh;
  padding: clamp(3rem, 4.4444444444vh, 4rem) 1rem;
}

.header-logo {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.header-nav {
  margin-top: clamp(4rem, 6.6666666667vh, 6rem);
  display: flex;
  flex-direction: column;
  row-gap: clamp(3rem, 4.4444444444vh, 4rem);
  text-align: center;
}

.header-nav-link {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  transition: all 0.4s ease 0s;
}
.header-nav-link.is-current {
  color: #fd829a;
}
.header-nav-link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.header-nav-link::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media (hover: hover) {
  .header-nav-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.4;
  }
  .header-nav-link:where(:any-link, :enabled, summary):hover.is-current {
    opacity: 1;
  }
}

.header-button-link {
  position: relative;
  display: inline-block;
  width: 200px;
  max-width: 100%;
  height: 40px;
  line-height: 34px;
  letter-spacing: 0.1em;
  border: 2px solid #fd829a;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fdfdfb;
  background: #fd829a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease 0s;
}
@media (hover: hover) {
  .header-button-link:where(:any-link, :enabled, summary):hover {
    background: #fdfdfb;
    color: #fd829a;
  }
}

.header-sp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fbe4e2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
@media screen and (min-width: 961px) {
  .header-sp {
    display: none;
  }
}

.header-sp-inner {
  display: flex;
  align-items: center;
  height: 60px;
}

.header-sp-logo {
  width: 190px;
}
.drawer-icon {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #fd829a;
  border-radius: 50%;
  z-index: 200;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 961px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-pull .drawer-icon-bar1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-icon.is-pull .drawer-icon-bar2 {
  opacity: 0;
}
.drawer-icon.is-pull .drawer-icon-bar3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-icon-bars {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #fdfdfb;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
}

.drawer-icon-bar1 {
  top: 12px;
}

.drawer-icon-bar3 {
  top: 28px;
}

.drawer-body {
  width: 100%;
  max-width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fbe4e2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transform: translateX(300px);
  transition: all 0.4s ease 0s;
  z-index: 150;
}
.drawer-body.is-pull {
  display: block;
  transform: translateX(0);
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 961px) {
  .drawer-body {
    display: none;
  }
}

.drawer-body-inner {
  overflow-y: scroll;
  height: 100vh;
  padding: clamp(3rem, 4.4444444444vh, 4rem) 1rem;
}

.drawer-logo {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.drawer-nav {
  margin-top: clamp(4rem, 6.6666666667vh, 6rem);
  display: flex;
  flex-direction: column;
  row-gap: clamp(3rem, 4.4444444444vh, 4rem);
  text-align: center;
}

.drawer-nav-link {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  transition: all 0.4s ease 0s;
}
.drawer-nav-link.is-current {
  color: #fd829a;
}
.drawer-nav-link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.drawer-nav-link::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media (hover: hover) {
  .drawer-nav-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.4;
  }
  .drawer-nav-link:where(:any-link, :enabled, summary):hover.is-current {
    opacity: 1;
  }
}

.drawer-button-link {
  position: relative;
  display: inline-block;
  width: 200px;
  max-width: 100%;
  height: 40px;
  line-height: 34px;
  letter-spacing: 0.1em;
  border: 2px solid #fd829a;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fdfdfb;
  background: #fd829a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease 0s;
}
@media (hover: hover) {
  .drawer-button-link:where(:any-link, :enabled, summary):hover {
    background: #fdfdfb;
    color: #fd829a;
  }
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.35);
  z-index: 130;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.drawer-background.is-pull {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 961px) {
  .drawer-background {
    display: none;
  }
}

/* ===============================================
2) CTA & FOOTER [DONE]
=============================================== */
.cta {
  margin-top: 12rem;
  margin-bottom: 18rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .cta {
    margin-top: 8rem;
    margin-bottom: 14rem;
  }
}
@media screen and (max-width: 520px) {
  .cta {
    margin-top: 8rem;
    margin-bottom: 10.5rem;
  }
}

.cta-reserve {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 360px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.cta-reserve:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.35);
  z-index: 2;
}
.cta-reserve img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .cta-reserve {
    height: 300px;
  }
}
@media screen and (max-width: 520px) {
  .cta-reserve {
    height: 300px;
  }
}

.cta-reserve-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4rem;
  padding: 0 4rem;
  z-index: 5;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .cta-reserve-container {
    row-gap: 3rem;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 520px) {
  .cta-reserve-container {
    row-gap: 3rem;
    padding: 0 1rem;
  }
}

.cta-reserve-title-jp {
  color: #fdfdfb;
}

.cta-reserve-title-en {
  color: #fdfdfb;
}

.cta-reserve-text {
  color: #fdfdfb;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.cta-reserve-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.cta-reserve-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .cta-reserve-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .cta-reserve-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .cta-reserve-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .cta-reserve-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .cta-reserve-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .cta-reserve-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.cta-reserve-button-link::after {
  display: none;
}

.cta-flex {
  display: flex;
  margin-top: 8rem;
}
@media screen and (min-width: 961px) {
  .cta-flex {
    column-gap: 6.25%;
  }
}
@media screen and (min-width: 1200px) {
  .cta-flex {
    column-gap: 11.1111111111%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .cta-flex {
    column-gap: 6.25%;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .cta-flex {
    column-gap: 6.6666666667%;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .cta-flex {
    flex-direction: column;
    row-gap: 4rem;
    margin-top: 4rem;
  }
}

.cta-question {
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cta-question-link {
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.cta-question-link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.35);
  z-index: 2;
}
.cta-question-link:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #fd829a transparent;
  z-index: 3;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .cta-question-link:after {
    border-width: 0 0 30px 30px;
  }
}
@media screen and (max-width: 520px) {
  .cta-question-link:after {
    border-width: 0 0 30px 30px;
  }
}
.cta-question-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  transition: all 0.4s ease 0s;
}
@media (hover: hover) {
  .cta-question-link:where(:any-link, :enabled, summary):hover > img {
    transform: scale(1.25);
  }
  .cta-question-link:where(:any-link, :enabled, summary):hover:after {
    border-color: transparent transparent #fdfdfb transparent;
  }
  .cta-question-link:where(:any-link, :enabled, summary):hover .cta-question-link-name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .cta-question-link {
    height: 100px;
  }
}
@media screen and (max-width: 520px) {
  .cta-question-link {
    height: 100px;
  }
}

.cta-question-link-name {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fdfdfb;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: all 0.4s ease 0s;
  z-index: 3;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .cta-question-link-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .cta-question-link-name {
    font-size: 1.6rem;
  }
}

.cta-contact {
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cta-contact-link {
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.cta-contact-link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.35);
  z-index: 2;
}
.cta-contact-link:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #fd829a transparent;
  z-index: 3;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .cta-contact-link:after {
    border-width: 0 0 30px 30px;
  }
}
@media screen and (max-width: 520px) {
  .cta-contact-link:after {
    border-width: 0 0 30px 30px;
  }
}
.cta-contact-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  transition: all 0.4s ease 0s;
}
@media (hover: hover) {
  .cta-contact-link:where(:any-link, :enabled, summary):hover > img {
    transform: scale(1.25);
  }
  .cta-contact-link:where(:any-link, :enabled, summary):hover:after {
    border-color: transparent transparent #fdfdfb transparent;
  }
  .cta-contact-link:where(:any-link, :enabled, summary):hover .cta-contact-link-name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .cta-contact-link {
    height: 100px;
  }
}
@media screen and (max-width: 520px) {
  .cta-contact-link {
    height: 100px;
  }
}

.cta-contact-link-name {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fdfdfb;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: all 0.4s ease 0s;
  z-index: 3;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .cta-contact-link-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .cta-contact-link-name {
    font-size: 1.6rem;
  }
}

.footer {
  position: relative;
  background: #fbe4e2;
  padding: 6rem 0;
}
.footer:after {
  position: absolute;
  content: "";
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("../img/footer_accent_pc.png") center center/cover repeat-x;
}
@media screen and (max-width: 520px) {
  .footer:after {
    top: -45px;
    height: 45px;
    background: url("../img/footer_accent_sp.png") center center/cover repeat-x;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .footer {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 520px) {
  .footer {
    padding: 4rem 0;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .footer-inner {
    margin: 0 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer-inner {
    margin: 0 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .footer-inner {
    margin: 0 4rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .footer-inner {
    display: block;
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 520px) {
  .footer-inner {
    display: block;
    margin-left: 2.5rem;
  }
}

.footer-logo img {
  width: 250px;
}
@media screen and (min-width: 1200px) {
  .footer-logo img {
    width: 275px;
  }
}
@media screen and (max-width: 520px) {
  .footer-logo img {
    width: 200px;
  }
}

.footer-address {
  margin-top: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.footer-address::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.footer-address::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .footer-address {
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer-address::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .footer-address::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .footer-address {
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer-address::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .footer-address::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.footer-right {
  text-align: right;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .footer-right {
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  .footer-right {
    text-align: left;
  }
}

.footer-details {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.footer-details::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.footer-details::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .footer-details {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer-details::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .footer-details::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .footer-details {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer-details::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .footer-details::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.footer-time {
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.footer-time::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.footer-time::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .footer-time {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer-time::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .footer-time::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .footer-time {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer-time::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .footer-time::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.footer-copyright {
  margin-top: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.footer-copyright::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.footer-copyright::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .footer-copyright {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer-copyright::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .footer-copyright::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .footer-copyright {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer-copyright::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .footer-copyright::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

/* ===============================================
3) HOME
=============================================== */
.home-visual-inner {
  width: 100%;
  height: 100vh;
  background: #ced1d3;
}

.home-visual-slider {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.home-visual-image {
  position: relative;
  width: 100%;
  height: 100vh;
}

.home-visual-image-insert {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-visual-box {
  position: absolute;
  width: 200px;
  height: 350px;
  bottom: 4.4444444444%;
  right: 6.9444444444%;
  background: #fbe4e2;
  z-index: 50;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-visual-box {
    bottom: 40px;
    right: 60px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-visual-box {
    width: 150px;
    height: 275px;
    bottom: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 520px) {
  .home-visual-box {
    width: 150px;
    height: 275px;
    bottom: 40px;
    right: 40px;
  }
}

.home-visual-box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 165px;
  height: 265px;
  font-size: 2.4rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  letter-spacing: 0.55em;
  line-height: 2.25;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-visual-box-text {
    width: 110px;
    height: 210px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (max-width: 520px) {
  .home-visual-box-text {
    width: 110px;
    height: 210px;
    font-size: 1.8rem;
    line-height: 2;
  }
}

.home-about {
  padding: 12rem 0;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-about {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 520px) {
  .home-about {
    padding: 8rem 0;
  }
}

.home-about-inner {
  max-width: 1000px;
}

.home-about-item {
  display: flex;
  justify-content: space-between;
}
.home-about-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.home-about-item:nth-child(2) {
  position: relative;
}
.home-about-item:nth-child(2)::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/shell_1.png") left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .home-about-item:nth-child(2)::before {
    width: 175px;
    height: 175px;
    top: -50px;
    left: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .home-about-item:nth-child(2)::before {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-about-item:nth-child(2)::before {
    width: 175px;
    height: 175px;
    top: -50px;
    left: -100px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-about-item:nth-child(2)::before {
    width: 150px;
    height: 150px;
    top: -150px;
    left: -70px;
  }
}
@media screen and (max-width: 520px) {
  .home-about-item:nth-child(2)::before {
    width: 125px;
    height: 125px;
    top: -130px;
    left: -45px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-about-item {
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .home-about-item {
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}
.home-about-item:not(:first-child) {
  margin-top: 12rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-about-item:not(:first-child) {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 520px) {
  .home-about-item:not(:first-child) {
    margin-top: 8rem;
  }
}

.home-about-photo {
  position: relative;
  padding: 2rem;
  width: 375px;
  height: 500px;
  flex-shrink: 0;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1200px) {
  .home-about-photo {
    width: 450px;
    height: 600px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-about-photo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .home-about-photo {
    margin: 0 auto;
    width: 300px;
    height: 400px;
  }
}
.home-about-photo.pin-1::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/pin_1.png") left top no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.home-about-photo.pin-2::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/pin_2.png") left top no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.home-about-photo.pin-3::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/pin_3.png") left top no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.home-about-image {
  display: block;
  position: relative;
}
.home-about-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-about-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.home-about-image-gray {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ced1d3;
  opacity: 1;
  z-index: 2;
}

.home-about-tag {
  position: absolute;
  bottom: 45px;
  left: 50%;
  color: #fd829a;
  font-size: 8rem;
  font-family: "Satisfy", cursive;
  line-height: 1.4375;
  transform: translateX(-50%);
}
.home-about-tag::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.home-about-tag::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-about-tag {
    bottom: 25px;
    font-size: 6rem;
    line-height: 1.4333333333;
  }
  .home-about-tag::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4333333333) * 0.5em);
    content: "";
  }
  .home-about-tag::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4333333333) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .home-about-tag {
    bottom: 25px;
    font-size: 6rem;
    line-height: 1.4333333333;
  }
  .home-about-tag::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4333333333) * 0.5em);
    content: "";
  }
  .home-about-tag::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4333333333) * 0.5em);
    content: "";
  }
}

.home-about-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .home-about-container {
    width: 100%;
    max-width: 375px;
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .home-about-container {
    width: 100%;
    max-width: 450px;
    height: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-about-container {
    width: 100%;
    max-width: 375px;
    height: 500px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-about-container {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .home-about-container {
    margin-top: 3rem;
  }
}

.home-about-text {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.55em;
  line-height: 2.25;
}
@media screen and (min-width: 961px) {
  .home-about-text {
    padding: 1.5rem;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-about-text {
    padding: 1.5rem;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-about-text {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 2;
  }
}
@media screen and (max-width: 520px) {
  .home-about-text {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 2;
  }
}

.home-faclities {
  padding: 12rem 0;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-faclities {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 520px) {
  .home-faclities {
    padding: 16rem 0 8rem;
  }
}

.home-faclities-inner {
  position: relative;
}
.home-faclities-inner::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/shell_2.png") left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .home-faclities-inner::before {
    width: 250px;
    height: 250px;
    top: -130px;
    right: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .home-faclities-inner::before {
    width: 300px;
    height: 300px;
    top: -140px;
    right: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-faclities-inner::before {
    width: 250px;
    height: 250px;
    top: -130px;
    right: -40px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-faclities-inner::before {
    width: 200px;
    height: 200px;
    top: -130px;
    right: -25px;
  }
}
@media screen and (max-width: 520px) {
  .home-faclities-inner::before {
    width: 150px;
    height: 150px;
    top: -130px;
    right: -25px;
  }
}

.home-faclities-text {
  margin-top: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.home-faclities-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.home-faclities-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-faclities-text {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-faclities-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-faclities-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .home-faclities-text {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-faclities-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-faclities-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.home-faclities-button {
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-faclities-button {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .home-faclities-button {
    margin-top: 3rem;
  }
}

.home-faclities-carousel {
  width: 100%;
  margin-top: 8rem;
  overflow: hidden;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-faclities-carousel {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 520px) {
  .home-faclities-carousel {
    margin-right: 6rem;
  }
}

.home-faclities-image {
  position: relative;
  min-width: 300px;
  max-width: 700px;
  margin: 0 1rem;
}
@media screen and (max-width: 520px) {
  .home-faclities-image {
    margin: 0 0.5rem;
  }
}
.home-faclities-image:nth-child(2n) {
  transform: scale(0.85);
}
.home-faclities-image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.home-faclities-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.home-spots {
  padding: 12rem 0;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-spots {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 520px) {
  .home-spots {
    padding: 8rem 0;
  }
}

.home-spots-inner {
  position: relative;
}
.home-spots-inner::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/starfish.png") left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .home-spots-inner::before {
    width: 240px;
    height: 240px;
    top: -130px;
    left: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .home-spots-inner::before {
    width: 300px;
    height: 300px;
    top: -160px;
    left: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-spots-inner::before {
    width: 240px;
    height: 240px;
    top: -130px;
    left: -40px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-spots-inner::before {
    width: 180px;
    height: 180px;
    top: -130px;
    left: -25px;
  }
}
@media screen and (max-width: 520px) {
  .home-spots-inner::before {
    width: 120px;
    height: 120px;
    top: -130px;
    right: -25px;
  }
}

.home-spots-box {
  text-align: right;
}

.home-spots-title {
  position: relative;
  display: inline-block;
}
.home-spots-title::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/balloon.png") left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .home-spots-title::before {
    width: 135px;
    height: 107.5px;
    top: -110px;
    left: -135px;
  }
}
@media screen and (min-width: 1200px) {
  .home-spots-title::before {
    width: 150px;
    height: 120px;
    top: -125px;
    left: -155px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-spots-title::before {
    width: 135px;
    height: 107.5px;
    top: -110px;
    left: -135px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-spots-title::before {
    width: 105px;
    height: 82.5px;
    top: -85px;
    left: -95px;
  }
}
@media screen and (max-width: 520px) {
  .home-spots-title::before {
    width: 90px;
    height: 70px;
    top: -75px;
    left: -85px;
  }
}

.home-spots-text {
  margin-top: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.home-spots-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.home-spots-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-spots-text {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-spots-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-spots-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .home-spots-text {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-spots-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-spots-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.home-spots-button {
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-spots-button {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .home-spots-button {
    margin-top: 3rem;
  }
}

.home-spots-carousel {
  width: 100%;
  margin-top: 8rem;
  overflow: hidden;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-spots-carousel {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 520px) {
  .home-spots-carousel {
    margin-right: 6rem;
  }
}

.home-spots-image {
  position: relative;
  min-width: 300px;
  max-width: 700px;
  margin: 0 1rem;
}
@media screen and (max-width: 520px) {
  .home-spots-image {
    margin: 0 0.5rem;
  }
}
.home-spots-image:nth-child(2n) {
  transform: scale(0.85);
}
.home-spots-image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.home-spots-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.home-news {
  padding: 12rem 0;
  background: #fbe4e2;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-news {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 520px) {
  .home-news {
    padding: 8rem 0;
  }
}

.home-news-title {
  text-align: center;
}

.home-news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 8rem auto 0;
  max-width: 1000px;
}
@media screen and (min-width: 961px) {
  .home-news-list {
    column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-news-list {
    column-gap: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-news-list {
    column-gap: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-news-list {
    flex-direction: column;
    row-gap: 6rem;
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 520px) {
  .home-news-list {
    flex-direction: column;
    row-gap: 6rem;
    margin: 6rem auto 0;
  }
}

.home-news-item {
  background: #fdfdfb;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 961px) {
  .home-news-item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .home-news-item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-news-item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-news-item {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .home-news-item {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

@media (hover: hover) {
  .home-news-link:where(:any-link, :enabled, summary):hover .home-news-image-insert {
    transform: scale(1.2);
  }
}

.home-news-image {
  width: 100%;
  background: #fdfdfb;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.home-news-image-insert {
  width: 100%;
  padding-top: 75%;
  top: 0;
  left: 0;
  border-radius: 15px 15px 0 0;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-news-image-insert {
    padding-top: 75%;
  }
}
@media screen and (max-width: 520px) {
  .home-news-image-insert {
    padding-top: 75%;
  }
}

.home-news-body {
  min-height: 225px;
  padding: 6.6666666667%;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-news-body {
    min-height: 210px;
  }
}
@media screen and (max-width: 520px) {
  .home-news-body {
    min-height: 210px;
  }
}

.home-news-category {
  display: inline-block;
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  color: #fdfdfb;
  background: #fd829a;
  border-radius: 50px;
}
.home-news-category::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.home-news-category::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-news-category {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .home-news-category::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .home-news-category::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .home-news-category {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .home-news-category::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .home-news-category::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.home-news-subject {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
.home-news-subject::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.home-news-subject::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-news-subject {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .home-news-subject::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .home-news-subject::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .home-news-subject {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .home-news-subject::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .home-news-subject::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.home-news-text {
  margin-top: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.home-news-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.home-news-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-news-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-news-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-news-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .home-news-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-news-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-news-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.home-news-button {
  margin-top: 8rem;
  text-align: center;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-news-button {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 520px) {
  .home-news-button {
    margin-top: 6rem;
  }
}

.home-access {
  padding: 12rem 0;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-access {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 520px) {
  .home-access {
    padding: 8rem 0;
  }
}

.home-access-outer {
  position: relative;
}
.home-access-outer::before {
  position: absolute;
  content: "";
  background: #fbe4e2;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .home-access-outer::before {
    bottom: -50px;
    left: 0;
    width: 78.5714285714%;
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .home-access-outer::before {
    top: 113.5px;
    left: 0;
    width: 55%;
    height: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-access-outer::before {
    bottom: -50px;
    left: 0;
    width: 78.5714285714%;
    height: 500px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-access-outer::before {
    bottom: -50px;
    left: 0;
    width: 83.3333333333%;
    height: 450px;
  }
}
@media screen and (max-width: 520px) {
  .home-access-outer::before {
    bottom: -50px;
    left: 0;
    width: 83.3333333333%;
    height: 450px;
  }
}

.home-access-inner {
  position: relative;
}
.home-access-inner::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/shell_3.png") left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .home-access-inner::before {
    width: 200px;
    height: 200px;
    top: -220px;
    right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .home-access-inner::before {
    width: 250px;
    height: 250px;
    top: -260px;
    right: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-access-inner::before {
    width: 200px;
    height: 200px;
    top: -220px;
    right: 20px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-access-inner::before {
    width: 175px;
    height: 175px;
    top: -150px;
    right: -20px;
  }
}
@media screen and (max-width: 520px) {
  .home-access-inner::before {
    width: 125px;
    height: 125px;
    top: -150px;
    right: -20px;
  }
}

.home-access-title {
  text-align: center;
}

.home-access-container {
  display: flex;
}
@media screen and (min-width: 961px) {
  .home-access-container {
    flex-direction: column-reverse;
    max-width: 600px;
    margin: 8rem auto 0;
    row-gap: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-access-container {
    flex-direction: row;
    column-gap: 5.5555555556%;
    margin: 16rem 0 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-access-container {
    flex-direction: column-reverse;
    max-width: 600px;
    margin: 8rem auto 0;
    row-gap: 6rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-access-container {
    flex-direction: column-reverse;
    max-width: 540px;
    margin: 6rem auto 0;
    row-gap: 6rem;
  }
}
@media screen and (max-width: 520px) {
  .home-access-container {
    flex-direction: column-reverse;
    max-width: 540px;
    margin: 6rem auto 0;
    row-gap: 6rem;
  }
}

.home-access-body {
  flex-shrink: 0.65;
}

.home-access-name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
}
.home-access-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.home-access-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-access-name {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .home-access-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .home-access-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .home-access-name {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .home-access-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .home-access-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.home-access-address {
  margin-top: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.home-access-address::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.home-access-address::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-access-address {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-access-address::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-access-address::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .home-access-address {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-access-address::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-access-address::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.home-access-text {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.home-access-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.home-access-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-access-text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-access-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-access-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .home-access-text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-access-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-access-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.home-access-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-access-buttons {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 520px) {
  .home-access-buttons {
    margin-top: 2.5rem;
    flex-direction: column;
  }
}

.home-access-map {
  width: 100%;
  max-width: 600px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.home-access-map-wrap {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.home-access-map-wrap iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.home-reviews {
  padding: 12rem 0;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-reviews {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 520px) {
  .home-reviews {
    padding: 8rem 0;
  }
}

.home-reviews-inner {
  position: relative;
}
.home-reviews-inner::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/shell_4.png") left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .home-reviews-inner::before {
    width: 240px;
    height: 210px;
    top: -200px;
    left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .home-reviews-inner::before {
    width: 300px;
    height: 240px;
    top: -220px;
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-reviews-inner::before {
    width: 240px;
    height: 210px;
    top: -180px;
    left: 10px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-reviews-inner::before {
    width: 180px;
    height: 150px;
    top: -140px;
    left: 20px;
  }
}
@media screen and (max-width: 520px) {
  .home-reviews-inner::before {
    width: 150px;
    height: 120px;
    top: -140px;
    left: -10px;
  }
}

.home-reviews-title {
  text-align: center;
}

.home-reviews-list {
  display: flex;
  flex-wrap: wrap;
  margin: 8rem auto 0;
  max-width: 1000px;
}
@media screen and (min-width: 961px) {
  .home-reviews-list {
    gap: 6rem 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-reviews-list {
    gap: 6rem 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-reviews-list {
    gap: 4rem 3rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-reviews-list {
    gap: 4rem 3rem;
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 520px) {
  .home-reviews-list {
    row-gap: 4rem;
    margin: 6rem auto 0;
  }
}

.home-reviews-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fbe4e2;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 961px) {
  .home-reviews-item {
    width: calc(50% - 25px);
    min-height: 350px;
    padding: 2.5rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-reviews-item {
    width: calc(33.3333333333% - 33.3333333333px);
    min-height: 400px;
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .home-reviews-item {
    width: calc(50% - 15px);
    min-height: 350px;
    padding: 2.5rem 1.75rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-reviews-item {
    width: calc(50% - 15px);
    min-height: 300px;
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  .home-reviews-item {
    width: 100%;
    max-width: 280px;
    min-height: 300px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
  }
}

.home-reviews-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.home-reviews-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.home-reviews-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-reviews-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-reviews-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-reviews-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .home-reviews-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .home-reviews-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .home-reviews-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.home-reviews-name {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
.home-reviews-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.home-reviews-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .home-reviews-name {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .home-reviews-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .home-reviews-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .home-reviews-name {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .home-reviews-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .home-reviews-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.home-reviews-star {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  column-gap: 5px;
}
.home-reviews-star img {
  width: 25px;
}
@media screen and (max-width: 520px) {
  .home-reviews-star img {
    width: 20px;
  }
}

.home-banner-inner {
  max-width: 600px;
}

/* ===============================================
4) FACLITIES [DONE]
=============================================== */
.faclities-head-inner {
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 520px) {
  .faclities-head-inner {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-room {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .faclities-room {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}

.faclities-room-list {
  max-width: 720px;
  margin: 6rem auto 0;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .faclities-room-list {
    max-width: 600px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-room-list {
    max-width: 540px;
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 520px) {
  .faclities-room-list {
    max-width: 540px;
    margin: 4rem 0 0;
  }
}

.faclities-room-item {
  margin-bottom: 12rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-room-item {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 520px) {
  .faclities-room-item {
    margin-bottom: 8rem;
  }
}

.faclities-room-upperimage {
  display: block;
  position: relative;
  margin: 0 1rem 1rem;
  cursor: grab;
}
.faclities-room-upperimage::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.faclities-room-upperimage img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.faclities-room-lowerslide {
  margin-top: 7.2rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-room-lowerslide {
    margin-top: 5.7rem;
  }
}
@media screen and (max-width: 520px) {
  .faclities-room-lowerslide {
    margin-top: 5.7rem;
  }
}

.faclities-room-lowerimage {
  display: block;
  position: relative;
  margin: 0 1rem;
  cursor: pointer;
}
.faclities-room-lowerimage::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.faclities-room-lowerimage::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: #222;
  opacity: 0.6;
}
.faclities-room-lowerimage.slick-current::after {
  opacity: 0;
}
.faclities-room-lowerimage img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 15px;
  object-fit: cover;
}

.faclities-room-bottom {
  margin: 6rem auto 0;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-room-bottom {
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 520px) {
  .faclities-room-bottom {
    margin: 4rem auto 0;
  }
}

.faclities-room-name {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
}
.faclities-room-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
.faclities-room-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-room-name {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .faclities-room-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .faclities-room-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .faclities-room-name {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .faclities-room-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .faclities-room-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}

.faclities-room-content {
  display: flex;
  margin-top: 4rem;
}
@media screen and (min-width: 961px) {
  .faclities-room-content {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .faclities-room-content {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .faclities-room-content {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-room-content {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .faclities-room-content {
    margin-top: 3rem;
  }
}

.faclities-room-content-left {
  width: 100px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.faclities-room-content-left::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.faclities-room-content-left::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-room-content-left {
    width: 85px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .faclities-room-content-left::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .faclities-room-content-left::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .faclities-room-content-left {
    width: 85px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .faclities-room-content-left::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .faclities-room-content-left::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.faclities-room-content-right {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.faclities-room-content-right::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.faclities-room-content-right::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 961px) {
  .faclities-room-content-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .faclities-room-content-right {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .faclities-room-content-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-room-content-right {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .faclities-room-content-right::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .faclities-room-content-right::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .faclities-room-content-right {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .faclities-room-content-right::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .faclities-room-content-right::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-other {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .faclities-other {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}

.faclities-other-list {
  display: flex;
  margin: 6rem 0 12rem;
}
@media screen and (min-width: 961px) {
  .faclities-other-list {
    column-gap: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .faclities-other-list {
    column-gap: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .faclities-other-list {
    column-gap: 4rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-other-list {
    flex-direction: column;
    row-gap: 4rem;
    width: 100%;
    max-width: 275px;
    margin: 4rem auto 8rem;
  }
}
@media screen and (max-width: 520px) {
  .faclities-other-list {
    flex-direction: column;
    row-gap: 4rem;
    width: 100%;
    max-width: 275px;
    margin: 4rem auto 8rem;
  }
}

.faclities-other-item {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (min-width: 1200px) {
  .faclities-other-item {
    width: calc(33.3333333333% - 40px);
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-other-item {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .faclities-other-item {
    width: 100%;
  }
}

.faclities-other-image {
  display: block;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.faclities-other-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.faclities-other-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 15px;
  object-fit: cover;
}

.faclities-other-name {
  margin-top: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.faclities-other-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.faclities-other-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-other-name {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .faclities-other-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .faclities-other-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .faclities-other-name {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .faclities-other-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .faclities-other-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (min-width: 961px) {
  .faclities-other-name .is-resp {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .faclities-other-name .is-resp {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .faclities-other-name .is-resp {
    display: none;
  }
}

.faclities-info {
  padding: 12rem 0;
  position: relative;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-info {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 520px) {
  .faclities-info {
    padding: 8rem 0;
  }
}
.faclities-info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 93.0555555556%;
  height: 100%;
  background: #fbe4e2;
  z-index: -1;
}

@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-info-inner {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .faclities-info-inner {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}

.faclities-info-title:not(:first-child) {
  margin-top: 12rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-info-title:not(:first-child) {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 520px) {
  .faclities-info-title:not(:first-child) {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 520px) {
  .faclities-info-title {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .faclities-info-title .faclities-info-title-en {
    margin-left: 0;
  }
}

.faclities-info-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.0833333333%;
  row-gap: 4rem;
  margin-top: 6rem;
}
@media screen and (min-width: 961px) {
  .faclities-info-list {
    column-gap: 2.0833333333%;
  }
}
@media screen and (min-width: 1200px) {
  .faclities-info-list {
    column-gap: 7.4074074074%;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-info-list {
    row-gap: 2.5rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .faclities-info-list {
    row-gap: 2.5rem;
    margin-top: 4rem;
  }
}

.faclities-info-item {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-info-item {
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  .faclities-info-item {
    column-gap: 1.5rem;
  }
}

.faclities-info-icon {
  width: 50px;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-info-icon {
    width: 40px;
  }
}
@media screen and (max-width: 520px) {
  .faclities-info-icon {
    width: 40px;
  }
}
.faclities-info-text {
  width: 300px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.faclities-info-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.faclities-info-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .faclities-info-text {
    width: 250px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .faclities-info-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .faclities-info-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .faclities-info-text {
    width: 250px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .faclities-info-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .faclities-info-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

/* ===============================================
5) SPOTS [DONE]
=============================================== */
.spots-head-inner {
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 520px) {
  .spots-head-inner {
    padding: 0 1.5rem;
  }
}

.spots-head-title-jp .is-sp {
  display: none;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-head-title-jp .is-sp {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .spots-head-title-jp .is-sp {
    display: block;
  }
}

@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .spots-body {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}

.spots-body-item:not(:first-child) {
  margin-top: 12rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-item:not(:first-child) {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-item:not(:first-child) {
    margin-top: 8rem;
  }
}

.spots-body-top {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-top {
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-top {
    column-gap: 1.5rem;
  }
}

.spots-body-top-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  column-gap: 1.5rem;
  padding: 0 1rem 1rem 1.5rem;
  background: #fd829a;
  color: #fdfdfb;
  border-radius: 15px;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-top-left {
    flex-direction: column;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-top-left {
    flex-direction: column;
    padding: 0.5rem 1rem;
  }
}

.spots-body-top-flextext {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  padding-top: 0.8rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-top-flextext {
    padding-top: 0;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-top-flextext {
    padding-top: 0;
    row-gap: 0.5rem;
  }
}

.spots-body-top-uppertext {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
.spots-body-top-uppertext::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.spots-body-top-uppertext::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-top-uppertext {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-top-uppertext::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-top-uppertext::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .spots-body-top-uppertext {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-top-uppertext::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-top-uppertext::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.spots-body-top-lowertext {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
}
.spots-body-top-lowertext::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
.spots-body-top-lowertext::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-top-lowertext {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .spots-body-top-lowertext::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .spots-body-top-lowertext::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .spots-body-top-lowertext {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .spots-body-top-lowertext::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .spots-body-top-lowertext::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}

.spots-body-top-number {
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
}
.spots-body-top-number::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.spots-body-top-number::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-top-number {
    padding-left: 5px;
    font-size: 6rem;
    line-height: 1.45;
  }
  .spots-body-top-number::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.45) * 0.5em);
    content: "";
  }
  .spots-body-top-number::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.45) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .spots-body-top-number {
    padding-left: 5px;
    font-size: 6rem;
    line-height: 1.45;
  }
  .spots-body-top-number::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.45) * 0.5em);
    content: "";
  }
  .spots-body-top-number::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.45) * 0.5em);
    content: "";
  }
}

.spots-body-top-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
.spots-body-top-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.spots-body-top-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-top-title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
  .spots-body-top-title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
  .spots-body-top-title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .spots-body-top-title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
  .spots-body-top-title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
  .spots-body-top-title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
}
.spots-body-top-title .is-sp {
  display: none;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-top-title .is-sp {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-top-title .is-sp {
    display: block;
  }
}

.spots-body-main {
  display: flex;
  justify-content: space-between;
  column-gap: 5.5555555556%;
  margin-top: 8rem;
}
.spots-body-main.flex-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1200px) {
  .spots-body-main {
    column-gap: 5.5555555556%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .spots-body-main {
    column-gap: 3.7037037037%;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main {
    display: block;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main {
    display: block;
    margin-top: 4rem;
  }
}

.spots-body-main-left {
  width: 55.5555555556%;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-left {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-left {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}

.spots-body-main-upperimage {
  display: block;
  position: relative;
  max-width: 600px;
  margin: 0 1rem 1rem;
  cursor: grab;
}
.spots-body-main-upperimage::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.spots-body-main-upperimage img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.spots-body-main-lowerslide {
  margin-top: 7.2rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-lowerslide {
    margin-top: 5.7rem;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-lowerslide {
    margin-top: 5.7rem;
  }
}

.spots-body-main-lowerimage {
  display: block;
  position: relative;
  margin: 0 1rem;
  cursor: pointer;
}
.spots-body-main-lowerimage::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.spots-body-main-lowerimage::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: #222;
  opacity: 0.6;
}
.spots-body-main-lowerimage.slick-current::after {
  opacity: 0;
}
.spots-body-main-lowerimage img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 15px;
  object-fit: cover;
}

.spots-body-main-right {
  width: 38.8888888889%;
}
@media screen and (min-width: 1200px) {
  .spots-body-main-right {
    width: 38.8888888889%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .spots-body-main-right {
    width: 40.7407407407%;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-right {
    width: 100%;
    max-width: 540px;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-right {
    width: 100%;
    max-width: 540px;
    margin: 4rem auto 0;
  }
}

.spots-body-main-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
}
.spots-body-main-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
.spots-body-main-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .spots-body-main-title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .spots-body-main-title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .spots-body-main-title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .spots-body-main-title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}
.spots-body-main-title .is-resp {
  display: none;
}
@media screen and (min-width: 1200px) {
  .spots-body-main-title .is-resp {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-title .is-resp {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-title .is-resp {
    display: block;
  }
}

.spots-body-main-text {
  margin-top: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.spots-body-main-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.spots-body-main-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-text {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-main-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-main-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-text {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-main-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-main-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.spots-body-main-access {
  display: flex;
  margin-top: 4rem;
}
@media screen and (min-width: 961px) {
  .spots-body-main-access {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .spots-body-main-access {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .spots-body-main-access {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-access {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-access {
    margin-top: 3rem;
  }
}

.spots-body-main-access_left {
  width: 100px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.spots-body-main-access_left::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.spots-body-main-access_left::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-access_left {
    width: 85px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-main-access_left::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-main-access_left::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-access_left {
    width: 85px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-main-access_left::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-main-access_left::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.spots-body-main-access_right {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.spots-body-main-access_right::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.spots-body-main-access_right::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 961px) {
  .spots-body-main-access_right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .spots-body-main-access_right {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .spots-body-main-access_right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-access_right {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-main-access_right::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-main-access_right::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-access_right {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-main-access_right::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-main-access_right::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.spots-body-main-url {
  display: flex;
  margin-top: 4rem;
}
@media screen and (min-width: 961px) {
  .spots-body-main-url {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .spots-body-main-url {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .spots-body-main-url {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-url {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-url {
    margin-top: 3rem;
  }
}

.spots-body-main-url_left {
  width: 100px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.spots-body-main-url_left::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.spots-body-main-url_left::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-url_left {
    width: 85px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-main-url_left::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-main-url_left::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-url_left {
    width: 85px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-main-url_left::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-main-url_left::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.spots-body-main-url_right {
  display: block;
  color: #67a5da;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  text-decoration: underline;
}
.spots-body-main-url_right::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.spots-body-main-url_right::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 961px) {
  .spots-body-main-url_right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .spots-body-main-url_right {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .spots-body-main-url_right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-url_right {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-main-url_right::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-main-url_right::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-url_right {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .spots-body-main-url_right::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .spots-body-main-url_right::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.spots-body-main-button {
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .spots-body-main-button {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .spots-body-main-button {
    margin-top: 3rem;
  }
}

/* ===============================================
6) NEWS [DONE]
=============================================== */
.news-head-inner {
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 520px) {
  .news-head-inner {
    padding: 0 1.5rem;
  }
}

.news-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-tab-list {
    gap: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  .news-tab-list {
    gap: 1.5rem 1.5rem;
  }
}

.news-tab-link {
  position: relative;
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  border: 2px solid #fd829a;
  border-radius: 50px;
  background: #fdfdfb;
  transition: all 0.4s ease 0s;
}
.news-tab-link.is-current {
  color: #fdfdfb;
  background: #fd829a;
}
.news-tab-link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.news-tab-link::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media (hover: hover) {
  .news-tab-link:where(:any-link, :enabled, summary):hover {
    color: #fdfdfb;
    background: #fd829a;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-tab-link {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
@media screen and (max-width: 520px) {
  .news-tab-link {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}

.news-cards {
  margin-top: 8rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-cards {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 520px) {
  .news-cards {
    margin-top: 6rem;
  }
}

.news-cards-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 961px) {
  .news-cards-list {
    gap: 8rem 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-cards-list {
    gap: 8rem 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .news-cards-list {
    gap: 6rem 3rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-cards-list {
    gap: 6rem 3rem;
  }
}
@media screen and (max-width: 520px) {
  .news-cards-list {
    row-gap: 6rem;
  }
}

.news-cards-item {
  background: #fbe4e2;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 961px) {
  .news-cards-item {
    width: calc(50% - 25px);
  }
}
@media screen and (min-width: 1200px) {
  .news-cards-item {
    width: calc(33.3333333333% - 33.3333333333px);
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .news-cards-item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-cards-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 520px) {
  .news-cards-item {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

@media (hover: hover) {
  .news-cards-link:where(:any-link, :enabled, summary):hover .news-cards-image-insert {
    transform: scale(1.2);
  }
}

.news-cards-image {
  width: 100%;
  background: #fbe4e2;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.news-cards-image-insert {
  width: 100%;
  padding-top: 75%;
  top: 0;
  left: 0;
  border-radius: 15px 15px 0 0;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-cards-image-insert {
    padding-top: 75%;
  }
}
@media screen and (max-width: 520px) {
  .news-cards-image-insert {
    padding-top: 75%;
  }
}

.news-cards-body {
  min-height: 225px;
  padding: 6.6666666667%;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-cards-body {
    min-height: 210px;
  }
}
@media screen and (max-width: 520px) {
  .news-cards-body {
    min-height: 210px;
  }
}

.news-cards-category {
  display: inline-block;
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  color: #fdfdfb;
  background: #fd829a;
  border-radius: 50px;
}
.news-cards-category::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.news-cards-category::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-cards-category {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .news-cards-category::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .news-cards-category::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .news-cards-category {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .news-cards-category::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .news-cards-category::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.news-cards-subject {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
.news-cards-subject::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.news-cards-subject::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-cards-subject {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .news-cards-subject::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .news-cards-subject::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .news-cards-subject {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .news-cards-subject::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .news-cards-subject::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.news-cards-text {
  margin-top: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.news-cards-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.news-cards-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-cards-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .news-cards-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .news-cards-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .news-cards-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .news-cards-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .news-cards-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

/* ===============================================
7) POST [DONE]
=============================================== */
.news-post-inner {
  max-width: 720px;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .news-post-inner {
    max-width: 600px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-inner {
    max-width: 540px;
  }
}

@media screen and (max-width: 520px) {
  .news-post-main {
    padding: 0 1rem;
  }
}

.news-post-thumbnail {
  display: block;
  position: relative;
  max-width: 720px;
}
.news-post-thumbnail::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.news-post-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.news-post-detail {
  margin-top: 6rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-detail {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .news-post-detail {
    margin-top: 4rem;
  }
}

.news-post-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}
.news-post-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.news-post-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    letter-spacing: 0.05em;
  }
  .news-post-title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
  .news-post-title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .news-post-title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    letter-spacing: 0.05em;
  }
  .news-post-title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
  .news-post-title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4583333333) * 0.5em);
    content: "";
  }
}

.news-post-flex {
  display: flex;
  align-items: center;
  column-gap: 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-flex {
    column-gap: 3rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .news-post-flex {
    column-gap: 3rem;
    margin-top: 3rem;
  }
}

.news-post-date {
  font-size: 1.6rem;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}
.news-post-date::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.news-post-date::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .news-post-date::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .news-post-date::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .news-post-date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .news-post-date::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .news-post-date::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.news-post-category {
  display: inline-block;
  padding: 0.6rem 1rem;
  color: #fdfdfb;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  border-radius: 50px;
  background: #fd829a;
}
.news-post-category::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.news-post-category::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-category {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .news-post-category::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .news-post-category::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .news-post-category {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .news-post-category::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .news-post-category::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.news-post-body {
  margin-top: 6rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-body {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .news-post-body {
    margin-top: 4rem;
  }
}
.news-post-body p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.news-post-body p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.news-post-body p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.news-post-body p:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-body p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .news-post-body p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .news-post-body p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .news-post-body p:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .news-post-body p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .news-post-body p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .news-post-body p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .news-post-body p:not(:first-child) {
    margin-top: 4rem;
  }
}
.news-post-body img {
  margin-top: 6rem;
  width: 100%;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-body img {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .news-post-body img {
    margin-top: 4rem;
  }
}

.news-post-image-caption {
  margin-top: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.news-post-image-caption::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.news-post-image-caption::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-image-caption {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .news-post-image-caption::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .news-post-image-caption::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .news-post-image-caption {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .news-post-image-caption::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .news-post-image-caption::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.news-post-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 12rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-buttons {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 520px) {
  .news-post-buttons {
    margin-top: 8rem;
  }
}

.news-post-button_prev-link {
  width: 150px;
  max-width: 100%;
}
.news-post-button_prev-link::after {
  right: 0;
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-button_prev-link {
    width: 135px;
  }
}
@media screen and (max-width: 520px) {
  .news-post-button_prev-link {
    width: 135px;
  }
}
.news-post-button_prev-link.is-hide {
  visibility: hidden;
}

@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-button_middle {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .news-post-button_middle {
    display: none;
  }
}

.news-post-button_middle-link::after {
  display: none;
}

.news-post-button_next-link {
  width: 150px;
  max-width: 100%;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-button_next-link {
    width: 135px;
  }
}
@media screen and (max-width: 520px) {
  .news-post-button_next-link {
    width: 135px;
  }
}
.news-post-button_next-link.is-hide {
  visibility: hidden;
}

.news-post-button_sp {
  display: none;
  margin: 4rem auto 0;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .news-post-button_sp {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .news-post-button_sp {
    display: block;
    text-align: center;
  }
}

.news-post-button_sp-link::after {
  display: none;
}

/* ===============================================
8) ACCESS [DONE]
=============================================== */
.access-head-inner {
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 520px) {
  .access-head-inner {
    padding: 0 1.5rem;
  }
}

.access-address-container {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .access-address-container {
    flex-direction: column-reverse;
    max-width: 600px;
    margin: 6rem auto 0;
    row-gap: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .access-address-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 6rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .access-address-container {
    flex-direction: column-reverse;
    max-width: 600px;
    margin: 6rem auto 0;
    row-gap: 6rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-address-container {
    flex-direction: column-reverse;
    max-width: 540px;
    margin: 4rem auto 0;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .access-address-container {
    flex-direction: column-reverse;
    max-width: 540px;
    margin: 4rem auto 0;
    row-gap: 4rem;
  }
}

.access-address-body {
  padding-right: 2.5rem;
  flex-shrink: 0;
}

.access-address-name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
}
.access-address-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.access-address-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-address-name {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .access-address-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .access-address-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .access-address-name {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .access-address-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .access-address-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.access-address-location {
  margin-top: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.access-address-location::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.access-address-location::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-address-location {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .access-address-location::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .access-address-location::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .access-address-location {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .access-address-location::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .access-address-location::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.access-address-button {
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-address-button {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 520px) {
  .access-address-button {
    margin-top: 2.5rem;
  }
}

.access-address-map {
  position: relative;
  width: 100%;
  max-width: 600px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.access-address-map::before {
  position: absolute;
  content: "";
  bottom: 25px;
  left: 25px;
  width: 100%;
  height: 100%;
  background: #fbe4e2;
  z-index: -1;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-address-map::before {
    bottom: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 520px) {
  .access-address-map::before {
    bottom: 10px;
    left: 10px;
  }
}

.access-address-map-wrap {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.access-address-map-wrap iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.access-transport {
  margin-top: 12rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-transport {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 520px) {
  .access-transport {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 520px) {
  .access-transport-title {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .access-transport-title .access-transport-title-en {
    margin-left: 0;
  }
}

.access-transport-text {
  margin-top: 6rem;
  max-width: 810px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.access-transport-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.access-transport-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-transport-text {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .access-transport-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .access-transport-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .access-transport-text {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .access-transport-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .access-transport-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.access-transport-image {
  margin-top: 6rem;
  overflow: scroll;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-transport-image {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .access-transport-image {
    margin-top: 4rem;
  }
}
.access-transport-image img {
  width: 1080px;
  height: 270px;
}

.access-transport-tips {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.access-transport-tips::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.access-transport-tips::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-transport-tips {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .access-transport-tips::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .access-transport-tips::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .access-transport-tips {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .access-transport-tips::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .access-transport-tips::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.access-car {
  margin-top: 12rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-car {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 520px) {
  .access-car {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 520px) {
  .access-car-title {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .access-car-title .access-car-title-en {
    margin-left: 0;
  }
}

.access-car-text {
  margin-top: 6rem;
  max-width: 810px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.access-car-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.access-car-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-car-text {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .access-car-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .access-car-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .access-car-text {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .access-car-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .access-car-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.access-car-image {
  margin-top: 6rem;
  text-align: center;
  overflow: scroll;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-car-image {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .access-car-image {
    margin-top: 4rem;
  }
}
.access-car-image img {
  width: 810px;
  height: 270px;
}

.access-car-tips {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.access-car-tips::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.access-car-tips::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .access-car-tips {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .access-car-tips::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .access-car-tips::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .access-car-tips {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .access-car-tips::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .access-car-tips::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

/* ===============================================
9) QUESTIONS [DONE]
=============================================== */
.questions-head-inner {
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 520px) {
  .questions-head-inner {
    padding: 0 1.5rem;
  }
}

.questions-cards-inner {
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 520px) {
  .questions-cards-inner {
    padding: 0 1.5rem;
  }
}

.questions-cards-item {
  padding: 2rem 4rem;
  background: #fbe4e2;
  border-radius: 15px;
}
.questions-cards-item:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .questions-cards-item {
    padding: 2rem;
  }
  .questions-cards-item:not(:first-child) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .questions-cards-item {
    padding: 2rem;
  }
  .questions-cards-item:not(:first-child) {
    margin-top: 3rem;
  }
}

.questions-cards-row_q {
  display: flex;
  column-gap: 2.5rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .questions-cards-row_q {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .questions-cards-row_q {
    column-gap: 1rem;
  }
}

.questions-cards-row_q-icon {
  position: relative;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  color: #fdfdfb;
  background: #fd829a;
  border-radius: 50px;
}
.questions-cards-row_q-icon span {
  position: absolute;
  top: 45%;
  left: 50%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1666666667;
  transform: translate(-50%, -50%);
}
.questions-cards-row_q-icon span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
.questions-cards-row_q-icon span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .questions-cards-row_q-icon {
    width: 30px;
    height: 30px;
  }
  .questions-cards-row_q-icon span {
    font-size: 1.8rem;
    line-height: 1.1666666667;
  }
  .questions-cards-row_q-icon span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
  .questions-cards-row_q-icon span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .questions-cards-row_q-icon {
    width: 30px;
    height: 30px;
  }
  .questions-cards-row_q-icon span {
    font-size: 1.8rem;
    line-height: 1.1666666667;
  }
  .questions-cards-row_q-icon span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
  .questions-cards-row_q-icon span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
}

.questions-cards-row_q-text {
  padding-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.questions-cards-row_q-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.questions-cards-row_q-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .questions-cards-row_q-text {
    padding-top: 6px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .questions-cards-row_q-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .questions-cards-row_q-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .questions-cards-row_q-text {
    padding-top: 6px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .questions-cards-row_q-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .questions-cards-row_q-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.questions-cards-row_a {
  display: flex;
  column-gap: 2.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .questions-cards-row_a {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .questions-cards-row_a {
    column-gap: 1rem;
  }
}

.questions-cards-row_a-icon {
  position: relative;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  color: #fdfdfb;
  background: #67a5da;
  border-radius: 50px;
}
.questions-cards-row_a-icon span {
  position: absolute;
  top: 45%;
  left: 50%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1666666667;
  transform: translate(-50%, -50%);
}
.questions-cards-row_a-icon span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
.questions-cards-row_a-icon span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .questions-cards-row_a-icon {
    width: 30px;
    height: 30px;
  }
  .questions-cards-row_a-icon span {
    font-size: 1.8rem;
    line-height: 1.1666666667;
  }
  .questions-cards-row_a-icon span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
  .questions-cards-row_a-icon span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .questions-cards-row_a-icon {
    width: 30px;
    height: 30px;
  }
  .questions-cards-row_a-icon span {
    font-size: 1.8rem;
    line-height: 1.1666666667;
  }
  .questions-cards-row_a-icon span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
  .questions-cards-row_a-icon span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
}

.questions-cards-row_a-text {
  padding-top: 8px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.questions-cards-row_a-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.questions-cards-row_a-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .questions-cards-row_a-text {
    padding-top: 6px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .questions-cards-row_a-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .questions-cards-row_a-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .questions-cards-row_a-text {
    padding-top: 6px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .questions-cards-row_a-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .questions-cards-row_a-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

/* ===============================================
10) CONTACT [SIZECHECK] [HALF]
=============================================== */
.contact-head-inner {
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 520px) {
  .contact-head-inner {
    padding: 0 1.5rem;
  }
}

.contact-form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .contact-form {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .contact-form {
    padding: 0 5%;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form {
    padding: 0 5%;
  }
}
@media screen and (max-width: 520px) {
  .contact-form {
    padding: 0 1.5rem;
  }
}

.contact-form-inner {
  padding: 6rem;
  background: #fbe4e2;
  border-radius: 15px;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-inner {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-form-inner {
    padding: 4rem 2rem;
  }
}

.contact-form-message {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.contact-form-message::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.contact-form-message::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-message {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-form-message::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-form-message::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .contact-form-message {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-form-message::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-form-message::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.contact-form-body {
  margin-top: 6rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-body {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-form-body {
    margin-top: 4rem;
  }
}
.contact-form-body input[type=text],
.contact-form-body input[type=email],
.contact-form-body input[type=tel],
.contact-form-body textarea {
  width: 100%;
  color: #222;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  border: none;
  border-radius: 5px;
}
.contact-form-body input[type=text]::before,
.contact-form-body input[type=email]::before,
.contact-form-body input[type=tel]::before,
.contact-form-body textarea::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.contact-form-body input[type=text]::after,
.contact-form-body input[type=email]::after,
.contact-form-body input[type=tel]::after,
.contact-form-body textarea::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.contact-form-body input[type=text]::placeholder,
.contact-form-body input[type=email]::placeholder,
.contact-form-body input[type=tel]::placeholder,
.contact-form-body textarea::placeholder {
  color: #ced1d3;
}
.contact-form-body input[type=text]:focus,
.contact-form-body input[type=email]:focus,
.contact-form-body input[type=tel]:focus,
.contact-form-body textarea:focus {
  outline-color: #fd829a;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-body input[type=text],
.contact-form-body input[type=email],
.contact-form-body input[type=tel],
.contact-form-body textarea {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-form-body input[type=text]::before,
.contact-form-body input[type=email]::before,
.contact-form-body input[type=tel]::before,
.contact-form-body textarea::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-form-body input[type=text]::after,
.contact-form-body input[type=email]::after,
.contact-form-body input[type=tel]::after,
.contact-form-body textarea::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .contact-form-body input[type=text],
.contact-form-body input[type=email],
.contact-form-body input[type=tel],
.contact-form-body textarea {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-form-body input[type=text]::before,
.contact-form-body input[type=email]::before,
.contact-form-body input[type=tel]::before,
.contact-form-body textarea::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-form-body input[type=text]::after,
.contact-form-body input[type=email]::after,
.contact-form-body input[type=tel]::after,
.contact-form-body textarea::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
.contact-form-body input[type=text],
.contact-form-body input[type=email],
.contact-form-body input[type=tel] {
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-body input[type=text],
.contact-form-body input[type=email],
.contact-form-body input[type=tel] {
    padding: 0.6rem 1rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-form-body input[type=text],
.contact-form-body input[type=email],
.contact-form-body input[type=tel] {
    padding: 0.6rem 1rem;
  }
}
.contact-form-body textarea {
  padding: 1rem 1.5rem;
  min-height: 100px;
  max-height: 100px;
  resize: vertical;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-body textarea {
    padding: 0.6rem 1rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-form-body textarea {
    padding: 0.6rem 1rem;
  }
}

.contact-form-item {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.contact-form-item:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-item {
    row-gap: 1.5rem;
  }
  .contact-form-item:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-form-item {
    row-gap: 1.5rem;
  }
  .contact-form-item:not(:first-child) {
    margin-top: 4rem;
  }
}

.contact-form-title {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.contact-form-name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
.contact-form-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.contact-form-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-name {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .contact-form-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .contact-form-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .contact-form-name {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .contact-form-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .contact-form-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.contact-required {
  padding: 0.2rem 0.8rem;
  color: #fdfdfb;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background: #fd829a;
  border-radius: 20px;
}
.contact-required::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.contact-required::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}

.contact-form-flex {
  display: flex;
  column-gap: 2rem;
}
@media screen and (max-width: 520px) {
  .contact-form-flex {
    column-gap: 1rem;
  }
}

.contact-form-input p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.contact-form-input p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.contact-form-input p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-input p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-form-input p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-form-input p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .contact-form-input p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-form-input p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-form-input p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.contact-form-privacy {
  margin-top: 6rem;
  display: flex;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-privacy {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-form-privacy {
    margin-top: 4rem;
  }
}

.contact-form-privacy-label {
  position: relative;
}

.contact-form-privacy-input {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-form-privacy-text {
  padding-bottom: 10px;
  padding-left: 50px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.contact-form-privacy-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.contact-form-privacy-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-privacy-text {
    padding-bottom: 8px;
    padding-left: 40px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-form-privacy-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-form-privacy-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .contact-form-privacy-text {
    padding-bottom: 8px;
    padding-left: 40px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-form-privacy-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-form-privacy-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.contact-form-privacy-link {
  color: #67a5da;
  text-decoration: underline;
}

.contact-form-button {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-button {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-form-button {
    margin-top: 3.2rem;
  }
}
.contact-form-button [type=submit] {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 1.2rem 0;
  width: 250px;
  max-width: 100%;
  height: 40px;
  line-height: 0;
  letter-spacing: 0.1em;
  border: 2px solid #67a5da;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: inherit;
  color: #fdfdfb;
  background: #67a5da;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  appearance: none;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-button [type=submit] {
    width: 200px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-form-button [type=submit] {
    width: 200px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .contact-form-button [type=submit]:where(:any-link, :enabled, summary):hover {
    background: #fdfdfb;
    color: #67a5da;
  }
}
.contact-form-button [type=button] {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 1.2rem 0;
  width: 250px;
  max-width: 100%;
  height: 40px;
  line-height: 0;
  letter-spacing: 0.1em;
  border: 2px solid #67a5da;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: inherit;
  color: #fdfdfb;
  background: #67a5da;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  appearance: none;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-button [type=button] {
    width: 200px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-form-button [type=button] {
    width: 200px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .contact-form-button [type=button]:where(:any-link, :enabled, summary):hover {
    background: #fdfdfb;
    color: #67a5da;
  }
}
.contact-form-button.back-button {
  margin-top: 2rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-button.back-button {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-form-button.back-button {
    margin-top: 1.5rem;
  }
}

.contact-form-button-submit.button-disable {
  border: 2px solid #ced1d3;
  background: #ced1d3;
  pointer-events: none;
}
.contact-form-button-submit.button-active {
  border: 2px solid #67a5da;
  background: #67a5da;
  cursor: pointer;
}

.contact-form-thanks {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
.contact-form-thanks::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.contact-form-thanks::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-form-thanks {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .contact-form-thanks::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .contact-form-thanks::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .contact-form-thanks {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .contact-form-thanks::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .contact-form-thanks::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.contact-modal {
  display: none;
}

.contact-modal-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
.contact-modal-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.contact-modal-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-modal-title {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .contact-modal-title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .contact-modal-title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .contact-modal-title {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .contact-modal-title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .contact-modal-title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.contact-modal-container {
  margin-top: 6rem;
  padding: 2rem;
  height: 350px;
  overflow-y: scroll;
  background: #fdfdfb;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-modal-container {
    margin-top: 4rem;
    height: 400px;
  }
}
@media screen and (max-width: 520px) {
  .contact-modal-container {
    margin-top: 4rem;
    height: 400px;
  }
}
.contact-modal-container h3 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.contact-modal-container h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.contact-modal-container h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.contact-modal-container h3:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-modal-container h3 {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-modal-container h3::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container h3::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container h3:not(:first-child) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-modal-container h3 {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-modal-container h3::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container h3::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container h3:not(:first-child) {
    margin-top: 2rem;
  }
}
.contact-modal-container p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.contact-modal-container p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.contact-modal-container p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.contact-modal-container p:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-modal-container p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-modal-container p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container p:not(:first-child) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-modal-container p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .contact-modal-container p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container p:not(:first-child) {
    margin-top: 2rem;
  }
}
.contact-modal-container ol {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  margin-top: 2rem;
}
.contact-modal-container ol::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.contact-modal-container ol::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-modal-container ol {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 1rem;
  }
  .contact-modal-container ol::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container ol::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .contact-modal-container ol {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 1rem;
  }
  .contact-modal-container ol::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container ol::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
.contact-modal-container li {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  margin-top: 1rem;
}
.contact-modal-container li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.contact-modal-container li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-modal-container li {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 0.5rem;
  }
  .contact-modal-container li::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container li::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 520px) {
  .contact-modal-container li {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 0.5rem;
  }
  .contact-modal-container li::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .contact-modal-container li::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.contact-modal-button {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .contact-modal-button {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .contact-modal-button {
    margin-top: 4rem;
  }
}

.contact-modal-button-link {
  cursor: pointer;
}
.contact-modal-button-link::after {
  display: none;
}

.modaal-container {
  max-width: 720px;
  background: #fbe4e2;
  border-radius: 15px;
}

@media screen and (min-width: 521px) and (max-width: 767px) {
  .modaal-content-container {
    padding: 3rem 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  .modaal-content-container {
    padding: 3rem 1.5rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
.wpcf7-list-item-label::before {
  cursor: pointer;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #fdfdfb;
  border: none;
  border-radius: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .wpcf7-list-item-label::before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 520px) {
  .wpcf7-list-item-label::before {
    width: 25px;
    height: 25px;
  }
}
.wpcf7-list-item-label::after {
  cursor: pointer;
  display: none;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  background: transparent url("../img/check.png") no-repeat center center/contain;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .wpcf7-list-item-label::after {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 520px) {
  .wpcf7-list-item-label::after {
    width: 25px;
    height: 25px;
  }
}

input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}
input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  border: 2px solid #fd829a;
  outline: none;
}
input[type=checkbox]:active + .wpcf7-list-item-label::before {
  border: 2px solid #fd829a;
  box-shadow: none;
}