@charset "UTF-8";
/*
=====================================================================
*    variable
* ===================================================================
*/
/*
=====================================================================
*    basic style
* ===================================================================
*/
:root {
  color: #222;
  font-family: "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", "Yu Gothic", YuGothic, "メイリオ", meiryo, "ｍｓ ｐゴシック", sans-serif;
  font-size: 13px;
  line-height: 1.75;
}

li {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #00b2b2;
}

/*** textbox style ***/
.textbox {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 8px 8px;
}
.textbox--XL {
  font-size: 16px;
  padding: 8px 12px;
}
.textbox--L {
  font-size: 16px;
  padding: 4px 12px;
}
.textbox--S {
  padding: 2px 8px;
}
.textbox--XS {
  padding: 0 4px;
}

/*** textbox style ***/
.textarea {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 4px 8px;
}

/*** selectbox style ***/
.selectbox {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAbUlEQVQIW2NMT0+f+v///ywGLICRkXEaY0NDA8uzZ8+2MzAwuKCp2SMlJeXJCBLMzMwU/Pv37wkGBgY1qKJbzMzMFtOnT38PVgAC2dnZan/+/AEpYmBhYbGYOnXqLRAbrgBqEtia6dOn74FpBAA79SFUPVLawQAAAABJRU5ErkJggg==);
  background-color: #fff;
  background-position: right 4px center;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px 16px 4px 8px;
}
.selectbox--XL {
  background-position: right 8px center;
  font-size: 16px;
  padding: 8px 24px 8px 12px;
}
.selectbox--S {
  padding: 2px 16px 2px 8px;
}
.selectbox--XS {
  padding: 0 16px 0 4px;
}

/*** radio btn style ***/
.radioBtnLabel {
  margin: 0 6px 0 8px;
}

