@charset "UTF-8";
/*
@font-face {
  font-family: 'icomoon';
  src: url("../../../shared/fonts/icomoon.eot?joyjs3");
  src: url("../../../shared/fonts/icomoon.eot?joyjs3#iefix") format("embedded-opentype"), url("../../../shared/fonts/icomoon.ttf?joyjs3") format("truetype"), url("../../../shared/fonts/icomoon.woff?joyjs3") format("woff"), url("../../../shared/fonts/icomoon.svg?joyjs3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/* CSS showroomArea Common */
#showroomArea {
  margin-bottom: 40px;
}

.showroomLayout th, .showroomLayout td, .showroomLayout h1, .showroomLayout h2, .showroomLayout h3, .showroomLayout h4, .showroomLayout h5, .showroomLayout h6 {
  line-height: 1.6;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.showroomLayout dl {
  margin-bottom: 0;
  margin-top: 0;
}

.showroomLayout main {
  overflow: visible;
}

.showroomLayout p {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .showroomLayout .sp_none {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .showroomLayout .pc_none {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 10px 0 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  /*height: 100%;*/
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}*/

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  height: 80px;
  width: 40px;
  z-index: +1;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #999;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  border-radius: 0 10px 10px 0;
  left: 24%;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 24%;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  border-radius: 10px 0 0 10px;
  right: 24%;
}
[dir="rtl"] .slick-next {
  left: 24%;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
@media screen and (max-width: 1169px) {
  .slick-prev {
    left: 10%;
  }
  [dir="rtl"] .slick-prev {
    right: 10%;
  }
  .slick-next {
    right: 10%;
  }
  [dir="rtl"] .slick-next {
    left: 10%;
  }
}
@media screen and (max-width: 991px) {
  .slick-prev {
    left: 0%;
  }
  [dir="rtl"] .slick-prev {
    right: 0%;
  }
  .slick-next {
    right: 0%;
  }
  [dir="rtl"] .slick-next {
    left: 0%;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  /*position: absolute;
  bottom: 25px;*/
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  /*margin: 0;*/
	margin: 10px auto;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

#showroomContents .showroom--campaignbanner{
	padding:40px 0 60px;
	margin-left:2%;
	margin-right:2%;
	text-align:center;
}
#showroomContents .showroom--campaignbanner a{
	display:inline-block;
	border:2px solid #FFF;
}
#showroomContents .showroom--campaignbanner a:hover,
#showroomContents .showroom--campaignbanner a:focus{
	border:2px solid #e079a6;
}
@media screen and (max-width: 991px) {
	#showroomContents .showroom--campaignbanner{
		padding:30px 0 30px;
	}
	#showroomContents .showroom--campaignbanner a:hover,
	#showroomContents .showroom--campaignbanner a:focus{
		border:2px solid #FFF;
	}
}

@media screen and (max-width: 991px) {
	#showroomContents a.tel{
		text-decoration:underline;
	}
}
#showroomContents .showroom--about--title, #showroomContents .showroom--floor--title, #showroomContents .showroom--route--title, #showroomContents .showroom--simulate--contents--title {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--about--title, #showroomContents .showroom--floor--title, #showroomContents .showroom--route--title, #showroomContents .showroom--simulate--contents--title {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--about--title, #showroomContents .showroom--floor--title, #showroomContents .showroom--route--title, #showroomContents .showroom--simulate--contents--title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
#showroomContents .showroom--about--title:before, #showroomContents .showroom--floor--title:before, #showroomContents .showroom--route--title:before, #showroomContents .showroom--simulate--contents--title:before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  height: 2px;
  background: #e0e0e0;
  content: "";
}
#showroomContents .showroom--about--title:after, #showroomContents .showroom--floor--title:after, #showroomContents .showroom--route--title:after, #showroomContents .showroom--simulate--contents--title:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 44px;
  height: 2px;
  background: #b3a220;
  content: "";
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--about--title:after, #showroomContents .showroom--floor--title:after, #showroomContents .showroom--route--title:after, #showroomContents .showroom--simulate--contents--title:after {
    width: 70px;
  }
}

