@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');
.content_inner {
  width: 66%;
  max-width: 1000px;
}
.shortrental_plan .ttl_h1 {
  width: 100%;
  padding: 40px 0;
  background: #EF7D7D;
  border: none;
  color: #fff;
  text-align: center;
}
.shortrental_plan .ttl_h1 .ttl_h1_sub {
  background: #fff;
  border-radius: 30px;
  color: #EF7D7D;
  font-size: 14px;
  margin-right: 24px;
  padding: 8px 18px;
}
.h2_ttl {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  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;
  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: 70px;
  height: 70px;
  top: 18%;
  left: 6%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../../images/price/ico_03.png);
}
.bg_gray {
  background: #F5F3F4 !important;
}
.txt_caution{
  font-size: 14px;
}
.lead_parag {
  font-weight: 600;
}
.price_disc_btn {
  background: #FFF;
  border-radius: 30px;
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: relative;
}
.price_disc_btn a {
  padding: 16px 34px 16px 0;
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
  display: block;
}
.price_disc_btn::after {
  content: "";
  background: url(../../images/index/index_ic05.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%);
}
/*mainvisual*/
#mainvisual {
  padding-bottom: 54px;
  text-align: center;
}

/*point*/
#point {
  padding: 60px 0;
}
.list_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 30px;
}
.list_point li {
  margin: 0 0 20px 0;
  width: calc((100% / 4) - 20px);
  max-width: 235px;
  position: relative;
  align-self: baseline;
}
.list_point li img {
  border-radius: 20px;
  height: auto;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.list_point li:nth-child(1),
.list_point li:nth-child(8),
.list_point li:nth-child(9) {
  background: #1BA83B;
  border-radius: 20px;
  color: #fff;
}
.list_point li:nth-child(3),
.list_point li:nth-child(6),
.list_point li:nth-child(11) {
  background: #EF7D7D;
  border-radius: 20px;
  color: #fff;
}
.list_point li::before{
  display: block;
  content: '';
  padding-top: 100%;
}
.list_point > li > p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 18px;
}
/*howto*/
#howto {
  padding: 60px 0;
}
.list_howto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.list_howto li {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #AA8E6D;
  position: relative;
}
.list_howto li::after{
  content: "";
  background: url(../../images/shortrental_plan/arrow_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 34px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: -50px;
}
.list_howto > li:last-child::after {
  content: none;
}
.list_number {
  color: #fff;
  font-family: 'Pangolin';
  font-size: 50px;
}
.list_item {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ttl_notes {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.list_notes {
  text-align: left;
}
/*shortrental_price*/
#shortrental_price {
  padding: 60px 0;
}
.list_shortrental_price {
  border-top: 1px solid #000;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  font-weight: 600;
  padding: 20px;
}
.list_shortrental_price:last-of-type {
  border-bottom: 1px solid #000;
}
.list_shortrental_price dt {
  flex-basis: 70%;
  font-size: 24px;
  text-align: left;
}
.list_shortrental_price dt .priceitem {
  font-size: 16px;
  width: 50%;
}
.list_shortrental_price dd {
  flex-basis: 30%;
  font-size: 16px;
  text-align: right;
}
.list_shortrental_price.col_3{
  position: relative;
  flex-wrap: nowrap;
  padding: 10px 20px 10px 10px;
}
.list_shortrental_price.col_3 dt{
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  height: 156px;
}
.list_shortrental_price.col_3 dt > div:first-child{
  margin-right: 20px;
}
/* .list_shortrental_price.col_3 dd{
  position: absolute;
  right: 20px;
  z-index: 1;
} */
.list_shortrental_price.col_3 div.area_price{
  position: absolute;
  right: 20px;
  z-index: 1;
}
.text_green {
  color: #1BA83B;
}
.font_bold {
  font-weight: bold;
}
.list_subtext {
  text-align: left;
  margin-top: 20px;
}

/*case_study*/
#case_study {
  padding: 60px 0;
}
.list_case_study {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.list_case_study li {
  margin-right: 8px;
  width: calc((100% / 6) - 8px);
}
.list_case_study li:last-child {
  margin-right: 0;
}
.list_case_study > li > img {
  height: auto;
}
@media screen and (max-width: 1024px){
  .content_inner {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .shortrental_plan .ttl_h1 .ttl_h1_sub{
    margin: 0 auto;
    width: 150px;
    display: block;
  }
  .shortrental_plan #mainvisual {
    background: none;
    padding: 0;
  }
  .lead_parag {
    text-align-last: left;
  }
  .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: 40px;
    height: 40px;
    top: -60%;
    left: 4%;
    background: url(../../images/price/ico_04.png);
  }

  /*mainvisual*/
  #mainvisual {
    text-align: unset;
    background: #DED5CA;
    padding: 30px 20px;
  }
  #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;
  }
  #mainvisual .mv_img_box .mv_img_box_ttl {
    text-align: center;
    color: #1BA83B;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }
  #mainvisual .mv_img_box ul li {
    position: relative;
    padding-bottom: 60px;
  }
  #mainvisual .mv_img_box ul li:last-child {
    position: static;
    padding-bottom: 0;
  }
  #mainvisual .mv_img_box ul li::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: url(../../images/price/ico_02.png);
  }
  #mainvisual .mv_img_box ul li:last-child::after {
    content: none;
  }

  /*list_point*/
  .list_point {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .list_point li {
    width: calc((100% / 2) - 5px);
    margin-bottom: 15px;
    margin-right: 10px;
  }
  .list_point > li > p {
    font-size: 16px;
  }
  .list_point li:nth-child(1) {
    order: 1;
  }
  .list_point li:nth-child(2) {
    order: 2;
   }
  .list_point li:nth-child(3) {
    order: 4;
  }
  .list_point li:nth-child(4) {
    order: 3;
   }
  .list_point li:nth-child(5) {
    order: 6;
  }
  .list_point li:nth-child(6) {
    order: 5;
  }
  .list_point li:nth-child(7) {
    order: 7;
  }
  .list_point li:nth-child(8) {
    order: 8;
  }
  .list_point li:nth-child(9) {
    order: 9;
  }
  .list_point li:nth-child(10) {
    order: 10;
  }
  .list_point li:nth-child(11) {
    order: 12;
  }
  .list_point li:nth-child(12) {
    order: 11;
  }
  .list_point li:nth-child(1),
  .list_point li:nth-child(6),
  .list_point li:nth-child(9) {
    background: #1BA83B;
  }
  .list_point li:nth-child(3),
  .list_point li:nth-child(8),
  .list_point li:nth-child(11) {
    background: #EF7D7D;
  }
  .list_point li:nth-child(2),
  .list_point li:nth-child(3),
  .list_point li:nth-child(5),
  .list_point li:nth-child(8),
  .list_point li:nth-child(10),
  .list_point li:nth-child(11) {
    margin-right: 0;
  }
  /* howto */
  .list_howto li {
    width: 80%;
    height: auto;
    border-radius: 60px;
    background: #AA8E6D;
    position: relative;
    margin: 0 auto 32px;
    padding: 11px 0;
  }
  .list_howto li::after {
    background: url(../../images/shortrental_plan/arrow_green02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 15px;
    height: 100%;
    right: 50%;
    top: 111%;
  }
  .list_howto .list_number {
    color: #AA8E6D;
    font-family: inherit;
    font-size: 24px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    margin-left: 14px;
  }
  .list_howto .list_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  /* shortrental_price */
  .list_shortrental_price {
    flex-flow: column;
    align-items: stretch;
  }
  .list_shortrental_price dt {
    font-size: 17px;
  }
  .list_shortrental_price dt .priceitem {
    font-size: 14px;
  }
  .list_shortrental_price.col_3{
    position: static;
    padding: 20px;
  }
  .list_shortrental_price.col_3 img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .list_shortrental_price.col_3 dt{
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .list_shortrental_price.col_3 dt > div:first-child{
    margin-right: 0;
  }
  .list_shortrental_price.col_3 dt > div:last-child{
    margin-bottom: 10px;
  }
  .list_shortrental_price.col_3 div.area_price{
    position: static;
    font-size: 14px;
  }
  .list_shortrental_price.col_3 div.area_price dd{
    font-size: 14px;
  }
  /* case_study */
  .list_case_study li {
    width: calc((100% / 2) - 8px);
  }
  .list_case_study li:nth-child(even) {
    margin-right: 0;
  }
  .list_case_study > li > img {
    width: 100%;
  }
  .price_disc_btn {
    border-radius: 60px;
  }
  /*box_Details*/
  .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;
  }

}
