/* メイン */
html {
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
  padding-top: 8rem;

}

.page_content_wrapper {
  padding-left: 8rem;
  padding-right: 8rem;
}

section {
  margin-bottom: 10rem;
}

#empty-room-information,
#about-intro,
#offer-intro,
#facility-intro,
#feature-intro,
#dayflow,
#annual-event,
#procedure,
#facility-access,
#instagram-section {
  scroll-margin-top: 10rem;
}

.section_title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.section_title::before {
  content: '';
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  top: 0.3rem;
  background-color: #FF4050;
}

.content_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.content_title::before {
  border-top: 0.1rem solid #FF4050;
  content: '';
  display: inline-block;
  width: 3rem;
  height: auto;
  position: relative;
  top: -0.7rem;
  margin-right: 0.5rem;
}

/* ヒーローセクション */
.hero_section {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
}

.mainvisual_wrap {
  position: relative;
  width: 110.5rem;
  height: 52.7rem;
  margin-left:2rem;
}

.mainvisual_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.mainvisual {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title_wrap {
  font-family: "Shippori Mincho";
  font-weight: bold;
  color: white;
  letter-spacing: 0.125em;
  position: absolute;
  top: 5.6rem;
  left: 6.3rem;
  z-index: 3;
}

.hero_section_text {
  font-size: 2.4rem;
}

.title {
  font-size: 5.4rem;

}

.page_nav {
  font-size: 1.6rem;
  color: white;
  display: flex;
  gap: 2rem 1.7rem;
  flex-wrap: wrap;
  width: 90rem;
  position: absolute;
  bottom: 3.2rem;
  left: 7.4rem;
  font-family: "Shippori Mincho";
}

.page_nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: inherit;
  text-decoration: none;
}

.page_nav a div {
  position: relative;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #ef4a5c;
}

.page_nav a div::before,
.page_nav a div::after {
  content: "";
  position: absolute;
  top: 0.82rem;
  width: 0.48rem;
  height: 0.22rem;
  background: #ffffff;
  border-radius: 99.9rem;
}

.page_nav a div::before {
  left: 49.9%;
  transform: translateX(-100%) rotate(48deg);
  transform-origin: right center;
}

.page_nav a div::after {
  left: 49.8%;
  transform: rotate(-48deg);
  transform-origin: left center;
}

.hero_section_circle {
  width: 42.6rem;
  height: 42.6rem;
  background-color: #FF4050;
  border-radius: 50%;
  position: absolute;
  bottom: -5rem;
  left: 94.5rem;
  z-index: -3;
  overflow: hidden;
}

.hero_section_circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncG type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncB type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncA type='table' tableValues='0 0.25'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 6rem 6rem;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  pointer-events: none;
}

.wave_border {
  position: absolute;
  left: 50%;
  bottom: -7.5rem;
  width: 100vw;
  height: 20rem;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  transform: translateX(-50%);
}

.wave_border .c-wave {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20rem;
  overflow: hidden;
  background-color: transparent;
  color: #C99846;
}

.wave_border .c-wave__item,
.wave_border .c-wave__item svg {
  height: 18.5rem;
}

.wave_border .c-wave__item {
  position: absolute;
  left: 0;
  width: 346.93rem;
  display: flex;
  transform: rotate(3.59deg);
}

.wave_border .c-wave__item figure {
  margin: 0;
  display: flex;
  width: 200%;
}

.wave_border .c-wave__item svg {
  width: 346.93rem;
  height: 10rem;
}

.wave_border .c-wave__item svg path {
  stroke-width: 0.15rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.wave_border .c-wave__item:nth-child(1) {
  animation: wave-slide-1 40s linear infinite;
  z-index: 1;
}

.wave_border .c-wave__item:nth-child(2) {
  opacity: 0.4;
  animation: wave-slide-2 30s linear infinite;
  z-index: 2;
}

@keyframes wave-slide-1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-346.93rem);
  }
}

