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

/*WordPress対策・全ページ余白なし*/
* {
	margin: 0;
	padding: 0;
}
 
body {
	margin: 0;
	padding: 0;
	color: #232323;
	background: #fff;
	font-family: "Noto Sans", sans-serif;
}
 
img {
	vertical-align: bottom;
	max-width: 100%;
}
 
h1,h2,h3,h4 {
	color: #232323;
	font-family: "Noto Sans", sans-serif;
}

p {
	color: #232323;
	font-weight: 500;
	font-family: "Noto Sans", sans-serif;
}

font,span {
	font-family: "Noto Sans", sans-serif;
}
 
a {
	text-decoration: none;
	font-family: "Noto Sans", sans-serif;
}

/*初期設定*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.pc { 
		display: block !important; 
	}
	
	.smp { 
		display: none !important; 
	}
	
	p {
		font-size: 16px;
		font-weight: 500;
		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;
		margin: 90px auto 0 auto;
		overflow: hidden;
	}
 
}

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

/*404ページ*/
@media only screen and (min-width: 1025px) {
	#er {
		position: relative;
		width: 100%;
		height: auto;
		margin: 200px auto 140px auto;
	}
	
	#er h1 {
		font-size: 70px;
		font-weight: 600;
		letter-spacing: 6px;
		line-height: 70px;
		color: #C5293F;
		text-align: center;
	}
	
	#er h2 {
		margin: 20px auto 50px auto;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 3px;
		line-height: 24px;
		text-align: center;
	}
	
	#er p {
		text-align: center;
	}
	
	#er p a {
		font-weight: bold;
		color: #C5293F;
	}
	
	#er p a:hover {
		text-decoration: underline;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#er {
		position: relative;
		width: 90%;
		height: auto;
		margin: 110px auto 100px auto;
	}
	
	#er h1 {
		font-size: 34px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 34px;
		color: #C5293F;
		text-align: center;
	}
	
	#er h2 {
		margin: 15px auto 40px auto;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	#er p {
		text-align: left;
	}
	
	#er p a {
		font-weight: bold;
		color: #C5293F;
		text-decoration: underline;
	}
	
	#er p.indent {
		padding-left: 1em;
		text-indent: -1em;
	}
	
}
