/* book_pc.css */
/* PC側にのみ  */


@import url("/files/files_pc.css");


.odd {
    border-left:     none;
}

/* フロント スケジュール一覧 */
.FlineLeft {
    border-left: 1px solid #929FAD;
    box-sizing: border-box;
}

.FlineRight {
    border-right: 1px solid #929FAD;
    box-sizing: border-box;
}
.FlineTop {border-top: 1px solid #929FAD;}
.FlineBottom {border-bottom: 1px solid #929FAD;}


#access ul li:hover > ul {
    display: block;
}

#outer_block {
  background: none transparent;
  padding: 70px 0 100px;
}




#float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 999;
}

.fixed_btn {
    bottom: 150px;
    position: fixed;
    right: 0;
    z-index: 1000;
}
.fixed_btn div {
    height: 50px;
    margin-bottom: 10px;
    right: 0;
    width: 55px;
}
.fixed_btn div a {
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    width: 55px;
}

  

/* ===================================================================================================================
   ■ 予約画面
------------------------------------------------------------------------------------------------------------------- */
/*フロー矢印*/
.flow_area {margin: 0 0 50px;}
.flow_area .bookStepList {border-color: #565656;}/*フロー外枠*/
.bookStepList > li {color: #c0c0c0;}/*フロー項目*/
.bookStepList > .active {color: #565656;}/*現在位置*/
.bookStepList > .passive {color: #ccc;}/*終わった項目*/
.bookStepList > li > span::after {border-color: transparent transparent transparent #565656;}/*フロー矢印*/


.title {/*予約メニュー選択など h3*/
  background-image: url(/files/entry_title_bg.png);
  color: #000000;
  height: 70px;
  line-height: 70px;
  text-align: left;
  padding: 0 0 0 5px;
  width: 955px;
  font-size: 23px;
  font-weight: normal;
}

.button {
  background-color: #000;/*ボタン背景色*/
  box-shadow: 0 3px 0 #222;/*ボタンシャドウ*/
  color: #fff !important;/*ボタンテキストカラー*/
  letter-spacing: 0;
  width: 130px;
  text-decoration: none;
}
.button:hover {background-color: #222;box-shadow: 0 3px 0 #444;}/*ボタンhover時*/


/*  メニュー選択画面
---------------------------------------------------------------------------------------------------- */
#main_column h3 {/*各メニュータイトルなど h4*/
  background-image: url(/files/sub_entry_title_bg.jpg);
  font-weight: normal;
  width: 740px;
  line-height: 35px;
  font-size: 22px;
  height: 35px;
  padding: 15px 0 10px 40px;
}

.menu-list-box {
  width: 100%;
  height: auto;
  background: none #fff;
  border: solid 1px #000;
}
.menu-left,
.menu-right,
.menu-name,
.menu-comment,
.menu-time,
.menu-tag,
.menu-price {
  background: none transparent;
  border: none;
}
.menu-left {width: 800px;}
.menu-left,
.menu-right,
.menu-name {height: auto;}
.menu-name {width: 100%;}
.menu-time {width: 760px;padding: 0 10px 5px;}
.menu-comment {width: 760px;padding: 10px;height: auto;min-height: 90px;}

.menu-tag {width: 650px;}
.menu-right {padding: 73px 0 0 5px;}
.menu-price {font-size: 15px;color: #f00;}/*金額*/

.MenuIcon {background-color: #666;}/*メニュータグ*/



/*  日時を選択
---------------------------------------------------------------------------------------------------- */
table th, div#mycontents_area table caption {
  background: none transparent;
  color: #000;
}
table, table th, table td, table caption, table select {
  border-color: #000;
  border-left: none !important;
  border-right: none !important;
  font-size: 14px;
}


/*予約テーブル*/
.headerYM, .cal, .header, .dd,
.cel1, .cel2, .cel3, .cel4, .cel5,
.cel6, .cel7, .cel8, .cel9, .cel10 {background: none #ccc;}/*ヘッダ 日付部分背景*/
.time {background: none #f0f0f0;}/*左右の時間セル背景*/

/*予約テーブル 960pxに変更*/
.time, .book-list {height: 35px;}
.dd, .book-list {width: 76px;}
.cel1 {width: 76px;}
.cel2 {width: 152px;}
.cel3 {width: 228px;}
.cel4 {width: 304px;}
.cel5 {width: 380px;}
.cel6 {width: 456px;}
.cel7 {width: 532px;}
.cel8 {width: 608px;}
.cel9 {width: 684px;}
.cel10 {width: 760px;}

.none:hover,
.link_box a:hover,
.book-list:hover {background: none #444;opacity: 1;color: #fff;}

/*土曜*/
.sat {background: none lightblue;color: #618AFF;}
/*日曜*/
.sun {background: none lightpink;color: #FF0000;}


/*  スタイリストを選択
---------------------------------------------------------------------------------------------------- */
#staff {}
#staff .content {margin: 50px 0 0;}

.staff-box-mini {/*「指名なしで予約する」ボタンが入っているボックス*/
  height: auto;
  border: solid 1px #fff;
}
/*指名して予約する*/
.staff-box {
  float: none;
  width: auto;
  height: auto !important;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #E4E4E4;
  background: none #fff;
}
.staff-picture {
  float: left;
  padding: 0 10px 0 0;
}
.staff-comment {
  height: auto !important;
  width: auto;
  padding: 0 0 15px 160px;
}

/*  お客様情報入力
---------------------------------------------------------------------------------------------------- */
input, textarea, select {opacity: 0.8;color: #000;}


/*  予約内容の確認
---------------------------------------------------------------------------------------------------- */
.btn_area {margin: 30px 0;}
.btn_area ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.btn_area ul li {text-align: center;display: block;margin: 0 10px;}

.msg {color: #f00;}/*テーブル内 注意メッセージ*/


/*  予約完了
---------------------------------------------------------------------------------------------------- */
.yoyaku {/*予約番号セル*/
  background: none #ddd;
  color: #000;
  font-weight: bold;
}

.not_font_weight{
    font-weight: normal;
}

.not_font_weight label{
    font-weight: normal;
}
/*  追加分
---------------------------------------------------------------------------------------------------- */
#branding_box{
  width: 100%;
}

