@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------
Reset
----------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}
body {
	color: #232323;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-align: justify;
	text-justify: inter-ideograph;
}
@font-face {
	font-family: 'ikaros';
	src: url(../font/Ikaros-Regular.otf);
}
#Container {
	position: relative;
}
.sp-show {
	display: none;
}
a[href^="tel:"] {
	pointer-events: none;
}
/*-----------------------------------------------------
Header
----------------------------------------------------- */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1240px;
	width: 95%;
	margin: 0 auto;
	height: 130px;
}
header h1 img {
	width: 610px;
	height: auto;
}
header .tel img {
	width: 275px;
	height: auto;
}
header .contact {
	margin-top: 10px;
}
.head-right {
	margin-left: 30px;
}
nav {
	background: #232323;
}
nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}
nav ul li {
	max-width: 200px;
	width: 20%;
	margin: 0 2%;
}
nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1.375rem;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 70px;
	position: relative;
}
#Home nav ul li:nth-child(1) a::after, 
#Kiryu nav ul li:nth-child(2) a::after, 
#Sennnonji nav ul li:nth-child(3) a::after, 
#Jubancho nav ul li:nth-child(4) a::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: #ff7342;
	position: absolute;
	bottom: 0;
}


/*-----------------------------------------------------
Footer
----------------------------------------------------- */
footer {
	background: #231815;
}
footer .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 420px;
	width: 95%;
	margin: 0 auto;
	padding: 30px 0 45px 0;
}
footer .logo img {
	width: 143px;
	height: auto;
}
footer .add {
	color: #FFF;
	font-size: 0.625em;
	line-height: 1.3em;
}
footer .tel {
	max-width: 345px;
	width: 100%;
	margin: 30px auto 0 auto;
}
footer .tel img {
	max-width: 345px;
	width: 100%;
	height: auto;
}
.copy {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	font-size: 0.625em;
	height: 60px;
}
@media screen and (max-width: 768px) {
	.sp-show {
		display: block;
	}
	a[href^="tel:"] {
		pointer-events: visible;
	}
	/*-----------------------------------------------------
Header
----------------------------------------------------- */
	header {
		height: 44px;
		width: 100%;
	}
	header h1 {
		margin-left: 2.5%;
	}
	header h1 img {
		width: 235px;
		height: auto;
	}
	header .tel img {
		width: 275px;
		height: auto;
		display: none;
	}
	header .contact {
		margin-top: 0;
	}
	header .contact img {
		display: none;
	}
	header .contact a {
		display: block;
		width: 44px;
		height: 44px;
		background: url("../images/ic_contact.svg") #ff64a5;
		background-size: 19px auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	nav ul {
		height: 88px;
		flex-wrap: wrap;
	}
	nav ul li {
		width: 50%;
		margin: 0 auto;
	}
	nav ul li:last-child {
		display: none;
	}
	nav ul li a {
		font-size: 0.938rem;
		height: 44px;
	}
	#Home nav ul li:nth-child(1) a::after, 
	#Kiryu nav ul li:nth-child(2) a::after, 
	#Sennnonji nav ul li:nth-child(3) a::after, 
	#Jubancho nav ul li:nth-child(4) a::after {
		height:3px;
	}
	/*-----------------------------------------------------
Footer
----------------------------------------------------- */
	footer .inner {
		flex-direction: column;
		padding: 24px 0 35px 0;
		max-width: 370px;
	}
	footer .logo {
		width: 175px;
		margin: 0 auto;
	}
	footer .logo img {
		width: 100%;
		height: auto;
	}
	footer .add {
		margin-top: 20px;
		order: 10;
	}
	footer .tel {
		margin: 20px auto 0 auto;
	}
}