@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: 1040px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	padding-bottom: 104px;
}

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;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#main {
		padding-bottom: 62px;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hInfo {
    width: 905px;
    padding: 5px 0 18px;
    margin: 0 auto;
}

#gHeader .top {
    margin: 0 0 12px 2px;
    font-size: 1.2rem;
}

#gHeader .logo {
    float: left;
    width: 268px;
}

#gHeader .tel {
    margin: -15px -3px 0 0;
    float: right;
    width: 288px;
}

@media all and (max-width: 767px) {
    #gHeader .hInfo {
        width: auto;
        padding: 9px 8px 8px 11px;
        margin: 0 auto;
    }

    #gHeader .logo {
        width: 156px;
        padding-top: 5px;
    }

    #gHeader .tel {
        margin: 0;
        width: 126px;
    }
    
    #gHeader .tel .topImg {
        display: block;
        margin-bottom: 0;
    }
    
    #gHeader .tel .topImg img {
        width: 95px;
        display: block;
    }
    
    #gHeader .tel a {
        display: block;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 14px 0;
    color: #fff;
    text-align: center;
    background-color: #414143;
}

#gFooter .copyright {
    font-size: 1.4rem;
}

@media all and (max-width: 767px) {
	#gFooter {
		padding: 8px 0;
	}

	#gFooter .copyright {
		font-size: 1.0rem;
	}
}