@charset "UTF-8";
/* CSS Document */

header {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px 2.5%;
    z-index: 20;
    transition: all 0.15s linear;
}
header.active {
     box-shadow: 0px 0px 8px #001E4326;
}

.hdr-area {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.hdr-logo a {
    display: flex;
}
.hdr-logo img {
    width: 100%;
    max-width: 435px;
}

header .hdr-l{
    width: 27%;
    margin-right: 1%;
    display: flex;
    align-items: center;
}

.nav {
    display: flex;
    align-items: center;
}

.nav .hdr-btn-area {
    display: flex;
}



@media print{
    
body {
    zoom: 0.5;
}
    
header {
    font-size: 95%;
    position: initial;
}
    
header .hdr-l{
    width: 25% !important;
}
    
.nav li {
    margin-right: 28px !important;
}
    
.hdr-btn.shiensanka a {
    padding: 10px 15px !important;
    margin-right: 10px !important;
}
.hdr-btn.contact a {
    padding: 10px 18px !important;
}
    
.index-main-img-area {
    padding-top: 0 !important;
}
    
.main-img-area {
    margin-top: 0 !important;
}
    
}



@media screen and (min-width: 1500px) and (max-width: 1799px) {
header {
    font-size: 85%;
}
    
header .hdr-l{
    width: 23% !important;
}

.nav li {
    margin-right: 25px !important;
}
    
.hdr-btn.shiensanka a {
    padding: 12px 20px !important;
    margin-right: 10px !important;
}
.hdr-btn.contact a {
    padding: 12px 30px !important;
}

}



.hdr-btn {
}
.hdr-btn a {
    position: relative;
    border-radius: 50px;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.hdr-btn a:hover {
    text-decoration: none !important;
}
.hdr-btn a img {
    margin-right: 10px;
}
.hdr-btn.shiensanka a {
    background-color: #F08437;
    border: 1px solid #F08437;
    color: #fff !important;
    padding: 12px 30px;
    margin-right: 15px;
}
.hdr-btn.contact a {
    background-color: #F0F1F4;
    border: 1px solid #F0F1F4;
    color: #000 !important;
    padding: 12px 40px;
}



@media screen and (min-width: 821px) and (max-width: 1499px) {
header {
    font-size: 80%;
}

.hdr-logo img {
    max-width: 350px;
}

.nav {
    flex-wrap: wrap;
    justify-content: flex-end;
}
    
.nav li {
    margin-right: 23px !important;
}
.nav li:nth-child(6) {
    margin-right: 2px !important;
}
    
.nav .hdr-btn-area {
    margin-left: 20px;
}
    
.hdr-btn.shiensanka a {
    padding: 3px 30px !important;
    margin-right: 10px !important;
}
.hdr-btn.contact a {
    padding: 3px 40px !important;
}
     
}



header .hdr-logo {
    width: 100%;
    max-width: 435px;
}
header .hdr-logo img {
    width: 100%;
}

header .hdr-r {
    width: 73%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.nav-button {
  display: none;
}
.nav {
  a {
    color: #000;
    text-decoration: none;
    font-size: 105%;
  }
  a:hover {
    color: #F08437;
    text-decoration: underline;
  }
  li {
    display: inline-block;
    margin-right: 35px;
  }
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}



@media screen and (min-width: 821px) {
  .nav-wrap {
    display: block !important;
  }
}



.content {
  padding: 20px;
}



@media screen and (max-width: 820px) {
    
header {
    height: 65px;
    padding: 10px 0 10px 0px;
}
    
.hdr-area {
    width: 100%;
    justify-content: space-between;
}
    
header .hdr-l{
    width: 82%;
    margin-right: 0;
}

header .hdr-logo {
    max-width: 255px;
    margin-left: 15px;
}
header .hdr-logo img {
    width: 100%;
}
    
header .hdr-r{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F08437;
}

  .nav-button {
    display: block;
      cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 65px;
    display: none;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    height: 100%;
    .nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
        display: block;
        margin-top: 10px;
    }
    li {
        width: 90%;
        display: block;
        margin: 0 auto;
        border-bottom: 1px solid #F08437;
      a {
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
        font-size: 100%;
          padding: 10px 15px;
      }
    }
  }
    .nav-wrap li a:hover {
        text-decoration: none;
    }
  /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  a.nav-button {
    z-index: 20;
    position: relative;
    width: 100%;
    height: 100%;
    /*width: 40px;
    height: 36px;*/
  }
  a.nav-button:hover {
      opacity: 1;
    }
  .nav-button span {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 54.5%;
    height: 3px;
    background-color: #fff;
  }
  .nav-button span:nth-of-type(1) {
    top: 25px;
  }
  .nav-button span:nth-of-type(2) {
    bottom: 25px;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }

    
.nav .hdr-btn-area {
    width: 90%;
    margin: 20px auto 0;
    display: block;
}
    
.hdr-btn a {
    justify-content: center;
}

    
.hdr-btn.shiensanka a {
    margin: 20px 0 10px 0;
}
    
}




