@charset "UTF-8";
/* CSS Document */

/*------------------------------

トップ
追加ボタン部分　20140105

------------------------------*/
#guideArea{
	padding:0;
	background: #f0f0f0;
}
#guideArea #guideBtn{
	width:90%;
	background-color:#fff;
	border:solid 1px #d2d2d2;
	margin:9px auto;
	text-align:center;
}
#guideArea #guideBtn p a{
	background-color:#dddddd;
	background: -moz-linear-gradient(top, #f0f0f0, #cacaca);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#cacaca));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cacaca', GradientType=0);/* IE 5.5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cacaca', GradientType=0)";/* IE 8+ */
	background: linear-gradient(to bottom, #f0f0f0, #cacaca);/* IE 10 */
	margin:1px;
	color:#e60012;
	cursor:pointer;
	display:block;
	padding:12px 6px;
	font-weight:bold;
	text-decoration:none;
}
#guideArea #guideBtn p a:hover{
	background-color:#eeeeee;
	background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0);/* IE 5.5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0)";/* IE 8+ */
	background: linear-gradient(to bottom, #ffffff, #e7e7e7);/* IE 10 */
}

#guideArea #guideBtn span{
	text-decoration:underline;
}
.crosshead{
	max-width: 980px;
	margin: 0 auto;
	background: url(../common/bg_h2.png) no-repeat center 33px;
	height: 90px;
	text-align: center;
}
.crosshead h2
{
	font-weight: bold;
}

.ttlWrap .special
{
	text-align: center;
	padding-top: 29px;
	color: #005886;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 25px;
}
.specialBox
{
	max-width: 634px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.specialBox .spList
{
	width: 100%;
	text-align: left;
	background-color: #e9f8ff;
	margin-bottom: 4px;
}
.specialBox .spList .box
{
	position: relative;
}
.specialBox .spList img
{
	width: 50%;
	vertical-align: bottom;
}

.specialBox .spList .title
{
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	text-align: left;
	color: #000000;
}
.specialBox .spList .title h3
{
	font-size: 12px;
	line-height: 1.4;
	color: #ffffff;
	background: url(../images/bg_boxh3.gif) no-repeat 10px center;
	padding: 10px 10px 10px 22px;
	background-color: #2c9bd4;
}
.specialBox .spList p
{
	font-size: 12px;
	line-height: 1.4;
	padding: 10px;
}
.specialBox .spList a:hover
{
	opacity: 0.6; /* Safari, Opera */
	-moz-opacity: 0.60; /* FireFox */
	filter: alpha(opacity=60); /* IE */
}
.specialBox .spList a,
.specialBox .spList a:hover
{
	text-decoration: none;
}
.pickup
{
	max-width: 978px;
	margin: 0 5px;
	margin-bottom: 30px;
	border: solid 1px #4bade1;
}
.pickup .title
{
	background-color: #e9f8ff;
	border-left: solid 7px #4bade1;
	border-bottom: solid 1px #4bade1;
	padding: 8px 10px;
	font-size: 14px;
}
.pickup p
{
	background: url(../images/bg_pickup.jpg) no-repeat center 10px;
	background-size: 240px auto;
	padding: 10px;
	padding-top: 140px;
	line-height: 1.6;
	font-size: 12px;
}


/*------------------------------

トップ
スライドショー部分

------------------------------*/

#slideshowArea{
	position: relative;
	min-height: auto;
}
#slideshow {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index:0;
}
#slideshow img{
	margin: 0 auto;
	max-width: 679px;
	width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index:0;
}
#slideshow ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#slideshow ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
#slideshow ul li img {
	width: 100%;
}

#slideshowAreaInner .over_ttl{
	display: none;
}

.title01
{
	width: 151.5px;
	margin: 0 auto;
}
.title02
{
	width: 78.5px;
	margin: 0 auto;
}
.title03
{
	width: 122px;
	margin: 0 auto;
}
.title01 img,
.title02 img,
.title03 img
{
	width: 100%;
}

/*------------------------------


キャンペーン

------------------------------*/

#cpArea{
	background-color: #e7f8ff;
	padding: 10px 0;
}
#cp-bnrArea{
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	width: 100%;
}
#cp-bnrArea img{
	width: 100%;
	height: auto;
}
#cp-bnrArea a{
	display: table-cell;
	padding: 5px;
}
#cpTtl{
	margin-bottom: 10px;
	padding-left: 10px;
}
/*-----------------
バナーひとつの場合
-----------------*/
#cpArea1{
	background-color: #e7f8ff;
	padding: 10px 0;
}

/*------------------------------


トップリンク

------------------------------*/

