.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: #333;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 1vw;
  line-height: 200%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.nav__wrapper {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 2em;
  display: grid;
  position: relative;
}

.nav__wrapper.sub__page {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main__wrapper {
  max-width: 100%;
  overflow: hidden;
}

.footer__wrapper {
  color: #fff;
  background-color: #835caa;
  padding-top: 3em;
  padding-bottom: 3em;
}

.logo__wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.weather__wrapper {
  max-width: 340px;
}

.menu__wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.top__page__menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.sp__menu {
  display: none;
}

.top__page__menu__link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  max-width: 19em;
}

.slider__outer__wrapper {
  background-color: #ddd0;
  height: 100%;
}

.slide {
  height: 35em;
}

.mask {
  height: 35em;
  overflow: visible;
}

.code-embed-2 {
  display: none;
}

.div-block {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-2.video--bg {
  height: 40em;
  top: -2em;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  text-shadow: 0 1px 15px #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 15.5em;
  font-family: Cormorant, sans-serif;
  font-size: 1.5em;
  display: grid;
  position: absolute;
  inset: auto auto 2em 2em;
}

.div-block-3 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -4.2em;
}

.text-block {
  color: #fff;
  font-size: 2.9em;
  line-height: 120%;
}

.text-block-2 {
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: #ffffffcf;
  text-shadow: 0 1px 10px #fff;
  font-size: 5em;
  font-weight: 600;
  line-height: 120%;
}

.text-block-3 {
  color: #33333380;
  font-size: 1em;
}

.toppage__access__button {
  background-color: #fff;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  font-family: Shippori Mincho, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 2em -4em auto;
  box-shadow: 0 2px 17px -4px #0003;
}

.toppage__cta__image {
  width: 4em;
}

.text-block-4 {
  font-size: 1em;
  font-weight: 500;
}

.text-block-5 {
  color: #33333380;
  letter-spacing: 3px;
  font-size: .7em;
  font-weight: 500;
  line-height: 100%;
}

.section__guide {
  padding: 7em 2em;
}

.guide__heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-color: #60606080;
  width: 1px;
  height: 40px;
}

.subheading--title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 150%;
}

.guide__body {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  display: grid;
}

.guide__block {
  color: #fff;
  position: relative;
}

.image-4 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay__text {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #56475b59;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  font-size: 1.5em;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-5 {
  align-self: flex-end;
  width: 3em;
  height: 3em;
}

.sub__page__menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu__button {
  display: none;
}

.menu__link {
  font-size: 1.1em;
}

.toppage__spmenu, .nav__wrapper__topsp, .toppage__cta__area.sp {
  display: none;
}

.toppage__cta__block {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.toppage__cta__text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.weather__sp__wrapper, .weather__button {
  display: none;
}

.about__section {
  padding-top: 6em;
  padding-bottom: 6em;
}

.section__padding {
  z-index: 10;
  padding: 2em;
}

.section__padding.relative__top {
  z-index: 10;
  position: relative;
}

.section__padding._6em--side {
  padding-left: 6em;
  padding-right: 6em;
}

.div-block-9 {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: grid;
  position: relative;
}

.image-7 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 20em;
  height: 25em;
  position: absolute;
  inset: 0% 4em auto auto;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -40px;
  padding-left: 4em;
  display: flex;
}

.p {
  word-break: break-all;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1em;
}

.p.underline {
  border-bottom: 1px solid #0000004d;
  padding-bottom: 1em;
}

.p.margin--bot {
  margin-bottom: 2.5em;
}

.p.margin--top {
  color: #6f538a;
  margin-top: 1em;
}

.p.green {
  color: #6f538a;
}

.about--p {
  font-size: 1.3em;
}

.about--p.lineheight--less {
  line-height: 20%;
}

.about--below {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -25%;
  display: flex;
}

.about--below.about__block {
  margin-top: 3em;
  padding-right: 4em;
}

.about__strength {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #ded5e7;
  flex-flow: column;
  width: 100%;
  margin-top: 2em;
  padding: 1.5em;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 150%;
  display: flex;
}

.heading-2 {
  color: #6f538a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 150%;
}

.text-block-6 {
  color: #fff;
  font-size: .8em;
}

.div-block-14 {
  grid-column-gap: 1.5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-16 {
  background-color: #6f538a;
  flex: none;
  width: 20px;
  height: 2px;
}

.div-block-16.reason {
  margin-top: 1em;
}

.div-block-16.cl--purple {
  background-color: #71498a80;
}

.cta__block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  font-size: 1.3em;
  display: flex;
}

.cta__block.sp {
  display: none;
}

.about__third {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 32.3%;
  display: grid;
}

