#container .areasearch h4.area i,
#container .areasearch h4.airport i,
#container .areasearch h4.date i {
  font-size:1.5em;
  margin-right: 0.25em;
}

#container .reserve_box .inner h2 {
  padding: 0 0 0 5px;
}
#container .reserve_box .inner h2 i {
  font-size: 25px;
}

#container .reserve_box .inner .main .right .plan_box .plan_footer .price .cprc__box {
  position: relative;
  float: left;
  width: 50%;
  height: 50px;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .cprc__txt {
  position: absolute;
  top: 0;
  font-size: 14px;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .cprc__txt span {
  font-size: 11px;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .cprc__prc {
  position: absolute;
  bottom: -7px;
  font-size: 26px;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  color: #DD0000;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .cprc__nte {
  position: absolute; 
  left: 95px; 
  bottom: -7px;
  font-size: 10px;
  width: max-content;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .hprc__box {
  position: relative; 
  height: 50px;
  float: right;
  width: 50%;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .hprc__txt {
  position: absolute;
  top: -8px;
  left: -75px;
  padding: 3px 10px;
  font-size: 14px;
  color: #DD0000;
  background-color: #FFF;
  border-radius: 10px;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .hprc__prc {
  position: absolute; 
  left: 0; 
  bottom: -10px;
  font-size: 30px; 
  font-weight: bold; 
  font-family: Arial, Helvetica, "sans-serif";
  color: #DD0000;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .hprc__nte {
  position: absolute; 
  left: 105px;
  bottom: -7px;
  font-size: 10px;
  width: max-content;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .nprc__box {
  width: 100%;
  float: left;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .nprc__txt {
  font-size: 14px;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .nprc__prc {
  display: inline;
  font-size: 30px; 
  font-weight: bold; 
  font-family: Arial, Helvetica, "sans-serif";
  color: #DD0000;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .nprc__nte {
  display: inline;
  padding-left: 5px;
  font-size: 10px;
}
#container .reserve_box .inner .main .right .step5__yen {
  font-weight: bold;
  color: #DD0000;
  padding: 0 5px;
  font-size: 1.2em;
}

@media only screen and (min-width: 0px) and (max-width: 740px) {
  #container .reserve_box .inner h2 {
    width: 95%;
    padding: 4% 3% 1% 2%;
  }
  #container .reserve_box .inner .main .right .plan_box .plan_footer .price .cprc__box {
    height: 70px;
  }
  #container .reserve_box .inner .main .right .plan_box .plan_footer .price .cprc__prc {
    bottom: 10px;
  }
  #container .reserve_box .inner .main .right .plan_box .plan_footer .price .cprc__nte {
    left: 0; 
    bottom: -3px;
  }
  #container .reserve_box .inner .main .right .plan_box .plan_footer .price .hprc__box {
    height: 70px;
  }
  #container .reserve_box .inner .main .right .plan_box .plan_footer .price .hprc__txt {
    font-size: 12px;
  }
  #container .reserve_box .inner .main .right .plan_box .plan_footer .price .hprc__prc {
    top: 25px;
  }
  #container .reserve_box .inner .main .right .plan_box .plan_footer .price .hprc__nte {
    top: 59px;
    left: 0;
  }
}

