#showroomContents .showroom--shop_list--title, #showroomContents .showroom--bgstore--title, #showroomContents .showroom--concierge--title, #showroomContents .showroom--shopping_step--title {
  position: relative;
  background: #f2f2f2;
  color: #093560;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--shop_list--title, #showroomContents .showroom--bgstore--title, #showroomContents .showroom--concierge--title, #showroomContents .showroom--shopping_step--title {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--title, #showroomContents .showroom--bgstore--title, #showroomContents .showroom--concierge--title, #showroomContents .showroom--shopping_step--title {
    margin-bottom: 40px;
    padding: 16px 0;
    font-size: 20px;
  }
}
#showroomContents .showroom--shop_list--title:before, #showroomContents .showroom--bgstore--title:before, #showroomContents .showroom--concierge--title:before, #showroomContents .showroom--shopping_step--title:before {
  display: inline-block;
  margin-right: .25em;
  font-family: 'FontAwesome';
}
#showroomContents .showroom--shop_list--title:after, #showroomContents .showroom--bgstore--title:after, #showroomContents .showroom--concierge--title:after, #showroomContents .showroom--shopping_step--title: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--txt--application--sub {
  color: #036;
}
#showroomContents .showroom--txt--contact {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--txt--contact {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--txt--contact {
    border-radius: 5px;
    padding: 19px 0;
    font-size: 14px;
  }
}
#showroomContents .showroom--txt--contact span {
  font-weight: bold;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--txt--contact span {
    font-size: 16px;
  }
}
#showroomContents .showroom--txt--contact:before {
  display: inline-block;
  margin-right: 8px;
  font-family: 'FontAwesome';
  content: "\f095";
}
#showroomContents .showroom--all_menu {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--all_menu {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--all_menu--title {
    padding: 15px;
  }
}
#showroomContents .showroom--shop_list--title:before {
  content: "\f1ad";
}


