@charset "utf-8";

/* -------------------------------------------------- */
/* くらしき作陽大学附属認定こども園 */
/* -------------------------------------------------- */

/* こども園用ヘッダ（共通フッタに上書き） */
/* -------------------------------------------------- */

header{
	margin-bottom: 0!important;
}


.br_sp{
	display: block;
}

.br_pc{
	display: none;
}


#headerRow1 {
	border-bottom: solid 1.5px #ff9394;
}

#headerLogo {
	width: 257.5px;
	top: 22px;
	left: 25px;
}

#headerLogo a {
	width: 257.5px;
	padding-top: 40px;
	background: url(../../img/youchien/logo.png) no-repeat 0 0;
	background-size: contain;
}
	/* iPhone5救済 */
	@media all and (max-width: 374px) {
		#headerLogo {
			width: 230px;
			top: 22px;
			left: 15px;
		}
		#headerLogo a {
			width: 230px;
			padding-top: 20px;
		}
	}

#headerToggleBtn {
	cursor: pointer;
}
#headerToggleBtnCloseWrap {
	border-bottom: solid 1.5px #ff9394;
}

#headerNaviSearchBox {
	background-color: #ff9394;
}

#headerNaviMain ul li {
	background-color: #fff;
	border-bottom: solid 1px #e7e7e7;
}
#headerNaviMain ul li a {
	color: #ff9394;
}

#headerNaviMain ul li a.headerNaviSpSingle {
	background-image: url(../../img/youchien/bg_arrow_pink.png);
}

.gsc-input-box{
	padding: 0!important;
}
/* -------------------------------------------------- */

/* slider pro */
/* -------------------------------------------------- */
#topMv {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}

#topMvSlider .sp-image {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.sp-selected-button {
	background-color: #fd9295 !important;
}

.slideImgWrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#topMvSlider img {
    width: 100%;
    height: 100%!important;
    vertical-align: bottom;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

#topMvSlider .sp-slides {
    height: calc(70vh - 60px)!important;
}

#topMvSlider .sp-slide {
    height: 100%!important;
}

#topMvSlider .sp-grab {
    cursor: default!important;
}

.sp-mask {
    width: 100%!important;
}

@keyframes zoom {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(2, 2, 2);
        -ms-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2);
    }
}

#topMvSlider .zoom {
	-webkit-animation-name: zoom;
	animation-name: zoom;
	-webkit-animation-duration: 60s;
	animation-duration: 60s;
}

.sp-buttons {
	position: absolute !important;
	bottom: 0px !important;
	left: 0 !important;
	padding-bottom: 25px;
}

.sp-button {
	width: 14px;
	height: 14px;
	background: #FFF;
	margin: 4px 12px;
}



/* メインビジュアル */
/* -------------------------------------------------- */
#wave{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9;
}

#wave img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.fvNavItem a {
	margin-right: 70px;
	transition: all 0.3s ease-in-out;
}

.fvNavItem:last-of-type {
	margin-right: 0;
}

.fvNavItem a:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}

#topM{
	margin-bottom: 40px;
}

#fvTit {
	width: 100%;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -20%);
}

#fvNav{
	display: none;
	margin: 0 auto;
}

#youchienTitle {
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
}

#youchienTitle img {
	width: 100%;
	height: auto;
}


/* メニュー */
/* -------------------------------------------------- */

#youchienMenu {
	width: 100%;
}

#youchienMenuInner {
	max-width: 600px;
	margin: 0 auto;
	padding: 25px 15px 10px;
}

#youchienMenu ul {
	letter-spacing: -.4em;
	margin-left: -7.5px;
	margin-right: -7.5px;
}

#youchienMenu ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 7.5px;
	margin-bottom: 15px;
	width: calc(50% - 15px);
}

#youchienMenu ul li img {
	width: 100%;
	height: auto;
}

/* イントロ */
/* -------------------------------------------------- */
#intro {
	text-align: center;
	margin-bottom: 80px;
}

