@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

body
{
	background-color: #ffffff;
	color: #000000;
	word-wrap: break-word;
	font-feature-settings: "palt";
	line-height: 1.5em;
/*	background: #ffffff url(/asset/img/bg.jpg) center top repeat;
*/
}

.container.mag{
	width:1170px;
}

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

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

a
{
	color: #CC0000;
	transition:0.5s;
}
	a:hover
	{
	color: #FF0033;
	opacity:0.6;
	text-decoration:none;
	}

header
{
	position: relative;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	background: #C30D23;
}
	header:after{
		content: "";
		display: block;
		height: 8px;
		width: 100%;
		z-index: 1;
		background-color: #111111;
		border-bottom: 1px solid #FFF;
	}
	
	header .title{
		background-image:url(/asset/img/top.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:contain;
		height:30vh;
}

	.main header .title
	{
		height:50vh;
		animation:logo 1s ease 1;
	}

@keyframes logo{
	
	0%{
		opacity:1;
	}
	
	50%{
		opacity:1;
	}
	
	100%{
		opacity:1;
	}
}
	
	h1
	{
		text-align: center;
		width: 100%;
		color: #FFF;
		background-color: #030303;
	}
	header>.container.mag .title
	{
		text-align: center;
	}
	header nav
	{
		background-color: #FFF;
		border-top: 1px solid #EEE;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	header nav a
	{
		display: inline-block;
		height: 37px;
		color: #666;
	}
		header nav ul.nav li a
		{
			background-size: 100% auto;
		}

	header .nav li
	{
		position: relative;
	}
		header .nav li:after
		{
			content: "";
			display: block;
			position: absolute;
			width: 2px;
			border-right: 1px solid #999;
			right: -1px;
			height: 30%;
			top: 35%;
		}
		header .nav li:last-child:after
		{
			content: none;
		}
		header .nav li a:hover,
		header .nav li a:focus
		{
			background-color:transparent;
			opacity:0.4;
		}
		
/** メニュー文字化 **/
		
	header .nav
	{
		padding-top: 4px;
	}
		header .nav li
		{
			float: none;
			display: inline-block;
		}
			header .nav li a
			{
				height: 55px;
				background-image: none;
				padding: 10px 30px;
				transition: 0.3s;
			}
			header .nav li a .sr-only
			{
				display: inline-block;
				position: relative;
				width: auto;
				height: auto;
				font-size: 17px;
				color: #000000;
				letter-spacing: 1px;
				font-weight: bold;
				text-transform: uppercase;
				font-family: 'Oswald', sans-serif;
			}
			header .nav li a:hover .sr-only
			{
				opacity:0.8
			}
			header .nav li a .sr-only small
			{
				display: block;
				font-size: 10px;
				color: #000000;
				font-weight: normal;
				letter-spacing: 0em;
				text-shadow: none;
			}
		
/** メニュー文字化ここまで **/
		
table.link
{
	width: 100%;
	border-collapse: collapse;
}

caption
{
	padding: 8px 1em;
	background-color:#000000;
	text-align:center;
	color:#FFF;
}

.content
{

	/* [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
	{
	border: none;
	/* [disabled]box-shadow: 1px 1px 15px rgba(255,255,255,0.7); */
	background-color: transparent;
	box-shadow: none;
	}
	
	.panel {
		border-radius:0px;
		padding:3px;
}

	.panel-body{
		padding:5px;
	}
	
	.panel-default>.panel-heading
	{
	border: none;
	/* [disabled]border-right: 1px solid #666; */
	/* [disabled]border-bottom: 1px solid #666; */
	border-radius: 0px;
	background-color: transparent;
	/* [disabled]background-image: url(/asset/img/menu.png); */
	/* [disabled]background-repeat: no-repeat; */
	background-position: center bottom;
	padding: 0 2px;
	}
	.panel-title
	{
		position: relative;
		color: #FFF;
		font-family: 'Oswald', sans-serif;
		font-size: 28px;
		text-transform: uppercase;
		text-align: center;
		padding: 3px 5px 8px;
		background-position: center bottom;
		background-color: #000000;
	}
	.panel-title small
	{
		bottom: 3px;
		font-size: 10px;
		display: block;
		font-weight: normal;
		color: #FFF;
		letter-spacing: 0;
	}

	.content .container
	{
		margin-top: 15px;
		margin-bottom: 15px;
		background-color: rgba(255,255,255,0.75);
		box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
		border:2px solid #000000;
		padding: 10px;
		border-radius:0;
		min-height: 500px;
	}

	#information .panel-body
	{
	/* [disabled]height: 500px; */
	overflow: auto;
	padding: 0;
	max-height: 400px;
	}
		#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: #FFFFFF;
	background-color: rgba(0,0,0,0.3);
	padding: 6px;
	border-bottom: 1px dotted #999;
	font-weight: bold;
				}
				#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;
						border: 1px solid #CCCCCC;
						display: inline-block;
						background-color: rgba(255,255,255,.75);
					}
					#pickup .panel-body .list-group-item .photo img
					{
						background-position: center center;
						background-size: cover;
						background-repeat: no-repeat;
					}
					#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;
					}
					
					#pickup .comment{
						overflow:auto;
						max-height:315px;
						margin-bottom:5px;
					}
					
					.p_profile{
						text-align:center;
						margin-bottom:5px;
						padding:5px;
						font-size:0.9em;
					}

