/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/07/24, 13:49:20
    Author     : asuka
*/

.hamburger_btn {
    background:transparent url(../img/icon/hamburger_menu_sp.svg) no-repeat 0 0;
    background-size: contain;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 99;
}
.peke {
    background-position: 0 0;
    background:transparent url(../img/icon/hamburger_close_sp.svg) no-repeat 0 0;
    background-size: contain;
    display: block;
    width: 20px;
    height: 31px;
    position: absolute;
    top: 8px;
    right: 20px;
    cursor: pointer;
    z-index: 101;
    display:none;
}
.drawr {
    display: none;
    background-color:#006ECB;
    position: absolute;
    transform: translate3d(0, 0, 0);
    top: 0px;
    right:0;
    width: 100%;
    min-height: 812px;
    height: 100%;
    /*padding:60px 60px 20px 20px;*/
    z-index: 100;
    /*overflow: hidden;*/
}

.hamburger_form{
    text-align: right;    
}


input[type="text"].hamburger_textarea{
    padding: 0.5em;
    outline: none;
    border: 1px solid #DDD;
    border-radius: 6px 0 0 6px;
    box-sizing: border-box;
    width: 85%;
    height: 34px;
    background-color: #fff;
    background-image: url(../img/icon/search_input.svg);
    background-repeat: no-repeat;
    background-size: 22px, auto, contain;
    background-position: 5px, 5px;
    padding-left: 37px;
}

.hamburger_submit{
    box-sizing: border-box;
    width: 15%;
    height: 34px;
    padding-left: 4px;
    -webkit-appearance: none;
    border-radius: 0 6px 6px 0;
    border-style: none;
    background-color: #D1D1D1;
    color: #404040;
}

#menu li {
    list-style:none;
    list-style-type : none;
    padding: 8px 0px;
    border-bottom:1px solid #A0C6E6;
}

#menu li a {
    color:#fff;
    text-decoration: none;
    font-size: 1.0em;
    display: block;
}

#menu li a:after {
    content: '>';
    color:#fff;
    position: absolute;
    right: 26px;
}

/*リストをアイコンにする*/
/*ul {
  list-style:none;
  padding-left: 2.5em;
}*/
#menu li a img {
  height: 1em;
  margin-right: 0.75em;
  width: 1em;
}



.nav-close {
   /* display: none;*//*はじめは??しておく*/
    position: fixed;
    z-index: 100;
    top: 0;/*全体に??がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    /*opacity: 0;*/
    transition: .3s ease-in-out;
    display:none;
}

.hamburger_list{
    padding:0px 25px;
    height:100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.hamburger_form_p{
    display: flex;
    text-align: center; 
    margin-top: 60px;
    white-space: nowrap;
    padding:0px 25px;
}

.hamburger_submit_member{
    width: 35px;
    font-size: 0.8em;
    padding-left: 4px;
    padding: 0.2em;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #dcdcdc;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0; /*追??*/
  right: 0; /*追??*/
  overflow: hidden
}

.search_anchor {
    background:transparent url(../img/icon/search_sp.svg) no-repeat 0 0;
    background-size: contain;
    display: block;
    width: 32px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 52px;
    cursor: pointer;
    z-index: 99;
}