@charset "UTF-8";

/*
	カスタマイズ用クラス

	自由にCSSを設定してください。
	
	※このCSSで定義したクラスは、CMS管理画面でのページ編集においても利用できます。
	※編集後はブラウザリロードしてください。
*/

/* 4 locotime css */

/* Footer Navi */
#fns-nav {
	z-index: 9999;
	position: fixed;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	  /*	background-color: #333;
		  color: #fff;
	  */
}
.fns-inner {
	width: 960px;
	margin: 0 auto;
}
#fns-nav ul {
	float: left;
}
#fns-nav li {
	display: inline;
	margin-left: 2em;
	line-height: 50px;
}

/* Go to Top */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 3.2rem;
   /* background: #ef3f98; */
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
   /* color: #fff;  */
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*map*/
.g_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.g_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
