/*
 * StyleName: common.css
 * Version: 0.6
 *
 * FCV - http://foodconnection.jp/
 *
 */
/*=============================================
 * reset
 *=============================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
img {
	border: 0;
}
img, input {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table, caption, th, td {
	font-style: normal;
	font-weight: normal;
}
hr {
	margin: 0;
	padding: 0;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
	margin: 0;
	padding: 0;
	outline: none;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
}
/*=============================================
 * reset - custom
 *=============================================*/
:before,
:after {
	pointer-events: none;
}
* { /* fix font boosting on mobile Chrome */
	max-height: 1000000px;
}
*:first-child + html img,
* html img {
	vertical-align: top;
}
html,
body {
	line-height: 1;
	word-spacing: normal;
	min-height: 100%;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/* -webkit-overflow-scrolling: touch; */
}
input,
button,
select,
optgroup,
option,
textarea,
label {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select,
button,
input:button,
input:submit,
input:reset {
	cursor: pointer;
}
option:disabled {
	display: none;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a[href=""],
a[href=""] > * {
	cursor: not-allowed !important;
}
a[href=""]:focus,
a[href=""]:active {
	pointer-events: none;
}
/*=============================================
 * .clearfix
 *=============================================*/
.nav-fl,
.nav-fr,
.clearfix, .menulist dl {
	zoom: 1 !important;
}
.nav-fl:after,
.nav-fr:after,
.clearfix:after, .menulist dl:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
/*=============================================
 * nav - float/inline
 *=============================================*/
.nav-fl > * {
	float: left;
}
.nav-fr > * {
	float: right;
}
.nav-inline > * {
	display: inline-block;
}
/*=============================================
 * fonts
 *=============================================*/
[class^=fnt-] {
	font-size: initial;
	font-weight: normal;
	font-style: normal;
	line-height: initial;
	letter-spacing: initial;
}
.fnt-garamond {
	font-family: Garamond, "游明朝", YuMincho, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*=============================================
 * text vertical
 *=============================================*/
.txt-vertical {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical .int {
	writing-mode: lr-tb;
	-o-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-moz-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
}
.txt-normal .int {
	height: 1.1em;
}
.txt-vertical-x > * {
	writing-mode: rl-tb;
	-o-writing-mode: vertical-tb;
	-ms-writing-mode: vertical-tb;
	-ms-writing-mode: rl-tb;
	-moz-writing-mode: vertical-tb;
	-webkit-writing-mode: vertical-tb;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display: inline-block;
	white-space: nowrap;
	word-wrap: break-word;
	width: 1px;
	line-height: 1;
}
.txt-vertical .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl; 
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: sideways-right;
	-o-text-orientation: sideways-right;
	-ms-text-orientation: upright;
	-ms-text-orientation: sideways-right;
	-moz-text-orientation: sideways-right;
	-webkit-text-orientation: sideways-right;
	letter-spacing: .25em;
}
/*=============================================
 * .bg-parallax
 *=============================================*/
.bg-parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	min-height: 600px;
}
/*=============================================
 * rollover button
 *=============================================*/
.btn-over img,
.over-img img,
img.over,
img:not(.btn):not(.non-over),
button img {
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.over-img img:hover,
img.over:hover,
a:not([href=""]):hover img:not(.btn):not(.non-over),
button:hover img {
	cursor: pointer;
	opacity: .8;
}
.non-over a:hover img:not(.over),
.non-over img:not(.over):not(.btn):hover {
	opacity: 1 !important;
}
.btn-over {
	display: inline-block;
	position: relative;
}
.btn-over img + img {
	pointer-events: none;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn-over:hover img + img,
.btn-over.active img + img {
	opacity: 1 !important;
}
.btn-over:hover img,
.btn-over.active img {
	opacity: 0 !important;
}
/*=============================================
 * sp header
 *=============================================*/
header .navBtn {
	display: none;
}
header .menu_toggle {
	display: none;
}
@media screen and (max-width:767px) {
header .navBtn {
    display: block;
    width: 50px;
    height: 48px;
    position: fixed;
    top: 25px;
	right:10px;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    color: #000;
    font-weight: bold;
    z-index: 9998;
    background: rgba(255,255,255,0.8);
/*	background: rgba(19,33,70,0.6);*/
    padding: 8px 5px;
    border-radius: 3px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
header .navBtn span {
    display: block;
    height: 1px;
    width: 90%;
    background: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	margin-left: 5%;
}
.navOpen .close_bt, .menu_btn{
	display: block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.close_bt, .navOpen .menu_btn{
	display: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
header .navBtn span:nth-of-type(2), 
header .navBtn span:nth-of-type(3) {
	margin-top: 6px;
}
/* ナビゲーションアイコン：アクティブ */
.navOpen .navBtn span:nth-of-type(1) {
	-webkit-transform: translateY(7px) translateX(0) rotate(225deg);
	-ms-transform: translateY(7px) translateX(0) rotate(225deg);
	transform: translateY(7px) translateX(0) rotate(225deg);
}
.navOpen .navBtn span:nth-of-type(2) {
	margin-top: 6px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}
.navOpen .navBtn span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) translateX(0) rotate(-225deg);
	-ms-transform: translateY(-8px) translateX(0) rotate(-225deg);
	transform: translateY(-8px) translateX(0) rotate(-225deg);
}
header .button-toggle {
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	width: 60px;
}
header .button-toggle span {
	background: #000 none repeat scroll 0 0;
	display: block;
	height: 4px;
	margin-top: 5px;
}
header .menu_toggle {
	z-index: 9997;
	position: fixed;
	width: 100%!important;
	padding: 0 2.4%;
	top:0px;
	left:-100%;
	overflow-y: auto;
	color: #000;
	display: block !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	height: 100%!important;
	background: url(../img/shared/nav_bg.jpg);
	&.open {
		left:0;
	}
}
.navOpen .menu_toggle {
	left:0;
}
.navOpen #belt {
	z-index: 9990999;
}
.navOpen .active::before{
	top: 100%;
}
header .menu_toggle ul {
	padding:76px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}
header .menu_toggle li {
	position: relative;
	border-bottom: 1px dashed rgba(0,0,0,0.5);
	padding: 0 10px 0 15px;
	background: url(../img/shared/nav_icon.png) no-repeat left center;
}
header .menu_toggle li.active{
	border-bottom: 3px solid #d50f0f;
	font-weight: bold;
	background: url(../img/shared/nav_icon_on.png) no-repeat left center;
}
header .menu_toggle li a{
	font-weight: bold;
}
header .menu_toggle li.active a{
}
header .menu_toggle li:last-child{
	margin-bottom: 10px;
}
header .menu_toggle a {
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 30px;
	font-size:18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
header .menu_toggle ul li a {
	display: block;
	padding: 12px 0 12px 0px;
	letter-spacing: 1px;
   -webkit-text-stroke: 0.5px black;
   text-shadow:
       1px 1px 0 #f3ecd6,
     -1px -1px 0 #f3ecd6,  
      1px -1px 0 #f3ecd6,
      -1px 1px 0 #f3ecd6,
       1px 1px 0 #f3ecd6;
}
header .menu_toggle ul li a:after {
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -7px;
}
header .menu_toggle .last {
	background-color: #5a0000;
}
header .menu_toggle ul li span{
	line-height: 18px;
	display: block;
}
header .menu_toggle ul li span small{
	display: block;
	font-size: 12px;
}
header .close_btn {
	width: 100%;
	height: 40px;
	cursor: pointer;
	/* padding-top: 10px; */
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	display: grid;
	place-items: center;
	letter-spacing: 0.1em;
	/* line-height: 30px; */
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
}
header .close_btn .close {
	font-size: 24px;
}
}
/*=============================================
 * .slide-fade
 *=============================================*/
.slideParent {
	position: relative;
}
.slide-fade {
	position: relative;
}
.slide-fade > * {
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slide-btn {
	pointer-events: none;
	margin: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.slide-btn .slide-next,
.slide-btn .slide-prev {
	pointer-events: visible;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide-btn .slide-next {
	right: 0;
}
.slide-btn .slide-prev {
	left: 0;
}
.slide-btn .slide-next img,
.slide-btn .slide-prev img {
	cursor: pointer;
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.slide-btn .slide-next img:hover,
.slide-btn .slide-prev img:hover {
	opacity: .8;
}
.slide-page {
	margin: 0 auto;
	text-align: center;
}
.slide-page > * {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	background: #C0C0C0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.slide-page > *:hover,
.slide-page > *.active {
	background: #8D8D8D;
}
/*=============================================
 * .nav-animate
 *=============================================*/
.nav-animate {
}
/*=============================================
 * .nav-fixed
 *=============================================*/
.nav-fixed {
}
.nav-fixed.fixed {
}
.nav-target {
}
.nav-pin {
}
.nav-pin.fixed {
}
/*=============================================
 * .wrap
 *=============================================*/
.wrap {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
/*=============================================
 * .gmap
 *=============================================*/
.gmap {
	background: url(../img/shared/preloader-map.gif) no-repeat center center #EDEDED;
	width: 100%;
	min-height: 300px;
	position: relative;
}
.gmap iframe {
	pointer-events: none !important;
	width: 100%;
}
.gmap.scrollable iframe {
	pointer-events: visible !important;
}
/*=============================================
 * .tabs-switch
 *=============================================*/
.tabs-switch {
}
.tabs-switch .tab-link {
}
.tabs-switch .tab-link > * {
	cursor: pointer;
	display: inline-block;
}
.tabs-switch .tab-link.link-over > * {
	position: relative;
}
.tabs-switch .tab-link.link-over > * > img {
}
.tabs-switch .tab-link.link-over > * > img + img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tabs-switch .tab-link.link-over > * > img + img,
.tabs-switch .tab-link.link-over > *:hover > img,
.tabs-switch .tab-link.link-over > *.active > img {
	opacity: 0;
}
.tabs-switch .tab-link.link-over > *:hover > img + img,
.tabs-switch .tab-link.link-over > *.active > img + img {
	opacity: 1;
}
.tabs-switch .tab-content {
}
.tabs-switch[data=fade] .tab-content {
	min-height: 100px;
	position: relative;
}
.tabs-switch .tab-content > * {
	display: none;
}
.tabs-switch[data=fade] .tab-content > * {
	margin: auto;
	width: 100%;
	height: 100%;/*
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	*/
}
/*=============================================
 * .toggle
 *=============================================*/
 
.toggle {
}
.toggle .toggle-link {
	cursor: pointer;
}
.toggle .toggle-main {
	display: none;
}
.toggle.active .toggle-main {
	display: block;
}
/*=============================================
 * #pagetop
 *=============================================*/
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
  line-height: 1;
	z-index: 99;
}
#pagetop a {
  background: #ab101b;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .5;
}
#ft_groups {
	display: none;
}
@media screen and (max-width:767px) {
	#pagetop {
		bottom: 80px;
		width: 40px;
	}
	#ft_groups {
		display: block;
		position: fixed;
		bottom: 0px;
    left: 0;
    right: 0;
    background-color: #132146;
		color: #fff;
		text-align: center;
		border-top: 1px solid #fff;
		z-index: 99;
	}
	#ft_groups .contact_gr {
		display: flex;
	}
	#ft_groups .contact_gr .fl01 {
		width: 54%;
	}
	#ft_groups .contact_gr .fl02 {
		width: 23%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	}
	#ft_groups .contact_gr .fl03 {
		width: 23%;
	}
	#ft_groups .box {
		display: grid;
		place-items: center;
		padding: 5px 0 1px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.7;
	}
	#ft_groups .box dl dt {
		font-size: 14px;
		line-height: 16px;
	}
	#ft_groups .box dl dd a {
		font-size: 20px;
		letter-spacing: 1px;
	}
	#ft_groups .box .icon-mail-alt:before {
		padding-right: 5px;
	}
	#ft_groups .box .icon-basket {
		position: relative;
	}
	#ft_groups .box .icon-basket:before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -20px;
	}
}
@media screen and (max-width:375px) {
	#ft_groups .contact_gr .fl01 {
		width: 46%;
	}
	#ft_groups .contact_gr .fl02 {
		width: 26%;
	}
	#ft_groups .contact_gr .fl03 {
		width: 28%;
	}
	#ft_groups .box .icon-basket:before, #ft_groups .box .icon-mail-alt:before {
		content: none;
	}
}
/*=============================================
 * #header
 *=============================================*/
