/* フォント */
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

/* スワイパー */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 35.5rem;
  object-fit: cover;
  /* margin-bottom: 5rem; */
}



.swiper-slide h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #323232;
  margin-top: 5rem;
}

.swiper-slide p {
  font-size: 1.7rem;
  font-weight: 400;
  color: #323232;
  line-height: 1.5;
}

/* トップ画像 */
.hero_section {
  margin-top: 7.7rem;
  position: relative;
}

.hero_img {
  margin-left: 2rem;
}

.hero_img img {
  width: 110.5rem;
  height: 52.7rem;
  object-fit: cover;
}

/* 暗幕 */
.hero_section::before {
  content: "";
  width: 110.5rem;
  height: 52.7rem;
  position: absolute;
  inset: 0;
  margin-left: 2rem;
  background: rgba(0, 0, 0, 0.65);
}

/* 暗幕ここまで */
.toyooka {
  overflow-x: hidden;
}

.top_deco {
  width: 42.6rem;
  height: 42.6rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  top: 19rem;
  right: -11rem;
  z-index: -1;
}

.top_deco::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;
  top: 54%;
  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);
  }
}

/* ウェーブここまで */
.toyooka_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #fff;
  margin-left: 7.2rem;
  margin-top: 5.6rem;
  margin-bottom: 1rem;
}

.toyooka_main_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 54);
  color: #fff;
  margin-left: 6.3rem;
  margin-bottom: 8.6rem;
}

.toyooka_text_list {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.toyooka_text_list:last-child {
  margin-bottom: 0;
}

.welfare_toyooka_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #fff;
  position: relative;

  margin-left: 8.2rem;
}

/* ●と矢印 */
.welfare_toyooka_title,
.nursing_home_toyooka_title,
.with_care_toyooka_title {
  position: relative;
}

.welfare_toyooka_title span::before,
.nursing_home_toyooka_title span::before,
.with_care_toyooka_title span::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #0a7650;
  position: absolute;
  left: -2.5rem;
  top: 0.8rem;
}

/* span自体をアイコンの箱にする */
.welfare_toyooka_title span,
.nursing_home_toyooka_title span,
.with_care_toyooka_title span {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  vertical-align: middle;
  margin-right: 0.5rem;
}

/* 緑の丸 */
.welfare_toyooka_title span::before,
.nursing_home_toyooka_title span::before,
.with_care_toyooka_title span::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0a7650;
  position: absolute;
  left: 0;
  top: 0;
}

/* 白い下矢印（border方式で1つの::afterにまとめる） */
.welfare_toyooka_title span::after,
.nursing_home_toyooka_title span::after,
.with_care_toyooka_title span::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 0.15rem solid #fff;
  border-bottom: 0.15rem solid #fff;
  z-index: 2;
}


/* li用（小さい丸 1.5rem） */


.toyooka_text_list span {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  vertical-align: middle;
  margin-right: 0.3rem;
}

.toyooka_text_list span::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0a7650;
  position: absolute;
  left: 0;
  top: 0;
}

.toyooka_text_list span::after {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  left: -0.2rem;
  top: 0.7rem;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 0.12rem solid #fff;
  border-bottom: 0.12rem solid #fff;
  z-index: 2;
}







.toyooka_text_list {
  margin-left: 9.5rem;
}

.toyooka_text_list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #fff;
  position: relative;
  margin-left: 2rem;
}

.toyooka_text_list li:first-child {
  margin-left: 0;
}

.toyooka_text_list span::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #0a7650;
  position: absolute;
  left: -0.9rem;
  top: 0rem;
}

/* ●と矢印ここまで */

/* 住宅型有料老人ホーム */
.nursing_home_toyooka_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #fff;
  position: relative;

  margin-left: 8.2rem;
}

/* 介護付き有料老人ホーム */
.with_care_toyooka_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #fff;
  position: relative;

  margin-left: 8.2rem;
}

.toyooka_text_wraper {
  position: absolute;
  top: 0rem;
  left: 0rem;
}

/* 空き情報 */
.empty_room_status_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  color: #323232;
}

.empty_room_status_date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 100%;
  color: #323232;
}

.empty_room_status_flex {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  position: relative;

  margin-left: 3rem;
}

.empty_room_status_flex::before {
  content: "";
  width: 19.7rem;
  height: 0.1rem;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  background: #323232;
}

.residence_type_pay_nursing_home_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  color: #323232;
}

.count_type_pay {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 100%;
  color: #323232;
}

.residence_type_pay_nursing_home {
  display: flex;
  gap: 2.6rem;
  align-items: center;

  margin-top: 2.49rem;
}

.pay_nursing_home_with_care_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  color: #323232;

  white-space: nowrap;
}

.count_with_care {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 100%;
  color: #323232;
}

.pay_nursing_home_with_care {
  display: flex;
  gap: 1.1rem;
  align-items: center;

  margin-top: 2.49rem;
}

.number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  color: #323232;
}

.count_flex {
  display: flex;
  gap: 0.5rem;
  align-items: end;
}

.tel_flex {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  position: relative;
  margin-top: 1.4rem;
  margin-left: 3rem;
}

.tel_icon {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  z-index: 2;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
}

.tel_flex a {
  margin-left: 4.3rem;
}

.tel_flex p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 157%;
  letter-spacing: calc(0.1em / 17);
  color: #323232;
  position: relative;
}

