@charset "utf-8";
/* ===================================================================

Phiten IP Salon 予約管理システム｜共通設定CSS
※SASSで作成しています。必ず.scssファイルを編集して下さい。

=================================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  background: url(../img/container_bg.jpg) no-repeat 50% top #faf9f5;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

a {
  color: #6b8387;
}
a:hover {
  color: #f4a32a;
}

#sp_navi {
  display: none;
}

/* ===================================================================
ヘッダー
=================================================================== */
#sys_header {
  height: 20px;
  background-color: #f4a32a;
  padding: 0 10px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sys_header:after {
  content: "";
  display: table;
  clear: both;
}
#sys_header p {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}
#sys_header .sys {
  float: left;
}
#sys_header .user {
  float: right;
}

#hd01 {
  height: 75px;
  padding: 0 10px 2px 20px;
  background-color: #f6f6f6;
  *zoom: 1;
  overflow: hidden;
}
#hd01:after {
  content: "";
  display: table;
  clear: both;
}
#hd01 h1 {
  float: left;
  padding: 5px 0 0 0;
}
#hd01 ul {
  margin: 14px 0 0 0;
  padding: 0;
  float: right;
  list-style: none;
  *zoom: 1;
}
#hd01 ul:after {
  content: "";
  display: table;
  clear: both;
}
#hd01 ul li {
  width: 80px;
  float: left;
  text-align: center;
}
#hd01 ul li a {
  text-decoration: none;
}
#hd01 ul li p {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
#hd01 ul li .icon {
  margin-bottom: 2px;
  color: #6b8387;
}
#hd01 ul li .salon {
  margin-bottom: 0px;
}
#hd01 ul li a:hover .icon {
  color: #f4a32a;
}
#hd01 ul li .text {
  width: 70px;
  margin: 0 auto;
  padding: 2px 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 100%;
  color: #fff;
  background-color: #6b8387;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#hd01 ul li a:hover .text {
  background-color: #f4a32a;
}
#hd01 ul .active .icon {
  color: #f4a32a;
}
#hd01 ul .active .text {
  background-color: #f4a32a;
}
#hd01 ul .back {
  display: none;
}
#hd01 .navi {
  font-size: 28px;
  font-size: 2.8rem;
}
#hd01 .icon-salon {
  font-size: 30px;
  font-size: 3rem;
}
#hd01 .icon-logout {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 115%;
}

/* ===================================================================
パンくずリスト
=================================================================== */
#topicpath {
  height: 22px;
  margin-top: -12px;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #bbbbbb;
}
#topicpath p {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#topicpath p .icon-topicpath {
  padding: 0 3px 0 10px;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 19px;
}
#topicpath a {
  color: #fff;
}
#topicpath a:hover {
  color: #333;
}

/* ===================================================================
日付ヘッダー
=================================================================== */
#schedule_header {
  padding: 6px 10px;
  list-style: none;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#schedule_header:after {
  content: "";
  display: table;
  clear: both;
}
#schedule_header .date {
  margin: 2px 0 0 20px;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: bold;
}

/* ===================================================================
フォームパーツ｜共通
=================================================================== */
.input_form {
  margin: 4px 0;
  padding: 5px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #efefef;
  border: 1px solid #cecece;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
}

input.focus {
  background-color: #fbe1ea;
}

