@charset "UTF-8";
/* CSS showroomArea Common */
#showroomArea {
  margin-bottom: 40px;
}
#showroomArea img{
	height:auto;
}
.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;
  }
}

.showroomLayout .showroom--txtlink,
.showroomLayout .showroom--txtlink--blank{
  display: inline-block;
  color: #3d9ed1;
	text-align:center;
}
.showroomLayout .showroom--txtlink:after {
  display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f105";
}
.showroomLayout .showroom--txtlink--blank:after {
  display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f2d2";
}

/* 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)";
}

@media screen and (max-width: 991px) {
	#showroomContents a.tel{
		text-decoration:underline;
	}
}

#showroomContents .showroom--navi{
	margin-bottom:60px;
}
#showroomContents .showroom--navi ul{
	display:flex;
	flex-wrap: wrap;
}
#showroomContents .showroom--navi ul li{
	padding-left:0;
	padding-right:0;
	text-align:center;
	border-left:1px solid #ddd;
	position:relative;
}
#showroomContents .showroom--navi ul li:last-child{
	border-right:1px solid #ddd;
}
#showroomContents .showroom--navi ul li a{
	font-size:16px;
	padding:10px 0 20px;
	color:#333;
	width:100%;
	height:100%;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
#showroomContents .showroom--navi ul li::after{
	display: block;
	position: absolute;
	left:50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-trasform: translateX(-50%);
	font-family:"FontAwesome";
	content:"\f078";
}
@media screen and (max-width: 991px){
	#showroomContents .showroom--navi{
		margin-left:10px;
		margin-right:10px;
	}	
	#showroomContents .showroom--navi ul li a{
		font-size:13px;
	}
	#showroomContents .showroom--navi ul li a span{
		margin-left:2px;
	}
}
@media screen and (max-width: 767px){
	#showroomContents .showroom--navi{
		border:1px solid #ddd;
	}
	#showroomContents .showroom--navi .showroom--container{
		padding-left:0;
		padding-right:0;
	}
	#showroomContents .showroom--navi ul li{
		border:1px solid #ddd;
	}
	#showroomContents .showroom--navi ul li a{
		font-size:12px;
		padding:15px 15px 15px 10px;
		text-align:left;
	}
	#showroomContents .showroom--navi ul li::after{
		left:auto;
		right:5px;
		bottom:auto;
		top:50%;
		transform: translate(0, -50%);
		-webkit-trasform: translate(0, -50%);
	}
}

#showroomContents .showroom--about--title, #showroomContents .showroom--floor--title, #showroomContents .showroom--service--title, #showroomContents .showroom--concierge--lead--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--service--title, #showroomContents .showroom--concierge--lead--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--service--title, #showroomContents .showroom--concierge--lead--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--service--title:before, #showroomContents .showroom--concierge--lead--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--service--title:after, #showroomContents .showroom--concierge--lead--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: #3d9ed1;
  content: "";
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--about--title:after, #showroomContents .showroom--floor--title:after, #showroomContents .showroom--service--title:after, #showroomContents .showroom--concierge--lead--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: 13px;
  }
}
@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--route--btn, #showroomContents .showroom--btn--reservation, #showroomContents .showroom--concierge--lead--link {
  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--route--btn, #showroomContents .showroom--btn--reservation, #showroomContents .showroom--concierge--lead--link {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route--btn, #showroomContents .showroom--btn--reservation, #showroomContents .showroom--concierge--lead--link {
    border-radius: 5px;
    padding: 19px 0;
    font-size: 16px;
  }
}
#showroomContents .showroom--route--btn:after, #showroomContents .showroom--btn--reservation:after, #showroomContents .showroom--concierge--lead--link:after {
  display: inline-block;
  margin-left: 8px;
  font-family: 'FontAwesome';
  content: "\f105";
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route--btn:hover, #showroomContents .showroom--btn--reservation:hover, #showroomContents .showroom--concierge--lead--link:hover {
    background: #fff;
    color: #093560;
    text-decoration: none;
  }
}

#showroomContents .showroom--route--btn {
  border-color: #3d9ed1;
  background: #3d9ed1;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--route--btn:hover {
    color: #3d9ed1;
  }
}

#showroomContents .showroom--about--map--link, #showroomContents .showroom--simulate--consul--flow--link {
  display: inline-block;
  margin-bottom: 30px;
  color: #3d9ed1;
}
#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: 13px;
  }
}
#showroomContents img {
  max-width: 100%;
}
@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: #093560;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--txt--application {
    margin-bottom: 15px;
  }
}
@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 .express--notreservation {
	font-size:20px;
  color: #d22730;
	text-align:center;
	font-weight:bold;
}
@media screen and (max-width: 991px) {
	#showroomContents .express--notreservation {
		font-size:15px;
		margin-bottom:20px;
	}
}
#showroomContents .showroom--calendar--link {
  display: inline-block;
  margin-top: 20px;
	margin-bottom: 15px;
  color: #3d9ed1;
	text-align:center;
}
@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: 15px 5px;
  background: url(../img/common/bg_texture_navy.jpg);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#showroomContents .express--leadblock--title {
  background: url(../img/common/bg_texture_express.jpg);
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--leadblock--title {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 28px;
  }
}
#showroomContents .express--leadblock--title span{
	font-size:15px;
	margin:10px;
	font-weight:bold;
	color:#d22730;
	padding:2px 50px;
	border:1px solid #d22730;
	background:#fff;
	display:inline-block;
}
@media screen and (max-width: 991px) {
	#showroomContents .express--leadblock--title span{
		font-size:13px;
		padding:2px 5px;
	}
}
#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 #3d9ed1;
  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 #3d9ed1 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: 13px;
}
@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: 60px;
	-webkit-backface-visibility: hidden;
}
#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;
  }
}

/****** ExpressStore 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: #3d9ed1;
}
#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;
	pointer-events: none;
}
#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: #3d9ed1;
  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--lead {
  position: relative;
  background: #f2f2f2;
  color: #093560;
  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;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--floor--lead {
    margin-bottom: 40px;
    padding: 16px 0;
    font-size: 20px;
  }
}
#showroomContents .showroom--floor--lead:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #f2f2f2;
  border-bottom: 0;
  content: "";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#showroomContents .showroom--floor--subtitle{
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
	text-align:center;
	color:#093560;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--floor--subtitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  #showroomContents .showroom--floor--visual {
    margin-bottom: 30px;
  }
}
#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--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 .showroom--service {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#showroomContents .showroom--service--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--service--subtitle {
    font-size: 16px;
  }
}
#showroomContents .showroom--service--subtitle span {
  margin-left: 1em;
  font-weight: normal;
  font-size:13px;
}
@media screen and (max-width: 767px) {
#showroomContents .showroom--service--subtitle span {
  font-size:10px;
}
}

#showroomContents .showroom--service--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#showroomContents .showroom--service--list > 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: 15px;
  padding: 10px;
  width: 49%;
  min-height: 24px;
  color: #333;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--service--list > li {
    width: 23.5%;
    min-height: 56px;
    margin-right: 2%;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--service--list > li:nth-child(even) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--service--list > li:nth-child(4n) {
    margin-right: 0;
  }
}
#showroomContents .showroom--service--list.yellow > li {
  background: #fbe9c3;
}
#showroomContents .showroom--service--list.yellow > li.inactive {
  background: #E1E1E1;
  color: #BBBBBB;
}
#showroomContents .showroom--service--list.pink > li {
  background: #fee0ed;
}
#showroomContents .showroom--service--list.pink > li.inactive {
  background: #E1E1E1;
  color: #BBBBBB;
}
#showroomContents .showroom--service--list.green > li {
  background: #d4ebd7;
}
#showroomContents .showroom--service--list.green > li.inactive {
  background: #E1E1E1;
  color: #BBBBBB;
}
#showroomContents .showroom--service--list.purple > li {
  background: #ebdbf3;
}
#showroomContents .showroom--service--list.purple > li.inactive {
  background: #E1E1E1;
  color: #BBBBBB;
}
#showroomContents .showroom--service--list.darkred > li {
  background: #edc0d4;
}
#showroomContents .showroom--service--list.darkred > li.inactive {
  background: #E1E1E1;
  color: #BBBBBB;
}
#showroomContents .showroom--service--list.lightblue > li {
  background: #c8e2f6;
}
#showroomContents .showroom--service--list.lightblue > li.inactive {
  background: #E1E1E1;
  color: #BBBBBB;
}
#showroomContents .showroom--concierge {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge {
    margin-bottom: 60px;
  }
}
#showroomContents .showroom--concierge--lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--lead {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--concierge--lead--visual {
    margin-bottom: 15px;
  }
}
#showroomContents .showroom--concierge--lead--txt01 {
  padding-bottom: 30px;
}
#showroomContents .showroom--concierge--lead--txt02 {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  padding-bottom: 30px;
}
#showroomContents .showroom--concierge--staff {
  margin-bottom: 30px;
  padding: 15px;
  background: #f5f5f5;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--staff {
    margin-bottom: 60px;
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--concierge--staff--about {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--concierge--staff--about .thumb {
    width: 48%;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--staff--about .thumb {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--concierge--staff--about .name {
    width: 48%;
  }
}
#showroomContents .showroom--concierge--staff--about .name em {
  font-style: normal;
  font-weight: bold;
}
#showroomContents .showroom--concierge--staff > li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--staff > li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#showroomContents .showroom--concierge--staff > li:last-child {
  border-bottom: 0;
  margin-bottom: auto;
  padding-bottom: 0;
}
#showroomContents .showroom--concierge--staff > li .ttl {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--staff > li .ttl {
    font-size: 16px;
  }
}
#showroomContents .express--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 .express--concept,
	#showroomContents #express--service {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#showroomContents .express--concept .express--concept--title--wrap{
	border-top:2px solid #d22730;
	border-bottom:2px solid #d22730;
	overflow:hidden;
	margin-bottom:30px;
}
#showroomContents .express--concept .express--concept--title--wrap h2{
	font-size:36px;
	padding:20px;
	margin:2px auto;
	text-align:center;
	color:#d22730;
	background:#fff;
	border-top:1px solid #d22730;
	border-bottom:1px solid #d22730;
}
@media screen and (max-width: 991px) {
  #showroomContents .express--concept .express--concept--title--wrap h2 {
    font-size:24px;
  }
}
#showroomContents .express--concept .express--about--wrap h3{
	font-size:28px;
	margin:30px auto 20px;
	color:#d22730;
	text-align:center;
	display:flex;
	align-items:center;
}
#showroomContents .express--concept .express--about--wrap h3::before,
#showroomContents .express--concept .express--about--wrap h3::after{
	width:50px;
	height:1px;
	flex-grow:1;
	content:'';
	background:#d22730;
}
#showroomContents .express--concept .express--about--wrap h3::before{margin-right:1rem;}
#showroomContents .express--concept .express--about--wrap h3::after{margin-left:1rem;}

#showroomContents .express--concept .express--about--wrap ul{
	margin-bottom:48px;
}
#showroomContents .express--concept .express--about--wrap ul li{
	margin-bottom:20px;
  text-align:center;
}
#showroomContents .express--concept .express--about--wrap ul .express--about--title{
	font-size:20px;
	padding:7px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background:url(../img/common/bg_texture_express.jpg);
}
@media screen and (max-width: 991px) {
	#showroomContents .express--concept .express--about--wrap h3{
		font-size:20px;
	}
	#showroomContents .express--concept .express--about--wrap ul .express--about--title{
		font-size:17px;
	}
}

#showroomContents .express--concept .express--check--navi{
	overflow:hidden;
	text-align:center;
}
#showroomContents .express--concept .express--check--navi li > p{
	font-size:20px;
	font-weight:bold;
	color:#333;
	margin-bottom:15px;
}
#showroomContents .express--concept .express--check--navi li .express--check--naviimg a{
	position:relative;
	text-align:center;
	width:218px;
	display:block;
	margin:0 auto;
}
#showroomContents .express--concept .express--check--navi li .express--check--naviimg a img{
	width:218px;
	border-radius:50%;
}
#showroomContents .express--concept .express--check--navi li .express--check--naviimg a p{
	font-size:36px;
	width:100%;
	line-height:1;
	color:#fff;
	font-weight:bold;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
	#showroomContents .express--concept .express--check--navi li{
		padding-left:5px;
		padding-right:5px;
	}
	#showroomContents .express--concept .express--check--navi li > p{
		font-size:15px;
	}
	#showroomContents .express--concept .express--check--navi li .express--check--naviimg a{
		width:100%;
		margin:0 2%;
	}
	#showroomContents .express--concept .express--check--navi li .express--check--naviimg a img{
		width:90%;
		border-radius:50%;
	}
	#showroomContents .express--concept .express--check--navi li .express--check--naviimg a p{
		font-size:22px;
	}
}
@media screen and (max-width: 767px) {
	#showroomContents .express--concept .express--check--navi li > p{
		font-size:11px;
		min-height:60px;
	}
	#showroomContents .express--concept .express--check--navi li .express--check--naviimg a img{
		width:100%;
	}
	#showroomContents .express--concept .express--check--navi li .express--check--naviimg a p{
		font-size:18px;
	}
}
#showroomContents .express--concept .express--check h3{
	font-size:36px;
	margin:30px auto 20px;
	color:#d22730;
	text-align:center;
	display:flex;
	align-items:center;
}
#showroomContents .express--concept .express--check h3::before,
#showroomContents .express--concept .express--check h3::after{
	width:50px;
	height:1px;
	flex-grow:1;
	content:'';
	background:#d22730;
}
#showroomContents .express--concept .express--check h3::before{margin-right:1rem;}
#showroomContents .express--concept .express--check h3::after{margin-left:1rem;}

#showroomContents .express--concept .express--check > p{
	font-size:16px;
	margin-bottom:20px;
}
#showroomContents .express--concept .express--check .express--check--img p{
	margin-bottom:20px;
	text-align:center;
}
@media screen and (max-width: 991px) {
	#showroomContents .express--concept .express--check h3{
		font-size:26px;
	}
}
@media screen and (max-width: 767px) {
	#showroomContents .express--concept .express--check h3{
		font-size:24px;
	}
	#showroomContents .express--concept .express--check > p{
		font-size:12px;
	}
}
#showroomContents .express--concept #express--brand--flug{
	margin-top:48px;
}
#showroomContents .express--concept .express--brand{
	display:flex;
	flex-wrap:wrap;
	display:-webkit-flex;
	-webkit-flex-wrap:wrap;
	background:#fff;
}
#showroomContents .express--concept .express--brand li{
	width:calc(16.666666666% - 2.5%);
	margin:10px 1.25%;
	text-align:center;
}
#showroomContents .express--concept .express--brand li img{
	-webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
	#showroomContents .express--concept .express--brand li{
		width:calc(33.33% - 2.5%);
		margin:8px 1.25%;
	}
}
#showroomContents #showroom--movie h3{
	font-size:28px;
	margin:30px auto 20px;
	color:#d22730;
	text-align:center;
	align-items:center;
}
@media screen and (max-width:767px){
	#showroomContents #showroom--movie h3{
		font-size:20px;
	}
}

#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:#3d9ed1;
  font-family: 'FontAwesome';
  content: "\f055";
}
#showroomContents #showroom--faq dl dt span{
	font-size:24px;
	color:#3d9ed1;
	margin-right:10px;
	display:inline;
}
#showroomContents #showroom--faq dl dt.active{
	color:#fff;
	background:#003366;
}
#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;
	}
}

#showroomContents #express--service .express--img{
	width:900px;
	margin:0 auto 25px;
}
#showroomContents #express--service #gotoExpressBnr{
	display:none;
	position:relative;
}
#showroomContents #express--service #gotoExpressBnr span{
	width:74px;
	position:absolute;
	right:20px;
	top:-20px;
}
#showroomContents #express--service #gotoExpressBnr a{
	font-size:18px;
	padding:12px;
	width:100%;
  text-align: center;
	font-weight:bold;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-color: #003366;
  border: 1px solid #003366;
  color: #fff;
	position:relative;
}
#showroomContents #express--service #gotoExpressBnr a:hover,
#showroomContents #express--service #gotoExpressBnr a:focus{
  opacity:0.7;
}
#showroomContents #express--service #gotoExpressBnr a::after{
	display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f105";
	postion:absolute;
	right:5px;
	top:50%;
}
@media screen and (max-width: 991px) {
	#showroomContents #express--service .express--img{
		width:100%;
		padding-left:15px;
		padding-right:15px;
		text-align:center;
		margin:0 auto 15px;
	}
	#showroomContents #express--service .express--img img{
		width:94%;
	}
}
@media screen and (max-width: 767px) {
	#showroomContents #express--service .express--img{
		padding-left:0;
		padding-right:0;
	}
	#showroomContents #express--service .express--img img{
		width:100%;
	}
	#showroomContents #express--service #gotoExpressBnr span{
		width:64px;
		position:absolute;
		right:2px;
		top:-10px;
	}
	#showroomContents #express--service #gotoExpressBnr a{
		font-size:14px;
		padding:12px 64px 12px 12px;
	}
	#showroomContents #express--service #gotoExpressBnr a br{
		display:inline-block;
	}
}

#showroomContents .showroom--framewrap{
	width:900px;
	margin:0 auto;
}
#showroomContents .showroom--framewrap .showroom--frameinner{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-top:10px;
	border:1px solid #ddd;
}
#showroomContents .showroom--framewrap .showroom--frameinner .showroom--frame{
	width:100%;
	height:100%;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}
#showroomContents .showroom--framewrap iframe{
	width:100%;
	height:100%;
	margin:0;
	position:absolute;
	left:0;
	top:0;
}
@media screen and (max-width:1023px){
	#showroomContents .showroom--framewrap{
		width:94%;
	}
}
@media screen and (max-width:767px){
	#showroomContents .showroom--framewrap{
		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: #003466;
}
#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: #d4e4ed;
  color: #036;
}
@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 #71accc;
    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 #71accc;
    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: #71accc;
  color: #fff;
  font-weight: bold;
  text-align: center;
  counter-increment: num;
  content: counter(num);
}
#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: #3d9ed1;
  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: #3d9ed1;
    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/bg_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: 60px;
  color: #036;
  text-align: left;
}
#showroomContents .showroom--all_menu--btn_secondary span {
  display: block;
  color: #3d9ed1;
  font-size: 12px;
}
#showroomContents .showroom--all_menu--btn_secondary:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  color: #3d9ed1;
  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: 15px;
  color: #3d9ed1;
  -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.step:before {
  content: "\f07a";
}

/******************************************************
Express coupon link
******************************************************/
#showroomContents .express--coupon-link{
	width:800px;
	position:relative;
	margin:0 auto 40px;
}
#showroomContents .express--coupon-link .deadline{
	top:-10px;
	left:10px;
	position:absolute;
	z-index:4;
}
#showroomContents .express--coupon-link a{
	position:relative;
	background:0 0;
	color:#333;
	display:flex;
	margin:0 auto;
}
#showroomContents .express--coupon-link a strong{
	font-size:32px;
	color:#d22730;
}
#showroomContents .express--coupon-link a::before,
#showroomContents .express--coupon-link a::after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
}
#showroomContents .express--coupon-link a::before{
	border:2px solid #333;
	top:0;
	left:0;
	z-index:2;
}
#showroomContents .express--coupon-link a::after{
	background:#edf378;
	top:4px;
	left:4px;
}
#showroomContents .express--coupon-link a span{
	font-size:24px;
	padding:25px 60px;
	line-height:1;
	font-weight:bold;
	position:relative;
	width:100%;
	text-align:center;
	z-index:3;
}
#showroomContents .express--coupon-link a span::after{
  font-size:26px;
	display:block;
  font-family:'FontAwesome';
  content:'\f103';
	position:absolute;
	right:10px;
	top:50%;
	transform: translate(-50%, -50%);
}
#showroomContents .express--coupon-link a:hover,
#showroomContents .express--coupon-link a:focus{
	text-decoration:none;
	opacity:0.7;
}
@media screen and (max-width: 991px) {
	#showroomContents .express--coupon-link{
		width:calc(100% - 30px);
		margin:0 15px 40px;
	}
	#showroomContents .express--coupon-link a strong{
		font-size:24px;
	}
	#showroomContents .express--coupon-link a span{
		font-size:18px;
	}
	#showroomContents .express--coupon-link a span::after{
		font-size:18px;
	}
}
@media screen and (max-width: 767px) {
	#showroomContents .express--coupon-link{
		width:calc(100% - 30px);
		margin:0 15px 40px;
	}
	#showroomContents .express--coupon-link .deadline{
		width:22vw;
		top:-25px;
		left:-10px;
		position:absolute;
		z-index:4;
	}
	#showroomContents .express--coupon-link a strong{
		font-size:20px;
	}
	#showroomContents .express--coupon-link a span{
		padding:20px 18%;
		line-height:1.3;
	}
}
/******************************************************
Express coupon
******************************************************/
#showroomContents #express--cp h2 span{
	background:linear-gradient(transparent 70%, #edf378 70%);
	display:inline;
}
#showroomContents #express--cp h3{
	font-size:20px;
	margin-bottom:30px;
	text-align:center;
}
#showroomContents #express--cp ul li img{
	border:1px solid #ccc;
	width:100%;
}
#showroomContents #express--cp ul li:not(:nth-child(3)) img{
	margin-bottom:30px;
}
#showroomContents #express--cp ul li .print-btn a{
	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 #express--cp ul li .print-btn a{
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents #express--cp ul li .print-btn a {
    border-radius: 5px;
    padding: 19px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
	#showroomContents #express--cp ul li:nth-child(3) img{
		margin-bottom:30px;
	}
}

