@charset "UTF-8";

.top-background {
	margin: 0 auto 500px auto;
	position: relative;
	min-height: 100%;
}
.top-background-inner:before {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100vh;
	background-image: url(../pic/top-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	content:"";
	z-index: -1;
}
.top-text {
}
.top-link {
}
.top-link a {
	display: block;
	padding: 20px 10px 20px 10px;
	background: #80466C;
	border-radius: 15px;
	color: #FFFFFF;
}
.top-detail-box-saimoku {
}
.top-pic-box {
}
.top-pic-detail {
	float: left;
	width: 50%;
	letter-spacing: 2px;
	vertical-align: top;
}
.top-detail-box {
}
.top-detail-box-text {
}
.top-pic-dai img {
	width: 100%;
}
.top-detail-box-saimoku {
	float: left;
}
.top-pic {
}
.top-pic img {
	width: 100%;
}
.top-content-midashi {
}
.top-content-box {
}
.top-menu-link a {
	display: block;
	width: 80%;
	margin: 0 auto 8% auto;
	padding: 14px 10px 14px 10px;
	background: #6B395C;
	border-radius: 10px;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.top-menu-link a:hover {
	background: #4E2943;
}
.top-text-table {
	width: 80%;
	margin: 0 auto 2% auto;
	max-width: 500px;
}
table {
	width: 100%;
	background: #f1d382;
}
table tr td {
	padding: 10px 10px 10px 10px;
}
.top-table-midashi {
	width: 85px;
	white-space: nowrap;
}
.top-table-text {
	white-space: nowrap;
}
.top-traffic-detail {
	width: 100%;
	letter-spacing: 2px;
	vertical-align: top;
}
.top-googlemap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding: 0 0 50% 0;
	text-align: center;
}
.top-googlemap iframe {
	width: 100%;
	height: auto;
    aspect-ratio: 2 / 1;
	max-width: 1000px;
	position: absolute; 
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media (max-width: 999px) {
}

	/* tablet */
@media (max-width: 840px) {
	.top-googlemap {
	}
	.top-googlemap iframe {
		width: 100%;
		height: auto;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.top-background {
		margin: 0 auto 250px auto;
	}
	.top-background-inner:before {
		background-image: url(../pic/top-background-sp.jpg);
	}
	.top-detail-box-saimoku {
		float: none;
		width: 100%;
	}
	.top-detail-box-text {
		padding: 3% 0 0 0;
	}
	.top-pic-detail {
	}
	.top-pic-detail:nth-child(even) {
	}
	.top-menu-link {
		margin: 0 0 0 0;
	}
	.top-traffic-detail {
		width: 100%;
		margin: 0 0 4% 0;
	}
}
