@charset "UTF-8";

/* c-header
----------------------------------------*/

.c-header {
	transition: all .3s;
	width: 100%;
	position: absolute;
	z-index: 500;
}
.c-header a {
	text-decoration: none;
    outline: none;
}
.c-header__container {
	margin: 0 auto;
	position: relative;
}

/*¤³¤³¤«¤éSP¥ì¥¤¥¢¥¦¥È*/

@media only screen and (max-width: 750px) {
.c-header__nav {
    bottom: 0;
    right: 0;
    display:none;
    position: absolute;
    top:0;
    width: 100%;
    height: 80vh;
    background:#86B2DF;
	opacity: 0.9;
    left: 0;
    margin: 0;
    z-index: 10;
}
.c-header__subnav {
    display: block;
    height: 40%;
    position: absolute;
    right: 0px;
    bottom: 20%;
    left: 15%;
    margin: auto 0;
    transform: translateY(-80%);
    float: none;
}
.c-header__subnav2 {
    display: block;
    height: 15%;
    position: absolute;
    top: 75%;
    right: 0px;
    bottom: 0;
    left: 15%;
    margin: 15px auto 0;
    transform: translateY(-80%);
    float: none;
}

.c-header__subnav li {
	display: inline;
    margin-right: 10%;	
    text-align: center;
    float: none;
    display: block;
	padding-bottom: 5%;
    width: 80%;
    height: auto;
}
.c-header__subnav2 li {
	display: inline;
    margin-right: 10%;	
    text-align: center;
    float: none;
    display: block;
	padding-bottom: 5%;
    width: 60%;
    height: auto;
}
.c-header__subnav 

.c-header__subnav li::before {
    display: none;
}
.c-header__subnav li a {
    display: inline-block;
    height: auto;
    padding: 0px 0px;
    color: #fff;
    text-align: center;
}
}

@media only screen and (max-width: 750px) {

/*MENU¥Ü¥¿¥ó*/
#nav_toggle {
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
    right: 0;
    background: #86B2DF;
    width: 64px;
    height: 64px;
}
#nav_toggle div {
    position: relative;
    max-width: 60%;
    margin: 30px auto 0;
}
.open #nav_toggle div {
    margin: 25px auto 0;
}
#nav_toggle span {
    display: block;
    height: 1px;
    position:absolute;
    width: 100%;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fff;
    border-radius: 5px;
}
#nav_toggle span:nth-child(1){
    top:0px;
}
#nav_toggle span:nth-child(2){
    top:7px;
}

.open #nav_toggle span {
    background: #fff;
}
.open #nav_toggle span:nth-child(1) {
    top: 8px;
   -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
}
.open #nav_toggle span:nth-child(2) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
}
	
}



/*¤³¤³¤«¤éPC¥ì¥¤¥¢¥¦¥È*/

@media only screen and (min-width: 751px) {
.c-header__nav {
    bottom: 0;
    right: 0;
    display:none;
    position: absolute;
    top:0;
    width: 100%;
    height: 50vh;
    background:#86B2DF;
	opacity: 0.9;
    left: 0;
    margin: 0;
    z-index: 10;
}

	.c-header {
		top: 0;
		left: 0;
		right: 0;
		padding: 0;
        position: fixed;
	}
	.c-header.open {
		height: 100vh;
		z-index: 10000;
        position: fixed;
	}
	.c-header__container {
		width: auto;
		padding: 0;
        background: #ffffff;
	}

/*ÄÚ²¿¥ê¥ó¥¯¥á¥Ë¥å©`*/

/*¥Ê¥Ó*/

@media only screen and (min-width: 751px) {
.c-header__nav {
    bottom: 0;
    right: 0;
    display:none;
    position: absolute;
    top:0;
    width: 100%;
    height: 50vh;
    background:#86B2DF;
	opacity: 0.9;
    left: 0;
    margin: 0;
    z-index: 10;
}
.c-header__subnav {
    display: flex;
    flex-wrap: wrap;
    height: 40%;
	max-width: 1200px;
    position: absolute;
    top: 40%;
    right: 0px;
    bottom: 0;
    left: 15%;
    margin: 15px auto 0;
    transform: translateY(-80%);
    float: none;
}
.c-header__subnav2 {
    display: flex;
    flex-wrap: wrap;
    height: 15%;
	max-width: 1200px;
    position: absolute;
    top: 80%;
    right: 0px;
    bottom: 0;
    left: 15%;
    margin: 15px auto 0;
    transform: translateY(-80%);
    float: none;
}

.c-header__subnav li {
	display: inline;
    margin-right: 10%;	
    text-align: center;
    float: none;
    display: block;
    padding: 0;
    width: 40%;
    height: auto;
}
.c-header__subnav2 li {
	display: inline;
    text-align: center;
    float: none;
    display: block;
    padding: 0;
    width: 20%;
    height: auto;
}
.c-header__subnav 

.c-header__subnav li::before {
    display: none;
}
.c-header__subnav li a {
    display: inline-block;
    font-size: 1.6rem;
    height: auto;
    padding: 0px 0px;
    color: #fff;
    text-align: center;
}
}

@media only screen and (min-width: 751px) {

/*MENU¥Ü¥¿¥ó*/
#nav_toggle {
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
    right: 0;
    background: #86B2DF;
    width: 64px;
    height: 64px;
}
#nav_toggle div {
    position: relative;
    max-width: 60%;
    margin: 30px auto 0;
}
.open #nav_toggle div {
    margin: 25px auto 0;
}
#nav_toggle span {
    display: block;
    height: 1px;
    position:absolute;
    width: 100%;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fff;
    border-radius: 5px;
}
#nav_toggle span:nth-child(1){
    top:0px;
}
#nav_toggle span:nth-child(2){
    top:7px;
}

.open #nav_toggle span {
    background: #fff;
}
.open #nav_toggle span:nth-child(1) {
    top: 8px;
   -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
}
.open #nav_toggle span:nth-child(2) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
}
	
}

@media only screen and (max-width: 751px) {
	#nav_toggle {
        width: 6.4%;
        max-width: 48px;
        height: 13px;
        background: none;
        right: 5%;
        top: 30px;
    }
    
    #nav_toggle div {
        max-width: inherit;
        margin: 0;
    }
    
    .open #nav_toggle div {
        margin-top: 0;
    }

    #nav_toggle span {
        background: #000;
    }
    
}





