@charset "UTF-8";
:root {
  /*====== カラー ======*/
  --heimblue: #0075c1;
  --darkblue: #363742;
  --orange: #d85642;
  --gray: #f4f3f3;
  /*====== header高さ ======*/
  --header-h: 0px;
}

/*====== コンテンツ幅 ======*/
.printonly {
  display: none;
}

div.hpliday-news {
  background: #FFF;
  box-sizing: border-box;
  padding: 5%;
  margin-bottom: 5%;
}
div.hpliday-news.holiday-single {
  border: solid 1px #888;
  margin-top: 15%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  div.hpliday-news.holiday-single {
    margin-top: 10%;
  }
}
div.hpliday-news p {
  text-align: justify;
}
div.hpliday-news p span.strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 2%;
}
div.hpliday-news p span.note {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: 2%;
}
div.hpliday-news p span.note a {
  color: #F00;
  text-decoration: underline;
}

/*============================ 展示場TOP ============================*/
section.sec-showroom-top div.showroom-top-area {
  position: relative;
  padding: 0 0 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top div.showroom-top-area {
    padding: 0 0 50px;
  }
}
section.sec-showroom-top div.showroom-top-area div.showroom-hero {
  margin-bottom: 5vw;
}
section.sec-showroom-top div.showroom-top-area div.showroom-hero nav.pan-nav ul li, section.sec-showroom-top div.showroom-top-area div.showroom-hero nav.pan-nav ul a {
  color: #fff;
}
section.sec-showroom-top div.showroom-top-area div.showroom-hero nav.pan-nav ul li::before, section.sec-showroom-top div.showroom-top-area div.showroom-hero nav.pan-nav ul a::before {
  border-top: solid 0.1em #fff;
  border-right: solid 0.1em #fff;
}
section.sec-showroom-top div.showroom-top-area div.area-tab-btn-wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top div.showroom-top-area div.area-tab-btn-wrap {
    margin-bottom: 36px;
  }
}
section.sec-showroom-top div.showroom-top-area div.switch-tab-wrap {
  width: 75.2%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top div.showroom-top-area div.switch-tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
section.sec-showroom-top div.showroom-top-area div.switch-tab-wrap button {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16vw;
  gap: 1em;
  font-size: 4.26vw;
  line-height: 1.2em;
  color: var(--darkblue);
  border: solid 1px #25283a;
  box-sizing: border-box;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top div.showroom-top-area div.switch-tab-wrap button {
    width: 300px;
    height: 45px;
    font-size: 16px;
  }
}
section.sec-showroom-top div.showroom-top-area div.switch-tab-wrap button.active {
  background-color: var(--darkblue);
  color: #fff;
}
section.sec-showroom-top div.showroom-top-area div.switch-tab-wrap button.active .icon svg {
  fill: #fff;
}
section.sec-showroom-top div.showroom-top-area div.switch-tab-wrap button .icon {
  width: 1.2em;
}
section.sec-showroom-top div.showroom-top-area div.switch-tab-wrap button .icon svg {
  display: block;
  fill: var(--darkblue);
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top ul.showroom-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
  }
}
section.sec-showroom-top ul.showroom-list > li {
  background: #fff;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top ul.showroom-list > li {
    width: 47.5%;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-showroom-top ul.showroom-list > li {
    width: 30%;
  }
}
section.sec-showroom-top ul.showroom-list > li .showroom-img {
  display: block;
  position: relative;
}
section.sec-showroom-top ul.showroom-list > li .showroom-img img {
  height: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top ul.showroom-list > li .showroom-img img {
    height: 24vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-showroom-top ul.showroom-list > li .showroom-img img {
    height: 18vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-showroom-top ul.showroom-list > li .showroom-img img {
    height: 230px;
  }
}
section.sec-showroom-top ul.showroom-list > li .showroom-img span.area-tag {
  position: absolute;
  font-size: 3.5vw;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: var(--darkblue);
  color: #fff;
  line-height: 1.2em;
  padding: 0.6em 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top ul.showroom-list > li .showroom-img span.area-tag {
    font-size: 14px;
  }
}
section.sec-showroom-top ul.showroom-list > li .txt-area {
  padding: 5vw 6vw 8vw 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top ul.showroom-list > li .txt-area {
    padding: 19px;
  }
}
section.sec-showroom-top ul.showroom-list > li .txt-area .showroom-name {
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top ul.showroom-list > li .txt-area .showroom-name {
    font-size: 20px;
  }
}
section.sec-showroom-top ul.showroom-list > li .txt-area .info-box {
  font-size: 3.72vw;
  line-height: 1.4em;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top ul.showroom-list > li .txt-area .info-box {
    font-size: 14px;
    margin-top: 19px;
  }
}
section.sec-showroom-top ul.showroom-list > li .txt-area .info-box a, section.sec-showroom-top ul.showroom-list > li .txt-area .info-box p {
  margin-bottom: 1em;
}
section.sec-showroom-top ul.showroom-list > li .txt-area .info-box a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-showroom-top ul.showroom-list > li .txt-area .info-box a .icon {
  display: block;
  width: 1em;
}
section.sec-showroom-top ul.showroom-list > li .txt-area .info-box a .txt {
  display: inline-block;
  width: calc(100% - 1.8em);
  text-align: justify;
  word-break: break-all;
}
section.sec-showroom-top ul.showroom-list > li .txt-area .info-box p {
  padding-left: 1.8em;
}
section.sec-showroom-top ul.showroom-list > li .category-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  width: 95%;
  margin: 5vw auto 0;
  font-size: 3.2vw;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top ul.showroom-list > li .category-tag-list {
    font-size: 14px;
    margin: 19px auto 0;
  }
}
section.sec-showroom-top ul.showroom-list > li .category-tag-list li {
  background-color: var(--gray);
  border-radius: 0.4em;
  width: 49%;
  padding: 0.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2%;
  text-align: justify;
  word-break: break-all;
}
section.sec-showroom-top ul.showroom-list > li .category-tag-list li span {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
section.sec-showroom-top ul.showroom-list > li a.contact-btn {
  margin-top: 0.4em;
}
section.sec-showroom-top div.map-wrap {
  position: relative;
}
section.sec-showroom-top div.map-wrap iframe {
  width: 100%;
  height: 100vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top div.map-wrap iframe {
    height: 470px;
  }
}
section.sec-showroom-top a.base-btn.map {
  margin-top: 5vw;
  width: 86%;
  margin: 5vw auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-top a.base-btn.map {
    margin-top: 58px;
    width: 300px;
  }
}

section.sec-visit {
  padding: 20vw 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-visit {
    padding: 105px 0 20px;
  }
}
section.sec-visit div.visit-box-wrap {
  width: 86%;
  margin: 0 auto;
  position: relative;
  margin-top: 10vw;
}
@media screen and (min-width: 1280px) {
  section.sec-visit div.visit-box-wrap {
    width: 74%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-visit div.visit-box-wrap {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-visit div.visit-box-wrap {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-top: 40px;
  }
  section.sec-visit div.visit-box-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    width: 100vw;
    height: clamp(1px, 21vw + 80px, 370px);
    background-color: var(--gray);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-visit div.visit-box-wrap::after {
    height: clamp(1px, 18.6vw + 80px, 370px);
  }
}
section.sec-visit div.visit-box-wrap div.visit-box {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-visit div.visit-box-wrap div.visit-box {
    margin: 0;
    width: 49%;
  }
}
section.sec-visit div.visit-box-wrap div.visit-box div.visit-img {
  position: relative;
  padding: 10vw 0;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  section.sec-visit div.visit-box-wrap div.visit-box div.visit-img {
    padding: 0;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-visit div.visit-box-wrap div.visit-box div.visit-img {
    margin-bottom: 70px;
  }
}
section.sec-visit div.visit-box-wrap div.visit-box div.visit-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--gray);
}
@media screen and (min-width: 768px) {
  section.sec-visit div.visit-box-wrap div.visit-box div.visit-img::after {
    content: none;
  }
}
section.sec-visit div.visit-box-wrap div.visit-box .visit-txt01 {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-visit div.visit-box-wrap div.visit-box .visit-txt01 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-visit div.visit-box-wrap div.visit-box .visit-txt01 {
    font-size: 22px;
  }
}
section.sec-visit div.visit-box-wrap div.visit-box .visit-txt02 {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-visit div.visit-box-wrap div.visit-box .visit-txt02 {
    font-size: 13px;
  }
}

section.sec-event {
  padding: 20vw 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec-event {
    padding: 105px 0 0;
  }
}
section.sec-event .page-title {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-event .page-title {
    margin-bottom: 50px;
  }
}

/*============================ 展示場シングル ============================*/
section.sec-showroom-single div.sec-showroom-single-inner {
  width: 86%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
}
@media screen and (min-width: 1280px) {
  section.sec-showroom-single div.sec-showroom-single-inner {
    width: 74%;
  }
}
section.sec-showroom-single div.top-cont {
  padding: 10vw 0 0;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont {
    width: 100%;
    padding: 85px 0 0;
  }
}
section.sec-showroom-single div.top-cont div.top-cont-inner {
  width: 86%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.top-cont-inner {
    width: 100%;
  }
}
section.sec-showroom-single div.top-cont div.txt-area {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.txt-area {
    margin-bottom: 32px;
  }
}
section.sec-showroom-single div.top-cont div.txt-area div.title-wrap {
  padding-bottom: 4vw;
  margin-bottom: 4vw;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.txt-area div.title-wrap {
    padding-bottom: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
section.sec-showroom-single div.top-cont div.txt-area div.title-wrap h1 {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.txt-area div.title-wrap h1 {
    margin: 0;
  }
}
section.sec-showroom-single div.top-cont div.txt-area div.title-wrap h1 .small {
  display: block;
  font-size: 3.2vw;
  line-height: 1.2em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.txt-area div.title-wrap h1 .small {
    font-size: 16px;
  }
}
section.sec-showroom-single div.top-cont div.txt-area div.title-wrap h1 .txt {
  font-size: 4.8vw;
  line-height: 1.2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.txt-area div.title-wrap h1 .txt {
    font-size: 30px;
  }
}
section.sec-showroom-single div.top-cont div.txt-area div.title-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  font-size: 3.2vw;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.txt-area div.title-wrap ul {
    width: 265px;
    font-size: 14px;
  }
}
section.sec-showroom-single div.top-cont div.txt-area div.title-wrap ul li {
  width: 40%;
  background-color: var(--gray);
  text-align: center;
  padding: 0.4em 0;
  border-radius: 0.4em;
  margin-bottom: 3%;
}
section.sec-showroom-single div.top-cont div.txt-area p {
  font-size: 3.2vw;
  line-height: 2.4em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.txt-area p {
    font-size: 16px;
    line-height: 2em;
  }
}
section.sec-showroom-single div.top-cont div.gallery-slider {
  overflow: hidden;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.gallery-slider {
    margin-bottom: 25px;
  }
}
section.sec-showroom-single div.top-cont div.gallery-slider img {
  -o-object-fit: contain;
     object-fit: contain;
  height: clamp(1px, 60vw, 750px);
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.gallery-slider img {
    height: clamp(1px, 60vw, 450px);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-showroom-single div.top-cont div.gallery-slider img {
    height: clamp(1px, 55vw, 450px);
  }
}
section.sec-showroom-single div.top-cont div.gallery-slider p {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.gallery-slider p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.gallery-thumbs {
    width: 67%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.gallery-thumbs.under06 {
    width: 100%;
  }
}
section.sec-showroom-single div.top-cont div.gallery-thumbs div.swiper-slide-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px var(--darkblue);
  box-sizing: border-box;
}
section.sec-showroom-single div.top-cont div.gallery-thumbs div.swiper-slide {
  box-sizing: border-box;
  cursor: pointer;
}
section.sec-showroom-single div.top-cont div.gallery-thumbs div.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 21vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.top-cont div.gallery-thumbs div.swiper-slide img {
    height: 9vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-showroom-single div.top-cont div.gallery-thumbs div.swiper-slide img {
    height: 120px;
  }
}
section.sec-showroom-single div.room-cont {
  padding: 20vw 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.room-cont {
    padding: 140px 0 0;
  }
}
section.sec-showroom-single div.room-cont h2 {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.room-cont h2 {
    margin-bottom: 33px;
  }
}
section.sec-showroom-single div.room-cont h2 span {
  display: block;
  text-align: center;
}
section.sec-showroom-single div.room-cont h2 .en {
  text-align: center;
  font-size: 10.6vw;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.room-cont h2 .en {
    font-size: 40px;
  }
}
section.sec-showroom-single div.room-cont h2 .ja {
  font-size: 4.8vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.room-cont h2 .ja {
    font-size: 18px;
  }
}
section.sec-showroom-single div.room-cont .video-wrap {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.room-cont .video-wrap {
    width: 70%;
    max-width: 600px;
    margin: auto;
  }
}
section.sec-showroom-single div.room-cont .video-wrap::after {
  content: "";
  display: inline-block;
  width: 6em;
  height: 6em;
  background-image: url("../../img/page/showroom/video-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.room-cont .video-wrap::after {
    width: 143px;
    height: 143px;
  }
}
section.sec-showroom-single div.room-cont p {
  text-align: left;
  margin-top: 1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.room-cont p {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
  }
}
section.sec-showroom-single div.info-cont {
  padding: 20vw 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.info-cont {
    padding: 140px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-showroom-single div.info-cont .info-cont-box01 {
  font-size: 3.2vw;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.info-cont .info-cont-box01 {
    font-size: 14px;
    width: calc(100% - 300px);
  }
}
section.sec-showroom-single div.info-cont .info-cont-box01 li {
  margin-bottom: 1em;
}
section.sec-showroom-single div.info-cont .info-cont-box01 li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
section.sec-showroom-single div.info-cont .info-cont-box01 li dl dt {
  width: 6.4em;
  text-align: center;
  background-color: var(--darkblue);
  color: #fff;
  padding: 0.4em 0;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.info-cont .info-cont-box01 li dl dt {
    padding: 0.2em 0;
  }
}
section.sec-showroom-single div.info-cont .info-cont-box01 li dl dd {
  width: calc(100% - 7em);
  padding: 0.4em 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.info-cont .info-cont-box01 li dl dd {
    width: calc(100% - 7.6em);
    padding: 0.2em 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.info-cont .info-cont-box02 {
    width: 280px;
  }
}
section.sec-showroom-single div.info-cont .info-cont-box02 .info-cont-box02-txt01 {
  font-size: 3.2vw;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.info-cont .info-cont-box02 .info-cont-box02-txt01 {
    font-size: 14px;
  }
}
section.sec-showroom-single div.info-cont .info-cont-box02 .info-cont-box02-txt02 {
  display: block;
  font-size: 10.6vw;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single div.info-cont .info-cont-box02 .info-cont-box02-txt02 {
    font-size: 40px;
  }
}
section.sec-showroom-single div.info-cont .info-cont-box02 a.base-btn, section.sec-showroom-single div.info-cont .info-cont-box02 button.base-btn {
  width: 90%;
}
section.sec-showroom-single div.info-cont .info-cont-box02 a.base-btn.orange, section.sec-showroom-single div.info-cont .info-cont-box02 button.base-btn.orange {
  margin-top: 1em;
}
section.sec-showroom-single div.info-cont .info-cont-box02 a.base-btn.left-icon, section.sec-showroom-single div.info-cont .info-cont-box02 button.base-btn.left-icon {
  margin-top: 0.6em;
}
section.sec-showroom-single .madori-cont {
  margin: 15vw 0 0;
  padding: 15vw 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single .madori-cont {
    margin: 100px 0 0;
    padding: 70px 0;
  }
}
section.sec-showroom-single .madori-cont nav {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single .madori-cont nav {
    margin-bottom: 70px;
    font-size: 16px;
  }
}
section.sec-showroom-single .madori-cont nav ul {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
section.sec-showroom-single .madori-cont nav ul li {
  text-align: center;
  width: 100%;
}
section.sec-showroom-single .madori-cont nav ul li button {
  display: block;
  width: 100%;
  background-color: #e9e9e9;
  padding: 0.4em 0;
  color: #000;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single .madori-cont nav ul li button {
    padding: 1em 0;
  }
}
section.sec-showroom-single .madori-cont nav ul li button.active {
  background-color: var(--darkblue);
  color: #fff;
}
section.sec-showroom-single .madori-cont div.switch-tab-cont img {
  height: 60vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single .madori-cont div.switch-tab-cont img {
    height: 400px;
  }
}
section.sec-showroom-single .map-cont {
  padding: 20vw 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single .map-cont {
    padding: 100px 0 50px;
  }
}
section.sec-showroom-single .map-cont div.map-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single .map-cont div.map-wrap {
    width: 100%;
  }
}
section.sec-showroom-single .map-cont div.map-wrap iframe {
  width: 100%;
  height: 80vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single .map-cont div.map-wrap iframe {
    height: 500px;
  }
}
section.sec-showroom-single .map-cont a.base-btn {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single .map-cont a.base-btn {
    margin-top: 45px;
  }
}
section.sec-showroom-single .map-cont a.base-btn.map {
  background-color: var(--darkblue);
}
section.sec-showroom-single .map-cont a.base-btn.contact {
  padding: 1.4em 2em 1.4em 1em;
}
@media screen and (min-width: 768px) {
  section.sec-showroom-single .map-cont a.base-btn.contact {
    width: 550px;
    margin: 30px auto 0;
  }
}

div.modaal-content-container {
  padding: 0;
}

.modaal-close {
  background: none !important;
}
.modaal-close:hover::after, .modaal-close:hover::before {
  background: #fff !important;
}

a.side-fox-btn {
  z-index: 1;
  position: fixed;
  right: 0;
  top: 150px;
  width: 50px;
  height: 280px;
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1000px) {
  a.side-fox-btn {
    width: 60px;
    padding-right: 15px;
  }
}
a.side-fox-btn span {
  display: inline-block;
  position: relative;
  padding-top: 0.4em;
}
a.side-fox-btn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #fff;
  width: 9px;
  height: 6px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}/*# sourceMappingURL=showroom.css.map */