#showroomContents .showroom--about--list, #showroomContents .showroom--floor--list {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--about--list, #showroomContents .showroom--floor--list {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--about--list, #showroomContents .showroom--floor--list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--about--list > dt, #showroomContents .showroom--floor--list > dt,
  #showroomContents .showroom--about--list > dd,
  #showroomContents .showroom--floor--list > dd {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--about--list > dt, #showroomContents .showroom--floor--list > dt,
  #showroomContents .showroom--about--list > dd,
  #showroomContents .showroom--floor--list > dd {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--about--list > dt, #showroomContents .showroom--floor--list > dt {
    padding-left: 0;
    font-weight: normal;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--about--list > dd, #showroomContents .showroom--floor--list > dd {
    padding-bottom: 10px;
  }
}
#showroomContents .showroom--about--list > dd .showroom--about--indent{
  text-indent:-1em;
	padding-left:1em;
	margin-top:10px;
}
#showroomContents .showroom--about--list > dd .showroom--about--indent .showroom--about--indentBold{
  text-indent:0;
	padding-top:5px;
	display:inline-block;
	font-weight:bold;
}
#showroomContents .showroom--about--list > dd .showroom--about--indent a i{
	padding-left:1em;
}

/*#showroomContents .showroom--btn--business_day, */#showroomContents .showroom--about--map--btn, #showroomContents .showroom--all_menu--btn_primary, #showroomContents .showroom--all_menu--btn_secondary {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px 0;
  background: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  /*#showroomContents .showroom--btn--business_day, */#showroomContents .showroom--about--map--btn, #showroomContents .showroom--all_menu--btn_primary, #showroomContents .showroom--all_menu--btn_secondary {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  /*#showroomContents .showroom--btn--business_day, */#showroomContents .showroom--about--map--btn, #showroomContents .showroom--all_menu--btn_primary, #showroomContents .showroom--all_menu--btn_secondary {
    border-radius: 5px;
    padding: 19px 0;
    font-size: 16px;
  }
}
/*#showroomContents .showroom--btn--business_day:after, */#showroomContents .showroom--about--map--btn:after, #showroomContents .showroom--all_menu--btn_primary:after, #showroomContents .showroom--all_menu--btn_secondary:after {
  display: inline-block;
  margin-left: 8px;
  font-family: 'FontAwesome';
  content: "\f105";
}
@media screen and (min-width: 992px) {
  /*#showroomContents .showroom--btn--business_day:hover, */#showroomContents .showroom--about--map--btn:hover, #showroomContents .showroom--all_menu--btn_primary:hover, #showroomContents .showroom--all_menu--btn_secondary:hover {
    background: #e0e0e0;
    text-decoration: none;
  }
}

#showroomContents .showroom--btn--reservation, #showroomContents .showroom--route--btn, #showroomContents .showroom--egts--btn {
  display: block;
  border: 1px solid #093560;
  border-radius: 2px;
  padding: 10px 0;
  background: #093560;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--btn--reservation, #showroomContents .showroom--route--btn {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--btn--reservation, #showroomContents .showroom--route--btn {
    border-radius: 5px;
    padding: 19px 0;
    font-size: 16px;
  }
}
#showroomContents .showroom--btn--reservation:after, #showroomContents .showroom--route--btn:after {
  display: inline-block;
  margin-left: 8px;
  font-family: 'FontAwesome';
  content: "\f105";
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--btn--reservation:hover, #showroomContents .showroom--route--btn:hover {
    background: #fff;
    color: #093560;
    text-decoration: none;
  }
}

#showroomContents .showroom--btn--reservation {
  border-color: #bea85c;
  background: #bea85c;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--btn--reservation:hover {
    color: #bea85c;
  }
}
#showroomContents .showroom--egts--btn {
  border-color: #E079A6;
  background: #E079A6;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--egts--btn:hover {
    background: #fff;
    color: #E079A6;
    text-decoration: none;
  }
}
#showroomContents .showroom--egts--btn:after{
	display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f2d2";
}