.tel_flex p::before {
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
}

.empty_room_status {
  width: 25rem;
  height: 18.9rem;
  background: #53b593;
  clip-path: polygon(15% 0%, 100% 0%, 100% 80%, 85% 100%, 0% 100%, 0% 25%);
}

.empty_room_status {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 4rem;
  bottom: -4rem;
}

.empty_room_status_wrapper {
  padding: 0.7rem;
}

/* 施設について */
.about_facility_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;
  margin-left: 12.2rem;
  margin-top: 5rem;

  position: relative;
}

.about_facility_title::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #0a7650;
  position: absolute;
  left: -2.5rem;
  top: 0.4rem;
}

.about_facility_main_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 35);
  color: #323232;

  margin-left: 9.4rem;
  margin-top: 3rem;
}

.about_facility_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;

  width: 111.4rem;
  overflow-wrap: break-word;

  margin-left: 8.3rem;
  margin-top: 2rem;
}

.about_area_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;

  margin-bottom: 1.7rem;
  margin-left: 3.5rem;
  position: relative;
}

.about_area_title::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background: #0a7650;
  position: absolute;
  left: -3.7rem;
  top: 1.1rem;
}

.about_area_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
}

.about_area {
  width: 111.4rem;
  overflow-wrap: break-word;

  margin-left: 8.3rem;
  margin-top: 3rem;
}

.beppuwan_img {
  width: 111.4rem;
  height: 40.4rem;
  object-fit: cover;
  margin: 3rem auto 0rem;

  display: block;
}

/* アコーディオンメニュー */
.about_facility_wrapper {
  display: flex;
}

.about_accordion_content {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #323232;
  margin-top: 12rem;
  margin-left: -20rem;
  display: inline-grid;
}

/* 施設紹介 */
.facility_introduction_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;
  margin-left: 2.9rem;
  position: relative;
  margin-bottom: 2rem;
}

.facility_introduction_title::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #0a7650;
  position: absolute;
  left: -2.5rem;
  top: 0.4rem;
}

/* 外観＆内観 */
.appearance_and_interior {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  position: relative;

  margin-left: 3.5rem;
  margin-top: 3rem;
  margin-bottom: 1.7rem;
}

.appearance_and_interior::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background: #0a7650;
  position: absolute;
  left: -3.7rem;
  top: 1.3rem;
}

.entrance {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 20);
  color: #323232;
}

.entrance_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 130%;
  color: #323232;
  width: 54.5rem;
  overflow-wrap: break-word;
}

.facility_introduction_flex {
  display: flex;
  gap: 2rem;
}

.appearance_and_interior_wraper {
  position: relative;
}

/* デコレーション */
.appearance_deco {
  width: 17.1rem;
  height: 17.1rem;
  border-radius: 50%;
  background: #0a7650;
  position: absolute;
  right: -5.5rem;
  bottom: 12.4rem;
}

.appearance_deco::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;
}


.living_room_facility_introduction_wraper {
  position: relative;
}

.living_room_deco {
  width: 17.1rem;
  height: 17.1rem;
  border-radius: 50%;
  background: #0a7650;
  position: absolute;
  right: -5.5rem;
  bottom: 12.4rem;
}

.living_room_deco::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_feature_box {
  position: relative;
}

.facility_feature_deco {
  width: 17.1rem;
  height: 17.1rem;
  border-radius: 50%;
  background: #0a7650;
  position: absolute;
  right: 11.5rem;
  bottom: 14.4rem;
}

.facility_feature_deco::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_feature_wraper {
  position: relative;
}

.recreation_enrichment_deco {
  width: 17.1rem;
  height: 17.1rem;
  border-radius: 50%;
  background: #0a7650;
  position: absolute;
  right: 11.5rem;
  bottom: 14.4rem;
}

.recreation_enrichment_deco::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;
}

/* スワイパー */
.swiper {
  width: 54.8rem;
  height: auto;
  box-sizing: content-box;
}

.swiper-pagination-bullet {
  background-color: #a3a19e;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: #8efc7b;
}

/* ページネーション（ドット）を「■」に変更 */
.swiper-pagination {
  position: absolute !important;
  top: 37.5rem !important;
  /* 画像の下の余白部分に配置 */
  bottom: auto !important;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 0;
  z-index: 10;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  /* サイズ調整 */
  height: 1rem;
  /* サイズ調整 */
  border-radius: 0;
  /* デフォルトの丸みを解除（50% -> 0） */
  background-color: #000;
  /* 色はお好みで変更可能 */
  opacity: 0.5;
  /* 非アクティブ時の透明度 */
  margin: 0 0.5rem;
  /* ドット間の隙間 */
}

/* アクティブなページネーションのスタイル */
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  /* アクティブ時は濃くする */
  background-color: #1c5488;
  /* アクティブ時の色 */
}

/* スワイパーボタン（四角の中に矢印） */
.swiper-button-next,
.swiper-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #0a7650;
  color: #323232;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 17.75rem !important;
  /* 画像高さの半分で縦中央揃え */
  margin-top: -1.75rem !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

/* スワイパーボタンをクリックしたとき色を黒くする */
.swiper-button-next:active,
.swiper-button-prev:active {
  background-color: #000;
  transition: background-color 0.2s ease;
  /* ふんわり色が変わるようにトランジションを追加 */
}

