<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* vim:set ts=4 sts=4 sw=4 bs=2 ai si noet nu ft=css: */
/* $Id$ */
/* Last Change: . */

/*
 16   xs: 0,
 17   sm: 480px,
 18   md: 768px,
 19   lg: 960px,
 20   xl: 1280px
*/

body {
	color: #522f16;
	position: relative;
}

header {
	position: relative;
}

header &gt; .maxbox {
	border-top: 10px solid #584530;
/* 	background-image: repeating-linear-gradient( */
/* 		#f7f0e5 0, #f7f0e5 6px, */
/* 		#fff 9px, #fff 9px); */
	margin-bottom: 2rem;
	background: url(../images/head_fg.svg) repeat center center;
	background-size: 75px 187px;
}

header a,
header a:hover,
header a:visited,
header a:active {
	color: #522f16;
}

header h1 {
	font-size: 0.9rem;
	position: relative;
	margin-bottom: 1rem;
}

header #header_s {
	padding: 6rem 0 2rem;
	text-align: center;
}

header #header_s .header_s_logo {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 2rem;
}

header #header_s .header_s_logo img {
	width: 230px;
}

header #header_s .header_s_lead {
	display: none;
}

header #header_s .header_s_sns {
}

#hnavi {
	z-index: 10;
	background-color: white;
	box-shadow: 0px 0px 25px #999;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: auto;
	border-top: 10px solid #584530;
}

#hnavi .navbar {
	padding-right: 0;
}

#hnavi .navbar-brand img {
	width: 80px;
}

#hnavi #navbarSupportedContent.show {
	height: 100vh;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
	outline: none;
}

#hnavi .nav-item {
}

#hnavi .nav-item:first-child {
}

#hnavi .nav-item:last-child {
}

#hnavi a,
#hnavi a:hover,
#hnavi a:visited,
#hnavi a:active {
	color: #522f16;
}


h1.title {
	letter-spacing: 0.2rem;
	font-size: 1.7rem;
	position: relative;
	margin-bottom: 1.5rem;
	text-align: center;
}

/* h1.title:before, */
h1.title:after {
	/*
	background-size: 1.2rem;
	display: block;
	font-size: 0.8rem;
	color: #862827;
	font-weight: normal;
	line-height: 1.4rem;
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
	letter-spacing: 0.4rem;
	*/
	background-size: 1.2rem;
	padding-left: 1.6rem;
	display: block;
	width: fit-content;
	font-size: 0.8rem;
	color: #862827;
	letter-spacing: 6px;
	margin: 0.5rem auto 0;
	font-weight: normal;
	line-height: 1.4rem;
	background-position: left center;
	background-repeat: no-repeat;
}

/*
h1.title[data-caption]:before {
	content: "";
	background-image: url(../images/common/icon_info.svg);
	background-position: top center;
	height: 20px;
}
*/

h1.title[data-caption]:after {
	content: attr(data-caption);
}

.title_lead {
	font-size: 1.02rem;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 2rem;
}

ul.decimal {
	list-style-type: decimal;
}

.sp_max {
	padding-left: 0;
	padding-right: 0;
}

.subpage h1 {
	font-size: 1.2rem;
	background-color: #fac45d;
	padding: 1rem;
	border-radius: 10px;
	margin-bottom: 2rem;
}

.subpage h1:before{
  content: "\f138";
  font-family: fontawesome;
  color: white;
  margin-right: 0.5rem;
}

.subpage h2 {
	font-size: 1.0rem;
	margin-bottom: 1.5rem;
	position: relative;
/* 	margin-left: -0.5rem; */
	border-bottom: 4px solid #522f16;
/* 	border-bottom: 4px dotted #522f16; */
	padding-bottom: 0.5rem;
}

.subpage h2 span {
	background-color: white;
	padding-right: 10px;
}

.subpage h2:before{
  content: "\f0d7";
  font-family: fontawesome;
  padding: 8px 10px 0 0;
  color: #522f16;
  background-color: white;
	position: relative;
}

.subpage .row figure img {
	width: 100%;
}


/* begin hn method */

.subpage div.hm {
	font-size: 1.0rem;
	position: relative;
	text-align: center;
	width: fit-content;
	margin: 0 auto 1rem;
	margin-top: 3rem;
}

.subpage div.hm span {
}

.subpage div.hm span[data-caption]:before {
	content: attr(data-caption);
    display: inline-block;
    /* border: 4px solid red; */
    position: absolute;
    top: -2.0rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    background: #522f16;
    color: white;
    padding: 3px 1rem;
    border-radius: 25px;
    font-size: 0.8rem;
	z-index: 3;
}

