@charset "UTF-8";
/*共通
---------------------------------------------------------- */
/*Header

---------------------------------------------------------- */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 80px;
  min-width: 1000px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(204, 204, 204, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

header.scroll {
  border-bottom: 1px solid #cccccc;
}

header:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ccc;
}

.header_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
}

.header_block .head_logo {
  width: 150px;
}

.header_block .head_logo img {
  width: 150px;
  margin: auto 0;
  padding: 11px 0 0 0;
}

@media screen and (min-width: 751px) {
  header {
    top: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  header {
    min-width: 100%;
    height: 60px;
    border-bottom: 1px solid #cccccc;
  }
  .header_block {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .header_block .head_logo {
    width: 130px;
    margin: 0 auto;
  }
  .header_block .head_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_block .head_logo img {
    width: 100%;
    padding: 0;
  }
  .head_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header_box {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 560px) {
  .header_box {
    display: none;
    background: #fff;
    position: fixed;
    top: 60px;
    padding: 16px 20px 32px;
  }
  .header_box.show {
    display: block;
  }
}

.head_menu {
  float: right;
}

@media screen and (max-width: 560px) {
  .head_menu {
    float: none;
    width: 100%;
  }
}

.head_menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 560px) {
  .head_menu nav ul {
    display: block;
  }
}

.head_menu nav li.gnav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .head_menu nav li.gnav_item {
    display: block;
  }
}

.head_menu nav li.gnav_item a {
  white-space: nowrap;
  text-decoration: none;
  color: #595750;
  font-size: 13px;
  font-weight: bold;
  padding: 16px 10px;
  display: block;
}

@media screen and (max-width: 560px) {
  .head_menu nav li.gnav_item a {
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
  }
}

.head_menu nav li.gnav_item a:hover {
  opacity: .6;
}

.head_menu .btn._primary, .head_menu .btn._secondly, .head_menu .btn._tertiary {
  margin-top: 0;
  margin-left: 10px;
}

@media screen and (max-width: 560px) {
  .head_menu .btn._primary, .head_menu .btn._secondly, .head_menu .btn._tertiary {
    margin-left: 0;
    margin-top: 12px;
  }
}

.head_menu .btn._primary a, .head_menu .btn._secondly a, .head_menu .btn._tertiary a {
  font-size: 11px;
  padding: 6px 16px;
  min-width: 100px;
  min-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 560px) {
  .head_menu .btn._primary a, .head_menu .btn._secondly a, .head_menu .btn._tertiary a {
    font-size: 18px;
    padding: 14px 16px;
  }
}

/*SP nav

---------------------------------------------------------- */
.sp_gnav_btn_outer {
  display: none;
}

@media screen and (max-width: 560px) {
  .sp_gnav_btn_outer {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sp_gnav_btn {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  .sp_gnav_btn.close .toggle span.toggle_1 {
    -webkit-transform: translate(0, 8px) rotate(45deg);
            transform: translate(0, 8px) rotate(45deg);
  }
  .sp_gnav_btn.close .toggle span.toggle_2 {
    opacity: 0;
  }
  .sp_gnav_btn.close .toggle span.toggle_3 {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
            transform: translate(0, -8px) rotate(-45deg);
  }
  .sp_gnav_btn .toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .sp_gnav_btn .toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp_gnav_btn .toggle span.toggle_2 {
    margin: 6px 0;
  }
  .sp_gnav_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sp_gnav_mask.navopened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

/*ボタン

---------------------------------------------------------- */
.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 16px;
}

.btn._primary a, .btn._secondly a, .btn._tertiary a {
  color: #fff;
  padding: 20px 32px;
  border-radius: 4px;
  -webkit-transition: 0s;
  transition: 0s;
}

@media screen and (max-width: 560px) {
  .btn._primary a, .btn._secondly a, .btn._tertiary a {
    padding: 16px;
    width: 100%;
  }
}

.btn._primary a {
  background: #00559A;
  font-size: 22px;
}

@media screen and (max-width: 560px) {
  .btn._primary a {
    font-size: 20px;
  }
}

.btn._primary a:hover {
  background: #0066b9;
}

.btn._secondly {
  margin-top: 20px;
}

@media screen and (max-width: 560px) {
  .btn._secondly {
    margin-top: 16px;
  }
}

.btn._secondly a {
  background: #00a7db;
  font-size: 18px;
}

@media screen and (max-width: 560px) {
  .btn._secondly a {
    font-size: 16px;
  }
}

.btn._secondly a:hover {
  background: #00baf5;
}

.btn._tertiary {
  margin-top: 24px;
}

@media screen and (max-width: 560px) {
  .btn._tertiary {
    margin-top: 16px;
  }
}

.btn._tertiary a {
  background: white;
  font-size: 20px;
  color: #00a7db;
  border: #00a7db solid 1px;
}

@media screen and (max-width: 560px) {
  .btn._tertiary a {
    font-size: 16px;
  }
}

.btn._tertiary a:hover {
  background: #DAF2FF;
}

.dropdwn_menu {
  display: none;
}

.dropdwn_menu li {
  display: block;
  cursor: pointer;
}
/*# sourceMappingURL=header.css.map */