@charset "utf-8";

div#main_contents > section > h1 {
	background-color: #cbddd6;
	font-size: 1.25em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 14px;
}

div#main_contents > section > h3 {
	border: 1px #9f0e15 solid;
	font-size: 1.25em;
	padding: 8px 20px;
	font-weight: 500;
	letter-spacing: 0.3em;
}

div#main_contents > section > h4 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 30px auto;
	letter-spacing: 0.1em;
}

div#main_contents > section > p {
	font-weight: 500;
	line-height: 2.1em;
	letter-spacing: 0.1em;
}

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

	section.about > img {
		margin: 10px 0 0;
		width: 100%;
	}
	
	div#main_contents > section.about > p {
		font-size: 0.85em;
		width: calc(100% - 40px);
		margin: 10px auto 0;
		line-height: 1.5em;
	}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
message
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section.message {
	margin: 35px 0 0;
}

	section.message > h4,
	section.message > p {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	div#main_contents > section > p.name {
		text-align: right;
	}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
detail
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section.detail {
	margin: 50px 0 0;
}

	section.detail > table {
		width: 100%;
		max-width: 590px;
		margin: 20px auto 0;
		border-collapse: ocllapse;
		border: 2px #666666 solid;
	}
	
		section.detail > table th {
			width: 120px;
			text-align: center;
			background-color: #b1ccc2;
			border: 1px #666666 solid;
			letter-spacing: 0.8em;
			text-indent: 0.8em;
		}
		
		section.detail > table td {
			padding: 6px 35px;
			border: 1px #666666 solid;
			letter-spacing: 0.1em;
		}
		
			section.detail > table td > br {
				display: none;
			}
		
	section.detail > dl {
		width: 100%;
		margin: 65px auto 0;
		font-size: 1.25em;
		background-image: url('../img/about_circle.svg');
		background-position: left top;
		background-size: 91px auto;
		background-repeat: no-repeat;
	}
	
	section.detail > dl + dl {
		margin: 80px auto 0;
	}
	
		section.detail > dl > dt {
			font-weight: 500;
			padding: 7px 0 0 55px;
		}
		
		section.detail > dl > dd {
			font-size: 1.25em;
			font-weight: 500;
			line-height: 2.2em;
			padding: 15px 0 0px 105px;
		}

@media screen and (max-width: 450px) {
	section.detail > table {
		font-size: 0.85em;
	}
	
		section.detail > table th {
			width: 100px;
		}
		
		section.detail > table td {
			padding: 6px 20px;
		}
			
			section.detail > table td > br {
				display: inline;
			}
			
			section.detail > table td > span {
				display: none;
			}
	
	section.detail > dl {
		font-size: 1.1em;
		background-size: 60px auto;
	}
	
		section.detail > dl > dt {
			padding: 0 0 0 35px;
		}
		
		section.detail > dl > dd {
			font-size: 1.1em;
			line-height: 1.75em;
			padding: 5px 0 0px 65px;
		}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
map
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section.map {
	margin: 55px 0 0;
}

	div#main_contents > section.map > h3 {
		border-right: none;
		border-left: none;
		border-bottom: none;
	}
	
	section.map > iframe {
		display: block;
		width: 100%;
		height: 540px;
		margin: 20px auto 85px;
	}
	

@media screen and (max-width: 750px) {
	section.map > iframe {
		height: 300px;
	}
}


