@charset "utf-8";
@media screen and (max-width: 767.999px) {
  html {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .image img {
    width: 100%;
    height: auto;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .contents {
    padding: 0 15px;
  }
  header {
    position: relative;
    padding: 10px 16px;
    height: 38px;
    z-index: 12000;
    background: #FFFFFF;
  }
  #contact_side_bnr {
    line-height: 1.2;
    text-align: center;
    top: 100px;
  }
  #contact_side_bnr a {
    padding: 15px 8px 15px 10px;
    font-size: 0.9rem;
    text-decoration: none;
  }
  #header_logo {
    width: 200px;
  }
  #smp_open_menu {
    width: 24px;
    position: absolute;
    top : 16px;
    right: 16px
  }
  /* ハンバーガーメニュー */
  #overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 120%;
  }
  header #gn_main {
    position: absolute;
    top: 58px;
    right: 0;
    transform: translateX(100%);
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFFFFF;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
    height: 0;
    box-sizing: border-box;
  }
  header #gn_main.open {
    border-top: 1px solid #000000;
    transform: translateX(0);
    right: 0;
    z-index: 999999;
    height: auto;
  }
  header #gn_main li a {
    text-decoration: underline;
    display: block;
    padding: 15px 28px;
    box-sizing: border-box;
    border-bottom: 1px solid #EAEAEA;
    font-size: 1.25rem;
    background: url(../img/link_blue.png) no-repeat;
    background-position: right  center;
    background-size: 15px 10px;
  }
   #smp_header_tel {
    margin: 18px 15px;
    background: #eff7ff;
    padding: 12px 17px;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
  } 
  #smp_header_tel h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #smp_header_tel a {
     display: flex;
     width: 72.8%;
     margin: 0 auto;
     background: #0B91D7;
     border: 1px solid #0B91D7;
     padding: 12px 0;
     color: #FFFFFF;
     justify-content: center;
     align-items: center;
     border-radius: calc(1em + 12px);
     position: relative;
     font-size: 1.3rem;
     font-weight: bold;
  } 
  #smp_header_tel a img {
    margin-right: 5px;
    width: 25px;
    height: auto;
  }
  #smp_header_tel a span {
    margin-left: 5px;
  }
  #smp_header_tel .time {
    margin-top: 10px;
    text-align: center;
  }
  #smp_header_insta {
    border-top: 1px solid #EAEAEA;
    padding: 15px;
  }
  #smp_header_insta a {
    display: block;
    width: 25px;
  }
  footer {
    text-align: center;
    padding-bottom: 15px;
    font-size: 0.83rem;
  }
}