<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#intro {
	width : 100%;
	text-align : center;
}

#intro img {
	width : 70%;
	height : 70%;
	margin-left : 3%;
}

#intro dl {
	margin : 0 1.5% 8% 0;
	padding : 9% 7% 8% 7%;
	background : rgba(230,80,120,0.2);
	box-shadow : 5px 5px rgba(230,80,120,0.5);
}

#intro dl dt {
	margin-bottom : 5%;
	font-size : 180%;
	font-family : kozuka-gothic-pro,sans-serif;
    font-weight : 700;
	font-style : normal;
	letter-spacing : 1px;
	line-height : 1.1em;
}

#intro dl dt span  {
	display : block;
	color : #e65078;
	font-size : 80%;
	font-family : niveau-grotesk, sans-serif;
	font-weight : 500;
	font-style : normal;
	letter-spacing : 1px;
	vertical-align : 2px;
}

#intro dl dd {
	text-align : left;
	line-height : 1.4em;
}

#intro dl dd a,#intro dl dd a:hover {
	color : #e6285a;
	text-decoration : underline;
}

/*----------CAPACITY----------*/

#capacity {
	overflow : hidden;
	width : 100%;
	margin-bottom : 2%;
}

.mbox {
	overflow : hidden;
	padding : 6%;
	margin-bottom : 7%;
	background : #f5e1cd;
}

.mbox h3 {
	padding : 10px;
	font-size : 120%;
	text-align : center;
	font-family : kozuka-gothic-pro,sans-serif;
    font-weight : 700;
	font-style : normal;
	color : #ffffff;
	background : #876955;
}

.article ul {
	margin-top : 6%;
	margin-left : 20px;
}

.article ul li {
	margin-bottom : 5px;
	line-height : 1.4em;
}

.mbox a {
	margin-top : 2%;
	padding : 10px 0 10px 0;
	background : #e6285a;
	color : #ffffff;
	text-decoration : none;
	text-align : center;
	font-size : 100%;
	font-family : kozuka-gothic-pro,sans-serif;
    font-weight : 700;
	font-style : normal;
}

.mbox a:hover {
	padding : 10px 0 10px 0;
	background : #e6285a;
	color : #ffffff;
	text-decoration : none;
	text-align : center;
	font-size : 100%;
	font-family : kozuka-gothic-pro,sans-serif;
    font-weight : 700;
	font-style : normal;
}

/*----------GALLERY----------*/

#gallery {
	clear : both;
	overflow : hidden;
	margin-bottom : 7%;
	padding : 5% 0 2% 5%;
	background : radial-gradient(#F2B9A1,#EA6264);
}

#gallery h4 {
	margin-bottom : 5%;
	font-size : 140%;
	font-family : niveau-grotesk, sans-serif;
	font-weight : 500;
	font-style : normal;
	letter-spacing : 2px;
	color : #ffffff;
	text-align : center;
}

#gallery ul {
	list-style : none;
	width : 100%;
}

#gallery ul li {
	float : left;
	width : 45%;
	margin :  0 5% 5% 0;
	border : solid 5px rgba(255,255,255,0.6);
	box-sizing : border-box;
	object-fit : cover;
}

.square-thumb {
	width : 140px;
	max-width : 100%;
	height : 140px;
}

#gallery ul li#spnone {
	display : none;
}

/*----------OFFICE----------*/

#office {
	clear : both;
	overflow : hidden;
	width : 100%;
}

#officeS,#officeC {
	margin-bottom : 6%;
}

#office iframe {
	width : 100%;
	height : 300px;
	vertical-align : bottom;
}

#office dl {
	padding : 7% 6% 6% 6%;
	background : #f5e1cd;
}

#office dl dt {
	margin-bottom : 2%;
	font-size : 120%;
	font-family : kozuka-gothic-pro,sans-serif;
    font-weight : 700;
	font-style : normal;
	text-align : center;
}

#office dl dd {
	line-height : 1.3em;
	text-align : center;
}

#office dl dd span {
	display : block;
}

#office dl dd font {
	display : none;
}

#office p {
	margin : 0 3% 0 3%;
	line-height : 1.4em;
}</pre></body></html>