@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");

@media screen and (min-width: 48em) {
  .pure-u-md-1-3 {
    width: calc(100% / 3);
  }
  .pure-u-md-2-3 {
    width: calc(200% / 3);
  }
  .pure-u-md-7-12 {
    width: 58.333333333%;
  }
}

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

.sh-equipment-gradient-top {
}
.sh-contents {
  max-width: 1180px;
}

.sh-equipment-link-buttons {
  margin: 0 auto 60px;
}

.sh-equipment-link-buttons ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sh-equipment-link-buttons ul li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sh-equipment-link-buttons ul li a {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 12px 6px;
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  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-equipment-link-buttons ul li a.ls-wide {
  letter-spacing: 1em;
  text-indent: 1em;
}

.sh-equipment-link-buttons ul li a.ls-narrow {
  letter-spacing: normal;
}

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

.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom {
  margin-top: 10px;
  margin-bottom: 100px;
}

.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul {
  width: 90%;
  margin: 0 auto;
}

.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul li a {
  padding: 10px 4px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul li a.ls-wide {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul li a.ls-narrow {
  letter-spacing: normal;
}

html.no-touch .sh-equipment-link-buttons ul li a:hover,
.sh-equipment-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-equipment-link-buttons ul li a:hover:after,
.sh-equipment-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, #786617 0%, #fbf1c3 50%, #fbf1c3 51%, #786617 100%);
}

.sh-equipment-img {
  margin-bottom:30px;
}

.sh-equipment-img.MB0 {
  margin-bottom: 0;
}
.sh-equipment-img.MB15 {
	margin-bottom: 15px;
}
.sh-equipment-img.MB30 {
  margin-bottom: 30px;
}
.sh-equipment-img.MB60 {
  margin-bottom: 60px;
}
.sh-equipment-img.MB60_30 {
	margin-bottom: 60px;
}

.sh-equipment-img .pure-g.rows2 {
  margin: 0 -20px;
}
.sh-equipment-img .pure-g.rows2 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.sh-equipment-img .pure-g.rows3 {
  margin: 0 -12.5px;
}
.sh-equipment-img .pure-g.rows3 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12.5px;
}
.sh-equipment-img .pure-g.rows3-2 {
  margin: 0 -30px;
}
.sh-equipment-img .pure-g.rows3-2 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
.sh-equipment-img .pure-g ,
.sh-equipment-img .pure-g.rows4,
.sh-equipment-img .pure-g.rows5 {
  margin: 0 -10px;
}
.sh-equipment-img .pure-g.rows4.MB60 {
	margin-bottom: 60px;
}
.sh-equipment-img .pure-g.rows5.MB20 {
  margin-bottom: 20px;
}
.sh-equipment-img .pure-g > div ,
.sh-equipment-img .pure-g.rows4 > div,
.sh-equipment-img .pure-g.rows5 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.sh-equipment-img .pure-g.rows4-2 {
  margin: 0 -12px;
}
.sh-equipment-img .pure-g.rows4-2 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
}
.sh-equipment-img .pure-g > div,
.sh-equipment-img .pure-g.rows2 > div,
.sh-equipment-img .pure-g.rows3 > div,
.sh-equipment-img .pure-g.rows3-2 > div,
.sh-equipment-img .pure-g.rows4 > div,
.sh-equipment-img .pure-g.rows4-2 > div,
.sh-equipment-img .pure-g.rows5 > div {
	padding-top:10px;
	padding-bottom:20px;
  margin-bottom: 0;
}


.sh-equipment-img .pure-g.rows2-in-3 > div:first-child {
	padding-right: 17.5px;
}
.sh-equipment-img .pure-g.rows2-in-3 > div:last-child {
	padding-left: 17.5px;
}

.sh-equipment-structure .sh-equipment-img .pure-g.rows2 > div {
  padding-bottom:30px;
}


h4.sh-equipment-heading {
  text-align: center;
  margin-bottom: 60px;
  font-size: 33px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}




.sh-equipment-info h5 {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom:3px;
  font-size:26px;
  font-family: "Cinzel", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
/*  border-bottom: 1px solid #1d7150;*/
  color : #546e74;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.sh-equipment-info h5:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  margin-left: 1em;
  background: #546e74;
}
.sh-equipment-info h5 span {
  font-size: 70%;
  color: #333;
  padding-left: 20px;
  position: relative;
  top: -3px;
}
.sh-equipment-heading sup{
	font-size: 40%;
	top: 0;
}
.sh-equipment-info.MB10 {
	margin-bottom:10px !important;
}
.sh-equipment-info.MB10 h5 {
  margin-bottom: 0px;
}
.sh-equipment-info h5.MB3 {
	margin-bottom: 3px;
}