/*** button style ***/
.normalBtn {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F2F2F2), to(#FFFFFF));
  background-image: linear-gradient(0deg, #F2F2F2 0%, #FFFFFF 100%);
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  color: #222;
  cursor: pointer;
  padding: 8px 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.normalBtn:link, .normalBtn:visited {
  color: #222;
}
.normalBtn:hover {
  opacity: 0.7;
}

.primaryBtn {
  background-color: #00c9ab;
  border-radius: 4px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 8px 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.primaryBtn:link, .primaryBtn:visited {
  color: #fff;
}
.primaryBtn:hover {
  opacity: 0.7;
}
.primaryBtn.disabled {
  border: 1px solid #cfcfcf;
}

.secondaryBtn {
  background-color: #f24d60;
  border-radius: 4px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 8px 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.secondaryBtn:link, .secondaryBtn:visited {
  color: #fff;
}
.secondaryBtn:hover {
  opacity: 0.7;
}

/*** pagenation style ***/
.pagination {
  text-align: center;
}
.pagination > li {
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  display: inline-block;
  margin: 0 2px;
}
.pagination > li a {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  padding: 4px 12px;
}
.pagination > li a:hover {
  background-color: #00c9ab;
  color: #fff;
}
.pagination > li span {
  display: block;
  padding: 4px 12px;
}
.pagination > li.disable {
  background-color: #e5e6ed;
}
.pagination > li.active {
  background-color: #00c9ab;
  color: #fff;
}

/*** flash message style ***/
.flashMessageBox {
  background-color: #F7F8FB;
  padding: 12px 16px;
}

.flashMessage {
  border-radius: 4px;
  padding: 8px 16px;
}
.flashMessage--notice {
  background-color: #D2E8EE;
  border: 1px solid #BFCBCE;
}
.flashMessage--error {
  background-color: #FDDFE3;
  border: 1px solid #ECC4B9;
}

/* calender style(overwrite) */
.ui-datepicker-calendar .ui-state-active {
  background: #fffa90;
  border: 1px solid #dad55e;
  color: #222;
}
.ui-datepicker-calendar .ui-state-highlight {
  background-color: #00c9ab;
  border: 1px solid #08aa8f;
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-days-cell-over > a {
  border: 1px solid #08aa8f;
  background: #00c9ab;
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active {
  border: 1px solid #08aa8f;
  background: #00c9ab;
  color: #fff;
}

/* 右クリックメニュー(context menu) */
.context-menu-item {
  padding: 0.2em 1em;
}

.context-menu-item.context-menu-hover {
  background-color: #00c9ab;
}

/*context menu ※客室係設定*/
.context-menu-item.context-menu-item {
  padding: 0.3em 1em;
}
.context-menu-item.context-menu-item > label > select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAbUlEQVQIW2NMT0+f+v///ywGLICRkXEaY0NDA8uzZ8+2MzAwuKCp2SMlJeXJCBLMzMwU/Pv37wkGBgY1qKJbzMzMFtOnT38PVgAC2dnZan/+/AEpYmBhYbGYOnXqLRAbrgBqEtia6dOn74FpBAA79SFUPVLawQAAAABJRU5ErkJggg==);
  background-color: #fff;
  background-position: right 4px center;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  color: #222;
  cursor: pointer;
}

/*** state style ***/
.disabled {
  background: #e2e2e6 !important;
  color: #aaa !important;
  cursor: initial;
}
.disabled:hover {
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #aaa !important;
}

input::-ms-input-placeholder {
  color: #aaa !important;
}

input::-moz-input-placeholder {
  color: #aaa !important;
}

/*** label style ***/
.utilityLabel {
  border-radius: 4px;
  line-height: 1;
  padding: 1px 4px;
  white-space: nowrap;
}
.utilityLabel--01 {
  background-color: #67C4E4;
  color: #fff;
}
.utilityLabel--02 {
  background-color: #ff4949;
  color: #fff;
}
.utilityLabel--03 {
  background-color: #56a5ff;
  color: #fff;
}
.utilityLabel--04 {
  background-color: #ffbccc;
}
.utilityLabel--05 {
  background-color: #ea9f54;
  color: #fff;
}
.utilityLabel--06 {
  background-color: #F2F112;
  border: 1px solid #cfcfcf;
}
.utilityLabel--07 {
  background-color: #fff;
}
.utilityLabel--08 {
  background-color: #00c9ab;
  color: #fff;
}
.utilityLabel--09 {
  background-color: #e2e2e2;
}
.utilityLabel--10 {
  background-color: #80acd6;
  color: #fff;
}
.utilityLabel--11 {
  background-color: #98c466;
  font-weight: bold;
  color: #fff;
}
.utilityLabel--12 {
  background-color: #e80000;
  color: #fff;
}
.utilityLabel--13 {
  background-color: #a47be5;
  color: #fff;
}
.utilityLabel--14 {
  background-color: #b7826a;
  color: #fff;
}

.requiredLabel {
  background-color: #f24d60;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 0 4px;
  padding: 0 4px;
}

.noticeBadge {
  background: #f24d60;
  border-radius: 12px;
  display: none;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 0 4px;
  padding: 0 5px;
}

.errorIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADaklEQVRYR8VXS0hUYRT+znXmjjrqFGGUpdGDFhIVhdbGsFXRQo0QjBZlapBWhBItIkklqIUSmQY93UiSi8wKWgQWtcgEowdCUUEPpQeRdx46zlzvif/aiNcm5/6D4d3e853v+89/Xj/B5sfFp1SvMbgVOgoIRrZByAAoYwLOQwpjiKEMwIHuNGVJD3WeCtlxTbGM/MWVi8bDoVpm3gMgLZb9n/9eImpPcKr1KZ2tX2fC/FMAHz7s8n4OnGCmagBum8TTzQJE3JSW6T5Nzc1j0XxEFSBOrYfGbgHYHCfxdNhTh+raGS0afwnwFxxcayjhewbz0pjkRABzTDNhoBB9UVjfkXK77dVUgEWAOLkRDvXFIqfF6Uiq2gvHquXg0SD0lwMI3rwLHvw2oxhThFPNmRqJSQHizrVPIw/thD25rhrOddkWsvDz1xipO2cnGk89Wcn5kZyYFKAV7a9nppN2PKReb4Qy32MxNX7+gq/smB04iLjB03WtVhibAv4k3Tu72Z7a1gRlnrUijWEvfPtEwdj6Ag7VtUpchSlAKypvZeaDtqAAZkEAiOiip+tKJYkOp4U+/5BoMrMiAIDXo2amk7arYhvrxn27pxd2UXPglwZfaY2MG5BD2U5aYUULw6iUQaY01SJhRZYFMv7hE/zV9TJuQFBayVtY1mMA+TLIpJoKqHmbLJDQ416MNl6WcQMFeEjDRWVvwFgtg3SVFCCxpMACCXZ0Y6yjW8aNqMG3NFxU7gNzigzSsSUX7uoDFkig8RL0x89k3ABE/rgEKCuXIbXR2rN8NQ0w3n+UFeCL6wqQlAjPjQsWMm33IWA0KCkAb+NKQrMUL5+Fkr7AJDR+/ISv4rgcuZiQIgnjKUPBlFhaDFfhNpN07M4DBK92SAswyzCeRmQyORLgyF1vThO99wWg6/ICRCOKpxULJmX1Cqh5OSZp6EkfjDcfZAVMtGKBkh1GogyTj5aDFMUkZWaMnLsC/VGvbRGTw0ggZmUca1749sY5jieiYHMhcSfD034+6km1PUeAwEjMKPy1kJhhlFjJppZghE2iFKOvZJGrsLOUJmxcA/fxKpDqnMiBUBiBMy0Y73894+lnXEojSLtrOWUshHPTBhMW7u0HD32PTR5rLZ8UMZcPk4iIOX2aTY3lnD1Op1/o/3qe/wYv87Yj26kF9gAAAABJRU5ErkJggg==);
  background-size: 16px 16px;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}

.tooltip {
  background-color: #000;
  display: block;
  color: #fff;
  opacity: 0.5;
  padding: 8px;
  position: absolute;
}
.tooltip:after {
  display: inline-block;
  border-top: solid 10px #000;
  border-bottom: 0;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
}

.toggleOpenIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAi0lEQVQYV2NsaGiYysDAkMWAH0xj3L9/P8vBgwe3MzAwuOBQu8fe3t6TESTZ3t4u+PPnzxMMDAxqaIpvsbOzW1RWVr4HKwSBtrY2td+/f5/4//+/IIjPyMj4npWV1aKqquoWmI9sQnNzs8vfv39BzmBgZmb2rK2t3QOTR1EIEmxqagJ7rK6ubhqyIQBgpCtdv8XquQAAAABJRU5ErkJggg==);
}

.toggleCloseIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAiUlEQVQYV2NkQANNTU1ZIKG6urppyFKMyJzm5maXv3//bgeJMTMze9bW1u6BycMVtrW1qf3+/fvE////BUGSjIyM71lZWS2qqqpugfkgor29XfDnz58nGBgY1NBccoudnd2isrLyPeP+/ftZDh48CLLOBd29UP4ee3t7T8aGhoapDAwMYA/gAdMA86crXSuOFH0AAAAASUVORK5CYII=);
}

/*
=====================================================================
*    contents box style
* ===================================================================
*/
.contentsBox {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
.contentsBox__header {
  border-bottom: 1px solid #cfcfcf;
  font-weight: bold;
  overflow: hidden;
  padding: 6px 16px;
}
.contentsBox__header--large {
  padding: 12px 20px;
}
.contentsBox__title {
  font-size: 16px;
  float: left;
}
.contentsBox__title--large {
  font-size: 18px;
}
.contentsBox__title--small {
  font-size: 14px;
}
.contentsBox__headerLink {
  color: #15B6B8;
  display: block;
  float: right;
  font-size: 13px;
  font-weight: normal;
}
.contentsBox__body {
  overflow: hidden;
  padding: 16px;
}
.contentsBox__body--small {
  padding: 12px;
}
.contentsBox__footer {
  background-color: #efeff4;
  border-top: 1px solid #cfcfcf;
  border-radius: 0 0 4px 4px;
  padding: 8px 16px;
}
.contentsBox__footer--submit {
  padding: 16px;
  text-align: center;
}

/*
=====================================================================
*   register style
* ===================================================================
*/
.wrapper {
  background-color: #F2F9F8;
}

.contentsBox {
  margin: 0 auto 12px;
  border: none;
}
.contentsBox--auth {
  width: 730px;
  margin-bottom: 50px;
  border: none;
}
.contentsBox--register {
  width: 640px;
}
.contentsBox--complete {
  width: 730px;
}
.contentsBox__body {
  padding: 24px 32px;
}

.contentsBox--auth .contentsBox__body {
  padding-left: 120px;
  padding-right: 120px;
}

.registerHeader {
  padding: 36px 0;
  text-align: center;
}
.registerHeader__logo {
  line-height: 1;
}
.registerHeader__logo .logo {
  display: block;
  margin: 0 auto 4px;
  width: 260px;
}
.registerHeader__logo .shoulderCopy {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}
.registerHeader__info {
  font-size: 18px;
  margin: 36px 0 0;
}
.registerHeader__img__sp {
  display: none;
}
.registerHeader__img, .registerHeader__imgMain {
  width: 730px;
}
.registerHeader__img {
  position: relative;
  margin: 20px auto 0;
}
.registerHeader__imgSpeech {
  width: 130px;
  position: absolute;
  right: -15px;
  top: -40px;
}

.registerContents {
  padding: 0 0 16px;
}
.registerContents__title {
  border-bottom: 4px solid #cfcfcf;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
.registerContents__title--complete {
  border: none;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 20px;
}
.registerContents__desc {
  margin: 0 0 20px;
}
.registerContents__desc--agree {
  font-size: 12px;
}
.registerContents__label {
  font-size: 14px;
  display: block;
  margin: 0 0 2px;
}
.registerContents__input {
  margin: 0 0 16px;
  width: 100%;
}
.registerContents__input--domain {
  width: 70%;
}
.registerContents__item {
  margin: 0 0 16px;
}
.registerContents__item .registerContents__input {
  margin: 0;
}
.registerContents__submit {
  margin: 24px 0 0;
  text-align: center;
}
.registerContents__submit .registerBtn:disabled {
  background-color: #bfbfbf;
  cursor: default;
}
.registerContents__submit .registerBtn:disabled:hover {
  opacity: 1;
}
.registerContents__supplement {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 8px;
}
.registerContents__appeal {
  text-align: center;
  font-size: clamp(11px, 2.5vw, 16px);
  font-weight: bold;
}
.registerContents__checklist {
  background-color: #F2FFFE;
  border-radius: 4px;
  padding: 24px 30px;
  margin: 8px 0 24px;
}
.registerContents__checklist__title {
  color: #0cbcab;
  font-size: 18px;
  text-align: center;
  margin: 0 0 16px;
}
.registerContents__checklist__list {
  color: #666;
}
.registerContents__checklist__item {
  margin-bottom: 12px;
}
.registerContents__checklist__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .registerContents a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.registerContents .registerContents__checklist__item__more {
  font-size: 14px;
}
.registerContents__checkText {
  position: relative;
  display: block;
  font-size: 12px;
  padding: 0 0 0 24px;
}
.registerContents__checkText::before {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
  left: 12px;
  width: 7px;
  height: 7px;
  color: #0cbcab;
  background: #6b6b6b;
  border-radius: 4px;
}
.registerContents__checkbox {
  display: none;
}
.registerContents__checkLabel {
  display: block;
  position: relative;
  padding: 0 0 0 24px;
  font-size: 12px;
  cursor: pointer;
}
.registerContents__checkLabel a:hover {
  opacity: 0.7;
}
.registerContents__checkLabel::after, .registerContents__checkLabel::before {
  position: absolute;
  content: "";
  display: block;
}
.registerContents__checkLabel::after {
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
}
.registerContents__checkLabel::before {
  top: 3px;
  left: 6px;
  width: 6px;
  height: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.registerContents .registerContents__checkbox + .registerContents__checkLabel::before {
  border-right: 2px solid #E3E3E3;
  border-bottom: 2px solid #E3E3E3;
}
.registerContents .registerContents__checkbox:checked + .registerContents__checkLabel::before,
.registerContents .registerContents__checkbox:checked + .registerContents__checkLabel::after {
  border-color: #0cbcab;
}
.registerContents .registerContents__checkLabelMore {
  font-size: 14px;
}
.registerContents__checkLabel:hover::after {
  border-color: #0cbcab;
}
.registerContents__errMsg {
  color: #F24D60;
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 8px;
}

.registerContact {
  display: table;
  width: 630px;
  table-layout: fixed;
  margin: 0 auto 70px;
}
.registerContact__msg, .registerContact__info {
  display: table-cell;
  vertical-align: middle;
}
.registerContact__msg {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 12px 0 0;
}
.registerContact__msg__mark {
  display: inline;
}
.registerContact__msg__time {
  line-height: 1.2em;
  display: block;
}
.registerContact__msg__week {
  font-size: 15px;
}
.registerContact__info {
  width: 300px;
  text-align: center;
}
.registerContact__phoneLink {
  margin: 0 0 8px;
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  font-family: arial;
}
.registerContact__phoneLink .phone_mark02 {
  width: 36px;
  vertical-align: middle;
}
.registerContact__phoneNumber {
  vertical-align: middle;
  color: #333;
}
.registerContact__mail {
  display: inline-block;
  font-size: 21px;
  width: 300px;
  padding: 16px 0;
  text-decoration: none;
  line-height: 1;
}
.registerContact__mail .mail_icon {
  width: 30px;
  vertical-align: middle;
}
.registerContact__mail .mail_txt {
  vertical-align: middle;
}

.flowActive {
  text-align: center;
  margin: 0 0 50px;
}
.flowActive img {
  width: 730px;
}

.registerDomain {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 8px;
}

.registerBtn {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 16px 0;
  width: 100%;
  outline: none;
}

.registerFooter__login {
  text-align: center;
}

.sendErrorCase {
  background-color: #e5e6ed;
  border-radius: 4px;
  margin: 40px 0 0;
  padding: 12px;
}
.sendErrorCase.register {
  margin: 0;
}
.sendErrorCase__title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}

.help-block {
  color: #f24d60;
  display: block;
}

@media screen and (min-width: 800px) {
  .flowActive-sp {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .wrapper {
    padding: 0 3%;
  }
  .registerHeader__img__pc {
    display: none;
  }
  .registerHeader__img__sp {
    display: block;
    width: 100%;
    max-width: 450px;
  }
  .registerHeader__img__sp .registerHeader__imgMain {
    width: 100%;
    max-width: 420px;
  }
  .registerHeader {
    padding: 40px 0 24px;
  }
  .registerHeader__logo {
    margin-bottom: 24px;
  }
  .registerHeader__logo .logo {
    margin: 0 auto;
    height: 56px;
    width: 200px;
  }
  .registerHeader__logo .shoulderCopy {
    font-size: 12px;
  }
  .registerHeader__info {
    margin: 30px 0 0;
  }
  .flowActive {
    display: none;
  }
  .flowActive-sp {
    margin: 0 0 16px;
    text-align: center;
  }
  .flowActive-sp img {
    width: 270px;
  }
  .contentsBox--auth, .contentsBox--complete, .contentsBox--register {
    width: 100%;
  }
  .contentsBox__body {
    padding: 20px;
  }
  .registerContents__input--domain {
    margin: 0;
    width: 100%;
  }
  .registerDomain {
    display: block;
    margin: 0 0 10px;
  }
  .contentsBox--auth .contentsBox__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .registerContents__checklist {
    padding-left: 12px;
    padding-right: 12px;
  }
  .registerContents__checklist br {
    display: none;
  }
  .registerContact {
    width: 100%;
  }
  .registerContact__msg,
.registerContact__info {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .registerContact__msg {
    margin-bottom: 8px;
    text-indent: 0.6em;
  }
  .registerContact__phoneLink {
    margin-bottom: 16px;
  }
  .registerContact__phoneNumber {
    color: #00b2b2;
  }
}