@charset "UTF-8";


/***********************************
 	トップページ
************************************/
/* mainvisual
---------------------*/
.top-visual-sec {
	position: relative;
}
.top-visual-sec .copy-wrap {
	z-index: 100;
	position: absolute;
	width: 100%;
	top: 42%;
	left: 0;
	text-align: center;
}
.top-visual-sec .copy-wrap .copy-main {
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
}
.top-visual-sec .copy-wrap .copy-main:before {
	position: absolute;
	left: 0px;
	top: -22px;
	display: block;
	content:"For the Children!";
	font-family: "Grape Nuts", cursive;
	font-weight: 400;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transform: rotate(-10deg);
	color: #FACA07;
	font-size: 24px;
	letter-spacing: -1px;
	width: auto;
}
.top-visual-sec .copy-wrap .copy-main:after {
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -48.6px;
	display: block;
	content:"";
	width: 97.2px;
	height: 6px;
	background: url("../img/top/mainvisual_dot.png") no-repeat 0 0;
	background-size: cover;
}
.top-visual-sec .mainvisual {
	width: 100%;
    min-height: 300px;
}
.top-visual-sec .mainvisual-001 {
	background:url("../img/top/mainvisual_001.jpg") no-repeat center center;
	background-size: cover;
}
.top-visual-sec .mainvisual-002 {
	background:url("../img/top/mainvisual_002.jpg") no-repeat center center;
	background-size: cover;
}
.top-visual-sec .mainvisual-003 {
	background:url("../img/top/mainvisual_003.jpg") no-repeat center center;
	background-size: cover;
}
@media (min-width:768px){
	.top-visual-sec .copy-wrap {
		top: 42%;
	}
	.top-visual-sec .copy-wrap .copy-main {
		font-size: 34px;
		line-height: 1.2;
	}
	.top-visual-sec .copy-wrap .copy-main:before {
		top: -30px;
		font-size: 30px;
	}
	.top-visual-sec .mainvisual {
		min-height: 420px;
	}
}
@media (min-width:1000px){/*headerのブレイクポイント*/
	.top-visual-sec .copy-wrap {
		top: 42%;
	}
	.top-visual-sec .copy-wrap .copy-main {
		font-size: 55px;
		line-height: 1.2;
		letter-spacing: 3px;
	}
	.top-visual-sec .copy-wrap .copy-main:before {
		top: -50px;
		left: -20px;
		font-size: 55px;
		
	}
	.top-visual-sec .copy-wrap .copy-main:after {
		position: absolute;
		left: 50%;
		bottom: -25px;
		margin-left: -81px;
		width: 162px;
		height: 10px;
	}
	.top-visual-sec .mainvisual {
		min-height: 750px;
	}
}


