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


/* =========================================================
　各温泉のご案内
========================================================= */


/* ナビゲーション
--------------------------------------------------------- */
/* PC版だけ */
.gnav &gt; li.gnav_onsen {
	background-color: #ddddcc;
}
.gnav &gt; li.gnav_onsen &gt; a {
	color: #116644;
}
.gnav li.gnav_onsen ul {
	margin-top: -.4em;
	padding-bottom: 0;
	display: block;
}
.gnav li.gnav_onsen ul li a {
	padding: .4em 1em;
	margin: 0 0 0 .4em;
	display: block;
	color: #000;
	font-size: 12px;
}
.gnav li.gnav_onsen ul li a:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 9px;
	background: url(../common/img/arrow_b.png) no-repeat center center;
	background-size: 5px 9px;
	margin-right: .4em;
}

/* 各温泉
--------------------------------------------------------- */
.onsen_intoro{
	letter-spacing: .2em;
	line-height: 1.4;
	font-size: 18px;
	padding: 1em 0 1em;
	background: url(../common/img/arrow_g_bottom.png) no-repeat center bottom;
	background-size: 24px 13px;
	margin-bottom: .5em;
	text-align: center;
	color: #116644;
}
.onsen_box{
	padding: 0 0 3em;
}

/* 2カラム
--------------------------------------------------------- */
/* PC版だけ */
.col_2_box {
	max-width: 800px;
	width: 100%;
	margin: 3em auto 2em;
	padding: 0 15px;
	box-sizing: border-box;
}
.col_2_box .col_2 {
	float: left;
	width: 48%;
}
.col_2_box .col_2:last-child {
	float: right;
	width: 48%;
}



/* 新着情報
--------------------------------------------------------- */
.news_list{
	width: 700px;
	margin: 0 auto;
	color: #116644;
	border-top: 1px solid #bbbbaa;
}
.news_list dt{
	width: 9em;
	float: left;
	padding: 1em 0;
}
.news_list dd{
	padding: 0 0 0 10em;
	border-bottom: 1px solid #bbbbaa;
}
.news_list dd a{
	color: #116644;
	padding: 1em 0;
	display: block;
}
.news_list dd a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 14px;
	background: url(../common/img/arrow_g.png) no-repeat center center;
	background-size: 8px 14px;
	margin-left: .4em;
	float: right;
	padding: 2px 10px;
}


