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

#contents {
	line-height: normal;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
#contents * {
	box-sizing: border-box;
}
#contents img {
	vertical-align: top;
}



#contents .intro {
	width: 1100px;
	margin: 0 auto;
	padding-top: 58px;
	text-align: center;
}
#contents .intro h3 {
	margin-bottom: 52px;
}
#contents .intro p {
	margin-bottom: 93px;
}




#contents .gallery {
	min-width: 1100px;
	padding-bottom: 94px;
	background-color: #f1ede2;
}
#contents .gallery .galleryHeader {
	position: relative;
	height: 80px;
	margin-bottom: 48px;
	text-align: center;
	background-color: #990000;
}
#contents .gallery .galleryHeader p {
	position: absolute;
	left: 0;
	top: 0;
}
#contents .gallery .galleryHeader .galleryIndicator {
	padding-top: 4px;
	text-align: center;
}
#contents .gallery .galleryHeader .galleryIndicator li {
	display: inline-block;
	cursor: pointer;
	opacity: 0.6;
	transition: all 0.7s ease;
}
#contents .gallery .galleryHeader .galleryIndicator li:hover,
#contents .gallery .galleryHeader .galleryIndicator li.enable {
	opacity: 1;
}
#contents .gallery .galleryBody {
	position: relative;
	width: 100%;
	height: 650px;
	margin-bottom: 39px;
	overflow: hidden;
}
#contents .gallery .galleryBody .galleryPrev {
	position: absolute;
	left: 50%;
	top: 280px;
	margin-left: -515px;
}
#contents .gallery .galleryBody .galleryNext {
	position: absolute;
	left: 50%;
	top: 280px;
	margin-left: 515px;
}
#contents .gallery .galleryBody .thumbsWrapp {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -740px;
	width: 1480px;
}
#contents .gallery .galleryBody ul {
	display: block;
	width: 1480px;
	height: 650px;
	font-size: 0;
}
#contents .gallery .galleryBody ul li {
	position: relative;
	display: inline-block;
	width: 460px;
	height: 650px;
	margin-left: 50px;
	transition: all 0.2s ease;
}
#contents .gallery .galleryBody ul li:first-child {
	margin-left: 0;
}
#contents .gallery .galleryBody ul li {
	opacity: 0.2;
}
#contents .gallery .galleryBody ul li.enable:hover {
	opacity: 0.6;
}
#contents .gallery .galleryBody ul li.enable {
	cursor: pointer;
	opacity: 1;
}
#contents .gallery .galleryBody ul li img {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	transition: all 0.7s ease;
}
#contents .gallery .galleryBody ul li .color {
	z-index: 1;
	opacity: 0;
}
#contents .gallery .galleryBody ul li.enable .color {
	opacity: 1;
}
#contents .gallery .galleryDesc {
	width: 960px;
	margin: 0 auto 12px;
	padding-bottom: 42px;
	border-bottom: solid 3px #990000;
}
#contents .gallery .galleryDetail {
	width: 960px;
	margin: 0 auto 12px;
	padding-bottom: 62px;
	border-bottom: solid 3px #990000;
}
#contents .gallery .galleryDetail p {
	margin-bottom: 12px;
	line-height: 22px;
}
#contents .gallery .galleryDetail ul {
	font-size: 0;
}
#contents .gallery .galleryDetail ul li {
	display: inline-block;
	margin-left: 9px;
	cursor: pointer;
	transition: all 0.2s ease;
	opacity: 1;
}
#contents .gallery .galleryDetail ul li:hover {
	opacity: 0.7;
}
#contents .gallery .galleryDetail ul li:first-child {
	margin-left: 0;
}
#contents .gallery .galleryProfile {
	width: 960px;
	margin: 0 auto;
}
#contents .gallery .galleryProfile h4 {
	margin-bottom: 6px;
}
#contents .gallery .galleryProfile h5 {
	font-size: 22px;
	font-weight: normal;
}
#contents .gallery .galleryProfile p {
	line-height: 22px;
}




#contents .message {
	width: 960px;
	margin: 100px auto 90px;
}
#contents .message p {
	margin-top: 36px;
	line-height: 22px;
}




#contents .foot {
	width: 838px;
	margin: 0 auto 80px;
}
#contents .foot .banner {
	margin: -48px auto 40px;
	text-align: center;
	font-size: 0;
}
#contents .foot .banner li {
	display: inline-block;
	margin: 48px 0 0 48px;
	font-size: 14px;
}
#contents .foot .banner li:nth-child(odd) {
	margin-left: 0;
}
#contents .foot .sns {
	text-align: right;
	font-size: 0;
}
#contents .foot .sns li {
	display: inline-block;
	margin-left: 30px;
	font-size: 14px;
	vertical-align: top;
}




#modal {
	display: none;
	position: absolute;
	z-index: 10001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
#modal .clickArea {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#modal .inner {
	position: relative;
	top: 50%;
	width: 567px;
	height: 802px;
	margin: -401px auto 0;
}
#modal .inner .close {
	position: absolute;
	right: -40px;
	top: 0;
}
#modal .inner ul li {
	display: none;
}





#detailModal {
	display: none;
	position: absolute;
	z-index: 10001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
#detailModal .clickArea {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#detailModal .inner {
	position: relative;
	top: 50%;
	width: 783px;
	height: 522px;
	margin: -261px auto 0;
}
#detailModal .inner .close {
	position: absolute;
	right: -40px;
	top: 0;
}
#detailModal .inner ul li {
	display: none;
}




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