#showroomContents .showroom--about--map--link, #showroomContents .showroom--simulate--consul--flow--link {
  display: inline-block;
  margin-bottom: 30px;
  color: #d93981;
}
#showroomContents .showroom--about--map--link:after, #showroomContents .showroom--simulate--consul--flow--link:after {
  display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f2d2";
}

@media screen and (max-width: 1023px) {
  #showroomContents {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  #showroomContents {
    font-size: 11px;
  }
}
#showroomContents img {
  max-width: 100%;
}
#showroomContents .pink {
  color: #D93981;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--container {
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--container + .showroom--container {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--container + .showroom--container {
    margin-top: 50px;
  }
}
#showroomContents .showroom--title {
  margin: 30px 0 25px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--title {
    margin: 60px 0 50px;
    font-size: 28px;
    line-height: 1.5;
  }
}
#showroomContents .showroom--txt--application {
  color: #bea85c;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--txt--application {
    margin-bottom: 15px;
	text-align: left;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--txt--application {
    margin: 0 0 30px;
    font-size: 16px;
  }
}
#showroomContents .showroom--txt--application--sub {
  color: #093560;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--txt--application--sub {
    margin-bottom: 15px;
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--txt--application--sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--btn--reservation {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--btn--reservation {
		width:80%;
    margin:0 auto;
  }
}
#showroomContents .showroom--calendar--link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #bea85c;
  text-align:center;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
	#showroomContents .showroom--calendar--link {
		margin-top: 0;
	}
}
#showroomContents .showroom--calendar--link:after {
  display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f2d2";
}

#showroomContents .showroom--list--number_list {
  counter-reset: num;
}
#showroomContents .showroom--list--number_list > li:before {
  display: inline-block;
  counter-increment: num;
  content: counter(num) ".";
}
#showroomContents .showroom--leadblock {
  /*margin-bottom: 30px;*/
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--leadblock {
    /*margin-bottom: 60px;*/
  }
}
/*#showroomContents .showroom--leadblock + .showroom--simulate--contents {
  margin-top: -30px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--leadblock + .showroom--simulate--contents {
    margin-top: -60px;
  }
}*/
#showroomContents .showroom--leadblock--title {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #bea85c;
/*  background: url(../img/common/bg_texture_pink.jpg);*/
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--leadblock--title {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 24px;
  }
}
#showroomContents .showroom--leadblock--title strong {
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--leadblock--title strong {
    font-size: 34px;
  }
}
#showroomContents .showroom--leadblock--visual_list img {
  width: 100%;
}
#showroomContents .showroom--leadblock--visual_list--carousel {
  width: 68%;
  margin:0 auto 48px;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--leadblock--visual_list--carousel {
    display: none;
  }
}
#showroomContents .showroom--leadblock--visual_list--carousel li {
  border: 1px solid #ccc;
  margin-right: 10px;
}
#showroomContents .showroom--leadblock--visual_list--carousel li:last-child {
  margin-right: 0;
}
#showroomContents .showroom--leadblock--visual_list--carousel li.slick-current, #showroomContents .showroom--leadblock--visual_list--carousel li:hover, #showroomContents .showroom--leadblock--visual_list--carousel li:focus {
  position: relative;
  cursor: pointer;
}
#showroomContents .showroom--leadblock--visual_list--carousel li.slick-current:before, #showroomContents .showroom--leadblock--visual_list--carousel li:hover:before, #showroomContents .showroom--leadblock--visual_list--carousel li:focus:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid #e079a6;
  content: "";
}
#showroomContents .showroom--leadblock--visual_list--carousel li.slick-current:after {
  position: absolute;
  bottom: calc(100% + 1px);
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -4px;
  border-right: 4px transparent solid;
  border-bottom: 5px #e079a6 solid;
  border-left: 4px transparent solid;
  content: "";
}
#showroomContents .showroom--leadblock--visual_thumb_list {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--leadblock--visual_thumb_list {
    margin-bottom: 60px;
  }
}
#showroomContents .showroom--leadblock--lead {
  color: #666;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--leadblock--lead {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--leadblock--lead {
    margin-bottom: 48px;
    font-size: 16px;
  }
}
#showroomContents .showroom--about {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../img/common/bg_texture_lightgray.jpg);
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--about {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#showroomContents .showroom--about--list .icon {
  width: 47px;
}
#showroomContents .showroom--about--map {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 80%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
#showroomContents .showroom--about--map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--about--map--btn {
    margin-bottom: 15px;
  }
}

