@charset "UTF-8";
/*--Machida-Jiman designCSS -- 2014,08,23 Rel-ish yu-ki--*/
/* cf */
/* FF Scrolbar */
html {
  overflow-y: scroll;
}

/* Base Font */
body {
  background: #fff;
  border-top: solid 5px #ee86a7;
  font: 14px Avenir,"Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 160%;
  color: #555;
}

table {
  font-size: inherit;
  font: 100%;
}

html > body {
  font-size: 0.875em;
}

/* Header */
header {
  display: none;
  position: absolute;
  max-width: 1200px;
  height: 125px;
}
header h1 {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}
header div p {
  position: absolute;
  width: 294px;
  height: 54px;
  left: 105px;
  top: 40px;
}
header span {
  position: absolute;
  width: 80px;
  height: 97px;
  left: 0;
  top: 13px;
  background: url(../img/site_logo.png) no-repeat left top;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

/* SNS */
.sns ul {
  text-align: right;
}
.sns li {
  display: inline;
  padding: 0 0 0 10px;
}

/* Global */
nav {
  width: 100%;
  margin: 5px 0;
  z-index: 100;
}
nav.global-navi ul {
  width: 100%;
  height: 100%;
  border-top: solid 1px #ee86a7;
  text-align: center;
  box-sizing: border-box;
}
nav.global-navi ul li {
  position: relative;
  margin: -1px 0 0;
  border: 1px solid #ee86a7;
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
}
nav.global-navi ul li a {
  display: block;
  min-height: 45px;
  padding: 12px 0;
  color: #333;
  text-decoration: none;
}
nav.global-navi ul li a:hover {
  background: linear-gradient(to bottom, #f7dfdf 0%, #f8d4e0 100%);
}

/* Contents */
#contents {
  max-width: 1200px;
  padding: 0 0 60px;
  background: url(../img/footer_line.png) no-repeat left;
  clear: both;
}

#page-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
}
#page-top a {
  display: block;
  padding: 20px;
  border-radius: 5px;
  background: #EE86A7;
}
#page-top a:link {
  color: #fff;
  text-decoration: none;
}
#page-top a:visited {
  color: #F5C2D3;
}
#page-top a:active {
  color: #fff;
}
#page-top a:hover {
  color: #Fff;
  background: #F5C2D3;
}

/* Footer */
footer {
  max-width: 1200px;
  padding: 10px 0;
  background: #ee86a7;
}

address {
  text-align: center;
  font-style: normal;
  color: #fff;
}

/* Clear Fix */
#contents, footer {
  *zoom: 1;
}

#contents:after, footer:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* responsive */
@media only screen and (min-width: 481px) {
  nav {
    width: 100%;
    margin: 0 0 5px;
  }
  nav.global-navi ul {
    width: 100%;
    border-top: solid 1px #ee86a7;
    text-align: center;
    box-sizing: border-box;
  }
  nav.global-navi ul li {
    position: relative;
    margin: -1px 0 0;
    border: 1px solid #ee86a7;
    text-align: left;
  }
  nav.global-navi ul li a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    height: 100%;
  }
  nav.global-navi ul li a:hover {
    background: #f5c2d3;
  }
}
@media only screen and (min-width: 769px) {
  .sns {
    margin: 10px 0 0;
  }

  header {
    display: block;
  }

  nav, navf {
    width: 100%;
    margin: 5px 0;
  }

  nav.global-navi ul {
    display: table;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    table-layout: fixed;
  }

  nav.global-navi ul li, .navf li {
    display: table-cell;
    margin: -1px 0 0;
    border-top: none;
    border-right: none;
  }
  nav.global-navi ul li.navet, .navf li.navet {
    background: url(../img/bg_gnavi.png) repeat left top;
  }

  nav.global-navi ul li:last-child {
    border-right: solid 1px #ee86a7;
  }

  nav.global-navi ul li a, .navf li a {
    display: block;
    color: #333;
    text-decoration: none;
  }

  nav.global-navi ul li a:hover, .navf li a:hover {
    background: linear-gradient(to bottom, #f7dfdf 0%, #f8d4e0 100%);
  }

  .f_ixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
