*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  line-height: 1;
}
body {
    font-size: 1.6em;
    padding: 0;
    margin: 0;
    color: #252525;
    line-height: 1.8;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    background-color: #f7fafe;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
p {
  margin: 0 0 1rem;
}
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
figure {
  margin: 0;
  padding: 0;
}
.sp_block {
  display: none;
}
.pc_block {
  display: block;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.caption {
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.fadeInTrigger, .fadeInUpTrigger {
  opacity: 0;
}
.blur_anime {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.blur_show {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.change-time1 {
  animation-delay: 0.2s;
}
.change-time2 {
  animation-delay: 0.4s;
}
.change-time3 {
  animation-delay: 0.6s;
}
.change-time4 {
  animation-delay: 0.8s;
}
.change-time5 {
  animation-delay: 1s;
}
.inner {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: #1B75BA;
  text-decoration: none;
  word-wrap: break-word;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #0C5389;
}
/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  padding: 0;
  height: 57px;
  background-color: #FFFFFF;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  -webkit-box-shadow: 0px 1px 3px hsla(0, 0%, 51%, 0.70);
  box-shadow: 0px 1px 3px hsla(0, 0%, 51%, 0.70);
}
#top-head a, #top-head {
  color: #252525;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
  top: auto;
  max-width: none;
  width: 100%;
}
#top-head .inner #mobile-head {
  position: absolute;
  top: 0px;
  left: 0px;
}
#top-head .logo {
  /* [disabled]float: left; */
  max-width: 140px;
  padding: 0 10px;
}
#top-head .logo {
  max-width: none;
  display: flex;
  align-items: stretch;
  height: 55px;
}
#top-head .logo a {
  display: block;
  padding: 3px 20px;
}
#top-head .logo img {
  margin: 0 auto;
  max-height: 49px;
}
#global-nav {
  width: 80%;
  margin-left: auto;
  margin-right: 0px;
  max-width: 750px;
}
#global-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#global-nav ul li {
  text-align: center;
  width: 20%;
}
#global-nav ul li.icon {
  padding: 0 10px;
  width: 8%;
  /* [disabled]max-width: 55px; */
}
#global-nav ul li.icon a {
  padding: 0;
  margin: 0 auto;
  max-width: 35px;
}
#global-nav ul li a {
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #006288;
}
#global-nav ul li a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #F2AAC9;
}
#global-nav ul li a:hover {
  background-color: #006288;
  color: #fff;
}
#global-nav ul li.icon a:hover {
  background-color: transparent;
}
/* Fixed */
#top-head.fixed {
  top: 0;
  position: fixed;
  padding: 0;
  height: 57px;
  background-color: hsla(0, 0%, 100%, 0.80);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  margin: 0;
  -moz-transition: top 0.65s ease-in;
  -webkit-box-shadow: 0px 1px 3px hsla(0, 0%, 51%, 0.70);
  box-shadow: 0px 1px 3px hsla(0, 0%, 51%, 0.70);
}
#top-head.fixed .logo {
  max-width: none;
  display: flex;
  align-items: stretch;
  height: 55px;
}
#top-head.fixed .logo a {
  display: block;
  padding: 3px 20px;
}
#top-head.fixed .logo img {
  max-height: 49px;
}
#top-head.fixed #mobile-head {
  top: 0px;
}
#top-head.fixed #global-nav ul li a {
  color: #006288;
}
#top-head.fixed #global-nav ul li a span {
  /* [disabled]color: #81c0e9; */
}
#top-head.fixed #global-nav ul li a:hover {
  background-color: #006288;
  color: #fff;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 10px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #252525;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
