@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
.fR {
    float: right;
}
.pT10 {
    padding-top: 10px;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1140px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	margin-bottom: 54px;
}
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.2rem;
	}
	#main {
		margin-bottom: 8vw;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto;
	padding: 20px 0 22px;
	width: 1100px;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 3.73vw 5.33vw 2vw;
		width: auto;
	}
	#gHeader h1 {
		width: 33.33vw;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0 auto;
	padding: 10px 0 200px;
	width: 1100px;
	box-sizing: border-box;
}
#gFooter .fBox {
	padding: 32px 20px 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 5px solid #412d84;
	background: #f0e4ff;
}
#gFooter .fBox .fBtn {
	margin-top: 2px;
	margin-left: 14px;
	width: 265px;
}
#gFooter .fBox .fBtn p {
	padding: 8px 10px 7px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	border-radius: 50px;
	background: #412d84;
}
/*#gFooter .fBox .fBtn a:hover {*/
	/*opacity: 0.7;*/
/*}*/
#gFooter .fBox .fTelBox {
	margin: 0 48px 0 55px;
}
#gFooter .fBox .fTelBox .fTxt {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 0.03em;
}
#gFooter .fBox .time {
	width: 220px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.375;
}
#gFooter .fBox .time .red {
	color: #d60e19;
}
@media all and (-ms-high-contrast:none) {
	#gFooter .fBox .fBtn a {
		padding: 12px 10px 3px;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin: 0 5.33vw;
		padding: 0 0 30vw;
		width: auto;
	}
	#gFooter .fBox {
		margin-bottom: 9vw;
		padding: 5.5vw 5.33vw 4.5vw;
		display: block;
		text-align: center;
		border: 2px solid #412d84;
	}
	#gFooter .fBox .fBtn {
		margin: 0 auto 2.5vw;
		width: 35.4vw;
	}
	#gFooter .fBox .fBtn a {
		padding: 1vw 2vw 1vw;
		font-size: 3.2vw;
	}
	#gFooter .fBox .fTelBox {
		margin: 0 0 3.7vw;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	#gFooter .fBox .fTelBox .fTxt {
		margin-bottom: 0.9vw;
		font-size: 2.93vw;
	}
	#gFooter .fBox .fTelBox .tel img {
		width: auto;
		height: 5.86vw;
		max-height: 44px;
	}
	#gFooter .fBox .time {
		width: auto;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		font-size: 2.13vw;
	}
	#gFooter .spFBox {
		align-items: center;
	}
	#gFooter address {
		width: calc(100% - 15vw);
		font-size: 1.86vw;
		font-style: normal;
	}
	#gFooter .fImg {
		width: 14.66vw;
	}
}