@charset "utf-8";

#yoyaku a:link ,
#yoyaku a:visited ,
#yoyaku a:hover {
	text-decoration: underline;color:#333;
}

.logout_user,
.login_user{
	display: none;
}

#yoyaku{
	/*width:700px;*/
	width:100%;
}

.mainFoot{
	display: none;
}

.nav.nav-page-control {
  text-align: center;
}

.nav.nav-page-control li {
  /*display:inline-block;*/
  width: 1em;
  height: 1em;
  border-radius: .5em;
  margin: 0.5em;
  background-color: #ddd;
  float: left;
  display: block;
}
.nav.nav-page-control:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.nav.nav-page-control { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .nav.nav-page-control { height: 1%; }  
.nav.nav-page-control { display: block; }  
/* End hide from IE-mac */



.nav.nav-page-control li.active {
  background-color: #3b5998
}

.about-us .link-about {
  color: white;
}

.about-us {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-us.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.about-us.top {
  margin-top: -2px;
}
.about-us.right {
  margin-left: 2px;
}
.about-us.bottom {
  margin-top: 2px;
}
.about-us.left {
  margin-left: -2px;
}
.about-us.top .about-us-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #C21A01;
}
.about-us.left .about-us-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #C21A01;
}
.about-us.bottom .about-us-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #C21A01;
}
.about-us.right .about-us-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #C21A01;
}
.about-us-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #C21A01;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.about-us-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.facebook-pagelet-app {
  width: 810px;
  margin: auto;
}
.facebook-pagelet-app-runner {
  border: none;
  width: 100%;
  height: 100%;
}

.wday-sunday {
  background-color:#FFEEEE;
}

.wday-saturday {
  background-color:#E8F3FF;
}

th.wday-sunday {
  color:#FF5353;
}
th.wday-saturday {
  color:#0065CA;
}

