body {
	background: #fffcec;
}

#page_title {
	height: auto;
	padding: 110px 0;
	background: #fffcec;
	display: block;
}

#page_title #slide{
	position: absolute;
	width: 670px;
	height: 444px;
	top: 100px;
	left: calc(50vw - 135px);
	list-style: none;
	padding: 0;
	margin: 0;
	/* overflow: hidden; */
}

#page_title #slide button{
	display: none !important;
}

#page_title h2{
	position: relative;
}

.breadcrumbs {
	position: absolute;
	top: 400px;
	max-width: 1100px;
	left: 0;
	right: 0;
	margin: auto;
}

#news figure {
	width: 247px;
	height: 249px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../images/hoikuen/title.png') no-repeat;
}

#news figure h3 {
	margin: 0;
}

#news .comment {
	max-height: 280px;
	overflow: auto;
}

#subnav {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 306px;
	background: url('../images/hoikuen/bg1.png') repeat-x;
}

#subnav ul {
	margin: 0 auto;
	border: 0;
	background: transparent;
	max-width: 940px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
}

#subnav ul li {
	padding: 0;
	margin: 0;
	width: calc((100% - 40px) / 3);
}

#subnav ul li a {
	color: #362e2b;
	background: transparent;
}

#subnav ul li a:before {
	content: "●";
	color: #fff;
}

#subnav ul li a:hover {
	text-decoration: underline;
}

main section h3 {
	background: transparent;
}

.comment_photo {
	display: flex;
	gap: 100px;
	position: relative;
}

.comment_photo figure {
	width: 300px;
	flex: none;
}

.comment_photo .comment {
	width: calc(100% - 400px);
	position: relative;
	flex: none;
}

#contents1 .comment_photo figure {
	width: 500px;
}

#contents1 .comment_photo .comment {
	width: calc(100% - 600px);
}

#contents3 {
	margin-bottom: 220px !important;
}

#contents3 figure {
	width: 247px;
	height: 249px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../images/hoikuen/title.png') no-repeat;
}

#contents3 figure h3 {
	margin: 0;
}

#contents3 .comment_photo .comment {
	width: calc(100% - 350px);
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 30px;
	justify-content: center;
}

#contents4 {
	background: #fffabe;
	position: relative;
	margin: 0 auto !important;
}

#contents4:before {
	position: absolute;
	top: -120px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	background: url('../images/hoikuen/bg2-top.png') repeat-x top center;

}

#contents5 {
	background: #fffabe;
	position: relative;
	padding: 120px 0;
	margin: 0 auto !important;
}

#contents6 {
	background: #fffabe;
	position: relative;
	padding-bottom: 80px;
	margin: 0 auto 240px !important;
}

#contents6:after {
	position: absolute;
	bottom: -120px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	background: url('../images/hoikuen/bg2-bottom.png') repeat-x top center;
}

#contents6 dl {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 0 0 17px;
}

#contents6 dt {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 116px;
	height: 44px;
	flex: none;
	position: relative;
	background: url('../images/hoikuen/flow1.png') no-repeat;
}

#contents6 dt:after {
	width: 5px;
	height: 17px;
	background: #facd89;
	display: block;
	position: absolute;
	content: "";
	bottom: -17px;
	left: 58px;
}

#contents6 dl:last-child dt:after {
	display: none;
}

#contents6 dl:nth-child(3n) dt {
	background: url('../images/hoikuen/flow3.png') no-repeat !important;
}

#contents6 dl:nth-child(3n - 1) dt {
	background: url('../images/hoikuen/flow2.png') no-repeat !important;
}

#contents6 dl dd {
	line-height: 44px;
	width: calc(100% - 136px);
}

main section table {
	width: 100%;
	border-top: 1px solid #ccc;
}

main section th,
main section td {
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
}

main section th {
	white-space: nowrap;
}


main section h4 {
	padding: 0 0 5px 0;
	margin: 40px 0 10px 0;
	font-size: 135%;
	border-bottom: 1px solid #ccc;
}

#news dl {
	display: flex;
	gap: 60px;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
}

#news dl:first-child {
	border-top: 1px solid #ccc;
}

#news dl dt {
	white-space: nowrap;
}


#contents1 dl {
	display: -webkit-box;
	/* before Android4.3 iOS6:Safari */
	display: -ms-flexbox;
	/* IE10 */
	display: -webkit-flex;
	/* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	/* IE10 */
	-webkit-flex-flow: row wrap;
	/* Pc-safari */
	flex-flow: row wrap;
	/* 	justify-content: center; */
	align-items: center;
	border-top: 1px solid #ccc;
	padding: 10px;
}

#contents1>article>dl:nth-child(2) {
	margin: 20px 0 0;
}

#contents1>article>dl:nth-child(5) {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
}

#contents5 article dl dt {
	/* 	width: 200px; */
	margin: 0 0 10px 0;
	font-size: 113%;
	font-weight: bold;
	color: #444;
}

#contents5 dl dt span {
	display: inline-block;
	background: #FCB1A8;
	color: #fff;
	padding: 0 9px;
	border-radius: 10px;
	margin: 0 20px 0 0;
}

#contents5 dl dd span {
	display: inline-block;
	background: #8CB6D5;
	color: #fff;
	padding: 0 9px;
	border-radius: 10px;
	margin: 0 20px 0 0;
	font-weight: bold;
}

#contents5 article>ol>li {
	margin: 0 0 2em 0;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	list-style: none;
}

.gallery li {
	background: #ccc;
	height: 353px;
	width: calc((100% - 40px) / 3);
	border-radius: 10px;
}

.gallery li a {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery li a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#contents9 ul {
	padding: 0;
	max-width: 960px;
	margin: 0 auto;
	list-style: none;
}

#contents9 ul li {
	position: relative;
	background: #fff;
	border-radius: 5px;
	line-height: 50px;
	margin-bottom: 50px;
	padding: 0 0 0 100px;
}

#contents9 ul li img {
	display: block;
	top: -10px;
	left: -10px;
	position: absolute;
}

#contents10 dl {
	margin: 0 auto 30px;
}

#contents10 dt {
	padding: 0 0 0 40px;
	position: relative;
}

#contents10 dt:before {
	display: block;
	content: "Q";
	background: #3bb8c4;
	color: #fff;
	width: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	border-radius: 5px;
	top: 0;
	left: 0;
}

#contents10 dd {
	padding: 0 0 0 40px;
	position: relative;
}

#contents10 dd:before {
	display: block;
	content: "A";
	border: 1px solid #3bb8c4;
	color: #3bb8c4;
	width: 30px;
	text-align: center;
	box-sizing: border-box;
	line-height: 30px;
	position: absolute;
	border-radius: 5px;
	top: 0;
	left: 0;
}

#contents7 h3,
#contents8 h3,
#contents9 h3,
#contents10 h3,
#contents11 h3 {
	max-width: 1100px;
	border-bottom: 3px solid #facd89;
}

#contents6 article {
	display: flex;
	gap: 100px;
	justify-content: center;
}

#contents6 article h5 {
	text-align: center;
	padding: 0;
	margin: 0 auto 15px;
}

#contents11 th {
	width: 200px;
}

#contents11 td dl {
	display: flex;
	flex-wrap: wrap;
}

#contents11 td dl dt {
	width: 120px;
}

#contents11 td dl dd {
	width: calc(100% - 120px);
}