@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&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;
}
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: #19194B;
	text-decoration: none;
}
a:visited {
	color: #19194B;
}
a:hover {
	color: #19194B;
}
a:active {
	color: #19194B;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1020px;
	color: #19194B;
	font-size: 1.8rem;
    font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
    margin-bottom: 100px;
	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.7rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
    #main {
        margin-bottom: 105px;
    }
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 17px 15px 14px;
    background-color: #fff;
}
#gHeader .hBox {
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 1200px;
    align-items: center;
}
#gHeader .hBox h1 {
    width: 530px;
}
#gHeader .hBox h1 span {
    padding-left: 15px;
    color: #464646;
    font-size: 1.2rem;
    font-weight: normal;
    vertical-align: bottom;
}
#gHeader .hBox .hLink {
    width: 179px;
}
#gHeader .hBox .hLink a {
    padding: 5px;
    display: block;
    color: #464646;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    border-radius: 15px;
    box-sizing: border-box;
    border: 1px solid #6c6c6c;
}
#gHeader .hBox .hLink a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
        padding: 12px 10px 12px 13px;
    }
    #gHeader .hBox {
        padding: 0;
        width: auto;
        align-items: flex-end;
    }
    #gHeader .hBox h1 img {
        width: 119px;
    }
    #gHeader .hBox h1 {
        width: 60%;
    }
    #gHeader .hBox h1 span {
        margin-top: -7px;
        padding-left: 0;
        font-size: 0.8rem;
        display: block;
        line-height: 1;
    }
    #gHeader .hBox .hLink {
        width: 112px;
    }
    #gHeader .hBox .hLink a {
        padding: 3px 2px;
        line-height: 1;
        border-radius: 10px;
    }
    #gHeader .hBox .hLink a span {
        margin: 0 -7px;
        display: inline-block;
        font-size: 1.2rem;
        transform: scale(0.66);
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-bottom: 49px;
    background-color: #161616;
}
#gFooter .copy {
    margin-bottom: 47px;
    padding-bottom: 21px;
    color: #9B9BBC;
    font-size: 1.3rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    border-bottom: 2px solid #ff3000;
    background-color: #fff;
}
#gFooter .fLogo {
    margin-bottom: 26px;
    text-align: center;
}
#gFooter address {
    color: #6F6F6F;
    font-size: 1.3rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    font-style: normal;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding-bottom: 25px;
    }
    #gFooter .copy {
        margin-bottom: 22px;
        padding-bottom: 16px;
        font-size: 1rem;
    }
    #gFooter .fLogo {
        margin: 0 auto 31px;
        width: 193px;
    }
    #gFooter address {
        font-size: 1rem;
    }
}