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

@import url("/60022446/wp-content/themes/multipress/style.css");
@import url("/60022446/wp-content/themes/multipress/common.css");
@import url("/60022446/wp-content/themes/multipress/theme.css");
@import url("/files/files_common.css");
@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;
}


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

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

.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時*/


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

.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: 780px;padding: 0 10px 5px;}
.menu-comment {width: 660px;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 .content {margin: 50px 0 0;}

.staff-box-mini {/*「指名なしで予約する」ボタンが入っているボックス*/
  height: auto;
  border: none;
  /*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;
}

/*  ログインウィジェット
---------------------------------------------------------------------------------------------------- */
.block_outer {
  margin: 0 0 20px 0;
}
#login_area .block_body {
  display: flex;
  align-items: center;
  padding: 5px 80px;
  background-color: #ffffff;
}
#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 {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  width: 100px;
  height: 35px;
  border: none;
  border-radius: 50px;
  background-color: #283135;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 35px;
  opacity: 1;
  cursor: pointer;
  transition: opacity ease 0.5s;
}
#login_area .block_body .btn a:hover,
#login_area .block_body .btn input:hover {
  opacity: 0.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;
  padding: 70px 0;
  max-width: 960px;
  width: 100%;
}
#copyright {
  font-size: 10px;
}

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