*, *: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: #FFFFFF;
}
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;
  margin-bottom: 0px;
}
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.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #00baf2;
}
#global-nav ul li a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fcaf16;
}
#global-nav ul li a:hover {
  background-color: #00baf2;
  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.90);
  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: #00baf2;
}
#top-head.fixed #global-nav ul li a span {
  /* [disabled]color: #81c0e9; */
}
#top-head.fixed #global-nav ul li a:hover {
  background-color: #00baf2;
  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: 90px 0;
  text-align: center;
  position: relative;
  background-image: url(../images/bg_img01.png);
  background-repeat: repeat-x;
  background-position: center 58px;
  background-size: auto 30px;
  background-color: #fff;
}
#top .top_bg {
  background-color: #fff;
  position: relative;
  padding-bottom: 430px;
  z-index: 1;
}
#top h2 {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#top h2 img {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  height: auto;
}
.sec_h2 {
  text-align: center;
}
.sec_h2 span {
  color: #00baf2;
  padding: 20px 10%;
  display: inline-block;
  font-weight: bold;
  position: relative;
  background-color: #fff;
  z-index: 2;
  border: 5px solid #00baf2;
  -webkit-box-shadow: 10px 10px #00baf2;
  box-shadow: 10px 10px #00baf2;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 5rem;
}
section {
  padding: 8% 0;
}
#about.form {
    padding-top: 80px;
}
#about, #workshop {
  background-color: #fffbcc;
}
#about {
  padding-top: 0px;
}
#about .catch_txt {
  background-image: url(../images/bg_title.png);
  background-repeat: repeat-x;
  background-position: center center;
  padding: 20px;
  text-align: center;
  font-size: 3rem;
  background-size: auto 70%;
  margin-top: -40px;
  position: relative;
  margin-bottom: 80px;
}
#about .catch_txt p {
  display: inline-block;
  color: #fff;
  text-shadow: 1px 1px 3px hsla(0, 0%, 29%, 0.80);
}
#about .catch_txt .img {
  width: 30%;
  height: 120px;
  max-width: 70px;
  display: inline-block;
}
/*#about .catch_txt p::after {
    content: "";
    background-image: url(../images/about_img.png);
    position: absolute;
    width: 30%;
    height: 100px;
	max-width: 70px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    right: 0;
    top: 30px;
}*/
#event {
  background-image: url(../images/bg_img02.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 100px auto;
  background-color: #aae8fb;
}
.txt_box {
  background-color: #fff;
  padding: 5%;
  margin-bottom: 30px;
  border: 2px solid #fcaf16;
}
.list {
  padding-left: 1.6rem;
  margin-bottom: 30px;
}
.list li {
  list-style-type: disc;
}
#event .txt_box, #contact .txt_box {
  background-color: #fff;
}
.time_wrap {
  background-image: url("../images/time_table_bg1.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  padding-left: 5.3%;
  padding-top: 5.4%;
  padding-bottom: 0.5%;
  margin-bottom: 50px;
}
.time_wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.time_wrap ul li {
  width: 12.4%;
  margin-bottom: 0.3%;
}
.time_wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.txt_box h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 4px dotted #60bb47;
  color: #60bb47;
}
.txt_box h4 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 10px;
  color: #60bb47;
  background-color: #fdf9ce;
  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 #fcaf16;
}
.outline_list dl:last-child {
  border-bottom: 1px solid #fcaf16;
}
.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: #fcaf16;
}
.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;
}
#application {
  background-image: url(../images/bg_img01.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #fff;
  background-size: auto 50px;
}
#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: 4rem;
  display: block;
  letter-spacing: 2px;
  margin: 70px 0 10px;
  position: relative;
  text-align: center;
  color: #f171ab;
}
#event .experience h3:before, #event .experience h3:after {
  position: relative;
  display: inline-block;
  content: "";
  background-color: #f171ab;
  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_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;
  margin-right: 1%;
  margin-bottom: 20px;
  border: 2px solid #60bb47;
}
#event .experience_wrap .item .inner {
  padding: 10px;
  width: auto;
}
#event .experience_wrap .item:nth-of-type(odd) {
  border: 2px solid #fcaf16;
}
#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: #60bb47;
  color: #fff;
  font-size: 1.8rem;
  padding: 5px;
  text-align: center;
  font-weight: 500;
  margin: 0;
}
#event .experience_wrap .item:nth-of-type(odd) .event_title {
  background-color: #fcaf16;
}
#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: "";
  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;
}
#workshop .sch_map {
  padding: 20px;
  border: 1px solid #B9B9B9;
  margin-bottom: 20px;
}
#workshop .sch_flex {
  border-left: 5px solid #1B75BA;
  padding: 10px 20px;
}
#workshop .sch_flex li {
  position: relative;
  margin-bottom: 20px;
}
#workshop .sch_flex li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1B75BA;
  display: block;
  border-radius: 20px;
  position: absolute;
  left: -33px;
  top: 10px;
}
#workshop .sch_flex li .time {
  font-weight: bold;
  font-size: 2rem;
  color: #1C75B9;
}
#workshop .sch_flex li .sch_box {
  padding: 10px;
  background-color: #EEEEEE;
}
#workshop .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: #ed1b24;
  border-radius: 30px;
  font-size: 2.5rem;
  margin: 0 auto 50px;
  -webkit-box-shadow: 0px 3px #C6151D;
  box-shadow: 0px 3px #C6151D;
  max-width: 700px;
  width: 96%;
}
.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;
}
#contact {
  background-image: url(../images/bg_img01.png), url(../images/bg_img03.png);
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  background-size: auto 30px, auto 30px;
}
#contact .info_box {
  border-radius: 5px;
  padding: 5px;
  background-color: #EEEEEE;
  margin: 0 auto 20px;
  text-align: center;
}
#contact .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;
}
#contact .access_box h4 {
  border-bottom: 2px solid #81c0e9;
  font-size: 2rem;
  margin-bottom: 10px;
}
#contact .access_box dt {
  background-color: #003696;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}
