@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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;
	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 {
	color: #000;
	text-decoration: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
    font-weight: 500;
	line-height: 1.2;
	text-align: center;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
#container {
	text-align: left;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    margin-bottom: 28px;
    padding: 34.5% 0 57%;
    background: url("../../img/index/main_bg01.jpg") no-repeat center center / cover;
}
#gHeader h1 {
    margin: 0 auto;
    padding-left: 5px;
    width: 85%;
}
#gHeader h1 img {
    width: 100%;
}
#gNavi {
    margin: 0 auto 28px;
    width: 283px;
}
#gNavi ul {
    margin-top: -19px;
}
#gNavi li {
    margin: 19px 31px 0 0;
    width: 73px;
}
#gNavi li:nth-of-type(3n),
#gNavi li:last-of-type {
    margin-right: 0;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 31px 0 15px;
}
#gFooter .fBox {
    margin: 0 10px;
}
#gFooter .fLogo {
    margin: 0 auto 18px;
    width: 320px;
}
#gFooter .tel {
    margin-bottom: 1px;
    text-align: center;
}
#gFooter p {
    margin-bottom: 17px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
}
#gFooter .time {
    margin-bottom: 8px;
    font-size: 1.2rem;
    text-align: center;
}
#gFooter address {
    font-size: 0.9rem;
    font-style: normal;
    text-align: center;
    font-family: "小塚ゴシック Pr6N", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media all and (max-width: 330px) {
    #gFooter .fLogo {
        width: 300px;
    }
} 
