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

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (max-width: 767px) {
    a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    
    a:hover,
	a:hover img {
		opacity: 1 !important;
	}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    margin: 0 auto;
	width: 750px;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #FFF;
    text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
    overflow: hidden;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
    margin: 54px 0 25px 33px;
    width: 493px;
    float: left;
}

#gHeader .link {
    width: 154px;
    float: right;
    height: 100%;
}

#gHeader .link a {
    padding: 61% 0 16%;
    display: block;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 2px;
    background: url("../../img/common/icon01.png") no-repeat center top 33px #2D2319;
    background-size: 31px auto;
}

#gHeader .link a:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin-top: 20%;
    padding: 22.9% 0 5.5%;
    background-color: #000;
    position: relative;
}

#gFooter .pageTop {
    right: 7.5%;
    top: -16%;
    width: 20%;
    position: absolute;
}

#gFooter .fLogo {
    margin: 0 17.2% 5.8% 11.8%;
}

#gFooter p {
    text-align: center;
    font-size: 2.0rem;
    line-height: 2.0;
    color: #fff;
    letter-spacing: 4px;
}

#gFooter p a {
    color: #fff;
}

#gFooter .copyright {
    margin-top: 4%;
    letter-spacing: 5px;
}
