@charset "UTF-8";

/*common*/
.content_inner {
  width: 66%;
  max-width: 1000px;
}
.rental_plan .ttl_h1 {
  width: 100%;
  padding: 40px 0;
  background: #1BA8A8;
  border: none;
  color: #fff;
  text-align: center;
}
.rental_plan .ttl_h1 .ttl_h1_sub {
    background: #fff;
    border-radius: 30px;
    color: #1BA8A8;
    font-size: 14px;
    margin-right: 24px;
    padding: 8px 18px;
}
@media screen and (max-width: 750px) {
.rental_plan .ttl_h1 .ttl_h1_sub {
    margin: 0 auto;
    width: 150px;
    display: block;
}
}
.h2_ttl {
  font-size: 26px;
  font-weight: bold;
  color: #1BA83B;
  margin-bottom: 20px;
}
.h3_ttl {
  font-size: 26px;
  font-weight: bold;
  color: #1BA83B;
  width: 100%;
  height: 55px;
  background: url(../../images/price/bg_h3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  margin-bottom: 30px;
}
.h3_ttl span {
  color: #000;
  margin-left: 20px;
}
.h3_ttl.new {
  position: relative;
}
.h3_ttl.new::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 40px;
  top: 18%;
  left: 6%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../../images/price/ico_new.png);
}

.h3_ttl.recommend {
  position: relative;
}
.h3_ttl.recommend::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 40px;
  top: 18%;
  left: 6%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../../images/price/ico_recommend.png);
}
.bg_gray {
  background: #F5F3F4 !important;
}

/*mainvisual*/
#mainvisual {
  padding-bottom: 54px;
  text-align: center;
}
.lead_parag {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 58px;
  max-width: 800px;
}

.mv_img_box {
  background: #DED5CA;
  padding: 70px 0;
}

#main .mv_img_box .h2_ttl_02 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 36px;
}
#main .mv_img_box ul li::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 34px;
  height: 34px;
  top: 50%;
  right: -24%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../../images/price/ico_02.png);
}
#main .mv_img_box ul li:last-child::after {
  content: none;
}
.list_service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
  padding-bottom: 170px;
}

.list_service li {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  margin-right: 65px;
}
.list_service li:last-child {
  margin-right: 0;
}
.list_service .p_service {
  color: #1BA8A8;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  position: absolute;
  top: 75px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.list_service .list_item {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 40px;
  position: absolute;
  top: 150px;
}
.list_service li .img_item_01 {
  position: absolute;
  right: 0;
  top: 225px;
}
.list_service li .img_item_02 {
  position: absolute;
  left: 72.5px;
  top: 335px;
}
.list_service li .img_item_03 {
  position: absolute;
  left: 0;
  top: 290px;
}
.list_service li .img_item_04 {
  position: absolute;
  right: 132px;
  top: 342px;
}
.list_service li .img_item_05 {
  position: absolute;
  right: 0;
  top: 258px;
}
.list_service li .img_item_06 {
  position: absolute;
  right: 145px;
  top: 250px;
}
.list_service li .img_item_07 {
  position: absolute;
  right: 16px;
  top: 242px;
}

@media screen and (max-width: 1024px) {
  .list_service li {
    margin-right: 0;
  }
  .list_service li:last-child {
    margin-top: 190px;
  }
  .list_service {
    padding-bottom: 96px;
  }
}


@media screen and (max-width: 750px) {
  .mv_img_box {
    padding: 45px 0;
  }
  #main .mv_img_box .h2_ttl_02 {
    font-size: 20px;
  }
  .list_service li {
    width: 220px;
    height: 220px;
    margin: 0 auto 80px;
  }
  .list_service .p_service {
    font-size: 24px;
    top: 56.8px;
  }
  .list_service {
    padding-bottom: 0;
    margin-bottom: 62.5px;
  }
  .list_service .list_item {
    font-size: 13px;
    padding: 0 32.5px;
    top: 98px;
    text-align: left;
  }
  .list_service li:last-child {
    margin: 0 auto;
  }
  #main .mv_img_box ul li::after {
    top: 116%;
    left: 50%;
  }
  .list_service li .img_item_01 {
    top: -20px;
    left: -40px;
    width: 90px;
  }
  .list_service li .img_item_02 {
    top: 180px;
    left: 148px;
    width: 80px;
  }
  .list_service li .img_item_03 {
    top: 98px;
    left: 202px;
    width: 60px;
  }
  .list_service li .img_item_04 {
    right: -56px;
    top: 48px;
    width: 80px;
  }
  .list_service li .img_item_05 {
    left: -11px;
    top: -40px;
    width: 90px;
  }
  .list_service li .img_item_06 {
    left: -55px;
    top: 50px;
    width: 55px;
  }
  .list_service li .img_item_07 {
    left: -24px;
    top: -47px;
    width: 90px;
  }
}

/*list_btn*/
#list_btn {
  padding: 60px 0;
}
#list_btn ul {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
#list_btn ul li {
  margin-right: 20px;
  position: relative;
  width: calc(100% / 4);
}
#list_btn ul li:last-child {
  margin-right: 0;
}
#list_btn ul li::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../../images/price/ico_01.png);
}
#list_btn ul li a {
  display: block;
  font-size: 26px;
  padding: 20px 10px 40px;
  color: #FFF;
  background: #AA8E6D;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
}
#list_btn ul li a:hover {
  background: #1BA83B;
  opacity: 1;
}
#list_btn ul li a span {
  font-size: 12px;
  font-weight: normal;
}
#list_btn ul .new::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 40px;
  top: -4%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../../images/price/ico_new.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#list_btn ul .recommend::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 40px;
  top: -4%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../../images/price/ico_recommend.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#list_btn .bnr_semiorder {
  text-align: center;
}

