@charset "utf-8";

/*============================================================================
	SP非表示
==============================================================================*/

.hiddenSp{
visibility: hidden;
display: none;
width: 0;
height: 0;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}

/*============================================================================
	
	グラデコード
	linear-gradient(-320deg, rgba(146,211,80,1), rgba(206,214,83,1))

	linear-gradient(-90deg, #92D350 0%, #CED653 100%)
	
	オレンジ
	#eb6935
	
==============================================================================*/
/*============================================================================
	頭の話header#globalHeader
==============================================================================*/
h1#logo{
	width:121px;
	height:28px;
	margin: 0px 0 0px 7px;
	float: left;
}
h1#logo a{
    display:block;
	width:121px;
	height:28px;
	background: url(../img/logo.png) no-repeat;
	background-size: 121px 28px;
	text-decoration:none;
	text-indent:-1000px;
	font-size:8px;
    overflow:hidden;
}
h1#logo a:hover { text-decoration:none;}

#logoText{
	width:96px;
	margin: 12px 0 0 10px;
	float: left;
	font-size: 80%;
	font-weight: normal;
	color: #333;
}




.loginBox{
	float: right;
	text-align: center;
	margin-right: 10px;

}
.loginBox span.loginBoxText{
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	display: block;
	margin-bottom: 3px;	
}



/*
.loginBox a.appBtn{
	display: block;
	float: right;
	width: 30px;
	height: 24px;
	background:url(../img/menu.png) no-repeat center center;
	background-size: 30px 24px;
	font-size: 100%;
}
.loginBox a.appBtn:hover{
	text-decoration: none;
}
*/
/*============================================================================
	bg
==============================================================================*/


.about000{
	clear: both;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 10px 0;
}
.about100{
	clear: both;
	width: 100%;
	height: 100%;
	background: #F8F8F8;
	padding: 10px 0;
}

/* 背景 */
.about200{
	width: 100%;
	height: 100%;
	background: url(../img/bg_img.jpg) no-repeat center center;
	background-size: cover;
}


/*============================================================================
	中の話#mainCont
==============================================================================*/

.regOrange{
	color: #eb6935;
}

.gFont{font-family: 'Raleway', sans-serif;}

/* Main部分バナー */
.mainBn{ width:600px; margin: 0 auto; padding:20px 0 20px 0; text-align:center; clear: both;}
@media screen and (max-width: 400px) {
   /* 表示領域が400px以下の場合に適用するスタイル */
   .mainBn {
width:300px; margin: 0 auto; padding:20px 0 20px 0; text-align:center; clear: both;
   }
}

.mainBn580{width:300px; margin: 0 auto; padding:20px 0 20px 0; text-align:center; clear: both;}
.mainBnMap{ width:90%; margin: 0 auto; padding:20px 0 40px 0; text-align:center; clear: both;}
.mainBn550t{ width:300px; margin: 0 auto; padding:40px 0 0 0; text-align:center; clear: both;}
.mainBn550b{ width:300px; margin: 0 auto; padding:18px 0 40px 0; text-align:center; clear: both;}
.mainBnBill{ width:300px; margin: 0 auto; padding:10px 0; text-align:center; clear: both;}

/* マージン */
.mt80{margin-top: 40px;}
.mb80{margin-bottom: 40px;}
.mt90{margin-top: 90px;}
.mtM10{margin-top: -10px;}
.mtM20{margin-top: -20px;}

.pt40{padding-top: 20px;}
.pt100{padding-top: 50px;}


/*============================================================================
	中の話#mainCont
==============================================================================*/

.line{
	display: block;
	width: 100%;
	margin: 0 auto 24px;
	height: 1px;
	background: #eb6935;
}

h2.h2-underline{
	color: #333;
	font-size:24px;
	letter-spacing:2px;
	text-align:center;
	margin-bottom:30px
}
h2.h2-underline:after{
	content:"";
	display:block;
	height:4px;
	width:0;
	margin:12px auto 0;
	box-sizing:border-box;
	border-left:32px #333 solid;
	border-right:32px #eb6935 solid
}

h3.titleH3{
	clear: both;
	font-size: 22px;
	color: #333;
	margin:0px auto 20px auto;
	font-family: 'Raleway', sans-serif;
	padding-bottom: 8px ;
}
h4.titleH4{
	clear: both;
	font-size: 16px;
	color: #333;
	margin:10px auto 10px auto;
	font-family: 'Raleway', sans-serif;
	padding-bottom: 0px ;
}

