@charset "UTF-8";

/* galleryのページごとのスタイル */

section a {
  color: #999;
}

section {
  width: 95%;
  margin: auto;
}
section h4 {
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
section p {
  font-weight: normal;
  color: #ccc;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.3rem;
}
#maintext img {
  margin-bottom: 30px;
}
#maintext p {
  color: #000;
  font-size: 1.4rem;
  text-align: left;
  font-weight: 500;
  font-family: "Arsenal SC", serif;
}

/* 項目が2つのとき */
#maintext #item2 {
  margin-top: -4.45em;
  margin-left: 100px;
  /* font-family: "Zen Kaku Gothic New"; */
  font-weight: normal;


}

/* 項目が４つのとき */
#maintext #item4 {
  margin-top: -7.45em;
  margin-left: 100px;
  font-weight: normal;
  /* font-family: "Zen Kaku Gothic New"; */

}
span {
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
}

#maintext #caption {
  border-top: solid #ddd 1px;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.3rem;
}
#maintext .calendar {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  color: #999;
}

main article {
  margin-bottom: 100px;
}

#privacy h5 {
  color: #000;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
}

#privacy p {
  color: #000;
  font-size: 1.3rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: normal;
}









/* タブレット */
@media screen and (min-width: 600px) {

section {
  width: 80%;
  margin: auto;
}
  
}/*# sourceMappingURL=style2.css.map */







@media screen and (min-width: 960px) {

section {
  width: 70%;
  max-width: 800px;
  margin: auto;
}



}