@charset "UTF-8";

/* //////////////////////////////////////////////////

　TOPページのスタイル

////////////////////////////////////////////////// */

/* 
-------------------------------------------------- */


#header {
	margin-bottom: 150px;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#header {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 600px) {
}


/*00 simple slides 
-------------------------------------------------- */
#slides_area{
	display: block;
	width: 100%;
	height: 550px;
	margin: 20px auto;
}

#slide {
width:1026px;
height:auto;
margin:0 auto;
position:relative;
z-index: -99;
}

#slide img {

}

#slide_txt {
width: 360px;
height:66px;
margin:0 auto 40px;
position:relative;
text-align: center;
}

#slide_txt ul li{
font-size: 120%;
font-family: FOT-筑紫A丸ゴシック Std R;
color: #666666;
width: 100%;
}

#slide_txt ul li.button{
width: 360px;
height: 66px;
color: #ffffff;
background: #f3a367;
margin: 0 auto 40px;
padding: 10px 0 0;
position: relative;
text-align: center;
border-radius: 50px;
}

#slide_txt ul li.button a{
	display: block;
	color: #ffffff;
	font-size: 110%;
	padding: 10px;
	overflow : hidden;
	outline : none;
}


/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {

	#slides_area{
		display: block;
		width: 100%;
		height: 390px;
		margin: 40px auto 0;
	}
	
	#slide {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	z-index: -99;
	}
	
	#slide img {
	width:100%;
	}
	
	#slide_txt {
	width:100%;
	height:20px;
	margin:0 auto 40px;
	position:relative;
	text-align: center;
	}
	
	#slide_txt ul li{
	font-size: 120%;
	font-family: FOT-筑紫A丸ゴシック Std R;
	color: #666666;
	}
	
	#slide_txt ul li.button{
	width: 100%;
	height: 40px;
	padding: 0;
	}

}
@media screen and (max-width: 600px) {
	#slides_area{
			display: block;
			width: 100%;
			height: 220px;
			margin: 0px auto 20px;
		}
		
		#slide {
		width:100%;
		max-height:240px;
		margin:0 auto;
		position:relative;
		z-index: -99;
		}
		
		#slide img {
			width: 100%;
			margin: 0 auto;
		}
		
		#slide_txt {
		width:100%;
		height:20px;
		margin:0 auto 40px;
		position:relative;
		}
		
		#slide_txt ul li{
		font-size: 120%;
		font-family: FOT-筑紫A丸ゴシック Std R;
		color: #666666;
		}
		
}


/* 01 子どもセンターぽると”について
-------------------------------------------------- */
#sec01 {
	position: relative;
	padding-bottom: 195px;
}
#sec01 .container {
}
#sec01 .lead {
	margin: 80px 0;
}

.inview00 {
	top: 320px;
	left: -180px;
}
.inview01 {
	top: 120px;
	right: -130px;
}
.inview02 {
	bottom: 270px;
	left: 0;
}
.inview03 {
	bottom: 30px;
	right: 0;
}

/* ///////// RESPONSIVE ///////// */

@media screen and (max-width: 1290px) {

.inview00 {
	top: 320px;
	left: 180px;
}
.inview01 {
	top: 120px;
	right: 130px;
}

}

@media screen and (max-width: 768px) {
	#sec01 {
		margin-top: -200px;
		padding-top: 200px;
		padding-bottom: 50px;
	}
	#sec01 .lead {
		margin: 20px 0;
		text-align: left;
	}
	
	.inview00,
	.inview01 {
		display: none;
	}
	.inview02 {
		bottom: inherit;
		top: 10px;
	}
	.inview03 {
		bottom: inherit;
		top: 70px;
	}
}
@media screen and (max-width: 600px) {
}




/* 02 新着情報
-------------------------------------------------- */
.sec02-03 {
	padding-bottom: 90px;
}
#sec02 {
	position: relative;
	width: 570px;
}
#sec02 h2,
#sec03 h2 {
	margin-bottom: 45px;
	padding-bottom: 20px;
	background: url(../img/home/line_tit.png) repeat-x bottom;
	background-size: 100% 1px;
}
.btn_archive {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	border-radius: 30px;
	background-color: #1BB8CE;
	width: 110px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}
.btn_archive:hover {
	text-decoration: none;
	opacity: .8;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.sec02-03 {
		padding-bottom: 50px;
	}
	#sec02 {
		float: none;
		width: 100%;
	}
	#sec02 h2,
	#sec03 h2 {
		margin-bottom: 20px;
		padding-bottom: 15px;
		background-size: 100% 2px;
	}
	
	.btn_archive {
		width: 90px;
		line-height: 23px;
		font-size: 11px;
	}
}
@media screen and (max-width: 480px) {
	.btn_archive {
		top: -3px;
		width: 70px;
	}
}





/* 03 イベント情報
-------------------------------------------------- */
#sec03 {
	position: relative;
	width: 360px;
}
.information_event .date {
	display: inline-block;
	background: #fff277;
	line-height: 1;
}
.information_event .title {
	margin: 30px 0 15px;
	line-height: 1.6;
}
.information_event .content {
	color: #808080;
}
.information_event a {
	color: #1BB8CE;
	text-decoration: underline;
}
.information_event a:hover {
	text-decoration: none;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#sec03 {
		float: none;
		width: 100%;
		margin-top: 50px;
	}
	.information_event .title {
		margin: 20px 0 10px;
	}
}
@media screen and (max-width: 600px) {
}





