@charset "UTF-8";


/* ====================================
  plan
==================================== */
.plan {
  padding-top: 2rem;
}

.plan_main-ttl {
  color: #F37792;
  text-align: center;
  text-shadow: 0 0 1rem #FFF, 0 0 1rem #FFF;
  font-family: "Zen Old Mincho";
  font-size: 7rem;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
  padding-bottom: 3.5rem;
}

.plan_main-ttl_sub {
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 3rem;
  line-height: 4rem;
  background: linear-gradient(180deg, transparent 2%, #F37792 2%, #F37792 93%, transparent 90%);
  padding: 1rem 3rem;
  display: inline-block;
  margin-bottom: 2rem;
  text-shadow: none;
}

.plan_ttl_parts_01,
.plan_ttl_parts_02 {
  position: absolute;
}

.plan_ttl_parts_01 {
  top: 4rem;
  left: 3rem;
  width: 10rem;
  height: 5.9rem;
}

.plan_ttl_parts_02 {
  top: 0rem;
  right: 2rem;
  width: 11.2rem;
  height: 12.6rem;
}

/* ---------- タブ ---------- */
.plan_tab_wrap {
  width: 99%;
  margin: 0 auto;
}

.plan_tab_list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
}

.plan_tab_item {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique";
  gap: 0.6rem;
  height: 12rem;
  cursor: pointer;
  position: relative;
  font-size: 3.5rem;
  padding: 0 0 0 3rem;
}

.plan_tab_place {
  clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 100%, 0% 100%);
  color: #3C67BD;
}

.plan_tab_place_ttl {
  background-image: radial-gradient(#4a72b8 24%, transparent 24%);
  background-size: 1.3rem 1.3rem;
  background-repeat: repeat-x;
  background-position: bottom;
  line-height: 2;
}

.plan_place_tab_parts {
  position: absolute;
  top: 3.5rem;
  left: 5.5rem;
  width: 3.8rem;
}

.plan_tab_scene {
  clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 100%, 0% 100%);
  color: #EA6A9F;
}

.plan_tab_scene_ttl {
  background-image: radial-gradient(#EA6A9F 24%, transparent 24%);
  background-size: 1.3rem 1.3rem;
  background-repeat: repeat-x;
  background-position: bottom;
  line-height: 2;
}

.plan_scene_tab_parts {
  position: absolute;
  top: 3.5rem;
  left: 2rem;
  width: 5.3rem;
}

/* タブの外枠 */
.plan_tab_place::before,
.plan_tab_scene::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.6rem 1.6rem 0 0;
  transform-origin: bottom;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  transform: perspective(10rem) rotateX(4deg);
}

.plan_tab_place::before {
  background-color: #FFF0E4;
  border-top: .2rem solid #3C67BD;
  border-left: .2rem solid #3C67BD;
  border-right: .2rem solid #3C67BD;
}

.plan_tab_scene::before {
  background-color: #E6FCFF;
  border-top: .2rem solid #EA6A9F;
  border-left: .2rem solid #EA6A9F;
  border-right: .2rem solid #EA6A9F;
}

/* タブコンテンツの制御  */
.plan_container {
  display: none;
}

.plan_container.is-active {
  display: block;
}

.plan_tab_item {
  cursor: pointer;
}


/* コンテンツ共通設定*/
.plan_container {
  margin-top: -0.5rem;
  position: relative;
}

.plan_container_place {
  background-color: #FFF0E4;
}

.plan_container_scene {
  background-color: #E6FCFF;
  padding-top: 6rem;
}

/* コンテンツタイトル */
.plan_list_ttl_wrap {
  text-align: center;
  position: relative;
  padding: 5rem 0 3rem;
}

.plan_list_ttl_wrap_scene {
  padding-top: 3rem;
}

.plan_list_ttl {
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 5rem;
  line-height: 1.5;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: .1rem;
  text-underline-offset: 1rem;
}

.plan_list_ttl_big {
  font-size: 6rem;
  line-height: 1;
}

/* 色・下線バリエーション */
.plan_contents_ttl_orange {
  color: #D66912;
  text-decoration-color: #D66912;
}

.plan_contents_ttl_blue {
  color: #2B9AA2;
  text-decoration-color: #2B9AA2;
}

.plan_contents_ttl_yellow {
  color: #958416;
  text-decoration-color: #958416;
}

