@charset "utf-8";

/****************************
					共通・構造
****************************/
.container {
	display: block;
	width: 1180px;
	margin: 0 auto;
}

#main_top {
	width: 100%;
	background: url("/minato/images/main_back.png") no-repeat;
	background-position: top center;
	min-height: 1140px;
	background-size: cover;
}

.box {
	display: flex;
	width: 100%;
}

.box_left {
	width: 50%;
	margin-right: 3%;
}

.box_right {
	width: 50%;
}

.box1-1 {
	width: 60%;
	margin-right: 3%;
}

.box1-2 {
	width: 37%;
}

.box2-1 {
	width: 67%;
	margin-right: 3%;
}

.box2-2 {
	width: 30%;
}

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

.header_menu {
	display: block;
	width: 1180px;
	margin: 0 auto;
	padding-top: 20px;
}

.header_menu ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.header_menu ul li {
	width: auto;
	margin-right: 20px;
}

.header_menu ul li:last-child {
	margin-right: 0;
}

.header_menu ul li a {
	display: block;
	font-size: 14px;
}

.header_menu ul li a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 1;
}

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

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

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

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

h1#logo {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

h1#logo img {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/****************************
			グローバルメニュー
****************************/
nav {
	display: block;
	width: 100%;
}

nav ul {
	display: flex;
	justify-content: space-between;
	width: 1180px;
	margin: 0 auto;
}

nav ul li:first-child {
	border-left: 2px dotted #1c75b7;
}

nav ul li {
	width: 12.5%;
	border-right: 2px dotted #1c75b7;
}

nav ul li img {
	display: block;
	height: 32px;
	margin: 0 auto 10px auto;
	text-align: center;
}

nav ul li a {
	display: block;
	padding: 10px 25px;
	color: #6c2c2f;
	font-size: 16px;
	text-align: center;
	line-height: 1;
}

#slide {
	display: block;
	margin: 20px 0;
	text-align: center;
}

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

#main {
	display: block;
	width: 100%;
	padding: 0;
}

p.star {
	display: block;
	margin: 10px 0 40px 0;
	text-align: center;
}


/****************************
			お知らせ
****************************/
#news {
	display: block;
	width: 100%;
}

.news_box {
	display: block;
	max-width: 1180px;
	margin: 0 auto 50px auto;
	min-height: auto;
	border: 10px solid #90aad8;
	border-radius: 15px;
}

.news_box .container {
	padding: 70px 100px;
}

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

.news_box dl {
	display: block;
	width: 100%;
	padding: 15px 50px;
	border-bottom: 1px solid #999999;
}

.news_box dl dt {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #1c75b7;
}

.news_box dl dd {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #333333;
}

.news_box dl dd a {
	display: block;
	font-size: 18px;
	color: #333333;
}

p.news_list_btn {
	display: flex;
	justify-content: center;
	margin: 60px auto 0 auto;
	width: auto;
	text-align: center;
}

p.news_list_btn a {
	display: block;
	color: #223889;
	font-size: 21px;
	padding: 20px 110px 20px 80px;
	border-radius: 50px;
	border: 2px solid #6a84ad;
	text-align: center;
	position: relative;
}

p.news_list_btn a:after {
	content: url("/minato/images/common/arw_right.svg");
	position: absolute;
	right: 30px;
}

/****************************
			目指す幼児像
****************************/
.purpose {
	display: block;
	width: 100%;
	padding: 140px 10px;
	min-height: 930px;
	background: url("/minato/images/purpose.png") repeat-x;
	background-position: top center;
	position: relative;
	z-index: 190;
}

.purpose h2 {
	margin-bottom: 60px !important;
}

.purpose h3:before {
	content: url("/minato/images/purpose01.png");
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
	line-height: 1;
}

.purpose h3:after {
	content: url("/minato/images/purpose02.png");
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
	line-height: 1;
}

.list_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 60px;
}

.list_col {
	display: flex;
	align-items: center;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 30px 20px;
	border-radius: 5px;
	background-color: #ffffff;
	border: 5px solid #7aa1d4;
}

.list_col:after {
	content: "";
	display: block;
	clear: both;
}

.list_col:nth-child(even) {
	margin-right: 0;
}

.list_col p {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

#no1:before {
	content: url("/minato/images/no01.svg");
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 1;
}

