@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;
	}
	 
	
}

/*共通設定*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*固定ページ メインビジュアル*/
	#mv {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	#mv::after {
		z-index: 1;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #101211;
        opacity: 0.5;
    }
	
	#mv h1 {
		z-index: 2;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 1100px;
		font-size: 32px;
		font-weight: 800;
		letter-spacing: 2px;
		line-height: 32px;
		text-align: left;
		color: #fff;
	}
	
	#mv h1 font {
		display: block;
		position: relative;
		margin-top: 18px;
		padding-left: 40px;
		font-size: 24px;
		font-weight: 800;
		letter-spacing: 1.5px;
		line-height: 24px;
		text-align: left;
		color: #fff;
	}
	
	#mv h1 font::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 30px;
		height: 1px;
		background: #fff;
	}
	
	#mv img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*固定ページ メインビジュアル*/
	#mv {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	#mv::after {
		z-index: 1;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #101211;
        opacity: 0.5;
    }
	
	#mv h1 {
		z-index: 2;
		position: absolute;
		top: 50%;
		left: 10%;
		transform: translateY(-50%) translateX(0);
		width: 100%;
		font-size: 24px;
		font-weight: 800;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
		color: #fff;
	}
	
	#mv h1 font {
		display: block;
		position: relative;
		margin-top: 10px;
		padding-left: 20px;
		font-size: 16px;
		font-weight: 800;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
	}
	
	#mv h1 font::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 15px;
		height: 1px;
		background: #fff;
	}
	
	#mv img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
	
}

/*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;
	}
	
}
