@charset"utf-8"

*{
   box-sizing: border-box;
   min-height: 0;
   min-width: 0;
}

body{
  font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gthic Pro",sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #4b7c58;
  background-image: url("../images/bg.jpg");
  background-size: cover;
}
p{
  font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gthic Pro",sans-serif;
  font-size: 18px;
  color: #4b7c58;
}
h3{
  font-family: "Huiji";
  font-size: 32px;
}
h4{
  font-size: 24px;
}
a:link, a:visited, a:hover, a:active {
  color: #434343;
}

/* header */
/* 固定ヘッダー */
.scroll_header {
  visibility: hidden;
  width: 100%;
  height: 100px;
  z-index: 10;
  background-color: rgba(37,94,52,0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all .3s ease;
}
.is_show {
  visibility: visible;
  transform: translateY(0);
  transition: all .3s ease;
}
.scroll_header .logo{
  margin: 0 0 0 7.5%;
}
.scroll_header .logo img{
  width: 180px;
}
.scroll_header .gNavi{
  margin: 0 7.5% 0 0;
}
.scroll_header .main_nav{
  display: flex;
  align-items: center;
}
.scroll_header .main_nav li{
  padding: 0 20px;
  margin: 0;
  height: 70px;
}
.scroll_header .main_nav li p{
  font-family: "Huiji";
  font-size: 32px;
  color: #ced3d4;
  line-height: 60px;
}
.scroll_header .main_nav li img{
  width: 50px;
  margin: 10px auto 10px;
}
/* スマホヘッダー */
.sp{
  display: none;
}
/* indexのヘッダー */
.index_header{
  width: 100%;
  height: 850px;
  padding: 250px 0 ;
  margin-bottom: 100px;
  background-image: url("../images/top.png");
  text-align: center;
  background-size: cover;
  background-position: center;
  font-family: "Huiji";
  font-size: 36px;
  color: #4b7c58;
}
.index_header p{
  font-family: "Huiji";
  font-size: 36px;
  color: #4b7c58;
}
.index_header>.logo{
  margin: 0 auto 0;
}
.index_header>.logo img{
  width: 300px;
}
.top_sentence{
  height: 100px;
  margin: 80px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.index_header .top_illust{
  width: 150px;
}
.index_header>.top_sentence>div:last-child{
  order: 3;
}
.index_header>.top_sentence p{
  order: 2;
}
.index_header>.top_sentence div:nth-child(2) img{
  width: 150px;
  padding-right: 30px;
}
.index_header>.top_sentence div:last-child img{
  width: 150px;
  padding-left: 30px;
  padding-right: 40px;
}
.index_header>.gNavi>.main_nav{
  height: 150px;
  margin: 100px 10% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_header .nav_content{
  width: 150px;
  height: 150px;
  background-color: #4b7c58;
  border-radius: 50%;
  border: 2px #f8f5e4 solid;
  transition: all ease 0.1s;
}
.index_header .nav_content:last-child{
  background-color: #d8831f;
}
.index_header .nav_content:hover{
  width: 150px;
  height: 150px;
  background-color: #dae6cd;
  border: 2px #4b7c58 dashed;
  transition: all ease 0.3s;
}
.index_header .nav_content:last-child:hover{
  background-color: #e9ce99;
  border: 2px #d8831f dashed;
}
.index_header .nav_content p{
  color: #ced3d4;
  line-height: 140px;
  transition: all ease 0.1s;
}
.index_header .nav_content:last-child p{
  color: #f8f5e4;
}
.index_header .nav_content p:hover{
  color: #4b7c58;
  line-height: 140px;
  transition: all ease 0.3s;
}
.index_header .nav_content:last-child p:hover{
  color: #d8831f;
}
/* index以外のヘッダー */
.other_header{
  width: 100%;
  height: 500px;
  padding: 100px 0 250px;
  margin-bottom: 100px;
  background-image: url("../images/top.png");
  text-align: center;
  background-size: cover;
  background-position: bottom;
  font-family: "Huiji";
  font-size: 36px;
  color: #4b7c58;
}
.other_header p{
  font-family: "Huiji";
  font-size: 36px;
  color: #4b7c58;
}
.other_header>.top_sentence{
  height: 100px;
  margin: 100px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.other_header>.top_sentence>.logo{
  order: 2;
}
.other_header>.top_sentence>.top_illust:last-child{
  order: 3;
}
.other_header .top_illust{
  width: 150px;
}
.other_header>.top_sentence div:nth-child(2) img{
  width: 150px;
  padding-right: 30px;
}
.other_header>.top_sentence div:last-child img{
  width: 150px;
  padding-left: 30px;
  padding-right: 40px;
}
.other_header>.top_sentence>.logo img{
  width: 300px;
}
.other_header .main_nav{
  height: 150px;
  margin: 100px 10% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other_header .nav_content{
  width: 150px;
  height: 150px;
  background-color: #4b7c58;
  border-radius: 50%;
  border: 2px #f8f5e4 solid;
  transition: all ease 0.1s;
}
.other_header .nav_content:last-child{
  background-color: #d8831f;
}
.other_header .nav_content:hover{
  width: 150px;
  height: 150px;
  background-color: #dae6cd;
  border: 2px #4b7c58 dashed;
  transition: all ease 0.3s;
}
.other_header .nav_content:last-child:hover{
  background-color: #e9ce99;
  border: 2px #d8831f dashed;
}
.other_header .nav_content p{
  color: #ced3d4;
  line-height: 140px;
  transition: all ease 0.1s;
}
.other_header .nav_content:last-child p{
  color: #f8f5e4;
}
.other_header .nav_content p:hover{
  color: #4b7c58;
  line-height: 140px;
  transition: all ease 0.3s;
}
.other_header .nav_content:last-child p:hover{
  color: #d8831f;
}



/* 各コンテンツ共通 */
.page_title{
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
  color: #4b7c58;
}
.page_title h2{
  padding-bottom: 50px;
  font-family: "Huiji";
  font-size: 48px;
}
.page_title p{
  font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gthic Pro",sans-serif;
  font-size: 22px;
}
.contents{
  width: 90%;
  max-width: 1200px;
  margin: 200px auto 0;
}
.contentl , .contentr , .contentc{
  margin-top: 175px;
  position: relative;
}
.container{
  width: 700px;
  padding: 80px 50px;
  border: 2px #4b7c58 dashed;
  border-radius: 50px;
  background-image: url("../images/contents_bg.png");
  position: relative;
}
.contentr>.container::before,
.contentl>.container::before{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-image: url("../images/greenbg.png");
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}
.contentl .container{
  margin: 0 auto 0 0;
}
.contentr .container{
  margin: 0 0 0 auto;
}
.contentc .container{
  margin: 0 auto 0;
}
.contentl>.scrollin::before{
  animation-name: leftslide;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.contentr>.scrollin::before{
  animation-name: rightslide;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.container h3{
  padding: 0 20px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/bg.jpg");
  border-radius: 10%;
  white-space: nowrap;
}
/* ボタン */
.button{
  width: 150px;
  height: 150px;
  background-color: #4b7c58;
  border-radius: 50%;
  border: 2px #4b7c58 solid;
  transition: all ease 0.1s;
}
.button:hover{
  width: 150px;
  height: 150px;
  background-color: #dae6cd;
  transition: all ease 0.3s;
}
.button p{
  color: #ced3d4;
  line-height: 140px;
  transition: all ease 0.1s;
  font-family: "Huiji";
  font-size: 30px;
}
.button p:hover{
  color: #4b7c58;
  line-height: 140px;
  transition: all ease 0.3s;
}
.container>.button{
  position: absolute;
  right: -50px;
  bottom: -50px;
  text-align: center;
}
/* 足跡 */
#aboutus_consept>.title_inner::before,
#aboutus_consept>.title_inner::after,
.contentl::before,
.contentl::after,
.contentr::before,
.contentr::after,
.eventcontent::before,
.eventcontent::after{
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("../images/step.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#aboutus_consept>.title_inner::before{
  top: 0px;
  right: 35%;
  transform: rotate(-25deg);
}
#aboutus_consept>.title_inner::after{
  top: 200px;
  right: 40%;
}
.contentl::before{
  top: -250px;
  left: 30%;
}
.contentl::after{
  top: -120px;
  left: 20%;
  transform: rotate(-30deg);
}
.contentr::before{
  top: -250px;
  right: 30%;
  transform: rotate(-30deg);
}
.contentr::after{
  top: -120px;
  right: 20%;
}
.eventcontent::before{
  top: -220px;
  right: 50%;
  transform: rotate(-30deg);
}
.eventcontent::after{
  top: -120px;
  right: 40%;
  transform: rotate(-10deg);
}
#aboutus_consept>.scrollin::after,
#aboutus_consept>.scrollin::before,
.contents>.scrollin::after,
.contents>.scrollin::before,
#event>.scrollin::after,
#event>.scrollin::before{
  opacity: 1;
  transition: 1s ease;
}



/* aboutus */
#aboutus_consept{
  position: relative;
}

/* 募集メンバー */
#member>.container{
  text-align: center;
}
.contentl h4{
  line-height: 40px;
}
.coment_container{
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: start;
}
.coment{
  width: 350px;
  height: 220px;
  padding: 30px 0 30px 20px;
  font-family: "Huiji";
  background-image: url("../images/comentbg.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}
.coment p{
  font-family: "Huiji";
}
.coment ul{
  list-style: disc inside;
  margin-top: 10px;
}
.coment li{
  padding-top: 15px;
}
.coment_container img{
  width: 270px;
}


/* 活動場所 */
#playsite>.container{
  text-align: center;
}
#playsite>.container>.inner{
  width: 600px;
}
#playsite img{
  width: 600px;
}
#playsite>.container>.inner>h4{
  margin-left: 20px;
  margin-top: 80px;
}
#playsite>.container>.inner>.sentence{
  width: 270px;
  margin: 50px auto 0;
  text-align: left;
}
#playsite>.container>img{
  width: 110px;
  position: absolute;
  left: 10px;
  top: -100px;
  z-index: 2;
}



