@charset "UTF-8";
/* 変数 */
/* 基礎のスタイル */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,600,700|Roboto:400,400i,500,500i,700,700i&display=swap&subset=japanese'); */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

  /* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  position: relative;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  background: #e6e6e6;
  word-break: break-all;
}


body.wp-admin {
  background: #f1f1f1;
  color: #444;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  min-width: 600px;
}


#yoyaku-frame a {
  text-decoration: none;
}


#yoyaku-frame [type=button],
#yoyaku-frame [type=reset],
#yoyaku-frame [type=submit],
#yoyaku-frame button {
  /*-webkit-appearance: button;*/
}

#yoyaku-frame button,#yoyaku-frame  select {
  text-transform: none;
}

#yoyaku-frame button, #yoyaku-frame input {
  overflow: visible;
}

#yoyaku-frame input[type=submit],
#yoyaku-frame input[type=text],
#yoyaku-frame input[type=tel],
#yoyaku-frame input[type=number]{  
  -webkit-appearance:none;
}

#yoyaku-frame input:read-only{
  background-color: #eee;
  -webkit-appearance:none;
}

.link-btn.commit:disabled{
  background-color: #ddd;
  color: #333;
  -webkit-appearance:none;
}

button {
  -webkit-appearance: button;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(buttontext, #aaaaaa);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  background-color: -internal-light-dark-color(#efefef, #4a4a4a);
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark-color(#767676, #c3c3c3);
  border-image: initial;
}

/* 共通のスタイル */
.wrap {
  width: 100%;
}

.text-center{
  text-align: center;
}

.btn-box{
    padding: 1em 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eee;
    border-top: 1px solid #ccc;
}


.junbi{
  text-align: center;
  padding:30px;
}

.search-box{
  display: flex;
  align-items: center;
  padding: 1em 30px;
  text-align: center;
}

#yoyaku-frame .search-box a{
  display: inline-block;
  width: 100%;
  background-color: #03A9F4;
  border-bottom: 5px solid #0c8ac3;
  border-radius: 0.3em;
  color: #fff;
  padding: 1em;
}

.search-box a:hover{
  opacity: 0.8;
}


.search-box a .fa{
  margin-right:5px;
  font-size:18px;
}

.confirm-tbl{
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 15px 0;
}


.confirm-tbl th{
  text-align: right;
  vertical-align: top;
  padding: 1em;
  padding-left: 0;
  width: 20%;
  min-width: 110px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  background-color: #fafafa;
}

.confirm-tbl th span.re{
  color: red;
}

.confirm-tbl td{
   vertical-align: top;
   text-align: left;
   padding: 1em;
   border-bottom: 1px solid #999;
   background-color: #fff;
}

.confirm-tbl td.none{
  padding: 0;
}


.confirm-tbl tbody tr:first-child th{
    border-top: 1px solid #999;
}

.confirm-tbl tbody tr:first-child td{
  border-top: 1px solid #999;
}

.confirm-tbl .tbl{
  border-bottom: 1px solid #999;
  padding: 1em;
}

.confirm-tbl .tbl:last-child{
    border-bottom: none;
}



@media only screen and (min-width: 1500px) {
  .wrap {
    width: 1500px;
    margin: 0 auto;
  }
}
/* ----- header ----- */
header {
  position: absolute;
  top: 0;
  z-index: 1000;
}
header .site-header-inner .logo {
  width: 32%;
}

/* ページのスタイル*/
#yoyaku-frame {
  margin: 32px auto;
  background: #fafafa;
  min-height: 100vh;
  max-width: 1024px;
  margin: auto;
}

#yoyaku-frame.hide{
  min-height: auto;
  display: none;
}

