@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, "ヒラギノ角ゴ 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%;
}
a,
a:link {
	color: #727171;
	text-decoration: none;
}
a:visited {
	color: #727171;
}
a:hover {
	color: #727171;
}
a:active {
	color: #727171;
}
@font-face {
    font-family: 'myriad';
	src: url("../../fonts/myriad.eot?") format('eot'),
       url("../../fonts/myriad.woff") format('woff'),
       url("../../fonts/myriad.otf")  format('opentype');
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #727171;
    font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
    margin-bottom: 87px;
}
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.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 50px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hInner {
    padding: 45px 0 13px;
    width: 1270px;
    margin: 0 auto;
}
#gHeader .logo {
    float: left;
}
#gNavi {
    padding: 15px 0 0;
    float: right;
}
#gNavi li {
    margin: 0 19px;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: top;
}
#gNavi li a {
    padding: 1px 0;
    display: inline-block;
    color: #595757;
    font-weight: bold;
    position: relative;
}
#gNavi li a:hover {
    opacity: 0.7;
}
#gNavi li a::before {
    position: absolute;
    right: -19px;
    top: 0;
    width: 1px;
    bottom: 0;
    background: #ccc;
    content: "";
}
@media all and (max-width: 896px) {
	#gHeader {
		position: relative;
		z-index: 1000;
		background: #fff;
	}
    #gHeader .hInner {
        padding: 10px;
        width: auto;
    }
    #gHeader .logo img {
        width: 200px;
    }
    #gNavi {
        display: none;
    }
	.menu {
        display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 18px;
		width: 24px;
		height: 2px;
		background-color: #006236;
	}
	.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) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
    .menuBox {
        padding-top: 54px;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 900;
        height: 100%;
        overflow-y: auto;
        box-sizing: border-box;
    }
	.menuBox .spNavi {
		padding-bottom: 60px;
        border-top: 1px solid #648474;
	}
    .menuBox li a {
        padding: 20px;
        font-size: 1.6rem;
        display: block;
        color: #648474;
        text-align: center;
        border-top: 1px solid #648474;
    }
    .menuBox li:last-child a {
        border-bottom: 1px solid #648474;
    }	
	
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
    padding: 41px 0 16px;
    background: #f7f8f8;
}
#gFooter .fBox .content {
    width: 960px;
    margin: 0 auto;
}
#gFooter .fBox .lBox {
    float: left;
    width: 625px;
}
#gFooter .fBox .fNavi li {
    width: 186px;
    margin: 0 20px 17px 0;
}
#gFooter .fBox .fNavi li:nth-child(2) {
	margin-right: 206px;
}
#gFooter .fBox .fNavi li a {
    padding: 0 0 3px 23px;
    display: block;
    font-weight: bold;
    font-size: 1.54rem;
    letter-spacing: 1px;
    background: url("../../img/common/icon02.png") no-repeat left top 4px;
    background-size: 16px 16px; 
    border-bottom: 1px solid #898582;
}
#gFooter .fBox .fNavi li a:hover {
    opacity: 0.7;
}
#gFooter .fBox .rBox {
    margin-top: -7px;
    float: right;
    width: 290px;
}
#gFooter .fBox .rBox .fLogo {
    margin-bottom: 8px;
}
#gFooter .fBox .rBox .add {
    margin-right: -30px;
    color: #648574;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 1px;
}
#gFooter .fBox .rBox .add a {
    color: #648574;
}
#gFooter .copyright {
    padding: 12px 0 18px;
    color: #fff;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 1.2rem;
    text-align: center;
    background: #648574;
    letter-spacing: 1px;
}
@media all and (max-width: 896px) {
    #gFooter .fBox {
        padding: 0 0 20px;
    }
    #gFooter .fBox .content {
        width: auto;
        margin: 0;
    }
    #gFooter .fBox .lBox {
        float: none;
        width: auto;
    }
    #gFooter .fBox .fNavi {
        margin-bottom: 20px;
        justify-content: space-between;
    }
    #gFooter .fBox .fNavi li {
        width: 50%;
        margin: 0;
    }
	#gFooter .fBox .fNavi li:nth-child(2) {
		margin-right: 0;
	}
    #gFooter .fBox .fNavi li a {
        padding: 10px 2px 10px 26px;
        font-size: 1.3rem;
        display: block;
        width: 100%;
        background: url("../../img/common/icon02.png") no-repeat left 8px center;
        background-size: 12px 12px; 
        letter-spacing: 0;
        box-sizing: border-box;
    }
    #gFooter .fBox .fNavi li:nth-child(2n) a {
        border-left: 1px solid #898582;
    }
	#gFooter .fBox .fNavi li:last-child {
		width: 100%;
	}
    #gFooter .fBox .rBox {
        margin-top: 0;
        padding: 0;
        float: none;
        width: auto;
        text-align: center;
    }
    #gFooter .fBox .rBox .fLogo {
        margin-bottom: 8px;
    }
    #gFooter .fBox .rBox .fLogo img {
        width: 180px;
    }
    #gFooter .fBox .rBox .add {
        margin-right: 0;
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    #gFooter .copyright {
        padding: 7px;
        font-size: 1.2rem;
    }
}
@media all and (-ms-high-contrast:none){
    #gFooter .fBox .fNavi li a {
        padding: 3px 0 3px 23px;
    }
}