@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,
hr,
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,
.acordTop,
main,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

q::before,
q::after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

abbr {
  text-decoration: none;
}

mark {
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

img {
  vertical-align: top;
}

hr {
  height: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24.5px;
  line-height: 2.45rem;
  font-family: "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  color: #333;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* Anchors
---------------------------------------- */
a {
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a[href^="http"],
a[href^="mailto:"] {
  word-break: break-all;
}

/* form
---------------------------------------- */
input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  vertical-align: middle;
}

textarea {
  height: 160px;
}

select {
  -webkit-appearance: menulist-button;
  border: 1px solid #ccc;
  padding: 10px;
}

button {
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
  line-height: normal;
}

:placeholder-shown {
  color: #ccc;
  font-weight: 300;
  text-overflow: ellipsis;
}

hr {
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 19.25px;
    line-height: 1.925rem;
  }

  /* Anchors
  ---------------------------------------- */
  a:hover {
    text-decoration: underline;
  }

  a:active {
    text-decoration: underline;
  }

  /* form
  ---------------------------------------- */
  input,
  textarea,
  select,
  button {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }

  select {
    width: 100%;
  }

  input[type="file"] {
    width: 100%;
  }

  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder {
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.is-bold {
  font-weight: bold;
}

.hover-opacity {
  transition: all 0.3s 0s ease;
}

.hover-opacity:hover {
  opacity: 0.8;
}

.headline--lv1 {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
}

.headline--lv1 .ttl-s {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .headline--lv1 .ttl-s {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.headline--lv2 {
  background: #f2f2f2;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 20px;
  padding: 10px 40px;
}

.headline--lv2 span {
  display: block;
  border-left: 3px solid #00a4de;
  padding: 5px 0 5px 9px;
}

.headline--lv3 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}

p + p,
p + .m-paragraph,
.m-paragraph + p,
.m-paragraph + .m-paragraph {
  margin-top: 1.75em;
}

.m-tabs.l-section {
  padding: 0;
}

.m-tabs .tabs {
  border-bottom: 1px solid #00a4de;
  padding: 0 40px;
  margin-bottom: 35px;
}

.m-tabs .tab-contents {
  display: none;
}

.m-tabs .tab-contents.is-active {
  display: block;
}

.m-accordion.default-open + .m-accordion-contents {
  display: block;
}

.m-accordion-contents {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }

  .sp-align-left {
    text-align: left;
  }

  .sp-align-center {
    text-align: center;
  }

  .sp-align-right {
    text-align: right;
  }

  .headline--lv1 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 22px;
    line-height: 2.2rem;
  }

  .headline--lv2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 10px;
    padding: 10px 15px;
  }

  .headline--lv3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }

  .m-tabs .tabs {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

.l-header {
  height: 118px;
  padding: 10px 0 0 15px;
  border-bottom: 1px solid #ccc;
}

.l-header__logo {
  width: 125px;
}

.l-header__logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 55px;
    padding: 9px 0 0 15px;
  }

  .l-header__logo {
    width: 58px;
  }
}

.l-footer {
  background: #f6f7f9;
  padding: 30px;
  text-align: center;
}

.l-footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}

.l-footer__copyright a {
  text-decoration: none;
}

.l-footer__copyright a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .l-footer {
    background: #fff;
    padding: 0 15px 10px;
  }

  .l-footer__copyright {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 8px;
    line-height: 0.8rem;
    letter-spacing: normal;
  }
}

main {
  padding: 30px 0 50px;
}

main .l-section {
  padding: 0 40px;
}

main .l-section:not(:last-of-type) {
  padding-bottom: 35px;
}

main .l-innerBlock {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main {
    padding: 15px 0 30px;
  }

  main .l-section {
    padding: 0 15px;
  }

  main .l-section:not(:last-of-type) {
    padding-bottom: 20px;
  }

  main .l-innerBlock {
    max-width: none;
  }
}

.l-pageHeader {
  padding: 0 40px 30px;
}

.l-pageHeader .l-innerBlock {
  display: flex;
}

.l-pageHeader__step {
  margin-left: auto;
}

.l-pageHeader__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-pageHeader__title {
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .l-pageHeader {
    padding: 0 0 15px;
  }

  .l-pageHeader .l-innerBlock {
    display: block;
  }

  .l-pageHeader__title {
    flex-direction: column;
    padding: 0 20px;
  }
}

.c-carSelectGrid {
  display: flex;
  flex-wrap: wrap;
}

.c-carSelectGrid__item {
  margin-top: 34px;
}

.c-carSelectGrid__item input[type="checkbox"] {
  display: none;
}

.c-carSelectGrid__item label {
  transition: all 0.1s 0s ease;
  cursor: pointer;
  display: block;
}

.c-carSelectGrid__item input[type="checkbox"]:checked + label {
  background: #e5eef7;
}

.c-carSelectGrid__item
  input[type="checkbox"]:checked
  + label
  figure
  figcaption {
  border-top: 2px solid #00a4de;
}

.c-carSelectGrid__item figure {
  text-align: center;
  padding-top: 10px;
}

.c-carSelectGrid__item figure figcaption {
  transition: all 0.2s 0s ease;
  text-align: left;
  width: 180px;
  margin: 7px auto 0;
  padding: 10px 2px;
  border-top: 2px solid #ccc;
}

.c-carSelectGrid__item:hover figure figcaption {
  border-top: 2px solid #00a4de;
}

