@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,900');*/

/*------ reset ------*/

*{
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family:
			"ヒラギノ角ゴ Pro W3",
			"Hiragino Kaku Gothic Pro",
			"メイリオ",
			Meiryo, Osaka,
			"ＭＳ Ｐゴシック",
			"MS PGothic",
			"sans-serif";
}

html{
	min-width: 320px;
	font-size: 100%;/*16px*/
}

body{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.6rem;
	font-family:
			"ヒラギノ角ゴ Pro W3",
			"Hiragino Kaku Gothic Pro",
			"メイリオ",
			Meiryo, Osaka,
			"ＭＳ Ｐゴシック",
			"MS PGothic",
			"sans-serif";
}

/* media Queries------------------------------------
----------------------------------------------------*/
@media only screen and (min-width:  56.25em) {
body
{
}
}


/*--------------------------------------------------
 loader
----------------------------------------------------*/


#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #e8e8e8;
	z-index: 1000 !important;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #000;
	z-index: 1100;
	line-height:5;
	font-size:16px;
	font-size:1rem;
}
/*--------------------------------------------------
 Main layout
----------------------------------------------------*/

/*------ #main ------*/
div#main{
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
}


/* media Queries------------------------------------
----------------------------------------------------*/
@media only screen and (min-width:  56.25em) {

/*------ #main ------*/

div#main{
	margin: 0 auto;
}

}


/*------ link ------*/

a:link,
a:visited{
	color: #00a0e9;
	text-decoration: underline;
}

a:hover,
a:active{
	color: #00a0e9;
	text-decoration: none;
}

a:hover img{
	opacity: 0.8;
	\zoom: 1;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}



/*------ image ------*/

img{
	border: 0;
	vertical-align: text-bottom;
	max-width: 100%;
	height:auto;
}



/*------ hr ------*/

hr{
	display: none;
	clear:both;
}



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

header{
	position: fixed;
	z-index: 70;
	width: 100%;
	min-width: 320px;
	height: auto;
	/*background: url("../images/gnav_bg_sp.png") no-repeat top center;
	background-size: 100% auto;*/
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 90%);
	pointer-events: none;
}

div#header{
	position: relative;
}

header nav{
	width: 8.53%;
	font-size: 1rem;
	position: absolute;
	right: 3.55%;
	top:15%;
}

header nav p.menuBtn{
	font-size: 0;
	width: 100%;
	cursor: pointer;
	text-align: center;
	padding: 0;
	z-index: 100;
	position: absolute;
	pointer-events: auto;
}

header nav p.menuBtn img{
	width: 100%;
}

header nav ul{
	list-style: none;
	padding-bottom: 1em;
	pointer-events: auto;
}

header nav ul li{
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing:0.15em;
	color: #FFF;
	padding: 0 20.14%;
}

header nav ul li a{
	color: #FFF !important;
	text-decoration: none !important;
	display: block;
	padding: 0.8em 0;
}

header nav ul li a:hover{
	text-decoration: underline !important;
}

header nav p.menuBtn:after,
header nav p.active:after,
header nav p.open:after {
	content:'　';
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

header nav p.menuBtn:after {
	background: url(../images/menu_btn_open.png) no-repeat center center;
	background-size:contain;
	padding-top:100%;
	height:0;
}

header nav p.open:after {
	background: url(../images/menu_btn_close.png) no-repeat center center;
	background-size:contain;
	padding-top:100%;
	height:0;
}

header nav div.menuArea {
	display: none;
	width:1171.875%;
	position: absolute;
	top: 0;
	right: -42%;
	height: 0;
	padding: 0;
	margin: 0;
}
header nav div.menuMain {
	position: relative;
	height: auto;
	margin: 12.93% 0 0;
	background-color: rgba(0,0,0,0.7);
}

header nav div.active {
	display: block;
	animation: fadeIn .5s ease-in both;
	-webkit-animation: fadeIn .5s ease-in both;
	opacity: 0;
}


@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

header div#logo{
	width: 84%;
	margin-left: 3.9%;
	padding:3.55% 0 10%;
}

header div#logo h1{
	font-size: 20px;
	font-size: 1.25rem;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2;
}
header div#logo h1 span{
	font-size: 12px;
	font-size: 0.75rem;
}
header div#logo p{
	line-height: 0;
	font-size: 0;
	width: 13.47%;
	float: left;
	padding-right: 3.89%;
}

header div#logo img{
	width: 100%;
}

header div#logo a{
	color: #FFF;
	text-decoration: none;
	pointer-events: auto;

}




