@charset "UTF-8";
/*
	Filename: showroom
	Version: 1.0.1
*/
#breadcrumbs {
  top: 80px;
  padding: 20px 30px;
  background: #fff;
}
#title_area {
  margin: 80px 0 250px;
  padding-top: 71px;
  background: #fff;
}
body.confirm #title_area {
  margin: 100px 0;
}
.title_en {
  margin-bottom: 15px;
}
.title_h1 {
  margin-bottom: 90px;
}
.title_h1::after {
  bottom: -46px;
}
.title_inner p {
  padding-bottom: 98px;
}
@media screen and (max-width: 750px) {
  #breadcrumbs {
    top: 15.333vw;
  }
  #breadcrumbs ul li, #breadcrumbs ul li a {
    font-size: 3.111vw;
  }
  #title_area {
    margin: 3vw 0 33.333vw;
  }
  .title_en {
    margin-bottom: 2vw;
  }
  .title_h1 {
    margin-bottom: 12vw;
  }
  .title_h1::after {
    bottom: -6.133vw;
  }
  .title_inner p {
    padding-bottom: 13.067vw;
  }
}
@media screen and (max-width: 375px) {
  #breadcrumbs {
    top: 15.333vw;
  }
}

/*-----------------------------------------------------
	sec#showroom
------------------------------------------------------*/
#showroom {
  position: relative;
}
.video_wrap {
  position: fixed;
  top: 121px;
  right:0;
  left:0;
  bottom:0;
  z-index: -1;
  overflow: hidden;
  background: rgba(0, 0, 0, .18);
  background-blend-mode: multiply;
}
.mv_video {
  width: auto; /* 16:9→16 ÷ 9＝ 177.77% */
  height: auto; /* 16:9→ 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.showroom_list {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0 65px;
  background: rgba(255,255,255, .9)
}
.showroom_list_child {
  width: 48.5%;
  margin-bottom: 80px;
  padding-bottom: 33px;
  background: #fff;
}
.showroom_list_child img {
  width: 100%;
}
.showroom_list_contents {
  width: 84%;
  position: relative;
  margin: -50px auto 0;
  padding: 45px 0 0;
  background: #fff;
}
.showroom_list_contents h2 {
  margin-bottom: 10px;
  font-size: 2.8rem;
  text-align: center;
}
.space {
  letter-spacing: -0.07em;
}
.showroom_list_contents p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.7;
  border-bottom: 1px dotted #9b9999;
}
.showroom_list_contents p:last-of-type {
  border-bottom: none;
}

/*-----------------------------------------------------
	sec#access
------------------------------------------------------*/
#access {
  padding: 142px 0 115px;
  background: #f2f5f8;
}
#access .wrap {
  text-align: center;
}
#access .wrap h2.title_h1 {
  margin-bottom: 30px;
}
#access .wrap h2.title_h1::after {
  display: none;
}
.access_inner {
  width: 100%;
  margin-bottom: 35px;
  text-align: left;
}
.access_inner:last-child {
  padding-top: 40px;
  border-top: 1px solid #002e6d;
}
.access_l {
  width: 50%;
  padding-right: 50px;
}
.access_l h3 {
  margin-bottom: 10px;
  font-size: 2.8rem;
}
.access_l a {
  color: #32aabe;
}
.access_l dl {
  width: 100%;
}
.access_l dl dt {
  width: 23%;
  font-size: 1.8rem;
  line-height: 1.7;
}
.access_l dl dd {
  width: 77%;
  font-size: 1.8rem;
  line-height: 1.7;
}
.access_r {
  width: 50%;
  padding-left: 50px;
}
.access_r iframe {
  width: 100%;
  height: 200px;
}
/*-----------------------------------------------------
	sec#Contact
------------------------------------------------------*/
#contact {
  padding: 142px 0 115px;
  background: #fff;
}
body.confirm #contact {
  padding: 0 0 58px;
}
#contact .wrap {
  text-align: center;
}
#contact .wrap p {
  text-align: left;
}
#contact .wrap h2.title_h1 {
  margin-bottom: 88px;
}
#contact .wrap h2.title_h1::after {
  display: none;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  .video_wrap {
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  /*-----------------------------------------------------
    sec#showroom
  ------------------------------------------------------*/
  .showroom_list {
    padding: 20vw 0 8.667vw;
  }
  .showroom_list_child {
    width: 100%;
    margin-bottom: 10.667vw;
    padding-bottom: 4.4vw;
  }
  .showroom_list_child img {
    width: 100%;
  }
  .showroom_list_contents {
    margin: -6.667vw auto 0;
    padding: 6vw 0 0;
  }
  .showroom_list_contents h2 {
    margin-bottom: 1.333vw;
    font-size: 5.333vw;
  }
  .showroom_list_contents p {
    padding-top: 1.333vw;
    padding-bottom: 1.333vw;
    font-size: 3.733vw;
  }

  /*-----------------------------------------------------
    sec#access
  ------------------------------------------------------*/
  #access {
    padding: 18.933vw 0 15.333vw;
  }
  #access .wrap h2.title_h1 {
    margin-bottom: 10vw;
  }
  .access_inner {
    margin-bottom: 4.667vw;
  }
  .access_inner:last-child {
    padding-top: 5.333vw;
    border-top: none;
  }
  .access_l {
    width: 100%;
    margin-bottom: 3vw;
    padding-right: 0;
  }
  .access_l h3 {
    margin-bottom: 1.333vw;
    font-size: 4vw;
  }
  .access_l dl dt {
    width: 23%;
    font-size: 3.2vw;
  }
  .access_l dl dd {
    width: 77%;
    font-size: 3.2vw;
  }
  .access_r {
    width: 100%;
    padding-left: 0;
  }
  .access_r iframe {
    height: 60.667vw;
  }
  /*-----------------------------------------------------
    sec#Contact
  ------------------------------------------------------*/
  #contact {
    padding: 18.933vw 0 15.333vw;
  }
  #contact .wrap h2.title_h1 {
    margin-bottom: 11.733vw;
  }
}