a.cname{
	display: block !important;
	background-color: #FFF !important;
	border:none !important;
	padding: 5px !important;
	text-align:center;
	border-radius:7px;
	width:90%;
	margin:0 auto;
	color:#333;
}

	.slide .slick
	{
		margin-bottom: 25px;
		margin-top:10px;
	}
		.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 a
		{
			display: block;
			max-width: 200px;
			margin: auto;
			margin-top: 4px;
			margin-bottom: 8px;
			position: relative;
		}
		.qrcode .imgframe
		{
			display: inline-block;
			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 th.title
	{
		font-size: 1.2em;
		font-weight: bold;
	}
	.price table td.name
	{
		width: 40%;
	}

.salon .item
{
	border: 3px double #EEE;
	margin-top: 8px;
	margin-bottom: 4px;
	background-color: #FFF;
	color:#666;
}
	.salon .item .title
	{
	font-weight: bold;
	padding: 0.5em;
	color: #FFFFFF;
	background-color: #999;
	}
	.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;
	color:#666;
	}
	
	.info a{
		display:block;
		background-color:#EEE;
		padding:3px;
		margin:0 3px 5px 0;
	}

.list-group
	{
		list-style: none;
	}
.list-staff li
	{
		padding: 0;
	}
	.list-staff .item
		{
	border: 1px solid #CCCCCC;
	margin: 3px;
	background-color: rgba(255,255,255,.75);
	color: #666;
		}
		.list-staff .item .photo
		{
			padding: 4px;
			position: relative;
		}
		.list-staff .item img
		{
			background-position: center center;
			background-size: cover;
			background-repeat: no-repeat;
			width:100%;
		}
		.list-staff .item .info
		{
			padding: 0.5em 0;
			height: 50px;
			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;
		}


	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);
	}
	.prof-slide
	{
		margin-bottom: 4px;
	}
		.prof-slide .slick-slide
		{
			text-align: center;
		}
		.prof-slide .img
		{
			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;
	}
	
.system,.recruit{
	border:1px solid #CCCCCC;
	background-color:rgba(255,255,255,0.7);
	margin-bottom:5px;
	padding:3px;
}

.res h3{
	text-align:center;
	background-color:#333333;
	color: #ffffff;
	padding:12px;
	font-size:1em;
	margin:0;
}

.res p{
	margin:0;
}

.res .name, .res .value ,.res p {
	padding:10px;
	border-top:1px solid #CCCCCC;
}

.res.recruit p{
	border:none;
	padding:0;
}


.res .name{
	display: block;
	width: 40%;
	float: left;
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
}

.res .value{
	display:block;
	width:60%;
	float:left;
}

.res.recruit .name{
	width:30%;
}

