@charset "UTF-8";
html, body {
  overflow-x: hidden;
}
html {
  font-size: 100%;
  max-width: 100%;
}
.container-fluid {
  height: 100px;
  background-color: rgb(255,255,255,0.5);
}
body {
  padding-bottom: 100px;
  font-family: "Yomogi", "cursive", serif;
}
h1,h2 {
  font-family: "Kosugi Maru", sans-serif;
}
.slidep {
  position: absolute;
  color: white;
  font-size: 4rem;
  z-index: 999;
  top: 30%;
  left: 30%;
  writing-mode: vertical-rl;
  height: 520px;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
}
.carousel {
  position: relative;
}
.navbar-brand img {
  width: 50%;
}
.navbar {
  padding: 0;
}
.nav-item a {
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
}
.nav-item img:hover {
  filter: drop-shadow(1px 1px 1px #5900ff);
}
.btndeco img:hover {
  transition: 0.2s;
  filter: drop-shadow(2px 2px 2px rgb(179, 255, 212));
}
.btndeco {
  margin-bottom: 10%;
}
.btntxt {
  color: rgb(255, 179, 228);
  font-weight: bold;
}
.nav-item {
  padding-left: 5px;
  padding-right: 5px;
}
.nav-item a:hover {
  color: rgb(179, 255, 212);
}
#mainvisual2 {
  display: none;
}
#mainvisual img {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 1000px;
}
#mainvisual {
  padding-bottom: 10%;
}
#about {
  max-width: 100%;
}
#about h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  writing-mode: vertical-rl;
  font-size: 5rem;
  max-width: 100%;
}
.container {
  display: flex;
}
.catimg::after {
  position:absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 30px 30px white;
}
.catimg {
  position: relative;
  width: 100%;
  height: 100%;
}
.catimg img {
  width: 100%;
}
.item2 {
  padding-top: 2%;
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 10%;
}
#menu {
  height: 1200px;
}
#menu h1 {
  margin-top: 10px;
  writing-mode: vertical-rl;
  font-size: 6rem;
  max-width: 100%;
}
.spimg1 {
  display: none;
}

.spimg2 {
  display: none;
}
.moningbox {
  display: flex;
}
.menuimg1 {
  width: 50%;
}
.menuimg1 img {
  margin-left: 5%;
  width: 120%;
}
.menuimg1 img,.menuimg2 img,.menuimg3 img,.menuimg4 img,.menuimg5 img,.menuimg6 img,.menuimg7 img,.menuimg8 img,.menuimg9 img{
  filter:drop-shadow(0px 7px 5px rgb(136, 122, 129));
}
.menuimg1:hover,.menuimg2:hover,.menuimg3:hover,.menuimg4:hover,.menuimg5:hover,.menuimg6:hover,.menuimg7:hover,.menuimg8:hover,.menuimg9:hover{
  transform: translateY(-8px);
  transition: transform .6s ease;
  transform: scale(1.3);
}
.menuimg2 {
  width: 50%;
}
.menuimg2 img {
  width: 120%;
  margin-left: 10%;
  padding-top: 50%;
}
.menuimg3 {
  position: relative;
  width: 50%;
}
.menuimg3 img {
  position: absolute;
  width: 120%;
  top: 70%;
  right: 150%;
}
.menuimg9 {
  position: relative;
  width: 20%;
}
.menuimg9 img {
  position: absolute;
  width: 200%;
  top: 90%;
  right: 80%;
}
.menuimg4 {
  width: 50%;
}
.menuimg4 img {
  padding-top: 30%;
  margin-left: 40%;
  width: 100%;
}
.menuimg5 {
  position: relative;
  width: 50%;
}
.menuimg5 img {
  position: absolute;
  width: 100%;
  top: 40%;
  right: 120%;
}
.menuimg6 {
  width: 20%;
}
.menuimg6 img {
  width: 100%;
}
.menuimg7 {
  width: 25%;
}
.menuimg7 img {
  width: 100%;
}
.menuimg8 {
  width: 20%;
}
.menuimg8 img {
  width: 100%;
}
.container-2 {
  display: flex;
  justify-content: center;
}
.pbox h2 {
  padding-bottom: 6%;
  color: brown;
  font-weight: bold;
}
.pbox {
  padding-left: 5%;
  width: 100%;
}
.pbox2 {
  width: 100%;
  padding-left: 14%;
}
.pbox2 h2 {
  padding-top: 3%;
  padding-bottom: 5%;
  color: brown;
  font-weight: bold;
}
.accessline {
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}
.accessline img {
  width: 80%;
}
.accessbox {
  display: flex;
  justify-content: center;
}
iframe {
  border-radius: 10px;
  margin-right: 10%;
  margin-bottom: 10%;
}
#access h1 {
  margin-top: 10px;
  writing-mode: vertical-rl;
  font-size: 6rem;
  max-width: 100%;
  padding-right: 10%;
}
#footer {
  background-color: rgb(241, 217, 207);
  height: 300px;
  position: relative;
}
#footer img {
  padding-top: 5%;
  width: 30%;
  height: 30%;
}
#footer .container {
  justify-content: space-between;
}
.popup-link a {
  display: inline-block;
  max-width: 100%;
}
.popup-link img {
  width: 200px;
  height: auto;
}
.popup-link {
  position: absolute;
  z-index: 99;
  left: 55%;
  top: 5%;
}
.popup-link a:hover {
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
.pbox3 {
  padding-top: 5%;
}
.copy {
  padding-left: 60%;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.3rem;
  }
  #mainvisual2 {
    display: block;
  }
  .fixed-bottom {
    position: static;
  }
  #mainvisual {
    display: none;
  }
  #mainvisual img {
    height: 800px;
    }
  body {
    padding-bottom: 0;
  }
  .catimg {
    width: 100%;
  }
  .catimg img {
    width: 100%;
  }
  .container {
    display: block;
    width: 100%;
  }
  .pbox {
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .pbox2 {
    width: 100%;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .menuimg1,.menuimg2,.menuimg3,.menuimg4,.menuimg5,.menuimg6,.menuimg9 {
    display: none;
  }
  .menuimg7 {
    width: 40%;
  }
  .menuimg8 {
    width: 40%;
  }
  #menu {
    height: 2900px;
  }
  .spimg1 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    filter:drop-shadow(0px 7px 5px rgb(136, 122, 129));
  }
  .spimg2 {
    display: block;
    text-align: center;
  }
  #about h1,#menu h1,#access h1 {
    text-align: center;
    writing-mode: unset;
    font-size: 2rem;
  }
  .accessbox {
    display: block;
  }
  #access h1 {
    padding-right: 0;
  }
  .accessline {
    width: 100%;
  }
  .accessline img {
    width: 200%;
  }
  iframe {
    max-width: 100%;
    margin-bottom: 0;
  }
  .copy {
    font-size: 0.5rem;
  }
  #footer {
    height: 400px;
  }
  #footer img {
    padding-top: 0;
    width: 60%;
    height: 60%;
  }
  .pbox3 {
  margin-bottom: 5%;
  padding-top: 10%;;
  }
  }