p.textFree{
	margin:0px auto 10px auto;
	color: #333;
	font-size: 16px;
	line-height:160%;
}
.textCenter{
	text-align: center;
}
.textRight{
	width: 95%;
	margin:10px auto;
	text-align: right;
	font-size: 12px;
}


/*============================================================================
	デフォルト テーブル
==============================================================================*/

.defTable table {
	width: 100%;
	margin: 20px auto 20px auto;
	border-collapse: collapse;
}

.defTable th, .defTable td {
	font-size: 12px;
	padding: 6px 4px;
	line-height: 140%;
	 word-break : break-all;
	 vertical-align: middle;
}
.defTable th {
	background: #333;
	color: #FFF;
	white-space: nowrap;
	text-align: left;
}
.defTable td {
	color: #333;
	white-space: nowrap;
	text-align: left;
	border-bottom: #333 1px solid;
}
.defTable td.bigTd{
	font-size: 180%;
}
.defTable th.borNone, .defTable td.borNone {
	border-bottom: none;
}

/* 偶・奇数
---------------------------------*/
.defTable table tr.odd td {
	background: #efefef;
}
.defTable table tr.even td {
	background: #999999;
}

.noWrap{white-space: nowrap;}


/*============================================================================
	ステータス テーブル
==============================================================================*/

h3.statusH3{
	clear: both;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	margin:0px auto 10px auto;
	padding-bottom: 8px ;
}

.statusTable table {
	width: 98%;
	margin: 10px auto 10px auto;
	border-collapse: collapse;
}
.statusTable th, .statusTable td {
	font-size: 14px;
	padding: 4px 8px;
	line-height: 140%;
	word-break : break-all;
	vertical-align: middle;
	width: 50%;
}
.statusTable th {
	color: #FFF;
	white-space: nowrap;
	text-align: right;
	box-sizing: border-box;
	border-right: #FFF 1px solid;
}
.statusTable td {
	color: #FFF;
	white-space: nowrap;
	text-align: left;
}


/*============================================================================
	ログイン テーブル
==============================================================================*/

h4.loginH4{
	clear: both;
	font-size: 16px;
	color: #333;
	text-align: left;
	margin:10px auto 10px auto;
	font-weight: normal;
}

.loginTable table {
	width: 98%;
	margin: 10px auto 10px auto;
	border-collapse: collapse;
}
.loginTable th, .loginTable td {
	font-size: 16px;
	padding: 4px 8px;
	line-height: 140%;
	word-break : break-all;
	vertical-align: middle;
	width: 50%;
}
.loginTable th {
	color: #FFF;
	white-space: nowrap;
	text-align: right;
	box-sizing: border-box;
	border-right: #FFF 1px solid;
}
.loginTable td {
	color: #FFF;
	white-space: nowrap;
	text-align: left;
}


.hisu{
	float: right;
	display: block;
	text-align: center;
	width: 30px;
	margin: 0 2px;
	padding:2px;
	font-size: 60%;
	font-weight: normal;
	line-height: 130%;
	background-color: #CC0000;
	color: #FFF;
	border-radius: 3px;
	border: 1px solid #990000;
}

input.wL{
	padding: 12px 5px;
	border: 1px solid #e7e7e7;
	width: 100%;
	margin: 0 auto;
}
input.wM2M{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 220px;
	margin: 0 auto;
}
input.wM{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 120px;
	margin: 0 auto;
}
input.wS{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 60px;
	margin: 0 auto;
}
textarea.wArea{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width:280px;
	height:150px;
	display: block;
	margin: 0 auto;

}


a.mainBtn{
	width: 250px;
	height: 30px;
	padding-top: 14px;
	display: block;
	margin: 10px auto;
	background: linear-gradient(-320deg, rgba(146,211,80,1), rgba(206,214,83,1));
	border-radius: 24px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 0 2px #000;
}
a.mainBtn:hover{
	text-decoration: none;
}
a.mmcBtn{
	display: block;
	width: 120px;
	color: #FFF;
	background: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 6px 2px 6px ;
	margin: 0 auto 0 auto;
}
a.mmcBtn:hover{
	text-decoration: none;
	background: #444;
}

