/* Main Visual */

#mainvisual {
  background-position: right center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#mainvisual .inner {
  width: 100%;
  padding: 50% 0 0 0;
}
#mainvisual .inner .titlebox {
  width: 90%;
  padding: 3% 5%;
  background-color: rgba(0,0,0,0.6);
}
#mainvisual .inner .titlebox h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}
#mainvisual .inner .titlebox h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

/* Best Price */

#container .bestprice {
  display: none;
}

/* 
#container .bestprice {
  width: 90%;
  margin: 5% auto;}

#container .bestprice .title {
  width: 70%;
  margin: 0 auto 10% auto;
  padding: 5% 0% 5% 0%;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #9b2e8d;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 3px 0 #802b71;
}
#container .bestprice .title:before {
  content:"";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 19px 0 19px;
  border-color: #802b71 transparent transparent transparent;
}
#container .bestprice .title:after {
  content:"";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #9b2e8d transparent transparent transparent;
}
#container .bestprice .models {
  width: 100%;
}
#container .bestprice .models li {
  width: 100%;
  padding: 5% 0 5% 0;
  margin: 0 0 5% 0;
  border-bottom: #CCC 1px solid;
  list-style: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right top;
}
#container .bestprice .models li:last-child {
  padding: 5% 0 5% 0;
  margin: 0 !important;
  border-bottom: none !important;
}
#container .bestprice .models .bodysize {
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin:  0 0 2% 0;
}
#container .bestprice .models .campaign {
  line-height: 1em;
  font-size: 12px;
  font-weight: bold;
  margin:  0 0 4% 0;
  color: #9b2e8d;
}
#container .bestprice .models .price {
  line-height: 1em;
  font-size: 14px;
  font-weight: bold;
  color: #9b2e8d;
  text-shadow: 0 0 3px rgba(255,255,255,1);
}
#container .bestprice .models .price .big {
  font-size: 38px;
  font-family: Arial, Helvetica, "sans-serif";
}
*/

/* Search */

#container .serchbox {
  width: 90%;
  padding: 5%;
  margin: 0 auto 5% auto;
  background-color: #f5f5f5;
}
#container .serchbox h4 {
  font-size: 16px;
  line-height: 1em;
  height: 24px;
  margin: 0 0 3% 0;
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
/*  background-image: url(../images/area/img_midashi_icon_date_starflyer.png);*/
}
#container .serchbox .date {
  margin: 0 0 2% 0;
  text-align: left;
}
#container .serchbox .date .midashi {
  display: none;
}
#container .serchbox .date input[type="text"],
#container .serchbox .date input[type="date"] {
  width: 42%;
  height: 45px;
  font-size: 16px;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 0 5px 0 40px;
  margin: 0;
  background-image: url(../images/common/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: 10px 12px;
  background-color: #FFFFFF;
}
#container .serchbox .date select {
  width: 36%;
  height: 47px;
  font-size: 16px;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3% ;
  margin: 0;
  float: right;
  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px top 20px;
  background-color: #FFFFFF;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
#container .serchbox .date select::-ms-expand {
  display: none;
}
#container .serchbox .areaselect {
  margin: 0 0 2% 0;
  text-align: left;
}
#container .serchbox .areaselect .midashi {
  display: none;
}
#container .serchbox .areaselect select {
  width: 100%;
  height: 45px;
  font-size: 16px;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 0 3%;
  margin: 0 0 3% 0;
  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px top 20px;
  background-color: #FFFFFF;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
#container .serchbox .areaselect select::-ms-expand {
  display: none;
}
#container .serchbox .button {
  display: inline-block;
  width: 100%;
  height: 46px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  background-color: #990000;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  line-height: 48px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #666666;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#container .serchbox .button:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

/* Area Search */

#container .areasearch {
  width: 90%;
  margin: 0 auto 5% auto;
}
#container .areasearch h4 {
  font-size: 16px;
  line-height: 1em;
  height: 24px;
  margin: 0 0 5% 0;
  padding: 8px 0 10px 5px;
  font-weight: bold;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: #ddd 1px solid;
}
/*#container .areasearch h4.area{
  background-image: url(../images/area/img_midashi_icon_map_starflyer.png);
}
#container .areasearch h4.airport{
  background-image: url(../images/area/img_midashi_icon_airport_starflyer.png);
}
#container .areasearch h4.station{
  background-image: url(../images/area/img_midashi_icon_station_starflyer.png);
}
#container .areasearch h4.spot{
  background-image: url(../images/area/img_midashi_icon_spot_starflyer.png);
}
#container .areasearch h4.car{
  background-image: url(../images/area/img_midashi_icon_car_starflyer.png);
}*/
#container .mapsearch {
  width: 100%;
  margin: 0 0 5% 0;
  padding: 0;
  text-align: center;
}
#container .mapsearch .map {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
}
#container .mapsearch .map img {
  width: 100%;
}
#container .spotsearch {
  width: 100%;
  margin: 0;
  padding: 0;
}
#container .spotsearch ul {
  margin: 0 0 5% 0;
  padding: 0;
}
#container .spotsearch ul li {
  margin: 0 3% 2% 0;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  float: left;
  position: relative;
}
#container .spotsearch ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#container .spotsearch a{
  color:#333;
}
#container .spotsearch a:hover{
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* Features */

#container .features {
  margin: 0;
  padding: 10% 5%;
  width: 90%;
  background-color: #f8f8f8;
}
#container .features .inner {
  width: 100%;
  margin: 0 auto;
}
#container .features .inner h2 {
  width: 70%;
  margin: 0 auto 10% auto;
  padding: 2% 5% 2% 5%;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #990000;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 3px 0 #666666;
}
#container .features .inner h2:before {
  content:"";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 19px 0 19px;
  border-color: #666666 transparent transparent transparent;
}
#container .features .inner h2:after {
  content:"";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #990000 transparent transparent transparent;
}
#container .features .inner .list {
  width: 100%;
}
#container .features .inner .list li {
  width: 100%;
  padding: 0;
  margin: 0 0 5% 0;
  float: left;
  list-style: none;
  text-align: center;
}
#container .features .inner .list li:last-child {
  margin: 0 !important;
}
#container .features .inner .list .photo {
  margin: 0 0 2% 0;
}
#container .features .inner .list h3 {
  margin: 0 0 2% 0;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#container .features .inner .list h4 {
  margin:0;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
}