/* media Queries------------------------------------
----------------------------------------------------*/
@media only screen and (min-width:  56.25em) {

header{
	/*background: url("../images/gnav_bg.png") repeat-x top center;
	background-size: auto auto;*/
	z-index: 70;
	width: 100%;
	min-width: 320px;
	height: auto;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

header div#logo {
	width: 263px;
	padding:20px 0 40px;
	margin: 0;
	float: left;
}

header div#logo h1 {
	width: 263px;
	font-size: 18px;
	font-weight: bold;
}
header div#logo h1 span{
	font-size: 12px;
	font-weight: normal;
}
header div#logo p {
	width: 40px;
	line-height: 0;
	font-size: 0;
	padding-right: 10px;
}

header nav{
	width: 671px;
	font-size: 1rem;
	position: relative;
	right:0;
	top:0;
	padding:0;
	float: right;
}

header nav h2,
header nav p.menuBtn {
	display: none;
}

header nav div.menuArea {
	display: block;
	width:100%;
	position: relative;
	top: 0;
	right: 0;
	height: 100%;
}

header nav div.menuMain {
	margin-top: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}
header nav ul{
	background: none;
	padding-bottom: 0;
	width: 671px;
	margin: 0;
	padding-top: 34px;
	display: flex;
	justify-content: space-between;
}
header nav ul li{
	border-bottom: none;
	font-size: 14px;
	text-align: center;
	float: left;
	letter-spacing:0;
	padding: 0;
	width: auto;
}
header nav ul li:last-of-type{
	background: none;
	padding: 0;
}

header nav ul li a{
	padding: 0;
	font-weight: bold;
}

header nav ul li:last-of-type a{
	padding: 0;
}

header nav ul li a:hover,
header nav ul li a.current{
	text-decoration: underline;
}

}


/*--------------------------------------------------
 container
----------------------------------------------------*/

div#container {
	width: 100%;
	margin: 0 auto;
	color: #000;
}
div#mainArea {
	background: #FFF;
}

.sp {
}

.pc {
	display: none;
}

.center{
	text-align: center !important;
}

.left{
	text-align: left !important;
}

.right{
	text-align: right !important;
}

div#container h2{
	background: url("../images/bg_title.gif") no-repeat center center;
	font-family:
		'Ryumin Medium KL',
		'Noto Serif JP',
		serif;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
	color: #0b3c5d;
	line-height: 2.8;
	font-weight:bold;
}
div#container h2 span{
	font-family:
		'Ryumin Medium KL',
		'Noto Serif JP',
		serif;
	font-size: 40px;
	font-size: 2.5rem;
}

div#container p,
div#container li{
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 2em;
	line-height: 1.8;
}


#media{
	padding: 20% 5%;
	background: #e8e8e8;
}
#media h2{
	margin-bottom: 3em;
}
#media p{
	font-size: 18px !important;
	font-size: 1.125rem !important;
	text-align: center;
	color: #0b3c5d;
	line-height: 2.2 !important;
	margin-bottom: 2em;
}
#media p.medialink a{
	font-family:
		'Ryumin Medium KL',
		'Noto Serif JP',
		serif;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
	color: #FFF;
	line-height: 2 !important;
	font-weight:bold;
	text-decoration: none;
	display: block;
	background: #0b3c5d;
	padding: 0.5em 0;
	margin: 0 auto;
	width: 16em;
}
#media ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#media ul li{
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	color: #1d2731;
	line-height: 1.5 !important;
}
#media ul li:nth-of-type(2){
	margin: 0 5%;
}
#media ul li a{
	color: #1d2731;
	text-decoration: none;
}
#media ul li a:hover{
	text-decoration: underline;
}
#media ul li img{
	border: solid 1px #ccc;
}


#activity{
	padding: 20%  0;
}
#activity h2{
	margin-bottom: 3em;
}
.activity-fb{
	width: 90%;
	margin: 0 auto 2em !important;
}
.fb-page {
    display:block !important;
	width:100%;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}
.activity-link{
	width: 70%;
	margin: 0 auto !important;
}
.activity-link ul{
	list-style: none;
}
.activity-link ul li{
	font-size: 16px;
	font-size: 1rem;
}
.activity-link ul li a{
	color: #328cc1;
	text-decoration: none;
}
.activity-link ul li a:hover{
	text-decoration: underline;
}
.activity-link ul li img{
	width: 8%;
	margin-right: 1em;
	vertical-align: middle;
}
.activity-link ul li.bloglink a:before{
	content:' ｜ ';
}
.activity-link ul li.bloglink a:nth-of-type(1):before{
	content:none !important;
}
.activity-link p{
	width: 15em;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}
