@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%;
}
a,
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hInfo {
    width: 900px;
    padding: 17px 0 15px;
    margin: 0 auto;
	box-sizing: border-box;
}

#gHeader .logo {
    float: left;
    width: 312px;
}
#gHeader .tel {
    float: right;
    width: 286px;
}

@media all and (max-width: 767px) {
    #gHeader .hInfo {
        width: auto;
        padding: 7px 10px;
    }
    #gHeader .logo {
		margin: 4px 0 0;
        width: 162px;
    }
    #gHeader .tel {
		margin-top: 0;
		width: 118px;
    }
    #gHeader .tel img {
		display: block;
    }
    #gHeader .tel a {
        display: block;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #3ea6ae;
}
#gFooter .copyright {
	padding: 13px 12px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.pageTop {
	position: fixed;
	width: 100px;
	right: 30px;
	bottom: 30px;
	z-index: 999;
}
.pageTop a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	#gFooter {
	}
	#gFooter .copyright {
		padding: 9px 5px;
		font-size: 10px;
		letter-spacing: 0;
	}
	.pageTop {
		width: 9.375vw;
		height: 9.375vw;
		right: 15px;
		bottom: 15px;
	}
	
}