@charset "UTF-8";
/* CSS Document */
/*header*/
.site-header {
  display: flex;
  width: 100%;
  left: 0;
  margin: 0;
  z-index: 1002;
  height: 70px;
  transition: 0.3s;
  justify-content: space-between;
  align-items: center; }
  .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 {
    width: 280px;
    padding: 0.5rem 1rem;
    background-color: #fff;
    z-index: 1; }
    .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 .flex_header_right_menu {
    position: relative;
    display: flex;
    right: 90px;
    margin: 0;
    z-index: 1002;
    height: 70px;
    transition: 0.3s;
    justify-content: flex-start;
    align-items: center; }
    .site-header .flex_header_right_menu div.icon_tel {
      padding: 10px; }
    .site-header .flex_header_right_menu div.icon_contact {
      width: 70px;
      height: 70px;
      background-color: #008AE8; }
    .site-header .flex_header_right_menu div.icon_calendar {
      width: 70px;
      height: 70px;
      background-color: #FF3760; }
    @media screen and (max-width: 850px) {
      .site-header .flex_header_right_menu {
        display: none; } }

@media screen and (max-width: 850px) {
  .site-header h1 {
    width: 100%;
    float: none;
    left: 10px;
    font-size: 32px;
    line-height: 0; }
    .site-header h1 img {
      margin-right: 5px; }
  .site-header.fixed h1 img {
    width: 240px; }
  .site-header .header-logo {
    padding: 10px 0 0 1em; } }
.header-menu {
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  z-index: 9999; }
  @media screen and (max-width: 850px) {
    .header-menu {
      display: none; } }
  .header-menu ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* 上下中央に揃える */
    justify-content: center;
    /* 水平方向に中央揃え */
    height: 70px;
    /* 親要素の高さを基準にする */
    padding: 24px 0; }
    .header-menu ul li {
      list-style: none;
      display: inline-block;
      text-align: center;
      padding: 0 10px; }
      .header-menu ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        position: relative;
        transition: all .3s;
        font-size: 1.1em;
        line-height: 1em;
        padding: 15px 10px;
        font-family: "Noto Sans JP", sans-serif !important;
        border-radius: 7px;
        font-weight: bold; }
        .header-menu ul li a::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: #fff;
          /* 下線の色 */
          bottom: 0;
          left: 0;
          transform: scaleX(0);
          transform-origin: right;
          transition: transform 0.3s ease; }
        .header-menu ul li a:hover {
          color: #fff !important; }
          .header-menu ul li a:hover::after {
            transform: scaleX(1);
            transform-origin: left; }

@media screen and (max-width: 850px) {
  .pc {
    display: none !important; }

  .site-header {
    left: 0;
    width: 100%;
    z-index: 10;
    height: 70px;
    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 h1 {
      width: 255px; }
    .site-header .header-logo {
      padding: 0 0 0 1em;
      width: 320px; } }
@media (max-width: 425px) {
  .site-header .header-logo {
    width: 250px; } }
.header_sns {
  width: 70px;
  height: auto; }
