/* book_pc.css */
/* PC側にのみ  */
.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;
}


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

/*予約メニュー選択など h3*/
.item{
  margin: 0 0 50px;
}
.title{
  background-image: url(/files/entry_title_bg.png);
  color: #000000;
  font-size: 23px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  text-align: left;
  text-indent: 10px;
  width: 100%;
}

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


/*  メニュー選択画面
---------------------------------------------------------------------------------------------------- */
/*各メニュータイトルなど h4*/
#main_column h3{
  background-image: url(/files/sub_entry_title_bg.png);
  box-sizing: border-box;
  font-size: 22px;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 20px;
  width: 100%;
}

.menu-list-box{
  background: none #ffffff;
  border: solid 1px #000000;
  height: auto;
  width: 100%;
}
.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{
  padding: 0 10px 5px;
  width: 780px;
}
.menu-comment{
  height: auto;
  min-height: 90px;
  padding: 10px;
  width: 660px;
}

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

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



/*  日時を選択
---------------------------------------------------------------------------------------------------- */
table th,
div#mycontents_area table caption{
  background: none transparent;
  color: #000000;
}
table,
table th,
table td,
table caption,
table select{
  border-color: #000000;
  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 #cccccc;
}/*ヘッダ 日付部分背景*/
.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 #444444;
  color: #ffffff;
  opacity: 1;
}

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


/*  スタイリストを選択
---------------------------------------------------------------------------------------------------- */

#staff .content{
  margin: 50px 0 0;
}

.staff-box-mini{
  border: none;

/*「指名なしで予約する」ボタンが入っているボックス*/
  height: auto;

  /*border: solid 1px #fff;*/
}
/*指名して予約する*/
.staff-box{
  background: none #ffffff;
  border: 1px solid #e4e4e4;
  float: none;
  height: auto !important;
  overflow: hidden;
  padding: 10px;
  width: auto;
}
.staff-picture{
  float: left;
  padding: 0 10px 0 0;
}
.staff-comment{
  height: auto !important;
  padding: 0 0 15px 160px;
  width: auto;
}

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


/*  予約内容の確認
---------------------------------------------------------------------------------------------------- */
.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;
  -webkit-justify-content: center;
          justify-content: center;
}
.btn_area ul li{
  display: block;
  margin: 0 10px;
  text-align: center;
}

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


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

.not_font_weight{
  font-weight: normal;
}

.not_font_weight label{
  font-weight: normal;
}

/*  ログインウィジェット
---------------------------------------------------------------------------------------------------- */
.block_outer{
  margin: 0 0 20px 0;
}
#login_area .block_body{
  align-items: center;
  background-color: #ffffff;
  display: flex;
  padding: 5px 80px;
}
#login_area .block_body > *{
  display: block;
  width: 100%;
}
#login_area .block_body .formlist dd input[type="text"],
#login_area .block_body .formlist dd input[type="password"]{
  width: 180px;
}
#login_area .block_body .formlist dd.mini input[type="checkbox"]{
  margin: 0;
}
#login_area .block_body .formlist dd.mini label{
  vertical-align: text-bottom;
}
#login_area .block_body .btn a,
#login_area .block_body .btn input{
  background-color: #283135;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  margin: 0 20px 0 0;
  opacity: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: opacity ease .5s;
  width: 100px;
}
#login_area .block_body .btn a:hover,
#login_area .block_body .btn input:hover{
  opacity: .7;
}

/*  MYページ
---------------------------------------------------------------------------------------------------- */
#mycontents_area > p{
  margin: 0 0 50px 0;
}
#mycontents_area div.attention{
  color: red;
}

/*  会員登録
---------------------------------------------------------------------------------------------------- */
.tblareabtn > a,
.tblareabtn > input{
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: baseline;
}

/*  追加分
---------------------------------------------------------------------------------------------------- */
/*基本デザイン*/
#wrapper{
  max-width: none;
}
#site-description a{
  font-size: 10px;
}
#outer_block{
  margin: 0 auto;
  max-width: 960px;
  padding: 70px 0;
  width: 100%;
}
#copyright{
  font-size: 10px;
}

/*スケジュール*/
#schedule > .content{
  background-color: #ffffff;
}
#schedule > .content > .left > .FlineRight .glyphicon{
  vertical-align: baseline;
}


#login_area h2,
#search_area h2,
#calender_area h2,
#cart_area h2,
#cart h2{
  background: bisque;
}