@charset "UTF-8";

#title {
	background-image: url(../img/eq/eq_title.png);
}


/*////////////////////////////////////////
  Equipment Menu
////////////////////////////////////////*/

#main {
  padding-top: 30px;
}

.snav {
  margin: 0 0 30px;
  letter-spacing: -.33em;
}
.snav li {
  width: calc(100% / 4 - 12px );
  display: inline-block;
  margin: 0 5px 10px;
  letter-spacing: .05em;
  vertical-align: top;
}
.snav li a {
  width: 100%;
  display: block;
  box-sizing:
  border-box;
  padding: .5em -0px;
  background-color: #FFF;
/*  border: 1px solid #000;*/
  font-family: copperplate, serif;
  font-size: 16px;
  text-align: center;
  transition-duration: .5s;
  color:#000;
}
#main .snav li a {
    font-family: copperplate, serif;
}
.snav li.onn a,
.snav li a:hover {
  color: #ffffff;
  text-shadow:0 0 3px rgba(0,0,0,.5);
  background-color: #bba475;
}


/*////////////////////////////////////////
  common
////////////////////////////////////////*/
.wrap {
  margin: 0 -5px 50px;
  letter-spacing: -.33em;
}
.wrap .half {
  width: calc(50% - 12px);
  display: inline-block;
  margin: 0 5px 5px;
  box-sizing:border-box;
  letter-spacing: .05em;
  vertical-align: top;
}
#main .wrap .half > img {
  margin-bottom: 5px;
}
.wrap .half img,
.imgBox img {
  width: 100%;
  vertical-align: baseline;
}
#main img {
  margin-bottom: 0;
}
#main .wrap .half p {
  line-height: 1.25;
  color: #FFF; 
}

#main.eq1 .wrap .half:nth-child(1) img,
#main.eq2 .wrap .half:nth-child(1) img,
#main.eq3 .wrap .half:nth-child(1) img,
#main.eq4 .wrap .half:nth-child(1) img {
  display: block;
}

.eq6 .outerBox.illust .imgBox {
  box-sizing:border-box;
  max-width:800px;
  margin:0 auto;
}

.eq7 .wrap {
  background:#f8f5ee;
  padding:30px;
  box-sizing:border-box;
}
#main.eq7 .wrap .outerBox.txt p {
  letter-spacing: normal;
  line-height:1.8em;
  font-size:1.1em;
  margin-bottom:1em;
}
#main.eq7 .outerBox p sup {
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 70%;
	position: relative;
	bottom:4px;
}
.eq7 .wrap .half:last-child .imgBox {
  box-sizing:border-box;
  padding:0 60px;
}
#main.eq7 .wrap .half p.capt {
  text-align:right;
  padding:0.5em 0 0;
  box-sizing:border-box;
}
#main.eq7 .wrap .half p.capt2 {
  padding:1em 0 0;
  box-sizing:border-box;
}

.outerBox {
  margin: 0 -5px 0;
  box-sizing: border-box;
  letter-spacing: -.33em;
}
.eq5 .outerBox,
.eq6 .outerBox,
.eq7 .outerBox {
  margin: 0 -5px;
}
.outerBox div[class^="x"] {
  display: inline-block;
  margin: 0 5px 15px;
  /* border-radius: 10px; */
  box-sizing: border-box;
  vertical-align: top;
  /* background-color: rgb(87 87 87 / 25%); */
  background-color: rgb(37 30 28 / 60%);
  
}
.outerBox .x1 {
  width: calc(100% - 12px);
}
.outerBox .x2 {
  width: calc(100% / 2 - 12px);
}
.outerBox .x3 {
  width: calc(100% / 3 - 12px);
}
.outerBox .x4 {
  width: calc(100% / 4 - 12px);
}

.outerBox div {
  letter-spacing: .05em;
}

.outerBox > div {
  box-sizing:border-box;
}
.outerBox div[class^=x] .x2 {
  display: inline-block;
  width: calc( 100%/2  - 12px );
  background-color: transparent;
}
.outerBox .x2 .x2:not(.imgBox) {
  margin:0 -10px 0 0;
  width: calc(50% + 14px);
}

