<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 information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
	.con_lounge お風呂上りにほっと一息
----------------------------------------------------------- */
.con_lounge {
	padding: 0 10px;
	margin: 0 auto 40px;
}

.con_lounge .inner {
	background: #fcfaf3;
	background: rgba(255, 255, 255, 0.5);
	padding: 0 20px 10px;
}

.con_lounge .inner h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.con_lounge .inner h3 span {
	border-top: 1px solid #684f43;
	font-size: 1.35em;
	display: inline-block;
	padding-top: 15px;
}

.con_lounge .inner .wrp .img {
	text-align: center;
	padding: 20px;
}

.con_lounge .inner .wrp .textarea h4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.con_lounge .inner .wrp .textarea h4 span {
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #d97609;
}

.con_lounge .inner .wrp .textarea .txt {
	margin-bottom: 10px;
	color: #7c5435;
}

.con_lounge .inner .wrp .textarea .txt br {
	display: none;
}

.con_lounge .inner .wrp .textarea .txt span {
	font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .con_lounge {
	margin-bottom: 70px;
}

  .con_lounge .inner {
	overflow: hidden;
	*zoom: 1;
}

  .con_lounge .inner h3 span {
	font-size: 1.4em;
}

  .con_lounge .inner .wrp .img {
	width: 40%;
	float: right;
}

  .con_lounge .inner .wrp .textarea {
	width: 60%;
	float: left;
	padding-right: 3%;
}

  .con_lounge .inner .wrp .textarea h4 {
	text-align: left;
	font-size: 1.35em;
}
}
@media only screen and (min-width: 1025px) {
  .con_lounge {
	margin: 0 auto 50px;
}

  .con_lounge .inner {
	width: 900px;
	padding: 0 40px 10px;
}

  .con_lounge .inner h3 span {
	font-size: 1.7em;
	font-weight: normal;
	padding-top: 20px;
}

  .con_lounge .inner .wrp .img {
	width: 45%;
}

  .con_lounge .inner .wrp .textarea {
	width: 55%;
	padding-top: 30px;
}

  .con_lounge .inner .wrp .textarea h4 {
	font-size: 1.55em;
	font-weight: normal;
}

  .con_lounge .inner .wrp .textarea .txt br {
	display: block;
}
}
</pre></body></html>