/* 下層ページ用　css */

/* タイトル */
.general_title {
	display: block;
	background:var(--color-yellow);
	padding: 95px 0 80px;
	position: relative;
}
.general_title div {
	font-size: 3.6rem;
	font-weight: 700;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: center;
}
.general_title::before {
	content: '';
	position: absolute;
	top: 0;
	background:url(../images/flag.png);
	width: 100%;
	height: 15px;
}

/* パンくず */
.breadcrumb, .breadcrumb a {
	font-size: 1.4rem;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin: 20px auto;
}
.breadcrumb img {
	vertical-align: inherit;
}

/* footerとの余白 */
.general {
	margin-bottom: 185px;
}

/* パンくずとすぐ下のコンテンツとの余白　 */
.general_contents {
	margin: 44px auto 0;
}


#message_houshin {
	margin: 0 auto 175px; /* h2のチェックリボン30px分の余白をとる */
}


h3 {
	font-size: 3.6rem;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
	margin: 24px 42px;
}
h3 span {
	font-size: 3rem;
}
h3 .font_18px {
	font-size: 1.8rem;
}

h4 {
	font-size: 2.2rem;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
	border-left: 6px solid var(--color-orange);
	background-color: var(--color-yellow);
	line-height: 48px;
	padding-left: 14px;
	margin: 30px auto;
	position: relative;
	font-weight: 700;
}
h4 span {
	font-size: 1.8rem;
}
h4.eng {
    font-size: 2.6rem!important;
	line-height: 45px!important;
}
/* 右リボン風装飾 */
h4:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;

	top: 0;
	right: 0;
    border-width: 24px 12px 24px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
h4.eng:after {
    border-width: 25px 12px 25px 0px!important;
}



/* 左に文章　右に画像1枚 */
.l-font_r-img_flex {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:102px;
}
.l-font_r-img_flex p {
	font-size: 1.6rem;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	flex:1;
	padding-right: 30px;
}
.l-font_r-img_flex img {
	width: 426px;
	height:314px;
}


/* 3つ横並び　sp1200px以下で2つ並び */
/* 全体を囲む余白 */
.flex_side03_m-top44 {/* flex_side03_wrapのm-t22px分を引いた */
	margin-top: 22px;
}
/* h2が上にくるとき */
.flex_side03_m-top45 {/* flex_side03_wrapのm-t22px分とh2の11pxを引いた */
	margin-top: 12px!important;
}

/* 3つ横並び */
.flex_side03 {
    display: flex;
    flex-wrap: wrap;
}
.flex_side03_wrap {
	margin-right: 15px;
	margin-top: 22px;
}
.flex_side03_wrap:nth-of-type(3n) {
	margin-right: 0;
}

.flex_side03_wrap img {
	max-width: 352px;
}
.flex_side03_wrap p {
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
	text-align: center;
	max-width: 352px;

	padding: 18px 0;
	border-left: 6px solid var(--color-orange);
    background-color: var(--color-yellow);
}






/* ----------- ごあいさつページ ----------- */
.yellow_bg  {
	width: 100%;
	background-color: var(--color-yellow);
	padding: 35px 50px;
	border-radius: 15px;
}
.white_space {
	width: 100%;
	padding: 40px 50px;
}

.flex_message {
	display: flex;
	flex-wrap: wrap;
}
/* .flex_message img {
	width: 306px;
	height: 244px;
} */
.img_wrap {
	margin-right: 60px;
}


/* no01-05 */
.flex_message_wrap {
	width: 625px;
}
.flex_message_wrap div {
	overflow: auto; /* floatで高さを失わないように親要素につける */
	overflow-y: hidden;
}
.flex_message_wrap div p {
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--color-green);
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.3;
	padding-top: 7px; /* 一行のとき高さ46pxの画像に対して縦中央揃えにするため */
}
.flex_message_wrap img {
    float: left;
    margin-right: 15px;
}

