@import url("https://fonts.googleapis.com/css?family=Questrial");
.sh-gradient-wrapper {
  padding-bottom: 40px;
}

.sh-modelroom-slide-wrapper {
  margin: 0 80px 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: 6px;
  font-family: "Century Gothic", 'Questrial', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 2px groove #bbb;
  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, #a1a1a1 0%, #898a8a 50%, #515151 51%, #6d6b6c 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) 33%, rgba(255, 255, 255, 0) 100%), linear-gradient(135deg, #786617 0%, #fbf1c3 50%, #fbf1c3 51%, #786617 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-contents-comment {
  text-align: left;
}

@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 {
    margin-bottom: 0;
  }
  .sh-modelroom-slide-thumb .slick-dots {
    padding: 2px;
  }
  .sh-modelroom-slide-thumb .slick-dots li {
    padding: 2px;
  }
}
