body {
  font-family: 'M PLUS 1p', sans-serif;

  width: 1200px;
   margin: 0 auto;
}

header {
  text-align: center;
  background-color: #ffffff;
  padding: 30px 30px 20px;
}

header h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

main .top {
  padding: 30px 0;
  background-color: #fdfde8;
  display: flex;
}
main .top-1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
 
}
.top .row {
  display: flex;
  justify-content: space-between;
   margin-bottom: 30px;
}
.top-1 table {
  width: 100%;
  margin-top: 50px;
 
}
.top-1 table tr {
padding: 15px 15px;
display: block;
border-bottom: solid 2px #6c35a7;
}
.top-1 table tr th {
width: 100px;

}
.top-1 table tr td:nth-child(2) {
width: 100px;


}
.top .col {
  width: 98%;
}

.hero-box {
  width: 85%;
  height: 80%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: block;
}

.event {
  width: 85%;
  margin: 0 auto;
  padding: 64px 0;
}

.event h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  
}

.event p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.event .row {
  display: flex;
  gap: 0 2%;
}

.event .col {
  width: 32%;
}

.event img {
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.event h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.event .text {
  line-height: 1.5;
  text-align: left;
}

.event .gallery {
  padding: 64px 0;
  background-color: antiquewhite;
}




/* ------よやく */
.yoyaku {
  width: 85%;
  margin: 0 auto;
  padding: 64px 0;
}

.yoyaku h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.yoyaku p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  /* margin-bottom: 20px; */
}

.yoyaku .row {
  display: flex;
  gap: 0 2%;
}

.yoyaku .col {
  width: 49%;
}

.yoyaku img {
  /* border-radius: 10px; */
  /* margin-bottom: 30px; */
  /* width: 100%; */
  /* height: auto; */
  /* aspect-ratio: 8 / 5; */
  /* object-fit: cover; */
}

.yoyaku h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.yoyaku .text {
  line-height: 1.5;
  text-align: center;
}

.yoyaku .gallery {
  padding: 64px 0;
  background-color: rgb(34, 22, 6);
}
footer {
  text-align: center;
  padding: 10px 0 40px;
}