#introTit {
	margin-bottom: 30px;
	font-size: 2.3rem;
	font-weight: bold;
}

.emphasis {
	color: #fd9295;
}

#introIn {
	padding-bottom: 50px;
	position: relative;
	display: inline-block;
}

#introIn:before {
	content: "";
	position: absolute;
	top: 4px;
	left: -55px;
	width: 82px;
	height: 359px;
	background: url(../../img/kodomoen/top/bg_forest1_sp.png) center/contain no-repeat;
}

#introIn:after {
	content: "";
	position: absolute;
	top: -10px;
	right: -58px;
	width: 82px;
	height: 343px;
	background: url(../../img/kodomoen/top/bg_forest2_sp%20.png) center/contain no-repeat;
}

#introLogo {
	width: 36px;
	margin: 0 auto 25px;
}

.introTxt {
	margin-bottom: 40px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 1.8px;
}

#introTxtTop{
	margin-bottom: 35px;
}
/* 特色 */
/* -------------------------------------------------- */
#feature {
	margin-bottom: 70px;
	text-align: center;
}

#featureWrap {
	max-width: 1180px;
	margin: 0 auto;
	overflow: inherit;
}

.featureItem,
#featureItem2,
#featureLast{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80vw;
	margin: 0 auto 60px;
}

.featureImg{
	width: 442px;
	order: 2;
}

.featureTxt {
	padding: 40px 3% 20px;
}

.logoTxt,
.contentsTxt {
	position: relative;
}

#musicTxt .logoTxt:before {
	content: "";
	position: absolute;
	top: 0;
	left: -70px;
	width: 26.5px;
	height: 28.5px;
	text-align: center;
	background: url(../../img/kodomoen/top/music1.png) no-repeat center/contain;
}

#musicTxt .logoTxt:after {
	content: "";
	position: absolute;
	bottom: -42px;
	right: -70px;
	width: 25px;
	height: 31px;
	text-align: center;
	background: url(../../img/kodomoen/top/music3.png) no-repeat center/contain;
}

#musicTxt .contentsTxt:after {
	content: "";
	position: absolute;
	top: 87px;
	right: 7px;
	width: 50px;
	height: 77px;
	text-align: center;
	background: url(../../img/kodomoen/top/music2.png) no-repeat center/contain;
}

#natureTxt .logoTxt:before {
	content: "";
	position: absolute;
	top: -25px;
	left: -90px;
	width: 47px;
	height: 41px;
	text-align: center;
	background: url(../../img/kodomoen/top/nature1.png) no-repeat center/contain;
}

#natureTxt .logoTxt:after {
	content: "";
	position: absolute;
	top: 20px;
	right: -90px;
	width: 48.5px;
	height: 40px;
	text-align: center;
	background: url(../../img/kodomoen/top/nature2.png) no-repeat center/contain;
}

#foodTxt .logoTxt:before {
	content: "";
	position: absolute;
	top: 20px;
	left: -60px;
	width: 35px;
	height: 42px;
	text-align: center;
	background: url(../../img/kodomoen/top/food1.png) no-repeat center/contain;
}

#foodTxt .logoTxt:after {
	content: "";
	position: absolute;
	top: -25px;
	right: -60px;
	width: 30px;
	height: 46px;
	text-align: center;
	background: url(../../img/kodomoen/top/food2.png) no-repeat center/contain;
}

.logoTxt {
	margin: 0 auto 16px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

#musicTxt .logoTxt{
	width: 158px;
}

#natureTxt .logoTxt{
	width: 118px;
}

#foodTxt .logoTxt{
	width: 198px;
}

.commonSubTit {
	margin-bottom: 25px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.contentsTxt {
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	line-height: 2;
	letter-spacing: 1.8px;
}
/* 大学との連携 */
/* -------------------------------------------------- */
#cooperation {
	margin-bottom: 30px;
	text-align: center;
}

#cooperationTit{
	width: 80vw;
	margin: 0 auto;
}

#cooperationImg {
	margin-bottom: 38px;
}

#uniTit {
	position: relative;
}