/*box_Details box_set*/
.box_Details {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-around;
  margin-bottom: 30px;
}
.box_Details .box_left {
  width: 53%;
  margin-right: 30px;
  text-align: left;
}
.box_Details .box_left .Details_ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.box_Details .box_left .Details_ttl span {
  font-size: 26px;
}
.box_Details .box_left .Details_list {
  margin-bottom: 20px;
}
.box_Details .box_left .Details_list li {
  font-size: 18px;
}
.box_Details .box_left .Details_txt {
  font-size: 14px;
}
.box_Details .box_left .Details_txt span {
  color: #1BA83B;
}
.box_Details .box_left .Details_txt a {
  color: #1BA83B;
  margin-left: 10px;
}
.box_set {
  background: #FFF;
  border-radius: 20px;
  padding: 20px 50px;
}
.box_set .set_ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_set .set_ttl:before, .box_set .set_ttl:after {
  border-top: 1px solid;
  content: "";
  width: 40%;
}
.box_set .set_ttl:before {
  margin-right: 1em;
}
.box_set .set_ttl:after {
  margin-left: 1em;
}
.box_set .box_set_contents {
  display: flex;
  margin: 20px 0;
}
.box_set .box_set_contents ul {
  width: 50%;
}
.box_set .box_set_contents ul li {
  line-height: 2;
  text-align: left;
}
.b_radius {
  border-radius: 20px;
}
/*l_size*/
#l_size {
  padding: 60px 0;
}

/*l_size*/
#m_size {
  padding: 60px 0;
}

/*l_size*/
#s_size {
  padding: 60px 0;
}

/*l_size*/
#p_size {
  padding: 60px 0;
}

/*l_size*/
#semi_order {
  padding: 60px 0;
}
#semi_order .h3_ttl {
  color: #000;
}
#semi_order .semi_order_txt {
  margin-bottom: 20px;
  text-align: left;
}
#semi_order .semi_order_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#semi_order .semi_order_img p {
  width: calc((100% / 3) - 20px);
  margin-right: 20px;
}
#semi_order .semi_order_img p:last-child {
  margin-right: 0;
}
#semi_order .case_btn {
  background: #FFF;
  border-radius: 30px;
  width: 36%;
  margin: auto;
  position: relative;
}
#semi_order .case_btn::after {
  content: "";
  background: url(../../images/index/index_ic01.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#semi_order .case_btn a {
  padding: 16px 34px 16px 0;
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 750px) {
  /*common*/
  .h2_ttl {
    font-size: 22px;
    text-align: center;
  }
  .h3_ttl {
    font-size: 20px;
    height: 32px;
    background: url(../../images/price/bg_h3_sp.png);
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-size: 100%;
    text-align: left;
  }
  .h3_ttl span {
    margin-left: 10px;
  }
  .h3_ttl.new::after {
    width: 100px;
    height: 40px;
    top: -96%;
    left: 13%;
  }
  .h3_ttl.recommend::after {
    width: 100px;
    height: 40px;
    top: -96%;
    left: 13%;
  }

  /*mainvisual*/
  #mainvisual {
    text-align: unset;
  }
  #mainvisual .mv_subttl {
    text-align: center;
    background: #1BA83B;
    color: #FFF;
    padding: 7px 5px;
    border-radius: 26px;
    width: 44%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #mainvisual .h1_ttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #mainvisual .mv_txt {
    margin-bottom: 40px;
    line-height: 2;
    font-weight: bold;
  }

  /*list_btn*/
  #list_btn ul {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #list_btn ul li {
    width: calc((100% / 2) - 5px);
    margin-bottom: 20px;
    margin-right: 10px;
  }
  #list_btn ul li:nth-child(even) {
    margin-right: 0;
  }
  #list_btn ul li a {
    font-size: 20px;
    padding: 10px 10px 36px;
  }
  #list_btn ul .new::before {
    width: 100px;
    height: 40px;
    top: 6%;
    left: 58%;
    background: url(../../images/price/ico_new.png);
    background-size: 70%;
    background-repeat: no-repeat;
  }

  #list_btn ul .recommend::before {
    width: 100px;
    height: 40px;
    top: 6%;
    left: 58%;
    background: url(../../images/price/ico_recommend.png);
    background-size: 70%;
    background-repeat: no-repeat;
  }

  /*box_Details box_set*/
  .box_Details {
    display: block;
    text-align: left;
  }
  .box_Details .Details_ttl {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .box_Details .Details_ttl span {
    font-size: 20px;
    font-weight: bold;
  }
  .box_Details .box_right {
    margin-bottom: 20px;
  }
  .box_Details .box_left {
    width: 100%;
    margin-right: 0;
  }
  .box_set {
    padding: 20px;
  }
  .box_set .set_ttl {
    display: block;
    border-bottom: 1px solid #000;
  }
  .box_set .box_set_contents {
    display: block;
  }
  .box_set .box_set_contents ul {
    width: 100%;
  }

  /*semi_order*/
  #semi_order .semi_order_img {
    display: block;
    margin-bottom: 0;
  }

  #semi_order .semi_order_img li {
    width: auto;
    margin-bottom: 20px;
  }

  #semi_order .slick-slide img {
    width: 100%;
    object-fit: cover;
  }

  #semi_order .slick-dots {
    bottom: 20px;
  }

  #semi_order .slick-slide {
    margin: 0 4px;
  }

  #semi_order .case_btn {
    width: 100%;
  }
}