@keyframes wave-slide-2 {
  0% {
    transform: translateX(-170rem);
  }

  100% {
    transform: translateX(0);
  }
}

/* 空室状況 */

.empty_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.empty_box {
  width: 16.2rem;
  border-top: 0.1rem solid #000000;
  border-bottom: 0.1rem solid #000000;
  border-left: 0.1rem solid #000000;
}

.empty_box:last-child {
  border-right: 0.1rem solid #000000;
}

.empty_title {
  height: 7.5rem;
  font-size: 2rem;
  color: white;
  padding: 2rem 0 0.8rem 0;
  border-bottom: 0.1rem solid #000000;
}

.empty_title p {
  width: 4.7rem;
  height: 4.7rem;
  background-color: #FF4050;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  padding-top: 1rem;
}

.empty_text {
  font-size: 5.9rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  height: 11.9rem;
}

.empty_text span {
  font-size: 2rem;
  padding-left: 2.5rem;
  padding-top: 2.2rem;
  position: absolute;
  right: 1.9rem;
  bottom: 2.4rem;
}

.empty_contact a,.empty_fax {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 1.7rem;
  letter-spacing: 0.2rem;
}

.empty_contact a img {
  width: 3.8rem;
  height: 3.8rem;
  margin-right: 0.5rem;
}

/* 施設について */
.about_intro h3 {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Shippori Mincho", sans-serif;
  margin-top: 3rem;
}

.about_intro p {
  margin-top: 2rem;
  font-size: 1.7rem;
  font-weight: 400;
  width: 111.4rem;
  line-height: 1.9;
}

.about_intro h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}

.about_intro h4::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #FF4050;
  display: inline-block;
  margin-right: 0.5rem;
}

/* 提供サービス */
.offer_intro ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  width: 111.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 1.3rem 4.7rem;

}

.offer_intro li {
  width: 34rem;
  height: 6rem;
  background-color: #FF4050;
  color: #FFFFFF;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}

/* 施設・設備紹介 */
.facility_intro {
  position: relative;
}

.facility_intro_circle {
  width: 17.1rem;
  height: 17.1rem;
  background-color: #FF4050;
  border-radius: 50%;
  position: absolute;
  right: -4rem;
  bottom: 11.1rem;
  z-index: -1;
  overflow: hidden;
}

.facility_intro_circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncG type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncB type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncA type='table' tableValues='0 0.25'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 6rem 6rem;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  pointer-events: none;
}

.facility_intro_circle_left {
  left: 44rem;
  right: auto;
}

.facility_intro .facility_intro_wrapper {
  display: flex;
  gap: 1.8rem;
}

.facility_intro .tikuzen_look_swiper,
.facility_intro .tikuzen_facility_swiper {
  width: 54.8rem;
  margin: 0;
  position: relative;
}

.facility_intro .tikuzen_look_swiper h3,
.facility_intro .tikuzen_facility_swiper h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}

.facility_intro .tikuzen_look_swiper h3::before,
.facility_intro .tikuzen_facility_swiper h3::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.1rem;
  background-color: #FF4050;
  margin-right: 0.5rem;
}

.facility_intro .tikuzen_look_swiper img,
.facility_intro .tikuzen_facility_swiper img {
  width: 54.8rem;
  height: 35.5rem;
  margin-top: 1.7rem;
  object-fit: cover;
}

.facility_intro .tikuzen_look_swiper h4,
.facility_intro .tikuzen_facility_swiper h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3rem;
}

.facility_intro .tikuzen_look_swiper p,
.facility_intro .tikuzen_facility_swiper p {
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 1rem;
  line-height: 1.8;
}

.tikuzen-look-pagenation,
.tikuzen-facility-pagenation {
  display: flex;
  height: 1rem;
  width: fit-content;
  position: absolute;
  justify-content: center;
  top: 44.2rem !important;
  bottom: auto !important;
  z-index: 5;
}