.swiper-button-next::after {
  content: "→";
  color: #fff;
}

.swiper-button-prev::after {
  content: "←";
  color: #fff;
}

/* 居室・設備紹介 */
.living_room_facility_introduction {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;

  margin-left: 3.5rem;
  margin-top: 3rem;
  margin-bottom: 1.7rem;
}

.living_room_facility_introduction::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background: #0a7650;
  position: absolute;
  left: 0rem;
  top: 4.3rem;
}

.living_room_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 20);
  color: #323232;
}

.living_room_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 130%;
  color: #323232;

  width: 54.5rem;
  overflow-wrap: break-word;
}

.facility_introduction {
  margin: 10rem auto;
  width: fit-content;
}

.swiper-slide.toilet_img img {
  object-position: center calc(50% - 10rem);
}

.swiper-slide.madori_img img {
  object-fit: contain;
}

/* ウェルファ豊丘の施設概要＆各種情報 */
.facility_introduction_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;
  position: relative;

  display: block;

}

.facility_introduction_title .pc_only {
  display: inline;
}

.facility_introduction_title::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #0a7650;
  position: absolute;
  left: -2.5rem;
  top: 0.4rem;
}

.facility_introduction_dl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 130%;
  color: #323232;
  width: 68.1rem;
  display: flex;
  flex-wrap: wrap;
}

.facility_introduction_dl dt {
  width: 18.4rem;
  color: #fff;
  background-color: #676767;
  margin-bottom: 0.5rem;
  padding-left: 1.2rem;
}

.facility_introduction_dl .residence_about {
  margin-bottom: 0;
}

.facility_introduction_dl dd {
  width: 49.2rem;
  color: #323232;
  background-color: #f0f0f0;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  padding-left: 1.2rem;
}

.facility_introduction_dl dt:last-child {
  margin-bottom: 0;
}

.facility_introduction_dl dd:last-child {
  margin-bottom: 0;
}

.facility_type {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.address {
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
}

.contact {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.residence_rights {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.residence_about {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

/* dd */
.pay_nursing_home_text {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.address_text {
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
}

.contact_tel {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.building_rent {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.living_room_kubun {
  padding-top: 1.3rem;
  padding-bottom: 1.6rem;
}

.facility_introduction_content {
  display: flex;
}

.toyooka_map {
  width: 42.8rem;
  height: 50.4rem;
  margin-left: 0.5rem;
}

.about_access_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 20);
  color: #323232;
  position: relative;

  padding-top: 0.8rem;
  padding-left: 0.5rem;
  margin-bottom: 1.9rem;
}

.about_access_title::before {
  content: "";
  width: 41.6rem;
  height: 0.2rem;
  background: #0a7650;
  position: absolute;
  left: 0rem;
  bottom: -0.8rem;
}

.access_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 130%;
  color: #323232;
  padding-bottom: 3rem;
  padding-left: 0.5rem;
}

.access_text_box {
  background-color: #f0f0f0;
  width: 42.8rem;
  margin-left: 0.5rem;
}

.facility_introduction_section {
  margin: 10rem auto 0rem;
  width: fit-content;
}

/* 各種情報公開＆入居申込書 */
.accordion_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 157%;
  letter-spacing: calc(0.1em / 16);
  color: #fff;
  background-color: #0a7650;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  position: relative;
  width: 103.8rem;
}

.accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
  background: #80ccb1;
  padding: 0 1.5rem;
  display: flex;
  gap: 41.2rem;
  width: 103.8rem;
  padding-left: 5.4rem;
  /* padding-top: 1.2rem; */
  /* padding-bottom: 1.9rem; */
}

.accordion_content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 170%;
  color: #323232;
}

/* アイコン */
.icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.4rem;
  height: 4.4rem;
  background-color: #fff;
  border-radius: 50%;
}

/* 横線 */
.icon::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 0.2rem;
  background: #333;
  top: 50%;
  left: 1.4rem;
  transform: translateY(-50%);
}

/* 縦線 */
.icon::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 1.6rem;
  background: #333;
  left: 50%;
  top: 1.4rem;
  transform: translateX(-50%);
  transition: 0.3s;
}

/* 開いたとき（－にする） */
.accordion_title.active .icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.management_provision {
  position: relative;
}

/* アコーディオンここまで */

.management_provision::before {
  content: "";
  width: 8.9rem;
  height: 0.1rem;
  background-color: #323232;
  position: absolute;
  left: 0rem;
  bottom: 1.1rem;
}

.application_form {
  position: relative;
}

.application_form::before {
  content: "";
  width: 10.6rem;
  height: 0.1rem;
  background-color: #323232;
  position: absolute;
  left: 0rem;
  bottom: 1.1rem;
}

.important_notice {
  position: relative;
}

.important_notice::before {
  content: "";
  width: 24.9rem;
  height: 0.1rem;
  background-color: #323232;
  position: absolute;
  left: 0rem;
  bottom: 1.1rem;
}

.important_notice_2 {
  position: relative;
}

.important_notice_2::before {
  content: "";
  width: 25.9rem;
  height: 0.1rem;
  background-color: #323232;
  position: absolute;
  left: 0rem;
  bottom: 1.1rem;
}

.accordion_content p:first-child {
  padding-top: 1.2rem;
}

.accordion_content p:last-child {
  padding-bottom: 0.9rem;
}