/****** Clone Calendar ***********/
#showroomContents #showroom--about--today{
	margin:10px 0 5px;
}
#showroomContents .ui-datepicker {
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 100%;
  max-width: 170px;
}
#showroomContents .ui-datepicker td {
  border: 0;
  padding: 0;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#showroomContents .ui-datepicker td.ui-datepicker-other-month {
  background-color: #ffffff;
  opacity: 1;
}
#showroomContents .ui-datepicker td.ui-datepicker-unselectable {
  opacity: 1;
}
#showroomContents .ui-datepicker td.ui-datepicker-unselectable .ui-state-default {
  color: #ffffff;
  background-color: #ff3c6c;
}
#showroomContents .ui-datepicker td.both-holiday {
  opacity: 1;
}
#showroomContents .ui-datepicker td.both-holiday .ui-state-default {
  color: #ffffff;
  background-color: #ff3c6c;
}
#showroomContents .ui-datepicker td.normal-holiday {
  opacity: 1;
}
#showroomContents .ui-datepicker td.normal-holiday .ui-state-default {
  color: #ffffff;
  background-color: #70accb;
}
#showroomContents .ui-datepicker td.express-holiday {
  opacity: 1;
}
#showroomContents .ui-datepicker td.express-holiday .ui-state-default {
  color: #ffffff;
  background-color: #ff813c;
}
#showroomContents .ui-datepicker td:last-child {
  border-right: 1px solid #000000;
}
#showroomContents .ui-datepicker td span,
#showroomContents .ui-datepicker td a {
  padding: 0;
  line-height: 19px;
  height: 19px;
  font-size: 10px;
}
#showroomContents .ui-datepicker th {
  background-color: #eaeaea;
  border: 1px solid #000000;
  border-right: 0;
  color: #666666;
  padding: 0;
  text-align: center;
  height: 19px;
  line-height: 19px;
  font-size: 10px;
}
#showroomContents .ui-datepicker th:last-child {
  border-right: 1px solid #000000;
}
#showroomContents .ui-datepicker-header {
  display: none;
}
#showroomContents .ui-state-default {
  color: #666666;
  background-color: #ffffff;
  cursor: default;
}
#showroomContents .holiday-color {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #ff3c6c;
  position: relative;
  top: 1px;
  margin-right: 5px;
  left: 0;
}
#showroomContents .normal-holiday-color {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #70accb;
  position: relative;
  top: 1px;
  margin-right: 5px;
  left: 0;
}
#showroomContents .express-holiday-color {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #ff813c;
  position: relative;
  top: 1px;
  margin-right: 5px;
  left: 0;
}

