@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
*{
    margin:0;
    padding:0;
}
body{
	color:#333333;
    line-height:1.6;
    word-break:break-word;
    word-wrap:break-word;
	font-family:Lato,"Noto Sans JP","游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
html, body, h1, h2, h3, h4, h5, h6, p, img, textarea{
	background:transparent;
	border:0;
	margin:0;
	outline:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
img {
	max-width:100%;
	height:auto;
	display:block;
}
.container {
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	margin:0;
	padding:0;
	background-color:#f6f4e7;

}
p{
	color:#333333;
}