/* about
------------------------------*/
.top-about-sec {
	padding-bottom: 60px;
}
.top-about-sec .m-inner {
	padding: 0 8%;
}
.top-about-sec .note {
	margin-top: 1em;
}
.top-about-sec .note .copy-main {
	font-weight: 700;
	font-size: 1.6em;
	letter-spacing: 2px;
	margin-left: -15px;
}
.top-about-sec .note .copy-sub {
	color: #797478;
	font-size: .9em;
	line-height: 2;
	margin-top: .3em;
}
@media (min-width:768px){
	.top-about-sec {
		padding-bottom: 100px;
	}
	.top-about-sec .m-inner {
		padding: 0 5%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-about-sec .photo {
		width: 47%;
	}
	.top-about-sec .note {
		width: 50%;
		margin-top: 0;
	}
}
@media (min-width:1110px){
	.top-about-sec {
		padding-bottom: 150px;
	}
	.top-about-sec .m-inner {
		padding: 0;
	}
	.top-about-sec .note {
	}
	.top-about-sec .note .copy-main {
		font-size: 2.1em;
		letter-spacing: 2px;
		margin-left: -20px;
		margin-top: 10px;
	}
	.top-about-sec .note .copy-sub {
		font-size: 1em;
		line-height: 2;
		margin-top: .3em;
	}
}

/* 各ページ誘導
------------------------------*/
.top-bnr-sec {
	background-color: #FCFAF7;
	position: relative;
	padding: 20px 0 40px 0;
}
.top-bnr-sec:before {
	position: absolute;
	left: 0;
	top: -30px;
	display: block;
	content:"";
	width: 100%;
	height: 30px;
	background: url("../img/common/bg_top_circle.png")no-repeat center top;
	background-size: 100% 100%;
}
.top-bnr-sec .list {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-bnr-sec .list-item {
	width: 48%;
	margin-bottom: 1.5em;
}
.top-bnr-sec .list-link {
	display: block;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
.top-bnr-sec .list-link:hover {
	opacity: .8;
}
.top-bnr-sec .list-link img {
	border-radius: 10px 10px 0 0;
}
.top-bnr-sec .list-link .ttl {
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: .83em;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0;
	padding: 10px 5px;
	position: relative;
}
.top-bnr-sec .list-link .ttl:after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -3px;
	display: block;
	content:"";
	width: 13.2px;
	height: 6.3px;
	background: url("../img/common/btn_arrow_white.png") no-repeat 0 0;
	background-size: cover;
}
.top-bnr-sec .list-link .ttl.orange {
	background-color: #FA9E0A;
}
.top-bnr-sec .list-link .ttl.green {
	background-color: #8BD04F;
}
.top-bnr-sec .list-link .ttl.pink {
	background-color: #FF9F79;
}
.top-bnr-sec .list-link .ttl.purple {
	background-color: #BC72B7;
}
.top-bnr-sec .list-link .ttl.blue {
	background-color: #5EBFFB;
}
.top-bnr-sec .list-link .ttl.yellow {
	background-color: #FACA07;
}
@media (min-width:768px){
	.top-bnr-sec {
		padding: 0 0 30px 0;
	}
	.top-bnr-sec:before {
		top: -60px;
		width: 100%;
		height: 60px;
	}
	.top-bnr-sec .list-item {
		width: 31%;
		margin-bottom: 2em;
	}
	.top-bnr-sec .list-link img {
		border-radius: 20px 20px 0 0;
	}
	.top-bnr-sec .list-link .ttl {
		border-radius: 0 0 20px 20px;
		font-size: .9em;
		padding: 15px 5px;
	}
	.top-bnr-sec .list-link .ttl:after {
		right: 10px;
		transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-webkit-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
	}
	.top-bnr-sec .list-link:hover .ttl:after {
		right: 5px;
	}
}
@media (min-width:1110px){
	.top-bnr-sec {
		padding: 0 0 40px 0;
	}
	.top-bnr-sec:before {
		top: -80px;
		width: 100%;
		height: 80px;
	}
	.top-bnr-sec .list-item {
		margin-bottom: 2.5em;
	}
	.top-bnr-sec .list-link .ttl {
		font-size: 1.2em;
		letter-spacing: 1px;
		padding: 15px 5px;
	}
	.top-bnr-sec .list-link .ttl:after {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -5px;
		width: 22px;
		height: 10px;
	}
	.top-bnr-sec .list-link:hover .ttl:after {
		right: 10px;
	}
}


/***********************************
 	トップ・一覧共通：
	お知らせ 一覧
************************************/
.c-info-wrap {
	background-color: #FCFAF7;
	border-radius: 20px;
	padding: 10% 10%;
}
.c-info-list {
	list-style-type: none;
}
.c-info-list-item {
	margin-bottom: 1.5em;
	background-color: #fff;
}
.c-info-list-link {
	display: block;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
.c-info-list-link:hover {
	opacity: .6;
}
.c-info-list-link .photo {
	position: relative;
	width: 100%;
	height: auto;
}
.c-info-list-link .photo:before {
	content: "";
	display: block;
	padding-top: 65%;/*高さ比率÷幅比率×100*/
}
.c-info-list-link .photo .inner {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.c-info-list-link .note {
	background-color: #fff;
	padding: 15px 15px;
}
.c-info-list-link .note .date {
	font-size: .9em;
	color: #797478;
	line-height: 1.4;
}
.c-info-list-link .note .ttl {
	font-size: 1em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 3px;
}
.c-info-list-link .note .copy {
	font-size: .8em;
	color: #797478;
	line-height: 1.4;
	margin-top: 5px;
}
@media (min-width:768px){
	.c-info-wrap {
		border-radius: 30px;
		padding: 5% 5%;
	}
	.c-info-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.c-info-list-item {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 0;
	}
	.c-info-list-item:nth-child(3n) {
		margin-right: 0;
	}
}
@media (min-width:1200px){
	.m-inner.c-info-inner {
		width: 100%;
		padding: 0 5%;
	}
	.c-info-wrap {
		border-radius: 30px;
		padding: 4% 3%;
	}
	.c-info-list {
		width: 1000px;
		margin: 0 auto;
	}	
	.c-info-list-link .note {
		padding: 20px 20px;
	}
}


/***********************************
 	お知らせ 詳細
************************************/
.page-info-detail .det-sec .box {
	background-color: #fff;
	border-radius: 20px;
	padding: 15px 15px;
}
.page-info-detail .det-sec .date {
	font-size: .9em;
	color: #797478;
	line-height: 1.4;
}
.page-info-detail .det-sec .ttl {
	font-size: 1.2em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 3px;
	border-bottom: 4px solid #FACA07;
	padding-bottom: 5px;
}
.page-info-detail .det-sec .admin-edit {
	color: #797478;
	font-size: .9em;
	margin-top: 1em;
}
@media (min-width:768px){
	.page-info-detail .det-sec .box {
		border-radius: 30px;
		padding: 30px 30px;
	}
	.page-info-detail .det-sec .date {
		font-size: 1em;
	}
	.page-info-detail .det-sec .ttl {
		font-size: 1.3em;
	}
}
@media (min-width:1110px){
	.page-info-detail .det-sec .box {
		border-radius: 30px;
		padding: 50px 100px;
	}
	.page-info-detail .det-sec .date {
		font-size: 1em;
	}
	.page-info-detail .det-sec .ttl {
		font-size: 2em;
		padding-bottom: 10px;
	}
	.page-info-detail .det-sec .admin-edit {
		font-size: 1em;
		margin-top: 1.5em;
	}
}

/***********************************
 	私たちについて page-about
************************************/
.page-about .m-box .copy {
	color: #797478;
	font-size: .9em;
}
.page-about .m-box .copy .marker {
	background: linear-gradient(transparent 50%, #FFEBE3 50%);
	font-weight: 700;
	color: #000;
}
.page-about .mission-box {
	background-color: #FFF8F5;
	border-radius: 20px;
	text-align: center;
	padding: 15px 10px;
}
.page-about .mission-box.vision {
	background-color: #FFF8ED;
}
.page-about .mission-box .ttl-en {
	font-size: .7em;
	letter-spacing: 2px;
	line-height: 1.8;
}
.page-about .mission-box .ttl-jp {
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1;
}
.page-about .mission-box .ttl-en,
.page-about .mission-box .ttl-jp {
	color: #FF9F79;
}
.page-about .mission-box.vision .ttl-en,
.page-about .mission-box.vision .ttl-jp {
	color: #FA9E0A;
}
.page-about .mission-box .note {
	color: #797478;
	font-weight: 700;
	font-size: .9em;
	line-height: 1.5;
	margin-top: 5px;
}
.page-about .yurai-box {
	background-color: #fef9f2;
	border-radius: 20px;
	padding: 15px 15px;
}
.page-about .yurai-box .copy {
	line-height: 1.5;
}
.page-about .yurai-box .copy-main {
	color: #000;
	font-weight: 700;
	line-height: 1.5;
	font-size: 1em;
}
@media (min-width:768px){
	.page-about .yurai-box {
		padding: 20px 30px;
	}
}
@media (min-width:1110px){
	.page-about .m-box .copy {
		font-size: 1em;
	}
	.page-about .mission-box {
		padding: 20px 10px;
	}
	.page-about .mission-box .ttl-en {
		font-size: .7em;
	}
	.page-about .mission-box .ttl-jp {
		font-size: 1.3em;
	}
	.page-about .mission-box .note {
		font-size: 1.1em;
		line-height: 1.5;
		margin-top: 10px;
	}
	.page-about .yurai-box {
		padding: 40px 50px;
	}
}


/***********************************
 	ボランティア page-volunteer
************************************/
.page-volunteer .intro-sec .copy {
	color: #797478;
	font-size: .9em;
}
@media (min-width:768px){
	.page-volunteer .intro-sec .copy {
		text-align: center;
	}
}
@media (min-width:1110px){
	.page-volunteer .intro-sec .copy {
		font-size: 1em;
	}
}


/*募集中の*/
.page-volunteer .bosyu-sec .ttl {
	font-size: 1.1em;
	line-height: 1.4;
	border-bottom: 4px solid #5EBFFB;
	padding-bottom: 5px;
}
.page-volunteer .bosyu-sec .photo {
	text-align: center;
	margin-top: 1em;
}
.page-volunteer .bosyu-sec .copy {
	color: #797478;
	font-size: .9em;
	margin-top: 1em;
}
.page-volunteer .bosyu-sec th,
.page-volunteer .bosyu-sec td {
	font-size: .9em;
}
.page-volunteer .bosyu-sec .caution {
	font-size: .8em;
	line-height: 1.5;
	color: #797478;
}
@media (min-width:768px){
	.page-volunteer .bosyu-sec .ttl {
		font-size: 1.3em;
		padding-bottom: 5px;
	}
	.page-volunteer .bosyu-sec .photo {
		text-align: center;
		margin-top: 1em;
	}
	.page-volunteer .bosyu-sec .photo img {
		width: 80%;
	}
	.page-volunteer .bosyu-sec th,
	.page-volunteer .bosyu-sec td {
		font-size: .9em;
		padding: 15px 20px;
	}
}
@media (min-width:1110px){
	.page-volunteer .bosyu-sec .ttl {
		font-size: 1.7em;
		padding-bottom: 10px;
	}
	.page-volunteer .bosyu-sec .photo {
		text-align: center;
		margin-top: 1.5em;
	}
	.page-volunteer .bosyu-sec .photo img {
		width: 80%;
	}
	.page-volunteer .bosyu-sec .copy {
		font-size: 1em;
		margin-top: 1.5em;
	}
	.page-volunteer .bosyu-sec th,
	.page-volunteer .bosyu-sec td {
		font-size: 1em;
		padding: 20px 30px;
	}
	.page-volunteer .bosyu-sec th {
		width: 25%;
	}
	.page-volunteer .bosyu-sec .caution {
		font-size: .8em;
		line-height: 1.5;
		color: #797478;
	}
}

/***********************************
 	子ども向けプログラム page-program
************************************/
.page-program .intro-sec .copy {
	color: #797478;
	font-size: .9em;
}
@media (min-width:768px){
	.page-program .intro-sec .copy {
		text-align: center;
	}
}
@media (min-width:1110px){
	.page-program .intro-sec .copy {
		font-size: 1em;
	}
}


/*募集中の*/
.page-program .bosyu-sec .ttl {
	font-size: 1.1em;
	line-height: 1.4;
	border-bottom: 4px solid #FACA07;
	padding-bottom: 5px;
}
.page-program .bosyu-sec .photo {
	text-align: center;
	margin-top: 1em;
}
.page-program .bosyu-sec .copy {
	color: #797478;
	font-size: .9em;
	margin-top: 1em;
}
.page-program .bosyu-sec th,
.page-program .bosyu-sec td {
	font-size: .9em;
}
.page-program .bosyu-sec td .strong {
	color: #000;
	font-weight: 700;
}
.page-program .bosyu-sec .caution {
	font-size: .8em;
	line-height: 1.5;
	color: #797478;
}
@media (min-width:768px){
	.page-program .bosyu-sec .ttl {
		font-size: 1.3em;
		padding-bottom: 5px;
	}
	.page-program .bosyu-sec .photo {
		text-align: center;
		margin-top: 1em;
	}
	.page-program .bosyu-sec .photo img {
		width: 80%;
	}
	.page-program .bosyu-sec th,
	.page-program .bosyu-sec td {
		font-size: .9em;
		padding: 15px 20px;
	}
}
@media (min-width:1110px){
	.page-program .bosyu-sec .ttl {
		font-size: 1.7em;
		padding-bottom: 10px;
	}
	.page-program .bosyu-sec .photo {
		text-align: center;
		margin-top: 1.5em;
	}
	.page-program .bosyu-sec .photo img {
		width: 80%;
	}
	.page-program .bosyu-sec .copy {
		font-size: 1em;
		margin-top: 1.5em;
	}
	.page-program .bosyu-sec th,
	.page-program .bosyu-sec td {
		font-size: 1em;
		padding: 20px 30px;
	}
	.page-program .bosyu-sec th {
		width: 25%;
	}
	.page-program .bosyu-sec .caution {
		font-size: .8em;
		line-height: 1.5;
		color: #797478;
	}
}




/***********************************
 	管理画面エディタで入力するコンテンツ
************************************/
/*  管理画面からエディタで入力するコンテンツ
　　wordpressのネイティブCSSが適用されるようにする

.admin-edit
-----------------------------------------------*/
/* ワードプレス固有のCSSクラスの復元 */
.admin-edit .aligncenter { display: block; margin: 0 auto;}

.admin-edit .alignright { float: right; margin: 0 0 10px 20px;}

.admin-edit .alignleft { float: left; margin: 0 20px 10px 0;}

.admin-edit .wp-caption { border: 1px solid #ddd; text-align: left; background-color: #f3f3f3; padding: 5px; border-radius: 3px;}

.admin-edit .wp-caption img { margin: 0; padding: 0; border: 0 none;}

.admin-edit .wp-caption p.wp-caption-text { font-size: 14px; line-height: 1.5; margin: 0; padding: 0;}

/* reset.cssでリセットしたタグの再定義 */

.admin-edit strong { font-weight: bold; }

.admin-edit em { font-style: italic; }

.admin-edit h1 {
	font-size: 1.6em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: .3em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h2 {
	font-size: 1.4em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	background-color: #f5f5f5;
	padding: .5em .5em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h3 {
	font-size: 1.25em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px dashed #000;
	padding-bottom: .5em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h4 {
	font-size: 1.1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 1em 0 .5em 0; 
}
.admin-edit h5 {
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 1em 0 .5em 0; 
}
.admin-edit h6 {
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 1em 0 .5em 0; 
}
.admin-edit { font-size: 1em; }

.admin-edit ul,
.admin-edit ol { padding-left: 20px;}

.admin-edit blockquote { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px;}

.admin-edit img { height: auto; width: auto; max-width: 100%;}

.admin-edit table {
	margin: 1em 0;
}
.admin-edit table,
.admin-edit tr,
.admin-edit th,
.admin-edit td {
	border-width: thin;
}
.admin-edit th,
.admin-edit td {
	padding: 5px 5px;
	border: 1px solid #e7e7e7;
	font-size: 1em;
}
.admin-edit th {
	background-color: #f5f5f5;
	font-weight: bold;
}
.admin-edit a {
	text-decoration: underline;
	color: #FA9E0A;
}
.admin-edit:after {/*画像など回り込みの解除 clearfix*/
	content: "";
	clear: both; 
	display: block;
}
@media (min-width:768px){
	.admin-edit th,
	.admin-edit td {
		padding: 15px 20px;
		font-size: .9em;
	}
}
@media (min-width:1110px){
	.admin-edit th,
	.admin-edit td {
		padding: 20px 30px;
		font-size: 1em;
	}
}
