@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
body {
  background-image: url("img/japanese-paper_00372.jpg");
  background-size: cover;
  background-attachment: fixed;
  font-family: "Shippori Mincho", serif;
  margin: 0px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body {
    background-size: unset;
  }
}
body.on_load {
  overflow: hidden;
}
body.sp-nav-active {
  overflow: hidden;
}
body header {
  position: fixed;
  width: 100%;
  background-color: rgba(92, 135, 24, 0.6);
  box-shadow: 0px 0px 10px #000;
  z-index: 1;
  transition: all 0.5s;
  opacity: 1;
}
body header.hide {
  opacity: 1;
  transform: translateY(-110px);
}
@media screen and (max-width: 992px) {
  body header.hide {
    transform: translateY(0px);
  }
}
body header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
body header .container h1 {
  margin: 0px;
  height: 90px;
}
@media screen and (max-width: 992px) {
  body header .container h1 {
    height: 60px;
  }
}
body header .container h1 img {
  width: 150px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  body header .container h1 img {
    width: 100px;
  }
}
body header .container .pc-nav {
  width: 50%;
}
@media screen and (max-width: 992px) {
  body header .container .pc-nav {
    display: none;
  }
}
body header .container .pc-nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0px;
}
body header .container .pc-nav ul li a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
body header .container .sp-nav {
  display: none;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 992px) {
  body header .container .sp-nav {
    display: block;
  }
}
body header .container .sp-nav .hamburger-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 11;
  border: none;
  cursor: pointer;
}
body header .container .sp-nav .hamburger-btn.close .bar-top {
  transform: translate(-50%, 0px) rotate(45deg);
  transition: transform 0.3s;
  top: calc(50% - 2px);
}
body header .container .sp-nav .hamburger-btn.close .bar-mid {
  opacity: 0;
  width: 2px;
  z-index: 100;
  transition: opacity 0.3s;
}
body header .container .sp-nav .hamburger-btn.close .bar-bot {
  transform: translate(-50%, 0px) rotate(-45deg);
  transition: transform 0.3s;
  bottom: calc(50% - 1px);
}
body header .container .sp-nav .hamburger-btn .bar-top,
body header .container .sp-nav .hamburger-btn .bar-mid,
body header .container .sp-nav .hamburger-btn .bar-bot {
  width: 30px;
  height: 3px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
body header .container .sp-nav .hamburger-btn .bar-top {
  top: 5px;
}
body header .container .sp-nav .hamburger-btn .bar-mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
body header .container .sp-nav .hamburger-btn .bar-bot {
  bottom: 5px;
}
body header .container .sp-nav .sp-menu {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.746);
  color: #fff;
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
body header .container .sp-nav .sp-menu.active {
  display: block;
  opacity: 1;
  z-index: 10;
}
body header .container .sp-nav .sp-menu ul {
  padding: 0px;
}
body header .container .sp-nav .sp-menu ul li {
  list-style: none;
  font-size: 20px;
  text-align: center;
  padding: 14px 0px;
}
body header .container .sp-nav .sp-menu ul li a {
  color: #fff;
  text-decoration: none;
}
body .load {
  background-color: #fff;
  position: absolute;
  width: 100vw;
  height: 100vh;
  transition: 1s;
  z-index: 999;
}
body .load.hidden {
  opacity: 0;
  transition: 1s;
}
body .load.d-none {
  display: none;
}
body .load img {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
body section {
  padding: 50px 0px;
}
body section .container {
  width: 80%;
  max-width: 1200px;
  margin: 30px auto;
}
@media screen and (max-width: 992px) {
  body section .container {
    width: 90%;
    margin: 20px auto;
  }
}
body section .container h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  position: relative;
}
body section .container h2::before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  border-bottom: 1px solid rgb(92, 135, 24);
  background-color: rgb(92, 135, 24);
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
body section#fv {
  margin: 0px auto 40px;
  padding: 0px;
}
@media screen and (max-width: 992px) {
  body section#fv {
    margin: 0px auto;
  }
}
body section#fv .fv-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
body section#fv .fv-container .fv-inner {
  width: 100%;
  max-width: 1200px;
}
body section#fv .fv-container .fv-inner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
body section#fv .fv-container .fv-inner img.pc-fv {
  display: block;
}
@media screen and (max-width: 992px) {
  body section#fv .fv-container .fv-inner img.pc-fv {
    display: none;
  }
}
body section#fv .fv-container .fv-inner img.sp-fv {
  display: none;
}
@media screen and (max-width: 992px) {
  body section#fv .fv-container .fv-inner img.sp-fv {
    display: block;
  }
}
body section#main-text .container p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  body section#main-text .container p {
    font-size: 16px;
  }
}
body section#news iframe {
  margin: 0px auto !important;
}
body section#howtouse .container .card .text {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  body section#howtouse .container .card .text {
    font-size: 18px;
    text-align: left;
  }
}
body section#howtouse .container .card .card-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  body section#howtouse .container .card .card-container {
    display: block;
  }
}
body section#howtouse .container .card .card-container .card-box {
  width: 25%;
  text-align: center;
  border: 1px solid #6b6b6b;
  background-color: rgba(59, 127, 0, 0.2);
  padding: 18px;
}
@media screen and (max-width: 992px) {
  body section#howtouse .container .card .card-container .card-box {
    width: 85%;
    margin: 20px auto;
  }
}
body section#howtouse .container .card .card-container .card-box .card-title {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-bottom: 20px;
  font-weight: 800;
}
body section#howtouse .container .card .card-container .card-box .card-title img {
  width: 36px;
  margin-right: 5px;
}
body section#howtouse .container .card .card-container .card-box .card-img {
  width: 100%;
}
body section#howtouse .container .card .card-container .card-box .card-img img {
  width: 100%;
}
body section#howtouse .container .card .card-container .card-box .card-text {
  font-size: 18px;
  color: #6b6b6b;
  padding-top: 20px;
}
body section#inside {
  background-color: #fff;
}
body section#inside .container .inside-card-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 992px) {
  body section#inside .container .inside-card-container {
    display: block;
  }
}
body section#inside .container .inside-card-container .inside-card {
  width: 45%;
  margin: 0px auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  body section#inside .container .inside-card-container .inside-card {
    width: 100%;
    margin: 20px auto;
  }
}
body section#inside .container .inside-card-container .inside-card.even {
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  body section#inside .container .inside-card-container .inside-card.even {
    padding-top: 0px;
  }
}
@media screen and (max-width: 992px) {
  body section#inside .container .inside-card-container .inside-card:last-child {
    padding-bottom: 0px;
  }
}
body section#inside .container .inside-card-container .inside-card .inside-card-img {
  text-align: center;
}
body section#inside .container .inside-card-container .inside-card .inside-card-img img {
  width: 85%;
}
@media screen and (max-width: 992px) {
  body section#inside .container .inside-card-container .inside-card .inside-card-img img {
    width: 100%;
  }
}
body section#inside .container .inside-card-container .inside-card .inside-card-title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin: 20px 0px;
}
body section#inside .container .inside-card-container .inside-card .inside-card-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  body section#inside .container .inside-card-container .inside-card .inside-card-text {
    text-align: left;
  }
}
body section#menu {
  background-color: #fff;
}
body section#menu .container {
  display: block;
}
body section#menu .container .menu-btn-area {
  display: flex;
  justify-content: center;
}
body section#menu .container .menu-btn-area .menu-btn {
  cursor: pointer;
  margin: auto;
  font-size: 24px;
  color: gray;
}
body section#menu .container .menu-btn-area .menu-btn.invalid {
  pointer-events: none;
  border-bottom: green 2px solid;
  color: #000;
}
body section#menu .container .menu-list {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  body section#menu .container .menu-list {
    overflow-x: scroll;
    padding-left: 0px;
  }
}
body section#menu .container .menu-list.active {
  display: block;
}
body section#menu .container .menu-list.close {
  display: none;
}
body section#menu .container .menu-list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  white-space: nowrap;
  min-width: 440px;
}
body section#menu .container .menu-list li.has-subList {
  margin-bottom: 6px;
}
body section#menu .container .menu-list li .dotted {
  border-bottom: 2px dotted gray;
  width: 100%;
  margin: auto 12px;
}
body section#menu .container .menu-list .sub-list {
  font-size: 18px;
  font-weight: 500;
  color: #6b6b6b;
}
body section#reserve .container .reserve-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  body section#reserve .container .reserve-content {
    display: block;
  }
}
body section#reserve .container .reserve-content .reserve-img {
  width: 45%;
}
@media screen and (max-width: 992px) {
  body section#reserve .container .reserve-content .reserve-img {
    width: 85%;
    margin: auto;
  }
}
body section#reserve .container .reserve-content .reserve-img img {
  width: 100%;
}
body section#reserve .container .reserve-content .reserve-info {
  width: 45%;
}
@media screen and (max-width: 992px) {
  body section#reserve .container .reserve-content .reserve-info {
    width: 90%;
    margin: auto;
  }
}
body section#reserve .container .reserve-content .reserve-info ul {
  padding-left: 20px;
}
body section#reserve .container .reserve-content .reserve-info ul li {
  font-size: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  body section#reserve .container .reserve-content .reserve-info ul li {
    font-size: 16px;
  }
}
body section#reserve .container .reserve-content .reserve-info .reserve-table {
  font-size: 32px;
  border-spacing: 0px 10px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  body section#reserve .container .reserve-content .reserve-info .reserve-table {
    font-size: 24px;
  }
}
body section#reserve .container .reserve-content .reserve-info .reserve-table tr th {
  text-align: left;
  padding-right: 24px;
}
body section#access {
  background-color: #fff;
  text-align: center;
}
body section#access .container .iframe-container {
  border: 3px solid #5c8718;
  box-sizing: border-box;
  height: 450px;
}
body section#access .container .iframe-container iframe {
  width: 100%;
  height: 100%;
}

footer {
  background-color: #fff;
  padding-bottom: 10px;
}
footer .container {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid #000000;
}
@media screen and (max-width: 992px) {
  footer .container {
    width: 90%;
  }
}

html {
  scroll-behavior: smooth;
}/*# sourceMappingURL=style.css.map */