.eq3 .outerBox div[class^=x] .imgBox.x2 {
  height: 100%;
/*  background-image: url(../img/eq/eq3_img07.png);*/
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.outerBox div[class^=x] .imgBox.x2 img {
  width: auto;
}

#main .half:nth-child(1) h3,
#main .outerBox h3 {
  display: block;
  margin-bottom: 0;
  padding:0.8em 0.5em 0.5em;
  box-sizing:
  border-box;
  font-size: 16px;
  font-weight: 500;
  /* color: #ddcdb3; */
  color: #71b7b0;
  line-height: 1.25;
}
#main .outerBox h3.mm {
	margin-top: -0.5em;
}
#main .outerBox h3 span {
  float: right;
  font-size: 11px;
  color: #000;
}
#main .half:nth-child(1) p,
#main .outerBox p {
  font-size: 13px;
  line-height: 1.3;
  padding:0 0.5em 1.2em;
  margin:0;
}
#main .outerBox p span {
  display: block;
  padding-left: 1em;
  box-sizing:border-box;
  font-size:0.8em;
  text-indent: -1em;
  letter-spacing:normal;
  line-height:inherit;
}
#main .caption1 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.25;
	padding-top: 0.5em;
  box-sizing:border-box;
}
#main .caption2 {
  margin-bottom: 0;
  font-size: 12px;
  text-align: right;
}


@media screen and (max-width:1200px){/*/////*/



}/* max-width:1200px END /////*/


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

  .eq7 .wrap {
    padding:20px;
    box-sizing:border-box;
  }

  .outerBox div.x3 {
    width: calc(100% / 2 - 12px);
  }

  .eq7 .wrap .half:last-child .imgBox {
    padding:0 20px;
    box-sizing:border-box;
  }

}/* max-width:1024px END /////*/

@media screen and (max-width:736px){/*/////*/

  .snav li:nth-child(5) {
    width: calc(100% / 2 - 12px );
  }

  .eq1 .half,
  .eq2 .half,
  .eq3 .half,
  .eq4 .half {
    width: 100%;
    margin: 0 0 5px;
  }
  .eq1 .half:first-child,
  .eq2 .half:first-child,
  .eq3 .half:first-child,
  .eq4 .half:first-child {
    width: 70%;
    display: block;
    margin: 0 auto 20px;
  }
  .eq2 .half:first-child {
    margin-bottom: 10px;
  }

  .eq3 .outerBox div[class^=x] .imgBox.x2 {
    width: 50%;
    /* height: calc(50vw * 1.556); */
  }

}/* max-width:736px END /////*/

@media screen and (max-width:640px){/*/////*/

  .wrap {
    margin-bottom:0px;
  }

  .snav li {
    width: calc(100% / 2 - 12px );
  }

  .eq7 .wrap {
    padding:10px;
  }

  .eq1 .half:first-child,
  .eq2 .half:first-child,
  .eq3 .half:first-child,
  .eq4 .half:first-child {
    width: 100%;
  }

  .eq7 .half {
    width: 100%;
  }

  .outerBox .x3,
  .outerBox .x4 {
    width: calc(100% / 2 - 12px);
  }

  .eq7 .half .outerBox div.x1,
  .eq7 .half .outerBox div.x2  {
    margin:0 auto 20px;
  }
  .eq7 .half .outerBox div.x2:nth-child(2n) {
    margin-right:10px;
  }

  .eq7 .wrap .half:last-child .imgBox {
    padding:0;
    box-sizing:border-box;
    text-align:center;
  }
  .eq7 .wrap .half:last-child .imgBox img {
    max-width:200px;
  }
  .outerBox .x2 .x2:not(.imgBox) {
    width: calc(50%);
}

}/* max-width:640px END /////*/


@media screen and (max-width:400px){/*/////*/

  .snav li:nth-child(5) {
    width: calc(100% - 12px );
  }
  .eq7 .half {
    width: 100%;
    margin:0;
  }
  .eq7 .half .outerBox div.x2:nth-child(2n) {
    margin-right:auto;
  }

  .outerBox {
    margin: 0;
  }
  .outerBox div.x1,
  .outerBox div.x2,
  .outerBox div.x3,
  .outerBox div.x4 {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
  .outerBox .x2 div.imgBox.x2 {
    margin-bottom: 0;
  }

  .eq7 .half .outerBox div.x1,
  .eq7 .half .outerBox div.x2 {
    width:calc(100% - 20px);
  }


}/* max-width:400px END /////*/