.subpage div.hm span[data-caption]:after {
	content: "";
    display: inline-block;
    width: 100%;
    z-index: 1;
    border-bottom: 2px solid #522f16;
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
}




.subpage div.hm2 {
	font-size: 1.0rem;
	position: relative;
	text-align: center;
	width: fit-content;
	margin: 0 auto 1.5rem;
	margin-bottom: 3.5rem;
}

.subpage div.hm2 span {
}

.subpage div.hm2 span[data-caption]:before {
	content: attr(data-caption);
    display: inline-block;
    /* border: 4px solid red; */
    position: absolute;
    bottom: -1.8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: #522f16;
    color: white;
    padding: 3px;
    font-size: 0.8rem;
	z-index: 3;
}





.subpage div.hm3 {
	font-size: 1.0rem;
	position: relative;
	text-align: center;
	width: fit-content;
	margin: 0 auto 1.5rem;
	margin-bottom: 2rem;
	border-top: 4px solid #522f16;
	border-bottom: 4px solid #522f16;
	padding: 0.5rem 0;
}

.subpage div.hm3[data-caption]:before {
	content: attr(data-caption);
	background-color: white;
	position: absolute;
	font-size: 0.8rem;
	padding: 3px;
	padding-right: 10px;
	top: -20px;
	left: -4px;
	z-index: 2;
	transform: rotate(-7deg);
}

.subpage div.hm3[data-caption] span:before {
	content: "";
	border-left: 2px solid #522f16;
	display: inline-block;
	position: absolute;
	top: -6px;
	left: -9px;
	z-index: 3;
	width: 3px;
	height: 15px;
	transform: rotate(-55deg);
	background-color: white;
}

.subpage div.hm3[data-caption] span:after {
	content: "";
	border-left: 2px solid #522f16;
	display: inline-block;
	position: absolute;
	top: -16px;
	left: 84px;
	z-index: 3;
	width: 3px;
	height: 15px;
	transform: rotate(24deg);
	background-color: white;
}






.subpage div.hm4 {
	font-size: 1.0rem;
	position: relative;
	text-align: center;
	width: fit-content;
	margin: 0 auto 1.5rem;
	margin-bottom: 2rem;
	border-top: 4px solid #522f16;
	border-bottom: 4px solid #522f16;
	padding: 0.5rem 0;
}

.subpage div.hm4 span {
	position: absolute;
    top: -25px;
    left: -14px;
    font-size: 0.8rem;
    background-color: white;
    padding: 10px 1rem 0;
	transform: rotate(-4deg);
}

.subpage div.hm4 span:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0.4rem;
	border-left: 2px solid black;
	width: 2px;
	height: 1rem;
	transform: rotate(-45deg);
}

.subpage div.hm4 span:after {
	content: "";
	position: absolute;
	top: 13px;
	right: 0.4rem;
	border-left: 2px solid black;
	width: 2px;
	height: 1rem;
	transform: rotate(45deg);
}

.subpage div.hm4:before {
	content: attr(data-caption);
	background-color: white;
	position: absolute;
	font-size: 0.8rem;
	padding: 3px 5px;
	top: -20px;
	left: -4px;
	z-index: 3;
	clip-path: polygon(17.5% 100%, 0% 0%, 100% 0%, 82.5% 100%);
}

/*
.subpage div.hm4[data-caption]:after {
	content: "";
	background-color: black;
	position: absolute;
	font-size: 0.8rem;
	padding: 3px 10px;
	top: -20px;
	left: -4px;
	z-index: 2;
	clip-path: polygon(17.5% 100%, 0% 0%, 100% 0%, 82.5% 100%);
}
*/


.subpage div.hm5 {
	font-size: 1.0rem;
	position: relative;
	text-align: center;
	width: fit-content;
	margin: 0 auto 1.5rem;
	margin-top: 0.5rem;
	border-top: 4px solid #522f16;
	border-bottom: 4px solid #522f16;
	padding: 0.5rem 0;
}

.subpage div.hm5 span {
}

.subpage div.hm5 span[data-caption]:before {
	content: attr(data-caption);
    display: inline-block;
    /* border: 4px solid red; */
    position: absolute;
    top: -1.0rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    background: white;
    padding: 3px 1rem;
    font-size: 0.8rem;
	font-weight: bold;
	z-index: 3;
}




.subpage h1.hm6,
.subpage h2.hm6,
.subpage h3.hm6,
.subpage h4.hm6,
.subpage h5.hm6,
.subpage h6.hm6,
.subpage dt.hm6 {
	font-size: 1.0rem;
	position: relative;
	text-align: center;
	width: fit-content;
	margin: 0 auto 1rem;
	margin-top: 3rem;
}

