body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  background-color: rgb(75, 48, 17);
  width: 250px;
  height: 420px;
  transition: all 0.3s;
  z-index: 1000;
}

.sidebar h2 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  line-height: 45px;
  background: rgb(138, 90, 36);
  user-select: none;
  padding-left: 35px;
}

.sidebar img {
  width: 9%;
  margin: 5px 16px 11px 0;
}

.sidebar ul a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  padding-left: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid black;
  transition: 0.4s;
}

ul li:hover a {
  padding-left: 80px;
}

#check {
  display: none;
}

label #btn,
label #cancel {
  position: fixed;
  cursor: pointer;
  background: #b66f2d;
  border-radius: 3px;
  z-index: 1100;
}

label #btn {
  left: 18px;
  top: 13px;
  font-size: 15px;
  color: #fff;
  padding: 6px 12px;
  transition: all 0.5s;
}

label #cancel {
  left: -250px;
  top: 13px;
  color: #fff;
  padding: 4px 9px;
  transition: all 0.5s;
}

#check:checked~.sidebar {
  left: 0;
}

#check:checked~label #btn {
  left: -250px;
  opacity: 0;
  pointer-events: none;
}

#check:checked~label #cancel {
  left: 200px;
}


.section-1 {
  height: 50vh;
  background-image: url("../images/image41.jpg");
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  position: relative;
}

.section-1 .midasi {
  position: absolute;
  top: 35px;
  left: 200px;
}

.section-1 h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #863434;
  -webkit-text-stroke: 1px #ffffff;
}

.section-1 ul {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.section-1 ul li {
  color: antiquewhite;
  margin-top: 25px;
  font-size: 25px;
}

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: 10px;
}

.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: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

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

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

.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%;
  margin-bottom: 20px;
}

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

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

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

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

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

.yoyaku .col {
  width: 49%;
}

.yoyaku img {
  width: 100%;
}

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

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

footer {
  padding: 30px;
  text-align: center;
  font-size: 18px;
}
