@charset "UTF-8";

@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700";

#sln-salon.sln-salon--m {
  width: 100%;
  margin: 0px;
}
.row.sln-box--main {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  #sln-salon.sln-salon--m {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #sln-salon {
    border-style: none;
  }
}


/* ステップナビゲーション
-----------------------------------------*/
.booking__stepnav {
  width: 85vw;
  margin-left: 9px;
  margin-bottom: 50px;
}
.booking__stepnav ol {
  margin-top: 40px;
  margin-left: 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
  height: 47px;
}
.booking__stepnav ol li {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  line-height:1.5; 
  padding-left: 40px;
  text-align: center;
  vertical-align: middle;
  color: #898989;
  font-size: 12px;
  background-color: #f9f9f9;
  font-weight: bold;
}
.booking__stepnav ol li:first-child {
  padding-left: 0;
}
.booking__stepnav ol li:nth-child(2) {
  background-color: #efefef;
}
.booking__stepnav ol li:nth-child(3) {
  background-color: #e5e5e5;
}
.booking__stepnav ol:nth-child(2) li:nth-child(1) {
  background-color: #dddddd;
}
.booking__stepnav ol:nth-child(2) li:nth-child(2) {
  background-color: #d5d5d5;
}
.booking__stepnav ol:nth-child(2) li:nth-child(3) {
  background-color: #cccbcb;
}

.booking__stepnav ol li .booking__step_icon {
  flex-shrink: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #898989;
  text-align: center;
  line-height: 22px;
  margin-right: 5px;
  color: #FFFFFF;
}
.booking__stepnav ol li.current .booking__step_icon {
  background-color: #e63037;
}

@media screen and (min-width: 768px) {
  .booking__stepnav {
    margin: 53px auto 69px;
    max-width: 1000px;
  }
  .booking__stepnav ol {
    height: 72px;
  }
  .booking__stepnav ol li {
    font-size: 19px;
    line-height:1.5; 
  }
  .booking__stepnav ol li:nth-child(4) {
    background-color: #dddddd;
  }
  .booking__stepnav ol li:nth-child(5) {
    background-color: #d5d5d5;
  }
  .booking__stepnav ol li:nth-child(6) {
    background-color: #cccbcb;
  }
  .booking__stepnav ol li .booking__step_icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}
.booking__stepnav ol li.current {
  background-color: #ffeded !important;
  color: #e63037;
}

.booking__stepnav ol li:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -23.5px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 23.5px solid #cccccc;
  z-index: 1;
}
.booking__stepnav ol:nth-child(2) li:nth-child(3):before,
.booking__stepnav ol li:nth-child(6):before {
  display: none;
}
.booking__stepnav ol li:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -23.5px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 23.5px solid #f9f9f9;
  z-index: 1;
}
.booking__stepnav ol li:nth-child(2):before,
.booking__stepnav ol li:nth-child(2):after {
  border-left-color: #efefef;
}
.booking__stepnav ol li:nth-child(3):before,
.booking__stepnav ol li:nth-child(3):after {
  border-left-color: #e5e5e5;
}
.booking__stepnav ol:nth-child(2) li:nth-child(1):before,
.booking__stepnav ol:nth-child(2) li:nth-child(1):after {
  border-left-color: #dddddd;
}
.booking__stepnav ol:nth-child(2) li:nth-child(2):before,
.booking__stepnav ol:nth-child(2) li:nth-child(2):after {
  border-left-color: #d5d5d5;
}
.booking__stepnav ol li:last-child:after {
  display: none;
}
.booking__stepnav ol li.current {
  border-top: solid 1px #ffeded;
  border-bottom: solid 1px #ffeded;
}
.booking__stepnav ol li.current:before,
.booking__stepnav ol li.current:after {
  border-left-color: #ffeded !important;
}

