@charset "UTF-8";

body{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:1.0rem;
	line-height:1.75em;	
	background-image: url("../images/bg-body.jpg");
	background-attachment: fixed;
	background-size: cover;
	color:#000;
}

a{
	color:#9b0101;
	text-decoration: none;
}

a:hover{
	color:#7c000d;
	text-decoration: underline;
}

img{
	max-width: 100%;
	max-height: 100%;
}

.wrap{
	width:100%;
	margin:0 auto;
	max-width: 480px;
}

/*//////////----- HEADER -----//////////*/

#header{
	width:100%;
	
	background-color:transparent;
	color:#000;
}

#header h1{
	width:100%;
	
	box-sizing: border-box;
	padding:0 10px;
	
	font-size:0.6rem;
	line-height:30px;
}

#header p.banner{
	text-align: center;
	margin-bottom:10px;
}

#header p.banner a{
	display:block;
}

#header p.banner a:hover{
	opacity: 0.6;
}

#header p.banner img{
	display:inline-block;
	
	width:240px;
	vertical-align: bottom;
}

#header p.caption{	
	font-size:0.8rem;
	line-height:30px;
	
	text-align: center;
}

#header div.member-info{
	width:100%;
	
	margin-bottom:20px;
}

/**ログイン前のベーステンプレート制御**/

.before-login div.member-info{
	display:none;
}

#header div.member-info-inner{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	
	width:100%;
	
	box-sizing: border-box;
	padding:0 10px;
}

#header div.member-info-inner:nth-child(1){
	margin-bottom:10px;
}

#header div.member-info-inner p.member-name{
	width:50%;
	
	font-size:0.8rem;
	line-height:50px;
}

#header div.member-info-inner p.member-name span.note{
	display:inline-block;
	
	font-size:1.0rem;
	line-height:50px;
	font-weight:bold;
	
	box-sizing: border-box;
	padding:0 2.5px;
}

#header div.member-info-inner p.member-rank{
	width:50%;
	
	line-height: 50px;
	font-weight:bold;
	
	box-sizing: border-box;
	padding-left:55px;
	
	position: relative;
}

#header div.member-info-inner p.member-rank:before{
	display:block;
	content:"";
	
	width:50px;
	height:50px;
	
	position: absolute;
	top:0;
	left:0;
	
	background-image: url("../images/img-rank_157.jpg");
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center;
}

/*ランクが「スタンダード」の場合*/
#header div.member-info-inner p.member-rank.standard:before{
	background-image: url("../images/img-rank_154.jpg");
}

/*ランクが「ゴールド」の場合*/
#header div.member-info-inner p.member-rank.gold:before{
	background-image: url("../images/img-rank_155.jpg");
}

/*ランクが「ブラック」の場合*/
#header div.member-info-inner p.member-rank.black:before{
	background-image: url("../images/img-rank_156.jpg");
}

#header div.member-info-inner p.member-rank a{
	color:#000;
	
	text-decoration: underline;
}

#header div.member-info-inner p.member-rank a:hover{
	color:#7c000d;
}

#header div.member-info-inner h6{
	width:60px;
	font-size:65%;
	line-height:30px;
	font-weight:bold;
}

#header div.member-info-inner ul.myarea{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;	
	/*width:calc(100% - 140px);*/
	width:calc(100% - 120px);
}

#header div.member-info-inner ul.myarea li{
	display:inline-block;
	width:calc(100%/3);	
	box-sizing: border-box;
	padding:0 2.5px;	
	font-size:0.6rem;
	line-height:30px;	
	text-align: center;
}

#header div.member-info-inner ul.myarea li span{
	display:block;	
	/*background-color:#a70012;*/
	background-color:#147aaa;
	color:#fff;	
	border-radius:2.5px;
}

#header div.member-info-inner ul.myarea li span:before{
	display:inline-block;
	content:"";	
	font-size:0.8rem;
	line-height:30px;	
	box-sizing: border-box;
	padding-right:2.5px;
}

#header div.member-info-inner ul.myarea li:nth-child(1) span:before{
	content:"1";
}

#header div.member-info-inner ul.myarea li:nth-child(2) span:before{
	content:"2";
}

