@charset "utf-8";

/* ------------------------------------------------

共通利用パーツ

------------------------------------------------- */
.error {
  border: 1px solid #ebccd1;
  background-color: #fbe5e5;
  margin: 1rem 0;
  padding: 0.5rem;
}
.error li {
  color: #e65c5a;
}
/* 注意書き */
.attention {
  font-size: 0.85rem;
}
.attention .item {
  font-size: 0.85rem;
}
.attention .item::before {
  content: "※";
  margin-right: 0.2rem;
}

/* テキストパネル */
.panel-information {
  background-color: #def6fa;
  border: 1px solid #bee5eb;
  color: #0c5460;
  margin: 1rem 0;
  padding: 0.5rem;
}
.panel-information p:not(:last-child) {
  line-height: 1.6;
  margin-bottom: 0.8rem;
}
.panel-information .bold {
  font-weight: 500;
}

/* フォント設定
------------------------------------------------- */
.list-table .em,
.itemlist .em {
  font-size: 1.1em;
  font-weight: 500;
}
.itemlist .weak {
  color: #ccc;
}
.list-table .item.tac,
.itemlist .item.tac {
  text-align: center;
}
.list-table .item.tar,
.itemlist .item.tar {
  text-align: right;
}
.strong {
  font-size: 1.5rem;
  font-weight: 500;
}
/* 警告(重要)フォントカラー */
.fc-caution {
  color: #e65c5a;
}

/* 横並び
------------------------------------------------- */
.bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* タブ｜表示内容区切り
------------------------------------------------- */
.tabmenu {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DFE0EF;
}
.tabmenu .item {
  background-color: #f4f4f4;
  border: 1px solid #DFE0EF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #A8A9B6;
  margin-bottom: -1px;
  min-width: 120px;
  overflow: hidden;
  width: 10%;
}
.tabmenu .item:not(:last-child) {
  margin-right: 0.8rem;
}
.tabmenu .item a {
  display: block;
  text-align: center;
  padding: 0.8rem 0.2rem;
  font-weight: 500;
  font-size: 1.1rem;
  color: #a7a9b6;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabmenu .item a:hover {
  background-color: #fff;
  color: #707070;
}
.tabmenu .item.current {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #707070;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.tabmenu .item.current a {
  color: #707070;
}
.tabmenu .item--active {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.8rem;
  text-align: center;
}
.tabmenu-info {
  position: relative;
  margin-bottom: 1.5rem;
}
.tabmenu-info .datainfo-update {
  position: absolute;
  right: 0;
  top: 30%;
}

