html {
	font-size: 1.3em;
}
.spOnly {
	display: none !important;
}
@media screen and (max-width:768px){
html {
	font-size: 1.3em;
}
.pcOnly {
	display:none !important;
}
.spOnly {
	display:block !important;
}

.container{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}
h2{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	width: 600px;
	margin: 0 auto 50px;
	padding: 6px 0;
	color: #FFF;
	text-align: center;
}
@media screen and (max-width:768px){
h2{
	font-size: 1.4em;
	width: 100%;
	margin: 0 auto 40px;
}
}
.h2BG_or{
	background-color: #006DCC;
	border-radius: 30px;
}
.h2BG_gr{
	background-color: #EE7F1E;
	border-radius: 30px;
}
.titleIll{
	width: 80px;
	margin: 0 auto;
}
.titleIll img{
	display: block;
}
.titleIll1{
	width: 100px;
	margin: 0 auto;
}
.titleIll1 img{
	display: block;
}
h3{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 50px;
	font-weight: 700;
}
@media screen and (max-width: 979px){
h3{
	font-size: 1.5em;
	margin-bottom: 40px;
}
}
h4{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 100px 0 30px;
	font-weight: 700;
}
@media screen and (max-width: 979px){
h4{
	font-size: 1.4em;
	margin: 60px 0 20px;
}
}

/*園のご案内　ナビ*/
#gdNav{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto 100px;
}
#gdNav p{
	width: 23.5%;
}
#gdNav .nav1 a{
	color: #EE7F1E;
	border:4px solid #EE7F1E;
	padding: 10px 0;
	border-radius: 30px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
#gdNav .nav1 a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f105";
	position: absolute;/*絶対位置*/
	right:12px;
	top:10px;
}
#gdNav .nav2 a{
	color: #006DCC;
	border:4px solid #006DCC;
	padding: 10px 0;
	border-radius: 30px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
#gdNav .nav2 a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f105";
	position: absolute;/*絶対位置*/
	right:12px;
	top:10px;
}
@media screen and (max-width: 979px){
#gdNav{
	width: 90%;
	margin: 0 auto 60px;
}
#gdNav p{
	width: 100%;
	margin-bottom: 10px;
}
#gdNav .nav1 a{
	border:3px solid #EE7F1E;
	padding: 6px 0;
}
#gdNav .nav1 a:before{
	top:6px;
}
#gdNav .nav2 a{
	border:3px solid #006DCC;
	padding: 6px 0;
}
#gdNav .nav2 a:before{
	top:6px;
}
}

/*園のご案内*/
#guidance{
	width: 1000px;
	margin: 0 auto 120px;
}
#guidance h3{
	margin-top: 20px;
	margin-bottom: 30px;
}
#guidance .object-fit_cover {
  object-fit: cover
}
#guidance .thought{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.8em;
	margin-bottom: 50px;
}
#guidance .photoArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}
#guidance .photoArea .photoBox1{
	width: 24%;
}
#guidance .photoArea .photoBox1 img{
	height: 195px;
	display: block;
	margin-bottom: 10px;
	border-radius: 10px;
}
#guidance .photoArea .photoBox2{
	width: 50%;
}
#guidance .photoArea .photoBox2 img{
	height: 400px;
	display: block;
	border-radius: 10px;
}
#guidance .photoArea .photoBox3{
	width: 24%;
}
#guidance .photoArea .photoBox3 img{
	height: 400px;
	display: block;
	border-radius: 10px;
}
#guidance .imgArea1{
	width: 900px;
	margin: 50px auto 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#guidance .imgArea1 .photoBox{
	width: 40%;
}
#guidance .imgArea1 .photoBox img{
	border-radius: 50%;
}
#guidance .imgArea1 .imgBox{
	width: 52%;
}
#guidance .overview{
	width: 900px;
	margin: 50px auto ;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction:row-reverse;
}
#guidance .overview .map{
	width: 45%;
}
#guidance .overview .map iframe{
	width: 100%;
	height: 460px;
}
#guidance .overview .infoArea{
	width: 50%;
}
#guidance .overview .infoArea img{
	width: 80%;
}
#guidance .overview .infoArea dl{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dotted #6A3906;
	text-align: left;
	margin-top: 20px;
}
#guidance .overview .infoArea dl dt{
	width: 25%;
	padding: 15px 15px;
	box-sizing: border-box;
	border-top: 1px dotted #6A3906;
	color: #EE7F1E;
	font-weight: 700;
}
#guidance .overview .infoArea dl dd{
	width: 75%;
	padding: 15px 0;
	border-top: 1px dotted #6A3906;
}

@media screen and (max-width: 979px){
#guidance .movie-wrap{
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
#guidance .movie-wrap iframe{
	position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}}

