@charset "utf-8";

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
about
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section#about {
	width: 100%;
}

	section#about > h1 {
		background-color: rgba(0,85,115,0.2);
		padding: 70px 0;
	}
	
		section#about > h1 > img {
			display: block;
			width: calc(100% - 20px);
			max-width: 336px;
			margin: 0 auto;
		}
	
	
	section#about > table {
		table-layout: fixed;
		border-collapse: collapse;
		width: calc(100% - 20px);
		max-width: 850px;
		margin: 20px auto 0;
	}
	
		section#about > table caption {
			font-size: 1.8em;
			padding: 10px 5px;
		}
		
		section#about > table th,
		section#about > table td {
			border: 1px #67729b solid;
			font-size: 1.2em;
			box-sizing: border-box;
			letter-spacing: 0.05em;
			text-indent: 0.05em;
			line-height: 2.0em;
		}
		
		section#about > table th {
			width: 150px;
			padding: 16px 10px;
			text-align: center;
			vertical-align: top;
			border-left: none;
		}
		
		section#about > table td {
			padding: 16px 45px;
			border-right: none;
		}
		
		section#about > table tr:first-child th,
		section#about > table tr:first-child td,
		section#about > table tr:last-child th,
		section#about > table tr:last-child td {
			padding: 0;
			height: 10px;
		}
		
		section#about > table tr:first-child th {
			border-top: none;
		}
		
		section#about > table tr:first-child td {
			border-top: none;
		}
		
		section#about > table tr:last-child th {
			border-bottom: none;
		}
		
		section#about > table tr:last-child td {
			border-bottom: none;
		}
		
		
			section#about > table td > div + div {
				margin: 50px auto 0;
			}
			
				section#about > table td > div > p {
					margin-left: 90px;
				}
				
				section#about > table td > div > p:first-child {
					margin-left: 0;
				}
				
					section#about > table td > div > p > span {
						display: inline-block;
					}
					
					section#about > table td > div > p > span.dash {
						margin: 0 5px;
					}
					
					section#about > table td > div > p:first-child > span:first-child::before {
						content: '○　'
					}
					
						section#about > table td > div > p > span > br {
							display: none;
						}
	


@media screen and (max-width: 850px) {
			section#about > table td > div > p {
				margin-left: 0;
			}
			
				section#about > table td > div > p > span {
					display: block;
				}
			
				section#about > table td > div > p > span.dash {
					display: none;
				}
				
						section#about > table td > div > p > span > br {
							display: inline;
						}
}

@media screen and (max-width: 750px) {
		section#about > table caption {
			font-size: 1.5em;
		}
			
		section#about > table th,
		section#about > table td {
			font-size: 1.0em;
		}
}
@media screen and (max-width: 450px) {
		section#about > table th {
			width: 80px;
			padding: 16px 10px;
			text-align: center;
			vertical-align: top;
			border-left: none;
		}
		
		section#about > table td {
			padding: 16px 20px;
			border-right: none;
		}
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
access
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section#access {
	width: calc(850px + calc(50% - 425px));
	margin: 20px 0 0 auto;
	padding: 20px 0 0;
	position: relative;
}

	section#access > h3 {
		position: relative;
	}
	
	section#access > h3::before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #005773;
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
		z-index: -1;
	}
	
		section#access > h3 > p {
			display: inline-block;
			background-color: #fff;
			border-right: 1px #005773 solid;
			font-size: 1.2em;
			letter-spacing: 0.05em;
			text-indent: 0.05em;
			line-height: 1.0em;
			padding: 12px 30px 0 0;
			position: relative;
		}
		
		section#access > h3 > p::after {
			content: '';
			display: block;
			width: 1px;
			height: 100%;
			background-color: #005773;
			position: absolute;
			right: 5px;
			top: 0;
		}
	
	section#access > p {
		width: calc(100% - 320px);
		max-width: 530px;
		margin: 10px 0 0 20px;
		font-size: 1.2em;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		box-sizing: border-box;
	}
	
	section#access > h3 + p {
		margin-top: 25px;
	}
	
	section#access > p.circle::before {
		content: '● ';
		color: #005773;
	}
	
	section > img {
		position: absolute;
		left: 600px;
		top: 0;
		width: 100%;
		max-width: 300px;
	}
	
	iframe#gmap {
		width: 100%;
		max-width: 710px;
		display: block;
		margin: 60px auto;
	}
	
@media screen and (max-width: 960px) {
section#access {
	width: calc(100% - 20px);
	margin: 20px auto 0;
}	

	section > img {
		left: auto;
		right: 0;
		max-width: 240px;
	}
}

@media screen and (max-width: 750px) {
	section#access > p {
		width: 100%;
		max-width: 100%;
		margin: 10px 0 0;
		font-size: 1.0em;
	}
	
	section > img {
		position: relative;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		max-width: 300px;
		margin: 30px auto 0;
	}
}