.login .cell {
    border-radius: 4px 4px 4px 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.login .cell .alert {
  padding-left:5px;
  padding-right:5px;
}

.login .cell-header {
  border: 1px solid #DDDDDD;
  color: #333;
  background-color: #eeeeee;
  color: #262626;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #999;
  border-color: #999999 #999999 #888888;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#F2F4F4), to(#DDDDDC));
  background-image: -moz-linear-gradient(top, #F2F4F4, #DDDDDC);
  background-image: -ms-linear-gradient(top, #F2F4F4, #DDDDDC);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2F4F4), color-stop(100%, #DDDDDC));
  background-image: -webkit-linear-gradient(top, #F2F4F4, #DDDDDC);
  background-image: -o-linear-gradient(top, #F2F4F4, #DDDDDC);
  background-image: linear-gradient(top, #F2F4F4, #DDDDDC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F4F4', endColorstr='#DDDDDC', GradientType=0);
}

.controls-radio label {
  display:inline-block;
  margin-left:3px;
  position:relative;
  top:3px;
}


@media (min-width: 981px) {
  .stand-alone body {
    padding-top: 60px;
  }
}

.shop-logo-image {
  text-align: center;
}



.navbar-black .brand {
  color: #999999;
  text-shadow: none;
}

.header h1 {
  font-size: 30px;
  line-height: 36px;
}

.header h1 small {
  font-size: 18px;
}

.facebook .page-header h1 {
  margin-top: 0;
}

.staff-actions {
  margin-top: 8px;
}
.menu-actions {
  margin-top: 8px;
}

.control-group-member-tel .help-block .label {
  margin-top: 8px;
  white-space: normal;
}

.facebook .page-tab .container-fluid {
  padding-bottom: 20px !important;
}

.toolbar h3 {
  font-size: 18px;
  line-height: 1;
  margin-top: 0;
  float: none;
  margin: 0;
}
.toolbar h4 {
  margin-left: 8px;
}

.account-login {
  max-width: 480px;
  margin: 20px auto;
}
.account-login .branding {
  margin-bottom: 20px;
}

.account-login form .control-label {
  font-weight: bold;
}

/* Reservia CARD */
.cell-rc-referral-card,
.cell-rc-coupon {
  border: 1px solid #DDD;
}

.rc-coupon {
  padding: 10px;
  border-left: dashed 2px white;
  border-right: dashed 2px white;
}
.rc-coupon .rc-coupon-image {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 10px;
}
.rc-coupon .rc-coupon-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.rc-coupon .rc-coupon-description {
}
.rc-coupon .rc-coupon-conditions {
  /*color: #E74C3C;*/
  font-weight: bold;
}
.rc-coupon.has-coupon .rc-coupon-title,
.rc-coupon.has-coupon .rc-coupon-description,
.rc-coupon.has-coupon .rc-coupon-conditions {
  margin-left: 85px;
}

.cell-hairstyle {
  border: 1px solid #DDD;
}

.cell-hairstyle .hairstyle {
  padding: 10px;
  border-left: dashed 2px white;
  border-right: dashed 2px white;
  height:140px;
  text-align:center;
}

.cell-hairstyle .hairstyle img {
  height:120px;
}

.cell-hairstyle .hairstyle .hairstyle-title {
}

.social-button {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.social-button-box {
  margin:0px;
}

#sideTower{
  display: none;
}

.toolbar h3.date-range {
  font-size: 18px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
}

/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Landscape phones and down */
@media (max-width: 480px) {
  .header h1 {
    text-align: center;
  }
  .header h1 small {
    display: block;
    margin-top: 8px;
  }
  .toolbar {
    text-align: center;
  }
  .toolbar h3 {
    font-size: 17px;
  }
  .toolbar h3.date-range {
    font-size: 18px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .card-reservations #post-review,
  .card-reservations #cancel-button {
    float: none;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .day .day-value {
    display: block;
  }
  .day .day-label {
    display: block;
  }

  .table-detail tbody th {
    width: 6em !important;
  }

  .btn-group-date-control {
    float: none;
    margin: 0 auto;
  }

  .account-login {
    margin-top: 20px;
  }
}


@charset "UTF-8";
/* CSS Document */

.navbar-black .navbar-inner {
  background-color: #ffd7e7;
  background-image:url(img/header.gif)

  background-image: -moz-linear-gradient(top, #ffd7e7, #ffd7e7);
  background-image: -ms-linear-gradient(top, #ffd7e7, #ffd7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd7e7), to(#ffd7e7));
  background-image: -webkit-linear-gradient(top, #ffd7e7, #ffd7e7);
  background-image: -o-linear-gradient(top, #ffd7e7, #ffd7e7);
  background-image: linear-gradient(top, #ffd7e7, #ffd7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7e7', endColorstr='#ffd7e7', GradientType=0);
}

.navbar-inner {
  background-color: #ffd7e7;
  background-image:url(img/header_bg.gif) ;
}

.navbar .brand {
  color:#666;
  text-shadow:none;
}

.woman-icon {
  float:left;
  padding:0 8px 0 0;
}

.container-icon{
  width:49px;
  height:39px;
  background: url(img/woman_icon.gif) top left no-repeat;
  float:left;
  margin-right:5px;
}

.page-header{
  background:url(img/bar01.gif) #fe7ca6 top left no-repeat;
  padding:0;
  width:810px;
  height:35px;
  }


.alert-info {
  /* background-color: #FEFDF9; */
  border-color: #FEFDF9;
  color: #9A8652;
}

.alert-info h4 {
  color: #9A8652;
}

.label, .badge {
    background-color: #FFA4D1;
    color: #FFF;
    display: inline-block;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: none;
    vertical-align: baseline;
    white-space: nowrap;
}

.table th,
.table td {
  border-top: 1px solid #FFB3D9;
}

.table tbody + tbody {
  border-top: 2px solid #FFB3D9;
}
.table-bordered {
  border: 1px solid #FFB3D9;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #FFB3D9;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #FFFBFD;
}
.table tbody tr td:hover,
.table tbody tr th:hover{
  background-color: hsl(48, 100%, 97%);
}

.nav.nav-page-control li {
    background-color: hsl(0, 0%, 68%);
}

.nav.nav-page-control li.active {
  background-color: hsl(28, 31%, 35%);
}

.tooltip-inner {
  background-color: #AE0057;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #AE0057;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #AE0057;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #AE0057;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #AE0057;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #FFF4F9;
  border: 1px solid #FFB3D9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

legend {
  color: #333333;
  border-bottom: 1px solid #FFB3D9;
}

.form-actions {
  background-color: #FFF4F9;
  border-top: 1px solid #FFB3D9;
}
.btn.normal {
  color: #ffffff;
  background-color: #fc588d;
  /*background-color: #fe8eb2;*/
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fe8eb2), to(#fc588d));
  background-image: -moz-linear-gradient(top, #fe8eb2, #fc588d);
  background-image: -ms-linear-gradient(top, #fe8eb2, #fc588d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe8eb2), color-stop(100%, #fc588d));
  background-image: -webkit-linear-gradient(top, #fe8eb2, #fc588d);
  background-image: -o-linear-gradient(top, #fe8eb2, #fc588d);
  background-image: linear-gradient(top, #fe8eb2, #fc588d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc588d', endColorstr='#fc588d', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ef2d69 #ef2d69 #e31e5b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.login .cell-reservation-facebook {
    border: 1px solid #FFB3D9;
    color: #333;
}

.login .cell-reservation-guest {
    border: 1px solid #FFB3D9;
    color: #333;
}

.content table { border-top: 1px solid #ccc; margin: 10px -1px 24px 0; text-align: left; width: 100%;border-collapse: collapse; border-spacing: 0;font-size:85.7%; line-height:141.7%; }
.content table thead th	{ font-weight:bold; }
.content th,
.content thead th { padding: 9px 24px; background-color:#f5f5f5; white-space:nowrap; }
.content tfoot th,
.content tfoot td	{font-weight:bold;}
.content table th,
.content table td {border: 1px solid #ccc;padding: 10px 15px;vertical-align:top;}
.content table.mobile-block th,
.content table.mobile-block td { border-top:none;display: block; }
.content table ul	{ margin-bottom:0px;margin-left:15px;}
.content table ul li	{ margin:2px 0px; }
.content table.mobile-block th,
.content table.mobile-block td { border-top:none; display: block; }
.content dt		{ color:#000;padding-bottom:3px;margin-bottom:10px; color:#c00; }
.content dd		{ margin:0px 0px 30px;padding:0px;}

#content .entry-content h3 {
	background: url('./images/icon_mini.png') no-repeat top left;
	border: none;
	border-bottom: 1px solid #5d4f41;
	margin: 0 0 16px 0 !important;
	padding: 0 0 6px 6px;
	color: #5d4f41;
	line-height: 22px;
	font-size: 18px;
}

#content .entry-content h4 {
	background: url('./images/icon_sub.png') no-repeat center left;
	border: none;
	border-bottom: 1px solid #e3d9cf;
	margin: 12px 0 12px 0 !important;
	padding-left: 14px;
	color: #5d4f41;
	font-size: 15px;
}

#content .entry-content img.alignleft {
	margin-top: 0;
	margin-bottom: 15px;
}

#content .entry-content p {
	margin-bottom: 0px;
	padding-left: 0;
	font-size: 14px;
}

#content .entry-content .menu-list.upsell{
	background: #F9F0EA;
}

#content .entry-content .menu-list.upsell h3{
	color: #5d4f41;
	border-bottom: 1px solid #5d4f41;
}

#content .entry-content .menu-list.upsell  p{
	color: #5d4f41;
}
#content .entry-content .menu-list.upsell span{
	color: #5d4f41;
}

.table.menu-list.upsell tbody tr th{
	background: #E4CCBB;
}
.table.menu-list.upsell tbody tr td:hover,
.table.menu-list.upsell tbody tr th:hover{
	background: #FFF1E5;
}

/* course select*/
#content .entry-content .menu-list th,
#content .entry-content .menu-list thead th{
    white-space: normal;
}

#content .entry-content .table.menu-list.upsell .menu.no-select td{
	background: #8E8D8D;
}
#content .entry-content .table.menu-list.upsell .menu.no-select td:hover{
	background: #CACACA;
}
#content .entry-content .table.menu-list.upsell .menu.no-select .menu-course td{
	background: #8E8D8D;
}
#content .entry-content .table.menu-list.upsell .no-select{
    background: #F5F5F5;
    position: relative;
}

#content .entry-content .table.menu-list.upsell .no-select th{
    background: #696969;
	
}

#content .entry-content .table.menu-list.upsell .no-select span{
    /* color: #807E7E; */
}

#content .entry-content .table.menu-list.upsell .over-need-time-msg{
	display: none;
	color: #880000;
}
#content .entry-content .table.menu-list.upsell .no-select h3.menu_ba .over-need-time-msg{
    display: inline;
    font-size: 12px;
    font-weight: normal;
}

#content .entry-content .table.menu-list.upsell .no-select .over-need-time-msg{
	display: block;
	color: #880000;
	position: absolute;
}




.staff-list td,
.menu-list td {
  border-top: none;
  border-bottom: 1px solid #FFB3D9;
}

.content .reservation-timetable{
	position: relative;
	width: 100%;
}

.content .reservation-timetable th{
  background: #796f66;
  color: #dbdbdb;
}
#content .entry-content .reservation-timetable th .day-value{
  color: #dbdbdb;
}

.reservation-timetable td.opening.reservable:hover {
  background-color: hsla(92, 72%, 52%, 0.23);
}

.reservation-timetable .day {
  border-left: 1px solid #FFA4D1;
}


.reservation-timetable .time {
/*
  border-left: 1px solid #FFA4D1;
  color:#AE0057;
*/
  font-size: 130%;
  text-align: center;
  vertical-align: middle;
}

.reservation-timetable .time a {
  color:hsl(28, 48%, 30%);
  text-decoration: none;
}

.reservation-timetable td.opening.reservable:hover a {
  color: #AE0057;
}

.account-login-form {
  background-color: #ffd7e7;
}

.reservation-alert {
    background-color: #ffd7e7;
    border: 1px solid #FFA4D1;
    color: #AE0057;
}

.reservations-list .reservation {
  border-bottom: 1px solid #FFA4D1;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #FFA4D1;
  text-shadow: none;
}

#container #content .btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: hsl(0, 0%, 20%);
  text-shadow: 0 1px 1px hsla(0, 100%, 100%, 0.75);
  background-color: hsl(0, 0%, 96%);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(hsl(0, 100%, 100%)), to(hsl(0, 0%, 90%))); */
  background-image: -webkit-linear-gradient(top, hsl(0, 100%, 100%), hsl(0, 0%, 90%));
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  /* background-image: linear-gradient(to bottom, hsl(0, 100%, 100%), hsl(0, 0%, 90%)); */
  /* background-repeat: repeat-x; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: hsl(0, 0%, 90%) hsl(0, 0%, 90%) hsl(0, 0%, 75%);
  border-color: hsla(0, 0%, 0%, 0.1) hsla(0, 0%, 0%, 0.1) hsla(0, 0%, 0%, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid hsl(0, 0%, 80%);
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 100%, 100%, 0.2), 0 1px 2px hsla(0, 0%, 0%, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 hsla(0, 100%, 100%, 0.2), 0 1px 2px hsla(0, 0%, 0%, 0.05);
  text-decoration: none;
}

#yoyaku .btn_tl, 
#yoyaku a.btn_tl {
  background: #75553c;
  background-image: -webkit-linear-gradient(top, #75553c, #4A392A);
  background-image: -moz-linear-gradient(top, #75553c, #4A392A);
  background-image: -ms-linear-gradient(top, #75553c, #4A392A);
  background-image: -o-linear-gradient(top, #75553c, #4A392A);
  background-image: linear-gradient(to bottom, #75553c, #4A392A);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 23px 8px 22px;
  border: solid #75573f 0px;
  text-decoration: none;
  margin: 15px 10px 0 10px;
  display: inline-block;
}

.btn_tl:hover,
a.btn_tl:hover {
  background: #82624a;
  background-image: -webkit-linear-gradient(top, #82624a, #665240);
  background-image: -moz-linear-gradient(top, #82624a, #665240);
  background-image: -ms-linear-gradient(top, #82624a, #665240);
  background-image: -o-linear-gradient(top, #82624a, #665240);
  background-image: linear-gradient(to bottom, #82624a, #665240);
  text-decoration: none;
  color:white;
}

#yoyaku .btn_tlg,
#yoyaku a.btn_tlg {
  background: #75553c;
  background-image: -webkit-linear-gradient(top, #75553c, #4A392A);
  background-image: -moz-linear-gradient(top, #75553c, #4A392A);
  background-image: -ms-linear-gradient(top, #75553c, #4A392A);
  background-image: -o-linear-gradient(top, #75553c, #4A392A);
  background-image: linear-gradient(to bottom, #75553c, #4A392A);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 15px 70px;
  border: solid #75573f 0px;
  text-decoration: none;
  margin: 0 10px 0 10px;
  font-size: 18px;
  font-weight: bold;
}

#yoyaku .btn_tlg:hover,
#yoyaku a.btn_tlg:hover {
  background: #82624a;
  background-image: -webkit-linear-gradient(top, #82624a, #665240);
  background-image: -moz-linear-gradient(top, #82624a, #665240);
  background-image: -ms-linear-gradient(top, #82624a, #665240);
  background-image: -o-linear-gradient(top, #82624a, #665240);
  background-image: linear-gradient(to bottom, #82624a, #665240);
  text-decoration: none;
  color:white;
}

.attention{
	margin-top:10px;
	font-size: 15px;
	padding-bottom: 16px;
	color: hsl(28, 31%, 35%);
	font-weight: bold;
}

.control-group{
	padding: 10px;
}

.txt_red{
  color: #880000 !important;
}
.txt_data{
  font-size: 12px;
  font-weight: bold;	
}

#h3data{
  margin 10px 0 10px 0;
}

/* メニュータグ(600以下) */
@media screen and (max-width: 600px) {
   /* 600px以下の場合 */
    #menu_tag_pc {
        /* visibility: hidden !important; */
        display:none;
    }
    #menu_tag_sp {
        /* visibility: visible !important; */
        display:;
    }
}

