@charset "UTF-8";

body {
  font-family: "RenaultFont", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

/* Common -------------------- */
.is_hide {
  display: none;
}

/* DEALER TITLE -------------------- */
.l-dealer-title {
  border-bottom: 1px solid #dbdbdb;
}
.l-dealer-title span {
  display: block;
}
/* SP */
@media (max-width: 767px) {
  .l-dealer-title {
    padding-bottom: 12px;
  }
  .l-dealer-title .headline {
    padding-top: 20px;
  }
  .l-dealer-title .headline .en {
    font-size: 2.4rem;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .l-dealer-title {
    padding-bottom: 26px;
  }
  .l-dealer-title .headline {
    padding-top: 40px;
  }
  .l-dealer-title .headline .en {
    font-size: 4rem;
  }
}
/* PC */
@media (min-width: 1280px) {
  .l-dealer-title {
    padding-bottom: 30px;
  }
  .l-dealer-title .headline {
    padding-top: 40px;
  }
  .l-dealer-title .headline .en {
    font-size: 4.6rem;
  }
}

/* DEALERMAP MAP -------------------- */
.dealermap-map {
  height: 520px;
  border-bottom: 1px solid #dbdbdb;
  background: url(../img2016/map_bg_01.png) 0 0;
}
.dealermap-map area {
  border: none;
  outline: none;
}
.dealermap-map__title {
  position: absolute;
  top: 90px;
  left: 50%;
  z-index: 10;
  width: 576px;
  margin-left: -288px;
  font-size: 2rem;
  padding: 0 0 0 36px !important;
  text-align: left !important;
  font-weight: bold !important;
}
.dealermap-map__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.3em;
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.2em;
  background: url(../img2016/icons.svg) no-repeat;
  -webkit-background-size: 5em 10em;
  background-size: 5em 10em;
}
.dealermap-map__lead {
  position: absolute;
  top: 125px;
  left: 37px;
  z-index: 10;
  width: 365px;
  font-size: 1.4rem;
  text-align: center;
}

.dealermap-map__content {
  position: relative;
  width: 576px;
  height: 100%;
  margin: 0 auto;
}
.dealermap-map__map {
  position: absolute;
  top: 18px;
  left: 150px;
}
.dealermap-map__area-list {
  position: absolute;
  left: 0;
  top: 350px;
  width: 100%;
}
.dealermap-map__area-list a {
  color: #3e3f40;
  font-weight: bold;
  text-decoration: none;
}
.dealermap-map__area-list > dt a {
  position: relative;
  display: block;
  padding: 10px 60px;
  font-size: 1.8rem;
  text-align: center;
  background: #efdf00;
}
.dealermap-map__area-list > dt a:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  /* TODO:パス修正 */
  background: url(../../common2016/img/arrows.svg) no-repeat;
  background-position: 0 -4.5em;
  -webkit-background-size: 3em 9em;
  background-size: 3em 9em;
}
.dealermap-map__area-list > dd ul {
  margin-right: -1px;
  overflow: hidden;
  background: #fbfbfb;
  border-bottom: 1px solid #d4d4d4;
}
.dealermap-map__area-list > dd li {
  float: left;
  width: 20%;
  margin-bottom: -1px;
  font-size: 1.4rem;
}
.dealermap-map__area-list > dd a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 17px;
  border-bottom: 1px solid #d4d4d4;
}
.dealermap-map__area-list > dd a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  margin-top: -7px;
  background: #e4e4e4;
}
.dealermap-map__area-list > dd a:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  /* TODO:パス修正 */
  background: url(../../common2016/img/arrows.svg);
  background-position: 0 -3em;
  -webkit-background-size: 2em 6em;
  background-size: 2em 6em;
}

.dealermap-map__area-list li a:hover {
  background-color: #3e3f40;
  color: #ffffff;
}

.dealermap-map__area-list dd li:hover a:after {
  /* TODO:パス修正 */
  background-position: 0 -4em;
}

