
/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0;
	overflow: hidden;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}

.view_pc{display:block;}
.view_sp{display:none;}

.view_pc767{display:block;}
.view_sp767{display:none;}

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

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.view_pc{display:none;}
.view_sp{display:block;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.view_pc767{display:none;}
.view_sp767{display:block;}
}


/*-------------------------------------------------------------------
　pageVisual
-------------------------------------------------------------------*/
.pageVisual{
	width:100%;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	position: relative;
}

.wave{
	width: 100%;
	height: 24px;
	position: absolute;
	z-index: 50;
	bottom: 0;
	background: url(../images/wave_visual_bg.png) repeat-x center bottom;
	background-size: contain;
}

.wave02{
	width: 100%;
	height: 24px;
	background: url(../images/wave_bg02.png) repeat-x center top;
	background-size: contain;
}

.pageVisual h2{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	color: #8C4600;
	padding: 10px 40px;
	border-radius: 100px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.7);
}

.pageVisual h2 span{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	text-align: center;
	color: #FFF;
}

.aboutBg{background-image: url(../images/about_bg.jpg);}
.featureBg{background-image: url(../images/feature_bg.jpg);}
.eventBg{background-image: url(../images/event_bg.jpg);}
.scheduleBg{background-image: url(../images/schedule_bg.jpg);}
.guidanceBg{background-image: url(../images/guidance_bg.jpg);}

.page_intro{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.pageVisual{height: 500px;}

.page_intro{width: 100%;}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.pageVisual{height: 300px;}
.pageVisual h2{font-size: 30px;}
.pageVisual h2 span{font-size: 15px;}
.page_intro{text-align: left;}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.pageVisual{height: 250px;}
.pageVisual h2{
	padding: 5px 30px;
	font-size: 28px;}
}


/*-------------------------------------------------------------------
　Box
-------------------------------------------------------------------*/
.circle_wrap{
	width: 100%;
	background: url(../images/dot_bg.jpg) no-repeat top center;
	background-size:100%;
}

.basic_wrap{
	width: 100%;
	padding: 20px 0;
	background: #FFF8E1 url(../images/page_wave.png) repeat-x 0 0;
	background-size:100%;
}

.content{
	width:1200px;
	margin:80px auto;
	padding:0;
	overflow:hidden;
}

.content h3{
	font-size: 42px;
	color: #F69701;
	font-weight: bold;
	border:0px solid #CCC;
	text-align: center;
	margin: 0 auto 50px;
	padding-top: 50px;
	background: url(../images/tit_bg.png) no-repeat top center;
	background-size: 470px;
	line-height: 1.4;
}