.various_information_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  position: relative;

  margin-bottom: 3rem;
}

.various_information_title::after {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #0a7650;
  position: absolute;
  left: -3.4rem;
  bottom: 1rem;
}

.various_information_section {
  margin: 3rem auto 0rem;
  width: fit-content;
}

/* インスタグラム */
.insta_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  position: relative;
  margin-left: 4rem;
  margin-bottom: 0rem;
}

.insta_title::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  left: -3rem;
  bottom: 0.3rem;
}

.insta_img {
  width: 29.4rem;
  height: 25.2rem;
  object-fit: cover;
}

.insta_section {
  margin: 10rem auto 0rem;
  width: fit-content;
}

/* インスタの全体幅の設定 */
#sb_instagram {
  max-width: 114rem;
  margin: 0 auto;
}
/* 画像の大きさ */
#sb_instagram .sbi_item {
  padding: 0.8rem !important;
}
/* インスタのヘッダー非表示 */
#sb_instagram .sbi_header_text {
  display: none !important;
}
#sb_instagram .sb_instagram_header, .sb_instagram_header{
  padding: 0rem;
}
/* インスタグラムここまで */

/* 住宅型有料老人ホーム */
.pay_nursing_home_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 32);
  color: #fff;
  background: linear-gradient(to right, #0a7650, #87b270);
  display: block;
  width: fit-content;
  padding: 1.8rem 3.4rem 1.8rem 2.7rem;
  margin-top: 15rem;
  margin-bottom: 6.7rem;
}

.pay_nursing_home_img {
  width: 111.4rem;
  height: 40.4rem;
  object-fit: cover;
}

.pay_nursing_home_subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;

  margin-top: 3rem;
  margin-left: 3.9rem;
  position: relative;
}

.pay_nursing_home_subtitle::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  left: -3rem;
  bottom: 0.3rem;
}

.pay_nursing_home_subtitle_2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 35);
  color: #323232;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 3.9rem;
}

.pay_nursing_home_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  width: 111.4rem;
  overflow-wrap: anywhere;
}

/* 提供サービス */
.provision_service {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;
  position: relative;
  margin-left: 3.9rem;
  margin-bottom: 3rem;
}

.provision_service::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  left: -3rem;
  bottom: 0.3rem;
}

.provision_service_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 125%;
  letter-spacing: calc(0.01em / 16);
  color: #fff;
  background: #0a7650;
  width: 34rem;
  overflow-wrap: anywhere;
  padding-top: 2.4rem;
  padding-bottom: 1.6rem;
  text-align: center;
}

.provision_service_content {
  display: flex;
  column-gap: 4.7rem;
  row-gap: 1.3rem;
  flex-wrap: wrap;
}

.provision_service_box {
  margin-top: 10rem;
}

/* 施設の特徴 */
.facility_feature {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;
  position: relative;
  margin-bottom: 3rem;
  margin-left: 11.4rem;
}

.facility_feature::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  left: -3rem;
  bottom: 0.3rem;
}

.swiper_middle {
  width: 83.2rem;
  height: auto;
  overflow: hidden;
}

.facility_feature_next,
.facility_feature_bottom_next {
  width: 6.2rem;
  height: 6.2rem;
  right: 0 !important;
  margin-top: -3.1rem !important;
}

.facility_feature_prev,
.facility_feature_bottom_prev {
  width: 6.2rem;
  height: 6.2rem;
  left: 0 !important;
  margin-top: -3.1rem !important;
}

.swiper_middle .swiper-slide,
.facility_feature_swiper .swiper-slide {
  box-sizing: border-box;
  padding: 0 3.1rem;
}

.swiper_middle .swiper-slide img,
.facility_feature_swiper .swiper-slide img {
  height: 49.6rem;
}

.swiper_middle .swiper-pagination,
.facility_feature_swiper .swiper-pagination {
  top: 51.6rem !important;
}

.swiper_middle .swiper-button-next,
.swiper_middle .swiper-button-prev,
.facility_feature_swiper .swiper-button-next,
.facility_feature_swiper .swiper-button-prev {
  top: 24.8rem !important;
}

.security_safety {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  margin-left: 25.3rem;
  margin-top: 5.9rem;
  margin-bottom: 3rem;
}

.security_safety_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 130%;
  color: #323232;
  margin-left: 25.3rem;
  width: 76.8rem;
  overflow-wrap: anywhere;
}

.facility_feature_box {
  margin-top: 10rem;
}

/* 年間行事 */
.annual_event {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;
  position: relative;
  margin-left: 3.9rem;
  margin-bottom: 2rem;
}

.annual_event::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  left: -3rem;
  bottom: 0.3rem;
}

.annual_event_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  width: 111.4rem;
  overflow-wrap: anywhere;
  margin-bottom: 1rem;
}

/* 年間行事カレンダー */
.annual_event_dl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 130%;
  color: #323232;
  width: 55.2rem;
  display: flex;
}

.annual_event_dl dt {
  width: 8.8rem;
  background: #676767;
  color: #fff;
  padding-left: 1.7rem;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
  margin-bottom: 1rem;
}

