@charset "utf-8";

/*hamburgermenu*/
.nav_sp {
	line-height: 2.7em;
}
.nav_sp ul li {
	width: 230px;
	margin: -1px auto 0;
	border-top:dashed 1px #ccc;
}
.nav_sp ul li a{
    display: block;
    position: relative;
}
.nav_sp ul li li {
	width:240px;
	padding-left: 10px;
}
.logo_menu {
	width:70%;
	height:auto;
	margin:14px 0 0 5px;
}
#nav-drawer {
	width: 100%;
	position: relative;
	top:2px;
}
@media screen and ( min-width:1081px) {#nav-drawer{}}
@media screen and ( max-width:1080px) and ( min-width:768px){#nav-drawer{position: relative;top: 2px;}}
@media screen and ( max-width:767px) {#nav-drawer{position: relative;top: 6px;}}

.nav-unshown {
  display:none;
}
#nav-open {
	display: inline-block;
	position:absolute;
	top: -47px;
	right: 0%;
	vertical-align: middle;
}
@media screen and ( max-width:1080px) {#nav-open {right: 10px;}}
#nav-open span.menu_head {
	width: 180px;
	height: 30px;
	margin: -6px 0 0 0;
	display: block;
}
@media screen and ( min-width:1081px) {#nav-open span.menu_head {display: none;}}
@media screen and ( max-width:1080px) and ( min-width:1024px) {#nav-open span.menu_head {width: 200px;margin: -4px 0 0 0;}} 
@media screen and ( max-width:1023px) and ( min-width:768px) {#nav-open span.menu_head {width: 200px;margin: -4px 0 0 0; }} 
@media screen and ( max-width:767px) and ( min-width:414px) {#nav-open span.menu_head { }} 
@media screen and ( max-width:413px) and ( min-width:361px) {#nav-open span.menu_head { }} 
@media screen and ( max-width:360px) {#nav-open span.menu_head { width: 150px;margin: -2px 0 0 0;}} 
	
#nav-open span.menu_under {
    position: fixed;
	bottom:30px;
	right: 30px;
	z-index: 39998;
}
@media screen and ( max-width:1080px) and ( min-width:1024px) {#nav-open span.menu_under { bottom:10px; right: 10px;}} 
@media screen and ( max-width:1023px) and ( min-width:768px) {#nav-open span.menu_under { bottom:10px; right: 10px;}} 
@media screen and ( max-width:767px) and ( min-width:414px) {#nav-open span.menu_under { bottom:10px; right: 10px;}} 
@media screen and ( max-width:413px) and ( min-width:361px) {#nav-open span.menu_under { bottom:10px;; right: 10px;}} 
@media screen and ( max-width:360px) {#nav-open span.menu_under { bottom:5px;; right: 3px;}} 

#nav-open span.menu_txt {
	width: 93px;
	height: 30px;
	padding: 3px 5px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
	display: block;
	background: #ff80c0;
	border: solid 3px #fff;
	border-radius: 30px;
}
#nav-open span.menu_icon {
	width: 32px;
	height: 33px;
	margin-left: -5px;
	display: block;
	background: #FF80BB;
	border: solid 3px #fff;
	border-radius: 50px;	
	float: left;
}

/*RightToLeft*/
@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

h1,h2,h3,p,.consept p,.consept_sp p,.schedule {
  animation-duration: 1s;
  animation-name: RightToLeft;
}

#nav-open span.menu_under {
  animation-duration: 4s;
  animation-name: RightToLeft;	
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 39998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 39999;
  width: 77%;
  max-width: 410px;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/*pulldown_menu*/
.nav_pc {
	width:100%;
	height: 45px;
	font-weight: 800;
	background: #78d5ea;
}
@media screen and ( max-width:1080px) {.nav_pc {display:none;}}
.nav_inner{
	width:1080px;
	margin:0 auto;
}
.nav_pc nav ul {
	position: relative;
}
nav.nav_pc ul li {
	height: 34px;
	position: relative;
	float: left;
	padding: 11px 45px 0;
	z-index: 30000;
}
@media screen and ( max-width:1160px) and ( min-width:1081px) {nav.nav_pc ul li {padding: 12.5px 3% 0;}}
nav.nav_pc ul li:hover {
	background-color: #ffff00;
	color: #000;
}
nav.nav_pc ul li a {
	color: #000;
	white-space: nowrap;
	display: block;
	width:180%;
	height: 180%;
	margin: 0 auto;
}
nav.nav_pc ul li a:hover {
	color: #000;
	display: block;
}
nav.nav_pc ul li ul li a {
	color: #333;
	display: block;
	font-weight: 400;
	width:180%;
	height: 180%;
	margin: 0 auto;
}
nav.nav_pc ul ul {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0px;
	background: #fff;
}
@media screen and ( max-width:1160px) and ( min-width:1081px) {nav.nav_pc ul ul {width: 150%;padding-left: 10px;}}
.nav_ex li a{
	position: relative;
	left: -25px;
}
nav.nav_pc ul ul li {
	height: 40px;
	float: none;
	padding-top: 15px;
	border-bottom: dotted 0.5px #ccc;
}
/*pulldown_animetion*/
.nav_pc ul ul {
	visibility: hidden;
	opacity: 0;
	transition: .5s ease-in-out;
}
.nav_pc ul li:hover ul {
	visibility: visible;
	opacity: 1;
}
/*pulldown_right*/
nav.nav_pc ul li.nav_info a{
	color:#000;
}
.nav_pc .nav_info{
	height: 30px;
	top: -5px;
	margin: 10px 0 0 3%;
	padding: 6px 40px 0;
	background-color: #fff;
	border-radius: 7px;
}
@media screen and ( max-width:1420px) and ( min-width:1081px) {.nav_pc .nav_info{margin: 10px 0 0 1%;padding: 6px 22px 0;}}