@media screen and (max-width: 1199px) {
  .tabmenu-info .datainfo-update {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .tabmenu .item {
    width: auto;
    min-width: unset;
  }
  .tabmenu .item:not(:last-child) {
    margin-right: 0.3rem;
  }
  .tabmenu .item a,
  .tabmenu .item.current {
    font-size: 0.8rem;
    font-weight: normal;
  }
}

/* ボタン
------------------------------------------------- */
/* 横並び左寄せ */
.row-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.row-btn .btn:not(:last-child) {
  margin-right: 1rem;
}
.btn {
  appearance: none;
  border-radius: 1.5rem;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  line-height: 2.9rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 9rem;
  outline: none;
  padding: 0 1rem;
  text-align: center;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-appearance: none;
}
.btn.btn-sm {
  line-height: 2;
  min-width: unset;
  white-space: nowrap;
}
.btn::before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  display: inline-block;
  margin-right: 0.6rem;
}
/* 詳細・複製ボタン */
.btn-list {
  min-width: unset;
  border: 1px solid #a7a9b6;
  border-radius: 0.7rem;
  color: #a7a9b6;
  display: inline-block;
  font-weight: 500;
  line-height: 2.4;
  margin: auto;
  padding: 0 1.2rem;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  white-space: nowrap;
}
.btn-list:hover {
  background-color: #a7a9b6;
  color: #fff;
}
.btn-list-list {
  padding: 0 0.5rem;
}
.btn-list-detail {
  background-color: #EFF7F6;
  border-color: #03A5A7;
  color: #03A5A7;
}
.btn-list-detail:hover {
  background-color: #03A5A7;
  border-color: #03A5A7;
  color: #fff;
}
.btn-list-copy {
  background-color: #fff;
  border-color: #03A5A7;
  color: #03A5A7;
}
.btn-list-copy:hover {
  background-color: #03A5A7;
  border-color: #03A5A7;
  color: #fff;
}
.btn-show {
  display: none;
}
.btn-show + label {
  border: 1px solid transparent;
  border-radius: 1.0rem;
  border-color: #a7a9b6;
  color: #a7a9b6;
  cursor: pointer;
  display: block;
  margin: auto;
  min-width: unset;
  font-size: 0.9rem;
  line-height: 2.0;
  margin: auto;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 7rem;
}
.btn-show + label::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.2rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}
.btn-show:checked + label {
  color: #fff;
  background-color: #02C5C7;
  border-color: #02C5C7;
}
.btn-show:checked + label::after {
  content: "掲載";
}
.btn-show + label::after {
  content: "未掲載";
}
.btn-cancel {
  background-color: #f4f7ff;
  border-color: #e2e8f7;
  color: #5b7296;
}
.btn-cancel:hover {
  background-color: #e2e8f7;
}
.btn-edit {
  background-color: #eff7f6;
  border-color: #b0d5d0;
  color: #03a5a7;
}
.btn-edit:hover {
  background-color: #b0d5d0;
  border-color: #b0d5d0;
  color: #fff;
}
.btn-srchsend {
  background-color: #6BC7CF;
  color: #fff;
}
.btn-srchsend:hover {
  background-color: #81dae2;
}
.btn-srch {
  background-color: #fff;
  color: #707070;
  border-color: #d2d2d5;
  font-weight: 500;
}
.btn-srch::before {
  color: #A8A9B6;
  content: "\f002";
  font-size: 1.5rem;
  font-weight: 900;
  transition: 0.3s;
  vertical-align: bottom;
}
.btn-srch:hover:before {
  color: #fff;
}
.btn-srch:hover {
  background-color: #d2d2d5;
  color: #fff;
}
.btn-delete {
  background-color: #eaeaeb;
  color: #5b7296;
}
.btn-delete:hover {
  background-color: #c2c2c2;
  color: #fff;
}
.btn-regist {
  background-color: #fff;
  border-color: #03a5a7;
  color: #03a5a7;
  font-weight: 500;
}
.btn-regist:hover {
  background-color: #03a5a7;
  color: #fff;
}
.btn-regist::before {
  content: "\f067";
  font-weight: 900;
}
.btn-savesend {
  background-color: #f08300;
  color: #fff;
}
.btn-savesend:hover {
  background-color: #eea853;
}
/* 要素追加系のプラスボタン */
.btn-add {
  background-color: #D5D5D7;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-top: -0.5rem;
  margin-bottom: 2rem;
  height: 3rem;
  width: 3rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.btn-add::before {
  color: #fff;
  content: "＋";
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  width: 100%;
}
.btn-add:hover {
  opacity: 0.7;
}
.btn-operate {
  display: inline-block;
  margin: auto;
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  background-color: #D5D5D7;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.btn-operate::before {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  width: 100%;
}
.btn-operate:hover {
  opacity: 0.7;
}
.btn-operate.btn-down,
.btn-operate.btn-up {
  margin-right: 0.5rem;
}
.btn-operate.btn-down::before {
  content: "\f063";
}
.btn-operate.btn-up::before {
  content: "\f062";
}
.btn-operate.btn-clear::before {
  content: "\f068";
}
/* よくわからないときのボタン */
.btn-other {
  background-color: #707070;
  color: #fff;
}
.btn-other:hover {
  background-color: #a1a1a1;
}
.btn-other2 {
  background-color: #fff;
  border-color: #DFDFE5;
  color: #6A6871;
}
.btn-other2:hover {
  background-color: #d2d2d5;
  color: #fff;
}

/* "もっとみる"ボタン */
.jq-showMoreTxt {
  height: 5rem;
  overflow: hidden;
}
.btn-more {
  background-color: #f4f4f4;
  border-color: #eee;
  border-radius: 0.5rem;
  color: #aaa;
  font-size: 0.9rem;
  line-height: 2rem;
  margin: 1rem auto;
  padding: 0 3rem;
}
.btn-more::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin-left: 1rem;
  transition-duration: 0.3s;
}
.btn-more:hover {
  background-color: #eee;
  color: #888;
}
.btn-more:hover:after {
  color: #02C5C7;
}

