@charset "utf-8";

/*================================
	Fonts
	-----
	font-family: "Font Awesome 5 Brands";
	font-family: "Font Awesome 5 Free";
	font-family: 'Prata', serif;
	font-family: 'Lato', serif;
================================*/


/*================================
	Layout, Elements
================================*/
body,
input,button,textarea,select,option{
	font-family:Verdana,Tahoma,"游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/*body{
	opacity: 0;
}*/
a{
	text-decoration: none;;
	color: #333;
}
::selection{
	background:rgba(0, 0, 0,.2);
}
::-moz-selection{
	background:rgba(0, 0, 0,.2);
}
a.linkarea{
	display:block;
	position:absolute;
	left:0;top:0;bottom:0;
	width:100%;
	font-size:0;
	text-indent:-9999px;
	overflow:visible;
	z-index:999;
}




/*================================
	SNS Navi
================================*/
.snsnav li a{
	position:relative;
	display:block;
	line-height:1;
	font-size:0;
}
.snsnav li a::before{
	font-family: "Font Awesome 5 Brands";
	line-height:1;
}
.snsnav li.fb a::before{
	content:"\f09a";
}
.snsnav li.insta a::before{
	content:"\f16d";
}
.snsnav li.tw a::before{
	content:"\f3c0";
}





/*================================
	Slick Hack
================================*/
.slick-slider{
	overflow: hidden;
}
.slick-disabled {
	display: none !important;
}



/*================================
	Color Box Hack
================================*/
body #cboxLoadedContent{
	background: #efe4e4;
}
#cboxOverlay{
	background: #f9f5f4;
}



/*================================
	Form Elements
================================*/
input[type=text],
input[type=email],
textarea{
	border:none;
	padding:.3em;
}
input[type=text],
input[type=email]{
	vertical-align:middle;
}
input[type=submit],
button{
	outline:none;
	cursor:pointer;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner{
	border :0px;
	outline:none;
}


/*--------------------------
	MW WP Form
---------------------------*/
.horizontal-item{
	display:inline-block;
}
.horizontal-item + .horizontal-item{
	margin-left:0 !important;
}