#no2:before {
	content: url("/minato/images/no02.svg");
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 1;
	float: left;
}

#no3:before {
	content: url("/minato/images/no03.svg");
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 1;
	float: left;
}

#no4:before {
	content: url("/minato/images/no04.svg");
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 1;
}



/****************************
			メインメニュー
****************************/
.top_menu_box {
	display: block;
	margin-top: -35px;
	padding: 180px 10px;
	background-color: #f9f8f4;
}

.top_menu {
	display: flex;
	width: 100%;
}

.top_menu_col {
	width: 33%;
	margin-right: 2%;
	position: relative;
}

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

.top_menu_col .photo {
	display: block;
}

.top_menu_col .photo img {
	display: block;
	border: 7px solid #fad8c7;
	border-radius: 5px;
}

#top_menu02 img {
	border: 7px solid #fff794;
}

#top_menu03 img {
	border: 7px solid #cae7e7;
}



.top_menu_col p.title {
	display: block;
	padding: 20px 0;
	font-size: 24px;
	color: #a96124;
	text-align: center;
	line-height: 1;
}

.top_menu_col p.text {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 1.8;
	text-align: left;
}

.top_menu_col p.detail_btn {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.top_menu_col p.detail_btn a {
	display: block;
	font-size: 18px;
	padding: 20px;
	color: #223889;
	background-color: #fff;
	border: 2px solid #6a84ad;
	border-radius: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	position: relative;
}

.top_menu_col p.detail_btn a:after {
	content: url("/minato/images/common/arw_right.svg");
	position: absolute;
	right: 30px;
}

#top_menu01:before {
	content: url("/minato/images/top_menu01.png");
	position: absolute;
	top: -90px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	/* Safari用 */
	transform: translateX(-50%);
	z-index: 999;
}

#top_menu02:before {
	content: url("/minato/images/top_menu02.png");
	position: absolute;
	top: -85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	/* Safari用 */
	transform: translateX(-50%);
	z-index: 999;
}

#top_menu03:before {
	content: url("/minato/images/top_menu03.png");
	position: absolute;
	top: -75px;
	right: 12%;
	z-index: 999;
}

/****************************
			フッターメニュー
****************************/

.bottom_menu {
	display: block;
	width: 100%;
	min-height: 625px;
	margin-top: -35px;
	background: url("/minato/images/bottom_menu_back.png") repeat-x;
	background-position: top center;
	position: relative;
	z-index: 150;
}

.bottom_menu_box {
	display: block;
	padding: 120px 10px;
}

.bottom_menu_box ul {
	display: flex;
	width: 100%;
}

.bottom_menu_box ul li {
	width: 50%;
	margin-right: 4%;
}

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

.bottom_menu_box ul li img {
	width: 100%;
}

/****************************
			フッター
****************************/
#footer {
	display: block;
	width: 100%;
	margin-top: 80px;
	padding: 80px 10px 40px 10px;
	background-color: #c0dced;
	position: relative;
}

#footer:after {
	content: url("/minato/images/common/footer_bottom_back.png");
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	/* Safari用 */
	transform: translateX(-50%);
	z-index: 99;
}

.footer_container {
	display: block;
	width: 1180px;
	margin: 0 auto;
}

.footer_menu {
	display: flex;
	/* justify-content: space-between; */
	width: 100%;
}

.footer_menu_col {
	width: 49%;
	margin-right: 2%;
}

.footer_menu_col:last-child {
	margin-right: 0;
}

.footer_menu_col p.link {
	display: block;
	margin-top: 15px;
	text-align: center;
	line-height: 1;
}

.footer_menu_col p.link a {
	display: block;
	font-size: 18px;
	text-decoration: none;
}

.footer_menu_col p.link a:after {
	content: url("/minato/images/common/footer_arw.svg");
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 1;
}


.footer_bottom {
	display: flex;
	margin-top: 60px;
	width: 100%;
}

.footer_left {
	width: 60%;
	margin-right: 3%;
}

.footer_right {
	width: 37%;
}

.footer_left_inner {
	display: flex;
}



p.symbol {
	margin-right: 30px;
}

p.footer_address {
	display: block;
	font-size: 16px;
	padding: 15px 0;
	line-height: 1;
}

