.clea_day_service {
  position: relative;
  background-image: url(../img/bg/bg_short.png);
background-repeat: no-repeat;
background-size: cover;
}

html {
  scroll-behavior: smooth;
}

/* 背景画像の設定 */


/* フォント */
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 背景画像の設定ここまで */
/* 矢印 */
.nav_arrow {
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 0.2rem;
  margin-left: 4rem;
  display: inline-block;
}

.nav_arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #DF77CE;
  border: #000000 solid 0.1rem;
  border-radius: 50%;
  bottom: 0;
  right: 2.4rem;
}
.nav_arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: calc(1.4rem / 2 * tan(60deg));
  width: 0.8rem;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  bottom: 0.4rem;
  right: 2.9rem;
}
.sp_only{
  display: none;
}
/* メインビジュアル */
.main_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: calc(40em / 28);
  color: #000;
  position: relative;
  margin-top: 5rem;
  margin-left: 8.6rem;
  margin-bottom: 3rem;
}

.main_title::before {
  content: "";
  width: 1.1rem;
  height: 4rem;
  background-color: #DF77CE;
  position: absolute;
  top: 0rem;
  left: -1.5rem;
}

.main_visual {
  width: 83.6rem;
  height: 47rem;
  object-fit: cover;
  border-radius: 2rem;
  box-shadow: 0.6rem 0.6rem 0 #DF77CE;
  margin-left: 7rem;
}

/* メインビジュアルここまで */

/* デイサービス　クレア */
.content_box {
  width: 83.6rem;
  height: auto;
  border: solid 0.1rem #000;
  border-radius: 1rem;
  background-color: #fff;
  margin-top: 10rem;
  margin-left: 7rem;
  margin-bottom: 10rem;
}

.day_service_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: calc(36em / 25);
  color: #000;
  position: relative;
  padding-top: 6rem;
  padding-left: 4.5rem;
  /* margin-bottom: 3rem; */
}

.day_service_title::before {
  content: "";
  width: 1rem;
  height: 4rem;
  background-color: #DF77CE;
  position: absolute;
  top: 6rem;
  left: 3rem;
}

.day_service_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: calc(30em / 16);
  letter-spacing: calc(0.8em / 16);
  color: #000;
  padding: 1.16rem 4rem 2rem 6rem;
}

/* swiper */
.swiper {
  width: 41.5rem;
  height: 26.1rem;
}
.swiper-slide{
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  border-bottom: 1rem solid transparent;
  border-right: 1.5rem solid #fff;
  border-top: 1rem solid transparent;
}

.swiper-button-prev::before {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #DF77CE;
  border: solid 0.1rem #000;
}

.swiper-button-prev {
  left: -5rem;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  border-bottom: 1rem solid transparent;
  border-left: 1.5rem solid #fff;
  border-top: 1rem solid transparent;
  margin-left: 4rem;
}

.swiper-button-next::before {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #DF77CE;
  border: solid 0.1rem #000;
  margin-left: 4rem;
}

.swiper-button-next {
  right: -3rem;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 101%;
}

.swiper_container {
  margin-inline: auto;
  max-width: 41.5rem;
  position: relative;
}

.swiper {
  max-width: 41.5rem;
}

/* swiperここまで */

/* 一日の流れ */
.daily_flow {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: calc(36em / 25);
  color: #000;
  position: relative;
  padding-top: 10rem;
  padding-left: 4.5rem;
}

.daily_flow::before {
  content: "";
  width: 1rem;
  height: 4rem;
  background-color: #DF77CE;
  position: absolute;
  top: 9.7rem;
  left: 3.3rem;
}

.clea_admission_flex dl {
  display: flex;
  flex-wrap: wrap;
  width: 38.7rem;
  align-items: center;
  margin-left: 4.5rem;
  margin-top: 4.8rem;
}

.clea_admission_flex dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: calc(30em / 15);
  letter-spacing: calc(0.75em / 15);
  color: #000;
  width: 6.4rem;
  margin-right: 3.8rem;
  margin-bottom: 1.8rem;
  background-color: #F2B2CC;
  justify-content: center;
  display: flex;
}

.clea_admission_flex dd {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: calc(20em / 16);
  letter-spacing: calc(0.8em / 16);
  color: #000;
  width: 27.7rem;
  margin-bottom: 1.8rem;
}

