@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: 358px) {
	html {
		font-size: calc(1000vw / 359);
	}
}
body, table, input, textarea, select, option {
	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: #361a0e;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #361a0e;
}
a:hover {
	color: #361a0e;
}
a:active {
	color: #361a0e;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #361a0e;
	font-size: 2.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
#container {
	text-align: left;
	overflow: hidden;
    word-break: break-word;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.7rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader a {
	display: block;
	width: fit-content;
}
.hInner {
	max-width: 102.5rem;
	margin: 0 auto;
	padding: 2.4rem 2rem 2.6rem;
}
@media all and (max-width: 896px) {
	.hInner {
		padding: 0.9rem 0.3rem 0.8rem;
	}
	.hInner h1 img {
		width: 14.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin-top: 5.3rem;
	color: #000;
}
#gFooter a {
	color: #000;
}
#gFooter .fLogo {
    margin-bottom: 0.9rem;
    text-align: center;
}
#gFooter .fLogo a {
	display: inline-block;
}
#gFooter .ttl {
    margin-bottom: 7.7rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #361A0E;
    text-align: center;
}
#footerArea {
	margin-top: 4rem;
	margin: 0 auto;
	max-width: 96rem;
	padding: 2.4rem 0 5.5rem;
	text-align: center;
	border-top: 1px solid #030000;
}
#footerArea .name {
	margin-bottom: 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: normal;
	font-size: 2.7rem;
	text-align: center;
	color: #333;
}
#footerArea .name span {
	display: inline-block;
	font-weight: 700;
}
#footerArea #copyright {
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: .055em;
	color: #666;
}
@media screen and (max-width: 767px) {
	#footerArea {
		max-width: 80%;
		padding: 1.4rem 0 10rem;
	}
	#footerArea .name {
		margin-bottom: 0;
		font-size: 2rem;
	}
	#footerArea #copyright {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 896px) {
    #gFooter {
        margin-top: 3.2rem;
    }
    #gFooter .fLogo {
        margin-bottom: 1.6rem;
    }
    #gFooter .fLogo img {
        width: 14.7rem;
    }
    #gFooter .ttl {
        margin-bottom: 3rem;
        font-size: 1.2rem;
        line-height: 1.67;
    }
    #footerArea {
		max-width: 80%;
		padding: 1.4rem 0 3.2rem;
	}
	#footerArea .name {
		margin-bottom: 0;
		font-size: 2rem;
	}
	#footerArea #copyright {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 374px) {
	#gFooter {
        margin-top: 8.533vw;
    }
    #gFooter .fLogo {
        margin-bottom: 4.267vw;
    }
    #gFooter .fLogo img {
        width: 39.2vw;
    }
    #gFooter .ttl {
        margin-bottom: 8vw;
        font-size: 3.2vw;
    }
    #footerArea {
		padding: 3.733vw 0 8.533vw;
	}
	#footerArea .name {
		margin-bottom: 0;
		font-size: 5.333vw;
	}
	#footerArea #copyright {
		font-size: 3.467vw;
	}
}