@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: "IBM Plex 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: #535353;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #535353;
}
a:hover {
	color: #535353;
}
a:active {
	color: #535353;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1080px;
	color: #535353;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.5;
	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: 961px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 960px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.1rem 0 1.3rem;
	text-align: center;
	color: #fff;
	background-color: #00AFCC;
}
#gFooter p {
	margin-bottom: 2.6rem;
	font-weight: 500;
	font-size: 1.45rem;
}
#gFooter a:hover {
	opacity: 0.7;
}
#gFooter .fSns {
	margin-bottom: 4rem;
}
#gFooter .fSns li {
	margin: 0 1.3rem;
}
#gFooter .fSns img {
	width: auto;
	height: 4.2rem;
}
#gFooter .fLink {
	margin-bottom: 3.2rem;
	align-items: center;
}
#gFooter .fLink li {
	margin: 0 2.9rem;
	width: 15.3rem;
	position: relative;
}
#gFooter .fLink li:first-child {
	width: 8.4rem;
	margin-top: 1.5rem;
}
#gFooter .fLink li:first-child::before {
	position: absolute;
	background: url(../img/common/icon01.png) no-repeat;
	background-size: 3.2rem auto;
	width: 3.2rem;
	height: 3.2rem;
	right: -4.7rem;
	top: -0.2rem;
	content: "";
}
#gFooter address {
	font-size: 1.4rem;
}
@media all and (max-width: 960px) {
	#gFooter {
		padding: 1.6rem 0 1.1rem;
	}
	#gFooter p {
		margin-bottom: 2rem;
		font-size: 1.15rem;
	}
	#gFooter .fSns {
		margin-bottom: 3.2rem;
	}
	#gFooter .fSns li {
		margin: 0 1rem;
	}
	#gFooter .fSns img {
		height: 3.4rem;
	}
	#gFooter .fLink {
		margin-bottom: 2.6rem;
	}
	#gFooter .fLink li {
		margin: 0 2.3rem;
		width: 12.2rem;
	}
	#gFooter .fLink li:first-child {
		width: 6.7rem;
	}
	#gFooter .fLink li:first-child::before {
		background-size: 2.5rem auto;
		width: 2.5rem;
		height: 2.5rem;
		right: -3.7rem;
	}
	#gFooter address {
		font-size: 1.1rem;
	}
}