@charset "UTF-8";
.ttlTxt {
  position: relative;
  overflow: hidden;
  font-size: 1.4rem;
}
.newLine {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.sectionText_box{
  margin-bottom: 40px;
}
/* アイコン画像 */
.tagIcon_gray {
  background:  3px 2px / 15px 15px no-repeat #ffffff;
}
.tagIcon_gray{
  display: inline-block;
  padding: 0 5px 0 22px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  font-size: 1.2rem;
}
.tagIcon_red {
  margin: 0;
  padding: 0 3px 0 22px;
  background: 3px 2px / 15px 15px no-repeat, #ffffff;
  border: 1px solid #c75b71;
  border-radius: 3px;
  color: #c75b71;
  font-size: 1.2rem;
  display: inline-block;
}
.formBox_info {
  font-size: 1.2rem;
  margin-top: 5px;
}
/* フォーム関連 */
.backBtn {
  width: 100px;
  margin: 20px auto;
}
.detail_option {
  margin-bottom: 20px;
}
.detailBox {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.detailBox_img {
  position: relative;
  width: 160px;
  height: 120px;
  text-align: center;
  margin: 0 auto;
  background: #eeeeee;
}
.detailBox_img img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detailBox_txt {
  margin-left: 15px;
  flex: 1;
}
.detailBox .detailBox_txt:first-child{
  margin-left: 0;
}
.detailBox_ttl {
  margin-top: 0;
}
.detailBox_mark {
  margin-bottom: 10px;
}

.detailTable {
  position: relative;

}
.detailTable_tr {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 7px 20px;
  border: 1px dotted #cccccc;
  border-bottom: none;
}
.detailTable .detailTable_tr:nth-last-of-type(1){
  border-bottom: 1px dotted #cccccc;
}
.detailTable_label + .detailTable_tr {
  margin-top: 10px;
}
.detailTable_type02 + .detailTable_type02{
  margin-top: 10px;
}
.detailTable_type02 .detailTable_tr {
  padding: 0;
  border: none;
}
.detailTable_type02 + .formBox_ttl{
  margin-top: 15px;
}
.detailTable_tr.text_red{
  margin-top: 0;
  padding-left: 0;
  border: none;
  font-size: 1.4rem;
}
.detailTable_cell {
  font-size: 1.6rem;
}
.detailTable_ttl {
  font-weight: bold;
}
.detailTable_cellRight {
  text-align: right;
  white-space: nowrap;
  padding-left: 10px;
}
.detailTable + .detailTable {
  border-top: 1px dotted #cccccc;
  padding-top: 10px;
}
.detailTable .total {
  font-weight: bold;
  text-align: right;
  border-top: 1px dotted #cccccc;
}
.inputBox {
  width: 45%;
  margin: 0 auto 20px;
  padding: 20px 50px;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.loginCol2 {
  width: 512px;
  margin: 0 auto 20px;
}
.loginBox {
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}
.loginBox_wrap:not(:last-child) {
  margin-right: 10px;
}
.loginBox_wrap {
  width: 50%;
  padding: 20px 50px;
  border: 1px solid #eeeeee;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.loginBox_ttl {
  margin-bottom: 15px;
  border: none;
  font-size: 18px;
  text-align: center;
}
.loginBox_ttl2 {
  margin: 15px 0 0;
  text-align: center;
}
.loginBox_note {
  margin-top: 15px;
  font-size: 1.2rem;
  text-align: center;
}
.loginBox_txt {
  margin: 10px 0;
  text-align: center;
}
.loginBox_subTxt {
  position: relative;
  margin: 15px 0;
  text-align: center;
}
.loginBox_subTxt::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 150px;
  height: 1px;
  background: #cccccc;
  content: "";
}
.loginBox_subTxt::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 150px;
  height: 1px;
  background: #cccccc;
  content: "";
}

/* 検索関連 */
.searchItem_ttl {
  margin-top: 10px;
  margin-bottom: 0;
}
.searchItemWrap {
  padding: 5px 10px 10px;
  background: #eef0f3;
}
.searchItem_people {
  color: #505050;
  margin: 5px 0 10px;
}
.searchItem_totalRoom {
  border-top: 1px dotted #aaaaaa;
  padding-top: 3px;
  padding-right: 5px;
  margin-top: 5px;
  text-align: right;
}
a.searchItem_peopleLink:hover {
  text-decoration: none;
}
.searchItem_peopleList div {
  display: flex;
  padding: 0 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
}
.searchItem_peopleList dt {
  width: 80%;
}
.searchItem_peopleTxt {
  text-align: center;
  background: #ffffff;
  padding: 10px 0;
}
.searchItem_peopleTxt p {
  font-weight: bold;
}
.searchItem_peopleTxt p + p a {
  font-size: 1.3rem;
}
.search_checkList > div:not(:last-child) {
  margin-bottom: 10px;
}
.search_checkList dt {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  margin: 10px 0 5px;
}
.search_checkList dt:first-child {
  margin-top: 0;
}
.infoBox {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.infoBox_wrap {
  display: flex;
  margin: 0 auto;
  padding-bottom: 20px;
}
.infoBox_wrap .infoBox_detail:first-child {
  margin-left: 0;
}
.infoBox_icon {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.infoBox_iconItem {
  margin-bottom: 5px;
  border: 1px #5b99c7 solid;
  margin-right: 5px;
  padding: 1px 5px;
  background: #f3f8fd;
  border-radius: 3px;
  color: #5b99c7;
}
.infoBox_summary {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  padding: 5px 3px;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  font-size: 1.2rem;
}
.infoBox_summary li{
  margin-right: 15px;
}
.infoBox_summary li:last-child{
  margin-right: 0;
}
.infoBox_summary.planDetail_summary{
  display: block;
}
.infoBox_summary.planDetail_summary li + li{
  margin-top: 5px;
}
.infoBox_detail {
  margin-left: 15px;
  flex: 1;
  font-size: 1.2rem;
}
.infoBox_detailTxt {
  font-size: 1.4rem;
  margin: 0 0 20px;
}
.infoBox_detail .dlList_item, .detailBox_txt .dlList_item, .vacancyDetail_txt .dlList_item {
  margin: 0;
}
.infoBox_detailIcon img {
  vertical-align: text-bottom;
}
.infoBox_summaryItem {
  margin: 5px 0;
}
.chooseBox {
  width: 100%;
  margin: 0 auto;
}
.chooseBox_list {
  padding: 15px 0;
  margin: 0 10px;
  border-top: 1px solid #eeeeee;
}
.chooseBox_listWrap {
  display: flex;
  justify-content: space-between;
}
.chooseBox_list_more, .chooseBox_list_close {
  display: block;
  margin: 0;
  padding: 10px 0;
  background: #eeeeee;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #cccfd5;
}
.chooseBox_list_more:hover, .chooseBox_list_close:hover {
  background: #f6f6f6;
  color: #aaaaaa;
}
.chooseBox_img {
    height: 70px;
    margin-right: 16px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.chooseBox_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.chooseBox_info {
  flex: 1;
  font-size: 1.2rem;
}
.chooseBox_listWrap .chooseBox_info:first-child{
  margin-left: 0;
}
.chooseBox_listWrap .infoItemList{
  margin-top: 5px;
}
.chooseBox_infoList li {
  margin-bottom: 10px;
}
.chooseBox_infoList li li{
  margin-bottom: 0;
}
.chooseBox_ttl {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.chooseBox_price {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}
.chooseBox_priceNum {
  font-size: 2.2rem;
  line-height: 1;
  white-space: nowrap;
}
.chooseBox_resist {
  width: 120px;
  margin: 0 0 0 15px;
  text-align: right;
}
.chooseBox_resistBtn li + li {
  margin-top: 5px;
}
.chooseBox_change {
  margin-top: 10px;
}
.roomCombi {
  width: 70%;
  margin: 0 auto 20px;
  padding: 15px 20px;
  border: 4px solid #eeeeee;
  background: #f9f9f9;
}
.roomCombi_list {
  margin: 10px 0;
}
.roomCombi_list dt {
  font-size: 1.6rem;
  font-weight: bold;
  float: left;
}
.roomCombi_list dd {
  margin-left: 70px;
}
.roomCombi_list dd a {
  font-size: 1.6rem;
  font-weight: bold;
}
.roomCombi_note {
  text-align: right;
  font-size: 1.2rem;
}
.roomCombi_txt {
  margin: 20px 0;
  text-align: center;
  color: #d00000;
  font-weight: bold;
}
.planDetail_optionList li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  background: #ddeef8;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 1.3rem;
}
.planDetail_accept {
  border: 1px solid #cccccc;
}
.planDetail_accept th {
  padding: 10px;
  background: #eeeeee;
}
.planDetail_accept th:first-child {
  text-align: left;
}
.planDetail_accept th:nth-child(2n) {
  border-left: 1px solid #cccccc;
}
.planDetail_accept tr {
  border-bottom: 1px solid #cccccc;
}
.planDetail_accept td {
  padding: 5px 10px;
}
.planDetail_accept td:nth-child(2n) {
  border-left: 1px solid #cccccc;
  text-align: center;
}
.optionBox_wrap {
  width: 100%;
  margin: 0 0 20px;
}
.optionBox_img {
  margin-left: 20px;
  float: right;
}
.optionBox p {
  overflow: hidden;
}
.optionBox_wrap h4 {
  border-bottom: 1px dotted #cccccc;
}
.optionBox::after {
  content: "";
  clear: both;
  display: block;
}
/*カレンダー*/
.calendar {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-size: 1.2rem;
  word-break: break-all;
  word-wrap: break-word;
}
.calendar th {
  margin: 0;
  padding: 0;
  width: 14%;
  text-align: center;
  background: #eef0f3;
  color: #505050;
  font-size: 1.2rem;
  font-weight: bold;
}
.calendar .checkInDate {
  background: #ddeef8;
  border: #bbddf1 6px solid;
}
.calendar td {
  width: 14%;
  border: 5px solid #eef0f3;
  text-align: center;
  line-height: 1.4;
}
.calendar td a:hover {
  position: relative;
  background: #ddeef8;
  text-decoration: none;
}
.calendar td a:hover::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  content: "";
}
.calendar td a {
  display: block;
  height: 100%;
  color: #505050;
  cursor: pointer;
}
.calendar .day {
  padding: 3px 0 0 5px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}
.calendar .holiday .day, .calendar .sunday .day, .calendar th.sunday {
  color: #d00000;
}
.calendar .saturday .day, .calendar th.saturday {
  color: #0055bb;
}
.calendar .otherMonth, .calendar .noVacancy, .calendar .noDPReservation, .calendar .saleClose, .calendar .saturday.noVacancy .day, .calendar .saturday.noDPReservation .day, .calendar .sunday.noVacancy .day, .calendar .sunday.noDPReservation .day, .calendar .saleClose .price {
  color: #cccccc;
}
.calendar .price {
  color: #135e92;
  font-weight: bold;
}
.calendar .stock {
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 1.4rem;
}
.calendar .noVacancy .price {
  display: none;
}
.calendar .noVacancy .stock {
  padding-bottom: 1.5em;
}
.calendar .noDPReservation .price {
  color: #cccccc;
}
.calendar.switchItem.active {
  display: table;
}
.calendar_noMatch {
  position: relative;
  pointer-events: none;
}
.calendar_noMatch::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  content: "";
}
.calendar_noMatchTxt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
  z-index: 3;
}

.calendar_outOfTermTxt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
  z-index: 3;
}