/* メニュータグ(600以上) */
@media screen and (min-width: 601px) {
   /* 600px以上の場合 */
    #menu_tag_pc {
        /* visibility: visible !important; */
        display:;
    }
    #menu_tag_sp {
        /* visibility: hidden !important; */
        display:none;
        
    }
}

.btn_tl_sp {
  background: #75553c;
  background-image: -webkit-linear-gradient(top, #75553c, #4A392A);
  background-image: -moz-linear-gradient(top, #75553c, #4A392A);
  background-image: -ms-linear-gradient(top, #75553c, #4A392A);
  background-image: -o-linear-gradient(top, #75553c, #4A392A);
  background-image: linear-gradient(to bottom, #75553c, #4A392A);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 4px 6px 8px;
  border: solid #75573f 0px;
  text-decoration: none;
  margin: 12px 2px 2px 2px;
  text-align: center;
  vertical-align: -webkit-baseline-middle;
}

.btn_tl_sp:hover {
  background: #82624a;
  background-image: -webkit-linear-gradient(top, #82624a, #665240);
  background-image: -moz-linear-gradient(top, #82624a, #665240);
  background-image: -ms-linear-gradient(top, #82624a, #665240);
  background-image: -o-linear-gradient(top, #82624a, #665240);
  background-image: linear-gradient(to bottom, #82624a, #665240);
  text-decoration: none;
  color:white;
}

.t_human {
  padding-top: 20px;
}

.txt_data_sp{
  font-size: 12px;
  font-weight: bold;
  margin: 0 !important;
  padding: 8px 4px 8px 4px !important;
}

#content .entry-content .h3_sp {
  background: url('./images/icon_mini.png') no-repeat top left;
  border: none;
  border-bottom: 1px solid #5d4f41;
  margin: 0 0 0px 0 !important;
  padding: 0 0 6px 3px;
  color: #5d4f41;
  line-height: 22px;
  font-size: 18px;
}

.p_sp {
     padding-top: 4px; !imoportant;
}
.time-header-sp{
  margin: 0 !important;
  padding: 8px 4px 8px 4px !important;

}
.time-res-sp{
  margin: 0 !important;
  padding: 10px 1px !important;
  vertical-align: top;
  text-align: center;
}


.time-res-sp-saturday{
  background-color: #E8F3FF;
  color: #AE0057;
  margin: 0 !important;
  padding: 10px 1px !important;
  vertical-align: top;
  text-align: center;
}

.time-res-sp-sunday{
  background-color: #FFEEEE;
  color: #AE0057;
  margin: 0 !important;
  padding: 10px 1px !important;
  vertical-align: top;
  text-align: center;

}



/* Radio ---------------------------------------------------*/
input[type="radio"] {
    display: none;

    & + label {
        display: block;
        cursor: pointer;
        margin: 20px;

        /*通常時の見た目*/
        &::before {
            width: 30px;
            height: 30px;
            display: inline-block;
            content: "";
            border-radius: 17px;
            vertical-align: middle;
            border: 2px solid #dddddd;
            background-color: #f0f0f0;
            margin: -2px 5px 0 0;
            -webkit-transition: .1s;
                    transition: .1s;
        }
        /*hover時の見た目*/
        &:hover {
            color: #808080;
            &::before {
                background-color: #fff;
            }
        }
    }
    /*checked時の見た目*/
    &:checked + label {
        color: $blue;
        cursor: default;

        &::before {
            border-color: $blue !important;
            background-color: $blue !important;
            box-shadow: inset 0 0 0 7px #fff;
        }
    }  
}

/* Checkbox ------------------------------------------------*/
input[type="checkbox"] {
	width: 20px !important;
	height: 20px !important;
}

.sun{
	color:#E3739B;
}
.sat{
	color:#678BEF;
}

.controls input{
	padding:10px 10px !important;
}

.err-inline{
	color:hsl(0, 100%, 27%) !important;
}

.err-border{
	border:1px hsl(0, 100%, 27%) solid !important
}

.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px !important;
}
.mr5 {
	margin-right: 5px;
}
.mr8 {
	margin-right: 8px;
}
.mr9 {
	margin-right: 9px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr22 {
	margin-right: 22px;
}
.mr23 {
	margin-right: 23px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mb0 {
	margin-bottom:0px !important;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.mr10 {
	margin-right: 10px;
}
.sun_td{
	background-color:#FFC7C7;
}
.sat_td{
	background-color:#D7E6FF;
}

.today_td{
	background-color:#FFECCC;
}

.err_msg {
  background: none repeat scroll 0 0 hsl(0, 100%, 94%);
  border: 1px dotted hsl(47, 54%, 70%);
  margin-bottom: 30px;
  padding: 20px;
}

.err_msg p {
  font-weight: bold;
  color: hsl(0, 0%, 38%);
}
.staff-name{
	font-weight: bold;
	margin-bottom: 5px;
}

/* 表示文字の装飾 */
.tooltip1{
    color: #555;
    display: inline-block;                        /* インライン要素化 */
    border-bottom:dashed 1px #555;    /* 下線を引く */
}
 
/* ツールチップ部分を隠す */
.tooltip1 span {
    display: none;
}
 
/* マウスオーバー */
/*
.tooltip1:hover,
.tooltip1.active {
    position: relative;
    color: #333;
}
*/
.nav.nav-page-control{
	position:relative;
	color: #333;
	margin: 0px auto 60px;
	width: 180px;
	padding: 0;
}

/*			.navigation
/*-------------------------------------------*/
.navigation { color: #888; font-size: 12px; line-height: 18px; overflow: hidden; border-top:1px solid #ccc; padding:10px 0px 15px; clear:both;}
.navigation{
	margin-bottom: 15px;
}
.navigation a:link,
.navigation a:visited { color: #888; text-decoration: none; }
.navigation a:active,
.navigation a:hover { color: #ff4b33; }
.nav-previous { float: left; width: 50%; }
.nav-next { float: right; text-align: right; width: 50%; }
#nav-above { margin: 0 0 18px 0; }
#nav-above { display: none; }
.paged #nav-above,
.single #nav-above { display: block; }
 
/* マウスオーバー時にツールチップを表示 */
/* 現在のツールチップを表示 */
.tooltip1:hover span ,
.tooltip1.active span,
.nav.nav-page-control:hover .tooltip1.active span:hover {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 40px;
    right: 0;
    left: -15px;
    background-color: #6B5D51;
    padding: 5px;
    width: 200px;
    color: #fff !important;
    font-size: 110%;
    z-index: 45;
    margin: 0 auto;
}

.nav.nav-page-control:hover .tooltip1.active span{
	display: none;
    color: #333;
}

.tooltip1 a{
	padding:10px;
}

.tooltip1 .nolink{
	padding:10px;
}

input[type=button],
input[type=submit]	{ display:inline-block; overflow:hidden; margin-top:15px; position:relative;padding:8px 20px 6px;text-decoration:none;cursor:pointer;border:none;background-color:#efefef; }
input[type="text"] ,
input[type="tel"] ,
input[type="email"] ,
textarea {
	background: #f9f9f9; border: 1px solid #ccc; padding: 2px; font-size:12px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

.content form table	{ margin-top:25px; }
.content form input[type=text],
.content form input[type=email],
.content form textarea	{ position:relative; overflow:hidden; padding:5px 10px; margin:5px 5px 5px 0px; width:90%;}
.content form input[type=radio] { width:auto; }
.content form input[type=checkbox] { width:auto; }

/* two input */
.content form .input2-wrap input[type=text],
.content form .input2-wrap input[type=email],
.content form .input2-wrap input[type=tel],
.content form .input2-wrap textarea{
	width: 40%;
}
/* two input */
.content form .min-input3-wrap input[type=text],
.content form .min-input3-wrap input[type=email],
.content form .min-input3-wrap input[type=tel],
.content form .min-input3-wrap textarea{
	width: 5%;
	min-width: 60px;
}

.content .reservation-timetable td,
.content .reservation-timetable th{
    padding: 1% 2%;
    text-align: center;
    border: solid 1px #8a8178;
}

.content .reservation-timetable .time-header{
  background: #f4ebe4;
}

/* /yoyaku/reservation_select */

/* reserve pull down list */
.minute-list-wrapper{
	z-index: 20;
}

.minute-list-wrapper.hide{
	z-index: auto;
}

.content .minute-list{
	position: absolute;
	display:none;
	width: 60%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.content .minute-list.right-base{
	left: auto;
	right: -25%;
	right: -webkit-calc(-25% + 1px);
	right: calc(-25% + 1px);
}

.content .minute-list.bottom-base{
	top: auto;
	bottom: 1px;
}

.content .minute-list{
	z-index: 25;
}

.content .hide .minute-list{
	z-index: auto;
}

.content .reservation-timetable .minute-list th,
.content .reservation-timetable .minute-list td{
    padding: 5% 0;
    font-size: 1.4em;
}
.content .reservation-timetable .minute-list a{
    text-decoration: none;
	
}

.minute-list td{
	/*background-color: #ffffff;*/
}

.minute-list-link{
    text-decoration: none;
}

#minute-list-filter{
	z-index: 10;
}

/* menu display control */
#yoyaku .menu.hide{
    display: none;
}

#yoyaku .menu-course.hide{
    display: none;
}
#yoyaku .menu-wrapper.hide{
	display:none;
}
#yoyaku .menu-none-wrapper.hide{
	display:none;
}


#yoyaku .out-range-menu-wrapper.hide{
    display: none;
}

#yoyaku .menu-wrapper,
#yoyaku .menu-none-wrapper{
	margin: 0 0 5% 0;
}

#yoyaku .menu-none-wrapper{
	color: #D70000;
	font-size: 18px;
	font-weight: bold;
}

.kankaku {
  margin: 10px 0 10px 0;
}
#yoyaku .out-range-menu-wrapper .menu td {
    background: #FFEEE1;
}
#yoyaku .out-range-menu-wrapper .menu td:hover{
	background: #FFE4CF;
}

#content .entry-content .menu-course th,
#content .entry-content .menu-course td{
    padding: 15px;
}

#content .entry-content .menu.no-select{
	background: #E4E3E3;
}
#content .entry-content .no-select{
    background: #F5F5F5;
    position: relative;
}

#content .entry-content .no-select th{
    background: #DADADA;
	
}

#content .entry-content .no-select span{
    color: #807E7E;
}

#content .entry-content .over-need-time-msg{
	display: none;
	color: #880000;
}
#content .entry-content .no-select h3.menu_ba .over-need-time-msg{
    display: inline;
    font-size: 12px;
    font-weight: normal;
}

