/******************************************
keyframes
******************************************/
@-webkit-keyframes arrowscroll {
  0% {
    -webkit-transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes arrowscroll {
  0% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#wrapper.header-none {
  padding-top: 0;
}
#sr-contents {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
}
#sr-contents *,
#sr-contents ::after,
#sr-contents ::before {
  box-sizing: inherit;
}
#sr-contents strong {
  font-weight: bold;
}
#sr-contents a:active,
#sr-contents a:link,
#sr-contents a:visited {
  color: #3366cc;
}
#sr-contents p + p {
  margin-top: 1em;
}
#sr-contents .clickable:hover,
#sr-contents a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#sr-contents table {
  width: 100%;
}
#sr-contents .center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#sr-contents .image-full-area img {
  width: 100%;
  height: auto;
}
#sr-contents .flex-justify-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sr-contents .flex-align-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#sr-contents .main-content-group {
  width: 960px;
  margin: 0 auto;
}
#sr-contents .main-content-group.full {
  width: 100%;
}
#sr-contents .modal-link {
  cursor: pointer;
}
#sr-contents .modal-bg {
  display: none;
}
#sr-contents .modal-bg.active {
  display: block;
  width: 100vw;
  background: black;
  height: 100vh;
  position: fixed;
  z-index: 1001;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.67;
}
#sr-contents .scroll-attention {
  display: none;
}
#sr-contents .link-button {
  position: relative;
  display: table;
  background-color: #278ff2;
  border: 2px solid #278ff2;
  border-radius: 5px;
  padding: 0 20px 0 0;
  text-align: center;
  height: 60px;
  margin-bottom: 26px;
  line-height: 1;
  transition: all 0.3s ease;
}
#sr-contents .link-button.margin-none {
  margin-bottom: 0;
}
#sr-contents .link-button.button-white {
  background-color: #fff;
}
#sr-contents .link-button.button-white .link-button-inner {
  color: #278ff2;
}
#sr-contents .link-button.button-white:hover {
  border: 2px solid #278ff2;
  background-color: #278ff2;
}
#sr-contents .link-button.button-white:hover .link-button-inner {
  color: #fff;
}
#sr-contents .link-button.button-bright {
  background-color: #4cbde2;
  border: 2px solid #4cbde2;
}
#sr-contents .link-button.button-bright:hover {
  border: 2px solid #4cbde2;
}
#sr-contents .link-button.button-bright:hover .link-button-inner {
  color: #4cbde2;
}
#sr-contents .link-button.wide {
  padding: 0 110px;
}
#sr-contents .link-button.full {
  width: 100%;
}
#sr-contents .link-button.thin {
  height: 50px;
}
#sr-contents .link-button.thin::after {
  top: 17px;
}
#sr-contents .link-button .link-button-inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 114%;
  line-height: 1.375;
  color: #fff;
  white-space: nowrap;
}
#sr-contents .link-button.icon-none {
  padding: 0 5px;
}
#sr-contents .link-button:not(.icon-none):after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("/showroom/images/icon_arrow02.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
#sr-contents .link-button:hover {
  transition: all 0.3s ease;
  background-color: #fff;
  border: 2px solid #abc2e7;
  text-decoration: none;
}
#sr-contents .link-button:hover::after {
  background-image: url("/showroom/images/icon_arrow01.png");
}
#sr-contents .link-button:hover .link-button-inner {
  color: #427bd3;
}
#sr-contents .link-button.pc-small {
  width: 180px;
  height: 40px;
  padding: 0 22px;
}
#sr-contents .link-button.pc-small::after {
  top: 12px;
}
#sr-contents .breadcrumb {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #d0d8dc;
}
#sr-contents .breadcrumb ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
　　-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sr-contents .breadcrumb ul li {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#sr-contents .breadcrumb ul li a {
  color: #3366cc;
}
#sr-contents .breadcrumb ul li:not(:last-child):after {
  content: ">";
  margin-left: 16px;
  margin-right: 16px;
}
#sr-contents .page-title {
  line-height: 1.3;
}
#sr-contents .page-title .title-text {
  display: block;
  position: relative;
}
#sr-contents .page-title .title-text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #268ff2;
  content: "";
}
#sr-contents .showroom-section-title {
  border-bottom: 3px solid #74aff5;
  line-height: 1.3;
  padding-bottom: 14px;
}
#sr-contents .exhibit-links-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f0f0f0;
  padding: 10px 20px;
  border-radius: 4px;
}
#sr-contents .exhibit-links-area .title {
  width: 64px;
  font-weight: bold;
  color: #444;
  line-height: 1.2;
  text-align: center;
}
#sr-contents .exhibit-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sr-contents .exhibit-links li {
  width: 160px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 2px solid #9bcfe0;
  overflow: visible;
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
#sr-contents .exhibit-links li.toilet {
  background: #fff url("/showroom/images/exhibit/exh-icon-toilet.png") no-repeat 10px center;
}
#sr-contents .exhibit-links li.toilet:hover {
  background: #4cbde2 url("/showroom/images/exhibit/exh-icon-toilet_on.png") no-repeat 10px center;
}
#sr-contents .exhibit-links li.bassroom {
  background: #fff url("/showroom/images/exhibit/exh-icon-bassroom.png") no-repeat 10px center;
}
#sr-contents .exhibit-links li.bassroom:hover {
  background: #4cbde2 url("/showroom/images/exhibit/exh-icon-bassroom_on.png") no-repeat 10px center;
}
#sr-contents .exhibit-links li.kitchen {
  background: #fff url("/showroom/images/exhibit/exh-icon-kitchen.png") no-repeat 10px center;
}
#sr-contents .exhibit-links li.kitchen:hover {
  background: #4cbde2 url("/showroom/images/exhibit/exh-icon-kitchen_on.png") no-repeat 10px center;
}
#sr-contents .exhibit-links li.washroom {
  background: #fff url("/showroom/images/exhibit/exh-icon-washroom.png") no-repeat 10px center;
}
#sr-contents .exhibit-links li.washroom:hover {
  background: #4cbde2 url("/showroom/images/exhibit/exh-icon-washroom_on.png") no-repeat 10px center;
}
#sr-contents .exhibit-links li.barrierfree {
  background: #fff url("/showroom/images/exhibit/exh-icon-barrierfree.png") no-repeat 10px center;
}
#sr-contents .exhibit-links li.barrierfree:hover {
  background: #4cbde2 url("/showroom/images/exhibit/exh-icon-barrierfree_on.png") no-repeat 10px center;
}
#sr-contents .exhibit-links li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
#sr-contents .exhibit-links li span {
  width: 90px;
  margin-left: 60px;
  color: #444444;
  display: block;
}
#sr-contents .exhibit-links li:hover, #sr-contents .exhibit-links li:active {
  border: 2px solid #4cbde2;
  transition: all 0.3s ease;
}
#sr-contents .exhibit-links li:hover span,
#sr-contents .exhibit-links li:hover a,
#sr-contents .exhibit-links li:active a,
#sr-contents .exhibit-links li:active span {
  color: #fff;
  text-decoration: none;
}
#sr-contents .link-close {
  font-size: 114%;
  color: #3366cc;
  padding-left: 23px;
  cursor: pointer;
  position: relative;
}
#sr-contents .to-close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 40px 0;
}
#sr-contents {
  /* Default Layout*/
  /* PC Layout*/
  /* SP Layout*/
}
#sr-contents .grid-singlerow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#sr-contents .grid-singlerow .grid-item:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 737px) {
  #sr-contents .grid-singlerow .grid-item {
    margin-left: 30px;
  }
  #sr-contents .grid-singlerow .grid-2of1 {
    width: 465px;
  }
  #sr-contents .grid-singlerow .grid-3of1 {
    width: 300px;
  }
  #sr-contents .grid-singlerow .grid-3of2 {
    width: 630px;
  }
  #sr-contents .grid-singlerow .grid-4of1 {
    width: 217px;
  }
  #sr-contents .grid-singlerow .grid-4of2 {
    width: 464px;
  }
  #sr-contents .grid-singlerow .grid-4of3 {
    width: 711px;
  }
}
@media only screen and (max-width: 736px) {
  #sr-contents .grid-singlerow {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #sr-contents .grid-singlerow .grid-item {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 737px) {
  #sr-contents .pc-none {
    display: none;
  }
  #sr-contents .phone-number {
    display: inline-block; /* For IE 11 Bug  Does not work on links in IE11 and Edge unless display is set to block or inline-block. */
    cursor: default;
    pointer-events: none;
  }
  #sr-contents .page-header {
    margin: 40px 0;
  }
  #sr-contents .page-title {
    font-size: 228%;
    line-height: 1.3;
  }
  #sr-contents .page-title .title-text {
    padding-bottom: 29px;
  }
  #sr-contents .page-title .title-text:after {
    height: 5px;
    width: 150px;
  }
  #sr-contents .showroom-section-title {
    margin: 40px 0;
    font-size: 200%;
  }
  #sr-contents .exhibit-links-area {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sr-contents .exhibit-links-area .title {
    font-size: 157%;
    width: 66px;
  }
  #sr-contents .exhibit-links {
    width: 840px;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sr-contents .to-showroom {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  #sr-contents .sp-none {
    display: none;
  }
  #sr-contents .image-full-area {
    width: 100%;
  }
  #sr-contents .main-content-group {
    width: 100%;
    margin: 0 auto;
    padding: 0 4.6875%;
  }
  #sr-contents .page-header {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sr-contents .page-title {
    width: 100%;
    font-size: 157%;
    margin-bottom: 20px;
  }
  #sr-contents .page-title .title-text {
    padding-bottom: 16px;
  }
  #sr-contents .page-title .title-text:after {
    height: 4px;
    width: 35%;
  }
  #sr-contents .showroom-section-title {
    margin: 20px 0;
    font-size: 143%;
  }
  #sr-contents .scroll-wrap {
    padding-top: 20px;
    width: 100%;
    overflow-x: scroll;
    position: relative;
  }
  #sr-contents .scroll-wrap .scroll-attention {
    display: block;
    box-sizing: border-box;
    display: block;
    font-size: 87.5%;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #sr-contents .scroll-wrap .scroll-attention .scroll-attention-inner {
    cursor: pointer;
    -webkit-animation: arrowscroll 1.2s ease-in-out infinite alternate;
            animation: arrowscroll 1.2s ease-in-out infinite alternate;
    background: #268ff2;
    color: #fff;
    margin-top: 12px;
    padding: 0 6px;
  }
  #sr-contents .scroll-wrap .scroll-attention .scroll-attention-inner:after {
    content: "\3e";
    margin-left: 1em;
  }
  #sr-contents .scroll-wrap table {
    white-space: nowrap;
  }
  #sr-contents .link-button {
    padding: 0 20px;
    margin-bottom: 16px;
  }
  #sr-contents .link-button.wide {
    padding: 0 50px;
  }
  #sr-contents .link-button.full {
    width: 100%;
  }
  #sr-contents .breadcrumb {
    width: 100%;
    padding: 10px 4.6875%;
    margin-bottom: 20px;
  }
  #sr-contents .breadcrumb ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #sr-contents .exhibit-links-area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 8px;
    font-size: 82%;
  }
  #sr-contents .exhibit-links-area .title {
    font-size: 157%;
    width: 66px;
    margin-bottom: 20px;
  }
  #sr-contents .exhibit-links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #sr-contents .exhibit-links li {
    width: 31%;
    margin: 0 1% 1% 0;
  }
  #sr-contents .exhibit-links li span {
    width: auto;
    font-size: 110%;
    white-space: nowrap;
    margin: auto;
    text-align: center;
    text-shadow: 0 0 4px #fff;
  }
  #sr-contents .to-showroom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 20px 0;
  }
  #sr-contents .to-close {
    margin: 20px 0;
  }
}
#sr-contents .main-content-group {
  margin-bottom: 50px;
}