@media screen and (min-width: 768px) {
  .booking__stepnav ol li:before {
    right: -36px;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 36px solid #cccccc;
  }
  .booking__stepnav ol li:after {
    right: -36px;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 36px solid #f9f9f9;
  }
  .booking__stepnav ol li:nth-child(2):before,
  .booking__stepnav ol li:nth-child(2):after {
    border-left: 36px solid #efefef;
  }
  .booking__stepnav ol li:nth-child(3):before,
  .booking__stepnav ol li:nth-child(3):after {
    border-left: 36px solid #e5e5e5;
  }
  .booking__stepnav ol li:nth-child(4):before,
  .booking__stepnav ol li:nth-child(4):after {
    border-left: 36px solid #dddddd
  }
  .booking__stepnav ol li:nth-child(5):before,
  .booking__stepnav ol li:nth-child(5):after {
    border-left: 36px solid #d5d5d5;
  }
  .booking__stepnav ol li.current:after {
    border-left: 36px solid #ffeded;
  }
}

.booking__background {
  position: relative;
  height: 17px;
  z-index: 1;
}
.booking__background img {
  position: absolute;
  width: 23vw;
  top: -1vw;
  right: 11vw;
  z-index: -1;
}


/* エラー表示
-----------------------------------------*/
#sln-salon .sln-box--main--flattop {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 33px;
}


/* 店舗選択
-----------------------------------------*/
.booking__shop_list {
  width: 85vw;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.booking__shop_radio {
  display: none;
}
.booking__shop_list label {
  background-color: #FFFFFF;
  cursor: pointer;
  color: #222222;
  border: solid 1px #e63037;
  border-radius: 10px;
  height: 76px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  display: table;
  z-index: 2;
}
.booking__shop_radio:checked + label {
  background-color: #138E3D;
  border-color: #138E3D;
  color: #FFFFFF;
}
.booking__shop_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  line-height:1.2;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .booking__shop_list label {
    width: 30%;
  }
}