#top {
  margin-top: 57px;
  width: 100%;
  background:linear-gradient(#FEF7ED 80%, #68c5d4);
}
#top .top_bg {
  background-color: #fff;
  position: relative;
  padding-bottom: 430px;
  z-index: 1;
}
#top h2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 30px;
}
#top h2 img {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    height: auto;
}
.sec_h2 {
  line-height: 1.5;
  position: relative;
  height: 80px;
  margin: 0 60px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #006288;
  font-size: 5rem;
}
.sec_h2:before, .sec_h2:after {
  position: absolute;
  top: 0;
  display: block;
  height: 58px;
  content: '';
  border: 40px solid #006288;
}
.sec_h2:before, #event .sec_h2:before, #access .sec_h2:before {
  left: -50px;
  border-left-width: 25px;
  border-left-color: transparent;
}
.sec_h2:after, #event .sec_h2:after, #access .sec_h2:after {
  right: -50px;
  border-right-width: 25px;
  border-right-color: transparent;
}
.sec_h2 span {
  position: relative;
  display: block;
}
section {
  padding: 5% 0;
}
#about, #schedule ,#access{
  background-color: #fac470;
}
.txt_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 5%;
  margin-bottom: 30px;
}
.list {
  padding-left: 1.6rem;
  margin-bottom: 30px;
}
.list li {
  list-style-type: disc;
}
#event .txt_box, #access .txt_box {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px hsla(12, 72%, 75%, 0.40);
  box-shadow: 2px 2px hsla(12, 72%, 75%, 0.40);
}
.txt_box h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 4px dotted #fac470;
  color: #fac470;
}
.txt_box h4 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 10px;
  color: #fac470;
  background-color: #F6F5ED;
  text-align: center;
  justify-content: center;
}
.txt_box .lead, .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.txt_box .lead span {
  font-size: 2.4rem;
  color: #FC370B;
}
.outline_list dl {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  border-top: 1px solid #B9B9B9;
}
.outline_list dl:last-child {
  border-bottom: 1px solid #B9B9B9;
}
.outline_list {
  margin-bottom: 30px;
}
.outline_list dl dt {
  width: 20%;
  background-color: #F6F5ED;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fac470;
}
.outline_list dl dd {
  display: block;
  padding: 10px;
  width: 80%;
}
.outline_list dl dd span {
  font-weight: 700;
  font-size: 2rem;
}
.outline_list .event_box {
  padding: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #B9B9B9;
}
.outline_list .event_box:last-child {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.outline_flex {
  display: flex;
  justify-content: space-between;
}
.outline_flex .photo {
  width: 40%;
}
.outline_flex .outline_list {
  width: 58%;
}
#about .txt_box {
    padding-bottom: 0px;
}
#about .info_box {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #fffbde;
}
#about .info_box strong {
  color: #f05b7d;
}
#event, #application {
  background-color: #fac470;
  background-image: url("../images/contents__bg__02.png"), url("../images/contents__bg__03.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: contain ,contain;
}
#event .husen h3 .logo {
  display: inline-block;
  padding: 0 10px;
  max-width: 220px;
}
#event .husen .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#event .husen .flex_wrap .img {
  width: 50%;
}
#event .husen .flex_wrap p {
  font-weight: bold;
  font-size: 2rem;
}
#event .experience h3 {
  font-size: 2.5em;
  display: block;
  letter-spacing: 2px;
  margin: 70px 0 0px;
  position: relative;
  text-align: center;
  color: #e8455e;
}
#event .experience h3:before, #event .experience h3:after {
  position: relative;
  display: inline-block;
  content: "";
  background-color: #e8455e;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