#header div.member-info-inner ul.myarea li:nth-child(3) span:before{
	content:"3";
}

#header div.member-info-inner p.note{
	width:60px;
	
	font-size:0.6rem;
	line-height:15px;
	
	text-align: center;
}

#header div.member-info-inner p.note a{
	display:block;
}

#header div.reserve-info{
	width:100%;
	
	box-sizing: border-box;
	padding:5px;
}

/**ログイン前のベーステンプレート制御**/

.before-login div.reserve-info{
	display:none;
}

#header div.reserve-info div.ol{
	box-sizing: border-box;
	padding:15px;
	border:dashed 2px #147aaa;	
	background-color:#ffe;
	border-radius:5px;	
	position: relative;
}

#header div.reserve-info div.cancel{
	background-color:#f0f0f0;
	border:dashed 2px #888;
}

#header div.reserve-info div.cancel:after{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	background-color:#888;
	opacity: 0.5;
	
	position: absolute;
	top:0;
	left:0;
}

#header div.reserve-info div.easy{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

#header div.reserve-info h6{
	font-size:1.15rem;
	line-height:30px;
	font-weight:bold;
	
	text-align: center;
	
	background-color:#147aaa;
	color:#fff;
	
	margin-bottom:10px;
	border-radius:2.5px;
}

#header div.reserve-info div.easy h6{
	width:100%;
}

#header div.reserve-info div.cancel h6{
	background-color:#888;
}

#header div.reserve-info div.summary{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	margin-bottom:10px;
}

#header div.reserve-info div.easy div.summary{
	width:55%;
}

#header div.reserve-info div.summary p.thumbnail{
	width:120px;
}

#header div.reserve-info div.summary p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

#header div.reserve-info div.summary div.text{
	width:calc(100% - 120px);
	
	box-sizing: border-box;
	padding-left:10px;
}

#header div.reserve-info div.easy div.summary div.text{
	width:100%;
	padding-left:0;
}

#header div.reserve-info p.now{
	width:160px;
	height:30px;
	
	margin-bottom:5px;
	
	font-size:0;
	line-height:25px;
	
	background-repeat: no-repeat;
	background-size:160px;
	background-position: top left;
}

#header div.reserve-info div.easy p.now{
	width:100%;
	
	background-size:100%;
}

#header div.reserve-info p.now.entry{
	background-image: url("../images/img-header-reserve-info-entry.jpg");
}

#header div.reserve-info p.now.complete{
	background-image: url("../images/img-header-reserve-info-complete.jpg");
}

#header div.reserve-info p.now.cancel{
	background-image: url("../images/img-header-reserve-info-cancel.jpg");
}

#header div.reserve-info p.now img{
	width:100%;
	vertical-align: bottom;
}

#header div.reserve-info div.summary div.text h4{
	font-weight:bold;
	
	font-size:1.15rem;
	line-height:25px;
}

#header div.reserve-info div.summary div.text h4 span.age{
	font-size:0.9rem;
	line-height:25px;
}

#header div.reserve-info div.summary div.text h4 span.age:before{
	display:inline-block;
	content:"（";
}

#header div.reserve-info div.summary div.text h4 span.age:after{
	display:inline-block;
	content:"）";
}

#header div.reserve-info div.summary div.text ul.size{
	font-size:0;
	line-height:1.0em;
	
	margin-bottom:10px;
}

#header div.reserve-info div.summary div.text ul.size li{
	display:inline-block;
	
	font-size:0.9rem;
	line-height:25px;
	font-weight:bold;
}

#header div.reserve-info div.summary div.text ul.size li:before{
	display:inline-block;
	content:"A";
	
	box-sizing: border-box;
	padding-right:2.5px;
	
	font-size:0.8rem;
	line-height:25px;
	font-weight:normal;
}

#header div.reserve-info div.summary div.text ul.size li:nth-child(1):before{
	content:"T";
}

#header div.reserve-info div.summary div.text ul.size li:nth-child(2):before{
	content:"B";
}

#header div.reserve-info div.summary div.text ul.size li:nth-child(3):before{
	content:"W";
}

#header div.reserve-info div.summary div.text ul.size li:nth-child(4):before{
	content:"H";
}