#guidance .greeting{
	padding: 50px 80px 80px;
	margin: 80px 0 120px 0;
	border-radius: 15px;
	background-color: #F2F2F2;
}
#guidance .greeting p{
	text-align: justify;
}
#guidance .greeting .name{
	margin-top: 15px;
	text-align: right;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
}
#guidance .greeting .name span{
	font-size: 0.8em;
}
#guidance .childcareMain img{
	height: 340px;
	display: block;
	border-radius: 10px;
}
#guidance .childcareSub{
	width: 90%;
	margin: 30px auto 80px;
}
#guidance .concept{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 120px;
}
#guidance .concept div{
	width: 30%;
}
#guidance .concept div p{
	text-align: justify;
}
#guidance .concept h4{
	margin: 15px 0 ;
}
#guidance .food{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}
#guidance .food div{
	width: 47.5%;
	margin-bottom: 50px;
}
#guidance .food div p{
	margin-top: 10px;
}
#guidance .food h3{
	margin: 0 0 15px;
}
#guidance #thought{
	padding-top: 30px;
}
#guidance #childcare{
	padding-top: 30px;
}
#guidance #overview{
	padding-top: 30px;
}
#guidance #food{
	padding-top: 30px;
}
@media screen and (max-width: 979px){
#guidance{
	width: 90%;
	margin: 0 auto 80px;
}
#guidance h3{
	margin-top: 20px;
	margin-bottom: 20px;
}
#guidance .thought{
	margin-bottom: 40px;
}
#guidance .photoArea{
	margin-bottom: 60px;
}
#guidance .photoArea .photoBox1 img{
	height: 115px;
}
#guidance .photoArea .photoBox2 img{
	height: 240px;
}
#guidance .photoArea .photoBox3 img{
	height: 240px;
}
#guidance .imgArea1{
	width: 100%;
	margin: 40px auto 70px;
}
#guidance .imgArea1 .photoBox{
	width: 50%;
	margin: 0 auto 20px;
}
#guidance .imgArea1 .photoBox img{
	border-radius: 50%;
}
#guidance .imgArea1 .imgBox{
	width: 100%;
}
#guidance .overview{
	width: 100%;
	margin: 40px auto ;
}
#guidance .overview .map{
	width: 100%;
}
#guidance .overview .map iframe{
	width: 100%;
	height: 260px;
}
#guidance .overview .infoArea{
	width: 100%;
	margin-bottom: 20px;
}
#guidance .overview .infoArea img{
	width: 70%;
}
#guidance .overview .infoArea dl dt{
	width: 35%;
}
#guidance .overview .infoArea dl dd{
	width: 65%;
}
#guidance .greeting{
	padding: 20px 30px 30px;
	margin-bottom: 70px;
}
#guidance .childcareMain img{
	height: 240px;
}
#guidance .childcareSub{
	width: 100%;
	margin: 20px auto 50px;
}
#guidance .concept{
	margin-bottom: 20px;
}
#guidance .concept div{
	width: 100%;
	margin-bottom: 50px;
}
#guidance .concept h4{
	font-size: 1.4em;
	margin: 15px 0 ;
}
#guidance .food{
	margin-bottom: 20px;
}
#guidance .food div{
	width: 100%;
	margin-bottom: 50px;
}
#guidance #thought{
	margin-top: -70px;
	padding-top: 70px;
}
#guidance #childcare{
	margin-top: -70px;
	padding-top: 70px;
}
#guidance #overview{
	margin-top: -70px;
	padding-top: 70px;
}
#guidance #food{
	margin-top: -70px;
	padding-top: 70px;
}
}


/*保護者の皆様へ　ナビ*/
#pgNav{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto 100px;
}
#pgNav p{
	width: 31%;
}
#pgNav .nav1 a{
	color: #EE7F1E;
	border:4px solid #EE7F1E;
	padding: 10px 0;
	border-radius: 30px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
#pgNav .nav1 a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f105";
	position: absolute;/*絶対位置*/
	right:12px;
	top:10px;
}
#pgNav .nav2 a{
	color: #006DCC;
	border:4px solid #006DCC;
	padding: 10px 0;
	border-radius: 30px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
#pgNav .nav2 a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f105";
	position: absolute;/*絶対位置*/
	right:12px;
	top:10px;
}
@media screen and (max-width: 979px){
#pgNav{
	width: 90%;
	margin: 0 auto 60px;
}
#pgNav p{
	width: 100%;
	margin-bottom: 10px;
}
#pgNav .nav1 a{
	border:3px solid #EE7F1E;
	padding: 6px 0;
}
#pgNav .nav1 a:before{
	top:6px;
}
#pgNav .nav2 a{
	border:3px solid #006DCC;
	padding: 6px 0;
}
#pgNav .nav2 a:before{
	top:6px;
}
}

/*決まりとお願い*/
#rule{
	width: 1000px;
	margin: 0 auto 120px;
}
#rule h3{
	margin-top: 100px;
	margin-bottom: 30px;
}
#rule p{
	width: 800px;
	margin: 0 auto ;
	text-align: justify;
}
#rule p.subText{
	font-size: 1.2em;
	font-weight: 700;
}
#rule p.subText span{
	background: linear-gradient(transparent 50%, #FFF174 50%);
}
#rule ul{
	width: 800px;
	margin: 20px auto 80px;
	text-align: justify;
}
#rule ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 4px;
	text-align: justify;
}
#rule ul li:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f111";
	position: absolute;/*絶対位置*/
	left:0;
	top:2px;
}
#rule ul span{
	background: linear-gradient(transparent 50%, #FFF174 50%);
}
#rule .photoArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 120px;
}
#rule .photoArea .object-fit_cover {
  object-fit: cover
}
#rule .photoArea .boxLeft{
	width: 59%;
}
#rule .photoArea .boxLeft img{
	height: 400px;
	border-radius: 10px;
	display: block;
}
#rule .photoArea .boxRight{
	width: 40%;
}
#rule .photoArea .boxRight img{
	height: 195px;
	margin-bottom: 10px;
	border-radius: 10px;
	display: block;
}
@media screen and (max-width: 979px){
#rule{
	width: 90%;
	margin: 0 auto 80px;
}
#rule h3{
	margin-top: 80px;
	margin-bottom: 20px;
}
#rule p{
	width: 100%;
	margin: 0 auto ;
}
#rule ul{
	width: 100%;
}
#rule .photoArea{
	margin: 40px 0 80px;
}
#rule .photoArea .boxLeft{
	width: 100%;
}
#rule .photoArea .boxLeft img{
	height: 260px;
}
#rule .photoArea .boxRight{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#rule .photoArea .boxRight figure{
	width: 49%;
}
#rule .photoArea .boxRight img{
	height: 150px;
	margin-top: 10px;
}
}