#event .experience h3:before {
  transform: rotate(-35deg);
}
#event .experience h3:after {
  transform: rotate(35deg);
}
#event .experience h4 {
  text-align: center;
  margin-bottom: 20px;
}
#event .experience_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 50px;
  width: 96%;
  max-width: 1600px;
}
#event .experience_wrap .item {
  width: 24.2%;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px hsla(12, 72%, 75%, 0.40);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 2px 2px hsla(12, 72%, 75%, 0.40);
  margin-right: 1%;
  margin-bottom: 20px;
}
#event .experience_wrap .item:nth-child(4n), #event .experience_wrap .item:last-child {
  margin-right: 0px;
}
#event .experience_wrap .item.tennis {
  width: 65%;
}
#event .experience_wrap .item .event_title {
  background-color: #009e89;
  color: #fff;
  font-size: 1.8rem;
  padding: 5px;
  text-align: center;
  font-weight: 500;
  margin: 10px 0;
}
#event .experience_wrap .item:nth-of-type(odd) .event_title {
  background-color: #009e89;
}
#event .experience_wrap .item table {
  margin-bottom: 10px;
  font-size: 1.4rem;
  border-collapse: collapse;
}
#event .experience_wrap .item table td, #event .experience_wrap .item table th {
  border: 1px solid #B9B9B9;
  padding: 5px;
}
#event .experience_wrap .item .event_txt strong {
  color: #1B75BA;
}
#event .experience_wrap .item .event_cooperation {
  font-size: 1.3rem;
  display: inline-block;
  border: 1px solid #B9B9B9;
  padding: 0 5px;
}
#event .experience_wrap .item figcaption {
  font-size: 1.2rem;
}
#event .experience_wrap .item .tennis_wrap {
  display: flex;
  justify-content: space-between;
}
#event .experience_wrap .item .tennis_wrap figure {
  width: 30%
}
#event .experience_wrap .item .tennis_wrap .item_img {
  width: 69%
}
#event .experience_wrap .item dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
#event .experience_wrap .item .event_txt {
  font-size: 1.4rem;
}
#event .experience_wrap .item dl dt {
  width: 18%;
  text-align: center;
  border: 1px solid #464fa1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #464fa1;
  font-size: 1.4rem;
}
#event .experience_wrap .item dl dd {
  width: 80%;
  color: #464fa1;
  font-size: 1.4rem;
}
#event .experience_wrap .item ul li {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  position: relative;
}
#event .experience_wrap .item ul li::before {
  content: none;
  border-radius: 50%;
  background-color: #464fa1;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#event .btn {
  max-width: 400px;
  margin: 0 auto;
}
#stamp .txt_box ul li {
  position: relative;
  border-bottom: 1px dotted #D3D3D3;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
}
#stamp .txt_box ul li::before {
  content: "";
  background-image: url(../images/icon_check.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0px;
}
.hagaki_address {
  border: 1px solid #D3D3D3;
  padding: 10px;
}
.red {
  font-weight: bold;
  color: #D53C3C;
}
.btn_detail {
  display: block;
  text-align: center;
  margin-bottom: 0px;
  margin-top: auto;
}
#schedule .sch_map {
  padding: 20px;
  border: 1px solid #B9B9B9;
  margin-bottom: 20px;
}
#schedule .sch_flex {
  border-left: 5px solid #1B75BA;
  padding: 10px 20px;
}
#schedule .sch_flex li {
  position: relative;
  margin-bottom: 20px;
}
#schedule .sch_flex li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1B75BA;
  display: block;
  border-radius: 20px;
  position: absolute;
  left: -33px;
  top: 10px;
}
#schedule .sch_flex li .time {
  font-weight: bold;
  font-size: 2rem;
  color: #1C75B9;
}
#schedule .sch_flex li .sch_box {
  padding: 10px;
  background-color: #EEEEEE;
}
#schedule .sch_flex li .sch_box p {
  padding: 0;
  margin: 0;
}
.btn_detail a {
  padding: 5px 30px;
  color: #fff;
  display: block;
  font-weight: 700;
  position: relative;
  background-color: #e8455e;
  border-radius: 60px;
  font-size: 2.5rem;
  margin: 0 auto 50px;
  -webkit-box-shadow: 0px 3px #842534;
  box-shadow: 0px 3px #842534;
  max-width: 700px;
  width: 96%;
  line-height: 4em;
}
.btn_detail a:hover {
  opacity: 0.7;
}
.btn_detail a::after {
  content: "";
  display: inline-block;
  vertical-align: 0.1em;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 5px;
}
#access .info_box {
  border-radius: 5px;
  padding: 5px;
  background-color: #EEEEEE;
  margin: 0 auto 20px;
  text-align: center;
}
#access .access_box {
  padding: 20px 5%;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.80);
  margin: 0 auto 30px;
  /* [disabled]max-width: 800px; */
  border: 2px solid #F7FA60;
}
#access .access_box h4 {
  border-bottom: 2px solid #81c0e9;
  font-size: 2rem;
  margin-bottom: 10px;
}
#access .access_box dt {
  background-color: #003696;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}
