/*----------------------------------------------------

 Base 

----------------------------------------------------*/
html {
	font-size: 62.5%;/*‰Šú’l16px‚Ì62.5%‚Åƒ‹[ƒg‚ª10px*/
}
body {
	color: #434a54;
	line-height: 1;
	font-size: 1.4rem;
	/*font-family:Meiryo,"ƒƒCƒŠƒI",Verdana,"Hiragino	Kaku	Gothic	Pro","ƒqƒ‰ƒMƒmŠpƒS	Pro	W3",	Osaka,	"‚l‚r	‚oƒSƒVƒbƒN",	sans-serif;
	font-family:	"Times	New	Roman","Ÿà–¾’©","YuMincho","ƒqƒ‰ƒMƒm–¾’©	ProN	W3","Hiragino	Mincho	ProN","HG–¾’©E","‚l‚r	‚o–¾’©","‚l‚r	–¾’©",Meiryo,serif;
	font-family:	'Hiragino	Kaku	Gothic	ProN',	'ƒqƒ‰ƒMƒmŠpƒS	ProN	W3',	Meiryo,	ƒƒCƒŠƒI,	Osaka,	'MS	PGothic',	arial,	helvetica,	sans-serif;*/
	font-family: ŸàƒSƒVƒbƒN‘Ì, 'Yu	Gothic', YuGothic, 'ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN	Pro', 'Hiragino	Kaku	Gothic	Pro', ƒƒCƒŠƒI, Meiryo, Osaka, '‚l‚r	‚oƒSƒVƒbƒN', 'MS	PGothic', sans-serif;
}
a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.sp	{}
.pc	{	display:none;}
article {}
.secBox {
	padding: 10px 0 20px;
}
.inner,
section {
	text-align: left;
	line-height:1.6;
	padding:0;
}
.inner:after,
section:after	{
	clear:both;
	content:'';
	display:block;
}

@media screen and (min-width:	38.75em) {}
@media screen and (min-width:	46.25em) {
	.sp	{	display:none;}
	.pc	{	display:block;}
	.inner,
	section {
		padding:0;
	}
	.secBox {
		padding:30px 0 60px;
	}
}
@media screen and (min-width:	62.5em) {
	.secBox {
	}
	.inner,
	section {
		max-width: 960px;
		margin: 0 auto;
	}
}
@media screen and (min-width:	1180px) {}





/* Header
----------------------------------------------------*/
header	{
	border-top:3px solid #8b701f;
	background:url(../img/bg_header_sp.jpg) repeat-x center bottom;
	background-size:auto 100%; 
	border-bottom: 1px solid #f1f1f1;
}
header	#header	{
	padding:10px 0 15px;
	text-align:center;
}
header	h1	{
	font-size:1.1rem;
	padding:0 50px;
	color: #8b7121;
	line-height:1.4;
}
header	li.logo	{
	padding:10px 0;
}
header	li.logo	img	{
	width:315px;
}
header	li.banner	{
}
header	li.banner	img	{
	width:240px;
}
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
header	{
	background:url(../img/bg_header.jpg) repeat-x center bottom;
	background-size:auto; 
}
header	#header	{
	max-width:1060px;
	margin:0 auto;
	padding:10px;
}
header	h1	{
	padding:0;
	text-align:right;
}
header	h1	br	{
	display:none;
}
header	ul	{
	display:table;
	width:100%;
}
header	li	{
	padding:0;
	display:table-cell;
	vertical-align:middle;
	width:50%;
}
header	li	img	{
	width:auto !important;
}
header	li.logo	{
	padding-right:30px;
}
header	li.banner	{
	text-align:right;
	padding-left:30px;
}
nav	{
	background:#34c5a8;
	height:60px;
}
nav	ul	{
	width:100%;
	display:table;
}
nav	li	{
	display:table-cell;
	background:#FFF;
	width:100%;
}
.nav01	{
	width:10.7%;
}
.nav02	{
	width:19.4%;
}
.nav03	{
	width:12.9%;
}
.nav04	{
	width:14.7%;
}
.nav05	{
	width:13.2%;
}
.nav06	{
	width:17.2%;
}
.nav07	{
	width:11.9%;
}
nav	li	a	{
	display:block;
	height:0;
	padding-top:60px;
	overflow:hidden;
	background-size:100% auto;
	background-position:center center;
}
.nav01	a	{
	/*width:103px;*/
	background-image:url(../img/head_menu_01.png);
}
.nav02	a	{
	/*width:186px;*/
	background-image:url(../img/head_menu_02.png);
}
.nav03	a	{
	/*width:124px;*/
	background-image:url(../img/head_menu_03.png);
}
.nav04	a	{
	/*width:141px;*/
	background-image:url(../img/head_menu_04.png);
}
.nav05	a	{
	/*width:127px;*/
	background-image:url(../img/head_menu_05.png);
}
.nav06	a	{
	/*width:165px;*/
	background-image:url(../img/head_menu_06.png);
}
.nav07	a	{
	/*width:114px;*/
	background-image:url(../img/head_menu_07.png);
}
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}


