header {
  position: relative;
}
.header_top {
  background: #eeeeee;
  width: 100%;

}
.header_wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.header_top .header_wrap {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_top .header_top_link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_top .header_top_link .text {
  font-size: 12px;
  padding-right: 10px;
  border-right: 1px solid #111;
  margin-right: 10px;
  height: 14px;
  line-height: 14px;
}
.header_top .header_top_link .text.last {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.header_main {
  background: #fff;
  padding: 10px 0;
}
.header_menu {
  display: none;
}
.sp_nav_icon {
  display: none;
}
.header_main .header_wrap {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_main .header_logo {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_main .header_logo .logo {
  margin-right: 10px;
  width: 100%;
  max-width: 261px;
}
.header_main .header_logo .icon {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 323px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_main .header_nav {
  width: 100%;
  max-width: 590px;
}
.header_main .header_nav .header_tel ul.tel_list{
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header_main .header_nav .header_tel ul.tel_list li {
  width: 33.333%
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}
.header_main .header_nav .header_tel ul.tel_list li.number {
  font-size: 24px;
}
.header_main .header_nav .header_tel ul.tel_list li.number .f {
  color: #333;
}
.header_main .header_nav .header_tel ul.tel_list li.number .tel {
  background: #333;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 5px;
}
.header_main .header_nav .header_tel ul.tel_list li.titme {
  font-size: 12px;
  margin-left: 39px;
}
.header_main .header_nav .header_tel ul.tel_list li.download {
  border: 1px solid #111;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
}
.header_main .header_nav .header_tel ul.tel_list li.download a {
  padding: 5px;
  display: block;
  color: #111;
}
.header_main .header_nav_link {
  margin-top: 10px;
}
.header_main .header_nav_link .nav_list {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_main .header_nav_link .nav_list .log {
  font-size: 14px;
  position: relative;
}
.header_main .header_nav_link .nav_list .log:first-child a::before {
  content: "";
  display: inline-block;
  background: url(../../img/cc/header/log_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
}
.header_main .header_nav_link .nav_list .log:nth-child(2) a::before {
  content: "";
  display: inline-block;
  background: url(../../img/cc/header/my_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.header_main .header_nav_link .nav_list .log:nth-child(3) a::before {
  content: "";
  display: inline-block;
  background: url(../../img/cc/header/f_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.header_main .header_nav_link .nav_list .log.cart a::before {
  content: "";
  display: inline-block;
  background: url(../../img/cc/header/cart_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.header_main .header_nav_link .nav_list .log a {
  display: flex;
  padding: 5px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #111;
  border-radius: 5px;
  color: #111;
}
.header_main .header_nav_link .nav_list .log.cart a {
  color: #fff;
  border: 1px solid #f26fa8;
  border-radius: 5px;
  background: #f26fa8;
}
.header_gnav {
  background: #70c1c1;
}
.header_gnav .header_wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.header_gnav .gnav_list {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_gnav .gnav_list li {
  width: 16.6666%;
  position: relative;
}
.header_gnav .gnav_list li:first-child::before {
  background: url(../../img/cc/header/nav01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  content: "";
  display: block;
  position: absolute;
  left: 46%;
  top: -38%;
  bottom: 0;
  margin: auto;
}
.header_gnav .gnav_list li:nth-child(2)::before {
  background: url(../../img/cc/header/nav02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 25px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 46%;
  top: -38%;
  bottom: 0;
  margin: auto;
}
.header_gnav .gnav_list li:nth-child(3)::before {
  background: url(../../img/cc/header/nav04.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 27px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 41%;
  top: -40%;
  bottom: 0;
  margin: auto;
}
.header_gnav .gnav_list li:nth-child(4)::before {
  background: url(../../img/cc/header/nav07.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 25px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 44%;
  top: -40%;
  bottom: 0;
  margin: auto;
}
.header_gnav .gnav_list li:nth-child(5)::before {
  background: url(../../img/cc/header/nav08.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 26px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 43%;
  top: -40%;
  bottom: 0;
  margin: auto;
}
.header_gnav .gnav_list li:nth-child(6)::before {
  background: url(../../img/cc/header/nav06.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 46%;
  top: -40%;
  bottom: 0;
  margin: auto;
}
.header_gnav .gnav_list a {
  display: block;
  padding: 30px 15px 2px 15px;
  padding: 30px 0px 2px 0px;
  color: #fff;
  font-size: 15px;
  border-right: 2px solid #fff;
  text-align: center;
}
.header_gnav .gnav_list li:nth-child(4) a {
  font-size: 15px;
  box-sizing: border-box;
}
.header_gnav .gnav_list li:first-child a {
  border-left: 2px solid #fff;
}
.header_gnav .gnav_list li:hover {
  background: #4bb9b9;
  transition:0.3s ease-out;
}
.f {
  font-family: Frutiger, "Humnst777 BT", "Myriad Web", "Myriad Pro", Tahoma, Verdana, sans-serif;
}
/*ãƒãƒ³ãƒãƒ¼ãŒãƒ¡ãƒ‹ãƒ¥ãƒ¼*/
.h_menu {
  display: none;
}
.h_menu.active {
  display: block;
  position: fixed;
  top: 111px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 5;
  text-align: center;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.h_menu.fix.active {
  top: 97px;
}
.h_menu .menu_member {
  background: #eee;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}
.h_menu .menu_member .member_first {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.h_menu .menu_member .member_first .text {
  font-size: 12px;
  color: #000;
}
.h_menu .menu_member .member_first .new_membar a {
  color: #fff;
  display: block;
  background: #70c1c1;
  padding: 10px;
  font-size: 12px;
}
.h_menu .menu_member .member_second .log_menu {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.h_menu .menu_member .member_second .log_menu li {
  font-size: 12px;
  margin-right: 15px;
}
.h_menu .menu_member .member_second .log_menu li a {
  color: #000;
}
.h_menu .menu_member .member_second .log_menu li:last-child {
  margin-right: 0;
}
.h_menu .menu_member .member_thrid ul{
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.h_menu .menu_member .member_thrid ul li {
  width: 49%;
  background: #f3a626;
  font-size: 12px;
}
.h_menu .menu_member .member_thrid ul li:first-child a::before {
  content: "";
  display: inline-block;
  background: url(../../img/cc/header/sp_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.h_menu .menu_member .member_thrid ul li:nth-child(2) a::before {
  content: "";
  display: inline-block;
  background: url(../../img/cc/header/sp_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 5px;
}
.h_menu .menu_member .member_thrid ul li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
.h_menu .category_link {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}
.h_menu .category_link .cate_link_title .title {
  font-size: 18px;
}
.h_menu .category_link .cate_link_title .line01 {
  width: 100%;
  height: 4px;
  background: #666;
  margin-bottom: 4px;
}
.h_menu .category_link .cate_link_title .line02 {
  width: 100%;
  height: 2px;
  background: #666;
}
.h_menu .category_link .cate_link_list li a {
  display: block;
  font-size: 13px;
  color: #000;
  padding: 20px 0;
  position: relative;
  text-align: left;
}
.h_menu .category_link .cate_link_list li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../../img/cc/index/more_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
}
.h_menu .category_link .cate_link_list li.lineon {
  border-bottom: 1px solid #e9e9e9;
}
.h_menu .category_link .s_box {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.h_menu .category_link .s_box li {
  width: 32%;
  font-size: 13px;
  border: 1px solid #e9e9e9;
}
.h_menu .category_link .s_box li a {
  color: #000;
  padding: 20px 0;
  display: block;
  text-align: center;
}
.h_menu .bnr_sns {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}
.h_menu .bnr_sns ul {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.h_menu .bnr_sns ul li {
  width: 48%;
}
/*ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒ˜ãƒƒãƒ€ãƒ¼*/
.fixed_header {
  background: #eee;
  padding: 10px 0;
  border-top: 2px solid #fff;
}
.fixed_wrap {
  width: 100%;
  max-width: 1000px;
  max-width: 920px;
  margin: auto;
  display: flex;
}
.fixed_header.fixed {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  border-top: none;
  background: #eee;
}
.fixed_header .fixed_search {
  width: 100%;
}
.fixed_header .fixed_search form {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.fixed_header .fixed_search form .set_box {
  display: flex;
  width: 46%;
}
.fixed_header .fixed_search form .set_box select {
  background: #666666;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0px 8px;
  max-width: 149px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  font-size: 14px;
}
.fixed_header .fixed_search form .set_box input {
  max-width: 264px;
  width: 100%;
  padding: 5px 8px;
  margin-left: 0;
}
.fixed_header .fixed_search form .name_box input {
  max-width: 80px;
  width: 100%;
  padding: 5px 8px;
}
.fixed_header .fixed_search form .name_box input[type="checkbox"] {
  width: auto;
  padding: 0;
}
.fixed_header .fixed_search form .form_btn {
  background: #4bb9b9;
  text-align: center;
  max-width: 121px;
  width: 100%;
}
.fixed_header .fixed_search form .form_btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  padding-top: 5px;
  max-width: 121px;
  width: 100%;
  font-size: 14px;
}
.fixed_menu {
  display: none;
  position: relative;
  width: 80px;
}
.fixed_header.fixed .fixed_menu {
  display: block;
}
.fixed_header.fixed.active .fixed_menu {
  display: none;
}
.fixed_menu .navtoggle {
  position: absolute;
  top: 0px;
  width: 47px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}
.fixed_menu .navtoggle span:nth-child(1) {
  top: 0px;
  left: 13px;
}
.fixed_menu .navtoggle span:nth-child(2) {
  top: 7px;
  left: 13px;
}
.fixed_menu .navtoggle span:nth-child(3) {
  top: 14px;
  left: 13px;
}
.fixed_menu .navtoggle span:nth-child(4) {
  top: 19px;
  border: none;
  font-size: 12px;
  width: 42px;
}
.fixed_menu .navtoggle span {
  display: block;
  position: absolute;
  width: 27px;
  border-bottom: solid 2px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
  color: #000;
}
.fixed_menu .navtoggle.active span:nth-child(1) {
  top: 9px;
  left: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fixed_menu .navtoggle.active span:nth-child(2),.fixed_menu .navtoggle.active span:nth-child(3) {
 top: 9px;
 left: 13px;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 transform: rotate(45deg);
}
.open_back {
  background: rgba(230,229,231,.8);
  width: 100%;
  display: none;
  padding: 15px 0;
}
.open_back.fixed.active {
  display: block;
  position: fixed;
  top: 50px;
  z-index: 3;
}
.open_back .open_header_wrap {
  width: 100%;
  width: 1200px;
  margin: auto;
}
 .open_back .open_gnav_list {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.open_back .open_gnav_list li {
  width: 16%;
}
.open_back .open_gnav_list li a {
  display: block;
  padding: 30px 0 2px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #70c1c1;
  border-radius: 25px;
  position: relative;
}
.open_back .open_gnav_list li a:hover {
  background: #4bb9b9;
  transition:0.3s ease-out;
}
.open_back .open_gnav_list li:first-child a::before {
  background: url(../../img/cc/header/nav01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 4px;
  right: 0;
  margin: auto;
}
.open_back .open_gnav_list li:nth-child(2) a::before {
  background: url(../../img/cc/header/nav02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 25px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 4px;
  right: 0;
  margin: auto;
}
.open_back .open_gnav_list li:nth-child(3) a::before {
  background: url(../../img/cc/header/nav04.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 28px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 3px;
  right: 0;
  margin: auto;
}
.open_back .open_gnav_list li:nth-child(3) a {
  font-size: 13px;
}
.open_back .open_gnav_list li:nth-child(4) a::before {
  background: url(../../img/cc/header/nav07.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 26px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 6px;
  right: 0;
  margin: auto;
}
.open_back .open_gnav_list li:nth-child(5) a::before {
  background: url(../../img/cc/header/nav08.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 27px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 6px;
  right: 0;
  margin: auto;
}
.open_back .open_gnav_list li:nth-child(6) a::before {
  background: url(../../img/cc/header/nav06.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 6px;
  right: 0;
  margin: auto;
}
@media (min-width: 1px) and (max-width: 1200px){
  .header_main .header_logo {
    max-width: 271px;
  }
  .header_main .header_logo .icon {
    display: none;
  }
  .header_gnav .gnav_list li a {
    font-size: 14px;
  }
  .header_gnav .gnav_list li:nth-child(4) a {
    font-size: 14px;
    box-sizing: border-box;
  }
}
@media (min-width: 1px) and (max-width: 1140px){
  .header_main .header_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_main.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
  }
  .header_gnav {
    display: none;
  }
  .header_main .header_nav {
    display: none;
  }
  .sp_nav_icon {
    display: flex;
  }
  .sp_nav_icon .search_btn {
    width: 100%;
    max-width: 26px;
    margin-right: 15px;
  }
  .sp_nav_icon .cart_btn {
    width: 100%;
    max-width: 25px;
  }
  .header_menu {
    display: block;
    position: relative;
  }
  .header_menu .navToggle {
    position: absolute;
    top: -7px;
    width: 47px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
  }
  .header_menu .navToggle span:nth-child(1) {
    top: 0px;
  }
  .header_menu .navToggle span:nth-child(2) {
    top: 9px;
  }
  .header_menu .navToggle span:nth-child(3) {
    top: 18px;
  }
  .header_menu .navToggle span {
    display: block;
    position: absolute;
    width: 22px;
    border-bottom: solid 2px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
    color: #000;
  }
  .header_menu .navToggle.active span:nth-child(1) {
    top: 9px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header_menu .navToggle.active span:nth-child(2),.navToggle.active span:nth-child(3) {
   top: 9px;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 .fixed_header {
   display: none;
 }
 .fixed_header.fixed {
   display: none;
 }
 .fixed_header.fixed.active {
   display: block;
   top: 98px;
 }
}
@media (min-width: 1px) and (max-width: 767px){
  .h_menu.active {
    top: 95px;
    height: 93%;
  }
  .fixed_header.fixed.active {
    top: 52px;
    height: 35.5%;
  }
  .h_menu.fix.active {
    top: 52px;
  }
  .header_top {
    background: #70c1c1;
  }
  .header_top .header_top_link {
    display: none;
  }
  .header_top .header_title.pcv {
    display: none;
  }
  .header_top .header_title.spv {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-block-start: 0;
    margin-block-end: 0em;
    line-height: 1.5;
  }
  .header_top .header_wrap {
    display: block;
  }
  .header_main {
    padding: 10px;
  }
  .header_main .header_logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 150px;
  }
  .header_main .header_logo .logo {
    max-width: 150px;
    margin-right: 0;
  }
}
@media (min-width: 1px) and (max-width: 360px){
  .header_top .header_title.spv{
    font-size: 11px;
  }
}
.fixed_header.active {
  display: block;
  position: fixed;
  top: 111px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 5;
  text-align: center;
  transition: all 0.6s;
  width: 100%;
  height: 16.5%;
  overflow: hidden;
}
.fixed_header.active .fixed_wrap {
  display: block;
}
.fixed_header.active .fixed_search form {
  display: block;
}
.fixed_header.active .fixed_search form .set_box {
  display: block;
  width: 90%;
  margin: 15px auto;
}
.fixed_header.active .fixed_search form .name_box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.fixed_header.active .fixed_search form .name_box .ss02 {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 10px;
}
.fixed_header.active .fixed_search form .name_box .ss02 span.en {
  display: none;
}
.fixed_header.active .fixed_search form .name_box .ss01 {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixed_header.active .fixed_search form .name_box .ss02 input {
  max-width: 47%;
  border: none;
}
.fixed_header.active .fixed_search form .set_box select {
  background: #fff;
  color: #111;
  font-size: 13px;
  margin-bottom: 15px;
}
.fixed_header.active .fixed_search form .set_box input {
  max-width: 100%;
  border: none;
  margin-left: 0;
}
.fixed_header.active .fixed_search form .set_box input::placeholder {
  color: #111;
}
.fixed_header.active .fixed_search form .form_btn {
  max-width: 215px;
  margin: auto;
}
.fixed_header.active .fixed_search form .form_btn button {
  max-width: 215px;
  font-size: 18px;
  margin: auto;
}
.fixed_header.active .fixed_search form .form_btn button span {
  display: none;
}
@media (min-width: 1px) and (max-width: 767px){
  .fixed_header.active .fixed_search form .name_box .ss02 input {
    max-width: 44%;
  }
  .fixed_header.active {
    height: 44.5%;
    top: 57px;
  }
}
@media (min-width: 1px) and (max-width: 360px){
  .fixed_header.active {
    height: 44.5%;
  }
}


.h_date_nav{
  padding:20px 10px;
  background-color:white;
}
.h_date_nav h2{
  font-size:18px;
}
.h_date_nav .h_date_list .h_date_box{
  display: flex;
  justify-content: space-between;
  border-bottom:1px solid #70c1c1;
  margin-bottom:20px;
}
.h_date_nav .h_date_list .h_date_box p{
  font-size:15px;
}
.h_date_nav .h_date_list .h_date_box .date_change{
  font-size:18px;
  font-weight:bold;
  color:red;
}
.h_date_nav .h_date_list .h_date_disc{
  font-size:15px;
  text-align:left;
}
