@charset "UTF-8";

/* iframe埋め込み */
.iframe_map {
	position: relative;
	width: 100%; 
	height: 0; 
	margin: 0.5rem auto 2rem ; 
	padding: 0 0 75%; /* 4：3比率-75％　16：9比率-56.25％ */
}
.iframe_map iframe {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	top: 0; 
	border: 0; 
	display: block; 
}

/* 住所etc... */
table {
	width: 100%; 
	border-collapse: collapse;
	line-height: 1.6; 
}
th {
	width: 6em; 
	border: solid 1px rgb(153,153,153);
	background: rgb(227,233,255); 
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	font-weight: normal; 
	white-space: nowrap; 
}
td {
	border: solid 1px rgb(153,153,153);
	padding: 0.5em 1em;
	text-align: left;
	vertical-align: middle;
}

/* バーチャルツアーサムネイルページ */
.vr_access p {
	margin-top: 0.5rem; 
	line-height: 1.6;
}
.vr_access .col2 {
	max-width: 100%; 
}
.vr_access .col2 img {
	border: solid 1px rgb(153,153,153); 
}

/* バーチャルツアー導入リンク */
.vr_tour {
	display: block; 
	width: 100%; 
	margin: 1rem 0 0; 
	padding: 1rem; 
	background: rgb(204,32,0); 
}
.vr_tour p {
	text-align: center; 
	line-height: 1.6; 
	font-size: 1.2rem; 
	font-weight: bold; 
	color: white; 
}
.vr_tour p i {
	margin-left: 0.75rem; 
	color: white; 
}
.vr_tour:hover {
	text-decoration: none; 
}

area {
	border: none;
	outline: none;
}
.scene_select {
	display: flex; flex-wrap: 
	wrap; justify-content: center; 
	// max-width: 640px; 
	margin: 0 auto; 
}
.scene_select a div {
	width: 0.75em; 
	height: 0.75em; 
	margin: 1em 0.5em 0; 
	background: rgb(204,204,204); 
}
.scene_select a .current {
	background: rgb(204,0,0); 
}
.imageMap div {
	margin: 0 auto; 
}
.linkArrow a {
	position: absolute; 
	top: 50%; 
	color: white; 
	font-size: 2em; 
}
.linkArrow a:first-child {
	left: 2%; 
}
.linkArrow a:last-child {
	right: 2%; 
}
.linkArrow i {
	text-shadow: 0px 0px 12px rgb(102,102,102); 
}
.work h1,
.work p {
	margin: 0; 
	line-height: 1.6; 
}
.work article {
	margin: 1rem 0; 
}
.work_back {
	position: fixed; 
	top: 70%; left: 0; 
	z-index: 1; 
}
.work_back a {
	padding: 1em; 
	background: rgb(102,102,102); 
	color: white; 
	line-height: 1.6; 
	text-decoration: none; 
}
.work_back i {
	margin-right: 0.25em; 
}
.work div {
	text-align: center; 
}
video {
	max-width: 100%; 
}

#map_menu div {
	width: 100%; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
}
#map_menu div a {
	font-size: 90%; 
	margin: 0 1em; 
}
#map_menu div a:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: bold; 
	margin-right: 0.25em; 
	color: rgb(204,82,0); 
}
#map_menu .current {
	color: rgb(182,182,182);
	pointer-events: none; 
}
.num {
	position: absolute; 
	bottom: 0; 
	right: 0; 
	margin: 0 !important; 
	padding: 0.25em 1em; 
	background: rgb(51,51,51); 
	color: white; 
}

/* モーダル */
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	// max-width: 600px;
	padding: 16px;
	// background-color: #fff;
	z-index: 2;
}
.popup-inner img {
	position: relative; 
	// width: 100%;
	max-width: 100%; 
	max-height: 80vh; 
	left: 50%;
	top: 0;
	transform: translate(-50%,0%);
}
.close-btn {
	position: absolute;
	right: -16px;
	top: -2em;
	width: 3em;
	height: 3em;
	// line-height: 50px;
	text-align: center;
	color: white; 
	cursor: pointer;
}
.close-btn i {
	font-size: 24px;
	color: white;
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}

@media only screen and (min-width: 961px) {
.iframe_map {
	padding: 0 0 56.25%; /* 4：3比率-75％　16：9比率-56.25％ */
	}
}