/*決まりとお願い*/
#health{
	width: 1000px;
	margin: 0 auto 120px;
}
#health h3{
	margin-top: 100px;
	margin-bottom: 0px;
	color: #EE7F1E;
	position: relative;
	display: inline-block;
}
#health h3:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 120%;
	height: 6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #EE7F1E;
	border-radius: 2px;
}
#health h4:first-child {
	margin-top: 0px;
}
#health p.text1{
	width: 800px;
	margin: 0 auto ;
	text-align: justify;
}
#health .box{
	width: 100%;
	margin: 50px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#health .box .title{
	font-size: 1.1em;
	border-bottom: 2px solid #6A3906;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
}
#health span{
	background: linear-gradient(transparent 50%, #FFF174 50%);
}
#health .box div{
	width: 31.5%;
	background-color: #F2F2F2;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: justify;
	margin-bottom: 20px;
	margin-right: 2.75%;
}
#health .box div:nth-child(3){
	margin-right: 0%;
}
#health .box div:last-child{
	margin-right: 0%;
}
#health .box div ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 4px;
}
#health .box div ul li:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f111";
	position: absolute;/*絶対位置*/
	left:0;
	top:2px;
}
#health .subText1{
	display: inline-block;
	font-size: 1.1em;
	font-weight: 700;
	padding: 6px 30px;
	margin: 50px 0 0;
	background-color: #FFBD00;
	border-radius: 8px;
}
#health dl{
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: justify;
}
#health dl dt{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	width: 7%;
	padding: 15px 0;
	font-weight: 700;
	font-size: 2.4em;
	line-height: 1.0em;
}
#health dl dd{
	width: 93%;
	padding: 15px 0;
}
#health .pdfNav{
	width: 800px;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#health .pdfNav .nav1 a{
	color: #EE7F1E;
	border:4px solid #EE7F1E;
	padding: 3px 35px;
	border-radius: 8px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-right: 20px;
}
#health .pdfNav .nav1 a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f105";
	position: absolute;/*絶対位置*/
	right:12px;
	top:3px;
}
#health .pdfNav .nav2 a{
	color: #006DCC;
	border:4px solid #006DCC;
	padding: 3px 35px;
	border-radius: 8px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}
#health .pdfNav .nav2 a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f105";
	position: absolute;/*絶対位置*/
	right:12px;
	top:3px;
}
#health .safety{
	width: 800px;
	margin: 0 auto 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: justify;
}
#health .safety .textLeft{
	width: 35%;
	padding: 13px 10px;
	margin-bottom: 30px;
	box-sizing: border-box;
	background-color: #FFBD00;
	color: #6A3906;
	font-size: 1.1em;
	font-weight: 700;
	border-radius: 10px;
}
#health .safety .textRight{
	width: 63%;
	padding: 0px 0;
	margin-bottom: 30px;
}
#health .boxGry{
	background-color: #F2F2F2;
	padding: 50px 0;
	border-radius: 20px;
	margin-bottom: 100px;
}
#health .boxGry dl{
	margin-top: 50px;
}
#health .boxGry .illArea{
	width: 800px;
	margin: 50px auto 0;
	background-color: #FFF;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
}
#health .boxGry .illArea img{
	width: 80%;
	margin: 0 auto;
	display: block;
}
#health .navBtn{
	width: 40%;
	margin: 50px auto 0;
}
#health .navBtn a{
	color: #EE7F1E;
	border:4px solid #EE7F1E;
	padding: 8px 0;
	width: 100%;
	border-radius: 30px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	font-size: 1.2em;
}
#health .navBtn a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f105";
	position: absolute;/*絶対位置*/
	right:15px;
	top:8px;
}
@media screen and (max-width: 979px){
#health{
	width: 90%;
	margin: 0 auto 80px;
}
#health h3{
	margin-top: 80px;
	margin-bottom: 0px;
}
#health p.text1{
	width: 100%;
	margin: 0 auto ;
}
#health .box div{
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0%;
}
#health .box div:last-child{
	margin-bottom: 0px;
}
#health dl{
	width: 100%;
}
#health dl dt{
	width: 12%;
	padding: 10px 0;
	font-size: 2.0em;
}
#health dl dd{
	width: 88%;
	padding: 10px 0;
}
#health .pdfNav{
	width: 100%;
	display: block;
}
#health .pdfNav .nav1 a{
	padding: 3px 0px;
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
}
#health .pdfNav .nav2 a{
	padding: 3px 0px;
	margin-right: 0;
	width: 100%;
}
#health .safety{
	width: 100%;
	display: block;
	margin-bottom: 60px;
}
#health .safety .textLeft{
	width: auto;
	padding: 6px 10px;
	margin-bottom: 10px;
	display: inline-block;
}
#health .safety .textRight{
	width: 100%;
}
#health .boxGry{
	padding: 30px 20px;
	margin-bottom: 60px;
}
#health .boxGry dl{
	margin-top: 40px;
}
#health .boxGry .illArea{
	width: 100%;
	margin: 30px auto 0;
	padding: 15px;
}
#health .boxGry .illArea img{
	width: 100%;
}
#health .navBtn{
	width: 100%;
	margin: 30px auto 0;
}
}

