@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : con_news.css
 author     : Ability Consultant
 style info : 予約システム切り替えに伴うお知らせ掲載
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_caution,
.con_caution_bg {
  display: none;
  opacity: 0;
}

/* -----------------------------------------------------------
	.con_pgtitle ページタイトル
----------------------------------------------------------- */
.con_caution {
  max-width: 950px;
  width: 90%;
  background-color: #fff;
  padding: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000000;
}
@media only screen and (max-width: 767px) {
  .con_caution {
    padding: 40px 30px;
    max-height: 80vh;
    overflow: scroll;
  }
}
.con_caution h2 {
  font-weight: 600;
  font-size: 165%;
  text-align: center;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_caution h2 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_caution h2 {
    font-size: 129%;
  }
}
.con_caution .txt_caution {
  font-size: 108%;
  text-align: center;
  line-height: 1.8em;
  margin-top: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_caution .txt_caution {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_caution .txt_caution {
    font-size: 108%;
  }
}
.con_caution .btn_login {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.con_caution .btn_login a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 115%;
  font-weight: 400;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_caution .btn_login a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_caution .btn_login a {
    font-size: 108%;
  }
}
.con_caution .btn_login a:before {
  font-family: 'ionicons';
  content: '\f3d3';
  color: #2c667e;
  padding-right: .25em;
}
.con_caution .btn_login a:hover {
  text-decoration: none;
}
.con_caution #close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.con_caution #close:before, .con_caution #close:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
}
.con_caution #close:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.con_caution #close:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.con_caution_bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: 0.3s;
}

/* -----------------------------------------------------------
	.空室検索下
----------------------------------------------------------- */
#search_tab {
  padding-bottom: .25em;
}

.con_old {
  display: block;
  margin: 15px auto;
  text-align: center;
  border: 1px solid red;
  width: 90%;
  padding: 1em;
  max-width: 1365px;
  background: #fff;
}
.con_old .st {
  font-size: 129%;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_old .st {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_old .st {
    font-size: 108%;
  }
}
.con_old .txt {
  font-size: 115%;
  color: #ff0000;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_old .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_old .txt {
    font-size: 93%;
  }
}
.con_old .txtlnk {
  margin-top: 5px;
}
.con_old .txtlnk a {
  font-size: 115%;
  position: relative;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_old .txtlnk a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_old .txtlnk a {
    font-size: 93%;
  }
}
.con_old .txtlnk a:before {
  font-family: 'ionicons';
  content: '\f3d3';
  font-weight: bold;
  margin-right: 3px;
  font-size: 13px;
  color: #5f5a60;
}
.con_old .box_old {
  margin-top: 15px;
}
