@charset "utf-8";
@media screen and (max-width: 767px) {

#sp_hd {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#sp_hd .bg {
	background: rgba(255,255,255,0.9);
}

#sp_header_logoarea{
	clear:both;
	background: rgba(255,255,255,0.9);
	background-color:#FFFFFF;
	border-bottom:#999999 1px solid;
	box-shadow:0px 0px 6px 2px #989898;
	-moz-box-shadow:0px 0px 6px 2px #989898;
	-webkit-box-shadow:0px 0px 6px 2px #989898;
	height:auto;
	padding-bottom:5px;
	padding-top: 9px;
	padding-right: 50px;
}

.sp_logo ,#sp_logo_titleText{
	float:left;
}

.sp_logo{
	width: 135px;
	height: 32px;
	margin-right:12px;
	margin-left: 1px;
}
.sp_logo a {
	background: url(../image/common/logo.png) no-repeat 0 0;
	display:inline-block;
	background-size: 135px;
	width: 135px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	margin-right:10px;
}

#sp_titleText{
/*	font-size:1.4em;	*/
	font-size:1.2em;
	font-weight:bold;
	display:inline-block;
	padding-top:7px;
	padding-bottom:6px;
	margin-left:0px;
}
#titleText{
	display:none;
}

/* for iPhone4,5 */
@media screen and (max-width: 320px) {
	.sp_logo ,
	.sp_logo a {
		margin-right:5px;
	}
	.sp_logo a {
		background-size: 130px;
		width: 130px;
		height: 30px;
	}
	#sp_titleText{
		font-size:1.1em;
	}
}


/*================================================
　　　　* メニュー表示
================================================*/

/* ---------------------------------------------------  menu */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:99999;
	background: rgba(255,255,255,0.5);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
}

.menu-open header {
	-webkit-transition: all .2s;
	transition: all .2s;
	visibility: visible;
	opacity: 1;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}

/* --------------------------------------------------- ham-btn */
.ham-btn {
	position: fixed;
	top: 3px;
	right: 6px;
	padding: 4px 7px 0;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	height: 40px;
}

.menu-trigger p{
	font-size: 0.7em;
	font-weight:bold;
	position: absolute;
	top: 21px; left:0;
	color:#333;
	text-align:center;
	width:100%;
}

/* --------------------------------------------------- menu-trigger*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .2s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 12px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #666;
	border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {top: 0;}
.menu-trigger span:nth-of-type(2) {top: 9px;}
.menu-trigger span:nth-of-type(3) {top: 18px; bottom: 0;}
.menu-trigger.active span:nth-of-type(1) {-webkit-transform: translateY(9px) rotate(-45deg);transform: translateY(9px) rotate(-45deg);}
.menu-trigger.active span:nth-of-type(2) {opacity: 0;}
.menu-trigger.active span:nth-of-type(3) {-webkit-transform: translateY(-9px) rotate(45deg);transform: translateY(-9px) rotate(45deg);}



/*================================================
　　　　* ヘッダー
================================================*/
header{
	margin-top: 46px;
}
header .inner{position: relative;}
header .logo{ display: none;}



/*================================================
　　　　*  グローバルナビ
================================================*/
/*-------第一階層-------*/

header nav {
	margin-top: 30px;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
header nav > ul > li {
	display: block;
	padding: 3px;
	text-align: center;
}

header nav > ul > li > a{
	background:#124b9f;
	color: #fff;
	padding: 15px 20px;
	width: 100%;
	display:block;
	box-sizing:border-box;
	margin: 0 auto;
	font-size: 1.4em;
}

header nav > ul > li#donation > a{
	font-size: 1.6em;
}

header nav > ul > li > a:link,
header nav > ul > li > a:visited{color: #fff; letter-spacing: 3px; text-decoration: none;}
header nav > ul > li > a:hover{color: #fff; letter-spacing: 3px; text-decoration: none; background-color:#004B97;}

/*寄付をするボタンのみ*/
header nav > ul > li#donation {
	padding-bottom: 10px;
}
header nav > ul > li#donation a{
	color: #fff;
	letter-spacing: 3px;
	text-decoration: none;
	background-color:#d5296e;
	padding:25px 0;
}
header nav > ul > li#donation a:hover{
	color: #fff;
	letter-spacing: 3px;
	text-decoration: none;
	background-color:#b63652;
	padding:25px 0;
}

header nav ul#sub_navi {
    padding-right: 0;
}
/*-------第二階層-------*/

header nav  > ul > li > ul {margin-top: 1px;}
header nav  > ul > li > ul >li a {
	display: block;
	padding: 5px 5px;
	margin-bottom: 1px;
	font-size: 1em;
	background: #fff;
}

header nav  > ul > li > ul >li a span{ font-size: 0.7em; margin-right:3px;}
header nav  > ul > li > ul >li a:link,
header nav  > ul > li > ul >li a:visited{ text-decoration: none;}

.anchor{

}




}