#header div.reserve-info div.summary div.text ul.size li:after{
	display:inline-block;
	content:"/";
	
	box-sizing: border-box;
	padding:0 1.5px;
}

#header div.reserve-info div.summary div.text ul.size li:last-child:after{
	display:none;
}

#header div.reserve-info div.summary div.text ul.size li span.cup{
	display:inline-block;
	
	font-size:0.8rem;
	line-height:25px;
	
	box-sizing: border-box;
	padding-left:2.5px;
}

#header div.reserve-info div.summary div.text ul.size li span.cup:before{
	display:inline-block;
	content:"-";
}

#header div.reserve-info div.summary div.text ul.size li span.cup:after{
	display:inline-block;
	content:"-";
}

#header div.reserve-info div.summary div.text p.date{
	font-size:0.9rem;
	line-height:25px;
	
	box-sizing: border-box;
	padding-left:50px;
	
	position: relative;
}

#header div.reserve-info div.summary div.text p.date:before{
	display:block;
	content:"日時";
	
	position: absolute;
	top:0;
	left:0;
	
	font-size:0.8rem;
	line-height:25px;
	color:#147aaa;
}

#header div.reserve-info div.cancel div.summary div.text p.date:before{
	color:#000;
}

#header div.reserve-info div.summary div.text p.area{
	font-size:0.9rem;
	line-height:25px;
	
	box-sizing: border-box;
	padding-left:50px;
	
	position: relative;
}

#header div.reserve-info div.summary div.text p.area:before{
	display:block;
	content:"エリア";
	
	position: absolute;
	top:0;
	left:0;
	
	font-size:0.8rem;
	line-height:25px;
	color:#147aaa;
}

#header div.reserve-info div.cancel div.summary div.text p.area:before{
	color:#000;
}

#header div.reserve-info div.summary div.text p.hotel{
	font-size:0.9rem;
	line-height:25px;
	
	box-sizing: border-box;
	padding-left:50px;
	
	position: relative;
}

#header div.reserve-info div.summary div.text p.hotel:before{
	display:block;
	content:"ホテル";
	
	position: absolute;
	top:0;
	left:0;
	
	font-size:0.8rem;
	line-height:25px;
	color:#147aaa;
}

#header div.reserve-info div.cancel div.summary div.text p.hotel:before{
	color:#000;
}

#header div.reserve-info div.summary div.text p.course{
	font-size:0.9rem;
	line-height:25px;
	
	box-sizing: border-box;
	padding-left:50px;
	
	position: relative;
}

#header div.reserve-info div.summary div.text p.course span.note{
	display:none;
	width:50px;
	
	font-size:0.6rem;
	line-height:25px;
	font-weight:bold;
	
	text-align: center;
	
	background-color:#147aaa;
	color:#fff;
	
	border-radius:2.5px;
	margin-left:5px;
}

#header div.reserve-info div.cancel div.summary div.text p.course span.note{
	background-color:#888;
}

#header div.reserve-info div.summary div.text p.course.direct span.note{
	display:inline-block;
}

#header div.reserve-info div.summary div.text p.course:before{
	display:block;
	content:"コース";
	
	position: absolute;
	top:0;
	left:0;
	
	font-size:0.8rem;
	line-height:25px;
	color:#147aaa;
}

#header div.reserve-info div.cancel div.summary div.text p.course:before{
	color:#000;
}

#header div.reserve-info div.summary div.text p.amount{
	font-size:0.9rem;
	line-height:25px;
	
	box-sizing: border-box;
	padding-left:50px;
	
	position: relative;
}

#header div.reserve-info div.summary div.text p.amount:before{
	display:block;
	content:"総額";
	
	position: absolute;
	top:0;
	left:0;
	
	font-size:0.8rem;
	line-height:25px;
	color:#147aaa;
}

#header div.reserve-info div.cancel div.summary div.text p.amount:before{
	color:#000;
}

#header div.reserve-info div.summary div.text p.amount span.note{
	display:inline-block;
	
	font-size:0.7rem;
	line-height:25px;
	
	margin-left:2.5px;
}

#header div.reserve-info div.easy div.detail{
	width:45%;
	
	box-sizing: border-box;
	padding-left:10px;
}

