/* メイン */
.allwrapper {
  overflow: hidden;
}

.main {
  width: 98rem;
  padding: 4.6rem 6.5rem 0;
  background-color: #FCF7E7;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 2rem auto 16.7rem;
  border-radius: 1rem;
  position: relative;

}

.leaf_img {
  width: 58rem;
  height: 45rem;
  object-fit: cover;
  position: absolute;
  transform: rotate(45deg) scale(0.8);
  object-position: 33% 50%;
  right: -19.5rem;
  top: -15rem;
}

/* タイトル */
.main_title {
  font-size: 4rem;
  margin-left: 4.5rem;
  margin-bottom: 3.2rem;
  font-weight:500;
}

.main_title::before {
  content: 'Genji monogatari';
  color: #83468B;
  font-size: 1.6rem;
  display: block;
  padding-left: 0.3rem;
  margin-bottom: -1rem;

}

/* タイトル */
/* メインビジュアル */
.section_mainvisual {
  position: relative;
}

.mainvisual {
  width: 85rem;
  height: 45rem;
  border-radius: 1rem;
  margin-bottom: 1rem;

}

.mainvisual_title {
  position: absolute;
  top: 38rem;
  left: -3.8rem;
  font-size: 2.6rem;
  text-align: center;
  line-height: 5.3rem;
  width: 48.2rem;
  height: 5.7rem;
  background-color: white;
  color: #3A3333;
  font-weight: bold;
  padding-right: 0.5rem;


}

.mainvisual_title_accent {
  color: #4E8B46;
}

.mainvisual_about {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.mainvisual_about_text {
  font-size: 1.3rem;
  color: white;
  background-color: #4E8B46;
  padding: 0.5rem 1.2rem;
  border-radius: 1.5rem;
}

.mainvisual_text {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 11.3rem;
  line-height: 2.6rem;

}

/* メインビジュアル */

/* 空室状況 */
.contact_step {
  position: relative;
  width: 85rem;
  height: 33.5rem;
  background-color: white;
  border-radius: 1rem;
  margin-bottom: 8.4rem;
  border: 0.1rem solid #000000;
}

.step_day {
  width: 36.3rem;
  height: 4.9rem;
  border-radius: 3.6rem;
  font-size: 2rem;
  border: 0.1rem solid #000000;
  position: absolute;
  top: -2.4rem;
  left: 4.5rem;
  background-color: white;
  padding-left: 4rem;
  padding-top: 0.2rem;
  font-weight:500;

}

.step_day_accent {
  font-size: 2.5rem;
  padding-left: 5.1rem;

}

.step_day_now {
  font-size: 2.5rem;
  padding-left: 0.4rem;
}

.step_stay {
  padding-top: 4.2rem;
  margin-bottom: 3.8rem;
  margin-left: 10.8rem;
}

.step_stay_title {
  width: 30rem;
  height: 4.9rem;
  background-color: #4E8B46;
  color: white;
  font-size: 2rem;
  border-radius: 2.5rem;
  text-align: center;
  line-height: 4.5rem;
  display: inline-block;
}

.step_stay_text {
  font-size: 2.5rem;
  font-weight: 500;
  position: relative;
  top: 0.6rem;
  left: 1.7rem;
}

.step_stay_accent {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  right: 1rem;
}

.step_stay_margin {
  font-size: 4rem;
  letter-spacing: -1rem;
  position: relative;
  padding-top: 0rem;
  left: 0.1rem;
  top: 1.1rem;
  display: inline-block;
  font-weight: 900;
}

.contact_link {
  width: 27.9rem;
  height: 5.5rem;
  display: block;
  background-color: #bf88c6;
  color: white;
  margin: 0 auto 1.3rem;
  border-radius: 1rem;
  padding: 1.5rem 0 0 4rem;
  font-size: 1.7rem;
}

.contact_link_arrow {
  display: inline-block;
  width: 1.9rem;
  height: 2.1rem;
  margin-left: 1rem;
  margin-top: 0.5rem;

}

.contact_tel_text {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 1rem;
  font-weight:500;
}

.contact_tel {
  font-size: 2.5rem;
  width: 18.5rem;
  margin: 0 auto;
  margin-bottom: 5.1rem;
  display: block;
  font-weight:500;
}

.tel_icon {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 1rem;
}

.triangle {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #ffffff;
  height: calc(tan(60deg) * 2.1rem / 2);
  width: 1.9rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;

}

/* 空室状況 */
/* welcom */
.welcom {
  position: relative;
  margin-bottom: 5.9rem;
}

.welcom_title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight:500;

}