.res.recruit .value{
	width:70%;
}

.res .value.note{
	display:block;
	width:100%;
	float:left;
}

.res .comment p{
	border:none;
}

.ctitle{
	background-color:rgba(0,0,0,0.1);
	padding:10px;
}

.stime{
	display:table;
	width:100%;
}

.t_table{
	vertical-align:middle;
	display: table-cell;
}

.table-schedule
{
	border: none;
	text-align: center;
	background-color: rgba(255,255,255,.75);
	padding: 1px;
}
	.table-schedule .profile
	{
		text-align: left;
		font-weight: bold;
		background-color:  #333333;
	}
	
	.table-schedule .profile a
	{
		color: #FFFFFF;
	}
	
	.table-schedule .sche>br:first-child
	{
		display:none;
	}
	.table-schedule .photo img
	{
		max-width: 80px;
	}
	.table-schedule tbody>tr>td
	{
		vertical-align: middle;
	}

	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td,
	.table-schedule td
	{
		border: 1px solid #CCCCCC;
	}

	table{
	border-collapse: inherit;
	/* [disabled]border-spacing: 1px; */
	border: 1px solid #EEE;
	/* [disabled]color:#666; */
	}
	.table.table-bordered th.title
	{
	background-color: #aeaeae;
	color: #FFF;
	/* [disabled]border-bottom: 1px solid #F9C; */
	text-align:center;
	}

.table.table-bordered
{
	/* [disabled]border: 1px solid #EEE; */
	background-color: #FFF;
	/* [disabled]box-shadow: 1px 1px 5px rgba(0,0,0,0.3); */
	padding: 2px;
	color: #666;
}
	.table.table-bordered th,
	.table.table-bordered td
	{
		border-color: #CCCCCC;
		background-color: #FFFFFF;
	}

.table.profile{
	border: none;
	/* [disabled]color:#FFF; */
}

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

	.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;
	}

	.ninsyo
	{
		color: #000000;
	}
	.ninsyo .header
	{
		background-color: #C30D23;
		border-bottom: 10px solid #ffffff;
	}

footer
{
	position: relative;
	padding: 0 0 20px;
	background-color: rgba(255,255,255,.9);
	
}
	footer:before
	{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	height: 2px;
	width: 100%;
	/* [disabled]border-top: 1px dotted #333333; */
	/* [disabled]border-bottom: 1px solid #111111; */
	z-index: 10;
	}

	footer nav
	{
		padding: 10px 0;
		background-color: #000000;
	}
		footer nav a
		{
	display: inline-block;
	padding: 0 1em;
	color: #FFFFFF;
	position: relative;
		}
		
		footer nav a:hover
		{
	color: rgb(143, 242, 255);
		}
		
		footer nav a:after
		{
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 80%;
	top: 8%;
	right: -0.4em;
	/* [disabled]border-right: 1px solid #444444; */
	border-left: 1px solid #CCC;
		}
		footer nav a:last-child:after
		{
			content: none;
		}
		footer .mag .text-center a
		{
			display: inline-block;
			padding: 0 1em;
		}

.back2top{
	z-index:999;
}

.back2top a
{
	background-color:#000000;
	border:none;
	text-shadow: none;
	height: 50px;
	line-height:normal;
	border-radius:30px;
	color: #ffffff;
}
header nav .toggle
{
	display: none;
}

.quick-contact
{
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.9);
	border-top: 1px solid rgba(255,255,255,0.3);
	z-index: 90;
	opacity:0;
	transition:1s;
}

.quick-contact.in{
	opacity:1;
}

.quick-contact a
{
	font-family: 'Lora', serif;
	color: #FFFFFF;
}

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

.freetext
{
	margin-bottom: 20px;
	/* [disabled]background-color: rgba(255,255,255,0.5); */
	padding: 20px 10px 10px;
	/* [disabled]border: 1px solid #CCC; */
}
.freetext:empty
{
	margin-bottom: 0;
}

footer a{
	color:#000000;
}

.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;
}

