<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	min-width: 960px;
	background-color: #FFF;
}

body,
table,
input, textarea, select, option {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝&nbsp;ProN&nbsp;W3","Hiragino&nbsp;Mincho&nbsp;ProN","HG明朝E","ＭＳ&nbsp;Ｐ明朝","ＭＳ&nbsp;明朝",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: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

.sp {
	display: none !important;
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#container {
	text-align: left;
}

#main {
	margin-bottom: 63px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 5px auto 4px;
	width: 952px;
}

#gHeader h1 {
	margin: 5px 2px 0;
	float: left;
	max-width: 800px;
	font-size: 12px;
	font-weight: normal;
}

#gHeader .sns {
	float: right;
}

#gHeader .sns li {
	margin-right: 4px;
	float: left;
}

#gHeader .sns li a:hover {
	opacity: 0.7;
}

#gHeader .sns li:last-child {
	margin-right: 0;
}

#gHeader .menuBox {
    display: none;
}

@media all and (max-width: 767px) {
    #gHeader {
        margin: 0 0 22px;
        width: 100%;
    }
    
    #gHeader .logo {
        margin: 19px 20px 0 11px;
        float: left;
        width: 110px;
    }

    #gHeader .sns {
        padding-top: 25px;
        margin: 0 auto;
        width: 100px;
        float: none;
        text-align: center;
    }

    #gHeader .sns li {
        margin-right: 0;
        float: none;
        display: inline-block;
        width: 20px;
    }
    
    #gHeader .menu {
        margin: 13px 20px 0 0;
        float: right;
        width: 68px;
    }
    
    #gHeader &gt; div {
        padding-bottom: 5px;
    }
    
    #gHeader .menuBox {
        padding-bottom: 0;
        background-color: #a67b2c;
    }
    
    #gHeader .menuBox.on {
        height: auto;
    }
    
    #gHeader .menuBox li {
        border-bottom: 2px solid #FFF;
    }
    
    #gHeader .menuBox a {
        padding: 11px 0;
        font-size: 29px;
        line-height: 1;
        text-align: center;
        display: block;
        color: #FFF;
    }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 45px;
}

#gNavi .logo {
	float: left;
}

#gNavi ul {
	margin-top: 20px;
	float: right;
	max-width: 710px;
}

#gNavi li {
	margin-right: 18px;
	display: inline-block;
}

#gNavi li:last-child {
	margin-right: 0;
}

#gNavi li a {
	padding-bottom: 2px;
	display: block;
	font-size: 20px;
	text-align: right;
	line-height: 1;
}

#gNavi li a:hover {
	border-bottom: 1px solid #a57a2b;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 45px 0 39px;
	text-align: center;
	border-top: 3px solid #a57a2b;
	font-family: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#gFooter p {
	color: #585858;
	font-size: 12px;
}

#gFooter p .address {
	display: block;
	margin-top: 2px;
}

#gFooter p a {
    color: #585858;
}

#gFooter .copyright {
	margin-top: 3px;
	font-size: 13px;
}

@media all and (max-width: 767px) {
    #gFooter {
        padding: 20px 0 19px;
        border-top-width: 2px;
    }

    #gFooter p {
        font-size: 13px;
    }

    #gFooter p .address {
        margin-top: 2px;
    }

    #gFooter .copyright {
        margin-top: 5px;
    }
}</pre></body></html>