/************** map ***************/
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shop_list--map {
    position: relative;
    margin: 0 auto 20px;
    width: 700px;
    height: 548px;
    background: url(../img/index/fig_map.png?=20200914) no-repeat;
  }
}
/*@media screen and (min-width: 768px) {
  #showroomContents .showroom--shop_list--map:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 246px;
    height: 47px;
    background: url(../img/index/fig_map_info.png) no-repeat;
    content: "";
  }
}*/
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shop_list--globalmap {
    position: relative;
    margin: 80px auto 20px;
    width: 700px;
    height: 332px;
    background: url(../img/index/fig_globalmap.png?=20200914) no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--shop_list--shop_link {
    border-top: 1px solid #e0e0e0;
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shop_list--shop_link > li {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--shop_list--shop_link > li {
    border-bottom: 1px solid #e0e0e0;
  }
}
#showroomContents .showroom--shop_list--shop_link > li:not(.shibuya):after {
  display: block;
  position: absolute;
  top: 48px;
  left: 45px;
  width: 1px;
  height: 68px;
  background: #666;
  content: "";
}
#showroomContents .showroom--shop_list--shop_link > li.tokyo:after {
  top: 48px;
}
#showroomContents .showroom--shop_list--shop_link > li.osaka:after {
  top: 63px;
  left: 57px;
  height: 62px;
}
#showroomContents .showroom--shop_list--shop_link > li.fukuoka:after {
  top: 63px;
  height: 53px;
  left: 56px;
}
#showroomContents .showroom--shop_list--shop_link > li.shibuya:after {
  display: block;
  position: absolute;
  left: -14px;
	width:102px;
	height:78px;
	-webkit-transform:skewX(-122deg);
	transform:skewX(-122deg);
	border-left:1px solid #000;
  content: "";
}
@media screen and (max-width: 767px) {
	#showroomContents .showroom--shop_list--shop_link > li:not(.shibuya):after,
	#showroomContents .showroom--shop_list--shop_link > li.shibuya:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--shop_list--shop_link > li a {
    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;
    padding: 15px;
    background: #f5f5f5;
  }
}
#showroomContents .showroom--shop_list--shop_link > li a:before {
  display: block;
  position: absolute;
  z-index: +1;
  border: 2px solid #3d9ed1;
  border-radius: 50%;
  background: #3d9ed1;
  content: "";
  transition: all .3s;
}
#showroomContents .showroom--shop_list--map .showroom--shop_list--shop_link > li a:before {
  width: 12px;
  height: 12px;
}
#showroomContents .showroom--shop_list--globalmap .showroom--shop_list--shop_link > li a:before {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--shop_list--shop_link > li a:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shop_list--shop_link > li a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shop_list--shop_link > li a:hover:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shop_list--shop_link > li a:hover .area {
    background: #fff;
    color: #666;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shop_list--shop_link > li .thumb,
	#showroomContents .showroom--shop_list--shop_link > li .name {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--shop_list--shop_link > li .thumb {
    width: 20%;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--shop_list--shop_link > li .name {
    width: calc(80% - 15px);
    color: #3d9ed1;
    font-weight: bold;
    font-size: 12px;
  }
}
#showroomContents .showroom--shop_list--map .showroom--shop_list--shop_link > li .name:after {
  display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f105";
}
#showroomContents .showroom--shop_list--globalmap .showroom--shop_list--shop_link > li .name:after {
  display: inline-block;
  margin-left: .5em;
	font-family: 'FontAwesome';
	content: "\f2d2";
}
#showroomContents .showroom--shop_list--shop_link > li .area {
  border: 1px solid #666;
  background: #666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: all .3s;
}
#showroomContents .showroom--shop_list--shop_link > li .area span{
	font-size:12px;
	line-height:1.1;
}
#showroomContents .showroom--shop_list--map .showroom--shop_list--shop_link > li:not(.shibuya):not(.tokyo):not(.sendai):not(.osaka):not(.fukuoka):not(.sapporo) .area {
  width: 90px;
  line-height: 18px;
	padding:5px 1px 2px;
}
#showroomContents .showroom--shop_list--map .showroom--shop_list--shop_link > li.tokyo .area,
#showroomContents .showroom--shop_list--map .showroom--shop_list--shop_link > li.shibuya .area,
#showroomContents .showroom--shop_list--map .showroom--shop_list--shop_link > li.sendai .area,
#showroomContents .showroom--shop_list--map .showroom--shop_list--shop_link > li.osaka .area,
#showroomContents .showroom--shop_list--map .showroom--shop_list--shop_link > li.fukuoka .area,
#showroomContents .showroom--shop_list--map .showroom--shop_list--shop_link > li.sapporo .area{
  width: 120px;
  line-height: 18px;
	padding:5px 1px 2px;
}
/*#showroomContents .showroom--shop_list--map .showroom--shop_list--shop_link > li.shibuya .area {
  width: 98px;
  line-height: 20px;
	padding:5px 1px 2px;
}*/
#showroomContents .showroom--shop_list--globalmap .showroom--shop_list--shop_link > li .area {
  width: 138px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
	#showroomContents .showroom--shop_list--globalmap .showroom--shop_list--shop_link > li .area:after{
		display: inline-block;
		margin-left: .5em;
		font-family: 'FontAwesome';
		content: "\f2d2";
		font-size:10px;
	}
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--shop_list--shop_link > li .area {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shop_list--shop_link > li.tokyo {
    top: 495px;
    left: 358px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.tokyo:after {
    top: -68px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.tokyo a:before {
    top: -80px;
    left: 39px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.shibuya {
    top: 495px;
    left: 490px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.shibuya:after {
    top: -78px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.shibuya a:before {
    top: -86px;
    left: -87px;
		border:2px solid #d22730;
		background:#d22730;
  }
	#showroomContents .showroom--shop_list--shop_link > li.sapporo {
    top: 92px;
    /*left: 405px;*/
	left:375px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.sapporo:after {
    top: 14px;
    right: -58px;
    left: auto;
    /*width: 68px;*/
	width:58px;
    height: 1px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.sapporo a:before {
    top: 8px;
    /*left: 144px;*/
	left:178px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.sendai {
    top: 299px;
    left: 560px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.sendai:after {
    left: -78px;
    top: 14px;
    width: 78px;
    height: 1px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.sendai a:before {
    top: 8px;
    left: -82px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.osaka {
    top: 298px;
    left: 190px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.osaka a:before {
    top: 125px;
    left: 52px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.nagoya {
    top: 495px;
    left: 259px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.nagoya:after {
    top: -68px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.nagoya a:before {
    top: -81px;
    left: 40px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.kanazawa {
    top: 241px;
    left: 272px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.kanazawa:after{
    top: 45px;
    height: 70px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.kanazawa a:before {
    top: 115px;
    left: 40px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.hiroshima {
    top: 492px;
    left: 84px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.hiroshima:after {
    top: -68px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.hiroshima a:before {


    top: -80px;
    left: 40px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.fukuoka {
    top: 319px;
    /*left: 0;*/
	left:-12px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.fukuoka a:before {
    top: 116px;
    /*left: 40px;*/
	left:51px;
  }
	
  #showroomContents .showroom--shop_list--shop_link > li.singapore {
    top: 267px;
    left: 51px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.singapore:after {
    top: 14px;
    right: -144px;
    left: auto;
    width: 144px;
    height: 1px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.singapore a:before {
    top: 7px;
    left: 284px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.malaysia {
    top: 233px;
    left: 114px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.malaysia:after {
    top: 14px;
    right: -50px;
    left: auto;
    width: 50px;
    height: 1px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.malaysia a:before {
    top: 8px;
    left: 190px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.taiwan {
    top: 110px;
    left: 439px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.taiwan:after {
    top: -50px;
		left:68px;
		height:52px;
  }
  #showroomContents .showroom--shop_list--shop_link > li.taiwan a:before {
    top: -64px;
    left: 62px;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents #global h3 {
    display:none;
  }
}
@media screen and (max-width: 767px) {
  #showroomContents #global h3 strong {
    font-size:16px;
  }
  #showroomContents #global {
    margin-bottom:60px;
  }
}
/******* map.end*********/


#showroomContents .showroom--shop_list--bottom--title {
  border-top: 4px solid #f7f6f6;
  border-bottom: 4px solid #f7f6f6;
  margin-bottom: 30px;
  padding: 15px 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--bottom--title {
    border-width: 2px;
    margin-bottom: 60px;
    padding: 30px 0;
    font-size: 26px;
  }
}
#showroomContents .showroom--shop_list--bottom--list {
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--shop_list--bottom--list {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--bottom--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--shop_list--bottom--list > li {
    border-bottom: 1px solid #e0e0e0;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--bottom--list > li {
    position: relative;
    margin-right: 15px;
    width: calc(50% - 7.5px);
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--bottom--list > li:after {
    display: block;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
    width: 1px;
    background: #e0e0e0;
    content: "";
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--bottom--list > li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--bottom--list > li:nth-child(even):after {
    top: auto;
    bottom: 0;
    width: 1170px;
    height: 1px;
  }
}
#showroomContents .showroom--shop_list--bottom--list > li a {
  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;
  padding: 15px;
  outline: none;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--shop_list--bottom--list > li a {
    background: #f5f5f5;
		text-decoration:none;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--bottom--list > li a {
    padding: 30px;
		text-decoration:none;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--bottom--list > li a:hover:not(a[tabindex="-1"]) {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    text-decoration: none;
  }
}
#showroomContents .showroom--shop_list--bottom--list > li a > div:not(.showrrom--div--exclusion) {
  width: calc(70% - 15px);
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--bottom--list > li a > div:not(.showrrom--div--exclusion) {
    width: calc(60% - 15px);
  }
}
#showroomContents .showroom--shop_list--bottom--list > li .name {
  margin-bottom: 15px;
  color: #3d9ed1;
  font-weight: bold;
}
#showroomContents #showroom .showroom--shop_list--bottom--list > li a:not(a[tabindex="-1"]) .name:after {
  display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f105";
}
#showroomContents #globalshowroom .showroom--shop_list--bottom--list > li .name:after {
  display: inline-block;
  margin-left: .5em;
	font-family: 'FontAwesome';
	content: "\f2d2";
}
#showroomContents .showroom--shop_list--bottom--list > li .addr {
  margin-bottom: 15px;
}
#showroomContents .showroom--shop_list--bottom--list > li .icon img {
  width: 36px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--bottom--list > li .icon img {
    width: 47px;
  }
}
#showroomContents .showroom--shop_list--bottom--list > li .thumb {
  width: 30%;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--shop_list--bottom--list > li .thumb {
    width: 40%;
  }
}
#showroomContents .showroom--bgstore {
  padding: 30px 0;
  background: url(../img/common/bg_texture_lightgray.jpg);
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--bgstore {
    padding: 60px 0;
  }
}
#showroomContents .showroom--lightblue {
  padding: 30px 0;
  background: url(../img/common/bg_texture_lightblue.jpg);
  color: #fff;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--lightblue {
    padding: 60px 0;
  }
}
#showroomContents .showroom--lightblue--lead {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--lightblue--lead {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 16px;
  }
}
#showroomContents .showroom--lightblue--txt {
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--lightblue--txt {
    font-size: 15px;
  }
}
#showroomContents .showroom--lightblue--bgreuse1 {
	font-size: 18px;
  margin-bottom: 15px;
	font-weight:bold;
  color: #fff;
	text-align:center;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--lightblue--bgreuse1 {
    font-size: 28px;
  }
}
#showroomContents .showroom--lightblue--bgreuse2 {
  position: relative;
}
#showroomContents .showroom--lightblue--bgreuse2 p{
  font-size: 16px;
  padding:15px 30vw 15px 15px;
  font-weight:bold;
  color: #ff3c6c;
  background:rgba(255,255,255,.75);
}
#showroomContents .showroom--lightblue--bgreuse2 figure{
  width: 28vw;
  margin-bottom: 15px;
  border: 2px solid #d9e7f0;
  border-radius: 300px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
@media screen and (min-width: 541px) {
  #showroomContents .showroom--lightblue--bgreuse2 p{
    padding:15px 22vw 15px 15px;
  }
  #showroomContents .showroom--lightblue--bgreuse2 figure{
    width: 20vw;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--lightblue--bgreuse2 p{
    font-size: min(1.8vw, 22px);
    padding:20px 15vw 20px 20px;
    text-align:center;
  }
  #showroomContents .showroom--lightblue--bgreuse2 figure{
    width: 15vw;
    border: 2px solid #dae8f0;
    border-radius: 300px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }
}
#showroomContents .showroom--bgstore--title2 {
  text-align: center;
	/*position:relative;
  background: #fff;
  color: #093560;
  font-weight: bold;
  text-align: center;*/
}
#showroomContents .showroom--bgstore--title2 > span {
	margin: 0 auto 20px;
	padding:20px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	color:#fff;
	font-weight: bold;
	display:inline-block;
	/*position:relative;
  background: #fff;
  color: #093560;
  font-weight: bold;
  text-align: center;*/
}
#showroomContents .showroom--bgstore--title2 > span > span{
	display:block;
	font-size:80%;
}
#showroomContents img + .showroom--bgstore--title2 {
	margin-top:70px;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--bgstore--title2 > span{
    font-size: 14px;
		padding:15px;
		display:block;
  }
	/*#showroomContents img + .showroom--bgstore--title2 {
		margin-top:40px;
	}*/
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--bgstore--title2 > span {
    font-size: 24px;
  }
}
#showroomContents .showroom--lightblue--txt2 {
  margin-bottom:15px;
  color: #fff;
}
#showroomContents .showroom--bgstore--expresslink{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	/*福岡EXPRESS用ここから*/
	/*max-width: 962px;
    margin: 0 auto;*/
	/*福岡EXPRESS用ここまで*/
}
#showroomContents .showroom--bgstore--expresslink li{
	margin:0 20px 20px;
}
#showroomContents .showroom--bgstore--expresslink li p{
	text-align:center;
}
#showroomContents .showroom--bgstore--expresslink li p a{
	padding:15px 20px;
	display:inline-block;
	color:#fff;
	background:#093560;
	border-radius:5px;
	-webkit-border-radius:5px;
}
/*@media screen and (max-width: 991px) {
	#showroomContents .showroom--bgstore--expresslink a{
		font-size:14px;
		width:auto;
		padding:10px;
		border-radius:2px;
		-webkit-border-radius:2px;
	}
}*/