@media screen and (max-width: 767px) {
  .btn {
    border-radius: 0.8rem;
    line-height: 2;
    min-width: unset;
    padding: 0 0.8rem;
  }
  .btn-srch::before {
    font-size: 1rem;
  }
  .btn-list {
    padding: 0 0.5rem;
  }
}

/* 詳細・編集
------------------------------------------------- */
/* 最終更新情報・パンくず */
.breadcrumb {
  display: -webkit-box;
  display: flex;
  list-style-type: none;
  font-size: 0.8rem;
}
.datainfo {
  margin-bottom: 0.5rem;
}
.datainfo-update {
  color: #a7a9b6;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  font-size: 0.8rem;
}
.datainfo-update .item:not(:last-child) {
  margin-right: 1em;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  font-family: 'Consolas';
  font-size: 1.2em;
  margin-right: 0.2em;
  margin-left: 0.3em;
}
.itemlist {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
  margin-right: -10px;
  -webkit-box-align: start;
          align-items: start;
}
.itemlist .title, .itemlist .data {
  float: left;
  margin: 3px 0;
  box-sizing: border-box;
  line-height: 1.8;
  border: 1px solid transparent;
}
.itemlist .title {
  background-color: #f8f8f8;
  border-color: transparent;
  color: #5B7296;
  font-size: 0.9rem;
  padding: 0.65em 0.2em;
  position: relative;
  text-align: center;
  width: 15%;
}
.itemlist .data {
  align-items: center;
  color: #6A6871;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.07rem;
  padding: 0 10px 0 0.8em;
  width: 35%;
}
.itemlist .data.f-wrap {
  flex-wrap: wrap;
}
.itemlist-view .data {
  padding-top: 0.3rem;
}
/* .itemlist .liquid {
  width: auto;
} */
.itemlist .data .full {
  width: 100%;
}
.itemlist .data.wide {
  width: 85%;
}
.itemlist .data.onethird {
  width: 18.32%;
}
.itemlist .data.twothird {
  width: 51.64%;
}
.itemlist .data.address {
  display: flex;
  flex-wrap: wrap;
}
/* UI調整必要部分 */
.itemlist .data.address .hidden,
.itemlist .data.address .add1,
.itemlist .data.address .add2 {
  width: calc(25% - 1%);
  margin-right: 1%;
}
.itemlist .data.address .add3 {
  width: 25%;
}
.itemlist .data.address .add4 {
  margin-left: 1%;
  width: 24%;
}
.itemlist .data .space {
  margin-right: 0.5rem;
}
.itemlist .data .number {
  width: 4rem;
  margin-right: 0.5rem;
}
.itemlist .data .dash {
  margin: 0 0.5rem;
}
.itemlist textarea {
  width: 100%;
}
.itemlist input {
  width: 100%;
  vertical-align: super;
}
.itemlist input[type="radio"] {
  width: auto;
}
@media screen and (max-width: 767px) {
  .itemlist {
    margin-right: 0;
  }
  .datainfo-update {
    margin-bottom: 1rem;
  }
  .itemlist .data.address .hidden,
  .itemlist .data.address .add1,
  .itemlist .data.address .add2,
  .itemlist .data.address .add3,
  .itemlist .data.address .add4 {
    width: 100%;
  }
  .itemlist .data .space {
    margin-bottom: 0.4rem;
    margin-right: 0;
  }
}
/* date */
.dateinput {
  position: relative;
  display: inline-block;
  width: 180px;
  max-width: 100%;
  padding: 0;
  padding-bottom: 1px;
  border: 1px solid #ddd;
}
.dateinput::before {
  color: #ccc;
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  padding-right: 0.5rem;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 5px;
  z-index: 10;
}
.dateinput input[type="date"] {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 6px;
  padding-right: 1.5rem;
  position: relative;
  width: 180px;
  max-width: 100%;
}
.dateinput input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.dateinput input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}
.dateinput input[type="date"]::-webkit-calendar-picker-indicator{
  color: transparent;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0px;
  width: 80px;
  height: 36px;
  z-index: 15; /* .dateinput::before より上 */
  /* background: rgba(255, 0, 0, 0.5); */
  background: transparent;
}
@media screen and (max-width: 767px) {
  .dateinput {
    border: none;
  }
  .dateinput::before {
    display: none;
  }
}
.srchbox__input .dateinput {
  width: auto;
}
.srchbox__input .dateinput input[type="date"] {
  width: auto;
}
.itemlist .title.required {
  padding-right: 1.5rem;
}
.itemlist .required::after,
.itemlist .necessary::after {
  background-color: #fff;
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5;
  margin-left: 1em;
  padding: 0 4px;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.itemlist .required::after {
  content: "必須";
  color: #ff8ca9;
  border: 1px solid #ff8ca9;
}
.itemlist .necessary::after {
  content: "必要";
  border: 1px solid #aaa;
}
.itemlist input.short {
  width: 6rem;
  margin-right: 0.5em;
}
.itemlist input.middle {
  width: 33.3%;
}
.itemlist input.short:not(:last-child),
.itemlist input.middle:not(:last-child) {
  margin-right: 0.8rem;
}
.itemlist .btn {
  text-decoration: none;
}
.itemlist .link,
.list-table .link {
  color: #3AB4BF;
  margin-right: 1rem;
  text-decoration: none;
  transition: 0.3s;
}
.itemlist a:hover,
.list-table a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* 問合せ件数・予約件数等 表示 */
.numberlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
}
.numberlist .numberlist__item {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #5d638f;
  flex-grow: 1;
  font-size: 0.9rem;
  padding: 1.5rem 1rem;
  text-align: center;
}
.numberlist > .numberlist__item:not(:last-child) {
  margin-right: 1rem;
}
.numberlist .numberlist__item.thin:first-child {
  margin-bottom: 0.5rem;
}
.numberlist .numberlist__item.thin {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.numberlist .numberlist__item .num {
  color: #33496b;
  text-align: center;
}
.numberlist .em {
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 0.3rem;
}
.numberlist .numberlist__item.thin .em {
  margin-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .numberlist {
    width: 100%;
  }
  .numberlist .numberlist__item {
    padding: 0 0.5rem;
    width: 49%;
  }
  .numberlist .numberlist__item.thin {
    padding: 0 0.5rem;
    width: 49%;
  }
  .numberlist .numberlist__item .num {
    display: inline-block;
    margin-left: 0.5rem;
  }
  .numberlist > .numberlist__item:not(:last-child) {
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
  .numberlist .numberlist__item.thin:first-child {
    margin-bottom: 0;
  }
  .numberlist .numberlist__item:nth-child(2n + 1) {
    margin-right: 2%;
  }
}

.itemlist .btn-savesend:not(:last-child) {
  margin-right: 1rem;
}

/* ステータス（予約詳細） */
.label-status {
  display: flex;
  margin: 1.5rem 0;
}
.label-status__item {
  border-radius: 0.5rem;
  color: #707070;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}
.label-status__item:not(:last-child) {
  margin-right: 1rem;
}
.label-status__item.is--done {
  background-color: #707070;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .label-status {
    flex-direction: column;
  }
  .label-status__item {
    font-size: 0.8rem;
    padding: 0.3rem 1rem;
  }
  .label-status__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

/* 詳細プレビュー系（顧客詳細ほか）*/
.itemlist-detail {
  border: 1px solid #eee;
  margin-bottom: 2rem;
  padding: 1.5rem;
}
.itemlist-detail .itemlist {
  margin-bottom: 0;
}
.itemlist-detail .itemlist .title {
  border-color: transparent;
  padding: 0.2em;
}
.itemlist-detail .itemlist .data {
  width: 18.32%;
}

/* 詳細 > 希望物件テーブル */
.requestofroom {
  border-collapse: collapse;
  color: #6A6871;
  table-layout: fixed;
  margin-bottom: 2rem;
  width: 100%;
}
.requestofroom,
.requestofroom th,
.requestofroom td {
  border: 1px solid #eee;
  border-collapse: collapse;
  padding: 0.5em 0.8em;
}
.requestofroom th {
  background-color: #DFE0EF;
  font-weight: normal;
  width: 15%;
}
.requestofroom td span:not(:last-child) {
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .requestofroom th {
    padding: 0.5rem;
  }
  .requestofroom th,
  .requestofroom td {
    display: block;
    width: 100%;
  }
  .requestofroom tr:not(:first-of-type) th {
    display: none;
  }
}
.label {
  border: 1px solid transparent;
  display: inline-block;
  line-height: 1;
  padding: 0.3rem 1rem 0.5rem;
  user-select: none;
}
.label.contracttype {
  background-color: #fff;
  color: #707070;
  border-color: #707070;
  margin-left: 1.5rem;
}
.totalamount {
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: baseline;
          align-items: baseline;
}
.totalamount .totalamount__item.total {
  font-size: 1.2rem;
  font-weight: 500;
}
.totalamount .totalamount__item.total .num {
  font-size: 1.6em;
}
.totalamount .totalamount__item:not(:last-child) {
  margin-right: 1.5rem;
}
.title-itemlist.output {
  background-color: #D2D2D5;
  color: #707070;
  margin-bottom: -1px;
}
/* 出力 */
.outputlist {
  background-color: #f4f4f4;
  border: 1px solid #eee;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.outputlist .itemlist {
  margin-bottom: 0;
}
.outputlist .itemlist .title {
  background-color: #fff;
  border-color: #DFE0EF;
}

/* ラジオボタン装飾 */
.itemlist .radio {
  padding-top: 0.5em;
}
.radio input[type="radio"] {
  display: none;
}
.radio label:not(:last-child) {
  margin-right: 0.8em;
}
.radio label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.radio label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-animation: checkbed 0.2s forwards;
          animation: checkbed 0.2s forwards;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  border: 0 #fff solid;
}
@media screen and (max-width: 767px) {
  .radio label {
    display: block;
    padding-left: 24px;
    padding-top: 0;
  }
  .radio label:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
  .radio label::before {
    width: 20px;
    height: 20px;
  }
  .radio input[type="radio"]:checked + label::after {
    width: 16px;
    height: 16px;
  }
}
/* チェックボックス装飾 */
.itemlist .checkbox {
  /* padding-top: 0.5em; */
  width: 100%;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox label {
  cursor: pointer;
  display: inline-block;
  line-height: 1.8;
  padding-bottom: 1rem;
  padding-left: 30px;
  position: relative;
}
.checkbox label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  border-bottom: 3px solid #F08300;
  border-left: 3px solid #F08300;
  content: '';
  display: block;
  height: 0.6rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 1.0rem;
  top: 0.5em;
  left: 0.4em;
}
.checkbox label:not(:last-child) {
  margin-right: 0.8em;
}
/* 入力フォーム以外のチェックボックス */
.checkbox.func {
  padding-bottom: 0.5rem;
}
td.checkbox.func {
  text-align: center;
}
.checkbox.func label::before {
  width: 18px;
  height: 18px;
}
.checkbox.func input[type="checkbox"]:checked + label::after {
  border-color: #ccc;
  border-width: 2px;
  height: 0.4rem;
  width: 0.8rem;
}
.checkbox.func label {
  padding-left: 22px;
  padding-top: 0;
}

/* select(単一選択) */
.itemlist select {
  outline: none;
  width: 100%;
  border: 1px solid #ddd;
  padding: 6px;
  padding-right: 3rem;
  cursor: pointer;
}
.itemlist .select {
  font-size: 0.9rem;
  position: relative;
}
.itemlist .select::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 40%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #bbb;
  z-index: 100;
}
.itemlist .select.select_building .SumoSelect {
  margin-right: 0.5rem;
  min-width: 280px;
}
.itemlist select:focus {
  background-color: #f7f7f7;
}
.select-sort {
  text-align: right;
  margin-bottom: 0.5rem;
}
.select-sort select {
 width: 6rem;
}
/* file upload */
.fileup input[type="file"] {
  display: none;
}
.fileup {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.fileup__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 45%;
}
.fileup__item-input {
  width: 45%;
  margin-right: 5%;
}
.fileup .checkbox {
  width: 50%;
}
.fileup__item-txt {
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #eee;
  color: #ccc;
  cursor: pointer;
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .fileup {
    width: 100%;
  }
}
/* 設備アイコンスタイル */
.facility-icons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.facility-icons .item {
  border: 1px solid #A8A9B6;
  border-radius: 0.6rem;
  margin-right: 0.5rem;
  text-align: center;
  width: 7rem;
  overflow: hidden;
}
.facility-icons .item .img {
  width: 65%;
  height: 4rem;
}
.facility-icons .icon {
  color: #707070;
  font-size: 2.8rem;
}
.facility-icons input {
  display: none;
}
.facility-icons input + label {
  cursor: pointer;
  display: block;
  padding: 1rem 0.4rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.facility-icons input + label:hover {
  background-color: #eafbfd;
}
.facility-icons input:checked + label {
  background-color: #69bdc8;
  color: #fff;
  position: relative;
}
.facility-icons input:checked + label .icon {
  color: #fff;
}
.facility-icons input:checked + label::after {
  color: #fff;
  content: "\f00c";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  opacity: 0.6;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.facility-icons .name {
  display: block;
  font-size: 0.8rem;
  margin-top: 0.3rem;
}
/* 詳細・ビュー用 */
.facility-icons.view .item {
  padding: 1rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .facility-icons .item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    margin-right: 0;
    width: 49%;
  }
  .facility-icons .icon {
    font-size: 1.5rem;
    width: 30%;
  }
  .facility-icons .name {
    margin-top: 0;
  }
  .facility-icons.view .item {
    padding: 0.5rem 1rem;
  }
  .facility-icons .item {
    padding: 0;
  }
  .facility-icons .item:nth-child(2n + 1) {
    margin-right: 2%;
  }
  .facility-icons input + label {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    width: 100%;
  }
  .facility-icons input:checked + label::after {
    display: none;
  }
}

.submit {
  text-align: center;
}
.submit .btn:not(:last-child) {
  margin-right: 1rem;
}

@-webkit-keyframes checkbed {
  0%   {
    background-color: #fff;
  }
  15% {
    border-width: 6px;
  }
  70% {
    border-width: 0;
    opacity: 0.7;
  }
  100% {
    background-color: #02C5C7;
    border-width: 3px;
  }
}

@keyframes checkbed {
  0%   {
    background-color: #fff;
  }
  15% {
    border-width: 6px;
  }
  70% {
    border-width: 0;
    opacity: 0.7;
  }
  100% {
    background-color: #02C5C7;
    border-width: 3px;
  }
}
/* レスポンシブ */
@media screen and (max-width: 767px) {
  .itemlist .title,
  .itemlist .data,
  .itemlist .data.wide,
  .itemlist .data.onethird,
  .itemlist .data.twothird {
    width: 100%;
    display: block;
  }
  .itemlist .title {
    padding: 0.2rem;
  }
  .itemlist .data {
    padding-left: 0;
    padding-right: 0;
  }
}

/* 見出し 
----------------------------------------------- */
.title-page {
  line-height: 2.4rem;
  color: #33496b;
  font-size: 1.3rem;
  font-weight: 500;
}
.title-page .small {
  font-size: 0.7em;
  font-weight: 300;
  margin-left: 0.8rem;
}
.title-itemlist {
  line-height: 1.0;
  background-color: #E7F3F4;
  color: #03A5A7;
  padding: 0.8em 1.2em 0.9em;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.title-label {
  width: 100%;
}
.title-em {
  font-size: 1rem;
  font-weight: 500;
}
.title-label {
  background-color: #f4f4f4;
  border: 1px solid #D5D5D7;
  font-weight: normal;
  padding: 0.3rem;
  text-align: center;
}
.title-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.menubtn {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: flex;
}
.menubtn .btn:not(:last-child),
.menubtn .item:not(:last-child) {
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .title-page {
    font-size: 1.2rem;
  }
  .title-bar {
    margin-bottom: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .menubtn .btn:not(:last-child), 
  .menubtn .item:not(:last-child) {
    margin-right: 0.5rem;
  }
}

/* 登録完了画面
----------------------------------------------- */
.complete__text {
  margin: 2rem 0;
}

/* 一覧>検索ボックス
----------------------------------------------- */
.srchbox {
  padding-bottom: 2rem;
  width: 86%;
  margin: auto;
}
.srchbox select {
  min-width: 10rem;
}
.srchbox__input {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
                  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.srchbox__input .item {
  align-items: center;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  font-size: 0.9rem;
  margin: 0.5rem 0;
  min-width: 342px;
  width: 33.33%;
}
.srchbox__input .item.wide {
  width: 66.66%;
}
.srchbox__input .item.half {
  width: 50%;
}
.srchbox__btn {
  text-align: center;
}
.srchbox__input .item .label {
  line-height: 2rem;
  width: 7rem;
  padding-left: 0;
  padding-right: 0.3rem;
  text-align: right;
}
.srchbox__input .item.wide .label {
  width: 15%;
}
.srchbox__input .item .short select {
  min-width: unset;
  width: 6rem;
}
.srchbox__input .number {
  width: 3rem;
  margin-right: 0.5rem;
}
.srchbox__input .dash {
  margin: 0 0.5rem;
}
.srchbox__input .radio label {
  padding-left: 21px;
}
.srchbox__input .radio label::before {
  height: 18px;
  width: 18px;
}
.srchbox__input .radio input[type="radio"]:checked + label::after {
  height: 14px;
  width: 14px;
}
/* モーダル用調整 */
.jq-modal-content .srchbox__input .item {
  margin: 0.2rem 0;
}
@media screen and (max-width: 767px) {
  .srchbox {
    width: 100%;
  }
  .srchbox__input .item {
    /* flex-direction: column; */
    width: 100%;
  }
  .srchbox__input .item .label {
    text-align-last: left;
    padding: 0;
    line-height: 1.2;
    width: 100%;
  }
  .srchbox__input .item .radio {
    width: 100%;
  }
  .srchbox__input .item > input {
    width: 100%;
  }
}

/* モーダル時 */
.jq-modal-content .srchbox__btn {
  margin-bottom: 1.5rem;
}

/* 一覧
----------------------------------------------- */
/* すべて選択 */
.switch {
  display: none;
}
.switch + label {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.4rem 0;
  text-align: center;
  width: 5.5em;
}
/* アーカイブ */
.archive {
  display: flex;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.archive .item {
  cursor: pointer;
}
.archive .item:not(:last-child)::after {
  content: "｜";
}
.archive .item:hover {
  opacity: 0.8;
}
/* table */
.list-table {
  background-color: #fff;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  table-layout: fixed;
  width: 100%;
}
.list-table tbody tr {
  border-bottom: 1px solid #dedede;
}
.list-table .item {
  padding: 0.6em 0.3em;
}
.list-table thead .item span {
  color: #03A5A7;
  cursor: pointer;
  transition: 0.3s;
}
.list-table thead .item span:hover {
  opacity: 0.7;
}
.list-table .sort::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #03A5A7;
  content: "\f0dc";
  cursor: pointer;
  font-size: 1.25em;
  margin-left: 0.1rem;
}
.list-table .sort:hover:before {
  opacity: 0.7;
}
.list-table thead {
  background-color: #eaeaeb;
  color: #5b7296;
}
.list-table thead .item {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
}
.list-table .tr .item {
  font-size: 0.9rem;
}
.list-table .tr .item:first-child{
  border-left: 1px solid #dedede;
}
.list-table .tr .item:last-child {
  border-right: 1px solid #dedede;
}
.list-table .tr:not(:first-child) {
  border-bottom: 2px solid #dedede;
}
/* 縦線ありtable */
.list-table.solid,
.list-table.solid th,
.list-table.solid td {
  border: 1px solid #ccc;
}
.list-table td .btn-list:not(:last-child) {
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .list-table {
    table-layout: auto;
  }
  .table-scrollable {
    overflow-x: scroll;
  }
  .table-scrollable .list-table {
    white-space: nowrap;
  }
}

/* ページャ
----------------------------------------------- */
.pager {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
.pager .pagination {
  overflow: hidden;
}
.pager nav {
  display: inline-block;
}
.pagination .page-item {
  float: left;
}
.pagination .page-item:not(:last-child) {
  margin-right: 0.5rem;
}
.pagination .page-item .page-link {
  width: 2.4rem;
  line-height: 2.4rem;
  display: block;
  background-color: #fff;
  color: #656565;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  font-family: 'Consolas';
}
.pagination .page-item.active .page-link {
  background-color: #6BC7CF;
  color: #fff;
}
.pagination .page-item a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.pagination .page-item a.page-link:hover {
  background-color: #6BC7CF;
  color: #fff;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background-color: #d2d2d5;
  color: #fff;
  font-size: 1.5em;
}
.pager .pager__text {
  margin-left: 1.2rem;
  color: #b3b4bf;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pager {
    align-items: center;
    flex-direction: column;
  }
  .pager .pagination {
    margin-top: 0;
  }
}

/* プラン設定系 */
.selectbox-room {
  display: flex;
  flex-wrap: wrap;
}
.selectbox-room__item {
  width: 49%;
  margin-bottom: 2rem;
}
.selectbox-room__item:nth-child(2n + 1) {
  margin-right: 2%;
}
.selectbox-room .buildname {
  background-color: #f4f4f4;
  border: 1px solid#eee;
  color: #999;
  display: flex;
  flex-direction: ;
  padding: 0.5em 0.2em;
  text-align: center;
}
.selectbox-room .buildname .switch {
  font-size: 0.7rem;
  background-color: #fff;
  border: 1px solid #eee;
  margin-right: 1rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.selectbox-room .checkbox {
  padding-top: 1rem;
}

/* 表示用 */
.selectbox-room .roomnum--show span {
  display: inline-block;
  padding: 0.5rem 0 0.2rem;
}
.selectbox-room .roomnum--show span:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .selectbox-room__item {
    width: 100%;
  }
}

/* ------------------------------------------------
　注意書き hoverアラート 
------------------------------------------------ */
.ui-hoveralert {
 position: relative;
}
.ui-hoveralert .ui-hoveralert__baloon {
 display: none;
}
.ui-hoveralert__baloon {
 background-color: #fff3cd;
 border: 1px solid #ffeeba;
 color: #856404;
 font-size: 0.9rem;
 padding: 0 1rem;
 transition: 0.3s;
}
.ui-hoveralert__baloon::after {
 content: "";
 display: block;
 background-color: #fff3cd;
 border-right: 1px solid #ffeeba;
 border-bottom: 1px solid #ffeeba;
 width: 5px;
 height: 5px;
 position: absolute;
 bottom: -4px;
 transform: rotate(-45deg);
}
.ui-hoveralert:hover .ui-hoveralert__baloon {
 animation: fadeIn 0.4s;
 animation-fill-mode: backwards;
 display: block;
 position: absolute;
 top: -30px;
 transition: 0.3s;
}

/* ------------------------------------------------
　住所検索フォーム用
------------------------------------------------ */
.addressSearchBox {
  width: 35%;
}
.addressSearchBox__message {
  display: inline-block;
  margin-left: 10px;
}
.addressInput {
  width: 100%;
  margin: 3px 0;
}
.itemlist input.addressInput__wide {
  width: calc(60% - 1%);
}
.itemlist input.addressInput__short {
  width: calc(30% - 1%);
}
.select2-container .select2-selection--single {
  height: 36px !important;
}
.select2-dropdown,
.select2-container--default .select2-selection--single {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}

@media screen and (max-width: 767px) {
  .addressSearchBox__message {
    margin: 5px 0;
    margin-left: 0;
  }
  .itemlist input.addressInput__short,
  .itemlist input.addressInput__wide {
    width: 100%;
  }
  .addressSearchBox {
    width: 100%;
  }
}