@charset "utf-8";
/* CSS Document */
html,body{
	overflow-x:hidden;
  
}
main {
    font-family: "メイリオ", Meiryo, "メイリオ","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #000;
}
main a{
  color:#000;
  transition-duration: 0.3s;
}
main a:hover{
  opacity:0.7;
}
@font-face {
   font-family: KiwiMaru;
   font-display: swap;
   transform: rotate(0.001deg);
   src: url('/eatalk/font/KiwiMaru-Medium.woff')format('woff');
}
.kiwi{
   font-family: KiwiMaru;
   transform: rotate(0.001deg);
}
h1,h2,h3,h4,h5,h6{
   font-family: KiwiMaru;
  color:#000;
}
section{
  position:relative;
}
img{
	vertical-align:bottom;
  max-width:100%;
}
.inner {
    max-width: 990px;
}


/*------------------
TOPに戻るボタン
--------------------*/

#back-top {display:none!important;
  }


  #back_top {
             position: fixed;
             bottom: 3rem;
			 right:2rem;
			 z-index:9998;
			 display:none;
  }
  #back_top a {
             width: 5.1rem;
             display: block;
             text-decoration: none;
             color: #bbb;
  }
  #back_top a:hover {
             color: #000;
  }
  /* arrow icon (span tag) */
  #back_top span {
             width: 5.1rem;
             height: 5.1rem;
             display: block;
             background: url(../../img/btn_top.png) center center /contain no-repeat;
  }
	#back_top.fixed{
             bottom: 6rem;
	}


@media screen and (min-width: 768px) and (max-width: 990px) {
}




@media screen and (max-width: 767px) {
  
  /*------------------
TOPに戻るボタン
--------------------*/
#back_top {
    bottom: 8rem;
    right: 1rem;
}
	#back_top.fixed{
    bottom: 8rem;
	}

}

	