.plan_contents_ttl_purple {
  color: #8B67A1;
  text-decoration-color: #8B67A1;
}

.plan_contents_ttl_green {
  color: #5A8D4C;
  text-decoration-color: #5A8D4C;
}

/* コンテンツ中身 */
.plan_list_item {
  background-color: #fff;
  padding: 3rem 2.5rem;
  margin-bottom: 3rem;
}

.plan_list_img_wrap {
  position: relative;
}

.plan_img_badge {
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.8rem 1.5rem;
  color: #000;
}

.slide_plan_img {
  width: 100%;
}

.plan_list_img_parts {
  position: absolute;
  width: 13.5rem;
  height: 13.5rem;
  bottom: -1rem;
  left: -1rem;
  z-index: 10;
}

/* スライダー */
.plan_swiper-wrapper {
  padding-bottom: 5rem;
  height: 36rem;
}

.plan_list_pagination {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.slide_plan .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.slide_plan .swiper-pagination-bullet {
  background-color: #ABABAB;
  width: .7rem;
  height: .7rem;
}

.slide_plan .swiper-pagination-bullet-active {
  background-image: url(../img/slide_report_heart.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.6rem;
  height: 1.3rem;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
}

/* テキスト部分 */
.plan_list_txt_wrap {
  text-align: center;
  padding-top: 2rem;
}

.plan_list_place {
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  display: inline;
  padding: 0.3rem 1rem;
  letter-spacing: -.3rem;
}

/* 色・下線バリエーション */
.plan_list_place_orange {
  background: linear-gradient(180deg, transparent 15%, #FFF0E4 15%, #FFF0E4 90%, transparent 90%);
}

.plan_list_place_blue {
  background: linear-gradient(180deg, transparent 15%, #DCF9FB 15%, #DCF9FB 90%, transparent 90%);
}

.plan_list_place_yellow {
  background: linear-gradient(180deg, transparent 15%, #FFFDC2 15%, #FFFDC2 90%, transparent 90%);
  letter-spacing: -.3rem;
}

.plan_list_place_purple {
  background: linear-gradient(180deg, transparent 15%, #F7EAFF 15%, #F7EAFF 90%, transparent 90%);
}

.plan_list_place_green {
  background: linear-gradient(180deg, transparent 15%, #E5FFE4 15%, #E5FFE4 90%, transparent 90%);
}

.plan_list_period {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.plan_list_period_txt {
  color: #848484;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.1;
}

.plan_list_period_month {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.1;
}

.plan_list_price {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0 0 1.5rem;
  font-family: "Zen Old Mincho";
}

.plan_list_price_accent {
  color: #000;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3.5rem;
  padding-top: 1rem;
}

.plan_list_price_num {
  color: #F37792;
  font-size: 8rem;
  font-weight: 500;
}

.plan_list_price_unit {
  color: #F37792;
  font-size: 3.5rem;
  font-weight: 500;
  padding-top: 4rem;
}

.plan_btn {
  width: 57rem;
  display: block;
  margin: 0 auto;
}

/* 個別設定 */
/* タイトルパーツ */
.plan_contents_ttl_parts_okinawa_01 {
  position: absolute;
  width: 7.5rem;
  bottom: 5.5rem;
  left: 2rem;
}

.plan_contents_ttl_parts_okinawa_02 {
  position: absolute;
  width: 5.6rem;
  top: 3rem;
  right: 4rem;
}

.plan_contents_ttl_parts_hawaii {
  position: absolute;
  width: 11.8rem;
  top: 2rem;
  right: 1rem;
}

.plan_contents_ttl_parts_guam {
  position: absolute;
  width: 14.3rem;
  top: -2rem;
  right: 8rem;
}

.plan_contents_ttl_parts_europe {
  position: absolute;
  width: 10.9rem;
  bottom: 2.5rem;
  right: 2rem;
}

.plan_contents_ttl_parts_other_01 {
  position: absolute;
  width: 5.9rem;
  bottom: 2.5rem;
  left: -1rem;
}

.plan_contents_ttl_parts_other_02 {
  position: absolute;
  width: 8.3rem;
  top: 3.5rem;
  right: 2rem;
}

/* シーンタイトル個別設定 */
.plan_list_ttl_wrap_line-1 {
  padding: 5rem 0 5rem 13rem;
}

.plan_list_ttl_wrap_line-2 {
  padding: 13rem 0 3rem 16rem;
  text-align: left;
}

.plan_contents_ttl_parts_beach {
  position: absolute;
  width: 17rem;
  top: -1rem;
  left: 1rem;
}

.plan_contents_ttl_parts_chapel {
  position: absolute;
  width: 17rem;
  top: 12rem;
  left: -2rem;
}

.plan_contents_ttl_parts_chapel_location {
  position: absolute;
  width: 17rem;
  top: 12rem;
  left: -2rem;
}

.plan_contents_ttl_parts_chapel_city {
  position: absolute;
  width: 17rem;
  top: 0rem;
  left: -2rem;
}

.plan_contents_ttl_parts_location {
  position: absolute;
  width: 16rem;
  top: 0rem;
  left: -2rem;
}



/* 背景 */
.plan_list_bg-wrapper {
  clip-path: polygon(0 10rem, 100% 0, 100% calc(100% - 10rem), 0 100%);
  padding: 0 3.4rem;
}

.plan_list_bg-wrapper_last {
  clip-path: polygon(0 10rem, 100% 0, 100% 100%, 0 100%);
}

.plan_list_wrapper_okinawa {
  padding: 0 3.4rem;
}

.plan_list_bg-wrapper_hawaii {
  background-color: #DCF9FB;
  padding: 10rem 3rem 11rem;
  margin-bottom: 3rem;
}

.plan_list_bg-wrapper_guam {
  background-color: #FFFDC2;
  padding: 10rem 3rem 11rem;
  margin-top: -14rem;
  margin-bottom: 3rem;
}

.plan_list_bg-wrapper_europe {
  background-color: #F7EAFF;
  padding: 10rem 3rem 11rem;
  margin-top: -14rem;
}

.plan_list_bg-wrapper_other {
  background-color: #E5FFE4;
  padding: 10rem 3rem 3rem;
  margin-top: -10rem;
}

.plan_list_bg-wrapper_chapel {
  background-color: #FFF0E4;
  padding-bottom: 12rem;
}

.plan_list_bg-wrapper_chapel_location {
  background-color: #E5FFE4;
  margin-top: -12rem;
  padding-bottom: 12rem;
}

.plan_list_bg-wrapper_city {
  background-color: #FFFDC2;
  padding-top: 12rem;
  margin-top: -11rem;
  padding-bottom: 12rem;
}

.plan_list_bg-wrapper_location {
  background-color: #F7EAFF;
  padding-top: 12rem;
  margin-top: -11rem;
  padding-bottom: 5rem;
}

/* ボタン */
.plan_bottom_navigation {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  padding: 0 2rem;
}

.plan_bottom_btn {
  flex: 1;
  max-width: 35.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 1.5rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
  height: 11.2rem;
}

.plan_bottom_btn:hover {
  opacity: 0.8;
}

.plan_bottom_icon {
  height: 3rem;
  width: auto;
  margin-right: 1.5rem;
}

.plan_bottom_text {
  font-size: 3.5rem;
  font-weight: 500;
  background-image: radial-gradient(#4a72b8 24%, transparent 24%);
  background-size: 1.3rem 1.3rem;
  background-repeat: repeat-x;
  background-position: bottom;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique";
}

.plan_bottom_text_pink {
  background-image: radial-gradient(#EA6A9F 24%, transparent 24%);

}

.plan_bottom_btn::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 57%;
  width: 1.7rem;
  height: 1.7rem;
  border-top: 0.2rem solid;
  border-right: 0.2rem solid;
  transform: translateY(-50%) rotate(-45deg);
}

.btn_to_place {
  background: #FFF0E4;
  border: 0.2rem solid #3C67BD;
}

.btn_to_place .plan_bottom_text,
.btn_to_place::after {
  color: #3C67BD;
}

.btn_to_scene {
  background: #E6FCFF;
  border: 0.2rem solid #EA6A9F;
}

.btn_to_scene .plan_bottom_text,
.btn_to_scene::after {
  color: #EA6A9F;
}

.plan_bottom_btn_place_parts {
  position: absolute;
  width: 3.8rem;
  left: 3rem;
}

.plan_bottom_btn_scene_parts {
  position: absolute;
  width: 5rem;
  left: 1rem;
}