@charset "utf-8";

/****************************
				スマートフォン
****************************/
@media screen and (max-width: 640px) {

	.pc {
		display: none !important;
	}

	.sp {
		display: block;
	}

	/****************************
					共通・構造
****************************/
	.box {
		flex-wrap: wrap;
	}

	.box_left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.box_right {
		width: 100%;
	}


	.container {
		width: 100%;
	}

	.box1-1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.box1-2 {
		width: 100%;
	}

	.box2-1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.box2-2 {
		width: 100%;
	}

	#main_top {
		background: #dcefff;
		min-height: auto;
		padding: 73px 0 20px 0;
		margin-top: 0;
	}


	/****************************
					ヘッダー
****************************/
	#header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		padding: 5px;
		background: #dcefff;
		width: 100%;
		line-height: 1;
	}

	.header_container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin: 0 auto;
		padding: 5px;
		line-height: 1;
	}

	.header_menu {
		display: none !important;
	}

	h1#logo {
		width: 60%;
		margin-bottom: 0;
		text-align: left;
	}

	h1#logo img {
		max-width: 260px;
		width: 100%;
		margin: 0;
	}

	/****************************
				グローバルメニュー
****************************/
	nav ul {
		width: 100%;
		flex-wrap: wrap;
	}

	nav ul li {
		width: 100% !important;
		border-left: none !important;
		border-right: none;
		border-bottom: 1px solid #000;
	}

	nav ul li:first-child {
		border-top: 1px solid #000;
	}

	nav ul li a {
		display: block;
		padding: 15px;
		text-align: left;
		line-height: 1;
	}

	nav ul li.sitemap a:before {
		content: url("../../images/common/sitemap.svg");
		padding-right: 5px;
		vertical-align: middle;
		line-height: 1;
	}

	nav ul li.faq a:before {
		content: url("../../images/common/faq.svg");
		padding-right: 5px;
		vertical-align: middle;
		line-height: 1;
	}

	nav ul li.access a:before {
		content: url("/minato/images/common/access.svg");
		padding-right: 5px;
		vertical-align: middle;
		line-height: 1;
	}

	nav ul li.contact a:before {
		content: url("../../images/common/mail.svg");
		padding-right: 5px;
		vertical-align: middle;
		line-height: 1;
	}

	nav ul li img {
		display: inline-block;
		width: 40px;
		height: auto;
		margin: 0 15px 0 0;
		vertical-align: middle;
		line-height: 1;
	}

	/****************************
				トップページ
****************************/

	.news_box .container {
		padding: 40px 20px;
	}

	.news_box h2 {
		font-size: 18px;
	}

	/****************************
				保育園からのお知らせ
****************************/
	#news {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.news_box h2 {
		margin-bottom: 20px;
	}

	.news_box {
		min-height: auto;
		/* background: url("/minato/images/sp_news_back.png") no-repeat;
		background-size: 100% 100%; */
		background: none;
		min-height: auto;
		border: 10px solid #90aad8;
		border-radius: 15px;
	}

	.news_box dl {
		padding: 15px;
	}

	.news_box dl dt {
		font-size: 16px;
	}

	.news_box dl dd {
		font-size: 16px;
	}

	.news_box dl dd a {
		font-size: 16px;
	}

	p.news_list_btn {
		margin-top: 40px;
	}

	p.news_list_btn a {
		padding: 20px 60px;
		border-radius: 40px;
	}

	/****************************
				めざす幼児像
****************************/

	.purpose {
		padding: 70px 10px;
		min-height: auto;
	}

	.purpose h3:before {
		display: none;
	}

	.purpose h3:after {
		display: none;
	}

	.list_box {
		flex-wrap: wrap;
		padding: 0 10px;
	}

	.list_col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#no1:before {
		float: left;
	}

	.list_col p {
		font-size: 14px;
	}

	.top_menu_box {
		padding: 70px 10px;
	}

	.top_menu {
		flex-wrap: wrap;
	}

	.top_menu_col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 125px;
	}

	.top_menu_col:last-child {
		margin-bottom: 0;
	}

	.bottom_menu {
		min-height: auto;
	}

	.bottom_menu_box {
		padding: 70px 10px;
	}

	.bottom_menu_box ul {
		flex-wrap: wrap;
	}

	.bottom_menu_box ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.bottom_menu_box ul li:last-child {
		margin-bottom: 0;
	}


	/****************************
						フッター
****************************/

	footer {
		padding: 20px 10px !important;
	}

	.top_footer {
		margin-top: 0 !important;
	}

	.footer_container {
		width: 100%;
	}

	.footer_renraku {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.footer_renraku p {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}

	.footer_renraku p:last-child {
		margin-bottom: 0;
	}

	.footer_menu {
		display: none;
	}

	.footer_bottom {
		margin-top: 0;
		flex-wrap: wrap;
	}

	.footer_left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer_right {
		width: 100%;
	}

	.footer_logo {
		width: 80%;
	}

	p.symbol {
		display: none;
	}

	ul.footer_menu2 {
		display: none;
	}


	/****************************
						次階層
****************************/
	#next_main_top {
		min-height: auto !important;
	}

	#next_main_top_yowara {
		min-height: auto !important;
	}

	#next_main_top_kujirakko {
		min-height: auto !important;
	}

	#next_main {
		display: block;
		width: 100%;
		padding: 90px 10px 0 10px;
		box-sizing: border-box;
	}

	.pankuzu p {
		width: 100%;
	}

	ul.list_ph li {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	/****************************
						お知らせ
****************************/
	.news_list_box:after {
		content: "";
		display: none;
	}

	.news_list_box dl {
		flex-wrap: wrap;
	}

	.news_list_box dl dt {
		width: 100%;
		padding: 0 15px;
		margin-right: 0;
		margin-bottom: 5px;
		text-align: left;
	}

	.news_list_box dl dd {
		width: 100%;
		padding: 0 15px;
	}

	.news_list_box dl dd a {
		line-height: 1.6;
	}


	.news_detail_inner p {
		font-size: 18px;
	}

	/****************************
						年間行事
****************************/
	.event_box .event_col {
		width: 100% !important;
		margin-right: 0;
	}

	.event_box .event_col .inner {
		padding: 15px;
		min-height: auto;
	}

	.event_box .event_col .inner p.title {
		margin-top: 0;
		margin-left: 0;
	}

	.event_box .img_01 {
		position: static;
		margin-top: 1em;
		text-align: center;
	}

	.event_box .img_02 {
		position: static;
		margin-top: 1em;
		text-align: center;
	}

	/****************************
						園の紹介
****************************/

	.facility_intoroduction ul {
		flex-wrap: wrap;
	}

	.facility_intoroduction ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.facility_intoroduction ul li:last-child {
		margin-bottom: 0;
	}

	.facility_intoroduction dl {
		flex-wrap: wrap;
	}

	.facility_intoroduction dl dt {
		width: 100%;
		padding: 15px;
	}

	.facility_intoroduction dl dd {
		width: 100%;
		padding: 15px;
	}

	#daily_program th {
		padding: 10px;
		font-size: 14px;
	}

	#daily_program td {
		padding: 10px;
		font-size: 14px;
	}

	#sisetsu_overview table th {
		width: 30%;
		padding: 10px;
		font-size: 14px;
	}

	#sisetsu_overview table td {
		width: 70%;
		padding: 10px;
		font-size: 14px;
	}

	/****************************
				フォトアルバム
****************************/
	p.albam_message {
		font-size: 21px;
	}

	.albam_btn {
		padding: 30px;
	}

	.albam_btn p a {
		padding: 30px;
	}

	/****************************
					フォトアルバム詳細
****************************/
	.albam_detail ul li {
		width: 48% !important;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.albam_detail ul li:nth-child(even) {
		margin-right: 0;
	}

	/****************************
					活動内容
****************************/
	#activity ul li {
		margin-bottom: 15px;
	}

	/****************************
					フォトアルバム
****************************/
	/* #albam_list ul {
		justify-content: initial !important;
	} */

	.albam_list_box:after {
		content: "";
		display: none;
	}

	.albam_list_box dl dt {
		width: 30%;
	}

	.albam_list_box dl dt:last-child {
		width: 70%;
	}

	/*★★★★★★★★★★★★★★
					榎原分園
★★★★★★★★★★★★★★*/
	#main_top_yowara {
		background: #fce0ea;
		min-height: auto;
		padding: 73px 0 20px 0;
		margin-top: 0;
	}


	.yowara_header {
		background-color: #fce0ea !important;
	}

	.yowara_news .news_box {
		min-height: auto;
		/* background: url("/yowara/images/sp_news_back.png") no-repeat;
		background-size: 100% 100%; */
		background: none;
		border: 10px solid #f9cdb9;
	}

	#yowara_purpose h3:before {
		display: none;
	}

	#yowara_purpose h3:after {
		display: none;
	}

	/*★★★★★★★★★★★★★★
				にこにこくじらっこ
★★★★★★★★★★★★★★*/
	#main_top_kujirakko {
		background: #f9f5d2;
		min-height: auto;
		padding: 73px 0 20px 0;
		margin-top: 0;
	}


	.kujirakko_header {
		background-color: #f9f5d2 !important;
	}

	.kujirakko_news .news_box {
		min-height: auto;
		/* background: url("/yowara/images/sp_news_back.png") no-repeat;
		background-size: 100% 100%; */
		background: none;
		border: 10px solid #dde9a0;
	}

	#circle {
		min-height: auto;
	}

	#childcare {
		min-height: auto;
		padding: 180px 10px !important;
	}

	.circle_section {
		padding: 0;
	}

	#kujirakko_bottom_menu {
		min-height: auto;
	}

	.border_box p {
		font-size: 16px;
	}

	.border_box ul {
		text-align: left;
	}

	.border_box ul li {
		font-size: 16px;
	}


}

/* sp */




/****************************
			スマートフォン以外
****************************/
@media screen and (min-width: 640px) {
	.sp {
		display: none !important;
	}

	.pc {
		display: block;
	}

	/****************************
					共通・構造
****************************/


	/****************************
					ヘッダー
****************************/

	#header button {
		display: none;
	}



	.top_menu_col p.text span {
		display: inline !important;
	}



	.top_footer {
		margin-top: -60px !important;
		padding: 180px 10px 40px 10px;
	}

	/****************************
					フォトアルバム詳細
****************************/
	.albam_detail ul li:nth-child(4) {
		margin-right: 0;
	}

	.albam_detail ul li:nth-child(8) {
		margin-right: 0;
	}

	.albam_detail ul li:nth-child(12) {
		margin-right: 0;
	}



}

/* pc */