@charset "utf-8";
/* ===============================================
# header
=============================================== */
#header{
  position: relative;
  z-index: 100;
  width: 230px;
}
#header .menu_sp_in{
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;  
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
#header .wrap_menu{
  -webkit-box-flex: 1;
  flex: 1;
}
#header_hidden{
  display: none;
}
@media print,screen and (max-height :610px){
  #header .menu_sp_in{
    position: relative;
    height: auto;
  }
}
/*logo*/
#header h1.logo{
  text-align: center;
  margin: 33px 0;
}
#header h1.logo img{
  width: 177px;
}
@media (hover: hover) and (pointer: fine) {
  #header h1.logo a:hover{
    opacity: 0.8;
  }
}
@media print,screen and (max-height :755px){
  #header h1.logo{
    margin: 20px 0;
  }
}

/*#gnav--------------------------------------------*/
#gnav ul.list_second > li > a{
  display: block;
  padding: 15px 0;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gnav ul.list_second > li > a br.for_sub_pc {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  #gnav ul.list_second > li > a:hover{
    background: #f7f7f7;
  }
}
@media print,screen and (max-height :755px){
  #gnav ul.list_second > li > a{
    padding: 8px 0;
  }
}

/*submenu*/
#gnav .sub_menu{
  display: none;
  position: absolute;
  left: 230px;
  top: 0;
  width: 0;
  height: 100%;
  background: #4a4a4a;
  overflow: hidden;
}
#gnav .sub_menu > dl{
  width: 330px;
}
#gnav .sub_menu a{
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
#gnav .sub_menu dt figure{
  position: relative;
  width: 100%;
  height: 330px;
  min-height: 150px;
  overflow: hidden;
}
#gnav .sub_menu dt figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: inherit;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#gnav .sub_menu dt .ttl{
  padding: 18px 60px 18px 35px;
  background: url("/common/img/ico_link_w.svg")no-repeat right 19px center;
  background-size: 35px auto;
  font-size: 29px;
  font-size: 2.9rem;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
}
#gnav .sub_menu dt .ttl[href=""],
#gnav .sub_menu dt .ttl[href="#"]{
  background: none;
}
#gnav .sub_menu dd li.top{
  display: none;
}
#gnav .sub_menu dd a{
  padding: 15px 20px 15px 35px;
  line-height: 1.3;
}
#gnav .sub_menu dd a[target="_blank"] span {
  padding-right: 22px;
  background: url(/common/img/ico_blank_wt.svg) no-repeat right center;
  background-size: 12px;
}
@media (hover: hover) and (pointer: fine) {
  #gnav .sub_menu a:hover{
    background-color: #555555;
  }
}
@media print,screen and (max-height :810px){
  #gnav .sub_menu dt figure{
    height: 30vh;
  }  
}
@media print,screen and (max-height :755px){
  #gnav .sub_menu dt .ttl{
    padding: 8px 60px 8px 35px;
  }
  #gnav .sub_menu dd a{
    padding: 10px 20px 10px 35px;
  }
}
/*menu_other---------------------------------------*/
/*list_sns*/
#header .menu_other .list_sns{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .menu_other .list_sns li{
  width: 50%;
}
#header .menu_other .list_sns li a{
  padding: 16px 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
#header .menu_other .list_sns li a img{
  width: 26px;
}
/*list_info*/
#header  .menu_other .list_info li{
  position: relative;
  width: 50%;
}
#header  .menu_other .list_info li:nth-child(2)::before{
  content: '';
  width: 1px;
  height: 68.42%;
  background: rgba(98,98,98,0.65);
  position: absolute;
  top: 15.79%;
  left: auto;
}
#header  .menu_other .list_info li a{
  display: block;
  padding: 10px 0;
  background: #fff500;
  text-align: center;
  color: #000;
  min-height: 95px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
#header  .menu_other .list_info li a p{
  width: 100%;
  text-align: center;
  line-height: 1.067;
}
#header  .menu_other .list_info li.request img{
  width: 42px;
}
#header  .menu_other .list_info li.info img{
  width: 19px;
}
#header  .menu_other .list_info li a span{
  width: 100%;
  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;
  margin-top: 12px;
  font-size: 15px;
  font-size: 1.5rem;
}
#header  .menu_other .list_info li.info a span{
  margin-top: 8px;
}
@media (hover: hover) and (pointer: fine) {
  /*list_sns*/
  #header .menu_other .list_sns li a:hover{
    background: #f7f7f7;
  }
  /*list_info*/
  #header  .menu_other .list_info li a:hover{
    background: #fdff5e;
  }
}

/* ===============================================
# header
=============================================== */
#menu_tool{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
#menu_tool li{
  width: 85px;
  line-height: 1;
  text-align: center;
}
#menu_tool li >a,
#menu_tool li >button{
  width: 100%;  
  background: #fff;  
  padding: 19px 0;
}
#menu_tool li.access a{
  color: #fff;
  background: #626262;
}
#menu_tool li span{
  display: inline-block;
  padding-top: 33px;
  font-size: 14px;
  font-size: 1.4rem;
}
#menu_tool li.access span{
  background: url("/common/img/ico_h_access.svg")no-repeat center top;
  background-size:auto 25px;
}
#menu_tool li.search button.open{
  background: #f7f7f7;
}
#menu_tool li.search span{
  background: url("/common/img/ico_search.svg")no-repeat center top;
  background-size:auto 25px;
}
/*box_search*/
#menu_tool #searchbox{
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;  
  -webkit-transform: translateY(100%);
  transform: translateY(100%);  
}
#menu_tool .box_search{
  background: #f7f7f7;
  padding: 11px 12px;
}
#menu_tool .box_search input{
  width: 320px;
  border: solid 1px #dadada;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 10px;
}
#menu_tool .box_search button{
  width: 55px;
  background: #4c4c4c;
  text-align: center;
}
#menu_tool .box_search button img{
  width: 24px;
}
@media (hover: hover) and (pointer: fine) {
  #menu_tool li.access a:hover{
    background: #000000;
  }
  #menu_tool li.search > button:hover{
    background: #f7f7f7;
  }  
}

@media print and (max-width :1024px){
  #header,
  #menu_tool {
    display: none;
  }
}