/*-------------------------------------------------------------------------
基本設定  base.cssで設定済み
-------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break:break-all;
}


body {
	background: #f40404; /* Old browsers */
	background: -moz-linear-gradient(top,  #f40404 0%, #d30b04 0%, #8c1c0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f40404), color-stop(0%,#d30b04), color-stop(100%,#8c1c0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f40404 0%,#d30b04 0%,#8c1c0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f40404 0%,#d30b04 0%,#8c1c0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f40404 0%,#d30b04 0%,#8c1c0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f40404 0%,#d30b04 0%,#8c1c0e 100%); /* W3C */
	color: #ffffff;
}

#wrapper{
	width:100%;
	background:url(../img/dot.png);
}

#in_wrapper{
	width:100%;
	max-width:700px;
	margin:0 auto;
	background-color:rgba(0,0,0,0.3);
}

a {
	color:#fff;
	text-decoration:none;
}

.clear {
	clear:both;
}
/*-------------------------------------------------------------------------
インデックス
-------------------------------------------------------------------------*/
#index {
	text-align:center;
}


#index h1 {
	font-size:0.6rem;
	line-height:0.8rem;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 1%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(1%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#enter{
	max-width:700px;
	margin:0 auto;
	background-color:rgba(0,0,0,0.4)
}

.under18{
	clear:left;
	font-size:0.5rem;
	margin-right:5%;
	float:right;
	clear:right;
}


#index_info{
	width:90%;
	max-width:700px;
	margin:0 auto;
	background-color:rgba(0,0,0,0.7);
	padding:10px 0 80px;
}

#index_info h2,#index_info h3{
	font-size:0.7rem;
	line-height:1rem;
	font-weight:bold;
	margin-top:10px;
}
#index_info p{
	font-size:0.6rem;
	line-height: 0.7rem;
}






/*-------------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------------*/
#header{
	font-size:0.9rem;
	line-height:1rem;
	text-align:center;
	padding-bottom:10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 1%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(1%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#header h1 {
	font-size:0.6rem;
	line-height:0.8rem;
	margin-bottom:10px;
}
#header p {
	font-size:0.8rem;
	line-height:0.9rem;
}

.info {
	margin: 0;
	padding: 10px 10px 10px 40px;
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #000000), color-stop(0.55, #000000), color-stop(0.48, #303030), color-stop(0.02, #3b3b3b));
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -webkit-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -moz-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -o-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -ms-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	letter-spacing: 0.3rem;
}

.info_active {
	margin: 0;
	padding: 10px 10px 10px 40px;
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #000000), color-stop(0.55, #000000), color-stop(0.48, #303030), color-stop(0.02, #3b3b3b));
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -webkit-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -moz-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -o-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -ms-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/info.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	letter-spacing: 0.3rem;
}

.sche {
	margin: 0;
	padding: 10px 10px 10px 40px;
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #000000), color-stop(0.55, #000000), color-stop(0.48, #303030), color-stop(0.02, #3b3b3b));
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -webkit-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -moz-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -o-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -ms-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	letter-spacing: 0.3rem;
}

.sche_active {
	margin: 0;
	padding: 10px 10px 10px 40px;
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #000000), color-stop(0.55, #000000), color-stop(0.48, #303030), color-stop(0.02, #3b3b3b));
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -webkit-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -moz-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -o-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -ms-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/calender.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	letter-spacing: 0.3rem;
}

.coup {
	margin: 0;
	padding: 10px 10px 10px 40px;
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #000000), color-stop(0.55, #000000), color-stop(0.48, #303030), color-stop(0.02, #3b3b3b));
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -webkit-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -moz-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -o-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , -ms-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-down.svg) no-repeat 100% 50% , linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	letter-spacing: 0.3rem;
}

.coup_active {
	margin: 0;
	padding: 10px 10px 10px 40px;
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #000000), color-stop(0.55, #000000), color-stop(0.48, #303030), color-stop(0.02, #3b3b3b));
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -webkit-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -moz-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -o-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , -ms-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: url(../img/icon/ticket.svg) no-repeat 0% 50% , url(../img/icon/arrow-up.svg) no-repeat 100% 50% , linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	letter-spacing: 0.3rem;
}


/*-------------------------------------------------------------------------
ナビゲーション　ＴＯＰ
-------------------------------------------------------------------------*/
#nav{
	width:98%;
	margin:0 auto;
	overflow: hidden;
}
#nav ul{
	clear:left;
}

#nav li a{
	display:block;
	float:left;
	text-align:center;
	color: #060606;
	width:25%;
	font-size:0.8rem;
	font-weight:bolder
}

