@charset "UTF-8";

.wf-notosansjapanese{
  font-family: "Noto Sans Japanese";
}
.font_LuckiestGuy{
  font-family: 'Luckiest Guy', cursive;
}

/************************************************/
/* shinakos.design All rights reserved.		*/
/*----------------------------------------------*/
/* 件名：shinakos.design css			*/
/*----------------------------------------------*/
/* 作成日：2018/03/01				*/
/* 作成者：有馬					*/
/* 所有者：有馬					*/
/************************************************/


/*===== 共通項目 ==========================================*/

html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-family:
		"Noto Sans Japanese"
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",	/* MacOS X用フォント */
		"メイリオ",Meiryo,						/* WinVista用フォント*/
		"ＭＳ Ｐゴシック", "MS P Gothic",				/* Windows系フォント */
		sans-serif;							/* ゴシック系総称ファミリー */
	color: #333;
	line-height: 1.6;
}
a:link { 
	color: #333; font-weight: normal; text-decoration: none;
}
a:visited {
	color: #333; font-weight: normal; text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.bigfont {
	font-size: 30px;
	text-align: center; 
}
h1, h2, h3, h4, p, li, a {
	color: #333;
	font-family: "Noto Sans Japanese";
}
h2 {
	font-family: 'Luckiest Guy', cursive;
}
div.page_wrapper {
	width: 100%;
	height: 100%;
}
img.logo {
	width: 30%;
	height: auto;
	position: relative;
	margin: 10% 35%;
}

/*===== header ==========================================*/

/*--- SmartPhone ---*/
@media (max-width: 767px){
}

/*--- Tablet ---*/
@media (min-width: 768px) and (max-width: 979px){
}

/*--- PC ---*/
@media (min-width: 980px){
}