@charset "UTF-8";

.contents {
	text-align:center;
}

table.about {
	width:100%;
	border-collapse:collapse;
	margin-bottom: 45px;
	text-align:left;
}
table.about tr {
	border-bottom:1px solid #707070;
}
table.about th,
table.about td {
	line-height:1.6;
	font-weight:400;
	padding:.75em 2.5em;
}
table.about th {
	width:35%;
}

.contents .map {
	max-width:1100px;
	margin: 0 auto 60px;
}
.contents .map iframe {
	width:100%;
	height:320px;
}

.contents .link {
	width:100%;
	max-width:940px;
}
.contents .link a {
	width:calc(50% - 10px);
	max-width:360px;
	transition:.3s;
}
.contents .link a:hover {
	opacity:.75;
}
.contents .link a img {
	display:block;
	margin-bottom:15px;
}
#main .contents .link a p {
	position:relative;
	line-height:1.2;
	text-align:center;
	padding-right:1em;
}
#main .contents .link a p::after {
	font-family:oswald;
	text-align:center;
	font-weight:300;
	font-size:1.4em;
	content:'>';
	display:block;
	width:1em;
	height:1em;
	line-height:.7;
	color:#FFFFFF;
	background-color:#FA2778;
	border-radius:50%;
	position:absolute;
	right:.75em;
	top:50%;
	transform:translateY(-50%);
}

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

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

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

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

table.about {
	margin-bottom:30px;
}
table.about th,
table.about td {
	line-height:1.4;
	padding:.5em;

	font-size:1.4rem;
}
table.about th {
	width:6em;
}

.contents .map {
	margin-bottom:30px;
}
.contents .map iframe {
	height:240px;
}
.contents .link a {
	transition:0s;
}
.contents .link a:hover {
	opacity:1;
}
.contents .link a img {
	margin-bottom:10px;
}
#main .contents .link a p {
	text-align:left;
	padding-right:1em;
	font-size:1.3rem;
}
#main .contents .link a p::after {
	font-size:1.4em;
	line-height:.8;
	right:.25em;
}
	
}