/* 04 支援のおねがい
-------------------------------------------------- */
#sec04 {
	position: relative;
}
#sec04 .container {
	padding-bottom: 200px;
}
#sec04 .lead {
	margin: 25px 0 50px;
}
#sec04 .links {
	margin: 0 -35px 80px;
}
#sec04 .links li {
	padding: 0 35px;
}
#sec04 .btn_strip {
	padding: 60px 0;
}
#sec04 .button {
	display: table;
	margin: auto;
}

.inview04 {
	top: 0;
	left: 0;
}
.inview06 {
	bottom: 120px;
	left: -10px;
}
.inview07 {
	bottom: 70px;
	right: 20px;
}
.inview08 {
	top: -20px;
	right: -10px;
}
.inview09 {
	bottom: 50px;
	right: 160px;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#sec04 .container {
		padding-bottom: 80px;
	}
	#sec04 .lead {
		margin: 20px 0;
		text-align: left;
	}
	#sec04 .links {
		margin: 0 0 10px;
	}
	#sec04 .links li {
		float: none;
		width: 100%;
		padding: 0 0 15px;
	}
	#sec04 .btn_strip {
		padding: 18px 0;
	}
	#sec04 .button {
		width: 220px;
	}
	
	.inview06 {
		bottom: 30px;
	}
	.inview07 {
		bottom: 10px;
	}
	.inview09 {
		bottom: 10px;
	}
}
@media screen and (max-width: 600px) {
}




/* bottom contact box
-------------------------------------------------- */
.sec .container {
    width: 900px;
    padding-bottom: 180px;
}

#contact_info .grid {
	margin: 0 -40px;
}
#contact_info ._item {
	padding: 0 40px;
}
#contact_info .box {
	position: relative;
	border: 3px solid #19b8cd;
	border-radius: 10px;
	padding: 60px 30px 30px;
	min-height: 270px;
}

#contact_info .box.message {
	border: 3px solid #fff384;
	background: #fff384;
}

#contact_info .box::after {
	position: absolute;
	top: -42px;
	left: 50%;
	margin-left: -40px;
}

#contact_info .box.funding::after {
	content: url(../img/home/ico_funding.png);
}
#contact_info .box.message::after {
	content: url(../img/home/ico_message.png);
}

#contact_info p.gooddo{
	margin: 30px 0px;
}

#contact_info p.catch_message{
	margin: 10px 0;
	font-size: 1.7em;
	line-height: 1.4;
	font-family: "FOT-筑紫A丸ゴシック Std B","TsukuARdGothicStd-B","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#contact_info  h3 {
	margin-bottom: 0.7em;
	line-height: 1.3;
}
#contact_info .button {
	display: block;
	width: 240px;
	margin: 20px auto 0;
	padding: 10px 5px;
	padding-right: 20px;
	background: url(../img/funding/mrk_btn.png) no-repeat 97% 50%;
	background-color: #1cb8cf;
	border-radius: 4px;
}
#contact_info .button:hover {
	text-decoration: none;
	opacity: .8;
}
#contact_info p.tel {
	font-size: 2.5em;
}
#contact_info .dl {
	display: inline-block;
}



/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.sec .container {
	    width: 100%;
	    padding-bottom: 80px;
	}

	#contact_info ._item + ._item {
		margin-top: 40px;
	}
	#contact_info .box {
		border: 2px solid #19b8cd;
		padding: 35px 25px 20px;
		min-height: 200px;
	}
	
	#contact_info .box::after {
		zoom: .6;
	}
	#contact_info .button {
		background-size: 10px;
	}
}

@media screen and (max-width: 600px) {
}

/* modal
-------------------------------------------------- */
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.modal-bg{
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal-box{
	border: 3px solid #1BB8CE;
	border-radius: 20px;
	background: rgba(255,255,255,0.9);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 780px;
	padding: 128px 101px;
}
.modal-box h2{
	margin-bottom: 40px;
	text-align: center;
}
.modal-box .close-btn {
	position: absolute;
	top: -30px;
	right: -30px;
	background: #FFF277;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	color: #1BB8CE;
	font-size: 3.12rem;
	text-align: center;
	text-decoration: none;
	padding: 6px 0 0;
}
.modal-box .close-btn:hover {
	text-decoration: none;
}
.modal-box .modal-txt {
	font-size: 1.14em;
}
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.modal-box{
		width: 83%;
		padding: 30px 30px 0;
		top: 45%;
		height: 76vh;
	}
	.modal-box .modal-txt {
		overflow-y: scroll;
		max-height: 140px;
	}
	.modal-box h2{
		margin-bottom: 20px;
	}
	.modal-box h2 img{
		width: 50%;
		margin: auto;
	}
	.modal-box h2 .hidden_sp{
		display: none;
	}
	.modal-box .close-btn {
		width: 50px;
		height: 50px;
		top: -15px;
		right: -15px;
		font-size: 2.5rem;
		padding: 2px 0 0;
	}
}
@media screen and (max-width: 600px) {
	.modal-box{
		top: 48%;
		padding: 47px 40px 0;
		height: 70vh;
	}
	.modal-box h2 img{
		width: 100%;
	}
	.modal-box .modal-txt {
		overflow-y: scroll;
		max-height: 350px;
	}
}