﻿@charset "utf-8";

/*
******************************************************************
* rentacar.css
******************************************************************
*/

header.js__scroll {
  display: none;
}

section {
  margin: 0 auto 80px;
  width: 980px;
}

.rentacarTab {
  border-bottom: 1px solid #999999;
  margin: 18px auto 10px;
  padding: 0 10px;
  position: relative;
  width: 980px;
}
.rentacarTab ul {
  display: flex;
  justify-content: left;
}
.rentacarTab li {
  margin-left: 5px;
}
.rentacarTab li:first-child {
  margin-left: 0;
}
.rentacarTab li > * {
  border: 1px solid #999999;
  border-bottom-color: transparent;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  display: inline-block;
  text-align: right;
  margin-bottom: -1px;
  padding: 10px 18px 10px 40px;
}
.rentacarTab li > span {
  border-bottom-color: #fff;
}
.rentacarTab li > a {
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 7px;
  height: 38px;
}
.rentacarTab li:nth-child(1) span {
  background: url(/car/common_new/images/search/rentacar/icon_list_search_on.png) no-repeat 16px center;
  background-size: 14px 10px;
}
.rentacarTab li:nth-child(1) a {
  background: url(/car/common_new/images/search/rentacar/icon_list_search.png) no-repeat 16px center #003894;
  background-size: 14px 10px;
}
.rentacarTab li:nth-child(2) span {
  background: url(/car/common_new/images/search/rentacar/icon_map_search_on.png) no-repeat 18px center;
  background-size: 12px 16px;
}
.rentacarTab li:nth-child(2) a {
  background: url(/car/common_new/images/search/rentacar/icon_map_search.png) no-repeat 18px center #003894;
  background-size: 12px 16px;
}
.rentacarTab .shareButton {
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: 0;
}
.rentacarTab .shareButton > * {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  cursor: pointer;
}
.rentacarTab .shareButton > *:hover {
  opacity: 0.7;
}
.shareButton__line {
  width: 80px;
}
.shareButton__line img {
  vertical-align: top;
  width: 100%;
}
.shareButton__copy {
  background: url(/car/common_new/images/parts/icon_copy.png) no-repeat 10px center #636363;
  background-size: 11px 13px;
  border-radius: 3px;
  color: #fff;
  font-size: 71.4%;
  padding: 3px 10px 2px 24px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
#copyLink {
  font-size: 0;
}

.searchResults {
  margin: 0 10px 10px;
}
.searchResults::after {
  content: "";
  clear: both;
  display: block;
}
.searchResults__number {
  float: left;
  margin-top: -3px;
}
.searchResults__number span {
  color: #003894;
  font-size: 186%;
  font-weight: bold;
  vertical-align: baseline;
}
.searchResults__select {
  display: flex;
  align-items: center;
  float: right;
  position: relative;
}
.searchResults__select--list {
  display: flex;
  align-content: center;
  align-items: center;
}
.searchResults__select--list li {
  background: #FAFAFA;
  border: 1px solid #999999;
  border-radius: 15px;
  font-size: 85.7%;
  margin-left: 10px;
  padding: 5px 14px;
  cursor: pointer;
}
.searchResults__select--list li.js__crnt {
  background: #003894;
  border-color: #003894;
  color: #fff;
}

.sorryBox {
  margin: 0 auto 30px;
  width: 880px;
}
.sorryBox::after {
  content: "";
  clear: both;
  display: block;
}
.sorryBox__img {
  float: right;
  margin: 15px 0 0 10px;
}
.sorryBox__textArea {
  overflow: hidden;
}
.sorryBox__read {
  font-size: 157.14%;
  font-weight: bold;
  margin-bottom: 10px;
}

.hintBox {
  background: #F0F9FF;
  border: 3px solid #59BDED;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 auto;
  width: 880px;
}
.hintBox dl {
  padding-bottom: 5px;
}
.hintBox dt {
  background: url(/car/common_new/images/search/rentacar/icon_search.png) no-repeat 5px center;
  background-size: 22px;
  border-bottom: 1px dotted #59BDED;
  font-size: 128.5%;
  font-weight: bold;
  padding: 5px 10px 5px 35px;
  margin-bottom: 10px;
}
.hintBox dd {
  background: url(/car/common_new/images/search/rentacar/icon_check.png) no-repeat 5px center;
  background-size: 18px;
  padding: 5px 10px 5px 30px;
}
.hintBox dd span {
  color: #003894;
  font-weight: bold;
}

.mapArea {
  width: 950px;
  margin: 0 auto 20px;
}
.mapArea::after {
  content: "";
  clear: both;
  display: block;
}
.mapArea__map {
  float: right;
  width: 770px;
  height: 500px;
}
.gm-style-mtc,
.gm-fullscreen-control,
.gm-svpc {
  display: none;
}
.labels {
  color: #ffffff;
  background: #000000;
  font-size: 14px;
  text-align: center;
  padding: 2px 10px;
  border-radius: 8px;
}