/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.content{width:90%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.content{
	width: 85%;
	margin:60px auto;
}

.content h3{
	font-size: 27px;
	padding-top: 30px;
	margin: 0 auto 30px;
	background-size: 310px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.content{margin:50px auto;}
.content h3{
	font-size: 25px;
	background-size: 240px;
}
}


/*-------------------------------------------------------------------
　about 園の紹介
-------------------------------------------------------------------*/
.about{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

.about:nth-child(odd) {
  flex-direction: row;
}

.aboutPh{width: 570px;}
.aboutDet{width: 600px;}

.aboutDet h4{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}


/*-- 保育理念 --*/
.rinen_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.rinenBox{
	width: 31%;
	padding: 30px;
	background: #FFF;
	border-radius: 20px;
	border: 3px solid #FFF2C8;
	box-sizing: border-box;
}

.rinen_num {
	font-family: 'Josefin Sans', sans-serif;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
	font-size: 45px;
	color: #AACF72;
	margin: 0px 0 20px;
	line-height: 1;
}

.rinen_num > span {
	flex: 0 0 auto;
	text-align: left;
}

.rinen_num::before,
.rinen_num::after {
	content: "";
	flex: 0 0 3px;
	height: auto;
	margin: 0px 30px;
	background: #AACF72;
}

.rinen_num::before { transform: rotate( -30deg ) }
.rinen_num::after { transform: rotate( 30deg ) }

.rinenTit{
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	margin-left: -15px;
}

.rinenTit:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 32px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  background-image: url(../images/tit_icon.jpg);
  background-size:  cover;
  vertical-align: middle;
  margin-right: 10px;
}

.rinenPh{
	border-radius: 5px;
	margin: 20px 0;
}

.rinenPh img{border-radius: 20px;}

/*-- 保育基本姿勢 --*/
.posture_wrap{
	width: 100%;
	background: #FFF;
	padding: 45px;
	border: 3px solid #FFF2C8;
	border-radius: 20px;
}

.posture{width: 100%;}

.posture_bg{
	background: url(../images/posture.jpg) no-repeat 0 0;
}

.posture.box01{
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.posture.box01:before {
  content:"";
  display: block;
  padding-top:30%;
}

.posture.box01 .det{
	width:90%;
	margin: 0 auto;
	font-size: 25px;
	font-weight: bold;
	background-color:#FFF;
	padding:20px 40px 0px;
	border-radius: 20px;
	text-align: center;
}

/*-- 保育目標 --*/
.objective_content{
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/objective_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

#objective_wrap{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.objectiveBox{
	width: 30%;
	display: flex;
	flex-direction: column;
}

.objectiveBox h4{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-radius: 10px;
	line-height: 1.4;
	margin-top: auto;
	height: 100px;
}

.objective_bg01{background: #79C7EC;}
.objective_bg02{background: #FDC8C8;}
.objective_bg03{background: #FBC953;}


/*-- ごあいさつ --*/
.gree_wrap{
	width: 1000px;
	margin: 0 auto;
	padding: 50px;
	background: #FFF;
	border: 3px solid #FFF2C8;
	border-radius: 20px;
	box-sizing: border-box;
}

.name{
	text-align: right;
	margin-top: 35px;
}

.name span{
font-size: 25px;
}

/*-- 園の概要 --*/
#overview_wrap{
}

.overviewBox{
	width: 100%;
}

.slideBox{
	width: 70%;
	height: auto;
	margin: 0 auto 50px;
}

.slideBox img{border-radius: 20px;}

.overviewBox h4{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}

.tb_wrap{
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}

.comTB {
	width: 100%;
	border: 0px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFF;
	font-size: 18px;
}

.comTB th {
	width: 110px;
	color: #F69700;
	padding: 15px 10px 15px 10px;
	border-width: 2px 0px 0px 0px;
	border-style: dotted;
	border-color: #FDD468;
	text-align: left;
	box-sizing: border-box;
}

.comTB td {
	padding: 15px 10px 15px 10px;
	border-width:2px 0px 0px 0px;
	border-style: dotted;
	border-color: #FDD468;
	text-align:left;
	box-sizing: border-box;
}

.tb_wrap .comTB tr:first-child th,
.tb_wrap .comTB tr:first-child td{
	border-width:0px 0px 0px 0px;
}

.map_Box{
	width: 100%;
	margin: 40px 0 0 0;
}

.accessMap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 50%;
	border-radius: 20px;
}

.accessMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
/*-- 保育目標 --*/
#objective_wrap{
	width: 100%;
	padding-bottom: 50px;
}

/*-- ごあいさつ --*/
.gree_wrap{width: 100%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
/*-- 保育基本姿勢 --*/
.posture.box01 .det{
	text-align: left;
}

/*-- 保育目標 --*/
.objectiveBox h4{font-size: 20px;}

.slideBox{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
}
}

/* ---- tablet 900px-------- */
@media only screen and (max-width:900px){
/*-- 保育理念 --*/
.rinen_wrap{
	flex-direction: column;
}

.rinenBox{
	width: 100%;
	padding: 30px;
	margin-bottom: 20px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.about{
	flex-direction: column;
	margin-bottom: 20px;
}

.aboutDet h4{
	font-size: 20px;
}

.about:nth-child(odd) {flex-direction: column;}
.about:last-of-type{margin-bottom: 0px;}
.aboutPh{width: 100%;margin-bottom: 20px;}
.aboutDet{width: 100%;}

/*-- 保育理念 --*/
.rinen_num {
	font-size: 32px;
	margin: 0px 0 10px;
}

.rinenTit{font-size: 20px;}

/*-- 保育基本姿勢 --*/
.posture_wrap{
	width: 100%;
	padding: 30px 30px;
}

.posture.box01:before {
  padding-top:35%;
}

.posture.box01 .det{
	width: 100%;
	font-size: 20px;
	padding:20px 0px 0px;
	line-height: 1.4;
}

/*-- 保育目標 --*/
#objective_wrap{
	flex-direction: column;
	padding-bottom: 0px;
}

.objectiveBox{
	width: 100%;
	margin-bottom: 20px;
}

/*-- ごあいさつ --*/
.name span{font-size: 20px;}

/*-- 園の概要 --*/
#overview_wrap{
	flex-direction: column;
}

.overviewBox{
	width: 100%;
	margin-bottom: 0px;
}

.overviewBox:last-of-type{margin-bottom: 0;}

.overviewBox h4{
	font-size: 20px;
	margin: 30px 0;
}

.comTB th {
	display: block;
	width: 100%;
	padding: 15px 10px 2px 10px;
	border-width: 2px 0px 0px 0px;
	text-align: left;
}

.comTB td {
	display: block;
	width: 100%;
	padding: 0px 10px 15px 10px;
	border-width:0px 0px 0px 0px;
	text-align:left;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
/*-- ごあいさつ --*/
.gree_wrap{
	padding: 30px 30px;
}

/*-- 園の概要 --*/
.tb_wrap{
	padding: 15px 15px;
}

.accessMap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 70%;
	border-radius: 20px;
}

.map_Box{
	margin: 50px 0 0 0;
}
}


/*-------------------------------------------------------------------
　feature 園の特色
-------------------------------------------------------------------*/
.feature_ph img{
	margin-bottom: 40px;
	border-radius: 20px;
}

.feature_content{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.feature_img{width: 45%;}
.feature_det{width: 50%}
.feature_img img{border-radius: 20px;}

.feature_det h4{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.feature_content{flex-direction: column-reverse;}
.feature_img{width: 100%; margin-top: 20px;}
.feature_det{width: 100%}
.feature_det h4{font-size: 20px;line-height: 1.4;}
}


/*-------------------------------------------------------------------
　event 年間行事
-------------------------------------------------------------------*/
.event_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border:0px solid #CCC;
}

.eventBox{
	width: 31%;
	padding: 40px 30px;
	background: #FFF;
	border-radius: 20px;
	border: 3px solid #FFECB2;
	box-sizing: border-box;
	margin-bottom: 35px;
}

.eventPh{margin: 30px 0 20px;}
.eventPh img{border-radius: 20px;}

.eventBox ul{
	margin-left: 5px;
}

.eventBox ul li{
	list-style-type: disc;
	border-bottom: 1px dashed #CCC;
	list-style-position: inside;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.eventBox{width: 48%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.eventBox{width: 100%;}
}


/*-------------------------------------------------------------------
　schedule　園での1日
-------------------------------------------------------------------*/
#day_wrap{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 100px auto 50px;
	overflow: hidden;
}

#day01_box{
	width: 48%;
	border:5px solid #E2F7CE;
	border-radius: 20px;
	padding: 50px 40px;
	background: #FFF;
}

