@charset "UTF-8";

.intro {
  margin-top: 6.2rem;
}
.inner {
  max-width: 112rem;
  margin: 0 auto;
}
.intro_title {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: .11em;
  font-weight: 500;
}
.intro_text {
  margin-top: .6rem;
  font-size: 1.3rem;
  letter-spacing: .12em;
  line-height: 2.46;
  max-width: 69.6rem;
  margin-bottom: 8.4rem;
}
.section-gap {
  height: 4.6rem;
}

@media only screen and (max-width: 768px) {
  .intro {
    margin-top: 10.5rem;
  }
  .inner {
    margin: 0 3rem;
  }
  .intro_text {
    font-size: 1.2rem;
    line-height: 2.66;
    letter-spacing: .08em;
    margin-bottom: 1.4rem;
  }
  .section-gap {
    height: 5.6rem;
  }
}

.plans {
  background-color: #5D9277;
  padding-top: 12rem;
  padding-bottom: 14rem;
}
.plans_items {
  margin-right: -34rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.plans_item {
  display: flex;
  position: relative;
}
.plans_item_head {
  position: absolute;
  right: 30rem;
  top: 10rem;
}
.plans_item_head figure img{
  width: 28rem;
  height: auto;
  object-fit: cover;
}
.plans_text {
  color: #FFFFFF;
  width: 100%;
}
.plans_text h3,
.plans_text p {
  padding-left: 8.3rem;
}
.plans_text h3 {
  margin-top: 11.9rem;
  font-size: 3.6rem;
  letter-spacing: .12em;
  font-weight: 600;
  border-bottom: .1rem solid #fff;
  padding-bottom: 2.3rem;
  line-height: 1.2;
}
.plans_text h3 span {
  font-size: 1.8rem;
  letter-spacing: .12em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.77;
}
.plans_text .price {
  font-size: 3rem;
  line-height: 1.33;
  margin-top: 2rem;
  font-weight: 500;
  letter-spacing: .18em;
}
.plans_text .price span {
  font-size: 1.3rem;
  letter-spacing: .12em;
  margin-left: -.6rem;
}
.plans_text h4 {
  margin-left: 8.4rem;
  margin-top: 2.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .1em;
  border: .1rem solid #fff;
  background: #fff;
  text-align: center;
  color: #5D9277;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  border-radius: 3rem;
  width: fit-content;
  padding: .6rem 2rem .7rem 2rem;
  opacity: 0.7;
}
.plans_text .content {
  margin-top: 1.3rem;
  font-size: 1.3rem;
  line-height: 2;
  max-width: 60rem;
  letter-spacing: .12em;
}

@media only screen and (max-width: 768px) {
  .plans {
    padding-top: 19.7rem;
    padding-bottom: 13rem;
  }
  .plans_item {
    display: flex;
    flex-direction: column;
  }
  .plans_items {
    gap: 22.7rem;
  }
  .plans_item_head {
    right: 31.4rem;
    top: -17.8rem;
  }
  .plans_item_head figure img{
  width: 24.1rem;
  height: auto;
  object-fit: cover;
  }
  .plans_text h3 {
    margin-top: 2.9rem;
    font-size: 3rem;
    line-height: 1;
  }
  .plans_text h3 span {
    margin-top: 2rem;
    font-size: 1.6rem;
    letter-spacing: .09em;
  }
  .plans_text .price {
    margin-top: 1.5rem;
  }
  .plans_text h3,
  .plans_text p {
    padding-left: 3rem;
  }
  .plans_text h4 {
    margin-left: 3rem;
    margin-top: 2.2rem;
    padding: .6rem 2rem .7rem 2rem;
  }
  .plans_text {
    max-width: 36rem;
  }
  .plans_text .content {
    margin-top: 1.3rem;
  }
}

.photo_slider {
	max-width: 35.2%;
	margin: 0 0 0 auto;
	overflow: hidden;
}
.photo_slider .slick-list {
	overflow: hidden;
}
.photo_slider .slick-track {
  margin-left: 20rem;
}
.photo_slider figure {
	width: 47rem;
	margin-left: .5rem;
	float: right;
}
.photo_slider figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.photo_slider .slick-dots button {
  display: none;
}
.photo_slider .slick-dots .slick-active button {
	display: none;
}
.photo_slider .slick-next,
.photo_slider .slick-prev {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .photo_slider {
		max-width: 36.4rem;
    margin-left: 0;
	}
  .photo_slider .slick-track {
    margin-left: 0;
  }
  .photo_slider figure {
    width: 31rem;
  }
}

.special_plan {
  position: relative;
}
.special_plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: .1rem;
  height: 12rem;
  background: #4C4C4C;
}
.special_plan_contents {
  text-align: center;
  padding-top: 14.6rem;
  padding-bottom: 9.3rem;
  color: #4C4C4C;
}
.special_plan_contents > h3 {
  max-width: 54.4rem;
  margin: 0 auto;
  border-bottom: .1rem solid #4C4C4C;
  line-height: .9;
}
.special_plan_contents .number {
  font-size: 3.6rem;
}
.special_plan_contents > h4 {
  margin: 2rem auto 1.2rem;
  padding: .6rem 2rem .7rem 2rem;
}
.special_plan_contents > .content {
  margin: 0 auto;
  letter-spacing: .13em;
}
.special_plan_contents > h3,
.special_plan_contents > p {
  padding-left: 0;
}
.special_plan_notice {
  border-top: .1rem solid #4C4C4C;
}
.special_plan_notice_contents {
  margin: 4.6rem auto 0;
  padding-bottom: 13rem;
  max-width: 61rem;
}
.special_plan_notice_contents > h3 {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: .14em;
  font-weight: 400;
  margin-bottom: 1rem;
}
.special_plan_notice_contents ul li {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: .12em;
}