.footer_renraku {
	display: flex;
	margin-top: 5px;
	line-height: 1;
}

.footer_renraku p {
	width: auto;
	margin-right: 20px;
}

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

.footer_renraku p.footer_tel a {
	font-size: 24px;
	font-weight: normal;
}

.footer_renraku p.footer_mail a {
	display: block;
	background-color: #2a66ae;
	border-radius: 20px;
	color: #fff;
	padding: 10px 20px;
	line-height: 1;
}

.footer_renraku p.footer_tel a:before {
	content: url("/minato/images/common/footer_tel.svg");
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	line-height: 1;
}

.footer_renraku p.footer_mail a:before {
	content: url("/minato/images/common/footer_contact.svg");
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	line-height: 1;
}

ul.footer_menu2 {
	display: flex;
	width: 100%;
	margin-top: 30px;
}


ul.footer_menu2 li {
	width: auto;
	border-right: 1px solid #223889;
}

ul.footer_menu2 li a {
	display: block;
	color: #223889;
	font-size: 16px;
	padding: 3px 15px;
	line-height: 1;
}

.footer_map iframe {
	width: 100%;
}

p.map_detail {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1;
	text-align: right;
}

p.map_detail a {
	display: block;
	font-size: 16px;
}

p.map_detail a:after {
	content: url("/minato/images/common/footer_arw.svg");
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 1;
}

p.copyright {
	display: block;
	padding-top: 110px;
	font-size: 16px;
	position: relative;
	z-index: 999;
	text-align: center;
}


/****************************
			次階層
****************************/
p.next_copy {
	display: block;
	font-size: 16px;
	color: #492c12;
	line-height: 1.8;
	text-align: left;
}

.next_main_inner {
	margin-top: 10px;
	padding: 10px 0;
	background: url("/minato/events/images/back.png") repeat;
}

.kujirakko_next_main_inner {
	margin-top: 10px;
	padding: 10px 0;
	background: url("/kujirakko/images/back.png") repeat;
}


.yowara_next_main_inner {
	margin-top: 10px;
	padding: 10px 0;
	background: url("/yowara/images/back.png") repeat;
}

.pankuzu {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.pankuzu p {
	display: block;
	width: 1180px;
	margin: 0 auto;
	font-size: 14px;
	color: #492c12;
}

.pankuzu a {
	color: #2a66ae;
	text-decoration: none;
}

.pankuzu a:hover {
	text-decoration: underline;
}

ul.list_ph {
	width: auto;
}

ul.list_ph li {
	display: inline-block;
	width: 33%;
	margin-right: 20px;
}


/****************************
			年間行事
****************************/

#next_main_top {
	display: block;
	width: 100%;
	background: url("/minato/images/common/next_main_top_back.png") no-repeat;
	background-position: top center;
	min-height: 300px;
}

#event_main {
	margin-top: 10px;
	padding: 10px 0;
	background: url("/minato/events/images/back.png") repeat;
}

.event_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.event_box .event_col {
	width: 48%;
	margin-right: 3%;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.event_box .event_col:nth-child(even) {
	margin-right: 0;
}

.event_box .event_col .inner {
	position: relative;
	padding: 25px;
	min-height: 350px;
	box-sizing: border-box;
}

.event_box .event_col .inner p.title {
	margin-top: -20px;
	margin-left: -20px;
	margin-bottom: 20px;
}

.event_box .event_col ul li {
	padding: 5px 0;
	font-size: 18px;
	line-height: 1;
}

.event_box .event_col ul.colum2 li {
	display: inline-block;
	width: 48%;
	margin-right: 1%;
}

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

.season01 {
	border: 25px solid #f7c7d4;
}

.season01 .inner {
	background-color: #fdeff2;
}

.season02 {
	border: 25px solid #dbf0fc;
}

.season02 .inner {
	background-color: #f0f9fe;
}

.season03 {
	border: 25px solid #ece1ce;
}

.season03 .inner {
	background-color: #f8f5ed;
}

.season04 {
	border: 25px solid #cad5ec;
}

.season04 .inner {
	background-color: #edf0f9;
}

.season05 {
	border: 25px solid #f9d3dc;
	background-color: #fdeef2;
}

.season05 .inner {
	background-color: #fdeef2;
}


.event_box .img_01 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.event_box .img_02 {
	position: absolute;
	top: 0;
	right: 0;
}

#every_year {
	display: block;
	padding: 30px 0;
}

