<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 url(style.css) screen and (min-width: 769px); /* 769以上 */
@import url(tablet.css) screen and (max-width: 768px); /* 768以下 */
@import url(smart.css) screen and (max-width: 320px); /* 320以下 */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&amp;display=swap');
a, a:link {
	color: #710300;
}
a:hover, a:visited {
	color: #bf3201;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
	background-color: #C8AA82;
	/*background-image: url(../images/bg.gif);*/
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 92%;
	margin: 0 auto;
	position: relative;
	height: 100%;
	line-height: 1.25;
}
/* clearfix */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear: both
}
.close {
	color: #f00;
	font-weight: 600;
	padding-left: 1em;
}
.small {
	font-size: .85em;
}
section p.small {
	margin: .4em 0 0 0;
}
.indent,
ul.indent {
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
}
/**/
section {
	margin: 0 0 15px 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table01 {
	margin: 5px 0 0;
}
.table01,
.table02 {
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
.table01 th,
.table01 td,
.table02 th,
.table02 td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 5px;
}
.table01 td,
.table02 td {
	background: #fff;
}
.table01 th,
.table02 th {
	text-align: center;
	color: #333;
	background-color: #BB9F7A;
}
.table01 th {
	font-weight: 600;
	color: #333;
  border-left: #666 solid 1px;
	vertical-align: middle;
}
.table01 td {
	padding-left: 10px;
}
.table01 thead th {
	font-weight: 600;
	background: #BB9F7A;
	border-bottom: 1px solid #666;
	padding-top: 7px;
	color: #fff;
}
.table01 td .table02 {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.table02 th {
	background: #f0e8c0;
	border-top: #3e392e solid 1px;
}
.table01 th p.close {
	width: 6em;
	margin: 2px auto 0;
	color: #f00;
	font-weight: 600;
	font-size: .9em;
	background: #fff;
	padding: 1px 3px;
}
a.map:hover img {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* main_menu */
#main_menu {
	background: #760c0c;
}
#main_menu ul {
	list-style: none;
	min-height: 1rem;
}
#main_menu ul li {
	float: left;
	margin-right: 25px;
}
#main_menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
#main_menu a:hover {
	color: #ffc000;
	border-bottom: 1px dotted #fff;
}
/* footer */
#footer {
	background: #000;
	position: relative;
	border-top: 1px solid #3d1c11;
	margin-top: 45px;
	color: #fff;
}
#kahaku_map {
	width: 100%;
}
/**/
#footer .footer_in {
	position: relative;
}
.totop a {
	display: block;
	background: #000 url(../images/btn_totop.png) no-repeat 17px 11px;
	border: 1px solid #000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: none;
	width: 74px;
	height: 0;
	padding: 35px 5px 0px 28px;
	position: absolute;
	right: 10px;
	top: -35px;
	overflow: hidden;
	font-size: 0px;
}
.cr {
	position: absolute;
	text-align: right;
	clear: both;
	font-size: 75%;
	color: #fff;
}
.cr span {
	font-size: 1em;
}
/**/
/*.bunken {
	margin: 1em 0 2em .5em;
}
.bunken p {
	margin: .3em 0 0 0
}
.bunken ul {
	margin: 0;
}
.bunken ul li {
	margin: .3em 0 0 0;
}*/

/*2行目以降のテキストを字下げ(インデント)*/
ul li.small {
    list-style: none;
    padding-left: 0.3em;
    text-indent: -0.3em;
}

ul li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

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