*, *: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 {
  line-height: 1.5;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  margin-bottom: 30px;
}
.caption strong, .list strong {
  color: #ED1651;
}
.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%;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    border-width: medium;
}
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: #f05a28;
  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: #fff;
  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(52, 22%, 67%, 0.80);
  box-shadow: 0px 1px 3px hsla(52, 22%, 67%, 0.80);
}
#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 {
  background-color: #fff;
  max-width: none;
  display: flex;
  align-items: stretch;
  height: 55px;
}
#top-head .logo a {
  display: block;
  padding: 3px 20px;
}
#top-head .logo img {
  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.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #f05a28;
}
#global-nav ul li a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #72BE44;
}
#global-nav ul li a:hover {
  background-color: #f05a28;
  color: #fff;
}
#global-nav ul li.icon a:hover {
  background-color: transparent;
}
/* Fixed */
#top-head.fixed {
  top: 0;
  position: fixed;
  padding: 0;
  height: 57px;
  /* [disabled]background-color: #b8e4fa; */
  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(52, 22%, 67%, 0.80);
  box-shadow: 0px 1px 3px hsla(52, 22%, 67%, 0.80);
}
#top-head.fixed .logo {
  background-color: #fff;
  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: #f05a28;
}
#top-head.fixed #global-nav ul li a span {}
#top-head.fixed #global-nav ul li a:hover {
  background-color: #f05a28;
  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 {
  padding: 50px 0 0;
  text-align: center;
  background-image: url(../images/bg_img01.png);
  background-repeat: repeat;
  background-position: center bottom;
  background-size: 91px auto;
}
#top h2 {
  margin: 0 auto;
  width: 90%;
}
#top h2 img {
  max-width: none;
  width: 100%;
}
#top h3 {
  margin: 20px auto 0;
  width: 90%;
  max-width: 1000px;
}
.sec_h2 {
  line-height: 1.7;
  position: relative;
  height: 70px;
  margin: 0 60px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #f05a28;
  font-size: 4rem;
}
.sec_h2:before, .sec_h2:after {
  position: absolute;
  top: 0;
  display: block;
  height: 58px;
  content: '';
  border: 35px solid #f05a28;
}
#event .sec_h2, #access .sec_h2 {
  background: #f072ab;
}
#event .sec_h2:before, #event .sec_h2:after, #access .sec_h2:before, #access .sec_h2:after {
  border: 35px solid #f072ab;
}
.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: 50px 0;
  background-image: url(../images/bg_img01.png);
  background-repeat: repeat;
  background-position: center bottom;
  background-size: 91px auto;
}
#about, #schedule {
  background-image: url(../images/bg_img01.png);
  background-repeat: repeat;
  background-position: center center;
}
.txt_box {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 3px hsla(43, 34%, 82%, 0.70);
  border-radius: 10px;
  padding: 5%;
  box-shadow: 2px 2px 3px hsla(43, 34%, 82%, 0.70);
  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 3px hsla(146, 18%, 74%, 0.80);
  box-shadow: 2px 2px 3px hsla(146, 18%, 74%, 0.80);
}
.txt_box h3 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 6px double #f05a28;
  padding: 10px 0;
  color: #f05a28;
}
.txt_box h4 {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 5px 20px;
  color: #F37F8B;
  border-left: 6px dotted #F37F8B;
}
.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: #FCFBE2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #f05a28;
}
.outline_list dl dd {
  display: block;
  padding: 10px;
  width: 80%;
}
.logo_narita_wrap {
    text-align: center;
}
.logo_narita {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 100px;
    display: inline-block;
    border: 1px solid #D9D9D9;
}
.logo_narita_wrap p {
    margin: 10px;
    display: inline-block;
}
.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%;
}
.info_box {
  border-radius: 5px;
  border: 2px solid #D2D4D8;
  padding: 20px;
}
.info_box .caption:last-child {
  margin-bottom: 0;
}
#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, #access {
  background-image: url(../images/bg_img02.png);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: repeat;
}
#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;
  margin-bottom: 30px;
}
#event .husen .flex_wrap .img {
  width: 49%;
}
#event .husen .flex_wrap .txt {
  font-weight: bold;
  font-size: 1.6rem;
  width: 50%;
}
#event .husen .flex_wrap p strong {
  color: #ED1651;
}
#event .experience h3 {
  margin: 0 0 30px;
  padding-bottom: 20px;
}
#event .experience_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#event .experience_wrap .item {
  width: 32%;
  background-color: #fff;
  margin-right: 1%;
  margin-bottom: 20px;
}
#event .experience_wrap .item:nth-child(3n), #event .experience_wrap .item:last-child {
  margin-right: 0px;
}
#event .experience_wrap .item .item_img {
  border-radius: 10px;
  overflow: hidden;
}
#event .experience_wrap .item .event_title {
  background-color: #72BF44;
  color: #fff;
  font-size: 1.8rem;
  padding: 0 5px;
  text-align: center;
  font-weight: 500;
  margin: 10px 0;
}
#event .experience_wrap .item:nth-of-type(odd) .event_title {
  background-color: #FAA634;
}
#event .experience_wrap .item table,#event .husen .flex_wrap table{
  margin-bottom: 10px;
  font-size: 1.4rem;
  border-collapse: collapse;
}
#event .experience_wrap .item table td, #event .experience_wrap .item table th,
#event .husen .flex_wrap table td,
#event .husen .flex_wrap table th{
  border: 1px solid #B9B9B9;
  padding: 5px;
}
#event .experience_wrap .item .event_txt strong {
  color: #f05a28;
}
#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 .btn {
  max-width: 400px;
  margin: 0 auto;
}
#event .food_box {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 6px double #B9B9B9;
}
/*#event .food_box:last-child {
    border-bottom-width: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}*/
