@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);
	}
}
@media all and (min-width: 768px)and (max-width: 1200px) {
	html {
		font-size: calc(1000vw / 1200);
	}
}
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: #535353;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #535353;
}
a:hover {
	color: #535353;
}
a:active {
	color: #535353;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #535353;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	right: 50%;
	margin-right: -31.7rem;
	top: 8rem;
	width: 13.1rem;
	z-index: 9;
}
@media all and (max-width: 767px) {
	#gHeader {
		margin-right: -3.8rem;
		top: 4rem;
		width: 7.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4rem 0 2rem;
	position: relative;
	z-index: 2;
	background: #D66390 url(../img/common/footer_bg.png) repeat-x left bottom 1.4rem/21.1rem;
}
#gFooter .fLogo {
	align-items: center;
}
#gFooter .fLogo img {
	height: 2.6rem;
}
#gFooter .fLogo span {
	margin: 0 2rem 0 1.5rem;
}
#gFooter .fLogo span img {
	height: 3.9rem;
}
#gFooter .fLogo a:last-child img {
	height: 7.9rem;
}
#gFooter address {
	margin-top: 3.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-feature-settings: "palt";
}

address{
font-family: "メイリオ","Arial"
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 4.2rem 0 1.7rem;
		background-position: left bottom 0.8rem;
		background-size: 12.8rem;
	}
	#gFooter .fLogo img {
		height: 2.1rem;
	}
	#gFooter .fLogo span {
		margin: -0.4rem 1.6rem 0 1.2rem;
	}
	#gFooter .fLogo span img {
		height: 3rem;
	}
	#gFooter .fLogo a:last-child img {
		height: 6.3rem;
	}
	#gFooter address {
		margin-top: 3.6rem;
		font-size: 1.2rem;
		line-height: 1.41;
	}
}