@charset "utf-8";
/* CSS Document */
/*Google Fonts*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../font/MaterialIcons-Regular.woff2) format('woff2'), url(../font/MaterialIcons-Regular.woff) format('woff'), url(../font/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*Google Fonts*/
/*枠*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body > .container {
  height: auto;
}
.body {
  margin: 0;
  padding: 0;
  background-color: #EEE;
  font-size: 16px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.container {
  width: 80%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
}
#contents {
  margin-top: 10px;
  padding: 10px 80px 10px 80px;
  background: #FFFFFF;
}
/*メニュ－*/
.logo {
  width: 98%;
  padding: 1%;
}
.gnav__menu {
  display: flex;
  width: 100%;
  background-color: #FFF;
}
.gnav__menu__item {
  display: block;
  width: 25%;
  text-align: center;
  padding-top: 5px;
}
.gnav__menu__item a {
  color: #333;
  text-decoration: none;
}
ul.gnav__menu {
  list-style-type: none;
  font-size: 14px;
  margin-left: 0;
  padding-left: 0;
}
/*メニュ－ここまで*/
/*フッター*/
#footer_conts {
  background: #FFFFFF;
  font-size: 0.93em;
  font-weight: normal;
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  text-align: center;
}
#s-footer-menu {
  display: none;
}
/*タブレット*/

@media screen and (min-width: 726px) and (max-width: 981px) {
	
#contents {
  margin-top: 10px;
  padding: 0px;
  background: #FFFFFF;
}
	
 .body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    background: #FFFFFF;
  }
   .gnav__menu__item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: thin solid #BBBBBB;
  }
  #s-footer-menu {
    display: none;
  }
}


/*携帯*/
@media screen and (max-width:725px) {
#contents {
  margin-top: 10px;
  padding: 5px;
  background: #FFFFFF;
}
 .body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    background: #FFFFFF;
  }
	
.container{
    width: 100%;
    margin-top:0;
    margin-left:0;
}
.logo{
	background-color:#333;
}	
#footer_conts{
		padding-top:0;	
		margin-bottom:100px;
	
	}
#top-menu{
      display:none;
      background: #FFF;
    }

#s-footer-menu{
	display: block; 
    background-color:#333;
    position: fixed;
    width: 100%;
    left:0;
    bottom: 0;
    font-size: 0;
    pading:0;
    z-index: 99;

}
	
.gnav__menu{
	background-color:#333;
}

.gnav__menu__item a{
    color: #FFF;
    text-decoration: none;
}

	
	
}