.subpage h1.hm6 span,
.subpage h2.hm6 span,
.subpage h3.hm6 span,
.subpage h4.hm6 span,
.subpage h5.hm6 span,
.subpage h6.hm6 span,
.subpage dt.hm6 span {
    display: inline-block;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    padding: 3px 1rem 5px;
    font-size: 0.8rem;
	z-index: 3;
}

.subpage h1.hm6 span:before,
.subpage h2.hm6 span:before,
.subpage h3.hm6 span:before,
.subpage h4.hm6 span:before,
.subpage h5.hm6 span:before,
.subpage h6.hm6 span:before,
.subpage dt.hm6 span:before {
	content: "";
    width: 100%;
    height: 16px;
    z-index: 10;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #522f16;
	clip-path: polygon(
		0 0, 
		calc(50% - 6px) 0,
		50% 6px,
		calc(50% + 6px) 0,
		100% 0,
		100% 4px,
		calc(50% + 8px) 4px,
		50% 12px,
		calc(50% - 8px) 4px,
		0 4px
	);
}


.subpage h1.hm6.hm_max,
.subpage h2.hm6.hm_max,
.subpage h3.hm6.hm_max,
.subpage h4.hm6.hm_max,
.subpage h5.hm6.hm_max,
.subpage h6.hm6.hm_max,
.subpage dt.hm6.hm_max {
	width: 100%;
	text-align: center;
	padding: 8px;
	border-radius: 20px;
}

.subpage h1.hm6.hm_max span,
.subpage h2.hm6.hm_max span,
.subpage h3.hm6.hm_max span,
.subpage h4.hm6.hm_max span,
.subpage h5.hm6.hm_max span,
.subpage h6.hm6.hm_max span,
.subpage dt.hm6.hm_max span {
}

.subpage h1.hm6.hm_max span:before,
.subpage h2.hm6.hm_max span:before,
.subpage h3.hm6.hm_max span:before,
.subpage h4.hm6.hm_max span:before,
.subpage h5.hm6.hm_max span:before,
.subpage h6.hm6.hm_max span:before,
.subpage dt.hm6.hm_max span:before {
	content: "";
}




/* end hn method */










.subpage h3 {
	font-size: 1.0rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0;
	text-align: center;
/*     background-color: #c08e46; */
    padding: 0.5rem 1rem;
    color: white;
    border-radius: 40px;
	/*
	background-image: repeating-linear-gradient(
		-45deg,  
		#c08e46,  #c08e46 4px, 
		#e6a03c 0, #e6a03c 5px
	);
	*/
	background-image: repeating-linear-gradient( 
		-45deg, 
		#fbc45d, #f6b02c 4px, 
		#ffc14d 0, #fbc45d 5px
	);
}

.subpage .sub_box {
	width: 100%;
	margin-bottom: 3rem;
}

.subpage .sub_box h1 {
	background: none;
/* 			background-color: #d1dfba; */
/* 		background-color: #a8d2fd; */
	background-color: #fac45d;
}

.subpage .sub_box h2 {
	margin: 0 16px 1rem;
}

.subpage .sub_box ul {
  margin-left: 1rem;
  margin-right: 1rem;
}

.subpage .sub_box li {
	margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #522f16;
}

.subpage .sub_box li:before{
  content: "\f101";
  font-family: fontawesome;
  margin-right: 0.5rem;
}

.subpage .sub_box li a,
.subpage .sub_box li a:hover,
.subpage .sub_box li a:visited,
.subpage .sub_box li a:active {
	color: #522f16;
}

.subpage .table.c2 tr th,
.subpage .table.c2 tr td {
	background-color: white;
}

.subpage .table.c2 thead {
	display: none;
}

.subpage .table.c2 tbody th {
	text-align: left;
	display: block;
	background-color: #fbf7dc;
}

.subpage .table.c2 tbody td {
	text-align: left;
	display: block;
	margin-bottom: 1rem;
}

.subpage a.link:before{
  content: "\f0c1";
  font-family: fontawesome;
  margin-right: 0.5rem;
}

.subpage a.link.blank:before{
  content: "\f08e";
}

.subpage .colorbox {
	padding: 2rem;
	background-color: #fff6de;
	border: 6px solid #ded0a9;
	width: 99%;
	margin: 0 auto 2rem;
}

.subpage .colorbox.blue {
	background-color: aliceblue;
	border: 6px solid #cacaca;
}

.subpage div.hr {
	height: 2px;
	width: 100%;
    border-bottom: 1px dotted gray;
	padding-top: 1rem;
	margin-bottom: 3rem;
	position: relative;
}