#header div.reserve-info div.detail p.message{
	width:100%;
	
	margin-bottom:5px;
	
	font-size:0;
	line-height:1.0em;
}

#header div.reserve-info div.detail p.message:before{
	display:block;
	content:"";
	
	width:100%;
	
	box-sizing: border-box;
	padding-top:17.5%;
	
	background-image: url("../images/img-header-reserve-info-detail01.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}

#header div.reserve-info div.easy div.detail p.message:before{
	padding-top:35%;
	
	background-image: url("../images/img-header-reserve-info-detail-easy01.jpg");
}

#header div.reserve-info div.detail p.message.entry:before{
	background-image: url("../images/img-header-reserve-info-detail01.jpg");
}

#header div.reserve-info div.detail p.message.complete01:before{
	background-image: url("../images/img-header-reserve-info-detail02.jpg");
}

#header div.reserve-info div.detail p.message.complete02:before{
	background-image: url("../images/img-header-reserve-info-detail03.jpg");
}

#header div.reserve-info div.detail p.message.complete03:before{
	background-image: url("../images/img-header-reserve-info-detail04.jpg");
}

#header div.reserve-info div.detail p.message.complete04:before{
	background-image: url("../images/img-header-reserve-info-detail05.jpg");
}

#header div.reserve-info div.detail p.message.complete05:before{
	background-image: url("../images/img-header-reserve-info-detail06.jpg");
}

#header div.reserve-info div.detail p.message.complete06:before{
	background-image: url("../images/img-header-reserve-info-detail07.jpg");
}

#header div.reserve-info div.easy div.detail p.message.entry:before{
	background-image: url("../images/img-header-reserve-info-detail-easy01.jpg");
}

#header div.reserve-info div.easy div.detail p.message.complete01:before{
	background-image: url("../images/img-header-reserve-info-detail-easy02.jpg");
}

#header div.reserve-info div.easy div.detail p.message.complete02:before{
	background-image: url("../images/img-header-reserve-info-detail-easy03.jpg");
}

#header div.reserve-info div.easy div.detail p.message.complete03:before{
	background-image: url("../images/img-header-reserve-info-detail-easy04.jpg");
}

#header div.reserve-info div.easy div.detail p.message.complete04:before{
	background-image: url("../images/img-header-reserve-info-detail-easy05.jpg");
}

#header div.reserve-info div.easy div.detail p.message.complete05:before{
	background-image: url("../images/img-header-reserve-info-detail-easy06.jpg");
}

#header div.reserve-info div.easy div.detail p.message.complete06:before{
	background-image: url("../images/img-header-reserve-info-detail-easy07.jpg");
}

#header div.reserve-info div.detail p.btn-attention{
	width:240px;
	margin:0 auto 10px;
	
	text-align: center;
	
	font-weight:bold;
	font-size:0.8rem;
	line-height:30px;
	
	box-sizing: border-box;
	border:solid 2.5px #147aaa;
}

#header div.reserve-info div.easy div.detail p.btn-attention{
	width:100%;
}

#header div.reserve-info div.detail p.btn-attention a{
	display:block;
	animation: btn-attention 1s infinite alternate;
}

@keyframes btn-attention{
   0%{
	   color : #147aaa;
	   background-color:#fff;
	}
 100%{
	 color : #fff;
	 background-color:#147aaa;
	}
}

#header div.reserve-info div.detail p.btn-attention a:hover{
	background-color:#147aaa;
	color:#fff;
	
	text-decoration: none;
}

#header div.reserve-info div.detail ul.btn{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
	
	margin-bottom:10px;
}

#header div.reserve-info div.detail ul.btn li{
	width:160px;
	
	text-align: center;
	font-size:0.8rem;
	line-height:35px;
	font-weight:bold;
}

#header div.reserve-info div.detail ul.btn li:nth-child(odd){
	box-sizing: border-box;
	padding-right:5px;
}

#header div.reserve-info div.detail ul.btn li:nth-child(even){
	box-sizing: border-box;
	padding-left:5px;
}

#header div.reserve-info div.detail ul.btn li a{
	display:block;
	
	background-color:#000;
	color:#fff;
	
	border-radius:2.5px;
}