.tikuzen_look_swiper .swiper-pagination-bullet,
.tikuzen_facility_swiper .swiper-pagination-bullet {
  background-color: #A3A19E;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0;
}

.tikuzen_look_swiper .swiper-pagination-bullet-active,
.tikuzen_facility_swiper .swiper-pagination-bullet-active {
  background-color: #FF4050;
}

.tikuzen-look-btn-box,
.tikuzen-facility-btn-box {
  position: absolute;
  top: 25rem;
  display: flex;
  gap: 46.1rem;
  margin-left: 0.7rem;
  z-index: 5;
}

.tikuzen-look-btn-prev,
.tikuzen-look-btn-next,
.tikuzen-facility-btn-prev,
.tikuzen-facility-btn-next {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #FF4050;
  color: #323232;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tikuzen-look-btn-prev.is-pressed,
.tikuzen-look-btn-next.is-pressed,
.tikuzen-facility-btn-prev.is-pressed,
.tikuzen-facility-btn-next.is-pressed {
  background-color: #323232;
  color: #FFFFFF;
}

/* 施設の特徴 */
.feature_intro {
  position: relative;
}

.tikuzen_feature_swiper {
  margin-top: 3rem;
  width: 77rem;
  margin-inline: auto;
}

.tikuzen_feature_swiper img {
  width: 77rem;
  height: 49.6rem;
  object-fit: cover;
  object-position: 1% 15%;
}

.tikuzen_feature_swiper h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 5.9rem;
}

.tikuzen_feature_swiper p {
  margin-top: 1rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8;
}

.tikuzen-feature-pagenation {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 52rem !important;
  bottom: auto !important;
  z-index: 5;
}

.tikuzen_feature_swiper .swiper-pagination-bullet {
  background-color: #A3A19E;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0;
}

.tikuzen_feature_swiper .swiper-pagination-bullet-active {
  background-color: #FF4050;
}

.tikuzen-feature-btn-box {
  position: absolute;
  top: 28.8rem;
  display: flex;
  gap: 70.8rem;
  margin-left: 14.2rem;
  z-index: 5;
}

.tikuzen-feature-btn-prev,
.tikuzen-feature-btn-next {
  width: 6.2rem;
  height: 6.2rem;
  background-color: #FF4050;
  color: #323232;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tikuzen-feature-btn-prev.is-pressed,
.tikuzen-feature-btn-next.is-pressed {
  background-color: #323232;
  color: #FFFFFF;
}

.feature_intro_circle {
  position: absolute;
  bottom: 13.8rem;
  right: 13.8rem;
  z-index: -2;
  width: 17.1rem;
  height: 17.1rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FF4050;
}

.feature_intro_circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncG type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncB type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncA type='table' tableValues='0 0.25'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 6rem 6rem;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  pointer-events: none;
}

/* 1日の流れ */
.dayflow_box {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 3rem;
}

.dayflow_box img {
  width: 10.9rem;
  height: 10.9rem;
}

.dayflow_time {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.044rem;
  margin-bottom: 1rem;
}

.dayflow_play {
  font-size: 1.7rem;
  font-weight: 400;
}

.dayflow_wrap {
  position: relative;
}

.dayflow_wrap::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 108rem;
  border-left: 0.1rem solid #9D9D9D;
  position: absolute;
  left: 5.3rem;
  top: 0;
  z-index: -1;
}

/* 年間行事 */
.annual_text {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  line-height:calc(1.7rem * 1.75);
}

.annual_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
  height: 34.4rem;
  width: 112rem;
}

.annual_list {
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
}

.annual_list p {
  margin: 0;
}

.annual_month {
  background-color: #676767;
  font-size: 1.7rem;
  color: white;
  width: 8.8rem;
  height: 4.9rem;
  padding: 1.3rem 1.3rem;
}

.annual_play {
  width: 45.48rem;
  /*height: 4.9rem;*/
  background-color: #F0F0F0;
  font-size: 1.7rem;
  padding: 1.3rem 1.3rem;
}

