@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
ul,li,dd,dt,dl{margin:0;padding:0;}
body{font-family: 'Noto Sans JP', sans-serif;}
.topimg{max-width:800px;width:100%;margin:0;}
.cnt_w{width:800px; margin:auto;padding-left:10px; padding-right:10px;}
img {
  max-width: 100%;
  height: auto;
}
.cntnt{margin:auto; width:100%; max-width:800px;}
.defhid{
	width:100%;
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.trunaper{
	width:100%;
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: .8s;
}
.sep_l{width:100%; background:url(../img/item1.png) repeat-x; height:14px;margin-top:2vw;margin-bottom:2vw;}
.cent{margin:auto; text-align:center;}
.m_t{margin-top:4vw;}
.m_b{margin-bottom:4vw;}
@media screen and (max-width: 700px) {
.m_t{margin-top:8vw;}
.m_b{margin-bottom:8vw;}
	}

.ggmap {
position: relative;
padding-bottom: 100%; // これが縦横比
height: 0;
overflow: hidden;
}
.ggmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}