@charset "UTF-8";

@media screen and (max-width: 1023px){
body{
	width: 100%;
	height: 100%;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	image-rendering: -webkit-optimize-contrast;
}


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

	ヘッダー

**************************************************/
#header{
	padding-bottom: 80px;
	justify-content: center;
}
#header_inner{
	width: calc(100% - 40px);
	bottom: 0;
	left: auto;
  transform: none;
}
#header_inner h1{
	width: 48%;
	margin-top: 6px;
	text-align: center;
}
#header_inner p{
	font-size: 1.15em;
	line-height: 1.4;
	background: rgba(255,255,255,0.8);
}
#header_txt{
	width: 24px;
	height: auto;
	top: 5%;
	right: 8%;
}

#search_logo{
	left: 5%;
}
#search_logo img{
	width: 70%;
	height: auto;
	display: block;
}
#search_header > p:last-child img{
	width: 70%;
	height: auto;
	display: block;
}
#search_header > p#search_osaka_map img{
	width: 54%;
}

#header.s-r-header{
	padding: 10px 0 4px;
	position: relative;
}
#header.s-r-header h1{
	height: 100px;
	margin: 0 0 0 2%;
	padding-left: 120px;
	font-size: 2.4em;
	line-height: 1.1;
	letter-spacing: 1px;
}
#header.s-r-header h1::before{
	width: 100px;
	height: 100px;
	top: 4px;
}
#header.s-r-header h1 span{
	padding-bottom: 5px;
	font-size: 0.54em;
}
#header.s-r-header h1.small{
	font-size: 2em;
}
#header.s-r-header h1.small span{
	font-size: 0.65em;
}

@media screen and (max-width: 767px){
	#header{
		padding-bottom: 60px;
	}
	#header_inner h1{
		width: 40%;
		margin: 0 0 5px;
		order: 1;
	}
	#header_inner p{
		font-size: 0.9em;
		order: 2;
	}
	#header_inner p br{
		display: block;
	}
	#header_txt{
		width: 12px;
		top: 2.5%;
		right: 5%;
	}

	#search_header{
		min-height: 150px;
	  padding-top: auto;
	}
	#search_logo{
		left: 2%;
	}
	#search_logo img{
		width: 36%;
	}
	#search_header > p:last-child img{
		width: 86%;
	}
	#search_header > p#search_osaka_map img{
		width: 50%;
	}

	#header.s-r-header{
		padding: 8px 0 2px;
	}
	#header.s-r-header h1{
		height: 70px;
		margin: 0 0 0 2%;
		padding-left: 82px;
		font-size: 1.8em;
	}
	#header.s-r-header h1::before{
		width: 70px;
		height: 70px;
		top: 1px;
	}
	#header.s-r-header h1 span{
		padding-left: 2px;
	}
	#header.s-r-header h1 > br{
		display: block;
	}
	#header.s-r-header h1.small{
		font-size: 1.4em;
	}
	#header.s-r-header h1.small span{
		padding-bottom: 5px;
	}
}


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

	ナビ

**************************************************/
#nav, #sp_nav{
	display: none;
}
#nav_btn, #sp_nav.open{
    display: block;
}

#nav_btn{
	width: 60px;
  height: 60px;
	display: flex;
  flex-direction: column;
	align-items: center;
  justify-content: center;
  position: fixed;
  top: 12px;
  right: 10px;
  background: #FFF;
  border: 3px double #46838f;
  border-radius: 50%;
  z-index: 101;
  cursor: pointer;
  gap: 6px;
}
#nav_btn span{
	width: 32px;
  height: 3px;
  display: block;
  background-color: #46838f;
  border-radius: 2px;
  transition: all 0.4s ease;
}
#nav_btn.active span:nth-of-type(1){
  transform: translateY(9px) rotate(45deg);
}
#nav_btn.active span:nth-of-type(2){
  opacity: 0;
}
#nav_btn.active span:nth-of-type(3){
  transform: translateY(-9px) rotate(-45deg);
}

#sp_nav{
	width: 100%;
	height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(249,247,245, 0.9);
  z-index: 100;
}
#sp_nav.active{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#sp_nav.closing{
  animation: navClose 0.5s ease forwards;
}
@keyframes navClose{
  0%{
    opacity: 1;
    transform: translateY(0);
  }
  100%{
    opacity: 0;
    transform: translateY(-20px);
  }
}

#sp_nav_logo{
	width: 100%;
	height: 128px;
	margin-left: 2%;
	display: flex;
	align-items: center;
	font-size: 1.2em;
}
#sp_nav_logo::before{
	width: 100px;
	height: 100px;
	margin-right: 20px;
	display: inline-block;
	content: "";
  background: url(../encil_btn.png) no-repeat 50% 50%;
  background-size: contain;
	vertical-align: middle;
}
#sp_nav_logo{}
#sp_nav_logo li{
	padding: 2px 16px 3px;
	margin-bottom: 6px;
	background: #FFF;
	border: solid 1px #614A3F;
	border-radius: 5px;
}
#sp_nav_logo li:last-child{
	margin-bottom: 0;
}
#sp_nav_logo li::before{
	width: 0;
  height: 0;
	margin-right: 0.5em;
	content: "";
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #333;
}