#every_year p {
	display: block;
	margin-top: 2em;
	font-size: 18px;
	line-height: 1.8;
}



/****************************
			お知らせ一覧
****************************/
.news_list_box {
	display: block;
	width: 100%;
	position: relative;
}

.news_list_box:after {
	content: "";
	background: url("/images/common/news_border.svg") repeat-y;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 15%;
}

.news_list_box dl {
	display: flex;
	width: 100%;
	background-color: #d0edf4;
	padding: 20px 0;
	line-height: 1;
}

.news_list_box dl:nth-child(even) {
	background-color: #fff;
}

.news_list_box dl dt {
	width: 15%;
	padding: 0 30px;
	text-align: center;
	font-size: 16px;
	color: #1c75b7;
}

.news_list_box dl dd {
	width: 85%;
	padding: 0 30px;
	color: #492c12;
	font-size: 16px;
}

.news_list_box dl dd a {
	display: block;
	position: relative;
	color: #2a66ae;
	font-size: 16px;
}

.news_list_box dl dd a:after {
	content: url("/images/commn/news_detail_arw.svg");
	position: absolute;
	right: 10px;
}

.news_list_box dl dd a:hover {
	text-decoration: underline;
}

p.date {
	display: block;
	font-size: 16px;
	text-align: right;
}

.news_detail_inner {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

.news_detail_inner p {
	display: block;
	font-size: 21px;
	color: #492c12;
	line-height: 1.8;
}

p.download_btn {
	display: flex;
	justify-content: center;
	margin: 30px auto 0 auto;
	width: auto;
	text-align: center;
}

p.download_btn a {
	display: block;
	color: #223889;
	font-size: 21px;
	padding: 20px 110px 20px 80px;
	border-radius: 50px;
	background: #fff;
	border: 2px solid #6a84ad;
	text-align: center;
	position: relative;
}

p.download_btn a:after {
	content: url("/images/common/download_btn.svg");
	position: absolute;
	right: 30px;
	top: 25px;
}

p.return_btn {
	display: flex;
	justify-content: center;
	margin: 30px auto 0 auto;
	width: auto;
	text-align: center;
}

p.return_btn a {
	display: block;
	color: #223889;
	font-size: 21px;
	padding: 20px 110px 20px 80px;
	border-radius: 50px;
	border: 2px solid #6a84ad;
	background: #fff;
	text-align: center;
	position: relative;
}

p.return_btn a:after {
	content: url("/images/common/return.svg");
	position: absolute;
	right: 30px;
}

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

#hoiku_rinen {
	padding: 30px 0;
}

.facility_intoroduction {
	display: block;
	margin-top: 2em;
	margin-bottom: 80px;
}

.facility_intoroduction ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}

.facility_intoroduction ul li {
	width: 33%;
	margin-right: 2%;
}

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

.facility_intoroduction dl {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 15px;
}

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

.facility_intoroduction dl dt {
	width: 30%;
	padding: 15px 60px;
	font-size: 16px;
	color: #fff;
	background-color: #2a81d1;
	text-align: left;
	line-height: 1;
}

.facility_intoroduction dl dd {
	width: 70%;
	padding: 15px 70px;
	font-size: 16px;
	background-color: #fff;
	color: #492c12;
	line-height: 1;
}

#daily_program {
	display: block;
	width: 100%;
	padding: 30px 0;
}

#daily_program table {
	width: 100%;
	border-collapse: collapse;
}

#daily_program th {
	width: auto;
	padding: 15px;
	text-align: center;
	background-color: #2a81d1;
	color: #fff;
	font-size: 16px;
	border-right: 1px solid #074a93;
}

#daily_program th:last-child {
	border-right: none;
}

#daily_program td {
	padding: 15px 30px;
	background-color: #fff;
	font-size: 16px;
	color: #492c12;
	text-align: left;
	border-right: 1px solid #074a93;
}

#daily_program td:last-child {
	border-right: none;
}


#daily_program tr td.color {
	background-color: #bae2f4;
}

#pamphlet {
	display: block;
	padding: 30px 0;
}

.pamph_dl {
	display: block;
	text-align: center;
}