.bathtub,
.karaoke {
  width: 21.6rem;
  height: 12.8rem;
  object-fit: cover;
}

.clea_admission_flex {
  display: flex;
}

.relative_img_wraper {
  position: relative;
}

.bathtub {
  top: 0rem;
  right: -31.3rem;
  position: absolute;
}

.karaoke {
  bottom: 3rem;
  right: -28.2rem;
  position: absolute;
}

.bath_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: calc(18em / 12);
  letter-spacing: calc(0.6em / 12);
  position: absolute;
  z-index: 9;
  background-color: #EEC9D8;
  top: 10rem;
  right: -29.9rem;
  padding: 0.3rem 0.5rem;
}

.karaoke_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: calc(18em / 12);
  letter-spacing: calc(0.6em / 12);
  position: absolute;
  z-index: 9;
  background-color: #EEC9D8;
  top: 28rem;
  right: -27.3rem;
  padding: 0.3rem 0.5rem;
}

/* 一日の流れここまで */

/* 年間行事・イベント */
.annual_event {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: calc(36em / 25);
  color: #000;
  position: relative;
  padding-top: 10rem;
  padding-left: 4.5rem;
}

.annual_event::before {
  content: "";
  width: 1rem;
  height: 4rem;
  background-color: #DF77CE;
  position: absolute;
  top: 9.7rem;
  left: 3.3rem;
}

.event_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: calc(29em / 20);
  padding-left: 7rem;
  position: relative;
}

.event_text::before {
  content: "";
  width: 3rem;
  height: 0.4rem;
  background-color: #DF77CE;
  position: absolute;
  top: 1.3rem;
  left: 3.3rem;
}

.event_img {
  width: 23.5rem;
  height: 14rem;
  object-fit: cover;
  border-radius: 0.5rem;
  border: solid 0.1rem #EEC9D8;
}

.img_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
  margin-left: 6rem;
  row-gap: 4.2rem;
  margin-top: 4.2rem;
}
.annual_event_text{
    font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: calc(29em / 20);
  letter-spacing: calc(0em / 20);
  text-align: center;
  position: relative;
  margin-left: 2.5rem;
  margin-top: 3rem;
}
.annual_event_text::before{
  content: "";
  width: 3rem;
  height: 0.4rem;
  background-color: #DF77CE;
  position: absolute;
  top: 1.3rem;
  left: 0.8rem;
}
.annual_event_sub_text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: calc(30em / 15);
  letter-spacing: calc(0.75em / 15);
}

/* 年間行事・イベントここまで */

/* 料金について */
.fee {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: calc(36em / 25);
  color: #000;
  position: relative;
  padding-top: 10rem;
  padding-left: 4.5rem;
  padding-bottom: 2.4rem;
}

.fee::before {
  content: "";
  width: 1rem;
  height: 4rem;
  background-color: #DF77CE;
  position: absolute;
  top: 9.7rem;
  left: 3.3rem;
}

.pdf_img {
  width: 3.962rem;
  height: 4.726rem;
  object-fit: cover;
}

.pdf_flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: 7rem;
}

.fee_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: calc(48em / 16);
  letter-spacing: calc(0.8em / 16);
  position: relative;
  margin-left: 1.5rem;
 
}

.fee_text::after {
  content: "";
  width: 66.1rem;
  height: 0.1rem;
  background-color: #333;
  bottom: -3rem;
  left: -6.5rem;
  position: absolute;
}

/* 料金についてここまで */

/* 重要事項説明書 */
.guide {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: calc(36em / 25);
  color: #000;
  position: relative;
  padding-top: 10rem;
  padding-left: 4.5rem;
  padding-bottom: 2.4rem;
}

.guide::before {
  content: "";
  width: 1rem;
  height: 4rem;
  background-color: #DF77CE;
  position: absolute;
  top: 9.7rem;
  left: 3.3rem;
}


.guide_pdf_flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: 7rem;
  padding-bottom: 12.217rem;

}

.guide_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: calc(48em / 16);
  letter-spacing: calc(0.8em / 16);
  position: relative;
  margin-left: 1.5rem;
}

.guide_text::after {
  content: "";
  width: 66.1rem;
  height: 0.1rem;
  background-color: #333;
  bottom: -3rem;
  left: -6.5rem;
  position: absolute;
}
 .fee_text ,.guide_text{
    display: inline;
  }


