@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
i,
button {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th,
dfn,
var,
button {
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 62.5%;
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  color: #515157;
  position: relative;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
}

ul,
ol {
  list-style: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='submit'],
input[type='button'],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}
input[type='radio'] {
  vertical-align: middle;
}
input[type='submit']:hover,
input:hover[type='button']:hover,
button {
  outline: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
th,
td {
  border: none;
  vertical-align: top;
  text-align: left;
}
img {
  vertical-align: bottom;
  height: auto;
}
strong,
b,
.bold {
  font-weight: bold;
}
i {
  line-height: 1;
  font-style: normal;
}
svg {
  vertical-align: bottom;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
p {
  line-height: 1.5;
}
.wrap {
  width: 1000px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: '';
  height: 0;
  font-size: 0;
  visibility: hidden;
  display: block;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.flexbox {
  display: -webkit-flex;
  display: flex;
}
.flexbox-center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flexbox-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ai-center {
  -webkit-align-items: center;
  align-items: center;
}
.jc-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.jc-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pc {
  display: block;
}
.pc-inline {
  display: inline;
}
.sp {
  display: none !important;
}
.sp-inline {
  display: none !important;
}

#filter-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}
#filter-wrapper.open {
  display: block;
}

#map-header {
  background-color: #259de0;
  height: 70px;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
#map-header .site-logo a {
  display: block;
}
#map-header .site-logo img {
  width: 126px;
  height: 38px;
  margin-right: 40px;
}
#map-header .btnList > li {
  margin-right: 10px;
  position: relative;
}
#map-header .btnList > li:last-child {
  margin-right: 0;
}
#map-header .btnList > li .btnSelect {
  position: relative;
}
#map-header .btnList > li .btnSelect span {
  color: #fff;
  border: #fff solid 1px;
  border-radius: 5px;
  padding: 8px 28px 8px 14px;
  display: block;
  line-height: 1;
}
#map-header .btnList > li .btnSelect span:after {
  content: '';
  display: block;
  border-style: solid;
  border-width: 6px 5px 0;
  border-color: #fff transparent;
  position: absolute;
  right: 10px;
  top: 13px;
}
#map-header .btnList > li .btnSelect:hover span {
  font-weight: bold;
}
#map-header .btnList > li .btnSelect.choosing span {
  background-color: #fff;
  color: #259de0;
}
#map-header .btnList > li .btnSelect.choosing span:after {
  border-color: #259de0 transparent;
}
#map-header .btnList > li .chooseBox {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 320px;
  padding: 20px 20px 60px;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
#map-header .btnList > li .chooseBox.open {
  -webkit-transform: scale(1);
  transform: rscale(1);
  opacity: 1;
}
#map-header .btnList > li .chooseBox .chooseItem {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
#map-header .btnList > li .chooseBox .chooseItem:last-of-type {
  margin-bottom: 0;
}
#map-header .btnList > li .chooseBox .chooseItem label {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
#map-header .btnList > li .chooseBox .chooseItem input {
  display: none;
}
#map-header .btnList > li .chooseBox .chooseItem span {
  line-height: 20px;
  display: block;
}
#map-header .btnList > li .chooseBox .chooseItem span:before,
#map-header .btnList > li .chooseBox .chooseItem span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#map-header .btnList > li .chooseBox .chooseItem span:after {
  display: none;
}
#map-header .btnList > li .chooseBox .chooseItem input:checked + span:after {
  display: block;
}
#map-header .btnList > li .chooseBox .chooseItem label.radio-label span:before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: #259de0 solid 2px;
}
#map-header .btnList > li .chooseBox .chooseItem label.radio-label span:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #259de0;
  left: 4px;
}
#map-header .btnList > li .chooseBox .chooseItem label.check-label span:before {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: #b5b5b5 solid 1px;
}
#map-header .btnList > li .chooseBox .chooseItem label.check-label span:after {
  width: 10px;
  height: 6px;
  border-left: #fff solid 3px;
  border-bottom: #fff solid 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  margin-top: -6px;
}
#map-header .btnList > li .chooseBox .chooseItem label.check-label input:checked + span:before {
  background-color: #259de0;
  border-color: #259de0;
}
#map-header .btnList > li .chooseBox .boxClose {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  width: 60px;
}
#map-header .btnList > li .chooseBox .carTypeChooseBox {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}
#map-header .btnList > li .carType {
  height: 580px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
