@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

#global-nav {
  top: -800px;
}

.open #global-nav {
  top: 80px;
  transform: none;
}

#schedule .row {
  padding: 10px;
}
#schedule .row .jukou {
  margin: 40px 0px 20px;
}
#schedule .row .jukou span {
  border: 1px solid #000;
  padding: 5px 10px;
  margin-right: 10px;
}
#schedule .row ul li h3 {
  text-align: left;
  background: none;
  font-size: 18px;
  height: 25px;
  font-weight: bold;
}
#schedule .row ul li h3 span {
  position: relative;
  top: 0px;
  font-size: 20px;
}
#schedule .row ul li p {
  text-align: left;
  margin-bottom: 20px;
  height: 30px;
  color: red;
}
#schedule .row button {
  background-color: #000D53;
  border: none;
  width: 100%;
  padding: 20px;
  margin: 0px 0 10px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
#schedule .row button:hover {
  background-color: #6D6D6D;
}
#schedule .row .tokuten {
  padding: 0px;
  width: 100%;
  max-width: 550px;
  margin-bottom: 40px;
}
#schedule .row .tokuten li {
  display: list-item;
  text-align: left;
  max-width: 1000px;
  width: calc(100% - 40px);
  list-style-type: disc; /* リストの左側に黒丸 */
  margin-left: 24px; /* リストの左側に余白 */
  padding-left: 0px;
  margin-top: 0;
}

.h2-deco {
  font-size: 1.6rem;
  font-family: "noto serif jp";
  position: relative;
}
.h2-deco::before {
  background-image: url(../images/text-side-deco.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -40px;
  width: 70px;
  height: 70px;
  display: block;
  content: "";
}
.h2-deco::after {
  background-image: url(../images/text-side-deco.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) scale(-1, 1);
  right: -40px;
  width: 70px;
  height: 70px;
  display: block;
  content: "";
}

.h3-title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  color: #848282;
  width: 100%;
  background-image: url("/images/common/title-background.png");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 !important;
}

.koza-title1 {
  position: relative;
}
.koza-title1 h2 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  padding-top: 20px;
  white-space: nowrap;
  position: relative;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
}

.koza-title2 h2 {
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  padding-top: 20px;
  position: relative;
}

.koza-title3 h2 {
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  padding-top: 20px;
  white-space: nowrap;
  position: absolute;
}
.koza-title3 h2::before {
  background-image: url(/images/common/koza-title3.png);
  content: "　";
  display: inline-block;
  background-repeat: no-repeat;
  width: 92px;
  height: 39px;
  background-size: 100%;
  transform: scale(2, 2);
  position: absolute;
  left: -80px;
  top: 20px;
}
.koza-title3 h2::after {
  background-image: url(/images/common/koza-title3.png);
  content: "　";
  background-repeat: no-repeat;
  width: 92px;
  height: 39px;
  display: inline-block;
  background-size: 100%;
  transform: scale(-2, 2);
  position: absolute;
  right: -80px;
  top: 20px;
}

.member-11 dl {
  margin: 20px 0;
  display: block;
  position: relative;
}
.member-11 dl dt {
  width: 100px;
  position: absolute;
}
.member-11 dl dd {
  width: 90%;
  position: relative;
  left: 100px;
}

.kantei h3 span {
  color: #fff;
}

.ro {
  color: #fff;
  position: relative;
  top: -6px;
}

.top-kantei {
  padding-top: 50px;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}
.top-kantei li {
  margin: 20px 40px;
}
.top-kantei li img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 20px;
}
.top-kantei li .circle {
  border: 50%;
  border: 1px solid #848282;
  height: 250px;
  border-radius: 50%;
  width: 250px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 20px;
}
.top-kantei li .circle p {
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  line-height: 1.6;
}

#greeting {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  width: 100%;
}
#greeting .sign-wrap {
  display: flex;
  justify-content: end;
  padding-right: 70px;
}
@media screen and (max-width: 460px) {
  #greeting .sign-wrap {
    padding-right: 0px;
  }
}
#greeting .sign-wrap .sign {
  margin-top: 20px;
  text-align: right;
  margin-bottom: 40px;
  display: inline-block;
}
#greeting .sign-wrap .sign p {
  text-align: left;
}
#greeting .sign-wrap .sign img {
  width: 250px;
}
#greeting span {
  font-size: 16px;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
}/*# sourceMappingURL=style.css.map */