#showroomContents .showroom--floor {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--floor {
    margin-bottom: 60px;
  }
}
#showroomContents .showroom--floor--subtitle {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--floor--subtitle {
    font-size: 16px;
  }
}
#showroomContents .showroom--floor--subtitle span {
  margin-left: 1em;
  font-weight: normal;
}
#showroomContents .showroom--floor--lead {
  position: relative;
  background: #bea85c;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--floor--lead {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 14px;
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--floor--lead {
    margin-bottom: 40px;
    padding: 16px 0;
    font-size: 22px;
  }
}
#showroomContents .showroom--floor--lead:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #bea85c;
  border-bottom: 0;
  content: "";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#showroomContents .showroom--guide--head {
  position: relative;
  color: #bea85c;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #bea85c;
  border-bottom: 2px solid #bea85c;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--guide--head {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 18px;
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--guide--head {
    margin-bottom: 40px;
    padding: 16px 0;
    font-size: 24px;
  }
}
#showroomContents .showroom--guide--head span {
  color: #666;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--guide--head span {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--guide--head span {
    font-size: 15px;
  }
}
#showroomContents .showroom--guide--head:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #bea85c;
  border-bottom: 0;
  content: "";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#showroomContents .showroom--floor--service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
	#showroomContents .showroom--floor--service {
		padding-bottom:25px;
	}
}
#showroomContents .showroom--floor--service > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 6px;
  padding: 10px;
  width: 49%;
  min-height: 24px;
  background: #EDC0D4;
  color: #333333;
  font-size: 11px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--floor--service > li {
    width: 24.25%;
    min-height: 56px;
    margin-right: 1%;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--floor--service > li:nth-child(even) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--floor--service > li:nth-child(4n) {
    margin-right: 0;
  }
}
#showroomContents .showroom--floor--list--visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--floor--list--visual {
    margin-bottom: 18px;
  }
}
#showroomContents .showroom--floor--list--visual > li {
  margin-right: 2%;
  margin-bottom: 15px;
  width: 49%;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--floor--list--visual > li {
    width: 32%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--floor--list--visual > li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--floor--list--visual > li:nth-child(3n) {
    margin-right: 0;
  }
}
#showroomContents .showroom--floor--list--visual > li .thumb {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--floor--list--visual > li .thumb {
    margin-bottom: 15px;
  }
}
#showroomContents .showroom--floor--list--visual > li .thumb img {
  width: 100%;
}
#showroomContents .showroom--route {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route {
    margin-bottom: 60px;
  }
}
#showroomContents .showroom--route:nth-of-type(even) {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../img/common/bg_texture_lightgray.jpg);
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route:nth-of-type(even) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#showroomContents .showroom--route--title span {
  display: inline-block;
  margin-right: 1em;
  color: #d93981;
}
#showroomContents .showroom--route--list {
  counter-reset: num;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#showroomContents .showroom--route--list > li {
  background: #f5f5f5;
  margin-bottom: 14px;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--route--list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route--list > li {
    width: calc(100% / 5 - 13.2px);
    margin-right: 14px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route--list > li:nth-child(5n) {
    margin-right: 0;
  }
}
#showroomContents .showroom--route--list > li:last-child .thumb:after {
  display: none;
}
#showroomContents .showroom--route--list > li.ellipsis {
  padding: 10px;
  background: #f0d4e0;
  color: #d93981;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route--list > li.ellipsis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
}
#showroomContents .showroom--route--list > li.ellipsis em {
  font-style: normal;
  font-weight: bold;
}
#showroomContents .showroom--route--list > li .thumb {
  position: relative;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--route--list > li .thumb {
    width: 50%;
  }
}
#showroomContents .showroom--route--list > li .thumb:after {
  display: inline-block;
  position: absolute;
  border: 10px solid transparent;
  content: "";
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--route--list > li .thumb:after {
    left: 50%;
    bottom: -10px;
    border-top: 10px solid #EDC0D4;
    border-bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route--list > li .thumb:after {
    top: 50%;
    right: -10px;
    border-left: 10px solid #EDC0D4;
    border-right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route--list > li .thumb img {
    width: 100%;
  }
}
#showroomContents .showroom--route--list > li .txt {
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--route--list > li .txt {
    padding: 10px;
    width: 50%;
  }
}
#showroomContents .showroom--route--list > li .txt:before {
  display: inline-block;
  margin-right: .25em;
  width: 20px;
  background: #b3a220;
  color: #fff;
  font-weight: bold;
  text-align: center;
  counter-increment: num;
  content: counter(num);
}
#showroomContents .showroom--route--btn {
  border-color: #E079A6;
  background: #E079A6;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route--btn:hover {
    color: #E079A6;
  }
}
#showroomContents .showroom--simulate--nav {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../img/common/bg_texture_lightblue.jpg);
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--nav {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#showroomContents .showroom--simulate--nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#showroomContents .showroom--simulate--nav--list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px 20px 10px 10px;
  width: calc(50% - 7.5px);
  min-height: 62px;
  background: #fff;
  color: #70accb;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--nav--list > a {
    margin-right: 12px;
    margin-bottom: 12px;
    width: calc(16.6% - 10px);
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--nav--list > a:hover {
    border: 1px solid #fff;
    background: #70accb;
    color: #fff;
    text-decoration: none;
  }
}
#showroomContents .showroom--simulate--nav--list > a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'FontAwesome';
  content: "\f107";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--simulate--nav--list > a:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--nav--list > a:nth-of-type(6n) {
    margin-right: 0;
  }
}
#showroomContents .showroom--simulate--nav--caution {
  color: #fff;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--nav--caution {
    font-size: 12px;
  }
}
#showroomContents .showroom--simulate--contents {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#showroomContents .showroom--simulate--contents.even {
  background: url(../img/common/bg_texture_lightgray.jpg);
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--contents--wrap_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--contents--wrap_txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    width: calc(98% / 3);
  }
}
#showroomContents .showroom--simulate--contents--txt {
  margin-bottom: 1em;
}
#showroomContents .showroom--simulate--contents--visual_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--contents--visual_list {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc(98% / 3 * 2);
  }
}
#showroomContents .showroom--simulate--contents--visual_list .thumb {
  margin-bottom: 15px;
  width: 49%;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--contents--visual_list .thumb {
    margin-bottom: 30px;
  }
}
#showroomContents .showroom--simulate--contents + .showroom--container {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--contents + .showroom--container {
    margin-top: 60px;
  }
}
#showroomContents .showroom--simulate--consul {
  margin-bottom: 15px;
  padding: 10px;
  background: #f5f5f5;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--consul {
    margin-bottom: 30px;
    padding: 20px;
  }
}
#showroomContents .showroom--simulate--consul--leadblock {
  margin-bottom: 15px;
  padding: 10px;
  background: #f5f5f5;
  font-size: 0;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--consul--leadblock {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px;
  }
}
#showroomContents .showroom--simulate--consul--leadblock--visual {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--simulate--consul--leadblock--visual {
    margin-bottom: 15px;
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--consul--leadblock--visual {
    float: left;
    width: 20%;
  }
}
#showroomContents .showroom--simulate--consul--leadblock--lead {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  margin-left: 2%;
  width: 49%;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--consul--leadblock--lead {
    margin-bottom: 30px;
    width: 78%;
    font-size: 16px;
  }
}
#showroomContents .showroom--simulate--consul--leadblock--txt {
  font-size: 11px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--consul--leadblock--txt {
    display: inline-block;
    margin-left: 2%;
    width: 78%;
    font-size: 14px;
  }
}
#showroomContents .showroom--simulate--consul--title {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--consul--title {
    font-size: 16px;
  }
}
#showroomContents .showroom--simulate--consul--txt + * {
  margin-top: 1em;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--consul--wrap_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--consul--wrap_col2--contents {
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--consul--wrap_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--simulate--consul--wrap_col3--contents {
    margin-right: 2%;
    width: 32%;
  }
}
#showroomContents .showroom--simulate--consul--wrap_col3--contents:nth-of-type(3n) {
  margin-right: 0;
}
#showroomContents .showroom--simulate--consul--thumb {
  margin-bottom: 15px;
}
#showroomContents .showroom--simulate--consul--flow--list {
  margin-bottom: 15px;
  counter-reset: num;
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--simulate--consul--flow--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#showroomContents .showroom--simulate--consul--flow--list > li {
  position: relative;
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--simulate--consul--flow--list > li {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--simulate--consul--flow--list > li {
    margin-bottom: 15px;
    width: calc(100% / 6);
    height: 64px;
  }
}
#showroomContents .showroom--simulate--consul--flow--list > li:first-child:after {
  display: none;
}
#showroomContents .showroom--simulate--consul--flow--list > li:nth-child(odd) {
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--simulate--consul--flow--list > li:nth-child(odd):after {
    border-top-color: #e6e6e6;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--simulate--consul--flow--list > li:nth-child(odd):after {
    border-left-color: #e6e6e6;
  }
}
#showroomContents .showroom--simulate--consul--flow--list > li:nth-child(even) {
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--simulate--consul--flow--list > li:nth-child(even):after {
    border-top-color: #f5f5f5;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--simulate--consul--flow--list > li:nth-child(even):after {
    border-left-color: #f5f5f5;
  }
}
#showroomContents .showroom--simulate--consul--flow--list > li:last-child {
  background: #ff3c6c;
  color: #fff;
  font-weight: bold;
}
#showroomContents .showroom--simulate--consul--flow--list > li:last-child span:before {
  display: none;
}
#showroomContents .showroom--simulate--consul--flow--list > li:after {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--simulate--consul--flow--list > li:after {
    top: 0;
    left: 50%;
    border: 32px solid transparent;
    border-top: 7px solid #000;
    border-bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--simulate--consul--flow--list > li:after {
    top: 0;
    left: 0;
    border: 32px solid transparent;
    border-left: 18px solid #000;
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--simulate--consul--flow--list > li span {
    display: block;
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--simulate--consul--flow--list > li span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
#showroomContents .showroom--simulate--consul--flow--list > li span:before {
  display: block;
  color: #ff3c6c;
  font-weight: bold;
  counter-increment: num;
  content: "STEP" counter(num);
}
#showroomContents .showroom--all_menu {
  padding: 30px 0;
  background: url(../img/common/eg_showroom_menu.jpg) top center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--all_menu {
    padding: 60px 0;
  }
}
#showroomContents .showroom--all_menu--title {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-bottom: 30px;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--all_menu--title {
    border-width: 2px;
    margin-bottom: 60px;
    padding: 30px 0;
    font-size: 26px;
  }
}
#showroomContents .showroom--all_menu--primary {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--all_menu--primary {
    margin-bottom: 60px;
  }
}
#showroomContents .showroom--all_menu--secondary.link .showroom--all_menu--btn_secondary:after {
  content: "\f105";
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--all_menu--btn_primary {
    margin-bottom: 15px;
  }
}
#showroomContents .showroom--all_menu--btn_secondary {
  position: relative;
  margin-bottom: 15px;
  padding-left: 56px;
  color: #bea85c;
  text-align: left;
}
#showroomContents .showroom--all_menu--btn_secondary span {
  display: block;
  color: #333;
  font-size: 12px;
}
#showroomContents .showroom--all_menu--btn_secondary:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  color: #bea85c;
  font-family: 'FontAwesome';
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#showroomContents .showroom--all_menu--btn_secondary:after {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #bea85c;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\f107";
}
#showroomContents .showroom--all_menu--btn_secondary.showroom:before {
  content: "\f1ad";
}
#showroomContents .showroom--all_menu--btn_secondary.bgstore:before {
  content: "\f1b3";
}
#showroomContents .showroom--all_menu--btn_secondary.consul:before {
  content: "\f108";
}
#showroomContents .showroom--all_menu--btn_secondary.equipment:before {
  content: "\f046";
}
#showroomContents .showroom--all_menu--btn_secondary.step:before {
  content: "\f007";
}

