*{
	margin: 0;
	padding: 0;
		
}
body{
	background: #fff;
	box-sizing: inherit;
}
	*{
font-family: "ヒラギノ角ゴ Pro W4", sans-serif;
  }

.f-r{
	float: right
	
}
.f-l{
	float: left;
	
}


img{
	vertical-align:bottom;   
	}
	
a{
	color: #000;
	text-decoration: none;
	
}
.b-none{
		display: block;
		}
.m-none{
	display: none;
	}
	
.fade{
	  text-align: center;
	  opacity : 0;
	  transition: opacity 3s;
	}
	 
	.fade.view{
	  opacity: 1;
	}
	

/*下から上にフェードイン*/
.fadein {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}



.nav {
	width: 100%;
	height: 65px;
	position: fixed;
	line-height: 65px;
	text-align: center;
}

.nav div.logo {
	float: left;
	width: auto;
	height: auto;
	padding-left: 3rem;
	margin-top: -2vw;
	width: 20%;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    

}
.logo img{
    width: 60%;
margin-top: 6vw;
margin-left: 0;
	
}
.nav div.logo a {
	text-decoration: none;
	color: #fff;
	font-size: 2.5rem;
}

.nav div.logo a:hover {
	color: #00e676;
}

.nav div.main_list {
	height: 65px;
	float: right;
	margin-right: 0vw;

}

.nav div.main_list ul {
	width: 100%;
	height: 65px;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav div.main_list ul li {
    width: 10.5vw;
	height: 5vw;
	padding: 2.5vw 1vw;
	box-sizing: border-box;
}

.nav div.main_list ul li a {
	text-decoration: none;
	color: #000;
	font-size: 1.2vw;;
	font-weight: 900;
}

.nav div.main_list ul li a:hover {
	color: #f19a72;
}

.top-img-style{
  padding-top: 12vw;
  width: 100%;
}

	.top-title-waku{
	  width: 80%;
	  margin-left: 10%;
		margin-top: 5vw;
	  
  }
  .top-title-waku h3{
	   font-size: 4vw;
	   border-left: 1vw #ed2024 solid;
	   padding-left: 1vw;
	   margin-bottom: 1vw;
	   font-family: "ヒラギノ角ゴ Pro W4", "Akrobat Regular";



  
	}
	.top-title-waku span{
		font-size: 1.5vw;
		margin-left: 0.5vw;
		font-family: "ヒラギノ角ゴ Pro W4", "Akrobat Regular";

	}
	
	.jp-size{
		font-size: 2vw!important;
		font-family: "ヒラギノ角ゴ Pro W4", "Akrobat Regular";


		
	}


span{
	display: block;
}


 .subt-waku{	
  padding-top: 10vw; 
 }
 
 .subt-waku h4{
   font-size: 6vw;
   line-height: 7vw;
   text-align: center;
   color: #536452;
   margin-top: 5vw;
 }
 
 .subt-waku h5{
   font-size: 1.3vw;
   font-weight: bold;
   color: #B26D32;
   letter-spacing: 0.2vw;
   margin-top: -2vw;
   text-align: center;
 }
footer {
  /* background: #070e40; */
  background: #536451;  
  padding-top: 4vw;
  color: #fff;
  @import "https://fonts.googleapis.com/css?family=Open+Sans";
  font-family: 'Open Sans', sans-serif;
  position: relative;
  margin-top: 10vw;
}

footer h3{
	color:#ff5353;
	font-size: 1.3vw;
	

}
footer li{
	font-size: 1vw;
	line-height: 2vw;


}

footer li a{
	color: #fff;


}
.footer-contact p{
	font-size: 1vw;


}
footer .centered {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10vw;
}
footer .centered .footer-logo {
  width: 0%;
}
footer .centered .footer-logo img.logo {
  padding: 30px 20px 10px 20px;
  max-width: 100%;
}
footer .centered .footer-contact {
  width: 25%;
  line-height: 3vw;
	margin-left: 6vw;


}
footer .centered .footer-navigation {
  width: 67%;
}
footer .centered .footer-navigation .footer-links-holder {
  width: 33.33333%;
  position: relative;
  float: left;
  margin: 0;
  line-height: 3vw;
  font-weight: 500;


}
footer .centered .footer-navigation .footer-links-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}
footer .bottom-bar {
  position: relative;
  text-align: center;
  font-size: .9em;
  text-transform: uppercase;
  padding: 5vw 0;
  color: #fff;
  background: #bebc71;
  /* background-image:url(img-admin.jpg); */
  background-size: cover;
  box-sizing: border-box;
  color: #000;
 
}
footer .bottom-bar a{
  color: #fff;
}

.footer-logo{
	width:21%;
	position: absolute;
	top:20vw;
	right:10vw;
}


.top-box{
	position: fixed;
    top: 0;
    left: 0;
	width: 20%;
	margin-left: 40%;
	height: 15vw;
	background: #c1284b;
	border-radius: 0% 0% 50% 50%;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
    overflow: hidden;
}



.top-box.shrink{
height: 10vw;
	}
	
