@import url("/60028883/wp-content/themes/multipress/style.css");
@import url("/60028883/wp-content/themes/multipress/common.css");
@import url("/60028883/wp-content/themes/multipress/theme.css");
@import url("/files/files_pc.css");
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* 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 {
  border-color: #ff276e;
  background-color: #ffffff;
}/*フロー外枠*/
.bookStepList > li {color: #c0c0c0;}/*フロー項目*/
.bookStepList > .active {color: #ff276e;}/*現在位置*/
.bookStepList > .passive {color: #ccc;}/*終わった項目*/
.bookStepList > li > span::after {border-color: transparent transparent transparent #ff276e;}/*フロー矢印*/

/*予約メニュー選択など 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: #ff276e;/*ボタン背景色*/
  box-shadow: 0 3px 0 #ff276e;/*ボタンシャドウ*/
  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;
}



/* ===================================================================================================================
   追加
------------------------------------------------------------------------------------------------------------------- */
html{
  background: none #fff;
}
/*全体フォント------------------------------*/
 body {
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
}

 /*フォント------------------------------*/
*[class*="title"],
*[class*="title"] h3, 
*[class*="title"] h4, 
*[class*="title"] a,
 #naka_page_title h1,
 .main_btn a,
 #primary ul.xoxo li ul li a,
 small a
 {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  /* letter-spacing: 0.05em; */
 }

/*中ページ*/
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0 0 calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0;
  height: 0;
  background: none transparent;
}
/*中ページ----------------------------------*/
body {
  position: relative;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  word-break: break-word;
  background: none no-repeat center top;
  background: url("/files/body_bg.png") no-repeat center top/100%;

}
/* ===================================================================================================================
   ■ フッター　@footer footer
------------------------------------------------------------------------------------------------------------------- */
:root {
  --footer_h: 724px;
  --footer_navi_top: 320px;
  --footer_navi_left: 480px;
  --footer_add_top: 385px;
  --footer_add_left: 480px;
  --footer_copy_bottom: 50px;
}
 
#footer_block {
  position: relative;
  height: var(--footer_h);
  background: url(/files/footer_bg.png) no-repeat center top;
}
#footer_box {
  height:  var(--footer_h);
  background: none transparent;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */


#footer-widget-area .widget-area{
position: absolute;
top: var(--footer_navi_top);
right: calc(50% -  var(--footer_navi_left));
}


#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
 #footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 200px;
  align-content: space-between;
  width: 300px;
  border: 0;
} 

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: 0;
  color: var(--footnavi_color);
  text-align:left;
  padding: 10px 0;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */

.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}



#footer_information{
  position: absolute;
  top: var(--footer_add_top);
  left: calc(50% - var(--footer_add_left));
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}




/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 70px auto 0 0;
  width: 170px;
}
#footer_sns_btn .footer_sns_inner {
  width: 170px;
  height: 25px;
}
#footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}

#copyright {
  position: absolute;
  bottom:var(--footer_copy_bottom);
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  position:fixed;
}

.fixed_btn div,
.fixed_btn div a {
  width: 60px;
  height: 50px;
}
.fixed_btn div a:hover img {
  opacity: 0.8;
}
.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 50px;
}
@media screen and (min-width: 2000px) {
.fixed_btn{right: calc(50% - 1000px); !important}
.fixed_btn a{overflow: hidden !important;}
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

/*#float_top_btn{
  bottom: 50px;
  right: 50px;
}*/
@media screen and (min-width: 2000px) {
#float_top_btn{right: calc(50% - 980px) !important;}
}
/*  グローバルナビ（access）@navi
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 751;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: var(--easys_access_h);
  top: calc(930 / var(--easys_naka_main_h) * 100%);
  transform-origin:top center;
  
}

#page_6 #access {top: calc(985 / var(--easys_top_main_h) * 100%);}

div#access .menu-header {
  margin: 0 auto 0 ;
  width: var(--easys_access_w);
  height: var(--easys_access_h);
  background: url(/files/header_bg.png) no-repeat center top/100%;
}

div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  height: var(--easys_access_h);
  margin: 0px;
  padding: 0px;
}

:root {
  --gnavi01: 164px;
  --gnavi02: 253px;
  --gnavi03: 166px;
  --gnavi04: 135px;
  --gnavi05: 127px;
  --gnavi06: 243px;
}

div#access .gnavi11 a { width: var(--gnavi01) !important;}
div#access .gnavi12 a { width: var(--gnavi02) !important;}
div#access .gnavi13 a { width: var(--gnavi03) !important;}
div#access .gnavi14 a { width: var(--gnavi04) !important;}
div#access .gnavi15 a { width: var(--gnavi05) !important;}
div#access .gnavi16 a { width: var(--gnavi06) !important;}
div#access .gnavi11 a { background-position-x: left;}
div#access .gnavi12 a {
  background-position-x: calc(var(--gnavi01) * -1) !important;}
div#access .gnavi13 a {
  background-position-x: calc((var(--gnavi01) + var(--gnavi02)) * -1) !important;}
div#access .gnavi14 a {
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03)) * -1) !important;}
div#access .gnavi15 a {
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04)) * -1) !important;}
div#access .gnavi16 a {background-position-x: right;}
div#access .menu-item a:hover { background-position-y: bottom;}


#access.fixed {
  position: fixed;
  height: var(--easys_access_h);
  width: 100%;
  max-width: calc(var(--easys_max_width)*1px);
  min-width: calc(var(--easys_min_width)*1px);
  padding: 0;
  top: 26px !important;
  bottom: inherit;
  right: 0;
  left: 0;
  z-index: 999;
}


#access.fixed .menu-header {
  float: none;
  max-width: calc(var(--easys_max_width)*1px);
  transform: none !important;
}


/*画像余白*/
#menu_rows .menu_row .main_description {
 width: 65%;
 margin-right: 1%;
}
#menu_rows .menu_frame_main img {
 padding-right: 30px;
}