
/*
@media screen and (min-width: 769px) {
	.hoge{
		display: none;
	}
}

@media screen and (max-width: 768px) {
	body {
		padding-top: 0px!important;
	}
	.hoge{
		display: inline-block;
	}
	.aho{
		display: none;
	}
}

*/

header {
	padding: 30px;
	background: #101010;
}

#nav-drawer {
	position: relative;
}

.nav-unshown {
	display: none;
}

#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;	//22px;
	vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: relative;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}

#nav-open span:before {
	bottom: -8px;
}

#nav-open span:after {
	bottom: -16px;
}

#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 30%;
	max-width: 330px;
	height: 100%;
	bacground: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
	display: block;
	opacity: .5s;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}



body {
//	font-size: 18px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "MS Pゴシック", sans-serif;
	padding-bottom: ;
	height: 100%;
	margin: 0 auto;

	min-width: 800px;

	-webkit-text-size-adjust: 100%;

}
p {
	color: #6091d3;
	margin: 0 0 3px;
}

.content {
	width: 100%;
//	height: 100vh;
	height: 100%;
	background: #f5f5f5;
//	background: #EEEEEE;
	float: right;
	min-width: ;
	display: ;
	margin-top: ;
//	padding-top: 50px;

	min-height: 100vh;
	overflow: hidden;
}

.box {
	padding: 0.5em 1em;
	margin: 2em 0;
	font-weitht: bold;
	color: #6091d3;
	background: #FFF;
	border: solid 3px #6091d3;
	border-radius: 10px;
}
.box p {
	margin: 0;
	padding: 0;
}



ul {
	list-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	list-style: none;
	margin-bottom: 0px;
}

.colfloor {
//	padding-right: 0px;
}
.colroom {
	margin-top: 10px;
	padding-left: 40px;
	padding-right: 0px;
}


/* ------- click-form ------- */

.room {
	padding: 2px;
	/* 上下左右中央 */
	display: flex;
	align-items: center;
	justify-content: center;
}
.room a:hover {
	text-decoration: none;
}





.click-form {
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	width: 100%;
	height: 70px;  // 95px;						// click-form height
	margin: 0px; padding: 0px;
	z-index: 100; cursor: pointer;
	border: 2px solid #C0C0C0; border-radius: 4px;
	background: #fff;
	min-width: 58px;
//	max-width: 76px;
	line-height: ;

	/* center alignment */
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	/* shadow */
	box-shadow: 0px 2px 2px #a9bce2;
	border-bottom: solid 3px #999999;
//	transition: .3s;
}

.click-form:active {
	border-bottom: 2px solid #C0C0C0;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	box-shadow: 0 0 2px #eeeeee;
	text-decoration: none;
	color: black;
}