.welcom_img {
  width: 52.5rem;
  height: 30rem;
  border-radius: 1rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  display: block;
}

.welcom_text_wrap {
  width: 85rem;
  height: 15.3rem;
  background-color: white;
  margin: 0 auto;
  padding-top: 1.9rem;
  padding-left: 2rem;
  position: relative;
  z-index: 2;
}


.welcom_text_title {
  font-size: 2.5rem;
  font-weight: 500;
}

.welcom_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  padding-top: 0.4rem;
}

/* welcom */
/* サービス */
.service {
  position: relative;
  margin-bottom: 10rem;

}

.service_title {
  font-size: 2rem;
  width: 20rem;
  height: 4.9rem;
  text-align: center;
  line-height: 4.8rem;
  border-radius: 3.6rem;
  background-color: white;
  border: 0.1rem solid #000000;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-left: 2.5rem;
}

.service_box_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 5.7rem;
  position: relative;
  z-index: 2;
  margin-left: 2.5rem;
}

.service_box {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #4E8B46;
  padding: 1rem 4rem;
  color: white;
  border-radius: 2.3rem;

}

.size_accent {
  font-size: 1.6rem;
}

.service_point_title {
  width: 34rem;
  height: 4.9rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 4.8rem;
  margin-bottom: 1.5rem;
  border: 0.1rem solid #000000;
  background-color: #ffffff;
  border-radius: 3.6rem;
  margin-right: 2.5rem;
}

.service_point_img {
  width: 15.2rem;
  height: 17rem;
  position: absolute;
  top: 2rem;
  left: -15rem;

}

.service_point_wrap {
  width: 50rem;
  height: 15.6rem;
  padding-top: 1.5rem;
  padding-left: 2rem;
  border-radius: 1rem;
  position: relative;
  margin: 0 auto 4.4rem;
  background-color: white;
  border-radius: 1rem;
}

.service_point {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-left: 0.2rem;
}

.condition {
  width: 67.3rem;
  height: 13.1rem;
  border: 0.1rem solid #D55167;
  padding: 1.5rem 0 0 1.5rem;
  margin: 0 auto;
  background-color: white;
}

.condition_title {
  font-size: 1.6rem;
  height: 2.4rem;
  padding-left: 0.5rem;
  border-left: 0.5rem solid #D55167;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.condition_text {
  font-size: 1.6rem;
  font-weight: 500;
}

.condition_text_margin {
  display: none;
}

.leaf_img2 {
  position: absolute;
  top: -12.5rem;
  right: -5rem;
  width: 35rem;
  height: auto;
  z-index: 1;
}

.grape_img {
  width: 13.3rem;
  height: 19.4rem;
  position: absolute;
  right: -4rem;
  top: 18rem;
  transform-origin: center top;
  animation: yurayura 2s ease-in-out infinite;
}

@keyframes yurayura {

  0%,
  100% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }
}

/* サービス */
/* 特徴 */
.feature {
  margin-bottom: 6rem;
}

.feature_title {
  font-size: 4rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight:500;
}

.feature_title::before {
  content: 'Features';
  color: #83468B;
  font-size: 1.6rem;
  display: block;
  margin-bottom: -1.2rem;
  text-align: center;
  padding-left: 1rem;
}

.feature_list {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.feature_box {
  width: 28rem;
  height: 34rem;
  border-radius: 1rem;
  background-color: white;
  padding-top: 3rem;
}

.feature_box_title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}

.feature_box_img {
  width: 22rem;
  height: 13rem;
  display: block;
  margin: 0 auto 1.4rem;
  border-radius: 1rem;
}

