/* CSS Document */
/*header*/
.site-header {
    width: 100%;
    left: 0;
    top: -70px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1002;
    height: 70px;
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .site-header.fixed {
      height: 70px;
      top: 0;
      transition: 0.3s; }
    .site-header h1, .site-header.fixed h1, .site-header h1 img, .site-header.fixed h1 img, .site-header .header-menu, .site-header.fixed .header-menu, .site-header .memberlog a, .site-header.fixed .memberlog a {
      transition: all 0.1s ease;
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease; }
    .site-header h1 {
      position: absolute;
      left: 30px;
      top: 17px; }
      .site-header h1 a {
        color: #0071BC !important; }
        .site-header h1 a:hover {
          color: #BCE4FF !important; }
    .site-header .header-logo {
      margin: 0;
      padding: 10px 0 0 1em;
      width: 360px;
      background-color: #fff;
      float: left; }
      .site-header .header-logo img {
        display: block;
        vertical-align: middle; }
    .site-header .btn-nav {
      display: none; }
  
  @media screen and (max-width: 900px) {
    .site-header h1 {
      width: 100%;
      float: none;
      left: 10px;
      font-size: 32px;
      line-height: 0; }
      .site-header h1 img {
        width: 320px;
        margin-right: 5px; }
    .site-header.fixed h1 img {
      width: 240px; }
    .site-header .header-logo {
      width: 250px;
      padding: 10px 0 0 1em; } }
  .header-fb {
    position: absolute;
    top: 0;
    right: 190px;
    float: right;
    font-size: 16px;
    height: 88px; }
    .header-fb ul li {
      letter-spacing: 0.15em;
      list-style: none;
      margin: 5px 0 0;
      display: inline-block;
      text-align: center;
      padding: 0 10px; }
      .header-fb ul li a {
        width: 80px;
        padding: 20px;
        display: block;
        position: relative;
        transition: all .3s;
        line-height: 0.8; }
  
  .header-contact {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    font-size: 16px;
    background-color: #707070;
    height: 88px; }
    .header-contact ul li {
      letter-spacing: 0.15em;
      list-style: none;
      margin: 25px 0 0;
      display: inline-block;
      text-align: center;
      padding: 0 20px; }
      .header-contact ul li a {
        width: 163px;
        display: block;
        font-size: 25px;
        text-decoration: none;
        font-family: 'Playfair Display', serif;
        font-style: italic;
        color: #00001C;
        position: relative;
        transition: all .3s;
        line-height: 0.8; }
        .header-contact ul li a span {
          font-size: 10px;
          font-family: "Noto Sans JP", sans-serif;
          font-style: normal; }
  
  .site-header .header-menu {
    position: absolute;
    top: 5px;
    right: 30px;
    float: right;
    font-size: 16px;
    z-index: 9999; }
  .site-header.fixed .header-menu {
    top: 5px; }
  .site-header .header-menu ul li {
    letter-spacing: 0.15em;
    list-style: none;
    margin: 5px 0 0;
    display: inline-block;
    text-align: center;
    padding: 0 10px; }
    .site-header .header-menu ul li a {
      display: block;
      text-decoration: none;
      color: #505050;
      position: relative;
      transition: all .3s;
      font-size: 1.1em;
      line-height: 1em;
      padding: 5px 5px;
      font-family: "Noto Sans JP", sans-serif !important;
      border-radius: 7px;
      font-weight: bold; }
      .site-header .header-menu ul li a:hover {
        color: #978650 !important; }
    .site-header .header-menu ul li ul {
      position: absolute;
      display: none;
      padding-bottom: 10px;
      background: white; }
      .site-header .header-menu ul li ul li {
        width: 200px;
        display: block;
        float: none;
        font-size: 14px;
        text-align: left; }
        .site-header .header-menu ul li ul li a {
          font-size: 12px;
          font-family: "Noto Sans JP", sans-serif;
          padding: 5px; }
    .site-header .header-menu ul li:hover ul {
      display: block; }
  .site-header .header-tel {
    width: 300px;
    position: absolute;
    right: 20px;
    top: 15px; }
  
  @media screen and (max-width: 900px) {
    .site-header .header-menu ul li {
      border-right: none; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .site-header .header-menu ul li {
      width: 50%;
      float: left;
      display: block; } }
  @media screen and (max-width: 900px) {
    .pc {
      display: none !important; }
  
    .site-header {
      top: -70px;
      left: 0;
      width: 100%;
      z-index: 10;
      height: 60px;
      line-height: 70px;
      background-color: rgba(255, 255, 255, 0.85);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      transition: 0.3s; }
      .site-header.fixed {
        height: 70px;
        top: 0;
        transition: 0.3s; }
      .site-header .header-logo {
        padding: 0 0 0 1em;
        width: 320px; }
      .site-header .header-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 15;
        overflow-y: auto;
        background-color: #fff; }
        .site-header .header-menu ul {
          width: 100%;
          max-width: 800px;
          margin: 80px auto 30px; }
          .site-header .header-menu ul li {
            display: block;
            margin: 0;
            text-align: left;
            line-height: 2em;
            /*border-top: 1px solid #fff;*/
            color: #333;
            padding: 0 10px;
            font-weight: bold;
            font-size: 1.4em; }
            .site-header .header-menu ul li a {
              padding: 15px 0;
              text-decoration: none;
              text-align: left;
              line-height: 1; }
              .site-header .header-menu ul li a:hover {
                color: #333; }
                .site-header .header-menu ul li a:hover:after {
                  width: 100%;
                  height: 0; }
            .site-header .header-menu ul li ul {
              position: relative;
              display: block;
              background: rgba(255, 255, 255, 0);
              margin: 0;
              padding-left: 10px; }
              .site-header .header-menu ul li ul li {
                width: 100%;
                padding-left: 15px; }
                .site-header .header-menu ul li ul li a {
                  font-weight: normal;
                  padding: 5px;
                  font-size: 0.95em; }
                  .site-header .header-menu ul li ul li a br {
                    display: none; }
      .site-header .btn-nav {
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 70px;
        padding: 22px;
        z-index: 999;
        display: block; }
        .site-header .btn-nav a, .site-header .btn-nav span {
          display: inline-block;
          transition: all .4s;
          box-sizing: border-box; }
        .site-header .btn-nav a {
          position: relative;
          width: 30px;
          height: 70px;
          text-align: center;
          cursor: pointer; }
        .site-header .btn-nav span {
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #333;
          border-radius: 10px; }
          .site-header .btn-nav span:nth-of-type(2) {
            top: 10px; }
          .site-header .btn-nav span:nth-of-type(3) {
            top: 20px; }
          .site-header .btn-nav span:nth-of-type(4) {
            background-color: rgba(255, 255, 255, 0);
            color: #333; }
        .site-header .btn-nav .btn_word {
          text-align: center;
          font-size: 8px; }
        .site-header .btn-nav.active a span:nth-of-type(1) {
          -webkit-transform: translateY(18px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg); }
        .site-header .btn-nav.active a span:nth-of-type(2) {
          left: 50%;
          opacity: 0;
          -webkit-animation: active-menu-bar02 .8s;
          animation: active-menu-bar02 .8s; }
        .site-header .btn-nav.active a span:nth-of-type(3) {
          -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg); }
      .site-header .header-tel {
        right: 90px;
        top: 0px !important; } }
  @media (min-width: 768px) {
    .paradeiser a.active, .paradeiser a:hover {
      background: #fff;
      color: #08BBF2; }
    .paradeiser .paradeiser_dropdown.active {
      background: #fff;
      color: #08BBF2; } }
  @media (max-width: 425px) {
    .site-header .header-logo {
      width: 250px; }
    .site-header .paradeiser span > span {
      display: block;
      margin: 0; } }
  