@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: 389px) {
	html {
		font-size: calc(1000vw / 389);
	}
}
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;
}
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: 1280px;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.2rem 0 1.8rem;
	text-align: center;
	background-color: #fff;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0.3rem;
		position: relative;
		z-index: 99;
	}
	#gHeader h1 {
		width: 16.5rem;
		margin: 0 auto;
	}
	.menu {
		position: absolute;
		width: 5rem;
		height: 5rem;
		top: 0;
		right: 0.6rem;
	}
    .menu span {
        width: 2.6rem;
        height: 3px;
        position: absolute;
        top: 1.9rem;
        left: 1.2rem;
        background: #58351e;
        transition: all .35s ease;
		border-radius: 0.5rem;
    }
    .menu span:nth-of-type(2) {
        top: 2.7rem;
    }
    .menu span:nth-of-type(3) {
        top: 3.5rem;
    }
    .menu.on span:nth-of-type(1) {
        transform: translateY(0.8rem) translateX(0) rotate(45deg);
    }
    .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    .menu.on span:nth-of-type(3) {
        transform: translateY(-0.8rem) translateX(0) rotate(-45deg);
    }
	.menuBox {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background: url(../image/common/menu_bg.jpg) no-repeat top center;
		background-size: cover;
		box-sizing: border-box;
		display: none;
	}
	.menuBox ul {
		padding: 3.6rem 5.2rem 4.3rem;
	}
	.menuBox li:not(:last-child) {
		margin-bottom: 1.4rem;
	}
	.menuBox a {
		height: 5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: 700;
		background-color: #fff;
		border-radius: 2.5rem;
	}
	.menuBox .sm {
		font-size: 1.6rem;
	}
	.menuBox a .sml {
		margin-top: -0.2rem;
		display: block;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 5.4rem;
}
#gFooter .fLink {
	margin-bottom: 5.5rem;
}
#gFooter .fLink li {
	margin: 0 0.6rem;
}
#gFooter .fLink li img {
	height: 8.7rem;
}
#gFooter .fLink a:hover {
	opacity: 0.8;
}
#gFooter .fBox {
	max-width: 105rem;
	margin: 0 auto;
}
#gFooter address {
	width: 50rem;
}
#gFooter .fBox .link {
	width: 50rem;
	order: 1;
	text-align: right;
}
#gFooter .fBox .link a {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	#gFooter .fBox .link a:hover {
		text-decoration: none;
	}
}
.pageTop {
	position: fixed;
	right: 5.5rem;
	bottom: 2rem;
	display: none;
}
.pageTop a:hover {
	opacity: 0.8;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 0 2rem 2.1rem;
	}
	#gFooter .fLink {
		margin-bottom: 2.1rem;
		display: block;
	}
	#gFooter .fLink li {
		margin: 0 0 1.2rem;
	}
	#gFooter .fLink li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fLink li img {
		height: auto;
		width: 100%;
	}
	#gFooter .fBox {
		display: block;
	}
	#gFooter address {
		width: auto;
		font-size: 1.2rem;
	}
	#gFooter .fBox .link {
		margin-bottom: 2.4rem;
		width: auto;
		text-align: left;
		line-height: 1.3;
		font-size: 1.4rem;
	}
	.pageTop {
		right: 2rem;
		bottom: 2.4rem;
		width: 5.2rem;
	}
}