/* 利用手続き */
.procedure_text {
  font-size: 1.7rem;
  line-height: calc(1.7rem * 1.75);
  margin-bottom: 3rem;
}

.procedure_target_list {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.procedure_target_num {
  font-size: 1.7rem;
  color: white;
  background-color: #FF4050;
  width: 2.8rem;
  height: 2.8rem;
  text-align: center;
  line-height: calc(1.7rem * 1.75);
  border-radius: 50%;
}

.procedure_target_text {
  font-size: 1.7rem;
  line-height: calc(1.7rem * 1.75);
}

.acordion_title {
  width: 103.8rem;
  min-height: 6rem;
  background-color: #FF4050;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1rem 2.2rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.acordion_title_text {
  display: block;
  text-align: center;
}

.acordion_icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  transform: translateY(-50%);
}

.acordion_icon::before,
.acordion_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 0.1rem;
  background-color: #000000;
  transform: translate(-50%, -50%);
}

.acordion_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.acordion_title[aria-expanded="true"] .acordion_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.open_content {
  width: 103.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  column-gap: 3rem;
  row-gap: 1rem;
  padding: 0 5.4rem;
  background-color: #FFCCD0;
  font-size: 1.7rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
}

.acordion.is-open .open_content {
  padding: 1.2rem 5.4rem;
  max-height: 80rem;
  opacity: 1;
}

.open_content a {
  color: #323232;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  column-gap: 0.8rem;
  align-items: start;
  line-height: 1.7;
  width: fit-content;
  justify-self: start;
}

.open_bullet {
  display: block;
}

.open_label {
  display: inline-block;
  line-height: 1.3;
  border-bottom: 0.1rem solid #323232;
}

/* 施設概要＆アクセス */
.facility_flex {
  display: grid;
  grid-template-columns: 67.6rem 42.8rem;
  gap: 0.5rem;
  align-items: stretch;
}

.facility_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.facility_box {
  display: flex;
  gap: 0.5rem;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  align-items: stretch;
}
.facility_fax{
  font-size:1.7rem;
  font-weight:normal;
  margin-left:1rem;
  display:inline-block;
}
.facility_box_title {
  width: 18.4rem;
  height: 4.9rem;
  background-color: #676767;
  color: white;
  padding: 1.3rem;
}

.facility_box_text {
  width: 49.2rem;
  height: 4.9rem;
  background-color: #F0F0F0;
  padding: 1.3rem;
  display: flex;
  align-items: center;
}

.facility_wrapper .facility_box:nth-of-type(3) .facility_box_title {
  /* 施設概要3つ目のタイトル */
  height:10rem;
  display:flex;
  align-items:center;
}

.facility_wrapper .facility_box:nth-of-type(3) .facility_box_text {
  /* 施設概要3つ目のテキスト */
   height:10rem;
   flex-wrap:wrap;
}

.facility_box_title_address,
.facility_box_text_address {
  min-height: 8.9rem;
  height: auto;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.facility_box_address {
  flex: 1;
  align-items: stretch;
}

.facility_box_address .facility_box_title_address,
.facility_box_address .facility_box_text_address {
  height: auto;
}

.facility_box_title_address {
  display: flex;
  align-items: center;
}

.facility_box_text_address {
  display: flex;
  align-items: center;
}

.facility_map {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.map {
  width: 42.8rem;
  height: 36.4rem;
  margin-bottom: 0.5rem;
}

.access {
  background-color: #F0F0F0;
  padding: 1rem 0.5rem;
}

.access_title {
  font-size: 2rem;
  color: #0A435F;
  border-bottom: 0.2rem solid #FF4050;
  padding-bottom: 0.6rem;
}

.access_text {
  font-size: 1.7rem;
  line-height: calc(1.7rem * 1.3);
  padding-top:1rem;
}

/* インスタグラム */
.instagram_section_inner {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: flex-start;
}

.instagram_text_box {
  width: 33rem;
}

.instagram_text {
  margin-top: 2rem;
  font-size: 1.7rem;
  line-height: 1.9;
}

.instagram_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22rem;
  height: 5.4rem;
  margin-top: 3rem;
  padding: 0 2.4rem;
  background-color: #FF4050;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
}

.instagram_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  width: 78rem;
}