.shopBox {
  float: left;
  width: 170px;
}
.shopBox__inner {
  background-color: #fff;
  border: 1px solid #FC115A;
  border-radius: 4px;
  position: relative;
  padding-bottom: 20px;
  min-height: 405px;
}
.shopBox__inner::before {
  content: "";
  border-top: 15px solid #FC115A;
  border-bottom: 15px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  z-index: 1;
}
.shopBox__inner::after {
  content: "";
  border-top: 15px solid #fff;
  border-bottom: 15px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  z-index: 2;
}
.shopBox__read {
  background: #59BDED;
  border-radius: 4px;
  color: #fff;
  font-size: 85.7%;
  font-weight: bold;
  padding: 12px 10px 12px 45px;
  position: relative;
  margin-bottom: 17px;
}
.shopBox__read span {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 125%;
  font-weight: bold;
  margin-right: 10px;
  text-align: center;
  line-height: 1;
  width: 28px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  z-index: 0;
}
.shopBox__read span::before {
  content: "";
  border-top: 6px solid #707070;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  z-index: 1;
}
.shopBox__read span::after {
  content: "";
  border-top: 4px solid #fff;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  z-index: 2;
}
.shopBox__value {
  background: #FC115A;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.shopBox__name {
}
.shopBox__name img {
  display: block;
  margin: 0 auto 10px;
  width: 60px;
}
.shopBox__name dl {
  margin-bottom: 10px;
  padding: 0 10px;
}
.shopBox__name dt {
  color: #003894;
  font-size: 85.7%;
}
.shopBox__name dd {
  color: #003894;
  font-size: 143%;
  font-weight: bold;
}
.shopBox__value > p {
  display: inline-block;
  vertical-align: baseline;
}
.shopBox__value--number {
  font-size: 71.4%;
}
.shopBox__value--number strong {
  font-weight: bold;
}
.shopBox__value--yen strong {
  font-size: 128.5%;
  font-weight: bold;
}
.shopBox__evaluation {
  padding: 0 10px;
  margin-bottom: 10px;
}
.shopBox__evaluation--text {
  font-size: 78.5%;
  font-weight: bold;
}
.shopBox__evaluation--star {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
}
.shopBox__evaluation--star li {
  float: left;
  width: 9px;
  margin-left: 2px;
}
.shopBox__evaluation--star li:first-child {
  margin-left: 0;
}
.shopBox__evaluation--star li img {
  width: 100%;
  vertical-align: middle;
}
.shopBox__evaluation--all {
  color: #003894;
  margin-left: 3px;
}
.shopBox__evaluation--all:hover {
  text-decoration: underline;
}
.shopBox__text {
  font-size: 85.7%;
  padding: 0 10px;
}

.legacySearch__area--wrapper {
  position: relative;
  padding-top: 153px;
  border-bottom: 1px solid #999999;
}

.legacySearch__area {
  top: 20px;
}

.legacySearch__area--inner {
  margin: 0 auto;
  border: 1px solid #999999;
  border-radius: 3px;
}

.\--tc .legacySearch__area--wrapper,
.\--kr .legacySearch__area--wrapper {
  padding-top: 124px;
}

.\--en .legacySearch__area--wrapper {
  padding-top: 135px;
}

.\--tc .legacySearch__area,
.\--en .legacySearch__area,
.\--kr .legacySearch__area {
  top: 17px;
}

form.--hideCommonParts header,
form.--hideCommonParts .breadcrumb,
form.--hideCommonParts footer {
	display: none;
}
form.--hideCommonParts .legacySearch__area--wrapper {
	padding-top: 124px;
}
form.--hideCommonParts .legacySearch__area {
	top: 17px;
}

.gotobnr {
    display: block;
    margin: 30px auto;
    transition: all 0.3s ease;
    width: 980px;
}
.gotobnr:hover {
    opacity: .5;
}

.searchList {
  display: flex;
  justify-content: start;
  margin: 0 auto 15px;
}

.searchList li {
  margin-right: 7px;
}

.searchList li a {
  display: block;
  font-size: 12px;
  color: #333;
  padding: 5px 7px;
  line-height: 1em;
  border: 1px solid #999;
  border-radius: 50px;
  text-decoration: none;
  background-color: #fafafa;
}

.searchList li a.on {
  background-color: #003894;
  color: #fff;
  border: 1px solid #003894;
}

/* .searchList li a:hover,
.searchList li a.on:hover {
  color: #fff;
  background-color: #003894;
} */
