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

/* =======================================
	guesthouse sp CSS
========================================== */

/* guesthouse共通
========================================== */
/* ページタイトル
-------------------------------- */
#pagettl {
	background: #204000 url(../../img/pt_guesthouse.png) right bottom no-repeat;
}
#pagettlInner h1 {
	color: #fff;
	font-weight: bold;
}
#pagettlInner h1 span {
	font-weight: normal;
	color: #59B200;
}
/* 折り返しする */
#pagettlInner h1 span:before {
	content: "\A";
	white-space: pre;
}


/* guesthouseトップページ
========================================== */
/* キャッチコピーをメインビジュアルの上に重ねる */
#visual {
	position: relative;
}

#visual #catch {
	position: inherit;
	margin-top: -13%;
	z-index: 999;
}
#visual #catch h2 {
	text-align: center;
	margin: 0 0 14px 0;
}
#visual #catch h2 img {
	width: 50%;
}
#visual #catch p {
	margin: 0 10px 0.6em 10px;
}

/* guesthouseナビ
-------------------------------- */
#guesthousenav {
	margin-top: 30px;
}

/*各施設のブロック*/
#guesthousenav ul li {
	display: block;
	position: relative;
	height: 320px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

/*透過テキスト表示*/
#guesthousenav ul li dl {
	box-sizing: border-box;
	width: 40%;
	height: 130px;
	padding: 40px 0 0 0;
	text-align: center;
	background: rgba(0,0,0,0.70);
	position: absolute;
	top: 95px;
	left: 30%;
}
#guesthousenav ul li dt {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#guesthousenav ul li dd {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

/* guesthouseインフォ
-------------------------------- */
#guesthouseinfo h2 {
	font-size: 24px;
	color: #878787;
	text-align: center;
}















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