@media only screen and (max-width: 768px) {
  .special_plan::before {
    display: none;
  }
  .special_plan_contents {
    max-width: 33rem;
    margin: 0 auto;
    padding-top: 5.6rem;
    padding-bottom: 8rem;
  }
  .special_plan_contents > h3 {
    line-height: 1;
  }
  .special_plan_contents > .content {
    text-align: left;
  }
  .special_plan_contents .description {
    font-size: 1.6rem;
  }
  .special_plan_contents > .price {
    margin-top: 1rem;
    line-height: 1;
  }
  .special_plan_contents > h4 {
    margin: 3rem auto 1.2rem;
  }
  .special_plan_notice_contents {
    max-width: 33rem;
    margin-top: 3rem;
    padding-bottom: 6.2rem;
  }
  .special_plan_notice_contents > h3 {
    font-size: 1.6rem;
  }
}

.reservation_flow_contents {
  display: flex;
  justify-content: flex-end;
  gap: 10.2rem;
  padding: 17.2rem 0 20rem;
  background: #EDE8DE;
}
.reservation_flow_contents h2 {
  writing-mode: vertical-rl;
  font-size: 1.3rem;
  letter-spacing: .12em;
  font-weight: 500;
  padding-top: 1.6rem;
}
.reservation_flow_contents h3 {
  font-size: 3rem;
  letter-spacing: .12em;
  font-weight: 500;
  line-height: 1.33;
  margin-top: -4rem;
  margin-bottom: 5rem;
}
.reservation_flow_contents h2::before {
  content: '';
  display: block;
  width: .1rem;
  height: 4.5rem;
  background: #4C4C4C;
  transform: rotate(42.28deg);
  position: absolute;
  left: 2rem;
  top: -3.8rem;
}
.reservation_flow_inner {
  width: calc(50% + 52.4rem);
}
.reservation_flow_box {
  max-width: 111.1rem;
  padding-left: 1rem;
}
.reservation_flow_items {
  display: flex;
  gap: 3.5rem;
  border-top: .1rem solid #4C4C4C;
}
.reservation_flow_item {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  width: calc(50% - 2rem);
  padding-top: 4rem;
}
.reservation_flow_box .reservation_flow_items:nth-child(1) {
  padding-bottom: 4rem;
}
.reservation_flow_box .reservation_flow_items:nth-child(2) {
  padding-bottom: 5.6rem;
}
.flow_number {
  min-width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #5c8872;
  position: relative;
  opacity: 0.8;
}
.flow_number::before {
  content: "";
  display: block;
  width: 3rem;
  height: .2rem;
  border-top: .1rem solid #5c8872;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.flow_content {
  margin-top: -0.7rem;
}
.flow_content h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #4C4C4C;
  letter-spacing: .14em;
}
.flow_content p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: .12em;
  color: #4C4C4C;
}
.flow_content .flow_btn {
  border: .1rem solid #fff;
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #5D9277;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  border-radius: 3rem;
  transition: background .3s, color .3s, opacity .3s;
  width: 30rem;
  margin-top: 2rem;
}
.flow_content .btn_more {
  margin-top: 2.5rem;
}
.flow_content .btn_more span {
  margin-left: 1rem;
}


@media only screen and (max-width: 768px) {
  .reservation_flow_contents {
    padding: 11.5rem 0 12rem 1rem;
    gap: 1.8rem;
    justify-content: flex-start;
  }
  .reservation_flow_contents h2::before {
    height: 2rem;
    left: 1.1rem;
    top: -2.1rem;
  }
  .reservation_flow_contents h3 {
    font-size: 2.6rem;
    margin-top: 1rem;
    margin-bottom: 3.3rem;
  }
  .flow_content h4 {
    font-size: 1.8rem;
  }
  .flow_number {
    min-width: 5.5rem;
    height: 5.5rem;
    font-size: 2rem;
  }
  .flow_number::before {
    width: .2rem;
    height: 2rem;
    border-top: none;
    border-left: 0.1rem solid #5c8872;
    top: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .reservation_flow_box {
    max-width: 34rem;
    padding-left: 0;
  }
  .reservation_flow_box .reservation_flow_items:nth-child(1) {
    padding-bottom: 5.3rem;
    gap: 3.6rem;
    border-top: .1rem solid #4C4C4C;
    padding-top: 4rem;
  }
  .reservation_flow_items {
    flex-direction: column;
    border-top: none;
    gap: 5rem;
  }
  .reservation_flow_item {
    width: 100%;
    gap: 1.5rem;
    padding-top: 0;
  }
  .flow_content {
    margin-top: 1.3rem;
    margin-right: 3rem;
  }
  .flow_content .flow_btn {
    width: 24rem;
  }
  .flow_content .btn_more {
    min-width: 24rem;
  }
}