@charset "UTF-8";
/* MainVisual
======================================================================*/
.MainVisual {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .MainVisual {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.MainPhoto {
  position: relative;
  width: 100%;
}
.MainVisual h2.ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #FFFFFF;
}
.MainPhoto p.cap {
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  /*.MainVisual h2.ttl img{
	max-width: 80px;
}*/
}
@media screen and (max-width: 480px) {
  .MainVisual p.ttl img {
    max-width: 60px;
  }
}
/* introWrap
======================================================================*/
.introWrap {}
.introWrap h2 {
  margin-bottom: 80px
}
@media screen and (max-width: 768px) {
  .introWrap h2 {
    margin-bottom: 40px
  }
}
.introWrap h3 {
  margin-bottom: 20px
}
.introWrap p.lead {
  letter-spacing: -0.05em;
}
/* equipment
======================================================================*/
.desequipmentign {
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .equipment {
    padding: 1em 0;
  }
}
.equipment h2 {
  margin-bottom: 80px
}
@media screen and (max-width: 768px) {
  .equipment h2 {
	  font-size: 2.0rem!important;
    margin-bottom: 40px
  }
}
#contents .equipment h3.eng{
    /*text-align: center;
	line-height: 1.5;*/
    font-size: 4.0rem;
	color: #897d76;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px){
#contents .equipment h3.eng{
    font-size: 2.2rem;
	margin-bottom: 20px;
}
}
#contents .equipment h4.line{
	font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.9rem;
	font-weight: 700;
	color: #897d76;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C9CACA;
}
@media screen and (max-width: 768px){
#contents .equipment h4.line{
    font-size: 1.8rem;
}
}

#contents .equipment p.caption {
  font-size: 1.2rem;
  margin-bottom: 4em;
}

.equipment .photo {
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .equipment .photo {
    margin-bottom: 2em;
  }
}

/*equip-wrap
======================================================================*/
.equip-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
.equip-wrap {
}
}

.equip-wrap::after{
  content:"";
  display: block;
  width: 30%;
}

.equip-col{
	width: 30%;
	max-width: 300px;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;*/
	margin-bottom: 4em;
}

@media screen and (max-width: 768px) {
.equip-col{
	width: 100%;
	margin: 0 auto 2em;
}
}

.equip-col .equip-img {
  margin-bottom: 10px;
}

.equipment .col-txt {
  /*padding: 50px 30px;*/
}
@media screen and (max-width: 768px) {
  .equipment .col-txt {
  }
}

.equipment .equip-col p {
	/*font-family: 'Noto Serif JP', 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;*/
	font-size: 1.5rem;
	letter-spacing: 0;
	text-align: justify;
}
@media screen and (max-width: 768px) {
  .equipment .equip-col p {
    font-size: 1.4em;
    text-align: justify !important;
  }
}
#contents .equip-col p span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
#contents .equip-col p span {
    font-size: 1.1em;
  }
}