#yoyaku-frame #yoyaku-flow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #dedede;
  background-color: #f2f2f2;
  list-style: none;
}
#yoyaku-frame #yoyaku-flow .yoyaku-item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20%;
  padding: 0 5px;
  font-weight: 600;
  text-align: center;
}
#yoyaku-frame #yoyaku-flow .yoyaku-item:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  width: 100%;
  height: 20px;
  background-image: -o-radial-gradient(#888 12%, rgba(0, 0, 0, 0) 24%), -o-radial-gradient(#888 12%, rgba(0, 0, 0, 0) 24%);
  background-image: radial-gradient(#888 12%, rgba(0, 0, 0, 0) 24%), radial-gradient(#888 12%, rgba(0, 0, 0, 0) 24%);
  background-repeat: repeat-x;
  background-position: left 7px;
  background-size: 6px 6px;
}

#yoyaku-frame #yoyaku-flow .yoyaku-item.active:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  width: 100%;
  height: 20px;
  background-image: radial-gradient(#333 0,#333 100%);
  background-position: left 9px;
  background-size: 2px 2px;
}


#yoyaku-frame #yoyaku-flow .yoyaku-item .y-flow-no {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-align: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin: 0 auto;
  border: 2px solid #888;
  border-radius: 999em;
  background-color: #fff;
  color: #888;
  font-size: 12px;
}
#yoyaku-frame #yoyaku-flow .yoyaku-item .y-flow-txt {
  color: #888;
  font-size: 10px;
  line-height: 1.2;
}
#yoyaku-frame #yoyaku-flow .yoyaku-item.active .y-flow-no {
  border: 2px solid #333;
  color: #333;
}
#yoyaku-frame #yoyaku-flow .yoyaku-item.active .y-flow-txt {
  color: #333;
}
#yoyaku-frame #yoyaku-target-list {
  background-color: #fff;
}
#yoyaku-frame #yoyaku-target-list .yoyaku-target-item {
  padding: 18px;
  background-color: #fff;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .tag{
    padding: 1px 7px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    background-color: #d88567;
    color: #fff;
    margin-bottom: 3px;
    border-radius: 2px;
}



#yoyaku-frame #yoyaku-target-list .yoyaku-target-item:not(:first-child) {
  border-top: 1px solid #dedede;
}
#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-basic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-basic .y-target-image {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-basic .y-target-basic-txt {
  color: #333;
  font-weight: 600;
  line-height: 1.846153846;
  width: 70%;
  font-size: 13px;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-basic .y-target-basic-txt p{
  font-size: 13px;
  font-weight: normal;
}



#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-basic .y-target-basic-txt .y-target-title {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.846153846;
  padding-right: 5px;
}
#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-basic .y-target-basic-txt .y-target-attr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-basic .y-target-basic-txt .y-target-attr .y-target-time {
  margin-right: 12px;
  font-weight: 400;
  color: #FF5722;
}


#yoyaku-frame #yoyaku-target-list .yoyaku-target-item.customer:last-child{
   border-bottom: 1px solid #dedede;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item.customer .y-target-basic-txt .y-target-attr{
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item.customer .y-target-basic-txt .y-target-title{
   display: flex;
   align-items: center;
   font-weight: bold;
   padding-bottom: 10px;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item.customer .y-target-basic-txt .y-target-attr .title{
  display: block;
  min-width: 100px;
  width: 20%;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item.customer .y-target-basic-txt .y-target-attr .txt{
  display: block;  
  padding-left: 1em;
  border-left:1px solid #333;
  width: 79.999%;
  line-height: 1.5em;
}

#yoyaku-frame .status-tag1{
  margin-left: 1em;
  background-color: #2196F3;
  color: #fff;
  padding: 4px 7px 2px;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  width: 75px;
}

#yoyaku-frame .status-tag2{
  margin-left: 1em;
  background-color: #000;
  color: #fff;
  padding: 4px 7px 2px;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  width: 75px;
}

#yoyaku-frame .status-tag3{
  margin-left: 1em;
  background-color: #ccc;
  color: #fff;
  padding: 4px 7px 2px;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  width: 75px;
}


