@charset "UTF-8";

.main_head {
	background-image: url("../about/img/outline/img-head.jpg");
}

.outline {
	margin-top: 80px;
}

.outline:first-child {
	margin-top: 0;
}

.outline_ttl {
	font-size: 22px;
	margin-bottom: 15px;
}

.outline_info {
	width: 100%;
}

.outline_info th,
.outline_info td {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px 15px;
}

.outline_info th {
	background: #eee;
	text-align: left;
}

.outline_info td {
}

.outline_map {
	position: relative;
}

.outline_map:before {
	content: "";
	display: block;
	padding-top: 400px;
}

.outline_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.outline_spot {
	margin-top: 2%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

.outline_spot.-col2 {
	justify-content: space-evenly;
}

.outline_spot_item {
	/* margin-left: 2%; */
	width: 32%;
}

.outline_spot_item:first-child {
	margin-left: 0;
}

.outline_spot_item figcaption {
	padding: 10px 0;
	text-align: center;
}

.outline_his {
}

.outline_his th,
.outline_his td {
	vertical-align: top;
	padding: 10px 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.outline_his th {
	text-align: left;
	white-space: nowrap;
}

.outline_his td {
}

.outline_his td.-month {
	text-align: right;
	white-space: nowrap;
}

/* for Tablet */
@media screen and (max-width:1030px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.main_head {
		background-image: url("../about/img/outline/img-head-sp.jpg");
	}

	.outline {
		margin-top: 40px;
	}

	.outline:first-child {
	}

	.outline_ttl {
		font-size: 20px;
	}

	.outline_info {
	}

	.outline_info th,
	.outline_info td {
		font-size: 13px;
		padding: 5px 10px;
	}

	.outline_info th {
		width: 7em;
	}

	.outline_info td {
	}

	.outline_map {
	}

	.outline_map:before {
		padding-top: 320px;
	}

	.outline_map iframe {
	}

	.outline_spot {
	}

	.outline_spot_item {
	}

	.outline_spot_item:first-child {
	}

	.outline_spot_item figcaption {
	}

	.outline_his {
	}

	.outline_his th,
	.outline_his td {
		font-size: 13px;
		padding: 10px 5px;
	}

	.outline_his th {
		white-space: nowrap;
	}

	.outline_his td {
	}

	.outline_his td.-month {
		white-space: nowrap;
		padding-left: 0;
	}

}

/* for Print */
@media print {
}