#main li a{
	line-height:3.5rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #EFC87F), color-stop(0.51, #C8A94B), color-stop(0.50, #E5C15E), color-stop(0.00, #FAE5B9));
	background: -webkit-linear-gradient(top, #FAE5B9 0%, #E5C15E 50%, #C8A94B 51%, #EFC87F 100%);
	background: -moz-linear-gradient(top, #FAE5B9 0%, #E5C15E 50%, #C8A94B 51%, #EFC87F 100%);
	background: -o-linear-gradient(top, #FAE5B9 0%, #E5C15E 50%, #C8A94B 51%, #EFC87F 100%);
	background: -ms-linear-gradient(top, #FAE5B9 0%, #E5C15E 50%, #C8A94B 51%, #EFC87F 100%);
	background: linear-gradient(top, #FAE5B9 0%, #E5C15E 50%, #C8A94B 51%, #EFC87F 100%);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:rgb(38, 38, 2) 0px 0px 0px 1px inset;
	-webkit-box-shadow:rgb(38, 38, 2) 0px 0px 0px 1px inset;
	-moz-box-shadow:rgb(38, 38, 2) 0px 0px 0px 1px inset;
}

#sub li a{
	line-height:2rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #EFC87F), color-stop(0.51, #C8A94B), color-stop(0.50, #E5C15E), color-stop(0.00, #FAE5B9));
	background: -webkit-linear-gradient(top, #FAE5B9 0%, #E5C15E 50%, #C8A94B 51%, #EFC87F 100%);
	background: -moz-linear-gradient(top, #FAE5B9 0%, #E5C15E 50%, #C8A94B 51%, #EFC87F 100%);
	background: -o-linear-gradient(top, #FAE5B9 0%, #E5C15E 50%, #C8A94B 51%, #EFC87F 100%);
	background: -ms-linear-gradient(top, #FAE5B9 0%, #E5C15E 50%, #C8A94B 51%, #EFC87F 100%);
	background: linear-gradient(top, #FAE5B9 0%, #E5C15E 50%, #C8A94B 51%, #EFC87F 100%);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:rgb(38, 38, 2) 0px 0px 0px 1px inset;
	-webkit-box-shadow:rgb(38, 38, 2) 0px 0px 0px 1px inset;
	-moz-box-shadow:rgb(38, 38, 2) 0px 0px 0px 1px inset;
}




/*-------------------------------------------------------------------------
スライダー
-------------------------------------------------------------------------*/
#slider{
	clear:left;
}

/*-------------------------------------------------------------------------
ニュース
-------------------------------------------------------------------------*/
.s_area {
	height: 250px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.s_area2 {
	height: 120px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	display: none;
}

#news{
	height: 600px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#news iframe {
	width: 96%;
	border:none;
	-webkit-overflow-scrolling: touch;
}

#schedule{
	height: 600px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#schedule iframe {
	width: 96%;
	border:none;
	-webkit-overflow-scrolling: touch;
}

#coupon{
	height: 160px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#coupon iframe {
	width: 96%;
	border:none;
	-webkit-overflow-scrolling: touch;
}

/*-------------------------------------------------------------------------
ライト
-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------
ナビ　サブ
-------------------------------------------------------------------------*/
#nav2 ul{
	width:98%;
	margin:0 auto;
}
#nav2 li a{
	margin: 10px 0;
	display:block;
	text-align:center;
	color: #ffffff;
	width:100%;
	font-size:1rem;
	line-height:2.5rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #000000), color-stop(0.55, #000000), color-stop(0.48, #303030), color-stop(0.02, #3b3b3b));
	background: -webkit-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: -moz-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: -o-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: -ms-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:inset 0px 0px 2px rgba(0,0,0,1);
	-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,1);
	-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,1);
	text-shadow:0px -1px 0px rgba(000,000,000,0.7),0px 1px 0px rgba(255,255,255,0.3);
	border: 1px solid rgb(174, 166, 107);
	letter-spacing: 0.3rem;
}

/*-------------------------------------------------------------------------
フッター
-------------------------------------------------------------------------*/
#footer{
	clear:left;
	width:99.8%;
	max-width:700px;
	margin:0 auto;
	background-color:rgba(0,0,0,0.7);
	padding:10px 0 80px;
}

#footer p{
	font-size:0.6rem;
	line-height: 0.7rem;
	text-align:center;
}



/*-------------------------------------------------------------------------
ページトップ
-------------------------------------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 1%;
	font-size: 0.6rem;
}
#page-top a {
	color: #fff;
	padding: 15px 15px;
	text-align: center;
	display: block;
	border-radius: 50px;
	border:solid 2px #fff;
	background: rgb(255,77,78); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,77,78,1) 0%, rgba(255,77,77,1) 50%, rgba(244,52,52,1) 50%, rgba(254,123,123,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,77,78,1)), color-stop(50%,rgba(255,77,77,1)), color-stop(50%,rgba(244,52,52,1)), color-stop(100%,rgba(254,123,123,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4d4e', endColorstr='#fe7b7b',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,1);
	-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,1);
	box-shadow:inset 0px 0px 2px rgba(0,0,0,1);
}


/*----- tel用　------*/