/*------- eg ----------*/
#showroomContents .showroom--egts {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../img/common/bg_texture_lightgray.jpg);
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--egts {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#showroomContents .showroom--egts p{
	margin-bottom:20px;
}
#showroomContents .showroom--egts p span a{
 color: #fff;
 background: #bea85c;
 display: inline-block;
 margin-top: 10px;
 padding: 10px 15px;
 transition: all .3s ease-in-out;
 border-radius:5px;
}
#showroomContents .showroom--egts p span a:hover{
 text-decoration: none;
 opacity: 0.7;
}
#showroomContents .showroom--egts p span a::after {
 display: inline-block;
 margin-left: .5em;
 font-family: 'FontAwesome';
 content: "\f2d2";
 font-weight: 100;
}
#showroomContents .showroom--egts p img{
	max-width: /*345px*/100%;
}
#showroomContents .showroom--egts p strong{
	color:#bea85c;
}

/*------- 主な取扱いメーカー・ブランド ----------*/

#showroomContents .shibuya--concept,
#showroomContents #express--service {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../img/common/bg_texture_lightgray.jpg);
}
@media screen and (min-width: 992px) {
  #showroomContents .shibuya--concept,
	#showroomContents #express--service {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#showroomContents .shibuya--concept--title--wrap {
    border-top: 2px solid #fa3b87;
    border-bottom: 2px solid #fa3b87;
    overflow: hidden;
    margin-bottom: 30px;
  }