/******************************************************
Express SNS instagram
******************************************************/
#showroom--sns{
	margin-bottom:40px;
}
#showroom--sns h3{
	margin:0;
	background:#F9F9F9;
	text-align:center;
	border:1px solid #ddd;
}
#showroom--sns img{
	max-width:100%;
	height:auto;
}
#showroom--sns h3 img{
	max-width:100%;
	height:auto;
}
#showroom--sns a:hover{
	opacity:0.7;
}
#showroom--sns .inner{
	margin:0;
	background:#fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#showroom--sns .inner ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}
#showroom--sns .inner ul li:first-child{
	width:64px;
	margin:0 3.424%;
	padding:4.26% 0;
}
#showroom--sns .inner ul li:nth-child(2) a{
	color: #ff3c6c;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px){
	#showroom--sns{
		display:flex;
		overflow:hidden;
	}
	#showroom--sns h3{
		width:45.263%;
	}
	#showroom--sns .inner{
		width:54.737%;
		vertical-align:middle;
		border-top:1px solid #ddd;
		border-left:none;
	}
}
@media screen and (min-width: 1176px){
	/*#showroom--sns{width:950px;}*/
	#showroom--sns .inner ul li:first-child{width:90px;}
}

/******************************************************
2025年5月12日～ 全ショールーム来場キャンペーン
******************************************************/
/*各ショールームページのボタン*/
.gotoCampaign a{
  font-size: 20px;
  max-width: 36%;
  padding: 5px 10px;
  margin: 0 auto 40px;
  background: #DB442F;
  background: linear-gradient(90deg,rgba(219, 68, 47, 1) 0%, rgba(252, 115, 69, 1) 100%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}
.gotoCampaign a .f80{
  font-size: 80%;
}
.gotoCampaign a .fyellow{
  font-weight: normal;
  color:#f7b928;
}
.gotoCampaign a::after{
  display: block;
  content:"\f13a";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top:50%;
  transform:translate(0, -50%);
}
.gotoCampaign a:hover, .gotoCampaign a:focus{
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width:1390px){
  .gotoCampaign a .gotoCampaignBr{
    display: none;
  }
}
@media screen and (min-width:1024px){
  .gotoCampaign a:hover{
    background: #DB442F;
    background: linear-gradient(90deg,rgba(217, 91, 73, 1) 0%, rgba(251, 140, 102, 1) 100%);
  }
}
@media screen and (max-width:950px){
  .gotoCampaign a{
    font-size: 18px;
    max-width: 90%;
  }
}
/*ショールームキャンペーンコンテンツ*/
#showroom--all_campaign .showroom--all_campaign--img1{
  margin-bottom: 30px;
  position: relative;
}
.expressContents #showroom--all_campaign .showroom--all_campaign--img1{
  margin-bottom: 50px;
}
#showroom--all_campaign .showroom--all_campaign--img1 .showroom--all_campaign--img2{
  width: 18%;
  position: absolute;
  left: 20px;
  top: -40px;
}
@media screen and (max-width:767px){
  #showroom--all_campaign .showroom--all_campaign--img1{
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #showroom--all_campaign .showroom--all_campaign--img1 .showroom--all_campaign--img2{
    width: 30%;
  }
}