@import url(common.css);

/* 背景色 */
/* main {
  background-color: hsla(170, 71%, 26%, 0.3);
} */
/* 大見出し */
h1 {
  padding-bottom: 70px;
}
/* 幅 */
.ivent {
  max-width: 1152px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  /* background-color: #fff; */
}
/* 中見出し(イベント名) */
h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 55px;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #333;
  text-align: center;
  padding-bottom: 15px;
  text-align: left;
}
/* 画像をflex表示 */
.iventimg {
  display: flex;
  column-gap: 10px;
}

.ivent p {
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #333;
  text-align: center;
  padding-bottom: 15px;
  text-align: left;
}

.iventseason {
  padding-bottom: 40px;
}

@media (max-width: 1152px) {
  h2 {
    font-size: 4.78vw;
    padding-bottom: 1.3vw;
  }
  .iventimg {
    column-gap: 0.87vw;
  }
  .ivent p {
    font-size: 2.5vw;
    padding-bottom: 1.3vw;
  }
  .iventseason {
    padding-bottom: 3.47vw;
  }
}