/* 各温泉のご案内
--------------------------------------------------------- */
.list {
	margin:0 0;
}
.list li {
	float: left;
	width: 33.3333%;
	display: inline-table;
	line-height: 1.2;
	padding-bottom: 0;
}
.list a img{
	max-width: 250px;
}
.list a {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.list a span{
	padding: 0;
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.list a[href*="sukawa"] {
	background-image: url(../images/sukawa_bg.jpg);
	background-size: cover;
}
.list a[href*="shinyu"] {
	background-image: url(../images/shinyu_bg.jpg);
	background-size: cover;
}
.list a[href*="kamikura"] {
	background-image: url(../images/kamikura_bg.jpg);
	background-size: cover;
}
.list a[href*="zuisenkaku"] {
	background-image: url(../images/zuisenkaku_bg.jpg);
	background-size: cover;
}
.list a[href*="itsukushien"] {
	background-image: url(../images/itsukushien_bg.jpg);
	background-size: cover;
}
.list a[href*="keisenkaku"] {
	background-image: url(../images/keisenkaku_bg.jpg);
	background-size: cover;
}
.list a[href*="kanpo"] {
	background-image: url(../images/kanpo_bg.jpg);
	background-size: cover;
}
.list a[href*="momonoyu"] {
	background-image: url(../images/momonoyu_bg.jpg);
	background-size: cover;
}
.list a:hover span{
	background-color: rgba(0,0,0,0.3);
}

.onsen_btn{
	margin-bottom: 3em;
}

.kyugyo{
	color: #96181A;
	font-size: 120%;
}


/* 以下スマホ版=================================================================================
/* SP版だけ */
@media screen and (max-width:767px) {
	

	/* ナビゲーション
	--------------------------------------------------------- */
	/* PC版だけ */
	.gnav &gt; li.gnav_onsen {
		background-color: #ddddcc;
	}
	.gnav &gt; li.gnav_onsen &gt; a {
		color: #116644;
	}
	.gnav li.gnav_onsen ul {
		margin-top: -.4em;
		padding-bottom: 0;
		display: block;
	}
	.gnav li.gnav_onsen ul li a {
		padding: .4em 1em;
		margin: 0 0 0 .4em;
		display: block;
		color: #000;
		font-size: 12px;
	}
	.gnav li.gnav_onsen ul li a:before {
		content: "";
		display: inline-block;
		width: 5px;
		height: 9px;
		background: url(../common/img/arrow_b.png) no-repeat center center;
		background-size: 5px 9px;
		margin-right: .4em;
	}

	/* 各温泉
	--------------------------------------------------------- */
	.onsen_intoro{
		letter-spacing: .2em;
		line-height: 1.4;
		font-size: 15px;
		padding: 1em 0 1em;
		background: url(../common/img/arrow_g_bottom.png) no-repeat center bottom;
		background-size: 24px 13px;
		margin-bottom: .5em;
		text-align: center;
		color: #116644;
	}
	.onsen_box{
		padding: 0 0 3em;
	}

	/* 2カラム
	--------------------------------------------------------- */
	/* PC版だけ */
	.col_2_box {
		max-width: 800px;
		width: 100%;
		margin: 3em auto 2em;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.col_2_box .col_2 {
		float: none;
		width: 100%;
	}
	.col_2_box .col_2:last-child {
		float: none;
		width: 100%;
		margin: 1.5em 0 0;
	}



	/* 新着情報
	--------------------------------------------------------- */
	.news_list{
		width: 700px;
		margin: 0 auto;
		color: #116644;
		border-top: 1px solid #bbbbaa;
	}
	.news_list dt{
		width: 9em;
		float: left;
		padding: 1em 0;
	}
	.news_list dd{
		padding: 0 0 0 10em;
		border-bottom: 1px solid #bbbbaa;
	}
	.news_list dd a{
		color: #116644;
		padding: 1em 0;
		display: block;
	}
	.news_list dd a:after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 14px;
		background: url(../common/img/arrow_g.png) no-repeat center center;
		background-size: 8px 14px;
		margin-left: .4em;
		float: right;
		padding: 2px 10px;
	}


	/* 各温泉のご案内
	--------------------------------------------------------- */
	.list {
		margin:0 0;
	}
	.list li {
		float: left;
		width: 33.3333%;
		display: inline-table;
		line-height: 1.2;
		padding-bottom: 0;
	}
	.list a img{
		max-width: 250px;
	}
	.list a {
		display: inline-block;
		text-align: center;
		font-size: 20px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.list a span{
		padding: 0;
		display: block;
		width: 100%;
		transition: all 0.3s;
	}
	.list a[href*="sukawa"] {
		background-image: url(../images/sukawa_bg.jpg);
		background-size: cover;
	}
	.list a[href*="shinyu"] {
		background-image: url(../images/shinyu_bg.jpg);
		background-size: cover;
	}
	.list a[href*="kamikura"] {
		background-image: url(../images/kamikura_bg.jpg);
		background-size: cover;
	}
	.list a[href*="zuisenkaku"] {
		background-image: url(../images/zuisenkaku_bg.jpg);
		background-size: cover;
	}
	.list a[href*="itsukushien"] {
		background-image: url(../images/itsukushien_bg.jpg);
		background-size: cover;
	}
	.list a[href*="keisenkaku"] {
		background-image: url(../images/keisenkaku_bg.jpg);
		background-size: cover;
	}
	.list a[href*="kanpo"] {
		background-image: url(../images/kanpo_bg.jpg);
		background-size: cover;
	}
	.list a[href*="momonoyu"] {
		background-image: url(../images/momonoyu_bg.jpg);
		background-size: cover;
	}
	.list a:hover span{
		background-color: rgba(0,0,0,0.3);
	}

	.onsen_btn{
		margin-bottom: 3em;
	}

	.kyugyo{
		color: #96181A;
		font-size: 120%;
	}
	
}/*スマホ*/</pre></body></html>