#event .food_box .food_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#event .food_box .food_flex .img{
    width: 57%;
    text-align: center;
}
#event .food_box .food_flex .txt{
	width: 40%;
}
#event .food_flex .txt p {
    color: #72BD44;
    font-size: 14px;
}
#event .food_box table{
    margin-bottom: 10px;
    font-size: 1.4rem;
    border-collapse: collapse;
    width: 100%;
}
#event .food_box table th{
    padding: 5px 0;
    background-color: #EFEFEF;
}
#event .food_box table td{
    padding: 5px 0;
    width: 80%;
}
#event .food_box table tr{
    border-top: 1px dotted #B9B9B9;
}
#event .food_box table tr:last-child{
    border-bottom: 1px dotted #B9B9B9;
}
#event .food_box table .price{
    text-align: right;
	width: 20%;
}
.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 #f05a28;
  padding: 10px 20px;
}
#schedule .sch_flex li {
  position: relative;
  margin-bottom: 20px;
}
#schedule .sch_flex li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #f05a28;
  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: #252525;
  display: inline-block;
  font-weight: 700;
  position: relative;
  border: 1px solid #252525;
}
.btn_detail a:hover {
  background-color: #FFE6E0;
}
.btn_detail a::after {
  content: "";
  display: inline-block;
  vertical-align: 0.1em;
  color: #252525;
  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;
}
@media screen and (max-width:1000px) {
  #global-nav ul li a {
    /* [disabled]padding: 5px; */
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .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: 30px 0;
  }
  #top {
    padding-top: 60px;
  }
  #top h2 {
    width: 100%;
  }
  .inner {
    margin: 0 auto;
    width: 90%;
  }
  #form .sec_h2 {
    font-size: 2rem;
    line-height: 1.7;
    height: 70px;
  }
  .sec_h2 {
    font-size: 3rem;
    line-height: 2.2;
    height: 70px;
  }
  .sec_h2 span::before {
    margin: 3rem auto 10px;
  }
  .txt_box h3 {
    font-size: 2.3rem;
  }
  .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 .txt {
    font-size: 1.5rem;
    width: 100%;
	  margin-bottom: 30px;
  }
  #event .husen .flex_wrap .img {
    width: 90%;
    margin: 0 auto 30px;
  }
  .txt_box h4 {
    font-size: 2rem;
  }
  #event .experience h3 {
    font-size: 2.5rem;
  }
  #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%;
  }
  #schedule .sch_map {
    padding: 10px;
    margin-bottom: 20px;
  }
#event .food_box .food_flex .img {
    width: 100%;
    margin-bottom: 20px;
}
#event .food_box .food_flex .txt {
    width: 100%;
}
	#event .food_box table td{
    width:70%;
}
		#event .food_box table .price{
    width:30%;
}
}
@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;
  }
  #form .sec_h2 {
    font-size: 18px;
    line-height: 1.9;
  }
  .sec_h2 {
    font-size: 2rem;
    line-height: 3.5;
  }
}