.feature_box_text {
  width: 22rem;
  font-size: 1.4rem;
  margin: 0 auto;
  line-height: 2rem;
  font-weight:500;
}

/* 特徴 */
/* 1日の流れ */
.step {
  margin-bottom: 10rem;
}

.step_title {
  font-size: 2rem;
  width: 18rem;
  height: 4.9rem;
  background-color: white;
  border: 0.1rem solid #000000;
  text-align: center;
  line-height: 4.9rem;
  border-radius: 3.6rem;
  margin-bottom: 2.5rem;
  margin-left: 2.5rem;
  font-weight:500;
}

.step_wrapper {
  width: 85rem;
  height: 69.1rem;
  background-color: white;
  padding: 2.5rem 5.5rem;
  border-radius: 1rem;
  position: relative;

}

.step_img1 {
  width: 22.6rem;
  height: 16.5rem;
  position: absolute;
  top: -7.3rem;
  right: 19.9rem;
  border-radius: 1rem;
}

.step_img2 {
  width: 29.1rem;
  height: 21.3rem;
  position: absolute;
  top: 15rem;
  right: -4rem;
  border-radius: 1rem;
}

.step_img3 {
  width: 21.1rem;
  height: 25.1rem;
  position: absolute;
  bottom: 2.6rem;
  right: 7rem;
  border-radius: 1rem;
}

.step_list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.4rem;
}

.step_time p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3a3333;
}

.step_time img {
  width: 5rem;
  height: 5rem;
}

.step_active {
  font-size: 1.6rem;
  font-weight: bold;

}

/* 1日の流れ */
/* ギャラリー */
.gallery {
  margin-bottom: 8.8rem;
}

.gallery_title {
  font-size: 4rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight:500;
}

.gallery_title::before {
  content: 'Gallery';
  color: #83468B;
  font-size: 1.6rem;
  display: block;
  margin-bottom: -1.4rem;
  text-align: center;
}

.gallery_img {
  width: 50rem;
  height: 30rem;
  border-radius: 1rem;
  display: block;
  margin: 0 auto;
}

.swiper {
  width: 55rem;
  height: 33rem;
  margin: 0 auto;
  position: relative;

}



.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.5rem;
  width: 3.5rem;
  position: absolute;
  top: -1rem;
}

.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 {
  background-color: white;
  border: 0.1rem solid #D55167;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.2rem !important;
}

.swiper-slide {
  margin: 0 auto;
}

.swiper-pagination-bullet-active {
  background-color: #D55167;
}

/* ギャラリー */
/* アバウト */
.about {
  padding-bottom: 7.45rem;
}

.about_title {
  font-size: 4rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight:500;
}

.about_title::before {
  content: 'About';
  color: #83468B;
  font-size: 1.6rem;
  display: block;
  margin-bottom: -1.4rem;
  text-align: center;
}

.map {
  display: block;
  width: 70rem;
  height: 33rem;
  margin: 0 auto 6rem;
  border-radius: 1rem;
  pointer-events: auto !important;
  touch-action: auto !important;
}

.about_list {
  display: flex;
  justify-content: center;
  font-weight:500;

}

.about_list2 div {
  padding-top: 1.4rem;
  padding-bottom: 1.45rem;
}

