@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.menu_on::after {
  width: 100% !important;
}
.footer_menu_on {
  color: #ff6600 !important;
}
.page_h2_item_plan {
  background: url(../img/h2_page_bg.jpg) no-repeat center / contain;
  background-position-x: right;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .page_h2_item_plan {
    background: url(../img/h2_page_bg_sp.jpg) no-repeat center / contain;
    background-position-x: right;
    background-size: cover;
  }
}
.page_h2_item_plan .txt {
  line-height: 1.4;
  padding-top: 0 !important;
}
.page_h2_item_plan span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .page_h2_item_plan span {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.plan {
  font-family: "M PLUS Rounded 1c";
}
.plan .h2_ttl_line {
  max-width: 470px !important;
}
@media screen and (max-width: 850px) {
  .plan .h2_ttl_line {
    max-width: 100% !important;
  }
}
.plan .inner {
  padding-top: 100px;
}
@media screen and (max-width: 850px) {
  .plan .inner {
    padding-top: 40px;
  }
}
.plan ul {
  column-gap: 46px;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .plan ul {
    margin-top: 30px;
    display: block;
  }
}
.plan ul li {
  width: calc(50% - 23px);
  border-radius: 6px 6px 8px 8px;
  border: 2px solid #663333;
  background: #ffffff;
}
@media screen and (max-width: 850px) {
  .plan ul li {
    width: 100%;
  }
  .plan ul li + li {
    margin-top: 30px;
  }
}
.plan ul li .ttl {
  line-height: 59px;
  text-align: center;
  background: #663333;
  color: #ffffff;
  width: 100%;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .plan ul li .ttl {
    font-size: 20px;
  }
}
.plan ul li .img {
  padding: 20px 36px 15px 36px;
}
@media screen and (max-width: 850px) {
  .plan ul li .img {
    padding: 0;
  }
}
.plan ul li .img img {
  width: 100%;
}
.plan ul li .txt {
  padding: 0 20px 20px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (max-width: 850px) {
  .plan ul li .txt {
    padding: 20px;
    font-size: 14px;
  }
}
.plan p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.plan_step {
  font-family: "M PLUS Rounded 1c";
}
.plan_step .inner {
  padding-top: 150px;
}
@media screen and (max-width: 850px) {
  .plan_step .inner {
    padding-top: 120px;
  }
}
.plan_step .h3_ttl {
  background: #F3C698;
  border-radius: 6px;
  line-height: 1.66;
  padding: 12px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .plan_step .h3_ttl {
    font-size: 20px;
    line-height: 1.4;
    padding: 15px 0;
  }
}
.plan_step ul {
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .plan_step ul {
    margin-top: 30px;
  }
}
.plan_step ul li {
  position: relative;
  padding-left: 235px;
  background: url(../img/step_bg01.jpg) no-repeat center / contain #ffffff;
  background-size: cover;
  background-position-x: right;
  height: 168px;
  border-radius: 0 6px 6px 0;
  border: 2px solid #DDDDDD;
}
@media screen and (max-width: 1280px) {
  .plan_step ul li {
    padding-left: 135px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_step ul li {
    padding-left: 105px;
  }
}
@media screen and (max-width: 850px) {
  .plan_step ul li {
    background: #ffffff;
    background-size: 100% auto;
    background-position-x: right;
    background-position-y: bottom;
    padding: 20px 0 0 0;
    border-radius: 0 0 6px 6px;
    height: fit-content;
  }
}
.plan_step ul li:nth-child(1) .img {
  margin-top: 0;
}
.plan_step ul li:nth-child(2) {
  background: url(../img/step_bg02.jpg) no-repeat center / contain #ffffff;
  background-size: cover;
  background-position-x: right;
}
@media screen and (max-width: 850px) {
  .plan_step ul li:nth-child(2) {
    background: #ffffff;
  }
}
.plan_step ul li:nth-child(3) {
  background: url(../img/step_bg03.jpg) no-repeat center / contain #ffffff;
  background-size: cover;
  background-position-x: right;
}
@media screen and (max-width: 850px) {
  .plan_step ul li:nth-child(3) {
    background: #ffffff;
  }
}
.plan_step ul li:nth-child(4) {
  background: url(../img/step_bg04.jpg) no-repeat center / contain #ffffff;
  background-size: cover;
  background-position-x: right;
}
@media screen and (max-width: 850px) {
  .plan_step ul li:nth-child(4) {
    background: #ffffff;
  }
}
.plan_step ul li + li {
  margin-top: 63px;
}
@media screen and (max-width: 850px) {
  .plan_step ul li + li {
    margin-top: 52px;
  }
}
.plan_step ul li + li::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 50px;
  top: -63px;
  left: calc(50% - 27px);
  background: url(../img/day_list_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .plan_step ul li + li::after {
    width: 34px;
    height: 31px;
    left: calc(50% - 17px);
    top: -52px;
  }
}
.plan_step ul li .icon {
  width: 68px;
  background: #FBB101;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 850px) {
  .plan_step ul li .icon {
    width: 55px;
    height: 55px;
    font-size: 30px;
  }
}
.plan_step ul li .txt_item {
  max-width: 617px;
}
@media screen and (max-width: 960px) {
  .plan_step ul li .txt_item {
    max-width: 517px;
  }
}
@media screen and (max-width: 850px) {
  .plan_step ul li .txt_item {
    max-width: 100%;
  }
}
.plan_step ul li .ttl {
  padding-top: 20px;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 850px) {
  .plan_step ul li .ttl {
    padding-left: 0;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.plan_step ul li .ttl_c {
  padding-left: 200px;
}
@media screen and (max-width: 850px) {
  .plan_step ul li .ttl_c {
    padding-left: 0;
  }
}
.plan_step ul li .img {
  display: none;
}
@media screen and (max-width: 850px) {
  .plan_step ul li .img {
    display: block;
    margin-top: 20px;
  }
  .plan_step ul li .img img {
    width: 100%;
    border-radius: 0 0 6px 6px;
  }
}
.plan_step ul li p {
  padding-top: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 20px;
  line-height: 1.75;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .plan_step ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .plan_step ul li p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.71;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.time {
  font-family: "M PLUS Rounded 1c";
}
.time .inner {
  padding-top: 150px;
  padding-bottom: 275px;
}
@media screen and (max-width: 850px) {
  .time .inner {
    padding-bottom: 130px;
    padding-top: 120px;
  }
}
.time .ttl {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 59px;
  border-radius: 59px;
  background: #663333;
  color: #ffffff;
  width: 100%;
  max-width: 515px;
  margin: auto;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (max-width: 850px) {
  .time .ttl {
    font-size: 20px;
  }
}
.time .ttl::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  bottom: -11px;
  left: calc(50% - 6.5px);
  background: url(../img/time_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
.time .txt_item {
  background: #FDF9F4;
  border-radius: 6px 6px 8px 8px;
  border: 2px solid #663333;
  padding: 35px 30px 45px 30px;
}
.time .txt_item dl {
  display: flex;
  margin-bottom: 38px;
  line-height: 1.1;
}
@media screen and (max-width: 850px) {
  .time .txt_item dl {
    margin-bottom: 14px;
  }
}
.time .txt_item dl dt {
  display: flex;
  align-items: center;
  color: #663333;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .time .txt_item dl dt {
    line-height: 1.5;
    font-size: 16px;
    padding-left: 25px;
    letter-spacing: 0;
    width: 82px;
    align-items: flex-start;
  }
}
.time .txt_item dl dt::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  top: 50%;
  left: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #663333;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .time .txt_item dl dt::after {
    width: 15px;
    height: 15px;
    top: 12px;
  }
}
.time .txt_item dl dd {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 850px) {
  .time .txt_item dl dd {
    font-size: 16px;
    letter-spacing: 0;
    width: calc(100% - 82px);
    line-height: 1.5;
  }
}
.time .txt_item .num_btn {
  display: flex;
  column-gap: 57px;
  width: fit-content;
  justify-content: flex-end;
}
@media screen and (max-width: 850px) {
  .time .txt_item .num_btn {
    display: block;
  }
}
.time .txt_item .num_btn li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 850px) {
  .time .txt_item .num_btn li {
    width: 100%;
  }
  .time .txt_item .num_btn li + li {
    margin-top: 18px;
  }
}
.time .txt_item .num_btn li:nth-child(2) .fax {
  font-size: 24px;
  font-weight: 600;
  color: #663333;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  padding-left: 31px;
  line-height: 100%;
  letter-spacing: 0.05em;
  width: fit-content;
}
@media screen and (max-width: 850px) {
  .time .txt_item .num_btn li:nth-child(2) .fax {
    font-size: 22px;
    width: 100%;
    display: block;
    padding-left: 30px;
  }
}
.time .txt_item .num_btn li:nth-child(2) .fax::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 2px;
  left: 0;
  background: url(../../common/img/fax_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
.time .txt_item .num_btn li:nth-child(1) a {
  width: fit-content;
  font-size: 24px;
  text-align: left;
  display: block;
  font-weight: 600;
  color: #663333;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  padding-left: 31px;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 850px) {
  .time .txt_item .num_btn li:nth-child(1) a {
    font-size: 22px;
    width: 100%;
    display: block;
    padding-left: 30px;
  }
}
.time .txt_item .num_btn li:nth-child(1) a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 2px;
  left: 0;
  background: url(../../common/img/tel_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
