@charset "UTF-8";

#header{
  width: 100%;
}
#header-in{
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
#header-in.cf::after{
  display: none;
}
#header-in .search-box.input-box{
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 20rem;
}
#header-in .search-box.input-box input[type="text"]{
  font-size: .9rem;
}

#navi-in ul{
  padding-top: 10px;
  padding-bottom: 10px;
}
#navi-in ul li{
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: white;
  width: 25%;
  font-weight: bold;
}
#navi-in ul li:nth-of-type(2){
  margin-left: 1rem;
  margin-right: 1rem;
}
#navi-in ul li .item-label{
  position: relative;
}
#navi-in ul li .item-label::before{
  position: absolute;
  content: '';
  background-image: url('/wp-content/uploads/2023/11/icon_1.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 2rem;
  left: 50%;
  top: 0;
  transform: translateX(-5.5rem) scale(0.8);
}
#navi-in ul li:nth-child(2) .item-label::before{
  background-image: url('/wp-content/uploads/2023/11/icon_21.png');
  transform: translateX(-6.5rem) scale(0.8) translateY(5%);
}

#navi-in ul li:nth-child(3) .item-label::before{
  background-image: url('/wp-content/uploads/2023/11/icon_31.png');
  transform: translateX(-6.5rem) scale(0.8);
}

#navi-in ul li:nth-of-type(4){
  display: none;
}

header.entry-header.front_page{
  display: flex;
  flex-direction: column;
  /* background-color: #F3D45C; */
  background-image: url('/wp-content/uploads/2023/11/header_img.png');
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 60vh;
}
header.entry-header.front_page .header_flex{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
header.entry-header.front_page .header_text{
  margin: auto 0;
}
header.entry-header.front_page .header_text h1{
  font-size: 2.5rem;
}
header.entry-header.front_page .header_image{
  width: 38%;
  height: auto;
  margin: auto 0;
}
.design_bar{
  height: 10px;
  background-color: #F3D45C;
}
h1.home_title{
  font-size: 1.5rem;
  margin-bottom: 20px;
}




@media screen and (max-width: 480px){
  #header-container-in.header-container-in.hlt-top-menu{
    flex-direction: row;
  }
  .header-container-in.hlt-top-menu .header #header-in.header-in{
    display: flex;
  }
  #header-in form.search-box.input-box{
    width: 50%;
  }
  .logo.logo-header.logo-image{
    text-align: left;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .header-container-in.hlt-top-menu .logo-header .site-name img{
    max-height: 40px;
  }
  header.entry-header.front_page{
    height: 50vh;
    background-size: 170%;
    background-repeat: no-repeat;
  }
  header.entry-header.front_page .header_flex{
    width: 95vw;
    flex-direction: column;
    height: 70%;
  }
  header.entry-header.front_page .header_text h1{
    font-size: 1.5rem;
    padding-left: 0px;
  }
  header.entry-header.front_page .header_image{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
  #navi #navi-in.navi-in > .menu-mobile li{
    width: 60%;
  }
  #navi-in ul li:nth-of-type(2){
    margin-bottom: 10px;
    margin-top: 10px;
  }
}







/*  */