#sisetsu_overview {
	display: block;
	padding: 30px 0;
}

#sisetsu_overview table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #cccccc;
}

#sisetsu_overview table th {
	width: 20%;
	padding: 15px 30px;
	background-color: #deedcd;
	color: #492c12;
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

#sisetsu_overview table td {
	width: 80%;
	padding: 15px 30px;
	color: #492c12;
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
}

p.enka_img img {
	display: block;
	max-width: 480px;
	width: 100%;
	border: 1px solid #000;
	padding: 10px;
	margin: 0 auto;
}

/****************************
			フォトアルバム
****************************/
p.albam_message {
	display: block;
	font-size: 24px;
	color: #ed6d1f;
	margin-bottom: 30px;
	line-height: 1.6;
	text-align: center;
}

.albam_btn {
	display: block;
	margin-top: 40px;
	background-color: #5eb031;
	padding: 70px 100px;
	border-radius: 10px;
}

.albam_btn p {
	display: block;
	width: 100%;
	text-align: center;
}

.albam_btn p a {
	display: block;
	padding: 30px 100px;
	background-color: #d1eb79;
	font-size: 18px;
	color: #492c12;
	text-align: center;
	position: relative;
	border: 5px solid #fff;
	border-radius: 5px;
}

p.important_text {
	display: block;
	font-size: 14px;
	line-height: 1.8;
	color: #ea5639;
	text-align: center;
}



#albam_list ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

#albam_list ul li {
	width: auto;
}

#albam_list ul li.year {
	padding: 0 20px;
}

#albam_list ul li.year span {
	font-size: 24px;
	color: #223889;
}

.albam_list_box {
	display: block;
	width: 100%;
	position: relative;
}

.albam_list_box:after {
	content: "";
	background: url("/images/common/news_border.svg") repeat-y;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 15%;
}


.albam_list_box dl.title_dl {
	background-color: #036eb8;
}

.albam_list_box dl.title_dl dt {
	color: #fff;
	text-align: left;
}

.albam_list_box dl {
	display: flex;
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
	line-height: 1;
}

.albam_list_box dl.color {
	background-color: #d6f0f6;
}

.albam_list_box dl dt {
	width: 15%;
	padding: 0 30px;
	text-align: left;
	font-size: 16px;
	color: #1c75b7;
}

.albam_list_box dl.title_dl dt:first-child {
	text-align: center;
}

.albam_list_box dl dt:first-child {
	text-align: center !important;
}

.albam_list_box dl dd {
	width: 85%;
	padding: 0 30px;
	color: #492c12;
	font-size: 16px;
	text-align: left;
}

.albam_list_box dl dd a {
	display: block;
	position: relative;
	color: #492c12;
	font-size: 16px;
}



/****************************
			フォトアルバム詳細
****************************/
.albam_detail {
	margin-top: 30px;
}

.albam_detail ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.albam_detail ul li {
	width: 23.5% !important;
	margin-right: 2%;
	margin-bottom: 15px;
}

/****************************
			園の特徴
****************************/
#feature_main .box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px dotted #2a66ae;
}

#feature_main .box p {
	margin-top: 15px;
}

#feature_main .box:last-child {
	border-bottom: none;
}


/****************************
			活動内容
****************************/
#activity ul {
	list-style-type: none;
}

#activity ul li {
	line-height: 2;
}


/****************************
			入園案内
****************************/
#admission td {
	width: auto !important;
	border-right: 1px solid #cccccc;
}

#admission td:last-child {
	border-right: none;
}


/****************************
			子育て支援
****************************/
#child_btn a:after {
	content: url("/minato/images/common/footer_arw.svg");
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}

/****************************
			お問い合わせ
****************************/
#contact_form input {
	padding: 8px;
	width: 100%;
}

#contact_form select {
	padding: 8px;
	width: 100%;
}

#contact_form select option {
	padding: 8px;
	width: 100%;
}

#contact_form textarea {
	padding: 8px;
	width: 100%;
}

#contact_btn {
	width: 100%;
	margin: 20px auto 1em;
	text-align: center;
}

#contact_btn button {
	display: inline-block;
	margin: 0 1%;
	width: 45%;
	padding: 10px 20px;
	background-color: #2a66ae;
	color: #ffffff;
	font-size: 120%;
	border: none;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