#header {
	width: 100%;
}
#header > .wrap {
	position: relative;
	z-index: 2;
}
#header h1 {
	font-size: inherit;
}
@media screen and (max-width:767px) {
	#header > .wrap {
		z-index: 501;
	}
}
/*=============================================
 * #container
 *=============================================*/
#container {
	clear: both;
	margin: auto;
	width: 100%;
	position: relative;
}
/*=============================================
 * #footer
 *=============================================*/
#footer {
	width: 100%;
	position: relative;
}
#footer a {
	color: inherit;
}
#footer .nav {
}
#footer .nav li {
	padding-left: 5px;
}
#footer .nav li + li {
}
#footer .nav li + li:before {
	content: "|";
	padding-right: 5px;
}
address {
	text-align: center;
}
/*=============================================
 * #socialbuttons
 *=============================================*/
#socialbuttons > * {
	display: inline-block;
	margin: 0 2px;
}
/*=============================================
 * customs
 *=============================================*/
.bxSlider,
.bxSlider * {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.bx-wrapper img { /* responsive */
	display: block;
	max-width: 100%;
	height: auto;
}
a.bx-next,
a.bx-next:active,
a.bx-next:focus,
a.bx-next:hover,
a.bx-next:hover img,
a.bx-prev,
a.bx-prev:active,
a.bx-prev:focus,
a.bx-prev:hover,
a.bx-prev:hover img,
a.bx-pager-link,
a.bx-pager-link:active,
a.bx-pager-link:focus,
a.bx-pager-link:hover,
a.bx-pager-link:hover img,
a[data-slide-index],
a[data-slide-index]:active,
a[data-slide-index]:focus,
a[data-slide-index]:hover,
a[data-slide-index]:hover img {
	pointer-events: visible !important;
	cursor: pointer !important;
}
.fb-page {
	background: #FFF;
	width: 100%;
	height: inherit;
}
/* .bx-controls {
	display: none;
} */
@media screen and (max-width:767px) {
	header #key {
		position: relative;
		z-index: 500;
		overflow: hidden;
	}
	.bx-wrapper {
		position: relative;
	}
	.bx-wrapper img {
		position: absolute;
		bottom: 0;
	}
	.bx-wrapper .bx-pager {
		color: #ffee00;
		font-family: Arial;
		font-size: 0.85em;
		font-weight: bold;
		text-align: center;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		line-height: 10px;
		bottom: 5%;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 999;
	}
	.bx-controls {
		display: block;
	}
	.bx-controls-direction {
		left: 0;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -20px;
		width: 99.9%;
		z-index: 999;
	}
	.bx-wrapper .bx-controls-direction a {
		color: #FFF;
		font-family: "fontello";
		font-size: 25px;
		height: 35px;
		line-height: 35px;
		outline: 0 none;
		position: absolute;
		text-indent: -9999px;
		top: 0%;
		text-align: center;
		width: 35px;
		z-index: 99;
		display: block;
		background: rgba(0,0,0,0.5);
	}
	.bx-prev::after {
		content: "";
		left: 10px;
		position: absolute;
		text-indent: 0;
		top: -1px;
	}
	.bx-next::after {
		content: "";
		left: 13px;
		position: absolute;
		text-indent: 0;
		top: -1px;
	}
	.bx-prev {
		position: absolute;
		top: 0;
		left: 0;
	}
	.bx-next {
		position: absolute;
		top: 0;
		right: 0;
	}
	.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
		display: inline-block;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		/*	background: rgba(0,0,0,0.2);*/
		background-color: #132146;
		border-radius: 5px;
		display: block;
		height: 10px;
		margin: 0 8px;
		outline: 0 none;
		text-indent: -9999px;
		width: 10px;
		box-sizing: border-box;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
		background-color: #ad0101;
	}
}
/*=============================================
 * customs common - FCV
 *=============================================*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}
@media screen and (max-width:1020px) {
	.fl {
		float: none;
	}
	.fr {
		float: none;
	}
	.fn {
		float: none;
	}
}
@media screen and (max-width:767px) {
	.sp-br {
		display: none;
	}
}
/* ==========================================================================
   css popup
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  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;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  -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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  
  padding: 22px;
	margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
	z-index: 3;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}