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

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

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

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

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

/*Googleフォント*/
/*Noto Serif JP（日本語見出し）*/
.noto-serif-jp {
	font-family: "Noto Serif JP", serif;
	font-style: normal;
}

/*EB Garamond（英語見出し）*/
.eb-garamond {
	font-family: "EB Garamond", serif;
	font-style: normal;
}

/*共通*/
/*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: 120px 0 0 0;
		overflow: hidden;
	}
 
}

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

/*メインビジュアル*/
/*PC*/
@media only screen and (min-width: 1025px) {
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	
}

/*404ページ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#er {
		position: relative;
		width: 800px;
		height: auto;
		margin: 150px auto 150px auto;
	}
	
	#er h1 {
		font-size: 40px;
		font-weight: 500;
		letter-spacing: 3px;
		line-height: 40px;
		text-align: center;
		color: #9F9F9F;
	}
	
	#er h1 font {
		position: relative;
		margin-right: 20px;
		font-size: 100px;
		font-weight: 500;
		font-family: "EB Garamond", serif;
		letter-spacing: 8px;
		line-height: 100px;
		color: #FB9026;
	}
	
	#er h2 {
		margin: 25px auto 40px auto;
		font-size: 26px;
		letter-spacing: 2px;
		line-height: 26px;
		text-align: center;
		color: #212121;
	}
	
	#er p {
		line-height: 28px;
		text-align: center;
		color: #4B4B4B;
	}
	
	#er p a {
		font-weight: bold;
		color: #FB9026;
	}
	
	#er p a:hover {
		text-decoration: underline;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#er {
		position: relative;
		width: 280px;
		height: auto;
		margin: 60px auto 70px auto;
	}
	
	#er h1 {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #9F9F9F;
	}
	
	#er h1 font {
		position: relative;
		margin-right: 7px;
		font-size: 60px;
		font-weight: 500;
		font-family: "EB Garamond", serif;
		letter-spacing: 4px;
		line-height: 60px;
		color: #FB9026;
	}
	
	#er h2 {
		margin: 13px auto 30px auto;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #212121;
	}
	
	#er p {
		line-height: 20px;
		text-align: left;
		color: #4B4B4B;
	}
	
	#er p a {
		font-weight: bold;
		color: #FB9026;
		text-decoration: underline;
	}
	
	#er p.indent {
		padding-left: 0.7em;
		text-indent: -0.7em;
	}

}
