@charset "utf-8";
/* shinmatsudo 院別の上書き（responsive.css の直後に読む）。共通は responsive.css */

/* ---- responsive.css 由来: この院だけの差分（16）＋前後関係を保つための共通規則の再掲（0） ---- */
@media (max-width: 991.98px) {
	.single .mainSection, .archive .mainSection, .category .mainSection, .blog .mainSection {
		width: 100%;
		padding: 0 15px;
	}
}
@media (max-width: 991px) {
	.navbar-brand {
		background: url(../images/ico-parking.png) no-repeat;
		background-size: auto 50px;
		background-position: right bottom;
		padding-right: 60px !important;
	}
}
@media (max-width: 767px) {
	.siteFooter .navbar-brand {
		background: none;
		padding: 0 !important;
		margin: 0 auto;
	}
	.footerMenuHead {
		background: #005c17;
		color: #fff;
		line-height: 1em;
		padding: 15px;
	}
	.home-intro .pagenav li {
		width: 100%;
	}
	.home-intro .pagenav li a {
		min-width: 100%;
	}
	.merit-block > div > div figure img {
		width: 100% !important;
	}
	.mov {
		width: 100%;
		margin: 0 auto;
		height: 200px;
	}
	.access-flow > div:nth-child(2), .access-flow > div:nth-child(4), .access-flow > div:nth-child(6), .access-flow > div:nth-child(8) {
		margin-bottom: 0;
	}
	.access-flow > div:first-child:after, .access-flow > div:nth-child(2):after, .access-flow > div:nth-child(3):after, .access-flow > div:nth-child(4):after, .access-flow > div:nth-child(5):after, .access-flow > div:nth-child(6):after, .access-flow > div:nth-child(7):after, .access-flow > div:nth-child(8):after {
		content: none;
	}
	.media_image_flex_box {
		display: block;
	}
	.headerCaption {
		text-align: center;
	}
}
} @media (max-width: 767px) {
	.drawer-nav .sidebar-head-title { font-size: 1.2em;
	border-left: solid 4px #005c17;
	line-height: 1em;
	padding-left: 0.5em;
	color: #005c17;
	background: #e5eee7;
	border-bottom: solid 1px #dedede;
	display: block;
}
.related-article-list>div {
	width: 100%;
}
} .related-article-list {
	display:flex;
	flex-wrap:wrap;
	gap:16px;
}
@media (min-width: 768px) {
	.related-article-list > div {
		width: calc(33.333% - 11px);
		margin: 0;
	}
}
