main {
  overflow: hidden;
  padding-top: 8rem;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.flex {
  display: flex;
}

section {
  scroll-margin-top: 10rem;
}

/* ヒーローセクション */
.hero_section {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  margin-left: 0rem !important;
  margin-top: 0rem !important;
}

.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.02em;
  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: "Noto Sans JP", sans-serif;
}

.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: #F8D9A5;
}

.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.9%;
  transform: rotate(-48deg);
  transform-origin: left center;
}

.hero_section_circle {
  width: 42.6rem;
  height: 42.6rem;
  background-color: #F8D9A5;
  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;
  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);
  }
}


/* 空き情報 */
.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;
}

.count_type_pay {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 5.5rem;
  line-height: 100%;
  color: #323232;
}

.residence_type_pay_nursing_home {
  display: flex;
  gap: 2.6rem;
  align-items: center;
  justify-content: center;
  margin-top: 2.49rem;
  margin-left: 4rem;
}


.number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  color: #323232;
}

.count_flex {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}

.tel_flex {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  position: relative;
  margin-top: 2.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: #FAC873;
  clip-path: polygon(15% 0%, 100% 0%, 100% 80%, 85% 100%, 0% 100%, 0% 25%);
}

.empty_room_status {
  display: flex;
  position: absolute;
  right: 4rem;
  bottom: -4rem;
}

.empty_room_status_wrapper {
  padding: 0.7rem;
  padding-top: 2rem;
}


/* 施設について */
.miyako h2 {
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

.miyako h2::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #F8D9A5;
  margin-right: 0.3rem;
  display: inline-block;
}

.miyako section {
  margin-left: 8.3rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.miyako section.about {
  margin-top: 5rem;
}

.miyako section.keyvisual {
  margin-left: 0;
}


.miyako .about h3 {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Shippori Mincho", sans-serif;
  margin-top: 3rem;
  letter-spacing: 0.02em;
}

.miyako .about p {
  margin-top: 2rem;
  font-size: 1.7rem;
  font-weight: 400;
  width: 111.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.miyako .about h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}

.miyako .about h4::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #F8D9A5;
  display: inline-block;
  margin-right: 0.5rem;
}


/* 提供サービス */
.miyako .offer ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  width: 111.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 1.3rem 4.7rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
}

.miyako .offer li {
  width: 34rem;
  height: 6rem;
  background-color: #F8D9A5;
  justify-content: center;
  display: flex;
  align-items: center;
}


/* 施設・設備紹介 */

/* Swiperボタンをクリックした（押している）時のスタイル */
.look-btn-prev:active,
.look-btn-next:active,
.facility-btn-prev:active,
.facility-btn-next:active,
.feature-btn-prev:active,
.feature-btn-next:active {
  color: #fff;
  background-color: #000;
  transition: background-color 0.2s ease;
  /* ふんわり色が変わるようにトランジションを追加 */
}

.miyako .intro {
  position: relative;
}

.miyako .intro h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

.miyako .intro h3::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.1rem;
  background-color: #F8D9A5;
  margin-right: 0.5rem;
}

.miyako .intro .intro_wrapper {
  display: flex;
  gap: 1.8rem;
}

.miyako .intro .swiper {
  width: 54.8rem;
  margin: 0;
  position: relative;
}

/* .miyako .intro .swiper-wrapper{
    position: relative;
} */

.miyako .intro .swiper img {
  width: 54.8rem;
  height: 35.5rem;
  margin-top: 1.7rem;
}

.toilet_img img {
  object-position: 50% 60%;
}

.sink_img img {
  object-position: 50% 27%;
}

.miyako .intro .swiper h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

