@charset "UTF-8";
/*****************************************************************************
 CSS only for /showroom/floormap360/
*****************************************************************************/
/*
 Set
*****************************************************************************/
#Area_sr_box_left {
    float: none;
    width: auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
#Area_sr_box,
#Area_sr_box_left,
#Area_sr_box_right{
  float: none;
  width: auto;
}
#Area_sr_box{
  margin: 0 10px;
}
}

/* Sp footer nav
-----------------------------------------*/
.mod_footerlink{
    background: #e8e8e8;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink{
  background-color: transparent;
}
}

.mod_footerlink ul{
  margin: 0 auto;
  width: 967px;
  padding: 20px 0 20px 0;
  overflow: hidden;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink ul{
  width: auto;
  padding:0;
  border-top: none;
}
}
.mod_footerlink ul li {
  margin: 0 0 0 -1px;
  padding: 0 30px 0 30px;
  display: inline-block;
  border-left: solid 1px #d7d7d7;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink ul li {
  margin: 0;
  padding:0;
  display: block;
  border-top: solid 1px #d7d7d7;
  border-left:none;
}
}
.mod_footerlink ul li:first-child {
  padding-left: 0px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink ul li a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 15px;
  font-size: 120%;
}
.mod_footerlink ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}

/*
 Style
*****************************************************************************/

/* Maplead
-----------------------------------------*/
.Maplead{
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Maplead{
}
}
.Maplead .pcbr{
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Maplead .pcbr{
  display: none;
}
}
.Maplead .spbr{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Maplead .spbr{
  display: inline;
}
}


/* Floormaplink
-----------------------------------------*/
.Floormaplink{
  position: relative;
  text-align: center;
}
.Floormaplink img{
  max-width: 100%;
  height: auto;
}
.Floormaplink ul li.Floormaplink__item{
  position: absolute;
}
.Floormaplink ul li.Floormaplink__item a{
  display: block;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Floormaplink ul li.Floormaplink__item a{
  width: 30px;
  height: auto;
}
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Floormaplink ul li.Floormaplink__item img{
  width: 100%;
  height: auto;
}
}


/* Cardlink
-----------------------------------------*/
.Cardlink{

}
.Cardlink ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: space-between ;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Cardlink ul{
  flex-direction: column;
}
}
.Cardlink ul li{
  width: 467px;
  margin-top: 20px;
  line-height:1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Cardlink ul li{
  width: 100%;
  margin-top: 10px;
}
}
.Cardlink ul li a{
  position: relative;
  display: flex;
  border: solid 1px #CCC;
  box-shadow: 2px 2px 2px #DDD;
}
.Cardlink ul li a:hover   {background-color:#F7F7F7; text-decoration: none;}
.Cardlink ul li a:focus   {background-color:#F7F7F7; text-decoration: none;}
.Cardlink ul li a:active  {background-color:#F7F7F7; text-decoration: none;}

.Cardlink ul li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #939393;
    border-right: solid 2px #939393;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Cardlink ul li a span:nth-child(1){
  width: 245px;
  height: auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Cardlink ul li a span:nth-child(1){
  width: 130px;
  height: auto;
}
}
.Cardlink ul li a span:nth-child(2){
  flex: 1;
  padding:0 40px 0 10px;
  align-self: center;
}

/* Productlink
-----------------------------------------*/
.Productlink{
}
.Productlink .pcbr{

}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Productlink .pcbr{
  display: none;
}
}
.Productlink .spbr{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Productlink .spbr{
  display: inline;
}
}
.Productlink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Productlink ul li{
  width: 179px;
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Productlink ul li{
  border-top: solid 1px #E6E6E6;
  width: 47%;
}
.Productlink ul li:nth-last-child(1),.Productlink ul li:nth-last-child(2){
  border-bottom: solid 1px #E6E6E6;
}
}
#Area_sr .Productlink ul li:hover   {box-shadow: 0px 0px 4px 1px rgba(221,221,221,0.84);}
#Area_sr .Productlink ul li:focus   {box-shadow: 0px 0px 4px 1px rgba(221,221,221,0.84);}
#Area_sr .Productlink ul li:active  {box-shadow: 0px 0px 4px 1px rgba(221,221,221,0.84);}
.Productlink ul li a{
  display: block;
  padding: 16px 0 18px 0;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Productlink ul li a{
  display: flex;
  min-height: 55px;
  padding: 0;
  text-align: left;
  align-self: center;
}
}

#Area_sr .Productlink ul li a:hover   {text-decoration: none;}
#Area_sr .Productlink ul li a:focus   {text-decoration: none;}
#Area_sr .Productlink ul li a:active  {text-decoration: none;}

@media only screen and (max-width:640px) and (max-device-width:1280px){
.Productlink ul li a span:nth-child(1){
  width: 43px;
  padding: 10px 0;
  align-self: center;
}
}
.Productlink ul li a span:nth-child(2){
  margin-top: 10px;
  display: block;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Productlink ul li a span:nth-child(2){
  margin-top: 0;
  padding-left: 10px;
  font-size: 14px;
  text-align: left;
  align-self: center;
}
}
.Productlink ul li a span small{
  font-size: 13px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Productlink ul li a span small{
  font-size:9px;
  line-height: 1;
}
}