@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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-family: 'Hiragino Kaku Gothic ProN'; */
	font-family: "I-OTF-UDゴ表示Pro B";
	}

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: #5d2417;
	text-decoration: none;
}

a:visited {
	color: #5d2417;
}

a:hover {
	color: #5d2417;
}

a:active {
	color: #5d2417;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 960px;
	color: #5d2417;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF0CC;
}

#container {
	text-align: left;
	border-top: 6px solid #E54D1E;
}

#main {
	width: 960px;
	margin: 46px auto 100px;
}

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.2rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#container {
		border-width: 4px;
	}
	
	#main {
		width: auto;
		margin: 25px auto 75px;
	}
	
   img {
        width: 100%;
    }
	
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-bottom: 84px;
}

#gFooter .fNavi {
    margin: 0 auto 54px;
    width: 960px;
    text-align: center;
}

#gFooter .fNavi li > span {
    display: inline-block;
}

#gFooter .fNavi li {
    margin: 0 9px;
    display: inline-block;
    text-align: left;
}

#gFooter .fNavi li a {
    padding: 9px 15px 10px 24px;
    width: 290px;
    display: table;
    box-sizing: border-box;
    font-size: 1.7rem;
    line-height: 1.2;
    color: #fff;
    background: url("../../img/common/icon05.jpg") no-repeat right 10px center #EA5404;
    border-radius: 45px;
}

#gFooter .fNavi li a:hover {
	opacity: 0.7;
}

#gFooter .fNavi li:first-child a {
    border: 1px solid #444444;
    color: #444444;
    background: url("../../img/common/icon04.jpg") no-repeat right 10px center #fff;
}

#gFooter .fNavi li a span span {
    font-size: 1.4rem;
}

#gFooter .fNavi li a > span {
    display: table-cell;
    vertical-align: middle;
}

#gFooter .pageTop {
    margin-bottom: 20px;
    padding: 6px 0 8px;
    background-color: #EEEEEE;
}

#gFooter .pageTop span {
    margin: 0 auto;
    width: 960px;
    display: block;
    text-align: right;
}

#gFooter .pageTop a {
    font-size: 1.5rem;
    color: #353535;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

#gFooter .pageTop a img {
    margin: 5px 10px 0 8px;
}

#gFooter h1 {
    margin-bottom: 6px;
    text-align: center;
}

#gFooter p {
    text-align: center;
}

#gFooter .txt {
    margin-bottom: 10px;
    font-size: 1.4rem;
    color: #333333;
}

#gFooter .copyright {
    font-size: 1.1rem;
    color: #707070;
}

@media all and (max-width: 767px) {
	#gFooter {
		padding-bottom: 0;
	}
	
    #gFooter .fNavi {
        margin-bottom: 80px;
        width: 100%;    
    }
    
    #gFooter .fNavi li {
        margin: 0 0 10px;
		display: block;
    }
    
    #gFooter .fNavi li a {
        padding: 9px 15px 9px 25px;
        width: 285px;
		margin: 0 auto;
        font-size: 1.6rem;
        background: url("../../img/common/icon08.jpg") no-repeat right 11px center #EA5404;
        background-size: 9px auto;
    }
    
    #gFooter .fNavi li:first-child a {
        background: url("../../img/common/icon07.jpg") no-repeat right 11px center #fff;
        background-size: 9px auto;
    }
    
    #gFooter .fNavi li a span span {
        font-size: 1.6rem;
    }
      
    #gFooter .pageTop {
        padding: 14px 0 8px;
		margin-bottom: 0;
    }
    
    #gFooter .pageTop span {
        padding-left: 5px;
        width: auto;
        text-align: center;
    }
    
    #gFooter .pageTop span a {
        font-size: 1.4rem;
    }
    
    #gFooter .pageTop a img {
        margin: 1px 15px 0 9px;
        width: 18px;
    } 
}

@media all and (-ms-high-contrast:none){
	#gFooter .fNavi li a {
		padding: 11px 15px 8px 24px;
	}
	
	#gFooter .pageTop {
		padding: 9px 0 5px;
	}
	
	#gFooter .pageTop a img {
		margin-top: 3px;
	}
}