#showroomContents .shibuya--concept--title--wrap h2 {
    font-size: 36px;
    padding: 20px;
    margin: 2px auto;
    font-family: 'Yu Mincho Demibold','YuMincho Demibold','YuMincho Medium', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    color: #fa3b87;
    background: #fff;
    border-top: 1px solid #fa3b87;
    border-bottom: 1px solid #fa3b87;
}

@media screen and (max-width: 991px) {
  #showroomContents .shibuya--concept .shibuya--concept--title--wrap h2 {
    font-size:20px;
  }
}

#showroomContents  .shibuya--brand{
  display: flex;
flex-wrap: wrap;
display: -webkit-flex;
-webkit-flex-wrap: wrap;
background: #fff;
}


#showroomContents .shibuya--brand li{
  width: calc(100% / 6 - 2.5%);
  text-align: center;
  margin: 10px 1.25%;
}

#showroomContents .shibuya--brand li img{
	-webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
	#showroomContents .shibuya--brand li{
		width:calc(100% / 3 - 2.5%);
		margin:8px 1.25%;
	}
}

/*------- Q & A ----------*/

#showroomContents #showroom--faq dl dt{
	font-size:20px;
	padding:20px 24px 20px 15px;
	border-bottom:1px solid #e0e0e0;
	cursor:pointer;
	color:#333;
	position:relative;
	display:flex;
}
#showroomContents #showroom--faq dl dt::after{
	position:absolute;
	right:10px;
	top:50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
  display: block;
  margin-left: .5em;
	color:#bea85c;
  font-family: 'FontAwesome';
  content: "\f055";
}
#showroomContents #showroom--faq dl dt span{
	font-size:24px;
	color:#bea85c;
	margin-right:10px;
	display:inline;
}
#showroomContents #showroom--faq dl dt.active{
	color:#fff;
	background:#bea85c;
  border-bottom:none;
}
#showroomContents #showroom--faq dl dt.active *{
	color:#fff;
}
#showroomContents #showroom--faq dl dt.active::after{
	color:#fff;
  content: "\f056";
}
#showroomContents #showroom--faq dl dd{
	display:none;
	padding:20px 15px;
}
#showroomContents #showroom--faq dl dd p{
	font-size:15px;
	margin-bottom:20px;
}
#showroomContents #showroom--faq dl dd .faq--contents{
	padding:25px;
	margin-bottom:20px;
	border:1px solid #e0e0e0;
	background:#fff;
}
@media screen and (max-width: 767px){
	#showroomContents #showroom--faq dl dt,
	#showroomContents #showroom--faq dl dd p{
		font-size:14px;
	}
	#showroomContents #showroom--faq dl dt span{
		font-size:18px;
	}
	#showroomContents #showroom--faq dl dd{
		padding:20px 10px;
	}
}

/*-------  cp area　-----*/

#showroomContents .showroom--cp--area{
	margin: 50px auto;
	max-width: 1170px;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 767px){
#showroomContents .showroom--cp--area{
	margin: 30px auto;
	width: 100%;
}
}


/*----- 注釈　-----*/
#showroomContents .notes{
	border:2px solid #ff3c6c;
	color:#ff3c6c;
	margin:20px auto;
	text-align:center;
	padding:15px;
	max-width: 1170px;
	width: 100%;
}

@media screen and (max-width: 767px){
#showroomContents .notes{
	width: 90%;
}
}
