html {
  scroll-behavior: smooth;
}

main {
  position: relative;
  padding-bottom: 10rem;
}

.flex {
  display: flex;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.footer {
  background-color: #F9C1DD;
}

.footer img {
  display: block;
}

.footer div {
  display: none;
}

#f_about,
#news,
#f_access {
  scroll-margin-top: 10rem;
}

/* バックグラウンドセクション */

.bg_top_all {
  background-image: url(../img/bg_short1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_wrapper {
  padding: 5rem 0 0 7rem;
}

.mainwrapper {
  /* height: 58.1rem; */
}

.maintitle {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 3rem;
  position: relative;
  margin-left: 1.6rem;
}

.maintitle::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 4rem;
  background-color: #A2D245;
  position: absolute;
  top: 0rem;
  left: -1.6rem;
}

.mainvisual {
  width: 83.6rem;
  height: 47rem;
  box-shadow: 0.6rem 0.6rem 0rem #A2D245;
  border-radius: 2rem;
  margin-bottom: 10rem;
  margin-right: 2.5rem;
}


/* 施設セクション */
.all_fureai_wrapper {
  width: 83.6rem;
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 6rem 3rem 6rem 3rem;
  border: solid 0.1rem #000000;
}

.about_fureai {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  margin-left: 1.6rem;
  margin-bottom: 3.2rem;
}

.about_fureai::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 4rem;
  background-color: #A2D245;
  position: absolute;
  top: 0rem;
  left: -1.6rem;
}

.director_interview {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 4rem;
  position: relative;
  margin-bottom: 1.5rem;
}

.director_interview::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.4rem;
  background-color: #A2D245;
  position: absolute;
  top: 1.4rem;
  left: 0rem;
}

.director_movie {
  width: 71.6rem;
  height: 47.7rem;
  object-fit: cover;
  display: block;
  margin: 0 auto 7rem;
}

.aiming_title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 4rem;
  position: relative;
}

.aiming_title::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.4rem;
  background-color: #A2D245;
  position: absolute;
  top: 1.4rem;
  left: 0rem;
}

.sub_aiming_title {
  font-size: 1.7rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 4rem;
  margin-bottom: 1.5rem;
}

.aiming_text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(30 / 15);
  letter-spacing: calc(0.75em / 15);
  padding-left: 4rem;
  padding-right: 3rem;
  margin-bottom: 2.3rem;
}

.aiming_img {
  width: 71.6rem;
  height: 47.7rem;
  object-fit: cover;
  display: block;
  margin: 0 auto 7rem;
  filter: brightness(1.2);
}



.policy_title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 4rem;
  position: relative;
  margin-bottom: 1.5rem;
}

.policy_title::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.4rem;
  background-color: #A2D245;
  position: absolute;
  top: 1.4rem;
  left: 0rem;
}

.policy_list {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  list-style-type: decimal;
  margin-left: 4rem;
  margin-right: 1.2rem;
  margin-bottom: 7rem;
  line-height: calc(30 / 15);
  letter-spacing: calc(0.75em / 15);
}

.facility_title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 4rem;
  position: relative;
}

.facility_title::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.4rem;
  background-color: #A2D245;
  position: absolute;
  top: 1.4rem;
  left: 0rem;
}

.about_facility {
  width: 74.6rem;
  flex-wrap: wrap;
  margin-left: 4rem;
  margin-bottom: 7rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.facility_dt {
  width: 18%;
  padding-top: 1.8rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.facility_dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #707070;
  width: 74.6rem;
  height: 0.1rem;
  top: 0rem;
  left: -1rem;
}

.facility_dt:first-child::after {
  display: none;
}

.facility_dd {
  width: 82%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: calc(30 / 16);
  letter-spacing: calc(0.8em / 16);
}



.history_title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 4rem;
  position: relative;
}

.history_title::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.4rem;
  background-color: #A2D245;
  position: absolute;
  top: 1.4rem;
  left: 0rem;
}

