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: 540px;
  transition: all 0.3s;
  z-index: 1000;
}

.sidebar h2 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  line-height: 45px;
  background: rgb(160, 125, 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;
}

.sidebar ul li:nth-child(1) {
  font-family: "WDXL Lubrifont JP N", sans-serif;
}

.sidebar ul li:nth-child(2) {
  font-family: "Mochiy Pop One", sans-serif;
}

.sidebar ul li:nth-child(3) {
  font-family: "Rampart One", sans-serif;
}

.sidebar ul li:nth-child(4) {
  font-family: "Potta One", system-ui;
}

.sidebar ul li:nth-child(5) {
  font-family: "Yuji Mai", serif;
}

.sidebar ul li:nth-child(6) {
  font-family: "Noto Sans JP", sans-serif;
}

.sidebar ul li:nth-child(7) {
  font-family: "Reggae One", system-ui;
}

.sidebar ul li:nth-child(8) {
  font-family: "Kaisei HarunoUmi", serif;
}

.sidebar ul li:nth-child(9) {
  font-family: "Yuji Boku", serif;
}

.sidebar ul li:nth-child(10) {
  font-family: "BIZ UDGothic", sans-serif;
}

.sidebar ul li:nth-child(11) {
  font-family: "Stick", sans-serif;
}

/* ========================================================
   【2】ヘッダーの都市名（1〜10番目）にフォントを当てる
   ======================================================== */
.section-0 .midasi ul li:nth-child(1) {
  font-family: "WDXL Lubrifont JP N", sans-serif;
}

.section-0 .midasi ul li:nth-child(2) {
  font-family: "Mochiy Pop One", sans-serif;
}

.section-0 .midasi ul li:nth-child(3) {
  font-family: "Rampart One", sans-serif;
}

.section-0 .midasi ul li:nth-child(4) {
  font-family: "Potta One", system-ui;
}

.section-0 .midasi ul li:nth-child(5) {
  font-family: "Yuji Mai", serif;
}

.section-0 .midasi ul li:nth-child(6) {
  font-family: "Noto Sans JP", sans-serif;
}

.section-0 .midasi ul li:nth-child(7) {
  font-family: "Reggae One", system-ui;
}

.section-0 .midasi ul li:nth-child(8) {
  font-family: "Kaisei HarunoUmi", serif;
}

.section-0 .midasi ul li:nth-child(9) {
  font-family: "Yuji Boku", serif;
}

.section-0 .midasi ul li:nth-child(10) {
  font-family: "BIZ UDGothic", sans-serif;
}

.section-0 .midasi ul li:nth-child(11) {
  font-family: "Stick", sans-serif;
}

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

#check {
  display: none;
}

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

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

label #cancel {
  left: -250px;
  top: 12px;
  font-size: 18px;
  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-0 {
  height: 50vh;
  background-image: url("../images/image1.jpg");
  background-size: cover;
  background-position: 0 15%;
  transition: all 0.5s;
  position: relative;
}

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

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

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

.section-0 ul li {
  color: rgba(218, 6, 87, 0.911);
  margin-top: 25px;
  font-size: 25px;
}

.section-01 {
  text-align: left;
  margin-left: 250px;
  margin-top: 35px;
  line-height: 1.6;
}

.section-01 h2 {
  font-size: 24px;
  color: rgb(174, 39, 93);
  margin: 20px;
}

.section-01 p {
  font-size: 18px;
  margin-bottom: 35px;
}

.section-1 {
  font-family: "WDXL Lubrifont JP N", sans-serif;
}

.section-2 {
  font-family: "Mochiy Pop One", sans-serif;
}

.section-3 {
  font-family: "Rampart One", sans-serif;
}

.section-4 {
  font-family: "Potta One", system-ui;
}

.section-5 {
  font-family: "Yuji Mai", serif;
}

.section-6 {
  font-family: "Noto Sans JP", sans-serif;
}

.section-7 {
  font-family: "Reggae One", system-ui;
}

.section-8 {
  font-family: "Kaisei HarunoUmi", serif;
}

.section-9 {
  font-family: "Yuji Boku", serif;
}

.section-10 {
  font-family: "BIZ UDGothic", sans-serif;
}

.section-11 {
  font-family: "Stick", sans-serif;
}

.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
.section-8,
.section-9,
.section-1,
.section-10,
.section-11 {
  width: 80%;
  border: solid 3px #b66f2d;
  margin: 0 auto 15px;
  border-radius: 25px;
}

.section-2 h3,
.section-3 h3,
.section-4 h3,
.section-5 h3,
.section-6 h3,
.section-7 h3,
.section-8 h3,
.section-9 h3,
.section-1 h3,
.section-10 h3,
.section-11 h3 {
  color: #b75757;
  font-size: 30px;
  margin-bottom: 20px;
}

.section-2 .font-1,
.section-3 .font-1,
.section-4 .font-1,
.section-5 .font-1,
.section-6 .font-1,
.section-7 .font-1,
.section-8 .font-1,
.section-9 .font-1,
.section-1 .font-1,
.section-10 .font-1,
.section-11 .font-1 {
  padding-top: 20px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.section-2 .s20,
.section-3 .s20,
.section-4 .s20,
.section-5 .s20,
.section-6 .s20,
.section-7 .s20,
.section-8 .s20,
.section-9 .s20,
.section-1 .s20,
.section-10 .s20,
.section-11 .s20 {
  width: 80%;
  padding: 20px;
  text-align: left;
  font-size: 20px;
  margin: 10px auto 20px;
  background-color: #fdfaf7;
  border-radius: 5px;
}

.section-2 .s40,
.section-3 .s40,
.section-4 .s40,
.section-5 .s40,
.section-6 .s40,
.section-7 .s40,
.section-8 .s40,
.section-9 .s40,
.section-1 .s40,
.section-10 .s40,
.section-11 .s40 {
  width: 80%;
  padding: 20px;
  text-align: left;
  font-size: 40px;
  margin: 10px auto 20px;
  background-color: #fdfaf7;
  border-radius: 5px;
}












footer {

  margin-top: 50px;
  padding: 30px;
  text-align: center;
  font-size: 18px;
}