.flex_message_wrap ul {
	padding-left: 61px;
	margin-top: 6px;
}
.flex_message_wrap li {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.6;
	position: relative;
	margin-left: 22px;
	vertical-align: middle;
}
/* オレンジ丸のリスト */
.flex_message_wrap li::before {
	content: '';
	width: 16px;
	height: 16px;
	background: var(--color-orange);
    border-radius: 50px;
    position: absolute;
    top: 5px; /*1.6remのline-height: 1.6;の余白5px分 */
	left: -22px;
}



/* ----------- 園の概要ページ ----------- */
.m-top44 {
	margin-top: 44px;
}
#basicInfo {
	margin-bottom: 109px;
}

.summary_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.summary_flex img {
	width: 550px;
	height: 344px;
}

.summary_flex table {
	width: 520px;
}
.summary_flex table tr {
	padding: 17px 35px;
	border-top: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
}
.summary_flex table th, .summary_flex table td {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
}
.summary_flex table th {
	width: 124px;
	text-align: center;
	background: var(--color-yellow);
}
.summary_flex table td {
	padding: 15px 22px;
}


/* 園のれきし */
#history { margin-bottom: 150px;}
.summary_flex02 {
	display: flex;
	justify-content: space-between;
}
.summary_flex02 .left {
	max-width: 723px;
}

.summary_flex02 .right {
	max-width: 302px;
}
.summary_flex02 .right img {
	max-width: 302px;
}
.summary_flex02 .right img:not(.summary_flex02 .right img:last-child) {
	margin-bottom: 15px;
}

.label {
    font-size: 2.2rem;
    color: var(--color-brown);
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: 0.04em;
    border-left: 6px solid var(--color-orange);
    background-color: var(--color-yellow);
    line-height: 48px;
    padding-left: 14px;
    margin: 0;
    position: relative;
    font-weight: 700;
}
/* リボン風装飾 */
.label:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;

	top: 0;
	right: 0;
	border-width: 24px 12px 24px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

/* 年代のまとまり　余白 */
.summary_hyou_wrap {
	margin: 21px 13px 27px;
}

.summary_hyou_wrap ul {
    display: flex;
	padding-bottom: 18px;
}
.summary_flex02 .left li {
    display: inline-block;

	font-size: 1.6rem;
	font-weight: 500;
    color: var(--color-brown);
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: 0.04em;
	line-height: 1.3;
}

.year {
	width: 35px;
	text-align: right;
	margin-right: 16px!important;
}
.month {
	width: 33px;
	text-align: right;
	margin-right: 24px;
}
.align_right {
	width: 84px;
	text-align: right;
	margin-right: 24px;
}

.year, .month, .align_right{
	flex-shrink: 0!important; /* 画面幅が可変しても横幅のサイズ縮めない */
	-webkit-flex-shrink: 0!important;

 }



.accessmap_sub {
	margin: 36px auto 30px;
}
.accessmap_sub p {
	font-size: 2rem;
	font-weight: 500;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.3;
	text-align: center;
}
.accessmap_sub p:first-child {
	padding-bottom: 12px; 
}

.summary_flex03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.summary_flex03 iframe {
	max-width: 720px;
	max-height: 470px;
}

.summary_flex03_img {
	max-width: 355px;
}
.summary_flex03_img img {
	max-width: 355px;
	max-height: 228px;
}
.summary_flex03_img img:first-child {
	margin-bottom:15px;
}


/* ----------- 未就園児支援（めだかクラブ）ページ ----------- */
.m-bottom100 {
	margin-bottom: 100px;
}
.m-top74 {
	margin-top: 74px;
}

.bold {
	font-weight: bold;
}

.border_wrap_center {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;

	max-width: 750px;
	padding: 14px 5px;
	border: 1px solid var(--color-brown);
	border-radius: 5px;

	margin: 55px auto 0;
}

.medakadayori {
	border: 1px solid #BEBEBE;
}
.medakadayori img {
	max-width: 100%;
}

