@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.13em;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #FFF url("../../img/common/body_bg.png") repeat center top;
    background-size: 100% auto;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
    padding-top: 181px;
	text-align: left;
}
#main {
	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.3rem;
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #container {
        padding-top: 84px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    left: 0;
    top: 0;
    padding-left: 54px;
    border-bottom: 1px solid #EEE;
    width: 100%;
    height: 101px;
    box-sizing: border-box;
    z-index: 1000;
}
#gHeader.on {
    background: #fff;
}
#gHeader .hBox {
    align-items: center;
}
#gHeader .subBox {
    width: 620px;
    justify-content: flex-end;
    align-items: center;
}
#gHeader .subBox .link a {
    padding: 17px 18px 11px 19px;
    display: block;
    border-left: 1px solid #EEE;
}
#gHeader .subBox .link a:hover {
    opacity: 0.7;
}
#gNavi li {
    margin-right: 41px;
    display: inline-block;
}
#gNavi li a {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
}
#gNavi li a:hover {
    opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1199px) {
    #gHeader {
        padding-left: 30px;
    }
    #gNavi li {
        margin-right: 35px;
    }
}
@media all and (max-width: 896px) {
	#gHeader {
        height: 46px;
        padding: 4px 10px 5px;
        border-color: #C7C7C7;
        background: #fff;
	}
    body.fixed #gHeader {
        background: #fff;
    }
    #gHeader .subBox {
        display: none;
    }
    #gHeader .menu {
		padding: 10px 10px 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 46px;
        height: 45px;
		box-sizing: border-box;
        border-left: 1px solid #C7C7C7;
		z-index: 300;
	}
    #gHeader .menu span {
		cursor: pointer;
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		right: 9px;
		width: 25px;
		height: 3px;
		background-color: #000;
	}
	#gHeader .menu span:nth-of-type(1) {
    	top: 11px;
	}
	#gHeader .menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	#gHeader .menu span:nth-of-type(2) {
    	top: 21px;
	}
	#gHeader .menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	#gHeader .menu span:nth-of-type(3) {
    	top: 31px;
	}
	#gHeader .menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-21px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}
    .menuBox {
        display: none;
        padding: 110px 0 0;
        width: 100%;
        height: 100%;
        top: 0;
        position: fixed;
        box-sizing: border-box;
        background-color: rgba(0,0,0,0.8);
        overflow-y: auto;
        z-index: 900;
    }
    .menuBox ul {
        padding-bottom: 50px;
    }
    .menuBox li:not(:last-child) {
        margin-bottom: 31px;
    }
    .menuBox li a {
        padding: 0 40px;
        display: block;
        color: #FFF;
        font-size: 2.2rem;
        letter-spacing: 0.13em;
    }
    .menuBox li a span {
        margin-bottom: 5px;
        display: block;
        font-size: 0.9rem;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}
.pageTop a {
    display: block;
}
.pageTop a:hover {
    opacity: 0.7;
}
#gFooter {
    padding: 51px 15px 62px;
    background-color: #252626;
}
#gFooter address {
    color: #c2c2c2;
    font-style: normal;
    text-align: center;
}
@media all and (max-width: 896px) {
    .pageTop {
        right: 10px;
        bottom: 60px;
    }
    .pageTop img {
        width: 60px;
    }
    #gFooter {
        padding: 26px 15px 31px;
    }
    #gFooter address {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
    }
}