#header div.reserve-info div.detail ul.btn li:nth-child(1) a{
	background-color:#f80;
}

#header div.reserve-info div.detail ul.btn li:nth-child(2) a{
	background-color:#404;
}

#header div.reserve-info div.detail ul.btn li a:hover{
	opacity: 0.6;
	
	text-decoration: none;
}

#header div.reserve-info p.btn-detail{
	text-align: center;
	
	width:100%;
	max-width:240px;
	margin:0 auto;
	
	font-size:0.8rem;
	line-height:30px;
	
	font-weight:bold;
}

#header div.reserve-info p.btn-detail a{
	background-color:#147aaa;
	color:#fff;
	
	display:block;
	border-radius:2.5px;
}

#header div.reserve-info p.btn-detail a:hover{
	opacity: 0.6;
	text-decoration: none;
}

/*//////////----- SLIDER-FOOTER-GALLERY -----//////////*/

#slider-footer-gallery{
	width:100%;
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:5px;
	
	background-color:#fff;
	color:#000;
	
	line-height:0;
}

/**ログイン前のベーステンプレート制御**/

.before-login #slider-footer-gallery{
	display:none;
}

#slider-footer-gallery p.slider-child{
	box-sizing: border-box;
	padding:5px;
}

#slider-footer-gallery p.slider-child a{
	display:block;
}

#slider-footer-gallery p.slider-child a:hover{
	opacity: 0.6;
}

#slider-footer-gallery p.slider-child img{
	width:100%;
	vertical-align: bottom;
}

/*//////////----- FOOTER -----//////////*/

#footer{
	margin-top:20px;
}

#footer div.footer-group{
	width:100%;
	
	box-sizing: border-box;
	padding:5px;
	
	background-color:#fff;
	color:#000;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	margin-bottom:10px;
}

/**ログイン前のベーステンプレート制御**/

.before-login #footer div.footer-group{
	display:none;
}

#footer div.footer-group div.row{
	width:50%;
	
	box-sizing: border-box;
	padding:5px;
	
	text-align: center;
}

#footer div.footer-group div.row p.thumbnail{
	margin-bottom:5px;
}

#footer div.footer-group div.row p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

#footer div.footer-group div.row h5{
	font-weight:bold;
}

#footer div.footer-group div.row p.copy{
	font-size:0.8rem;
	line-height:1.75em;
}

#footer div.footer-siteinfo{
	width:100%;
	
	box-sizing: border-box;
	padding:5px;
	
	background-color:#fff;
	color:#000;
	
	margin-bottom:10px;
}

#footer div.footer-siteinfo ul{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 480px;
}

#footer div.footer-siteinfo ul li{
	width:100%;
	margin:0 auto;
	max-width: 240px;
}

#footer div.footer-siteinfo ul li.contact{
	display:none;
}

#footer div.footer-siteinfo ul li:last-child{
	margin-bottom:0;
}

#footer div.footer-siteinfo ul li a{
	display:block;
}

#footer div.footer-siteinfo ul li a:hover{
	opacity: 0.5;
	text-decoration: none;
}

#footer div.footer-siteinfo ul li img{
	width:100%;
	vertical-align: bottom;
}

#footer address{
	background-color:#fff;
	color:#000;
	
	font-size:0.6rem;
	line-height:60px;
	
	text-align: center;
}

#footer address a{
	color:#444;
}

/*//////////----- PAGETOP -----//////////*/

#pagetop{
	position: fixed;
	bottom:90px;
	right:20px;
	
	z-index: 20;
}

#pagetop p.btn{
	width:60px;
	height:60px;
}

#pagetop p.btn a{
	display:block;
}

#pagetop p.btn img{
	width:100%;
	vertical-align: bottom;
}

@media only screen and (min-width: 480px){
	
	#pagetop{
		bottom:20px;
		right:20px;
	}
	
}

/*//////////----- DRAWER -----//////////*/

/**ログイン前のベーステンプレート制御**/

.before-login #drawer{
	display:none;
}