/* ボタン */
.pdf_btn {
	margin-top: 30px;
	text-align: center;
}
.pdf_btn a {
	font-size: 1.4rem;
    color: #fff;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    background-color: var(--color-green);
    border-radius: 25px;
	padding: 11px 35px 11px 60px;
	display: inline-block;

	position: relative;
}
.pdf_btn a::before {
	position: absolute;
    top: 25%;
    left: 33px;
    content: '';
    width: 17px;
    height: 22px;
    margin: auto;
    background-image: url(../images/pdf_icon.png);
}


/* ----------- 園内の施設ページ ----------- */
.m-bottom60 {margin-bottom: 60px;}
.dots_bg70 {
	padding: 48px 0 70px; /* 70px-.flex_side03_wrapの22px=48px */

	border-radius: 5px;
    background-color: #fff;
    background-image: radial-gradient(#F4F2E8 20%, transparent 20%),radial-gradient(#F4F2E8 20%, transparent 20%);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
}
#yousu{margin-top:79px;}

.w900_img {
	text-align: center;
}
.w900_img img {
	max-width: 900px;
	width: 100%;
}


/* ----------- 園での生活ページ ----------- */
.m-bottom145 {margin-bottom: 145px;}
.flexBox_season {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.unit {
	background-color: var(--color-yellow);
	border-radius: 15px;
    margin: 16px 0 35px 14px;
	position:relative;
}
.unit > img { /* 月の画像 */
	position: absolute;
    top: -16px;
    left: -14px;
}
.unit_wrap {
    display: inline-block;
    width: 346px;
}

/* 画像 */
.caption {	
	padding: 8px;
}
.caption img {
	max-width: 330px;
    width: 100%;
}

/* リスト */
.caption_padding {
	padding: 10px 20px 25px;
}
.list li {
    font-size: 1.8rem;
	font-weight: 500;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin-bottom: 10px;
	position: relative;
	margin-left: 22px;
}
.list li a {
	color: var(--color-brown);
}
.list li:last-child {
	margin-bottom: 0;
}
.list li::before {
	content: '';
	width: 16px;
	height: 16px;
	background: var(--color-orange);
    border-radius: 50px;
    position: absolute;
    top: 25%;
	left: -22px;
}

.attention {
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: right;
	margin-top: -17px;
}

.m-top90 {
	margin-top: 90px;
}
.center {
	text-align: center;
}


/* ----------- 入園案内ページ ----------- */
.p_default p {
	font-size: 1.6rem;
    color: var(--color-brown);
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

.text_contents_wrap {
	margin: 35px 0 50px;
}

/* 囲み線あり */
.border_wrap {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.5;

	display: inline-block;
	padding: 14px 20px;
	border: 1px solid var(--color-brown);
	border-radius: 5px;
	margin: 20px 0 0;
}
.border_wrap a {
	font-weight: 500;
	color: var(--color-brown);
}
.blod {
	font-weight: bold;
}

.pdf_red_icon, .outside_icon {
	padding-left: 50px;
	position: relative;
}
.pdf_red_icon::before {
	position: absolute;
    top: 25%;
    left: 20px;
    content: '';
    width: 20px;
    height: 26px;
    margin: auto;
    background-image: url(../images/pdf_red_icon.png);
}
.outside_icon::before {
	position: absolute;
    top: 25%;
    left: 20px;
    content: '';
    width: 20px;
    height: 26px;
    margin: auto;
    background-image: url(../images/outside_icon.png);
}

/* リンク */
.link {
	color: var(--color-green);
}
.link span { /* spanで囲んだ所に線がつく */
	display: inline-block;
	line-height: 1;
	border-bottom: 1px solid var(--color-green);
}
.link:hover {
	border-bottom: none;
	opacity: 1;
}
.link span:hover {
	border-bottom: none;
}




@media screen and (max-width:1200px) {

	.general_contents {
		margin: 74px auto 0;
	}

	/* 左に文章　右に画像1枚 */
	.l-font_r-img_flex p {
		flex:auto;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.l-font_r-img_flex img {
		margin: auto;
	}

	/* ----------- ごあいさつページ ----------- */
	#message_houshin {
		margin: 0 auto 175px; /* h2のチェックリボン30px分の上に余白をとる */
	}

}

@media screen and (max-width:1120px) {

	/* 3つ横並び　sp1200px以下で2つ並び */
	.flex_side03 {
		justify-content: center;
	}
	.flex_side03_wrap {
		margin-right: 15px;
		margin-top: 15px;
		max-width: calc(50% - 7.5px);
	}
	.flex_side03::after { /* 最後が１つのときに左寄せするため */
		content: '';
		margin-top: 15px;
		width: calc(50% - 7.5px);
		max-width: 352px;
	}
	.flex_side03_wrap:nth-of-type(3n) {
		margin-right: 15px;
	}
	.flex_side03_wrap:nth-of-type(2n),.flex_side03_wrap:nth-of-type(6n) {
		margin-right: 0!important;
	}
	.flex_side03_wrap img, .flex_side03_wrap p {
		width: 100%;
	}


	/* ----------- ごあいさつページ ----------- */
	.yellow_bg  {
		padding: 35px 15px;
	}
	.white_space {
		padding: 40px 15px;
	}

	.flex_message {
		display: block;
	}
	.img_wrap {
		display: block;
		text-align: center;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	/* no01-05 */
	.flex_message_wrap {
		width: 100%;
		max-width: 685px;
		margin: auto;
	}
	.flex_message_wrap img {
		margin-right: 15px!important;
	}

	.flex_message_wrap ul {
		padding-left: 0;
	}


	/* ----------- 園の概要ページ ----------- */
	.summary_flex {
		display: block;
	}
	.summary_flex div {
		text-align: center;
		margin-bottom: 30px;
	}
	.summary_flex table {
		max-width: 550px;
		width: 100%;
	}
	.summary_flex table {
		margin: auto;
	}

	/* 園のれきし */
	.summary_flex02 {
		display: block;
	}
	.summary_flex02 .left, .summary_flex02 .right {
		max-width: 100%;
	}

	/* 右にあった画像たち */
	.right {
		display: flex;
		flex-wrap: wrap;
	}
	.summary_flex02 .right img:not(.summary_flex02 .right img:last-child) {
		margin-bottom: 0;
	}

	.right img {
		width: calc(50% - 5px);
		margin-top: 10px;
		margin-right: 10px;
	}
	.right img:nth-child(3n) {
		margin-right: 0;
	}
	.right img:nth-child(1),.right img:nth-child(2),.right img:nth-child(3) {
		margin-top: 0;
	}


	/* map */
	.summary_flex03 {
		display: block;
		text-align: center;
	}
	.summary_flex03 iframe {
		width: 100%;
	}

	.summary_flex03_img {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;

		max-width: 100%;
		margin-top: 20px;
	}
	.summary_flex03_img img {
		width: calc(50% - 5px);
	}
	.summary_flex03_img img:first-child {
		margin-bottom:0;
	}


	/* ----------- 園での生活ページ ----------- */
	.flexBox_season {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.unit:nth-child(2n+1) {
		margin-right: 30px;
	}

	.attention {
		margin: -17px auto 0;
		max-width: 770px;
	}

}


@media screen and (max-width:955px) {
	/* 右にあった画像たち */
	.right {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.summary_flex02 .right img:not(.summary_flex02 .right img:last-child) {
		margin-bottom: 0;
	}

	.right img,.right img:nth-child(3) {
		width: calc(50% - 5px);
		margin-top: 10px;
		margin-right: 10px;
	}
	.right img:nth-child(2n) {
		margin-right: 0!important;
	}

}


@media screen and (max-width:810px) { /* 右リボン風装飾　専用 */
	/* 右リボン風装飾 */
	h4 {
		position: static;
		padding: 12px 0 12px 14px;
		line-height: normal;
	}
	h4:after {
		position: static;
		content: '';
		border-width: 0px;
		border-color:none;
	}
	h4.eng {
		line-height: normal!important;
	}
	h4.eng:after {
		display: none;
	}
}

@media screen and (max-width:768px) {

	/* 左に文章　右に画像1枚 */
	.l-font_r-img_flex p {
		padding: 0;
	}

	/* ----------- 園の概要ページ ----------- */
	.summary_flex img {
		max-width: 550px;
		width: 100%;
		height: 100%;
	}

	/* 園のれきし */
	#basicInfo {margin-bottom: 95px;}
	#history { margin-bottom: 120px;}

	
	
}

@media screen and (max-width:568px)  {/* 余白・文字サイズ変更 */

	.general {
		margin-bottom: 0;
	}
	.general_title {
		padding: 60px 0 55px;
	}
	.general_title div {
		font-size: 2.2rem;
	}

	h2 span.sub {
		font-size: 1.7rem;
	}

	h3 {
		font-size: 2.2rem;
		margin: 24px 42px;
	}
	h3 span {
		font-size: 1.8rem;
	}

	h4 {
		font-size: 1.9rem;
		margin: 30px auto 20px;
	}
	h4.eng {
		font-size: 1.9rem!important;
	}
	h4 span {
		font-size: 1.6rem;
	}

	/* 左に文章　右に画像1枚 */
	.l-font_r-img_flex {
		margin-bottom:45px;
	}
	.l-font_r-img_flex img {
		width: 100%;
		max-width: 426px;
		height: auto;
	}
	.l-font_r-img_flex p {
		font-size: 1.5rem;
	}

	/* 3つ横並び　sp1200px以下で2つ並び */
	.flex_side03_wrap {
		margin-right: 10px;
		margin-top: 15px;
		max-width: calc(50% - 5px);
	}
	.flex_side03_wrap:nth-of-type(3n) {
		margin-right: 10px;
	}
	.flex_side03_wrap p {
		font-size: 1.6rem;
		padding: 14px 0;
	}
	

	/* ----------- ごあいさつページ ----------- */
	#message_houshin {
		margin: 74px auto 120px;
	}

	.flex_message_wrap div p {
		font-size: 1.7rem;
	}
	.flex_message_wrap li {
		font-size: 1.5rem;
	}


	/* ----------- 園の概要ページ ----------- */
	.label {
		font-size: 1.9rem;
	}

	.summary_flex table th, .summary_flex table td,.summary_flex02 .left li {
		font-size: 1.5rem;
		font-weight: 500;
	}

	.summary_hyou_wrap {
		margin: 21px 5px 27px;
	}
	.year {
		margin-right: 5px!important;
	}
	.align_right {
		width: 73px;
	}

	
	.accessmap_sub p:first-child {
		padding-bottom: 3px;
	}
	.accessmap_sub p {
		font-size: 1.6rem;
	}
	
	/* map */
	.summary_flex03 iframe {
		max-height: 400px;
	}

	/* アクセスマップ画像　縦に２つ */
	.summary_flex03_img {
		display: block;
	}
	.summary_flex03_img img {
		width: 100%;
	}
	.summary_flex03_img img:first-child {
		margin-bottom: 15px;
	}

	.m-bottom100 {
		margin-bottom: 45px;
	}
	.border_wrap_center {
		font-size: 1.5rem;
		margin: 10px auto 0;
	}
	.border_wrap {
		font-size: 1.5rem;
		
	}
	.text_contents_wrap {
		margin: 20px 0 25px;
	}


	/* ----------- 園内の施設ページ ----------- */
	.m-bottom60 {margin-bottom: 30px;}
	.dots_bg70 {
		padding: 20px 0;
	}


	/* ----------- 園での生活ページ ----------- */
	.flexBox_season {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.unit {
		margin: 16px 0 30px 14px;
	}
	.unit:nth-child(2n+1) {
		margin-right: 0;
	}
	.unit_wrap {
		width: 100%;
	}
	.list li {
		font-size: 1.6rem;
	}

	.m-bottom145 {
		margin-bottom: 120px;
	}
	.m-top90 {
		margin-top: 60px;
	}

}