#day02_box{
	width: 48%;
	border:5px solid #FFE6EC;
	border-radius: 20px;
	padding: 50px 40px;
	background: #FFF;
}

.dayTit{
	font-size: 35px;
	text-align: center;
	margin-bottom: 40px;
}

ul.daylist li{
	list-style-type: none;
}

.time{
	width: 100px;
	font-size: 25px;
	color: #FFF;
	border-radius: 100px;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 15px;
}

.time_c01{background: #65AD1D;}
.time_c02{background: #FCB9C8;}

.timeBox{
	list-style-type: none;
	margin: 0 0 30px 30px;
	padding-left: 30px;
}

.t_line01{border-left: 3px dashed #65AD1D;}
.t_line02{border-left: 3px dashed #FCB9C8;}

.timeBox h3{
	font-size: 22px;
	font-weight: bold;
}

.dayPh img{
	margin: 20px 0 0 0;
	border-radius: 20px;
}

.timeTtl{
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1.5;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#day_wrap{
	width: 90%;
	margin: 100px auto 100px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.time{
	font-size: 22px;
	padding: 0 5px;
}

.timeBox h3{
	font-size: 22px;
	font-weight: bold;
}
}

/* ---- 850px -------------- */
@media only screen and (max-width:850px){
#day_wrap{
	flex-direction: column;
	margin: 60px auto 50px;
	overflow: hidden;
}

#day01_box{
	width: 100%;
	margin-bottom: 30px;
}

#day02_box{
	width: 100%;
}

.timeBox h3{
	font-size: 20px;
}

.timeTtl{
	font-size: 20px;
	line-height: 1.5;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#day01_box,
#day02_box{
	padding: 20px 20px;
}

.timeBox{
	list-style-type: none;
	margin: 0 0 30px 10px;
	padding-left: 20px;
}

.timeBox h3{font-size: 18px;}
.timeTtl{font-size: 18px;}
}


/*-------------------------------------------------------------------
 入園案内　guidance
-------------------------------------------------------------------*/
.guidanceTit{
	font-size: 35px;
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #F69701;
	margin-bottom: 20px;
}

.guidanceTit:before,
.guidanceTit:after {
	content: "";
	flex-grow: 1;
	border-top: 4px dotted #F69701;
	display: block;
}

.guidanceTit:before {
  	margin-right: 1em;
}

.guidanceTit:after {
  margin-left: 1em;
}

/*-- 募集概要 --*/
#ov_wrap{
	display: flex;
	justify-content: space-between;
}

