@charset "utf-8";
body {
  margin: 0;
}
a {
  text-decoration: none;
  color: black;
}
li {
  list-style: none;
}
ul {
  margin-left: 0;
}
/* ↓ここからヘッダーメニュー↓ */
header {
  background-color: #fff;
  padding: 0.4rem;
  display: flex;
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  /* width: 100vw; */
  justify-content: space-around;
  /* margin: 1rem 3rem; */
  border: 0.1rem solid;
}
.header_h1 {
  text-align: center;
  font-size: 3.5rem;
  font-family: "Yuji Syuku", serif;
  width: fit-content;
  margin: 0;
}
.h1_a:hover {
  cursor: pointer;
  opacity: 0.8;
  border-bottom: 0.1rem solid #5753536c;
}

/* リンク　　メニュー */
.menu {
  display: flex;

  /* margin-inline: 4rem; */

  z-index: 3;
  justify-content: space-around;
}
.menu_item {
  width: fit-content;
  /* margin-bottom: 1rem; */
  margin-inline: 1rem;
}

h3 {
  align-items: center;
  /* margin: auto; */
}

.menu_item a {
  padding: 0.1rem 2.5rem;

  display: block;
  color: black;
  background-color: #fff;
  width: 4.8rem;
  height: 3rem;
  /* margin: 2rem auto; */
  border-bottom: 0.1rem solid;
  border-color: #c2b956ca;
  text-align: center;
  align-items: center;
  transform: rotate(0);
  transition: 0.8s;
  /* padding: 2rem; */
}
/* .menu_item::after {
  content: "";
  width: 0.1rem;
  height: 100%;
  background-color: aqua;
} */
.menu_item a:hover {
  background-color: rgba(134, 130, 130, 0.459);
  color: #fff;
  /* transform: rotateY(-360deg); */
  transition: 0.6s;
  opacity: 0.8;
  transform:
   /* rotate(-360deg) */ scale(1.2);
  /* width: 6rem;
  height: 6rem; */
  /* padding: 4rem; */
}
/* .menu > li:last-child {
  margin-bottom: 0;
} */
/* .header {
  text-align: center;
  border: 0.1rem solid;
  padding: 1rem;
  background: #ced9b6;
  margin: 2rem 10rem; */
/* } */
/* ↑ここまでがヘッダーメニュー↑ */

.main {
  margin: 18rem 16rem 10rem 16rem;
  text-align: center;
}
.map {
}