/* 重要事項説明書ここまで */

/* サイドバー */
.clea_admission_head {
  width: 27.9rem;
  height: 30rem;
  background-color: #fff;
  border: #000 solid 0.1rem;
  border-radius: 1rem;
  position: sticky;
  display: flex;
  top: 25.9rem;
  margin-bottom: 10rem;
}

.head_wrap {
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: calc(24em / 16);
  color: #000;
  margin-top: 1.5rem;
  margin-left: 2rem;
}

.clea_flex {
  display: flex;
  gap: 2.5rem;
}

.head_day_service_clea {
  padding-bottom: 1rem;

}

.head_daily_flow {
  padding-bottom: 1rem;
}

.head_annual_event {
  padding-bottom: 1rem;
}

.head_at_fee {
  padding-bottom: 1rem;
}

.head_guide {
  padding-bottom: 1rem;
}

.head_service_clea {
  padding-bottom: 1rem;
}



.service_clea {
  padding: 0.3rem 4.8rem 0.3rem 1.5rem;
  background-color: #F7F1DC;

  position: relative;
  display: block;
  background-color: #F7F1DC;
  color: #000;
  text-decoration: none;
  border-radius: 1rem;
}

.service_clea::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  margin: auto;
  border-radius: 2rem;
  background-color: #DF77CE;
}

.service_clea::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.6rem solid transparent;
  border-right: 0 solid transparent;
  border-left: 0.9rem solid #fff;
  border-bottom: 0.6rem solid transparent;
  box-sizing: border-box;
}

.admission_guidance {
  padding: 0.3rem 4.8rem 0.3rem 1.5rem;
  background-color: #F7F1DC;

  position: relative;
  display: block;
  background-color: #F7F1DC;
  color: #000;
  text-decoration: none;
  border-radius: 1rem;
}

.admission_guidance::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  margin: auto;
  border-radius: 2rem;
  background-color: #DF77CE;
}

.admission_guidance::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.6rem solid transparent;
  border-right: 0 solid transparent;
  border-left: 0.9rem solid #fff;
  border-bottom: 0.6rem solid transparent;
  box-sizing: border-box;
}

#day_service_clea,
#daily_flow,
#annual_event,
#at_fee,
#guide {
  scroll-margin-top: 5rem;
}


/* サイドバーここまで */

.main_title_sp{
  display: none;
}
.accordion-006{
  display: none;
}

/* フッター */

.footer{
  background-color: #F9C1DD;
}
.footer img {
  display: block;
}
.footer div {
  display: none;
}
@media screen and (max-width:699.98px) {
  /* 背景 */
.clea_day_service{
  background-image: url(../img/bg/bg-long_sp2x.png);
  padding-bottom: 10rem;
}
 /* 背景ここまで */
  .clea_flex {
    display: block;
    padding-top: 2rem;
  }



  /* メインビジュアル */
  .main_visual {
    width: 35.5rem;
    height: 18rem;
    margin: 0 auto;
    display: block;
  }

  .main_title {
    display: none;
  }

  /* メインビジュアルSP */
  .main_title_sp {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 3rem;
    position: relative;
    margin-left: 0rem;
    color: #FFFFFF;
    background-color: #DF77CE;
    text-align: center;
    width: fit-content;
    height: fit-content;
    padding: 1rem 2rem;
    margin: 3.5rem auto 3rem;
    border-radius: 1rem;
    display: block;
  }


  /* アコーディオンメニュー */
.day_service_clea{
  margin-bottom: 1rem;
}
  
  .sp_only{
    display: block;
  }
    .nav {
    display: none;
  }
.nav_text, .nav_text_aut{
    display: block;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.nav_text_aut{
  background-color: #F7F1DC;
  padding: 1rem 1rem ;
  /* margin-bottom: 1rem; */
}
  .nav_wrap {
    padding: 1rem 2rem;
    font-family: "Zen Maru Gothic";
    width: 33.5rem;
    border-radius: 1rem;
    border: 0.1rem solid #000000;
    margin: 0 auto 1rem;
    background-color:white;
  }

  .nav_wrap nav {
    display: none;
    font-weight: 500;
  }

  .nav_open {
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    transition: 0.7s;
  }

  .nav_open.active {
    margin-bottom: 2rem;
  }
.circle{
    position: relative;
   }

 .circle::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color:#DF77CE;
  border-radius: 50%;
  position: absolute;
  top: 0.1rem;
  right: -13.3rem;
}
.nav_open::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 1.4rem;
  height: 0.2rem;
  top: 1.1rem;
  right: 0.4rem;
  z-index: 9;
}
.nav_open::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 0.2rem;
  height: 1.4rem;
  top: 0.5rem;
  right: 1rem;
  transition: transform 0.7s;
  transform-origin: center;
}

  .nav_open.active::after {
    transform: rotate(90deg);
  }
  .accordion{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: calc(24em / 16);
  color: #000;
  margin-top: 1.5rem;
  margin-left: 2rem;
  }

  #daily_flow{
  scroll-margin-top: 10rem;
}
  /* アコーディオンメニューここまで */
  /* デイサービスクレア */
  .content_box {
    width: 33.5rem;
    margin: 1rem auto 0rem;

  }

  .day_service_title {
    font-size: 2rem;
    padding-top: 3rem;
  }

  .day_service_title::before {
    top: 3.2rem;
    height: 2.4rem;
    width: 0.5rem;

  }

  .day_service_text {
    font-size: 1.4rem;
    width: 28.9rem;
    margin: 0 auto;
    padding: 1rem 0;
  }

  /* swiper */
  .swiper {
    max-width: 35.5rem;
  }

  .swiper-slide img {
    width: 31.5rem;
    margin-left: 0.8rem;

  }

  .swiper-button-next {
    right: 1.2rem;
  }