#drawer label{
	position: fixed;
	top:0;
	right:0;	
	width:60px;
	height:60px;	
	z-index: 50;	
	/*background-color:rgba(0,0,0,0.25);*/
	color:#fff;	
	transition:0.25s;
}

#drawer label:hover{
	cursor: pointer;
}

#drawer input{
	display:none;
}

#drawer span.hamburger{
	display:block;	
	position: fixed;
	top:22px;
	right:15px;	
	width:30px;
	height:2px;	
	background-color:#fff;	
	transition: 0.25s;	
	z-index: 40;
}

#drawer span.hamburger:before{
	display:block;
	content:"";	
	position: absolute;
	top:-10px;	
	width:100%;
	height:2px;	
	background-color:#fff;	
	transition: 0.25s;
}

#drawer span.hamburger:after{
	display:block;
	content:"";	
	position: absolute;
	top:10px;	
	width:100%;
	height:2px;	
	background-color:#fff;	
	transition: 0.25s;
}

#drawer span.bg-btn{
	position: fixed;
	top:0;
	right:0;	
	width:60px;
	height:60px;	
	z-index: 30;	
	/*background-color:rgba(167,0,18,0.8);*/
	background-color:rgba(37,133,177,0.8);
	color:#fff;	
	transition:0.25s;	
	border-bottom-left-radius: 5px;
}

#drawer span.bg-btn:before{
	content:"メニュー";	
	display:block;
	font-size:0.7rem;
	line-height:15px;
	font-weight:bold;	
	text-align: center;	
	position: absolute;
	bottom:5px;
	right:0;
	left:0;	
	margin:0 auto;
}

#drawer input[type="checkbox"]:checked + label{
	top:0;	
	width:100%;
	height:100%;
}

#drawer input[type="checkbox"]:checked ~ span.hamburger{
	background-color: transparent;
}

#drawer input[type="checkbox"]:checked ~ span.hamburger:before{
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
	background-color:#fff;
}

#drawer input[type="checkbox"]:checked ~ span.hamburger:after{
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);	
	background-color:#fff;
}

#drawer div.filter-cover{
	position: fixed;
	top:0;
	left:0;	
	width:100%;
	height:100%;	
	background-color: transparent;	
	transition: 0.10s;	
	z-index: -10;
}

#drawer input[type="checkbox"]:checked ~ div.filter-cover{
	background-color: rgba(255,255,255,0.80);	
	z-index: 20;
}

#drawer input[type="checkbox"]:checked ~ span.bg-btn:before{
	content:"閉じる";
}

#drawer nav.navigation{
	position: fixed;
	top:0;
	left:-240px;	
	width:240px;
	height:100%;	
	background-color:#fff;
	color:#000;	
	overflow: hidden;
	transition: 0.25s;	
	z-index: 30;
}

#drawer input[type="checkbox"]:checked ~ nav.navigation{
	left:0;
}

#drawer nav.navigation ul{
	box-sizing: border-box;
	padding:0 10px;	
	overflow-y: scroll;
	height:100%;
}

#drawer nav.navigation ul li{
	font-size:0.8rem;
	line-height:40px;	
	box-sizing: border-box;
	border-bottom:solid 1px #f0f0f0;
}

#drawer nav.navigation ul li a{
	display:block;	
	/*color:#147aaa;*/
	color:#147aaa;
	box-sizing: border-box;
	padding-left:30px;	
	background-image: url("../images/icon-arrow-right-red.png");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center left 10px;
}

#drawer nav.navigation ul li a:hover{
	opacity: 0.5;	
	text-decoration: none;
}

/*//////////----- BT-MENU -----//////////*/

#bt-menu{
	position: fixed;
	bottom:0;
	left:0;	
	width:100%;	
	z-index: 10;
}

.before-login #bt-menu{
	display:none;
}

.bt-menu-nav{
	display:none;
}

.bt-menu-nav ~ label{
	/*background-color:rgba(167,0,18,0.90);*/
	background-color:rgba(37,133,177,0.90);
	color:#fff;	
	font-size:0.8rem;
	line-height:40px;	
	display:block;
	width:80px;	
	text-align: center;	
	border-top-right-radius: 5px;	
	position: absolute;
	bottom:80px;
	left:0;	
	transition: 0.25s;
}

