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

h6 {
	font-size: 27px;
	color: #B80724;
	margin: -18px 0px 12px 0px;
}

h6 span {
	display: block;
	color: #B80724;
	font-size: 21px;
}

h3 span {
	background: #B80724;
	display: inline-block;
	padding: 2px 5px;
	line-height: 1.0em;
	margin-left: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
}

.info {
	border: 3px double #B0D4EA;
	margin-left: 300px;
	padding: 15px;
}

.info h3 {
	color: #b80724;
	font-size: 18px;
}

.onsen {
	float: right;
	margin: 30px 0px 30px 30px;
	padding: 10px 9px 6px 5px;
	background: #EFF5E7;
}

.onsen li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 180px;
	margin-left: 6px;
}

.onsen li h4 {
	color: #0c6f23;
}

.onsen li p {
	font-size: 11px;
	line-height: 1.35em;
}

.party {
	width: 420px;
	border-top: 1px solid #b0d4ea;
	margin-top: 10px;
}

.party dt {
	float: left;
	vertical-align: top;
	width: 60px;
	padding: 8px 0px;
}

.party dd {
	vertical-align: top;
	border-bottom: 1px solid #b0d4ea;
	padding: 8px 0px 8px 70px;
}

.party dd span {
	background: #3366cf;
	padding: 1px 3px;
	color: #fff;
	font-size: 10px;
	margin: 0px 3px;
	border-radius: 7px;
}

.party_img {
	margin-top: -10px;
	margin-left: 20px;
}

.udon li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 3px;
	margin-right: 6px;
}


.udon li.end {
	margin-right: 0px;
}

.udon div {
	float: left;
	width: 320px;
}

.takoyaki {
	border: 1px solid #b0d4ea;
	padding: 16px;
	margin: 32px 0px;
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
}

.takoyaki img {
	margin-left: 32px;
}

.takoyaki div {
	width: calc(100% - 452px) !important;
	padding: 32px 0px;
}

.text .dot {
	float: right;
	width: 620px;
}

.shizen li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 216px;
	margin-right: 14px;
	padding: 10px 7px 10px 10px;
	border: 1px solid #b0d4ea;
	vertical-align: top;
}

.shizen li p {
	text-align: left;
	margin-top: 7px;
	margin-bottom: 20px;
}

.shizen li p:first-letter {
	display: block;
	width: 36px;
	height: 42px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	color: #fff;
	line-height: 36px;
	font-family: serif;
	font-weight: bold;
	font-size: 36px;
}

#spring:first-letter {
	background: #dd7599;
}

#summer:first-letter {
	background: #92c41e;
}

#autumn:first-letter {
	background: #f8a425;
}

#winter:first-letter {
	background: #1799b5;
}

.shizen li.end {
	margin-right: 0px;
}

.worship {
	background: #f1cfdb;
	padding: 32px;
	margin: -16px -20px 48px -20px;
	position: relative;
}

.worship a {
	width: 100%;
	background: #c6297d;
	border-radius: 16px;
	height: 72px;
	display: block;
	margin-top: 48px;
}

.worship h6 {
	background: #fff;
	display: inline-block;
	padding: 16px 56px;
	border-radius: 16px 16px 0px 0px;
	margin: 0px auto -24px auto;
}

.worship h6 span {
	display: none;
}

.worship_head {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 24px 24px 0px 0px;
	padding: 16px;
}

.worship_head div {
	width: calc(100% - 520px);
	padding-right: 32px !important;
}

.worship_head h5 {
	padding-top: 144px;
	font-size: 24px;
	color: #c6297d;
	line-height: 1.36em;
}


.worship_head p {
	padding-top: 24px;
}

.worship_body {
	background: #fff;
	border-radius: 0px 0x 24px 24px;
	padding: 16px;
}

.worship_map {
	float: left;
	margin: 24px 32px 24px 16px;
}

.worship_txt {
	padding: 32px 24px 0px 0px;
}

.worship ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
	counter-reset: num;
}

.worship li {
	width: calc(100% / 3);
	padding: 24px 20px;
	border-right: 3px dotted #e9b2c5;
	border-bottom: 3px dotted #e9b2c5;
	text-align: center;
}

.worship li h4 {
	color: #B80724;
	text-align: center;
	position: relative;
	padding-left: 24px;
	margin: auto auto 16px auto !important;
	display: inline-block;
}

.worship li h4:before {
	counter-increment : num 1;
  content: counter(num);
  position: relative;
  color: #fff;
  font-size: 13px;
  z-index: 10;
  text-align: center;
  left: -8px;
}

.worship li h4:after {
	display: block;
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #B80724;
  border-radius: 50%;
  top: 2px;
  left: 12px;
}

.worship li p {
	text-align: left;
}

.worship li img {
	width: 100%;
	margin-bottom: 16px;
	border-radius: 16px;
}

.worship li:nth-of-type(3n) {
	border-right: none;
}

.worship li:nth-of-type(-n+3) {
	padding-top: 0px;
}

.worship li:nth-last-of-type(-n+2) {
	border-bottom: none;
}

.worship li:nth-last-of-type(-n+2) h4:before {
	left: -12px;
}

.benten {
	text-decoration: none;
	margin-top: 12px;
	border: 1px solid #92c41e;
	background: #92c41e;
	display: block;
	width: 360px;
	padding: 12px 25px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border-radius: 8px;
}

.benten:hover {
	color: #92c41e;
	background: #fff;
}

.fz24 {
	font-size: 24px;
	line-height: 1.45em;
}

.fz18 {
	font-size: 21px;
	line-height: 1.45em;
}


.breaking {
	border: 1px solid #b80724;
	margin: 18px;
	padding: 24px 60px;
}

.breaking h3 {
	font-size: 18px;
	color: #b80724;
	padding-bottom: 12px;
}

.breaking p {
	color: #b80724;
	font-size: 14px;
}

.breaking dl {
	padding-top: 10px;
	width: 360px;
	margin: 0px auto;
}

.breaking dt {
	float: left;
	width: 70px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #b80724;
	text-align: left;
}

.breaking dd {
	padding: 5px 5px 5px 80px;
	font-size: 14px;
	font-weight: bold;
	color: #b80724;
	text-align: left;
}</pre></body></html>