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

　交通アクセス

////////////////////////////////////////////////// */

.accordion {
	background: #FBF4EA;
}

.accordionBtn {
	display:block;
	width: 100%;
	padding: 6px 0;
	background-image:url(../img/h4_open_off.png), url(../img/h4_sec01_off.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right 10px center, left top;
	background-size: 16px, 100%;
}
.accordionBtn.active {
	display:block;
	width: 100%;
	padding: 6px 0;
	background-image:url(../img/h4_open_on.png), url(../img/h4_sec01_off.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right 10px center, left top;
	background-size: 16px, 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 {
}
#sec01 .box01 {
	padding: 10px;
}
#sec01 ul li {
	width: 16%;
}
#sec01 ul li:first-child {
	width: 70%;
	padding-right: 20%;
}
#sec01 ul.bar {
	border-bottom: 1px dotted #2F4117;
	padding-bottom:10px;
	margin-bottom: 10px;
}
#sec01 h4 {
	border-bottom: 1px solid #FBF4EA;
}

#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;
}


#sec06 table {
	border-bottom: 1px dotted #3E5522;
	font-size: 11px;
}
#sec06 th {
	background: #C3D1AF;
	width: 35%;
	padding: 5px;
	border-top: 1px dotted #3E5522;
	vertical-align: middle;
	white-space: nowrap;
}
#sec06 td {
	background: #EFF3E9;
	padding: 5px;
	border-top: 1px dotted #3E5522;
	vertical-align: middle;
	word-break:break-all;
}

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