@charset "UTF-8";
.plan {
  background-color: #faf7f0;
  overflow: hidden;
}

.plan .billboard {
  background-image: url(../img/plan/plan_billboard.png);
}

.plan_switchs {
  margin: 45px auto;
}

.plan_section {
  padding-top: 0;
  /*planページのピンクのボタン*/
}

.plan_section .price_banner {
  display: block;
  box-shadow: 0px 0px 5px #f0ece4e0;
}

.plan_section .white_wrap {
  padding: 30px;
  background-color: white;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .plan_section .white_wrap {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .plan_section .white_wrap {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .plan_section .white_wrap {
    padding: 10px;
  }
}

.plan_section .white_wrap p, .plan_section .white_wrap span {
  font-family: var(--gothic);
}

.plan_section .white_wrap span {
  font-weight: 200;
}

.plan_section .plan_btn {
  width: 330px;
  padding: 15px 30px;
  margin-left: 30px;
  background-color: #13c44e;
  background-image: none;
  border-radius: 30px;
}

@media screen and (max-width: 1300px) {
  .plan_section .plan_btn {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .plan_section .plan_btn {
    /*background-color: inherit;*/
    max-width: 100%;
    margin: auto;
  }
}

.plan_section .plan_btn:after {
  color: white;
  right: 20px;
}

.plan_section .plan_btn span {
  color: white;
  position: relative;
  font-family: var(--gothic);
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1300px) {
  .plan_section .plan_btn span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .plan_section .plan_btn span {
    color: #ffffff;
    font-size: 12px;
  }
}

.plan_section .plan_btn span a {
  width: 100%;
  height: 100%;
  color: white;
  position: relative;
  font-family: var(--gothic);
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1300px) {
  .plan_section .plan_btn span a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .plan_section .plan_btn span a {
    color: #ffffff;
    font-size: 12px;
  }
}

.plan_cards {
  /*ul*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.plan_card {
  /*li*/
  margin-right: 15px;
  margin-bottom: 15px;
  background-image: url(../img/plan/plan_card_bg.png);
  background-size: cover;
  width: calc(50% - 7.5px);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .plan_card {
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
  }
}

.plan_card:nth-child(2n) {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .plan_card .first_info {
    flex-direction: row;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .plan_card .img_wrap {
    max-width: 95px;
    margin-right: 5%;
  }
}

.plan_card .img_wrap img {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .plan_card .img_wrap img {
    width: 100%;
    margin: auto;
  }
}

.plan_card .lead {
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .plan_card .lead {
    margin-top: 0px;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .plan_card .lead {
    font-size: 22px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .plan_card .lead {
    font-size: 18px;
  }
}

.plan_card .text {
  text-align: center;
  font-family: var(--gothic);
  font-weight: 200;
  margin-top: 25px;
}

@media screen and (max-width: 1200px) {
  .plan_card .text {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .plan_card .text {
    margin-top: 5px;
  }
}

.plan_banner {
  margin: auto;
  max-width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .plan_banner {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.plan_banner img {
  width: 100%;
}

.plan_reason_wrap {
  max-width: var(--pc-contents-width);
}

@media screen and (max-width: 767px) {
  .plan_reason_card1 {
    background-image: url(../img/common/feature_card_bg_sp05.png);
    background-size: cover;
  }
}

.plan_reason_card1 dt {
  position: relative;
}

.plan_reason_card1 dt:before {
  background-image: url(../img/common/feature_icon5.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 80px;
  height: 60px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  margin-left: 45%;
}

@media screen and (max-width: 400px) {
  .plan_reason_card1 dt:before {
    width: 12vw;
    height: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .plan_reason_card1 .btn01 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .plan_reason_card2 {
    background-image: url(../img/reason/feature_card_bg_sp01.png);
    background-size: cover;
  }
}

.plan_reason_card2 dt {
  position: relative;
}

.plan_reason_card2 dt:before {
  background-image: url(../img/common/feature_icon1.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 80px;
  height: 60px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 400px) {
  .plan_reason_card2 dt:before {
    width: 12vw;
    height: 12vw;
  }
}

.plan_set_section {
  background-color: #efe8d9;
  padding: 20px 25px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .plan_set_section {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 600px) {
  .plan_set_section {
    padding: 10px 15px;
  }
}

.plan_set_section .section_lead_font {
  margin: 25px auto 20px;
  display: block;
  font-weight: 500;
}

.plan_set_section .plan_set_inner {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .plan_set_section .plan_set_inner {
    flex-wrap: wrap;
  }
}

.plan_set_section .plan_price_detail {
  padding: 30px;
  background-color: #faf7f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .plan_set_section .plan_price_detail {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .plan_set_section .plan_price_detail {
    margin-right: 0;
    padding: 10px;
  }
}

.plan_set_section .plan_price_detail:nth-child(2n) {
  margin-right: 0;
}

.plan_set_section .plan_price_detail .label {
  background-color: black;
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.plan_set_section .plan_price_detail dt, .plan_set_section .plan_price_detail dd {
  font-size: 24px;
}

@media screen and (max-width: 1200px) {
  .plan_set_section .plan_price_detail dt, .plan_set_section .plan_price_detail dd {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .plan_set_section .plan_price_detail dt, .plan_set_section .plan_price_detail dd {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .plan_set_section .plan_price_detail dt, .plan_set_section .plan_price_detail dd {
    font-size: 16px;
  }
}

.plan_set_section .plan_price_detail dt {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}

.plan_set_section .plan_price_detail dd {
  font-weight: 500;
}

.plan_set_section .plan_price_detail .price_info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.plan_set_section .plan_price_detail .attention {
  font-size: 44px;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .plan_set_section .plan_price_detail .attention {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .plan_set_section .plan_price_detail .attention {
    font-size: 30px;
  }
}

.plan_set_section .plan_price_detail .attention_sub {
  margin-top: 0;
}

.plan_set_section .plan_price_detail .price_total {
  font-weight: 300;
  text-align: center;
}

.plan_set_section .white_wrap {
  width: calc(50% - 7.5px);
  margin-right: 15px;
}

.plan_set_section .white_wrap:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .plan_set_section .white_wrap {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .plan_set_section .white_wrap p {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*plan_set_section閉じタグ*/
span {
  margin-top: 0;
}

.under_tax {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: var(--gothic);
}

@media screen and (max-width: 1200px) {
  .under_tax {
    font-size: 12px;
  }
}

.under_tax:after {
  position: absolute;
}

.under_tax span {
  margin-top: 0px !important;
  font-size: 16px;
  font-family: var(--gothic);
  font-weight: 500 !important;
}

@media screen and (max-width: 1200px) {
  .under_tax span {
    font-size: 12px;
  }
}

/*その他のプラン*/
.plan_other_section {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .plan_other_section .reccomend_card_inner dl, .plan_other_section .reccomend_card_inner dd {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .plan_other_section .reccomend_card_inner dl, .plan_other_section .reccomend_card_inner dd {
    font-size: 12px;
  }
}

/*0915追加*/
@media screen and (max-width: 1200px) {
  .plan_other_section .reccomend_card_lead span {
    /* width: fit-content; */
    width:50%;
  }
}

@media screen and (max-width: 1000px) {
  .plan_other_section .reccomend_card_lead span {
    width:60%;
  }
}

@media screen and (max-width:767px) {
  .plan_other_section .reccomend_card_lead span {
    width:30%;
  }
}
@media screen and (max-width:600px) {
  .plan_other_section .reccomend_card_lead span {
    width:40%;
  }
}



.plan_other_section .reccomend_card_inner dd:last-child {
  margin: 0;
}

.plan_other_section .reccomend_card {
  padding-bottom: 20px;
  box-shadow: 0px 0px 5px #f0ece4e0;
}

.plan_other_section .reccomend_card .reccomend_card_inner .plan_btn {
  margin: 20px auto;
}

.plan_other_section .popular_badge {
  padding-top: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .plan_other_section .popular_badge {
    padding-top: 0px;
    padding-left: 0px;
  }
}

.plan_other_section .price_total {
  align-items: center;
}

.plan_other_section_inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .plan_other_section_inner {
    flex-wrap: wrap;
  }
}

.plan_other_section_inner .white_wrap {
  width: calc(50% - 15px);
}

@media screen and (max-width: 1200px) {
  .plan_other_section_inner .white_wrap {
    width: calc(50% - 5px);
  }
}

.plan_other_section_inner .white_wrap:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  .plan_other_section_inner .white_wrap:first-child {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .plan_other_section_inner .white_wrap:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .plan_other_section_inner .white_wrap {
    width: 100%;
    margin-right: 0;
  }
}

.plan_other_section_inner dl dd .plan_btn {
  margin: 20px auto;
}

.plan_bottom_text {
  font-size: 12px;
  margin-top: 10px;
}
/*# sourceMappingURL=plan.css.map */

.switch_btns {
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .switch_btns {
      margin: 10vw auto;
  }
}

.container {
  padding-left: 4vw;
  padding-right: 4vw;
}

.js_switch_target2 {
  display: none;
}

.price_banner_inner .plan_btn:after {
  content: "\f105";
  height: 27px;
  top: 50%;
  margin-top: -13px;
  display: flex;
  align-items: center;
}
.reccomend_card_inner .plan_btn:after {
  content: "\f105";
  height: 27px;
  top: 50%;
  margin-top: -13px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .price_banner_inner .plan_btn:after {
    content: "\f105";
    height: 18px;
    top: 50%;
    margin-top: -9px;
  }
  .reccomend_card_inner .plan_btn:after {
    content: "\f105";
    height: 18px;
    top: 50%;
    margin-top: -9px;
  }
}

.reason_card_info_fss {
  font-size: 60%;
}

@media screen and (max-width: 767px) {
  .type_info_first .reason_card_info {
    margin-bottom: 10px;
  }
  .reason_card_info dl {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}

@media screen and (max-width: 500px) {
  .reason_card_info dt {
    font-size: 6vw;
  }
}

.reason_card_info .btn01 {
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .reason_card_info .btn01 {
    margin: 20px auto;
  }
}

.plan_section .price_set_plan_btn {
  margin-top: 16px;
}

.price_banner_inner .price_month_circle {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .price_banner_inner .price_month_circle {
    width: 48px;
    height: 48px;
    margin-right: 1vw;
  }
}

.price_banner_inner .mini_kome_p1:after {
  top: 20%;
  right: -10%;
}
@media screen and (max-width: 1500px) {
  .price_banner_inner .mini_kome_p1:after {
    top: -5%;
    right: -15%;
  }
}

@media screen and (max-width: 767px) {
  .price_banner_inner .mini_kome_p1:after {
    top: 17%;
    right: -9%;
  }
}

@media screen and (max-width: 700px) {
  .price_banner_inner .mini_kome_p1:after {
    top: 15%;
    right: -9%;
  }
}

@media screen and (max-width: 600px) {
  .price_banner_inner .mini_kome_p1:after {
    top: 13%;
    right: -11%;
  }
}

@media screen and (max-width: 500px) {
  .price_banner_inner .mini_kome_p1:after {
    top: -13%;
    right: -12%;
  }
}


.reccomend_card .reccomend_card_inner dl dd {
  margin-top: 10px;
}
.reccomend_card .reccomend_card_inner dl dd .mini_kome:after {
  display: block;
  top: 5%;
  right: -10%;
}
@media screen and (max-width: 1200px) {
  .reccomend_card .reccomend_card_inner dl dd .mini_kome:after {
    display: block;
    top: 5%;
    right: -10%;
  }
}
@media screen and (max-width: 900px) {
  .reccomend_card .reccomend_card_inner dl dd .mini_kome:after {
    display: block;
    top: -10%;
    right: -15%;
  }
}
@media screen and (max-width: 767px) {
  .reccomend_card .reccomend_card_inner dl dd .mini_kome:after {
    display: block;
    top: 50%;
    right: -6%;
  }
}
@media screen and (max-width: 600px) {
  .reccomend_card .reccomend_card_inner dl dd .mini_kome:after {
    display: block;
    top: 30%;
    right: -8%;
  }
}
@media screen and (max-width: 500px) {
  .reccomend_card .reccomend_card_inner dl dd .mini_kome:after {
    display: block;
    top: 5%;
    right: -12%;
  }
}


.reccomend_card_inner {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .reccomend_card_inner {
    margin-top: 50px;
  }
}

.reccomend_card_inner .price_month_circle {
  width: 56px;
  height: 56px;
  margin-right: 10px;
}

@media screen and (max-width: 1300px) {
  .reccomend_card_inner .price_month_circle {
    width: 4.2vw;
    height: 4.2vw;
    font-size: 12px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .reccomend_card_inner .price_month_circle {
    width: 10vw;
    height: 10vw;
    font-size: 3.5vw;
    margin-right: 1vw;
  }
}

.price_banner_inner .price_banner_lead .price_banner_sub {
  width: fit-content;
  border-bottom: 4px solid #fff77d;
}

.price_banner_inner .price_banner_lead .price_banner_main {
  font-family: serif;
}

@media screen and (max-width: 767px) {
  .more_plan_link_bg {
    height: 600px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .more_plan_link_bg:after {
    content: "その他セットプラン";
    background: unset;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 14%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 24px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    z-index: 10;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .js_more_plan_click_area {
    background: linear-gradient(rgba(236,222,192,0.1),rgba(236,222,192,1));
    display: block;
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .more_plan_link_bg:before {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    white-space: pre;
    position: absolute;
    color: black;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    cursor: pointer;
    z-index: 2;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    z-index: 10;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .reccomend_card_inner dd .attention_sub {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .reccomend_card_inner dd .attention_sub {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .reccomend_card_lead {
    font-size: 32px;
  }
}

@media screen and (max-width: 400px) {
  .reccomend_card_lead {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .plan_other_section_inner .price_recommend_card1 .popular_badge,
  .plan_other_section_inner .price_recommend_card2 .popular_badge {
    width: 20vw;
    height: 20vw;
    padding-top: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .reason_card_info {
    max-width: 50vw;
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .reason_card_info {
    max-width: 100vw;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .btn01 {
    max-height: 100px;
  }
}


/*2021/09/13*/
.plan_cards_wrap .special_benefits{
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .plan_cards_wrap .special_benefits{
    margin-bottom: 10px;
  }
}

/*2021/09/13*/
.plan_section .plan_catchcopy {
  font-size: min(4.4vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}


.plan_other_section .reccomend_card a {
  display: block;
}

.set_plan_link {
  margin-top: 10px;
  width: 100%;
}
.set_plan_link .btn04 {
  box-shadow: initial;
  padding: 15px 30px;
  position: relative;
  font-size: 18px;
}
.set_plan_link .btn04::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  position: absolute;
  height: 27px;
  top: 50%;
  margin-top: -13px;
  display: flex;
  align-items: center;
  color: #ffffff;
  right: 20px;
}
.set_plan_link .btn04 span {
  padding: 0;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .set_plan_link .btn04 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .set_plan_link .btn04 {
    font-size: 12px;
  }
}