/* Container
----------------------------------------------------*/


/* Footer
----------------------------------------------------*/
#trialLesson {
	background:url(../img/bg_trialLesson_sp.jpg) no-repeat center bottom;
	border-top: 1px solid #f1f1f1;
	padding: 30px 0 40px;
	text-align:center;
	background-size:100% auto;
}
#trialLesson	img	{
	width:80%;
}
footer {
	background: #fdfbee;
	padding: 30px 0;
	border-top: 1px solid #f1f1f1;
	color: #8b7121;
	font-size: 1.3rem;
}
#footer a {
	color: #8b7121;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .logoBox {
	text-align:center;
	padding-bottom:10px;
}
#footer .logoBox p {
	padding-bottom:10px;
}
#footer .linkBox {
	text-align:center;
	margin:0 30px;
	padding:10px 0;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
}
#footer .linkBox li {
	display: inline-block;
	padding: 0 5px;
}
#footer .copy {
	text-align:center;
	padding-top:10px;
}
#footer .linkBox .sns-btn {
	margin: 10px 0;
	letter-spacing: -.5em;
}
#footer .linkBox .sns-btn .insta {
	width: 14%;
	display: inline-block;
	margin-right: 3%;
	vertical-align: middle;
}
#footer .linkBox .sns-btn .line {
	width: 83%;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
#trialLesson {
	background:url(../img/bg_trialLesson.jpg) repeat-x center bottom;
	padding: 30px 0 40px;
	background-size:auto 90%;
}
#trialLesson	img	{
	width:60%;
}
#trialLesson	.pt10	img	{
	padding:10px 40px 0
}
footer {
	padding: 30px 10px;
}
#footer	{
}
#footer .logoBox {
	width:40%;
	float:left;
	text-align:left;
}
#footer .linkBox {
	float:right;
	width:60%;
	text-align: right;
	padding:0;
	margin:0;
	border:0;
}
#footer .linkBox li {
	padding: 0 0 0 10px;
}
#footer .copy {
	clear:both;
}
#footer .linkBox .sns-btn {
	text-align: right;
	margin-top: 20px;
}
#footer .linkBox .sns-btn .insta {
	width: 40px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
#footer .linkBox .sns-btn .line {
	width: 350px;
	display: inline-block;
	vertical-align: middle;
}
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
#trialLesson {
	padding: 40px 0 50px;
	background-size:auto auto;
}
#trialLesson	img	{
	width:auto;
}
#footer .linkBox .sns-btn {
	text-align: right;
	margin-top: 20px;
}
#footer .linkBox .sns-btn .insta {
	width: 40px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
#footer .linkBox .sns-btn .line {
	width: 350px;
	display: inline-block;
	vertical-align: middle;
}
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}




