@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;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:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.yumin {
    font-family: 'Noto Serif JP', serif;
}
.en {
    font-family: 'Barlow', 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;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
a:visited {
	color: #000;
}
a:hover {
    color: #000;
    opacity: 0.7;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
    font-size: 1.6rem;
    font-weight: 500;
	line-height: 2.06;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
    background-color: #FFF;
}
body.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: scroll;
}
#container {
	text-align: left;
}
#main {
    overflow: hidden;
}
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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media all and (max-width: 374px) {
	body {
        font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 20px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 100;
}
#gHeader .hBox {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    justify-content: space-between;
}
#gHeader .logo {
    width: 232px;
}
#gHeader .logo a {
    opacity: 1;
}
#gHeader .menu {
    margin-top: 15px;
    width: 50px;
}
#gHeader .fixBg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 12px 0;
        width: auto;
        position: relative;
        left: auto;
        top: auto;
        background: #FAFAFA;
    }
    #gHeader .hBox {
        margin: 0 auto;
        width: auto;
        display: block;
    }
    #gHeader .logo {
        margin: 0 auto;
        width: 165px;
    }
    #gHeader .menu {
        margin-top: 0;
        width: 30px;
        position: absolute;
        right: 15px;
        top: 23px;
    }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    display: none;
    padding: 13vh 170px 100px 0;
    width: calc(100% - 170px);
    height: 100vh;
    position: absolute;
    left: 170px;
    top: 0;
    text-align: center;
    overflow-x: auto;
    background: #FFF;
    box-sizing: border-box;
    z-index: 101;
}
#gNavi .close {
    margin-right: -463px;
    width: 47px;
    position: absolute;
    right: 50%;
    top: 30px;
    z-index: 1;
}
#gNavi ul {
    position: relative;
    z-index: 2;
}
#gNavi li:not(:last-child) {
    margin-bottom: 4vh;
}
#gNavi li a {
    display: block;
}
#gNavi li img {
    max-width: inherit;
    height: 33px;
}
#gNavi li span {
    margin-top: 15px;
    display: block;
    font-size: 1.2rem;
}
@media all and (max-width: 896px) {
    #gNavi {
        padding: 12px 0 100px 0;
        width: calc(100% - 35px);
        left: 35px;
    }
    #gNavi .logo {
        margin-bottom: 45px;
        padding-right: 35px;
    }
    #gNavi .close {
        margin-right: 0;
        width: 28px;
        right: 16px;
        top: 21px;
    }
    #gNavi li:not(:last-child) {
        margin-bottom: 25px;
    }
    #gNavi li img {
        height: 19px;
    }
    #gNavi li span {
        margin-top: 1px;
    }
}