@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#header {
  position: fixed;
  z-index: 100;
  height: 0; }
  #header .logo {
    margin: 10px 0 0 10px; }
    @media (min-width: 768px) {
      #header .logo {
        margin: 20px 0 0 20px; } }
    #header .logo img {
      width: 80px; }
      @media (min-width: 768px) {
        #header .logo img {
          width: 120px; } }
  #header ul {
    display: flex; }
    #header ul li a {
      font-size: 0.9em; }

.sp-btn .openbtn {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #00B2ED;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 1000;
  /*activeクラスが付与されると線が回転して×に*/ }
  .sp-btn .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 16px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    width: 45%; }
    .sp-btn .openbtn span:nth-child(1) {
      top: 18px; }
    .sp-btn .openbtn span:nth-child(2) {
      top: 27px; }
    .sp-btn .openbtn span:nth-child(3) {
      top: 37px; }
  .sp-btn .openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 21px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%; }
  .sp-btn .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/ }
  .sp-btn .openbtn.active span:nth-of-type(3) {
    top: 34px;
    left: 21px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%; }

#footer {
  position: relative;
  padding: 40px 0 40px;
  width: 100%; }
  #footer .footer-in {
    max-width: 1600px;
    width: 90%;
    margin: auto; }
    @media (min-width: 1024px) {
      #footer .footer-in {
        display: flex; } }
    #footer .footer-in .left {
      display: flex; }
      #footer .footer-in .left .logo img {
        width: 78px;
        height: auto; }
        @media (min-width: 1024px) {
          #footer .footer-in .left .logo img {
            width: 190px; } }
      #footer .footer-in .left .txt h3 {
        font-size: 1.0em; }
        @media (min-width: 1024px) {
          #footer .footer-in .left .txt h3 {
            font-size: 1.125em; } }
      #footer .footer-in .left .txt ul {
        margin-top: 10px; }
        #footer .footer-in .left .txt ul.time {
          margin-top: 40px; }
        #footer .footer-in .left .txt ul li {
          font-size: 0.9em; }
          @media (min-width: 1024px) {
            #footer .footer-in .left .txt ul li {
              font-size: 1.0em; } }
    #footer .footer-in .right {
      margin-left: auto;
      position: relative; }
      #footer .footer-in .right .contact-tel h3 {
        font-size: 1.25em;
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          #footer .footer-in .right .contact-tel h3 {
            font-size: 1.5em; } }
      #footer .footer-in .right .contact-tel a.tel {
        display: flex; }
        #footer .footer-in .right .contact-tel a.tel img {
          width: 20px;
          height: auto; }
        #footer .footer-in .right .contact-tel a.tel h4 {
          font-size: 2.5em; }
          @media (min-width: 1024px) {
            #footer .footer-in .right .contact-tel a.tel h4 {
              font-size: 3.1em; } }
      #footer .footer-in .right .contact-tel a.lineBtn {
        position: relative;
        margin-top: 20px; }
        #footer .footer-in .right .contact-tel a.lineBtn img {
          width: 37px;
          height: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 10px; }
        #footer .footer-in .right .contact-tel a.lineBtn h5 {
          font-size: 0.9em; }
          @media (min-width: 1024px) {
            #footer .footer-in .right .contact-tel a.lineBtn h5 {
              font-size: 1.125em; } }
        #footer .footer-in .right .contact-tel a.lineBtn h6 {
          font-size: 0.9em;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 10px; }
          @media (min-width: 1024px) {
            #footer .footer-in .right .contact-tel a.lineBtn h6 {
              font-size: 1.125em; } }
      #footer .footer-in .right .sns-copy {
        position: absolute;
        bottom: 0; }
        #footer .footer-in .right .sns-copy ul.sns {
          display: flex;
          justify-content: flex-end; }
          #footer .footer-in .right .sns-copy ul.sns li {
            margin-right: 10px; }
            #footer .footer-in .right .sns-copy ul.sns li:last-child {
              margin-right: 0; }
            #footer .footer-in .right .sns-copy ul.sns li a img {
              width: 24px; }
        #footer .footer-in .right .sns-copy p {
          font-size: 0.8em;
          text-align: center; }
          @media (min-width: 1024px) {
            #footer .footer-in .right .sns-copy p {
              font-size: 0.9em;
              text-align: right; } }