.annual_event_dl dd {
  font-weight: 400;
  width: 45.4rem;
  background: #f0f0f0;
  padding-left: 1.5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.annual_event_flex {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.annual_event_box {
  margin-top: 10rem;
}

/* ご入居案内＆料金表 */
.move_in_guidance_box {
  margin-top: 10rem;
}

.move_in_guidance_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;
  position: relative;
  margin-left: 3.9rem;
}

.move_in_guidance_title::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  left: -3rem;
  bottom: 0.3rem;
}

.move_in_guidance_step {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  margin-left: 4rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  position: relative;
}

.move_in_guidance_step::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #0a7650;
  position: absolute;
  left: -3rem;
  bottom: 1.3rem;
}

.move_in_guidance_step_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  /* margin-left: 25.3rem; */
  width: 111.4rem;
  overflow-wrap: anywhere;
}

.move_in_guidance_price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  margin-left: 4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

.move_in_guidance_price::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #0a7650;
  position: absolute;
  left: -3.3rem;
  bottom: 1.3rem;
}

.move_in_guidance_price_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  /* margin-left: 25.3rem; */
  width: 111.4rem;
  overflow-wrap: anywhere;
}

.move_in_guidance_price_link_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #fff;
  background-color: #0a7650;
  width: 40.6rem;
  padding: 1.5rem 3.9rem;
  overflow-wrap: anywhere;
  text-align: center;
  display: block;
  margin: 2rem auto 10rem;
}

.pay_nursing_home_section {
  margin: 0 auto;
  width: 111.4rem;
}

/* 介護付き有料老人ホーム */
.nursing_home_toyooka_home_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 32);
  color: #fff;
  background: linear-gradient(to right, #0a7650, #87b270);
  display: block;
  width: fit-content;
  padding: 1.8rem 3.4rem 1.8rem 2.7rem;
  margin-top: 15rem;
  margin-bottom: 6.7rem;
}

.nursing_home_toyooka_img {
  width: 111.4rem;
  height: 40.4rem;
  object-fit: cover;
}

.nursing_home_toyooka_about_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;
  position: relative;
  margin-left: 3.9rem;
  margin-top: 10rem;
}

.nursing_home_toyooka_about_title::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  left: -3rem;
  bottom: 0.3rem;
}

.nursing_home_toyooka_about_sub_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 35);
  color: #323232;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 0.9rem;
}

.nursing_home_toyooka_about_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  width: 111.4rem;
  overflow-wrap: anywhere;
}

.nursing_home_toyooka_wraper {
  margin: 0 auto;
  width: 111.4rem;
}

/* 提供サービス */
.nursing_home_toyooka_service_wraper {
  margin: 10rem auto 3rem;
  width: 111.4rem;
}

.nursing_home_toyooka_service_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;
  position: relative;
  margin-left: 3.9rem;
  margin-bottom: 3rem;
}

.nursing_home_toyooka_service_title::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  left: -3rem;
  bottom: 0.3rem;
}

.nursing_home_toyooka_service_list_wraper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  width: 112.4rem;
  overflow-wrap: anywhere;

  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  column-gap: 3.2rem;
  row-gap: 1.3rem;
  text-align: center;
}

.nursing_home_toyooka_service_list_wraper p {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a7650;
  color: #fff;
  width: 35rem;
  padding-left: 1.7rem;
}

.life_rehabilitation {
  padding-left: 0rem !important;
}

/* 施設の特徴 */
.facility_feature_bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;
  position: relative;
  margin-left: 3.9rem;
  margin-top: 10rem;
  margin-bottom: 3rem;
}

.facility_feature_bottom::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  left: -3rem;
  bottom: 0.3rem;
}

.facility_feature_swiper {
  width: 83.2rem;
  height: auto;
  overflow: hidden;
}

.recreation_enrichment {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  margin-left: 0rem;
  margin-bottom: 3rem;
}

.recreation_enrichment_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 130%;
  color: #323232;
  width: 76.8rem;
  overflow-wrap: anywhere;
}

.facility_feature_wraper {
  margin: 0 auto;
  width: 111.4rem;
}

.recreation_enrichment_wraper {
  margin: 0 auto;
  width: 76.8rem;
}

/* ご入居案内＆料金表 */
.move_in_information_and_fee {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 24);
  color: #323232;
  position: relative;
  margin-left: 3.9rem;
  margin-bottom: 5.4rem;
}

.move_in_information_and_fee::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  left: -3rem;
  bottom: 0.3rem;
}

.about_trial_occupancy_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  margin-left: 3.9rem;
  margin-bottom: 1rem;
  position: relative;
}

.about_trial_occupancy_title::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #0a7650;
  position: absolute;
  left: -3.7rem;
  bottom: 1.1rem;
}

.about_trial_occupancy_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  width: 111.4rem;
  overflow-wrap: anywhere;
}

.about_trial_occupancy_text_wraper {
  margin: 10rem auto 0rem;
  width: 111.4rem;
}

.campaign_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  margin-top: 3.8rem;
  margin-left: 3.9rem;
  margin-bottom: 1rem;
  position: relative;
}

.campaign_title::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #0a7650;
  position: absolute;
  left: -3.7rem;
  bottom: 1.1rem;
}

.campaign_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  width: 111.4rem;
  overflow-wrap: anywhere;
}

.campaign_tel {
  margin: 0 auto;
  width: 111.4rem;
  position: relative;
}

.campaign_tel::before {
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-color: #0a7650;
  position: absolute;
  left: -4.4rem;
  bottom: -1rem;
}

