
@charset "UTF-8";


h1 a{
	display: inline-block;
	font-size: 27px;
	color: #fff;
	background-color: rgba(255,255,255,0);
	margin: 0 50px;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

h1 a:after{
	content: "＞";
	position: relative;
	display: inline-block;
	left: 0px;
	margin-left: 10px;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

h1 a:hover{
	/*background-color: rgba(255,255,255,0.3);*/
	text-decoration: none;
}

h1 a:hover:after{
	left: 5px;
}

h1 hr{
	width: 700px;
	margin: 20px auto 20px;
}

div.gaiyou{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url(../img/about/2.jpg);
}

table.gaiyou{
	float: right;
	background-color: rgba(255,255,255,0.8);
	border-collapse: collapse;
}

table.gaiyou th,
table.gaiyou td{
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #bdbdbd;
}

table.gaiyou th{
	text-align: center;
	width: 210px;
}

table.gaiyou td{
	text-align: left;
	padding: 10px 30px;
	border: 1px solid #bdbdbd;
}

div.enkaku{
	width: 700px;
	margin: 0 auto 100px;
}

div.enkaku table{
	width: 700px;
	border-collapse: collapse;
}

div.enkaku table td{
	vertical-align: middle;
	text-align: center;
}

div.enkaku hr{
	border: 0;
	border-bottom: 1px solid #696969;
	margin: 50px 0;
}

.access_map iframe{
	width: 100%;
	height: 700px;
}



/* PC向け ******************************************************************************************* */

@media (min-width: 521px) and (orientation: portrait), (min-width: 741px) and (orientation: landscape) {

}


/* スマホ向け **************************************************************************************** */

@media (max-width: 520px) and (orientation: portrait), (max-width: 740px) and (orientation: landscape) {
	h1 hr{
		width: 90%;
		margin: 20px auto 20px;
	}

	h1 a{
		display: inline-block;
		font-size: 5.5vw;
	}

	div.gaiyou{
		background-size: cover;
		background-position: 50%;
	}

	table.gaiyou td{
		padding: 10px 20px;
	}

	div.enkaku{
		width: 100%;
		margin: 0 auto 100px;
	}

	div.enkaku table{
		width: 100%;
	}

	div.enkaku table td{
		display: block;
		padding: 0 10vw;
	}

	div.enkaku table td p{
		text-align: left;
	}

	div.enkaku hr{
		width: 90%;
		margin: 7vw auto;
	}

	.access_map iframe{
		height: 100vmin;
	}
}