/*====================================================
 bxslider
====================================================*/
/* RESET AND LAYOUT
----------------------------------------------------*/
.bx-wrapper {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider {	list-style: none;}
.bx-viewport {
	-webkit-transform: translateZ(0);
}
/* THEME
----------------------------------------------------*/
.bx-wrapper {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('images/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url('images/bx_controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url('images/bx_controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	transition: none !important;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('images/bx_controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('images/bx_controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*====================================================
 meanmenu
====================================================*/
a.meanmenu-reveal {
	display: none;
}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	/*position: fixed;
	padding: 0;
	right: 0;
	top: 60px;*/
	position: absolute;
	min-height: 60px;
	z-index: 999999;
	/*margin-top: 60px;*/
}
.mean-container a.meanmenu-reveal {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: block;
	/*margin-top: -60px;*/
	padding: 15px;
	box-sizing: border-box;
	z-index: 999999;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #34c5a8;
	height: 2px;
	width: 30px;
	position: absolute;
}
.mean-container a.meanmenu-reveal.meanclose span {
	background: #fff;
}
.mean-container a.meanmenu-reveal span:first-child {
	top: 20px;
}
.mean-container a.meanmenu-reveal span:nth-child(2) {
	top: 30px;
}
.mean-container a.meanmenu-reveal span:last-child {
	top: 40px;
}
.mean-container a.meanmenu-reveal.meanclose span:first-child {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	top: 20px;
	right: 15px;
}
.mean-container a.meanmenu-reveal.meanclose span:nth-child(2) {
	opacity: 0;
}
.mean-container a.meanmenu-reveal.meanclose span:last-child {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	top: 40px;
	right: 15px;
}
/*menu*/
.mean-container .mean-nav {
	margin: 0 auto;
	display: block;
	/*background: rgba(0,51,102,0.95);*/
	background: rgba(52,197,168,0.9);
	width: 100%;
}
.mean-container .mean-nav ul {
	list-style-type: none;
	padding:60px 10px 10px
}
.mean-container .mean-nav ul.gnav {
	padding: 20px 10px 0;
}
/*clearfix*/
.mean-container .mean-nav ul:before,
.mean-container .mean-nav ul:after {
	content: " ";
	display: table;
}
.mean-container .mean-nav ul:after {
	clear: both;
}
.mean-container .mean-nav ul {
*zoom: 1;
}
.mean-container .mean-nav ul.snav {
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	padding: 0 10px 20px;
}
/*clearfix*/
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li:first-child {
}
.mean-container .mean-nav ul li a {
	display: block;
	text-decoration:none;
	float: left;
	width: 100%;
	padding: 1em 2% 1em 5%;
	margin: 0;
	color: #fff;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.4rem;
	border-top: 1px dotted #fff;
	text-transform: uppercase;
	line-height: 1.4 !important;
	position: relative;
}
.mean-container .mean-nav ul li a:after {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg)
}
/*.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-bottom: 1px solid #f1f1f1;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}*/
.mean-container .mean-nav ul li.mean-last a {
}
.mean-container .mean-nav ul li.mean-last a img {
	width: 24px;
}
/*.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}*/
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}


.mean-container .mean-nav	.menu-bogo-container	{
    border-top: 1px dotted #fff;
	text-align:center;
}
.mean-container .mean-nav	.menu-bogo-container	ul	{
	display:table;
	margin:0 auto;
	width:50%;
}
.mean-container .mean-nav	.menu-bogo-container	li	{
	float:none;
	width:auto;
	display:table-cell;
	vertical-align:middle;
	width:50%;
	color:#FFF;
}
.mean-container .mean-nav	.menu-bogo-container	a	{
	width:auto;
    border-top: 0;
	float:none;
	text-align:center;
}
.mean-container .mean-nav	.menu-bogo-container	a:after,
.mean-container .mean-nav	.menu-bogo-container	.mean-expand	{
	display:none;
}
.mean-container .mean-nav	.menu-bogo-container	li.current	{
	position: relative;
	color:#fff;
	padding: 1em 0;
}
.mean-container .mean-nav	.menu-bogo-container	li.current:before	{
	position: absolute;
	content: "";
	top: 50%;
	left: 10px;
	margin-top:-6px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}

/*====================================================
 Lity - v2.3.1 - 2018-04-20
 http://sorgalla.com/lity/
 Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT
====================================================*/
.lity {
	z-index: 9999990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0,0,0,0.8);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.lity.lity-opened {
	opacity: 1
}
.lity.lity-closed {
	opacity: 0
}
.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important
}
.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em
}
.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.lity-loading .lity-loader {
	opacity: 1
}
.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important
}
.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}
.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}
.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(0,0,0,0.6)
}
.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.lity-close::-moz-focus-inner {
 border:0;
 padding:0
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.lity-close:active {
	top: 1px
}
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px
}
.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch
}
.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #000
}
.lity-hide {
	display: none
}