.slick img ,.title img{
	width:100%;
	height:auto;
}


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;
	display: flex;
}
#schedule_day .day-col {
	color: #333;
	text-align: center;
	position: relative;
	min-height: 1px;
	padding: 10px 6px;
	flex: 1;
	text-decoration: none;
	margin: 0.1%;
	background-color: #F5F5F3;
	display: inline-block;
	font-size: 9px;
	transition: 0.5s;
	/* [disabled]border-radius: 3px; */
	border: 1px solid #FFF;
	font-weight: bold;
}
#schedule_day .day-col:hover {
	text-decoration: none;
	opacity:0.6;
	
}
#schedule_day .day-col.day-active {
	background-color: #333333;
	color: #FFF;
}
.sc .btn-default {
	color: #FFF;
	background-color:  #000000;
	border: none;
	border-radius: 10px;
	padding: 4px;
	margin: 20px auto 10px;
	display:block;
	transition: 0.5s;
}

.sc .btn-default:hover{
	opacity:0.6;
}

.sc .list-staff {
	min-height: 200px;
}

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

.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;
}

.cphoto{
	position: relative;
	display: -webkit-inline-box;
}

.cinfo{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	background-color: rgba(0,0,0,.5);
	line-height: 1em;
	color: rgba(255,255,255,1);
}

.new{
	position: absolute;
	right: 10px;
	top: 10px;
	width: auto !important;
	background-color: rgba(255,102,204,0.7);
	color: #FFF;
	padding: 2px 5px;
	animation-name:new;
	animation-iteration-count:infinite;
	animation-duration:3s;
}

@keyframes new{

0%{
	color:rgba(255,255,255,1);
}

50%{
	color:rgba(255,255,255,1);
}

51%{
	color:rgba(255,255,255,0);
}
	
}

table.optionOl{
	border:none !important;
	background-color:transparent;
	width:100%;
	border-spacing:1px;
}

.optionBox {
	font-size: 12px;
	margin-left: 2px;
	width:100%;
	border:none;
}
.optionBox .name {
	width: 180px;
	padding: 2px;
	vertical-align: top;
}
.optionBox .flag {
	width: 18px;
	padding: 2px;
	vertical-align: top;
}
.optionOl .free {
	background-color: #EEE;
	border: 1px solid #CCC;
	color: #000;

}
.optionOl .ng {
	background-color: #666;
}
.optionOl .nofree {
	background-color: #111;
	border: 1px solid #333;
	color: #FFF !important;

}
table.optionOl.hanrei {
	padding: 3px;
	border: 1px solid #EEE !important;
	margin: 5px auto;
	width:95%;
}

.ccom{
	padding:5px;
}

.list-staff{
	margin-top:5px;
}

@media (max-width: 1170px)
{
	.container.mag
	{
		width: auto;
	}
	
	.content .container.mag{
		margin:5px;
		padding:5px;
	}


	header .nav li a{
		padding:10px 15px
	}


}
@media (max-width: 768px)
{
	body::before
	{
		background-size: cover;
	}
	header
	{
		position: inherit;
		z-index: 999;
	}
	
	.main header .title{
		height:30vh
	}
	
	header .title{
		height:20vh
	}
		header:after{
			border-top: 1px solid #FFF;
			content: "";
			display: block;
			height: 16px;
			width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
			border-bottom: 4px solid #111111;
		}
	
	header nav
	{
		position: fixed;
		top: 0;
		bottom: 0;
		left: -200px;
		width: 200px;
		z-index: 998;/*		transition: left 1.0s ease 0s;*/
		border-top: none;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	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%;
	}
	header .nav li a
	{
		display: block;
		width: 100%;
		border-bottom: 1px dotted #333333;
	}
	
	header .nav li:after
	{
	content: none;
	}
	
	header nav .toggle
	{
		display: inline-block;
		font-size: 24px;
		height: 38px;
		width: 38px;
		position: absolute;
		right: -38px;
		top: 48px;
		vertical-align: middle;
		background-color: #000000;
		color: #000000;
/*		text-shadow: 1px 1px 1px #ffffff;*/
		border-radius: 0 3px 3px 0;
		text-align: left;
		padding-left: 8px;
		cursor: pointer;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	}
	
	header nav .toggle .fa
	{
		line-height: 38px;
	}
	.table-schedule .sche
	{
		width: 12.5%;
		min-width: 56px;
	}
	
	.form-horizontal .form-group{
		margin-left:0;
		margin-right:0;
	}
	
}
@media (max-width: 767px)
{
	
	.row{
		margin:0px;
	}
	
	header
	{
	position: inherit;
	z-index: 999;
	/* [disabled]border-bottom:8px solid #DDD; */
	}
	
	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 #CCC;
	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;
	/* [disabled]border-right: 1px solid #333333; */
	border-left: 1px solid #FFF;
			}
			footer nav a:after
			{
				content: none;
			}
	.table-responsive
	{
		border: none;
		font-size:0.7em;
		background-color:rgba(0,0,0,.75);
	}
	
	.table-responsive> .table{
	margin-bottom: 10px;
	}
	
