#wrap{
  margin :10px 0px;
  padding: 15px;
 /*background-color: #eee;*/
}
/* 1.Slick */
.slider{
    width: 70%;
    max-width: 900px;
    margin: 20px auto;
}
.slider img{
  width: 100%;
  height: 350px;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #fff;
}
.next-arrow{
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #fff;
}

/* 2.Magnific Popup */
.wrappr{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.popup-btn{
  width: 100px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  background-color: #30B298;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  transition: all .3s;
}
.popup-btn:hover {
  background-color: #59b1eb;
  transition: all .3s;
}

/* 3.ドロワーメニュ実装（Drawer） */
.drawer-menu{
  padding: 20px;
}
.drawer-menu li{
  display: block;
    padding: 10px 0;
    font-size: 1.3rem;
}

.drawer-menu a{
      color: #30B298;
    background: transparent;
    -webkit-tap-highlight-color: rgba(48, 178, 152, 0.6);
    margin: 0;
    vertical-align: baseline;
    text-decoration: none;
    font-weight: bold;
}