@charset "UTF-8";

/*------------------------------------------------------------pagetitle*/
#pagetitle {
  margin-bottom: 20px;
  min-height: calc(222px * 0.8);
  background: url(../img/common_img/bg_hamono_pc.jpg) no-repeat 40% top;
  background-size: cover;
  text-align: center;
  position: relative;
}

#pagetitle h2 {
  color: #fff;
  font-size: calc(40px * 0.7);
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print,
screen and (min-width:768px) {
  #pagetitle {
    min-height: 222px;
    background: url(../img/common_img/bg_hamono_pc.jpg) no-repeat center bottom;
    background-size: auto 100%;
    position: relative;
  }

  #pagetitle h2 {
    font-size: 40px;
  }
}


/* -------------------------contents */
.cts_cate_tx {
  margin: 0 auto 2em;
}

.cts_cate_tx p {
  line-height: 1.6;
}

.yamagata_hamono_bnr{
  margin-bottom: 50px;
  transition: 0.2s;
}
.yamagata_hamono_bnr:hover{
  opacity: 0.7;
}