#content .entry-content .no-select .over-need-time-msg{
	display: block;
	color: #880000;
	position: absolute;
}



/* toolbar */
.content .calendar-select th, .content .calendar-select td{
	padding: 1px;
}

#content .entry-content .ui-datepicker-title span{
    color: #ffffff;
	
}

.toolbar .mark-description {
	float: left;
	width: 50%;
	margin-right: 4%;
	text-align: left;
}
.toolbar .mark-description li {
  
margin: 0 0 5px 0;
}

.toolbar .calendar-select{
  margin: 0 0 10px 0;
}
.toolbar .calendar-select.large-display {
	float: right;
}
.calendar-select.small-display {
	display:none;
}
.toolbar .btn-group-date-control {
	float: right;
}

@media (max-width: 700px) {
	.toolbar .mark-description {
		float: none;
		width: 94%;
	}
	.toolbar .calendar-select.large-display {
		display: none;
	}
	.calendar-select.small-display {
		display: block;
	}
	.calendar-select.small-display .ui-datepicker{
		width: 94%;
		margin: 0 auto;
	}
}

#loginmessage {
  width:100%;
  text-align:left;

}

/* login zone */
.login_user{
float:left;
padding : 10px 10px 10px 10px;
}
.logout_user {
    text-align:right;
}
.login_logout_btn {
    background: #75553c;
    background-image: -webkit-linear-gradient(top, #75553c, #4A392A);
    background-image: -moz-linear-gradient(top, #75553c, #4A392A);
    background-image: -ms-linear-gradient(top, #75553c, #4A392A);
    background-image: -o-linear-gradient(top, #75553c, #4A392A);
    background-image: linear-gradient(to bottom, #75553c, #4A392A);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 22px 6px 22px;
    border: solid #75573f 0px;
    text-decoration: none;
    margin: 0 10px 0 10px;
    display: inline-block;
}
/*=========================
	予約ページ　271202追加ook
=========================*/
/*　コンテンツ幅*/
#content{
	width: 970px;
	margin: 0 auto;
	/*padding: 70px 0 60px 0;*/
	padding: 0 0 60px 0;
	}
#content #post-14{
	}
/*ヘッダ*/
#headerTop{
	display:block;
	background:#F9F5E9 !important;
	z-index:10000;
	}
#headerTop #site-description{
	color:#312011 !important;
	}
/*グローバルメニュー*/
.global li.gh01 a:hover{
	background:#5D4F41 url("../../wp/wp-content/themes/biz-vektor-child/images/global01_h.png") center 4px no-repeat;
	}
.global li.gh02 a:hover{
	background:#5D4F41 url("../../wp/wp-content/themes/biz-vektor-child/images/global02_h.png") center 4px no-repeat;
	}
.global li.gh03 a:hover{
	background:#5D4F41 url("../../wp/wp-content/themes/biz-vektor-child/images/global03_h.png") center 4px no-repeat;
	}
.global li.gh04 a:hover{
	background:#5D4F41 url("../../wp/wp-content/themes/biz-vektor-child/images/global04_h.png") center 4px no-repeat;
	}
.global li.gh05 a:hover{
	background:#5D4F41 url("../../wp/wp-content/themes/biz-vektor-child/images/global05_h.png") center 4px no-repeat;
	}
/*スライダー*/
.slide{
	display:none;
	}
/*スマートフォンここから*/
@media screen and (max-width:640px){
#content{
	width:100% !important;
	}
}
/*=========================
	予約マーク　20160603追加ook
=========================*/