.price table tr td,.recruit table tr td{
		display:block;
	}
	
.price table td.name,.recruit table td.name{
	width: 100%;
	background-color: #EEE;
}

.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;
}

.prof-slide-nav img {
    height: auto;
}

.table.table-bordered.p-schedule tr td{
	background-color: #FFFFFF;
	border: 1px solid #EEE;
	margin: 1px 1px 0 0;
}

.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: 5px;
    padding-right: 5px;
}

.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border:1px solid #EEE;
}

.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border: 1px solid #EEE;
}

.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border: 1px solid #EEE;
	/* [disabled]text-align: center; */
}

.twitter-widget-wrapper {
	margin-top:0px;
}

.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:0;
	padding-right:0;
}

.system .name, .system .value, .system p, .recruit .name, .recruit .value, .recruit p{
	width:100% !important;
	margin:1px 0 0;
}

.system .name,.recruit .name{
	background-color: rgba(153,153,153,0.1);

}

.item .cinfo{
	font-size:0.8em;
}




	#information .panel-body
	{
	max-height: 250px;
	}

}

@media (max-width: 460px)
{

	#today li
	{
		width: 100%;
	}
}


@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;
    }
}

.rlink a{
	display:block;
	color:#FFF;
	font-size:1.8em;
	padding:10px;
	margin:5px;
	text-align:center;
	background-color:#333;
	border:1px solid #333;
}

.rlink a span{
	font-size:0.5em;
	display:block;
}

.rlink a:hover{
	text-decoration:none;
	opacity:0.6;
}

.rlink .magazine{
	background-color:#666;
}

.rlink .hotel{
	background-color:#CCC;
	color:#666;
}

.rlink .credit{
	background-color:#FFF;
	color:#000;
}

.rlink .magazine{
	background-color:#666;
}

.linkt{
	text-align:center;
	padding:5px;
	background-color:#CCC;
	color:#000;
	margin:5px 10px;
}

.pickup a{
	text-align: center;
	display: block;
	padding: 5px;
	background-color: #000000;
	color: #FFF;
	/* [disabled]width: 80%; */
	margin: 10px auto;
	border-radius: 10px;
	display: block;
}


#opentel{
	text-align:center;
	background-color:#000000;
	padding:5px;
	color:#FFF !important;
	font-size:1.1em;
}

#opentel a{
	color:rgb(255, 255, 0) !important;
}

.line{
	display:block;
	background-color:#289D37;
	color:#FFF;
	text-align:center;
	padding:3px;
	margin:4px;
	font-size:0.8em;
}

.breadcrumb {
	padding: 5px 0 0;
	margin-bottom: 0;
	list-style: none;
	background-color: rgba(165, 165, 165, 0.8);
	border-radius: 0;
}

.breadcrumb ol{
	padding:0 15px;
	margin-top:5px;
}

.breadcrumb li{
	list-style:none;
	display:inline-block;

}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li span {
	color: #111111;/*色*/
	background-color:#FFFFFF;
	padding:5px 10px;
	border-radius:10px;
	font-size:0.9em;
}

.block-right{
	display:none;
}
