<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
/* mobile */
.l-system.l-shop .flyer {
  margin: 0 auto 100px;
  width: 1100px;
}
@media screen and (max-width: 740px) {
  .l-system.l-shop .flyer {
    margin-bottom: 20%;
    width: 100%;
    padding: 0 5%;
  }
}
.l-system.l-shop .flyer__wrap h3 {
  background: #004B31;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 5px;
}
@media screen and (max-width: 760px) {
  .l-system.l-shop .flyer__wrap h3 {
    font-size: 5vw;
    padding: 2%;
  }
}
.l-system.l-shop .flyer__wrap .wrap {
  border: 3px solid #004B31;
  padding: 60px;
  margin-bottom: 100px;
}
@media screen and (min-width: 761px) {
  .l-system.l-shop .flyer__wrap .wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 760px) {
  .l-system.l-shop .flyer__wrap .wrap {
    padding: 5%;
    margin-bottom: 15%;
  }
}
.l-system.l-shop .flyer__wrap .wrap .pdf_list {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 761px) {
  .l-system.l-shop .flyer__wrap .wrap .pdf_list {
    max-height: 300px;
    width: 48%;
  }
}
@media screen and (max-width: 760px) {
  .l-system.l-shop .flyer__wrap .wrap .pdf_list {
    max-height: 50vw;
    margin-bottom: 5%;
  }
}
.l-system.l-shop .flyer__wrap .wrap .pdf_list:last-child {
  margin-bottom: 0;
}
.l-system.l-shop .flyer__wrap .wrap .pdf_list img {
  display: inline-block;
  height: 100%;
  max-height: 500px;
  width: auto;
}
@media screen and (max-width: 760px) {
  .l-system.l-shop .flyer__wrap .wrap .pdf_list img {
    max-height: 50vw;
  }
}
.l-system.l-shop .attention {
  margin: 0 auto 100px;
  width: 1200px;
}
@media (max-width: 760px) {
  .l-system.l-shop .attention {
    margin-bottom: 20%;
    width: 100%;
    padding: 0;
  }
}
.l-system.l-shop .attention .car-list__store {
  display: none;
}
.l-system.l-shop .attention .car-list__store:first-child {
  display: inherit;
}
.l-system.l-shop .attention__ttl {
  margin-bottom: 51px;
  padding: 18px 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #DC0600;
  background-color: #ffff9b;
  border-top: 1px solid #004B31;
  border-bottom: 1px solid #004B31;
  text-align: center;
}
@media (max-width: 760px) {
  .l-system.l-shop .attention__ttl {
    padding: 4.1025641026vw 0;
    font-size: 28px;
    font-size: 7.1794871795vw;
    margin-bottom: 10%;
  }
}
.l-system.l-shop .attention__ttl span {
  display: inline-block;
  padding-left: 103px;
  position: relative;
}
@media (max-width: 760px) {
  .l-system.l-shop .attention__ttl span {
    padding-left: 20.2564102564vw;
  }
}
.l-system.l-shop .attention__ttl span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  width: 98px;
  height: 98px;
  background: url("../images/top/attention.png") center/contain no-repeat;
}
@media (max-width: 760px) {
  .l-system.l-shop .attention__ttl span::before {
    width: 18.4615384615vw;
    height: 18.4615384615vw;
  }
}

.shop-info {
  margin: 35px 0 100px;
}
@media (max-width: 760px) {
  .shop-info {
    margin: 20px 0 50px;
  }
}