.subpage div.hr.dot {
	height: 2px;
	width: 50px;
    border-bottom: 13px dotted #eee4d6;
	margin: 0 auto 2rem;
	position: relative;
}

.subpage div.hr.dot:before {
	content: "";
	height: 2px;
	width: 20px;
    border-bottom: 8px dotted #efefef;
	display: inline-block;
	position: absolute;
	left: -25px;
	margin: auto;
}

.subpage div.hr.dot:after {
	content: "";
	height: 2px;
	width: 20px;
    border-bottom: 8px dotted #efefef;
	display: inline-block;
	position: absolute;
	right: -25px;
	margin: auto;
}

.fullscreen .modal-dialog {
  margin: 0 0 0 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
}

.fullscreen .modal-dialog a,
.fullscreen .modal-dialog a:hover,
.fullscreen .modal-dialog a:visited,
.fullscreen .modal-dialog a:active {
	color: #522f16;
}


 
.fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
/*   background: rgba(244, 237, 227, 0.90); */
  background: rgba(244, 237, 227, 1);
  overflow:auto;
}
 
.fullscreen .modal-content .modal-header{
  border: 0px;
/* 	background-color: #584530; */
	color: white;
}
 
.fullscreen .modal-content button{
  opacity: 1;
}
 
.fullscreen .modal-content button span{
  font-weight: 1;
  font-size: 26px;
  text-shadow: none;
}
 
.fullscreen .modal-body .modal-logo {
	text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
	border-bottom: 6px solid #d3c5b5;
	color: #d3c5b5;
}
 
.fullscreen .modal-body .modal-logo img {
	width: 100px;
  height: auto;
}
 
.fullscreen .modal-body ul {
  padding: 0 0 0 0;
}
.fullscreen .modal-body li {
  padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #d3c5b5;
}
.fullscreen .modal-body a {
/*   font-size: 16px; */
}
 
.fullscreen .modal-body .social img {
  width: 56px;
  margin: 8px;
}
.modal-title{
}

footer h1 {
	font-size: 0.9rem;
	position: relative;
	margin-bottom: 1rem;
}

footer h1#footer_home:before {
	content: "";
	display: inline-block;
	background: url(../images/common/icon_home.svg) no-repeat center center;
	margin-right: 0.5rem;
	width: 0.9rem;
	height: 0.9rem;
	background-size: 100%;
}

footer nav ul {
}

footer nav li {
	margin-bottom: 1rem;
}

footer nav li:before {
	content: "";
	display: inline-block;
	background: url(../images/common/icon_arrow_right.svg) no-repeat center center;
	margin-right: 0.5rem;
	width: 6px;
	height: 6px;
	background-size: 100%;
}

footer nav a,
footer nav a:hover,
footer nav a:visited,
footer nav a:active {
	color: #522f16;
}

footer #foot_photo {
	font-size: 0.9rem;
}

footer #foot_photo span {
	display: block;
	padding: 0.5rem;
	background-color: white;
	margin-bottom: 0.5rem;
}

footer #foot_photo img {
	width: 100%;
}

footer #foot_photo figcaption {
	position: relative;
	text-align: center;
}

footer #foot_photo figcaption:before {
	content: "";
	display: inline-block;
	background: url(../images/common/icon_camera.svg) no-repeat center center;
	margin-right: 0.5rem;
	width: 16px;
	height: 13px;
	background-size: 100%;
}

footer #footer_bottom li[data-icon] {
	position: relative;
	padding-bottom: 1rem;
	text-align: center;
}

footer #footer_bottom li[data-icon] br {
	display: none;
}

footer #footer_bottom li[data-icon]:before {
}

footer #footer_bottom li[data-icon=tel]:before {
}

footer #footer_bottom li[data-icon=fax]:before {
}

footer #phone {
	text-align: center;
	margin-bottom: 1rem;
}

footer #address {
}

footer #address dt {
	text-align: center;
}

footer #address dd {
	text-align: center;
}

.sns_list ul {
	margin: 0 auto;
	width: 100px;
}

.sns_list li {
	width: 26px;
	margin-right: 1rem;
	text-align: center;
}

.sns_list li img {
	width: auto;
	height: 26px;
}

#sub_menu {
}

#sub_menu li {
	position: relative;
	text-align: center;
	padding-bottom: 1rem;
}

#sub_menu li span[data-icon] {
	display: block;
	padding: 2rem;
	color: white;
	font-weight: bold;
	font-size: 1rem;
}

#sub_menu li span[data-icon] a {
	color: white;
	display: block;
}

