html {
  scroll-behavior: smooth;
}

.main {
  display: flex;
  gap: 2.5rem;
  padding-bottom: 10rem;
  padding-top: 5rem;
  background-image: url(../img/bg_short1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 16.7%;
}

.nav {
  width: 27.9rem;
  height: fit-content;
  position: sticky;
  right: 7rem;
  top: 19.9rem;
  border: 0.1rem solid#000000;
  border-radius: 1rem;
  background-color: white;
  padding: 1.5rem 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;

}

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

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

.nav_text_aut {
  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_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: #E8DE64;
  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;
}

/* 背景画像の設定 */
.background {
  width: 100%;
  height: 100.2rem;
  background: linear-gradient(180deg, #CEE9FF, #fff);
  position: absolute;
  z-index: -999;
  top: -5rem;
}

.cross {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 110rem;
  z-index: -9;
}

.background_middle {
  width: 100%;
  height: 87.6rem;
  background-color: #FCEEF5;
  position: absolute;
  top: 77rem;
  z-index: -9;
}

.wave3 {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 189.2rem;
  z-index: -9;
}

.background_bottom {
  width: 100%;
  height: 60.4rem;
  background-color: #F9C1DD;
  z-index: -999;
  position: absolute;
  bottom: -194rem
}

.cloud1 {
  object-fit: cover;
  width: 21rem;
  height: 13.1rem;
  position: absolute;
  top: 58.4rem;
  right: 18rem;
  z-index: -1;
}

.cloud2 {
  object-fit: cover;
  width: 22.9rem;
  height: 14.3rem;
  position: absolute;
  top: 81.4rem;
  right: 1rem;
  z-index: -1;
}

.cloud3 {
  object-fit: cover;
  width: 15.1rem;
  height: 9.4rem;
  position: absolute;
  top: 241.7rem;
  right: 108.3rem;
  z-index: -1;
}

.cloud4 {
  object-fit: cover;
  width: 29.4rem;
  height: 18.3rem;
  position: absolute;
  top: 223.2rem;
  left: 93.2rem;
  z-index: -1;
}

@media screen and (max-width:699.98px) {

  .cloud1 {
    height: auto;
  }

  .cloud2 {
    height: auto;
    top: 31.4rem;
    width: 18.9rem;
    right: 0;

  }

  .cloud3 {
    height: auto;
  }

  .cloud4 {
    left: 1rem;
    top: 224.5rem;
    height: auto;
    width: 16.4rem;

  }

  .cross {
    top: 88rem;
  }

  .background_middle {
    width: 100%;
    height: 139.6rem;
    background-color: #FCEEF5;
    position: absolute;
    top: 101rem;
    z-index: -9;
  }

  .background_bottom {
    bottom: -156rem;

  }

  .wave3 {
    top: 228.2rem;
  }
}

.title {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-left: 1.6rem;
  margin-left: 7rem;
  border-left: 1.1rem solid #E8DE64;
  height: 4rem;
  margin-bottom: 3rem;
  font-weight: 500;

}

.title_accent {
  width: 13.6rem;
  height: 3.6rem;
  background-color: #E8DE64;
  border: 0.1rem solid #000000;
  border-radius: 1rem;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  margin-left: 2rem;
}

/* メインビジュアル */
.mainvisual_wrap {
  margin-bottom: 8.5rem;
}

.mainvisual {
  width: 83.6rem;
  height: 47rem;
  box-shadow: 0.6rem 0.6rem #E8DE64;
  border-radius: 2rem;
  margin-left: 7rem;
}

/* メインビジュアル */
.section_wrapper {
  width: 83.6rem;
  border: 0.1rem solid #000000;
  border-radius: 1rem;
  background-color: white;
  padding: 6rem 3rem;
  margin-left: 7.5rem;
}

/* 年間行事 */
.year_ivent {
  margin-bottom: 10rem;
  scroll-margin-top: 10rem;
}

.year_ivent_title {
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic";
  padding-left: 1.5rem;
  border-left: 1rem solid #E8DE64;
  height: 4rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.calendar_title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.calendar_title::before {
  content: '----';
  letter-spacing: -0.5rem;
  font-size: 3rem;
  color: #E8DE64;
  margin-right: 1rem;
  display: inline-block;
  position: relative;
  top: 0.3rem;
}

.calendar_box_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 70rem;
  gap: 2rem 1.3rem;
  margin: 0 auto;
  justify-content: center;
}

.calendar_box {
  width: 20.6rem;
  height: 13.6rem;
  padding: 1.5rem 1.4rem 1.8rem;
  border: 0.1rem solid #000000;
  border-radius: 1rem;
}

.calendar_img {
  width: 17.8rem;
  height: 4.6rem;
  margin: 0 auto 1.2rem;
  display: block;
}

.ivent_text {
  font-size: 1.4rem;
  width: fit-content;
  margin: 0 auto;
}

/* 年間行事 */
/* 美容サロン */
.beautiful {
  margin-bottom: 10rem;
  scroll-margin-top: 10rem;
}

.beautiful_title {
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic";
  padding-left: 1.5rem;
  border-left: 1rem solid #E8DE64;
  height: 4rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.beautiful_text {
  font-size: 1.5rem;
  margin-left: 2rem;
  margin-bottom: 4.4rem;
  width: 73.6rem;
  line-height: calc(30/15);
}

.objective_title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.objective_title::before {
  content: '----';
  letter-spacing: -0.5rem;
  font-size: 3rem;
  color: #E8DE64;
  margin-right: 1rem;
  display: inline-block;
  position: relative;
  top: 0.3rem;
}

.objective_text {
  font-size: 1.5rem;
  line-height: calc(30/15);
  margin-left:1.9rem;
}

/* 美容サロン */
/* ギャラリー */
.gallery {
  scroll-margin-top: 10rem;
}

.gallery_title {
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic";
  padding-left: 1.5rem;
  border-left: 1rem solid #E8DE64;
  height: 4rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.swiper_content {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
}

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

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

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.5rem;
  width: 3.5rem;
  position: absolute;
}

.swiper-button-prev::after {
  background-image: url(../img/swiperarrow.png);
}

.swiper-button-next::after {
  background-image: url(../img/swiperarrow.png);
  transform: rotatey(180deg);
}


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

.gallery_img {
  width: 39.2rem;
  height: 26.1rem;
  display: block;
  margin: 0 auto;
}

/* ギャラリー */
.title_sp {
  display: none;
}

.accordion-006 {
  display: none;
}

.sp_only {
  display: none;
}

.footer {
  background-color: #F9C1DD;
}

.footer img {
  display: block;
}

.footer div {
  display: none;
}

@media screen and (max-width:699.98px) {
  .main {
    padding-top: 2rem;
    padding-bottom: 10rem;
    display: block;
    background-image: url(../img/bg/bg_short.png);
    background-position: 11% 0%;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .title {
    display: none;
  }

  .title_sp {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 3rem;
    position: relative;
    margin-left: 0rem;
    color: black;
    background-color: #E8DE64;
    text-align: center;
    width: fit-content;
    height: fit-content;
    padding: 1rem 2rem;
    margin: 3rem auto 2rem;
    border-radius: 1rem;
  }

  .title_accent {
    margin: 0 auto;
    display: block;
    margin-bottom: 3rem;
    border: none;
    font-size: 1.9rem;
    padding-top: 0.6rem;
    height: 4rem;
    font-weight: 500;
  }


  .section_title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    height: 2.4rem;
    padding-left: 0.7rem;
    border-left: 0.7rem solid #E8DE64;
  }

  .sub_title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .sub_title::before {
    font-size: 2.5rem;
  }

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

  .mainvisual_wrap {
    margin-bottom: 3rem;
  }

  .nav {
    display: none;
  }

  .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: #E8DE64;
    border-radius: 50%;
    position: absolute;
    top: 0.1rem;
    right: -8.5rem;
  }

  .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);
  }


  .section_wrapper {
    margin: 0 auto;
    width: 33.5rem;
    padding: 3rem 1rem 6rem;
  }

  .calendar_box_wrap {
    width: 33rem;
    gap: 1rem 1rem;
    justify-content: start;
  }

  .calendar_box {
    width: 15rem;
    padding: 1.3rem 0.5rem;
    height: 13rem;
  }

  .ivent_text {
    text-wrap: nowrap;
  }

  .calendar_img {
    height: auto;
    width: 12rem;
  }

  .beautiful_text {
    width: auto;
  }

  .objective_text {
    width: auto;
    margin-left: 3rem;
  }

  .gallery_img {
    width: 25rem;
    height: 17rem;
  }

  .gallery {}

  .swiper {
    width: 25rem;
  }

  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }

  .year_ivent {
    margin-bottom: 7rem;
  }

  .beautiful_text {
    margin-bottom: 5rem;
  }

  .beautiful {
    margin-bottom: 7rem;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 3rem;
    width: 3rem;
  }


}