.vacancy {
  margin-bottom: 20px;
  padding: 15px;
  background: #eef0f3;
  border-radius: 10px;
}
.vacancy_wrap {
  display: flex;
  flex-direction: row-reverse;
}
.vacancy_ttl {
  margin: 26px 0 4px 0;
}
.vacancy_note {
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.2;
}
.vacancy_main {
  flex: 1;
}
.vacancy_side {
  margin: 0 10px 0 0;
}
.vacancy_sideBox {
  width: 240px;
  height: 400px;
  align-self: stretch;
  overflow: hidden;
  overflow-y: scroll;
  border: 2px solid #cccccc;
  background: #ffffff;
  font-size: 1.2rem;
}
.vacancy_headList {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vacancy_headList li {
  width: 33%;
  text-align: center;
  color: #cccccc;
}
.vacancy_headList li a {
  display: block;
  color: #505050;
}
.vacancy_headList li:first-child {
  margin-left: 0;
}
.vacancy_headList li.now {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #505050;
}
.vacancy_sideList li {
  padding: 15px 10px;
  border-top: 1px solid #dddddd;
  cursor: pointer;
}
.vacancy_sideList li:hover {
  background: #ddeef8;
}
.vacancy_sideList li.active {
  background: #ddeef8;
}
.vacancy_sideList li.noMatch {
  background: #dddddd;
  cursor: auto;
  pointer-events: none;
}
.vacancy_sideList li:first-child {
  border-top: none;
}
.vacancyInput {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.vacancyInputRoom {
  justify-content: center;
}
.vacancyInput_modalLink {
  display: block;
  color: #505050;
  background: #ffffff;
}
.vacancyInput_people {
  display: inline-block;
  padding: 3px 6px;
  border: 2px solid #dddddd;
  border-radius: 3px;
}
.vacancyInput_peopleList {
  display: inline;
}
.vacancyInput_peopleList dt {
  display: inline-block;
  font-weight: bold;
}
.vacancyInput_peopleList dd {
  display: inline-block;
  margin-right: 15px;
}
.vacancyInput_room {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
}
.vacancyInput_submit {
  width: 150px;
  margin: 5px 0;
}
.vacancyInput_submitBtn {
  padding: 8px 0px
}
.vacancyInput_stay select {
  margin: 0 10px;
  padding: 0px 4px;
  border: 2px solid #dddddd;
}
.vacancyInput_stay {
  display: inline-block;
}
.vacancyInput_note {
  text-align: right;
  margin-bottom: 5px;
}
.vacancyInput_note .mark {
  font-size: 1.2rem;
  margin: 0;
}
.vacancyDetail {
  position: relative;
  display: flex;
  margin-top: 30px;
  padding: 15px;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 5px;
}
.vacancyDetail::after {
  position: absolute;
  content: "";
  border: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  top: -39px;
  left: 40px;
}
.vacancyDetail .slider_minImgArea {
  margin-right: 20px;
}
.vacancyDetail_imgArea {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.vacancyDetail_imgWrap {
  position: relative;
  width: 160px;
  height: 120px;
  background: #eeeeee;
}
.vacancyDetail_imgWrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vacancyDetail_imgTxt {
  margin: 5px 0;
  font-size: 1.2rem;
  text-align: center;
}
.vacancyDetail_txt {
  flex: 1;
}
.vacancyDetail_ttl {
  margin-top: 10px;
  font-weight: bold;
}
.vacancyDetail_link {
  margin-left: 15px;
}
/* -------------------------------------- */
.infoItemList{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.infoItemList dt {
  margin-right: 5px;
}
.infoItemList dd::after, .infoItemList li::after {
  margin: 0 6px;
  content: "/";
}
.infoItemList dd:last-child::after, .infoItemList li:last-child::after {
  content: "";
}
.infoBox .infoItemList, .chooseBox .infoItemList {
  font-size: 1.2rem;
}
.searchTtl {
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.logoutBtn {
  width: 150px;
  margin: 0 0 0 auto;
}
.logoutBtn button {
  padding: 5px;
}
/* ------------------modal------------------- */
.modalWindow {
  display: none;
  position: fixed;
  width: 700px;
  /*  max-height: 600px;*/
  max-height: calc(100% - 80px);
  padding: 20px;
  line-height: 1.7;
  background: #ffffff;
  z-index: 10;
  overflow: auto;
}
.modalWindow[name="modal500"] {
  height: 500px !important;
}
.modalWindow[name="numInputModal"] {
  height: 560px;
}
.modalBack {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
  cursor: pointer;
}
.modalWindow .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  color: #666666;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
}
.modalWindow .closeArea {
  position: fixed;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, .1);
  text-align: center;
  line-height: 5;
  overflow: hidden;
  z-index: 2;
}
.modalWindow .closeArea::before{
  display: block;
  position: absolute;
  top: 8px;
  left: 14px;
  width: 2px;
  height: 15px;
  transform: rotate(45deg);
  background: #666;
  content: "";
}
.modalWindow .closeArea::after{
  display: block;
  position: absolute;
  top: 8px;
  left: 14px;
  width: 2px;
  height: 15px;
  transform: rotate(-45deg);
  background: #666;
  content: "";
}
.modalWindow .closeArea:hover {
  background: rgba(0, 0, 0, .2);
}
.modalWindow .close + h3 {
  margin-top: 0;
}
.clearBtn {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 5px 16px;
}
.numInput {
  margin-bottom: 30px;
}
.numInput_ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
.numInput_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.numInput_room {
  margin: 0 0 0 10px;
  max-width: 580px;
}
.numInput_list li {
  width: 45%;
  padding: 8px 5px 6px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.numInput_list li > p {
  width: calc(100% - 90px);
}
/* js Style */
.readMore_area {
  display: none;
}
.tab_item .pager {
  margin: 0;
}
.itemWrap {
  padding-top: 5px;
  margin-bottom: 30px;
  border: 1px solid #cccfd5;
}
.itemWrap + .pager {
  margin-top: 60px;
}
.search_inputBtn {
  margin-top: 10px;
}
#registCard {
  display: none;
}
#termsCheck {
  display: none;
}
.moreTxt {
  position: relative;
  overflow: hidden;
  font-size: 1.4rem;
}
.moreTxt.long::before {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0));
  content: "";
}
.moreBtn {
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: right;
}

