﻿

/*=============================================
 * key
 *=============================================*/

#key {
	width:100%;
	background: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#key .box{
	width:100% !important;
	
}
#key .box p img{
	width:340px;
}
#key {
    background: url(https://nanohana-hoiku2018.com/css/../img/shared/key_bg.png) no-repeat top center;
    position: relative;
	margin-top:60px;
}
#key .not {
    width: 144px;
    height: 273px;
    background: url(https://nanohana-hoiku2018.com/css/../img/shared/slide_bg.png) no-repeat top center;
	background-size:100px auto;
    text-align: center;
    font-size: 14px;
	font-weight:bold;
    line-height: 24px;
    position: absolute;
    top: -9px;
    right: 50%;
    margin-right: -180px;
    z-index: 99;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.honoka {
    font-family: honoka, sans-serif;
}

#key:before {
    content: url(https://nanohana-hoiku2018.com/css/../img/shared/slide_icon1.png);
    position: absolute;
    top: -6px;
    left: 50%;
	width:40;
    margin-left: -172px;
    z-index: 110;
}
:before, :after {
    pointer-events: none;
}
/*=============================================
 * <section>
 *=============================================*/

section {
}



/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
}





/*=============================================
 * copyright
 *=============================================*/

address {
	background-color: #30220a;
	font-size: 11px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	letter-spacing: 0.5px;
}