/* ==============================
   Drawer top layout
   閉じるボタンとInstagramを横並び
============================== */

.p-drawer__wrapper{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* 上部バー */
.p-drawer-top{
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 10px 14px 8px 24px;
  background: #006d9a;
}

/* Instagram */
.p-drawer-instagram{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.p-drawer-instagram img{
  display: block;
  width: 30px;
  height: 30px;
}

/* 閉じるボタン */
.p-drawer-close{
  position: static !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.p-drawer-close img{
  display: block;
}

/* 上部余白を詰める */
.p-link-set{
  padding-top: 18px !important;
}