.campaign_tel_wraper {
  position: relative;
  margin-top: 1.5rem;
}

.campaign_tel_icon {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  position: absolute;
  left: 0.5rem;
  bottom: 0rem;
}

.campaign_tel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 157%;
  letter-spacing: calc(0.1em / 17);
  color: #323232;
  margin-top: 1.5rem;
  margin-left: 3.9rem;
  margin-bottom: 0rem;
}

.can_move_in_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  margin-top: 3.8rem;
  margin-left: 3.9rem;
  margin-bottom: 1rem;
  position: relative;
}

.can_move_in_title::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #0a7650;
  position: absolute;
  left: -3.7rem;
  bottom: 1.1rem;
}

.can_move_in_list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  width: 111.4rem;
  overflow-wrap: anywhere;
}

.can_disease_available {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  margin-top: 3.8rem;
  margin-left: 3.9rem;
  margin-bottom: 1rem;
  position: relative;
}

.can_disease_available::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #0a7650;
  position: absolute;
  left: -3.7rem;
  bottom: 1.1rem;
}

.can_disease_available_list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  width: 111.4rem;
  overflow-wrap: anywhere;
}

.can_disease_available_wraper {
  margin: 0 auto;
  width: 111.4rem;
}

.procedure_up_to_occupancy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  margin-top: 3.8rem;
  margin-left: 3.9rem;
  margin-bottom: 1rem;
  position: relative;
}

.procedure_up_to_occupancy::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #0a7650;
  position: absolute;
  left: -3.7rem;
  bottom: 1.1rem;
}

.procedure_up_to_occupancy_list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  width: 111.4rem;
  overflow-wrap: anywhere;
}

.procedure_up_to_occupancy_list p {
  margin-left: 1.5rem;
}

.procedure_up_to_occupancy_wraper {
  margin: 0 auto;
  width: 111.4rem;
}

.annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  width: 111.4rem;
  overflow-wrap: anywhere;
}

.usage_charge_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #323232;
  margin-top: 3.8rem;
  margin-left: 3.9rem;
  margin-bottom: 1rem;
  position: relative;
}

.usage_charge_title::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #0a7650;
  position: absolute;
  left: -3.7rem;
  bottom: 1.4rem;
}

.usage_charge_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 175%;
  color: #323232;
  width: 111.4rem;
  overflow-wrap: anywhere;
}

.usage_charge_wraper {
  margin: 0 auto;
  width: 111.4rem;
}

.pricing_table_is_here {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 125%;
  letter-spacing: calc(0.02em / 22);
  color: #fff;
  background-color: #0a7650;
  width: 40.6rem;
  padding: 1.5rem 3.9rem;
  overflow-wrap: anywhere;
  text-align: center;
  display: block;
  margin: 2rem auto 10rem;
}

