@charset "utf-8";

/*ロゴフォント*/
@font-face {
  font-family: 'icon_font';
  src:url('../fonts/icon_font.eot?44keox');
  src:url('../fonts/icon_font.eot?#iefix44keox') format('embedded-opentype'),
    url('../fonts/icon_font.ttf?44keox') format('truetype'),
    url('../fonts/icon_font.woff?44keox') format('woff'),
    url('../fonts/icon_font.svg?44keox#icon_font') format('svg');
  font-weight: normal;
  font-style: normal;
} 
[class^="icon_"], [class*=" icon_"] {
  font-family: 'icon_font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_logo_sora:before {
	content: "\e605";
}
/* setting */
body{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 
  sans-serif;
  width:100%;
  height:100%;
  font-size:15px;
  color:#5a5a5a;
  line-height:1.8
}
a{ text-decoration:none;  outline:none}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body, html {
  height: 100%;
  width: 100%;
  min-width: 315px;
}
h1, h2 {
  font-weight: bold;
}

#container {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
#main-content, #main-content-container {
  margin: 0 auto;
  width:100%;
}
#main-content-inner {
  width:100%;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 6em;
  text-align:center;
}

/* header */
header {
  width: 100%;
  height: 100px;
  padding: 25px 56px 0;
}
header h1 {
  float: left;
  color: #fff;
  font-size: 50px;
  line-height:0;
}
header h1 span.logo {
  font-size: 0;
}
header h1 a{
	color:#fff !important;
}
header.gnavi {
  padding-top: 15px;
  height: 70px;
  background: rgba(46,46,46,1);
}
header.gnavi h1 {
  font-size: 45px;
}
@media only screen and (max-width: 920px) {
header {
  padding: 25px 16px 0;
}
}
@media only screen and (max-width: 667px) {
header {
  height: 50px;
  padding: 0;
}
header h1 {
  font-size: 30px;
  padding: 10px 0 0 24px;
}

header.gnavi{
  padding-top: 0px;
  height:45px;
}
header.gnavi h1 {
  font-size: 25px;
}
}
/* footer */
footer {
  position: absolute;
  bottom: 0;
  height: 6em;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: #2e2e2e;
}