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

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

* {
	margin: 0;
	padding: 0;
}
 
body {
	margin: 0;
	padding: 0;
	color: #484848;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
}
 
img {
	vertical-align: bottom;
	max-width: 100%;
}
 
h1,h2,h3,h4,h5 {
	
}

p {
	color: #484848;
	font-family: "Noto Sans JP", sans-serif;
}

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

/*Googleフォント*/
.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
}

.zen-kaku-gothic-new {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.kaisei-tokumin {
	font-family: "Kaisei Tokumin", serif;
}

.babylonica {
	font-family: "Babylonica", cursive;
}

.presicav {
	font-family: "presicav", sans-serif;
}

/*共通*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.pc { 
		display: block;
	}
	
	.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;
		padding: 120px 0 0 0;
		overflow: hidden;
	}
 
}

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

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

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

/*
130.404エラー
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#er {
		position: relative;
		width: 100%;
		height: auto;
		margin: 210px auto 180px auto;
	}
	
	/*見出し*/
	#er .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 50px auto;
	}
	
	#er .title h1 {
		font-size: 30px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 3px;
		line-height: 30px;
		text-align: center;
		color: #2CB4E6;
	}
	
	#er .title h1 font {
		position: relative;
		margin-right: 15px;
		font-size: 70px;
		letter-spacing: 7px;
		line-height: 70px;
	}
	
	#er .title p {
		margin-top: 25px;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: center;
		color: #313131;
	}
	
	/*コンテンツ*/
	#er .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#er .text p {
		line-height: 32px;
		text-align: center;
	}
	
	#er .text p a {
		position: relative;
		font-weight: 700;
		color: #2CB4E6;
		transition: 0.2s;
	}
	
	#er .text p a::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(44,180,230,0.00);
		transition: 0.2s;
	}
	
	#er .text p a:hover::after {
		background: #2CB4E6;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#er {
		position: relative;
		width: 100%;
		height: auto;
		margin: 70px auto 70px auto;
	}
	
	/*見出し*/
	#er .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 35px auto;
	}
	
	#er .title h1 {
		font-size: 20px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #2CB4E6;
	}
	
	#er .title h1 font {
		position: relative;
		margin-right: 8px;
		font-size: 40px;
		letter-spacing: 2px;
		line-height: 40px;
	}
	
	#er .title p {
		margin-top: 15px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #313131;
	}
	
	/*コンテンツ*/
	#er .text {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#er .text p {
		line-height: 27px;
		text-align: left;
	}
	
	#er .text p.indent {
		text-indent: -1em;
		padding-left: 1em;
	}
	
	#er .text p a {
		position: relative;
		font-weight: 700;
		color: #2CB4E6;
		text-decoration: underline;
	}

}