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: #4d3486;
  text-shadow: 4px 4px 3px #ece9fb;
}

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

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

.section-2 h2 {
  padding-top: 40px;
  text-align: center;
  font-size: 24px;
  margin: 10px 0 20px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 64px;
}

.col-1 {
  width: 40%;
  margin-left: 20px;
}

.col-1 .table th,
.col-1 .table td {
  width: 200px;
  height: 70px;
  font-size: 20px;
  border: 1px #999;
  text-align: center;
  border: 1px solid #000000;
  vertical-align: middle;
}

.col-2 {
  width: 57%;
  margin-left: 20px;
}

.col-2 .table th,
.table td {
  width: 250px;
  height: 35px;
  font-size: 20px;
  border: 1px #999;
  text-align: center;
  border: 1px solid #000000;
  vertical-align: middle;
}

.col-2 .table .ss {
  font-size: 17px;
}

.col-2 .huku-1 {
  display: inline;
    background-color: #f5926b88;
  }

.col-2 .table .huku {
  background-color: #f5926b88;
  }

.col-2 .yaku-1 {
  line-height: 2;
   display: inline;
   background-color: #34198488;
   }

.col-2 .table .yaku {
  background-color: #34198488;
}


.content {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}


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