@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/*----------menubar----------*/

.menubar{
  width: 75px;
  height: 100vh;
  background-color: #FAFAED;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 20;
}

.main-menubox{
  width: 75px;
  height: calc(100% - 151px);
  text-align: center;
  display: table;
}



.sub-menubox{
  bottom: 0;
  position: absolute;
}

.sub{
  width: 75px;
  height: 62px;
  background-color: #4C4C4C;
  text-align: center;
  padding-top: 15px;
}

.title{
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.sub-menutitle{
  font-size: 10px;
  color:#FFF;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.sub .title{
  color: #FFFFFF;
}


.line{
  width: 75px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
}

.icon{
  width: 55px;
  height: 15px;
  text-align: center;
  display: inline-block;
}

.voice{
  width: 35px;
  height: 12px;
  background-image: url(../img/download.svg);
  background-repeat: no-repeat;
}

.contact{
  width: 35px;
  height: 22px;
  background-image: url(../img/contact.svg);
  background-repeat: no-repeat;
}


/*----------menu-button----------*/

.menu-button{
    width: 42px;
    height: 42px;
    top: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    color: #4C4C4C;
    text-decoration: none;
}

.menu-line{
  width: 35px;
  height: 20px;
  display: inline-block;
}


.menu-button span {
    display: block;
    background: #666;
    width: 35px;
    height: 5px;
    margin-bottom: 6px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.menu-button .menu-line span:first-child {
    top: 12px;
}

.menu-button .menu-line span:last-child {
    bottom: 12px;
}
.menu-button.sideactive .menu-line span:first-child {
    background: #FFF;
    -webkit-transform: translateY(5.83px) rotate(45deg);
    -moz-transform: translateY(5.83px) rotate(45deg);
    -ms-transform: translateY(5.83px) rotate(45deg);
    transform: translateY(5.83px) rotate(45deg);
}

.menu-button.sideactive .menu-line span:last-child {
    background: #FFF;
    -webkit-transform: translateY(-5.83px) rotate(-45deg);
    -moz-transform: translateY(-5.83px) rotate(-45deg);
    -ms-transform: translateY(-5.83px) rotate(-45deg);
    transform: translateY(-5.83px) rotate(-45deg);
}

/*----------slidemenu----------*/

.slide-menu-wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: -100%;
  z-index: 10;
}


.slide-menu{
    left: 0px;
    padding: 1.5rem 2rem 1.5rem 120px;
    background: #ED7796;
    z-index: 16;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-display: flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    width: 420px;
    height: calc(100% - 3rem);
}
    

.menu-b{
    margin: 0rem 1rem 0rem 0;
    padding: 0;
    width: 180px;
    display: inline-block;
}

.menu-b a{
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 150ms 0s ease;
}




.menu-caps{
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  display: block;
  width: 220px;
  color: #FFFFFF;
  margin: 0rem 0;
}


.menu-b a:hover{
  color: #DADAFF;
}

i{
  margin: 0 5px;
}

ul{
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0;
}

 ul .manu-list{
  padding: 0px;
  margin: 1rem 0.5rem 0.5rem 0;
  text-align: left;
  width: 220px;
  display: inline-block;
}

.menu-list li a{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 150ms 0s ease;
}

.menu-list li a:hover{
  color: #DADAFF;
}