/*子育て10のポイント*/
#point{
	width: 1000px;
	margin: 0 auto 0px;
}
#point ul{
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#point ul li{
	width: 31%;
	margin-bottom: 120px;
	text-align: justify;
	position: relative;
}
#point ul li:last-child{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	padding: 27px 5% 0;
	width: 62%;
	text-align: center;
	box-sizing: border-box;
	font-size: 1.1em;
	line-height: 1.4em;
}
#point ul .noIl{
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
}
#point ul img{
	display: block;
	margin-bottom: 8px;
	border-radius: 10px;
}
#point ul .underSpace{
	margin-bottom: 30px;
}
@media screen and (max-width: 979px){
#point{
	width: 90%;
	margin: 0 auto 80px;
}
#point ul li{
	width: 47.5%;
	margin-bottom: 100px;
}
#point ul li:last-child{
	padding: 0 0 0;
	width: 100%;
	text-align: justify;
	font-size: 1.0em;
}
#point ul .underSpace{
	margin-bottom: 10px;
}
}

/*年間行事*/
#events{
	width: 1000px;
	margin: 0 auto 0px;
}
#events .object-fit_cover {
  object-fit: cover
}
#events ul{
	margin-top: 15px;
	display: inline-block;
	font-size: 1.3em;
	line-height: 1.4em;
}
#events ul li{
	position: relative;
	padding-left: 26px;
	margin-bottom: 2px;
	text-align: left;
}
#events ul li:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f10c";
	position: absolute;/*絶対位置*/
	left:0;
	top:0;
	color: #EE7F1E;
}
#events ol{
	margin-top: 15px;
	display: inline-block;
	font-size: 1.3em;
	line-height: 1.4em;
}
#events ol li{
	position: relative;
	padding-left: 26px;
	margin-bottom: 2px;
	list-style: none;
	text-align: left;
}
#events ol li:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f10c";
	position: absolute;/*絶対位置*/
	left:0;
	top:0;
	color: #006DCC;
}
#events .innBox1{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 100px;
}
#events .innBox2{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 100px;
}
#events .photoArea1{
	width: 60%;
}
#events .photoArea1 img{
	border-radius: 8px;
	height: 280px;
	display: block;
}
#events .infoArea1{
	width: 37%;
}
#events .infoArea1 img{
	width: 35%;
}
#events .photoArea2{
	width: 60%;
}
#events .photoArea2 div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
#events .photoArea2 div figure{
	width: 49%;
}
#events .photoArea2 div figure img{
	height: 180px;
}
#events .photoArea2 img{
	border-radius: 8px;
	height: 280px;
	display: block;
}
#events .photoArea3{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#events .photoArea3 div{
	width: 49%;
}
#events .photoArea3 div.Limg img{
	height: 460px
}
#events .photoArea3 div.Rimg img{
	height: 225px;
	margin-bottom: 10px;
}
#events .photoArea3 img{
	border-radius: 8px;
	display: block;
}
@media screen and (max-width: 979px){
#events{
	width: 90%;
	margin: 0 auto 80px;
}
#events ul{
	font-size: 1.2em;
	margin-top: 0;
}
#events ul li{
	padding-left: 24px;
}
#events ol{
	font-size: 1.2em;
	margin-top: 0;
}
#events ol li{
	padding-left: 24px;
}
#events .innBox1{
	margin-bottom: 70px;
}
#events .innBox2{
	margin-bottom: 70px;
}
#events .photoArea1{
	width: 100%;
}
#events .photoArea1 img{
	height: 240px;
}
#events .infoArea1{
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#events .infoArea1 figure{
	width: 23%;
	margin-right: 4%;
}
#events .infoArea1 figure img{
	width: 100%;
}
#events .photoArea2{
	width: 100%;
}
#events .photoArea2 img{
	height: 240px;
}
#events .photoArea3{
	width: 100%;
}
#events .photoArea3 div{
	width: 49%;
}
#events .photoArea3 div.Limg img{
	height: 400px
}
#events .photoArea3 div.Rimg img{
	height: 195px;
}
}