#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-details {
  margin-top: 10px;
  position: relative;
  padding-bottom: 0;
}
#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-details .y-target-detail-txt {
  margin: 0 0 0px;
  color: #333;
  font-size: 14px;
  line-height: 1.57143;
  white-space: normal;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-details .y-target-detail-txt .teiji{
  padding:5px 0;
  display: flex;
  justify-content: flex-start;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-details .y-target-detail-txt .teiji p{
  border:1px solid #ddd;
  padding: 2px 5px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 3px;
  font-size: 13px;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-details .y-target-btn-select {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 23px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 36px;
  padding: 5px 29px;
  border: 1px solid #2196f3;
  border-radius: 4px;
  background-color: #fff;
  color: #2196f3;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.167;
  text-align: center;
  text-decoration: none;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-details .y-target-btn-select::hover{
  opacity: 0.8;
}


#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-details.col-right{
   display: flex;
   flex-direction: column;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-details.col-right .y-target-btn-select{
  position: static;
   display: block;
   margin-top: 5px;
   margin-left: auto;
   margin-right: 0;
}

#yoyaku-schedule{
  /*
  transition-property: display;
-webkit-transition: all 1.2s ease;
 transition: all 1.2s ease;
   */
   margin-bottom: 2em;
}

#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-header-inner {
  padding: 14px 18px 9px;

  color: #4b4b4b;
  font-size: 11px;
  line-height: 1.181818182;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-header-inner .y-schedule-header-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  justify-content: space-between;
  font-size: 13px;
}

#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-header-inner .y-schedule-header-title .link-btn{
  margin-left: auto;
  margin-right: 0;
}


#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-attrs {
  padding: 12px 18px;
  flex-shrink: 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background-color: #fff;
  color: #333;
  line-height: 1.846153846;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-attrs.usetime{
  background-color: #fffce5f5;
  border-top: none;
}


#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-attrs .y-schedule-attrs-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-attrs .y-schedule-attrs-row.flex-start{
  justify-content: flex-start;
}

#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-attrs .y-schedule-attrs-row.flex-center{
  justify-content: space-between;
}




