@charset "utf-8";
/* CSS Document */
#main{
	width:880px;
	margin:0 auto;
	padding:10px;
}

.main2{
	width:880px;
	margin:1em auto;
	padding:10px;
	text-align:center;
}
.main2 iframe{
	width:600px;
	height:600px;
  aspect-ratio: 1/1;
}

#gmap2{display:none;}

#cont1{
	width:880px;
	margin:0 auto;
	padding-bottom:0;
}

#info_main{
	width:880px;
	height:332px;
	background-image:url(../img/etc/access_back.png);
	position:relative;
	}

#info_main_txt{
	position:absolute;
	top:1.2em;
	left:1.2em;
	width:820px;
	height:194px;
	line-height:1.2;
}

dl#info_main_txt dl,dt,dd {
	margin: 0;
	padding: 0;
}

.dl{
	width:100%;
	font-size:1.4em;
	margin:0;
	position: relative;
}

.dt {
	width:260px;
	float: left;
}

.dd {
	width:560px;
	float: right;
}

#info_main_txt img {
	margin-top: 5px;
}

.infotxt_m{
	line-height:1.2;
	display:block;
	margin-bottom: 5px;
}


@media screen and (max-width:960px) {
#main{
	width:95%;
	margin:0 auto;
	padding:10px;
	}
#info_main{
	width:80%;
	height:auto;
	margin:0 auto;
	background-image:none;
	position:relative;
	border: solid 1px #3C8B3C;
	padding-bottom:1.5em;
	}

#info_main::before,
#info_main::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}

#info_main::before {
  top: -1px;
  bottom: -1px;
  left: 1em;
  right: 1em;
}

#info_main::after {
  top: 1em;
  bottom: 1em;
  left: -1px;
  right: -1px;
}

#info_main div {
  position: relative;
  z-index: 1;
}
#info_main_txt{
	position:static;
	top:0.5em;
	left:0;
	width:100%;
	height:auto;
	line-height:1.2;
}

.dl{
	width:95%;
	font-size:1.1em;
	margin:0 auto;
	position: relative;
	}

.dt {
	width:200px;
	float: left;
	}

.dd {
	width:85%;
	float: right;
	}
.main2{
	width:95%;
	height:auto;
	margin:1em auto;
	text-align:center;
}
.main2 iframe{
	width:80%;
	height: auto;
	aspect-ratio:1/1;
	margin:0 auto;
	}
}
@media screen and (max-width:520px) {
#info_main{
	width:95%;
	}

.dl{
	font-size:1em;
	}
	
#gmap1{display:none;}
#gmap2{display:block;}
.main2 iframe{
	width:90%;
	height: auto;
	aspect-ratio:1/1;
	margin:0 auto;
	}
}