@charset "UTF-8";
/* Scss Document */
/*--------------------------------------

Fonts book

----------------------------------------*/
/*------------------------------------------------------------------------
全体スタイル
------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

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: 160%;
  min-width: 1100px;
  height: 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; }

header {
  background: url("../img/top_header_bg.png");
  padding: 15px 0 25px 0;
  border-bottom: 1px solid #c1c1b2; }
  header #h_wrapper {
    /*width: 1000px;*/
    width: 1000px;
    margin: 0 auto; }
    header #h_wrapper .title {
      font-size: 91%;
      color: #b6b6ab; }
    header #h_wrapper #logo {
      margin: 10px 0 0 0;
      float: left;
      width: 114px; }

      
@media screen and (min-width:1000px) { 

      header #globalNavi_sp{
        display: none
      }
    header #h_wrapper #header_menu {
      display: none; }
      /*
    header #h_wrapper #globalNavi {
      float: left;
      padding: 16px 0 0 0;
      margin: 0 0 0 25px; }
      header #h_wrapper #globalNavi ul li {
        border-left: 1px solid #e4e4d9;
        float: left;
        padding: 0 25px; }
        header #h_wrapper #globalNavi ul li:last-child {
          border-right: 1px solid #e4e4d9; }
          */
  header #h_wrapper #globalNavi{
        padding: 16px 0 0 0;
        /*margin: 0 0 0 25px;  */
        margin: 0;
  }
  header #h_wrapper #globalNavi ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
        margin: 0; 
        padding: 0; 
  }
  header #h_wrapper #globalNavi ul li{
    border-right: 1px solid #fff;
    padding: 0;
    position: relative;
  }
  header #h_wrapper #globalNavi ul li:first-of-type::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #fff;
    height: 100%;
    width: 1px;
  }
  header #h_wrapper #globalNavi ul li a{
    display: block;
    padding: 8px 13px;
    color: #fff;
    text-decoration: none;
  font-family: "Hannari", serif !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.1em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    webkit-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    transition: all  0.3s ease;
  }
  header #h_wrapper #globalNavi ul li a span{
    display: block;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 10px;
    letter-spacing: -0.04em;
    margin-top: 4px;
  }
  header #h_wrapper #globalNavi ul li a:hover{
    color: #F62569;
  }
  header #h_wrapper #globalNavi ul li a:hover span{
    color: #fff;
  }
}

footer {
  margin: 90px 0 0 0;
  background: url("../img/top_header_bg.png");
  padding: 35px 0px;
  border-top: 1px solid #c1c1b2; }
  footer #f_wrapper {
    width: 1000px;
    margin: 0 auto; }
    footer #f_wrapper #footer_logo {
      float: left; }
    footer #f_wrapper .f_block {
      float: right; }
      footer #f_wrapper .f_block #f_menu ul li {
        float: left;
        border-right: 1px solid #fff;
        padding: 0px 10px; }
        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: 100%;
          color: #fff; }
      footer #f_wrapper .f_block .copyright {
        font-size: 83%;
        color: #fff;
        text-align: right;
        margin: 25px 0 0 0; }

/*------------------------------------------------------------------------
ブロック
------------------------------------------------------------------------*/
#wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  #wrapper #site_logo {
    width: 414px;
    height: 358px;
    margin: 100px auto; }

#left_top {
  position: absolute;
  top: 60px;
  left: 0; }

#right_top {
  position: absolute;
  bottom: 60px;
  right: 0px; }

/*------------------------------------------------------------------------
タブ
------------------------------------------------------------------------*/
.tabs input[type=radio] {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.tabs {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

.tabs li {
  float: left;
  margin: 0 6px 0 0; }

.tabs li:last-child {
  margin: 0px; }

.tabs label {
  display: none; }

.tab-content {
  display: block;
  width: 245px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

/*# sourceMappingURL=style_top.css.map */

@media screen and (min-width:642px) and ( max-width:1000px) { 
  header #h_wrapper {
    /*width: 1000px;*/
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
  }
  header #h_wrapper #header_menu {
    width: 9%;
    float: right;
    display: block !important;
  }
  header #h_wrapper #globalNavi{
    display: none;
  }  
  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; }
  #overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
  }
}