#sp_nav > ul{
	width: 100%;
  height: calc(100% - 248px);
	margin: 0;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	font-size: 1.4em;
	gap: 10px;
}
#sp_nav > ul li{
  width: 48%;
  height: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp_nav > ul li a{
	width: 90%;
  height: 90%;
	padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #614A3F;
	background: rgba(255,255,255, 0.98);
	border-radius: 20px;
}
#sp_nav > ul li a::before{
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
#sp_nav > ul li:first-child a::before{
  background-image: url('../i_recruit_01.png');
}
#sp_nav > ul li:nth-child(2) a::before{
  background-image: url('../i_about_01.png');
}
#sp_nav > ul li:nth-child(3) a::before{
  background-image: url('../i_contact_01.png');
}
#sp_nav > ul li:last-child a::before{
  background-image: url('../i_website.png');
}

#sp_nav > p:last-child{
	height: 120px;
	padding-bottom: 28px;
}

@media screen and (max-width: 767px){
	#nav_btn{
		width: 42px;
	  height: 42px;
		top: 8px;
	  right: 8px;
	  gap: 4px;
	}
	#nav_btn span{
		width: 21px;
	  height: 3px;
	}
	#nav_btn.active span:nth-of-type(1){
    transform: translateY(6.5px) rotate(45deg);
  }
  #nav_btn.active span:nth-of-type(3){
    transform: translateY(-6.5px) rotate(-45deg);
  }
	#sp_nav_logo{
		height: 78px;
		margin-bottom: 10px;
		padding-top: 9px;
		font-size: 1em;
	}
	#sp_nav_logo::before{
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}
	#sp_nav_logo li{
		margin-bottom: 4px;
	}
	#sp_nav > ul{
	  height: calc(100% - 197px);
	  padding: 20px 0;
		font-size: 1.05em;
		gap: 5px;
	}
	#sp_nav > p:last-child{
		height: 105px;
		padding-bottom: 18px;
	}
}


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

	共通部分

**************************************************/
main section{}

.mw{
	width: calc(100% - 40px);
}


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

	フッター

**************************************************/
#footer{}
#footer_inner{
	width: calc(100% - 40px);
}
#footer_inner h2{
	margin-bottom: 30px;
}
#footer_inner_bottom{
	font-size: 0.8em;
	background-size: auto 60px;
}

@media screen and (max-width: 767px){
	#footer_inner ul{
		margin-top: 60px;
		flex-direction: column;
		gap: 15px;
	}
	#footer_inner ul li{
		width: 100%;
	}
	#footer_inner ul::after{
	  content: none;
	}
	#footer_inner_bottom{
		background-size: auto 50px;
	}

	#footer.s-r-footer #footer_inner ul li{
		width: 100%;
	}
	#footer.s-r-footer #footer_inner ul li{
		margin-top: 15px;
	}
	#footer.s-r-footer #footer_inner ul::after{
		width: 100%;
	}
}


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

	ページトップへ戻るボタン

**************************************************/
#pagetop{
	bottom: 0;
	right: 2%;
}


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

	トップページ

**************************************************/
#top_news_box{
	margin: 40px auto 60px;
}
#top_news_box iframe{
	width: 72%;
}

#top_search_box{
	background: linear-gradient(#FFFFFF 0px, #FFFFFF 120px, #EFECF1 120px);
}
#top_search_box::before{
	top: 10px;
}
#top_search_osaka ul{
	width: 80%;
}
#top_search_hyogo li{
	width: 46%;
}

@media screen and (max-width: 767px){
	#top_news_box{
		flex-direction: column;
	}
	#top_news_box iframe{
		width: 100%;
		margin-top: 20px;
	}
	#top_search_box h3{
	  font-size: 2.8em;
	}
	#top_search_box h3::before{
		width: 120px;
		height: 79px;
	}
	#top_search_osaka h4, #top_search_hyogo h4{
		font-size: 2em;
	}
	#top_search_osaka ul, #top_search_hyogo ul{
		width: calc(100% - 60px);
		flex-direction: column;
		font-size: 0.9em;
		gap: 30px;
	}
	#top_search_osaka li, #top_search_hyogo li{
		width: 100%;
	}
}


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

	園をさがそう

**************************************************/
#search_box{
	margin-top: -10px;
	padding: 0 0 100px;
}
#search_nav{
	top: -60px;
}
#search_box section ul::after{
	width: 49%;
}
#search_box section ul li{
	width: 49%;
}

@media screen and (max-width: 767px){
	#search_nav{
		top: -42px;
		font-size: 0.8em;
	}
	#search_nav li::after{
		margin: 0 8px 0 6px;
	}
	#search_box h2{
		margin-bottom: 40px;
		padding-left: 60px;
		font-size: 1.8em;
	}
	#search_box h2::before{
		width: 42px;
		height: 43px;
		top: -4px;
	}
	#search_box section ul{
		flex-direction: column;
		gap: 20px;
	}
	#search_box section ul::after{
		width: auto;
	  content: none;
	}
	#search_box section ul li{
		width: 100%;
		margin-bottom: 0;
	}
	#search_box section ul li span{
		font-size: 0.8em;
	}
}


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

	採用情報個別ページ