.ovBox{
	width: 100%;
	margin-top: 10px;
	background: #FFF;
	padding: 30px 30px 0; /*padding: 30px;*/
	border-radius: 20px;
	border: 3px solid #FFF2C8;
}

.ovBox h5{
	font-size: 25px;
	color: #FFF;
	background: #FFB973;
	text-align: center;
	border-radius: 10px;
	padding: 5px 0;
	margin-bottom: 20px;
}

.ovTB {
	width: 100%;
	border: 0px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFF;
	font-size: 18px;
	margin: -10px 0 10px 0;
}

.ovTB th {
	width: 140px;
	color: #F69700;
	padding: 15px 10px 15px 30px;
	border-width: 2px 0px 0px 0px;
	border-style: dotted;
	border-color: #FDD468;
	text-align: left;
	box-sizing: border-box;
}

.ovTB td {
	padding: 15px 10px 15px 10px;
	border-width:2px 0px 0px 0px;
	border-style: dotted;
	border-color: #FDD468;
	text-align:left;
	box-sizing: border-box;
}

.ovTB tr:first-child th,
.ovTB tr:first-child td{
	border-width:0px 0px 0px 0px;
}

.capacity{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	margin-bottom: 10px;
}

.capacity:last-of-type{margin-bottom: 0;}

.capa{
	width: 50%;
	padding: 5px 0;
	background: #FFF0BB;
	border-radius: 10px 0 0 10px;
	text-align: center;
	border-right: 1px dashed #D2BEA1;
}

.situation{
	width: 50%;
	padding: 5px 0;
	background: #FFF0BB;
	border-radius: 0 10px 10px 0;
	text-align: center;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
/*-- 募集概要 --*/
.ovBox{
	width: 100%;
	padding: 30px;
}

.ovTB th {
	width: 100px;
	padding: 15px 10px 15px 10px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.ovBox h5{
	font-size: 20px;
	padding: 5px 0;
	margin-bottom: 20px;
}

.ovTB th {
	display: block;
	width: 100%;
	padding: 15px 10px 0px 10px;
	border-width: 2px 0px 0px 0px;
}

.ovTB td {
	display: block;
	width: 100%;
	padding: 0px 10px 15px 10px;
	border-width:0px 0px 0px 0px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.guidanceTit{font-size: 20px;}
#ov_wrap{flex-direction: column;}

.ovBox{
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
}

.ovBox:last-of-type{margin-bottom: 0px;}
.ovBox h5{font-size: 18px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.ovBox{
	padding: 30px 15px;
}

.ovBox h5{font-size: 17px;}
}




