@charset "UTF-8";
/* Scss Document */
/*--------------------------------------

Fonts book

----------------------------------------*/
/*------------------------------------------------------------------------
全体スタイル
------------------------------------------------------------------------*/
img {
  width: 100%;
  vertical-align: top; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #555555;
  line-height: 1.8em;
  background: url("../img/background.png");
  min-width: 320px;
  -webkit-text-size-adjust: 100%; }

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff3f7;
  z-index: 12000; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 45%;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-left: 0px;
  text-align: center;
  color: #fff;
  z-index: 12001; }

#overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 999; }

header {
  background: url("../img/top_header_bg.png");
  padding: 3% 5% 5% 5%;
  border-bottom: 1px solid #c1c1b2; }
  header #h_wrapper {
    margin: 0 auto; }
    header #h_wrapper .title {
      font-size: 91%;
      color: #b6b6ab; }
    header #h_wrapper #logo {
      margin: 0px 0 0 0;
      float: left;
      width: 87px; }
    header #h_wrapper #header_menu {
      width: 9%;
      margin-top: 5px;
      float: right; }
    header #h_wrapper #globalNavi_sp {
      opacity: 0;
      position: fixed;
      top: 0;
      right: -100%;
      background-color: #fff;
      width: 80%;
      height: 100%;
      overflow: auto;
      z-index: 9999; }
      header #h_wrapper #globalNavi_sp ul li {
        padding: 0 5%;
        border-bottom: 1px dotted #7c7b77; }
        header #h_wrapper #globalNavi_sp ul li a {
          font-size: 125%;
          font-weight: bold;
          color: #7f7f7f;
          background: url("../img/icn_under.png") no-repeat left;
          padding: 15px 0 15px 15px;
          display: block; }
        header #h_wrapper #globalNavi_sp ul li:last-child {
          border-right: 1px solid #e4e4d9; }
          header #globalNavi{
            display: none;
          }

footer {
  margin: 5% 0 0 0;
  background: url("../img/top_header_bg.png");
  padding: 3% 5% 5%;
  border-top: 1px solid #c1c1b2; }
  footer #f_wrapper .f_block #f_menu ul li {
    border-bottom: 1px dotted #fff; }
    footer #f_wrapper .f_block #f_menu ul li:last-child {
      border-right: none; }
    footer #f_wrapper .f_block #f_menu ul li a {
      font-size: 125%;
      font-weight: bold;
      color: #fff;
      background: url("../img/icn_arrow02.png") no-repeat left;
      padding: 15px 0 15px 15px;
      display: block; }
  footer #f_wrapper .f_block img {
    width: 40%;
    margin: 15px 0 10px; }
  footer #f_wrapper .f_block .copyright {
    font-size: 83%;
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 130%; }

.left_bg {
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0.8; }

.right_bg {
  position: absolute;
  bottom: 0px;
  right: 0;
  opacity: 0.8; }

/*------------------------------------------------------------------------
ブロック
------------------------------------------------------------------------*/
#wrapper {
  padding: 5%; }

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.ggmap iframe, object, embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*------------------------------------------------------------------------
タブ
------------------------------------------------------------------------*/
.tabs input[type=radio] {
  position: absolute;
  z-index: -9999; }

.tabs {
  width: 288px;
  height: 480px;
  float: none;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 60px auto 0; }

.tabs li {
  float: left; }

.tabs label {
  display: block;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: bold;
  background: #3765a3;
  font-size: 133%;
  position: relative;
  top: 0px; }

.tabs label:hover {
  background: rgba(255, 255, 255, 0.5);
  top: 0; }

[id^=tab]:checked + label {
  background: #fff;
  color: #3765a3;
  top: 0; }

[id^=tab]:checked ~ [id^=tab-content] {
  display: block; }

.tab-content {
  z-index: 2;
  display: none;
  text-align: left;
  width: 100%;
  height: 430px;
  line-height: 140%;
  padding-top: 10px;
  background: #fff;
  padding: 15px;
  color: white;
  position: absolute;
  top: 30px;
  width: 287px;
  left: 0; }

/*# sourceMappingURL=sp_style_top.css.map */
