/*
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.png) no-repeat 0 0;
    display: block;
    width:40px;
    height: 40px;
    position: absolute;
    top:10px;
    right:20px;
    cursor: pointer;
    z-index: 200;
}
.peke {
    background-position: 0 0;
    background:transparent url(../img/icon/hamburger_close_sp.png) no-repeat 0 0;
    display: block;
    width:40px;
    height: 40px;
    position: absolute;
    top:10px;
    right:20px;
    cursor: pointer;
    z-index: 200;
    display:none;
}
.drawr {
    display: none;
    background-color:#203744;
    position: absolute;
    transform: translate3d(0, 0, 0);
    top: 0px;
    right:0;
    width:300px;
    padding:60px 30px 20px 30px;
    z-index: 100;
}

.hamburger_form{
    text-align: right;    
}


.hamburger_textarea{
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
textarea {
    width: 300px;
}

.hamburger_submit{
    width: 60px;
    padding: 0.8em;
}


#menu li {
    width:240px;
    list-style:none;
    text-indent: -1.75em;
    list-style-type : none;
    padding:5px 10px;
/*    width: 170px;*/
    border-bottom:1px solid #84b2e052;

/*    padding-left: 2.5em;*/
}
#menu li a {
    color:#fff;
    display: block;
    padding: 15px;
    text-decoration: none;
}

/*リストをアイコンにする*/
/*ul {
  list-style:none;
  padding-left: 2.5em;
}*/
#menu li a img {
  height: 1em;
  margin-right: 0.75em;
  width: 1em;
}

li > img {
  height: 1em;
  margin-right: 0.75em;
  width: 1em;
}

li > i {
  color: #444;
}

.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 20px;
}

.hamburger_form_p{
    text-align: right; 
    white-space: nowrap;
}

.hamburger_submit_member{
    font-size: 1.1em;
    padding-left: 4px;
    padding: 0.6em;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #dcdcdc;
}