#tel-btn {
	position: fixed;
	bottom: 20px;
	left: 1%;
	font-size: 0.8rem;
}
#tel-btn a {
	color: #fff;
	padding: 15px 15px;
	text-align: center;
	display: block;
	border-radius: 50px;
	border:solid 2px #fff;
	background: rgb(255,77,78); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,77,78,1) 0%, rgba(255,77,77,1) 50%, rgba(244,52,52,1) 50%, rgba(254,123,123,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,77,78,1)), color-stop(50%,rgba(255,77,77,1)), color-stop(50%,rgba(244,52,52,1)), color-stop(100%,rgba(254,123,123,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4d4e', endColorstr='#fe7b7b',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:
	-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,1);
	-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,1);
	box-shadow:inset 0px 0px 2px rgba(0,0,0,1);
}




/*----- index用　------*/
#page-top2 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.6rem;
}
#page-top2 a {
	color: #fff;
	width: 80px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 50px;
	border:solid 2px #fff;
background: rgb(255,77,78); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,77,78,1) 0%, rgba(255,77,77,1) 50%, rgba(244,52,52,1) 50%, rgba(254,123,123,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,77,78,1)), color-stop(50%,rgba(255,77,77,1)), color-stop(50%,rgba(244,52,52,1)), color-stop(100%,rgba(254,123,123,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,77,78,1) 0%,rgba(255,77,77,1) 50%,rgba(244,52,52,1) 50%,rgba(254,123,123,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4d4e', endColorstr='#fe7b7b',GradientType=0 ); /* IE6-9 */


	-moz-box-shadow:
	-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,1);
	-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,1);
	box-shadow:inset 0px 0px 2px rgba(0,0,0,1);


}

/*---- Area System ----*/
#area_system {
	margin: 0;
	padding: 10px;
	background:rgba(0,0,0,0.5);
}

#area_system h3 {
	padding: 5px 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #000000), color-stop(0.55, #000000), color-stop(0.48, #303030), color-stop(0.02, #3b3b3b));
	background: -webkit-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: -moz-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: -o-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: -ms-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	letter-spacing: 0.3rem;
}

#area_system dl {
	width: 95%;
	margin: 0 auto;
	padding: 0;
}

#area_system dl dt {
	margin: 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed rgb(255,255,255);
}

#area_system dl dd {
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
}

#area_system dl dd ul {
	margin: 0;
	padding: 0;
	line-height: 1.2rem;
}

#area_system dl dd ul li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
}

#area_system p {
	padding: 5px 0;
	font-size: 0.8rem;
	line-height: 1.2rem;
}

/*---- Area Recruit ----*/
#area_recruit {
	
}

#area_recruit #btn_r{
	width: 90%;
	margin: 0 auto;
}

/*---- Area Reserve ----*/
#area_reserve_img {
	height: 200px;
	background: url(../img/reserve.png) no-repeat;
	background-size: 100%;
	position: relative;
}

#area_reserve_img #btn_r{
	width: 35%;
	margin: 0 auto;
	position: absolute;
	top:45px;
	right:30px;
}

#area_reserve {
	margin: 0;
	padding: 10px;
	background:rgba(0,0,0,0.5);
}

#area_reserve h3 {
	padding: 5px 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #000000), color-stop(0.55, #000000), color-stop(0.48, #303030), color-stop(0.02, #3b3b3b));
	background: -webkit-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: -moz-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: -o-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: -ms-linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	background: linear-gradient(top, #3b3b3b 2%, #303030 48%, #000000 55%, #000000 95%);
	letter-spacing: 0.3rem;
}

#area_reserve dl {
	width: 95%;
	margin: 0 auto;
	padding: 0;
}

#area_reserve dl dt {
	margin: 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed rgb(255,255,255);
}

#area_reserve dl dd {
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
}

#area_reserve dl dd ul {
	margin: 0;
	padding: 0;
	line-height: 1.2rem;
}

#area_reserve dl dd ul li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
}

#area_reserve p {
	padding: 5px 0;
	font-size: 0.8rem;
	line-height: 1.2rem;
}

.therapist {
	margin: 5px auto;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
	font-size: 0.8rem;
	line-height: 1.2rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #000000), color-stop(0.01, #404040));
	background: -webkit-linear-gradient(top, #404040 1%, #000000 99%);
	background: -moz-linear-gradient(top, #404040 1%, #000000 99%);
	background: -o-linear-gradient(top, #404040 1%, #000000 99%);
	background: -ms-linear-gradient(top, #404040 1%, #000000 99%);
	background: linear-gradient(top, #404040 1%, #000000 99%);
}

.therapist .girl_left {
	width: 35%;
	margin: 0 10px;
	padding: 0;
	float: left;
}

.therapist .girl_right {
	width: 57%;
	margin: 0;
	padding: 0;
	float: left;
}


.yellow{
	color:#F5DC42;
}

.yellow_big{
	color:#F5DC42;
	font-size:0.85rem;
}

.under_line{
	text-decoration:underline;
}

