
/* ----- ヘッダー ----- */
header{
	width:100%;
	min-width:1280px;
	height:80px;
	background-color: #fff;
	//opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.header {
	width:1280px;
	min-width:1280px;
	height:80px;
	padding: 0 20px;
	background-color: #fff;
	margin: 0 auto;
}
.main-menu {
	width:1240px;
	display: flex;
	justify-content:space-between;
}

.header_logo_l{
	height: 80px;
	display: flex;
	align-items: center; 
}

.header__logo{
	width:200px;
	height: auto;
}
.header_corporation{
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0em;
	color: #1b0082;
	font-weight: 600;
	margin-left:20px;
	padding-top: 30px;
}

.sub__menu{
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.sub_menu_top{
	display: flex;
	display:-ms-flexbox;
	justify-content: flex-end;
	align-items: center;
}
.sub_menu{
	height: 14px;
	display: flex;
	display:-ms-flexbox;
	justify-content: space-between;
	font-size: 11px;
	font-size: 1.1rem;
}
.sub_menu a{

	box-sizing: border-box;
}
.sub_menu a:hover{
	border-bottom: 3px #290c8d solid;
}
.sub_menu >li{
	margin-right:10px;
}
.sub_menu >li:last-child{
	margin-right:0;
}
.sub_menu li a{
	color: #333;
}
.sns{
	display:flex;
	display:-ms-flexbox;
}
.sns >li{
	width: 30px;

}

.language{
	display:flex;
	display:-ms-flexbox;
	width: 60px;
	display: flex;
	display:-ms-flexbox;
	align-items: center;
	justify-content: space-between;
}
.language li{
	width: 40px;
	height: 20px;
	line-height: 20px;
	background-color: #d6d4d5;
	text-align:center;
}
.language li a{
	width: 100%;
	height: 100%;
	display:block;
	color: #000;
}
.language .l__on{
	background-color: #5e5e5e;
	color: #fff;
}
.language .l__on a{
	color: #fff;
}
.language .l__off a:hover{
	background-color: #333;
	color: #fff;
}
#dropmenu{
	list-style-type: none;
	height: 38px;
	padding: 0;
	display: flex;
	align-items: center;
	margin-top: 4px;
	margin-bottom: 10px;
}
#dropmenu >li{
	margin:0 10px;
	position: relative;
	float: left;
	text-align: center;
	height: 46px;
	line-height: 46px;
	z-index: 999;
}
#dropmenu >li:last-child{
	margin-right:0;
}
#dropmenu li a{
	display: block;
	margin: 0;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: none;
}
#dropmenu >li:hover{
	box-sizing:border-box;
	border-bottom: 3px #290c8d solid;
}
#dropmenu >li:last-child:hover{
	box-sizing:border-box;
	border-bottom: 0px #290c8d solid;
}

