@CHARSET "UTF-8";

body
{
	background-color: #000;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}

body::before {
	background-image: url(/asset/img/bg.jpg);
	content: "";
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
	/* [disabled]background-size: cover; */
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 100%;
}

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

a
{
	color: #9c9563;
	transition: all 0.5s ease 0s;
}
	a:hover
	{
	color: #9c9563;
	opacity: 0.8;
	}
iframe
{
	/* [disabled]border: 1px solid #333333; */
}
header
{
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	/* [disabled]margin-top: 10px; */
	border-top: 3px double #000;
	/* [disabled]background-color: rgba(51,51,51,1); */
	/* [disabled]background-image: url(/asset/img/bg_top2.jpg); */
	background-position: center top;
	background-repeat: no-repeat;
	/* [disabled]background-size: contain; */
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	
}
	header:after{
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	z-index: 1;
	background-color: #FFF;
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9c9563+0,dfd58e+50,9c9563+100 */
background: rgb(156,149,99); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(156,149,99,1) 0%, rgba(223,213,142,1) 50%, rgba(156,149,99,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(156,149,99,1) 0%,rgba(223,213,142,1) 50%,rgba(156,149,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(156,149,99,1) 0%,rgba(223,213,142,1) 50%,rgba(156,149,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9563', endColorstr='#9c9563',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	}
	header>.container.mag
	{
	}
	h1
	{
	/* [disabled]position: absolute; */
	text-align: center;
	width: 100%;
	color: #FFF;
	background-color: #000000;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	header>.container.mag .title
	{
		text-align: center;
	}
	header nav
	{
	border-top: 1px solid #333;
	/* [disabled]border-bottom: 3px double #000; */
	/* [disabled]background-image: url(/asset/img/bg_menu.jpg); */
	background-position: center;
	background-color: #171717;
	}
	header nav a
	{
	display: inline-block;
	width: 96px;
	float: left;
	height: 37px;
	/* [disabled]text-shadow:1px 1px rgba(0,0,0,0.3); */
	color: #666;
	}
		header nav a[href*="/"]
		{ background: transparent url(/asset/img/btn_home.png) center top no-repeat; }
		header nav a[href*="/concept"]
		{ background: transparent url(/asset/img/btn_concept.png) center top no-repeat; }
		header nav a[href*="/price"]
		{ background: transparent url(/asset/img/btn_price.png) center top no-repeat; }
		header nav a[href*="/salon"]
		{ background: transparent url(/asset/img/btn_salon.png) center top no-repeat; }
		header nav a[href*="/staff"]
		{ background: transparent url(/asset/img/btn_staff.png) center top no-repeat; }
		header nav a[href*="/access"]
		{ background: transparent url(/asset/img/btn_access.png) center top no-repeat; }
		header nav a[href*="/contact"]
		{ background: transparent url(/asset/img/btn_contact.png) center top no-repeat; }

		header nav a[href*="/event"]
		{ background: transparent url(/asset/img/btn_event.png) center top no-repeat; }
		header nav a[href*="/waittime"]
		{ background: transparent url(/asset/img/btn_waittime.png) center top no-repeat; }
		header nav a[href*="/schedule"]
		{ background: transparent url(/asset/img/btn_schedule.png) center top no-repeat; }
		header nav a[href*="/magazine"]
		{ background: transparent url(/asset/img/btn_magazine.png) center top no-repeat; }
		header nav a[href*="/hotellist"]
		{ background: transparent url(/asset/img/btn_hotellist.png) center top no-repeat; }
		header nav a[href*="/recruit"]
		{ background: transparent url(/asset/img/btn_recruit.png) center top no-repeat; }
		header nav a[href*="/link"]
		{ background: transparent url(/asset/img/btn_link.png) center top no-repeat; }

		header nav ul.nav li a
		{
			background-size: 100% auto;
		}

	header .nav li
	{
	float: left;
	position: relative;
	/* [disabled]background-image:url(/asset/img/bg_menu.png); */
	background-repeat: no-repeat;
	background-position: left top;
	}
		header .nav li:after
		{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	/* [disabled]border-right: 1px solid #FFF; */
	border-left: 1px solid #666;
	right: -1px;
	height: 30%;
	top: 35%;
		}
		header .nav li:last-child:after
		{
			content: none;
		}
		header .nav li:hover,
		header .nav li:active,
		header .nav li:focus,
		header .nav li.active
		{

		}
		header .nav li a:hover,
		header .nav li a:focus
		{
			background-color:transparent;
			opacity:0.6;
		}
		
/** メニュー文字化 **/
		
	header .nav
	{
		padding-top: 4px;
	}
		header .nav li
		{
	float: none;
	display: inline-block;
	/* [disabled]border: 1px solid #666; */
		}
		header .nav li:after
		{
	/* [disabled]content: none; */
		}
			header .nav li a
			{
	width: auto;
	height: 52px;
	/*
				background-size: 94px auto;
				background-position: center center;
*/
	background-image: none;
	padding: 10px 14px;
			}
			header .nav li a .sr-only
			{
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	font-family: 'Vollkorn', serif;
	font-size: 15px;
	/* [disabled]color: #FFFFFF; */
	color: #dfd58e;
	text-shadow: -1px -1px rgba(0,0,0,0.5);
	text-transform: uppercase;
			}
			header .nav li a:hover .sr-only
			{
	/* [disabled]color: #FFF; */
			}
			header .nav li a .sr-only small
			{
	display: block;
	font-size: 9px;
	color: #FFF;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
			}
		
/** メニュー文字化ここまで **/
		
table.link
{
	width: 100%;
	border-collapse: collapse;
}

caption
{
	padding: 8px 1em;
}

.content
{
	min-height: 700px;
	/* [disabled]background-image: url(/asset/img/bg_content.jpg); */
	background-repeat: repeat-x;
	background-position: center top;
	/* [disabled]background-color: #FFF; */
	animation:content 1s ease 1;
}

@keyframes content{
	
	0%{
		opacity:0;
	}
	
	50%{
		opacity:0;
	}
	
	100%{
		opacity:1;
	}
}

.block-right{
	animation: right 2s ease 1;
}

@keyframes right{
	
	0%{
		opacity:0;
	}
	
	50%{
		opacity:0;
	}
	
	100%{
		opacity:1;
	}
}
	.panel-default
	{
	/* [disabled]border-color: #000; */
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #000;
	}
	
	.panel {
		border-radius:0px;
		padding:3px;
}
	
	.panel-default>.panel-heading
	{
	border: none;
	/* [disabled]border-right: 1px solid #666; */
	border-bottom: 1px solid #dfd58e;
	border-radius: 0px;
	background-color: transparent;
	/* [disabled]background-image: url(/asset/img/bg_content.png); */
	background-repeat: no-repeat;
	background-position: left top;
	}
	.panel-title
	{
	position: relative;
	color: #FFF;
	text-shadow: -1px -1px rgba(0,0,0,0.5);
	font-family: 'Vollkorn', serif;
	font-size: 22px;
	text-transform:uppercase;
	/* [disabled]text-align:center; */
	font-weight: normal;
	
	}
	.panel-title small
	{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	display: block;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	}

	.content .container
	{
		padding-top: 15px;
	}
	.content .right-block
	{

	}

	#information .panel-body
	{
		height: 240px;
		overflow: auto;
		padding: 0;
	}
		#information .panel-body .list-group
		{
			margin: 0;
		}
			#information .panel-body .list-group-item
			{
	border: 0;
	border-radius: 0;
	border-bottom: 1px dotted #333333;
	background-color: transparent;
			}
				#information .panel-body .list-group-item .title
				{
	font-size: 1em;
	color: #FFF;
	background-color: #333333;
	padding: 7px;
	/* [disabled]border-bottom: 1px dotted #999; */
	/* [disabled]border-radius: 3px; */
	padding-left: 10px;
				}
				#information .panel-body .list-group-item .date
				{
					text-align: right;
					color: #999;
				}
	#pickup .panel-body
	{
		padding: 0;
	}
		#pickup .panel-body .list-group
		{
			margin: 0;
		}
			#pickup .panel-body .list-group-item
			{
				border: 0;
				border-bottom: 1px dotted #CCCCCC;
				background-color: transparent;
			}
			#pickup .panel-body .list-group-item:last-child
			{
				border: 0;
			}
				#pickup .panel-body .list-group-item .photo
				{
					padding: 0;
					text-align: center;
					line-height: 0;
				}
					#pickup .panel-body .list-group-item .photo a
					{
	padding: 4px;
	/* [disabled]border: 1px solid #CCC; */
	display: inline-block;
					}
					#pickup .panel-body .list-group-item .photo img
					{
						background-position: center center;
						background-size: contain;
						background-repeat: no-repeat;
					}
				#pickup .panel-body .list-group-item .info
				{
					padding-top: 1em;
				}
					#pickup .panel-body .list-group-item .info .title
					{
						font-size: 1.4em;
					}
					#pickup .panel-body .list-group-item .info .size
					{
						padding: 0.5em;
						border-bottom: 1px solid #CCCCCC;
					}
					#pickup .panel-body .list-group-item .info .comment
					{
						padding: 1em 0;
					}

	.slide .slick
	{
		margin-bottom: 25px;
	}
		.slide .slick .slick-slide img
		{
			background-size: contain;
			background-position: center center;
			background-repeat: no-repeat;
		}
		.slick-prev:before, .slick-next:before
		{
			color:#333333;
		}
		.slick-dots
		{
			bottom: -30px;
		}

	.qrcode
	{}
		.qrcode a
		{
			display: block;
			max-width: 200px;
			margin: auto;
			margin-top: 4px;
			margin-bottom: 8px;
			position: relative;
		}
		.qrcode .imgframe
		{
			display: inline-block;
			float: left;
			width: 82px;
			height: 82px;
			border: 1px solid rgba(0,0,0,0.2);
			overflow: hidden;
			margin-right: 8px;
		}
		.qrcode .imgframe+p
		{
			padding-top: 1em;
		}
		.qrcode a:after
		{
			content: ""; display: block; clear: both; float: none; line-height: 0; font-size: 0; height: 0;
		}

.price table
{
	/* [disabled]color: #FFF; */
}
	.price table th.title
	{
	font-size: 1.2em;
	font-weight: bold;
	/* [disabled]color:#FFF; */
	}
	.price table td.name
	{
		width: 40%;


	}

.salon .item
{
	border: 1px solid #666;
	margin-top: 8px;
	margin-bottom: 4px;
}
	.salon .item .title
	{
	font-weight: bold;
	padding: 0.5em;
	color: #FFFFFF;
	background-color: #111;
	}
	.salon .item .img
	{
		padding: 4px;
	}
		.salon .item .img img
		{
			background-position: center center;
			background-size: contain;
			background-repeat: no-repeat;
		}
	.salon .item .info
	{
		padding: 1em;
		height: 6em;
		overflow: auto;
	}

.list-group
	{
		list-style: none;
	}
.list-staff li
	{
		padding: 0;
	}
	.list-staff .item
		{
	border: none;
	margin: 4px;
	background-color: rgba(247,247,247,1);
	border: 1px solid #963;
	color: #333;
		}
		.list-staff .item .photo
		{
			padding: 4px;
			line-height: 0;
			font-size: 0;
		}
		.list-staff .item .photo a
		{
	display: inline-block;
	padding: 1px;
	border: none;
		}
		.list-staff .item img
		{
			background-position: center center;
			background-size: cover;
			background-repeat: no-repeat;
			width:100%;
		}
		.list-staff .item .info
		{
	/* [disabled]border-top: 1px solid #333333; */
	padding: 0.5em 0;
	height: 60px;
	overflow: hidden;
	text-align: center;
		}
		
		.list-staff .item .info img {
    width: auto;
}

		.list-staff .item a img
		{
			width:100%;
		}
		


.waittime .list-staff .item .info
		{
			height: 70px;
		}

.profile
{ }
	table.profile>tbody>tr>th,
	table.profile>tbody>tr>td
	{
	}

	table.profile>tbody>tr>th
	{
		width: 30%;
	}
	.profile .comment
	{ margin-bottom: 20px; }
	.profile .comment .title
	{
		display: none;
		color: #471E99;
		text-shadow: 1px 1px 1px rgba(100,50,200,0.3);
	}
	.profile td.name
	{
	/* [disabled]color: #660000; */
	}
	.prof-slide
	{
		margin-bottom: 4px;
	}
		.prof-slide .slick-slide
		{
			text-align: center;
		}
		.prof-slide .img
		{
	/* [disabled]border: 1px solid #CCCCCC; */
	display: inline-block;
	padding: 1px;
		}
		.prof-slide .img img
		{
			background-position: center top;
			background-size: cover;
		}
	.prof-slide-nav img
	{
		height: 90px;
		cursor: pointer;
	}
	.prof-slide-nav .slick-slide
	{
		opacity: 0.5;
	}
	.prof-slide-nav .slick-active
	{
		opacity: 1.0;
	}

.link-top,
.link-side
{
	margin-bottom: 1em;
	overflow: hidden;
}
	.link-top .link-title,
	.link-side .link-title
	{
		display: none;
		margin: 0 0 8px;
		font-size: 14px;
	}



#today
{
	margin-bottom: 10px;
}
	#today .panel-body
	{
		padding: 0;
		padding-bottom: 8px;
	}
	#today .item
	{
	margin-bottom: 0px;
	/* [disabled]background: transparent url(/asset/img/bg_today.png) right bottom no-repeat; */
	background-size: cover;
	}
	#today .photo
	{
		float: left;
		min-width: 78px;
		text-align: center;
	}
	#today .photo img
	{
		max-width: 80px;
	}
	#today .info
	{
		border: none;
		height: auto;
	}

.table-schedule
{
	border: 1px solid #CCC;
	text-align: center;
}
	.table-schedule .date
	{
	background-color: #111;
	color: #FFF;
	}
	.table-schedule .profile
	{
	text-align: left;
	font-weight: bold;
	background-color: rgba(51,51,51,0.7);
	border-top: 1px solid #CCC;
	color: #FFF;
	}
	
	.table-schedule .profile a
	{
	color: #FFF;
	}
	
	.table-schedule .sche>br:first-child
	{
		display:none;
	}
	.table-schedule .photo img
	{
		max-width: 80px;
	}
	.table-schedule tbody>tr>td
	{
		vertical-align: middle;
	}
	.table-schedule td
	{
		border: 1px solid #CCC;
	}
	.table-schedule td.w-6,
	.table-schedule td.sat
	{
	/* [disabled]color: #ccccFF; */
	}
	.table-schedule td.w-0,
	.table-schedule td.sun
	{
	/* [disabled]color: #FFcccc; */
	}

	.table{
	/* [disabled]border-collapse: inherit; */
	/* [disabled]background-color: rgba(0,0,0,0.7); */
	}
	
	.table.profile{
	background-color:rgba(0,0,0,0)
	}
	
	.table .title
	{
	background-color: rgba(69,69,69,0.7);
	color: #FFF;
	border-bottom: 1px solid #333;
	}

.table.table-bordered
{
	/* [disabled]border:none; */
}
	.table.table-bordered th,
	.table.table-bordered td
	{
	border-color: #666;
	}


.link
{}
 	.link-list
 	{
 		text-align: center;
 	}
 	.link-list .item
	{
	/* [disabled]display: inline-block; */
	margin: 2px;
	}

.enter
{
}
	.enter header
	{
		background: none;
	}
	.enter header .container.mag
	{
		height: auto;
		background: none;
	}
	.enter header .container.mag
	.enter .content
	{
		background: #ffffff url(/asset/img/bg_enter.jpg) center top no-repeat;
	}
	.enter .content .text-warning
	{
		margin-top: 20px;
		color: #999999;
	}

	.enter footer table.link caption
	{
		text-align: center;
		padding-bottom: 2px;
	}
	.enter footer table.link td
	{
		padding: 0;
		text-align: center;
	}

	.main .ninsyo-frame .container .body a
	{
		font-family: 'Lora', serif;
		color: #FFFFFF;
		font-size: 32px;
	}

footer
{
	position: relative;
	padding: 0 0 20px;
	border-top: 3px solid #000000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282828+0,000000+100 */
background: #282828; /* Old browsers */
background: -moz-linear-gradient(top,  #282828 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #282828 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #282828 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
	footer:before
	{
		content: "";
		display: block;
		position: absolute;
		top: -2px;
		height: 2px;
		width: 100%;
		border-top: 1px dotted #333333;
		border-bottom: 1px solid #111111;
		z-index: 10;
	}

	footer nav
	{
		border-top:3px solid #666;
		border-bottom: 1px solid #666;
		padding: 10px 0;
		background-color:rgba(50,50,50,0.7);
	}
		footer nav a
		{
			display: inline-block;
			padding: 0 1em;
			color: #FFFFFF;
			position: relative;
		}
		
		footer nav a:hover
		{
			color: #FFF;
		}
		
		footer nav a:after
		{
			content: "";
			position: absolute;
			display: block;
			width: 2px;
			height: 80%;
			top: 8%;
			right: -0.4em;
			border-right: 1px solid #444444;
			border-left: 1px solid #222222;
		}
		footer nav a:last-child:after
		{
			content: none;
		}
		footer .mag .text-center a
		{
			display: inline-block;
			padding: 0 1em;
		}

.copyright
{
	color: #FFFFFF;
}

.back2top a
{
	background-color: #333333;
	color: #FFFFFF;
}
header nav .toggle
{
	display: none;
}

.quick-contact
{
	color: #111111;
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9c9563+0,dfd58e+50,9c9563+100 */
background: rgb(156,149,99); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(156,149,99,1) 0%, rgba(223,213,142,1) 50%, rgba(156,149,99,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(156,149,99,1) 0%,rgba(223,213,142,1) 50%,rgba(156,149,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(156,149,99,1) 0%,rgba(223,213,142,1) 50%,rgba(156,149,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9563', endColorstr='#9c9563',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}
.quick-contact a
{
	font-family: 'Lora', serif;
	color: #111111;
}

.mag-link
{
	padding-bottom: 20px;
}
.mag-link a
{
	display: inline-block;
	/* [disabled]padding: 0.5em; */
	/* [disabled]color: #111111; */
}

.freetext
{
	margin-bottom: 20px;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	border: 1px solid #666;
}
.freetext:empty
{
	margin-bottom: 0;
}



footer a{
	color:#FFF;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	white-space: normal;
}

.row{
	margin-left:-5px;
	margin-right:-5px;
}

.container{
	padding-left:5px;
	padding-right:5px;
}

.back2top{
	z-index:999;
}

a img.img-responsive{
	width:100%;
}

table .photo a img.img-responsive{
	width:auto;
}

.slick-dots li button::before{
	color:transparent;
	opacity:1;
}

.slick-dots li.slick-active button::before{
	opacity:1;
	color:transparent;
}

/** スケジュールページ専用CSS **/
#schedule_day {
	margin-left: -2px;
	margin-right: -2px;
	text-align:center;
}
#schedule_day .day-col {
	color: #FFF;
	text-align: center;
	float: left;
	position: relative;
	min-height: 1px;
	padding: 10px 6px;
	width: 14%;
	/* [disabled]min-width: 74px; */
	text-decoration: none;
	margin: 0.1%;
	background-color: #000;
	display: inline-block;
	font-size: 10px;
	border: 1px solid #CAB879;
}
#schedule_day .day-col:hover {
	text-decoration: none;
	opacity:0.6;
}
#schedule_day .day-col.day-active {
	background-color: #FFC545;
	color:#000;
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9c9563+0,dfd58e+50,9c9563+100 */
background: rgb(156,149,99); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(156,149,99,1) 0%, rgba(223,213,142,1) 50%, rgba(156,149,99,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(156,149,99,1) 0%,rgba(223,213,142,1) 50%,rgba(156,149,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(156,149,99,1) 0%,rgba(223,213,142,1) 50%,rgba(156,149,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9563', endColorstr='#9c9563',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	
}
.sc .btn-default {
	color: #FFF;
	background-color: #000;
	border: 1px solid #CAB879;
	border-radius: 0;
	padding: 4px;
}
.sc .list-staff {
	min-height: 200px;
}

/** スケジュールページ専用CSS(ここまで) **/

input {
    max-width: 100%;
}

.waittimeTitle{
	background-color:#999;
	color:#FFF;
	padding:5px;
	text-align:center;
	margin:5px 0;
}

.waittimestr{
	background-color:#CCC;
	color:#333;
	padding:5px;
	text-align:center;
}

.nowtime{
	display: block;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px auto;
	border-radius: 10px;
	width: 200px;
}

@media (max-width: 1100px)
{
	
	body:before{
	/* [disabled]background-size: 130%; */
	}
	
	.container.mag
	{
		width: 100%;
	}

}
@media (max-width: 768px)
{
	body:before{
	/* [disabled]background-size: 200%; */
	}
	
	header h1
	{
	/* [disabled]display: none; */
	}
	header
	{
	position: inherit;
	z-index: 999;
	/* [disabled]box-shadow:none; */
	background-size: 200%;
	}
	
	header:after{
	content: "";
	/* [disabled]background-color: #FFF; */
	border-top: 5px solid #222;
	height: 10px;
	
	}
	
	header nav
	{
		position: fixed;
		top: 0;
		bottom: 0;
		left: -200px;
		background: rgba(0,0,0,0.5) none;
		width: 200px;
		z-index: 998;
/*		transition: left 1.0s ease 0s;*/
	}
	header nav.in
	{
		left: 0;
	}
	header nav .container.mag
	{
		position: initial;
	}
	header nav .nav
	{
		padding-top: 1em;
		padding-right: 16px;
		padding-bottom: 40px;
		position: absolute;
		overflow-y: auto;
		bottom: 0;
		height: 100%;
	}
	header nav li
	{
	width: 100%;
	border: 1px solid #CAB879;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	background-color: #000;
	}
	header .nav li a
	{
		display: block;
		width: 100%;
	}
	
	header .nav li:after
	{
	content: none;
	}
	
	header nav .toggle
	{
	display: inline-block;
	font-size: 24px;
	height: 38px;
	width: 38px;
	position: absolute;
	right: -38px;
	top: 80px;
	vertical-align: middle;
	background-color: rgba(0,0,0,1);
	color: #FFFFFF;
	border-radius: 0 3px 3px 0;
	text-align: left;
	padding-left: 8px;
	cursor: pointer;
	}
	
	header nav .toggle .fa
	{
		line-height: 38px;
	}
	.table-schedule .sche
	{
		width: 12.5%;
		min-width: 56px;
	}
	
.panel-body {
    padding: 5px;
}
	
}
@media (max-width: 767px)
{
	header h1
	{
	/* [disabled]display: none; */
	}
	header
	{
		position: inherit;
		z-index: 999;
	}
	
	header:after{
	/* [disabled]border-bottom:20px solid #000; */
	}

	.container.mag
	{
	}

	footer
	{
		padding-bottom: 140px;
	}
		footer nav:after
		{
			content: ""; display: block; clear: both; float: none; line-height: 0; font-size: 0; height: 0;
		}
			footer nav a
			{
				display: block;
				padding: 1em;
				border-bottom: 1px dotted #000000;
				width: 50%;
				float: left;
			}
			footer nav a:nth-child(2n+1):after
			{
				content: "";
				position: absolute;
				display: block;
				width: 2px;
				height: 80%;
				top: 8%;
				right: -0.4em;
				border-right: 1px solid #333333;
				border-left: 1px solid #111111;
			}
			footer nav a:after
			{
				content: none;
			}
	.table-responsive
	{
	/* [disabled]border-color: #333333; */
	}
	
.price table tr td,.recruit table tr td{
		display:block;
	}
	
.price table td.name,.recruit table td.name{
	width: 100%;
	background-color: #111;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: none;
}

.profile .table-bordered > thead > tr > th, .profile .table-bordered > tbody > tr > th, .profile .table-bordered > tfoot > tr > th, .profile .table-bordered > thead > tr > td, .profile .table-bordered > tbody > tr > td, .profile .table-bordered > tfoot > tr > td {
	border: 1px solid #999;
}
.prof-slide-nav img {
    height: auto;
}

.twitter-widget-wrapper iframe { width: 740px !important; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.twitter-widget-wrapper iframe { width: 740px !important; }

.slick-prev, .slick-next{
	display:none !important;
}

}

@media (max-width: 460px)
{
	header>.container-mag
	{
	}

	#today li
	{
		width: 100%;
	}
}

.line{
	display:block;
	padding:5px;
	margin:3px;
	background-color:rgba(255,255,255,0.9);
	color:#090 !important;
	text-align:center;
	font-size:0.8em;
	border:2px solid #090;
}

.line:hover{
	text-decoration:none;
	opacity:0.7;
}

@media (min-width:768px) {
    .main-link {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;

        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .main-link:before, .main-link:after {
        display: none;
    }

    .main-link .item {
        margin: 0;
        padding-bottom: 5px;
    }
}

.ggmap {

}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {

top: 0;
left: 0;
width: 100%;
height: 300px;
}

.scheday{
	text-align: center;
	padding: 3px;
	background-color: #CAB879;
	color: #FFF;
}

.tsche{
	background-color: #CAB879;
	color: #FFF;
	border-radius: 8px;
	margin: 3px;
	padding: 4px;
	font-size: 0.8em;
}


h3.panel-title:first-letter,h2.panel-title:first-letter{
	color: #dfd58e;
	font-size: 1.2em;
}

.credit{
	display:block;
	background-color:#333;
	border:1px solid #666;
	padding:10px;
	font-size:2.5em;
	color:#FF6;
	text-align:center;
	font-family: 'Vollkorn', serif;
	margin-bottom:5px;
}

.credit span{
	display:block;
	color:#000;
	font-size:0.4em;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+5,0.73+50,0+95 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,0.73) 50%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,0.73) 50%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,0.73) 50%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */


	
}

.credit:hover{
	text-decoration:none;
}
	