#sr-contents .modal-content {
  background: #fff;
  position: fixed;
  display: none;
  top: 20vh;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 4px;
  padding: 20px 70px 10px;
  overflow-y: auto;
}
#sr-contents .modal-content.active {
  display: block;
  width: 960px;
  height: 390px;
  z-index: 100000;
}
#sr-contents .modal-content .modal-header .showroom-section-title {
  margin: 14px 0;
}
#sr-contents .modal-content .modal-page {
  display: none;
}
#sr-contents .modal-content .modal-page.active {
  display: block;
}
#sr-contents .modal-content .button-next,
#sr-contents .modal-content .button-prev {
  position: absolute;
  top: 45%;
  cursor: pointer;
  width: 25px;
  height: 44px;
  background-size: 25px 44px;
  background-repeat: no-repeat;
  z-index: 1003;
}
#sr-contents .modal-content .button-prev {
  left: 22px;
  background-image: url("/showroom/images/showroom_sub/arrow-left01.png");
}
#sr-contents .modal-content .button-next {
  right: 22px;
  background-image: url("/showroom/images/showroom_sub/arrow-right01.png");
}
#sr-contents .modal-content .button-close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 25px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-image: url("/showroom/images/showroom_sub/button_close.png");
  background-position: 0 0;
}
#sr-contents .breadcrumb {
  border-bottom: none;
}
#sr-contents .nav-area-wrap {
  width: 100%;
  background-color: #eff7fc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
}
#sr-contents .nav-area {
  width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sr-contents .page-nav-main {
  width: 100%;
  height: 100%;
}
#sr-contents .page-nav-main ul {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sr-contents .page-nav-main ul li {
  margin-left: 22px;
}
#sr-contents .page-nav-main ul li span {
  display: block;
  height: 100%;
  padding-top: 18px;
  color: #3366cc;
  position: relative;
  padding-left: 24px;
}
#sr-contents .page-nav-main ul li span:before {
  content: "";
  position: absolute;
  background: url("/showroom/images/showroom_sub/arrow_bottom01.png") no-repeat;
  width: 13px;
  height: 8px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#sr-contents .page-nav-main ul li.current {
  text-decoration: underline;
  color: #3366cc;
}
#sr-contents .page-nav-main ul li:first-child {
  margin-left: 0;
}
#sr-contents .page-nav-main ul li:last-child {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 322px;
}
#sr-contents .page-nav-main ul li:last-child span {
  transition: all 0.3s ease;
  border: 2px solid #4faaff;
  padding: 0 10px;
  text-align: center;
  line-height: 45px;
  display: block;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
}
#sr-contents .page-nav-main ul li:last-child span:before {
  display: none;
}
#sr-contents .page-nav-main ul li:last-child span:hover {
  background: #4faaff;
  color: #fff;
  text-decoration: none;
}
#sr-contents .opening-hours-area {
  background: #fdf4f6;
  color: #444444;
  width: 50%;
  padding: 7px 4px 8px 10px;
}
#sr-contents .opening-hours-area .is-open {
  color: #ff7495;
  font-weight: bold;
  font-size: 114%;
}
#sr-contents .opening-hours-area .notation {
  font-size: 86%;
  display: table;
  width: 100%;
}
#sr-contents .opening-hours-area .notation dt {
  display: table-cell;
  width: 1em;
}
#sr-contents .opening-hours-area .notation dd {
  display: table-cell;
  width: 100%;
}
#sr-contents .page-nav-sub ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#sr-contents .page-nav-sub ul li {
  transition: all 0.3s ease;
  width: 226px;
  height: 66px;
  border-radius: 4px;
  margin-left: 13px;
  margin-bottom: 12px;
  display: table;
  border: 2px solid #d0d0d0;
  cursor: pointer;
  text-align: center;
}
#sr-contents .page-nav-sub ul li:hover {
  background: #4faaff;
  color: #fff;
}
#sr-contents .page-nav-sub ul li span {
  font-size: 107%;
  line-height: 1.6;
  display: table-cell;
  vertical-align: middle;
}
#sr-contents .page-nav-sub ul li:nth-child(2n+1) {
  margin-left: 0;
}
#sr-contents .news-title {
  position: relative;
  font-size: 186%;
  line-height: 1.3;
  margin-bottom: 30px;
  padding-left: 15px;
}
#sr-contents .news-title:before {
  position: absolute;
  content: "";
  background: #268ff2;
  width: 4px;
  height: 26px;
  left: 0;
  top: 3px;
}
#sr-contents .news-subtitle {
  position: relative;
  font-size: 143%;
  line-height: 1.3;
  margin-bottom: 30px;
  padding-left: 24px;
}
#sr-contents .news-subtitle:before {
  position: absolute;
  content: "";
  background: #268ff2;
  width: 14px;
  height: 14px;
  left: 0;
  top: 7px;
}
#sr-contents .event-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sr-contents .event-item .event-thumbnail {
  width: 190px;
}
#sr-contents .event-item .event-thumbnail:hover {
  opacity: 0.7;
}
#sr-contents .event-item .event-content {
  width: 730px;
}
#sr-contents .event-item .event-content p {
  font-size: 114%;
}
#sr-contents .news-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #7a7a7a;
}
#sr-contents .news-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 50px;
}
#sr-contents .section-preparation {
  background-color: #e4f5f9;
  border-radius: 4px;
}
#sr-contents .section-preparation .title-preparation {
  cursor: pointer;
  text-align: center;
  font-size: 171%;
  color: #4cbde2;
  line-height: 1.3;
  padding: 16px 20px 20px;
}
#sr-contents .section-preparation .preparation-caption {
  font-size: 114%;
  line-height: 1.75;
}
#sr-contents .section-preparation .preparation-notation {
  line-height: 2;
}
#sr-contents .section-preparation .step-area {
  margin-bottom: 18px;
  margin-top: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sr-contents .section-preparation .step-area .step-item {
  width: 300px;
  min-height: 334px;
  border-radius: 4px;
  background-color: #fff;
  padding: 25px 15px;
}
#sr-contents .section-preparation .step-area .step-item .free-dial-area {
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sr-contents .section-preparation .step-area .step-item .free-dial-area .image-area {
  padding: 5px 0 0 3px;
}
#sr-contents .section-preparation .step-area .step-item .free-dial-area .text-area .free-dial-caption {
  font-size: 86%;
  margin-left: 8px;
}
#sr-contents .section-preparation .step-area .step-item .free-dial-area .text-area .phone-number {
  font-size: 157%;
  color: #4cbde2;
  margin: -9px 0 0 8px;
  display: block;
}
#sr-contents .section-preparation .step-area .title-step {
  color: #4cbde2;
  font-size: 114%;
  font-weight: bold;
  line-height: 1.75;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 92px;
  height: 81px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