**************************************************/
#mainvisual #btn_recruit_contact{
	max-width: 160px;
	height: auto;
	right: 3%;
}
#recruit_box{
	padding: 50px 0 100px;
}
#about_box{
	padding: 50px 0 120px;
}
#contact_box{
	padding: 20px 0 90px;
}

/* 採用案内 */
.recruit_voice_inner{
	flex-direction: column;
}
.recruit_voice_inner > p:first-child{
	width: 100%;
	padding: 40px 0 20px;
	text-align: center;
}
.recruit_voice_inner > p:first-child img{
	border-radius: 60px;
}
.voice_txt{
	width: 100%;
}
.voice_txt > p:last-child{
 position: absolute;
 top: 10px;
 left: 28px;
}

/* 園紹介 */
#about_box{
	background: url('../about_back_01.png') 98% 60px no-repeat, #EFECF1;
}
#movie_box > p:last-child{
	position: absolute;
	bottom: -30px;
	right: 0;
	font-size: 1em;
}
#about_photo{
	width: 100%;
	background: url('../Aphoto_back_01.png') 0 120px no-repeat,
	url('../Aphoto_back_02.png') 100% 160px no-repeat,
	url('../Aphoto_back_03.png') 0 100% no-repeat,
	url('../Aphoto_back_04.png') 100% 100% no-repeat;
}
#about_photo ul{
	padding-bottom: 50px;
}
#about_photo ul li{
	width: 48.5%;
}
#about_photo ul li:nth-child(n+3){
	margin-top: 30px;
}
.about_txt{
	padding: 30px 4%;
	font-size: 1.3em;
}

/* 申込み・問合せ */
#contact_box ul, #contact_box table, #contact_box p{
	width: 90%;
}
#contact_box ul{
	margin: 30px auto;
}


@media screen and (max-width: 767px){
	#mainvisual #btn_recruit_contact{
		max-width: 92px;
	}
	.contents_titles h2{
		padding-left: 90px;
		font-size: 2.4em;
		letter-spacing: 4px;
	}
	.contents_titles p{
		padding-left: 93px;
	}
	#contents_box section::after{
		background-size: auto 100px;
	}
	/* 採用案内 */
	#contents_box #recruit_box::after{
	  background-size: auto 60px;
	}
	#recruit_box .contents_titles::before{
		width: 70px;
		height: 53px;
	}
	.recruit_txt{
		margin: 20px 0;
		font-size: 1.15em;
	}
	.recruit_voice_inner{
		border-radius: 40px;
	}
	.recruit_voice_inner > p:first-child{
		padding-top: 0;
	}
	.recruit_voice_inner > p:first-child img{
		border-radius: 40px 40px 0 0;
	}
	#recruit_voice_01{
		margin-top: 100px;
	}
	#recruit_voice_02{
		margin-top: 140px;
	}
	#voice_img_01{
		top: -94px;
	}
	#recruit_tag{
		margin-top: 30px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 1.3em;
		gap: 8px;
	}
	#recruit_Bubble{
		font-size: 1.2em;
		text-align: left;
	}
	#recruit_link{
		width: 100%;
		max-height: 70px;
		margin: 40px auto 0;
	}
	#recruit_link a{
		font-size: 1.1em;
		letter-spacing: 0.5px;
	}

	/* 園紹介 */
	#about_box{
		background: url('../about_back_01.png') 96% 106px no-repeat, #EFECF1;
		background-size: 50%;
	}
	#about_box .contents_titles::before{
		width: 65px;
		height: 67px;
	}
	#switch-contents button{
		padding: 8px 10px;
		font-size: 1.1em;
	}
	#movie_list video:nth-child(n+2){
		margin-top: 25px;
	}
	#movie_box > p:last-child{
		bottom: -22px;
		font-size: 0.85em;
	}
	#about_photo ul{
		flex-direction: column;
	}
	#about_photo ul li{
		width: 100%;
	}
	#about_photo ul li:nth-child(n+1){
		margin-top: 25px;
	}
	.about_txt{
		padding: 20px 7%;
		font-size: 1.2em;
		line-height: 1.6;
	}
	/* 申込み・問合せ */
	#contact_box .contents_titles h2{
		padding-bottom: 0;
		font-size: 1.98em;
		letter-spacing: 2px;
	}
	#contact_box .contents_titles::before{
		width: 65px;
		height: 46px;
	}
	#contact_box ul, #contact_box table{
		width: 100%;
	}
	#contact_box table tr:first-child td{
		display: flex;
		flex-direction: column;
	}
	#contact_box table tr:first-child td label{
		margin-bottom: 10px;
	}
	#contact_box table tr:first-child td label:last-child{
		margin-bottom: 0;
	}
}


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

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