#dropmenu li ul{
	background: #fff;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	margin-top: 3px;
}
#dropmenu li ul li{
	overflow: hidden;
	opacity: 0;
	width: 100%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#dropmenu li ul li > a{
	padding: 0 12px;
	height: 48px;
	background: #fff;
	text-align: left;
	padding-left: 2em;
	box-sizing:border-box;
	border-top:1px #ddd solid;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	border-bottom:3px transparent solid;
	white-space:nowrap;
	background: #fff url(../img/next.svg) 10px center no-repeat;
	background-size:8px 8px;
}
#dropmenu li ul li:first-child > a{
	margin-top: 6px;
	border-top:0px #ddd solid;
}
#dropmenu li ul li span{
	font-size: 24px;
	font-size: 2.4rem;
	padding-right: 0.2em;
	margin-top: -0.2em;
}
#dropmenu .sub a:hover{
	box-sizing:border-box;
	border-bottom:3px #1d2088 solid;
}
#dropmenu li:hover ul li{
	overflow: visible;
	opacity: 1;
	height: 48px;
	white-space:nowrap;
}
.header_donation{
	width: 120px;
	height: 30px!important;
	padding-right: 0;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	position: relative;
	background-color: #3db53f;
	text-align:center;
	line-height:30px;
	display: flex;
	align-items: center;
}
.header_donation a{
	width: 100%;
	display:block;
	color: #fff!important;
	font-size: 18px;
	font-size: 1.8rem;
	white-space: nowrap;
}
.button-1{
	overflow: hidden;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button-1:before{
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #479e41;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button-1:hover:before{
	left: 0;
}
/* ----- カレント ----- */
header .current{
	border-bottom: 3px #290c8d solid;
	pointer-events: none;
}
header .current_non_pinter{
	border-bottom: 3px #290c8d solid;
}
header .pointer_events{
	cursor: pointe;
}
header .sub_current{
	margin-bottom: -5px;
	border-bottom: 3px #290c8d solid;
	pointer-events: none;
}


/* ----- /カレント ----- */

/* ----- /ヘッダー ----- */

/* ----- モバイルヘッダー ----- */




/* Media Queries 767px */
@media screen and (max-width: 767px) {
header{
	width:100%;
	min-width:100%;
	height:50px;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
.l-header {
	width: 100%;
	height: 50px;
	position: fixed;
	background-color: #fff;
	z-index: 999;
}
.l-header__container {
	height: 50px;
	padding-left: 6px;
}
.l-menu{
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 202;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(255, 255, 255, 0.0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
	-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.is-menu-open .l-menu{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.l-menu__close{
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgb(255, 255, 255, 0.9);
	background-color: #FFFFCC;
	background: url(../img/header/close.png) 50% 50% no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	opacity:0.0;
}
.sns{
	position: absolute;
	top: 0;
	right: 50px;
}
.sns >li{
	width: 36px;
	margin-right:0px;
}
.sns >li a{
	cursor: pointer;
}
.sns >li:last-child{
	margin-right:0;
}
.c-hamburger{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/header/hamburger.png) 50% 50% no-repeat;
	background-size: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.header__logo_mb{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 50px;
}
.header__logo_mb p{
	width:240px;
	height: auto;
	margin-left:10px;
}
.menu-responsive .menu{
	margin-top: 50px;
	padding: 0;
	opacity: 1;
	background: rgba(255, 255, 255, 0.9);
	padding-bottom: 6px;
	
}
.menu .menu_home_l{
	display: flex;
	justify-content: space-between; 
	align-items: center;
	padding: 0px 10px;
}
.menu .menu_l{
	display: flex;
	justify-content: space-between; 
	padding: 0 10px;
}
.menu .menu_l > li{
	width: 45%;
}
.menu-responsive .menu-responsive_sub{
	margin-top: 0px;
	padding: 0;
	background: rgba(255, 255, 255, 0.0);
}
.menu-responsive  li{
	padding: 0;
	margin: 0;
}
.menu-responsive_sub > li{
	border-bottom: 1px #d3d3d3 solid;
}
.menu-responsive ul > li:last-child{
	border-bottom: 0px #d3d3d3 solid;
}
.menu-responsive  .nav__btn{
	margin-top: 16px;
}
.menu-responsive ul > li a{
	display: block;
	color: #333;
	font-size: 12px;
	font-size: 1.2em;
}
.menu-responsive_sub > li a{
	display: block;
	color: #333;
	font-size: 12px;
	font-size: 1.2em;
	padding: 10px 2px 10px 0.8em;
	white-space: nowrap;
	background: url(../img/next.svg) 0 center no-repeat;
	background-size:5px 5px;
}
.menu-responsive_sub .sub_sub a{
	font-size: 10px;
	font-size: 1.0rem;
	white-space: nowrap;
	background: url(../img/next.svg) 0 center no-repeat;
	background-size:5px 5px;
	padding-left: 1em;
}
.l-menu__title {
	font-size: 12px;
	font-size: 1.2em;
}
.l-menu__title a{
	padding: 6px 0px;
}
.menu-responsive ul li.active a{
	color: #333;
}
.menu-responsive ul.sub_menu{
	width: 100%;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	margin-top: 10px;
	padding: 0;
}
.sub_menu a:hover{
	border-bottom: 0px solid;
}


.menu-responsive ul > li .header_donation_mb{
	margin-top: 10px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	position: relative;
	background-color: #3db53f;
	text-align:center;
	display: flex;
	align-items: center;
}
.menu-responsive ul > li .header_donation_mb a{
	width: 100%;
	display:block;
	color: #fff!important;
	font-size: 16px;
	font-size: 1.6rem;
	white-space: nowrap;
	padding: 6px 0;
}
.l-menu__underlayers_right li a{
	padding: 0;
}
.language{
	display:flex;
	display:-ms-flexbox;
	width: 80px;
	display: flex;
	display:-ms-flexbox;
	align-items: center;
	justify-content: space-between;
}
.menu-responsive .language ul{
	margin-top: 0;
}
.language li{
	width: 140px;
	height: 20px;
	line-height: 20px;
	background-color: #d6d4d5;
	text-align:center;
}
.language li a{
	width: 100%;
	height: 100%;
	display:block;
	color: #000;
}
.language .l__on{
	background-color: #5e5e5e;
	color: #fff;
}
.language .l__on a{
	color: #fff;
}
.language .l__off a{
	color: #fff;
	padding: 0;
}
.language .l__off a:hover{
	background-color: #333;
	color: #fff;
}
/* ----- /モバイルヘッダー ----- */


/* ----- モバイル寄付する ----- */
.bt_donation{
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #3db53f;
	cursor: pointer;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 20;
	display: inline-block;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 300ms;
}
.bt_donation a{
	align-items: center;
	width: 100％!important;
	height: 100％!important;
	display:block;
	color: #fff;
	font-weight: 400;
}
.bt_donation_fade{
	opacity:0;
}
}


/* ----- wordpress用 ----- */
.admin-bar header{
	top:32px;
}
@media screen and (max-width: 767px) {
.admin-bar header{
	top:46px;
}
#wpadminbar{
	position: fixed;
}