/*.dealermap-map__area-list > dd li:nth-child(5n) a:before {
    display: none;
}*/
/* SP */
@media (max-width: 767px) {
  .dealermap-map {
    height: auto;
    padding: 15px 30px 0;
    background: url(../img2016/map_bg_02.png) 0 0;
    background-position: 20px 20px;
    -webkit-background-size: 20px 20px;
  }
  .dealermap-map__title {
    position: relative;
    top: 0;
    left: 0;
    display: table;
    width: auto;
    margin: 0 auto 25px;
    font-size: 1.3rem;
    padding: 0 0 0 22px !important;
  }
  .dealermap-map__title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.3em;
    display: block;
    width: 2em;
    height: 2em;
    margin-top: -1em;
    background: url(../img2016/icons.svg) no-repeat;
    -webkit-background-size: 4em 8em;
    background-size: 4em 8em;
  }
  .dealermap-map__lead {
    top: -20px;
    left: 0;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }
  .dealermap-map__lead__pc {
    display: none;
  }
  .dealermap-map__content {
    width: 100%;
    overflow: visible !important;
  }
  .dealermap-map__map {
    position: static;
    margin: 0 20px 15px;
  }
  .dealermap-map__map img {
    width: 100%;
    height: auto;
  }
  .dealermap-map__area-list {
    position: static;
    width: auto;
    margin: 0 -30px -1px;
  }
  .dealermap-map__area-list > dt a {
    padding: 7px 20px;
    font-size: 1.3rem;
  }
  .dealermap-map__area-list > dt a:after {
    right: 10px;
  }
  .dealermap-map__area-list > dd a:before {
    background: none;
  }
  .dealermap-map__area-list > dd ul {
    margin: 0 -3px 0 -1px;
  }
  .dealermap-map__area-list > dd li {
    font-size: 1.2rem;
    width: 33.33%;
    margin: 0 -1px -1px 0;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dealermap-map__area-list > dd a {
    padding: 8px 20px 8px 12px;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .dealermap-map__lead__pc {
    display: none;
  }
  .dealermap-map__area-select-text,
  .dealermap-map__area-select {
    display: none !important;
  }
}
/* PC */
@media (min-width: 1280px) {
  .dealermap-map__lead__other {
    display: none;
  }
  .dealermap-map__area-select-text,
  .dealermap-map__area-select {
    display: none !important;
  }
}

/* DEALERMAP cars -------------------- */
.dealermap-cars {
  padding-top: 70px;
  padding-bottom: 80px;
}
.dealermap-cars__title {
  position: relative;
  display: table;
  margin: 0 auto 5px;
  padding-left: 50px;
  font-size: 2rem;
  font-weight: bold;
}
.dealermap-cars__title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(../img2016/icons.svg) no-repeat -40px 0;
  -webkit-background-size: 80px 160px;
  background-size: 80px 160px;
}
.dealermap-cars__content {
  margin: 0 auto;
}
.dealermap-cars__lead {
  margin-bottom: 60px;
  font-size: 1.4rem;
  text-align: center;
}
.dealermap-cars__list {
  overflow: hidden;
  font-size: 0;
  margin: 0 -7px -60px;
  text-align: center;
}
.dealermap-cars__list li {
  display: inline-block;
  width: 189px;
  margin: 0 7px 60px;
  font-size: 1rem;
  vertical-align: top;
}
.dealermap-cars__list li a {
  color: #3e3f40 !important;
  text-decoration: none !important;
}
.dealermap-cars__list li figcaption {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ebebeb;
}
.dealermap-cars__list li figcaption span {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  font-size: 1.4rem;
  font-weight: bold;
}
.dealermap-cars__list li figcaption span:after {
  content: "";
  position: absolute;
  right: -0.5em;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background: url(../../common2016/img/arrows.svg) no-repeat;
  background-position: -1em -2em;
  -webkit-background-size: 2em 6em;
  background-size: 2em 6em;
}
/* SP */
@media (max-width: 767px) {
  .dealermap-cars {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .dealermap-cars__title {
    margin-bottom: 15px;
    padding-left: 28px;
    font-size: 1.3rem;
  }
  .dealermap-cars__title:after {
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background-position: -25px 0;
    -webkit-background-size: 50px 100px;
    background-size: 50px 100px;
  }
  .dealermap-cars__content {
    width: 100%;
  }
  .dealermap-cars__list {
    display: none;
  }
  .dealermap-cars__lead {
    display: none;
  }
  .dealermap-cars__select {
    position: relative;
    margin: 0 30px;
    background: #f5f5f5;
  }
  .dealermap-cars__select:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 28px;
    height: 100%;
    background: #efdf00;
    pointer-events: none;
  }
  .dealermap-cars__select:after {
    position: absolute;
    top: 50%;
    right: 6px;
    z-index: 2;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background: url(../../common2016/img/arrows.svg);
    -webkit-background-size: 30px 90px;
    background-size: 30px 90px;
    background-position: 0 -45px;
    pointer-events: none;
  }
  .dealermap-cars__select select {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 6px 10px;
    font-size: 1.2rem;
    font-family: inherit;
    border: none;
    vertical-align: bottom;
    color: #cccccc;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dealermap-cars__select select::-ms-expand {
    display: none;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .dealermap-cars__content {
    width: 100%;
  }
  .dealermap-cars__select {
    display: none;
  }
}
/* PC */
@media (min-width: 1280px) {
  .dealermap-cars__content {
    width: 1024px;
  }
  .dealermap-cars__select {
    display: none;
  }
}

/* dealermap-cartype__sort-result -------------------- */
.dealermap-cartype__sort-result {
  display: none;
  position: relative;
  background: #f5f5f5;
}
.dealermap-list__footer-nav + .dealermap-cartype__sort-result {
  margin-bottom: 0;
}
.dealermap-cartype__sort-result span {
  font-weight: bold;
}
.dealermap-cartype__sort-result a {
  padding: 3px 10px;
  background: #3e3f40;
  color: #ffffff !important;
  text-decoration: none !important;
}
/* SP */
@media (max-width: 767px) {
  .dealermap-cartype__sort-result {
    margin-bottom: 30px;
    padding: 10px 15px;
    font-size: 1rem;
    text-align: center;
  }
  .dealermap-list__footer-nav + .dealermap-cartype__sort-result {
    margin-top: 30px;
  }
  .dealermap-cartype__sort-result a {
    display: inline-block;
    margin-top: 10px;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .dealermap-cartype__sort-result {
    margin: 0 32px 30px;
    padding: 15px;
    font-size: 1.2rem;
    text-align: center;
  }
  .dealermap-list__footer-nav + .dealermap-cartype__sort-result {
    margin-top: 30px;
  }
  .dealermap-cartype__sort-result a {
    display: inline-block;
    margin-top: 10px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .dealermap-cartype__sort-result {
    margin-bottom: 30px;
    padding: 12px 140px 12px 20px;
    font-size: 1.4rem;
  }
  .dealermap-list__footer-nav + .dealermap-cartype__sort-result {
    margin-top: 30px;
  }
  .dealermap-cartype__sort-result a {
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    margin-top: -1em;
  }
}

/* DEALERMAP LIST -------------------- */
.dealermap-list {
  border-top: 1px solid #ebebeb;
  margin-bottom: 100px;
}
.dealermap-list__title {
  margin-bottom: 20px;
}
.dealermap-list__title span {
  display: block;
}
.dealermap-list__content {
  margin: 0 auto;
}
/* SP */
@media (max-width: 767px) {
  .dealermap-list {
    margin-bottom: 40px;
  }
  .dealermap-list__content {
    width: 100%;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .dealermap-list__content {
    width: 100%;
  }
}
/* PC */
@media (min-width: 1280px) {
  .dealermap-list__content {
    width: 1024px;
  }
}

.dealermap-list__nav {
  display: table;
  width: 100%;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dealermap-list__nav > li {
  display: table-cell;
  width: 33.3333%;
  vertical-align: middle;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.dealermap-list__nav > li a {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000 !important;
  text-decoration: none !important;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dealermap-list__nav > li a:hover,
.dealermap-list__nav > li.is_current a {
  border-bottom: 4px solid #efdf00;
}
.dealermap-list__nav > li span {
  display: table-cell;
  padding: 0 30px;
  vertical-align: middle;
}
/* SP */
@media (max-width: 767px) {
  .dealermap-list__nav {
    height: 48px;
    margin-bottom: 32px;
  }
  .dealermap-list__nav > li {
    width: 50%;
  }
  .dealermap-list__nav > li:nth-child(1) {
    border-left: none;
  }
  .dealermap-list__nav > li:nth-child(2) {
    border-right: none;
  }
  .dealermap-list__nav > li:last-child {
    display: none;
  }
  .dealermap-list__nav > li a {
    font-size: 1.1rem;
  }
  .dealermap-list__nav > li a br {
    display: none;
  }
  .dealermap-list__nav > li span {
    padding: 0 15px;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .dealermap-list__nav {
    height: 100px;
    margin-bottom: 30px;
  }
  .dealermap-list__nav > li:nth-child(1) {
    border-left: none;
  }
  .dealermap-list__nav > li:nth-child(3) {
    border-right: none;
  }
}
/* PC */
@media (min-width: 1280px) {
  .dealermap-list__nav {
    height: 80px;
    margin-bottom: 48px;
  }
}

.dealermap-list__notes {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border: 8px solid #f5f5f5;
}
.dealermap-list__notes:before,
.dealermap-list__notes:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #f5f5f5;
}
.dealermap-list__notes:before {
  left: 34%;
}
.dealermap-list__notes:after {
  left: 67%;
}
.dealermap-list__notes > li {
  position: relative;
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dealermap-list__notes > li:first-child {
  width: 34%;
}
.dealermap-list__notes > li:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img2016/icons.svg) no-repeat;
}
.dealermap-list__notes > li dt {
  font-size: 1.4rem;
  font-weight: bold;
}
.dealermap-list__notes > li dd {
  font-size: 1.2rem;
}
/* SP */
@media (max-width: 767px) {
  .dealermap-list__notes:before,
  .dealermap-list__notes:after {
    display: none;
  }
  .dealermap-list__notes > li {
    float: none;
    width: auto !important;
    padding: 15px 15px 8px 85px;
  }
  .dealermap-list__notes > li + li {
    border-top: 1px solid #f5f5f5;
  }
  .dealermap-list__notes > li:before {
    top: 50%;
    left: 15px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    -webkit-background-size: 100px 200px;
    background-size: 100px 200px;
  }
  .dealermap-list__notes > li.dealermap-list__notes__normal:before {
    background-position: 0 -50px;
  }
  .dealermap-list__notes > li.dealermap-list__notes__special:before {
    background-position: -50px -50px;
  }
  .dealermap-list__notes > li.dealermap-list__notes__satellite:before {
    background-position: 0 -100px;
  }
  .dealermap-list__notes > li dt {
    font-size: 1.2rem;
  }
  .dealermap-list__notes > li dd {
    font-size: 1.1rem;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .dealermap-list__notes {
    margin-right: 32px;
    margin-left: 32px;
  }
  .dealermap-list__notes > li {
    padding: 80px 30px 25px;
  }
  .dealermap-list__notes > li:before {
    top: 15px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    -webkit-background-size: 120px 240px;
    background-size: 120px 240px;
  }
  .dealermap-list__notes > li.dealermap-list__notes__normal:before {
    background-position: 0 -60px;
  }
  .dealermap-list__notes > li.dealermap-list__notes__special:before {
    background-position: -60px -60px;
  }
  .dealermap-list__notes > li.dealermap-list__notes__satellite:before {
    background-position: 0 -120px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .dealermap-list__notes > li {
    padding: 15px 20px 15px 90px;
  }
  .dealermap-list__notes > li:before {
    top: 15px;
    left: 20px;
    width: 50px;
    height: 50px;
    -webkit-background-size: 100px 200px;
    background-size: 100px 200px;
  }
  .dealermap-list__notes > li.dealermap-list__notes__normal:before {
    background-position: 0 -50px;
  }
  .dealermap-list__notes > li.dealermap-list__notes__special:before {
    background-position: -50px -50px;
  }
  .dealermap-list__notes > li.dealermap-list__notes__satellite:before {
    background-position: 0 -100px;
  }
}

.dealermap-list__area-nav {
  font-size: 0;
}
.dealermap-list__area-nav li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 1.2;
  border-left: 1px solid #7d6928;
}
.dealermap-list__area-nav li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.dealermap-list__area-nav li a {
  color: #3e3f40 !important;
  text-decoration: none !important;
}
.dealermap-list__area-nav li.is_current a {
  font-weight: bold;
  text-decoration: underline !important;
  pointer-events: none;
}
.dealermap-list__area-heading {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 25px;
  background: #efdf00;
  overflow: hidden;
}
.dealermap-list__area-title {
  font-size: 1.8rem;
}
/* SP */
@media (max-width: 767px) {
  .dealermap-list__area-heading {
    padding: 10px;
    text-align: center;
  }
  .dealermap-list__area-nav li {
    margin-left: 3px;
    padding-left: 3px;
    font-size: 1rem;
  }
  .dealermap-list__area-title {
    margin: 0 -10px 10px;
    padding: 0 10px 10px;
    font-size: 1.3rem;
    border-bottom: 1px solid #efdf00;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .dealermap-list__area-nav li {
    font-size: 1.2rem;
  }
  .dealermap-list__area-title {
    position: relative;
    margin-bottom: 10px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .dealermap-list__area-heading .dealermap-list__area-nav {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.75rem;
  }
  .dealermap-list__area-nav li {
    font-size: 1.4rem;
  }
}

.dealermap-list__area-footer {
  padding: 15px;
  text-align: center;
  background: #efdf00;
}
.dealermap-list__footer-nav {
  padding: 15px 25px;
  font-size: 1.4rem;
  line-height: 1.2;
  background: #f5f5f5;
}
.dealermap-list__footer-nav ul {
  overflow: hidden;
}
.dealermap-list__footer-nav a {
  position: relative;
  display: block;
  color: #3e3f40 !important;
  text-decoration: none !important;
}
.dealermap-list__footer-nav a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  /* TODO:パス修正 */
  background: url(../../common2016/img/arrows.svg);
  -webkit-background-size: 2.5em 7.5em;
  background-size: 2.5em 7.5em;
}
.dealermap-list__footer-nav__special {
  float: left;
}
.dealermap-list__footer-nav__special a {
  padding-right: 20px;
}
.dealermap-list__footer-nav__special a.is_hide {
  display: none;
}
.dealermap-list__footer-nav__special a:after {
  background-position: -1.25em 0;
}
.dealermap-list__footer-nav__top {
  float: right;
}
.dealermap-list__footer-nav__top a {
  padding-right: 25px;
}
.dealermap-list__footer-nav__top a:after {
  background-position: -1.25em 3.75em;
}
.dealermap-list__footer-nav__special a:hover,
.dealermap-list__footer-nav__top a:hover {
  opacity: 0.5;
}

/* SP */
@media (max-width: 767px) {
  .dealermap-list__footer-nav {
    padding: 0;
    font-size: 1.1rem;
    background: none;
  }
  .dealermap-list__footer-nav__special {
    float: none;
  }
  .dealermap-list__footer-nav__special a {
    padding: 10px 30px 10px 16px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
  .dealermap-list__footer-nav a:after {
    right: 10px;
  }
  .dealermap-list__footer-nav__top {
    display: none;
  }
}

/* SP */
@media (max-width: 767px) {
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .dealermap-list__region {
    margin-bottom: 60px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .dealermap-list__region {
    margin-bottom: 30px;
  }
}

.dealermap-list__region-heading {
  padding: 8px 25px;
  font-size: 1.4rem;
  border-top: 1px solid #3e3f40;
  border-bottom: 1px solid #dbdbdb;
  background: #fbfbfb;
}
.dealermap-list__region-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-right: -1px;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
}
.dealermap-list__region-list > li {
  position: relative;
  margin-bottom: -1px;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dealermap-list__region-list > li:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -1.25em;
  background: url(../img2016/icons.svg) no-repeat;
  -webkit-background-size: 80px 160px;
  background-size: 80px 160px;
}
.dealermap-list__region-list > li.dealermap-list__region-item__normal:before {
  background-position: 0 -40px;
}
.dealermap-list__region-list > li.dealermap-list__region-item__special:before {
  background-position: -40px -40px;
}
.dealermap-list__region-list > li.dealermap-list__region-item__satellite:before {
  background-position: 0 -80px;
}
.dealermap-list__region-list > li > a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  color: #3e3f40 !important;
  text-decoration: none !important;
}
.dealermap-list__region-list > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2em;
  height: 2em;
  margin-top: -1em;
  /* TODO:パス修正 */
  background: url(../../common2016/img/arrows.svg);
  -webkit-background-size: 4em 12em;
  background-size: 4em 12em;
  background-position: -2em -4em;
}
.dealermap-list__region-list > li dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.dealermap-list__region-list > li dt span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
.dealermap-list__region-list > li dd {
  font-size: 1.2rem;
}
.dealermap-list__region-list > li dd + dd {
  margin-top: 3px;
}
/* SP */
@media (max-width: 767px) {
  .dealermap-list__region-heading {
    text-align: center;
  }
  .dealermap-list__region-nav {
    margin-top: -3px;
    padding-bottom: 10px;
    font-size: 0;
    background: #fbfbfb;
    border-bottom: 1px solid #dbdbdb;
  }
  .dealermap-list__area-footer .dealermap-list__region-nav {
    margin: 12px -15px -15px;
    padding: 12px 0;
    border-bottom: none;
  }
  .dealermap-list__region-nav_inner {
    display: table;
    margin: 0 auto;
    overflow: hidden;
  }
  .dealermap-list__region-nav ul {
    margin-left: -4px;
    text-align: center;
  }
  .dealermap-list__region-nav li {
    display: inline-block;
    display: inline-block;
    margin-left: 3px;
    padding-left: 3px;
    font-size: 1rem;
    line-height: 1.2;
    border-left: 1px solid #7d6928;
  }
  .dealermap-list__region-nav a {
    color: #3e3f40 !important;
    text-decoration: none !important;
  }
  .dealermap-list__region-nav .is_current a {
    font-weight: bold;
    text-decoration: underline !important;
    pointer-events: none;
  }
  .dealermap-list__region-list > li {
    width: 100%;
    padding: 20px 30px 25px 48px;
    border-right: none;
  }
  .dealermap-list__region-list > li:before {
    top: 25px;
    left: 20px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    -webkit-background-size: 40px 80px;
    background-size: 40px 80px;
  }
  .dealermap-list__region-list > li.dealermap-list__region-item__normal:before {
    background-position: 0 -20px;
  }
  .dealermap-list__region-list > li.dealermap-list__region-item__special:before {
    background-position: -20px -20px;
  }
  .dealermap-list__region-list > li.dealermap-list__region-item__satellite:before {
    background-position: 0 -40px;
  }
  .dealermap-list__region-list > li > a {
    height: auto;
    margin: -20px -30px 0 -48px;
    padding: 20px 30px 0 48px;
  }
  .dealermap-list__region-list > li > a:after {
    right: 10px;
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.75em;
    -webkit-background-size: 3em 9em;
    background-size: 3em 9em;
    background-position: -1.5em -3em;
  }
  .dealermap-list__region-list > li dt {
    font-size: 1.3rem;
  }
  .dealermap-list__region-list > li dd {
    font-size: 1.1rem;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .dealermap-list__region-nav {
    display: none;
  }
  .dealermap-list__region-list > li {
    width: 100%;
    padding: 20px 85px;
    border-right: none;
  }
  .dealermap-list__region-list > li:before {
    left: 30px;
  }
  .dealermap-list__region-list > li > a {
    margin: -20px -85px;
    padding: 20px 85px;
  }
  .dealermap-list__region-list > li > a:after {
    right: 20px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .dealermap-list__region-nav {
    display: none;
  }
  .dealermap-list__region-list > li {
    width: 50%;
    padding: 20px 70px;
  }
  .dealermap-list__region-list > li:before {
    left: 15px;
  }
  .dealermap-list__region-list > li > a {
    margin: -20px -70px;
    padding: 20px 70px;
  }
  .dealermap-list__region-list > li > a:after {
    right: 10px;
  }
}

.dealermap-list__region-note {
  margin: 20px 25px 0;
}
.dealermap-list__region-tel {
  font-weight: bold;
  font-size: 1.4rem !important;
}
.dealermap-list__region-tel span {
  font-size: 1.2rem;
}

dd span + span {
  margin-left: 20px;
}

.dealermap-list__region-address {
  display: table;
}
.dealermap-list__region-map {
  position: static;
  top: 0;
  left: -99999px;
  display: inline-block;
  margin-left: 5px;
}
.dealermap-list__region-map a {
  position: relative;
  z-index: 99;
  display: inline-block;
  padding: 2px 17px 2px 8px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #3e3f40 !important;
  text-decoration: none !important;
  background: #efdf00;
}

.dealermap-list__region-map a:hover {
  background-color: #f8eb4c;
}

.dealermap-list__region-map a:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  /* TODO:パス修正 */
  background: url(../../common2016/img/arrows.svg);
  -webkit-background-size: 2em 6em;
  background-size: 2em 6em;
  background-position: -1em 0;
}

/* SP */
@media (max-width: 767px) {
  .dealermap-list__region-note {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .dealermap-list__region-tel,
  .dealermap-list__region-map {
    display: none;
  }
  .dealermap-list__region-btns {
    margin: 8px -28px -8px -30px;
    font-size: 1rem;
    overflow: hidden;
  }
  .dealermap-list__region-btns > li {
    float: left;
    margin: 0 8px 8px 0;
  }
  .dealermap-list__region-btns__tel {
    width: 120px;
    text-align: center;
  }
  .dealermap-list__region-btns__map {
    width: 140px;
  }
  .dealermap-list__region-btns > li a {
    position: relative;
    display: block;
    padding: 8px 5px 8px 25px;
    color: #3e3f40;
    text-decoration: none;
    background: #efdf00;
  }
  .dealermap-list__region-btns > li a span {
    font-size: 0.9rem;
  }
  .dealermap-list__region-btns > li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(../img2016/icons.svg) no-repeat;
    -webkit-background-size: 36px 72px;
    background-size: 36px 72px;
  }
  .dealermap-list__region-btns__tel a {
    padding-left: 15px !important;
  }
  .dealermap-list__region-btns__tel a:before {
    background-position: 0 -54px !important;
  }
  .dealermap-list__region-btns__map a:before {
    background-position: -18px -36px !important;
  }
  .dealermap-list__region_footer {
    display: table;
    margin: 0 0 45px auto;
    font-size: 1.1rem;
    overflow: hidden;
  }
  .dealermap-list__region_footer li {
    float: left;
    margin-right: 15px;
  }
  .dealermap-list__region_footer a {
    position: relative;
    display: block;
    padding: 6px 15px 6px 0;
    color: #3e3f40;
    text-decoration: none;
  }
  .dealermap-list__region_footer a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url(../../common2016/img/arrows.svg) no-repeat;
    background-position: -12px -36px;
    -webkit-background-size: 24px 72px;
    background-size: 24px 72px;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .dealermap-list__region-btns {
    display: none;
  }
  .dealermap-list__region_footer {
    display: none;
  }
}
/* PC */
@media (min-width: 1280px) {
  .dealermap-list__region-btns {
    display: none;
  }
  .dealermap-list__region_footer {
    display: none;
  }
}

/* TODO 既存修正 */
.dealermap-list__notes > li {
  padding: 15px 20px;
}
.dealermap-list__notes > li:before {
  display: none;
}

/* TODO 追加 */
.dealermap-list__notes__list {
  position: relative;
  padding-left: 70px;
}
.dealermap-list__notes__list:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img2016/icons.svg) no-repeat;
  top: 15px;
  left: 0;
  width: 50px;
  height: 50px;
  -webkit-background-size: 100px 200px;
  background-size: 100px 200px;
}
.dealermap-list__notes__normal:before {
  background-position: 0 -50px;
}
.dealermap-list__notes__special:before {
  background-position: -50px -50px;
}
.dealermap-list__notes__satellite:before {
  background-position: 0 -100px;
}

.dealermap-list__notes__special__btn {
  margin-top: 10px;
}

.dealermap-btn {
  padding: 11px 24px 9px 14px;
  text-decoration: none;
  color: #3e3f40;
  position: relative;
  display: block;
}
.dealermap-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background: url(../../common2016/img/arrows.svg);
  -webkit-background-size: 2em 6em;
  background-size: 2em 6em;
  background-position: -1em 0;
}
.dealermap-btn span {
  display: block;
}
.dealermap-btn br {
  display: none;
}
.dealermap-btn__txt1 {
  font-size: 1.7rem;
  margin-bottom: -9px;
  letter-spacing: 0.05em;
}
.dealermap-btn__txt2 {
  font-size: 2.6rem;
  letter-spacing: 0.02em;
}
.dealermap-btn__txt2 span {
  font-weight: bold;
  display: inline;
  margin-right: 5px;
}
.dealermap-btn__txt3 {
  font-size: 1rem;
  letter-spacing: -0.1em;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  /* TODO 既存修正 */
  .dealermap-list__notes > li {
    padding: 25px 30px;
  }
  .dealermap-list__notes > li:before {
  }

  /* TODO 追加 */
  .dealermap-list__notes__list {
    padding-top: 55px;
    padding-left: 0;
  }
  .dealermap-list__notes__list:before {
    top: -12px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    -webkit-background-size: 120px 240px;
    background-size: 120px 240px;
  }
  .dealermap-list__notes__normal:before {
    background-position: 0 -60px;
  }
  .dealermap-list__notes__special:before {
    background-position: -60px -60px;
  }
  .dealermap-list__notes__satellite:before {
    background-position: 0 -120px;
  }

  .dealermap-list__notes__special__btn {
    margin-top: 12px;
  }
  .dealermap-btn {
    padding: 3px 0;
  }
  .dealermap-btn:after {
    right: 0;
  }
  .dealermap-btn span {
  }
  .dealermap-btn br {
    display: block;
  }
  .dealermap-btn__txt1 {
    font-size: 1.3rem;
    margin-bottom: -6px;
  }
  .dealermap-btn__txt2 {
    font-size: 1.9rem;
  }
  .dealermap-btn__txt2 span {
    margin-right: 2px;
  }
  .dealermap-btn__txt3 {
    font-size: 1rem;
  }
}
/* SP */
@media (max-width: 767px) {
  /* TODO 既存修正 */
  .dealermap-list__notes > li {
    padding: 15px 15px 8px 15px;
  }
  .dealermap-list__notes > li:before {
  }

  /* TODO 追加 */
  .dealermap-list__notes__list {
    padding-left: 70px;
  }
  .dealermap-list__notes__list:before {
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    -webkit-background-size: 100px 200px;
    background-size: 100px 200px;
  }
  .dealermap-list__notes__normal:before {
    background-position: 0 -50px;
  }
  .dealermap-list__notes__special:before {
    background-position: -50px -50px;
  }
  .dealermap-list__notes__satellite:before {
    background-position: 0 -100px;
  }

  .dealermap-list__notes__special__btn {
    margin-top: 10px;
  }
  .dealermap-btn {
    -webkit-background-size: 18px 14px;
    background-size: 18px 14px;
    padding: 10px 18px;
  }
  .dealermap-btn:after {
    right: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.35em;
    -webkit-background-size: 2em 4em;
    background-size: 2em 4em;
    background-position: -1em -4em;
  }
  .dealermap-btn span {
  }
  .dealermap-btn br {
  }
  .dealermap-btn__txt1 {
    font-size: 1.4rem;
    margin-bottom: -4px;
  }
  .dealermap-btn__txt2 {
    font-size: 2.1rem;
  }
  .dealermap-btn__txt2 span {
    margin-right: 4px;
  }
  .dealermap-btn__txt3 {
    font-size: 0.9rem;
  }
}

/* DEALERMAP banner -------------------- */
.dealermap-banner {
  padding-top: 70px;
  padding-bottom: 80px;
}

.dealermap-banner__content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.dealermap-banner__image {
  position: absolute;
}
.dealermap-notice {
  padding-top: 40px;
  padding-bottom: 40px;
}
.dealermap-notice.mg02 {
  padding-top: 0;
  padding-bottom: 60px;
}
.dealermap-notice.mg03 {
  padding-top: 0px;
  padding-bottom: 60px;
}
.dealermap-notice__image {
  position: relative;
  text-align: center;
}
/* SP */
@media (max-width: 767px) {
  .dealermap-map {
    height: auto;
    padding: 15px 30px 0;
  }
  .dealermap-banner__content {
    width: 100%;
    overflow: visible !important;
  }
  .dealermap-notice {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .dealermap-notice.mg02 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .dealermap-banner__image {
    position: static;
    margin: 0;
  }
  .dealermap-notice__image {
    position: static;
    margin: 0;
    padding: 0 15px;
  }
  .dealermap-banner__image img {
    width: 100%;
    height: auto;
  }
  .dealermap-notice__image img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1280px) {
  .dealermap-notice__image {
    width: 1024px;
    margin: 0 auto;
  }
}
