.header {
  background-color: var(--white);
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 120px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 2px solid var(--fern-frond); }
  @media screen and (max-width: 1100px) {
    .header {
      min-height: auto;
      padding: 10px 0 0; } }
  .header img {
    max-width: 100%;
    height: auto;
    object-fit: cover; }
  .header .header-content {
    align-items: center;
    display: flex;
    height: 61px;
    justify-content: flex-end;
    margin: auto;
    width: 96%; }
    @media screen and (max-width: 1100px) {
      .header .header-content {
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto; } }
    .header .header-content .logo {
      height: 61px;
      width: 331px; }
      @media screen and (max-width: 1100px) {
        .header .header-content .logo {
          width: 45vw;
          height: auto;
          margin-left: 10px; } }
      .header .header-content .logo a {
        height: 100%;
        width: 100%;
        display: block;
        margin: auto; }
    .header .header-content .links {
      display: flex;
      height: 100%;
      margin-left: 20px; }
      @media screen and (max-width: 1100px) {
        .header .header-content .links {
          order: 3;
          justify-content: space-between;
          background: #E5E5E5;
          height: auto;
          width: 100%;
          padding: 8px 10px 12px;
          margin-left: 0;
          flex-wrap: wrap; } }
      .header .header-content .links li {
        letter-spacing: 0;
        line-height: 6.5rem;
        white-space: nowrap;
        margin-left: 1em; }
        @media screen and (max-width: 1100px) {
          .header .header-content .links li {
            line-height: 1;
            margin-left: 0; } }
        .header .header-content .links li a {
          color: var(--black);
          text-decoration: none; }
          @media screen and (max-width: 1100px) {
            .header .header-content .links li a {
              font-size: 12px; } }
    .header .header-content .tel {
      margin-left: auto; }
      @media screen and (max-width: 1100px) {
        .header .header-content .tel {
          order: 2;
          margin-right: 10px; } }
      .header .header-content .tel img {
        align-self: flex-end;
        object-fit: cover; }
        @media screen and (max-width: 1100px) {
          .header .header-content .tel img {
            width: 42vw;
            height: auto; } }
      .header .header-content .tel > a {
        font-size: 0;
        height: 66px; }
        @media screen and (max-width: 1100px) {
          .header .header-content .tel > a {
            height: 12vw; } }
      .header .header-content .tel .sns {
        display: flex;
        justify-content: flex-end; }
        @media screen and (max-width: 1100px) {
          .header .header-content .tel .sns {
            position: fixed;
            right: 0;
            bottom: 10px;
            display: block;
            background: #fff;
            padding: 5px; } }
        .header .header-content .tel .sns a {
          width: 30px;
          height: 30px;
          display: block;
          margin: 0 3px; }
          @media screen and (max-width: 1100px) {
            .header .header-content .tel .sns a {
              margin: 0; }
              .header .header-content .tel .sns a:nth-child(2) {
                margin: 3px 0 5px; } }

footer {
  background: #566E21;
  width: 100%;
  color: #fff;
  padding: 40px 0 !important; }
  footer .footer_box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1100px) {
      footer .footer_box {
        display: block;
        text-align: center; } }
  footer .logo {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1100px) {
      footer .logo {
        margin-bottom: 20px;
        display: block; }
        footer .logo img {
          width: 60%; } }
    footer .logo .sns {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1100px) {
        footer .logo .sns {
          justify-content: center; } }
      footer .logo .sns a {
        display: block;
        margin: 0 3px; }
        @media screen and (max-width: 1100px) {
          footer .logo .sns a {
            margin: 0; } }
  footer nav {
    display: flex;
    margin-bottom: 30px; }
    @media screen and (max-width: 1100px) {
      footer nav {
        display: block; } }
    footer nav a {
      color: #fff;
      margin-right: 1em;
      font-size: 17px; }
      @media screen and (max-width: 1100px) {
        footer nav a {
          margin-right: 0;
          margin-bottom: 1em;
          font-size: 14px; } }
  @media screen and (max-width: 1100px) {
    footer .right {
      display: none; } }
  footer small {
    font-size: 12px; }