.inpBtn{
	width: 250px;
	height: 40px;
	padding-top: 4px;
	display: block;
	margin: 10px auto;
	background: linear-gradient(-320deg, rgba(146,211,80,1), rgba(206,214,83,1));
	border-radius: 24px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 0 2px #000;
	border: none;
}
.inpBtn:hover{
	text-decoration: none;
}

.inpBtnMini{
	width: 60px;
	padding: 3px 2px;
	display: block;
	margin: 10px auto;
	background:#333;
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: none;
}
.inpBtn:hover{
	text-decoration: none;
}


/*============================================================================
	下の話footer#globalFooter
==============================================================================*/

/* Copyright */
p.copyright {
	font-size: 80%;
	text-align: center;
	margin:6px auto;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
}


/*============================================================================
	footerBtn
==============================================================================*/

/* 戻る */
#pageBack {
	position: fixed;
	bottom: 70px;
	left: 10px;
	z-index: 100;
}
#pageBack a{
	display: block;
	background: url(../img/goback.png);
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
}
#pageBack a:hover{
	background: url(../img/goback.png);
	background-size: 60px 60px;
}

/* ボタン */
#footBtnBox{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1031;
	width: 100%;
}

a.yoyakuBtn{
	width: 100%;
	height: 45px;
	padding-top: 15px;
	display: block;
	background: linear-gradient(-320deg, rgba(146,211,80,1), rgba(206,214,83,1));
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 2px #000;
}
a.yoyakuBtn:hover{
	text-decoration: none;
}
a.yoyakuBtn i{
	margin-right: 8px;
	margin-left: 6px;
}


/*============================================================================
	progressbar
==============================================================================*/


.containerPR{
	width: 100%;
	margin: 10px auto 20px auto;
}

.progressbar {
	margin: 0;
	padding: 0;
	counter-reset: step;
	z-index: 0;
	position: relative;
}
.progressbar li {
	list-style-type: none;
	width: 25%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #222;
}
.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #222;
}
.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #222;
	top: 15px;
	left: -50%;
	z-index: -1;

}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active {
	color: #222;
}
.progressbar li.active:before {
	background-color: #eb6935;
	color:#FFF;
}
.progressbar li.active + li:after {
	background-color: #eb6935;
}



/*============================================================================
	ステータステーブル
==============================================================================*/

.stTable{
	width: 100%;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
}

.stTable table {
	margin: 10px auto 10px auto;
	border-collapse: collapse;
}
.stTable th, .stTable td {
	font-size: 14px;
	line-height: 130%;
	word-break : break-all;
	vertical-align: middle;
}
.stTable th {
	color: #222;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
	border-right: #FFF 1px solid;
	padding-right: 12px;
}
.stTable td {
	padding: 4px 12px;
	color: #222;
	white-space: nowrap;
	text-align: left;
}



/*============================================================================
	後半
==============================================================================*/

.thanksTitle{
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-weight: bold;
	color: #333;
	margin:40px auto 20px auto;
}

.compBox{
	width: 95%;
	background: #F8F8F8;
	padding: 10px 0;
	margin-bottom: 20px;
}
.compTable{
	width: 100%;
}

.compTable table {
	margin: 0px auto 0px auto;
	border-collapse: collapse;
}
.compTable th, .compTable td {
	font-size: 14px;
	padding: 6px;
	line-height: 130%;
	word-break : break-all;
	vertical-align: middle;
}
.compTable td {
text-align: right;
padding-right: 12px;
}

.staffImgComp{
	width: 120px;
	margin: 10px auto;
}


.noticeBox{
	margin: 20px auto;
	padding: 10px 20px;
	border: 1px solid #dadada;
}
h5.noticeTitile{
	clear: both;
	font-size: 14px;
	color: #333;
	margin:10px auto 10px auto;
}
p.noticeText{
	margin:0px auto 10px auto;
	color: #333;
	font-size: 12px;
	line-height:160%;
}

/*============================================================================
	#staffBlock
==============================================================================*/

#staffBlock{
	width: 100%;
	
	text-align: left;
}
#staffBlock .staffOne{
	display: inline-block;
	width: 100px;
	margin:8px 0 8px 8px;

}
#staffBlock .staffImg{
}
#staffBlock .staffImgNow{
	border: 2px solid #eb6935;
}
#staffBlock .staffName{
	width: 100%;
	margin-top: 5px;
	color: #222;
	text-align: center;
}


/*============================================================================
	カレンダー
==============================================================================*/


#schNavi{
  display: table;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.schNaviPrev,