.shop-info__ttl {
  margin-bottom: 52px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 760px) {
  .shop-info__ttl {
    margin-bottom: 27px;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}

.shop-info__img {
  margin-bottom: 36px;
}
@media (max-width: 760px) {
  .shop-info__img {
    margin-bottom: 30px;
  }
}

.shop-info__box {
  margin-bottom: 47px;
  padding: 43px 54px 50px;
  border: 1px solid #c0c0c0;
}
@media (min-width: 761px) {
  .shop-info__box {
    display: flex;
    flex-flow: wrap;
  }
}
@media (max-width: 760px) {
  .shop-info__box {
    padding: 6.1538461538vw 3.8461538462vw;
  }
}

@media (min-width: 761px) {
  .shop-data {
    margin-right: auto;
  }
}
@media (max-width: 760px) {
  .shop-data {
    margin-bottom: 23px;
  }
}
.shop-data table {
  width: 100%;
}
.shop-data tr:not(:last-child) th,
.shop-data tr:not(:last-child) td {
  padding-bottom: 18px;
}
.shop-data th {
  width: 129px;
}
@media (max-width: 760px) {
  .shop-data th {
    width: 27.1794871795vw;
  }
}
.shop-data th span {
  text-align: center;
  padding: 4px 4px 5px;
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #29636f;
}
@media (max-width: 760px) {
  .shop-data th span {
    padding: 1.0256410256vw 1.0256410256vw 1.2820512821vw;
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.shop-data td {
  padding-left: 14px;
}
@media (max-width: 760px) {
  .shop-data td {
    padding-left: 3.5897435897vw;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}

@media (min-width: 761px) {
  .shop-service {
    width: 590px;
  }
}

.shop-service__ttl {
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 760px) {
  .shop-service__ttl {
    margin-bottom: 13px;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.shop-service__ttl::before {
  margin-right: 6px;
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #004B31;
}
@media (max-width: 760px) {
  .shop-service__ttl::before {
    margin-right: 1.5384615385vw;
    width: 2.3076923077vw;
    height: 2.3076923077vw;
  }
}

.shop-service__list {
  display: flex;
  flex-flow: wrap;
}
.shop-service__list li {
  box-sizing: border-box;
  padding: 7px 0;
  width: calc((100% - 10px * 2) / 3);
  text-align: center;
  border: 1px solid #004B31;
  color: #004B31;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (min-width: 761px) {
  .shop-service__list li:not(:nth-of-type(3n)) {
    margin-right: 10px;
  }
  .shop-service__list li:not(:nth-of-type(-n + 3)) {
    margin-top: 10px;
  }
}
@media (max-width: 760px) {
  .shop-service__list li {
    padding: 1.7948717949vw 0;
    width: calc((100% - 14px) / 2);
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  .shop-service__list li:nth-of-type(odd) {
    margin-right: 14px;
  }
  .shop-service__list li:not(:nth-of-type(-n + 2)) {
    margin-top: 14px;
  }
}

@media (min-width: 761px) {
  .shop-info__btn ul {
    justify-content: center;
    display: flex;
  }
}
.shop-info__btn li {
  width: 100%;
}
@media (min-width: 761px) {
  .shop-info__btn li {
    max-width: 464px;
  }
}
@media (min-width: 761px) {
  .shop-info__btn li + li {
    margin-left: 12px;
  }
}
@media (max-width: 760px) {
  .shop-info__btn li + li {
    margin-top: 15px;
  }
}
.shop-info__btn li:nth-of-type(2) a {
  background-color: #00C300;
}
.shop-info__btn a {
  position: relative;
  display: flex;
  height: 57px;
  box-sizing: border-box;
  padding: 0 30px;
  border-radius: 4px;
  color: #fff;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  justify-content: center;
  background-color: #dc0600;
}
.shop-info__btn a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  box-sizing: border-box;
  width: 5px;
  height: 7px;
  margin: auto;
  content: "";
  border: 5px solid transparent;
  border-left: 7px solid rgba(255, 255, 255, 0.48);
}

.shop-photo {
  margin-bottom: 150px;
}
@media (max-width: 760px) {
  .shop-photo {
    margin-bottom: 58px;
    overflow-x: hidden;
  }
}

.shop-photo-slider {
  margin-bottom: 100px;
  border: 1px solid #c1c1c1;
  padding: 35px 135px 36px;
}
@media (max-width: 760px) {
  .shop-photo-slider {
    margin-bottom: 20%;
    padding: 15px 15px 30px;
  }
}
.shop-photo-slider p {
  line-height: 2.1333;
}

.shop-photo-slider__slick {
  margin: 0 auto 50px;
}
@media (max-width: 760px) {
  .shop-photo-slider__slick {
    margin: 0 auto 20px;
  }
}
.shop-photo-slider__slick .slick-arrow {
  background-color: #383838;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shop-photo-slider__slick .slick-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.shop-photo-slider__slick .slick-prev {
  left: -76px;
}
.shop-photo-slider__slick .slick-prev::before {
  right: -2px;
  transform: rotate(225deg);
}
.shop-photo-slider__slick .slick-next {
  right: -76px;
}
.shop-photo-slider__slick .slick-next::before {
  left: -2px;
}
.shop-photo-slider__slick .slick-dots {
  bottom: 0;
}
.shop-photo-slider__slick .slick-dots li {
  background-color: #c0c0c0;
}
.shop-photo-slider__slick .slick-dots li.slick-active, .shop-photo-slider__slick .slick-dots li:hover {
  background-color: #004B31;
}

@media (min-width: 761px) {
  .shop-photo-list {
    display: flex;
  }
}
@media (min-width: 761px) {
  .shop-photo-list li {
    width: calc((100% - 32px) / 2);
  }
  .shop-photo-list li:nth-of-type(odd) {
    margin-right: 32px;
  }
}
@media (max-width: 760px) {
  .shop-photo-list li {
    border: 1px solid #c1c1c1;
    padding: 15px 15px 25px;
  }
}
@media (max-width: 760px) {
  .shop-photo-list li + li {
    margin-top: 22px;
  }
}
.shop-photo-list figure {
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media (min-width: 761px) {
  .shop-photo-list figure {
    padding: 6.1643%;
    border: 1px solid #c1c1c1;
  }
}
@media (max-width: 760px) {
  .shop-photo-list figure {
    margin-bottom: 23px;
  }
}

.shop-photo-list__ttl {
  margin-bottom: 26px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .shop-photo-list__ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}

.interview {
  margin-bottom: 83px;
  padding-bottom: 92px;
  background-color: #e9efed;
}
@media (max-width: 760px) {
  .interview {
    margin-bottom: 36px;
    padding-bottom: 35px;
  }
}

.interview__ttl {
  margin: 39px 0 34px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #004B31;
}

.interview__list {
  padding: 40px 0 80px;
  max-width: 1117px;
  margin: auto;
  background-color: #fff;
  /* @include mixin.pc {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  } */
}
@media (max-width: 760px) {
  .interview__list {
    padding: 32px 16px;
    overflow-x: hidden;
  }
}
.interview__list li.slick-slide {
  box-sizing: border-box;
}
@media (min-width: 761px) {
  .interview__list li.slick-slide {
    padding: 10px;
    width: 33.333%;
    position: relative;
  }
  .interview__list li.slick-slide:not(:last-child)::before {
    content: "";
    height: 550px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background: #cecece;
  }
}
@media (max-width: 760px) {
  .interview__list li.slick-slide + li {
    margin-top: 30px;
  }
}
.interview__list .p-item__photo {
  width: 180px;
  height: 0;
  padding-bottom: 229px;
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 760px) {
  .interview__list .p-item__photo {
    margin: 0 auto 18px;
  }
}
.interview__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.interview__list .p-item__icons {
  text-align: center;
}
.interview__list .name {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .interview__list .name {
    padding: 0 5%;
    font-size: 5vw;
  }
}
.interview__list .txt {
  padding: 0 50px;
  width: 100%;
}
@media (max-width: 760px) {
  .interview__list .txt {
    padding: 0 5%;
  }
}

.shop-access {
  margin-bottom: 125px;
}
@media (max-width: 760px) {
  .shop-access {
    margin-bottom: 80px;
  }
}
.shop-access iframe {
  border: 1px solid #c0c0c0;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 761px) {
  .shop-access iframe {
    height: 552px;
  }
}
@media (max-width: 760px) {
  .shop-access iframe {
    margin-bottom: 22px;
    height: 56.4102564103vw;
  }
}

.shop-access__ttl {
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #004B31;
}
@media (max-width: 760px) {
  .shop-access__ttl {
    margin-bottom: 17px;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}

.l-voice {
  margin: 0 auto 120px;
}
@media (min-width: 761px) {
  .l-voice {
    max-width: 1200px;
  }
}
@media (max-width: 760px) {
  .l-voice {
    margin: 0 0 64px;
    padding: 0 5%;
    overflow-x: hidden;
  }
}
@media (min-width: 761px) {
  .l-voice .l-voice__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .l-voice .l-voice__list {
    margin: 0 20px;
  }
}
@media (min-width: 761px) {
  .l-voice .p-item-voice {
    width: calc((100% - 27px * 2) / 3);
  }
  .l-voice .p-item-voice:not(:nth-of-type(3n)) {
    margin-right: 27px;
  }
  .l-voice .p-item-voice:not(:nth-of-type(-n + 3)) {
    margin-top: 27px;
  }
}
.l-voice .p-item-voice a {
  height: 100%;
  display: block;
}
.l-voice .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  margin-bottom: 10px;
}
.l-voice .p-item__icons {
  margin-bottom: 4px;
  text-align: left;
}
.l-voice .p-item__icons li {
  background-color: #666;
}
.l-voice .p-item__post-title {
  margin-bottom: 6px;
  max-height: 45px;
  line-height: 1.3;
  overflow: hidden;
}
.l-voice .p-item__post-date {
  margin-top: 0;
  display: block;
  font-size: 14px;
}
.l-voice .l-voice__btn {
  margin-top: 70px;
}
@media (max-width: 760px) {
  .l-voice .l-voice__btn {
    margin-top: 38px;
  }
}

/*# sourceMappingURL=shop.css.map */
</pre></body></html>