@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: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","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: #595959;
	text-decoration: none;
}
a:visited {
	color: #595959;
}
a:hover {
	color: #595959;
    opacity: 0.7;
}
a:active {
	color: #595959;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #595959;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
    padding-top: 88px;
	text-align: left;
}
#main {
}
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;
	}
    #container {
        padding-top: 53px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    width: 100%;
    padding: 25px 10px 23px;
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background: #FFF;
    z-index: 1000;
}
#gHeader .hBox {
    margin: 0 auto;
    max-width: 1026px;
}
#gHeader h1 {
    float: left;
}
#gHeader h1 a {
    color: #666;
}
#gHeader h1 a:hover {
    opacity: 1;
}
#gHeader h1 .txt {
    margin: 6px 0 0 15px;
    display: none;
    font-size: 1.9rem;
    vertical-align: middle;
}
#gHeader h1 img {
    width: 362px;
}
#gHeader .comBtn {
    float: right;
}
@media all and (max-width: 767px) {
	#gHeader {
        padding: 15px 12px 11px;
    }
    #gHeader .hBox {
        max-width: inherit;
    }
    #gHeader h1 .txt {
        margin: 2px 0 0 10px;
        font-size: 1.05rem;
    }
    #gHeader h1 img {
        width: 207px;
    }
    #gHeader .comBtn {
        margin-top: -4px;
        padding-right: 3px;
    }
}
@media all and (max-width: 374px) {
    #gHeader h1 img {
        width: 192px;
    }
    #gHeader .comBtn {
        padding-right: 0;
    }
    #gHeader .comBtn a {
        min-width: 100px;
        font-size: 1rem;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-bottom: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
@media all and (max-width: 767px) {
    #gFooter {
        font-size: 1rem;
    }
}