@charset "UTF-8";
/* CSS Document */

/*
共通
WordPress対策・全ページ余白なし
100.404エラー
*/

* {
	margin: 0;
	padding: 0;
}
 
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
 
img {
	vertical-align: bottom;
	max-width: 100%;
}
 
h1,h2,h3,h4 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

p {
	color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

font,span {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
 
a {
	text-decoration: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/*共通*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.pc { 
		display: block !important; 
	}
	
	.smp { 
		display: none !important; 
	}
	
	p {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
	/*電話番号をクリックしても自動発信しない*/
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	
	main {
		position: relative;
		width: 100%;
		height: auto;
		padding: 110px 0 0 0;
		overflow: hidden;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	.pc { 
		display: none !important; 
	}
	
	.smp { 
		display: block !important; 
	}
	
	p {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: left;
	}
	
	main {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 0 0;
		overflow: hidden;
	} 
	
}


/*404ページ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#er {
		position: relative;
		width: 800px;
		height: auto;
		margin: 150px auto 200px auto;
	}
	
	#er h1 {
		font-size: 60px;
		font-weight: 700;
		font-family: "Averia Serif Libre", serif;
		letter-spacing: 3px;
		line-height: 60px;
		color: #333333;
		text-align: center;
	}
	
	#er h1 font {
		position: relative;
		margin-right: 25px;
		font-size: 100px;
		font-weight: 700;
		font-family: "Averia Serif Libre", serif;
		letter-spacing: 8px;
		line-height: 100px;
		color: #057EE5;
	}
	
	#er h2 {
		margin: 40px auto 50px auto;
		font-size: 28px;
		font-weight: 600;
		font-family: "游明朝体","游明朝",YuMincho,"ヒラギノ明朝 Pro","ヒラギノ明朝 Pro","MS P明朝","MS P明朝",serif;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: center;
		color: #242936;
	}
	
	#er p {
		line-height: 28px;
		text-align: center;
	}
	
	#er p a {
		font-weight: bold;
		color: #057EE5;
	}
	
	#er p a:hover {
		text-decoration: underline;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#er {
		position: relative;
		width: 280px;
		height: auto;
		margin: 100px auto 75px auto;
	}
	
	#er h1 {
		font-size: 35px;
		font-weight: 700;
		font-family: "Averia Serif Libre", serif;
		letter-spacing: 2px;
		line-height: 35px;
		color: #333333;
		text-align: center;
	}
	
	#er h1 font {
		position: relative;
		margin-right: 15px;
		font-size: 34px;
		font-weight: 700;
		font-family: "Averia Serif Libre", serif;
		letter-spacing: 2px;
		line-height: 34px;
		color: #057EE5;
	}
	
	#er h2 {
		margin: 15px auto 40px auto;
		font-size: 14px;
		font-weight: 600;
		font-family: "游明朝体","游明朝",YuMincho,"ヒラギノ明朝 Pro","ヒラギノ明朝 Pro","MS P明朝","MS P明朝",serif;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #242936;
	}
	
	#er p {
		line-height: 20px;
		text-align: left;
	}
	
	#er p a {
		font-weight: bold;
		color: #057EE5;
		text-decoration: underline;
	}
	
	#er p.indent {
		padding-left: 0.7em;
		text-indent: -0.7em;
	}

}