@media screen and (max-width: 768px) {
  .c-carSelectGrid {
    margin-left: -2px;
    margin-right: -2px;
  }

  .c-carSelectGrid__item {
    min-width: 0;
    flex: 0 0 50%;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 12px;
  }

  .c-carSelectGrid figure {
    padding: 5px 15px;
  }

  .c-carSelectGrid figure img {
    width: 100%;
  }

  .c-carSelectGrid figure figcaption {
    width: auto;
    max-width: 120px;
    margin: 4px auto 0;
    padding: 6px 2px 4px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .c-carSelectGrid__item {
    flex: 0 0 33.33333%;
  }
}

.call-action {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .call-action {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .call-action {
    text-decoration: underline;
  }
}

@media screen and (min-width: 769px) {
  .sp-only-style {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only-style {
    display: none !important;
  }
}

main {
  display: block;
  width: 100%;
}

main .l-section {
  padding: 0 30px;
}

main .l-section .l-section {
  padding: 0;
}

@media screen and (max-width: 768px) {
  main .l-section {
    padding: 0 15px;
  }
}

main.fixed {
  position: fixed;
}

.back-gray {
  background-color: #edf0f2;
  position: relative;
}

.back-gray:after {
  content: "";
  background-image: -moz-linear-gradient(
    90deg,
    rgba(160, 171, 180, 0) 0%,
    #a0abb4 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(160, 171, 180, 0) 0%,
    #a0abb4 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgba(160, 171, 180, 0) 0%,
    #a0abb4 100%
  );
  opacity: 0.502;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 5px;
}

@media screen and (max-width: 768px) {
  .back-gray:after {
    content: none;
  }
}

.link-blank {
  position: relative;
  vertical-align: text-top;
  padding-right: 20px;
  text-decoration: none;
  font-size: 14px;
}

.link-blank:before,
.link-blank:after {
  content: "";
  width: 8px;
  height: 12px;
  border: 1px solid #555;
  position: absolute;
}

.link-blank:after {
  right: 2px;
  top: 2px;
  background-color: #f5f7f9;
}

.link-blank:before {
  right: 5px;
  top: 5px;
}

.search-btn {
  display: block;
  background-color: #00a3e0;
  color: #fff;
  line-height: 48px;
  height: 48px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  font-size: 18px;
}

.search-btn.arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: inline-block;
  transform: rotate(-225deg);
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .search-btn {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    margin-top: 15px;
  }
}

.search-map-btn {
  background-color: #545a5e;
  display: flex;
  width: 360px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  margin: 30px auto 20px;
  position: relative;
}

.search-map-btn.icon:after {
  content: "";
  background: url("../img/map-btn_icon.png");
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 15px;
}

.search-map-btn.phone:after {
  content: "";
  background: url("../img/icon_send-mail.png");
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 15px;
}

.search-map-btn.map:after,
.search-map-btn.map:before {
  content: "";
  width: 10px;
  height: 13px;
  border: 1px solid #fff;
  position: absolute;
}

.search-map-btn.map:before {
  right: 30px;
  top: 50%;
  margin-top: -5px;
}

.search-map-btn.map:after {
  right: 27px;
  top: 50%;
  background-color: #a0abb4;
  margin-top: -8px;
}

.search-map-btn.map:hover:after {
  background-color: #00a0dc;
}

.search-map-btn:hover {
  background-color: #00a0dc;
}

@media screen and (max-width: 768px) {
  .search-map-btn {
    width: 270px;
    height: 40px;
    border-radius: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 20px auto;
  }

  .search-map-btn.icon:after {
    margin-left: 5px;
  }

  .search-map-btn.phone:after {
    margin-left: 8px;
  }
}

.c-carSelectGrid__item input[type="checkbox"]:checked + label {
  background-color: transparent;
}

.headline--lv3 {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .headline--lv3 {
    margin: 0 -15px;
    font-size: 13px;
    padding: 5px 15px 8px;
    border-bottom: 1px solid #edf0f2;
  }
}

.l-carModel-list {
  margin-top: 30px;
}

.l-carModel-list .l-section {
  padding: 0;
}

.l-carModel-list .l-section .l-section {
  width: auto;
}

.l-carModel-list .l-section + .l-section {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .l-carModel-list {
    margin: 0;
  }

  .l-carModel-list .l-section {
    padding: 0 15px;
  }

  .l-carModel-list .l-section + .l-section {
    margin-top: 0;
  }
}

.l-section {
  width: 1000px;
  margin: auto;
  padding: 8px 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .l-section {
    width: 100%;
  }

  .l-section .l-section {
    padding: 0;
  }
}

.l-section .c-carSelectGrid input[type="radio"] {
  display: none;
}

.l-section .c-carSelectGrid label {
  transition: all 0.1s 0s ease;
  cursor: pointer;
  display: block;
}

.l-section
  .c-carSelectGrid
  input[type="radio"]:checked
  + label
  figure
  figcaption {
  border-top: 2px solid #00a4de;
}

.l-section .c-carSelectGrid .c-carSelectGrid__item {
  max-width: 25%;
  flex: 0 0 25%;
  position: relative;
}

.l-section .c-carSelectGrid .c-carSelectGrid__item .hover_image {
  position: absolute;
  top: -34px;
  width: 465px;
  height: 348px;
  opacity: 0;
  transition: opacity 0.35s ease-out;
  visibility: hidden;
  z-index: 999;
}

.l-section .c-carSelectGrid .c-carSelectGrid__item .right-top .hover_image {
  left: 100%;
}

.l-section .c-carSelectGrid .c-carSelectGrid__item .left-top .hover_image {
  right: 100%;
}

.l-section .c-carSelectGrid .c-carSelectGrid__item > a {
  text-decoration: none;
}

.l-section .c-carSelectGrid .c-carSelectGrid__item figure {
  display: block;
}

.l-section .c-carSelectGrid .c-carSelectGrid__item figure .img {
  position: relative;
  display: block;
}

.l-section .c-carSelectGrid .c-carSelectGrid__item figure:hover + .hover_image {
  opacity: 1;
  visibility: visible;
}

.l-section .c-carSelectGrid .c-carSelectGrid__item img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .l-section .c-carSelectGrid .c-carSelectGrid__item {
    min-width: 0;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .l-section .c-carSelectGrid .c-carSelectGrid__item .hover_image {
    display: none;
  }
}

.l_search_note {
  margin: 70px 0 60px;
  background-color: #f5f7f9;
  padding: 35px 40px;
}

.l_search_note .note-title {
  font-size: 16px;
  font-size: 1.6rem;
}

.l_search_note .note-list {
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .l_search_note {
    margin: 20px 15px 0;
    padding: 15px 20px;
    font-size: 13px;
    line-height: 1.38462;
  }

  .l_search_note .note-title {
    font-size: 1.3px;
    font-size: 1.3rem;
  }

  .l_search_note .note-list {
    margin-top: 15px;
  }

  .l_search_note .note-list li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media screen and (max-width: 768px) {
  .l-search-area-head {
    padding-bottom: 23px;
  }
}

.l-search-area {
  display: none;
}

.l-search-area .l-search-area-other {
  background-color: #edf0f2;
  position: relative;
  padding: 40px 0;
}

.l-search-area .l-search-area-other .search-map-btn {
  background-color: #00a0dc;
}

.l-search-area .l-search-area-other .search-map-btn:hover {
  background-color: #33b3e3;
}

.l-search-area .l-search-area-other:after {
  content: "";
  background-image: -moz-linear-gradient(
    90deg,
    rgba(160, 171, 180, 0) 0%,
    #a0abb4 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(160, 171, 180, 0) 0%,
    #a0abb4 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgba(160, 171, 180, 0) 0%,
    #a0abb4 100%
  );
  opacity: 0.502;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
}

.l-search-area .l-search-area-other .tab-contents {
  display: none;
  box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1);
}

.l-search-area .l-search-area-other .tab-contents .tab-inner {
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  width: 360px;
  margin: auto;
}

.l-search-area .l-search-area-other .tab-contents.is-active {
  display: block;
}

.l-search-area .l-search-area-other .l-search-other-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  width: 790px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-search-area-other .l-search-other-title {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
}

.l-search-area .l-search-area-other .other-search-tab-group {
  display: flex;
}

.l-search-area .l-search-area-other .other-search-tab-group .tab-item {
  flex: 1;
  position: relative;
}

.l-search-area
  .l-search-area-other
  .other-search-tab-group
  .tab-item.is-active:after {
  content: none;
}

.l-search-area .l-search-area-other .other-search-tab-group .tab-item:after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.l-search-area
  .l-search-area-other
  .other-search-tab-group
  .tab-item:last-child:after {
  content: none;
}

.l-search-area
  .l-search-area-other
  .other-search-tab-group
  .tab-item.is-active
  a {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 3px solid #00a0dc;
  box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.1);
}

.l-search-area .l-search-area-other .other-search-tab-group .tab-item a {
  line-height: 60px;
  height: 60px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

.l-search-area .l-search-area-other .other-search-tab-group .tab-item a:hover {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 3px solid #00a0dc;
  box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #00a0dc;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-search-area-other {
    padding: 30px 0;
  }

  .l-search-area .l-search-area-other:after {
    background-image: -moz-linear-gradient(
      90deg,
      rgba(160, 171, 180, 0) 0%,
      #a0abb4 100%
    );
    background-image: -webkit-linear-gradient(
      90deg,
      rgba(160, 171, 180, 0) 0%,
      #a0abb4 100%
    );
    background-image: -ms-linear-gradient(
      90deg,
      rgba(160, 171, 180, 0) 0%,
      #a0abb4 100%
    );
    opacity: 0.2;
    height: 5px;
  }

  .l-search-area .l-search-area-other .tab-contents .tab-inner {
    width: 100%;
  }

  .l-search-area .l-search-area-other .other-search-tab-group .tab-item a {
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: normal;
  }

  .l-search-area
    .l-search-area-other
    .other-search-tab-group
    .tab-item.is-active
    a {
    border-radius: 5px 5px 0 0;
  }
}

.l-search-area.block {
  display: block;
}

.l-search-area .l-section:not(:last-of-type) {
  padding: 0 30px 15px;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-section:not(:last-of-type) {
    padding: 0;
  }
}

.l-search-area .l-current-car-block {
  border-bottom: 1px solid #edf0f2;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-current-car-block {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

.l-search-area .l-current-car-block .l-section .l-innerBlock {
  padding: 0 20px;
}

.l-search-area .l-current-car-block .l-section .l-current-car {
  padding: 0;
  flex-wrap: initial;
}

.l-search-area .l-current-car {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: #eee; */
}

.l-section:has(.l-current-car) {
  margin-bottom: 15px;
  padding: 0!important;
  background: #eee;
}

@media screen and (max-width: 768px) {
  .l-section:has(.l-current-car) {
    margin-bottom: 0;
  }
}

.l-section:has(.l-current-car) .l-innerBlock {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .l-section:has(.l-current-car) .l-innerBlock {
    padding: 0;
  }
}

.l-search-area .l-current-car .l-car__item {
  display: flex;
  min-width: 425px;
  padding-right: 45px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-current-car .l-car__item {
    min-width: auto;
    padding-right: 0;
  }
}

.l-search-area .l-current-car .reset-btn {
  text-decoration: underline;
  color: #00a0dc;
  margin-left: 20px;
}

.l-search-area .l-current-car .reset-btn:hover {
  cursor: pointer;
}

.l-search-area .l-current-car.dealer-car {
  margin-bottom: 25px;
}

.l-search-area .l-current-car .first-open-page .text {
  font-size: 16px;
}


.l-search-area .l-current-car .pulldown-area {
  width: 300px;
  margin: 1em 1.5em 1.5em 0;
}
@media screen and (max-width: 768px) {
  .l-search-area .l-current-car .pulldown-area {
    width: 100%;
    margin: 0 0 1.5em;
  }
  }
   
  .l-search-area .l-current-car .pulldown-area.is-active .switch-pulldown:before {
    transform: rotate(-135deg);
    top: 3px;
  }

.l-search-area .l-current-car .l-car__pulldown {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}

.l-search-area .l-current-car .l-car__pulldown .pulldown-reset {
  font-size: 14px;
  text-decoration: underline;
  color: #00a0dc;
  padding: 0 0 0 20px;
}

.l-search-area .l-current-car .image {
  margin-right: 5px;
}

.l-search-area .l-current-car .image img {
  max-height: 135px;
}

.l-search-area .l-current-car .text {
  display: flex;
  align-items: center;
}

.l-search-area .l-current-car .text .active-carModel {
  font-weight: bold;
  display: block;
  line-height: 1.3;
}

.l-search-area .l-current-car .text .car-name {
  letter-spacing: 0;
}

.l-search-area .l-current-car .text .close,
.l-search-area .l-current-car .text .close-modal-trigger {
  flex-shrink: 0;
  width: 80px;
  line-height: 40px;
  background-color: #00a0dc;
  text-align: center;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 4px;
}

.l-search-area .l-current-car .text .close a,
.l-search-area .l-current-car .text .close-modal-trigger a {
  color: #fff;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-current-car {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 15px 0;
    }

  .l-search-area .l-current-car.dealer-car {
    margin-bottom: 0;
  }

  .l-search-area .l-current-car .first-open-page .text {
    font-size: 14px;
  }

  .l-search-area .l-current-car .l-current-car {
    margin-top: 10px;
  }

  .l-search-area .l-current-car .l-current-car .reset-btn {
    margin-left: 10px;
  }

  .l-search-area .l-current-car .l-car__item {
    width: 100%;
  }

  .l-search-area .l-current-car .l-car__pulldown {
    margin-top: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .l-search-area .l-current-car .l-car__pulldown .pulldown-reset {
    padding: 0;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 5px;
    font-size: 11px;
  }

  .l-search-area .l-current-car .pulldown-result {
    width: 100%;
  }

  .l-search-area .l-current-car .image {
    flex-shrink: 0;
    margin-right: 5px;
  }

  .l-search-area .l-current-car .image img {
    width: auto;
    max-height: 70px;
    max-width: 100px;
  }

  .l-search-area .l-current-car .text {
    font-size: 11px;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .l-search-area .l-current-car .text .close,
  .l-search-area .l-current-car .text .close-modal-trigger {
    width: 75px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 14px;
  }
}

.l-search-area .l-search-map {
  width: 790px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.l-search-area .l-search-map .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.l-search-area .l-search-map .lead {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1.4em;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-search-map .lead {
    margin: 15px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.phone search-map-btn modal-trigger {
  margin: 0 auto;
}

.l-search-area .l-search-map .search-map-btn {
  background-color: #00a0dc;
}

.l-search-area .l-search-map .search-map-btn:hover {
  background-color: #3fb8e5;
}

.l-search-area .l-search-map .note {
  margin: 5px 0 0 30px;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-search-map {
    width: 100%;
    padding: 35px 15px;
  }

  .l-search-area .l-search-map .title {
    font-size: 1.4rem;
  }

  .l-search-area .l-search-map .note {
    margin: 0;
    padding: 5px 0 0 1em;
    text-indent: -1em;
  }

  .l-search-area .l-search-map .search-map-btn {
    background-color: #00a0dc;
  }
}

.l-search-area .l-search-list {
  margin: 30px auto 0;
  width: 790px;
}

.l-search-area .l-search-list .c-search__item {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 40px 35px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 270px;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-search-list .c-search__item.city .title {
    margin-bottom: 11px;
    display: block;
  }

  .l-search-area .l-search-list .c-search__item.city .title .main {
    border: none;
    margin-bottom: 5px;
    display: block;
  }
}

.l-search-area .l-search-list .c-search__item.city .note {
  margin-bottom: 10px;
}

.l-search-area .l-search-list .c-search__item.city .input__item {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 23px;
  position: relative;
}

.l-search-area .l-search-list .c-search__item.city .input__item input {
  border: none;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

.l-search-area .l-search-list .c-search__item.city .input__item .search-icon {
  margin-top: 0;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  background-color: #00a0dc;
  vertical-align: middle;
  width: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.l-search-area
  .l-search-list
  .c-search__item.city
  .input__item
  .search-icon:hover {
  background-color: #33b3e3;
}

.l-search-area
  .l-search-list
  .c-search__item.city
  .input__item
  .search-icon
  img {
  width: 23px;
}

.l-search-area .l-search-list .c-search__item.keyword .radio-list {
  margin: 30px 0;
}

.l-search-area .l-search-list .c-search__item.keyword .input__item {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 23px;
}

.l-search-area .l-search-list .c-search__item.keyword .input__item input {
  border: none;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  padding: 10px 0;
  text-align: center;
}

.l-search-area .l-search-list .c-search__item.keyword .input__item .keyword {
  padding: 10px 0;
  width: calc(100% - 50px);
  text-align: center;
  font-size: 14px;
  color: #ccc;
  height: 36px;
  box-sizing: border-box;
}

.l-search-area
  .l-search-list
  .c-search__item.keyword
  .input__item
  .search-icon {
  margin-top: 0;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  background-color: #00a0dc;
  vertical-align: middle;
  width: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.l-search-area
  .l-search-list
  .c-search__item.keyword
  .input__item
  .search-icon:hover {
  background-color: #33b3e3;
}

.l-search-area
  .l-search-list
  .c-search__item.keyword
  .input__item
  .search-icon
  img {
  width: 23px;
}

.l-search-area .l-search-list .c-search__item .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.l-search-area .l-search-list .c-search__item .title .link-blank {
  font-size: 16px;
  font-size: 1.6rem;
}

.l-search-area .l-search-list .c-search__item .lead {
  margin: 0;
}

.l-search-area .l-search-list .search-address {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #95a1ab;
  border-radius: 23px;
}

.l-search-area .l-search-list .search-address .select__item {
  width: 50%;
  position: relative;
}

.l-search-area .l-search-list .search-address .select__item:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
}

.l-search-area .l-search-list .search-address .select__item select {
  padding: 11px;
  width: 100%;
  border: none;
  border-bottom-left-radius: 23px;
  border-top-left-radius: 23px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.l-search-area .l-search-list .search-address .select__item select::-ms-expand {
  display: none;
}

.l-search-area .l-search-list .search-address .input__item {
  width: 50%;
  border-left: 1px solid #95a1ab;
  position: relative;
  margin-top: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 1.6rem;
  cursor: pointer;
}

.l-search-area .l-search-list .search-address .input__item:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
}

.l-search-area .l-search-list .search-address .input__item input {
  border: none;
  border-bottom-right-radius: 23px;
  border-top-right-radius: 23px;
  cursor: pointer;
}

.l-search-area .l-search-list .search-address .input__item input::placeholder {
  color: #000;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-search-list .search-address {
    border: 1px solid #a0abb4;
  }

  .l-search-area .l-search-list .search-address .select__item,
  .l-search-area .l-search-list .search-address .input__item {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    justify-content: center;
  }

  .l-search-area .l-search-list .search-address .select__item:after,
  .l-search-area .l-search-list .search-address .input__item:after {
    content: none;
  }
}

.l-search-area .l-search-list .l-search-address {
  position: relative;
  z-index: 1;
}

.l-search-area .l-search-list .l-search-address .search-address-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-top
  .selection-title {
  font-size: 16px;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-top
  .address-close {
  margin: 0;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-top
  .address-close:after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #929597;
  display: inline-block;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-top
  .address-close
  span {
  line-height: 40px;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-top
  .address-close
  span:before,
.l-search-area
  .l-search-list
  .l-search-address
  .search-address-top
  .address-close
  span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  background-color: #fff;
  width: 23px;
  height: 1px;
  z-index: 1;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-top
  .address-close
  span:before {
  transform: rotate(45deg);
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-top
  .address-close
  span:after {
  transform: rotate(-45deg);
}

.l-search-area .l-search-list .l-search-address .search-address-inner {
  background-color: #fff;
  width: 790px;
  position: absolute;
  left: calc(-60% + 1px);
  top: 20px;
  padding: 30px 20px 20px;
  display: none;
  border: solid 1px #a0abb4;
  box-shadow: 0 10px 9px 1px rgba(0, 0, 0, 0.15);
}

.l-search-area .l-search-list .l-search-address .search-address-main {
  margin-top: 15px;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-title {
  font-size: 16px;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-tab-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #929597;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-tab-group
  .tab-item {
  width: calc((100% - 18px) / 10);
  text-align: center;
  position: relative;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-tab-group
  .tab-item
  a {
  line-height: 40px;
  height: 40px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  background-color: #a0abb4;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #a0abb4;
  border-bottom: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-tab-group
  .tab-item.item-none
  a {
  pointer-events: none;
  color: #b8b8b8;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-tab-group
  .tab-item.is-active
  a {
  pointer-events: none;
  color: #a0abb4;
  background-color: #fff;
  position: relative;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-tab-group
  .tab-item.is-active
  a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  left: 0;
  position: absolute;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .tab-contents {
  display: none;
  padding-top: 40px;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-name-group {
  border: 1px solid #929597;
  border-top: none;
  font-size: 16px;
  max-height: 380px;
  overflow-y: scroll;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-name-group.shop-keyword {
  border-top: 1px solid #929597;
  margin-top: 15px;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-name-group
  .name-item
  a {
  padding: 5px;
  border: 1px solid #f5f7f9;
  display: block;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-name-group
  .name-item
  a:hover {
  background-color: #00a0dc;
  color: #fff;
}

.l-search-area
  .l-search-list
  .l-search-address
  .search-address-main
  .address-name-group.is-active {
  display: block;
}

.l-search-area .l-search-list .input__item {
  margin-top: 10px;
}

.l-search-area .l-search-list .radio-list {
  text-align: center;
}

.l-search-area .l-search-list .radio-list .radio__item {
  position: relative;
}

.l-search-area .l-search-list .radio-list .radio__item + .radio__item {
  margin-left: 15px;
}

.l-search-area .l-search-list .radio-list .radio__item input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.l-search-area
  .l-search-list
  .radio-list
  .radio__item
  input[type="radio"]:checked
  + .value:after {
  background-image: url("../img/radio_btn_on.png");
}

.l-search-area .l-search-list .radio-list .radio__item .value {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.l-search-area .l-search-list .radio-list .radio__item .value:after {
  content: "";
  background: url("../img/radio_btn_off.png") no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-search-list .radio-list .radio__item {
    width: 100%;
    display: block;
    text-align: left;
    padding: 11px 15px;
    background-color: #edf0f2;
  }

  .l-search-area .l-search-list .radio-list .radio__item + .radio__item {
    margin-left: 0;
    border-top: 1px solid #d5d5d5;
  }

  .l-search-area .l-search-list .radio-list .radio__item input[type="radio"] {
    visibility: visible;
    position: relative;
    transform: scale(1.5);
    margin: 0;
  }

  .l-search-area .l-search-list .radio-list .radio__item .value {
    vertical-align: text-bottom;
  }

  .l-search-area .l-search-list .radio-list .radio__item .value:after {
    content: none;
  }
}

.l-search-area .l-search-list .note {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-search-list {
    display: block;
    margin-top: 15px;
    padding: 5px 0;
    width: 100%;
  }

  .l-search-area .l-search-list .c-search__item {
    width: 100%;
    padding: 20px 15px 25px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    height: calc(470px / 2);
    box-sizing: border-box;
  }

  .l-search-area .l-search-list .c-search__item .title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 13px;
  }

  .l-search-area .l-search-list .c-search__item .title .link-blank {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .l-search-area .l-search-list .c-search__item .lead {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .l-search-area .l-search-list .c-search__item .note {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1rem;
  }

  .l-search-area .l-search-list .c-search__item.city .title {
    margin-bottom: 0;
  }

  .l-search-area .l-search-list .c-search__item.city .input__item {
    margin: 0 auto 30px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  }

  .l-search-area .l-search-list .c-search__item.city .input__item input {
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    border: none;
  }

  .l-search-area .l-search-list .c-search__item.keyword .radio-list {
    margin: 0;
    border: 1px solid #d5d5d5;
  }

  .l-search-area .l-search-list .c-search__item.keyword .radio__item {
    appearance: none;
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .l-search-area .l-search-list .c-search__item.keyword .input__item input {
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
  }
}

.l-search-area .l-search-return {
  width: 710px;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-search-area .l-search-return .search-map-btn {
  width: 280px;
  margin: auto;
}

.l-search-area .l-search-return .lead {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-search-return {
    margin-top: 10px;
    padding: 40px 15px;
    flex-wrap: wrap;
    width: 100%;
    background-color: #edf0f2;
  }

  .l-search-area .l-search-return .lead {
    margin-top: 25px;
  }
}

.l-search-area .l-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: 0.3s;
}

.l-search-area .l-modal .l-modal-bg {
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
}

.l-search-area .l-modal .error-message {
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 65px 60px 70px;
  width: 840px;
  box-sizing: border-box;
  margin: auto;
}

.l-search-area .l-modal .error-message .title {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #bdbdbd;
  font-weight: bold;
  padding-bottom: 45px;
}

.l-search-area .l-modal .error-message .title:before {
  content: "";
  background: url("../img/icon_error.png") no-repeat;
  background-size: cover;
  width: 27px;
  height: 27px;
  margin-right: 10px;
}

.l-search-area .l-modal .error-message .error-detail {
  margin: 40px auto 0;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-search-area .l-modal .error-message .error-detail .lead {
  letter-spacing: 0;
  line-height: 1.8;
}

.l-search-area .l-modal .error-message .error-detail .modal-zipCode {
  display: flex;
  align-items: center;
  width: 420px;
  margin-top: 45px;
}

.l-search-area .l-modal .error-message .error-detail .modal-zipCode input {
  text-align: center;
}

.l-search-area
  .l-modal
  .error-message
  .error-detail
  .modal-zipCode
  .search-btn {
  width: 120px;
  flex-shrink: 0;
  margin-top: 0;
}

.l-search-area .l-modal .error-message .error-detail .link-blank {
  margin-top: 20px;
  font-size: 16px;
}

.l-search-area .l-modal .l-modal-close {
  width: 180px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #929597;
  margin: 90px auto 0;
  cursor: pointer;
  position: relative;
}

.l-search-area .l-modal .l-modal-close span {
  position: relative;
  padding-left: 35px;
}

.l-search-area .l-modal .l-modal-close span:before,
.l-search-area .l-modal .l-modal-close span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  width: 18px;
  height: 1px;
}

.l-search-area .l-modal .l-modal-close span:before {
  transform: rotate(45deg);
}

.l-search-area .l-modal .l-modal-close span:after {
  transform: rotate(-45deg);
}

.l-search-area .l-modal .l-modal-aid-close {
  position: absolute;
  top: 15px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .l-search-area .l-modal .l-modal-aid-close {
    top: -30px;
    right: 0;
  }
}
.l-search-area .l-modal .l-modal-aid-close:hover {
  cursor: pointer;
}
.l-search-area .l-modal .l-modal-aid-close span {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border: 1px solid #929597;
border-radius: 6px;
background: #fff;
}

.l-search-area .l-modal .l-modal-aid-close span:before, .l-search-area .l-modal .l-modal-aid-close span:after {
  content: "";
  position: absolute;
  background-color: #929597;
  width: 18px;
  height: 1px;
}

.l-search-area .l-modal .l-modal-aid-close span:before {
  transform: rotate(45deg);
}

.l-search-area .l-modal .l-modal-aid-close span:after {
  transform: rotate(-45deg);
}

.l-search-area .l-modal.is-show {
  opacity: 1;
  visibility: visible;
}

.l-search-area.is-open {
  display: block;
}

.l-search-area .l-modal.car-select-change .l-section {
  background-color: #fff;
  z-index: 3;
  position: relative;
  padding: 30px 70px 50px;
  overflow-y: auto;
  width: 90%;
  height: 80%;
}

.l-search-area .l-modal.car-select-change .l-section .l-modal-close {
  position: absolute;
  right: 70px;
  margin: 0;
  top: 15px;
}

.l-search-area .l-modal.car-select-change .l-section .headline--lv3 {
  margin-top: 20px;
}

.l-search-area
  .l-modal.car-select-change
  .l-section
  .headline--lv3
  ~ .headline--lv3 {
  margin: 35px 0 15px;
}

.l-search-area .l-modal.car-select-change .l-section .car-modal-title {
  font-size: 20px;
  text-align: center;
}

.l-search-area .l-modal.shop-mail-detail .message {
  z-index: 999;
  background-color: #fff;
  width: 840px;
  padding: 75px 60px;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}

.l-search-area .l-modal.shop-mail-detail .message .title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #555;
  padding-bottom: 40px;
  border-bottom: 2px solid #bdbdbd;
}

.l-search-area .l-modal.shop-mail-detail .detail {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.l-search-area .l-modal.shop-mail-detail .detail.is-close {
  display: none;
}

.l-search-area .l-modal.shop-mail-detail .detail .lead {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.8;
}

.l-search-area .l-modal.shop-mail-detail .mail__box {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  margin-top: 40px;
}

.l-search-area .l-modal.shop-mail-detail .mail__box .mail-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  border: solid 1px #ccc;
  width: 300px;
}

.l-search-area .l-modal.shop-mail-detail .mail__box .search-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #00a0dc;
  width: 120px;
  height: 46px;
  line-height: 46px;
  margin-top: 0;
}

.l-search-area .l-modal.shop-mail-detail .note {
  margin-top: 25px;
  font-size: 14px;
}

.l-search-area .l-modal.shop-mail-detail .note .child {
  padding-left: 1em;
  text-indent: -1em;
}

.l-search-area .l-modal.shop-mail-detail .l-modal-close {
  margin-top: 70px;
  border-radius: 4px;
  font-size: 18px;
}

.l-search-area .l-modal .send {
  display: none;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 50px;
}

.l-search-area .l-modal .send.is-show {
  display: block;
}
.l-search-area .l-modal.mdl-campaign {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-modal.mdl-campaign {
    padding: 0 15px;
  }
}

.l-search-area .l-modal.mdl-campaign .cont-campaign {
    position: relative;
    max-width: 1000px;
    max-height: 90vh;
    padding: 50px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    margin: auto;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-modal.mdl-campaign .cont-campaign {
    padding: 15px;
}
}

.l-search-area .l-modal.mdl-campaign .cont-campaign .title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: .75em;
}

@media screen and (max-width: 768px) {
  .l-search-area .l-modal.mdl-campaign .cont-campaign .title {
    font-size: 1.4rem;
  }
}

.l-search-area .l-modal.mdl-campaign .cont-campaign .campaign-detail {
  max-height: 90vh;
  box-sizing: border-box;
  /* overflow-y: scroll; */
}

.l-search-area .l-modal.mdl-campaign .cont-campaign .campaign-detail .banner-wrap img {
  width: 100%;
  height: auto;
}

.l-search-area .l-modal.mdl-campaign .cont-campaign .campaign-detail .banner-wrap a {
  text-decoration: none;
}

.l-search-area .l-modal.mdl-campaign .cont-campaign .campaign-detail .banner-wrap a:hover {
  opacity: .7;
}



.l-search-area .l-modal.mdl-campaign .cont-campaign .campaign-detail .banner-wrap .banner-txt {
  text-align: center;
  padding: .5em 0;
  border-top: 1px solid #fff;
  background: #000;
}

.l-search-area .l-modal.mdl-campaign .cont-campaign .campaign-detail .banner-wrap .banner-txt span {
  color: #fff;
  font-weight: bold;
}
.l-search-area .l-modal.mdl-campaign .cont-campaign .campaign-detail .banner-wrap .banner-txt span:after {
  content: "＞＞";
  font-size: .8em;
  margin-left: .5em;
}

.l-search-area .l-modal.mdl-campaign .l-modal-close {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .l-search-area .l-modal.mdl-campaign .l-modal-close {
    position: static;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .l-search-area .l-modal .error-message {
    width: 90%;
    margin: 0 5%;
    padding: 70px 0 30px;
    position: relative;
    height: 80%;
    overflow-y: scroll;
  }

  .l-search-area .l-modal .error-message .title {
    font-size: 15px;
    padding-bottom: 15px;
  }

  .l-search-area .l-modal .error-message .title:before {
    width: 13px;
    height: 13px;
    margin-right: 5px;
  }

  .l-search-area .l-modal .error-message .error-detail {
    margin: 0;
    padding: 20px;
  }

  .l-search-area .l-modal .error-message .error-detail .lead {
    font-size: 12px;
  }

  .l-search-area .l-modal .error-message .error-detail .modal-zipCode {
    margin-top: 15px;
    width: 100%;
  }

  .l-search-area .l-modal .error-message .error-detail .modal-zipCode input {
    padding: 8px 5px 9px;
    font-size: 12px;
  }

  .l-search-area
    .l-modal
    .error-message
    .error-detail
    .modal-zipCode
    .search-btn {
    width: calc(154px / 2);
    font-size: 12px;
  }

  .l-search-area .l-modal .error-message .error-detail .link-blank {
    font-size: 12px;
  }

  .l-search-area .l-modal .l-modal-close {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 90px;
    line-height: 35px;
    font-size: 14px;
    background-color: #a0abb4;
    border-radius: 3px;
  }

  .l-search-area .l-modal .l-modal-close span {
    padding-left: 20px;
  }

  .l-search-area .l-modal .access_area_block {
    background-color: #fff;
    width: 90%;
    height: 80%;
    position: relative;
    z-index: 1;
    font-size: 14px;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
  }

  .l-search-area .l-modal .access_area_block .access_area_block {
    width: auto;
    height: 100%;
    margin: 0;
  }

  .l-search-area .l-modal .access_area_block.shop .access_area_list.area {
    height: 300px;
  }

  .l-search-area .l-modal .access_area_block .search-title {
    padding: 60px 10px 25px;
  }

  .l-search-area .l-modal .access_area_block .search-title + .search-title {
    padding: 0 10px 25px;
    margin-top: 0;
  }

  .l-search-area .l-modal .access_area_block .access_area_list.area {
    overflow-x: scroll;
  }

  .l-search-area .l-modal .access_area_block .access_area_list > .item {
    padding: 7px 20px;
    border-top: 1px solid #ccc;
    position: relative;
  }

  .l-search-area .l-modal .access_area_block .access_area_list > .item:after {
    content: ">";
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
    position: absolute;
  }

  .l-search-area .l-modal .access_area_block .access_area_list.accodion {
    position: relative;
    overflow-x: scroll;
  }

  .l-search-area .l-modal .access_area_block .accordion-toggle {
    padding: 7px 20px;
    border-top: 1px solid #ccc;
    position: relative;
  }

  .l-search-area .l-modal .access_area_block .accordion-toggle:after,
  .l-search-area .l-modal .access_area_block .accordion-toggle:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    margin-top: -1px;
  }

  .l-search-area .l-modal .access_area_block .accordion-toggle:after {
    right: 15px;
  }

  .l-search-area .l-modal .access_area_block .accordion-toggle:before {
    transition: 0.3s;
    right: 15px;
    transform: rotate(90deg);
  }

  .l-search-area .l-modal .access_area_block .accordion-toggle.is-open:before {
    transform: rotate(0deg);
  }

  .l-search-area .l-modal .access_area_block .city-list {
    display: none;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0px 4px 3.84px 0.16px rgba(0, 0, 0, 0.1);
  }

  .l-search-area .l-modal .access_area_block .city-list .item {
    padding: 5px 20px;
  }

  .l-search-area .l-modal .access_area_block .city-list .item a {
    display: block;
  }

  .l-search-area .l-modal.car-select-change .l-section {
    padding: 60px 13px 40px;
    height: 445px;
  }

  .l-search-area .l-modal.car-select-change .l-section .headline--lv3 {
    margin: 10px 0 0;
    padding: 5px 0 8px 0;
  }

  .l-search-area .l-modal.car-select-change .l-section .l-modal-close {
    right: 5px;
    top: 20px;
  }

  .l-search-area .l-modal.car-select-change .l-section .car-modal-title {
    font-size: 14px;
  }

  .l-search-area .l-modal.shop-mail-detail .message {
    width: 90%;
    height: 80%;
    padding: 100px 0 70px;
    margin: auto;
    overflow: scroll;
  }

  .l-search-area .l-modal.shop-mail-detail .message .title {
    font-size: 15px;
    padding-bottom: 25px;
    border-bottom-width: 1px;
  }

  .l-search-area .l-modal.shop-mail-detail .message .detail {
    font-size: 13px;
    padding: 25px 15px;
    height: auto;
  }

  .l-search-area .l-modal.shop-mail-detail .message .detail .lead {
    margin-top: 0;
    font-size: 13px;
  }

  .l-search-area .l-modal.shop-mail-detail .message .send {
    padding: 0 15px;
    font-size: 16px;
  }

  .l-search-area .l-modal.shop-mail-detail .mail__box {
    margin-top: 20px;
    width: 100%;
  }

  .l-search-area .l-modal.shop-mail-detail .mail__box .mail-input {
    width: 100%;
    padding: 8px 10px 9px;
    font-size: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .l-search-area .l-modal.shop-mail-detail .mail__box .search-btn {
    flex-shrink: 0;
    height: 35px;
    line-height: 35px;
    width: 70px;
    font-size: 13px;
  }

  .l-search-area .l-modal.shop-mail-detail .note {
    font-size: 12px;
    letter-spacing: -0.5px;
    marign-top: 15px;
  }

  .l-search-area .l-modal.shop-mail-detail .l-modal-close {
    margin-top: 0;
    font-size: 14px;
    border-radius: 2px;
  }
}

.map-pulldown-menu {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-pulldown-menu .pulldown-title {
  margin-right: 9px;
}

.map-pulldown-menu .pulldown-item {
  position: relative;
  border: 1px solid #555;
  border-radius: 4px;
  flex: 1;
}

.map-pulldown-menu .pulldown-item:after {
  content: "";
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6.5px;
  pointer-events: none;
}

.map-pulldown-menu select {
  color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.map-pulldown-menu select::-ms-expand {
  display: none;
}

.map-pulldown-menu select option {
  color: #333;
  line-height: 1;
}

.map-pulldown-menu .ellipsis {
  padding: 10px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  pointer-events: none;
  border-radius: 4px;
}

.map-pulldown-menu .ellipsis p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 4px;
}

.map-pulldown-menu + .map-pulldown-menu {
  margin-left: 15px;
}

.map-pulldown-menu .car-type-change {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  border-color: #555;
  box-sizing: border-box;
  appearance: none;
  background-color: #fff;
  padding-right: 138px;
}

@media screen and (max-width: 768px) {
  .map-pulldown-menu {
    margin: 5px 0 0;
    border-radius: 4px;
  }

  .map-pulldown-menu .pulldown-title {
    margin-left: 9px;
  }

  .map-pulldown-menu .pulldown-item {
    position: relative;
    border: 1px solid #555;
    border-radius: 4px;
  }

  .map-pulldown-menu + .map-pulldown-menu {
    margin-left: 0;
    border-left: none;
    border-radius: 4px;
  }

  .map-pulldown-menu .car-type-change {
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    height: 30px;
    background: #fff;
    border: none;
    border-radius: 4px;
  }
}

.l-map {
  position: relative;
}

.l-map .map-bottom-txt {
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .l-map .map-bottom-txt {
    padding: 10px 0;
  }
}

.l-map .map-maker__shop {
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-map .map-maker__shop img {
  width: 30px;
}

.l-map .map-maker__subaru {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
}

.l-map .map-maker__subaru img {
  width: 30px;
}

.l-map #map {
  height: 600px;
  width: 100%;
}

.textForMap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #03A0DC;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1rem 0;
}

.textForMap::before {
  content: "";
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  background: url("../img/icon_shijo_txt.png") center / contain no-repeat;
}

.l-map .l-search-map {
  border-radius: 4px;
  background-color: #fdfdfd;
  box-shadow: 2px 5px 10px 2px rgba(0, 0, 0, 0.15);
  width: 220px;
  border: 1px solid #929597;
  padding: 20px;
  top: 40px;
  left: 40px;
  position: absolute;
  box-sizing: border-box;
}

.l-map .search-input {
  display: flex;
}

.l-map .search-input input {
  font-size: 12px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  padding: 5px 5px 5px 15px;
  width: 140px;
}

.l-map .search-input .search-icon {
  background-color: #00a0dc;
  display: flex;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  padding: 4px 12px 4px 6px;
  align-items: center;
}

.l-map .map-link-box {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0 0;
  padding-bottom: 12px;
}

.l-map .map-link-box .radio-list {
  width: 100%;
  display: flex;
}

.l-map .map-link-box .radio__item {
  width: 50%;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.l-map .map-link-box .radio__item + .radio__item {
  padding-left: 10px;
}

.l-map .map-link-box .radio__item input {
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
}

.l-map .map-link-box .map-location {
  padding: 0;
  margin-top: 1px;
  text-decoration: none;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #999;
}

.l-map .map-link-box .map-location:before {
  content: "";
  /* background: url("../img/map_pin.png") no-repeat; */
  background: url(../img/center.png) no-repeat;
  background-size: 15px;
  background-size: cover;
  display: inline-block;
  /* width: 11px;
  height: 16px; */
  width: 14px;
  height: 12px;
  /* vertical-align: middle; */
  margin-right: 7px;
}

.l-map .link-refine {
  line-height: 36px;
  background-color: #edf0f2;
  text-align: center;
  color: #333;
  display: block;
  text-decoration: none;
}

.l-map .l-on-off-btn {
  display: flex;
  align-items: center;
  margin-top: 10px;
  letter-spacing: 0;
}

.l-map .l-on-off-btn + .l-on-off-btn {
  padding-top: 10px;
  border-top: 1px dotted #999;
}

.l-map .l-on-off-btn .icon {
  background-color: #00a0dc;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.l-map .l-on-off-btn .icon img {
  width: 32px;
}

.l-map .l-on-off-btn .text {
  margin-top: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.l-map .l-on-off-btn .on-off-toggle {
  width: 44px;
  height: 20px;
  margin-left: 4px;
  cursor: pointer;
}

.l-map .l-on-off-btn .on-off-toggle.on {
  background: url("../img/search_btn_on.png") no-repeat;
  background-size: 44px 20px;
}

.l-map .l-on-off-btn .on-off-toggle.off {
  background: url("../img/search_btn_off.png") no-repeat;
  background-size: 44px 20px;
}

.map-maker-answer {
  display: flex;
  /* border-bottom: 2px solid #edf0f2; */
  justify-content: center;
  margin-top: 70px;
  padding: 15px 0;
  align-items: center;
}

.map-maker-answer .item {
  display: flex;
  align-items: center;
}

.map-maker-answer .item + .item {
  margin-left: 10px;
}

.map-maker-answer .item:before {
  content: "";
  background-size: cover;
  width: 16px;
  height: 24px;
  margin-right: 3px;
}

.map-maker-answer .pin {
  display: flex;
  color: #006080;
}

.map-maker-answer .car-shop:before {
  display: block;
  background-image: url("../img/map-icon_shop.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.map-maker-answer .subaru-shop:before {
  display: block;
  background-image: url("../img/map-icon_subaru.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.map-maker-answer .lead {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #333333;
}


@media screen and (max-width: 768px) {

  .l-map .map-maker__shop img,
  .l-map .map-maker__subaru img {
    width: 24px;
  }

  .l-map #map {
    height: calc(68vh - 48px);
  }

  .textForMap {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  
  .textForMap::before {
    width: 2rem;
    height: 2rem;
    margin-right: .65rem;
  }

  .l-map .search-input-block {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 99;
    background-color: #fdfdfd;
    box-shadow: 1px 2px 4.5px 0.5px rgba(0, 0, 0, 0.1);
    width: 224px;
    transform: translateX(-100%);
    transition: 0.3s;
  }

  .l-map .search-input-block.is-open {
    transform: translateX(0);
  }

  .l-map .search-input-block.is-open .sp-trigger {
    background-image: url("../img/search_trigger_close.png");
  }

  .l-map .l-search-map {
    position: static;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 28px 25px;
  }

  .l-map .sp-trigger {
    top: 50px;
    right: -52px;
    width: 52px;
    height: 52px;
    display: flex;
    position: absolute;
    background: url("../img/search_trigger.png") center;
    background-size: cover;
    z-index: 99;
  }

  .l-map .search-input input {
    padding: 7px 10px;
    width: 100%;
    font-size: 12px;
    border-radius: 0;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    height: 32px;
  }

  .l-map .search-input .search-icon {
    padding: 0 1px;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }

  .l-map .search-input .search-icon img {
    width: 15px;
    margin-right: 4px;
  }

  .l-map .map-link-box {
    display: block;
    margin: 12px 0 0;
    padding-bottom: 15px;
  }

  .l-map .map-link-box .radio-list {
    display: block;
  }

  .l-map .map-link-box .radio-list .radio__item {
    width: 100%;
    display: block;
    border-radius: 2px;
    background-color: #edf0f2;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    position: relative;
    padding-left: 10px;
  }

  .l-map .map-link-box .radio-list .radio__item input {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
  }

  .l-map .map-link-box .radio-list .radio__item + .radio__item {
    padding-left: 10px;
    margin-top: 6px;
  }

  .l-map .map-link-box .map-location {
    padding-left: 0;
    margin-top: 13px;
    display: block;
    border-top: 1px #d5d5d5 dotted;
    border-bottom: 1px #d5d5d5 dotted;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    position: relative;
  }

  .l-map .map-link-box .map-location:before {
    position: absolute;
    left: 12px;
    top: 5px;
  }

  .l-map .link-refine {
    background-color: #edf0f2;
    height: 33px;
    font-size: 12px;
  }

  .l-map .l-on-off-btn {
    margin-top: 10px;
    justify-content: space-between;
  }

  .l-map .l-on-off-btn + .l-on-off-btn {
    padding-top: 5px;
  }

  .l-map .l-on-off-btn .icon {
    width: 28px;
    height: 28px;
    padding: 2px;
    box-sizing: border-box;
    margin-left: 5px;
  }

  .l-map .l-on-off-btn .icon img {
    max-width: 100%;
  }

  .l-map .l-on-off-btn .text {
    font-size: 10px;
    font-feature-settings: "palt";
  }
}

@media screen and (max-width: 768px) {
  .l-map iframe {
    height: 320px;
  }

  .map-maker-answer {
    margin-top: 20px;
    padding: 10px 15px;
  }

  .map-maker-answer .item {
    flex-direction: column;
    width: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
  }

  .map-maker-answer .item:before {
    margin-bottom: 5px;
  }

  .map-maker-answer .item + .item {
    margin-left: 5px;
  }

  .map-maker-answer .lead {
    font-size: 12px;
    text-align: left;
    border-left: none;
    margin-left: 0;
    width: 80%;
  }
}

.l-map-search-return {
  transition: 0.5s;
}

.l-map-search-return.is-close {
  display: block;
}

.l-map-search-return .l-search-return .return-btn {
  margin-right: 15px;
}

.l-map-search-return .l-search-return .mr30 {
  margin-right: 30px;
}


.campaign-area {
  height: 104px;
  flex-grow: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .campaign-area {
    width: 100%;
    height: calc(160 / 640 * 100vw);
    margin-top: 10px;
  }
}

.campaign-area .bnrImg {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .07em;
  color: #fff;
  border: 2px solid #eee;
}

@media screen and (max-width: 768px) {
  .campaign-area .bnrImg {
    box-shadow: none;
  }
}

.campaign-area .bnrImg:hover {
  cursor: pointer;
}

.campaign-area .bnrImg img {
  width: 500px;
}

.campaign-area .bnrImg img:hover {
  opacity: .7;
}

.campaign-area .bnrImg:has(img:hover) {
  background: #fff;
}


@media screen and (max-width: 768px) {
  .campaign-area .bnrImg img {
    width: 100%;
    height: auto;
  }
}


.l-map-shop {
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: unset;
  background-color: #fff;
  transition: bottom 0.6s, opacity 1s;
  opacity: 0;
  display: none;
  padding-bottom: 25px;
  /* height: 133px; */
}

@media screen and (max-width: 768px) {
  .l-search.l-map-shop {
    padding: 5px 0 15px;;
  }
}

.l-map-shop.has_carlist {
  height: 335px;
}

.l-map-shop .l-section {
  position: relative;
}

.l-map-shop.is-show {
  opacity: 1;
  bottom: 0;
}

.l-map-shop .close-btn {
  font-size: 14px;
  color: #a0abb4;
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 0;
  cursor: pointer;
}

.l-map-shop .close-btn:before {
  content: "";
  background: url("../img/car-slide_close.png");
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.l-map-shop .shop-link {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .l-map-shop.has_carlist {
    height: 275px;
    padding: 0;
  }
}

.l-shop-list {
  padding: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .l-shop-list {
    padding: 10px 0 0;
  }
}

.listNote {
  max-width: 845px;
  margin: 0 auto;
  padding: .75em 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .listNote {
    font-size: 1.2rem;
    padding: 10px 15px 10px;
  }
}

.l-shop-list .list-content{
  max-width: 845px;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}

.l-shop-list .list-content li {
  display: none;
}

.l-shop-list .list-content li.active-list {  
  display: block;
}

/* .l-shop-list .list-content li.active-list.last-list {
  border-bottom: 1px solid #bbb;
} */

.l-shop-list .list-content li.active-list dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dt {
    margin-bottom: 10px;
    padding: 0 15px;
  }
}

.l-shop-list .list-content li.active-list dl dt .pin-num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 34px;
  padding: 0 0 0.25em 0.1em;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: url("../img/map-icon_pin.png?v2") no-repeat;
  background-size: contain;
}

.l-shop-list .list-content li.active-list dl dt .pin-num-subarushop {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 34px;
  padding: 0 0 0.25em 0.1em;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: url("../img/map-icon_subaru.png?v2") no-repeat;
  background-size: contain;
}


.l-shop-list .list-content li.active-list dl dt .pin-num-shop {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 34px;
  padding: 0 0 0.25em 0.1em;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: url("../img/map-icon_shop.png?v2") no-repeat;
  background-size: contain;
}


/* @media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dt .pin-num {
    margin-left: -5px;
  }
} */

.l-shop-list .list-content li.active-list:nth-child(n+4) dl dt .pin-num{
  background: url("../img/map-icon_shop.png?v2") no-repeat;
  background-size: contain;
}


.l-shop-list .list-content li.active-list dl dt .branch-shop-detail {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dt .branch-shop-detail {
    width: calc(100% - 36px);
    margin-left: 10px;
    line-height: 1.5;
  }
}

.l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tittle .shop-range {
  font-size: 1.6rem;
  /* color: #666666; */
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tittle .shop-range em {
    display: inline-block;
    text-indent: -.2em;
  }
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tittle .shop-range {
    font-size: 1.2rem;
    padding-left: 0.25em;
  }
}

.l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tittle .shop-name {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tittle .shop-name {
    font-size: 1.4rem;
  }
}

.l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tell {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tell {
    font-size: 1.3rem;
  }
}

.l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tell .number-tell {
  letter-spacing: 0;
}

.l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tell .number-tell a,
.l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tell .number-tell-link a {
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tell .number-tell a,
  .l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tell .number-tell-link a  {
    text-decoration: underline;
    pointer-events: auto;
  }
}

.l-shop-list .list-content li.active-list dl dt .branch-shop-detail .branch-shop-tell .wrap-btn {
  display: inline-block;
  text-indent: -.5em;
}

.l-shop-list .list-content li.active-list dl dt .branch-shop-detail  .branch-shop-tell .btn-detail-shop {
  text-decoration: none;
  color: #00a0dc;
  font-weight: bold;
}

.l-shop-list .list-content li.active-list dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dotted #cccccc;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dd {
    margin: 0 15px;
  }
}

.l-shop-list .list-content li.active-list dl dd .car__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dd .car__item {
    padding: 5px 0;
    /* ↓2025.03.03 更新 */
    max-width: calc(100% - 80px);
    /* ↑2025.03.03 更新 */
  }
}

.l-shop-list .list-content li.active-list dl dd .car__item .car-image {
  width: 212px;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dd .car__item .car-image {
    width: 90px;
  }
}

.l-shop-list .list-content li.active-list dl dd .car__item .car-image img {
  width: 100%;
}

.l-shop-list .list-content li.active-list dl dd .car__item .car-spec {
  font-size: 1.4rem;
  margin-left: 15px;
  /* ↓2025.03.03 更新 */
  max-width: 297px;
  /* ↑2025.03.03 更新 */
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dd .car__item .car-spec {
    font-size: 1.05rem;
    line-height: 1.4;
    margin-left: 5px;
    /* ↓2025.03.03 更新 */
    max-width: calc(100% - 95px);
    /* ↑2025.03.03 更新 */
  }
}

.l-shop-list .list-content li.active-list dl dd .car__item .car-spec em {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dd .car__item .car-spec em {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.l-shop-list .list-content li.active-list + li {
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list + li {
    padding-top: 10px;
  }
}

.btnBox {
  width: 270px;
}

.btnBox a {
  display: block;
  border-radius: 50px;
  margin: 0;
}

.l-shop-list .list-content li.active-list dl dd .btnBox .search-btn {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dd .btnBox {
    width: 75px;
  }
  .l-shop-list .list-content li.active-list dl dd .btnBox .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    font-size: 1.2rem;
    line-height: 1.2;
    border-radius: 6px;
  }
}

.l-shop-list .list-content li.active-list dl dd .btnBox .search-btn:after {
  content: "＞";
  display: inline-block;
  margin-left: .5em;
}

@media screen and (max-width: 768px) {
  .l-shop-list .list-content li.active-list dl dd .btnBox .search-btn:after {
    display: none;
  }
}


.btnBox .search-btn {
  background-color: #fd7a00;
}


br.pc {
  display: block;
}
br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}

.l-map-shop .l-mapShop__item .slick-dots {
  display: none !important;
}

.l-map-shop .mapShop__top {
  padding-bottom: 15px;
  border-bottom: 2px solid #edf0f2;
}

.l-map-shop .mapShop__top .spec__list {
  display: inline-flex;
  font-size: 12px;
  border: 1px solid #a0abb4;
  border-radius: 4px;
  margin-top: 8px;
}

.l-map-shop .mapShop__top .spec__list .all-color {
  color: #fff;
  background-color: #666;
}

.l-map-shop .mapShop__top .spec__list .spec__item {
  padding: 0 10px;
  line-height: 21px;
}

.l-map-shop .mapShop__top .spec__list .spec__item.off {
  color: #e5e5e5;
}

.l-map-shop .mapShop__top .spec__list .spec__item + .spec__item {
  border-right: 1px solid #666;
  line-height: 13px;
  margin: 4px 0;
  font-weight: bold;
}

.l-map-shop .mapShop__top .spec__list .spec__item:last-child {
  border: none;
}

.l-map-shop .mapShop__top .mapShop__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}

.l-map-shop .mapShop__top .mapShop__title .shop-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  align-items: center;
  width: 700px;
  flex-shrink: 0;
}

.l-map-shop .mapShop__top .mapShop__title .shop-title .tell {
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #666;
  width: 210px;
  flex-shrink: 0;
}

.l-map-shop .mapShop__top .mapShop__title .shop-link .search-btn {
  margin-top: 0;
  width: 200px;
  line-height: 35px;
  height: 35px;
  border-radius: 18px;
  position: relative;
}

.l-map-shop .mapShop__top .mapShop__title .shop-link .search-btn:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}

.l-map-shop .mapShop__top .mapShop__main {
  position: relative;
  display: flex;
  align-items: center;
}

.l-map-shop .mapShop__top .mapShop__main .tag {
  position: relative;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
}

.l-map-shop .mapShop__top .mapShop__main .tag .text {
  min-width: 60px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  line-height: 21px;
  border-radius: 2px;
  color: #00a0dc;
}

.l-map-shop .mapShop__top .mapShop__main .tag .text:before {
  content: "";
  background: url(../img/map_pin.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 11px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.l-map-shop .mapShop__top .mapShop__main .tag .question-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #00a0dc;
  color: #00a0dc;
  font-size: 10px;
  margin-left: 5px;
  cursor: pointer;
}

.l-map-shop .mapShop__top .mapShop__main .question-balloon {
  position: absolute;
  bottom: 150%;
  left: -25px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #00a0dc;
  border-radius: 2px;
  width: 190px;
  line-height: 1.5;
  background-color: #fff;
  font-size: 11px;
  padding: 10px;
  opacity: 0;
  transition: 0.3s;
  z-index: 5;
  pointer-events: none;
}

.l-map-shop .mapShop__top .mapShop__main .question-balloon .main {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.l-map-shop .mapShop__top .mapShop__main .question-balloon:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: -7px;
  right: 45%;
  border-left: 1px solid #00a0dc;
  border-top: 1px solid #00a0dc;
  transform: rotate(-135deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.l-map-shop .mapShop__top .mapShop__main .question-balloon.is-show {
  opacity: 1;
}

.l-map-shop .mapShop__top .mapShop__main .question-balloon .question-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.l-map-shop
  .mapShop__top
  .mapShop__main
  .question-balloon
  .question-bg.is-active {
  display: block;
}

.l-map-shop .mapShop__top .mapShop__main .note {
  font-size: 12px;
}

.l-map-shop .mapShop__top .mapShop__main .car-selection {
  display: flex;
  align-items: center;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #999;
  line-height: 1.2;
}

.l-map-shop .mapShop__top .mapShop__main .car-selection .item {
  width: 60px;
  line-height: 21px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
}

.l-map-shop .mapShop__top .mapShop__main .car-selection .item + .item {
  margin-left: 5px;
}

.l-map-shop .mapShop__top .mapShop__main .car-selection .new {
  border: 1px solid #333;
}

.l-map-shop .mapShop__top .mapShop__main .car-selection .used {
  background-color: #999;
  color: #ffffff;
  margin-left: 5px;
  border: 1px solid #999;
}

.l-map-shop .mapShop__top .spec__box {
  display: flex;
  margin-top: 5px;
}

.l-map-shop .mapShop__top .spec__box .trial-box {
  display: flex;
  align-items: center;
}

.l-map-shop .mapShop__top .spec__box .trial-box .title {
  font-size: 16px;
  font-weight: bold;
  color: #707980;
  margin-right: 10px;
  letter-spacing: 0;
}

.l-map-shop .mapShop__top .spec__box .trial-box__value {
  align-items: center;
  display: flex;
}

.l-map-shop .mapShop__top .spec__box .trial-box .img {
  border-right: 1px solid #707980;
  padding-right: 15px;
}

.l-map-shop .mapShop__top .spec__box .trial-box .img img {
  width: 124px;
}

.l-map-shop .mapShop__top .spec__box .tag-list {
  display: flex;
}

.l-map-shop .mapShop__top .spec__box .tag-list .item {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.l-map-shop .mapShop__top .spec__box .tag-list .text {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
}

.l-map-shop .mapShop__top .spec__box .tag-list .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  /* background-color: #707980; */
  background-color: #00a3e0;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 5px;
}

.l-map-shop .mapShop__top .spec__box .tag-list .icon img {
  max-width: 100%;
  max-height: 100%;
}

.l-map-shop .mapShop__top .spec__box .tag-list .at-control {
  padding-right: 7px;
}

.l-map-shop .mapShop__top .spec__box .tag-list .auto-brake {
  padding-left: 7px;
}

@media screen and (max-width: 768px) {
  .l-map-shop .mapShop__top {
    padding-bottom: 0;
    border: none;
  }

  .l-map-shop .mapShop__top .close-btn {
    z-index: 2;
    right: 15px;
  }

  .l-map-shop .mapShop__top .close-btn:before {
    margin-right: 0;
  }

  .l-map-shop .mapShop__top .mapShop__title .shop-title {
    font-size: 16px;
    width: 100%;
  }

  .l-map-shop .mapShop__top .mapShop__main .note {
    font-size: 10px;
    letter-spacing: 0;
  }

  .l-map-shop .mapShop__top .mapShop__main .tag {
    margin: 0 0 0 10px;
  }

  .l-map-shop .mapShop__top .mapShop__main .tag .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    min-width: 40px;
    height: 16px;
    line-height: 0;
    box-sizing: border-box;
  }

  .l-map-shop .mapShop__top .mapShop__main .tag .question-mark {
    font-size: 10px;
    width: 12px;
    line-height: 12px;
  }

  .l-map-shop .mapShop__top .mapShop__main .question-balloon {
    width: 225px;
    bottom: 200%;
    left: -66px;
    padding: 5px;
    font-size: 10px;
  }

  .l-map-shop .mapShop__top .mapShop__main .car-selection {
    line-height: 1.5;
  }

  .l-map-shop .mapShop__top .mapShop__main .car-selection .item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    width: 40px;
    line-height: 0;
    height: 16px;
    letter-spacing: 0;
    box-sizing: border-box;
  }

  .l-map-shop .mapShop__top .mapShop__title {
    margin-top: 7px;
  }

  .l-map-shop .mapShop__top .mapShop__title .shop-title {
    display: block;
  }

  .l-map-shop .mapShop__top .mapShop__title .shop-title .tell {
    display: block;
    padding: 0;
    margin: 3px 0 0;
    border: none;
    font-size: 13px;
  }

  .l-map-shop .mapShop__top .spec__box {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
  }

  .l-map-shop .mapShop__top .spec__box .spec__list {
    font-size: 10px;
    letter-spacing: 0;
    flex-wrap: wrap;
    border: none;
    width: 155px;
    display: block;
    flex-shrink: 0;
    line-height: 1;
  }

  .l-map-shop .mapShop__top .spec__box .spec__list .spec__item.all-color {
    padding: 2px 5px;
    border-radius: 9px;
    margin-bottom: 3px;
    line-height: 1.2;
    text-align: center;
  }

  .l-map-shop .mapShop__top .spec__box .spec__list .spec__item + .spec__item {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 1.3;
  }

  .l-map-shop
    .mapShop__top
    .spec__box
    .spec__list
    .spec__item
    + .spec__item:before {
    content: "●";
  }

  .l-map-shop .mapShop__top .spec__box .shop-link {
    flex-shrink: 0;
    width: 130px;
    position: static;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-map-shop .mapShop__top .spec__box {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .l-map-shop .mapShop__top .spec__box .trial-box {
    flex-wrap: wrap;
    position: relative;
  }

  .l-map-shop .mapShop__top .spec__box .trial-box .tag-list .icon {
    margin-right: 2px;
  }

  .l-map-shop .mapShop__top .spec__box .trial-box .tag-list .item {
    padding-left: 0;
    width: 38%;
  }

  .l-map-shop .mapShop__top .spec__box .trial-box .tag-list .item + .item {
    margin-left: 3px;
    width: 35%;
  }

  .l-map-shop
    .mapShop__top
    .spec__box
    .trial-box
    .tag-list
    .item
    + .item
    + .item {
    margin-left: 3px;
    width: 25%;
  }

  .l-map-shop .mapShop__top .spec__box .trial-box .tag-list .item + .item {
    margin-left: 3px;
  }

  .l-map-shop .mapShop__top .spec__box .trial-box .title {
    padding: 10px 0 5px 0;
    margin-right: 0;
    font-size: 13px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .l-map-shop .mapShop__top .spec__box .trial-box .title:after {
    content: "";
    background: url("../img/eyesight-dark.png");
    background-size: cover;
    width: 93px;
    height: 18px;
    margin-left: 5px;
  }

  .l-map-shop .mapShop__top .spec__box .trial-box__value {
    display: block;
    width: 100%;
  }

  .l-map-shop .mapShop__top .spec__box .trial-box__value .img {
    display: none;
  }

  .l-map-shop .mapShop__top .spec__box .trial-box .text {
    font-size: 10px;
  }

  .l-map-shop .mapShop__top .spec__box .search-btn {
    font-size: 13px;
    border-radius: 18px;
  }
}

.l-map-shop .mapShop__detail {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .l-map-shop .mapShop__detail {
    display: block;
    margin-top: 0;
  }
}

.car-slide-block {
  display: block;
  max-height: 400px;
  overflow: hidden;
}

.car-slide {
  margin-top: 40px;
  padding: 0 30px;
}

.car-slide .slick-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  border-top: 1px solid #7a7a7a;
  border-left: 1px solid #7a7a7a;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}

.car-slide .slick-arrow.slick-prev {
  transform: rotate(-45deg);
  left: 5px;
}

.car-slide .slick-arrow.slick-next {
  transform: rotate(-225deg);
  right: 5px;
}

.car-slide .slide__item {
  display: flex !important;
  align-items: center;
  padding: 0 20px;
}

.car-slide .slide__item .car-image {
  width: 215px;
  flex-shrink: 0;
  margin-right: 15px;
}

.car-slide .slide__item .car-image img {
  max-width: 100%;
}

.car-slide .slide__item .car-detail {
  font-size: 13px;
  letter-spacing: 0;
}

.car-slide .slide__item .car-detail .car-type {
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .car-slide {
    margin-top: 10px;
  }

  .car-slide .slick-arrow {
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-color: #a4a4a4;
  }

  .car-slide .slide__item {
    padding: 0;
  }

  .car-slide .slide__item .car-image {
    width: 35%;
  }

  .car-slide .slide__item .car-detail .car-type {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .car-slide .slide__item .car-detail .car-spec {
    font-size: 10px;
    line-height: 1.5;
  }
}

.l-search-shop .l-section.space-none:not(:last-of-type) {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .l-search-shop .l-section.space-none:not(:last-of-type) {
    padding: 0 15px;
  }
}

.l-search-shop-main-title {
  font-weight: normal;
}

.l-search-shop-main-title .l-section {
  border-left: 3px solid #00a0dc;
  padding: 10px 0 10px 20px;
}

.l-search-shop-main-title .mapShop__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-search-shop-main-title .mapShop__title .shop-title {
  font-size: 27px;
}

.l-search-shop-main-title .mapShop__title .tell {
  font-size: 27px;
}

.l-search-shop-main-title .top_tag-list {
  display: flex;
  font-size: 14px;
  margin-bottom: 15px;
}

.l-search-shop-main-title .top_tag-list .shop-type {
  width: 75px;
  border-radius: 4px;
  text-align: center;
  color: #00a0dc;
  font-size: 16px;
}

.l-search-shop-main-title .top_tag-list .shop-type:before {
  content: "";
  background: url(../img/map_pin.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 16px;
  height: 25px;
  vertical-align: middle;
  margin: -5px 5px 0 0;
}

.l-search-shop-main-title .top_tag-list .car-selection {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #999;
}

.l-search-shop-main-title .top_tag-list .car-selection .item {
  width: 75px;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

.l-search-shop-main-title .top_tag-list .car-selection .item + .item {
  margin-left: 10px;
}

.l-search-shop-main-title .top_tag-list .car-selection .new {
  border: 1px solid #333;
}

.l-search-shop-main-title .top_tag-list .car-selection .used {
  background-color: #999;
  border-color: #999999;
  color: #ffffff;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .l-search-shop-main-title .l-section {
    padding: 5px 0 5px 10px;
  }

  .l-search-shop-main-title .l-section .top_tag-list {
    margin-bottom: 0;
  }

  .l-search-shop-main-title .l-section .top_tag-list .shop-type {
    width: 60px;
    font-size: 12px;
    box-sizing: border-box;
    padding-top: 3px;
  }

  .l-search-shop-main-title .l-section .top_tag-list .shop-type:before {
    width: 13px;
    height: 19px;
    margin-top: -3px;
  }

  .l-search-shop-main-title .l-section .car-selection {
    margin-left: 5px;
  }

  .l-search-shop-main-title .l-section .car-selection .item {
    font-size: 10px;
    width: 40px;
    line-height: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 2px;
  }

  .l-search-shop-main-title .l-section .car-selection .item + .item {
    margin-left: 5px;
  }

  .l-search-shop-main-title .l-section .mapShop__title {
    display: block;
    margin-top: 0;
  }

  .l-search-shop-main-title .l-section .mapShop__title .shop-title {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .l-search-shop-main-title .l-section .mapShop__title .tell {
    font-size: 12px;
  }

  .l-search-shop-main-title .l-section .mapShop__title .tell .call-action {
    font-size: 14px;
  }
}

.l-search-shop .l-section {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .l-search-shop .l-section {
    padding: 0 15px;
  }
}

.l-main-image {
  margin-top: 25px;
}

.l-main-image + .l-shop__section .l-shop-detail {
  margin-top: 0;
  border-top: none;
}

.l-main-image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .l-main-image {
    margin: 20px -15px;
  }
}

.l-shop__message .shop__message {
  margin-top: 15px;
  border: 1px solid #a6a6a6;
  padding: 10px;
  display: flex;
  align-items: center;
  min-height: 95px;
}

.l-shop__message .message-title {
  font-size: 18px;
  width: 225px;
  flex-shrink: 0;
  padding-left: 25px;
  box-sizing: border-box;
}

.l-shop__message .text {
  border-left: 1px solid #a6a6a6;
  padding-left: 30px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .l-shop__message .shop__message {
    display: block;
    padding: 5px 10px;
  }

  .l-shop__message .shop__message .message-title {
    font-size: 12px;
    width: 100%;
    padding-left: 0;
  }

  .l-shop__message .shop__message .text {
    padding-left: 0;
    border: none;
    font-size: 12px;
  }
}

.l-shop__section {
  width: 930px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-shop__section {
    width: 100%;
    padding-bottom: 0;
  }
}

.l-shop__section .search-map-btn {
  line-height: 35px;
  height: 35px;
  border-radius: 18px;
}

@media screen and (max-width: 768px) {
  .l-shop__section .search-map-btn {
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 20px auto 0;
  }
}

.l-shop__section .shop-title {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-shop__section .shop-title {
    font-size: 15px;
    margin-top: 17px;
  }
}

.l-shop__section .shop-main-title {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-shop__section .shop-main-title {
    font-size: 15px;
  }
}

.l-shop__section .car-slide {
  margin-top: 35px;
  padding: 0 80px;
}

.l-shop__section .car-slide .slide__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-shop__section .car-slide .slide__item .car-image {
  width: 100%;
  margin: 0;
  height: 200px;
  position: relative;
}

.l-shop__section .car-slide .slide__item .car-image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.l-shop__section .car-slide .slide__item p + p {
  margin-top: 10px;
}

.l-shop__section .car-slide .slide__item .car-type {
  width: 65%;
  font-size: 16px;
}

.l-shop__section .car-slide .slide__item .car-spec {
  margin-top: 0;
  font-size: 15px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .l-shop__section .car-slide {
    margin: 0;
    padding: 0;
  }

  .l-shop__section .car-slide .slick-arrow {
    width: 15px;
    height: 15px;
  }

  .l-shop__section .car-slide .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .l-shop__section .car-slide .slick-dots li.slick-active button {
    background-color: #666;
  }

  .l-shop__section .car-slide .slick-dots li + li {
    margin-left: 10px;
  }

  .l-shop__section .car-slide .slick-dots li button {
    padding: 0;
    width: 13px;
    height: 13px;
    background-color: #eee;
    color: transparent;
    border-radius: 50%;
  }

  .l-shop__section .car-slide .slide__item .car-image {
    width: 200px;
    height: 140px;
    margin-right: 0;
  }

  .l-shop__section .car-slide .slide__item .car-type {
    font-size: 10px;
    text-align: center;
  }

  .l-shop__section .car-slide .slide__item .car-spec {
    line-height: 1.5;
    font-size: 10px;
  }
}

.l-shop__section .list-anchor {
  display: block;
  border: 2px solid #dcdcdc;
  width: 360px;
  line-height: 35px;
  border-radius: 23px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  margin: 35px 70px 0 auto;
}

.l-shop__section .list-anchor:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #3c4145;
  border-left: 1px solid #3c4145;
  transform: rotate(-135deg);
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .l-shop__section .list-anchor {
    width: 100%;
    border-width: 2px;
    font-size: 11px;
    margin-top: 10px;
  }

  .l-shop__section .list-anchor:after {
    width: 8px;
    height: 8px;
  }
}

.l-shop__section.about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-right: none;
  padding: 0 0 50px;
  width: 860px;
}

.l-shop__section.about .about__columnbox {
  width: calc(50% - 20px);
  margin-top: 50px;
  font-size: 15px;
}

.l-shop__section.about .about__columnbox .title {
  width: 180px;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  border-radius: 15px;
  font-size: 15px;
}

.l-shop__section.about .about__columnbox .detail__box {
  min-height: 4em;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .l-shop__section.about {
    width: 100%;
    padding: 25px 10px;
    display: block;
    font-size: 13px;
  }

  .l-shop__section.about .about__columnbox {
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
  }

  .l-shop__section.about .about__columnbox + .about__columnbox {
    margin-top: 23px !important;
  }

  .l-shop__section.about .about__columnbox .title {
    font-size: 13px;
    width: 142px;
  }

  .l-shop__section.about .about__columnbox .detail__box {
    min-height: initial;
  }
}

.l-shop__section .l-shop-detail {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-shop-detail {
    display: block;
    margin: 30px -15px 0;
    border: none;
    padding-top: 20px;
    border-top: 1px solid #edf0f2;
  }
}

.l-shop__section .l-shop-detail .shop-detail__item {
  box-sizing: border-box;
}

.l-shop__section .l-shop-detail .shop-detail__item > .title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-shop-detail .shop-detail__item {
    padding: 0 20px;
  }

  .l-shop__section .l-shop-detail .shop-detail__item > .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.l-shop__section .l-shop-detail .facility {
  width: 100%;
  margin-top: 38px;
}

.l-shop__section .l-shop-detail .facility .box-title {
  background-color: #fff;
  width: 180px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  margin: 15px 0;
}

.l-shop__section .l-shop-detail .facility .shop-tag {
  background-color: #edf0f2;
  border-radius: 4px;
  padding: 12px 30px 25px;
}

.l-shop__section .l-shop-detail .facility .shop-tag .list-title {
  font-size: 18px;
  padding: 5px 0 10px;
  position: relative;
  font-weight: bold;
  border-bottom: 3px solid #ccc;
}

.l-shop__section .l-shop-detail .facility .shop-tag .list-title:after {
  content: "";
  background: url("../img/eyesight.png");
  background-size: cover;
  width: 134px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
}

.l-shop__section .l-shop-detail .facility .shop-tag__list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.l-shop__section .l-shop-detail .facility .shop-tag__list .tag__item {
  background-color: #666;
  color: #fff;
  padding: 10px 12px;
  border-radius: 4px;
  width: calc((100% - 10px) / 3);
}

.l-shop__section .l-shop-detail .facility .shop-tag__list .tag__item.off {
  background-color: #ddd;
}

.l-shop__section
  .l-shop-detail
  .facility
  .shop-tag__list.subaru-shop
  .tag__item {
  padding: 10px 12px;
  border-radius: 4px;
  width: calc((100% - 10px) / 3);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  background-color: transparent;
  color: #333333;
}

.l-shop__section
  .l-shop-detail
  .facility
  .shop-tag__list.subaru-shop
  .tag__item
  .img {
  width: 60px;
  height: 60px;
  /* background-color: #707980; */
  background-color: #00a3e0;
  display: flex;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.l-shop__section
  .l-shop-detail
  .facility
  .shop-tag__list.subaru-shop
  .tag__item
  .img
  img {
  max-width: 100%;
  width: 100%;
}

.l-shop__section
  .l-shop-detail
  .facility
  .shop-tag__list.subaru-shop
  .tag__item.auto-brake
  img {
  width: 40px;
  margin-left: 20px;
}

.l-shop__section
  .l-shop-detail
  .facility
  .shop-tag__list.subaru-shop
  .tag__item.at-control
  img {
  width: 45px;
}

.l-shop__section
  .l-shop-detail
  .facility
  .shop-tag__list.subaru-shop
  .tag__item
  .text {
  display: block;
  margin-top: 5px;
}

.l-shop__section
  .l-shop-detail
  .facility
  .shop-tag__list.subaru-shop
  .tag__item.off {
  color: #c7ccd0;
}

.l-shop__section
  .l-shop-detail
  .facility
  .shop-tag__list.subaru-shop
  .tag__item.off
  .img {
  background-color: #c7ccd0;
}

.l-shop__section .l-shop-detail .facility .note {
  text-align: center;
  font-size: 16px;
}

.l-shop__section .l-shop-detail .facility .note-list {
  margin-top: 10px;
}

.l-shop__section .l-shop-detail .facility .note-list .on-car,
.l-shop__section .l-shop-detail .facility .note-list .off-car {
  font-size: 28px;
  position: relative;
  top: 3px;
}

.l-shop__section .l-shop-detail .facility .note-list .on-car {
  /* color: #707980; */
  color: #00a3e0;
}

.l-shop__section .l-shop-detail .facility .note-list .off-car {
  color: #c7ccd0;
}

.l-shop__section .l-shop-detail .facility .note-list .child {
  text-indent: -1em;
  padding-left: 1em;
}

.l-shop__section .l-shop-detail .facility .shop-service {
  background-color: #edf0f2;
  border-radius: 4px;
  padding: 10px 30px 20px;
  margin-top: 5px;
}

.l-shop__section .l-shop-detail .facility .shop-service .service-itemBox {
  display: flex;
}

.l-shop__section
  .l-shop-detail
  .facility
  .shop-service
  .service-itemBox
  .service__item {
  text-align: center;
}

.l-shop__section
  .l-shop-detail
  .facility
  .shop-service
  .service-itemBox
  .service__item
  + .service__item {
  margin-left: 10px;
}

.l-shop__section .l-shop-detail .facility .shop-service .service-itemBox span {
  display: block;
}

.l-shop__section .l-shop-detail .facility .shop-service .service-itemBox .icon {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid #999;
  border-radius: 16px;
  box-sizing: border-box;
  margin: auto;
  background-color: #fff;
}

.l-shop__section
  .l-shop-detail
  .facility
  .shop-service
  .service-itemBox
  .icon
  img {
  vertical-align: middle;
}

.l-shop__section .l-shop-detail .facility .shop-link-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.l-shop__section .l-shop-detail .facility .shop-link-list .item {
  width: calc((100% - 20px) / 2);
  border: solid 1px #00a0dc;
  border-radius: 4px;
  background-color: #00a0dc;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  position: relative;
}

.l-shop__section .l-shop-detail .facility .shop-link-list .item:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-225deg);
  margin-left: 10px;
  display: block;
}

.l-shop__section .l-shop-detail .facility .shop-link-list .item:hover {
  background-color: #3fb8e5;
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-shop-detail .facility {
    width: 100%;
    margin-top: 0px;
  }

  .l-shop__section .l-shop-detail .facility .box-title {
    font-size: 13px;
    width: 142px;
  }

  .l-shop__section .l-shop-detail .facility .shop-tag {
    padding: 10px 15px;
  }

  .l-shop__section .l-shop-detail .facility .shop-tag .list-title {
    font-size: 11px;
    border-bottom: 2px solid #ddd;
  }

  .l-shop__section .l-shop-detail .facility .shop-tag .list-title:after {
    width: calc(184px / 2);
    height: 18px;
    margin-top: -9px;
    right: 0;
  }

  .l-shop__section .l-shop-detail .facility .shop-tag__list {
    margin-top: 10px;
  }

  .l-shop__section
    .l-shop-detail
    .facility
    .shop-tag__list.subaru-shop
    .tag__item {
    font-size: 10px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
  }

  .l-shop__section
    .l-shop-detail
    .facility
    .shop-tag__list.subaru-shop
    .tag__item
    .text {
    font-size: 10px;
    letter-spacing: 0;
  }

  .l-shop__section .l-shop-detail .facility .note {
    font-size: 12px;
    margin-top: 5px;
  }

  .l-shop__section .l-shop-detail .facility .shop-service {
    margin-top: 10px;
    padding: 5px 15px 25px;
  }

  .l-shop__section
    .l-shop-detail
    .facility
    .shop-service
    .service-itemBox
    .service__item {
    width: calc(33.333% - 5px);
  }

  .l-shop__section
    .l-shop-detail
    .facility
    .shop-service
    .service-itemBox
    .service__item
    .icon {
    border: 4px #999999 solid;
    border-radius: 8px;
    width: 100%;
    height: calc(144px / 2);
  }

  .l-shop__section
    .l-shop-detail
    .facility
    .shop-service
    .service-itemBox
    .service__item
    .text {
    font-size: 10px;
  }

  .l-shop__section .l-shop-detail .facility .shop-link-list {
    display: block;
    width: 260px;
    margin: auto;
    border: none;
    padding-bottom: 0;
  }

  .l-shop__section .l-shop-detail .facility .shop-link-list .item {
    width: 100%;
    height: 40px;
    font-size: 13px;
  }

  .l-shop__section .l-shop-detail .facility .shop-link-list .item + .item {
    margin-top: 10px;
  }

  .l-shop__section .l-shop-detail .facility .shop-link-list .item:after {
    border-width: 1px;
    width: 10px;
    height: 10px;
  }
}

.shop-eyesight-flex {
  display: flex;
}

.shop-eyesight-icon,
.shop-eyesight-note {
  width: 450px;
}

.shop-eyesight-icon {
  margin-right: 10px;
}

.shop-eyesight-note {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .shop-eyesight-flex {
    display: block;
  }

  .shop-eyesight-icon,
  .shop-eyesight-note {
    width: 100%;
  }
}

.l-shop__section .l-shop-detail .calendar-main {
  position: relative;
}

.l-shop__section .l-shop-detail .calendar-main .pager {
  height: 32px;
  position: absolute;
  width: 100%;
}

.l-shop__section .l-shop-detail .calendar-main .prev,
.l-shop__section .l-shop-detail .calendar-main .next {
  position: absolute;
  border-style: solid;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
}

.l-shop__section .l-shop-detail .calendar-main .next {
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  right: 15px;
}

.l-shop__section .l-shop-detail .calendar-main .prev {
  border-width: 7px 12px 7px 0;
  border-color: transparent #fff transparent transparent;
  left: 15px;
}

.l-shop__section .l-shop-detail .calendar {
  width: 408px;
  margin-right: 20px;
}

.l-shop__section .l-shop-detail .calendar .calendar-title {
  font-size: 16px;
  text-align: center;
}

.l-shop__section .l-shop-detail .calendar .calendar-wrap {
  width: 100%;
  margin-top: 5px;
  table-layout: fixed;
}

.l-shop__section .l-shop-detail .calendar .calendar-wrap caption {
  background-color: #999;
  color: #fff;
  padding: 4px;
  font-size: 15px;
  text-align: center;
  height: 31px;
  line-height: 31px;
}

.l-shop__section .l-shop-detail .calendar .calendar-wrap thead th {
  background-color: #ccc;
  height: 31px;
  line-height: 31px;
}

.l-shop__section .l-shop-detail .calendar .calendar-wrap th,
.l-shop__section .l-shop-detail .calendar .calendar-wrap td {
  text-align: center;
  border: 1px solid #aaa;
  letter-spacing: 0;
  line-height: 55px;
  height: 55px;
}

.l-shop__section .l-shop-detail .calendar .calendar-wrap th::before,
.l-shop__section .l-shop-detail .calendar .calendar-wrap td::before {
  content: ".";
  visibility: hidden;
}

.l-shop__section .l-shop-detail .calendar .calendar-wrap .holiday {
  background-color: #f9d2c6;
}

.l-shop__section .l-shop-detail .calendar .note {
  margin-top: 10px;
  letter-spacing: 0;
}

.l-shop__section .l-shop-detail .calendar .note .item {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-shop-detail .calendar {
    padding: 20px 15px 0;
    margin-top: 35px;
    width: 100%;
    border-top: 1px solid #edf0f2;
  }

  .l-shop__section .l-shop-detail .calendar .pager {
    height: 23px;
  }

  .l-shop__section .l-shop-detail .calendar .pager .prev,
  .l-shop__section .l-shop-detail .calendar .pager .next {
    margin-top: -5px;
  }

  .l-shop__section .l-shop-detail .calendar .pager .prev {
    border-width: 5px 8px 5px 0;
  }

  .l-shop__section .l-shop-detail .calendar .pager .next {
    border-width: 5px 0 5px 8px;
  }

  .l-shop__section .l-shop-detail .calendar .calendar-title {
    font-size: 14px;
    text-align: left;
  }

  .l-shop__section .l-shop-detail .calendar .note {
    font-size: 12px;
  }

  .l-shop__section .l-shop-detail .calendar .calendar-wrap caption {
    font-size: 12px;
    padding: 2px;
    height: 23px;
    line-height: 23px;
  }

  .l-shop__section .l-shop-detail .calendar .calendar-wrap thead th {
    height: 20px;
    line-height: 20px;
    padding: 0;
  }

  .l-shop__section .l-shop-detail .calendar .calendar-wrap td {
    height: 40px;
    line-height: 40px;
  }
}

.l-shop__section .l-shop-conversion {
  margin: 30px 0;
  background-color: #fff;
  padding: 10px 30px 0 140px;
  letter-spacing: 0;
  position: relative;
  border: 1px solid #95a1ab;
  display: block;
}

.l-shop__section .l-shop-conversion:after {
  content: "";
  background: url("../img/subalu_logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 76px;
  height: 125px;
  position: absolute;
  left: 35px;
  bottom: 0;
}

.l-shop__section .l-shop-conversion .lead {
  font-size: 15px;
}

.l-shop__section .l-shop-conversion .l-shop-adress {
  margin-top: 4px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}

.l-shop__section .l-shop-conversion .detail {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 140px;
  background: #00a0dc;
  margin: 7px -30px 0 -140px;
  color: #fff;
}

.l-shop__section .l-shop-conversion .tell {
  font-size: 28px;
  white-space: nowrap;
}

.l-shop__section .l-shop-conversion .business-time {
  display: flex;
  margin-left: 15px;
}

.l-shop__section .l-shop-conversion .business-time b {
  font-weight: bold;
}

.l-shop__section .l-shop-conversion .business-time p + p {
  margin-top: 0;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-shop-conversion {
    margin: 0 0 20px;
    padding: 10px 15px 0 89px;
    background-image: -moz-linear-gradient(
      90deg,
      #fff 0%,
      rgba(38, 38, 38, 0.1) 100%
    );
    background-image: -webkit-linear-gradient(
      90deg,
      #fff 0%,
      rgba(38, 38, 38, 0.1) 100%
    );
    background-image: -ms-linear-gradient(
      90deg,
      #fff 0%,
      rgba(38, 38, 38, 0.1) 100%
    );
    text-decoration: none;
  }

  .l-shop__section .l-shop-conversion:after {
    width: 61px;
    height: 100px;
    left: 13px;
    top: -10px;
  }

  .l-shop__section .l-shop-conversion .lead {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: -1px;
  }

  .l-shop__section .l-shop-conversion .l-shop-adress {
    font-size: 16px;
    min-height: 2.5em;
  }

  .l-shop__section .l-shop-conversion .detail {
    display: block;
    margin: 5px -15px 0 -89px;
    padding: 7px 5px;
    position: relative;
    z-index: 1;
  }

  .l-shop__section .l-shop-conversion .tell {
    font-size: 16px;
    text-align: center;
  }

  .l-shop__section .l-shop-conversion .tell .number {
    text-decoration: underline;
  }

  .l-shop__section .l-shop-conversion .business-time {
    font-size: 10px;
    margin-left: 0;
    letter-spacing: -1px;
    justify-content: center;
  }

  .l-shop__section .l-shop-conversion .business-time b {
    font-weight: normal;
  }
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-shop-conversion.for-subarushop {
    margin-top: 30px;
  }

  .l-shop__section .l-shop-conversion.for-subarushop::after {
    bottom: 15px;
    top: auto;
  }
}

.l-shop__section .l-shop-car__block {
  border-top: 2px solid #e5e5e5;
  padding-top: 30px;
}

.l-shop__section .l-shop-car__block .shop-main-title ~ .shop-main-title {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-shop-car__block {
    padding-top: 0;
    border: none;
    margin-top: 0;
  }

  .l-shop__section .l-shop-car__block .l-shop-car__list {
    margin: 10px 0 0 -10px;
  }

  .l-shop__section .l-shop-car__block .car__image {
    max-height: 65px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .l-shop__section .l-shop-car__block .car__image img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
  }

  .l-shop__section .l-shop-car__block .car-item {
    width: calc(50% - 10px);
    margin: 10px 0 0 10px;
    padding-top: 65px;
    position: relative;
  }

  .l-shop__section .l-shop-car__block .car__title {
    font-size: 10px;
  }
}

.l-shop__section .l-shop-gallery {
  margin-top: 55px;
  padding-top: 35px;
  border-top: 2px solid #e5e5e5;
}

.l-shop__section .l-shop-gallery .gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

.l-shop__section .l-shop-gallery .gallery__list .gallery__image {
  margin: 15px 0 0 15px;
  width: calc((100% - 60px) / 4);
}

.l-shop__section .l-shop-gallery .gallery__list .gallery__image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-shop-gallery {
    margin-top: 15px;
    padding-top: 15px;
    border-width: 1px;
  }

  .l-shop__section .l-shop-gallery .gallery__list {
    margin-left: -5px;
  }

  .l-shop__section .l-shop-gallery .gallery__list .gallery__image {
    margin: 10px 0 0 5px;
    width: calc((100% - 10px) / 2);
  }
}

.l-shop__section .l-campaign-banner {
  margin-top: 30px;
  border-top: 2px solid #e5e5e5;
  padding-top: 30px;
}

.l-shop__section .l-campaign-banner .banner__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

.l-shop__section .l-campaign-banner .banner__list .banner__image {
  margin: 15px 0 0 15px;
  width: calc((100% - 45px) / 3);
}

.l-shop__section .l-campaign-banner .banner__list .banner__image a:hover {
  opacity: 0.7;
}

.l-shop__section .l-campaign-banner .banner__list .banner__image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-campaign-banner {
    margin-top: 20px;
    padding-top: 15px;
    border-width: 1px;
  }

  .l-shop__section .l-campaign-banner .banner__list {
    margin-left: 0;
  }

  .l-shop__section .l-campaign-banner .banner__list .banner__image {
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
  }
}

.l-shop__section .l-access-map {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 2px solid #e5e5e5;
}

.l-shop__section .l-access-map iframe {
  margin-top: 10px;
  width: 100%;
  height: 370px;
  border: 1px solid #ccc;
}

.l-shop__section .l-access-map .search-map-btn {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-access-map {
    margin-top: 15px;
    padding-top: 15px;
  }

  .l-shop__section .l-access-map iframe {
    height: 372px;
  }

  .l-shop__section .l-access-map .l-full-screen {
    display: block;
    border-radius: 5px;
    background-color: #b4b8c2;
    width: 125px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    margin: 10px auto 0;
  }

  .l-shop__section .l-access-map .search-map-btn {
    margin-bottom: 20px;
  }
}

.l-shop__section .shop-in-image {
  margin-top: 10px;
}

.l-shop__section .shop-in-image .shop-in-image__list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}

.l-shop__section .shop-in-image .shop-in-image__list .image__item {
  margin: 15px 0 0 15px;
  width: calc((100% - 45px) / 3);
}

.l-shop__section .shop-in-image .shop-in-image__list .image__item img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .l-shop__section .shop-in-image .shop-in-image__list {
    margin: 0;
  }

  .l-shop__section .shop-in-image .shop-in-image__list .image__item {
    margin: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

.l-shop__section .l-access-support {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.l-shop__section .l-access-support .access__item {
  width: calc(50% - 10px);
  border: 3px solid #edf0f2;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 240px;
}

.l-shop__section .l-access-support .access__item > .title {
  text-align: center;
  width: 100%;
  font-size: 18px;
  height: 75px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-bottom: 3px solid #edf0f2;
}

.l-shop__section .l-access-support .access__item .icon {
  margin-right: 25px;
}

.l-shop__section .l-access-support .access__item .text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-access-support {
    display: block;
    border-top: 1px solid #edf0f2;
    border-bottom: 1px solid #edf0f2;
    margin: 20px -15px 0;
    padding: 0 15px;
  }

  .l-shop__section .l-access-support .access__item {
    width: 100%;
    border: none;
    padding: 15px 0 15px 120px;
    position: relative;
    min-height: initial;
    display: block;
  }

  .l-shop__section .l-access-support .access__item + .access__item {
    border-top: 1px dotted #edf0f2;
  }

  .l-shop__section .l-access-support .access__item .title {
    border: none;
    height: auto;
    text-align: left;
    display: block;
    font-size: 13px;
  }

  .l-shop__section .l-access-support .access__item .title .icon {
    position: absolute;
    width: 120px;
    left: 0;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
  }

  .l-shop__section .l-access-support .access__item .text {
    font-size: 10px;
    margin-top: 5px;
  }
}

.l-shop__section .l-blog-banner {
  padding: 35px 0 0;
  border-top: 2px solid #e5e5e5;
}

@media screen and (max-width: 768px) {
  .l-shop__section .l-blog-banner {
    margin-top: 0;
    border: none;
    padding: 0 0 10px;
  }

  .l-shop__section .l-blog-banner img {
    width: 100%;
  }
}

.l-shop__section .chuko-banner {
  margin: 10px 0 20px;
}

.l-shop__section .chuko-banner img {
  width: 100%;
}

.l-shop__section.for-subarushop {
  padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .l-shop__section.for-subarushop {
    padding-bottom: 25px;
  }
}

.l-shop__section.for-subarushop .about__columnbox:nth-child(n + 3) {
  margin-top: 62px;
}

.l-shop__section.for-subarushop .about__columnbox .detail__box {
  min-height: auto;
}

/* ==========
販売店
=============*/
.drivecar_link_block .drivecar_link_box {
  justify-content: flex-end;
  display: flex;
}

.drivecar_link_block .drivecar_link_box .text {
  font-size: 16px;
}

.drivecar_link_block .drivecar_link_box .search-btn {
  background-color: #00a0dc;
  border-radius: 17px/17px 17px 18px 18px;
  height: 35px;
  line-height: 35px;
  width: 200px;
  flex-shrink: 0;
  font-size: 16px;
  position: relative;
  margin-left: 20px;
}

.drivecar_link_block .drivecar_link_box .search-btn:after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
}

@media screen and (max-width: 768px) {
  .drivecar_link_block.l-section:not(:last-of-type) {
    padding-bottom: 0;
  }

  .drivecar_link_block .drivecar_link_box {
    display: block;
  }

  .drivecar_link_block .drivecar_link_box .text {
    font-size: 12px;
  }

  .drivecar_link_block .drivecar_link_box .search-btn {
    line-height: 40px;
    height: 40px;
    width: 144px;
    font-size: 13px;
    margin: 10px 0 0 auto;
    border-radius: 20px;
  }

  .drivecar_link_block .drivecar_link_box .search-btn:after {
    position: static;
  }
}

.gm-style-iw {
  border-radius: 4px;
  background-color: #f5f7f9;
  width: 210px !important;
  font-size: 11px;
  line-height: 1.5;
  border: solid 1px #00a0dc;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
  box-sizing: content-box;
  position: relative;
  transform: translateY(5px) translateX(15px);
}

.gm-style-iw:after {
  content: "";
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #f5f7f9 transparent transparent transparent;
  box-shadow: -1px 0px 0px 0px #00a0dc;
  position: absolute;
  bottom: -10px;
  left: 50%;
}

.gm-style-iw:before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #00a0dc;
  position: absolute;
  bottom: -13px;
  left: calc(50% + 5px);
  transform: rotate(47deg);
}

@media screen and (max-width: 768px) {
  .gm-style-iw {
    display: none;
  }
}

.gm-style-iw .car-selection {
  display: flex;
  margin: 3px 0 5px;
}

.gm-style-iw .car-selection .item {
  width: 50px;
  height: 20px;
  text-align: center;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.gm-style-iw .car-selection .item + .item {
  margin-left: 5px;
}

.gm-style-iw .car-selection .new {
  border: 1px solid #333;
}

.gm-style-iw .car-selection .used {
  background-color: #999;
  border-color: #999999;
  color: #ffffff;
}

/*0220吹き出しなど調整*/

.gm-ui-hover-effect {
  display: none !important;
}

.shop_name_pin {
  font-size: 11px;
  font-weight: bold;
}

.gm-style-iw-t::before {
  top: -2.5px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 14px solid #00a0dc;
}

.gm-style .gm-style-iw-t::after {
  top: -2px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid white;
}

/*お知らせ*/
.l-section:not(:last-of-type) {
  padding-bottom: 35px;
}

.l-section {
  padding: 0 40px;
}

.l-innerBlock {
  max-width: 1000px;
  margin: 0 auto;
}

.m-attentionBox {
  border: 0px solid #b60000;
  padding: 20px;
  text-align: center;
  color: #b60000;
  margin-top: 30px;
}

/*Cookie同意バナー*/
#ot-sdk-btn-floating.ot-floating-button {
  display: none;
}

/*アコーディオン*/
.acorDtl {
  max-width: 1000px;
  margin-top: 10px;
  transition: 0.7s;
}

@media screen and (max-width: 768px) {
  .acorDtl {
    width: 100%;
  }
}
.acorDtl .acordTop {
  position: relative;
}

.acorDtl .acordTop .dblImg {
  width: 50%;
}

.acorDtl.sld-move .acordTop .big:hover, .acorDtl .acordTop .dblImg:hover{
  cursor: pointer;
  opacity: 0.7;
}

.acorDtl .acordTop::marker {
  content: none;
}

.acorDtl .acordTop .big .btn_tgl, .acorDtl .acordTop .dblImg .btn_tgl {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #333;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .acorDtl .acordTop .big .btn_tgl, .acorDtl .acordTop .dblImg .btn_tgl {
    bottom: 1px;
    right: 1px;
    width: 30px;
    height: 30px;
    border: 1px solid #333;
  }
}

.acorDtl .acordTop .big .btn_tgl:before,
.acorDtl .acordTop .big .btn_tgl:after,.acorDtl .acordTop .dblImg .btn_tgl:before,
.acorDtl .acordTop .dblImg .btn_tgl:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #333;
}

@media screen and (max-width: 768px) {
}

.acorDtl .acordTop .big .btn_tgl:after, .acorDtl .acordTop .dblImg .btn_tgl:after {
  transform: rotate(90deg);
}

/* .acorDtl .acordTop.is-active .btn_tgl:before {
  height: 3px;
  transition: .5s;
} */

.acorDtl .acordTop.is-active .big .btn_tgl:after, .acorDtl .acordTop.is-active .dblImg .btn_tgl:after {
  width: 0;
}

@media screen and (max-width: 768px) {
}

.acorDtl .acordTop .bnrWrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .acorDtl .acordTop .bnrWrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .acorDtl.multi-cpn .acordTop .bnrWrap {
    flex-direction: row;
  }
}


.acorDtl .big {
  border: 1px solid #ccc;
}

.acorDtl .big img {
  width: 100%;
}

.acorDtl .acordTop .dblImg {
  position: relative;
}

.acorDtl .acordTop .dblImg img {
  width: 100%;
}

.acorDtl .acordTop .bnrWrap .cont_lft {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 670px;
  padding: 40px 0 15px;
  box-sizing: border-box;
  background: url("../img/cpn_gift_bg.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .acorDtl .acordTop .bnrWrap .cont_lft {
    width: 100%;
    /* padding: 15px 20px; */
    padding: 15px 0 30px;
    border: 1px solid #000;
  }
}

/* .acorDtl .acordTop .bnrWrap .cont_lft:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 108px;
  background: url(../img/cpn_gift_top_0119.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .acorDtl .acordTop .bnrWrap .cont_lft:before {
    height: calc(calc(100vw - 30px) / 670 * 108);
  }
} */

.acorDtl .acordTop .bnrWrap .cont_lft .imgInner {
  position: relative;
  width: 500px;
}

@media screen and (max-width: 768px) {
  .acorDtl .acordTop .bnrWrap .cont_lft .imgInner {
    width: 100%;
  }
}

.acorDtl .acordTop .bnrWrap .cont_lft .imgInner:after {
  position: absolute;
  content: "";
  display: block;
  width: 124px;
  height: 124px;
  top: 70px;
  right: -32px;
  background: url(../img/cpn_circle.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .acorDtl .acordTop .bnrWrap .cont_lft .imgInner:after {
    width: 18vw;
    height: 18vw;
    top: 14vw;
    right: 0vw;
  }
}

/* @media screen and (max-width: 768px) {
  .acorDtl .acordTop .bnrWrap .cont_lft:before {
    position: absolute;
    top: 3px;
    right: 3px;
    content: "";
    width: 48px;
    height: 42px;
    background: url(../img/cpn_select-pay.png) no-repeat;
    background-size: contain;
  }
} */

.acorDtl .acordTop .bnrWrap .cont_lft img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .acorDtl .acordTop .bnrWrap .cont_lft img {
    /* max-width: 471px;
    width: 100%; */
  }
}

.acorDtl .acordTop .bnrWrap .cont_rgt {
  display: flex;
  align-items: center;
  width: 330px;
  border: 1px solid #ccc;
  border-left: none;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .acorDtl .acordTop .bnrWrap .cont_rgt {
    display: none;
    width: 100%;
  }
}

.acorDtl .acordTop .bnrWrap .cont_rgt img {
  width: 100%;
  /* height: auto;
  object-fit: cover; */
}

.acorDtl .acordTop + .acodTbl {
  /* display: flex;
  justify-content: space-between; */
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .acorDtl .acordTop + .acodTbl {
    margin-top: 20px;
  }
}

/* .acorDtl .acordTop.is-active + .acodTbl {
} */

@media screen and (max-width: 768px) {
  .acorDtl .acodTbl {
    flex-direction: column-reverse;
  }
}

/* .acorDtl .acordTop + .acodTbl table, .acodTbl table, .acorDtl .acordTop + .acodTbl .cpnImg {
  opacity: 0;
  visibility: hidden;
  transition: .5s;
} */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* .acorDtl .acordTop.is-active + .acodTbl table, .acorDtl .acordTop.is-active + .acodTbl .cpnImg {
  opacity: 1;
  visibility: visible;
  transition: .5s;
  animation: fadeIn .5s ease-in;
} */
.acorDtl.multi-cpn .acodTbl .blk-table {
  position: relative;
  border-top: 4px solid #03a0dc;
}

.acorDtl.multi-cpn .acodTbl .blk-table:before {
  content: "";
  position: absolute;
  top: -18px;
  display: block;
  width: 30px;
  height: 15px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background: #03a0dc;
}

.acorDtl .acodTbl .blk-table:first-of-type::before {
  left: calc(25% - 9px);
  }

  .acorDtl .acodTbl .blk-table:last-of-type::before {
    left: calc(75% - 9px);
    }

.acorDtl .acodTbl table {
  width: 100%;
}

.acorDtl .acodTbl table:not(:first-of-type)  {
  margin-top: 10px;
}

.acorDtl .acodTbl table tr:first-of-type {
  background: #eee;
}

.acorDtl .acodTbl table th,
.acorDtl .acodTbl table td {
  border: 1px solid #000;
}

.acorDtl.multi-cpn .acodTbl table tr:first-of-type th, .acorDtl.multi-cpn .acodTbl table tr:first-of-type td {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .acorDtl .acodTbl table th.brd_tp,
  .acorDtl .acodTbl table td.brd_tp {
    /* border-top: none; */
  }
}

.acorDtl .acodTbl table th {
  width: 6em;
  font-weight: bold;
  padding: 0.5em 0 0.5em 1em;
}

@media screen and (max-width: 768px) {
  .acorDtl .acodTbl table th {
    padding: 0.5em 0.5em;
  }
}

.acorDtl .acodTbl table td {
  padding: 0 1em;
}

@media screen and (max-width: 768px) {
  .acorDtl .acodTbl table td {
    padding: 0.5em 0.5em;
  }
}

.acorDtl .acodTbl .table-note {
  padding: .5em;
  border: 1px solid #000;
  border-top: none;
}

/* .acorDtl .acodTbl .cpnImg {
  border: 1px solid #000;
  border-left: none;
  box-sizing: border-box;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .acorDtl .acodTbl .cpnImg {
    display: none;
    border-left: 1px solid #000;
    border-top: none;
    height: auto;
  }
}


  .acorDtl .acodTbl .cpnImg img {
    width: auto;
    height: 100%;
  }

@media screen and (max-width: 768px) {
  .acorDtl .acodTbl .cpnImg img {
    width: 100%;
    height: auto;    
  }
} */

.acorDtl .acodTbl .n-list {
  margin-top: 1em;
}

.acorDtl .acodTbl .n-list li {
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .acorDtl .acodTbl .n-list li {
    font-size: 9px;
  }
}
.acorDtl .acodTbl .n-list li:before {
  content: "※";
}
.acorDtl .acodTbl .n-list li + li {
  margin-top: 0.5em;
}

.mov-box {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mov-box {
    margin-top: 0;
  }
}
.mov-box .movTtl {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .mov-box .movTtl {
    font-size: 1.3rem;
    margin: 0 0 10px;
  }
}

.mov-box .mov-box-inner {
  padding: 30px 50px 0;
}

@media screen and (max-width: 768px) {
  .mov-box .mov-box-inner {
    padding: 20px 15px 0;
  }
}
/* .mov-box .mov-box-inner iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mov-box .mov-box-inner iframe {
   height: 60vw;
  }
} */

.mov-box .mov-box-inner .movCont {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.mov-box.active .mov-box-inner .movCont {
  position: relative;
  top: 0;
  opacity: 1;
}

.raiten_modal {
  display: none;
  position: fixed;
  overscroll-behavior: contain;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.raiten_modal .w-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.raiten_modal .w-inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100vh + 1px);
  background: transparent;
}

/* 2025.06.18 更新↓ */
.raiten_modal .w-inner .raitenBlk {
  position: relative;
  width: 460px;
  padding: 30px 45px 15px;
  background: #fff;
}
/* 2025.06.18 更新↑ */

@media screen and (max-width: 768px) {
  .raiten_modal .w-inner .raitenBlk {
    position: relative;
    width: calc(310 / 375 * 100vw);
    padding: 35px 15px 20px;
    box-sizing: border-box;
  }
}

.raiten_modal .w-inner .raitenBlk .raitenClose {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/car-slide_close.png") no-repeat;
}

.raiten_modal .w-inner .raitenBlk .raitenClose:hover {
  cursor: pointer;
}

.raiten_modal .w-inner .raitenBlk h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* 2025.06.18 更新↓ */
@media screen and (max-width: 768px) {
  .raiten_modal .w-inner .raitenBlk h4 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: -.25em;
    margin-right: -.25em;
  }
}
/* 2025.06.18 更新↑ */

.raiten_modal .w-inner .raitenBlk h5 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .raiten_modal .w-inner .raitenBlk h5 {
    font-size: 14px;
  }
}

.raiten_modal .w-inner .raitenBlk h5 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .raiten_modal .w-inner .raitenBlk h5 span {
    font-size: 12px;
    font-weight: normal;
  }
}

/* 2025.06.18 更新↓ */
.raiten_modal .w-inner .raitenBlk .search-btn + h5 {
  margin-top: 50px;
 }

 @media screen and (max-width: 768px) {
  .raiten_modal .w-inner .raitenBlk .search-btn + h5 {
  margin-top: 25px;
 }
 }

 .raiten_modal .w-inner .raitenBlk .btn-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 1.75em;
  text-indent: -.5em;
 }

 @media screen and (max-width: 768px) {
  .raiten_modal .w-inner .raitenBlk .btn-ttl {
  font-size: 1.1rem;
  padding-left: 0.95em;
  text-indent: -0.75em;
 }
 }

.raiten_modal .w-inner .raitenBlk .search-btn {
  border-radius: 30px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  margin: 0 0 15px;
  background-color: #fd7a00;
}

@media screen and (max-width: 768px) {
  .raiten_modal .w-inner .raitenBlk .search-btn {
    font-size: 14px;
    margin: 0 0 10px;
  }
}

.raiten_modal .w-inner .raitenBlk .search-btn + hr {
  margin: 20px 0 15px;
}
/* 2025.06.18 更新↑ */

.raiten_modal .w-inner .raitenBlk .search-btn:hover {
  text-decoration: none;
}

/* 2025.06.18 更新↓ */
.raiten_modal .w-inner .raitenBlk .search-btn.c-blue {
  background: #00a3e0;
}
/* 2025.06.18 更新↑ */

.shijorequest-contact-div{
  display:none
}

/* google map */

button.gm-control-active.gm-fullscreen-control {
  display: none;
}