.miyako .intro .swiper p {
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.look-pagenation,
.facility-pagenation {
  gap: 1rem;
  display: flex;
  height: 1rem;
  width: fit-content;
  position: absolute;
  justify-content: center;
  top: 44.2rem !important;
  bottom: auto !important;
  z-index: 5;
}

.swiper-pagination-bullet {
  background-color: #A3A19E;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: #F8D9A5;
}

.look-btn-box,
.facility-btn-box {
  position: absolute;
  top: 25rem;
  display: flex;
  gap: 46.1rem;
  margin-left: 0.7rem;
}

.look-btn-prev,
.facility-btn-prev {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #F8D9A5;
  color: #323232;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.look-btn-next,
.facility-btn-next {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #F8D9A5;
  color: #323232;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.intro .deco_left,
.intro .deco_right {
  width: 17.1rem;
  height: 17.1rem;
  position: absolute;
  bottom: 11.1rem;
  z-index: -1;
}

.intro .deco_left {
  left: 44rem;
}

.intro .deco_right {
  right: 3rem;
}


/* 施設の特徴 */
.feature {
  position: relative;
}

.feature_swiper {
  margin-top: 3rem;
  width: 77rem;
  margin-inline: auto;
}

.feature_swiper img {
  width: 77rem;
  height: 49.6rem;
}

.feature_swiper h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 5.9rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

.feature_swiper p {
  margin-top: 1rem;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.feature-pagenation {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 1rem;
  top: 52rem !important;
  bottom: auto !important;
  z-index: 5;
}

.feature-btn-box {
  position: absolute;
  top: 28.8rem;
  display: flex;
  gap: 70.8rem;
  margin-left: 18.2rem;
}

.feature-btn-prev {
  width: 6.2rem;
  height: 6.2rem;
  background-color: #F8D9A5;
  color: #323232;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.feature-btn-next {
  width: 6.2rem;
  height: 6.2rem;
  background-color: #F8D9A5;
  color: #323232;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.feature .deco {
  position: absolute;
  bottom: 9.8rem;
  right: 15.8rem;
  z-index: -2;
  width: 17.1rem;
  height: 17.1rem;
  border-radius: 50%;
  overflow: hidden;
}

.work_content_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 112.3rem;
  gap: 1.9rem 6.1rem;
  position: relative;
}

.work_content_wrapper div {
  width: 33.1rem;
  height: 34.3rem;
  padding: 1.4rem 2.1rem 4rem;
  border: 0.2rem solid #323232;
}

.work_content_wrapper h3 {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.work_content_wrapper h3::before {
  content: "";
  width: 1.7rem;
  height: 0.1rem;
  background-color: #F8D9A5;
  display: inline-block;
  margin-right: 0.5rem;
}

.work_content_wrapper img {
  width: 28.9rem;
  height: 14.7rem;
  margin-top: 0.9rem;
}

.work_content_wrapper ul {
  margin-top: 1.5rem;
  font-size: 1.7rem;
  font-weight: 400;
}

.work_content_wrapper li {
  list-style-type: disc;
  margin-left: 2.3rem;
}

.work_content_wrapper div::after {
  content: "";
  width: 10rem;
  height: 10rem;
  border: 0.2rem solid #F8D9A5;
  position: absolute;
  display: block;
}

/* 年間行事 */
.event p {
  margin-top: 2rem;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  width: 111.4rem;
}

.event_table dt {
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 400;
  width: 8.8rem;
  height: 4.9rem;
  background-color: #676767;
  padding-left: 1.3rem;
  line-height: 4.9rem;
  margin-top: 1rem;
  margin-right: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.event_table dd {
  color: #323232;
  font-size: 1.7rem;
  font-weight: 400;
  width: 45.5rem;
  height: 4.9rem;
  background-color: #F0F0F0;
  padding-left: 1.5rem;
  line-height: 4.9rem;
  margin-top: 1rem;
  margin-right: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}


/* 入所の手続き＆料金表 */
.miyako .fee {
  margin-right: 8.3rem;
}

.miyako .fee h2 {
  margin-bottom: 2rem;
}

.miyako .fee h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.7rem;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

.miyako .fee h3::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.1rem;
  background-color: #F8D9A5;
  margin-right: 0.5rem;
}

.miyako .fee p {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.miyako .fee ol {
  counter-reset: item;
}

.miyako .fee li {
  font-size: 1.7rem;
  font-weight: 400;
  display: flex;
  counter-increment: item;
}

.miyako .fee li::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #F8D9A5;
  margin-right: 0.3rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  flex-shrink: 0;
  text-align: center;
  line-height: 2.8rem;
  content: counter(item) " ";
}

.miyako .fee h4 {
  color: #323232;
  font-size: 1.9rem;
  font-weight: 700;
  margin-top: 4.1rem;
  margin-bottom: 2.3rem;
  font-family: "Noto Sans JP", sans-serif;

}

.miyako .fee h4::before {
  content: "";
  width: 0.3rem;
  height: 1.9rem;
  background-color: #F8D9A5;
  display: inline-block;
  margin-right: 0.6rem;
  position: relative;
  top: 0.3rem;
}

.fee_table {
  color: #323232;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  width: 40.6rem;
  height: 6.6rem;
  background-color: #F8D9A5;
  text-align: center;
  line-height: 6.6rem;
  margin: 0 auto;
}

.fee_table a {
  display: block;
}

/* 施設概要＆アクセス */
.access_wrapper {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.access_wrapper dl {
  width: 68.7rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

.access_wrapper dt {
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #676767;
  width: 18.4rem;
  padding: 1.3rem;
  margin-right: 0.5rem;
}

.access_wrapper dd {
  color: #323232;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F0F0F0;
  width: 49.2rem;
  padding: 1.3rem;
  margin-right: 0.5rem;
}

.access_wrapper span {
  font-size: 1.5rem;
}

.big_frame {
  padding-top: 3.8rem !important;
  padding-bottom: 3.8rem !important;
}

.dd_2row {
  padding-top: 2.4rem !important;
}

.miyako_map {
  width: 42.8rem;
  height: 59.8rem;
}

.access h4 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.access h4::before {
  content: "";
  width: 41.6rem;
  height: 0.2rem;
  background-color: #F8D9A5;
  display: inline-block;
  position: absolute;
  bottom: -0.4rem;
  left: 0rem;
}

.access p {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.access_box_outer {
  flex-direction: column;
}

.access_box {
  margin-top: 0.5rem;
  padding: 0.9rem 0 3.6rem 0.6rem;
  background-color: #F0F0F0;
}

.access_box_inner {
  padding-top: 3rem;
}

.access h3 {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  margin-top: 3rem;
  margin-bottom: 1.7rem;
  display: flex;
  align-items: center;
}

.access h3::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.1rem;
  background-color: #F8D9A5;
  margin-right: 0.5rem;
}

.clinic_wrapper {
  width: 111.1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.clinic_wrapper dt {
  width: 29.9rem;
  height: 4.9rem;
  line-height: 4.9rem;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #676767;
  padding-left: 1.3rem;
}

.clinic_wrapper dd {
  width: 80.7rem;
  height: 4.9rem;
  line-height: 4.9rem;
  color: #323232;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F0F0F0;
  padding-left: 2.2rem;
}

.explain_box {
  width: 24.6rem;
  height: 6rem;
  line-height: 6rem;
  align-items: center;
  justify-content: center;
  border: #F8D9A5 solid 0.1rem;
  margin-left: 3.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.explain_box a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.explain_box img {
  width: 3.6rem;
  height: 3.6rem;
  margin-left: 1.3rem;
}

/* インスタグラム */

.insta img {
  width: 29.4rem;
  height: 25.2rem;
}

/* インスタの全体幅の設定 */
#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: 2.8rem;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .page_nav {
    display: none;
  }

  .title_wrap {
    font-family: "Shippori Mincho";
    font-weight: bold;
    color: white;
    letter-spacing: 0.125em;
    position: absolute;
    top: 2.6rem;
    left: 3rem;
    z-index: 3;
  }

  .title {
    font-size: 3.5rem;
  }

  .hero_section_text {
    font-size: 2rem;
  }

  .mainvisual_wrap {
    position: relative;
    width: 34rem;
    height: 16.2rem;
    margin-left: 2rem;
  }

  .mainvisual_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
  }


  /* 空き情報 */
  .empty_room_status_title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 100%;
    color: #323232;
    flex-shrink: 0;
  }

  .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: 1rem;
    align-items: center;
    position: relative;
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .empty_room_status_flex::before {
    content: "";
    width: 19rem;
    height: 0.1rem;
    position: absolute;
    left: -0.2rem;
    bottom: -0.2rem;
    background: #323232;
  }

  .count_type_pay {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 100%;
    color: #323232;
  }

  .residence_type_pay_nursing_home {
    display: flex;
    gap: 2.6rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
    margin-left: 4rem;
  }


  .number {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 100%;
    color: #323232;
  }

  .count_flex {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
  }

  .tel_flex {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    position: relative;
    margin-top: 0.3rem;
    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: 21.8rem;
    height: 11.6rem;
    background: #FAC873;
    clip-path: polygon(15% 0%, 100% 0%, 100% 80%, 85% 100%, 0% 100%, 0% 25%);
  }

  .empty_room_status {
    display: flex;
    position: absolute;
    right: 1rem;
    bottom: -7rem;
  }

  .empty_room_status_wrapper {
    padding: 0.7rem;
    padding-top: 1rem;
  }



  .hero_section_circle {
    width: 16.6rem;
    height: 16.6rem;
    background-color: #F8D9A5;
    border-radius: 50%;
    position: absolute;
    bottom: -5rem;
    left: 25.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;
    top: 40%;
    left: 50%;
    bottom: -7.5rem;
    width: 100vw;
    height: 20rem;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    transform: translateX(-50%);
  }

  .miyako section {
    margin-left: 1rem;
    margin-top: 5rem;
    margin-right: 1rem;
  }

  .miyako section.about {
    margin-top: 10rem;
  }

  .miyako .about h3 {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: "Shippori Mincho", sans-serif;
    margin-top: 3rem;
  }

  .miyako .about p {
    margin-top: 2rem;
    font-size: 1.7rem;
    font-weight: 400;
    width: 35.5rem;
  }


  /* 提供サービス */
  .miyako .offer ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    width: 35.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    gap: 1.3rem 0rem;
    justify-content: center;
  }

  .miyako .offer li {
    width: 34rem;
    height: 6rem;
    background-color: #F8D9A5;
    justify-content: center;
    display: flex;
    align-items: center;
  }


  /* 居室・設備紹介 */
  .miyako .intro {
    position: relative;
  }

  .miyako .intro h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 3rem;
    display: flex;
    align-items: center;
  }

  .miyako .intro h3::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 0.1rem;
    background-color: #F8D9A5;
    margin-right: 0.5rem;
  }

  .miyako .intro .intro_wrapper {
    display: flex;
    gap: 1.8rem;
    flex-direction: column;
  }

  .miyako .intro .swiper {
    width: 35.3rem;
    margin: 0;
    position: relative;
  }

  /* .miyako .intro .swiper-wrapper{
    position: relative;
} */

  .miyako .intro .swiper img {
    width: 35.3rem;
    height: 22.8rem;
    margin-top: 1.7rem;
  }

  .miyako .intro .swiper h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 3rem;
  }

  .miyako .intro .swiper p {
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 1rem;
    width: 35.3rem;
  }

  .look-pagenation,
  .facility-pagenation {
    gap: 1rem;
    display: flex;
    height: 1rem;
    width: fit-content;
    position: absolute;
    justify-content: center;
    top: 32.2rem !important;
    bottom: auto !important;
    z-index: 5;
  }

  .swiper-pagination-bullet {
    background-color: #A3A19E;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0;
  }

  .swiper-pagination-bullet-active {
    background-color: #F8D9A5;
  }

  .look-btn-box,
  .facility-btn-box {
    position: absolute;
    top: 19rem;
    display: flex;
    gap: 29.1rem;
    margin-left: 0.7rem;
  }

  .look-btn-prev,
  .facility-btn-prev {
    width: 2.3rem;
    height: 2.3rem;
    background-color: #F8D9A5;
    color: #323232;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
  }

  .look-btn-next,
  .facility-btn-next {
    width: 2.3rem;
    height: 2.3rem;
    background-color: #F8D9A5;
    color: #323232;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
  }

  .intro .deco_left,
  .intro .deco_right {
    width: 11rem;
    height: 11rem;
    position: absolute;
    bottom: 14.1rem;
    z-index: -1;
  }

  .intro .deco_left {
    left: 27rem;
    bottom: 61rem;
  }

  .intro .deco_right {
    right: -3rem;
  }


  /* 施設の特徴 */
  .feature {
    position: relative;
  }

  .feature_swiper {
    margin-top: 3rem;
    width: 35.3rem;
    margin-inline: auto;
  }

  .feature_swiper img {
    width: 35.3rem;
    height: 22.8rem;
  }

  .feature_swiper h4 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 5.9rem;
  }

  .feature_swiper p {
    margin-top: 1rem;
    font-size: 1.7rem;
    font-weight: 400;
  }

  .feature-pagenation {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 1rem;
    top: 25rem !important;
    bottom: auto !important;
    z-index: 5;
  }

  .feature-btn-box {
    position: absolute;
    top: 17.8rem;
    display: flex;
    gap: 29.8rem;
    margin-left: 0.5rem;
  }

  .feature-btn-prev {
    width: 2.3rem;
    height: 2.3rem;
    background-color: #F8D9A5;
    color: #323232;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
  }

  .feature-btn-next {
    width: 2.3rem;
    height: 2.3rem;
    background-color: #F8D9A5;
    color: #323232;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
  }

  .feature .deco {
    position: absolute;
    bottom: 16.8rem;
    right: -3.2rem;
    z-index: -2;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    overflow: hidden;
  }

  .work_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 112.3rem;
    gap: 1.9rem 6.1rem;
    position: relative;
  }

  .work_content_wrapper div {
    width: 33.1rem;
    height: 34.3rem;
    padding: 1.4rem 2.1rem 4rem;
    border: 0.2rem solid #323232;
  }

  .work_content_wrapper h3 {
    font-size: 2.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
  }

  .work_content_wrapper h3::before {
    content: "";
    width: 1.7rem;
    height: 0.1rem;
    background-color: #F8D9A5;
    display: inline-block;
    margin-right: 0.5rem;
  }

  .work_content_wrapper img {
    width: 28.9rem;
    height: 14.7rem;
    margin-top: 0.9rem;
  }

  .work_content_wrapper ul {
    margin-top: 1.5rem;
    font-size: 1.7rem;
    font-weight: 400;
  }

  .work_content_wrapper li {
    list-style-type: disc;
    margin-left: 2.3rem;
  }

  .work_content_wrapper div::after {
    content: "";
    width: 10rem;
    height: 10rem;
    border: 0.2rem solid #F8D9A5;
    position: absolute;
    display: block;
  }

  /* 年間行事 */
  .event p {
    margin-top: 2rem;
    font-size: 1.7rem;
    font-weight: 400;
    width: 35.5rem;
  }

  .event_table {
    flex-direction: column;
  }

  .event_table dt {
    color: #FFFFFF;
    font-size: 1.7rem;
    font-weight: 400;
    width: 8.8rem;
    height: 4.9rem;
    background-color: #676767;
    padding-left: 1.3rem;
    line-height: 4.9rem;
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .event_table dd {
    color: #323232;
    font-size: 1.7rem;
    font-weight: 400;
    width: 45.5rem;
    height: 4.9rem;
    background-color: #F0F0F0;
    padding-left: 1.5rem;
    line-height: 4.9rem;
    margin-top: 1rem;
    margin-right: 0rem;
  }


  /* 入所の手続き＆料金表 */
  .miyako .fee {
    margin-right: 1rem;
  }

  .miyako .fee h2 {
    margin-bottom: 2rem;
  }

  .miyako .fee h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.7rem;
    display: flex;
    align-items: center;
  }

  .miyako .fee h3::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 0.1rem;
    background-color: #F8D9A5;
    margin-right: 0.5rem;
  }

  .miyako .fee p {
    font-size: 1.7rem;
    font-weight: 400;
  }

  .miyako .fee ol {
    counter-reset: item;
  }

  .miyako .fee li {
    font-size: 1.7rem;
    font-weight: 400;
    display: flex;
    counter-increment: item;
    margin-bottom: 1rem;
  }

  .miyako .fee li::before {
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background-color: #F8D9A5;
    margin-right: 0.3rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    line-height: 2.8rem;
    content: counter(item) " ";
  }

  .miyako .fee h4 {
    color: #323232;
    font-size: 1.9rem;
    font-weight: 700;
    margin-top: 4.1rem;
    margin-bottom: 2.3rem;

  }

  .miyako .fee h4::before {
    content: "";
    width: 0.3rem;
    height: 1.9rem;
    background-color: #F8D9A5;
    display: inline-block;
    margin-right: 0.6rem;
    position: relative;
    top: 0.3rem;
  }

  .fee_table {
    color: #323232;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    width: 35.5rem;
    height: 5.3rem;
    background-color: #F8D9A5;
    text-align: center;
    line-height: 5.3rem;
    margin: 0 auto;
  }



  /* 施設概要＆アクセス */
  .icon_swipe {
    width: 1.9rem;
    height: 1.9rem;
  }

  .icon_swipe_wrapper {
    align-items: center;
    gap: 0.7rem;
    margin-top: 2rem;
  }

  .icon_swipe_wrapper p {
    color: #323232;
    font-size: 1.7rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;

  }

  .access_wrapper {
    margin-top: 1rem;
    margin-bottom: 3rem;
    flex-direction: column;
    overflow-x: scroll;
  }

  .access_wrapper dl {
    width: 68.7rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }

  .access_wrapper dt {
    color: #FFFFFF;
    font-size: 1.7rem;
    font-weight: 400;
    background-color: #676767;
    width: 18.4rem;
    padding: 1.3rem;
    margin-right: 0.5rem;
  }

  .access_wrapper dd {
    color: #323232;
    font-size: 1.7rem;
    font-weight: 400;
    background-color: #F0F0F0;
    width: 49.2rem;
    padding: 1.3rem;
    margin-right: 0.5rem;
  }

  .access_wrapper span {
    font-size: 1.5rem;
  }

  .big_frame {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
  }

  .miyako_map {
    width: 35.5rem;
    height: 16.4rem;
  }

  .access h4 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
  }

  .access h4::before {
    content: "";
    width: 34.3rem;
    height: 0.2rem;
    background-color: #F8D9A5;
    display: inline-block;
    position: absolute;
    bottom: -0.4rem;
    left: 0rem;
  }

  .access p {
    font-size: 1.7rem;
    font-weight: 400;
  }

  .access_box_outer {
    flex-direction: column-reverse;
  }

  .access_box {
    margin-top: 2rem;
    padding: 0.9rem 0 3.6rem 0.6rem;
    background-color: #F0F0F0;
    margin-bottom: 1.5rem;
  }

  .access_box_inner {
    padding-top: 3rem;
  }

  .access h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.7rem;
    display: flex;
    align-items: center;
  }

  .access h3::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 0.1rem;
    background-color: #F8D9A5;
    margin-right: 0.5rem;
  }

  .clinic_container {
    overflow-x: scroll;
  }

  .clinic_wrapper {
    width: 87.1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .clinic_wrapper dt {
    width: 29.9rem;
    height: 4.9rem;
    line-height: 4.9rem;
    color: #FFFFFF;
    font-size: 1.7rem;
    font-weight: 400;
    background-color: #676767;
    padding-left: 1.3rem;
  }

  .clinic_wrapper dd {
    width: 55.7rem;
    height: 4.9rem;
    line-height: 4.9rem;
    color: #323232;
    font-size: 1.7rem;
    font-weight: 400;
    background-color: #F0F0F0;
    padding-left: 2.2rem;
  }

  .explain_box {
    width: 24.6rem;
    height: 6rem;
    line-height: 6rem;
    align-items: center;
    justify-content: center;
    border: #F8D9A5 solid 0.1rem;
    margin: 0 auto;
  }

  .explain_box img {
    width: 3.6rem;
    height: 3.6rem;
    margin-left: 1.3rem;
  }


  /* インスタグラム */

  .insta img {
    width: 29.4rem;
    height: 25.2rem;
    margin: 0 auto;
  }
}