.about__third.detail {
  margin-top: -11em;
}

.faq__section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 80svh;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.faq__section__bg1 {
  z-index: 5;
  background-color: #ded5e7;
  width: 70%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.faq__section__bg2 {
  z-index: 6;
  width: 60%;
  position: absolute;
  inset: auto 0% auto auto;
}

.section__padding--doublevp {
  z-index: 10;
  padding: 4em 2em;
}

.div-block-17 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(auto, 12.5em);
  grid-auto-columns: 1fr;
  height: 63svh;
  display: flex;
}

.image-8 {
  width: 100%;
}

.faq__images {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.faq__images._1 {
  aspect-ratio: 2;
}

.faq__images._3 {
  aspect-ratio: 2 / 3;
}

.faq__images__layout__1 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-9 {
  object-fit: cover;
  width: 100%;
}

.div-block-18 {
  z-index: 7;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.div-block-19 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-20 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq_layout_2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-21 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.div-block-22 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq__section__heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 4em;
  display: flex;
}

.faq__body {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  padding-left: 4em;
  display: flex;
}

.link-block {
  background-color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5em 2em;
  font-size: 1.2em;
  display: flex;
}

.collection-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  display: flex;
}

.image-10 {
  flex: none;
  width: 1.4em;
}

.about__block {
  width: 100%;
}

.voice__section {
  padding-top: 5em;
  position: relative;
}

.voice__section--top {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
  display: flex;
  position: relative;
}

.voice__section--bot {
  z-index: 10;
  position: relative;
}

.swiper-button {
  background-color: #36e1bc80;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.swiper-button:hover {
  background-color: #36e1bc;
}

.swiper-button.swiper-btn-prev-1, .swiper-button.swiper-btn-next-1 {
  cursor: pointer;
  background-color: #fff;
  width: 6em;
  height: 6em;
}

