<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&amp;display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.u_page h2:after {
  background: #56aed3;
}

.label_list {
  display: flex;
  margin: 10px -3px 0 -3px;
}
.label_list li {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 50px;
  margin: 3px;
  width: calc(33.333% - 6px);
  padding: 2px 0;
}
.label_list li.newcar {
  background: #F35663;
}
.label_list li.ucar {
  background: #53B8E2;
}
.label_list li.service {
  background: #53a263;
}

.gallerys {
  padding: 0 0 80px 0 !important;
}
@media all and (max-width: 896px) {
  .gallerys {
    padding: 0 0 40px 0 !important;
  }
}
.gallerys .area_gallery .sec_gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallerys .area_gallery .sec_gallery .block_shop {
  width: 200px;
  background: #F9F9F9;
}
@media all and (max-width: 1280px) {
  .gallerys .area_gallery .sec_gallery .block_shop {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.gallerys .area_gallery .sec_gallery .block_shop h3 {
  background: #E58075;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 1.6rem;
}
.gallerys .area_gallery .sec_gallery .block_shop ul {
  padding: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .gallerys .area_gallery .sec_gallery .block_shop ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1280px) {
  .gallerys .area_gallery .sec_gallery .block_shop ul li {
    width: 20%;
  }
}
@media all and (max-width: 896px) {
  .gallerys .area_gallery .sec_gallery .block_shop ul li {
    width: 33.333%;
  }
}
.gallerys .area_gallery .sec_gallery .block_shop ul li a {
  display: block;
  padding: 3px 0;
  letter-spacing: 0px;
  font-size: 1.4rem;
}
@media all and (max-width: 480px) {
  .gallerys .area_gallery .sec_gallery .block_shop ul li a {
    font-size: 1.2rem;
  }
}
.gallerys .area_gallery .sec_gallery .block_shop ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  margin: 0 5px 0 0;
  color: #E50012;
}
.gallerys .area_gallery .sec_gallery .block_gallery {
  width: calc(100% - 220px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media all and (max-width: 1280px) {
  .gallerys .area_gallery .sec_gallery .block_gallery {
    width: 100%;
  }
}
.gallerys .area_gallery .sec_gallery .block_gallery &gt; a {
  width: calc(33.333% - 20px);
  margin: 10px;
  display: block;
  position: relative;
}
@media all and (max-width: 896px) {
  .gallerys .area_gallery .sec_gallery .block_gallery &gt; a {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 480px) {
  .gallerys .area_gallery .sec_gallery .block_gallery &gt; a {
    width: 100%;
  }
}
.gallerys .area_gallery .sec_gallery .block_gallery &gt; a .img {
  height: 200px;
  width: calc(100% - 30px);
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .gallerys .area_gallery .sec_gallery .block_gallery &gt; a .img {
    height: 180px;
  }
}
.gallerys .area_gallery .sec_gallery .block_gallery &gt; a .box_txt {
  background: #fff;
  padding: 140px 15px 15px 15px;
  margin: 0 0 100px 0;
  box-sizing: border-box;
  position: relative;
  top: 100px;
  box-shadow: 0px 0px 3px #ccc;
}
@media all and (max-width: 480px) {
  .gallerys .area_gallery .sec_gallery .block_gallery &gt; a .box_txt {
    padding-top: 75px;
    margin: 0 0 75px;
    top: 75px;
  }
}
.gallerys .area_gallery .sec_gallery .block_gallery &gt; a ul {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
@media all and (max-width: 480px) {
  .gallerys .area_gallery .sec_gallery .block_gallery &gt; a ul {
    flex-wrap: wrap;
  }
}
.gallerys .area_gallery .sec_gallery .block_gallery &gt; a ul li.date {
  color: #9C9C9C;
  display: flex;
  align-items: center;
}
.gallerys .area_gallery .sec_gallery .block_gallery &gt; a ul li.shop {
  background: #FF8181;
  color: #fff;
  font-size: 1rem;
  padding: 3px 8px;
  box-sizing: border-box;
  margin: 0 0 0 5px;
  width: 130px;
  text-align: center;
  line-height: 1.3em;
}
.gallerys .area_gallery .sec_gallery .block_gallery &gt; a dl {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}
.gallerys .area_gallery .sec_gallery .block_gallery &gt; a dl dt {
  width: 100px;
  text-align: center;
  background: #F9F9F9;
  padding: 5px;
  box-sizing: border-box;
  font-weight: bold;
}
.gallerys .area_gallery .sec_gallery .block_gallery &gt; a dl dd {
  width: calc(100% - 100px);
  text-align: center;
  background: #E58075;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.gallerys .area_gallery .sec_gallery .block_gallery &gt; a .staff {
  font-size: 1.3rem;
  margin: 10px 0 0 0;
  text-align: left;
  letter-spacing: 0px;
}

.detail .block_shop {
  background: #fff !important;
}
.detail .block_detail {
  width: calc(100% - 230px);
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 1280px) {
  .detail .block_detail {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .detail .block_detail {
    padding: 15px;
  }
}
.detail .block_detail .box_label {
  display: flex;
  justify-content: flex-start;
}
.detail .block_detail .box_label .shop {
  background: #FF8181;
  color: #fff;
  font-size: 1.3rem;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 200px;
  text-align: center;
  line-height: 1.3em;
}
.detail .block_detail .data {
  color: #9C9C9C;
  text-align: right;
  margin: 5px 0 0 0;
}
.detail .block_detail h2 {
  padding-bottom: 10px;
  border-bottom: 3px solid #53B8E2;
  margin: 5px 0 10px 0;
  text-align: center;
}
.detail .block_detail h2:after {
  display: none;
}
.detail .block_detail .box_inner {
  margin: 0 -10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.detail .block_detail .box_inner &gt; div.img {
  text-align: center;
  width: calc(60% - 20px);
}
@media all and (max-width: 896px) {
  .detail .block_detail .box_inner &gt; div.img {
    width: 100%;
  }
}
.detail .block_detail .box_inner &gt; div.txt {
  width: 100%;
  margin: 20px 0 0 0;
}
.detail .block_detail .box_inner &gt; div.txt .fukidashi {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
  padding: 10px;
  box-sizing: border-box;
  max-width: 100%;
  background: #FFF;
  border: solid 1px #000;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  font-weight: bold;
}
.detail .block_detail .box_inner &gt; div.txt .fukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.detail .block_detail .box_inner &gt; div.txt .fukidashi:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.detail .block_detail .box_inner &gt; div.txt .comment {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.detail .block_detail .box_inner &gt; div.txt .comment dl {
  margin: 20px 0 0 0;
  width: calc(50% - 20px);
  margin: 10px;
}
@media all and (max-width: 480px) {
  .detail .block_detail .box_inner &gt; div.txt .comment dl {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.detail .block_detail .box_inner &gt; div.txt .comment dl dt {
  padding: 10px;
  box-sizing: border-box;
  background: #E58075;
  color: #fff;
}
.detail .block_detail .box_inner &gt; div.txt .comment dl dd {
  padding: 10px;
  box-sizing: border-box;
}
</pre></body></html>