#access .access_box dd {
  padding-left: 20px;
  margin-bottom: 20px;
}
#access .access_box dd .bule {
  color: #23527A;
  font-weight: bold;
}
#access .train {
  margin: 0 auto 30px;
  max-width: 600px;
}
#access .img_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 20px auto;
  max-width: 800px;
}
#access .img_wrap figure:last-child {
  margin-left: 20px;
}
#access .img_wrap figcaption {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 10px;
  padding-top: 0px;
}
.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  margin-bottom: 30px;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
footer {
  padding: 20px 0;
  border-top: 1px solid #C1C1C1;
  font-size: 1.4rem;
}
.pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  font-weight: 700;
  padding: 5px 15px 10px;
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.70);
  color: #F071AC;
  -webkit-box-shadow: 1px 1px 0px 0px hsla(10, 61%, 81%, 0.60);
  box-shadow: 1px 1px 0px 0px hsla(10, 61%, 81%, 0.60);
}
.pagetop:hover {
  bottom: 13px;
}
.pagetop .dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #F071AC;
  line-height: 1;
  position: relative;
  width: 2px;
  height: 15px;
  background: currentColor;
}
.pagetop .dli-arrow-up::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -3px;
  right: 50%;
  box-sizing: border-box;
}
.pagetop p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.btn_entry {
  max-width: 200px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 15%;
  z-index: 10;
}
.from #top {
  padding: 0;
}
.from__main {
  margin: 30px 0;
}
.from__title {
  margin-bottom: 30px;
}
.from__title h3 {
  margin-top: 30px;
}
.from__wrap {
  padding-bottom: 30px;
}