/*入園のご案内*/
#enter{
	width: 1000px;
	margin: 0 auto 120px;
}
#enter .text{
	width: 800px;
	margin: 0 auto 30px;
	text-align: justify;
}
#enter .text p{
	margin-bottom: 20px;
}
#enter .navBtn1{
	margin-bottom: 50px;
}
#enter .navBtn1 a{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	color: #006DCC;
	border:4px solid #006DCC;
	padding: 7px 30px 8px;
	border-radius: 30px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	font-size: 1.1em;
	font-weight: 700;
}
#enter .navBtn1 a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f105";
	position: absolute;/*絶対位置*/
	right:15px;
	top:8px;
}
#enter .contactArea{
	width: 940px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #F2F2F2;
	border-radius: 10px;
	align-items: center;
	text-align: left;
	padding: 30px 30px;
	box-sizing: border-box;
}
#enter .contactArea .subText{
	font-size: 0.65em;
}
#enter .contactArea .tel{
	font-family: english-grotesque, sans-serif;
	font-size: 1.2em;
}
#enter .contactArea .tel a{
	font-size: 1.4em;
}
#enter .contactArea .mail{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-size: 1.0em;
}
#enter .contactArea .mail a{
	color: #006DCC;
	border:4px solid #006DCC;
	padding: 3px 25px 4px 18px;
	border-radius: 30px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	font-weight: 700;
}
#enter .contactArea .mail a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f105";
	position: absolute;/*絶対位置*/
	right:10px;
	top:3px;
}
#enter .photoArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 120px;
}
#enter .photoArea .object-fit_cover {
  object-fit: cover
}
#enter .photoArea .boxLeft{
	width: 23%;
}
#enter .photoArea .boxLeft img{
	height: 360px;
	border-radius: 10px;
	display: block;
}
#enter .photoArea .boxCenter{
	width: 47%;
}
#enter .photoArea .boxCenter img{
	height: 360px;
	border-radius: 10px;
	display: block;
}
#enter .photoArea .boxRight{
	width: 28%;
}
#enter .photoArea .boxRight img{
	height: 175px;
	margin-bottom: 10px;
	border-radius: 10px;
	display: block;
}
#enter h3{
	margin-top: 50px;
	margin-bottom: 30px;
}
#enter .handicapped{
	width: 100%;
	margin-top: 50px;
}
#enter .handicapped img{
	height: 360px;
	border-radius: 10px;
	display: block;
}
#enter table{
	width: 800px;
	margin: 0 auto 120px;
	text-align: center;
}
#enter table th{
	vertical-align: middle;
	padding: 10px;
}
#enter table td{
	vertical-align: middle;
	padding: 10px;
}
#enter table .patern1{
	background-color: #EE7F1E;
	color: #FFF;
}
#enter table .patern2{
	background-color: #FFBD00;
}
#enter table .patern3{
	background-color: #FFE8AE;
}
@media screen and (max-width: 979px){
#enter{
	width: 90%;
	margin: 0 auto 80px;
}
#enter .text{
	width: 100%;
}
#enter .navBtn1{
	margin-bottom: 40px;
}
#enter .navBtn1 a{
	padding: 7px 0px 8px;
	border-radius: 30px;
	display: inline-block;
	width: 100%;
}
#enter .contactArea{
	width: 100%;
	margin: 0 auto 40px;
	padding: 20px 20px;
	display: block;
}
#enter .contactArea .subText{
	font-size: 0.75em;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#enter .contactArea .tel{
	font-family: english-grotesque, sans-serif;
	font-size: 1.2em;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
#enter .contactArea .tel a{
	font-size: 1.4em;
}
#enter .contactArea .mail{
	width: 100%;
	text-align: center;
}
#enter .contactArea .mail a{
	padding: 3px 0 4px 0;
	display: inline-block;
	width: 100%;
}
#enter .contactArea .mail a:before{
	right:15px;
}
#enter .photoArea{
	margin: 40px 0 80px;
}
#enter .photoArea .boxLeft{
	width: 35%;
}
#enter .photoArea .boxLeft img{
	height: 220px;
}
#enter .photoArea .boxCenter{
	width: 63%;
}
#enter .photoArea .boxCenter img{
	height: 220px;
}
#enter .photoArea .boxRight{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#enter .photoArea .boxRight figure{
	width: 49%;
}
#enter .photoArea .boxRight img{
	height: 180px;
	margin-bottom: 10px;
}
#enter h3{
	margin-top: 40px;
	margin-bottom: 20px;
}
#enter .handicapped{
	margin-top: 40px;
}
#enter .handicapped img{
	height: 260px;
}
#enter table{
	width: 100%;
	margin: 0 auto 60px;
	text-align: center;
}
#enter table th{
	vertical-align: middle;
	padding: 10px;
}
#enter table td{
	vertical-align: middle;
	padding: 10px;
}
#enter table .patern1{
	background-color: #EE7F1E;
	color: #FFF;
}
#enter table .patern2{
	background-color: #95D645;
	color: #FFF;
}
#enter table .patern3{
	background-color: #F5FBED;
}
}

