@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,'ＭＳ Ｐゴシック',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%;
    height: auto;
}
a,
a:link {
	color: #212121;
	text-decoration: none;
}
a:visited {
	color: #212121;
}
a:hover {
	color: #212121;
}
a:active {
	color: #212121;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1250px;
	color: #212121;
	font-size: 2rem;
    font-weight: bold;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	overflow-x: hidden;
}
#container {
    padding-bottom: 140px;
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #container {
        padding-bottom: 100px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 24px 0;
    z-index: 900;
    box-sizing: border-box;
}
#gHeader .hBox {
    margin: 0 auto;
    width: 1198px;
}
@media all and (max-width: 896px) {
	#gHeader {
        padding: 17px 16px;
	}
    #gHeader h1 {
        width: 125px;
    }
    #gHeader .hBox {
        width: auto;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 38px 0;
    color: #000;
    font-size: 1rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    text-align: center;
    background-color: #faeef1;
}
#gFooter p a {
    color: #000;
    text-decoration: underline;
}
#gFooter p a:hover {
    text-decoration: none;
}
#gFooter address {
    font-style: normal;
}
#gFooter .fixBox {
    padding: 0;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 900;
    background-color: rgba(255,255,255,0.5);
    display: none;
}
#gFooter .fixBox .btn {
    margin: 0 auto;
    max-width: 450px;
}
#gFooter .fixBox .textImg {
    margin-bottom: 9px;
}
#gFooter .fixBox a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 13px 0;
        font-size: 0.5rem;
    }
    #gFooter p a:hover {
        text-decoration: underline;
    }
		#gFooter .fixBox{
			padding:0 0 5px;
		}
    #gFooter .fixBox .textImg {
        margin: 0 auto 5px;
        width: 122px;
    }
    #gFooter .fixBox .btn {
        max-width: 300px;
    }
}