.from .outline_list dl dd{
  text-align: left;
}
.from .outline_list dl dd ul li {
  font-size: 1.6rem;
  margin-left: 15px;
  position: relative;
}
.from .outline_list dl dd ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -15px;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  background-color: #000;
  border-radius: 50%;
}
.from .outline_list dl dd ul li.form__competition::before  {
  content: none;
}
.from .outline_list dl dd ul li.form__competition ul li {
  font-size: 1.4rem;
  margin-left: 30px;
  position: relative;
}
/*//////////////////////////////////////////////////////////////////////////
///////////////////////////2025/4追加//////////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
#introduction {
  background-color: #68c5d4;
  background-image: url("../images/contents__bg__01.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 200px;
}
#introduction .inner {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}
#introduction .inner p {
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 90px;
  color: #fff;
  text-shadow: 2px 2px 3px #333;
  font-weight: bold;
}
#introduction .inner p span {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.introduction_contents {
  background-color: #fff;
  border-radius: 10px;
  padding: 5%;
  padding-top: 100px;
  margin-bottom: 0;
  position: relative;
}
.introduction_contents:nth-child(even) {
  margin-bottom: 100px;
}
.introduction_contents h4 {
  position: absolute;
  top: -45px;
  left: 0;
  text-align: left;
  font-size: 3.5rem;
  padding: 20px;
  background-color: #fac470;
  max-width: 600px;
  width: 70%;
  line-height: 1em;
  padding-left: 30px;
}
.introduction_contents h4 span {
    font-size: 0.5em;
    line-height: 1em;
    display: block;
    margin-top: 10px;
  }
.introduction_contents .btn_detail a {
  line-height: 2em;
}

.introduction_contents:nth-child(2) h4 {
  position: absolute;
  top: -45px;
  right: 0;
  text-align: left;
  left: auto;
}

#introduction .inner .introduction_contents p {
  font-size: 22px;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 50px;
  color: #252525;
  text-shadow: none;
  font-weight: bold;
}
.introduction_img {
  margin-bottom: 30px;
}
.introduction_img ul {
  display: flex;
  justify-content: space-between;
}
.introduction_img ul li {
  width: 32%;
}
.introduction_img ul li img {
  width: 100%;
  height: auto;
}
.introduction_contents .btn_detail a {
  margin-bottom: 0px;
  margin-top: 30px;
  font-size: 2rem;
  max-width: 600px;
  width: 86%;
}
.bnr__introduction {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 30px;
  margin-bottom: 60px;
  top: 100px;
}
.bnr__introduction__inner {
  margin-top: -200px;
}
.bnr__introduction__inner a img:hover {
  opacity: 1;
}
.bnr__introduction__inner a img {
  width: 100%;
  height: auto;
}
.btn__map {
  display: block;
  margin-top: 10px;
  max-width: 300px;
  background-color: ;
}
.btn__map a {
  padding: 5px 30px;
  color: #fff;
  display: block;
  font-weight: 700;
  position: relative;
  background-color: #e8455e;
  border-radius: 30px;
  font-size: 15px;
  -webkit-box-shadow: 0px 3px #842534;
  box-shadow: 0px 3px #842534;
  max-width: 700px;
  width: 100%;
  text-align: center;
}
.btn__map a:hover {
  opacity: 0.7;
}
#about {
  background-color: #fac470;
}
#about h3 {
  font-size: 4rem;
  display: block;
  letter-spacing: 2px;
  margin: 0px 0 10px;
  position: relative;
  text-align: center;
  color: #e8455e;
}
#about h3:before ,#about h3:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e8455e;
  width: 2px;
  height: 3em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
#about h3:before {
  top: 30px;
  left: 100px;
  transform: rotate(-35deg);
}
#about h3:after {
  top: 30px;
  right: 100px;
  transform: rotate(35deg);
}
#about h4 {
  text-align: center;
}
.form__page #about h3 {
  font-size: 4rem;
  display: block;
  letter-spacing: 2px;
  margin: 0px 0 10px;
  position: relative;
  text-align: center;
  color: #e8455e;
}
.form__page #about h3:before ,.form__page #about h3:after {
  display: none;
}
.form__page #about .inner .txt_box {
  padding-top: 10px;
}
.event__group {
  width: 800px;
  margin: 0 auto;
  background-color: #009e89;
}
.event__group p {
  font-size: 4rem;
  text-align: center;
  padding: 20px;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.event_type {
  background-color: #fac470;
  display: block;
  width: 100px;
}
.children_type {
  background-color: #009e89;
}
.family_type {
  background-color: #1B75BA;
}
.family_type p {
  color: #fff;
}
.children_type p {
  color: #fff;
}
.event_type p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.outline_list {
  padding-bottom: 60px;
}
#event .outline_list {
  padding-bottom: 0px;
}
.cast_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  flex-wrap: wrap;
}
.cast_list li {
  width: 30%;
  margin: 10px;
}
#event .recreation .experience_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#event .recreation .experience_wrap .item {
  width: 48%;
  border: solid 3px #fac470;
}
#attention .txt_box {
  border-radius: 0px;
  box-shadow: none;
  background-color: inherit;
}
.form__link {
  position: fixed;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #e8455e;
  border: 3px solid #FFF;
  box-shadow: 0px 10px 10px #666
}

.form__link a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.3em;
}
.form__link a span {
  color: #F7FA60;
}
.form__link__arrow {
  position: relative;
}
.form__link__arrow p {
  position: absolute;
  width: 50px;
  height: 30px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #e8455e;
  font-size: 14px;
  color: #e8455e;
  font-weight: bold;
  line-height: 30px;
  top: 142px;
  left: 70px;
}

.form__link:hover {
  bottom: 15px;
}
/*//////////////////////////////////////////////////////////////////////////
///////////////////////////2025/4追加//////////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:1000px) {
  #global-nav ul li a {
    /* [disabled]padding: 5px; */
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #event .experience h4 {
    padding: 0 10px;
  }
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  #top-head, #top-head .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    /* [disabled]background-color: #fff; */
    width: 100%;
    height: 60px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: relative;
    padding: 5px;
    max-width: 150px;
  }
  #top-head .inner #mobile-head {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -450px;
    background-color: hsla(0, 0%, 100%, 0.90);
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    display: block;
  }
  #global-nav ul li, #global-nav ul li:nth-child(4) {
    width: auto;
    position: static;
    border-bottom: 1px dotted #252525;
  }
  #global-nav ul li.icon {
    display: inline-block;
    border: 0;
    width: 60px;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    /* [disabled]color: #252525; */
    padding: 18px 0;
    font-size: 1.8rem;
  }
  #nav-toggle {
    display: block;
  }
  #nav-toggle::after {
    content: "MENU";
    display: block;
    font-size: 1rem;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .open #nav-toggle::after {
    content: "CLOSE";
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(495px);
    -webkit-transform: translateY(495px);
    transform: translateY(495px);
  }
  section {
    padding: 1% 0;
  }
	#top h2{
		width: 100%;
		padding: 0;
	}
