@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 .accordion {
  text-align: center;
  margin-top: 20px;
}
#special_body .accordion #shoplist p.ac1 {
  display: block;
  position: relative;
  cursor: pointer;
}
#special_body .accordion #shoplist .inner {
  display: none;
  padding: 15px;
  border: solid 3px #e83743;
}
#special_body .accordion #shoplist .inner p {
	text-align:right;
	font-size: 18px;
	font-weight: bold;
}
#special_body .accordion #shoplist ul{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
}
#special_body .accordion #shoplist ul li{
	border: 1px solid #ccc;
	width: 23%;
	margin: 0 5px 10px;
}

#special_body h2{
	padding: 40px 0 0;
}
#special_body h2.title{
	color: #e83743;	/* 文字色 */
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
	padding: 40px 0 0;
}
#special_body h3{
	background: none;
	color: #e83743;	/* セール名文字色 */
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	padding: 0;
}
#special_body h3.small{
	background: none;
	color: #e83743;	/* セール名文字色（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 .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 #e83743;	/* 枠色 */
}
#special_body .innner-container img{
	max-width:100%;
	height: auto;
}
#special_body .Faci-Ttl{
	background-color: #e83743;	/* 施設帯背景色 */
	-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 #e83743;	/* 施設ボタン枠色 */
	background-color: #ffffff;	/* 施設ボタン背景色 */
	text-align: left;
	font-size: 1.8rem;
	color: #e83743;		/* 施設ボタン文字色 */
	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 #e83743;
	border-right: 2px solid #e83743;
	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 .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 #e83743;	/* 施設ボタン枠色 */
	background-color: #FFE6E1;	/* 施設帯背景色 */
}
#special_body .coment p{
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 8px 0;
}

#special_body .banner{
	text-align: center;
	margin-top: 2%;
}
#special_body .banner img{
	width: auto;
}

#special_body .txt {
	text-align: right;
	margin-top: 10px;
}
#special_body .txt p {
	font-size: 14px;
	display: inline-block;
	text-align: left;
}

#special_body .btn{
	margin-top: 3%;
	display: flex;
	justify-content:space-around;
}


@media screen and (max-width: 640px) {
	#special_body .movie_box{
		margin-top: 2%;
	}
	#special_body .accordion #shoplist ul li{
		width: 23%;
		margin: 0 1% 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:3.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,
	#special_body .Ttl-Shisetsu-none{
		font-size: 1.5rem;
		padding: 5%;
	}
	#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;
		}

	#special_body .txt {
		margin-top: 5px;
	}
	#special_body .txt p {
		font-size: 8px;
	}

	#special_body .btn img{
		width:90%;
		margin:0 5%;
	}
}


