@charset "UTF-8";

/*.section*/
.section {
	padding:6em 0;
	text-align:center;
}

.section .title {
	font-size:240%;
}

.section .title h2 {
	display:inline;
	letter-spacing:.05em;
	font-weight:500;
	font-family:futura-pt,"游ゴシック",YuGothic,sans-serif;
}

.section .title span {
	font-size:80%;
	font-family:sans-serif;
}

.section p {
	padding-top:3em;
	padding-left:.15em;
	letter-spacing:.15em;
	font-size:95%;
	line-height:2.6;
}

@media screen and (max-width:768px) {
	.section {
		padding:4em 0;
	}
	
	.section p {
		padding-top:2em;
	}
}

/*.profile*/
.profile .table {
	margin:0 auto;
	padding-top:3em;
	max-width:665px;
	width:100%;
}

.profile table {
	width:100%;
}

.profile table th,.profile table td {
	border-top:1px solid #ddd;
	vertical-align:middle;
	text-align:left;
	letter-spacing:.15em;
	font-size:95%;
}

.profile table tr:first-child th,.profile table tr:first-child td {
	padding-top:1em;
	border-top:none;
}

.profile table th {
	padding:2em;
	white-space:nowrap;
}

.profile table td {
	padding:2em 0 2em 2em;
}

.profile table tr:last-child th,.profile table tr:last-child td {
	padding-bottom:0;
}

@media screen and (max-width:768px) {
	.profile .table {
		padding-top:1.5em;
	}
	
	.profile table tr:first-child th,.profile table tr:first-child td {
		padding-top:.5em;
	}
	
	.profile table th {
		padding:1em;
		white-space:nowrap;
	}
	
	.profile table td {
		padding:1em 0 1em 1em;
	}
	
	.profile table tr:last-child th,.profile table tr:last-child td {
		padding-bottom:0;
	}
}

/*.map*/
.map p {
	padding-bottom:2em;
	line-height:2;
}

.map a {
	display:inline-block;
	margin-bottom:1.5em;
	padding:0 .5em;
	border-bottom:1px solid #999;
	color:#999;
	font-size:90%;
}

.view_pc .map a {
	transition:color .3s,border-bottom-color .3s;
}

.view_pc .map a:hover {
	border-bottom-color:#000;
	color:#000;
}

.map img {
	display:block;
	margin:0 auto;
	max-width:643px;
	height:auto;
}