#map-header .btnList > li .carType::-webkit-scrollbar {
  display: none;
}
#map-header .btnList > li .check-label02 {
  position: relative;
  cursor: pointer;
}
#map-header .btnList > li .check-label02 input {
  display: none;
}
#map-header .btnList > li .check-label02 span {
  font-size: 14px;
  line-height: 1;
  padding: 8px 14px;
  border: #fff solid 1px;
  border-radius: 5px;
  display: block;
  color: #fff;
}
#map-header .btnList > li .check-label02:hover span {
  font-weight: bold;
}
#map-header .btnList > li .check-label02 input:checked + span {
  background-color: #fff;
  color: #259de0;
  border-color: #fff;
}

#map-header .freeWord {
  margin-left: 10px;
  z-index: -1;
  position: relative;
}
#map-header .freeWord label {
  display: block;
  position: relative;
}
#map-header .freeWord label input {
  width: 240px;
  height: 32px;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 10px 3px 38px;
  border: #fff solid 1px;
  border-radius: 5px;
  color: #fff;
  background: url(../img/icon_search.png) no-repeat 9px center;
}
#map-header .freeWord label input:placeholder-shown {
  color: #fff;
}
#map-header .freeWord label input::-webkit-input-placeholder {
  color: #fff;
}
#map-header .freeWord label input:-moz-placeholder {
  color: #fff;
}
#map-header .freeWord label input::-moz-placeholder {
  color: #fff;
}
#map-header .freeWord label input:-ms-input-placeholder {
  color: #fff;
}
#map-header .freeWord .btnFreeWord {
  width: 80px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  padding: 7px 0;
  border: #fff solid 1px;
  border-radius: 5px;
  background-color: #fff;
  color: #259de0;
  margin-left: 10px;
}
#loginname_map {
  line-height: 15px;
  padding-top: 20px;
}

/*------Balloon-----*/
.content {
  overflow: hidden;
}
.mapBalloon {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
  box-sizing: border-box;
  width: 330px;
  position: relative;
  min-height: 175px;
}
.mapBalloon:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.mapBalloon .mbInner {
  position: relative;
  padding-left: 85px;
}
.mapBalloon .mb-tit {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-bottom: 8px;
  border-bottom: ;
}
.mapBalloon .mb-tit a {
  color: #0079ff;
}
.mapBalloon .icons {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  text-align: center;
}
.mapBalloon .icons li {
  margin-bottom: 9px;
}
.mapBalloon .icons li:last-cchild {
  margin-bottom: 0;
}
.mapBalloon .icons li .toll {
  display: block;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #909090;
  border: #e5e5e5 solid 1px;
  border-radius: 5px;
  margin-top: 5px;
}
.mapBalloon .icons li .hours24 {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 0;
  color: #fff;
  border-radius: 3px;
  background-color: #999;
  text-align: center;
}
.mapBalloon .condition {
  padding: 12px;
  border-top: #e1e1e1 solid 1px;
  border-bottom: #e1e1e1 solid 1px;
  width: 225px;
}
.mapBalloon .condition li {
  margin-right: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.mapBalloon .condition li:last-child {
  margin-right: 0;
}
.mapBalloon .condition li i {
  display: block;
}
.mapBalloon .condition li i.icon-status_bad {
  font-size: 30px;
  color: #fc4f4f;
}
.mapBalloon .condition li i.icon-status_good {
  font-size: 30px;
  color: #00c262;
}
.mapBalloon .charge {
  padding: 12px 12px 0;
}
.mapBalloon .charge li {
  font-size: 11px;
  font-size: 1.1rem;
  width: 160px;
  margin-bottom: 20px;
}
.mapBalloon .charge li:last-child {
  margin: 0;
}
.mapBalloon .charge li i {
  font-size: 38px;
  color: #000;
  margin-right: 5px;
  float: left;
}
.mapBalloon .charge li span {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  text-align: right;
}

/*------Map-----*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#map-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-top: 70px; /* ヘッダーの高さ */
  margin-bottom: 0; /* フッターの高さ */
}
#map {
  width: 100%;
  height: 100%;
}
.gray {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  transform: scaleZ(99);
  opacity: 1;
  -webkit-transform: scaleZ(99) !important;
}

/*------1500px以下-----*/
@media screen and (max-width: 1500px) {
  #map-header {
    height: 140px;
  }
  #map-header {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #map-container {
    margin-top: 140px;
  }
  #map-header .btnList > li .chooseBox {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 320px;
    padding: 20px 20px 60px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
}
/*------800px以下-----*/
@media screen and (max-width: 800px) {
  #map-header {
    height: 200px;
  }
  #map-container {
    margin-top: 200px;
  }
  #map-header {
    padding: 0 40px;
  }
}

body {
  -ms-overflow-style: none;
}