.top-boximg{
width: 60%;
margin-left: 20%;
margin-top: 2vw;
 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.top-boximg.shrink{
margin-top: -10vw;
opacity: 0;
 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.top-boximg2{
width: 60%;
margin-left: 20%;
margin-top: 20vw;


}

.top-boximg2.shrink{
margin-top:1vw;
}



.b-taiken{
	position: absolute;
	width: 15%;
	top:0.5vw;
	margin-left: 5%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.b-taiken.shrink{
	position: fixed;
	top:8vw;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}


.b-map{
	position: absolute;
	width: 15%;
	top:0.5vw;
	margin-left: 23%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.b-map.shrink{
	position: fixed;
	top:7vw;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.header{
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	background: #1d1d1d;
	color: #fff;
	/* height: 5vw; */
	-webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
    z-index: 50;
	}
.header.shrink{
	height: 0vw;
}


.containerl {
  position: absolute;
  width: 100%;
  heigh: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}
.containerl p {
  font-size: 20px;
}
.containerl a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #FF5252;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.containerl a:after {
  content: '';
  position: absolute;
  background: #FF5252;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;

}
.containerl a:hover:after, .containerl a:focus:after, .containerl a:active:after {
  width: 100%;
}

/*
h1 {
  position: relative;
  text-align: center;
  font-family: 'Vollkorn', serif;
}
*/

.button_container {
  position: fixed;
  top: 3%;
  right: 6%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: 300;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #d96b25;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background:#d96b25;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
  z-index: 200;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
  font-size: 7vw;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.affix {
	padding: 0;
	background-color: #f3e9d5;
	z-index: 5;
	height: 8vw;
}


/* asobi */

.asobi-co-waku{
	position: relative;
	padding-bottom: 60vw;
	z-index: -1;
	
}

.asobi-co{
	width: 100%;
	background:rgba(0,0,0,0.95);
	margin-top: 0vw;
	float: left;
	padding-top: 5vw;
	

}

.asobi-left{
	width: 50%;
	background: #fff;
	margin-left: 5%;float: left;
	padding: 2vw;
	box-sizing: border-box;
	line-height: 3.5vw;
	background-image: url(img-kanaami.png);
	background-size: repeat;
	
}
.asobi-left h2{
text-align: center;
color: #fff;
}

.asobi-left p{
	line-height: 3.5vw;
		font-family: sans-serif;
		color: #fff;

}

.asobi-left img{
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 2vw;
}

.asobi-right{
	width: 30%;
	margin-left: 5%;
	float: left;
	background:rgba(0,0,0,0.2);
}

.asobi-right img{
	width: 100%;vertical-align: bottom;margin-top: 2vw;
}
/* asobi-end */


@media screen and (max-width: 900px) {
	
	.affix {

		height: 20vw;
	}
}

@media screen and (max-width: 500px) {
	.b-none{
		display: none;
		}
	.m-none{
	display: block;
	}
	.f-r{
		float: left;
		
	}
	.header{
		display: none;
		}
	.navTrigger {
		display: block;
	}
	.nav div.logo {
		margin-left:10%;
			margin-top: -8vw;
			width: 50%;
			opacity: 0;
	}
	.logo img{
	width: 80%;
	margin-top: 14vw;
	margin-left: 10%;
	
}
	
	.nav div.logo.shrink {
		
			opacity: 1;
	}
	
	.nav div.main_list {
		width: 100%;
		height: 0;
		overflow: hidden;
	}
	.nav div.show_list {
		height: auto;
		display: none;
	}
	.nav div.main_list ul {
		flex-direction: column;
		width: 100%;
		height: 100vh;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: #111;
		background-position: center top;
	}
	.nav div.main_list ul li {
		width: 100%;
		text-align: right;
	}
	.nav div.main_list ul li a {
		text-align: center;
		width: 100%;
		font-size: 3rem;
		padding: 20px;
	}
	.nav div.media_button {
		display: block;
	}


.top-img-style{
    padding-top: 0vw;
  }


  .top-title-waku{
    width: 90%;
  margin-left: 5%;
    
  }
  .top-title-waku h3{
     font-size: 8vw;
     border-left: 2vw #ed2024 solid;


  
  }
  .top-title-waku span {
      font-size: 4vw;

  }
  .jp-size {
      font-size: 6vw!important;
  }
   .subt-waku h4{
   font-size: 10vw;
   line-height: 14vw;
   margin-top: 10vw;
  }
  
  .subt-waku h5{
  font-size: 3vw;
  letter-spacing: 0.4vw;
  margin-top: -4vw;
  }
  


footer{

}
footer h3{
	color:#ff5353;
	font-size: 4.5vw;
  

}
footer li{
	font-size: 4vw;
    line-height: 6vw;

}
.footer-contact p{
	font-size: 4vw;
  line-height: 6vw;
  margin-top: 2vw;



}




  footer .centered {
    flex-wrap: wrap;
	margin-bottom: 0vw;


	
  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
	
	
  }
  footer .centered .footer-contact {
    width: 50%;
    padding: 0 20px;
	margin-left: 0vw;

	
	
  }
  footer .centered .footer-navigation {
    width: 100%;
	
	
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
	
  }

  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
  }
  footer .centered .footer-contact {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }
  footer .centered .footer-navigation .footer-links-holder h3 {
    margin: 0;
    padding: 15px 20px;
    border-top: #000 1px solid;
    cursor: pointer;
     background: #000;
	 
	 
	 

    /* Down Arrows */
  }
  footer .centered .footer-navigation .footer-links-holder h3::after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform .5s;
    transition: transform .5s;
  }
  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  footer .centered .footer-navigation .footer-links-holder.active h3::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer .centered .footer-navigation .footer-links-holder.active .footer-links {
    max-height: 10000px;
        /* background: #000; */
		

  }
  
}