@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- showroom_navi_sec
- showroom_sec
-------------------------*/
.intro_sec {
  margin-bottom: 80px;
}
.intro_sec .inner {
  max-width: 890px;
}

/*=======================================
　showroom_navi_sec
=======================================*/
.showroom_navi_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .showroom_navi_sec {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .showroom_navi_sec {
    margin: -50px auto 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 0;
  }
}
.showroom_navi_sec li {
  border-left: solid 1px #707070;
}
.showroom_navi_sec li:last-child {
  border-right: solid 1px #707070;
}
@media screen and (max-width: 768px) {
  .showroom_navi_sec li:nth-of-type(3) {
    border-right: solid 1px #707070;
  }
}
@media screen and (max-width: 768px) {
  .showroom_navi_sec li {
    width: 30%;
    text-align: center;
  }
}
.showroom_navi_sec li a {
  padding: 5px 30px;
  font-size: 16px;
  display: block;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .showroom_navi_sec li a {
    padding: 5px 10px;
    font-size: 15px;
  }
}

/*=======================================
　showroom_sec
=======================================*/
#area01, #area02, #area03, #area04, #area05, #area06 {
  padding-top: 85px;
  margin-top: -85px;
}

.showroom_sec {
  max-width: 1200px;
  margin: 0 auto 150px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .showroom_sec {
    margin: 0 auto 80px;
  }
}
.showroom_sec:last-child {
  padding-bottom: 30px;
}
.showroom_sec .block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 90px 0;
}
@media screen and (max-width: 1024px) {
  .showroom_sec .block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .showroom_sec .block01 {
    margin: 0 0 40px 0;
  }
}
.showroom_sec .img {
  margin-left: calc(50% - 50vw);
  width: 60vw;
}
@media screen and (max-width: 1024px) {
  .showroom_sec .img {
    width: 112%;
    margin-left: calc(50% - 50vw);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .showroom_sec .img {
    margin-bottom: 20px;
  }
}
.showroom_sec .txt01 {
  width: 34.2%;
}
@media screen and (max-width: 1024px) {
  .showroom_sec .txt01 {
    width: 100%;
  }
}
.showroom_sec .region {
  font-size: 40px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .showroom_sec .region {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
}
.showroom_sec .region.s {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .showroom_sec .region.s {
    margin: 0 0 15px 0;
  }
}
.showroom_sec .name_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 45px 0;
}
@media screen and (max-width: 768px) {
  .showroom_sec .name_icon {
    margin: 0 0 25px 0;
  }
}
.showroom_sec .name {
  font-size: 18px;
  width: 63%;
  line-height: 1.5;
  font-weight: 500;
}
.showroom_sec .name span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .showroom_sec .name {
    font-size: 16px;
  }
}
.showroom_sec .icon_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 15px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .showroom_sec .icon_area {
    gap: 10px;
    width: 35%;
  }
}
.showroom_sec .icon {
  width: 66px;
  height: 66px;
  font-size: 11px;
  font-weight: bold;
  border: solid 1px var(--main_black);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .showroom_sec .icon {
    width: 50px;
    height: 50px;
    font-size: 9px;
  }
}
.showroom_sec .icon span {
  text-align: center;
}
.showroom_sec .icon.car img {
  width: 28.49px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .showroom_sec .icon.car img {
    width: 24px;
  }
}
.showroom_sec .icon.reservation img {
  width: 17px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .showroom_sec .icon.reservation img {
    width: 15px;
  }
}
.showroom_sec .icon.no {
  opacity: 0.25;
}
.showroom_sec .read {
  font-size: 16px;
  line-height: 1.86;
  margin: 0 0 50px 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .showroom_sec .read {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 30px 0;
  }
}
.showroom_sec .btn {
  width: 236px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .showroom_sec .btn {
    width: 236px;
    margin: 0 auto;
  }
}
.showroom_sec .btn a {
  position: relative;
  display: block;
  padding: 18px 0;
  border: 1px solid #333333;
  text-align: center;
  font-size: 15px;
  background: url(../img/showroom/icon_arrow.svg) no-repeat 95.2% center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .showroom_sec .btn a {
    padding: 13px 0;
    font-size: 14px;
  }
}
.showroom_sec .btn a:hover {
  color: #FFF;
  background: #1C1C1C url(../img/showroom/icon_arrow_hover.svg) no-repeat 95.2% center;
}
@media screen and (max-width: 768px) {
  .showroom_sec .btn a:hover {
    color: var(--main_black);
    background: #FFF url(../img/showroom/icon_arrow.svg) no-repeat 97% center;
  }
}
.showroom_sec .btn.map span {
  position: relative;
  padding-left: 20px;
}
.showroom_sec .btn.map span::before {
  content: "";
  background: url(../img/showroom/icon_pin.svg) no-repeat;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 4px 0 0;
  position: absolute;
  top: 0px;
  left: 0;
}
.showroom_sec .btn.map:hover span:before {
  content: "";
  background: url(../img/showroom/icon_pin_hover.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .showroom_sec .btn.map:hover span:before {
    background: url(../img/showroom/icon_pin.svg) no-repeat;
  }
}
.showroom_sec .block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .showroom_sec .block02 {
    gap: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .showroom_sec .block02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.showroom_sec .txt02 {
  width: 47.5%;
}
@media screen and (max-width: 820px) {
  .showroom_sec .txt02 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.showroom_sec .txt03 {
  width: 50.5%;
}
@media screen and (max-width: 820px) {
  .showroom_sec .txt03 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.showroom_sec .txt03 .region {
  padding: 8px 0 0 0;
}
.showroom_sec .txt03 .name {
  padding: 15px 0 0 7%;
}
.showroom_sec .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .showroom_sec .info {
    gap: 20px 10px;
  }
}
.showroom_sec .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .showroom_sec .info dl {
    gap: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.showroom_sec .info dl dt {
  width: 70px;
  text-align: center;
  padding: 5px 0;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .showroom_sec .info dl dt {
    padding: 3px 0 0;
  }
}
.showroom_sec .info dl dt span {
  background: #303030;
  padding: 5px 0;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  display: block;
}
.showroom_sec .info dl dd {
  font-size: 15px;
  line-height: 1.86;
  padding-top: 4px;
  font-weight: 400;
  width: calc(100% - 70px);
}
@media screen and (max-width: 768px) {
  .showroom_sec .info dl dd {
    font-size: 14px;
    width: 100%;
  }
}
.showroom_sec .info dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.showroom_sec .info dl dd ul li p {
  text-indent: -5em;
  padding-left: 5em;
}
.showroom_sec .btn_area {
  margin: 45px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.showroom_sec .btn_area.s {
  margin: 6px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .showroom_sec .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 820px) {
  .showroom_sec .btn_area {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .showroom_sec .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.showroom_sec .gmap {
  width: 43%;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 36%;
}
@media screen and (max-width: 820px) {
  .showroom_sec .gmap {
    width: 100%;
    padding-top: 75%;
  }
}
.showroom_sec .gmap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.showroom_sec .name_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 15px 0;
}
@media screen and (max-width: 1024px) {
  .showroom_sec .name_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .showroom_sec .name_area .region {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .showroom_sec .name_area .name {
    padding: 5px 0 0 0;
    width: 50%;
  }
}/*# sourceMappingURL=showroom.css.map */