@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", 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 {
	color: #000;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
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 {
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
/*	background: url(../img/f_bg.jpg) no-repeat center center;  */
	background-size: cover;
}
#gFooter .fBox {
	width: 80rem;
	margin: 0 auto;
	color: #fff;
	padding: 0.1rem 0 6.6rem;
	box-sizing: border-box;
	background-color: rgba(135,47,162,0.85);
}
#gFooter .fImg {
	width: 70.6rem;
	margin: -10.2rem auto -3.7rem;
}
#gFooter .title {
	margin-bottom: 2.9rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#gFooter .snsList {
	margin-bottom: 5rem;
}
#gFooter .snsList li {
	width: 8.9rem;
	margin: 0 1.7rem;
}
#gFooter .snsList a:hover {
	opacity: 0.7;
}
#gFooter .fList {
	margin-bottom: 6.8rem;
}
#gFooter .fList li {
	margin: 0 1rem;
	width: 26rem;
}
#gFooter .fList a {
	padding: 1.1rem 1.7rem 1.2rem 0.5rem;
	display: block;
	text-align: center;
	color: #FF8D08;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-radius: 2.5rem;
	background: #fff url(../img/icon10.png) no-repeat right 3.1rem top 1.8rem / 0.9rem;
}
#gFooter .fList li:first-child a {
	color: #872FA2;
	background-image: url(../img/icon09.png);
	background-size: 1.5rem auto;
	background-position: right 2.8rem center;
}
#gFooter .fInfo {
	margin: 0 8.5rem 5.3rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.57;
}
#gFooter .fInfo address {
	margin: 1.9rem 0 2.2rem;
}
#gFooter .fInfo span {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}
#gFooter p a {
	color: #fff;
}
#gFooter .fLogo {
	width: 26.9rem;
	margin: 0 auto;
}
@media all and (min-width: 897px) {
	#gFooter .fList a:hover {
		color: #fff !important;
		background-color: #FF8D08;
		background-image: url(../img/icon04_on.png);
	}
	#gFooter .fList li:first-child a:hover {
		background-color: #872FA2;
		background-image: url(../img/icon09_on.png);
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		width: auto;
		padding: 0.1rem 0 3rem;
	}
	#gFooter .fImg {
		width: 35rem;
		margin: -5.2rem auto 0;
	}
	#gFooter .title {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
	#gFooter .snsList {
		margin-bottom: 3rem;
	}
	#gFooter .snsList li {
		margin: 0 0.5rem;
		width: 7rem;
	}
	#gFooter .fList {
		margin-bottom: 4rem;
		display: block;
	}
	#gFooter .fList li {
		margin: 0 auto 1.5rem;
		width: 26rem;
	}
	#gFooter .fList li:last-child a {
		background-position: right 3.1rem top 1.4rem;
	}
	#gFooter .fInfo {
		margin: 0 1.5rem 3rem;
	}
	#gFooter .fInfo address {
		margin: 1.5rem 0;
	}
	#gFooter .fLogo {
		width: 20rem;
	}
}