.about_history {
  width: 74.6rem;
  flex-wrap: wrap;
  margin-left: 4rem;
  margin-bottom: 10rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.history_dt {
  width: 18%;
  padding-top: 1.8rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.history_dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #707070;
  width: 74.6rem;
  height: 0.1rem;
  top: 0rem;
  left: -1rem;
}

.history_dt:first-child::after {
  display: none;
}

.history_dd {
  width: 82%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: calc(30 / 16);
  letter-spacing: calc(0.8em / 16);
  position: relative;
}


.about_cafe {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  margin-left: 1.6rem;
  margin-bottom: 1.7rem;
}

.about_cafe::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 4rem;
  background-color: #A2D245;
  position: absolute;
  top: 0rem;
  left: -1.6rem;
}

.cafe_title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 4rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.cafe_title::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.4rem;
  background-color: #A2D245;
  position: absolute;
  top: 1.4rem;
  left: 0rem;
}

.cafe_text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 4rem;
  padding-bottom: 7rem;
  line-height: calc(30 / 15);
  letter-spacing: calc(0.75em / 15);

}

.cafe_text2 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 4rem;
  padding-bottom: 10rem;
  line-height: calc(30 / 15);
  letter-spacing: calc(0.75em / 15);
}



.about_news {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  margin-left: 1.6rem;
  margin-bottom: 3.2rem;
}

.about_news::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 4rem;
  background-color: #A2D245;
  position: absolute;
  top: 0rem;
  left: -1.6rem;
}


.news_block {
  gap: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  justify-content: center;
}

.news_thumbnail {
  width: 23.5rem;
  height: 14rem;
  display: block;
  border: #A2D245 solid 0.1rem;
  border-radius: 0.5rem;
}

.news_date {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(30 / 15);
  letter-spacing: calc(0.75em / 15);
}

.news_title {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: calc(30 / 15);
  letter-spacing: calc(0.75em / 15);
}

.news_buttonbox {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: calc(30 / 15);
  letter-spacing: calc(0.75em / 15);
}

.morebutton_news {
  display: block;
  width: 13rem;
  height: 3.1rem;
  text-align: center;
  line-height: 3.1rem;
  background-color: #A2D245;
  border-radius: 1.6rem;
  margin: 3rem auto 10rem;
}

.news_category_block {
  margin-bottom: 6rem;
}

.news_heading_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.2rem;
}

.news_heading_row .about_news {
  margin-bottom: 0;
}

.news_category_link {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333;
  text-decoration: none;
  border-bottom: 0.1rem solid #333;
  white-space: nowrap;
}

.news_empty {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.news_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  display: block;
}

.news_block--3col {
  display: flex;
  gap: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  justify-content: center;
  align-items: stretch;
}

.news_item--col {
  width: calc((100% - 4rem) / 3);
  list-style: none;
}

.news_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.news_category_title {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0;
}

.news_category_title::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #A2D245;
  display: inline-block;
  position: relative;
  top: 0.2rem;
  left: 0rem;
  margin-right: 0.7rem;
}

.news_category_link {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333;
  text-decoration: none;
  border-bottom: 0.1rem solid #333;
  white-space: nowrap;
}

.news_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  display: block;
}

.news_empty {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.insta_content {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.insta_content li{
  display: block;
  width: 25rem;
  text-align: center;
  font-size: 1.4rem;
}

.about_instagram {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  margin-left: 1.6rem;
  margin-bottom: 1.7rem;
}

.about_instagram::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 4rem;
  background-color: #A2D245;
  position: absolute;
  top: 0rem;
  left: -1.6rem;
}



.about_access {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  margin-left: 1.6rem;
  margin-bottom: 1.7rem;
}

.about_access::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 4rem;
  background-color: #A2D245;
  position: absolute;
  top: 0rem;
  left: -1.6rem;
}

.access_wrapper {
  gap: 6.1rem;
}

.access_outer {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0.8rem;
}

.access_address,
.access_tel {
  margin-bottom: 1rem;
}

.fureai_map {
  width: 43rem;
  height: 35rem;
}

