@charset "utf-8";

/* clearfix */
/*************************************************************/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* custom */
/*************************************************************/
#special_body h2{
	/*background-image: url(images/icon_sale.png);*/
	background-repeat:  no-repeat;
	background-position: left 100px top 20px,center;
	background-size: 5%;
	color: #4c4948;	/* 文字色 */
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
	padding: 20px 0 20px 0;
}
#special_body h3{
	background: none;
	color: #4c4948;	/* セール名文字色 */
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	padding: 0;
}
#special_body h3.small{
	background: none;
	color: #4c4948;	/* セール名文字色（2カラム） */
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	padding: 0 0 14px;
}
#special_body .last{
	background: #dd2428;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0 10px;
	margin: 0 0 0 10px;
	line-height: 1.7;
	display:-webkit-inline-box;
}
#special_body img{
	max-width:100%;
	height:auto;
}

#special_body .description{
	text-align: center;
	margin: 4% 0;
}

#special_body .banner{
	text-align: center;
	margin-top: 2%;
}

#special_body .description img,
#special_body .banner img{
	width: auto;
}



#special_body .innner-container{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff6e1;	/* 背景色 */
	height: auto;
	width: auto;
	margin-bottom:20px;
	padding: 30px 30px 10px 30px;
	font-weight: bold;
	text-align: center;
	border:4px solid #e9b22b;	/* 枠色 */
}
#special_body .innner-container img{
	max-width:100%;
	height: auto;
}
#special_body .Faci-Ttl{
	background-color: #e9b22b;	/* 施設帯背景色 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#special_body .Faci-Ttl p{
	padding: 40px auto;
	text-align: center;
	font-size: 1.6rem;
	color: #ffffff;		/* 施設帯文字色 */
	margin: 0 auto 14px;
	padding: 8px 0;
}
#special_body .Faci-Ttl .first-c{
	margin: 0 auto 14px;
}
#special_body .outer{
	width: 100%;
	height: auto;
	margin: 0 auto 18px;
}
#special_body .Ttl-Shisetsu,
#special_body .Ttl-Shisetsu-none{
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #e9b22b;	/* 施設ボタン枠色 */
	background-color: #ffffff;	/* 施設ボタン背景色 */
	text-align: left;
	font-size: 1.8rem;
	color: #e9b22b;		/* 施設ボタン文字色 */
	padding: 20px 0 15px 20px;
	margin: 0px auto 10px;
}
#special_body .Ttl-Shisetsu:hover {
	background: #fffbc9;	/* 施設ボタンオーバー色 */
}
#special_body .Ttl-Shisetsu::before,
#special_body .Ttl-Shisetsu::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #e9b22b;
	border-right: 2px solid #e9b22b;
	transform: rotate(45deg);
	margin-top: -5px;
}
#special_body .Ttl-Shisetsu,
#special_body .Ttl-Shisetsu::before,
#special_body .Ttl-Shisetsu::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#special_body .leftman {
	float: left;
	width: 49%
}
#special_body .rightman{
	float: right;
	width: 49%
}

#special_body .centerman{
	width: 49%
}
#special_body .fac-of{
	overflow: hidden;
}
#special_body .com{	
	font-size:1.2rem;
	position:absolute;
	right:5%;
	top:30%;
	color: #333333;
}

@media screen and (max-width: 640px) {
#special_body h2{
	background: none;
	font-size: 1.3rem;
	padding: 4% 0 2%;
}
#special_body h3{
	font-size:1.6rem;
	padding: 0;
	overflow-wrap:break-word;
}
#special_body h3.small{
	font-size:1.3rem;
	overflow-wrap:break-word;
}
#special_body .last{
	font-size: 1.6rem;
}
#special_body .innner-container{
	padding: 5% 3% 3%;
}
#special_body .container{
	margin: 0 auto 2%;
}
#special_body .innner-container img{
	max-width:100%;
	height: auto;
}
#special_body .innner-container{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 4%;
}
#special_body .Faci-Ttl p{
	font-size: 1.5rem;
	padding: 8px 0;
}
#special_body .Faci-Ttl .first-c{
	margin: 0 auto 14px;
}
#special_body .outer{
	margin: 0 auto 4%;
}
#special_body .Ttl-Shisetsu,
#special_body .Ttl-Shisetsu-none{
	font-size: 1.5rem;
	padding: 5%;
}
#special_body .leftman {
	width: 100%
}
#special_body .rightman{
	width: 100%
}	
#special_body .centerman{
	width: 100%
}
#special_body .com{
	margin-left:3%;
	font-size:1.2rem;
	color: #333333;
}
#facilityList .sectionIn .facility-area .coment{
	font-size: 10px;
	left: 14px;
	right: none;
	bottom: 5px;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	}
#facilityList .sectionIn .facility-area .coment{
	position: absolute;
	right: 20px;
	bottom: 23px;
	font-size: 18px;
	color: #000;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
#facilityList .sectionIn .clearfix .soon {
	color: #e70113;
	display:block;
	font-size:24px;
	padding:20px;
	background:#ffffff;	
	border: 3px #e70113 solid;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:10px;
	line-height:1;
	}
	
#facilityList .sectionIn .clearfix .soon{
	display:block;
	font-size:14px;
	padding:15px 10px;
	/*background:#000;*/
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:5px;
	line-height:1;
}
}

