.drawer-hamburger{
	background: 0;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	padding: 15px;
	width: 60px;
	height: 60px;
	background-color: #0e0058;
	border: 0;
	z-index: 90;
	outline: 0;
	box-sizing: border-box;
}
.drawer-hamburger:hover {
	cursor: pointer;
}
#header a span.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 10px;
}
#header a span.drawer-hamburger-icon, #header a span.drawer-hamburger-icon:before, #header a span.drawer-hamburger-icon:after {
	height: 3px;
	width: 100%;
	border-radius: 1px;
	background-color: #fff;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#header a span.drawer-hamburger-icon:before, #header a span.drawer-hamburger-icon:after {
	position: absolute;
	content: " ";
	top: -10px;
	left: 0;
}
#header a span.drawer-hamburger-icon:after {
	top: 10px;
}
#header a span.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}
/* -remodal- */
.remodal-wrapper {
	text-align: left!important;
}
.remodal {
	height: 100vh;
	overflow-y: scroll;
	font-size: 13px;
	background-color: #fafafa;
}
/*
.remodal::-webkit-scrollbar{
   width: 10px;
}
.remodal::-webkit-scrollbar-track{
   background-color: #fff;
}

.remodal::-webkit-scrollbar-thumb{
   background-color: #070084;
}
*/
.remodal a {
	text-decoration: none;
	display: block;
	padding: 5px 2em;
	margin-bottom: 10px;
	font-size: 16px;
	color: #5c5c5c;
	border-bottom: 1px solid #ddd;
}

.remodal-wrapper h2{
	width: 100%;
	padding: 8px 15px;
	box-sizing:border-box;
}
.remodal-wrapper h2 a{
	padding: 0;
	margin: 0;
}
.remodal-wrapper h2 a img{
	width: auto;
	height: 45px;
}
.remodal-wrapper h2 a span {
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.remodal-wrapper ul {
	width: 92%;
	margin: 0 auto 20px;
}
.remodal-wrapper ul li.menu-home {
	float: none;
	width: 100%;
}
.remodal-wrapper ul li a,.remodal-wrapper ul li span.title {
	padding: 2px 0;
	font-size: 14px;
	font-weight: bold;
}
.remodal-wrapper a.sp-shop{
	display: block;
	width: 90%;
	padding: 10px 10px;
	margin: 0 auto 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #0e0058;
	box-sizing: border-box;
}
.remodal-wrapper a.sp-shop img{
	width: 25px;
	height: auto;
	margin-left: 10px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	vertical-align: middle;
}
h2.remodal-search {
	width: 100%;
	padding: 5px 0;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	color: #5c5c5c;
	background: #eee;
	border-bottom: none;
}
.menu-search {
	width: 90%;
	margin: 0 auto;
}
.menu-search input {
	float: left;
	width: 80%;
	padding: 5px 0;
	margin-right: 10px;
	border: 1px solid #ddd;
}
#search {
    width: 16%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    background: #070084;
    font-size: 120%;
    border: none;
    padding: 0;
    float: left;
    cursor: pointer;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 3px;

    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
}
.menu-search input.s-btn {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	margin-right: 0;
	border: none;
}
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
.remodal-wrapper .remodal a.remodal-cancel {
	display: block;
	width: 90%;
	margin: 40px auto 50px auto;
	padding: 5px 0;
	border: 1px solid #5c5c5c;
	background: #fafafa;
	font-size: 13px;
	color: #070084;
	text-align: center;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
/* Close button */

.remodal a.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
	width: 60px;
	height: 60px;
	padding: 15px;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
	background-color: #0e0058;
	box-sizing: border-box;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 50px;
  line-height: 35px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 35px;
  content: "\00d7";
  color: #fff;
  text-align: center;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
	overflow: hidden;
	touch-action: none;
}

/* Anti FOUC */

.remodal, [data-remodal-id] {
 display: none;
}
/* Necessary styles of the overlay */

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
	background: #fafafa;
}
/* Necessary styles of the wrapper */

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}
/* Fix iPad, iPhone glitches */

.remodal-overlay, .remodal-wrapper {
	backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */

.remodal {
	width: 100%;
	position: relative;
	outline: none;
	text-size-adjust: 100%;
}
.remodal-is-initialized {
	/* Disable Anti-FOUC */
	display: inline-block;
}




/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
  background: #fafafa;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
