@charset "utf-8";

.pchide {
  display: none;
}

.pcbr {
  display: block;
}


@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

#head_wrap {
  display: none;
}

body {
  padding: 0;
  margin: 0;
  min-width: 1000px;
}

.swiper {
  width: 100%;
  height: 90vh;
  /* スライド全体の高さを90vhに設定 */
  min-height: 600px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 画像を縦横いっぱいに表示 */
  transition: transform 2s ease;
  /* 拡大アニメーションをゆっくりに */
}

.swiper-slide-active img {
  transform: scale(1.1);
  /* 拡大率を調整 */
}

.mainvisual {
  position: absolute;
  z-index: 9;
  width: 100%;
  margin-top: 5%;
  min-width: 1000px;
}

.mainvisual h1 {
  background: rgba(255, 255, 255, .6);
  text-align: center;
  width: 583px;
  margin: 0 auto;
  padding: 30px 30px 10px;
}

.mainvisual h1 span {
  font-weight: bold;
  color: #000;
  font-size: 23px;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
  width: 500px;
  margin: 0px auto 0;
  padding: 0px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mainvisual img {
  width: 100%;
  height: auto;
}

.mainvisual p {
  font-weight: bold;
  color: #fff;
  font-size: 23px;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
  width: 500px;
  margin: 0px auto 0;
  padding: 0px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#navi {
  background-color: #093B94;
  width: 100%;
}

#navi ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

#navi ul li a {
  color: #fff;
  text-decoration: none;
  padding: 30px 0;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

#navi ul li i {
  color: #fff;
  font-style: normal;
  padding: 30px 0;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

#navi ul li.gray span {
  text-decoration: none;
  padding: 30px 0;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #919191;
}

#navi ul ul {
  display: block;
}

#navi ul li.has-child::before {
  content: '';
  position: absolute;
  margin-top: 37px;
  margin-left: -16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

#navi li.has-child ul {
  position: absolute;
  z-index: 4;
  background: #093B94;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

#navi li.has-child:hover>ul,
#navi li.has-child ul li:hover>ul,
#navi li.has-child:active>ul,
#navi li.has-child ul li:active>ul {
  visibility: visible;
  opacity: 1;
}

#navi li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  padding: 20px;
  text-align: left;
  width: 100%;
}

#navi li.has-child ul li:last-child>a {
  border-bottom: none;
}

#navi li.has-child ul li a:hover,
#navi li.has-child ul li a:active {
  background: #093B94;
}

#navi li.has-child ul li span {
  padding: 20px;
}



.box_1 {
  text-align: center;
  padding: 60px 0 30px;
}

.box_1 h1 {
  font-size: 39px;
  padding-bottom: 30px;
  color: #B8A021;
}

.box_1 h2 img {
  width: 400px;
  height: auto;
}

.box_1 h3 {
  padding: 0 0 50px;
  text-align: center;
  font-size: 25px;
}

.box_1 h3 a {
  color: crimson;
}

.box_1 p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 18px;
  margin-top: 20px;
}

.box_1 p span {
  font-weight: bold;
  font-size: 22px;
  color: #b71414;
}

.box_1 p.style_1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.special_bana {
  text-align: center;
  padding: 20px 0 10px;
}

.special_bana img {
  width: 900px;
  height: auto;
}

.cbana {
  text-align: center;
  padding: 10px 0 90px;
}

.cbana img {
  width: 900px;
  height: auto;
}

.top_bana {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 940px;
  margin: 0 auto 90px;
}

.top_bana .bana_all {
  width: 100%;
  text-align: center;
  line-height: 2;
}

.top_bana .bana_all img {
  width: 99%;
  height: auto;
}

.top_bana .bana_half {
  width: 50%;
  text-align: center;
}

.top_bana .bana_half img {
  width: 98%;
  height: auto;
}

.top_bana .bana_half div {
  padding-bottom: 4.7px;
}

.box_2 {
  background-color: #F4F4F4;
  padding: 60px 0px;
}

.box_2 h2 {
  position: relative;
  line-height: 1.4;
  padding: 15px 40px 15px 40px;
  display: block;
  text-align: center;
  margin: -98px auto;
  width: 410px;
  font-size: 32px;
  font-family: 'Noto Serif JP';
  font-weight: 900;
  background-color: #f4f4f4;
  color: #093B94;
}

.box_2 h2:before,
.box_2 h2:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.box_2 h2:before {
  border-left: solid 5px #093B94;
  border-top: solid 5px #093B94;
  top: 0;
  left: 0;
}