.sectionTit #uniTit:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100px;
	width: 70px;
	height: 26.5px;
	background: url(../../img/kodomoen/top/bg_tree1.png) no-repeat center/contain;
	text-align: center;
}

.sectionTit #uniTit:after {
	content: "";
	position: absolute;
	top: 0;
	right: -100px;
	width: 70px;
	height: 26.5px;
	background: url(../../img/kodomoen/top/bg_tree2.png) no-repeat center/contain;
	text-align: center;
}

#SubtitEn {
	margin-bottom: 16px;
	font-size: 1.0rem;
	color: #ff9394;
	font-weight: bold;
	line-height: 1;
}

#cooperation .sectionTit {
	margin-bottom: 36px;
	line-height: 1;
}

#cooperation .introTxt {
	margin-bottom: 40px;
	padding: 0 3%;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
}

#exchange {
	display: flex;
	flex-direction: column;
	width: 80vw;
	margin: 0 auto;
}

.exchangeItem {
	margin: 0 0 38px;
}

.exchangeImg {
	width: 205px;
	margin: 0 auto 20px;
}

.exchangeTit {
	margin-bottom: 20px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1;

}

/* ニュース */
/* -------------------------------------------------- */
.cornerNews {
	background-image: url(../../img/youchien/bg_news.png);
	background-size: 6px 13px;
}

.cornerNewsLead {
	color: #ff9394;
}

#news {
	padding: 0;
	margin-bottom: 25px;

}

.cornerNewsInner {
	padding: 25px 15px;
	text-align: center;
}

#newsLogo {
	width: 42.5px;
	height: 37.5px;
	margin: 0 auto 14px;
}
#news .sectionTit {
	margin-bottom: 12px;
}

.cornerNewsLead {
	color: #ff9394;
}

#news ul {
	margin-bottom:20px;
}

.cornerNews {
	background-image: url(../../img/youchien/bg_news.png);
	background-size: 6px 13px;
}

.cornerNewsLead {
	color: #ff9394;
}

.cornerNewsList a {
	background-position: right 15px center;
}

.cornerNewsBody{
	text-align: left;
}

.cornerNewsDate{
	text-align: left;
}
/* 入園のご案內 */
/* -------------------------------------------------- */
#guidance {
	margin-bottom:40px;
	padding: 0 3%;
	text-align: center;
}

#guidanceBg {
	width: 700px;
	padding: 30px 13px;
	margin: 0 auto;
	border-radius: 30px;
	background: url(../../img/kodomoen/top/guide_bg.jpg) repeat;
	background-size: 8px;
}

#guidanceIn {
	position: relative;
	padding: 45px 0 32px;
	background-color: #fafbe7;
	border-radius: 30px;
}

#guidanceIn:before {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 112px;
	left: 200px;
	width: 147px;
	height: 113px;
	background: url(../../img/kodomoen/top/info_img1.png) no-repeat center/cover;
}

#guidanceIn:after {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 95px;
	right: 200px;
	width: 147px;
	height: 113px;
	background: url(../../img/kodomoen/top/info_img2.png) no-repeat center/cover;
}

#guidance .sectionTit {
	position: relative;
	margin-bottom: 30px;
}

#guidance .sectionTit:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	width: 82px;
	height: 40px;
	background: url(../../img/kodomoen/top/information.png) no-repeat center/contain;
	background-image: url(../../img/kodomoen/top/information.png);
}

#guidanceTxt {
	margin-bottom: 168px;
	font-size: 1.2rem;
	font-weight: bold;
}

#newsLink a {
	border-bottom: solid 1px #ea5454;
	color: #ea5454;
	transition: all 0.3s ease-in-out;
}

#newsLink a:hover {
	border-bottom: none;
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}
/* 共通 */
/* -------------------------------------------------- */
.sectionMainImg {
	width: 100%;
	margin-bottom: 24px;
}

.sectionMainImg img {
	width: 100%;
	height: auto;
}

#featureLogo {
	width: 50px;
	height: 50px;
	margin: 0 auto 15px;
}

