.p_homestay_action__list .item_ttl_note {
  font-size: 0.875rem;
}

.p_homestay_action__list .item_desc {
  font-size: 1rem;
}

.p_homestay_action__list .item_ttl {
  font-size: 1.125rem;
}

.p_homestay_action__list .item_heading_time {
  font-size: 1.875rem;
}

.p_homestay_action__ttl {
  font-size: 2.5rem;
}

.p_homestay_action__ttl .txt_num {
  font-size: 3.75rem;
}

.p_homestay {
  overflow: hidden;
}
.p_homestay_decor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  opacity: 0.2;
}
.p_homestay_decor::after, .p_homestay_decor::before {
  content: "";
  position: absolute;
}
.p_homestay_decor::before {
  aspect-ratio: 200/215;
  background: url(../images/homestay/img_decor01.png) center/contain no-repeat;
  right: 20px;
  width: 120px;
  top: 80px;
}
.p_homestay_decor::after {
  aspect-ratio: 480/263;
  background: url(../images/homestay/img_decor02.png) center/contain no-repeat;
  left: 20px;
  bottom: 60px;
  width: 300px;
}
.p_homestay_action {
  margin-top: 70px;
  position: relative;
}
.p_homestay_action__block {
  padding: 0 clamp(0rem, 11.3636363636vw + -7.2727272727rem, 1.25rem);
}
.p_homestay_action__block:not(:last-child) {
  margin-bottom: 70px;
}
.p_homestay_action__ttl {
  color: #F3B100;
  font-family: "Marcellus", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.p_homestay_action__ttl .txt_num {
  letter-spacing: 0;
  margin-left: 15px;
}
.p_homestay_action__list {
  position: relative;
  z-index: 0;
}
.p_homestay_action__list .item {
  position: relative;
  width: 100%;
  max-width: 520px;
}
.p_homestay_action__list .item + .item {
  margin-top: 70px;
}
.p_homestay_action__list .item:not(:first-child)::before {
  content: "";
  position: absolute;
  aspect-ratio: 238/284;
  background: url(../images/homestay/img_arrow_step.svg) center/contain no-repeat;
  bottom: 100%;
  right: 40px;
  bottom: calc(100% + 9px);
  z-index: -1;
  width: 180px;
}
.p_homestay_action__list .item:nth-child(even):not([class*=item_]), .p_homestay_action__list .item.item_even {
  margin-left: auto;
}
.p_homestay_action__list .item:nth-child(even):not([class*=item_])::before, .p_homestay_action__list .item.item_even::before {
  right: 20px;
}
.p_homestay_action__list .item:nth-child(odd):not([class*=item_])::before, .p_homestay_action__list .item.item_odd::before {
  transform: rotateY(180deg);
  left: 20px;
}
.p_homestay_action__list .item.item_even + .item_odd::before {
  transform: rotateY(180deg);
}
.p_homestay_action__list .item.item_odd:nth-child(1) .item_img, .p_homestay_action__list .item.item_odd:nth-child(2) .item_img {
  position: relative;
}
.p_homestay_action__list .item.item_odd:nth-child(1) .item_img::after, .p_homestay_action__list .item.item_odd:nth-child(2) .item_img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  aspect-ratio: 460/142;
  background: url(../images/common/img_rice_yellow.svg) center/contain no-repeat;
  transform: translate(-30%, 77%);
  width: 300px;
}
.p_homestay_action__list .item.item_even:nth-last-of-type(1) .item_img, .p_homestay_action__list .item.item_even:nth-last-of-type(2) .item_img {
  position: relative;
}
.p_homestay_action__list .item.item_even:nth-last-of-type(1) .item_img::after, .p_homestay_action__list .item.item_even:nth-last-of-type(2) .item_img::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  aspect-ratio: 460/142;
  background: url(../images/common/img_rice_green.svg) center/contain no-repeat;
  transform: translate(30%, 69%);
  width: 300px;
}
.p_homestay_action__list .item_heading {
  position: relative;
  text-align: center;
  border-radius: 30px 30px 0 0;
  height: 30px;
}
.p_homestay_action__list .item_heading::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: url(../images/homestay/img_mask.svg) center/cover no-repeat;
  mask: url(../images/homestay/img_mask.svg) center/cover no-repeat;
  background-color: white;
  border-radius: inherit;
}
.p_homestay_action__list .item_heading_time {
  letter-spacing: 0.05em;
  line-height: 1;
  color: #4B6858;
  font-family: "Marcellus", sans-serif;
  display: inline-block;
  transform: translateY(-46%);
}
.p_homestay_action__list .item_content {
  background-color: white;
  padding: 20px 20px 30px;
  border-radius: 0 0 30px 30px;
}
.p_homestay_action__list .item_ttl {
  text-align: center;
  line-height: 1.5;
  color: #000;
  font-family: "Shippori Mincho", sans-serif;
}
.p_homestay_action__list .item_desc {
  font-weight: 500;
  margin-top: 10px;
}
.p_homestay_action__list .item_img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_homestay_action__list .item_ttl_note {
    font-size: 1rem;
  }
  .p_homestay_action__list .item_desc {
    font-size: 1.25rem;
  }
  .p_homestay_action__list .item_ttl {
    font-size: 1.5rem;
  }
  .p_homestay_action__list .item_heading_time {
    font-size: 3.125rem;
  }
  .p_homestay_action__ttl {
    font-size: 5rem;
  }
  .p_homestay_action__ttl .txt_num {
    font-size: 7.5rem;
  }
  .p_homestay_decor::before {
    right: clamp(2.5rem, 20.3703703704vw + -7.2777777778rem, 8rem);
    width: 200px;
    top: 139px;
  }
  .p_homestay_decor::after {
    left: 80px;
    bottom: 12vh;
    width: 480px;
  }
  .p_homestay_action {
    margin-top: 116px;
  }
  .p_homestay_action__block:not(:last-child) {
    margin-bottom: 117px;
  }
  .p_homestay_action__ttl {
    margin-bottom: 114px;
  }
  .p_homestay_action__ttl .txt_num {
    margin-left: 32px;
  }
  .p_homestay_action__list .item {
    width: 80%;
    max-width: 800px;
  }
  .p_homestay_action__list .item + .item {
    margin-top: 120px;
  }
  .p_homestay_action__list .item:not(:first-child)::before {
    width: 238px;
  }
  .p_homestay_action__list .item:nth-child(even):not([class*=item_])::before, .p_homestay_action__list .item.item_even::before {
    right: clamp(3.125rem, 39.7727272727vw + -22.3295454545rem, 7.5rem);
  }
  .p_homestay_action__list .item:nth-child(odd):not([class*=item_])::before, .p_homestay_action__list .item.item_odd::before {
    left: clamp(3.125rem, 39.7727272727vw + -22.3295454545rem, 7.5rem);
  }
  .p_homestay_action__list .item.item_odd + .item_even {
    margin-left: auto;
  }
  .p_homestay_action__list .item.item_odd + .item_even::before {
    right: 120px;
  }
  .p_homestay_action__list .item.item_even + .item_odd::before {
    left: 120px;
  }
  .p_homestay_action__list .item.item_odd:nth-child(1) .item_img::after, .p_homestay_action__list .item.item_odd:nth-child(2) .item_img::after {
    width: 460px;
  }
  .p_homestay_action__list .item.item_even:nth-last-of-type(1) .item_img::after, .p_homestay_action__list .item.item_even:nth-last-of-type(2) .item_img::after {
    width: 460px;
  }
  .p_homestay_action__list .item_heading {
    border-radius: 60px 60px 0 0;
    height: 60px;
  }
  .p_homestay_action__list .item_content {
    border-radius: 0 0 60px 60px;
    padding: 45px clamp(2.5rem, 7.8125vw + -1.25rem, 3.75rem) 60px;
  }
  .p_homestay_action__list .item_desc {
    margin-top: 20px;
  }
  .p_homestay_action__list .item_img {
    margin-top: 33px;
  }
  .p_homestay .c_farmstay {
    padding: 197px 0 200px;
  }
  .p_homestay .c_farmstay_btn {
    margin-top: -13px;
  }
}
/*# sourceMappingURL=maps/homestay.css.map */