.box_2 h2:after {
  border-right: solid 5px #093B94;
  border-bottom: solid 5px #093B94;
  bottom: 0;
  right: 0;
}

.box_2 h3 {
  display: block;
  position: relative;
  clear: both;
  margin: 140px;
  text-align: center;
}

.box_2 h3 a {
  color: crimson;
}

.box_2 .schedule {
  width: 1000px;
  margin: 130px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 20px;
  color: #535353;
}

.box_2 .schedule .item {
  width: 32%;
}

.box_2 .schedule .item a {
  text-decoration: none;
}

.box_2 .schedule .item h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 0 0;
  margin: 0;
  text-align: left;
}

.box_2 .schedule .item h3.announce {
  margin-bottom: 5px;
  background: #fef6ad;
  color: red;
  text-align: center;
}

.box_2 .schedule .item .photo {
  line-height: 1px;
}

.box_2 .schedule .item .photo img {
  width: 100%;
  height: auto;
}

.box_2 .schedule .item dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 5px 0;
}

.box_2 .schedule .item dl dt {
  width: 20%;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}

.box_2 .schedule .item dl dd {
  width: 80%;
  margin: 0;
  font-size: 14px;
}

.box_2 .schedule .item .btn {
  text-align: center;
  border: solid 1px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0;
  margin-top: 13px;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px rgba(137, 137, 137, 0.09);
}

.box_3 {
  width: 1000px;
  margin: 50px auto 0;
  padding-bottom: 50px;
}

.box_3 h2 {
  position: relative;
  padding-bottom: 10px;
  font-family: 'Noto Serif JP';
  font-size: 25px;
  color: #093B94;
}

.box_3 h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #093B94, #093B94 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #093B94, #093B94 2px, #fff 2px, #fff 4px);
}

.box_3 dl {
  padding: 0;
  width: 90%;
  margin: 30px auto 0;
}

.box_3 dl dt {}

.box_3 dl dt .date {
  font-size: 15px;
}

.box_3 dl dt h3 {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
}

.box_3 dt h3.box_3_announce{
  margin: 0 0 20px;
  border-bottom: dotted 2px #093B94;
  padding-bottom: 20px;
}

.box_3 dl dd {
  margin: 0 0 20px;
  border-bottom: dotted 2px #093B94;
  padding-bottom: 20px;
}

.box_3 dl dd p {
  margin-top: 10px;
}

.box_3 dl dd p.youtube {
  position: relative;
  padding-bottom: 37.5%;
  width: 600px;
  margin: 0 auto;
  height: 0;
}

.box_3 dl dd p.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box_3 dl dd:last-child {
  border: none;
}

.box_4 {
  background-color: #f4f4f4;
  width: 100%;
  padding: 50px 0;
}

.box_4 h4 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.box_4 p {
  text-align: center;
  padding: 10px 0;
  margin: 0;
  color: red;
}

.box_4 ul {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  display: flex;
  list-style: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.box_4 ul li {
  text-align: center;
  width: 33.3%;
}

.box_4 ul li img {
  width: 95%;
  height: auto;
}

.box_5 {
  padding: 0px 0 50px;
}

.box_5 h5 {
  padding: 0.7em 0.5em;
  border: 1px solid #333;
  position: relative;
  color: #333;
  text-align: center;
  width: 300px;
  margin: 50px auto 32px;
  font-size: 17px;
  background-color: #f3f3f3;
}

.box_5 h5::before,
.box_5 h5:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
}

.box_5 h5::before {
  left: -25px;
  bottom: -25px;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
}

.box_5 h5::after {
  right: -25px;
  top: -25px;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}

.box_5 h5::before,
.box_5 h5::after {
  box-sizing: border-box;
}

.box_5 ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1000px;
  row-gap: 10px;
}

.box_5 ul li {
  width: 25%;
  line-height: 1px;
}

.box_5 ul li img {
  width: 96%;
  height: auto;
  border: solid 1px #eee;
}

.footer {
  text-align: center;
  background-color: #093B94;
  color: #fff;
  padding: 10px;
  font-size: 13px;
}
.record_all{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 940px;
  margin: 0 auto 90px;
}
.record_all .half{
  width: 50%;
}
.record_all .half picture{
  width: 100%;
  height: auto;
}
.record_all .half img{
  width: 98%;
  height: auto;
}
.record_all .label{
  text-align: center;
}
