<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 */

a.wellness:link,
a.wellness:active,
a.wellness:visited { color:#53585a!important; }

/*宿泊プラン*/

.planthumb {
	padding-bottom:50px;
}
div.wellness {
	width:800px;
	margin:auto auto 30px;
	display:flex;
	flex-wrap:wrap;
	background-color:#fff;
	border:#1eb3db 1px solid;
}

div.wellness &gt; div:nth-of-type(1) {
	width:160px;
	float:left;
	padding:15px;
}
div.wellness &gt; div:nth-of-type(1) img {
	height:100px;
}
div.wellness &gt; div:nth-of-type(2) {
	width:580px;
	float:left;
	text-align:left;
	padding:15px;
}

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

body.lower h4.wellness s {
	display:inline-block;
	text-decoration:none;
}
body.lower h4.wellness i {
	font-style:normal;
	display:inline-block;
	width:100px;
	height:65px;
	background-image: url("/images/common/pc/icon_wellness.png");
background-repeat: no-repeat;
background-size:auto 60px;
vertical-align:bottom;

}

ul.Menu_list li h5.wellness i {
	font-style:normal;
	display:inline-block;
	width:100px;
	height:65px;
	background-image: url("/images/common/pc/icon_wellness.png");
background-repeat: no-repeat;
background-size:auto 60px;
vertical-align:bottom;
	
}


	@media only screen and (max-width: 750px) {
	div.wellness {
	width:100%;
	}
	div.wellness &gt; div:nth-of-type(1) {
	width:100%;
}
div.wellness &gt; div:nth-of-type(1) img {
	height:100px;
	width:auto;
}
div.wellness &gt; div:nth-of-type(2) {
	width:100%;
	float:none;
}
	}
	
#activity h2.wellness i {
	font-style:normal;
	display:inline-block;
	width:100px;
	height:65px;
	background-image: url("/images/common/pc/icon_wellness.png");
background-repeat: no-repeat;
background-size:auto 60px;
vertical-align:bottom;
}
	</pre></body></html>