.swiper-wrapper {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.voice__slider__wrapper__outer {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.voice__slider__wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: visible;
}

.swiper-arrrows-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-navigation-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swiper-slide {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 33.3333%;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.is-swiper-portfolio {
  height: 100%;
  overflow: visible;
}

.swiper-btn-icon {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1.5em;
  font-size: 1.2em;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
}

.voice__image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.read-more-link {
  color: #195675;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .4s ease-in-out;
}

.read-more-link:hover {
  opacity: .8;
}

.voice__title__wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.swiper-slide-wrapper {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-width: 1px;
  border-color: #7799da66;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.voice__title__outer {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.voice__image__wrapper {
  aspect-ratio: 3 / 2;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-summary-text {
  opacity: .9;
  color: #195675cc;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.voice__title {
  color: #195675;
  text-decoration: none;
  transition: opacity .4s ease-in-out;
}

.voice__title:hover {
  opacity: .8;
}

.paragraph-3 {
  margin-top: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2em;
}

.div-block-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-8 {
  color: #6f538a;
  background-color: #fff;
  border: 1px solid #6f538a;
  border-radius: 30px;
  padding: 3px 16px;
}

.season {
  color: #577053;
  background-color: #fff;
  border: 1px solid #577053;
  border-radius: 30px;
  padding: 3px 16px;
}

.season.spring {
  color: #d77b7b;
  border-color: #d77b7b;
}

.season.fall {
  color: #ca9a31;
  border-color: #ca9a31;
}

.season.summer {
  color: #f70;
  border-color: #f70;
}

.season.winter {
  color: #3892be;
  border-color: #3892be;
}

.news--thumbnail--overlay {
  z-index: 2;
  background-image: linear-gradient(#5770534d, #5770534d), url('../images/DJI_20250307111127_0029_D_1DJI_20250307111127_0029_D.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.news--thumbnail--overlay.detail--page {
  background-image: none;
  background-position: 0 0;
}

.voice__section__bg {
  z-index: 5;
  background-color: #ded5e7;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.contact__section {
  color: #fff;
  padding-top: 5em;
  padding-bottom: 5em;
}

.contact__section__inner {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-image: url('../images/LINE_ALBUM_shizensou_250507_2LINE_ALBUM_shizensou_250507_1.avif');
  background-size: cover;
  flex-flow: column;
  padding: 5em 3em 8em;
  display: flex;
  position: relative;
}

.contact__section__inner.contact__page {
  background-image: none;
  background-size: auto;
  padding-bottom: 5em;
}

.contact__section--top {
  z-index: 10;
  position: relative;
}

.contact__section--bot {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  color: #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.contact__section--bot.contact__page {
  grid-template-columns: 1fr;
}

.contact__section--left {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3em 2em;
  display: flex;
  position: relative;
}

.contact__section--right {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3em 2em;
  display: flex;
  position: relative;
}

.div-block-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section__heading__layout {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section__heading__layout.flex--horizontal--bottom {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
}

.section__heading__layout.center {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.section__heading__layout--center {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact__section--bg {
  background-color: #51495573;
  position: absolute;
  inset: 0%;
}

.contact__section--bg.contact__page {
  background-color: #ded5e7;
}

.heading-3 {
  color: #6f538a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 150%;
}

.contact--p {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: .9em;
}

.contact__section__innerheading {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.flex--hor {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact__innerlayout {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.code-embed-3 {
  width: 8px;
}

.cta__black--absolute {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 2em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -9%;
}

.news__section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.news__section--left {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.news__section--right {
  border-top: 1px solid #0003;
}

.news__section--layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news--linkblock {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
}

.news__image--wrapper {
  width: 100%;
  max-width: 30%;
  position: relative;
}

.news--thumbnail {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.news--blockleft {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  max-width: 90%;
  display: flex;
}

.news__arrow--icon {
  flex: none;
  width: 7%;
}

.heading-4 {
  word-break: break-all;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 150%;
}

.text-block-9 {
  color: #33333380;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1em;
}

.div-block-29 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.news--item {
  border-bottom: 1px solid #0003;
}

.cta__black, .cta__black--voice {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 2em;
  display: flex;
}

.cta__black--voice.sp {
  display: none;
}

.gallery__section {
  position: relative;
}

.marquee-wrapper {
  width: 100%;
  height: 30em;
  position: relative;
  overflow: hidden;
}

.marquee-track {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.marquee-item {
  border-left: 1px solid #dfdfdf3b;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20em;
  display: flex;
}

.marquee-image {
  object-fit: cover;
  background-color: #272727;
  width: 100%;
  height: 30em;
  position: relative;
  overflow: hidden;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.marquee-title {
  margin-top: 1.2em;
  font-size: 1.7em;
}

.gallery__section__overlay {
  color: #fff;
  background-color: #0000002e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 500;
}

.section__heading__layout--gallery {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta__black--gallery {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3em;
  padding: .75em 2em;
  display: flex;
}

.cta__black--gallery.sp {
  display: none;
}

.support__section {
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.support__section--body {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.support__section--top {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer__main__layout {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cta__black--footor {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: .75em 2em;
  display: flex;
}

.cta__black--footor.sp {
  display: none;
}

.cta__black--footor.contact__page {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.div-block-30 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-3 {
  width: 300px;
  max-width: 100%;
}

.text__link {
  font-size: 1.7em;
}

.footer__menu {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  display: flex;
}

.footer__copyright {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-14 {
  object-fit: cover;
  width: 100%;
}

.section__heading__layout--support {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-31 {
  display: flex;
}

.subpage__section {
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.subpage__section.management--section {
  background-color: #ded5e7;
}

.subpage__section.reason {
  background-color: #ded5e7;
  padding-top: 1em;
  padding-bottom: 1em;
}

.subpage__section--top {
  z-index: 10;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.subpage__section--top.shizensou {
  margin-bottom: 0;
}

.subpage__section--layout {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subpage__section--layout.about--page {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subpage__section--layout.about--page.feature--section {
  z-index: 20;
  grid-row-gap: 1em;
  position: relative;
}

.subpage__section--layout.about--page.feature--section.shizensou {
  grid-template-columns: 1fr 2fr;
}

.subpage__section--layout.faq {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.subpage__section--layout.tourist {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  padding-left: 4em;
  padding-right: 4em;
}

.section__heading__layout--subpage {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section__heading__layout--subpage.align--left {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.collection-list-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subpage__section--bot {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.news__list__block {
  justify-content: space-between;
  align-items: center;
}

.dmel {
  justify-content: space-between;
  display: flex;
}

.news__item__left {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news__item__link {
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  padding: 2em 1.5em;
  display: flex;
}

.news__item__image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: 150px;
  position: relative;
}

.news__item__image.position {
  position: absolute;
}

.text-block-10 {
  color: #00000080;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-11 {
  font-size: 18px;
  font-weight: 500;
}

.news__image__wrapper {
  flex-flow: column;
  display: flex;
}

.image-16 {
  position: absolute;
}

.link-block-4 {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  color: #fff;
  background-color: #577053;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 2em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.image-17 {
  flex: none;
  width: 100px;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 68px;
  height: 68px;
}

.text-block-12 {
  font-size: 25px;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta__black--footer-copy {
  grid-column-gap: 4.5em;
  grid-row-gap: 4.5em;
  color: #fff;
  background-color: #577053;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  padding: 35px 1.5em 35px 9em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  font-weight: 500;
  display: flex;
}

.cta__black--footer-copy.sp {
  display: none;
}

.image-19 {
  width: 68px;
  height: 68px;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination {
  background-image: url('../images/black__arrow__left.svg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-radius: 50px;
  width: 68px;
  height: 68px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.pagination.next {
  background-image: url('../images/black__arrow__right.svg');
}

.pagination__wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 80px;
}

.news--mainimage__wrapper {
  position: relative;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-5 {
  font-weight: 500;
}

.subpage__section--bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  margin-top: 35px;
  margin-bottom: 85px;
}

.news--date {
  color: #00000080;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.subpage--richcontent {
  font-size: 1em;
}

.subpage--richcontent h1 {
  font-size: 2.5em;
  font-weight: 500;
}

.subpage--richcontent h2 {
  font-size: 2em;
  font-weight: 500;
}

.subpage--richcontent h3 {
  font-size: 1.5em;
  font-weight: 500;
}

.subpage--richcontent p {
  font-weight: 500;
}

.news--img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.cta__common {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #577053;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 2em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  display: flex;
}

.cta__common.cl__black {
  background-color: #000;
  justify-content: space-around;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.q-a__section--bot {
  z-index: 10;
  background-color: #ded5e7;
  border-radius: 30px;
  flex-flow: column;
  padding: 2em;
  position: relative;
}

.div-block-38 {
  background-color: #5770531f;
}

.image-22 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.faq--text__wrapper {
  flex-flow: column;
  display: flex;
}

.cta__black__common {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.cta__black__common.sp {
  display: none;
}

.text-block-15 {
  font-family: Shippori Mincho, sans-serif;
}

.subpage__section--center {
  margin-bottom: 7em;
}

.subpage__section--center.news--layout {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.cta__common__text {
  font-size: 15px;
}

.cta__common__text.cl__black {
  font-family: Shippori Mincho, sans-serif;
}

.div-block-40 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-41 {
  margin-bottom: 7em;
}

.heading-6 {
  font-size: 2em;
  font-weight: 500;
}

.heading-7 {
  font-size: 1.5em;
  font-weight: 500;
}

.heading-8 {
  font-size: 2.5em;
  font-weight: 500;
}

.heading-9 {
  font-weight: 500;
}

.news--mainimage {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.subpage__bgheading {
  color: #fff;
  background-image: url('../images/subpage__bg_2subpage__bg.avif');
  background-size: cover;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.subpage__bgheading.about {
  background-image: url('../images/DJI_20250307105427_0016_D_1DJI_20250307105427_0016_D.avif');
  background-position: 50%;
}

.subpage__bgheading.about--page--bg {
  background-image: url('../images/DJI_20250307105419_0015_D_1DJI_20250307105419_0015_D.avif');
  background-position: 50% 100%;
}

.subpage__bgheading.bg__tourist {
  background-image: url('../images/pagetop_1pagetop.avif');
  background-position: 50%;
}

.subpage__bgheading.bg__accommodation {
  background-image: url('../images/pagetop2_1pagetop2.avif');
  background-position: 50%;
}

.subpage__bgheading--overlay {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.page--contact__section--2 {
  padding: 2em 2em 7em;
  position: relative;
}

.page--contact__section--2__heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.page--contact__section--2__body {
  z-index: 10;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  display: grid;
  position: relative;
}

.image-23 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.div-block-42 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.contact--topics__overlay {
  background-color: #6f538a;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.contact__page--h2 {
  color: #6f538a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 150%;
}

.contact__page--p {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1em;
}

.form__block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-bottom: 1px solid #57705380;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: grid;
}

.form__wrapper--outer {
  width: 100%;
}

.contact--input__field {
  color: #333;
  width: 50%;
  min-height: 4em;
  margin-bottom: 0;
}

.contact--input__field::placeholder {
  color: #00000080;
}

.contact--input__field._100 {
  width: 100%;
}

.contact--input__field.large {
  width: 100%;
  min-height: 250px;
}

.forminput--required {
  color: #fff;
  background-color: #835caa;
  border-radius: 30px;
  flex: none;
  padding: .2em 1em;
  font-size: 1em;
}

.forminput--required.optional {
  background-color: #b1b1b1;
}

.contact--label {
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 600;
  line-height: 100%;
}

.contact--label__wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form__block--list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

._100 {
  width: 100%;
}

.contact--layout {
  z-index: 10;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  display: grid;
  position: relative;
}

.gallery--lightbox {
  width: 100%;
}

.gallery--image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.gallery--listwrapper.single {
  margin-bottom: 1em;
}

.gallery--list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery--list.single {
  display: block;
}

.about--concept--layout {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.subpage--h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 100%;
}

.subpage--h3.green {
  color: #2a2a2a;
  margin-bottom: .2em;
  font-size: 1.5em;
  line-height: 150%;
}

.subpage--h3.green.types {
  border-bottom: 2px solid #6f538a;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.subpage--h3.green.center {
  color: #6f538a;
  text-align: center;
}

.subpage--h3.shizensou {
  margin-left: 1em;
  font-size: 1.7em;
  line-height: 150%;
}

.subpage--h3.purple {
  color: #6f538a;
  margin-bottom: .2em;
  font-size: 1.5em;
  line-height: 150%;
}

.subpage--h3.purple.types {
  border-bottom: 2px solid #6f538a;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.subpage--h3.purple.center {
  color: #6f538a;
  text-align: center;
}

.div-block-45 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.div-block-46.last {
  border-bottom: 1px solid #0000004d;
}

.about--top {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7em;
  display: grid;
}

.about--top.remove__br__sp {
  display: none;
}

.image-24 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  margin-top: 10em;
}

.image-25 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.about--top--section.center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta--black {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 2em;
  display: flex;
}

.cta--black.margin--top {
  margin-top: 2em;
}

.column--3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 11em;
  display: grid;
}

.feature--block {
  position: relative;
}

.line--block--left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.line--block--left.reason {
  justify-content: flex-start;
  align-items: flex-start;
}

.feature--img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.feature--number {
  color: #7f399980;
  font-family: Cormorant, sans-serif;
  font-size: 7em;
  line-height: 100%;
  position: absolute;
  top: -88px;
  left: 5%;
}

.feature--text__wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.subpage--headng--center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.facilities--layout {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.facilities--layout.single--vflex {
  flex-flow: column;
  display: flex;
}

.facilities--item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subpage--img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.barrierfree--layout {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.barrierfree--block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #ded5e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  margin-bottom: .2em;
  font-family: Cormorant, sans-serif;
  font-size: 5em;
  line-height: 100%;
}

.div-block-47 {
  background-color: #ded5e7;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.cta--white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #333;
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 2em;
  display: flex;
}

.cta--white.sp {
  display: none;
}

.history--block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #ded5e766;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5em;
  display: flex;
}

.history--list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.history--inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-48 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 120%;
}

.management--block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5em;
  display: flex;
}

.future--block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #d5e1cc66;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5em;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.cta--button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.3em;
  display: flex;
}

.cta--button.sp {
  display: none;
}

.reason--layout {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-span {
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 2em;
  line-height: 100%;
}

.text-span-2 {
  color: #6f538a;
  border-bottom: 1px solid #000;
  font-size: 1.5em;
}

.types--layout {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.type--block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #ded5e799;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.type--detail {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #ded5e7;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5em;
  display: flex;
}

.shizensou--detail--section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 50svh;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.shizensou--detail--right {
  z-index: 6;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: auto 0% auto auto;
}

.shizensou--detail--rightimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shizensou--detail--left--container {
  z-index: 7;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.heading-11 {
  color: #ded5e7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 100%;
}

.shizensou--info--block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  margin-bottom: 2em;
}

.video-2 {
  width: 100%;
}

.news--content__layout {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.contact--input__field__wrapper {
  width: 100%;
}

.subpage--english__heading {
  color: #33333380;
  text-transform: uppercase;
}

.spacer--small {
  height: 4em;
}

.div-block-52 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.code-embed-5 {
  width: 110%;
  height: 100%;
  position: relative;
  left: -10%;
}

.video-container {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-17 {
  text-transform: uppercase;
}

.sp {
  display: none;
}

.pc {
  display: flex;
}

.cta--text__inner {
  flex: none;
}

.margin--bottom__2em {
  margin-bottom: 2em;
}

.image-26 {
  width: 2.3em;
}

.tourist--inner, .tourist--layout {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  display: flex;
}

.content--item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #0000004d;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.content--item.restaurant__shopname {
  justify-content: flex-start;
  align-items: center;
}

.div-block-54 {
  background-color: #3b7033;
  width: 1.5em;
  height: 3px;
}

.div-block-54.clear {
  background-color: #3b703300;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 190%;
}

.div-block-55 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 11em 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-right: 1em;
  display: grid;
}

.text-block-18 {
  font-family: Shippori Mincho, sans-serif;
}

.text-block-19 {
  font-family: Noto Sans JP, sans-serif;
}

.tourist__content--layout {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.website--wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-27 {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.div-block-56 {
  border-bottom: 1px solid #00000080;
  margin-left: 3em;
  margin-right: 3em;
}

.between {
  border-bottom: 1px solid #00000080;
  margin-top: 10em;
  margin-left: 3em;
  margin-right: 3em;
}

.text-span-4, .text-span-5 {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2vw;
  }

  .nav__wrapper {
    display: none;
  }

  .nav__wrapper.sub__page {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .nav__wrapper.top__page {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .logo__wrapper {
    z-index: 600;
    position: relative;
  }

  .menu__wrapper {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .top__page__menu {
    display: none;
  }

  .sp__menu {
    z-index: 100;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100svh;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .image {
    max-width: 15em;
  }

  .slider__outer__wrapper {
    min-height: 88svh;
  }

  .slide {
    height: 100%;
    min-height: 88svh;
  }

  .slide.video--slide {
    min-height: auto;
  }

  .mask {
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .image-2 {
    object-position: 50% 100%;
  }

  .div-block-2 {
    max-width: 8em;
    display: none;
    bottom: 3em;
  }

  .div-block-4 {
    bottom: 23%;
  }

  .text-block {
    font-size: 2em;
  }

  .text-block-2 {
    color: #fff;
    text-shadow: none;
    font-size: 4em;
  }

  .text-block-3 {
    color: #fff;
  }

  .toppage__access__button {
    display: none;
  }

  .section__guide {
    padding-top: 0;
    padding-bottom: 2em;
  }

  .div-block-7 {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .subheading--title {
    margin-top: 0;
  }

  .guide__body {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .pc__menu {
    display: none;
  }

  .sub__page__menu {
    flex-flow: column;
  }

  .menu__button {
    z-index: 600;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2.5em;
    display: flex;
  }

  .menu__button__img {
    width: 100%;
  }

  .menu__button__img.close__button {
    display: none;
  }

  .toppage__spmenu {
    display: block;
  }

  .nav__wrapper__topsp {
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .toppage__cta__area {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    box-shadow: 0 6px 5px #0003;
  }

  .toppage__cta__area.sp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    min-height: 10svh;
    display: grid;
    box-shadow: 0 -4px 15px #0003;
  }

  .toppage__cta__block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1em;
    display: flex;
  }

  .toppage__cta__block.tel {
    color: #fff;
    background-color: #835caa;
    font-size: 1.3em;
  }

  .div-block-8 {
    display: flex;
  }

  .toppage__cta__text {
    justify-content: center;
    align-items: flex-start;
  }

  .weather__sp__wrapper {
    background-color: #ffffffd4;
    border-radius: 10px;
    width: 200px;
    padding: 5px;
    display: none;
    position: absolute;
    top: 100%;
  }

  .image-6 {
    width: 100%;
    height: 100%;
  }

  .weather__button {
    z-index: 600;
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    position: relative;
  }

  .section__padding.padding--none {
    padding: 0;
  }

  .div-block-9 {
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .image-7 {
    object-position: 50% 20%;
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
  }

  .div-block-10 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
  }

  .about--p {
    text-align: center;
  }

  .about--below {
    margin-top: 0;
  }

  .about--below.about__block {
    padding: 0;
  }

  .div-block-14 {
    grid-column-gap: 2em;
    grid-row-gap: .5em;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta__block {
    align-self: flex-end;
  }

  .cta__block.sp {
    display: flex;
  }

  .cta__block.pc {
    display: none;
  }

  .about__third {
    width: 100%;
  }

  .about__third.detail {
    margin-top: 0;
  }

  .faq__section {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .faq__section__bg1 {
    width: 100%;
  }

  .faq__section__bg2 {
    width: 100%;
    position: relative;
  }

  .section__padding--doublevp {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .div-block-18 {
    width: 100%;
  }

  .faq__section__heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
  }

  .faq__body {
    padding-left: 0;
  }

  .link-block {
    padding: 1em;
  }

  .div-block-23 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .image-10 {
    width: 1em;
  }

  .swiper-button:hover {
    background-color: #36e1bc80;
  }

  .swiper-button.swiper-btn-prev-1:hover, .swiper-button.swiper-btn-next-1:hover {
    background-color: #fff;
  }

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .voice__slider__wrapper__outer, .voice__slider__wrapper {
    width: 100%;
  }

  .swiper-navigation-wrapper {
    justify-content: center;
    align-items: center;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper.is-swiper-portfolio {
    overflow: visible;
  }

  .voice__title__wrapper {
    padding-right: 2rem;
  }

  .voice__image__wrapper {
    aspect-ratio: 3 / 2;
    height: auto;
    overflow: hidden;
  }

  .voice__section__bg {
    width: 100%;
  }

  .contact__section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact__section__inner.contact__page {
    padding-top: 3em;
    padding-bottom: 4em;
  }

  .contact__section--bot {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .section__heading__layout {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .section__heading__layout.about--page {
    justify-content: space-between;
    align-items: flex-start;
  }

  .news__section--left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .news__section--layout {
    flex-flow: column;
    display: flex;
  }

  .cta__black--voice.pc {
    display: none;
  }

  .cta__black--voice.sp {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .heading-5 {
    margin-top: 0;
  }

  .section__heading__layout--gallery {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .cta__black--gallery.pc {
    display: none;
  }

  .cta__black--gallery.sp {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .support__section--top {
    text-align: center;
  }

  .cta__black--footor.pc {
    display: none;
  }

  .cta__black--footor.sp {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-30 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    text-align: center;
    flex-flow: column;
  }

  .footer__menu {
    justify-content: center;
    align-items: flex-start;
  }

  .footer__copyright {
    flex-flow: column;
  }

  .copyright__text {
    order: 1;
    padding-top: 1em;
  }

  .section__heading__layout--support {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .subpage__section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .subpage__section--top {
    margin-bottom: 0;
  }

  .subpage__section--layout.about--page {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section__heading__layout--subpage {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .collection-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .cta__black--footer-copy.pc {
    display: none;
  }

  .cta__black--footer-copy.sp {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .cta__black__common.pc {
    display: none;
  }

  .cta__black__common.sp {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .page--contact__section--2 {
    padding-top: 0;
    padding-bottom: 2em;
  }

  .page--contact__section--2__body {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    background-color: #6f538a;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em;
    display: grid;
  }

  .image-23 {
    aspect-ratio: 2;
  }

  .div-block-42 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .contact--topics__overlay {
    display: none;
  }

  .contact__page--h2 {
    margin-top: 0;
  }

  .contact--layout {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about--concept--layout {
    grid-column-gap: 2em;
    grid-row-gap: .5em;
    flex-flow: wrap;
    display: flex;
  }

  .about--top, .about--top.pc {
    display: none;
  }

  .about--top.remove__br__sp {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .4fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .about--inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .barrierfree--layout {
    grid-template-columns: 1fr 1fr;
  }

  .cta--white.pc {
    display: none;
  }

  .cta--white.sp {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .cta--button {
    align-self: flex-end;
  }

  .cta--button.sp {
    display: flex;
  }

  .cta--button.pc {
    display: none;
  }

  .types--layout {
    grid-template-columns: 1fr 1fr;
  }

  .shizensou--detail--section {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .shizensou--detail--right {
    width: 100%;
    position: relative;
  }

  .shizensou--detail--left--container {
    width: 100%;
  }

  .about--detail__layout {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .code-embed-4 {
    height: 100%;
  }

  .code-embed-5 {
    width: 160vh;
    left: -54.9vh;
  }

  .video-container {
    aspect-ratio: 1;
    width: 300%;
    height: 100%;
    left: -110%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .content__left {
    width: 100%;
  }

  .tourist__content--layout {
    flex-flow: column;
    display: flex;
  }

  .website--wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-27 {
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.8vw;
  }

  .menu__wrapper {
    display: none;
  }

  .image {
    max-width: 12em;
  }

  .div-block-4 {
    text-align: center;
  }

  .section__guide {
    padding-top: 20px;
  }

  .subheading--title {
    text-align: center;
  }

  .subheading--title.align--left__sp {
    text-align: left;
  }

  .sub__page__menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .weather__sp__wrapper {
    z-index: 600;
  }

  .section__padding.padding--none {
    padding: 0;
  }

  .div-block-14 {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    flex-flow: column;
    display: flex;
  }

  .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .voice__slider__wrapper__outer {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .voice__slider__wrapper, .swiper-slide {
    width: 100%;
  }

  .swiper.is-swiper-portfolio {
    overflow: visible;
  }

  .voice__title__wrapper {
    padding-right: 1.25rem;
  }

  .swiper-slide-wrapper {
    width: 100%;
  }

  .voice__title__outer {
    min-height: auto;
  }

  .voice__image__wrapper {
    min-height: 19.25rem;
  }

  .contact__section__inner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .contact__section--left, .contact__section--right {
    padding-left: 1em;
    padding-right: 1em;
  }

  .contact__innerlayout {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-flow: column;
    display: flex;
  }

  .news__image--wrapper {
    display: none;
  }

  .marquee-wrapper {
    font-size: .7em;
  }

  .support__section--top {
    text-align: left;
  }

  .contact__section--label {
    border-bottom: 1px solid #0000004d;
  }

  .div-block-31 {
    flex-flow: column;
  }

  .collection-list-wrapper {
    grid-template-columns: 1fr;
  }

  .page--contact__section--2 {
    padding-top: 20px;
  }

  .contact--topics__overlay {
    height: 80%;
  }

  .form__block {
    flex-flow: column;
    display: flex;
  }

  .contact--input__field {
    width: 100%;
  }

  .contact--input__field.large {
    min-height: 200px;
  }

  .contact--layout {
    grid-template-columns: 1fr 1fr;
  }

  .about--concept--layout {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    flex-flow: column;
  }

  .cta--black.margin--top.center {
    justify-content: center;
    align-items: center;
  }

  .column--3 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    display: flex;
  }

  .feature--number {
    top: -67px;
  }

  .facilities--layout, .barrierfree--layout {
    flex-flow: column;
    display: flex;
  }

  .cta--white.right {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1em;
  }

  .div-block-49 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .cta--button._100 {
    justify-content: space-between;
    align-items: center;
  }

  .types--layout {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.55vw;
  }

  .nav__wrapper.sub__page {
    padding: .75em;
  }

  .image {
    max-width: 9em;
  }

  .slider__outer__wrapper {
    font-size: .8em;
  }

  .div-block-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .toppage__cta__image {
    width: 1.5em;
  }

  .section__guide {
    padding: 20px 0 .7em;
  }

  .subheading--title {
    flex-flow: column;
    display: flex;
  }

  .guide__body {
    grid-column-gap: .1em;
    grid-row-gap: .1em;
  }

  .menu__button {
    width: 4em;
    right: 1em;
  }

  .menu__button__img {
    height: 1.2em;
  }

  .toppage__cta__block {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .weather__button {
    width: 4em;
    height: 4em;
  }

  .section__padding, .section__padding.relative__top {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .about--p {
    margin-bottom: 2.5px;
    font-size: 1.1em;
  }

  .section__padding--doublevp {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .link-block.faq--page {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-button.swiper-btn-prev-1, .swiper-button.swiper-btn-next-1 {
    width: 4em;
    height: 4em;
  }

  .swiper.is-swiper-portfolio {
    overflow: visible;
  }

  .swiper-btn-icon {
    font-size: .9em;
  }

  .voice__title__wrapper {
    padding-right: 0;
  }

  .swiper-slide-wrapper {
    min-height: auto;
  }

  .voice__title__outer {
    grid-row-gap: 1.25rem;
    height: auto;
    min-height: auto;
  }

  .voice__image__wrapper {
    height: auto;
    min-height: auto;
  }

  .portfolio-summary-text {
    font-size: 1rem;
    font-weight: 400;
  }

  .contact__section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .contact__section__inner {
    padding-top: 4em;
    padding-bottom: 6em;
  }

  .contact__section--left, .contact__section--right {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .contact--p {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .news--linkblock {
    padding-left: 0;
    padding-right: 0;
  }

  .marquee-wrapper, .marquee-image {
    height: 40em;
  }

  .support__section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .link-block-3 {
    width: 250px;
  }

  .copyright__text {
    padding-top: 3em;
  }

  .subpage__section--layout.tourist {
    padding-left: 0;
    padding-right: 0;
  }

  .section__heading__layout--subpage {
    text-align: left;
    justify-content: space-between;
    align-items: center;
  }

  .q-a__section--bot {
    background-color: #57705300;
    padding: 0;
  }

  .page--contact__section--2 {
    padding: 20px 0 .7em;
  }

  .page--contact__section--2__body {
    grid-column-gap: .1em;
    grid-row-gap: .1em;
  }

  .contact__page--p {
    font-size: .9em;
  }

  .contact--input__field {
    min-height: 3em;
  }

  .contact--layout {
    grid-column-gap: .1em;
    grid-row-gap: .1em;
  }

  .gallery--list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-49 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .cta--button {
    justify-content: space-between;
    align-items: center;
  }

  .cta--text__inner {
    flex-flow: column;
    display: flex;
  }

  .content--item {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .div-block-55 {
    flex-flow: column;
    grid-template-columns: 5em 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-19 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .text-span-3 {
    flex-flow: column;
    display: flex;
  }

  .text-span-4, .text-span-5 {
    display: block;
  }
}

#w-node-d5ebc89c-6f2b-0482-5311-0e582575ad72-4d542cd2 {
  align-self: center;
}

#w-node-_87606877-42aa-321b-75cd-3b1092300e35-4d542cd2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6359736d-4a65-4279-3b85-84c2f0a01afc-f0a01afc {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_6359736d-4a65-4279-3b85-84c2f0a01b18-f0a01afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9f793ed-4a6d-795d-e3ca-ee12b3fa19bb-4d542d1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_985c53dc-777e-afac-e2cd-86717e107046-4d542cd2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_23b55297-edfa-34fd-33d7-2e7dc25af731-4d542d1c {
    order: -9999;
  }
}


