@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.car_address {
  margin: 0 0 20px;
}
.car_address h4 {
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 20px;
  background: #ffec01;
}
.car_address .add {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.access_car {
  margin: 0 20px 40px;
}
.access_car .car_text {
  margin-bottom: 15px;
}
.access_car .car_text p {
  text-indent: -1em;
  margin: 0 0 0.3em 1em;
  font-size: 14px;
  line-height: 1.4em;
}
.access_car .car_text p:before {
  content: "■";
}
.access_car .parking {
  font-size: 14px;
  margin-bottom: 15px;
}
.access_car .parking dt {
  float: left;
}
.access_car .parking dt:after {
  content: '：';
}
.access_car .parking dd {
  margin-left: 5em;
  line-height: 1.6;
}
.access_car .notes {
  font-size: 12px;
  line-height: 1.4;
  text-indent: -1em;
  margin: 0 0 15px 1em;
}
.access_car .bnr_rental a {
  background: url("/assets/img/common/arrow_red.png") no-repeat 95% center;
  -webkit-background-size: 7px;
  -o-background-size: 7px;
  background-size: 7px;
  background-color: #ffec01;
  display: block;
  height: auto;
  padding: 12px 40px 12px 20px;
  line-height: 1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.access_map {
  margin-bottom: 60px;
}
.access_map ul {
  margin: 0 20px;
}
.access_map ul li {
  margin-bottom: 20px;
}
.access_map ul li img {
  width: 100%;
}
.access_map ul li .img {
  border: 1px solid #ededed;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.access_map ul li .from {
  font-size: 12px;
}
.access_map .bnr_pdf {
  background: url("/assets/img/common/arrow_white.png") no-repeat 95% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  margin: 0 50px 0px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.access_map .bnr_pdf a {
  display: block;
  padding: 18px 0;
  text-align: center;
  color: #FFF;
  width: 100%;
  font-size: 15px;
  text-decoration: none;
}
.access_map .bnr_pdf a p {
  margin-top: 5px;
}
