
@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 .movie_box{
	text-align: center;
	margin-top: 20px;
	position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#special_body .movie_box iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#special_body .shoplist {
	overflow-x: auto;
	white-space: nowrap;
	margin: 3% auto;
	-webkit-overflow-scrolling: touch;
}
#special_body .shoplist div img {
	height: 200px;
	min-width: 600px;
	vertical-align: top;
}

#special_body h2{
	padding: 40px 0 0;
}
#special_body h2.title{
	color: #EA4D18;	/* 文字色 */
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
	padding: 40px 0 0;
}
#special_body h3{
	background: none;
	color: #EA4D18;	/* セール名文字色 */
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	padding: 0;
}
#special_body h3.small{
	background: none;
	color: #EA4D18;	/* セール名文字色（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 .innner-container{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fbfff6;	/* 背景色 */
	height: auto;
	width: auto;
	margin:20px 0;
	padding: 30px 30px 10px 30px;
	font-weight: bold;
	text-align: center;
	border:4px solid #EA4D18;	/* 枠色 */
}
#special_body .innner-container img{
	max-width:100%;
	height: auto;
}
#special_body .Faci-Ttl{
	background-color: #EA4D18;	/* 施設帯背景色 */
	-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{
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #EA4D18;	/* 施設ボタン枠色 */
	background-color: #ffffff;	/* 施設ボタン背景色 */
	text-align: left;
	font-size: 1.8rem;
	color: #EA4D18;		/* 施設ボタン文字色 */
	padding: 20px 0 15px 20px;
	margin: 0px auto 10px;
}
#special_body .Ttl-Shisetsu:hover {
	background: #fffab8;	/* 施設ボタンオーバー色 */
}
#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 #EA4D18;
	border-right: 2px solid #EA4D18;
	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 .Ttl-Shisetsu-Shiga {
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #EA4D18;	/* 施設ボタン枠色 */
	background-color: #EA4D18;	/* 施設ボタン背景色 */
	text-align: center;
	font-size: 1.8rem;
	color: #ffffff;		/* 施設ボタン文字色 */
	padding: 10px 0;
	margin: 0px auto 10px;
}
#special_body .Ttl-Shisetsu-Shiga span {
	display: block;
}
#special_body .leftman {
	float: left;
	width: 49%
}
#special_body .rightman{
	float: right;
	width: 49%
}
#special_body .fac-of{
	overflow: hidden;
}
#special_body .com{	
	font-size:1.2rem;
	position:absolute;
	right:5%;
	top:30%;
	color: #333333;
}
#special_body .coment{
	border: 2px solid #EA4D18;	/* 施設ボタン枠色 */
	background-color: #FFE6E1;	/* 施設帯背景色 */
}
#special_body .coment p{
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 8px 0;
}

#special_body p.link a {
	text-decoration: underline;
}

#special_body .banner{
	text-align: center;
	margin-top: 2%;
}
#special_body .banner img{
	width: auto;
}

#specialContentsIn .float {
	width: 90px;/* バナーの横幅を指定 */
}
#specialContentsIn .floating-banner:hover {
	opacity: .9;/* ホバーで少し透過 */
}
#specialContentsIn .floating-banner {
	position: fixed;/* 追従 */
	z-index: 99999;/* 他の要素の下に隠れないように */
	bottom: 25%;/* バナーの上下の位置 */
	right: 2.5%;/* バナーの左右の位置 */
}


@media screen and (max-width: 640px) {
	#special_body img {
		max-width:100%;
		height:auto;
	}
	#special_body .shoplist div img {
		max-width:initial;
	}

	#special_body .movie_box{
		margin-top: 2%;
	}

	#special_body h2{
		background: none;
		font-size: 1.3rem;
		padding: 4% 0 2%;
	}
	#special_body h2.title{
		font-size:4.5vw;
		padding: 20px 0 0;
	}
	#special_body h3{
		font-size:4.5vw;
		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{
		font-size: 1.5rem;
		padding: 5%;
	}
	#special_body .Ttl-Shisetsu-Shiga{
		font-size: 1.5rem;
		padding: 3%;
	}
	#special_body .leftman {
		width: 100%
	}
	#special_body .rightman{
		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;
		}

	#specialContentsIn .floating-banner {
		bottom: 15%;/* バナーの上下の位置 */
		right: 7%;/* バナーの左右の位置 */
	}
}