/* ------------------------------------------------------------------------------------- */
/* -----検索パネル_datepicker----- */
.inputCalendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 5px;
  padding: 10px 10px 5px;
  background: #eef0f3;
}
.inputCalendar li:nth-of-type(3) {
  align-self: flex-end;
}
.inputCalendar_item > div + div {
  margin: 5px 0 0;
}
.inputCalendar_item, .inputCalendar_item input {
  width: 100%;
}
.inputCalendar_item input {
  cursor: pointer;
  padding: 8px;
}
.inputCalendar_itemTtl {
  font-weight: bold;
  font-size: 12px;
}
.inputCalendar_check {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inputCalendar_checkTtl {
  position: relative;
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
}

/* ------------------------------------------------------------------------------------- */
/*レスポンシブ*/
@media screen and (max-width: 768px) {
  .loginCol2 {
    width: 100%;
  }
  .inputBox {
    width: 100%;
    padding: 20px;
  }
  .loginBox {
    width: 100%;
    flex-wrap: wrap;
  }
  .loginBox_wrap {
    width: 100%;
    margin: 0 0 30px;
    padding: 20px 10px;
  }
  .loginBox_wrap + .loginBox_wrap {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
  }
  .loginBox_subTxt::before, .loginBox_subTxt::after {
    width: 30%;
  }
  .navBlock_list {
    flex-wrap: wrap;
  }
  .navBlock_listItem {
    width: 100%;
    flex: auto;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .navBlock_listItem:last-of-type {
    border: none;
  }
  .userInfo {
    flex-wrap: wrap;
  }
  .userInfo_point {
    margin-bottom: 0;
  }
  .contents_searchPanel {
    width: 100%;
  }
  .numInput_list {
    display: block;
  }
  .numInput_list li {
    width: 100%;
  }
  fieldset.numInput > div {
    display: block;
  }
  .numInput_room {
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: right;
  }
  .vacancyInput_peopleList + div {
    text-align: right;
  }
  .vacancyInput_room {
    margin-right: 0;
    margin-left: 10px;
  }
  .markType02 {
    margin-left: 10px;
  }
  select, input {
    height: 35px;
  }
  .inputCalendar_item > div {
    width: 50%;
  }
  .inputCalendar_item input {
    font-size: 13px;
  }
  .inputCalendar_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    background: #ffffff;
    padding: 10px 10px 18px;
  }
  .inputCalendar_item div + div {
    margin-left: 7px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .searchItem_ttl {
    margin-bottom: 4px;
  }
  .searchItemWrap {
    padding: 10px 15px;
    background: #ffffff;
  }
  .searchItem_peopleTxt {
    border-top: 1px dotted #aaaaaa;
    padding-bottom: 0;
    margin-top: 10px;
    padding-top: 8px;
  }
  .searchItem_peopleTxt p {
    font-weight: normal;
    font-size: 1.6rem;
  }
  .searchItem_peopleTxt p + p a, .inputCalendar_itemTtl {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .searchItem:first-child {
    margin-top: 0;
    background: #eef0f3;
    padding: 10px 10px 15px;
    border-bottom: 2px solid #135e92;
  }
  .inputCalendar {
    padding: 0;
    background: none;
  }
  .inputCalendar > li {
    margin-bottom: 10px;
  }
  .modalWindow {
    width: 100%;
    max-height: 90%;
    top: 0;
    left: 0;
    padding-top: 20px;
  }
  .modalWindow_min {
    height: auto;
  }
  .detailBox {
    display: block;
  }
  .detailBox_img {
    margin: 0 auto 10px;
  }
  .detailBox_txt {
    width: 100%;
    margin: 0;
  }
  .search_checkList dd {
    display: inline-block;
    width: 44%;
    margin: 0 6px;
    vertical-align: top;
  }
  .infoBox_wrap {
    display: block;
    padding-bottom: 0;
  }
  .infoBox_detail {
    margin: 0;
    width: 100%;
    flex: none;
  }
  .chooseBox_listWrap {
    flex-wrap: wrap;
  }
  .chooseBox_img {
    width: auto;
    height: 60px;
    margin-right: 12px;
  }
  .chooseBox_info {
    margin: 0 0 10px 10px;
  }
  .chooseBox_ttl {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .chooseBox_resist {
    width: 100%;
    margin: 0;
  }
  .roomCombi {
    width: 100%;
    padding: 10px;
  }
  .chooseBox_resistBtn {
    display: flex;
  }
  .chooseBox_resistBtn li {
    width: 50%;
    flex: 1;
  }
  .chooseBox_resistBtn li + li {
    margin: 0 0 0 5px;
  }
  .chooseBox_priceNum {
    font-size: 1.8rem;
  }
  .contents_menuColumn {
    width: 100%;
  }
  .searchItem_people {
    margin: 0;
  }
  .searchItem_peopleList {
    display: inline;
  }
  .searchItem_totalRoom {
    padding: 0;
    border: none;
    margin: 0;
    display: inline-block;
    font-weight: bold;
  }
  .searchItem_peopleList div {
    display: inline;
    padding: 0;
    margin-right: 10px;
    background: linear-gradient(transparent 70%, #eef0f3 70%);
  }
  .searchItem_peopleList div:nth-child(n+4) {
    display: none;
  }
  .searchItem_peopleList div:nth-child(3) {
    position: relative;
    margin: 0;
  }
  .searchItem_peopleList div:nth-child(3)::after {
    content: "...";
  }
  .searchItem_peopleList dt {
    display: inline-block;
    width: auto;
    font-weight: bold;
  }
  .searchItem_peopleList dd {
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .planDetail_accept {
    width: 100%;
  }
  .optionBox_wrap {
    width: 100%;
  }
  .optionBox p {
    overflow: visible;
  }
  .optionBox_img {
    margin-left: 10px;
  }
  .calendar td {
    height: 70px;
    font-size: 1.2rem;
    border: 2px solid #eeeeee;
  }
  .calendar .day {
    text-align: center;
    padding: 5px 0 0 0;
  }
  .calendar .price {
    font-size: 1rem;
  }
  .vacancy {
    padding: 5px;
  }
  .vacancy_wrap {
    display: block;
  }
  .vacancy_headList {
    font-size: 1.2rem;
  }
  .vacancy_headList li.now {
    font-size: 1.4rem;
  }
  .vacancy_note {
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .vacancy_sideBox {
    width: 100%;
    height: 150px;
  }
  .vacancy_sideList li {
    padding: 10px;
    font-size: 1.2rem;
  }
  .vacancy_ttl {
    margin: 10px 0 4px 0;
  }
  .vacancy_side {
    margin: 0;
  }
  .vacancyDetail {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .vacancyDetail::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .vacancyDetail_imgArea {
    display: block;
    width: 160px;
    margin: 0 auto 10px;
  }
  .vacancyDetail_txt {
    width: 100%;
    margin: 0;
  }
  .vacancyInputRoom {
    justify-content: flex-end;
  }
  .vacancyInput_people {
    display: inline-block;
    padding: 5px;
    border: 2px solid #dddddd;
  }
  .vacancyInput_stay select {
    padding: 3px;
  }
}

/* ------------------------------------- js_css --------------------------------- */
/* ------------------------------------- slider --------------------------------- */

.slider_inner {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.slider_inner.slick-initialized {
  height: auto;
  overflow: visible;
  opacity: 1;
  transition: opacity .5s linear;
}
.slider_area .slider_inner {
  width: 400px;
}
.slider_tabArea .slider_inner {
  width: 200px;
}
.slider_area .slider_itemImg {
  height: 300px;
  margin: 0 auto;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_area .slider_itemImg img {
  display: block;
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 300px;
}
.slider_tabArea .slider_itemImg {
  margin: 0 auto;
  width: 200px;
  height: 150px;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_tabArea .slider_itemImg img {
  display: block;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 150px;
}
.slider_modalArea .slider_inner {
  width: 160px;
}
.slider_modalArea .slider_itemImg {
  margin: 0 auto;
  width: 160px;
  height: 120px;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_modalArea .slider_itemImg img {
  display: block;
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 120px;
}
.slider_minImgArea .slider_inner {
  width: 160px;
}
.vacancyDetail .slider_minImgArea .slider_inner {
  margin-bottom: 0;
}
.slider_minImgArea .slider_itemImg {
  margin: 0 auto;
  width: 160px;
  height: 120px;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_minImgArea .slider_itemImg img {
  display: block;
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 120px;
}
.slider_itemTxt {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}
a[data-featherlight="image"]:hover {
  opacity: 0.8;
}
a[data-featherlight="image"] .slider_itemImg:hover {
  opacity: 0.8;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  width: 30px;
  height: 30px;
  border: 5px solid #aaaaaa;
  border-right: 3px solid transparent;
  animation: loadingAnimation 1s linear infinite;
}
@keyframes loadingAnimation {
  to {}
  from {
    transform: rotate(-360deg);
    transform-origin: 50% 50%;
  }
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 42%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  overflow: visible;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -20px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-left: 3px solid #135e92;
  border-bottom: 3px solid #135e92;
  transform: rotate(45deg);
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -20px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 3px solid #135e92;
  border-bottom: 3px solid #135e92;
  transform: rotate(-45deg);
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  color: #135e92;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 25px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #135e92;
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden
}
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0)
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, .8)
}
.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 85%;
  background: #fff;
  cursor: auto;
  white-space: normal
}
.featherlight .featherlight-inner {
  display: block
}
.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 25px;
  line-height: 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, .1);
  color: #666666;
  border: 0;
  padding: 5px;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0
}
.featherlight .featherlight-image {
  width: 100%
}
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch
}
.featherlight iframe {
  border: 0
}
.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media only screen and (max-width:1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 85%;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .slider_tabArea .slider_itemImg img, .slider_area .slider_itemImg img, .slider_modalArea .slider_itemImg img {
    max-width: 100%;
    max-height: 250px;
  }
  .slider_tabArea .slider_itemImg, .slider_tabArea .slider_inner, .slider_area .slider_inner, .slider_area .slider_itemImg, .slider_modalArea .slider_inner, .slider_modalArea .slider_itemImg {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
  .slider_area .slider_itemImg, .slider_tabArea .slider_itemImg, .slider_modalArea .slider_itemImg {
    height: 250px;
  }
  .slick-track {
    display: flex;
  }
  .slick-dots li button:before {
    font-size: 40px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  .slick-dots li, .slick-dots li button {
    margin: 0;
    width: 30px;
    height: 30px;
  }
  .slider_modalArea, .slider_area {
    width: 100%;
    margin: 0 auto;
  }
  .vacancyDetail .slider_minImgArea .slider_inner {
    margin: 0 auto 30px;
  }
  .slick-dotted.slick-slider {
    margin: 0 auto 30px;
  }
}


/* jquery.pwdMeasure.js */
#pswConf {
  position: relative;
  width: 250px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #d00000;
}
#pswConf::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #cccccc;
  content: "";
}
#pswConf::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  content: "";
}
#pswConf.m01::after {
  width: 10%;
  background: #d00000;
}
#pswConf.m02::after {
  width: 30%;
  background: #d00000;
}
#pswConf.m03::after {
  width: 50%;
  background: #11aa5c;
}
#pswConf.m04::after {
  width: 70%;
  background: #11aa5c;
}
#pswConf.m05::after {
  width: 100%;
  background: #11aa5c;
}
#pswConf .txt {
  position: relative;
  margin-left: 25px;
}
#pswConf .txt::before, #pswConf .txt::after {
  position: absolute;
}
#pswConf.m01, #pswConf.m02, #pswConf.noMatch {
  color: #d00000;
}
#pswConf.m03, #pswConf.m04, #pswConf.m05 {
  color: #11aa5c;
}
#pswConf.empty .txt::before {
  display: block;
  content: "";
  top: 50%;
  left: -20px;
  width: 12px;
  height: 2px;
  background: #d00000;
  margin-top: -1px;
}
#pswConf.m01 .txt::before, #pswConf.m02 .txt::before, #pswConf.m01 .txt::after, #pswConf.m02 .txt::after {
  display: block;
  content: "";
  top: 50%;
  left: -20px;
  width: 12px;
  height: 2px;
  background: #d00000;
}
#pswConf.m01 .txt::before, #pswConf.m02 .txt::before {
  transform: translateY(-2px) rotate(-45deg);
}
#pswConf.m01 .txt::after, #pswConf.m02 .txt::after {
  transform: translateY(-2px) rotate(45deg);
}
#pswConf.m03 .txt::before, #pswConf.m04 .txt::before, #pswConf.m05 .txt::before {
  display: block;
  content: "";
  top: 50%;
  left: -20px;
  width: 12px;
  height: 12px;
  border: 2px solid #11aa5c;
  border-radius: 6px;
  margin-top: -7px;

}

