@charset "utf-8";


/* -----------------------------
	nav
-------------------------------- */

/*close*/
.sp_nav{
	display: block;
}
.sp_menu {
	width: 60px;
	height: 60px;
	padding-top: 10px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 500;
}

.sp_menu img {
	width: 46px;
}


.header_gnavi_sp_area_fixed{
	position: fixed;
	width: 100%;
	height: 60px;
}

.header_gnavi_sp_area{
	background-color: #ffffff;
	width: 100%;
	height:60px;
	position: fixed;
	z-index: 999;	
	background-image: url(../img/pcnavi_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size:100% 4px;
	border-bottom: 1px solid #efefef;
}
.header_gnavi_sp_area.form_page{
	position: static;
}

/*logo*/
.header_logo_sp{
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
}
.header_logo_sp img{
	width: 155px;
}

.header_logo_opensp{
	text-align:left;
	padding-top: 10px;
	padding-bottom:10px;
}
.header_logo_opensp img{
	width: 100px;
}
/*openbtn*/

.menu_txt{
	width: 60px;
	text-align: center;
	position: relative;
	top:-10px;
	margin-bottom: -10px;
}

.menu_txt img{
	width: 60px;

}

/*accessbtn*/
.head_nav_acc_sp{
	float:right;
	width: 90px;
	height: 60px;
	text-align: center;
	position: absolute;
	top:0;
	right: 60px;
	z-index: 500;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
}

.head_nav_acc_sp a{
	display: block;

}

.head_nav_acc_sp img{
	width: 90px;
}

/*open*/
.sp_nav_open{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	padding:0 20px 0 20px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 500;
}

.nav_open a{
	display: block;
}

.sp_nav-menu{
	width: 100%;
	height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.sp_nav-menu ul{
	height: 100%;
	overflow-y: scroll;
	/*vertical-align: middle;*/
	-webkit-overflow-scrolling: touch;
}

.sp_nav-menu ul li{
	text-align: center;
}

.sp_nav-menu li span{
	display: inline-block;
	content: "";
}

.li_spmenu{
	background-image: url(../img/fooer_navilinkicon.png);
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	width:100%;
	border-bottom:none;
	border-bottom: 1px solid #efefef;
}

.li_spmenu a{
	display: block;
	padding-top:20px;
	padding-bottom:5px;
	color: #66594C;
}

.li_spmenu img{
	width: 30px;
}

.li_spmenu.style1 span{
	position:relative;
	top:-7px;

	
}
.sp_menu_e{
	color:#80c6c4/*51B1C3*/;
	font-size: 1.1rem;
	font-weight: bold;
	font-family: 'josefin_b';
	padding-bottom: 5px;
}

.sp_menu_e a{
	color:#80c6c4;
}


.sp_menu_j{
	color:#989898;
	font-size: 1.6rem;
	font-family: "Noto Sans Japanese";
}

.sp_menu_j a{
	color:#C9C9CB;
}

.li_spmenu.style2{
	float:left;
	width:47%;
	margin-right:3%;
	font-size:1.6rem;
	line-height: 1.2;
}


.li_spmenustyle2_space{
	position: relative;
	top:2px;
	margin-bottom: 2px;
	padding: 7px 0 11px 0;
	
}


.li_spmenu.style2.style2right{
	margin-left:3%;
	margin-right:0;
}


.li_spmenulink1{
	clear: both;
	background-image: none;
	padding-top:0;
	padding-bottom:15px;
	width:100%;
}

/*
.li_spmenulink2{
	background-image: none;
	padding-top:20px;
	width:100%;
	margin-bottom:30px;
	position:relative;
	top:-30px;
}
*/

.li_spmenulink2{
	background-image: none;
	width:100%;
	float: none;
	margin-top:0;
	margin-bottom:0;
	box-shadow:3px 3px 3px rgba(204, 204, 204, 0.5);
	text-align: center;
	

}
.li_spmenulink2 img{
	width: 18px;
}
.li_spmenulink2 a{
	display: block;
	color:#fff;
	font-weight: bold;
}
.li_spmenulink2 span{
	padding-left: 10px;
	position: relative;
	top: -3px;
	margin-bottom: -3px;
}

.sp_nav_logoimg{
	text-align: left;
	width: 155px;
}

.close_btn_img{
	width:56px;
	position: relative;
	left:-5px; 
	margin-top: -5px;
}





