@charset 'UTF-8';

/*----------------------
 main
 ----------------------*/
.info_mv_sub {
  background-image: url(../img/info/info.jpeg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  height: 52.533333333333333vw;
  position: relative;
  width: 100%;
}
.info_mv_title_box {
  background: #f0ede1;
  bottom: 0;
  left: 50%;
  padding-top: 20px;
  position: absolute;
  transform: translateX(-50%);
  width: 52.8%;
}
.info_mv_title {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}
.info_main_title img {
  margin: 0 auto;
  max-width: 207px;
  padding-top: 48px;
}
.info_main_desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 30px;
}
.info_main_desc .img_title1 {
  margin: 0 auto;
  max-width: 240px;
}
