/* ---------------------------------------
  .page_ttl
-----------------------------------------*/
.page_ttl {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .page_ttl {
    margin-bottom: 10rem;
  }
}
.page_ttl .ttl {
  font-size: 4.6rem;
  color: #c5a306;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_ttl .ttl {
    font-size: 4.6rem;
  }
}
.page_ttl .lead {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.265em;
}
@media screen and (max-width: 767px) {
  .page_ttl .lead {
    font-size: 2.2rem;
    line-height: 2.4545454545;
    margin-top: 6rem;
  }
}

/* ---------------------------------------
  .plan_list
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .plan_list .wrap {
    width: 80.6%;
    max-width: 960px;
  }
}
.plan_list .ttl {
  font-size: 5rem;
  color: #696969;
}
@media screen and (max-width: 767px) {
  .plan_list .ttl {
    font-size: 4.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .plan_list .ttl + .plan_clm {
    margin-top: 4.2rem;
  }
}
.plan_list .plan_clm {
  margin-top: 10rem;
  position: relative;
}
.plan_list .plan_clm .time_box {
  padding: 3.6%;
  width: 30%;
  height: 12.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(241, 242, 242, 0.8);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm .time_box {
    width: 30rem;
    height: 11.8rem;
    padding: 2.6rem;
  }
}
.plan_list .plan_clm .time_box .txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm .time_box .txt {
    font-size: 2.4rem;
  }
}
.plan_list .plan_clm .time_box .time {
  font-size: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm .time_box .time {
    font-size: 2.7rem;
  }
}
.plan_list .plan_clm .time_box .time::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 1rem;
  background: url(../images/plan/icon_time.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm .time_box .time::before {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.plan_list .plan_clm .img_box .img {
  width: 61.9%;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm .img_box .img {
    width: 47.5rem;
  }
}
.plan_list .plan_clm .info {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm .info {
    position: static !important;
    width: auto !important;
    font-size: 2.2rem;
    line-height: 1.8181818182;
    text-align: center;
    margin-top: 3.5rem;
  }
}
.plan_list .plan_clm + .plan_clm {
  margin-top: 10rem;
}
.plan_list .plan_clm.ttl_left .time_box {
  margin-left: 3.1%;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm.ttl_left .time_box {
    margin-left: 0;
  }
}
.plan_list .plan_clm.ttl_left .img_box .img {
  margin: -7.9% 9.3% 0 auto;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm.ttl_left .img_box .img {
    margin: -3rem -3.95% 0 auto;
  }
}
.plan_list .plan_clm.ttl_right .time_box {
  margin-left: auto;
  margin-right: -3.1%;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm.ttl_right .time_box {
    margin-right: 0;
  }
}
.plan_list .plan_clm.ttl_right .img_box .img {
  margin-left: 13.3%;
  margin-top: -9%;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm.ttl_right .img_box .img {
    margin-left: -3.95%;
    margin-top: -2.8rem;
  }
}
.plan_list .plan_clm.ttl_center .time_box {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm.ttl_center .time_box {
    margin: 0;
  }
}
.plan_list .plan_clm.ttl_center .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -7.3%;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm.ttl_center .img_box {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.plan_list .plan_clm.ttl_center .img_box .img {
  width: 48.75%;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm.ttl_center .img_box .img {
    width: 48rem;
  }
}
.plan_list .plan_clm.ttl_center .img_box .img:nth-of-type(1) {
  margin-top: 5.4%;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm.ttl_center .img_box .img:nth-of-type(1) {
    margin: -3rem auto 0 -3.95%;
  }
}
@media screen and (max-width: 767px) {
  .plan_list .plan_clm.ttl_center .img_box .img:nth-of-type(2) {
    margin: -2.3rem -3.95% 0 auto;
    position: relative;
  }
}
.plan_list .plan_clm.day1_2 .info {
  position: absolute;
  top: 91.7%;
  right: 4.8%;
  width: 40%;
}
.plan_list .plan_clm.day1_3 .info {
  position: absolute;
  top: 41.6%;
  right: 5.2%;
  width: 16.6%;
}
.plan_list .plan_clm.day1_4 .info {
  position: absolute;
  top: 43%;
  left: 3.1%;
  width: 24.3%;
}
.plan_list .plan_clm.day1_5 .info {
  position: absolute;
  top: 39.8%;
  left: 77.9%;
  width: 23.2%;
}
@media screen and (min-width: 768px) {
  .plan_list .plan_clm.day1_6 {
    margin-top: calc(9% + 60px);
  }
}
.plan_list .plan_clm.day2_1 .info {
  position: absolute;
  top: 43.3%;
  left: 4.5%;
  width: 23%;
}
.plan_list .plan_clm.day2_2 .info {
  position: absolute;
  top: 33%;
  right: 0;
  width: 22.6%;
}
.plan_list .plan_clm.day2_3 .info {
  position: absolute;
  top: 43%;
  left: 3.1%;
  width: 25.6%;
}
.plan_list .plan_clm.day2_4 .info {
  position: absolute;
  top: 41%;
  left: 77.6%;
  width: 21.5%;
}
@media screen and (min-width: 768px) {
  .plan_list .plan_clm.day2_7, .plan_list .plan_clm.day2_8 {
    margin-top: calc(9% + 60px);
  }
}
.plan_list .plan_end {
  text-align: center;
  position: relative;
}
.plan_list .plan_end::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #231815;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .plan_list .plan_end::after {
    top: 15.8rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.plan_list .plan_end .txt {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  line-height: 2.4;
  text-align: center;
  padding: 4.6% 3.8% 2.3%;
  background-color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_end .txt {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    padding: 13.7rem 0.7rem 0;
  }
}
.plan_list .plan_end .txt::after {
  content: "";
  width: 1.1rem;
  height: 1.6rem;
  background: url(../images/common/icon_arrow_link01.png) no-repeat center/cover;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .plan_list .plan_end .txt::after {
    bottom: -3rem;
  }
}
.plan_list .plan_end .txt span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_end .txt span {
    font-size: 2.4rem;
    padding-top: 7.2rem;
    display: inline-block;
  }
}
.plan_list .bg_color {
  background-color: #f0eae1;
  padding: 65px 0 75px;
  margin-top: 146px;
}
@media screen and (max-width: 767px) {
  .plan_list .bg_color {
    padding: 10rem 0 11rem;
    margin-top: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .plan_list .bg_color .plan_clm.ttl_center .img_box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .plan_list .bg_color .plan_clm.ttl_center .img_box .img:nth-of-type(1) {
    margin: -3rem -3.95% 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .plan_list .bg_color .plan_clm.ttl_center .img_box .img:nth-of-type(2) {
    margin: -2.3rem auto 0 -3.95%;
  }
}
.plan_list .bg_color .info {
  text-align: center;
  margin-top: 40px;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  .plan_list .bg_color .info {
    margin-left: 6.6rem;
    line-height: 2.2727272727;
  }
}
.plan_list .bg_color .info a {
  font-size: 1.5rem;
  padding-right: 24px;
  position: relative;
  display: inline-block;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .plan_list .bg_color .info a {
    font-size: 2.2rem;
    padding-right: 4rem;
    display: inline-block;
    margin-top: 4rem;
  }
}
.plan_list .bg_color .info a::after {
  content: "";
  width: 10px;
  height: 14px;
  background: url(../images/common/icon_arrow_link01.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .plan_list .bg_color .info a::after {
    width: 1.3rem;
    height: 1.9rem;
  }
}
.plan_list + .plan_list {
  margin-top: 138px;
}
@media screen and (max-width: 767px) {
  .plan_list + .plan_list {
    margin-top: 15rem;
  }
}