.activity-link p a{
	display: block;
	background: #00b900;
	text-align: center;
	color: #FFF;
	padding: 0.5em 0;
	text-decoration: none;
}
.activity-link p a:hover{
	opacity: 0.6;
	\zoom: 1;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.activity-link p a img{
	width: 3.5em;
	vertical-align: top;
	margin-right: 0.2em;
}


#tsushin{
	padding: 15% 5%;
	background: #d3e1e8;
}
#tsushin h2{
	margin-bottom: 1em;
	background: none !important;
	font-size: 20px;
	font-size: 1.25rem;
}
#tsushin p{
	font-size: 12px !important;
	font-size: 0.75rem !important;
	text-align: center;
	color: #0b3c5d;
	margin-bottom: 2em;
}
.tsushin__new{
	font-size: .675rem;
	color: #fff;
	background: #e22;
	padding: 0 5px;
}


#supporters{
	padding: 20% 5%;
	background: #d1e0e7;
}
#supporters h2{
	margin-bottom: 3em;
}
#supporters p{
	font-family:
		'Ryumin Medium KL',
		'Noto Serif JP',
		serif;
	font-size: 18px !important;
	font-size: 1.125rem !important;
	text-align: center;
	color: #0b3c5d;
	line-height: 2.2 !important;
	margin-bottom: 2em;
	font-weight:bold;
}
#supporters p.supporterslink a{
	font-family:
		'Ryumin Medium KL',
		'Noto Serif JP',
		serif;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
	color: #FFF;
	line-height: 2 !important;
	font-weight:bold;
	text-decoration: none;
	display: block;
	background: #0b3c5d;
	padding: 0.5em 0;
	margin: 0 auto;
	width: 16em;
}


#contact{
	padding: 20% 5%;
}
#contact h2{
	margin-bottom: 3em;
}
#contact h2+p{
	text-align: center;
	font-size: 18px !important;
	font-size: 1.125rem !important;
	color: #0b3c5d;
}
#contact form p{
	font-size: 16px !important;
	font-size: 1rem !important;
	margin-bottom: 0;
}
#contact form p input#name,
#contact form p input#email{
	width: calc(100% - 1em);
	margin-bottom: 2em;
	padding: 0.5em;
	border: solid 1px #ccc;
}
#contact form p textarea{
	width: calc(100% - 1em);
	margin-bottom: 2em;
	padding: 0.5em;
	border: solid 1px #ccc;
}
#contact form p button{
	width: 5em;
	padding: 0.5em 0;
	border: solid 1px #ccc;
	background: #d1e0e7;
	cursor: pointer;
	font-size: 16px !important;
	font-size: 1rem !important;
}
#contact form p button:hover{
	opacity: 0.6;
	\zoom: 1;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


/* media Queries------------------------------------
----------------------------------------------------*/
@media only screen and (min-width:  56.25em) {

div#container {
	position: relative;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

div#container h2{
	font-size: 18px;
	line-height: 2.8;
}
div#container h2 span{
	font-size: 42px;
}

div#container  p,
div#container  li{
	font-size: 16px;
}


#media{
	padding: 80px 0;
}
#media h2{
	margin-bottom: 60px;
}
#media p{
	font-size: 18px !important;
	margin-bottom: 40px;
}
#media p.medialink{
	margin-bottom: 0;
}
#media p.medialink a{
	font-size: 18px;
	padding: 15px 0;
	width: 300px;
}
#media p.medialink a:hover{
	opacity: 0.6;
	\zoom: 1;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
#media ul{
	width: 850px;
	margin: 0 auto 55px;
}
#media ul li{
	font-size: 14px;
}
#media ul li img{
	margin-bottom: 15px;
}
#media ul li:nth-of-type(2){
	margin: 0 5%;
}

#activity{
	padding: 80px 0;
	width: 960px;
	margin: 0 auto;
}
#activity h2{
	margin-bottom: 60px;
}
.activity-fb{
	width: 480px;
	margin: 0 !important;
	float: left;
}
.fb-page {
	max-width:480px;
	height:256px;
}
.activity-link{
	width: 430px;
	margin: 0 !important;
	float: right;
}
.activity-link ul li{
	font-size: 16px;
	margin-bottom: 2em !important;
}
.activity-link ul li img{
	width: auto;
	margin-right: 20px;
}
.activity-link p{
	width: 210px;
	font-size: 16px;
}
.activity-link p a{
	padding: 10px 0;
}
.activity-link p a img{
	width: auto;
	margin-right: 4px;
}


