@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, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;	
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Maru Gothic", sans-serif;
}

.notosans {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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 {
	min-width: 1000px;
	color: #000;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	position: relative;
	background: url(../img/common/bg01.webp) repeat center top;
	background-size: 50% auto;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	overflow: hidden;
	text-align: left;
    word-break: break-word;
	position: relative;
}
#container:after {
	width: calc(100% + 26.0rem);  
	height: calc(100% + 3.4rem);
	background: url(../img/common/bg02.webp) repeat-y;
	background-size: 100% auto;
	position: absolute;  
	top: -3.4rem;
	left: -13.4rem;
	mix-blend-mode: multiply; 
	content: ""; 
	z-index: -1;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#main {
	margin-bottom: 6.4rem;
}
@media all and (min-width: 1001px) {
	.sp {
		display: none !important;
	}
	#main {
		padding: 0 2rem;
	}
}
@media all and (max-width: 1000px) {
	body {
		min-width: inherit;
		font-size: 1.0rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-bottom: 2.1rem;
	}
	#container::after {
		width: auto;
		height: auto;
		left: -22.5rem;
		right: -22.0rem;
		bottom: 0;
		top: -1.2rem;
		background-repeat: no-repeat;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
}
#gHeader h1 {
	position: relative;
	top: 3.6rem;
	left: 4.5rem;
	z-index: 100;
}
@media all and (max-width: 1000px) {
	#gHeader h1 {
		width: 4.7rem;
		top: 1.3rem;
		left: 1.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	text-align: center;
	padding: 3.5rem 0 3.3rem;
	background-color: #C30D23;
}
#gFooter p {
	font-size: 3.5rem;
	color: #fff;
	letter-spacing: 0.025em;
}
#gFooter .txt {
	padding-top: 1.5rem;
	font-size: 3rem;
}
#gFooter .txt a {
	color: #fff;
}
#gFooter .txt .mailLink:hover {
	opacity: 0.7;
}
@media all and (max-width: 1000px) {
	#gFooter {
		padding: 1.2rem 0 1.3rem;
	}
	#gFooter p {
		font-size: 1.4rem;
		letter-spacing: 0.025em;
	}
	#gFooter .txt {
		padding-top: 0.4rem;
		font-size: 1.2rem;
	}
}