/* サイドメニューセクション */
.side_menu_wrapper {
  width: 27.9rem;
  height: 33.1rem;
  background-color: #FFFFFF;
  position: sticky;
  top: 25.9rem;
  right: 0rem;
  border: solid 0.1rem #000000;
  border-radius: 1rem;
  padding: 1.5rem 0 2.7rem 2rem;
}

.side_menu_outer {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}

.side_menu_title,
.side_menu_news {
  margin-bottom: 1rem;
  display: inline-block;
}

.side_menu_access {
  margin-bottom: 2.5rem;
  display: inline-block;
}

.side_menu_subtitle1 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 23.5rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding-left: 2rem;
  padding-right: 5.5rem;
  background-color: #F7F1DC;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.side_menu_subtitle1::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #A2D245;
  border: #000000 solid 0.1rem;
  border-radius: 50%;
  bottom: 1.5rem;
  right: 2.4rem;
}

.side_menu_subtitle1::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.7rem;
  height: 1rem;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  bottom: 2rem;
  right: 3rem;
}

.side_menu_subtitle2 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 16.6rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding-left: 2rem;
  padding-right: 8.2rem;
  background-color: #F7F1DC;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.side_menu_subtitle2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #A2D245;
  border: #000000 solid 0.1rem;
  border-radius: 50%;
  bottom: 1.5rem;
  right: 2.4rem;
}

.side_menu_subtitle2::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.7rem;
  height: 1rem;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  bottom: 2rem;
  right: 3rem;
}

.side_menu_subtitle3 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 16.6rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding-left: 2rem;
  padding-right: 6.6rem;
  background-color: #F7F1DC;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.side_menu_subtitle3::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #A2D245;
  border: #000000 solid 0.1rem;
  border-radius: 50%;
  bottom: 1.5rem;
  right: 2.4rem;
}

.side_menu_subtitle3::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.7rem;
  height: 1rem;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  bottom: 2rem;
  right: 3rem;
}