.instagram_card {
  display: block;
  overflow: hidden;
  background-color: #F4F4F4;
}

.instagram_card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* インスタの全体幅の設定 */
#sb_instagram {
  max-width: 114rem;
  margin: 0 auto;
}
/* 画像の大きさ */
#sb_instagram .sbi_item {
  padding: 0.8rem !important;
}
/* インスタのヘッダー非表示 */
#sb_instagram .sbi_header_text {
  display: none !important;
}
@media screen and (max-width:699.98px) {
  main{
    padding-top:2rem;
  }
  /* メイン */
  .page_content_wrapper {
    padding: 0 1rem;
  }

  .section_title {
    font-size: 2.4rem;
    letter-spacing: calc(2.4rem * 0.02);
  }

  .section_title::before {
    width: 2.4rem;
    height: 2.4rem;
  }

  .content_title {
    font-size: 2.2rem;
    letter-spacing: calc(2.2rem * 0.02);
  }

  /* ヒーローセクション */
  .mainvisual_wrap {
    width: 33.9rem;
    height: 16.2rem;
    margin: 0 auto;
  }

  .title_wrap {
    top: 1.6rem;
    left: 2.8rem;
  }

  .hero_section_text {
    font-size: 2rem;
  }

  .title {
    font-size: 3.5rem;
    
  }

  .page_nav {
    display: none;
  }

  .hero_section_circle {
    width: 16.6rem;
    height: 16.6rem;
    left: 23.5rem;
    bottom: -4.2rem;
  }

  .wave_border {
    bottom: -2.6rem;
    height: 8.8rem;
    width: calc(100vw + 10rem);
  }

  .wave_border .c-wave {
    height: 8.8rem;
  }

  .wave_border .c-wave__item,
  .wave_border .c-wave__item svg {
    height: 7.2rem;
  }

  .wave_border .c-wave__item {
    width: 180rem;
    transform: rotate(1deg);
  }

  .wave_border .c-wave__item:nth-child(2) {
    opacity: 0.8;
  }

  .wave_border .c-wave__item svg {
    width: 180rem;
    height: 5.6rem;
  }

  .wave_border .c-wave__item svg path {
    stroke-width: 0.2rem;
  }

  /* 空室状況 */
  .empty_wrap {
    display: flex;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .empty_wrap::-webkit-scrollbar{
    display:none;
  }

  .empty_box {
    flex: 0 0 16.2rem;
  }

  .scroll_text {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }

  .scroll_text img {
    width: 1.9rem;
    height: 1.9rem;
    margin-right: 0.7rem;
  }

  .empty_contact a {
    margin-top: 2rem;
    display: inline-block;
    margin-left: 0;
  }

  /* 施設について */
  .about_intro h3 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }

  .about_intro p {
    width: auto;
  }

  /* 提供サービス */
  .offer_intro ul {
    width: auto;
    justify-content: center;
  }

  /* 施設・設備紹介 */
  .facility_intro {
    overflow: visible;
    padding-bottom: 4rem;
  }

  .facility_intro .facility_intro_wrapper {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
  }

  .facility_intro .tikuzen_look_swiper,
  .facility_intro .tikuzen_facility_swiper {
    width: 35.3rem !important;
    max-width: 35.3rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .facility_intro .tikuzen_look_swiper img,
  .facility_intro .tikuzen_facility_swiper img {
    width: 100%;
    height: 22.8rem;
    margin-top: 1.2rem;
    object-fit: cover;
  }

  .facility_intro .tikuzen_look_swiper h4,
  .facility_intro .tikuzen_facility_swiper h4 {
    margin-top: 3rem;
  }

  .tikuzen-look-pagenation,
  .tikuzen-facility-pagenation {
    top: 31rem !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none;
    justify-content: center;
  }

  .tikuzen-look-btn-box,
  .tikuzen-facility-btn-box {
    top: 17.6rem !important;
    left: 0.5rem;
    right: 0.5rem;
    width: auto;
    margin-left: 0;
    gap: 0;
    justify-content: space-between;
  }

  .tikuzen-look-btn-prev,
  .tikuzen-look-btn-next,
  .tikuzen-facility-btn-prev,
  .tikuzen-facility-btn-next {
    width: 2.3rem !important;
    height: 2.3rem !important;
    font-size: 1.2rem !important;
    line-height: 1;
  }

  .facility_intro_circle {
    width: 9.3rem;
    height: 9.3rem;
    right: -3.1rem;
    bottom: 19.4rem;
    z-index: 0;
  }

  .facility_intro_circle_left {
    width: 9.3rem;
    height: 9.3rem;
    right: -3.1rem;
    bottom: 69.7rem;
    z-index: 0;
    left: auto;
  }

  /* 施設の特徴 */
  .feature_intro {
    overflow: visible;
    padding-bottom: 4rem;
  }

  .tikuzen_feature_swiper {
    width: 35.3rem !important;
    max-width: 35.3rem;
    margin: 3rem auto 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .tikuzen_feature_swiper img {
    width: 100%;
    height: 22.8rem;
    object-fit: cover;
  }

  .tikuzen_feature_swiper h4 {
    margin-top: 3rem;
  }

  .tikuzen-feature-pagenation {
    top: 23.8rem !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none;
    justify-content: center;
  }

  .tikuzen-feature-btn-box {
    top: 17rem !important;
    left: 0.5rem;
    right: 0.5rem;
    width: auto;
    margin-left: 0;
    gap: 0;
    justify-content: space-between;
  }

  .tikuzen-feature-btn-prev,
  .tikuzen-feature-btn-next {
    width: 2.3rem !important;
    height: 2.3rem !important;
    font-size: 1.2rem !important;
    line-height: 1;
  }

  .feature_intro_circle {
    width: 9.3rem;
    height: 9.3rem;
    right: -3.2rem;
    bottom: 25.4rem;
    z-index: 0;
  }

  /* 1日の流れ */
  .dayflow_colon{
    display:none;
  }
  .dayflow_box{
    align-items: start;
    margin-bottom:7rem;
  }
  .dayflow_wrap::before{
    left:3.2rem;
    height:173rem;
    top:3rem;
  }
  .dayflow_time{
    font-size:2.2rem;
  }
  .dayflow_box img{
    width:6.387rem;
    height:6.387rem;
    margin-top:0.8rem;
  }
  /* 年間行事 */
  .annual_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    row-gap: 1rem;
  }

  .annual_list {
    width: 100%;
  }

  .annual_play {
    width: calc(100% - 9.8rem);
  }

  /* 利用手続き */
  .procedure_target_text{
    width:31rem;
  }
  .procedure_target_list{
    margin-bottom:3rem;
  }
   .acordion_title{
    width:100%;
  }
  .open_content{
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    padding:2rem 1rem;
  }
  .acordion.is-open .open_content{
    padding:2rem 1rem;
  }

  /* 施設概要＆アクセス */
  .facility_flex{
    display:block;
  }
  .facility_wrapper{
    width:100%;
    overflow-x:auto;
    padding-bottom:1rem;
    -ms-overflow-style:none;
    scrollbar-width:none;
  }
  .facility_wrapper::-webkit-scrollbar{
    display:none;
  }
  .facility_map{
    display:flex;
    flex-direction:column-reverse;
    gap:1rem;
  }
  .facility_box{
    width:max-content;
  }
  .map{
    width:35.3rem;
    height:16.4rem;

  }
  /* インスタグラム */
}