/* サービス選択
-----------------------------------------*/
.booking__service_list {
  width: 85vw;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.booking__service_box {
  width: 100%;
  min-height: 290px;
  padding: 30px 30px 0 30px;
  background-color: #FDF3ED;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  border-radius: 10px;
  z-index: 2;
}
.booking__service_box h2 {
  font-size: 18px;
  text-align: center;
}
.booking__service_description {
  flex-grow: 1;
  font-size: 14px;
  margin-top: 12px;
}
p.booking__service_description {
  line-height: 1.71!important;
}
.booking__service_time {
  font-size: 14px;
  line-height:1.71!important;
  margin-bottom: 11px;
}
.booking__service_radio {
  display: none;
}
.booking__service_box label {
  background-color: #FFFFFF;
  cursor: pointer;
  color: #222222;
  border: solid 1px #e63037;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  display: table;
}
.booking__service_box label:before {
  content: '\9078\629E\3059\308B';
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.booking__service_radio:checked + label {
  background-color: #138E3D;
  border-color: #138E3D;
  color: #FFFFFF;
}
.booking__service_radio:checked + label:before {
  content: '\9078\629E\6E08\307F';
}

@media screen and (min-width: 768px) {
  .booking__service_box {
    width: 30%;
  }
}

/* スタッフ選択
-----------------------------------------*/
.booking__staff_list {
  width: 85vw;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.booking__staff_radio {
  display: none;
}
.booking__staff_list label {
  background-color: #FFFFFF;
  cursor: pointer;
  color: #222222;
  border: solid 1px #e63037;
  border-radius: 10px;
  height: 200px;
  width: 45%;
  text-align: center;
  margin-top: 20px;
  display: table;
}
.booking__staff_radio:checked + label {
  background-color: #138E3D;
  border-color: #138E3D;
  color: #FFFFFF;
}
.booking__staff {
  display: table-cell;
  vertical-align: middle;
}
.booking__staff_image {
  width: 130px;
  margin: 0 auto;
}
.booking__staff_image img {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  object-fit: cover;
  border: 1px solid #CCCCCC!important;
}
.booking__staff_name {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 15px;
}
img.attachment-thumbnail.size-thumbnail.wp-post-image {
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .booking__staff_list label {
    width: 18%;
    z-index: 1;
  }
}


/* 日時選択
-----------------------------------------*/
.booking__date_table {
  width: 85vw;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  text-align: center;
  border-collapse: collapse;
}

.booking__date_table th,
.booking__date_table td {
  border-collapse: collapse;
  border: 1px solid #707070;
}
.booking__date_table .week {
  width: 5vw;
}
.booking__date_table .week a,
.booking__date_select_week .week a {
  position: relative;
  color: #222222;
}
.booking__date_select_week .week a:first-child {
  margin-left: 8vw;
}
.booking__date_select_week .week a:last-child {
  margin-right: 10vw;
}

.booking__date_table .week:first-child a::before,
.booking__date_select_week .week:first-child a::before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 3px solid #e63037;
  border-right: 3px solid #e63037;
  transform: rotate(-135deg) translateY(50%);
  position: absolute;
  top: 50%;
  left: -1.2vw;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.booking__date_select_week .week:first-child a::before {
  left: -4vw;
}
.booking__date_table .week:last-child a::after,
.booking__date_select_week .week:last-child a::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 3px solid #e63037;
  border-right: 3px solid #e63037;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: -0.5vw;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.booking__date_select_week .week:last-child a::after {
  right: -2vw;
}
.booking__date_table .sunday {
  font-size: 11px;
  background-color: #ffeded;
  color: #e63037;
}
.booking__date_table .saturday {
  background-color: #F0F5FF;
  color: #0E6CAF;
}
.booking__date_table .sunday span,
.booking__date_table .saturday span {
  font-size: 16px;
  font-weight: bold;
}
.booking__date_table thead {
  font-size: 11px;
  font-weight: bold;
}
.booking__date_table thead td {
  height: 50px;
}
.booking__date_table tbody th {
  background-color: #F7F7F7;
  text-align: center!important;
  font-size: 11px;
}
.booking__date_table tbody td {
  font-size: 18px;
  line-height: 2.06;
  font-weight: bold;
  color: #e63037;
}
.booking__date_table tbody .time {
  line-height: 2.31;
  background-color: #F7F7F7;
  color: #222222;
}
.booking__date_table tbody .bad {
  background-color: #E8E8E8;
  color: #222222;
}
.booking__date_table input {
  display: none;
}

.booking__date_table label {
  display: block;
}
.booking__date_table .bad label {
  cursor: not-allowed!important;
}
.booking__date_select_week {
  width: 85vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-bottom: 18px;
}
.booking_date_description {
  width: 85vw;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 23px;
}
.booking_date_description span {
  width: 85vw;
  margin: 0 auto;
  max-width: 1000px;
  color: #e63037;
}
.is-checked.good label {
  color: #FFFFFF;
}
td.is-checked {
  background-color: #138E3D;
}
.display_none_area {
  display: none;
}
div[id^="column_day_"] {
  line-height: 1.31;
}
div[id^="column_youbi_"] {
  line-height: 1.36;
}
td#td-year-month {
  line-height: 1.33;
}
a#last_week {
  text-decoration:underline;
  line-height: 1.31;
}
a#next_week {
  text-decoration:underline;
  line-height: 1.31;
}
@media screen and (min-width: 768px) {
  .booking__date_table thead {
    font-size: 16px;
  }
  .booking__date_table .sunday {
    font-size: 16px;
  }
  .booking__date_table tbody th {
    font-size: 16.2px;
  }
}
/* 情報入力
-----------------------------------------*/
#sln-salon .radio label,
label.radio-label {
  padding-left: 20px;
}
textarea.form_input_item_textarea.sln-input.sln-input--textarea {
  max-width: 100%;
}
div.error_message_policy.col-xs-12,
div.error_message_vali.col-xs-12 {
  font-size: 95%;
  border: 2px solid #ffb900;
  padding: 0.2em 1em;
  margin-top: 10px;
}
.error_message_sln {
  padding-left: 10px;
}
#sln-salon .row.salon_details {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

@media screen and (min-width: 768px) {
  #sln-salon .radio label,
  label.radio-label {
    padding-left: 0px;
  } 
}