.input_button {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button_small, .button_small_header {
  border: none;
}

select {
  height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
}

.equip_time input[type=radio], .equip_time input[type=checkbox] {
  display: none;
}
.equip_time input.visible[type=radio], .equip_time input.visible[type=checkbox] {
  display: inline;
  margin-right: 2px;
}
.equip_time .radio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color linear;
  -webkit-transition-delay: 0.2s;
  -moz-transition: background-color linear 0.2s;
  -o-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 3px 8px 0;
  padding: 12px 12px 12px 42px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.equip_time .radio:hover {
  background-color: #d6ebcc;
}
.equip_time .radio:hover:after {
  border-color: #53b300;
}
.equip_time .radio:after {
  -webkit-transition: background-color linear;
  -webkit-transition-delay: 0.2s;
  -moz-transition: background-color linear 0.2s;
  -o-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  content: '';
}
.equip_time .radio:before {
  -webkit-transition: background-color linear;
  -webkit-transition-delay: 0.2s;
  -moz-transition: background-color linear 0.2s;
  -o-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.equip_time input[type=radio]:checked + .radio:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* ===================================================================
各種ボタン設定
=================================================================== */
.button_large {
  clear: both;
  width: 250px;
  height: 48px;
  margin: 0 auto 40px;
  width: 250px;
  height: 48px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 0px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.button_large:hover {
  background-color: #f4a32a;
}

.submit_large {
  width: 250px;
  margin: 10px auto;
}

.button_small, .button_small_header {
  width: 80px;
  height: 24px;
  margin: 0 auto;
  display: block;
  line-height: 190%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.button_small:hover, .button_small_header:hover {
  background-color: #e74c3c;
  color: #fff;
}

.button_small_header {
  margin: -26px 15px 0 0;
  line-height: 200%;
}

.blue {
  background-color: #6588c2;
}
.blue:hover {
  background-color: #e74c3c !important;
}

.red {
  background-color: #e74c3c;
}
.red:hover {
  background-color: #6588c2 !important;
}

.pink {
  background-color: #f0c5e3;
}
.pink:hover {
  background-color: #f0c5e3 !important;
}

.gray {
  background-color: #bbbbbb;
}
.gray:hover {
  background-color: #bbbbbb !important;
}

.green {
  background-color: #15a085;
}
.green:hover {
  background-color: #15a085 !important;
}

/* ===================================================================
大見出し
=================================================================== */
div.title {
  width: 100%;
  height: 40px;
  position: relative;
  margin: -10px 0 15px 10px;
  padding: 0 8px;
  color: #fff;
  background-color: #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
}
div.title h2 {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
div.title span {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  padding-top: 2px;
}
div.title .icon-group, div.title .icon-edit, div.title .icon-coupon {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 3px 0 0;
  padding: 0 5px 0 0;
  float: left;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
div.title .icon-edit, div.title .icon-coupon {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 1px 5px 0 0;
}
div.title .icon-setting {
  float: left;
  margin-right: 6px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 160%;
}
div.title .icon-member {
  float: left;
  margin-right: 6px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 175%;
}

/* ===================================================================
確認・完了画面
=================================================================== */
#left {
  width: 40%;
  margin: 30px 20px 20px 50px;
}
#left #infoBox {
  width: 100%;
  margin: 0 10px 20px 10px;
  padding: 30px;
  background-color: #faf9f5;
  border: 1px solid #cecece;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
}
#left #infoBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#left #infoBox ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 150%;
}
#left #infoBox ul .name {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  padding: 0 10px 5px 0;
  border-bottom: 1px dotted #ccc;
}

/* ===================================================================
フッター
=================================================================== */
.scroll {
  width: 32px;
  height: 30px;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  background-color: #bbbbbb;
}
.scroll a {
  width: 32px;
  height: 30px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.scroll a .icon-scroll {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

footer {
  width: 100%;
  height: 80px;
  margin-top: -12px;
  text-align: center;
  background-color: #bbbbbb;
  clear: both;
}
footer p {
  padding-top: 20px;
  color: #fff;
}

.facility label {
    clear: both;
    float: left;
    margin: 5px 25px;
    width: 100%;
}

/* Error box*/
.errorBox {
    width: 300px;
    position: relative;
    margin: 0 auto 15px;
    padding: 10px 15px;
    background-color: #e74c3c;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.errorBox:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 0, 0, 0);
    border-top-color: #e74c3c;
    border-width: 8px;
    margin-left: -8px;
}
.errorBox ul {
    margin: 0 15px;
    padding: 0;
}
.errorBox ul li {
    line-height: 150%;
}
#calendar #inner .selected-date .date {
    color: #000;
}
.logout .icon {
    height: 28px;
}
.logout .icon .icon-logout {
    /* background: url("../img/icon_logout.png") repeat scroll 0 0 rgba(0, 0, 0, 0); */
    display: block;
    height: 23px;
    margin-left: 27px;
    width: 24px;
}

.p-red {
    text-align: center;
    color: #e74c3c;
    font-size: 16px;
}