#sub_menu li:after {
	content: "";
	display: block;
	border-left: 3px solid white;
	position: absolute;
	top: 0;
	left: 26px;
	height: 100%;
}

#sub_menu li span[data-icon]:before {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	background-size: 100%;
}

#sub_menu li span[data-icon=public] {
	background-color: #9c7048;
}

#sub_menu li span[data-icon=event] {
	background-color: #24a1de;
}

#sub_menu li span[data-icon=contact] {
	background-color: #81be37;
}

#sub_menu li span[data-icon=public]:before {
	background: url(../images/common/icon_file_w.svg) no-repeat center center;
	width: 20px;
	height: 20px;
}

#sub_menu li span[data-icon=event]:before {
	background: url(../images/common/icon_event_w.svg) no-repeat center center;
	width: 20px;
	height: 20px;
}

#sub_menu li span[data-icon=contact]:before {
	background: url(../images/common/icon_mail_w.svg) no-repeat center center;
	width: 20px;
	height: 20px;
}

footer nav,
.sns_list {
	color: #652713;
}

#footer_top {
	border-top: 10px solid #604F3A;
	padding: 2rem 0 2rem;
	background-image: repeating-linear-gradient(
		#F0ECE4 0, #F0ECE4 6px,
		#fff 5px, #fff 8px);
}

#footer_bottom {
	padding: 2rem 0 2rem;
	background: url(../images/common/foot_bg.svg) repeat 0 0;
	color: white;
	background-size: 72px;
}

.pc_block {
	display: none;
}

.sp_block {
	display: block;
}

.pc_inline {
	display: none;
}

.sp_inline {
	display: inline;
}

.inbox {
	max-width: 100%;
	margin: 0 auto;
}

.long_button {
	position: relative;
	text-align: center;
	padding-bottom: 1rem;
}

.long_button span[data-icon] {
	display: block;
	padding: 2rem;
	color: white;
	font-weight: bold;
	font-size: 1rem;
}

.long_button span[data-icon] a {
	color: white;
	display: block;
}

.long_button:after {
	content: "";
	display: block;
	border-left: 3px solid white;
	position: absolute;
	top: 0;
	left: 11px;
	height: 100%;
}

.long_button span[data-icon]:before {
	content: "";
	display: inline-block;
/* 	margin-right: 0.5rem; */
	background-size: 100%;
}

.long_button span[data-icon]:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 26px;
	right: 11px;
	background: url(../images/common/icon_download_w.svg) no-repeat center center;
}

.long_button span[data-icon=download] {
	background-color: #2e548d;
}

.long_button span[data-icon=download]:before {
	background: url(../images/common/icon_pdf.svg) no-repeat center center;
	width: 20px;
	height: 20px;
}

.more {
	text-align: left;
}

.more_long {
	text-align: right;
}

.more a,
.more_long a {
	position: relative;
	padding-right: 26px;
}

.more a {
	padding-left: 81px;
}

.more a:before,
.more_long a:before {
	content: "";
	display: inline-block;
	background: url(../images/common/more_long.svg) no-repeat left center;
	width: 133px;
	height: 26px;
	position: absolute;
	top: -4px;
	left: -140px;
}

.more a:after,
.more_long a:after {
	content: "";
	display: inline-block;
	background: url(../images/common/more_arrow.svg) no-repeat left center;
	width: 1.2rem;
	height: 1rem;
	position: absolute;
	top: 0;
	right: 0;
}

.more a:before {
	background: url(../images/common/more.svg) no-repeat left center;
	width: 72px;
	height: 26px;
	position: absolute;
	top: -4px;
	left: 0;
}

.section_line hr {
	display: none;
}

.section_line {
	height: 4px;
	background: url(../images/common/section_line.svg) no-repeat center center;
	background-size: 100%;
}

@media screen and (min-width: 480px) {

	h1.title {
		letter-spacing: 0.4rem;
		font-size: 1.9rem;
	}

	.title_lead {
		font-size: 1.22rem;
	}

	.subpage h1 {
		font-size: 1.4rem;
	}

	.subpage h2 {
		font-size: 1.2rem;
	}

	/* begin hn method */

	.subpage div.hm,
	.subpage div.hm2,
	.subpage div.hm3,
	.subpage div.hm4,
	.subpage div.hm5,
	.subpage h1.hm6,
	.subpage h2.hm6,
	.subpage h3.hm6,
	.subpage h4.hm6,
	.subpage h5.hm6,
	.subpage h6.hm6,
	.subpage dt.hm6
	{
		font-size: 1.2rem;
	}

	.subpage h3 {
		font-size: 1.1rem;
		letter-spacing: 2px;
	}

}

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