<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import "reset.css";
@import "resp_parts.css";



body {
	font-size: 14px;
    line-height: 150%;
	color: #000;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho","Sawarabi Mincho", serif;
}
	
a {
	color: #AA8420;
}
a:visited {
	color: #AA8420;
}
a:hover {
	color: #AA8420;
	text-decoration: underline;
}
a:active {
	color: #AA8420;
}






/* croam対策*/
img{
-webkit-backface-visibility: hidden;
}



.l-cap {
	font-size: 11px;
	font-size: 1.1rem;
    line-height: 140%;
}

.l-cap-g {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
    line-height: 140%;
	color: #595757;
}



.l-font-nomal {
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 150%;
}

.l-font-large {
	font-size: 17px;
	font-size: 1.7rem;
    line-height: 170%;
}



.l-mincho {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho","Sawarabi Mincho", serif;
}
.l-gothic {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

	

.l-pc{
	display: block !important;
}
.l-sp{
	display: none !important;
}



.l-trans {
	opacity: 1;
}
.l-trans:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	zoom: 1;
}


.l-img100 img{
	width: 100%;
}




/* header-PC*/


h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
	padding-bottom: 10px;
}

.l-header-area {

	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}

.l-header-space {
	height: 112px;
}

.l-header-logo {
	padding: 10px 0 0 10px;
	float: left;
}

.l-header-hnav {
	float: right;
}

.l-header-gnav {
	padding: 0;
	background-image: url(../images/bg_grass_w.jpg);
	background-position: center 20px;
	background-repeat: repeat;
}

.l-header-gnav li {
	float: left;
	width: 12.5%;
}



.h-pannavWrapper {
	background-color:#fff;
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

.h-pannavArea {
	margin: 0 auto;
	max-width:960px;
	line-height:150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:10px;
}

.h-pannavArea li {
	float: left;
	padding: 0 0.25em;
}

.h-pannavArea li:after {
	content:"＞";
	margin-left:0.5em;
}

.h-pannavArea li.current:after {
	display:none;
	}
.h-pannavArea li a:link {
  color:#000;
  text-decoration: none;
}

.h-pannavArea li a:visited {
  color:#000;
  text-decoration: none;
}

.h-pannavArea li a:hover {
  color:#000;
  text-decoration: underline;
}








/* footer-PC*/

.l-footer-nav {
	text-align: center;
	padding-top: 40px;
}

.l-footer-nav a {
	color: #000;
}

.l-footer-tel {
	text-align: center;
	padding-top: 50px;
}

.l-footer-tel img {
	text-align: center;
	width: 45%;
}



.l-footer-bnrArea {
	margin-top: 20px;
	background-image: url(../images/bg_grass_b.jpg);
	background-position: center 20px;
	background-repeat: repeat;
}

.l-footer-bnr {
	padding: 30px 0;
	text-align: center;
}

.l-footer-cap {
	padding: 0px 0 0;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
    line-height: 140%;
	color: #595757;
}


#footerLinkArea {
	width:100%;
	background-color:#C7DFD0;
	padding:20px 0;
	line-height:155%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:11px;
}
#footerLinkArea a {
	color: #000;
}
#LinkArea{
	max-width:960px;
	margin:0 auto;
}
#LinkBtArea{
	float:left;
	width: 55%;
}
#LinkArea dl{
	float:left;
	margin-right:3em;
}
#LinkArea dt{
	background-color:#333;
	color: #EEE;
	padding:5px 13px;
	margin-bottom:6px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	text-align: center;
}
#LinkArea dd{
	color: #EEE;
}
#LinkArea .LinkArea_text{
	float:right;
	width:45%;
	color: #000;
	line-height:140%;
}


.footerLogoArea {
	margin: 0 auto;
	padding: 20px 0 60px;
	width: 95%;
}

.footerLogoArea li {
	float: left;
	padding-right: 20px;
}


.box_bnr {
	margin: 30px auto 0;
	max-width: 1300px;
}
.box_bnr ul {
	font-size: 0;
	text-align: center;
}
.box_bnr ul li {
	margin: 0 10px 20px;
	display: inline-block;
}


.pannavWrapper {
	border-bottom: 1px solid #E5F0E8;
	background-color:#C7DFD0;
	padding: 5px 0;
}

.pannavArea {
	margin: 0 auto;
	max-width:960px;
	line-height:155%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:11px;
}

.pannavArea li {
	float: left;
	padding: 0 0.25em;
}

.pannavArea li:after {
	content:"＞";
	margin-left:0.5em;
}

