@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: 0.98em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 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: #222;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #222;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: url("../../img/common/com_bg.png") repeat left top;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#container {
	text-align: left;
    overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 1000;
    padding: 14px 30px;
    box-sizing: border-box;
    transition: .3s;
	-webkit-transition: .3s;
}
#gHeader.fix {
	height: 90px;
	padding: 14px 30px;
    position: fixed;
    background: rgba(0,0,0,0.8);
}
#gHeader h1 {
    width: 148px;
}
#gNavi {
    padding: 19px 73px 0 0;
}
#gNavi li {
    padding-left: 47px;
    float: left;
}
#gNavi li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gHeader {
        position: fixed;
        height: 61px;
        padding: 0;
    }
	#gHeader.fix {
		height: 61px;
		padding: 0;
	}
    #gHeader h1 {
        padding: 11px 0 11px 10px;
        width: 89px;
    }
    #gNavi {
        display: none;
    }
    .menu {
        display: block;
		position: absolute;
		right: 0;
		top: 0;
        cursor: pointer;
		width: 60px;
		height: 61px;
        background: #fcff12;
		z-index: 1010;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 15px;
		width: 29px;
		height: 2px;
		background-color: #222;
	}
	.menu span:nth-of-type(1) {
		top: 20px;
	}
	.menu span:nth-of-type(2) {
		top: 30px;
	}
	.menu span:nth-of-type(3) {
		top: 40px;
	}
	.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) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
    .menuBox {
        padding-top: 149px;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: url("../../img/common/menu_box_bg.jpg") repeat-y left top;
        background-size: 100% auto;
        z-index: 900;
        height: 100%;
        text-align: center;
        overflow-y: auto;
        box-sizing: border-box;
    }
    .menuBox .spNavi li {
        width: 100%;
    }
    .menuBox .spNavi li a {
        display: block;
        padding: 26px 0;
    }
    .menuBox .snsList {
        padding: 78px 0;
    }
    .menuBox .snsList li {
        display: inline-block;
        width: 40px;
        margin: 0 13px;
        vertical-align: top;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 43px 0 33px;
    background: #fff;
    text-align: center;
}
#gFooter .pageTop {
	display: none;
    position: fixed;
    right: 58px;
    bottom: 53px;
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}
#gFooter .add {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-bottom: 47px;
}
#gFooter .add a {
    color: #000;
}
#gFooter .copyright {
    color: #000;
    letter-spacing: 0.02em;
    font-size: 1.2rem;
    font-weight: 500;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 22px 0 19px;
    }
    #gFooter .pageTop {
        right: 10px;
        bottom: 16px;
        width: 38px;
    }
    #gFooter .add {
        font-size: 1.2rem;
        line-height: 1.75;
        margin-bottom: 20px;
    }
    #gFooter .copyright {
        font-size: 0.9rem;
    }
}