/*子育て支援*/
#support h3{
	margin-top: 60px;
	margin-bottom: 20px;
}
#support{
	width: 1000px;
	margin: 0 auto 120px;
}
#support .photoArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 120px;
}
#support .photoArea .object-fit_cover {
  object-fit: cover
}
#support .photoArea .boxLeft{
	width: 20%;
}
#support .photoArea .boxLeft img{
	height: 400px;
	border-radius: 10px;
	display: block;
}
#support .photoArea .boxCenter{
	width: 45%;
}
#support .photoArea .boxCenter img{
	height: 400px;
	border-radius: 10px;
	display: block;
}
#support .photoArea .boxRight{
	width: 30%;
}
#support .photoArea .boxRight img{
	height: 195px;
	margin-bottom: 10px;
	border-radius: 10px;
	display: block;
}
#support ul{
	width: 800px;
	margin: 0 auto 50px;
	text-align: justify;
}
#support ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 4px;
}
#support ul li:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f111";
	position: absolute;/*絶対位置*/
	left:0;
	top:0;
}
#support .timeIll{
	width: 400px;
	margin: 0 auto 50px;
}
#support .text1{
	width: 800px;
	margin: 0 auto 50px;
	text-align: justify;
}
#support .navBtn{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	width: 400px;
	margin: 0 auto 100px;
}
#support .navBtn a{
	border: 4px solid #EE7F1E;
	border-radius: 30px;
	padding: 6px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	color: #EE7F1E;
	margin-bottom: 30px;
}
#support .navBtn a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f105";
	position: absolute;/*絶対位置*/
	right:15px;
	top:6px;
}
#support .navBtn1{
	margin-bottom: 50px;
}
#support .navBtn1 a{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	color: #006DCC;
	border:4px solid #006DCC;
	padding: 7px 30px 8px;
	border-radius: 30px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	font-size: 1.1em;
	font-weight: 700;
}
#support .navBtn1 a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f105";
	position: absolute;/*絶対位置*/
	right:15px;
	top:8px;
}
#support #rentalBook{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 120px;
}
#support #rentalBook h3{
	margin-bottom: 20px;
}
#support #rentalBook div{
	width: 31%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #F2F2F2;
	border-radius: 10px;
}
#support #rentalBook div p{
	position: relative;
	padding-left: 20px;
	margin-bottom: 4px;
	text-align: justify;
}
#support #rentalBook div p:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f111";
	position: absolute;/*絶対位置*/
	left:0;
	top:0;
}
#support table{
	width: 800px;
	margin: 0 auto 20px;
	text-align: center;
}
#support table th{
	vertical-align: middle;
	padding: 10px;
}
#support table td{
	vertical-align: middle;
	padding: 10px;
}
#support table .patern1{
	background-color: #005299;
	color: #FFF;
}
#support table .patern2{
	background-color: #006DCC;
	color: #FFF;
}
#support table .patern3{
	background-color: #DCDDDD;
}
@media screen and (max-width: 979px){
#support{
	width: 90%;
	margin: 0 auto 80px;
}
#support .photoArea{
	margin: 40px 0 80px;
}
#support .photoArea .boxLeft{
	width: 35%;
}
#support .photoArea .boxLeft img{
	height: 220px;
}
#support .photoArea .boxCenter{
	width: 63%;
}
#support .photoArea .boxCenter img{
	height: 220px;
}
#support .photoArea .boxRight{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#support .photoArea .boxRight figure{
	width: 49%;
}
#support .photoArea .boxRight img{
	height: 180px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#support ul{
	width: 100%;
	margin: 0 auto 40px;
}
#support .timeIll{
	width: 70%;
	margin: 0 auto 40px;
}
#support .text1{
	width: 100%;
	margin: 0 auto 40px;
}
#support .navBtn{
	width: 90%;
	margin: 0 auto 50px;
}
#support .navBtn a{
	margin-bottom: 20px;
}
#support .navBtn1{
	margin-bottom: 40px;
}
#support .navBtn1 a{
	padding: 7px 0px 8px;
	border-radius: 30px;
	display: inline-block;
	width: 100%;
}
#support #rentalBook{
	display: block;
	margin: 0 0 60px;
}
#support #rentalBook h3{
	margin-bottom: 15px;
}
#support #rentalBook div{
	width: 100%;
	margin-bottom: 15px;
}
#support table{
	width: 100%;
	text-align: center;
}
#support table th{
	vertical-align: middle;
	padding: 10px;
}
#support table td{
	vertical-align: middle;
	padding: 10px;
}
#support table .patern1{
	background-color: #005299;
	color: #FFF;
}
#support table .patern2{
	background-color: #006DCC;
}
#support table .patern3{
	background-color: #DCDDDD;
}
}


/*プライバシーポリシー*/
#privacy{
	width: 900px;
	margin: 0 auto 120px;
	text-align: justify;
}
#privacy dl dt{
	position: relative;
	padding-left: 15px;
}
#privacy dl dt:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f111";
	position: absolute;/*絶対位置*/
	left:0;
	top:0;
}
#privacy dl dd{
	margin-bottom: 30px;
}
#privacy p{
	margin-bottom: 30px;
}
@media screen and (max-width: 979px){
#privacy{
	width: 90%;
	margin: 0 auto 60px;
}
}

/*お問い合わせ*/
#contact{
	width: 1000px;
	margin: 0 auto 120px;
}
#contact .telArea{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	width: 360px;
	margin: 0 auto 50px;
	border: 5px solid #EE7F1E;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
#contact .telArea figure{
	width: 20%;
}
#contact .telArea img{
	display: block;
}
#contact .telArea p{
	width: 75%;
}
#contact .telArea a{
	font-size: 1.8em;
	line-height: 1.6em;
	text-decoration: none;
}
#contact .text{
	width: 800px;
	margin: 0 auto 50px;
	text-align: justify;
}
#contact .text p{
	position: relative;
	padding-left: 20px;
	margin-bottom: 4px;
}
#contact .text p:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f111";
	position: absolute;/*絶対位置*/
	left:0;
	top:3px;
}
#contact dl{
	background-color: #F2F2F2;
	padding: 70px 90px;
	border-radius: 30px;
	margin-bottom: 120px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
#contact dl dt{
	width: 25%;
	padding: 15px 0;
	border-top: 2px dotted #6A3906;
}
#contact dl dd{
	width: 75%;
	padding: 15px 0;
	border-top: 2px dotted #6A3906;
}
#contact dl dt:first-child{
	border-top: none;
}
#contact dl dd:nth-child(2){
	border-top: none;
}
#contact input {
	height: 40px;
	font-size: 16px;
	box-sizing: border-box;
	/*width: 100%;*/
}
#contact textarea {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
}
#contact .check input {
	width: auto;
	height: auto;
}
#contact .navBtn input {
	width: auto;
	height: auto;
}
.must {
	display: inline-block;
	background-color: #C00;
	font-size: 10px;
	line-height: 1.5em;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	margin: 0 0 0 10px;
	padding: 2px 5px;
}
#contact #image-btn {
	display:inline-block;
	border:4px solid #EE7F1E!important;
	border-radius:15px;
	background:#FFF;
	cursor:pointer;
	color:#EE7F1E;
	padding: 12px 60px 12px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	height: 55px;
}
#contact a{
	text-decoration: underline;
}

