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

　交通アクセス

////////////////////////////////////////////////// */
.accordionBtn {
	display:block;
	width: 100%;
	padding: 14px 0;
	background-image:url(../img/h4_open_off.png), url(../img/h4_sec02_off.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right 10px center, left top;
	background-size: 20px, 100%;
}
.accordionBtn.active {
	display:block;
	width: 100%;
	padding: 14px 0;
	background-image:url(../img/h4_open_on.png), url(../img/h4_sec02_on.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right 10px center, left top;
	background-size: 20px, 100%;
}
.accordionBtn img {
	padding-left: 10px;
}
.accordionContent {
	display:none;
}




.bx-pager-item a {
	display:block;
	width:10px;
	height:10px;
	margin:0 3px;
	border-radius:10px;
	background:#E4E1D2;
	line-height:1;
	text-indent:-9999px;
}

.sec {
	padding: 0 10px;
}

.sec p {
}
.sec .img01 {
	float: left;
	padding: 0 5px 5px 0;
}
.sec h3 {
	border-bottom: 1px dotted #3E5522;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sec h4 {
}
.sec h5 {
	border-bottom: 1px dotted #3E5522;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#read {
}
.link_btn li {
	padding-right: 5px;
}
.link_btn li:last-child {
	padding-right: 0px;
}


#sec01 {
}


#sec02 {
}
#sec02 h6 {
	padding-bottom: 5px;
}


#sec03 {
}

#sec03 .box01 {
	background: #EFEADB;
	background-size: 100%;
	padding: 15px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	box-shadow:rgba(0, 0, 0, 0.329412) 0px 0px 5px 1px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.329412) 0px 0px 5px 1px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.329412) 0px 0px 5px 1px inset;
}

#sec03 .bg01 {
	background: url(../img/bg_sec03.jpg) repeat;
	border: 1px solid  #EFEADA;
	padding: 10px;
	text-align: center;
}

.map01 { position: relative; }
.map01 .btn01 { position: absolute;left: 12px;bottom: 25%;z-index: 100; }

.map02 { position: relative; }
.map02 .btn01 { position: absolute; left:0; bottom:27%; z-index: 100; }


.map03 { position: relative; }
.map03 .btn01 { position: absolute; left:0; bottom:43%; z-index: 100; }
.map03 .btn02 { position: absolute; left:0; bottom:21%; z-index: 100; }

.pb20 .glay{color: #858585;}
.pb20 .black{color: #25621b;font-weight: bold;}
.title {color: #25621b;
font-size: 1.25em;
margin-bottom: 10px;
border-bottom: 1px dotted #25621b;
padding: 5px 0;}</pre></body></html>