#top h2 img {
    /* [disabled]width: auto; */
}
  #top .top_bg {
    padding-bottom: 65%;
  }
  .inner {
    margin: 0 auto;
    width: 90%;
  }
  .sec_h2 {
    font-size: 30px;
    line-height: 2.1;
  }
  .sec_h2 span::before {
    margin: 3rem auto 10px;
  }
  .txt_box h3 {
    font-size: 2rem;
  }
  .txt_box .lead, .lead {
    font-size: 1.6rem;
    text-align: left;
  }
  .txt_box .lead span {
    font-size: 1.8rem;
  }
  .outline_list dl {
    display: block;
  }
  .outline_list dl dt {
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px;
  }
  .outline_list dl dd {
    width: 100%;
    padding: 10px;
  }
  .outline_list .event_box {
    padding: 0 0 5px;
  }
  .outline_flex {
    display: block;
  }
  .outline_flex .photo {
    width: 100%;
    margin-bottom: 10px;
  }
  .outline_flex .outline_list {
    width: 100%;
  }
  .map {
    padding-bottom: 40%;
  }
  #access .access_box {
    padding: 10px;
  }
  .btn_entry {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
  footer {
    padding-bottom: 100px;
  }
  #event .husen .flex_wrap {
    flex-wrap: wrap;
  }
  #event .husen .flex_wrap p {
    font-size: 1.5rem;
    width: 100%;
  }
  #event .husen .flex_wrap .img {
    width: 70%;
    margin: 0 auto 30px;
  }
  .txt_box h4 {
    font-size: 2rem;
  }
  #event .experience h3 {
    font-size: 25px;
    margin: 20px 0;
    line-height: 1.5em;
    padding: 0 10px;
  }
  #event .experience .lead {
    text-align: center;
  }
  #event .experience_wrap .item {
    width: 49%;
  }
  #event .experience_wrap .item:nth-child(2n) {
    margin-right: 0%;
  }
  #event .experience_wrap .item:nth-child(3n) {
    margin-right: 1%;
  }
  #event .experience_wrap .item.tennis {
    width: 100%;
    margin-right: 0%;
  }
  #stamp .txt_box ul li {
    padding-left: 30px;
  }
  #stamp .txt_box ul li::before {
    width: 25px;
    height: 25px;
    left: 0px;
    top: 5px;
  }
  #schedule .sch_map {
    padding: 10px;
    margin-bottom: 20px;
  }
	.btn_detail a {
		font-size: 25px;
    padding: 0;
    line-height: 70px;
	}
}
@media screen and (max-width:480px) {
  #event .experience_wrap .item {
    width: 100%;
    margin-right: 0%;
  }
  #event .experience_wrap .item:nth-child(2n) {
    margin-right: 0%;
  }
  #access .img_wrap {
    display: block;
  }
  #access .img_wrap figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_h2 {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0 40px 30px;
  }
  .sec_h2:before, .sec_h2:after {
    position: absolute;
    top: 0;
    display: block;
    height: 50px;
    content: '';
    border: 25px solid #006288;
  }
  .sec_h2:before, #event .sec_h2:before, #access .sec_h2:before {
    left: -39px;
    border-left-width: 16px;
    border-left-color: transparent;
  }
  .sec_h2:after, #event .sec_h2:after, #access .sec_h2:after {
    right: -39px;
    border-right-width: 16px;
    border-right-color: transparent;
  }
  #event .experience h3:after, #event .experience h3:before {
    display: none;
  }
  #event .experience h3 {
    font-size: 25px;
    margin: 20px 0;
    line-height: 1.5em;
    padding: 0 10px;
  }
  #access .info_box {
      font-size: 1.4rem;
    text-align: left;
  }
  .from .outline_list dl dd ul li::before {
    top: 13px;
  }
  /*//////////////////////////////////////////////////////////////////////////
  ///////////////////////////2025/4追加//////////////////////////////////////
  ///////////////////////////////////////////////////////////////////////////*/
  #introduction {
    padding-bottom:100px;
  }
  #introduction .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #introduction .inner p {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 90px;
    padding: 0 15px;
  }
  #introduction .inner p span {
    font-size: 2.5rem;
  }
  #introduction .inner .introduction_contents p {
    padding: 0;
  }
  .introduction_contents {
    margin: 0 10px;
    padding-top: 30px;
  }
  .introduction_contents:nth-child(even) {
    margin-bottom: 100px;
  }
  .introduction_contents h4 {
    position: absolute;
    top: -20px;
    left: 0;
    text-align: left;
    font-size: 20px;
    padding: 10px;
    background-color: #fac470;
    width: 100%;
    background-size: 15%;
  }
  .introduction_contents:nth-child(2) h4 {
    position: absolute;
    top: -20px;
    right: 0;
    left: auto;
    text-align: left;
    font-size: 20px;
    padding: 10px;
    background-color: #fac470;
    width: 100%;
    background-size: 15%;
  }

  #introduction .inner .introduction_contents p {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 30px;
    line-height: 2em;
    margin-top: 30px;
  }
  .introduction_img {
    margin-bottom: 30px;
  }
  .introduction_img ul {
    display: block;
  }
  .introduction_img ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .introduction_contents .btn_detail a {
    margin-bottom: 0px;
    margin-top: 30px;
    font-size: 15px;
    max-width: 300px;
    width: 100%;
  }
  #about h3 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  #about h3:before ,#about h3:after {
    display: none;
  }
  .bnr__introduction {
    margin: 10px 0px 30px 0px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 15px;
  }
  .btn__map {
    max-width: 100%;
  }
  .outline_list {
    padding-bottom: 30px;
  }
  .cast_list {
    display: block;
    padding: 0;
  }
  .cast_list li {
    width: auto;
    margin-top: 10px;
  }
  #event .recreation .experience_wrap {
    display: block;
  }
  #event .recreation .experience_wrap .item {
    width: 100%;
  }
  .event__group {
    width: auto;;
  }
  .event__group p {
    font-size: 2rem;
    padding: 10px;
    margin: 0;
    color: #fff;
    font-weight: bold;
  }
  .form__link {
    left: 0px;
    right: 0px;
    height: 70px;
    width: 90%;
    border-radius: 15px;
    margin: 0 auto;
  }
  .form__link__arrow p {
    top: 7px;
    left: 78%;
    height: 50px;
    line-height: 45px;
  }
  .pagetop {
    bottom: 90px;
  }
  .pagetop:hover {
    bottom: 93px;
  }
  .bnr__introduction__inner {
    margin-top: -50px;
    width: auto;
  }
  .form__link a {
    margin-top: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    padding-right: 12%;
  }
  .form__page #about {
    padding-top: 20px;
  }
  .form__page #about h3 {
    font-size: 20px;
    line-height: 2.3rem;
    padding-bottom: 10px;
  }
  #top .form__page #about .inner .txt_box .from__title h2 {
    width: 70%;
    margin-bottom: 20px;
  }
  /*//////////////////////////////////////////////////////////////////////////
  ///////////////////////////2025/4追加//////////////////////////////////////
  ///////////////////////////////////////////////////////////////////////////*/
}
