@charset "utf-8";

/* ==============================
Webfont
Site Name: I's meinohama;
Date: 2016.11;
================================= */



/* icon font
--------------------------------- */
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?qqdjsm');
	src: url('../fonts/icomoon.eot?qqdjsm#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?qqdjsm') format('truetype'),
		url('../fonts/icomoon.woff?qqdjsm') format('woff'),
		url('../fonts/icomoon.svg?qqdjsm#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="ico-"], [class*=" ico-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-cross:before {
	content: "\e905";
}
.ico-kids::before {
	content: "\e904";
}
.ico-gym::before {
	content: "\e900";
}
.ico-twitter::before {
	content: "\e901";
}
.ico-google::before {
	content: "\e902";
}
.ico-facebook::before {
	content: "\e903";
}