#contact_btn button:hover {
	opacity: 0.7;
}

#contact_form span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

#contact_form span.req_note {
	display: inline-block;
	padding-left: 5px;
	color: #cb5219;
}

/*★★★★★★★★★★★★★★
					榎原分園
★★★★★★★★★★★★★★*/

#main_top_yowara {
	width: 100%;
	background: url("/yowara/images/main_back.png") no-repeat;
	background-position: top center;
	min-height: 1140px;
	background-size: cover;
}

#yowara_nav li {
	width: 14.22%;
}

.yowara_news p.news_list_btn a {
	border: 2px solid #df3e4d;
}

.yowara_news .news_box {
	display: block;
	max-width: 1180px;
	margin: 0 auto 50px auto;
	min-height: auto;
	border: 10px solid #f9cdb9;
	border-radius: 15px;
}

#yowara_purpose {
	background: url("/yowara/images/purpose.png") no-repeat;
}

#yowara_purpose h3 {
	color: #a96124;
}

#yowara_purpose h3:before {
	content: url("/yowara/images/purpose01.png");
	display: inline-block;
	padding-right: 0;
	vertical-align: middle;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: -50px;
}

#yowara_purpose h3:after {
	content: url("/yowara/images/purpose02.png");
	display: inline-block;
	padding-left: 0;
	vertical-align: middle;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: -50px;
}

#yowara_purpose .list_col {
	border: 5px solid #f7c0e2;
}

#yowara_purpose #no1:before {
	content: url("/yowara/images/no01.svg");
}

#yowara_purpose #no2:before {
	content: url("/yowara/images/no02.svg");
}

#yowara_purpose #no3:before {
	content: url("/yowara/images/no03.svg");
}

#yowara_purpose #no4:before {
	content: url("/yowara/images/no04.svg");
}

#yowara_top_menu p.detail_btn a {
	color: #223889;
	border: 2px solid #df3e4d;
}

#yowara_bottom_menu {
	background: url("/yowara/images/bottom_menu_back.png") no-repeat;
}

.yowara_footer {
	background-color: #fcd0de !important;
}

.yowara_footer p.footer_tel a:before {
	content: url("/yowara/images/common/footer_tel.svg");
}

.yowara_footer p.footer_tel a {
	color: #c1004a;
}

.yowara_footer p.footer_mail a {
	background-color: #c1004a;
}


/****************************
				次階層
****************************/
#next_main_top_yowara {
	display: block;
	width: 100%;
	background: url("/yowara/images/common/next_main_top_back.png") no-repeat;
	background-position: top center;
	min-height: 300px;
}

.kujirakko_next_main_inner #daily_program th {
	background-color: #c1004a;
}

.kujirakko_next_main_inner #daily_program td.color {
	background-color: #fcd0de !important;
}

.yowara_next_main_inner .news_list_box dl {
	background-color: #fcd0de;
}

.yowara_next_main_inner .news_list_box dl dt {
	color: #c1004a;
}

.yowara_next_main_inner .albam_list_box dl.title_dl {
	background-color: #c1004a;
}

.yowara_next_main_inner .albam_list_box dl.color {
	background-color: #fcd0de;
}


/*★★★★★★★★★★★★★★
		にこにこくじらっこ
★★★★★★★★★★★★★★*/

#main_top_kujirakko {
	width: 100%;
	background: url("/kujirakko/images/main_back.png") no-repeat;
	background-position: top center;
	min-height: 1140px;
	background-size: cover;
}

.kujirakko_header ul li.sitemap a:before {
	content: url("/kujirakko/images/common/sitemap.svg");
}

.kujirakko_header ul li.faq a:before {
	content: url("/kujirakko/images/common/faq.svg");
}

.kujirakko_header ul li.access a:before {
	content: url("/kujirakko/images/common/access.svg");
}

.kujirakko_header ul li.contact a:before {
	content: url("/kujirakko/images/common/mail.svg");
}

#kujirakko_nav li {
	width: 16.66%;
	border-right: 2px dotted #ceaf17;
}

#kujirakko_nav li:first-child {
	width: 20%;
	border-left: 2px dotted #ceaf17;
}

#kujirakko_nav li a {
	color: #6c2c2f;
}

