@charset 'UTF-8';

main > img:first-child {
	width:100%;
	height:auto;
	margin:0 auto;
}

#info .container,
#other .container,
.facility {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#info .container > div:first-child,
#other .container > div:first-child {
	width:55%;
}
#info .container > div:last-child,
#other .container > div:last-child {
	width:40%;
}

table {
	width:100%;
	font-size:160%;
}
th,td {
	border-left:1px solid #70922a;
	border-top:1px solid #70922a;
	padding:5px 10px;
}
th {
	color:#fff;
	font-weight:400;
	background-color:#8fc31f;
}
th:last-child,td:last-child {
	border-right:1px solid #70922a;
}
tbody tr:last-child td {
	text-align:right;
	border-left:none;
	border-right:none;
	padding:0;
}

#info ul {
	margin:0 0 20px;
}
#info li {
	border:1px solid #e6eae3;
	border-radius:10px;
	margin-bottom:1em;
}
#info li a,
#info li a:visited,
#info li a:hover {
	position:relative;
	display:block;
	text-decoration:none;
	font-weight:400;
	padding:1em 3em 1em 1em;
}
#info li a:before {
	content:'\f591';
	position:absolute;
	top:50%;
	right:.5em;
	transform: translateY(-50%);
	font-size:160%;
	font-weight:100;
	color:#0075c2;
	font-family:Material Symbols Outlined;
}
#info li a p {
	text-align:left;
	font-size:100%;
	line-height:1.5;
	margin:0;
}
#info li a p span {
	display:inline-block;
	font-size:90%;
	color:#222;
}
#info li a p span.date {
	color:#fff;
	background-color:#8fc31f;
	border-radius:5px;
	padding:0 5px;
}
#info li a h3 {
	color:#0075c2;
}
#info li a h3+p {
	color:#222;
	margin:0;
}

.specialist h3 {
	font-size:200%;
	color:#0075c2;
	line-height:1.2;
	border-left:4px solid #0075c2;
	padding:0 5px;
	margin-bottom:10px;
}
.specialist ul,
.mi ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.specialist li {
	width:49%;
	text-align:center;
	border:1px solid #e6eae3;
	border-radius:5px;
	padding:.5em;
}
.specialist li:nth-child(-n+2) {
	margin-bottom:5px;
}
.mi {
	margin:5% 0;
}
.mi p a,
.mi p a:visited,
.mi p a:hover {
	color:#0075c2;
	font-weight:600;
	text-decoration:underline;
}
.mi p a:hover {
	text-decoration:none;
}
.mi ul {
	margin-bottom:20px;
}
.mi li {
	width:32%;
	text-align:center;
	border-bottom:1px dashed #e6eae3;
	padding:.5	em 0;
}

.access span {
	color:#0075c2;
	font-weight:600;
}
#other iframe {
	 border:0;
	 width:100%;
	 height:500px;
}
.facility {
	text-align:center;
	font-size:140%;
	line-height:1.3;
}
.facility li {
	width:49%;
	margin-bottom:1em;
}
.facility li img {
	border-radius:10px;
	margin-bottom:5px;
}

#attention ul {
	border:1px solid #e6eae3;
	border-radius:10px;
	padding:1em;
}
#attention li {
	margin-top:10px;
}
#attention li h3 {
	background-color:#e6eae3;
	border-radius:5px;
	padding:0 5px;
}

@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 600px) {
	#info .container,
	#other .container {
		display:block;
	}
	#info .container > div:first-child,
	#other .container > div:first-child,
	#info .container > div:last-child,
	#other .container > div:last-child {
		width:100%;
	}
	#info li a h3 {
		line-height:1.3;
		margin-top:5px;
	}
	#info .container > div:last-child,
	#other .container > div:last-child {
		margin-top:2em;
	}
	th, td {
		padding:2px;
	}
	.specialist li {
		width:100%;
	}
	.specialist li {
		margin-bottom:5px;
	}
}
@media only screen and (max-width: 321px) {
}