@media screen and (max-width:768px){
#contact #image-btn {
	width: 100%;
	text-align: center;
	padding: 12px 0 12px;
	margin-top: 15px;
	height: 55px;
}
}

@media screen and (max-width: 979px){
#contact{
	width: 90%;
	margin: 0 auto 80px;
}
#contact .telArea{
	width: 90%;
	margin: 0 auto 40px;
	padding: 20px;
	box-sizing: border-box;
}
#contact .telArea figure{
	width: 25%;
}
#contact .telArea p{
	width: 70%;
}
#contact .telArea a{
	font-size: 1.5em;
}
#contact .text{
	width: 100%;
	margin: 0 auto 40px;
}
#contact dl{
	padding: 20px 25px;
	margin-bottom: 70px;
}
#contact dl dt{
	width: 100%;
	padding: 15px 0 5px;
	border-top: 2px dotted #6A3906;
}
#contact dl dd{
	width: 100%;
	padding: 0 0 15px;
	border-top: none;
}
#contact dl dt:first-child{
	border-top: none;
}
#contact dl dd:nth-child(2){
	border-top: none;
}
}

/* 1日の生活 */
#dailyTop{
	width: 800px;
	margin: 0 auto 100px;
	text-align: justify;
}
#dailyTop p{
	margin-bottom: 30px;
}
@media screen and (max-width: 979px){
#dailyTop{
	width: 90%;
	margin: 0 auto 50px;
}
#dailyTop p{
	margin-bottom: 20px;
}
}

#daily12{
	width: 1000px;
	margin: 0 auto 120px;
}
#daily12 .titleArea{
	width: 900px;
	margin: 0 auto 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
#daily12 .titleArea figure{
	width: 10%;
}
#daily12 .titleArea h2{
	text-align: center;
	color: #6A3906;
	margin: 0;
	padding: 0;
}
#daily12 .titleText{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	display: inline-block;
	padding: 10px 30px;
	background-color: #006DCC;
	color: #FFF;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 5px;
	border-radius: 30px;
}
#daily12 .subText{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	color: #006DCC;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 20px;
}
#daily12 .flow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#daily12 .flow .photoInfo{
	width: 37%;
	padding-bottom: 50px;
}
#daily12 .flow .photoInfo img{
	border-radius: 10px;
	display: block;
}
#daily12 .flow .photoInfo h3{
	display: inline-block;
	width: 90%;
	padding: 10px 0;
	border-left: 4px solid #006DCC;
	border-right: 4px solid #006DCC;
	border-bottom: 4px solid #006DCC;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #6A3906;
	margin: 0 auto 15px;
	font-size: 1.3em;
}
#daily12 .flow .photoInfo p{
	text-align: justify;
}
#daily12 .flow .photoInfo .space300{
	margin-top: 300px;
}
#daily12 .flow .photoInfo .space230{
	margin-top: 230px;
}
#daily12 .flow .photoInfo .space200{
	margin-top: 200px;
}
#daily12 .flow .photoInfo .space285{
	margin-top: 285px;
}
#daily12 .flow .timeArea{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-size: 1.4em;
	line-height: 1.0em;
	font-weight: 700;
    width: 20%;
    background-image: url("../images/line_bg_or.png");
    background-repeat: repeat-y;
    background-position: center top;
	background-color: #FFF;
	color: #006DCC;
}
#daily12 .flow .timeArea p{
	padding: 5px 0;
	background-color: #FFF;
}
#daily12 .flow .space270{
	margin-bottom: 270px;
}
#daily12 .flow .space265{
	margin-bottom: 265px;
}
#daily12 .flow .space260{
	margin-bottom: 260px;
}

@media screen and (max-width: 768px){
#daily12{
	width: 90%;
	margin: 0 auto 70px;
}
#daily12 .titleArea{
	width: 100%;
	margin: 0 auto 70px;
}
#daily12 .titleArea h2{
	margin: auto;
	padding: auto;
	margin-bottom: 10px;
}
#daily12 .titleArea p{
	font-size: 0.9em;
}
#daily12 .titleText{
	padding: 10px 0px;
	display: inline-block;
	width: 95%;
}
#daily12 .flow .photoInfo{
	width: 73%;
	padding-bottom: 40px;
}
#daily12 .flow .photoInfo h3{
	padding: 6px 0;
	border-left: 3px solid #006DCC;
	border-right: 3px solid #006DCC;
	border-bottom: 3px solid #006DCC;
	margin: 0 auto 10px;
	font-size: 1.2em;
}
#daily12 .flow .photoInfo .space60{
	margin-top: 60px;
}
#daily12 .flow .timeArea{
	font-size: 1.2em;
    width: 25%;
}
#daily12 .flow .space10{
	margin-bottom: 10em;
}
#daily12 .flow .space265{
	margin-bottom: 265px;
}
#daily12 .flow .space260{
	margin-bottom: 260px;
}
}

#daily345{
	width: 1000px;
	margin: 0 auto 120px;
}
#daily345 .titleArea{
	width: 900px;
	margin: 0 auto 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
