@charset "utf-8";
/* ==========================

　モジュール用スタイル定義

========================== */

/* バナーエリア */
#bannerArea {
	z-index: 999999999;
}
/* モーダルウィンドウ */
#popupArea {
	display: none;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 9999999999;
}
#popupArea .box {
	display: block;
	position: relative;
	border: 5px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin: 20px 18px;
	padding: 10px 5px 10px 5px;
	background-color: rgba(255,255,255,1);
	background: -moz-linear-gradient(rgba(255,255,255,0.9), rgba(239,255,204,0.9));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.9)), to(rgba(239,255,204,0.9)));
	box-shadow: 0 0 15px #333;
	-moz-box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
}
#popupArea .box .title {
	border-bottom: 2px dotted #90c31f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #90c31f;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	padding: 3px 0 5px 0;
	margin: 0 15px 10px 15px;
}
#popupArea .box p {
	font-size: 77%;
	color: #777;
	margin: 0 5px 10px 5px;
	line-height: 1.3;
}
#popupArea .box .btn {
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 77%;
	font-weight: bold;
	padding: 11px 10px 9px 20px;
	margin: 0 10px 10px 10px;
}
#popupArea .box .btn i {
	display: block;
	font-style: normal;
	padding-right: 35px;
	background: url(https://fujitvforsugotoku.jp/1images/sugotoku/info/arrow_btn.png) no-repeat right center;
	background-size: 25px auto;
	-moz-background-size: 25px auto;
	-webkit-background-size: 25px auto;
}
#popupArea .box .btn_sugotoku {
	text-shadow: -1px -1px 0 #ba002e;
	background: #cb0133;
	background: -moz-linear-gradient(#e9003a, #cb0133);
	background: -webkit-gradient(linear, left top, left bottom, from(#e9003a), to(#cb0133));
	box-shadow: 0 3px 0 #a30028;
}
#popupArea .box .btn_smartpass {
	text-shadow: -1px -1px 0 #db5100;
	background: #fe5e00;
	background: -moz-linear-gradient(#ff701c, #fe5e00);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff701c), to(#fe5e00));
	box-shadow: 0 3px 0 #d04d00;
}
#popupArea #popupArea-closeBtn {
	border-radius: 5px;
	color: #333;
	font-size: 77%;
	text-align: center;
	width: 40%;
	padding: 3px 0;
	margin: 12px auto 2px auto;
	background-color: #ddd;
	cursor: pointer;
	box-shadow: 0 3px 0 #aaa;
	-moz-box-shadow: 0 3px 0 #aaa;
	-webkit-box-shadow: 0 3px 0 #aaa;
}
#popupArea #popupAreaFrm {
	color: #777;
	font-size: 77%;
}
#popupArea #popupAreaFrm label {
	border: 0;
	background: none;
}

/* 温泉へ行こう用 */
#onsen #popupArea .box .title {
	font-size: 154%;
	line-height: 1.3;
}
#onsen #popupArea .box .btn {
	font-size: 123%;
}
#onsen #popupArea .box p {
	font-size: 108%;
}
#onsen #popupArea #popupArea-closeBtn {
	font-size: 138%;
}
#onsen #popupArea #popupAreaFrm label {
	font-size: 168%;
}


/*-------------------------------
フローティングバナー
-------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#bannerArea{
	position:fixed;
	width:100%;
	bottom:0;
}
#bannerArea #pickup{
	position:absolute;
	top:-14px;
	left:0;
	transform:rotate(-14deg);
	-webkit-transform:rotate(-14deg);
	z-index:2000;
}
#bannerArea #patternA,
#bannerArea #patternB{
	position:relative;
	-webkit-transform: translate3d(0,0,0);
	z-index:10000;
}
#bannerArea #patternA ul li,
#bannerArea #patternB ul li{
	display:table;
	background:rgba(0,0,0,0.75);
	width:100%;
	height:60px;
	position: relative;
	bottom: 0;
	left: 0;
}
#bannerArea #patternA ul li a,
#bannerArea #patternB ul li a{
	display: block;
	padding:0;
	position:absolute;
	top:0;
}
#bannerArea #patternA ul li .listImg{
	display:table-cell;
	vertical-align:middle;
	width:18%;
	height:60px;
	text-align:center;
	line-height:0;
}
#bannerArea #patternA ul li .listImg img{
	width:auto;
	max-width:64px;
	max-height:54px;
	vertical-align:middle;
	padding:3px 0;
	padding-left: 15px;
}
#bannerArea #patternA ul li .listText{
	display:table-cell;
	vertical-align:middle;
	width:82%;
	color:#FFFFFF;
	font-size:14px;
	line-height:100%;
	padding:10px;
}
#bannerArea #patternB ul li a img{
	width:auto;
	height:60px;
	vertical-align:middle;
}
#bannerArea #patternB ul li a{
	width:100%;
	overflow:hidden;
	text-align:center;
}
#bannerArea #bannerClose1{
	position:absolute;
	padding:0 24px;
	display:inline-block;
	background:rgba(0,0,0,0.75);
	top:-24px;
	right:0;
	line-height: 1.5em;
	color:#FFFFFF;
}
#bannerArea #bannerClose2{
	position: absolute;
	padding: 0px 24px;
	display: inline-block;
	background: rgba(0,0,0,0.75);
	top: -24px;
	right: 0;
	line-height: 1.5em;
	color: #FFFFFF;
}


















