@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
@font-face {
  font-family: 'mh';
  src: url("../font/mh.otf") format("opentype");
  font-weight: 100; }
@font-face {
  font-family: 'ml';
  src: url("../font/ml.otf") format("opentype");
  font-weight: 100; }
@font-face {
  font-family: 'mr';
  src: url("../font/mr.otf") format("opentype");
  font-weight: 100; }
html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333; }

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%; }

a {
  color: #36F; }
  a:hover {
    opacity: 0.9; }

li {
  list-style: none; }

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0; }

.cf:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden; }

.cf {
  min-height: 1px; }

* html .cf {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/ }

/*------------------------------------------------------------
nav
------------------------------------------------------------*/
#wrap {
  overflow: hidden; }

header {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  width: 100%;
  opacity: 0.9; }
  header #menu_btn {
    display: none; }
  header .logo {
    height: 70px;
    margin-top: -18px; }
  header h1 {
    display: none; }
  header nav {
    width: 100%;
    margin: 40px 0px;
    float: right; }
    header nav .sp_menu {
      display: none; }
    header nav ul {
      display: inline; }
      header nav ul li {
        height: 30px;
        line-height: 30px;
        float: left;
        font-size: 16px;
        width: 14.28%;
        text-align: center;
        font-family: 'mr'; }
        header nav ul li a {
          color: #c96864;
          text-decoration: none; }
        header nav ul li li:last-child {
          margin-right: 25px; }

header:after {
  display: block;
  content: '';
  height: 0;
  clear: both; }

header nav:after {
  display: block;
  content: '';
  height: 0;
  clear: both; }

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
#wrap {
  overflow: hidden; }

/* リセット */
* {
  margin: 0;
  padding: 0; }

body, html {
  width: 100%;
  height: 100%; }

.inner {
  width: 960px;
  margin: 0 auto; }

small {
  font-size: 75%; }

/*------------------------------------------------------------
media
------------------------------------------------------------*/
@media all and (max-width: 667px) {
  #wrap {
    overflow: hidden; }

  header {
    position: fixed;
    background: #FFFFFF; }
    header h1 {
      display: block;
      margin: 20px 0 20px 10px;
      position: relative;
      z-index: 2002; }
      header h1 img {
        height: 24px; }
    header #menu_btn {
      display: block;
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      right: 20px;
      top: 30px;
      background: url("../common/images/icon_menu.png") center no-repeat;
      background-size: 24px;
      text-indent: -9999px;
      z-index: 2002; }
      header #menu_btn .open {
        background: url("../common/images/icon_close.png") center no-repeat;
        background-size: 24px;
        width: 24px;
        height: 24px; }
    header nav {
      width: 100%;
      display: none;
      position: absolute;
      border-top: 1px solid #c96864;
      top: 80px;
      background: #FFFFFF;
      margin-top: 0;
      float: none;
      z-index: 2003;
      opacity: 1; }
      header nav .sp_menu {
        display: block; }
      header nav ul {
        margin-bottom: 10px; }
        header nav ul .spno {
          display: none; }
        header nav ul li {
          border-bottom: 1px solid #c96864;
          height: auto;
          line-height: 1;
          width: 100%;
          font-size: 15px; }
          header nav ul li a {
            display: block;
            width: 100%;
            padding: 18px 0 19px 0px; }

  header .logo {
    height: 46px;
    margin-top: -6px; }

  header nav ul:after {
    display: block;
    content: '';
    height: 0;
    clear: both; }

  .inner {
    width: 95%;
    margin: 0 auto; } }
/*--media_end--*/

/*# sourceMappingURL=page.css.map */
