@import url("https://fonts.googleapis.com/css?family=Questrial");

.sh-gradient-wrapper {
  padding-bottom: 40px;
}

.sh-equipment-gradient-top {
}

.sh-page-title {
}

.sh-modelroom-slide-wrapper {
  margin: 30px 0px 10px;
}

.sh-modelroom-link-buttons {
  max-width: 940px;
  margin: 0 auto 20px;
}

.sh-modelroom-link-buttons ul {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sh-modelroom-link-buttons ul li {
  display: table-cell;
  vertical-align: top;
}

.sh-modelroom-link-buttons ul li a {
  display: block;
  position: relative;
  padding: 12px 6px;
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1em;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 2px groove #fff;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(51%, #e5e5e5), to(#e5e5e5));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #e5e5e5 51%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sh-modelroom-link-buttons ul li a:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #c7c6c7;
}

.sh-modelroom-link-buttons ul li a b {
  font-weight: normal;
  font-size: 30px;
}

html.no-touch .sh-modelroom-link-buttons ul li a:hover,
.sh-modelroom-link-buttons ul li.current a {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  text-decoration: none;
  background: #a1a1a1;
  background: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), color-stop(50%, #898a8a), color-stop(51%, #515151), to(#6d6b6c));
  background: linear-gradient(to bottom, #989692 0%, #55585a 50%, #141312 51%, #303030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#6d6b6c',GradientType=0 );
}

html.no-touch .sh-modelroom-link-buttons ul li a:hover:after,
.sh-modelroom-link-buttons ul li.current a:after {
  background: #fbf1c3;
  background: linear-gradient(180deg, #333 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(135deg, #8f503d 0%, #ff525c 50%, #ff525c 51%, #8f503d 100%);
}

.sh-modelroom-slide-thumb {
  text-align: center;
  border: 1px outset #999;
  background: #363636;
  background: -webkit-gradient(linear, left top, left bottom, from(#494949), color-stop(50%, #363636), color-stop(51%, #232323), to(#202020));
  background: linear-gradient(to bottom, #494949 0%, #363636 50%, #232323 51%, #202020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#202020',GradientType=0 );
}

.sh-modelroom-slide-thumb .slick-dots {
  display: inline-block;
  margin: 0 auto;
  padding: 4px 5px;
  text-align: left;
}

.sh-modelroom-slide-thumb .slick-dots li {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 4px 5px;
  cursor: pointer;
}

.sh-modelroom-slide-thumb .slick-dots li div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
}

.sh-modelroom-slide-thumb .slick-dots li div img {
  width: 100%;
  vertical-align: top;
  opacity: 0.5;
}

.sh-modelroom-slide-thumb .slick-dots li.slick-active {
  cursor: default;
}

.sh-modelroom-slide-thumb .slick-dots li.slick-active div {
  border-color: #e8d38c;
}

.sh-modelroom-slide-thumb .slick-dots li.slick-active div img {
  opacity: 1;
}


.sh-modelroom-box .pure-g {
  margin: 0 -1.06383%;
}
.sh-modelroom-box .pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2.083334%;
  padding: 0 1.041667%;
}
.sh-modelroom-box-inner {
}

.sh-modelroom-box a {
  display: block;
  position: relative;
  background-color: #000;
  overflow: hidden;
  margin-bottom: 13.793103%;
}
.sh-modelroom-contents-image {
  opacity: .5;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
html.touch .sh-modelroom-contents-image {
  opacity: .8;
}
.sh-modelroom-contents-image img {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.sh-modelroom-contents-border {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 6px solid rgba(255, 255, 255, .2);
}
.sh-modelroom-contents-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

html.no-touch .sh-modelroom-box a:hover .sh-modelroom-contents-image {
  opacity: 1;
}
html.no-touch .sh-modelroom-box a:hover .sh-modelroom-contents-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.sh-modelroom-contents-box {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.sh-contents-comment {
    text-align: left;
}
.sh-contents-comment-text {
    color: #333;
}

@media screen and (max-width: 1024px) {
  .sh-modelroom-slide-wrapper {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .sh-gradient-wrapper {
    padding-bottom: 0;
  }
  .sh-modelroom-slide-wrapper {
    margin: 0;
  }
  .sh-modelroom-link-buttons {
  	padding: 0 10px;
  }
  .sh-modelroom-slide-thumb .slick-dots {
    padding: 2px;
  }
  .sh-modelroom-slide-thumb .slick-dots li {
    padding: 2px;
  }

  .sh-page-title {
  }
  .sh-modelroom-contents-box {
      padding-left: 0;
      padding-right: 0;
  }

  .sh-contents-comment {
      padding-top: 30px;
  }
}

