@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
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: a-otf-midashi-go-mb31-pr6n, 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: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #333;
	font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 15px 0 10px;
    height: 106px;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9;
}
#gHeader.fix {
    background-color: #333;
}
#gHeader .hBox {
    width: 890px;
    margin: 0 auto;
}
#gHeader .hBox h1 {
    float: left;
    width: 56px;
}

@media all and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	#gHeader {
        height: 75px !important;
        padding: 10px 10px 5px !important;
    }
    #gHeader .hBox {
        width: auto;
    }
    #gHeader .hBox h1 {
        float: none;
        width: 40px;
    }
    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .menu {
		position: absolute;
		right: 0;
		top: 8px;
		width: 60px;
		height: 60px;
		z-index: 99;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 18px;
		width: 24px;
		height: 2px;
		background-color: #fff;
	}
	.menu span:nth-of-type(1) {
		top: 19px;
	}
	.menu span:nth-of-type(2) {
		top: 29px;
	}
	.menu span:nth-of-type(3) {
		top: 39px;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		right: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
    .menuBox {
        padding-top: 75px;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #333;
        z-index: 8;
        height: 100%;
        overflow-y: auto;
        box-sizing: border-box;
    }
    .menuBox li a {
        padding: 20px;
        font-size: 1.6rem;
        display: block;
        color: #fff;
        text-align: center;
        border-top: 1px solid #fff;
    }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    margin: 20px -7px 0 0;
    float: right;
    width: 600px;
    text-align: right;
}
#gNavi li {
    margin-left: 9px;
    display: inline-block;
}
#gNavi li a {
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: 2px;
}
#gNavi li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 767px) {
    #gNavi {
        display: none;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 42px 0 16px;
    background-color: #F2F2F3;
}
#gFooter .fNavi {
    margin: 6px 0 75px;
    text-align: center;
}
#gFooter .fNavi li {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #B7B7B7;
} 
#gFooter .fNavi li:last-child {
    border: none;
}
#gFooter .fNavi li a {
    display: block;
    padding: 4px 32px;
    color: #595757;
    font-size: 1.35rem;
}
#gFooter .fNavi li a:hover {
    opacity: 0.7;
}
#gFooter .fLogo {
    width: 330px;
    margin: 0 auto 72px;
}
#gFooter .copyright {
    text-align: center;
    color: #4D4D4D;
    font-size: 1rem;
    letter-spacing: 1px;
}
.pageTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 80px;
}
.pageTop a:hover img {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    #gFooter {
        padding: 30px 10px 20px;
    }
    #gFooter .fNavi {
        max-width: 290px;
        margin: 0 auto 20px;
    }
    #gFooter .fNavi li {
        margin-bottom: 5px;
        border-right: none;
    } 
    #gFooter .fNavi li a {
        padding: 2px 10px;
        font-size: 1.15rem;
    }
    #gFooter .fLogo {
        width: 230px;
        margin: 0 auto 20px;
    }
    .pageTop {
        width: 40px;
    }
    
}