.swiper-button-next::before{
  margin-left: 0rem;
}
.swiper-button-next::after{
  margin-left: 0rem;
}
  .swiper-button-prev {
    left: 1rem;

  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    top: -4.5rem;

  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    top: -4.5rem;
  }

  /* 一日の流れ */
  .daily_flow {
    font-size: 2rem;
    padding-top: 0rem;
  }

  .daily_flow::before {
    top: 0.2rem;
    height: 2.4rem;
    width: 0.5rem;
  }

  .clea_admission_flex dl {
    margin-bottom: 40rem;
    margin-top: 2rem;
  }

  .clea_admission_flex dd {
    font-size: 1.4rem;
    width: 16.7rem;
    margin-left: -2rem;
  }

  .bathtub {
    top: 34rem;
    right: 5.7rem;
  }

  .bath_text {
    top: 44rem;
    right: 6.8rem;
    width: 19.5rem;
  }

  .karaoke {
    top: 56rem;
    right: 5.8rem;

  }

  .karaoke_text {
    width: 19.8rem;
    top: 66rem;
    right: 6.7rem;
  }

  /* 年間行事 */
  .img_flex {
    width: 20rem;
  }

  .annual_event {
    font-size: 2rem;
  }

  .annual_event::before {
    top: 10.1rem;
    height: 2.4rem;
    width: 0.5rem;
  }

  .annual_event_text {
    font-size: 1.6rem;
    width: 19.5rem;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .annual_event_text::before{
    top: 0.9rem;
    left: -3.6rem;
  }

  .event_img {
    margin-left: -1rem;
  }

  .annual_event_sub_text {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: calc(30em / 15);
    letter-spacing: calc(0.75em / 15);
    font-size: 1.4rem;
    width: 29.5rem;
    margin: 0 auto;
    margin-left: -1rem;
  }
  .annual_event_text::before{
    width: 2rem;
    height: 0.4rem;
  }

  /* 料金について */
  .fee_text.fee_text::after {
    width: 27.1rem;
  }

  .fee {
    font-size: 2rem;
  }

  .fee::before {
    top: 10.2rem;
    height: 2.4rem;
    width: 0.5rem;
  }

  .fee_text {
    font-size: 1.4rem;
  }

  .pdf_flex {
    margin-left: 3rem;
  }

  /* 重要事項説明書 */
  .guide_text::after {
    width: 27.1rem;
  }

  .guide {
    font-size: 2rem;
  }

  .guide::before {
    top: 10.2rem;
    height: 2.4rem;
    width: 0.5rem;
  }

  .guide_text {
    font-size: 1.4rem;
  }

 
  /* サイドバー */
  .clea_admission_head {
    display: none;
  }

  .guide_pdf_flex {
    margin-left: 3rem;
    padding-bottom: 6rem;
  }
}