.schNaviTitle,
.schNaviNext{
  display: table-cell;
  vertical-align: middle;
}
.schNaviPrev{
	width: 20px;
	color: #00205b;
}
.schNaviTitle{
	width: 50px;
	padding: 4px 4px 4px 4px;
	color: #222;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	border-radius: 20px;
}
.schNaviNext{
	width: 20px;
	color: #00205b;
}



/* カレンダー */
.calBox{
	width: 99%;
	margin: 10px auto;
}

.calBox table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	background: #FFF;
	border: 1px solid #333;
}

.calBox th, .calBox td {
	width: 14.4%;
	height: 50px;
	font-size: 12px;
	padding: 3px 6px;
	line-height: 160%;
	color: #00205b;
	border: 1px solid #d2d2d2;
}
.calBox th {
	text-align: center;
	font-weight: bold;
white-space: nowrap;
	background: #727272;
	color: #FFF;
	height: 16px;
}
.calBox th.sunday {
	background: #cf4b4b;
}
.calBox td.sunday {
	background: #ffebeb;
}
.calBox th.saturday {
	background: #2b76d0;
}
.calBox td.saturday {
	background: #e0eeff;
}
.calBox td.holiday {
	background: #fff7f7;
}
.calBox td.today{
	background: #fff4cb;
}
.calBox td.nowCal{
	background: #eb6935;
}

.holidays_block{
	display: block;
}
.revOk_icon{
	float: left;
	margin-right: 3px;
	font-size: 20px;
	color: #eb6935;
}
.revOk_icon_now{
	float: left;
	margin-right: 3px;
	font-size: 20px;
	color: #FFFFFF;
}
.revNg_icon{
	float: left;
	margin-right: 3px;
	font-size: 20px;
	color: #222;
}

/* 
.hospital{
	background: #fed2dd;
}
.sports{
	background: #d7f7fc;
}
.eats{
	background: #fef9c0;
}
.medic{
	background: #d7fec0;
}
.etc{
	background: #ffe3c2;
}
.edit{
	background: #c3c1ee;
}
 */


/*============================================================================
	ルーム時間
==============================================================================*/

#resTimeTable{
	width: 100%;
}

#resTimeTable table {
	margin: 10px auto 10px auto;
	border-collapse: collapse;
}
#resTimeTable th, #resTimeTable td {
	word-break : break-all;
	vertical-align: middle;
}
#resTimeTable th {
	font-size: 12px;
	color: #FFF;
	background: #222;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
	padding:0 10px;

	width: 8%;
}
#resTimeTable td.roomTitle {
	font-size: 12px;
	color: #FFF;
	background: #222;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	width: 30%;
}
#resTimeTable td {
	padding: 0;
	border-right: 1px solid #222;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
	background: #eaeaea;
	width: 30%;
}

.timeTitle{
	display: block;
	height: 60px;
	margin: 0px 0;
	vertical-align: middle;
}
.yoyakuSP{
	width: 100%;
	text-align: center;
	background: #FFF;
	font-size: 12px;
	line-height: 120%;
	padding: 10px 6px;
	box-sizing: border-box;
	vertical-align: middle;
}
.yoyakuSP:nth-child(even){
	background: #faf6ec;
}
/*
.yoyakuSP .yBinner{
	width: 100%;
	text-align: center;
  display: table-cell;
  vertical-align: middle;
}
*/
.yBox50{height: 50px !important;}
.yBox60{height: 60px !important;}
.yBox120{height: 120px !important;}


.onTime{
	background: #eb6935 !important;
	color: #FFF !important;
}
.resTimeNow{
	color: #FFF;
	font-size: 16px;
}

.resTimeOk{
	color: #eb6935;
	font-size: 16px;
}
.resTimeNg{
	color: #999;
	font-size: 16px;
}

/* 分刻みの幅 */
/* 10分 */
.resTime10{	margin-top: 10px;}
/* 15分 */
.resTime15{	margin-top: 15px;}
/* 25分 */
.resTime25{	margin-top: 25px;}
/* 30分 */
.resTime30{	margin-top: 30px;}
/* 40分 */
.resTime40{	margin-top: 40px;}
/* 45分 */
.resTime45{	margin-top: 45px;}
/* 60分 */
.resTime60{	margin-top: 60px;}


@media screen and (min-width: 480px) {

table.restimeTable {
width: 100%;
table-layout: fixed;
}
}