.bt-menu-nav ~ label:before{
	display:block;
	width:80px;
	height:40px;	
	content:"";	
	background-image: url("../images/icon-arrow-down-white.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

.bt-menu-nav:checked ~ label{
	bottom:0;
}

.bt-menu-nav:checked ~ label:before{	
	display:block;	
	content:"";	
	background-image: url("../images/icon-arrow-up-white.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

#bt-menu label:hover{
	cursor: pointer;	
	opacity: 0.5;
}

.bt-menu-nav ~ div.content{
	width:100%;	
	position: absolute;
	bottom:0;
	left:0;	
	transition: 0.25s;
}

.bt-menu-nav:checked ~ div.content{
	bottom:-80px;	
	overflow: hidden;
}

#bt-menu div.content ul{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;
}

#bt-menu div.content ul li{
	width:20%;	
	text-align: center;	
	font-size:0.6rem;
	line-height:40px;	
	font-weight:bold;	
	position: relative;
}

#bt-menu div.content ul li a{
	display:block;	
	/*background-color: rgba(167,0,18,0.90);*/
	background-color: rgba(37,133,177,0.90);
	color:#fff;	
	box-sizing: border-box;
	padding-top:40px;	
	background-image: url("../images/icon-sample-black.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center top 20px;	
	transition: 0.25s;
}

#bt-menu div.content ul li:nth-child(1) a{
	background-image: url("../images/icon-home.png");
}

#bt-menu div.content ul li:nth-child(2) a{
	background-image: url("../images/icon-dm.png");
}

#bt-menu div.content ul li:nth-child(3) a{
	background-image: url("../images/icon-favorite.png");
}

#bt-menu div.content ul li:nth-child(4) a{
	background-image: url("../images/icon-lady.png");
}

#bt-menu div.content ul li:nth-child(5) a{
	background-image: url("../images/icon-calendar.png");
}

#bt-menu div.content ul li a:hover{
	/*opacity: 0.5;*/	
	text-decoration: none;
	/*background-color:rgba(167,0,18,0.90);*/
	background-color:rgba(37,133,177,0.90);
	color:#fff;	
	/*background-image: url("../images/icon-sample-white.png");*/
}

#bt-menu div.content ul li span.note{
	display:block;	
	font-size:0.6rem;
	line-height:20px;
	font-weight:bold;	
	width:20px;	
	text-align: center;	
	background-color:#ffd200;
	color:#000;	
	position: absolute;
	top:5px;
	left:5px;	
	border-radius:20px;
}

@media only screen and (min-width: 480px){
	
	#bt-menu{
		position: fixed;
		top:0;
		left:0;		
		right:auto;
		bottom:auto;		
		width:80px;
		height:100%;
	}
	
	.bt-menu-nav ~ label{
		bottom:10px;
		left:0;
		right:auto;		
		z-index: 20;		
		width:40px;
		height:60px;		
		border-top-left-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	.bt-menu-nav:checked ~ label{
		bottom:10px;
		left:-10px;		
		overflow: hidden;
	}
	
	.bt-menu-nav ~ label:before{
		width:40px;
		height:60px;		
		background-image: url("../images/icon-arrow-left-white.png");
	}
	
	.bt-menu-nav:checked ~ label:before{
		background-position: center left 10px;
	}
	
	.bt-menu-nav:checked ~ label:before{
		background-image: url("../images/icon-arrow-right-white.png");
	}
	
	.bt-menu-nav ~ div.content{
		top:0;
		left:0;		
		right:auto;
		bottom:auto;		
		display:flex;
		flex-flow: row wrap;
		align-items:flex-end;
		justify-content: flex-start;		
		height:100%;
	}
	
	.bt-menu-nav:checked ~ div.content{
		left:-80px;		
		overflow: hidden;
	}
	
	#bt-menu div.content ul{
		display:block;
		width:100%;		
		box-sizing: border-box;
		padding-bottom:80px;
	}
	
	#bt-menu div.content ul li{
		width:100%;		
		margin:5px 0;
	}
	
	#bt-menu div.content ul li a{		
		border-bottom-right-radius: 2.5px;
		border-top-right-radius: 2.5px;
	}
	
}

