@charset "UTF-8";

/* グロナビ */
.globalNav_item.plan,
.sp-nav__item.plan {
  background-color: #e6e8ed;
  color: #051e50;
  pointer-events: none;
}

.globalNav_item.plan a {
  color: #051e50;
  pointer-events: none;
}

.globalNav_item.plan::before {
  background-color: #051e50;
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  width: 94%;
  left: 5%;
  bottom: 0px;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

/* row-reverse */
.row-reverse {
  flex-direction: row-reverse;
}

/* mv
========================== */
.mv {
  position: relative;
}
.mv_wrap {
  position: absolute;
  width: 90%;
  left: 8%;
  bottom: 80px;
  color: #fff;
}
.mv_title_en {
  font-family: "Cinzel", serif;
  font-size: 84px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.mv_title {
  font-size: 28px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .mv_wrap {
    bottom: 140px;
  }
  .mv_title_en {
    font-size: 40px;
  }
  .mv_title {
    font-size: 20px;
  }
}

/* main
========================== */
.main {
  padding-top: 200px;
}
@media only screen and (max-width: 1080px) {
  .main {
    padding-top: 80px;
  }
}

/* contents_area
============================== */
.contents_area {
  padding-top: 130px;
  padding-bottom: 130px;
}
.contents_area .inner {
  max-width: 1200px;
}
.top_title {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.88;
}
.top_title .num {
  font-size: 150%;
}
.plan_wrap {
  margin-top: 130px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
.plan_item {
  display: block;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.5s ease-out;
}
.plan_item:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 20px;
}
.plan_item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.plan_item_body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 44px;
  background: url(../images/plan/plan_itam_bg.jpg) no-repeat center center /
    cover;
}
.plan_item_body_inner {
  width: 76%;
  margin-inline: auto;
}
.plan_item_head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #826c36;
  font-family: "Cormorant Infant", serif;
}
.plan_item_head .type {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.plan_item_head .type span {
  display: block;
  font-size: 100px;
  line-height: 0.8;
}
.plan_item_head .ldk {
  width: 100%;
  text-align: center;
  font-size: 36px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #826c36;
}
.plan_item_head .ldk span {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 300;
}
.menseki_wrap {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}
.menseki {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #1a1a1a;
}
.menseki_spec {
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #1a1a1a;
  font-family: "Cormorant Infant", serif;
}
.menseki_spec .num_l {
  font-size: 54px;
  line-height: 1.2;
}
.menseki_spec .num_m {
  font-size: 34px;
}
.menseki_spec .num_s {
  font-size: 20px;
}
.menseki_spec .tsubo {
  font-size: 14px;
}
.plan_item_img {
  padding: 0px 20px;
}
.plan_item_label {
  text-align: center;
  background: #203763;
  background: linear-gradient(
    180deg,
    rgba(32, 55, 99, 1) 0%,
    rgba(5, 30, 80, 1) 100%
  );
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding-block: 20px;
}
.bottom_contents {
  padding-block: 80px;
  background: url(../images/plan/bottom_bg.jpg) no-repeat center center / cover;
  text-align: center;
}
.bottom_contents p {
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top_title {
    font-size: 24px;
    line-height: 1.7;
  }
  .top_title .num {
    font-size: 130%;
  }
  .plan_wrap {
    margin-top: 60px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .plan_item_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .plan_item_body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
  }
  .plan_item_body_inner {
    width: calc(100% - 40px);
  }
  .plan_item_head {
    flex-direction: row;
    align-items: baseline;
    border-bottom: 1px solid #826c36;
  }
  .plan_item_head .type {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .plan_item_head .type span {
    display: inline;
    font-size: 50px;
    line-height: 1;
    margin-right: 4px;
  }
  .plan_item_head .ldk {
    text-align: right;
    font-size: 36px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .plan_item_head .ldk span {
    font-size: 40px;
  }
  .menseki_wrap {
    margin-top: 10px;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
  .menseki {
    font-size: 14px;
  }
  .menseki_spec .num_l {
    font-size: 36px;
  }
  .menseki_spec .num_m {
    font-size: 20px;
  }
  .menseki_spec .num_s {
    font-size: 12px;
  }
  .menseki_spec .tsubo {
    font-size: 11px;
  }
  .plan_item_img {
    padding-bottom: 10px;
  }
  .plan_item_label {
    font-size: 18px;
    padding-block: 11px;
  }
  .bottom_contents {
    padding-block: 46px;
  }
  .bottom_contents p {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}
