@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp_s-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
._spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  ._spOnly {
    display: block;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1240px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="email"],
input[type="radio"],
input[type="submit"],
input[type="button"],
select,
textarea {
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Noto Sans JP", sans-serif;
  border: none;
  outline: 0;
}

textarea {
  resize: vertical;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
}

.is-pc-only {
  display: inline-block !important;
}

.is-sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-pc-only {
    display: none !important;
  }
  .is-sp-only {
    display: inline-block !important;
  }
}
/*----------------------------------------------------------------------------
	wrapper
----------------------------------------------------------------------------*/
.wrapper {
  position: relative;
  background-color: #fff;
}

.inner {
  max-width: 1200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .is-calling {
    pointer-events: none;
    cursor: auto;
  }
}
/*----------------------------------------------------------------------------
	c-parts
----------------------------------------------------------------------------*/
.c-opacity {
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-opacity:hover {
    opacity: 0.65;
  }
}
/*----------------------------------------------------------------------------
	header
----------------------------------------------------------------------------*/
.header {
  background-color: rgba(92, 162, 27, 0.85);
}

.header .inner {
  padding-top: 9px;
  padding-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .header .inner {
    padding-top: 2.667vw;
    padding-bottom: 2.667vw;
  }
}
.header_logo {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}

.header_logo a {
  display: block;
}

.header_logo img {
  width: 426px;
}

@media screen and (max-width: 767px) {
  .header_logo img {
    width: 73.333vw;
  }
}
/*----------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------*/
.footer .patronage {
  margin-bottom: 50px;
}

.footer .patronage h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  font-size: 20px;
}

.footer .patronage h3:after,
.footer .patronage h3:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #333;
}

.footer .patronage p {
  margin-top: 10px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .patronage p {
    font-size: 14px;
  }
}
.footer .inner {
  padding-top: 28px;
  padding-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .footer .inner {
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
  }
}
.footer_link {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  padding: 15px 0;
  background-color: #92c042;
}

.footer_link a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}

.footer_link a:hover {
  text-decoration: none;
}

.footer_unesco {
  padding: 0 0 15px 0;
  text-align: center;
}

.footer_unesco .unesco {
  display: inline-block;
  margin: 0 auto;
}

.footer_logo {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .footer_logo {
    margin-bottom: 4vw;
  }
}
.footer_logo img {
  width: 176px;
}

@media screen and (max-width: 767px) {
  .footer_logo img {
    width: 40vw;
  }
}
.footer_copyright {
  text-align: center;
}

.footer_copyright p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .footer_copyright p {
    font-size: 2.933vw;
  }
}
.footer_address {
  padding-top: 24px;
}

.footer_address p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer_address p {
    font-size: 3.467vw;
    line-height: 1.3077;
  }
}
.footer._fixed {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .footer._fixed {
    padding-bottom: 20vw;
  }
}
/*# sourceMappingURL=common.css.map */
