@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: "Noto Sans JP", 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: #4f3c3d;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #4f3c3d;
}
a:hover {
	color: #4f3c3d;
}
a:active {
	color: #4f3c3d;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #4f3c3d;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 10.2rem;
	align-items: center;
	transition: .3s;
	padding: 2.7rem 5rem 2.7rem 3.1rem;
	z-index: 100;
}
#gHeader h1 {
	margin: 0.4rem 0 0 1.4rem;
	font-size: 1.4rem;
	line-height: 1.43;
}
#gHeader .tel02 {
	display: none;
}
#gHeader.fix {
	position: fixed;
	background-color: #fff;
	box-shadow: 0.3rem 0.3rem 1rem rgba(0,0,0,0.3);
}
#gHeader.fix .tel01 {
	display: none;
}
#gHeader.fix .tel02 {
	display: block;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 1000px) {
	#gHeader {
		padding: 2.7rem 2rem 2.7rem;
	}
	#gHeader .tel {
		width: 42rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 6.4rem;
		padding: 1.6rem 2.5rem 1.6rem 1.6rem;
		align-items: flex-start;
	}
	#gHeader .logo {
		width: 12.7rem;
	}
	#gHeader h1 {
		margin: 0.2rem 0 0 0.8rem;
		font-size: 0.8rem;
	}
	#gHeader.fix.shadow {
		box-shadow: none;
	}
	.menu {
		margin-top: 0.6rem;
		width: 2.6rem;
		height: 2.6rem;
		cursor: pointer;
		z-index: 101;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	.menu > div {
		margin: 0 auto;
		width: 100%;
		height: 1.6rem;
		position: relative;
	}
	.menu span {
		background-color: #4F3C3D;
		border: none;
		height: 0.2rem;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 0.8rem;
	}
	.menu span:nth-of-type(3) {
		top: 1.6rem;
	}
	.menu.on .top {
		-webkit-transform: translateY(0.8rem) translateX(0) rotate(45deg);
		-ms-transform: translateY(0.8rem) translateX(0) rotate(45deg);
		transform: translateY(0.8rem) translateX(0) rotate(45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		-webkit-transform: translateY(-0.8rem) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-0.8rem) translateX(0) rotate(-45deg);
		transform: translateY(-0.8rem) translateX(0) rotate(-45deg);
	}
	.menuBox {
		display: none;
		position: fixed;
		padding: 0 5rem;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: #fff;
		z-index: 99;
	}
	.menuBox .menuList {
		margin: 7.8rem 0 3.3rem;
	}
	.menuBox .menuList li:not(:last-child) {
		border-bottom: 0.2rem dotted #4F3C3D;
	}
	.menuBox .menuList a {
		display: block;
		font-size: 1.7rem;
		padding: 1.1rem 3rem 1.1rem 0;
		background: url(../img/common/icon07.png) no-repeat right 0.6rem center/0.7rem auto;
	}
	.menuBox .comBtn {
		margin: 0 -0.5rem 1rem;
	}
	.menuBox .telBtn {
		margin: 0 -1.2rem 0 -0.7rem;
	}
	.menuBox .telBtn a {
		margin: auto;
		display: block;
		width: 29.4rem;
	}
	.menuBox .sml {
		margin-bottom: 3rem;
		font-size: 1.1rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6.3rem 0 2.1rem;
	background: #DCEFF2;
}
#gFooter .pageTop {
	position: fixed;
	right: 5.9rem;
	bottom: 1rem;
	z-index: 80;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fInner {
	margin: 0 auto;
	max-width: 100rem;
}
#gFooter .fBox {
	margin-bottom: 10.4rem;
	align-items: flex-end;
}
#gFooter .fBox .logoBox {
	width: 23rem;
	text-align: center;
}
#gFooter .fBox .logoBox p {
	margin-top: 1rem;
	font-size: 1.9rem;
	line-height: 1.42;
}
#gFooter .fBox .infoBox {
	margin: 0 3.7rem 0 6.2rem;
	flex: 1;
	align-items: flex-end;
}
#gFooter .fBox .infoBox .infoImg {
	margin: 0 1.2rem -0.4rem 0;
	width: 13.7rem;
}
#gFooter .fBox .infoBox .rBox {
	flex: 1;
}
#gFooter .fBox .infoBox .rBox .txt {
	margin-bottom: 1rem;
	padding-bottom: 1.2rem;
	font-weight: 400;
	background: url(../img/common/line01.png) repeat-x left bottom/auto 0.15rem;
}
#gFooter .fBox .infoBox .rBox .large {
	font-weight: 600;
	margin-left: -1rem;
}
#gFooter .fBox .apply {
	margin: 0 0.3rem 0.1rem 0;
	width: 32rem;
}
#gFooter .add {
	margin-bottom: 0.4rem;
	font-weight: 300;
	font-size: 1.6rem;
	text-align: center;
}
#gFooter address {
	font-weight: 300;
	font-size: 1.2rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4.7rem 0 7.5rem;
	}
	#gFooter .pageTop {
		right: 0;
		bottom: 6rem;
		width: 6.1rem;
	}
	#gFooter .fInner {
		margin: 0 2.5rem;
	}
	#gFooter .fBox {
		margin: 0 auto 3rem;
		max-width: 28.3rem;
		display: block;
	}
	#gFooter .fBox .logoBox {
		margin-bottom: 3.2rem;
		width: auto;
	}
	#gFooter .fBox .fLogo img {
		width: 12.3rem;
	}
	#gFooter .fBox .logoBox p {
		margin-top: 0.8rem;
		font-size: 1.3rem;
		line-height: 1.35;
	}
	#gFooter .fBox .infoBox {
		margin: 0 1rem 3.5rem 0;
	}
	#gFooter .fBox .infoBox .infoImg {
		margin: 0 0.8rem -0.2rem 0.3rem;
		width: 10.6rem;
	}
	#gFooter .fBox .infoBox .rBox {
		flex: 1;
	}
	#gFooter .fBox .infoBox .rBox .txt {
		margin-bottom: 0.8rem;
		padding-bottom: 0.7rem;
		background-size: auto 0.1rem;
	}
	#gFooter .fBox .infoBox .rBox .large {
		margin-left: -0.7rem;
	}
	#gFooter .fBox .apply {
		margin: 0 -0.1rem 0 0.4rem;
		width: auto;
	}
	#gFooter .add {
		margin-bottom: 1rem;
		font-size: 1.3rem;
	}
	#gFooter address {
		font-size: 1.1rem;
	}
}