@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Noto Sans JP', sans-serif;
}
body {
	background:#1D232A;
}

@media all and (max-width: 896px) {
body {
	background:#1D232A;
}
}

@font-face {
    font-family: 'Arial-Black';
    font-style: normal;
    src: url('../../font/Arial-Black.eot'); /* IE9 Compat Modes */
    src: url('../../font/Arial-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/Arial-Black.woff') format('woff'), /* Modern Browsers */
    url('../../font/Arial-Black.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Arial';
    font-style: normal;
    src: url('../../font/Arial.eot'); /* IE9 Compat Modes */
    src: url('../../font/Arial.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/Arial.woff') format('woff'), /* Modern Browsers */
    url('../../font/Arial.ttf')  format('truetype'); /* Safari, Android, iOS */
}

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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #1D232A;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -webkit-text-size-adjust: 100%;
}
#container {
	text-align: left;
    overflow: hidden;
}
#main {
    margin-bottom: 0;
}
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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin: 0;
        padding: 0;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height:100px;
    padding: 0 0 0 0;
	background:#fff;
}
#gHeader h1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
}
@media all and (max-width: 896px) {
	#gHeader {
	height:60px;
        margin-bottom: 0;
        padding: 0 0 0 0;
	}
	#gHeader h1 {
  	  max-width: auto;
  	  margin: 0 auto;
  	  padding: 20px 0 0 15px;
	}
    #gHeader h1 img {
        width: 254px;
    margin: 0 0;
    padding: 0 0;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    position: relative;
    padding: 30px 10px 42px;
    background-color: #000000;
}
#gFooter address {
    text-align: center;
    font-size: 2.1rem;
    color: white;
    font-style: normal;
    letter-spacing: 0.1em;
}
.pageTop {
    position: absolute;
    bottom: 150px;
    right: 20px;
    z-index: 100;
}
.pageTop a:hover img {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 5px 10px 12px;
    }
    #gFooter address {
        font-size: 1rem;
    }
    .pageTop {
        bottom: 300px;
        right: 15px;
        width: 40px;
    }
}