#topLinkAreaWrap{
	background-color: #fff;
	padding: 10px 0px 5px 0px;
}
#topLinkArea .bannerYoga{
	display:none;
	/*
	border: 1px solid #008fd7;
	display: table;
	height: 54px;
	width: 96%;
	margin: 0 auto;
	background: url(../images/bg_yoga1.png) no-repeat left top;
	background-size: auto 54px;
	background-color: #dbf3ff;
	margin-bottom: 6px;*/
}
#topLinkArea .bannerYoga a
{
	background: url(../images/banner1.gif) no-repeat right center;
	display: table-cell;
	height: 54px;
	padding-left: 80px;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1.3;
	color: #008fd7;
	font-size: 12px;
}
#topLinkArea .bannerTry{
	border: 1px solid #f04b63;
	display: table;
	width: 96%;
	margin: 0 auto;
	height: 54px;
	background: url(../images/bg_try1.png) no-repeat left top;
	background-size: auto 54px;
	background-color: #f04b63;
	margin-bottom: 6px;
}
#topLinkArea .bannerTry a
{
	background: url(../images/banner2.gif) no-repeat right center;
	display: table-cell;
	height: 54px;
	padding-left: 80px;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1.3;
	color: #ffffff;
	font-size: 12px;
}
#topLinkArea .bannerWeb{
	border: 1px solid #f04b63;
	display: table;
	width: 96%;
	margin: 0 auto;
	height: 54px;
	background: url(../images/bg_web1.png) no-repeat left top;
	background-size: auto 54px;
	background-color: #f04b63;
	margin-bottom: 6px;
}
#topLinkArea .bannerWeb a
{
	background: url(../images/banner2.gif) no-repeat right center;
	display: table-cell;
	height: 54px;
	padding-left: 80px;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1.3;
	color: #ffffff;
	font-size: 12px;
}
#topLinkArea .bannerYoga a span,
#topLinkArea .bannerTry a span,
#topLinkArea .bannerWeb a span
{
	font-size: 16px;
	font-weight: bold;
}
#topLinkArea .bannerYoga:hover,
#topLinkArea .bannerTry:hover,
#topLinkArea .bannerWeb:hover
{
	opacity: 0.6; /* Safari, Opera */
	-moz-opacity: 0.60; /* FireFox */
	filter: alpha(opacity=60); /* IE */
	cursor: pointer;
}

/*------------------------------


コンテンツ

------------------------------*/
.contentsboxWrap{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 0 10px;
}

/*------------------------------
施設のご案内
------------------------------*/
.contentsboxWrap#guide{
	font-size: 12px;
}
.contentsbox .tenpo-mei{
	font-weight: bold;
	font-size: 18px;	
	margin-bottom: 20px;
}

#guide dl{
	text-align: left;
	margin-bottom: 20px;
}
#guide dl dt{
	font-weight: bold;
	vertical-align: top;
	padding-right: 5px;
	width: 70px;
	margin-bottom: 5px;
}
#guide dl dd img{
	width: 100%;
	max-width: 333px;
}
/*------------------------------
お知らせ
------------------------------*/
.contentsboxWrap#info{
	background: none;
}
#infoList{
	margin-bottom: 20px;
}
#infoList li{
	border-bottom: 1px dotted #C9C9C9;
	line-height:1.5em;
	padding: 10px 0 10px 0px;
	position: relative;
}
#infoList li .data{
	position: absolute;
	top: 10px;
	left:0;
}
#infoList li .data .day{
	font-weight: bold;
}
#infoList li .iconWrap{
	position: absolute;
	left: 95px;
}
#infoList .icon{
	position: absolute;
	top: 3px;
	left: 105px;
}
#infoList li .type{
	position: absolute;
	top: 0;
	left: 0;
}

#infoList li a{
	display: block;
	background-repeat: no-repeat;
	background-position: 130px 0;
	padding-top: 30px;
	
}

.contentsboxWrap#info .moreBtn{
	text-align: right;
}

/*------------------------------
アクセス
------------------------------*/
.contentsboxWrap#access{
	font-size: 12px;
}
.contentsboxWrap#access dl{
	margin-bottom: 20px;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.contentsboxWrap#access dl dt{
	font-weight: bold;
	padding-right: 10px;
	display: table-cell;
	width: 60px;
}
.contentsboxWrap#access dl dd{
	display: table-cell;
}
.contentsboxWrap#access .moreBtn{
	text-align: center;
}
.contentsboxWrap#access h2
{
	width: 77.5px;
}

/*------------------------------
料金一覧
------------------------------*/
.contentsboxWrap#price{
	padding: 20px 0 40px;
}

.contentsboxWrap#price .lBtn,
.contentsboxWrap#price .rBtn
{
	width: 50%;
/*	float: left;*/
margin: 0 auto;
}
.contentsboxWrap#price .lBtn a
{
	margin: 0 5px;
	display: block;
	background-color: #00a3d3;
	padding: 16px 0 14px;
	border-radius: 8px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}
.contentsboxWrap#price .rBtn a
{
	margin: 0 5px;
	text-decoration: none;
	display: block;
	background-color: #00a3d3;
	padding: 16px 0 14px;
	border-radius: 8px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}
.contentsboxWrap#price .lBtn a:hover,
.contentsboxWrap#price .rBtn a:hover
{
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

/*------------------------------
バナー
------------------------------*/
#bnrArea{
	text-align: center;
	margin:0 auto;
	padding:0 0 20px 0;
}
#bnrArea li{
	margin-bottom: 10px;
	padding: 0 5px;
}
#bnrArea li img{
	max-width: 100%;
	height: auto;
}

.platinum_bnr {
    width:90%;
    margin:0 auto;
}