#contact .access_box dd {
  padding-left: 20px;
  margin-bottom: 20px;
}
#contact .access_box dd .bule {
  color: #23527A;
  font-weight: bold;
}
#contact .train {
  margin: 0 auto 30px;
  max-width: 600px;
}
#contact .img_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 20px auto 80px;
  width: 96%;
  max-width: 1200px;
}
#contact .img_wrap li {
  width: 15%;
  padding: 15px
}
#contact .img_wrap li:nth-child(n+10) {
  width: 15%;
}
#contact .img_wrap li:first-child {
  width: 17%;
}
#contact .img_wrap li.ajinomoto {
  width: 12%;
}
#contact .img_wrap li.starlit {
  width: 11%;
}
#contact .img_wrap li.takara {
  width: 10%;
}
#contact .img_wrap li.hummel {
  width: 10%;
}
#contact .img_wrap li.tsukigesho {
  width: 13%;
}
.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: #fcaf16;
}
.pagetop:hover {
  bottom: 13px;
}
.pagetop .dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #fcaf16;
  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: 15% 0;
  }
#about.form {
    padding-top: 90px;
}
#about.form .sec_h2 {
    font-size: 2rem;
}
  #top {
    padding: 80px 0;
    background-size: auto 15px;
  }
  #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 span {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .txt_box h3 {
    font-size: 2.5rem;
  }
  .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%;
  }
  #about .catch_txt {
    padding: 10px;
  }
  #about .catch_txt p {
    font-size: 16px;
  }
  #about .catch_txt .img {
    max-width: 50px;
	  height: 90px;
  }
  #contact .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_wrap {
    width: 90%;
  }
  #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%;
  }
  #stamp .txt_box ul li {
    padding-left: 30px;
  }
  #stamp .txt_box ul li::before {
    width: 25px;
    height: 25px;
    left: 0px;
    top: 5px;
  }
  #workshop .sch_map {
    padding: 10px;
    margin-bottom: 20px;
  }
  .btn_detail a {
    font-size: 1.8rem;
  }
  #contact {
    background-size: auto 15px;
  }
  #contact .img_wrap li {
    width: 11%;
    padding: 1%;
  }
}
@media screen and (max-width:480px) {
  #top {
    padding-bottom: 50px;
  }
	#about .catch_txt p{
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
	}
#about .catch_txt .img {
  max-width: 50px;
	position: absolute;
	top: -5px;
}
	#about .catch_txt .inner{
    width: 100%;
    text-align: left;
	}
  #event .experience_wrap .item {
    width: 100%;
    margin-right: 0%;
  }
  #event .experience_wrap .item:nth-child(2n) {
    margin-right: 0%;
  }
  #event .experience h3 {
    font-size: 2rem;
    margin: 20px 0;
  }
  #contact .info_box {
    font-size: 1.4rem;
    text-align: left;
  }
}