@charset "UTF-8";
/* ------------------------------------
// footer
----------------------------------- */
/* footer */
footer{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:1vw 0;
	overflow:hidden;
	text-align:center;
	background-color:#009A9E;
	color:#fff;
	}

/* ftnav */
#ftnav {
	display:none!important;
	bottom: 0;
	left: 0;
	padding: 8px 1em;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10;
	background-color: #009A9E;
}
#ftnav dl {
  margin: 0 auto;
  max-width: 1000px;
}
#ftnav dt {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.1;
  margin-bottom: 0.4em;
}
#ftnav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
#ftnav ul li {
  width: 31%;
}
#ftnav ul li img{
  width: 100%;
}
#ftnav ul li a {
  border-radius: 0px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 0;
  padding: 0em 0em 0em;
  text-align: center;
}
#ftnav ul li:first-child a {
	color: #444;
	background-color: #fff;
}
#ftnav ul li:nth-child(2) a {
	color: #444;
	background-color: #fff;
}
#ftnav ul li:last-child a {
	color: #444;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
  #ftnav {
	display: block!important;
    padding: 2rem 1em;
  }
  #ftnav dt {
  font-size: 1.6rem;
  }
  #ftnav ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #ftnav {
    padding: 2rem 1em;
	display:block;
  }
  #ftnav dt {
  font-size: 2rem;
  }
  #ftnav ul li a {
    font-size: 2.2rem;
    padding:20px 0;
	border:solid 1px #ccc;
	border-radius:10px;
	padding:5vw 1vw;
	/*
	background-image: url(../img/ftnavi-back.png);	
	background-repeat: no-repeat;	
	background-position: left top;
	background-size:14px;  
	*/
  }
}






/*googlemap*/
.google-maps {
position: relative;
padding-bottom:30%!important;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
@media screen and (max-width: 767px) {
.google-maps {
position: relative;
padding-bottom:100%!important;
overflow: hidden;
}
}