#showroomContents .showroom--lightblue--link {
  display: inline-block;
  color: #fff;
}
#showroomContents .showroom--lightblue--link:after {
  display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f2d2";
}
#showroomContents .showroom--bgstore--inner {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--bgstore--inner {
    margin-bottom: 30px;
  }
}
#showroomContents .showroom--bgstore--title:before {
  content: "\f1b3";
}
#showroomContents .showroom--bgstore--title--sub {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--bgstore--title--sub {
    margin-bottom: 15px;
  }
}
#showroomContents .showroom--bgstore--title--ribbon {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding: 0 20px 0 10px;
  line-height: 31px;
  background: #ff3c6c;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--bgstore--title--ribbon {
    margin-bottom: 30px;
    line-height: 62px;
    font-size: 28px;
  }
}
#showroomContents .showroom--bgstore--title--ribbon:before, #showroomContents .showroom--bgstore--title--ribbon:after {
  display: block;
  position: absolute;
  right: -10px;
  border: 10px solid transparent;
  content: "";
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--bgstore--title--ribbon:before, #showroomContents .showroom--bgstore--title--ribbon:after {
    right: -20px;
    border: 20px solid transparent;
  }
}
#showroomContents .showroom--bgstore--title--ribbon:before {
  top: 0;
  border-top: 15px solid #ff3c6c;
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--bgstore--title--ribbon:before {
    border-top: 31px solid #ff3c6c;
  }
}
#showroomContents .showroom--bgstore--title--ribbon:after {
  bottom: 0;
  border-bottom: 15px solid #ff3c6c;
  border-top: 0;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--bgstore--title--ribbon:after {
    border-bottom: 31px solid #ff3c6c;
  }
}
#showroomContents .showroom--bgstore--lead {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--bgstore--lead {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 16px;
  }
}
#showroomContents .showroom--bgstore--thumb {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--bgstore--thumb {
    margin-bottom: 30px;
  }
}
#showroomContents .showroom--bgstore--txt {
  margin-bottom: 15px;
}
#showroomContents .showroom--bgstore--link {
  display: inline-block;
  margin-bottom: 15px;
  color: #3d9ed1;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--bgstore--link {
    margin-bottom: 30px;
  }
}
#showroomContents .showroom--bgstore--link:after {
  display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f2d2";
}
#showroomContents .showroom--concierge {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge {
    padding-top: 60px;
  }
}
#showroomContents .showroom--concierge--inner {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--inner {
    margin-bottom: 30px;
  }
}
#showroomContents .showroom--concierge--title:before {
  content: "\f108";
}
#showroomContents .showroom--concierge--title--sub {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--title--sub {
    margin-bottom: 15px;
  }
}
#showroomContents .showroom--concierge--lead {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--lead {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--concierge--thumb {
    margin-bottom: 15px;
  }
}
#showroomContents .showroom--concierge--btn,
#showroomContents .showroom--concierge--widebtn {
  display: block;
  border: 1px solid #3d9ed1;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 10px 0;
  background: #3d9ed1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #showroomContents .showroom--concierge--btn,
	#showroomContents .showroom--concierge--widebtn {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--btn,
	#showroomContents .showroom--concierge--widebtn {
    border-radius: 5px;
    padding: 19px 0;
    font-size: 16px;
  }
	#showroomContents .showroom--concierge--widebtn {
		width:80%;
		margin:0 auto;
	}
}
#showroomContents .showroom--concierge--btn:after {
  display: inline-block;
  margin-left: 8px;
  font-family: 'FontAwesome';
  content: "\f105";
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--btn:hover {
    background: #fff;
    color: #3d9ed1;
    text-decoration: none;
  }
}
#showroomContents .showroom--concierge--btn[target="_blank"]:after {
  content: "\f2d2";
}
#showroomContents .showroom--concierge--txt {
  margin-bottom: 15px;
}
#showroomContents .showroom--concierge--txt--caution {
  margin-bottom: 15px;
  font-size: 11px;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--txt--caution {
    font-size: 12px;
  }
}
#showroomContents .showroom--concierge--link {
  display: inline-block;
  margin-bottom: 15px;
  color: #3d9ed1;
}
@media screen and (min-width: 992px) {
  #showroomContents .showroom--concierge--link {
    margin-bottom: 30px;
  }
}
#showroomContents .showroom--concierge--link:after {
  display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f2d2";
}
#showroomContents .showroom--shopping_step {
  margin-bottom: 30px;
  padding: 30px 0 0;
  background: url(../img/common/bg_texture_lightgray.jpg);
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shopping_step {
    margin-bottom: 60px;
    padding: 60px 0;
  }
}
#showroomContents .showroom--shopping_step--title:before {
  content: "\f07a";
}
#showroomContents .showroom--shopping_step--txt {
  margin-bottom: 15px;
}
#showroomContents .showroom--shopping_step--thumb {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--shopping_step--thumb {
    margin-right: 15px;
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shopping_step--thumb {
    margin-bottom: 15px;
  }
}
#showroomContents .showroom--shopping_step--link {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--shopping_step--link {
    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;
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shopping_step--link {
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  #showroomContents .showroom--shopping_step--link:hover {
    box-shadow: 0 0 0 4px #e0e0e0 inset;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--shopping_step--link.first {
    border-top: 1px solid #e0e0e0;
  }
}
#showroomContents .showroom--shopping_step--link--txt {
  color: #3d9ed1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #showroomContents .showroom--shopping_step--link--txt {
    width: calc(80% - 15px);
  }
}
#showroomContents .showroom--shopping_step--link--txt:after {
  display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  content: "\f105";
}