#tsushin{
	padding: 80px 0;
	background: #d3e1e8;
}
#tsushin h2{
	font-size: 20px;
}
#tsushin p{
	font-size: 12px !important;
	font-size: 0.75rem !important;
	text-align: center;
	color: #0b3c5d;
	margin-bottom: 2em;
}


#supporters{
	padding: 80px 0;
	background: #d1e0e7;
}
#supporters h2{
	margin-bottom: 60px;
}
#supporters p{
	font-size: 18px !important;
	margin-bottom: 50px;
	font-weight:bold;
}
#supporters p.supporterslink{
	margin-bottom: 0;
}
#supporters p.supporterslink a{
	font-size: 18px;
	padding: 15px 0;
	width: 300px;
}
#supporters p.supporterslink a:hover{
	opacity: 0.6;
	\zoom: 1;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


#contact{
	padding: 80px 0;
	width: 700px;
	margin: 0 auto;
}
#contact h2{
	margin-bottom: 60px;
}
#contact h2+p{
	font-size: 18px !important;
	margin: 60px;
}
#contact form p{
	font-size: 16px !important;
	margin-bottom: 15px;
}
#contact form p input#name,
#contact form p input#email{
	margin-bottom: 40px;
	padding: 1em 0.5em;
}
#contact form p textarea{
	width: calc(100% - 1em);
	margin-bottom: 30px;
	padding: 1em 0.5em;
}
#contact form p button{
	width: 80px;
	padding: 10px 0;
	font-size: 16px !important;
}
#contact form p button:hover{
	opacity: 0.6;
	\zoom: 1;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.form-1{
	width: 320px;
	float: left;
}
.form-2{
	width: 320px;
	float: right;
}
.form-3{
	clear: both;
}
.form-4{
	width: 80px;
	margin: 0 auto;
}
}


/*--------------------------------------------------
 footer
----------------------------------------------------*/
div#footer {
	width: 100%;
	min-width: 320px;
	clear: both;
	background: #e8e8e8;
}
footer {
	width: 87%;
	margin: 0 auto;
	padding-top: 7.33%;
	padding-bottom: 5%;

}
div#footer footer h2 {
	font-family:
		'Ryumin Medium KL',
		'Noto Serif JP',
		serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
	color: #1d2731;
	margin-bottom: 1em;
}
div#footer footer h2 span {
	font-family:
			"ヒラギノ角ゴ Pro W3",
			"Hiragino Kaku Gothic Pro",
			"メイリオ",
			Meiryo, Osaka,
			"ＭＳ Ｐゴシック",
			"MS PGothic",
			"sans-serif";
	font-size: 16px;
	font-size: 1rem;
}
div#footer footer h3 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #1d2731;
}
div#footer footer p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #1d2731;
	margin-bottom: 1em;
}
div#footer footer p.copyright {
	font-size: 10px !important;
	font-size: 0.625rem !important;
	text-align: center;
	margin-top: 3em;
}
div#footer footer div#ninsho {
	margin-top: 2em;
}

div#footer footer ul {
	list-style: none;
}
div#footer footer ul li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	color: #1d2731;
}
div#footer footer ul li span{
	font-weight: bold;
}
div#footer footer ul li a{
	color: #1d2731;
	text-decoration: none;
}
div#footer footer ul li a:hover{
	text-decoration: underline;
}




/* media Queries------------------------------------
----------------------------------------------------*/
@media only screen and (min-width:  56.25em) {

div#footer {
	width: 100%;
}
footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 20px;

}
div#footer footer h2 {
	font-size: 20px;
	margin-bottom: 35px;
}
div#footer footer h2 span {
	font-size: 16px;
	font-size: 1rem;
}
div#footer footer h3 {
	font-size: 16px !important;
}
div#footer footer p {
	font-size: 16px !important;
	margin-bottom: 0;
}
div#footer footer p.copyright {
	font-size: 10px !important;
	margin-top: 0;
	padding-top: 30px;
	clear: both;
}
div#footer footer ul li {
	font-size: 14px !important;
}
.footerA{
	width: 260px;
	float: left;
}
.footerB{
	width: 300px;
	float: left;
}
.footerC{
	width: 200px;
	float: left;
}
.footerD{
	width: 200px;
	float: left;
}

div#footer footer div#ninsho {
	clear: both;
	width:130px;
	margin: 0 auto;
	padding-top: 60px;
}


}




/*------ clearfix ------*/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
}

#header:after,
#header header:after,
header div#logo:after,
nav:after,
#activity:after,
div#footer footer:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