/* 参加料金 */
#price>.container{
  text-align: center;
}
#price>.container p:nth-child(2){
  font-size: 24px;
}
#price img{
  width: 210px;
  position: absolute;
  left: -10px;
  top: -100px;
  z-index: 2;
}



/* 活動時間・頻度 */
#playtime>.container{
  text-align: center;
}
#playtime>.container p:nth-child(2){
  margin-bottom: 60px;
  font-size: 24px;
}
#playtime img{
  width: 150px;
  position: absolute;
  left: -20px;
  top: -100px;
  z-index: 2;
}



/* 練習メニュー */
#menu table{
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 36px;
  border-collapse: collapse;
}
#menu tr{
}
#menu th{
  padding-right: 50px;
  border-right: 10px solid #c7d594;
  line-height: 36px;
}
#menu td{
  padding-bottom: 36px;
  padding-left: 50px;
}
#menu tr:last-child td{
  padding-bottom: 0;
}
#menu img{
  width: 130px;
  position: absolute;
  right: 10px;
  bottom: -20px;
  z-index: 2;
}



/* イベント */
#event{
  width: 100%;
  height: 250px;
  background-image: url("../images/greenbg.png");
  margin: 300px auto 0;
}
.eventcontent{
  width: 80%;
  height: 100%;
  margin: 0 auto 0;
  text-align: center;
  position: relative;
}
.eventcontent>h3{
  width: 200px;
  border-bottom: 2px #4b7c58 dashed;
  position: absolute;
  left: 25%;
  top: -70px;
  transform: translateX(-50%);
}
.eventcontent>img{
  order: 2;
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.eventcontent>p{
  width: 55%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


/* link */
#link{
  width: 80%;
  margin: 100px auto 50px;
  padding-bottom: 50px;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
#link>div{
  width: 50%;
}
.contact_link>p{
  margin-top: 50px;
}
.contact_link a{
  display: block;
  margin: 50px auto 0;
  height: 80px;
  width: 300px;
  background: #d8831f;
  border-style: none;
  border-radius: 10px;
}
.contact_link a>p{
  font-family: "Huiji";
  font-size: 32px;
  color: #f8f5e4;
  line-height: 80px;
}
.instagram_link p{
  margin-top: 40px;
}
.instagram_link img{
  width: 80px;
  margin-top: 33px;
}




/* Schedule */
#schedule_contents{
  margin-bottom: 50px;
}
#schedule_contents .outer{
  margin: 200px auto 0;
  text-align: center;
  position: relative;
}
#schedule_contents .outer::before{
  content: "";
  width: 100%;
  height: 90%;
  background-image: url("../images/greenbg.png");
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
}
#schedule_contents p{
  margin-top: 50px;
}



