@charset "utf-8";
@media screen and (min-width: 768px), print {
  .smp {
    display: none;
  }
  html {
    font-size: 15px;
  }
  .contents {
    width: 1024px;
    margin: 0 auto;
  }
  header {
    min-width: 1024px;
    position: relative;
  }
  #header_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 35px 15px;
  }
  #header_left {
    display: flex;
    align-items: center;
  }
  #header_left .capiton {
      font-size: 0.93rem;
      color: #107c4d;
      display: inline-block;
      padding: 3px 7px;
      border: 1px solid #107c4d;
      text-align: center;
      margin-left: 20px;
  }
  #header_right {
    display: flex;
    align-items: center;
  }
  #header_tel_area {
    color: #666666;
  }
  #header_tel_area .tel {
    font-size: 2.3rem;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  #header_tel_area .tel img {
    margin-right: 10px;
  }
  #header_tel_area .time {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: normal;
    margin-top: 5px;
    padding-left: 39px;
  }
  #header_logo a:hover img,
  #header_contact a:hover,
  #contact_side_bnr a:hover,
  #header_insta a:hover img{
    opacity:0.7;
    filter: alpha(opacity=70);
  }
  #header_contact a {
    margin: 0 20px 0 15px;
    display: inline-block;
    padding: 20px 18px 22px;
    background: #000;
    color: #FFFFFF;
    font-size: 0.94rem;
    text-align: center;
    background: #0b91d7 url(../img/link_white.png) no-repeat;
    background-position: bottom center;
    border-radius:6px;
    text-decoration: none;
  }
  #gn_main {
    background: url(../img/menu_back.png) no-repeat;
    background-position: center;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    z-index: 9990;
  }
  #gn_main ul {
    display: flex;
    justify-content: center;
    height: 60px;
  }
  #gn_main ul li {
    display: flex;
    align-items: stretch;
    margin-left: 40px;
  }
  #gn_main ul li.smp {
    display: none;
  }
  #gn_main ul li a {
    display: flex; 
    justify-content: center;
    align-items: center;
    color: #666666;
    text-decoration: none;
  }
  #gn_main ul li a span {
    padding-bottom: 3px;
  }
  #gn_main ul li a:hover span {
    padding-top: 4px;
    border-bottom: 4px solid #9ed8f6;
  }
  #gn_main ul li:nth-of-type(1){
    margin-left: 0;
  }
  #contact_side_bnr {
    top: 50%;
    transform: translateY(-50%);
  }
  #contact_side_bnr a {
    padding: 30px 10px 30px 15px;
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
  }
  footer {
    text-align: center;
    padding: 25px 0;
    border-top: 1px  solid #c6c6c6;
    font-size: 0.9rem;
    color: #333333;
  }
}