@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,'ＭＳ Ｐゴシック',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: #362e2b;
	text-decoration: none;
}
a:visited {
	color: #362e2b;
}
a:hover {
	color: #362e2b;
}
a:active {
	color: #362e2b;
}
.serif {
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
	font-weight: bold;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1180px;
	color: #362e2b;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
}
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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 29px 0 17px;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px 0 8px;
	}
	#gHeader h1 img {
		width: 173px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
}
#gFooter .fBox {
    padding: 20px 0;
    min-height: 600px;
    box-sizing: border-box;
    text-align: center;
    background: url("../../img/common/f_bg.jpg") no-repeat center top;
}
#gFooter .copyright {
    padding: 18px 0 17px;
    text-align: center;
    color: #FFF;
    font-size: 1.6rem;
    background-color: #362E2B;
}
.fixBox {
	display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    background-color: rgba(255,255,255,1);
	z-index: 800;
}
.fixBox.on {
	position: absolute;
	bottom: 59px;
}
.fixBox .subBox {
    width: 980px;
    position: relative;
    margin: 0 auto;
}

.fixBox .subBox ul {
    display: flex;
    justify-content: center;
}


.pageTop {
    position: absolute;
    bottom: 46px;
    right: 0;
}
.comTtl {
    margin-bottom: 5px;
    padding-left: 36px;
    display: inline-block;
    /*font-size: 3.2rem;*/
    font-weight: bold;
    background: url("../../img/common/line01.png") no-repeat left center;
}
.comTtl .line {
    padding-right: 36px;
    display: inline-block;
    background: url("../../img/common/line02.png") no-repeat right center;
}
.comTtl .cor {
    color: #f39800;
}
.fixBox li {
    width: 20%;
    margin-right: 10px;
}
.fixBox li:last-child{
    margin-right: 0;
}
.fixBox a:hover img {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gFooter .fBox {
        padding: 6px 0;
        min-height: 315px;
        background: url("../../img/common/sp_f_bg.jpg") repeat-x center top;
        background-size: 640px auto;
    }
     #gFooter .fLogo img {
         width: 228px;
    }
    #gFooter .copyright {
        padding: 9px 0 8px;
        font-size: 0.8rem;
    }
    .fixBox {
        padding: 12px 0;
    }
	.fixBox.on {
		bottom: 32px;
	} 
    .fixBox .subBox {
        width: auto;
    }
    .fixBox li{
        width: auto;
    }
    .pageTop {
        bottom: inherit;
        top: -33px;
        right: 15px;
    }
    .pageTop img {
        width: 20px;
    }
    .comTtl {
        margin-bottom: 12px;
        padding-left: 20px;
        font-size: 1.6rem;
        background-size: 14px auto;
    }
    .comTtl .line {
        padding-right: 20px;
        background-size: 14px auto;
    }
    .fixBox ul {
        margin: 0 15px;
        overflow: hidden;
        zoom: 1;
    }
    .fixBox li {
        margin-right:10px;
        width: 49%;
        float: left;
    }
     .fixBox li:nth-child(2n) {
         float: right;
    }
    .fixBox a:hover img {
        opacity: 1;
    }
	.fixBox li a {
		padding: 7px 0 8px;
		display: block;
		border: 1px solid #d2d2d2;
		background-image: -moz-linear-gradient( 90deg, rgb(221,218,213) 0%, rgb(255,255,255) 50%);
		background-image: -webkit-linear-gradient( 90deg, rgb(221,218,213) 0%, rgb(255,255,255) 50%);
		background-image: -ms-linear-gradient( 90deg, rgb(221,218,213) 0%, rgb(255,255,255) 50%);
		border-radius: 5px;
		text-align: center;
	}
	.fixBox li img {
		width: 93px;
	}
	.fixBox li:last-child a {
		background-image: -moz-linear-gradient( -90deg, rgb(248,181,81) 0%, rgb(248,181,81) 0%, rgba(243,152,0,0) 100%);
		background-image: -webkit-linear-gradient( -90deg, rgb(248,181,81) 0%, rgb(248,181,81) 0%, rgba(243,152,0,0) 100%);
		background-image: -ms-linear-gradient( -90deg, rgb(248,181,81) 0%, rgb(248,181,81) 0%, rgba(243,152,0,0) 100%);
		background-color: #f39800;
	}
}