.mark-description .reserve-blank,
.mark-description .reserve-part-blank,
.mark-description .reserve-short-time,
.mark-description .reserve-cannot{
  padding: 1px 5px;
  display: inline-block;
}

.reserve-blank{
  background: #bedbed;
}
.reserve-part-blank{
  background: #a4b487;
}
.reserve-short-time{
  background: #dda769;
}
.reserve-cannot{
  background: #E0E0E0;
}
/*=========================
	予約お客様情報入寮　20160902追加 mukuno
=========================*/
#yoyaku .card fieldset {
	border: 1px solid #63655b;
}
#yoyaku label{
	cursor: auto;
}

/*
 * 予約状況確認
 */
#content .entry-content .yoyaku-description{
	border: 1px solid #555555;
	padding: 2% 5%;
	margin: 0 0 5% 0;
}
#content .entry-content .yoyaku-description .yoyaku-tel{
	background: #47b0e7;
	text-align: center;
	padding: 2%;
	margin: 1% 0;
}
#content .entry-content .yoyaku-description .yoyaku-tel p{
	color: #fff;
	margin-bottom: 1%;
}
#content .entry-content .yoyaku-description .yoyaku-tel p:last-child{
	margin-bottom: 0;
}
#content .entry-content .yoyaku-description .yoyaku-tel strong{
	font-size: 1.7em;
}
#content .entry-content .yoyaku-description .yoyaku-tel strong a{
	color: #fff;
}
#content .entry-content .yoyaku-description .note{

}

@media (max-width:640px) {
	#content .entry-content .yoyaku-description .yoyaku-tel strong a{
		display: block;
	}
	#content .entry-content .yoyaku-description p{
		margin-bottom: 10px;
	}
	#content .entry-content .yoyaku-description .yoyaku-tel p{
		margin-bottom: 10px;
	}
	#content .entry-content .yoyaku-description .yoyaku-tel{
		margin-bottom: 10px;
		padding: 20px 15px;
	}
}
