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

#main {
	width: 100%;
	background-position: center 0;
	}

#main .leaf {
	left: 50%;
	margin-left: -870px;
	text-indent: 0;
	}

#header {
	margin: 0 auto;
	width: 910px;
	}

#gallery {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 328px;
	}

#gallery-container {
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	list-style: none;
	}

.play #gallery-container {
	visibility: visible;
	}

.gallery-item {
	display: inline-block;
	position: relative;
	}

* html .gallery-item { display: inline; }
*+html .gallery-item { display: inline; }

.gallery-img {
	margin: 0 10px;
	padding: 4px;
	-moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	vertical-align: bottom;
	}

.gallery-item-description {
	display: none;
	}

#gallery-label {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 11px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
	max-width: 300px;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	line-height: 1.571;
	text-align: left;
	}

#gallery-label.show {
	display: inline-block;
	}

/* ================================ */

#update {
	margin: 0 auto;
	width: 910px;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
	}

.update-section {
	display: inline-block;
	margin: 0 10px 20px 0;
	width: 445px;
	vertical-align: top;
	}

* html .update-section { display: inline; }
*+html .update-section { display: inline; }

#update-season,
#update-order {
	margin-right: 0;
	margin-left: 10px;
	}

.update-section-heading {
	overflow: hidden;
	width: 444px;
	height: 102px;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	}

#update-infomation .update-section-heading { background-image: url("../image/home_update_infomation_title.png"); }
#update-season .update-section-heading     { background-image: url("../image/home_update_season_title.png"); }
#update-lesson .update-section-heading     { background-image: url("../image/home_update_lesson_title.png"); }
#update-order .update-section-heading      { background-image: url("../image/home_update_order_title.png"); }
#update-facebook .update-section-heading   { background-image: url("../image/home_update_facebook_title.png"); }


.update-section-container {
	padding: 5px 25px 0 30px;
	width: 390px;
	background: url("../image/home_update_section_bg.png") repeat-y;
	}

.update-section-body {
	position: relative;
	margin-top: -20px;
	padding-bottom: 10px;
	width: 390px;
	}

.update-section-body:after {
	content: "";
	clear: both;
	display: block;
	}

.update-section-figure {
	float: left;
	display: inline;
	margin-right: 10px;
	padding: 3px 0 10px 0;
	}

.update-section-description {
	padding-bottom: 10px;
	}

.update-section-description p,
.update-notfound {
	margin-bottom: 10px;
	}

.update-notfound {
	color: #999;
	}

.update-more {
	clear: both;
	padding: 6px 4px 0 10px;
	width: 430px;
	height: 38px;
	background-repeat: no-repeat;
	text-align: center;
	}

#update-infomation .update-more { background-image: url("../image/home_update_infomation_more_bg.png"); }
#update-season .update-more     { background-image: url("../image/home_update_season_more_bg.png"); }
#update-lesson .update-more     { background-image: url("../image/home_update_lesson_more_bg.png"); }
#update-order .update-more      { background-image: url("../image/home_update_order_more_bg.png"); }

.update-more-anchor {
	display: inline-block;
	padding: 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	color: #630;
	background: #fff;
	font-size: 12px;
	line-height: 28px;
	}

#update-facebook {
  margin-right: 202px;
  margin-left: 207px;
  border: 1px solid #999;
  width: 499px;
  height: 565px;
  }

#update-facebook .update-section-heading {
  width: auto;
  height: 60px;
  }

#update-facebook .update-section-container {
  padding: 0;
  width: auto;
  background: #fff;
  }

.inlinelist {
	padding-bottom: 3px;
	}

.inlinelist:after {
	content: "";
	clear: both;
	display: block;
	}

.inlinelist-date,
.inlinelist-title {
	padding: 0 0 7px;
	}

.inlinelist-date {
	float: left;
	display: inline;
	margin: 0 -8.462em 0 0;
	}

.inlinelist-title {
	margin: 0 0 7px 0;
	padding-left: 8.462em;
	border-bottom: 1px dotted #ccc;
	}

.inlinelist-title:last-child {
	padding-bottom: 0;
	border-bottom: none;
	}

.imagelist {
	clear: both;
	margin-top: 10px;
	color: #630;
	list-style: none;
	}

.imagelist-item {
	position: relative;
	padding: 0 0 10px 162px;
	min-height: 152px;
	}

* html .imagelist-item { height: 152px; }
*+html .imagelist-item { height: 152px; }

.imagelist-date,
.imagelist-title {
	padding: 0 5px;
	}

.imagelist-date {
	padding-bottom: 2px;
	border-bottom: 1px dashed #630;
	font-weight: bold;
	}

.imagelist-figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 152px;
	height: 152px;
	}

.imagelist-figure-anchor {
	display: block;
	border: 1px solid #630;
	width: 150px;
	height: 150px;
	text-align: center;
	}

.imagelist-title {
	padding-top: 3px;
	}

#footer {
	position: static;
	}


/*-------- 2024.11 --------*/
#update::after {
  content: "";
  clear: both;
  display: block;
}

#update-infomation {
  float: left;
}

.inlinelist-date {
  float: none;
  display: block;
  margin: 0;
  padding: 0 5px 0 5px;
  color: #630;
  font-weight: bold;
}

.inlinelist-title {
  margin: 6px 0 12px 0;
  padding: 0 5px 12px 1em;
}

#update-calendar {
  clear: left;
  float: left;
}
#update-calendar .update-section-heading { background-image: url("../image/home_update_calendar_title.png"); }
#update-calendar .update-more { background-image: url("../image/home_update_calendar_more_bg.png"); }

#update-shop {
  clear: left;
  float: left;
}
#update-shop .update-section-heading { background-image: url("../image/home_update_shop_title.png"); }
#update-shop .update-more { background-image: url("../image/home_update_shop_more_bg.png"); }

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