#sr-contents .section-preparation .step-area .title-step::before {
  position: absolute;
  content: "";
  width: 81px;
  height: 81px;
  top: 0;
  left: 0;
}
#sr-contents .section-preparation .step-area .title-step.step01::before {
  background-image: url("/showroom/images/showroom_sub/icon_step01.png");
}
#sr-contents .section-preparation .step-area .title-step.step02::before {
  background-image: url("/showroom/images/showroom_sub/icon_step02.png");
}
#sr-contents .section-preparation .step-area .title-step.step03::before {
  background-image: url("/showroom/images/showroom_sub/icon_step03.png");
}
#sr-contents .section-preparation .step-area .title-step .title-inner {
  display: table-cell;
  vertical-align: middle;
}
#sr-contents .section-preparation .step-area .title-step .title-inner strong {
  font-size: 125%;
}
#sr-contents .section-preparation .step-area .link-button + .step-caption {
  margin-top: -11px;
}
#sr-contents .section-preparation .step-area .step-caption {
  font-size: 114%;
  line-height: 1.625;
}
#sr-contents .section-preparation .parts-area {
  background: #fff;
  border-radius: 4px;
  background-color: #fff;
  padding: 28px 32px;
  width: 100%;
}
#sr-contents .section-preparation .parts-area .title-parts {
  font-size: 143%;
  position: relative;
  padding-left: 16px;
  margin-bottom: 17px;
}
#sr-contents .section-preparation .parts-area .title-parts:before {
  position: absolute;
  content: "";
  background: #74aff5;
  width: 4px;
  height: 26px;
  left: 0;
  top: 3px;
}
#sr-contents .section-preparation .parts-area p {
  font-size: 114%;
  margin-bottom: 2px;
}
#sr-contents .section-preparation .parts-area ul li {
  font-size: 114%;
  padding-left: 20px;
  position: relative;
}
#sr-contents .section-preparation .parts-area ul li:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #444444;
  left: 6px;
  top: 12px;
}
#sr-contents .accordion-area {
  position: relative;
}
#sr-contents .accordion-area .accordion-toggle {
  cursor: pointer;
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-image: url("/showroom/images/showroom_sub/icon_toggle.png");
  background-position: 0 0;
  position: absolute;
  right: 20px;
  top: 20px;
}
#sr-contents .accordion-area .accordion-toggle.active {
  background-position: -31px 0;
}
#sr-contents .accordion-area .accordion-content {
  display: none;
  padding:0 20px  20px;
}
/*2019/09 準備シート追加　KM */
#sr-contents .section-stanby{
    width: 100%;
    font-size: 142.85714285714%;
    height: 70px;
    margin-top: 15px;
}
#sr-contents .section-stanby a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	border-radius: 4px;
	border: 2px solid #ff7495;
	box-sizing: border-box;
    transition: all .3s ease;
	color: #fff;
	background: #ff7495 url(/showroom/images/icon_arrow02.png) no-repeat 98% center;
}
#sr-contents .section-stanby a:hover{
	color: #ff7495;
	background: #fff url(/showroom/images/icon_arrow-prepare.png) no-repeat 98% center;
}
/* 2019/09 準備シート追加　KM */
#sr-contents .reserve-description {
  font-size: 114%;
}
#sr-contents .reserve-area {
  margin-bottom: 13px;
}
#sr-contents .reserve-area .reserve-area-net,
#sr-contents .reserve-area .reserve-area-tel {
  background: #eff7fc;
}
#sr-contents .reserve-area .phone-number {
  color: #268ff2;
}
#sr-contents .main-visual {
  margin: 0 0 14px 0;
}
#sr-contents .collaboration-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 40px;
}
#sr-contents .collaboration-info .image-area {
  margin-right: 15px;
}
#sr-contents .collaboration-info .image-area img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sr-contents .collaboration-info figcaption {
  max-width: 730px;
}
#sr-contents .important-announcement {
  box-sizing: border-box;
  background: #fef6f6;
  /*
  font-weight: bold;
  */
  border: 2px solid #fe2020;
  padding: 20px 40px;
  margin-bottom: 10px;
}
#sr-contents .important-announcement .announcement-caption {
  font-size: 114%;
  color: #444444;
}
#sr-contents .important-announcement .announcement-headline {
  position: relative;
  color: #f40101;
  font-size: 143%;
  font-weight: bold;
  padding-left: 32px;
  /*
  margin-top: -11px;
  */
}
#sr-contents .important-notice .announcement-headline {
  padding-left: 0;
  color: #444444;
  font-size: 114%;
  font-weight: bold;
}
#sr-contents .important-announcement .announcement-headline:nth-of-type(1){
  margin-top: -11px;
}
#sr-contents .important-announcement .announcement-headline:before {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 7px;
  display: block;
  content: "";
  background-image: url("/showroom/images/showroom_sub/icon_important.png");
}
#sr-contents .important-notice .announcement-headline:before {
  display: none;
}
#sr-contents .important-announcement .announcement-headline + .announcement-caption {
  margin-top: 5px;
  margin-bottom: -8px;
}
#sr-contents .section-show-room table tr {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-collapse: collapse;
}
#sr-contents .section-show-room table td,
#sr-contents .section-show-room table th {
  padding: 12px 20px;
  font-size: 107%;
}
#sr-contents .section-show-room table th {
  min-width: 128px;
  background: #f9f9f9;
  text-align: center;
}
#sr-contents .section-show-room .tel-area .phone-number {
  font-size: 147%;
  line-height: 1.3;
  color: #268ff2;
}
#sr-contents .section-access ul li {
  margin-bottom: 25px;
  line-height: 1;
  padding-left: 18px;
  font-size: 16px;
  position: relative;
}
#sr-contents .section-access ul li ul {
  margin-top: 10px;
}
#sr-contents .section-access ul li ul li {
  padding-left: 13px;
  margin-bottom: 10px;
}
#sr-contents .section-access ul li ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #444444;
}
#sr-contents .section-access ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #22439c;
}
#sr-contents .facility-and-service-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 40px auto;
}
#sr-contents .facility-and-service-icons .icon-item {
  min-height: 97px;
  margin-bottom: 30px;
  margin-left: 27px;
}
#sr-contents .facility-and-service-icons .icon-item .icon-comment {
  display: block;
  font-size: 86%;
  color: #444444;
}
#sr-contents .section-showroom-movie {
  margin: 30px 0;
  background-color: #fff5e4;
  border-radius: 4px;
}
#sr-contents .section-showroom-movie .title-showroom-movie {
  text-align: center;
  font-size: 171%;
  color: #f4b74d;
  line-height: 1.3;
  padding: 16px 20px 20px;
}
#sr-contents .section-showroom-movie .movie-content {
  padding: 40px 40px 40px;
}
#sr-contents .section-showroom-movie .header-sub-01 {
  color: #444;
  line-height: 1.5;
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 16px;
}
#sr-contents .section-showroom-movie .header-sub-01:after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #b0b0b0;
  margin-top: 10px;
}
#sr-contents .section-showroom-movie .section-content-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sr-contents .section-showroom-movie .section-content-01 .category-header {
  color: #f4b74d;
  font-size: 171%;
  margin-bottom: 15px;
  text-align: left;
  font-weight: bold;
}
#sr-contents .section-showroom-movie .section-content-01 .section-content-image {
  margin: 0 40px 0 0;
  width: 160px;
}
#sr-contents .section-showroom-movie .section-content-01 .section-content-image > img {
  width: 100%;
}
#sr-contents .section-showroom-movie .section-content-02 {
  margin-top: 40px;
}
#sr-contents .section-showroom-movie .section-content-02 small {
  color: #f4b74d;
  font-size: 140%;
  line-height: 1;
}
#sr-contents .section-showroom-movie .section-content-03 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#sr-contents .section-showroom-movie .section-content-unit {
  width: 205px;
  margin-right: 20px;
}
#sr-contents .section-showroom-movie .section-content-unit:last-child {
  margin-right: 0;
}
#sr-contents .section-showroom-movie .section-content-unit dt {
  margin-bottom: 10px;
}
#sr-contents .section-showroom-movie .section-content-unit dt > img {
  width: 100%;
}
#sr-contents .section-showroom-movie .section-content-unit dd {
  color: #414141;
}
#sr-contents .section-showroom-movie .section-content-unit dd.data-videoOpen {
  color: #3366cc;
  cursor: pointer;
}
#sr-contents .section-showroom-movie .section-content-unit dd.data-videoOpen:hover {
  text-decoration: underline;
}
#sr-contents .section-showroom-movie .movie-modal {
  display: none;
  opacity: 0;
}
#sr-contents .section-showroom-movie .movie-modal.is-open {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s swing;
  transition: opacity .3s swing;
}
#sr-contents .section-showroom-movie .movie-modal.is-open .movie-modal-content {
  display: block;
  width: 960px;
  z-index: 100000;
}
#sr-contents .section-showroom-movie .movie-modal.is-open .movie-modal-overlay {
  display: block;
  width: 100vw;
  background: black;
  height: 100vh;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  opacity: 0.67;
}
#sr-contents .section-showroom-movie .movie-modal-overlay {
  display: none;
}
#sr-contents .section-showroom-movie .movie-modal-content {
  background: #000;
  position: fixed;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 4px;
  padding: 20px 70px;
  overflow-y: auto;
}
#sr-contents .section-showroom-movie .modal-content-video {
  width: 820px;
  height: 460px;
}
#sr-contents .section-showroom-movie .movie-modal-content-close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 25px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-image: url(../images/showroom_sub/button_close_white.png);
  background-position: 0 0;
}
#sr-contents .section-showroom-services {
  background: #eff6fc;
  border-radius: 4px;
  padding: 40px 68px;
  margin: 50px 0;
}
#sr-contents .showroom-services-title {
  font-size: 171%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
}
#sr-contents .services-content .services-text-area {
  position: relative;
}
#sr-contents .services-pagenate {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sr-contents .services-pagenate li {
  background: #c3c3c3;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  display: table;
  margin-left: 5px;
}
#sr-contents .services-pagenate li:first-child {
  margin-left: 0;
}
#sr-contents .services-pagenate li.current {
  background: #268ff2;
}
#sr-contents .services-pagenate li span {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#sr-contents .near-showroom-area {
  background: #f7f7f7;
}
#sr-contents .near-showroom-area .near-showroom {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
#sr-contents .map-canvas {
  border: none;
  width: 100%;
  height: 360px;
}
#sr-contents .map-expansion {
  text-align: right;
}
@media only screen and (min-width: 737px) {
  #sr-contents .facility-and-service-icons .icon-item:nth-child(7n+1) {
    margin-left: 0;
  }
  #sr-contents .nav-area-wrap {
    height: 60px;
  }
  #sr-contents .fix-wrap {
    position: fixed;
    top: 127px;
    background: #fff;
    width: 100%;
    z-index: 999;
  }
  #sr-contents .fix-wrap.shadow {
    box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.6);
  }
  #sr-contents .breadcrumb {
    padding: 8px 0;
  }
  #sr-contents .breadcrumb:before {	/* 2016-08-02霑ｽ險� */
	position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    background: #fff;
    content: "";
    display: block;
    margin-top: -50px;
  }
  #sr-contents .page-title {
    /*width: 50%;*/
    font-size: 228%;
    line-height: 1.3;
    padding-bottom: 26px;
    position: relative;
  }
  #sr-contents .page-title:after {
    height: 5px;
    width: 150px;
  }
  #sr-contents .page-header {
    margin: 20px 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #sr-contents .reserve-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sr-contents .reserve-area .reserve-area-net,
  #sr-contents .reserve-area .reserve-area-tel {
    padding: 6px 15px 12px;
    border-radius: 4px;
    width: 465px;
  }
  #sr-contents .reserve-area .reserve-area-net .link-button {
    margin-top: 13px;
  }
  #sr-contents .reserve-area .tel-area {
    line-height: 1;
    margin-bottom: 16px;
  }
  #sr-contents .reserve-area .text-area {
    font-size: 114%;
    line-height: 1.5;
  }
  #sr-contents .reserve-area .phone-number {
    font-size: 214%;
  }
  #sr-contents .reserve-area .reserve-title {
    font-size: 171%;
    font-weight: bold;
    margin-bottom: 13px;
  }
  #sr-contents .services-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 20px;
  }
  #sr-contents .services-title .services-no {
    margin-top: 9px;
  }
  #sr-contents .services-title .services-text {
    margin-left: 8px;
  }
  #sr-contents .services-title .services-text .services-text-inner b {
    font-weight: normal;
    color: #268ff2;
  }
  #sr-contents .modal-page {
    width: 820px;
    /* For Edge */
  }
  #sr-contents .modal-page .services-no {
    width: 52px;
  }
  #sr-contents .modal-page .services-text .services-text-inner {
    min-width: 320px;
  }
  #sr-contents .services-list {
    margin-top: 23px;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #sr-contents .services-list li {
    width: 405px;
    height: 92px;
    background: #eff7fc;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  #sr-contents .services-list .services-title {
    margin: 0 0 10px;
  }
  #sr-contents .services-list .services-no {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 18px;
    margin-top: 0;
  }
  #sr-contents .services-list .services-text {
    display: table;
    height: 100%;
  }
  #sr-contents .services-list .services-text .services-text-inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 136%;
  }
  #sr-contents .services-text .services-text-inner {
    font-size: 186%;
  }
  #sr-contents .services-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sr-contents .services-content .services-text-area {
    width: 510px;
  }
  #sr-contents .services-content .services-text-area p.services-caption {
    font-size: 114%;
    height: 112px;
    margin-bottom: 10px;
    overflow-y: auto;
  }
  #sr-contents .services-content .services-text-area p.services-caption .logo-e-pre {
    margin-top: 4px;
  }
  #sr-contents .services-content .services-image-area {
    width: 277px;
  }
  #sr-contents .services-content .services-image-area img {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 736px) {
  #sr-contents {
    padding-top: 0;
  }
  #sr-contents .modal-content {
    top: 10%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 25px 10px 20px;
  }
  #sr-contents .modal-content.active {
    width: 90vw;
    height: auto;
    min-height: 80vh;
    max-height: 80vh;
    z-index: 100000;
  }
  #sr-contents .modal-content .modal-header .showroom-section-title {
    margin: 0 0 14px;
  }
  #sr-contents .modal-content .button-next,
  #sr-contents .modal-content .button-prev {
    width: 25px;
    height: 44px;
    background-size: 25px 44px;
    background-repeat: no-repeat;
  }
  #sr-contents .modal-content .button-prev {
    left: 4px;
  }
  #sr-contents .modal-content .button-next {
    right: 4px;
  }
  #sr-contents .modal-content .button-close {
    right: 12px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  #sr-contents .breadcrumb {
    margin-bottom: 0;
  }
  #sr-contents .nav-area-wrap {
    position: relative;
    top: 0;
    display: block;
  }
  #sr-contents .nav-area {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #sr-contents .opening-hours-area {
    margin-bottom: 20px;
  }
  #sr-contents .page-nav-main {
    width: auto;
  }
  #sr-contents .page-nav-main ul {
    -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: 10px 4.6875%;
  }
  #sr-contents .page-nav-main ul li {
    margin-left: 0;
  }
  #sr-contents .page-nav-main ul li span {
    display: block;
    height: 100%;
    padding: 6px 8px 6px 18px;
    margin-right: 4px;
  }
  #sr-contents .page-nav-main ul li:last-child {
    width: 100%;
  }
  #sr-contents .opening-hours-area {
    width: 100%;
  }
  #sr-contents .page-header {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sr-contents .page-title {
    margin-top: 4.6875%;
  }
  #sr-contents .reserve-area {
    width: 100%;
    display: block;
  }
  #sr-contents .reserve-area .reserve-area-tel,
  #sr-contents .reserve-area .reserve-area-net {
    padding: 6px 15px 12px;
    margin-bottom: 20px;
  }
  #sr-contents .reserve-area .reserve-title {
    font-size: 157%;
  }
  #sr-contents .reserve-area .phone-number {
    font-size: 143%;
  }
  #sr-contents .reserve-area .reserve-area-net .link-button {
    margin-top: 13px;
  }
  #sr-contents .news-title {
    font-size: 129%;
    margin: 20px 0;
  }
  #sr-contents .page-nav-sub ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #sr-contents .page-nav-sub ul li {
    transition: all 0.3s ease;
    width: 48%;
    height: 50px;
    border-radius: 4px;
    margin-left: 2%;
    margin-bottom: 12px;
    display: table;
    border: 2px solid #d0d0d0;
  }
  #sr-contents .page-nav-sub ul li span {
    font-size: 100%;
  }
  #sr-contents .page-nav-sub ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  #sr-contents .event-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #sr-contents .event-item .event-thumbnail {
    width: contentWidthSP;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px 0;
  }
  #sr-contents .event-item .event-content {
    width: 100%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #sr-contents .event-item .event-content p {
    font-size: 100%;
  }
  #sr-contents .main-visual {
    margin-bottom: 20px;
  }
  #sr-contents .collaboration-info {
    display: block;
    margin: 0 0 20px;
  }
  #sr-contents .collaboration-info .image-area {
    margin-right: 0;
  }
  #sr-contents .collaboration-info .image-area img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  #sr-contents .collaboration-info figcaption {
    max-width: 730px;
  }
  #sr-contents .important-announcement {
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  #sr-contents .important-announcement .announcement-caption {
    font-size: 100%;
    word-wrap: break-word;
  }
  #sr-contents .important-announcement .announcement-headline {
    font-size: 114%;
    padding-left: 32px;
    margin-top: -11px;
  }
  #sr-contents .important-announcement .announcement-caption +  .announcement-headline{
    margin-top:1em;
  }
  #sr-contents .important-announcement .announcement-headline:before {
    top: 1px;
  }
  #sr-contents .facility-and-service-icons {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sr-contents .facility-and-service-icons .icon-item {
    margin: 0 6px 10px;
    font-size: 71%;
  }
  #sr-contents .facility-and-service-icons .icon-item img {
    width: 80px;
  }
  #sr-contents .section-preparation .step-area {
    margin-bottom: 18px;
    margin-top: 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: none;
        -ms-flex-pack: none;
            justify-content: none;
  }
  #sr-contents .section-preparation .step-area .step-item {
    width: 100%;
    margin-bottom: 20px;
  }
  #sr-contents .section-preparation .step-area .step-item .free-dial-area .text-area .phone-number {
    font-size: 143%;
  }
    #sr-contents .section-showroom-movie {
    margin: 20px 0;
  }
  #sr-contents .section-showroom-movie .title-showroom-movie {
    font-size: 171%;
    line-height: 1.3;
    padding: 16px 20px 20px;
  }
  #sr-contents .section-showroom-movie .movie-content {
    padding: 20px 20px  20px;
  }
  #sr-contents .section-showroom-movie .header-sub-01 {
    color: #444;
    line-height: 1.8;
    font-size: 150%;
    margin-bottom: 10px;
  }
  #sr-contents .section-showroom-movie .header-sub-01:after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background: #b0b0b0;
    margin-top: 10px;
  }
  #sr-contents .section-showroom-movie .section-content-01 {
    display: block;
  }
  #sr-contents .section-showroom-movie .section-content-01 .category-header {
    margin-bottom: 20px;
    font-size: 160%;
    text-align: center;
  }
  #sr-contents .section-showroom-movie .section-content-01 .section-content-image {
    margin: 0 auto;
    width: 45%;
  }
  #sr-contents .section-showroom-movie .section-content-01 .section-content-image > img {
    width: 100%;
  }
  #sr-contents .section-showroom-movie .section-content-01 .section-content-text {
    margin-top: 20px;
  }
  #sr-contents .section-showroom-movie .section-content-02 {
    margin-top: 40px;
  }
  #sr-contents .section-showroom-movie .section-content-02 small {
    color: #f4b74d;
    font-size: 120%;
    line-height: 1;
  }
  #sr-contents .section-showroom-movie .section-content-03 {
    margin-top: 40px;
    display: block;
  }
  #sr-contents .section-showroom-movie .section-content-unit {
    width: 100%;
    margin-bottom: 20px;
  }
  #sr-contents .section-showroom-movie .section-content-unit dt {
    margin-bottom: 10px;
  }
  #sr-contents .section-showroom-movie .section-content-unit dt > img {
    width: 100%;
  }
  #sr-contents .section-showroom-movie .section-content-unit dd {
    color: #414141;
  }
  #sr-contents .section-showroom-movie .section-content-unit dd.data-videoOpen {
    color: #3366cc;
    cursor: pointer;
  }
  #sr-contents .section-showroom-movie .section-content-unit dd.data-videoOpen:hover {
    text-decoration: none;
  }
  #sr-contents .section-showroom-movie .movie-modal {
    display: none;
    opacity: 0;
  }
  #sr-contents .section-showroom-movie .movie-modal.is-open {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
  #sr-contents .section-showroom-movie .movie-modal.is-open .movie-modal-content {
    width: 90vw;
    height: auto;
    z-index: 100000;
  }
  #sr-contents .section-showroom-movie .movie-modal.is-open .movie-modal-overlay {
    display: block;
    width: 100vw;
    background: black;
    height: 100vh;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    opacity: 0.67;
  }
  #sr-contents .section-showroom-movie .movie-modal-overlay {
    display: none;
  }
  #sr-contents .section-showroom-movie .movie-modal-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    padding: 25px 10px;
  }
  #sr-contents .section-showroom-movie .modal-content-video {
    width: 100%;
    height: 240px;
  }
  #sr-contents .section-showroom-movie .movie-modal-content-close {
    position: absolute;
    cursor: pointer;
    right: 12px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-image: url(../images/showroom_sub/button_close_white.png);
    background-position: 0 0;
  }
  #sr-contents .section-showroom-services {
    padding: 20px 10px;
    margin: 50px 0;
  }
  #sr-contents .map-canvas {
    height: 260px;
  }
  #sr-contents .services-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 20px;
  }
  #sr-contents .services-title .services-no {
    margin-top: 9px;
    width: 26px;
  }
  #sr-contents .services-title .services-text {
    margin-left: 8px;
  }
  #sr-contents .services-title .services-text .services-text-inner b {
    font-weight: normal;
    color: #268ff2;
  }
  #sr-contents .services-list {
    margin-top: 23px;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #sr-contents .services-list li {
    width: 100%;
    height: 70px;
    background: #eff7fc;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  #sr-contents .services-list .services-title {
    margin: 0 0 10px;
  }
  #sr-contents .services-list .services-no {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 6px;
    margin-top: 0;
  }
  #sr-contents .services-list .services-text {
    display: table;
    height: 100%;
  }
  #sr-contents .services-list .services-text .services-text-inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 107%;
  }
  #sr-contents .services-text .services-text-inner {
    font-size: 107%;
  }
  #sr-contents .services-content .services-text-area {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #sr-contents .services-content .services-text-area p.services-caption {
    font-size: 114%;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  #sr-contents .services-content .services-text-area .services-pagenate {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }
  #sr-contents .services-content .services-text-area .services-title {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #sr-contents .services-content .services-image-area {
    width: 100%;
  }
  #sr-contents .services-content .services-image-area img {
    margin-top: 20px;
  }
}