.kujirakko_news p.news_list_btn a {
	border: 2px solid #a96124;
}

.kujirakko_news .news_box {
	display: block;
	max-width: 1180px;
	margin: 0 auto 50px auto;
	min-height: auto;
	border: 10px solid #dde9a0;
	border-radius: 15px;
}

#circle {
	display: block;
	width: 100%;
	padding: 80px 10px;
	background: url("/kujirakko/images/circle_back.png") no-repeat;
	background-position: center center;
	min-height: 1105px;
	position: relative;
	z-index: 9;
}

p.circle_ph {
	display: block;
	margin-bottom: 40px;
	text-align: center;
}

p.circle_title {
	display: block;
	color: #a96124;
	font-size: 26px;
	margin-bottom: 1em;
}

p.circle_text {
	display: block;
	font-size: 16px;
	line-height: 1.8;
}

#childcare {
	display: block;
	width: 100%;
	margin-top: -90px;
	padding: 180px 0 80px 10px;
	background: url("/kujirakko/images/childcare_back.png") no-repeat;
	background-position: center center;
	min-height: 1130px;
	position: relative;
	z-index: 8;
}

p.detail_btn2 {
	display: flex;
	justify-content: center;
	width: auto;
	margin: 1em auto 0 auto;
}

p.detail_btn2 a {
	display: block;
	font-size: 18px;
	padding: 20px 80px;
	color: #223889;
	background-color: #fffce9;
	border: 2px solid #a96124;
	border-radius: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	position: relative;
}

p.detail_btn2 a:after {
	content: url("/minato/images/common/arw_right.svg");
	position: absolute;
	right: 30px;
}

.circle_section {
	display: block;
	padding: 0 60px;
	box-sizing: border-box;
}

#kujirakko_bottom_menu {
	background: url("/kujirakko/images/kujirakko_bottom_menu_back.png") no-repeat;
	background-position: top center;
	min-height: 740px;
	margin-top: -90px;
	position: relative;
	z-index: 10;
}

.bottom_menu_box2 {
	display: block;
	padding: 120px 10px;
}

.bottom_menu_box2 ul {
	display: flex;
	width: 100%;
}

.bottom_menu_box2 ul li {
	width: 33%;
	margin-right: 2%;
}

.bottom_menu_box2 ul li:last-child {
	margin-right: 0;
}

.bottom_menu_box2 ul li img {
	width: 100%;
}

.bottom_menu_box2 ul li a:hover {
	opacity: 0.7;
}

.kujirakko_footer {
	background-color: #f4eabd !important;
}

.kujirakko_footer p.footer_tel a:before {
	content: url("/kujirakko/images/common/footer_tel.svg");
}

.kujirakko_footer p.footer_tel a {
	color: #7f6e18;
}

.kujirakko_footer p.footer_mail a {
	background-color: #7f6e18;
}

/****************************
				次階層
****************************/
#next_main_top_kujirakko {
	display: block;
	width: 100%;
	background: url("/kujirakko/images/common/next_main_top_back.png") no-repeat;
	background-position: top center;
	min-height: 300px;
}

.border_box {
	position: relative;
	padding: 40px 20px;
	border: 3px dotted #ffa833;
}

.border_box p {
	background-color: #fffce9;
	color: #ee76b5;
	padding: 0 10px;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	/* Safari用 */
	transform: translateX(-50%);
	font-size: 24px;
}

.border_box ul {
	list-style-type: none;
	text-align: center;
}

.border_box ul li {
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	list-style-type: none;
}

.border_box ul li:before {
	content: "●";
	display: inline-block;
	margin-right: 3px;
	color: #ffa833;
	font-size: 18px;
}


.kujirakko_next_main_inner #daily_program th {
	background-color: #7f6e18;
}

.kujirakko_next_main_inner #daily_program td.color {
	background-color: #f4eabd !important;
}

.kujirakko_next_main_inner .news_list_box dl {
	background-color: #f4eabd;
}

.kujirakko_next_main_inner .news_list_box dl dt {
	color: #7f6e18;
}

.kujirakko_next_main_inner .albam_list_box dl.title_dl {
	background-color: #7f6e18;
}

.kujirakko_next_main_inner .albam_list_box dl.color {
	background-color: #f4eabd;
}