@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: 'AudiTypeV02', Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 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;
}

@font-face {
    font-family: 'AudiTypeV02-ExtendedBold';
	src: url("../../fonts/AudiTypeV02-ExtendedBold.eot?") format('eot'),
       url("../../fonts/AudiTypeV02-ExtendedBold.woff") format('woff'),
       url("../../fonts/AudiTypeV02-ExtendedBold.otf")  format('opentype');
}

@font-face {
    font-family: 'AudiTypeV02';
    font-weight: bold;
	src: url("../../fonts/AudiTypeV02-Bold.eot?") format('eot'),
       url("../../fonts/AudiTypeV02-Bold.woff") format('woff'),
       url("../../fonts/AudiTypeV02-Bold.otf")  format('opentype');
}

@font-face {
    font-family: 'AudiTypeV02';
    font-weight: normal;
	src: url("../../fonts/AudiTypeV02-Normal.eot?") format('eot'),
       url("../../fonts/AudiTypeV02-Normal.woff") format('woff'),
       url("../../fonts/AudiTypeV02-Normal.otf")  format('opentype');
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #000;
	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 {
    margin-bottom: 26px;
}

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.3rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    margin-bottom: 50px;
    min-height: 1094px;
    background: url("../../img/common/header_bg.jpg") no-repeat center center;
    background-size: cover;
	
}

#gHeader .hInner {
    margin: 0 auto;
    padding: 159px 0 0;
    width: 912px;
}

#gHeader .logo {
    margin-bottom: 10px;
	
}

#gHeader h1 {
    margin: 20px 0 0px 5px;
    color: #000;
    font-family: 'AudiTypeV02-ExtendedBold';
    font-weight: normal;
    font-size: 5.0rem;
}

#gHeader .txt {
    margin-left: 5px;
    color: #000;
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 1.7;
}

@media all and (max-width: 767px) {
    #gHeader {
        margin-bottom: 25px;
        min-height: 100vw;
		position: relative;
        background: url(../../img/common/header_bg_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    #gHeader .hInner {
        margin: 0 auto;
        padding: 25px 25px 30px;
        width: auto;
    }

    #gHeader .logo img {
        width: 135px;
    }

    #gHeader h1 {
        margin-top: 19px;
        font-size: 2.45rem;
		line-height: 1.24;
        letter-spacing: -0.01em;
    }

    #gHeader .txt {
        margin-left: 5px;
        font-size: 1.55rem;
        line-height: 1.55;
		display: block;
    }
	#gHeader .note {
		width: calc(100% - 14px);
		position: absolute;
		left: 7px;
		bottom: 5px;
		color: #1e120d;
		font-size: 1rem;
		letter-spacing: 0.02em;
		transform: scale(0.6);
		transform-origin: right center;
		text-align: right;
	}
}

@media all and (max-width: 359px) {
    #gHeader h1 {
		margin-bottom: 61vw;
        font-size: 2.0rem;
        letter-spacing: -1px;
    }

    #gHeader .txt {
        font-size: 1.4rem;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 12px 0 10px;
    background-color: #000;
    overflow: hidden;
}

#gFooter .fInner {
    width: 866px;
    margin: 0 auto;
}

#gFooter .copyright {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

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

    #gFooter .fInner {
        width: auto;
    }

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