.sh-img-text-box {
  text-align: left;
}
.sh-img-text-box p {
  line-height: 1.5;
}

.sh-img-text-box.MB50 {
  margin-bottom: 50px;
}

.sh-img-text-box > div {
  margin-bottom: 15px;
}
.sh-img-text-box > div.MB20 {
  margin-bottom: 20px;
}

p.sh-equipment-title {
  text-align: left;
  font-size: 22px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  line-height: 1.5;
}
.sh-img-text-box .sh-equipment-title {
  margin-bottom: 10px;
}

.sh-equipment-font33 {
  font-size: 33px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font32 {
  font-size: 32px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font26 {
  font-size: 26px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font24 {
  font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font22 {
  font-size: 22px !important;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font20 {
  font-size: 20px !important;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font18 {
  font-size: 18px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font16 {
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font14 {
  font-size: 14px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font13 {
  font-size: 13px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}

.__color1 {
  color: #546E74;
}

.sh-equipment-text ,
.sh-img-text-box .sh-equipment-text {
  text-align: left;
  font-size: 18px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}


.sh-equipment-text span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  color: #333;
}
.sh-equipment-text.TC {
  text-align: center;
}
.sh-equipment-title sup,
.sh-equipment-text sup {
	top: 0;
}

.LH13 {
  line-height: 1.3;
}
.LH2 {
  line-height: 2;
}

.sh-equipment-image-caption1 {
  font-size: 13px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  position: absolute;
  bottom: 5px;
  right: 5px;
/*	text-shadow: 0 0 3px #333, 1px 0 3px #333, 0 -1px 3px #333, 0 1px 3px #333, -1px 0 3px #333;*/
}
.__bottom0 {
  bottom: 0px;
}
.__left5 {
  right: initial;
  left: 5px;
}
.__center {
  right: initial;
  left: 52%;
}

.sh-equipment-textshadow {
  text-shadow: 0 0 3px #fff, 1px 0 3px #fff, 0 -1px 3px #fff, 0 1px 3px #fff, -1px 0 3px #fff;
}


.sh-color1 {
  color: #fff;
  text-shadow: 0 0 3px #333, 1px 0 3px #333, 0 -1px 3px #333, 0 1px 3px #333, -1px 0 3px #333;
}
.sh-color1_noshadow {
  color: #fff;
}
.sh-color2 {
  color: #00668b;
}
.sh-color3 {
  color: #1f2b64;
}


.__2img img {
  width: 50%;
  float: left;
}

.sh-border {
  border-bottom: 1px solid #1f2b64;
}
.sh-border2 {
  border-top: 1px solid #1f2b64;
  border-bottom: 1px solid #1f2b64;
}



.sh-equipment-equipment .sh-equipment-info h5 {
}
.sh-equipment-text ,
.sh-equipment-equipment .sh-equipment-text {
	line-height: 1.35;
}

.sh-contents-comment {
  margin-bottom:30px;
  background:none;
  border:none;
}
.sh-contents-comment-text {
  font-size: 14px;
}

.sh-flex-reverse {
	flex-direction: row-reverse;
}

.sh-equipment-bnr a:hover {
	opacity: 0.9;
}

.sh-PR {
	position: relative;
}

.MT20_0 {
  margin-top: 20px;
}
.MT30_0 {
	margin-top: 30px;
}
.MT40_0 {
	margin-top: 40px;
}
.MT20_60 {
  margin-top: 20px;
}
.MT50_60 {
  margin-top: 50px;
}
.MB20_40 {
  margin-bottom: 20px;
}
.MB60_30 {
  margin-bottom: 60px;
}

.PT150 {
  padding-top: 150px;
}

sub {
  bottom: 0;
	vertical-align: baseline;
}

.LS1 {
  letter-spacing: 0.1em;
}



@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width:768px) and ( max-width:1150px) {
}

@media screen and (min-width:768px) and ( max-width:1050px) {
  .sh-equipment-link-buttons ul li a {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .sh-equipment-link-buttons ul li a.ls-wide {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
	.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul {
	  width: 95%;
	}
}

@media screen and (min-width:768px) and ( max-width:900px) {
	.sh-equipment-link-buttons ul li a {
		font-size: 1.6vw;
	}
	.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul li a {
		font-size: 1.3vw;
	}
}


@media screen and (max-width: 767px) {
	.sh-gradient-wrapper {
		padding-bottom: 0;
	}
	.sh-equipment-gradient-top {
		padding-top: 20px;
	}
	.sh-equipment-link-buttons {
    margin-top:20px;
    margin-left: 5px;
    margin-right: 5px;
      margin-bottom: 40px;
	}
	.sh-equipment-link-buttons ul li {
		width: 50%;
	}
	.sh-equipment-link-buttons ul li:nth-child(odd) {
		clear: both;
	}
	.sh-equipment-link-buttons ul li a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 4px;
		font-size: 15px;
		letter-spacing: 0.25em;
		text-indent: 0.25em;
	}
	.sh-equipment-link-buttons ul li a.ls-wide {
		letter-spacing: 0.25em;
		text-indent: 0.25em;
	}
	.sh-equipment-link-buttons ul li a.smp-small {
		font-size: 14px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom {
		margin-bottom:0;
		padding-bottom:20px;
	}
	.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul {
		width: 100%;
	}
	.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul li a.smp-small {
		font-size: 13px;
	}

  .sh-equipment-img .pure-g.rows2 {
    margin: 0 -10px;
  }
  .sh-equipment-img .pure-g.rows2 > div {
    padding: 0 10px;
  }
	.sh-equipment-img .pure-g.rows3 {
		margin: 0 -10px;
	}
	.sh-equipment-img .pure-g.rows3 > div {
	  padding: 10px 10px 30px;
	}
  .sh-equipment-img .pure-g.rows4-2 {
    margin: 0 -10px;
  }
  .sh-equipment-img .pure-g.rows4-2 > div {
    padding: 0 10px;
  }
  .sh-equipment-structure .sh-equipment-img .pure-g.rows4 > div {
    padding-bottom: 30px;
  }

	.sh-equipment-img {
	  margin-bottom:20px;
	}
  .sh-img-text-box {
    margin-bottom: 20px;
  }
  .sh-equipment-img .pure-g.rows4 > div.smp-NoMB ,
	.smp-NoMB > .sh-img-text-box ,
	.smp-NoMB > .sh-img-text-box > div {
		margin-bottom: 0;
		padding-bottom: 0;
	}
  .sh-equipment-img .pure-g.rows4-2 > div.smp-NoMB {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  h4.sh-equipment-heading {
    text-align: left;
    font-size: 26px;
    margin-bottom: 40px;
  }
	.sh-equipment-info h5 {
		font-size: 22px;
	}
	.sh-equipment-info h5 span {
	  padding-left: 0px;
	  top: 0px;
	  display: block;
	}

	.sh-equipment-title ,
	.sh-img-text-box .sh-equipment-title {
	  font-size: 20px;
	}

  .sh-equipment-font33 {
    font-size: 26px;
  }
  .sh-equipment-font32 {
    font-size: 26px;
  }
  .sh-equipment-font26 {
    font-size: 22px;
  }
  .sh-equipment-font24 {
    font-size: 20px;
  }
  .sh-equipment-font22 {
    font-size: 20px;
  }
  .sh-equipment-font20 {
    font-size: 18px;
  }
  .sh-equipment-font18 {
    font-size: 16px;
  }
  .sh-equipment-font16 {
    font-size: 14px;
  }

  .sh-equipment-text ,
  .sh-img-text-box .sh-equipment-text {
    font-size: 16px;
  }
  .sh-equipment-text.TC {
    text-align: left;
  }
  .sh-equipment-image-caption1.smp-static {
    position: static;
    text-align: right;
  }

	.PR10 {
		padding-right:0;	
	}
	.PL10 {
		padding-left:0;	
	}
	.PB20-smp {
		padding-bottom: 20px;
	}
  .MT20_0,
  .MT30_0, 
  .MT40_0 {
    margin-top: 0;
  }
  .MT20_60 {
    margin-top: 60px;
  }
  .MT50_60 {
    margin-top: 60px;
  }
  .MB20_40 {
    margin-bottom: 40px;
  }
  .MB60_30 {
    margin-bottom: 30px;
  }
  .PT150 {
    padding-top: 20px;
  }
  .TR.smp-TL {
    text-align: left;
  }
  .__smp-w60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .__smp-w70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .__smp-w80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .__smp-w90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sh-img-text-box.smp-MB0 {
    margin-bottom: 0;
  }
  .__smp-PT10 {
    padding-top: 10px;
  }
  .__smp-PT20 {
    padding-top: 20px;
  }
  .__smp-PT30 {
    padding-top: 30px;
  }
  .__smp-PT40 {
    padding-top: 40px;
  }
  .__smp-PB10 {
    padding-bottom: 10px;
  }
  .__smp-PB20 {
    padding-bottom: 20px;
  }
  .__smp-PB30 {
    padding-bottom: 30px;
  }
  .__smp-PB40 {
    padding-bottom: 40px;
  }
  .__smp-TS {
    text-shadow: 0 0 3px #333, 1px 0 3px #333, 0 -1px 3px #333, 0 1px 3px #333, -1px 0 3px #333;
  }
  .__smp-TL {
    text-align: left;
  }
  .__smp-MLR0 {
    margin-left: 0;
    margin-right: 0;
  }
}


@media screen and (max-width: 450px) {
}