.about_list3 div {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.about_list4 div {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.about_list5 div {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.about_list5 .about_list_title {
  padding-top: 3.7rem !important;
  align-items: start;
}

.about_list6 div {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.about_list_title {
  font-size: 1.6rem;
  width: 23.1rem;
  padding: 1.8rem 1.5rem 1.5rem;
  background-color: #D3D9D2;
  border-left: 0.1rem solid #3A3333;
  border-top: 0.1rem solid #3A3333;
  display: flex;
  align-items: center;
}

.about_list_text {
  font-size: 1.6rem;
  width: 62.6rem;
  padding: 1.7rem 2rem 1.5rem;
  background-color: white;
  border-left: 0.1rem solid #3a3333;
  line-height: 2.4rem;
  border-top: 0.1rem solid #3a3333;
  border-right: 0.1rem solid #3a3333;

}

.about_list_wrap:last-child {
  border-bottom: 0.1rem solid #3a3333;
}



/* アバウト */
.inline{
    display:inline-block;
  }
.sp_only {
  display: none;
}

@media screen and (max-width:699.98px) {
  .sp_only {
    display: block;
  }
  .pc_only{
    display:none;
  }
  .main {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 33.5rem;
    margin: 0;
    padding-top: 12.6rem;
    margin: 0 auto 17.3rem;
  }

  .mainvisual {
    width: 100%;
  }

  .leaf_img {
    width: 41.2rem;
    height: 33.4rem;
    object-fit: cover;
    position: absolute;
    transform: rotate(45deg) scale(0.8);
    object-position: 33% 50%;
    right: -13.7rem;
    top: -8.3rem;
  }

  .main_title {
    font-size: 3rem;
    margin-left: 0;
    margin-bottom: 3.5rem;
  }

  .main_title::before {
    padding-left: 0.1rem;
  }

  .mainvisual_title {
    font-size: 1.6rem;
    width: 31.4rem;
    height: 4.9rem;
    left: -0.8rem;
  }

  .mainvisual_title_accent {
    font-size: 2rem;
  }

  .mainvisual_text {
    font-size: 1.6rem;
    margin-bottom: 8.8rem;
    line-height: 2.4rem;
  }

  .mainvisual_about {
    margin-bottom: 2.4rem;
  }

  .mainvisual_about_text {
    padding: 0.5rem 1rem;
  }

  .step_day {
    width: 25.7rem;
    height: 4.4rem;
    font-size: 1.6rem;
    padding: 0.5rem 0rem 0 2rem;
    left: 2.7rem;
  }

  .step_day_accent {
    font-size: 2rem;
    padding-left: 2.1rem;

  }

  .step_day_now {
    font-size: 2.1rem;
    padding-left: 0.2rem;
    padding-top: 0.1rem;
    display: inline-block;
  }

  .contact_step {
    width: 100%;
    margin-bottom: 7.7rem;
    height: 34rem;
  }

  .step_stay_title {
    width: 13.8rem;
    height: 4rem;
    font-size: 1.4rem;
    line-height: 3.9rem;
    margin-bottom: 0.4rem;
  }

  .step_stay_text {
    display: block;
    text-align: right;
    padding-right: 3.7rem;
    font-size: 1.6rem;
  }

  .step_stay_margin {
    display: none;
  }

  .step_stay_accent {
    font-size: 3rem;
    padding-right: 0.5rem;
    right: 0;
  }

  .step_stay {
    margin-left: 2rem;
    margin-bottom: 2.1rem;
    padding-top: 4.9rem;

  }

  .step_stay_margin {
    margin-left: 6rem;
  }

  .contact_link {
    width: 25.9rem;
    height: 5.5rem;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    padding-left: 3rem;

  }

  .contact_link_arrow {
    width: 1.7rem;
    height: 1.9rem;
  }

  .contact_tel_text {
    text-align: left;
    font-size: 1.4rem;
    padding-left: 4.5rem;
    margin-bottom: 0.9rem;
  }

  .contact_tel {
    margin-left: 4.5rem;
  }

  .welcom {
    margin-bottom: 10rem;
  }

  .welcom_title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }

  .welcom_img {
    width: 100%;
    height: 20.8rem;
    margin-bottom: 1.5rem;
  }

  .welcom_text {
    padding-top: 0.9rem;
  }

  .welcom_text_wrap {
    width: 100%;
    height: 27.7rem;
    padding: 2rem 1.5rem;
  }

  .welcom_text_title {
    font-size: 2rem;

  }

  .service_box {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }

  .service_box_position {
    position: relative;
    top: 0.8rem;
  }

  .service_box_position2 {
    position: relative;
    top: 1.2rem;
  }

  .leaf_img2 {
    top: -15.6rem;
    right: -7rem;
    width: 24.4rem;
    height: auto;
  }

  .service_title {
    font-size: 1.6rem;
    width: 13.6rem;
    height: 4.4rem;
    line-height: 4.4rem;
    margin-left: 0;
  }

  .grape_img {
    width: 4.7rem;
    height: auto;
    right: -3rem;
    top: -1.8rem;
    z-index: 3;
  }

  .service_box_wrap {
    gap: 1.5rem 2.5rem;
    margin-left: 0;
    margin-bottom: 7.2rem;
  }

  .service_point_title {
    width: 24.8rem;
    height: 4.4rem;
    font-size: 1.6rem;
    line-height: 4.3rem;
  }

  .service_point_wrap {
    width: 100%;
    height: 19.1rem;
    margin-bottom: 13.5rem;
    padding-left: 1.2rem;
  }

  .service_point {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }

  .service_point_img {
    width: 10rem;
    height: 11rem;
    left: 10.8rem;
    top: 20.2rem;
  }

  .point_margin {
    display: inline-block;
  }

  .condition {
    width: 100%;
    height: 17.4rem;
    padding-left: 0.8rem;
  }

  .condition_title {
    font-size: 1.4rem;
    height: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  .condition_text {
    font-size: 1.4rem;
  }

  .condition_text_margin {
    display: inline-block;
  }

  .feature_title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }

  .feature_title::before {
    font-size: 1.2rem;
    padding-left: 0;
    margin-bottom: -0.7rem;
  }

  .feature_box {
    height: 39.5rem;
  }

  .feature_list {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
  }

  .step_title {
    font-size: 1.6rem;
    width: 12rem;
    height: 4.4rem;
    line-height: 4.3rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .step_list {
    gap: 1.3rem;
  }

  .step_active {
    font-size: 1.4rem;
    padding-top: 0.2rem;
  }

  .step_wrapper {
    padding: 2rem 2.1rem;
    width: 100%;
    height: 67.5rem;
    padding-right: 0;
  }

  .step {
    margin-bottom: 68.8rem;
  }

  .step_img1 {
    top: auto;
    bottom: -13.3rem;
    right: 1rem;
    width: 22.5rem;
    height: 15rem;
  }

  .step_img2 {
    top: auto;
    bottom: -34.7rem;
    right: auto;
    left: 0rem;
    width: 22.5rem;
    height: 20rem;
  }

  .step_img3 {
    bottom: -58.8rem;
    right: 3.5rem;
    width: 20rem;
    height: 22.5rem;
  }

  .gallery_title::before {
    font-size: 1.2rem;
    margin-bottom:-0.6rem;
  }

  .gallery_title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }

  .swiper {
    width: 32.3rem;
    height: 21rem;
    right:0.4rem;
  }

  .gallery_img {
    width: 27rem;
    height: 18rem;
  }

  .about_title::before {
    font-size: 1.2rem;
    margin-bottom:-1rem;
  }

  .about_title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }

  .map {
    width: 100%;
    height: 14.8rem;
    margin-bottom: 6rem;
    position:relative;
    z-index:30;

  }

  .about_list {
    flex-flow: column;
  }

  .about_list_title {
    width: 100%;
    border-right: 0.1rem solid #000000;
    padding:1.4rem 1.5rem 1.5rem 1.8rem;
  }
  
  .about_list2 .about_list_text{
    padding-bottom:1.6rem;
    padding-top:1.5rem;
  }
  .about_list3 .about_list_text{
    padding-top:1.6rem;
    padding-bottom:1.5rem;
  }
  .about_list4 .about_list_text{
    padding-bottom:1.5rem;
  }
  .about_list5 .about_list_title{
    padding-top:1.4rem!important;
  }
  .about_list5 div{
    padding-top:1.7rem;
  }
  .about_list6 .about_list_text{
    padding-top:1.6rem;
    padding-bottom:1.5rem;
  }
  .about_list_text {
    width: 100%;
    font-size: 1.4rem;
    padding: 1.6rem 2rem 1.5rem 1.9rem;
    line-height:2.1rem;
  }
  
  .about {
    padding-bottom: 6.9rem;
  }
  
}