@media screen and (max-width: 699.98px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .bg_wrapper {
    padding: 0rem 0 0 0rem;
    width: 37.5rem;
    margin: 0 auto;
  }

  .mainwrapper {
    height: auto;
  }

  .bg_top_all {
    background-image: url(../img/bg/bg-long_sp2x.png);
  }

  .mainvisual {
    display: block;
    width: 35.5rem;
    height: 18rem;
    box-shadow: 0.3rem 0.3rem 0rem #A2D245;
    border-radius: 1rem;
    margin: 2rem auto 0rem;
  }

  .maintitle {
    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: #A2D245;
    text-align: center;
    width: fit-content;
    height: fit-content;
    padding: 1rem 2rem;
    margin: 3rem auto 3rem;
    border-radius: 1rem;
  }

  .maintitle::before {
    display: none;
  }

  /* 施設セクション */
  .all_fureai_wrapper {
    width: 33.5rem;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 1rem;
    padding: 3rem 1rem 6rem 1rem;
    border: solid 0.1rem #000000;
    margin: 0 auto;
  }

  .about_fureai {
    font-size: 2rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    margin-left: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .about_fureai::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 2.4rem;
    background-color: #A2D245;
    position: absolute;
    top: 0.3rem;
    left: -0.8rem;
  }

  .director_interview {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 4rem;
    position: relative;
    margin-bottom: 1rem;
  }

  .director_interview::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 0.4rem;
    background-color: #A2D245;
    position: absolute;
    top: 1.1rem;
    left: 1rem;
  }

  .director_movie {
    width: 28.9rem;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto 5rem;
  }

  .aiming_title {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 4rem;
    position: relative;
  }

  .aiming_title::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 0.4rem;
    background-color: #A2D245;
    position: absolute;
    top: 1.1rem;
    left: 1rem;
  }

  .sub_aiming_title {
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 4rem;
    margin-bottom: 1rem;
  }

  .aiming_text {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(30 / 14);
    letter-spacing: calc(0.75em / 14);
    padding-left: 0rem;
    padding-right: 0rem;
    width: 28.9rem;
    margin: 0 auto 1rem;
  }

  .aiming_img {
    width: 28.9rem;
    height: 17rem;
    object-fit: cover;
    display: block;
    margin: 0 auto 5rem;
  }

  .policy_title {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 4rem;
    position: relative;
    margin-bottom: 1rem;
  }

  .policy_title::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 0.4rem;
    background-color: #A2D245;
    position: absolute;
    top: 1.1rem;
    left: 1rem;
  }

  .policy_list {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    list-style-type: decimal;
    margin-left: 4rem;
    margin-right: 1.2rem;
    margin-bottom: 5rem;
    line-height: calc(30 / 14);
    letter-spacing: calc(0.75em / 14);
  }

  .facility_title {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 4rem;
    position: relative;
  }

  .facility_title::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 0.4rem;
    background-color: #A2D245;
    position: absolute;
    top: 1.1rem;
    left: 1rem;
  }

  .about_facility {
    width: 28.9rem;
    flex-wrap: wrap;
    margin-left: 4rem;
    margin-bottom: 5rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    flex-direction: column;
  }

  .facility_dt {
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 0rem;
    position: relative;
    padding-top: 1rem;
  }

  .facility_dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #707070;
    width: 26.9rem;
    height: 0.1rem;
    top: 0.5rem;
    left: -1rem;
  }

  .facility_dt:first-child::after {
    display: none;
  }

  .facility_dd {
    width: 85%;
    padding-top: 0rem;
    padding-bottom: 0rem;
    line-height: calc(30 / 15);
    letter-spacing: calc(0.8em / 15);
  }

  .history_title {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 4rem;
    position: relative;
  }

  .history_title::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 0.4rem;
    background-color: #A2D245;
    position: absolute;
    top: 1.1rem;
    left: 1rem;
  }

  .about_history {
    width: 26.9rem;
    flex-wrap: wrap;
    margin-left: 3rem;
    margin-bottom: 7rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    flex-direction: column;
  }

  .history_dt {
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 0rem;
    position: relative;
    padding-top: 1.5rem;
    font-weight: 500;
  }

  .history_dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #707070;
    width: 26.9rem;
    height: 0.1rem;
    top: 0.5rem;
    left: -1rem;
  }

  .history_dt:first-child::after {
    display: none;
  }

  .history_dd {
    width: 25rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    line-height: calc(30 / 15);
    letter-spacing: calc(0.8em / 15);
    position: relative;
    margin-left: 1.5rem;
  }

  .border_none {
    display: none;
  }

  .about_cafe {
    font-size: 2rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    margin-left: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .about_cafe::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 2.4rem;
    background-color: #A2D245;
    position: absolute;
    top: 0.3rem;
    left: -0.8rem;
  }

  .cafe_title {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 4rem;
    padding-bottom: 1rem;
    position: relative;
  }

  .cafe_title::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 0.4rem;
    background-color: #A2D245;
    position: absolute;
    top: 1.1rem;
    left: 1rem;
  }

  .cafe_text {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 0rem;
    width: 28.9rem;
    margin: 0 auto;
    padding-bottom: 5rem;
    line-height: calc(30 / 15);
    letter-spacing: calc(0.75em / 15);
  }

  .cafe_text2 {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 0rem;
    width: 28.9rem;
    margin: 0 auto;
    padding-bottom: 7rem;
    line-height: calc(30 / 15);
    letter-spacing: calc(0.75em / 15);
  }

  .about_news {
    font-size: 2rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    margin-left: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .about_news::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 2.4rem;
    background-color: #A2D245;
    position: absolute;
    top: 0.3rem;
    left: -0.8rem;
  }


  .news_block {
    gap: 2rem;
    margin: 0 auto;
    flex-direction: column;
    width: 28.9rem;
  }

  .news_thumbnail {
    width: 23.5rem;
    height: 14rem;
    display: block;
    border: #A2D245 solid 0.1rem;
    border-radius: 0.5rem;
    margin: 0 auto;
  }

  .news_date {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(30 / 15);
    letter-spacing: calc(0.75em / 15);
    margin-left: 3rem;
  }

  .news_title {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: calc(30 / 15);
    letter-spacing: calc(0.75em / 15);
    margin-left: 3rem;
  }

  .news_buttonbox {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: calc(30 / 15);
    letter-spacing: calc(0.75em / 15);
  }

  .insta_content{
    gap: 1.5rem;
  }

  .insta_content li{
    font-size: 0.7rem;
  }

  .morebutton_news {
    display: block;
    width: 13rem;
    height: 3.1rem;
    text-align: center;
    line-height: 3.1rem;
    background-color: #A2D245;
    border-radius: 1.6rem;
    margin: 3rem auto 3rem;
  }

  .news_heading_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .news_block {
    margin-left: 0;
    margin-right: 0;
  }

  .news_thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 23.5 / 14;
  }

  .news_block--3col {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .news_item--col {
    width: 100%;
  }

  .news_item_head {
    align-items: flex-start;
    flex-direction: column;
  }

  .news_thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 23.5 / 14;
  }

  .about_instagram {
    font-size: 2rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    margin-left: 1.4rem;
    margin-bottom: 2rem;
  }

  .about_instagram::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 2.4rem;
    background-color: #A2D245;
    position: absolute;
    top: 0.3rem;
    left: -0.8rem;
  }

  .about_access {
    font-size: 2rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    margin-left: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .about_access::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 2.4rem;
    background-color: #A2D245;
    position: absolute;
    top: 0.3rem;
    left: -0.8rem;
  }

  .access_wrapper {
    gap: 1rem;
    flex-direction: column;
  }

  .access_outer {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 2.8rem;
  }

  .access_address,
  .access_tel {
    margin-bottom: 1rem;
  }

  .fureai_map {
    width: 28.9rem;
    height: 22rem;
    margin: 0 auto;
  }


  /* アコーディオンメニュー */
  .nav {
    display: none;
  }

  .nav_text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    display: block;
  }

  .nav_text_aut1 {
    display: block;
    font-size: 1.6rem;
    width: 29rem;
    height: 5.4rem;
    margin-bottom: 1rem;
    padding: 1.5rem 2rem;
    background-color: #F7F1DC;
    border-radius: 1rem;
  }

  .nav_text_aut2 {
    display: block;
    font-size: 1.6rem;
    width: 20rem;
    height: 5.4rem;
    margin-bottom: 1rem;
    padding: 1.5rem 2rem;
    background-color: #F7F1DC;
    border-radius: 1rem;
  }

  .nav_text_aut3 {
    display: block;
    font-size: 1.6rem;
    width: 20rem;
    height: 5.4rem;
    margin-bottom: 1rem;
    padding: 1.5rem 2rem;
    background-color: #F7F1DC;
    border-radius: 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;
  }

  .nav_arrow {
    width: 2rem;
    height: 2rem;
    position: relative;
    top: 0.2rem;
    margin-left: -2rem;
    display: inline-block;
  }

  .nav_arrow::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #A2D245;
    border: #000000 solid 0.1rem;
    border-radius: 50%;
    bottom: -0.2rem;
    right: -3.6rem;
  }

  .nav_arrow::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0.7rem;
    height: 1rem;
    background-color: #FFFFFF;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    bottom: 0.3rem;
    right: -3rem;
  }

  .nav_arrow2 {
    width: 2rem;
    height: 2rem;
    position: relative;
    top: 0.2rem;
    margin-left: -1.6rem;
    display: inline-block;
  }

  .nav_arrow2::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #A2D245;
    border: #000000 solid 0.1rem;
    border-radius: 50%;
    bottom: -0.2rem;
    right: -3.6rem;
  }

  .nav_arrow2::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0.7rem;
    height: 1rem;
    background-color: #FFFFFF;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    bottom: 0.3rem;
    right: -3rem;
  }

  .circle {
    position: relative;
  }

  .circle::before {
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    background-color: #A2D245;
    border-radius: 50%;
    position: absolute;
    top: 0.1rem;
    right: -5.3rem;
  }

  .nav_open::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 1.5rem;
    height: 0.2rem;
    top: 1.1rem;
    right: 0.4rem;
    z-index: 9;

  }

  .nav_open::after {
    content: "";
    position: absolute;
    background-color: #fff;
    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);
  }
}