/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/* animation */
/* media query */
/* nav */
/* ------------------------------------------------------------
    nav
------------------------------------------------------------ */
.gnav_main .gnav_list .gnav_plan a::before {
  display: block;
  background-color: #000000;
}

/* ------------------------------------------------------------
    TTL
------------------------------------------------------------ */
.p_pagettl_plan {
  padding: 35px 0;
}
.p_pagettl_plan .type {
  color: #a3866a;
  font-family: "EB Garamond", serif;
  font-size: 5rem;
  line-height: 1;
  text-align: center;
}
.p_pagettl_plan .type .s_s {
  font-size: 57%;
}
@media only screen and (min-width: 768px) {
  .p_pagettl_plan {
    padding: 50px 0;
  }
  .p_pagettl_plan .type {
    font-size: 7rem;
  }
}

/* ------------------------------------------------------------
    contents
------------------------------------------------------------ */
/* index
-------------------------------------------------------- */
.s_planlist .c_heading_l {
  margin-bottom: max(-4vw, -2rem);
}

.p_plan_list_wrap {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .p_plan_list_wrap {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p_plan_list_wrap.c_has_bg::after {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .p_plan_list_wrap.c_has_bg::after {
    width: 95%;
  }
}

.p_plan_list {
  margin-bottom: -30px;
}
.p_plan_list_item {
  margin-bottom: 30px;
}
.p_plan_list_item a {
  display: -ms-grid;
  display: grid;
  padding: 10%;
  background-color: #ffffff;
}
.p_plan_list_item .info .type {
  color: #a3866a;
  font-family: "EB Garamond", serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 10px;
}
.p_plan_list_item .info .type .s_s {
  font-size: 55%;
}
.p_plan_list_item .info .spec_1 {
  font-family: "EB Garamond", serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 15px;
}
.p_plan_list_item .info .spec_1 .s_s {
  font-size: 70%;
}
.p_plan_list_item .info .spec_2 {
  display: inline-block;
}
.p_plan_list_item .info .spec_2 .num {
  font-family: "EB Garamond", serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}
.p_plan_list_item .info .spec_2 .num .s_s {
  font-size: 70%;
}
.p_plan_list_item .link {
  margin-top: 15px;
}
.p_plan_list_item .link .c_btn {
  display: block;
  width: 100%;
}
.p_plan_list_item .img {
  width: 85%;
  margin: 0 auto;
}
.p_plan_list_item .size .img {
  width: 63.405%;
}
@media only screen and (min-width: 768px) {
  .p_plan_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: max(-4%, -48px);
  }
  .p_plan_list_item {
    width: 48%;
    margin-bottom: 4%;
  }
  .p_plan_list_item .info .type {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .p_plan_list_item .info .spec_1 {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .p_plan_list_item .info .spec_2 .num {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p_plan_list_item a {
    padding: 40px 8.7%;
    -ms-grid-columns: 47% 48%;
    grid-template-columns: 47% 48%;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_plan_list_item a > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p_plan_list_item a > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p_plan_list_item a > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p_plan_list_item a > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p_plan_list_item a.size {
    -ms-grid-columns: 47% 35.809%;
    grid-template-columns: 47% 35.809%;
  }
  .p_plan_list_item .info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .p_plan_list_item .info .spec_2 {
    display: block;
  }
  .p_plan_list_item .link {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    margin-top: 30px;
  }
  .p_plan_list_item .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
    width: 100%;
    bottom: 0;
  }
  .p_plan_list_item .size .img {
    width: 100%;
  }
}

.plan_hanrei {
  font-size: 1rem;
  margin-top: 20px;
}
.plan_hanrei li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
}
.plan_hanrei .heat, .plan_hanrei .sto {
  display: inline-block;
  width: 34px;
  height: 11px;
  margin-right: 4px;
  vertical-align: middle;
}
.plan_hanrei .heat {
  background-color: #f2dbdf;
}
.plan_hanrei .sto {
  background-color: #eedcc0;
}
.plan_hanrei .light img, .plan_hanrei .wind img {
  width: 40px;
  margin-right: 4px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .plan_hanrei {
    font-size: 1.2rem;
    margin-top: 30px;
  }
}

/* DETAIL
-------------------------------------------------------- */
.p_plan_detail {
  padding: 55px 0;
}
@media only screen and (min-width: 768px) {
  .p_plan_detail {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p_plan_detail {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p_plan_detail_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p_plan_detail .info .spec_1 {
  font-family: "EB Garamond", serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  margin: 0 20px 12px 0;
  display: inline-block;
}
.p_plan_detail .info .spec_1 .s_s {
  font-size: 70%;
}
.p_plan_detail .info .spec_2 {
  margin-bottom: 12px;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  display: inline-block;
}
.p_plan_detail .info .spec_2 .num {
  font-family: "EB Garamond", serif;
}
.p_plan_detail .info .spec_2 .s_s {
  font-size: 70%;
}
.p_plan_detail .info .spec_2 .s_m {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}
.p_plan_detail .info .spec_3 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p_plan_detail .info .spec_1 {
    font-size: 60px;
    font-size: 6rem;
  }
  .p_plan_detail .info .spec_2 {
    font-size: 60px;
    font-size: 6rem;
  }
  .p_plan_detail .info .spec_2 .s_m {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p_plan_detail .info .spec_3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p_plan_detail .info {
    width: 33.3333%;
  }
  .p_plan_detail .info .spec_1, .p_plan_detail .info .spec_2 {
    display: block;
    margin: 0 0 20px 0;
  }
}
.p_plan_detail .feature {
  margin-top: 25px;
}
.p_plan_detail .feature_item {
  font-size: 1.3rem;
  line-height: 1.4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: url(../images/common/icn_list.svg) no-repeat 0 0.4rem;
  background-size: 12px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .p_plan_detail .feature {
    margin-top: 40px;
  }
  .p_plan_detail .feature_item {
    font-size: 1.5rem;
    background-size: 14px;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .p_plan_detail .feature {
    margin-top: 60px;
  }
}
.p_plan_detail .img {
  margin: 35px auto 0;
}
.p_plan_detail .img .zu {
  max-width: 528px;
  margin: 0 auto;
}
.p_plan_detail .img .zu img {
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .p_plan_detail .img {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .p_plan_detail .img {
    width: 61.6666%;
    margin: 0;
  }
}
.p_plan_detail .plan_hanrei {
  text-align: center;
}

.p_plan_nav {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p_plan_nav {
    padding-top: 55px;
  }
}
.p_plan_nav_list_item {
  display: inline-block;
  padding: 10px;
}
.p_plan_nav_list_item a {
  font-family: "EB Garamond", serif;
  line-height: 1.4;
  display: inline-block;
}
.p_plan_nav_list_item a .s_l {
  font-size: 125%;
}
.p_plan_nav_list_item a:not(.current) {
  border-bottom: 1px solid #000000;
}
.p_plan_nav_list_item a.current {
  color: #a3866a;
}
@media only screen and (min-width: 768px) {
  .p_plan_nav_list {
    text-align: center;
  }
  .p_plan_nav_list_item {
    padding: 15px;
  }
}
.p_plan_nav_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 25px;
}
.p_plan_nav_parent .c_btn {
  width: 60%;
  max-width: 260px;
}
/*# sourceMappingURL=plan.css.map */