#about_facility,
#intro,
#welfale_info,
#insta,
#pay_nursing_home,
#pay_nursing_home_about,
#provision_service,
#facility_feature,
#annual_event,
#move_in_guidance,
#with_care_toyooka,
#with_care_toyooka_about,
#with_care_provision_service,
#with_care_facility_feature,
#with_care_move_in_information_and_fee {
  scroll-margin-top: 10rem;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 699.98px) {

  body,
  .toyooka {
    overflow-x: hidden;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .facility_introduction_title .pc_only {
    display: none;
  }

  .toyooka_text_list_wraper {
    display: none;
  }

  .hero_section {
    margin-top: 2.7rem;
  }

  .hero_img {
    margin-left: 0rem;
  }

  .hero_img img {
    width: 34rem;
    height: 16.2rem;
    object-fit: cover;
    margin: 0 auto;
    display: block;
  }

  .hero_section::before {
    width: 34rem;
    height: 16.2rem;
    margin: 0 auto;
  }

  .toyooka_title {
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: calc(0.02em / 20);
    color: #fff;
    margin-left: 3.3rem;
    margin-top: 1.6rem;
  }

  .residence_type_pay_nursing_home,
  .pay_nursing_home_with_care {
    margin-top: 0.49rem;
  }

  .residence_type_pay_nursing_home {
    gap: 2.4rem;
  }

  .residence_type_pay_nursing_home_title,
  .pay_nursing_home_with_care_title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 125%;
    letter-spacing: calc(0.02em / 14);
    color: #323232;
  }

  .count_type_pay,
  .count_with_care {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: calc(0.02em / 20);
    color: #323232;
  }

  .tel_flex {
    margin-top: 0rem;
  }

  .tel_flex p::before {
    width: 1.8rem;
    height: 1.8rem;
    left: 2.1rem;
    top: 0.4rem;
  }

  .tel_icon {
    width: 0.95rem;
    height: 0.95rem;
    top: 0.9rem;
    left: 2.5rem;
  }

  .empty_room_status_wrapper {
    padding: 0;
  }

  .empty_room_status {
    width: 23rem;
    height: 12.9rem;
    right: 0rem;
    bottom: -9rem;
  }

  .empty_room_status_flex {
    margin-left: 1rem;
  }

  .toyooka_main_title {
    font-size: 3.5rem;
    margin-left: 3.3rem;
    margin-bottom: 0rem;
  }

  .top_deco {
    width: 16.6rem;
    height: 16.6rem;
    top: 4rem;
    right: -2rem;
  }

  /* 施設について */
  .about_facility_section {
    margin-top: 13.7rem;
  }

  .about_facility_title {
    margin-left: 4.2rem;
  }

  .about_facility_main_title {
    font-size: 2.8rem;
    margin-left: 1.4rem;
    margin-bottom: 2rem;
  }

  .about_facility_text {
    width: 35.6rem;
    margin: 0 auto;
  }

  /* 地域について */
  .about_area_title {
    margin-left: 3.2rem;
    margin-top: 3.1rem;
    margin-bottom: 1.7rem;
  }

  .about_area {
    width: 35.6rem;
    margin: 0 auto;
  }

  .about_area_title::before {
    left: -3rem;
    top: 1.5rem;
  }

  .beppuwan_img {
    width: 35.6rem;
    height: 12.9rem;
    margin: 3.1rem auto 0;
  }

  .facility_introduction_flex {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  /* 施設・設備紹介 */

  .facility_introduction_title {
    margin-bottom: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 125%;
    letter-spacing: calc(0.02em / 24);
    color: #323232;
    margin-left: 3.3rem;
    position: relative;

  }

  .facility_introduction_title::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: #0a7650;
    position: absolute;
    left: -2.8rem;
    bottom: 0.2rem;

  }

  .appearance_and_interior {
    margin-bottom: 0.6rem;
  }

  .living_room_facility_introduction {
    margin-bottom: 0.6rem;
  }

  .swiper {
    width: 35.3rem;
    margin: 0 auto;
  }

  .swiper-slide img {
    width: 100%;
    height: 22.8rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    right: 1rem;
    top: 11.75rem !important;
  }

  .swiper-slide p {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow-wrap: anywhere;
  }

  .appearance_deco,
  .living_room_deco {
    width: 10.96rem;
    height: 10.96rem;
    right: -4.5rem;
  }

  .facility_introduction_dl {
    width: 35.5rem;
    margin: 0 auto;
    overflow-x: scroll;
    display: grid;
    grid-template-columns: 18.4rem 49.2rem;
    gap: 0.5rem;
  }

  .facility_introduction_dl dt,
  .facility_introduction_dl dd {
    width: auto;
    margin: 0;
  }

  .facility_introduction_content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto;
  }

  .swipe_icon_wraper {
    display: flex;
    gap: 0.7rem;
    margin: 0 auto 0.9rem;
  }

  .swipe_icon_wraper img {
    width: 1.9rem;
    height: 1.9rem;
    object-fit: cover;
  }

  .swipe_icon_wraper p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 130%;
    letter-spacing: calc(0.02em / 17);
    color: #323232;
  }

  .map_wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 35.5rem;
    margin: 0 auto;
  }

  .toyooka_map {
    width: 35.5rem;
    height: 16.4rem;
    margin: 0 auto;
  }

  .access_text_box {
    width: 35.5rem;
    margin: 0 auto;
  }

  .access_text {
    padding-bottom: 1rem;
  }

  .about_access_title::before {
    width: 34.3rem;
    margin: 0 auto;
    bottom: -0.9rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 2.3rem;
    height: 2.3rem;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1.5rem;
  }

  .swiper-pagination {
    top: 22.9rem !important;
  }

  /* 各種情報公開＆入居申込書 */
  .various_information_title {
    margin-left: 3rem;
  }

  .accordion_title {
    width: 35.6rem;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .accordion_content {
    width: 35.6rem;
    box-sizing: border-box;
    padding: 0 1.5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0rem;

  }

  .accordion_content p:last-child {
    padding-bottom: 0.5rem;
  }

  .accordion_content p:first-child {
    padding-top: 0.5rem;
  }

  .management_provision::before {
    bottom: 0.9rem;
  }

  .application_form::before {
    bottom: 0.9rem;
  }

  .important_notice::before {
    bottom: 0.9rem;
  }

  .important_notice_2::before {
    bottom: 0.9rem;
  }

  .move_in_guidance_box {
    margin-top: 6.8rem;
  }

  /* インスタグラム */
  .insta_img_box {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  /* 住宅型有料老人ホーム */
  .pay_nursing_home_title {
    font-size: 2.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: calc(0.02em / 32);
    color: #fff;
    background: linear-gradient(to right, #0a7650, #87b270);
    display: block;
    width: 35.6rem;
    padding: 1.8rem 3.4rem 1.8rem 2.7rem;
    margin-top: 15rem;
    margin-bottom: 6.7rem;
  }

  .pay_nursing_home_img {
    width: 35.6rem;
    height: 12.9rem;
    margin: 0 auto;
    display: block;
  }

  .pay_nursing_home_text {
    width: 35.6rem;
    margin: 0 auto;
  }

  .pay_nursing_home_subtitle_2 {
    margin-left: 0.9rem;
    margin-bottom: 2rem;
  }

  /* 提供サービス */
  .provision_service_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35.6rem;
    margin: 0 auto;
  }

  .provision_service_text {
    width: 100%;
    box-sizing: border-box;
  }

  .facility_feature_next,
  .facility_feature_bottom_next {
    width: 2.3rem;
    height: 2.3rem;
  }

  .facility_feature_prev,
  .facility_feature_bottom_prev {
    width: 2.3rem;
    height: 2.3rem;

  }

  .swiper_middle {
    width: 35.3rem;
    margin: 0 auto;
  }

  .facility_feature_swiper {
    width: 35.3rem;
    margin: 0 auto;
  }

  .swiper_middle .swiper-button-next,
  .facility_feature_swiper .swiper-button-next {
    right: 1rem !important;
    top: 13.8rem !important;
  }

  .swiper_middle .swiper-button-prev,
  .facility_feature_swiper .swiper-button-prev {
    left: 1rem !important;
    top: 13.8rem !important;
  }

  .swiper_middle .swiper-slide img,
  .facility_feature_swiper .swiper-slide img {
    height: 22.8rem;
  }

  .swiper_middle .swiper-pagination,
  .facility_feature_swiper .swiper-pagination {
    top: 22.9rem !important;
  }

  .facility_feature_deco {
    width: 10.96rem;
    height: 10.96rem;
    right: 76.5rem;
  }

  .recreation_enrichment_deco {
    width: 10.9rem;
    height: 10.9rem;
    right: 77.5rem;
  }


  /* 年間行事 */
  .annual_event_text {
    width: 34.7rem;
    margin: 0 auto 2rem;
  }

  .annual_event_flex {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }

  .annual_event_dl dd {
    width: 25.66rem;
  }

  .swiper_middle .swiper-slide,
  .facility_feature_swiper .swiper-slide {
    padding: 0rem;
  }

  /* ご入居案内＆料金表 */
  .move_in_guidance_step_text,
  .move_in_guidance_price_text {
    width: 35.6rem;
    margin: 0 auto;
  }

  /* .move_in_guidance_price_link{
  padding: 1.9rem 9.5rem;
} */

  /* 介護付き有料老人ホーム */
  .nursing_home_toyooka_home_title {
    font-size: 2.5rem;
    width: 35.6rem;
    margin-bottom: 1rem;
  }

  .nursing_home_toyooka_img {
    width: 35.6rem;
    height: 12.9rem;
    margin: 0 auto;
    display: block;
  }

  .nursing_home_toyooka_about_sub_title {
    font-size: 2.8rem;
    margin-left: 0rem;
  }

  .nursing_home_toyooka_about_text {
    width: 35.6rem;
    margin: 0 auto;
  }

  .nursing_home_toyooka_about_title {
    margin-top: 2rem;
  }

  /* 提供サービス */
  .nursing_home_toyooka_service_list_wraper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .nursing_home_toyooka_service_title {
    margin-top: 6.7rem;
  }

  .nursing_home_toyooka_service_list_wraper p {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
  }


  /* ご入居案内＆料金表 */

  .move_in_guidance_step {
    margin-left: 4rem;
    margin-bottom: 1rem;
  }

  .move_in_guidance_price {
    margin-bottom: 1rem;
  }

  /* 体験入居について */
  .about_trial_occupancy_text {
    width: 35.6rem;
    margin: 0 auto;
  }

  /* キャンペーン */
  .campaign_text {
    width: 35.6rem;
    margin: 0 auto;
  }

  .campaign_title::before {
    left: -3.6rem;
    bottom: 4rem;
  }

  /* ご利用いただける方 */
  .can_move_in_list {
    width: 35.6rem;
    margin: 0 auto;

  }

  .can_move_in_title::before {
    bottom: 1.3rem;
  }

  /* 下記のような疾患 */
  .can_disease_available_list {
    width: 35.6rem;
    margin: 0 auto;
  }

  .can_disease_available::before {
    left: -3.5rem;
    bottom: 3.9rem;
  }

  /* 入居までの手続き */
  .procedure_up_to_occupancy_list {
    width: 35.6rem;
    margin: 0 auto;
  }

  .procedure_up_to_occupancy::before {
    bottom: 1.3rem;
  }

  /* 料金表 */
  .pricing_table_is_here_wraper {
    bottom: 1.3rem;
  }

  /* 料金表はこちら */
  .pricing_table_is_here_wraper {
    margin-top: 2rem;
    margin-bottom: 10rem;
  }






  .annotation {
    width: 35.6rem;
    margin: 0 auto;
  }

  .usage_charge_text {
    width: 35.6rem;
    margin: 0 auto;
  }

  .nursing_home_toyooka_wraper {
    width: 35.6rem;
    margin: 0 auto;
  }

  .pricing_table_is_here {
    width: 35.6rem;
    margin: 0 auto;

  }

  .facility_feature_wraper {
    width: 35.6rem;
    margin: 0 auto;
  }

  .facility_feature {
    margin-left: 5rem;
  }


  .pay_nursing_home_section {
    width: 35.6rem;
    margin: 0 auto;
  }

  .nursing_home_toyooka_service_wraper {
    width: 35.6rem;
    margin: 0 auto;
  }

  .nursing_home_toyooka_service_list_wraper {
    width: 35.6rem;
    margin: 0 auto;
  }

  .can_disease_available_wraper {
    width: 35.6rem;
    margin: 0 auto;
  }

  .about_trial_occupancy_text_wraper {
    width: 35.6rem;
    margin: 0 auto;
  }

  .procedure_up_to_occupancy_wraper {
    width: 35.6rem;
    margin: 0 auto;
  }

  .usage_charge_wraper {
    width: 35.6rem;
    margin: 0 auto;
  }

  .move_in_information_and_fee {
    margin-top: 8rem;
  }

  .move_in_guidance_price_link_text {
    width: 35.6rem;
  }

  .insta_section {
    margin: 10rem 0 0 0rem;
  }
}