.pannavArea li.current:after {
	display:none;
	}
.pannavArea li a:link {
  color:#000;
  text-decoration: none;
}

.pannavArea li a:visited {
  color:#000;
  text-decoration: none;
}

.pannavArea li a:hover {
  color:#000;
  text-decoration: underline;
}





address {
	float: right;
	font-size: 11px;
	padding-top: 30px;
}




/* body-PC*/


#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
}

.line_gold {
	height: 1px;
	background-color: #BBA06E;
}





@media (max-width: 767px){
	
.l-sp{
	display: block !important;
}
.l-pc{
	display: none !important;
	}
	
	
	
/* header-SP*/

	
.l-header-logo {
	padding: 10px 0 10px 10px;
	float: left;
	width: 50%;
}
	
.l-header-hnav {
	float: right;
}

.h-pannavArea {
	width:92%;
}
	
	
	
#sp_gnav {
	margin: 0px;
	padding:0px;
	width:100%;
	position:relative;
	display:none;
	background-color: #fff;
	z-index:1000px;
	font-size: 10px;
}
		
#sp_gnav li {
	width: 50%;
	border-top: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	float: left;
}
	
#sp_gnav li:nth-child(2n+1) {
	border-left: 1px solid #9d9d9d;
}

#sp_gnav li:nth-child(9) {
	border-bottom: 1px solid #9d9d9d;
}
	
#sp_gnav li:last-child {
	width:50%;
	border-bottom: 1px solid #9d9d9d;
}
	
#sp_gnav li a{
	display: block;
	padding: 15px 0;
	text-decoration: none;
	text-align: center;
	color: #000;
}
	
	
/* footer-SP*/
	
.l-footer-nav {
	padding-top: 40px;
	font-size: 10px;
}
	
.l-footer-nav li {
	width: 50%;
	border-top: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	float: left;
}	
	
.l-footer-nav li:nth-child(2n+1) {
	border-left: 1px solid #9d9d9d;
}
	
.l-footer-nav li:nth-child(9) {
	border-bottom: 1px solid #9d9d9d;
}
		
.l-footer-nav li:last-child {
	width:50%;
	border-bottom: 1px solid #9d9d9d;
}
	
.l-footer-nav li a{
	display: block;
	padding: 15px 0;
	text-decoration: none;
	text-align: center;
	color: #000;
}
	
	
.l-sp-nav-new {
	background-image: url(../../common/images/sp/footernav_new.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 20%;
}
	
	
	
	
.l-footer-tel {
	text-align: center;
	padding-top: 20px;
}

.l-footer-tel img {
	text-align: center;
	width: 90%;
}
	
	
.l-footer-bnrArea {
	margin-top: 20px;
	background-image: url(../images/bg_grass_b.jpg);
	background-position: center 20px;
	background-repeat: repeat;
}
	

	

#footerLinkArea {
	padding:20px;
	line-height:155%;
	font-size:11px;
}
#LinkArea{
	margin:0 auto;
}
#LinkBtArea{
	float:none;
	width: 100%;
}
#LinkArea dl{
	float:none;
	margin-right:0;
	margin-bottom:2em;
}
#LinkArea dt{
	background-color:#333;
	padding:5px 13px;
	margin-bottom:6px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	text-align: left;
}
#LinkArea dd{

}
#LinkArea .LinkArea_text{
	float:none;
	width:100%;
}
	
	
.box_bnr {
	margin: 20px 20px 0;
}
.box_bnr ul {
	font-size: 0;
}
.box_bnr ul li {
	margin: 0 0 20px;
}
.box_bnr ul li img {
	width: 100%;
}
	
	
.footerLogoArea {
	margin: 0 auto;
	padding: 20px 0;
	width: 90%;
}

.footerLogoArea li {
	float: left;
	padding-right: 0px;
	width: 50%;
}
	
.footerLogoArea li img {
	width: 100%;
}
	
.footerLogoArea li:first-child img {
	width: 87.42514970059881%;
}
	
	
	
.pannavArea {
	width:92%;
}
	
	
	
	

address {
	clear: both;
	float: none;
	text-align: center;
	font-size: 11px;
	padding-top: 30px;
	padding-bottom: 0px;
}

	
	
.sp_footerfixArea {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 1000;
}
	
.sp_footerfixArea li {
	width: 33.33333333%;
	float: left;
}	
	
.sp_footerfixArea li img {
	width: 100%;
}	
	
	
	
	
	
	
	
}








</pre></body></html>