/* Contact */
#contact_title img{
  width: 80px;
  margin-top: 40px;
}
#contact_contents{
  margin-top: 150px;
  background-image: url("../images/greenbg.png");
}
.form{
  padding: 100px 20% 0;
}
.form h3{
  display:inline-block;
  border-bottom: 2px #4b7c58 dashed;
}
.form>p{
  margin-top: 20px;
  font-family: "Huiji";
  font-size: 24px;
}
.form_content{
  margin-top: 100px;
  font-family: "Huiji";
  font-size: 32px;
}
.form_content>label::after{
  content: "*";

}
.radio_select>label{
  margin-right: 30px;
  padding-left: 30px;
  font-size: 20px;
  font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gthic Pro",sans-sans-serif;
  position: relative;
}
.radio_select>label::before,
.radio_select>label::after{
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}
.radio_select>label::before{
  background-image: url("../images/contents_bg.png");
  border: 2px #4b7c58 dashed;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 5px;
}
.radio_select>label::after{
  background-color: #4b7c58;
  opacity: 0;
  width: 12px;
  height: 12px;
  top: 7px;
  left: 9px;
}
input:checked + label::after {
  opacity: 1;
  transition: .3s ease;
}
.visually_hidden{
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.form_content>label{
  display: block;
  margin-bottom: 20px;
  cursor: auto;
}
input[type="text"],
input[type="email"],
textarea{
  height: 70px;
  padding: 5px 20px 5px;
  background-image: url("../images/contents_bg.png");
  border: 2px #4b7c58 dashed;
  border-radius: 20px;
  font-size: 20px;
  font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gthic Pro",sans-sans-serif;
}
input[name="name"]{
  width: 50%;
}
input[name="age"]{
  width: 20%;
}
input[name="email"]{
  width: 50%;
}
textarea[name="message"]{
  width: 100%;
  height: 300px;
}
p.form_content{
  text-align: center;
}
input[type="submit"]{
  width: 200px;
  height: 70px;
  padding: 0;
  margin: 70px 0 50px;
  font-family: "Huiji";
  font-size: 32px;
  color: #ced3d4;
  background-color: #4b7c58;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}
.form table{
  padding-top: 70px;
}
.form th{
  padding-right: 50px;
}
p#thanks{
  padding: 50px 0 50px;
}



/* Access */
#access_contents{
  margin-bottom: 50px;
}
#access_contents .outer{
  margin: 200px auto 0;
  text-align: center;
  position: relative;
}
#access_contents .outer::before{
  content: "";
  width: 100%;
  height: 300px;
  background-image: url("../images/greenbg.png");
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
}
#access_contents .information{
  padding: 0 0 40px;
  display: flex;
  justify-content: flex-start;
}
#access_contents .information img{
  width: 60%;
}
#access_contents .information h4{
  font-size: 18px;
}
#access_contents .information p{
  font-size: 14px;
  padding-bottom: 10px;
}
#access_contents .information p:last-child{
  padding-bottom: 0;
}
.information_inner{
  padding-left: 20px;
  text-align: left;
}



/* footer */
footer{
  width: 100%;
  height: 200px;
  margin: 0;
  background-color: #4b7c58;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_nav{
  margin-left: 10%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 50px;
}
.footer_nav li p{
  font-family: "Huiji";
  font-size: 32px;
  color: #ced3d4;
}
.footer_logo{
  margin-right: 10%;
  text-align: center;
}
.footer_logo img{
  width: 300px;
}
#copy{
  margin-top: 20px;
  color: #ced3d4;
}

@font-face {
  font-family: 'Huiji';
  src: url('../font/HuiFont29.ttf') format('truetype');
}
@keyframes leftslide {
  0%{
    top: 0;
    left: 0;
    opacity: 0;
  }
  100%{
    top: 50px;
    left: -50px;
    opacity: 1;
  }
}
@keyframes rightslide {
  0%{
    top: 0;
    right: 0;
    opacity: 0;
  }
  100%{
    top: 50px;
    right: -50px;
    opacity: 1;
  }
}