/* ローディング */

/* ローディング */
.loading{
  width: 100%;
  position: relative;
  background: #eef0f3;
  padding: 150px 20px 40px;
  text-align: center;
  margin: 10px 0;
}
.loading::before{
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: transparent;
  animation: loadingAnime 2s linear 0s infinite normal;
  box-shadow:
          0 -15px 0 rgba(19,94,146,1),
          20px -5px 0 rgba(19,94,146,.1),
          30px 15px 0 rgba(19,94,146,.1),
          20px 35px 0 rgba(19,94,146,.1),
          0 45px 0 rgba(19,94,146,.1),
          -20px 35px 0 rgba(19,94,146,.1),
          -30px 15px 0 rgba(19,94,146,.3),
          -20px -5px 0 rgba(19,94,146,.3);
  backface-visibility:hidden;
}

@keyframes loadingAnime {
  0% {
    box-shadow: 0 -15px 0 3px rgba(19, 94, 146, 1),
    20px -5px 0 -1px rgba(19, 94, 146, .1),
    30px 15px 0 -2px rgba(19, 94, 146, .1),
    20px 35px 0 -2px rgba(19, 94, 146, .1),
    0 45px 0 -2px rgba(19, 94, 146, .1),
    -20px 35px 0 -1px rgba(19, 94, 146, .1),
    -30px 15px 0 0px rgba(19, 94, 146, .3),
    -20px -5px 0 1px rgba(19, 94, 146, .3);
  }
  12% {
    box-shadow: 0 -15px 0 1px rgba(19, 94, 146, .3),
    20px -5px 0 3px rgba(19, 94, 146, 1),
    30px 15px 0 -1px rgba(19, 94, 146, .1),
    20px 35px 0 -2px rgba(19, 94, 146, .1),
    0 45px 0 -2px rgba(19, 94, 146, .1),
    -20px 35px 0 -2px rgba(19, 94, 146, .1),
    -30px 15px 0 -1px rgba(19, 94, 146, .1),
    -20px -5px 0 0px rgba(19, 94, 146, .3);
  }

  25% {
    box-shadow: 0 -15px 0 0px rgba(19, 94, 146, .3),
    20px -5px 0 1px rgba(19, 94, 146, .3),
    30px 15px 0 3px rgba(19, 94, 146, 1),
    20px 35px 0 -1px rgba(19, 94, 146, .1),
    0 45px 0 -2px rgba(19, 94, 146, .1),
    -20px 35px 0 -2px rgba(19, 94, 146, .1),
    -30px 15px 0 -2px rgba(19, 94, 146, .1),
    -20px -5px 0 -1px rgba(19, 94, 146, .1);
  }
  37% {
    box-shadow: 0 -15px 0 -1px rgba(19, 94, 146, .1),
    20px -5px 0 0px rgba(19, 94, 146, .3),
    30px 15px 0 1px rgba(19, 94, 146, .3),
    20px 35px 0 3px rgba(19, 94, 146, .5),
    0 45px 0 -1px rgba(19, 94, 146, .1),
    -20px 35px 0 -2px rgba(19, 94, 146, .1),
    -30px 15px 0 -2px rgba(19, 94, 146, .1),
    -20px -5px 0 -2px rgba(19, 94, 146, .1);
  }
  50% {
    box-shadow: 0 -15px 0 -2px rgba(19, 94, 146, .1),
    20px -5px 0 -1px rgba(19, 94, 146, .1),
    30px 15px 0 0px rgba(19, 94, 146, .3),
    20px 35px 0 1px rgba(19, 94, 146, .3),
    0 45px 0 3px rgba(19, 94, 146, 1),
    -20px 35px 0 -1px rgba(19, 94, 146, .1),
    -30px 15px 0 -2px rgba(19, 94, 146, .1),
    -20px -5px 0 -2px rgba(19, 94, 146, .1);
  }
  62% {
    box-shadow: 0 -15px 0 -2px rgba(19, 94, 146, .1),
    20px -5px 0 -2px rgba(19, 94, 146, .1),
    30px 15px 0 -1px rgba(19, 94, 146, .1),
    20px 35px 0 0px rgba(19, 94, 146, .3),
    0 45px 0 1px rgba(19, 94, 146, .3),
    -20px 35px 0 3px rgba(19, 94, 146, 1),
    -30px 15px 0 -1px rgba(19, 94, 146, .1),
    -20px -5px 0 -2px rgba(19, 94, 146, .1);
  }
  75% {
    box-shadow: 0 -15px 0 -2px rgba(19, 94, 146, .1),
    20px -5px 0 -2px rgba(19, 94, 146, .1),
    30px 15px 0 -2px rgba(19, 94, 146, .1),
    20px 35px 0 -1px rgba(19, 94, 146, .1),
    0 45px 0 0px rgba(19, 94, 146, .3),
    -20px 35px 0 1px rgba(19, 94, 146, .3),
    -30px 15px 0 3px rgba(19, 94, 146, 1),
    -20px -5px 0 -1px rgba(19, 94, 146, .1);
  }
  88% {
    box-shadow: 0 -15px 0 -1px rgba(19, 94, 146, .1),
    20px -5px 0 -2px rgba(19, 94, 146, .1),
    30px 15px 0 -2px rgba(19, 94, 146, .1),
    20px 35px 0 -2px rgba(19, 94, 146, .1),
    0 45px 0 -1px rgba(19, 94, 146, .1),
    -20px 35px 0 0px rgba(19, 94, 146, .3),
    -30px 15px 0 1px rgba(19, 94, 146, .3),
    -20px -5px 0 3px rgba(19, 94, 146, 1);
  }

  100% {
    box-shadow: 0 -15px 0 3px rgba(19, 94, 146, 1),
    20px -5px 0 -1px rgba(19, 94, 146, .1),
    30px 15px 0 -2px rgba(19, 94, 146, .1),
    20px 35px 0 -2px rgba(19, 94, 146, .1),
    0 45px 0 -2px rgba(19, 94, 146, .1),
    -20px 35px 0 -1px rgba(19, 94, 146, .1),
    -30px 15px 0 0px rgba(19, 94, 146, .3),
    -20px -5px 0 1px rgba(19, 94, 146, .3);
  }
}