p.block_mode {
	height: 40px;
	margin: 3px;
	border-radius: 3px;
	background: #1b2538;;
	color: #fff;
	padding: 10px 40px 10px 40px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


/* ------- header navi ------- */

.main-nav {
	/*display: flex;*/
	padding-top: 3px !important;
}
.main-nav li{
	/*display: flex;*/
}

.main-nav a {
	height: 40px;
	line-height: 14px !important;
	margin: 3px;
	border-radius: 3px;
	background: #60B99A;
	color: #fff !important;
	display: block;
	padding: 15px !important;
	text-decoration: none;

	/* 上下左右中央 */
	/*display: flex;*/
	align-items: center;
	justify-content: center;
}

.main-nav a:hover {
	background-color: #a9bce2 !important;
	color: #1b2538 !important;
}
.main-nav .logo {
	background: #4584b1;
	}
.navbar-header {
//	margin-top: 7px;
	padding: 3px;
}

/*
.jumbotron {
	height: ;
	margin-left: ;
}
*/
.container {
	margin-left: none;
}


/*
.main {
	min-width: 1080px;
	display: block;
	height: 100vh;
	}

.col-md-11 col-xs-11 colroom {
	padding-left: 70px;
	}
*/


/* ------- side navi ------- */

.sidenav {
	width: ;
	height: 100vh;
	background: #555555;
	float: ;
	min-width: 70px;
	display: block;

	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
.sidenav li a.logo{
	background: #1b2538;
}
.sidenav li a {
	font-size: 16px;
	font-weight: bold;

	display: flex;
	color: #000000;
	background-color: #555555;
	padding:  16px;
	text-decoration: none;
	text-align: center;
	width: 100%;
		color: white;
	height: 70px;  //90px;

	border-top: ;
	border-left: ;
	border-right: ;
	border-bottom: 1px solid #dddddd;
	margin: 0px 0px;
	min-width: ;

	display: ;
	align-items: center;
	justify-content: center;
}
.sidenav li .all {
	background-color: #1b2538;
	color: white;
}
.sidenav li a:hover {
	background-color: #a9bce2;
	color: #1b2538;
}

/*
.active {
	background-color: red;
}
*/


/* ------- 全館表示 ------- */

table, td, th {
	border: 1px solid #777777;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
//	height: 92%; //100%;
	padding:
}
td, th {
//	padding: 1px;
	width: 30px;
	height: auto;
//	height: 20px;;
	padding-bottom: 1px;
}
th {
	font-size: 9pt;
	border-bottom: 1px solid #777777;
	border: 1px solid #777777;
	background: #555555;
	color: white;
	padding: 5px
}
td.side{
	padding: 1px;
//	font-size: 9pt;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	background: #1b2538;
	color: white;
}
td {
	padding: 3px;
//	font-size: 7pt;
	font-size: 10pt;
	font-weight: bold;
	background: #ffffff;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

td.blank {
	background: #CCCCCC;
}


/* stay_status control */

 /* 表示エリア */
.switchArea {
  line-height    : 40px;
  letter-spacing : 0;
  text-align     : center;
  font-size      : 14px;
  margin-top     : 7px;
  margin-right	 : 20px;
  width          : 90px;
}

.switchArea:hover {
	backgrond: #636363;

}

.switchArea input[type="checkbox"] {
  display        : none;            /* チェックボックス非表示 */
}

 /* checkbox label : OFF */
.switchArea label {
  display        : block;               /* ボックス要素に変更 */
  box-sizing     : border-box;          /* 枠線を含んだサイズ */
  height         : 40px;
  border         : 2px solid #999999;
  background     : ;
  color          : #999999;
  border-radius  : 5px;
  transition	 : .2s;
  -webkit-transition : .2s;
	cursor 				 : pointer;
}

.switchArea label :active{
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
}

 /* checkbox label : ON */
.switchArea input[type="checkbox"]:checked +label {
//  border-color   : #78bd78;
  border-color   : white;
  background     : #e67e22;
  color          : white;
  transition	 : .2s;
}


 /* action cancel button */
 .switchArea2 {
   line-height    : 40px;
   letter-spacing : 0;
   text-align     : center;
   font-size      : 14px;
   margin-top     : 7px;
   margin-right	 : 20px;
   min-width          : 90px;
 }

 .switchArea2 :hover {
 //	backgrond-color: #636363;
	background: #00bcd4;
  color: white;
 }

 .switchArea2 input[type="checkbox"] {
   display        : none;            /* チェックボックス非表示 */
 }

  /* checkbox label : OFF */
 .switchArea2 label {
   display        : block;               /* ボックス要素に変更 */
   box-sizing     : border-box;          /* 枠線を含んだサイズ */
   height         : 40px;
   border         : 2px solid #00bcd4;
   background     : ;
   color          : #00bcd4;
   border-radius  : 5px;
   transition	 : .2s;
   -webkit-transition : .2s;
 	cursor 				 : pointer;
 }

 .switchArea2 label :active{
 	transform: translateY(4px);
 	-webkit-transform: translateY(4px);
 	-ms-transform: translateY(4px);
 }

  /* checkbox label : ON */
 .switchArea2 input[type="checkbox"]:checked +label {
 //  border-color   : #78bd78;
   border-color   : white;
   background     : #e67e22;
   color          : white;
   transition	 : .2s;
 }



/* legend-modal-window control */

ul.modal li {
	display: inline-block;
	vertical-align: ;
	text-align: ;
}

.modal {
	display: none;
	position: fixed;

	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal li{
	font-size: 18px;
	padding: 2px;
	margin: 2px;
	display: inline-block;
	vertical-align: middle;
	text-align: ;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9)
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	max-width: 600px;
	background-color: #fff;
	box-shadow: 10px 10px 10px black;
	padding-bottom: 30px;
	border-radius: 3px;
}

h3 {
	font-size: ;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ccc;
	padding: 1.5rem;
	margin: 0;
	margin-bottom: 20px;
	border-radius: 3px 3px 0 0 ;
}

.closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
.navbar-right .openModal {
	background-color: ;
	border         : 2px solid #999999;
	width          : 22px;
	height         : 22px;
	border-radius  : 50%;

	display: flex;
	align-items: middle;
	justify-content: center;
}
