@charset "UTF-8";
.min-cho, h5 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
}

.red {
  color: #eb4646;
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
@media (max-width: 1180px) {
  .scroll_up {
    transition: 1s ease-in-out;
    opacity: 0;
  }
  .scroll_up.on {
    opacity: 1;
  }
}
.scroll_down {
  transform: translateY(30px);
  transition: 1.5s ease-in-out;
  opacity: 0;
}

.scroll_down.on {
  transform: translateY(0px);
  opacity: 1;
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
.scroll_right {
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  height: -webkit-fill-available;
  color: #000000;
}

body {
  margin: 0;
  overflow: visible;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 15.2px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
}

h5 {
  font-size: clamp(18px, 1.1458vw, 22px);
  font-weight: 700;
  display: inline-block;
}

/**インフォメーション**/
.information dl dt {
  margin-bottom: 0.25em;
}
.information dl dd {
  margin-bottom: 2em;
}
.information dl dd a {
  text-decoration: underline;
}
.information dl h5 {
  font-size: 120%;
}
.information .no-news {
  width: 100%;
  text-align: center;
  color: #333;
  padding: 1em 0 2em;
  display: block;
}
.information .new {
  display: inline-block;
  line-height: 1;
  color: #eb4646;
  margin-left: 1em;
}/*# sourceMappingURL=display.css.map */