.sectionTit {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1;
}

/* 共通ボタン */
/* -------------------------------------------------- */

#btnItem{
	margin-right: 30px;
	margin-bottom: 25px;
}

.btnIcon{
	display: inline-block;
	width: 220px;
	height: 46px;
	margin: 0 auto;
}

.btnLink{
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #fd9295;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.200em;
	padding: 18px 35px;
	border-radius: 30px;
	background-image: url(../../img/kodomoen/common/arrow_white.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 7.5px 13px;
	box-shadow: 4px 4px 10px rgb(0, 0, 0, 15%);
 	transition: all 0.3s ease-in-out;
}

.btnLink:hover{
	box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
	transform: translate(3px, 3px);
}
/* 新共通フッタ */
/* -------------------------------------------------- */

/* 旧フッタのスタイル打ち消し */
#footerWhole {
	background-image: none;
	background-color: inherit;
}

.fNavItem a{
	color: #3c3c3c!important;
	transition: all 0.3s ease-in-out;
}

.fNavItem a:hover{
	color: #fd9295!important;
}
/* フッタ-ナビゲーション */

#fNavList{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0;
	transition: all 0.3s ease-in-out 0s;
}

.fNavItem{
	padding: 0 15px;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
	border-right: 1px solid #d9d9d9;
	display: inline-block;
	letter-spacing: 0.08em;
}

.fNavItem:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}


/* こども園用フッタ（共通フッタに上書き） */
/* -------------------------------------------------- */

#footerBody {
	background-color: #ff9394;
}

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

/* 建学の精神、教育方針 */
/* -------------------------------------------------- */
.kodomoenMainTit {
	border-bottom: 1px dotted #ff9394!important;
	background: url(../../images/kodomoen/bg_h1.gif) no-repeat 0 0!important;
}

.subTit {
	border-bottom: 1px solid #fd9295!important;
}

.titBand {
	background: #fd9295!important;
}

#activity{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.kodomoen #main ul li {
	background: url(../../img/kodomoen/common/icon_circle.gif) no-repeat 4px 6px;
}
/* -------------------------------------------------- */

/*園の特色 */
/* -------------------------------------------------- */
.activity{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.activimg1 {
	width: 32%;
	height: auto;
}


.activimg2{
	width: 49%;
	height: auto;
}

.activimg1 img,
.activimg2 img{
	width: 100%;
	height: 100%;
}


#natureTxt{
	margin-bottom: 40px!important;
}

#dietary{
	margin-bottom: 45px;
}
/* -------------------------------------------------- */

/*年間スケジュール */
/* -------------------------------------------------- */
.detail{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.detailimg1{
	width: 320px;
	height: 198px;
}

.detailimg1 img{
	width: 100%;
}

.firstImg{
	margin-bottom: 5px;
}
/* -------------------------------------------------- */

/*公募情報 */
/* -------------------------------------------------- */
#main .pagenate ul li span.current_page {
	background: #fd9295!important;
	border: 1px solid #fd9295!important;
}

#main ul.newsList li a span.titBox {
	background: url(../../img/kodomoen/common/bg_arrow_pink.png) no-repeat 97% 50% /11px 20px;
}

nav#menu ul li span.tit {
	background: url(../../img/kodomoen/common/bg_arrow_pink.png) no-repeat 95% 50% /6px !important;
}

/* お知らせシングルページ */
/* -------------------------------------------------- */
#main h1.entryH1 .kodomoenMainTit2 {
	background: url(../../images/kodomoen/bg_h1.gif) repeat-y 0 0!important;
}

#main h1.entryH1{
	border-bottom: 1px dotted #ff9394!important;
}

#main p.linkBlockCenter a#newsBtnBg{
	background: url(../../img/kodomoen/common/bg_arrow_pink.png) no-repeat 97% 50% /14px 23px!important;
}


/* アクセス */
/* -------------------------------------------------- */
.googleMap iframe {
	width: 100%;
	height: 250px;
}

