@charset "UTF-8";
/* CSS Document */



.shisetsu-contents1 {
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 10px;
}
@media screen and (max-width:950px) {
	.shisetsu-contents1 {
		max-width: 460px;
		width: 100%;
		display: block;
	}
}

.shisetsu-p {
	max-width: 460px;
	width: 100%;
}
@media screen and (max-width:950px) {
	.shisetsu-p img {
		max-width: 100%;
	}
	.shisetsu-p {
		margin-bottom: 20px;
	}
}

.shisetsu-info {
	max-width: 460px;
	width: 100%;
}

.shisetsu-info p {
	font-size: 1.1em;
	padding: 10px;
	border-bottom: 1px solid #0068b7;
	font-feature-settings: "palt";
}
@media screen and (max-width:500px) {
	.shisetsu-info p {
		font-size: 0.8em;
	}
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 45%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}




h3 {
	font-size: 25px;
	margin-bottom: 20px;
}
@media screen and (max-width:500px) {
	h3 {
		font-size: 15px;
	}
}

h3 span {
	font-size: 20px;
}
@media screen and (max-width:500px) {
	h3 span {
		font-size: 13px;
	}
}


.shisetsu-contents2 {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	margin-top: 50px;
	padding: 10px;
}
@media screen and (max-width:490px) {
	.shisetsu-contents2 {
		font-size: 0.8em;
	}
}

.shisetsu-contents2 table {
	width: 100%;
}

.bg-blue1 {
	background-color: #0068b7;
	color: #fff;
	padding: 15px;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
}

.bg-blue2 {
	background-color: #2990d0;
	color: #fff;
	padding: 15px;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
}

.shisetsu-contents2 td {
	background-color: #d3def1;
	color: #0068b7;
	padding: 15px;
	text-align: right;
	border: 1px solid #fff;
	vertical-align: middle;
}


h4 {
	font-size: 25px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 50px;
}
@media screen and (max-width:500px) {
	h4 {
		font-size: 15px;
	}
}

.cale {
	height: 0;
	overflow: hidden;
	padding-bottom: 80%;
	position: relative;
}
.cale iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.cale-btn {
	text-align: center;
	margin-top: 20px;
	text-decoration: underline;
}
@media screen and (max-width:500px) {
	.cale-btn {
		font-size: 0.9em;
	}
}



