#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-attrs .y-schedule-attrs-row .y-schedule-attrs-infos {
  color: #333;
  font-weight: 600;
  line-height: 1.846153846;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-attrs .y-schedule-attrs-row .y-schedule-attrs-infos .y-schedule-attrs-txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-attrs .y-schedule-attrs-row .y-schedule-attrs-infos .y-schedule-attrs-txt .y-schedule-attrs-minutes {
  margin-right: 12px;
  font-weight: 400;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-attrs .y-schedule-attrs-row .y-schedule-btn-change {
  margin-left: 30px;
  min-width: 54px;
  min-height: 26px;
  padding: 5px 14px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ff6469;
  border-radius: 4px;
  background-color: #fff;
  color: #ff6469;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.167;
  text-align: center;
  text-decoration: none;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-nav-week {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 14px 20px;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-nav-week .y-schedule-nav-week-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 65px;
  height: 30px;
  padding: 4px;
  border: 1px solid #262626;
  border-radius: 4px;
  background-color: #fff;
  color: #262626;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  vertical-align: top;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-nav-week .y-schedule-nav-week-btn:disabled {
  opacity: .3;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-nav-week .y-schedule-nav-week-btn.y-schedule-nav-week-btn-today {
  width: 65px;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-nav-week .y-schedule-nav-week-btn.y-schedule-nav-week-btn-prev, #yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-nav-week .y-schedule-nav-week-btn.y-schedule-nav-week-btn-next {
  position: relative;
  width: 30px;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-nav-week .y-schedule-nav-week-btn.y-schedule-nav-week-btn-prev:after, #yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-nav-week .y-schedule-nav-week-btn.y-schedule-nav-week-btn-next:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-nav-week .y-schedule-nav-week-btn.y-schedule-nav-week-btn-prev:after {
  left: calc(50% - 2px);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-nav-week .y-schedule-nav-week-btn.y-schedule-nav-week-btn-next:after {
  left: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar {
  border-top: 1px solid #dedede;
  background: #fff;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dedede;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-time {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  -ms-flex-item-align: center;
  align-self: center;
  width: 16%;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
  border-left: 1px solid #dedede;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-month-row {
  display: -ms-flexbox;
  display: flex;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-month-row .y-schedule-calendar-header-title-month {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 8px 0 6px;
  border-bottom: 1px solid #dedede;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-month-row .y-schedule-calendar-header-title-month:not(:first-child) {
  border-left: 1px solid #dedede;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-month-row .y-schedule-calendar-header-title-month[data-style=days1] {
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-month-row .y-schedule-calendar-header-title-month[data-style=days2] {
  -ms-flex-preferred-size: 28.57143%;
  flex-basis: 28.57143%;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-month-row .y-schedule-calendar-header-title-month[data-style=days3] {
  -ms-flex-preferred-size: 42.85714%;
  flex-basis: 42.85714%;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-month-row .y-schedule-calendar-header-title-month[data-style=days4] {
  -ms-flex-preferred-size: 57.14286%;
  flex-basis: 57.14286%;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-month-row .y-schedule-calendar-header-title-month[data-style=days5] {
  -ms-flex-preferred-size: 71.42857%;
  flex-basis: 71.42857%;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-month-row .y-schedule-calendar-header-title-month[data-style=days6] {
  -ms-flex-preferred-size: 85.71429%;
  flex-basis: 85.71429%;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-month-row .y-schedule-calendar-header-title-month[data-style=days7] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-date {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-date .y-schedule-calendar-header-title-date-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 1 14.28%;
  flex: 1 1 14.28%;
  padding: 8px 0 6px;
  line-height: 1.1;
  list-style: none;
  text-align: center;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-date .y-schedule-calendar-header-title-date-item:not(:first-child) {
  border-left: 1px solid #dedede;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-date .y-schedule-calendar-header-title-date-item.zxWK50KXoQ2-Ugg7U0rRW, #yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-date .y-schedule-calendar-header-title-date-item[data-style=Sat] {
  color: #0ac;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-date .y-schedule-calendar-header-title-date-item.Cu9V_1f-9dh56K9SviQVY, #yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-date .y-schedule-calendar-header-title-date-item[data-style=Sun] {
  color: #f33;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-date .y-schedule-calendar-header-title-date-item [data-style=num] {
  display: block;
  font-family: DIN Alternate, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-date .y-schedule-calendar-header-title-date-item [data-style=dow] {
  display: block;
  font-size: 11px;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content {
  display: -ms-flexbox;
  display: flex;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-timeline {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  width: 16%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-timeline .y-schedule-calendar-timeline-item {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 36px;
  padding-right: 8px;
  border-bottom: 1px solid #dedede;
  color: #666464;
  font-family: DIN Alternate, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-timeline .y-schedule-calendar-timeline-item[data-style=zeroMinutes] {
  color: #333;
  font-size: 16px;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-timeline .y-schedule-calendar-timeline-item[data-style=zeroMinutes]:not(:first-child) {
  border-top: 1px solid #dedede;
}


#yoyaku-frame.admin-disp #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-timeline .y-schedule-calendar-timeline-item{
  min-height: 36px;
  height: 85px;
}


#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 0 84%;
  flex: 1 0 84%;
  width: 84%;
  border-left: 1px solid #dedede;
  background-color: #f4f4f4;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 1 14.28%;
  flex: 1 1 14.28%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col:not(:first-child) {
  border-left: 1px solid #dedede;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col .y-schedule-calendar-table-cell {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  height: 36px;
  border-bottom: 1px solid #dedede;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 20px;
}

#yoyaku-frame.admin-disp #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col .y-schedule-calendar-table-cell{
  height: 85px;
  min-height: 36px;
}

#yoyaku-frame.admin-disp #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col .y-schedule-calendar-table-cell .staff{
   font-size: 12px;
   color: #000;
   display: flex;
   width: 100%;
   flex-direction: row;
   align-items: flex-start;
   text-align: center;
   border-radius: 2px;
   padding:3px;
   margin-top: 0;
   height: 26px;
   overflow: hidden;
   margin-bottom: 1px;
}
/*来店待ち*/
#yoyaku-frame.admin-disp #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col .y-schedule-calendar-table-cell .staff.status-1{
   border:1px solid #2f92e0;
   background-color: #2196f34f;
}
/*キャンセル*/
#yoyaku-frame.admin-disp #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col .y-schedule-calendar-table-cell .staff.status-3{
   border:1px solid #ccc;
   background-color: #999;
}


#yoyaku-frame.admin-disp #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col .y-schedule-calendar-table-cell .staff
 span{
   font-size: 11px;
 }

#yoyaku-frame.admin-disp #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col .y-schedule-calendar-table-cell .staff
 span:first-child{
   font-weight:bold;
   font-size: 11px;
   margin-right: 3px;
 }

 #yoyaku-frame.admin-disp #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col .y-schedule-calendar-table-cell .staff:hover{
  opacity: 0.8;
 }



#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col .y-schedule-calendar-table-cell button {
  font-size: 20px;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col .y-schedule-calendar-table-cell[data-style=zeroMinutes]:not(:first-child) {
  border-top: 1px solid #dedede;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-table-col .y-schedule-calendar-table-cell[data-style=holiday] {
  height: auto;
  border-bottom: 1px solid #dedede;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .btn_goto_yoyaku, #yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .btn_goto_contact, #yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content ._2TaDOV6wF9NYSDjczm65Kk {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background-color: #fff;
  color: #ff6166;
  cursor: pointer;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .btn_goto_yoyaku ._15xBkvB5iAoU1zHm-D0LXg, #yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .btn_goto_contact ._15xBkvB5iAoU1zHm-D0LXg, #yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content ._2TaDOV6wF9NYSDjczm65Kk ._15xBkvB5iAoU1zHm-D0LXg {
  width: 22px;
  height: 22px;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content ._1wgs5usRYJ24tq-mSd7kOd {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content ._1wgs5usRYJ24tq-mSd7kOd ._15xBkvB5iAoU1zHm-D0LXg {
  width: 14px;
  height: 14px;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content ._1ROhmTv_DJ6ZrOu0LcbVUZ {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
#yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content ._1ROhmTv_DJ6ZrOu0LcbVUZ[data-style=short] {
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  letter-spacing: 0;
  white-space: nowrap;
}



/**/
.custom #yoyaku-target-list .yoyaku-target-item .y-target-basic{
   justify-content: space-between;
}


#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .target-btn-select {
    line-height: 23px;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 36px;
    padding: 5px 29px;
    border: 1px solid #2196f3;
    border-radius: 4px;
    background-color: #fff;
    color: #2196f3;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.167;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .target-btn-select.none-act{
   border: 1px solid #999;
}


#yoyaku-frame #yoyaku-target-list .yoyaku-target-item  input[type="radio"].box,
#yoyaku-frame #yoyaku-target-list .yoyaku-target-item  input[type="checkbox"].box{
  display: none; /* チェックボックスを非表示にする */
}
#yoyaku-frame #yoyaku-target-list .yoyaku-target-item  input[type="radio"].box:checked + label,
#yoyaku-frame #yoyaku-target-list .yoyaku-target-item  input[type="checkbox"].box:checked + label {
  background: #31A9EE;/* マウス選択時の背景色を指定する */
  color: #ffffff; /* マウス選択時のフォント色を指定する */
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .target-btn-select.txt:before{
  content: '未選択';
  display: inline-block;
  vertical-align: middle;
  color: #31A9EE;
}


#yoyaku-frame #yoyaku-target-list .yoyaku-target-item .target-btn-select.none-act:before{
  content: '対応不可';
  display: inline-block;
  vertical-align: middle;
  color: #999;
}

#yoyaku-frame #yoyaku-target-list .yoyaku-target-item  input[type="radio"].box:checked + label:before,
#yoyaku-frame #yoyaku-target-list .yoyaku-target-item  input[type="checkbox"].box:checked + label:before {
  content: '選択中';
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}


.label:hover {
background-color: #E2EDF9; /* マウスオーバー時の背景色を指定する */
}



.link-btn{
    font-size: 14px;
    line-height: 23px;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 36px;
    padding: 5px 29px;
    border: 1px solid #2196f3;
    border-radius: 4px;
    background-color: #fff;
    color: #2196f3;
    font-family: inherit;
    line-height: 1.167;
    text-align: center;
    text-decoration: none;
}

.link-btn.commit{
  background-color: #2196f3!important;
  color: #fff;
  cursor: pointer;
  display: block;
  min-height: 38px;
  padding: 5px 29px;
  border: 1px solid #2196f3;
  border-radius: 4px;
  color: #fff;
  font-family: inherit;
  line-height: 1.167;
  text-align: center;
  text-decoration: none;
  border: none;
}

.label-tag{
    line-height: 20px;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 25px;
    padding: 3px 15px;
    border: 1px solid #2196f3;
    border-radius: 3px;
    background-color: #fff;
    color: #2196f3;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.167;
    text-align: center;
    text-decoration: none;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}

.menu-title{
  padding:5px 15px;
  display: block;
  background-color: #f7ebeb;
  color: #9a1818;
  font-size:16px;
  margin-bottom: 0;
}

.admin-notice{
    padding: 18px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size: 12px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    border: none;
    line-height: 1.8em;
    margin-left: 1em;
    margin-right: 1em;
    display: flex;
    align-items: flex-start;
}

.input-control{
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 7px;
    border-color: #9E9E9E;
    border-style: double;
}

.input-control.w50{
  width: 49%;
}

.input-control.keta4{
  max-width: 5em;
}

.flex-row{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.y-schedule-attrs-title{
  font-weight: normal;
}

.course-name{
  font-size: 12px;
  font-weight: bold;
}

.center-box{
  width: 100%;
  padding-bottom: 2em;
  text-align: center;
}

.center-box input{
  margin: auto;
}

.line-box{
  padding: 2em;
  text-align: center;
}

.alert{
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin: 1em auto 0;
}

.alert-warning {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success{
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}



.scroll-area .frame {
    padding: 15px;
    text-align: left;
    line-height: 1.8em;
}

.scroll-area {
    font-size: 13px;
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 30px 15px;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 80%;
    margin: 2em auto;
}

.privacy-chk{
  text-align: center;
}

.tablenav-pages{
  width: 100%;
  text-align: center;
  padding: 1em 0;
}



/* ページのスタイル*/
@media only screen and (max-width: 992px) {
  #yoyaku-frame {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {

  #yoyaku-frame #yoyaku-target-list .yoyaku-target-item.customer .y-target-basic-txt .y-target-title{
    font-size: 13px;
  }

  #yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-details .y-target-detail-txt .teiji p {
    font-size: 10px;
  }

  
  .confirm-tbl tbody tr:first-child th{
      border-top: none;
  }

  .confirm-tbl tbody tr:first-child td{
    border-top: none;
  }

  .confirm-tbl .tbl{
    border-bottom: none;
    padding: 1em;
  }

  .confirm-tbl .tbl:last-child{
      border-bottom: none;
  }
  
  .confirm-tbl th{
    background-color: #eee;
    border: none;
  }

  .confirm-tbl td{
    border: none;
    font-size: 14px;
  }

  .confirm-tbl td small,.confirm-tbl td p{
    font-size: 12px;
  }

}

@media only screen and (max-width: 415px) {
   #yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-header .y-schedule-calendar-header-title-month-date .y-schedule-calendar-header-title-date .y-schedule-calendar-header-title-date-item [data-style=num]
   {
      font-size: 13px;
   }
   #yoyaku-frame #yoyaku-schedule .y-schedule-container .y-schedule-calendar .y-schedule-calendar-content .y-schedule-calendar-timeline .y-schedule-calendar-timeline-item[data-style=zeroMinutes] {
    font-size: 14px;
  }

  #yoyaku-frame #yoyaku-target-list .yoyaku-target-item .y-target-details .y-target-detail-txt{
    font-size:12px;
  }

  .confirm-tbl td{
     display: block;
    width: 100%;
    text-align: left;
  }

  .confirm-tbl th{
    font-size: 13px;
    padding:5px 1em  5px 1em;
    display: block;
    width: 100%;
    text-align: left;
    border-right: none;
  }

  #yoyaku-frame #yoyaku-target-list .yoyaku-target-item.customer .y-target-basic-txt .y-target-attr {
    font-size: 12px;
  }

  #yoyaku-frame #yoyaku-schedule .y-schedule-header .y-schedule-attrs .y-schedule-attrs-row.flex-center{
    font-size: 14px;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }

}


/**
https://developer.mozilla.org/ja/docs/Web/CSS/appearance
**/

  #yoyaku-frame input[type="radio"]{
    -moz-appearance: radio;
    -webkit-appearance: radio;
  }

  #yoyaku-frame input[type="submit"]{
    -moz-appearance: submit;
    -webkit-appearance: submit;
  }

  #yoyaku-frame input[type="button"]{
    -moz-appearance: button;
    -webkit-appearance: button;
  }

  #yoyaku-frame input[type="checkbox"]{
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
  }

