@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.cont_inner {
	/*max-width: 960px;*/
}

.nara100 {
	font-size: 120%;
}

.access_map {
	max-width: 960px;
	height: 568px;
	margin: 0 auto;
	border: 1px solid #ccc;
}
.gmap {
	position: relative;
	padding-bottom: 59%;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.btn_map {
	max-width: 240px;
	margin:  40px auto 0;
}
.btn_map a {
	display: block;
	background: #666;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 8px 0;
	text-decoration: none;
	border-radius: 100px;
}
.btn_map a:hover {
	opacity: 0.7;
}

.git {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}

.access__hall{
	display: flex;
	justify-content: center;
}

.access__hall img{
	width: 66%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.access_map {
	width: 100%;
	height: auto;
}
.gmap {
	padding-bottom: 65%;
}
}
@media screen and (max-width: 767px) {
.access_map {
	width: 100%;
	height: auto;
}
.gmap {
	padding-bottom: 100%;
}
.access__hall{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 20px;
}
.access__hall img{
	width: 100%;
}
.access__hall img:first-child{
	margin-bottom: 20px;
}
.nara100__thumb{
	margin-bottom: 20px;
}
.git {
	flex-wrap: wrap;
	gap: 20px;
}
}