#daily345 .titleArea figure{
	width: 10%;
}
#daily345 .titleArea h2{
	text-align: center;
	color: #6A3906;
	margin: 0;
	padding: 0;
}
#daily345 .titleText{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	display: inline-block;
	padding: 10px 30px;
	background-color: #EE7F1E;
	color: #FFF;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 5px;
	border-radius: 30px;
}
#daily345 .subText{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	color: #EE7F1E;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 20px;
}
#daily345 .flow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#daily345 .flow .photoInfo{
	width: 37%;
	padding-bottom: 50px;
}
#daily345 .flow .photoInfo img{
	border-radius: 10px;
	display: block;
}
#daily345 .flow .photoInfo h3{
	display: inline-block;
	width: 90%;
	padding: 10px 0;
	border-left: 4px solid #EE7F1E;
	border-right: 4px solid #EE7F1E;
	border-bottom: 4px solid #EE7F1E;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #6A3906;
	margin: 0 auto 15px;
	font-size: 1.3em;
}
#daily345 .flow .photoInfo p{
	text-align: justify;
}
#daily345 .flow .photoInfo .space330{
	margin-top: 330px;
}
#daily345 .flow .photoInfo .space300{
	margin-top: 300px;
}
#daily345 .flow .photoInfo .space230{
	margin-top: 230px;
}
#daily345 .flow .photoInfo .space200{
	margin-top: 200px;
}
#daily345 .flow .photoInfo .space285{
	margin-top: 285px;
}
#daily345 .flow .timeArea{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-size: 1.4em;
	line-height: 1.0em;
	font-weight: 700;
    width: 20%;
    background-image: url("../images/line_bg_gr.png");
    background-repeat: repeat-y;
    background-position: center top;
	background-color: #FFF;
	color: #EE7F1E;
}
#daily345 .flow .timeArea p{
	padding: 5px 0;
	background-color: #FFF;
}
#daily345 .flow .space270{
	margin-bottom: 290px;
}
#daily345 .flow .space265{
	margin-bottom: 265px;
}
#daily345 .flow .space260{
	margin-bottom: 260px;
}

@media screen and (max-width: 768px){
#daily345{
	width: 90%;
	margin: 0 auto 70px;
}
#daily345 .titleArea{
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
	justify-content: center;
}
#daily345 .titleArea h2{
	text-align: center;
}
#daily345 .titleArea p{
	font-size: 0.9em;
}
#daily345 .titleText{
	padding: 10px 0px;
	display: inline-block;
	width: 95%;
}
#daily345 .flow .photoInfo{
	width: 73%;
	padding-bottom: 40px;
}
#daily345 .flow .photoInfo h3{
	padding: 6px 0;
	border-left: 3px solid #EE7F1E;
	border-right: 3px solid #EE7F1E;
	border-bottom: 3px solid #EE7F1E;
	margin: 0 auto 10px;
	font-size: 1.2em;
}
#daily345 .flow .photoInfo .space60{
	margin-top: 60px;
}
#daily345 .flow .timeArea{
	font-size: 1.2em;
    width: 25%;
}
#daily345 .flow .space10{
	margin-bottom: 10em;
}
#daily345 .flow .space265{
	margin-bottom: 265px;
}
#daily345 .flow .space260{
	margin-bottom: 260px;
}
}


/* 持ち物について */
#belongings{
	width: 1000px;
	margin: 0 auto 120px;
	padding-top: 30px;
}
#belongings .titleArea{
	width: 900px;
	margin: 0 auto 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
#belongings .titleArea figure{
	width: 10%;
}
#belongings .titleArea h2{
	text-align: center;
	color: #6A3906;
	margin: 0;
	padding: 0;
}
#belongings .infoBox{
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#belongings .infoBox ul{
	margin: 0 0 10px;
	width: 31%;
	text-align: justify;
	padding: 60px 20px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #F2F2F2;
	font-size: 0.9em;
	line-height: 1.5em;
	position: relative;
}
#belongings .infoBox ul figure{
	width: 110px;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
#belongings .infoBox ul li{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}
#belongings .infoBox ul .blue{
	color: #EE7F1E;
}
#belongings .infoBox ul .green{
	color: #006DCC;
}
#belongings .infoBox ul .orenge{
	color: #BA5800;
}
#belongings .apron{
	margin: 30px 0 0;
	text-align: justify;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #F2F2F2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#belongings .apron ul{
	width: 55%;
}
#belongings .apron ul li{
	list-style: disc;
	margin-left: 20px;
}
#belongings .apron ul .topspace{
	margin-top: 20px;
}
#belongings .apron ul p{
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 700;
}
#belongings .apron ul p span{
	background: linear-gradient(transparent 50%, #FFF174 50%);
}
#belongings .apron ul p .colorRed{
	color: #E60012;
}
#belongings .apron figure{
	width: 40%;
}
@media screen and (max-width: 979px){
#belongings{
	width: 90%;
	margin: -80px auto 70px;
	padding-top: 80px;
}
#belongings .titleArea{
	width: 100%;
	margin: 0 auto 0px;
	text-align: center;
	justify-content: center;
}
#belongings .titleArea h2{
	text-align: center;
}
#belongings .infoBox{
	margin-bottom: 70px;
	display: block;
}
#belongings .infoBox ul{
	margin: 80px 0 10px;
	width: 100%;
}
#belongings .infoBox ul figure{
}
#belongings .apron{
	margin: 30px 0 0;
	padding: 25px;
}
#belongings .apron ul{
	width: 100%;
	margin-bottom: 20px;
}
#belongings .apron figure{
	width: 60%;
	margin: 0 auto;
}
}