@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, figcaption, figure, section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#main {
    position: relative;
	background-color: #fcf2e0;
}
#container {
	text-align: left;
	position: relative;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	html {
		font-size: 0.78vw;
	}
}
@media all and (min-width: 1025px) {
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
	body:not(.tab) a:hover {
		opacity: 0.65;
	}
	.menu:hover span {
		opacity: 0.65;
	}
}
@media all and (max-width: 1024px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	html {
		font-size: 2.66vw;
	}
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: calc(100% - 2rem);
	z-index: 10;
}
#gHeader .hInner {
	border-radius: 6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}
#gHeader h1 {
	width: 25.5rem;
	margin-left: 3rem;
}
#gHeader h1 a:hover {
	opacity: 1 !important;
}
#gHeader .fixBox {
	order: 2;
	padding: 1.4rem 1.3rem 1.3rem 1.8rem;
	width: 51.5rem;
}
#gHeader .telBox {
	box-sizing: border-box;
	padding-left: 4rem;
	background: url("../img/common/icon01.png") no-repeat center left 0.3rem / 3rem;
}
#gHeader .telBox p {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 0.95;
	font-family: Arial, Helvetica, sans-serif;
}
#gHeader .telBox .sml {
	margin-top: 0.1rem;
	font-size: 1.2rem;
	font-weight: 500;
}
#gHeader .contactBox {
	width: 24.3rem;
}
@media all and (max-width: 1400px) and (min-width: 897px) { 
	#gHeader .telBox p {
		font-size: 2.2rem;
	}
	#gHeader .telBox {
		padding-left: 3.2rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		top: 0;
		left: 0;
		width: 100%;
		position: fixed;
		box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
	}
	#gHeader .hInner {
		padding-bottom: 1.8rem;
		border-radius: 0 0 0.6rem 0.6rem;
		display: block;
	}
	#gHeader h1 {
		margin: 0.8rem 1.5rem 0;
		width: 21rem;
		z-index: 10;
	}
	#gHeader .fixBox {
		width: 100%;
		padding: 0.8rem 1rem 0.3rem 0.6rem;
		border-radius: 0;
		z-index: 99;
	}
	#gHeader .telBox {
		width: 58.2%;
		box-sizing: border-box;
		padding: 0.2rem 0 0 4rem;
		background: url("../img/common/icon01.png") no-repeat top 0.8rem left 0.5rem / 3rem;
	}
	#gHeader .telBox p {
		font-size: 2.3rem;
	}
	#gHeader .telBox .sml {
		margin-top: 0.2rem;
		font-size: 1rem;
	}
	#gHeader .contactBox {
		margin: -0.8rem -1rem 0 0;
		width: 41.8%;
	}
	#gHeader .contactBox a {
		display: block;
	}
	#gHeader .contactBox a img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.7rem 0 15.5rem;
	background-color: #c81e14;
}
#gFooter address {
	font-weight: 500;
	font-size: 1rem;
	text-align: center;
	color: #fff;
}
#gFooter address span {
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #fff;
	display: inline-block;
}

@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 9rem;
	}
}