@charset "UTF-8";
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

/* base -------------------------- */
html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  font-family: "Roboto", Meiryo, "Meiryo", "メイリオ", "Hiragino sans", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGOTHIC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
}

/* buttons -------------------------- */
.btn-user-color {
  transition: filter .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-user-color:hover:before,
.btn-user-color:active:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn-user-color:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-user-color:active:before {
  background-color: rgba(0, 0, 0, 0.3);
}

/* language */
.btn-lang-switch {
  position: absolute;
  left: calc(100% + .5em);
  top: 0;
  width: 68px;
}

.btn-lang-switch .btn {
  padding-left: 0;
  padding-right: 0;
  width: 2.4em;
  color: #cccccc;
  border-color: transparent;
  margin-left: 0 !important;
}

.btn-lang-switch .btn:hover {
  border-color: transparent;
  color: #fff;
}

.btn-lang-switch:after {
  content: "";
  display: block;
  height: 7%;
  width: 24%;
  background-color: #999999;
  position: absolute;
  bottom: 16%;
  transition: left .3s;
  z-index: 9;
  pointer-events: none;
}

#lng_for_login_jp:checked~.btn-lang-switch label[for="lng_for_login_jp"] {
  background-color: #fff;
  text-shadow: none;
}

#lng_for_login_jp:checked~.btn-lang-switch:after {
  left: 13%;
}

#lng_for_login_en:checked~.btn-lang-switch label[for="lng_for_login_en"] {
  background-color: #fff;
  text-shadow: none;
}

#lng_for_login_en:checked~.btn-lang-switch:after {
  left: 63%;
}

@keyframes an-cover-login-info-0 {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

@keyframes an-cover-login-info-1 {
  0% {
    height: 100vh;
  }

  100% {
    height: 25vh;
  }
}

@keyframes an-cover-login-info-name {
  0% {
    opacity: 1;
  }

  17% {
    opacity: .6;
  }

  29% {
    opacity: .85;
  }

  100% {
    opacity: 1;
  }
}

.login-info-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
}

.login-info-cover-0 {
  transform-origin: right;
  animation: an-cover-login-info-0 0.75s 0.25s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  z-index: 3;
}

.login-info-cover-1 {
  overflow: hidden;
  transform-origin: top;
  animation: an-cover-login-info-1 1.5s 1.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  z-index: 2;
}

.login-info-cover-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.login-info-cover-content strong {
  opacity: 1;
  animation: an-cover-login-info-name 1.2s 1s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.p-login-info {
  width: 80%;
}

.p-login-info .jumbotron {
  background-color: transparent;
  padding-top: 2em;
  padding-bottom: 2em;
}

.p-login-info .jumbotron .btn {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  font-weight: bold;
}

.p-login-info .input-group-text {
  text-shadow: none;
}

@keyframes an-login-wrap {
  0% {
    transform: translateY(10%);
  }

  100% {
    transform: translateY(0%);
  }
}

.p-login-info-wrap {
  position: relative;
  margin-top: 25vh;
  transform: translateY(10%);
  animation: an-login-wrap 1.4s 1.3s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.p-login-info-wrap.is-no-delay {
  animation: an-login-wrap 1.4s 0s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.bg-login {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bg-login:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

/* text-util -------------------------- */
.fz-10 {
  font-size: 10px !important;
}

.fz-11 {
  font-size: 11px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-19 {
  font-size: 19px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-21 {
  font-size: 21px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-23 {
  font-size: 23px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-27 {
  font-size: 27px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-29 {
  font-size: 29px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-31 {
  font-size: 31px !important;
}

.fz-32 {
  font-size: 32px !important;
}

.fz-33 {
  font-size: 33px !important;
}

.fz-34 {
  font-size: 34px !important;
}

.fz-35 {
  font-size: 35px !important;
}

.fz-36 {
  font-size: 36px !important;
}

/* table */
.u-table-thin th,
.u-table-thin td {
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .65em;
  padding-right: .65em;
}

/* etc-util -------------------------- */
.u-min-vh-100 {
  min-height: 100vh;
}

/* background-color + linear-gradient */
.bgc-default-gradient:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

/* label + checkbox, radio */
.label-ckeckbox-radio [type="checkbox"],
.label-ckeckbox-radio [type="radio"] {
  visibility: hidden;
  width: 0;
}

.label-ckeckbox-radio [type="checkbox"]~.unchecked-visible,
.label-ckeckbox-radio [type="checkbox"]~.checked-visible,
.label-ckeckbox-radio [type="radio"]~.unchecked-visible,
.label-ckeckbox-radio [type="radio"]~.checked-visible {
  margin-right: .25em;
  font-size: 1.3125rem;
  vertical-align: top;
}

.label-ckeckbox-radio [type="checkbox"]~.checked-visible,
.label-ckeckbox-radio [type="radio"]~.checked-visible {
  display: none;
}

.label-ckeckbox-radio [type="checkbox"]:checked~.unchecked-visible,
.label-ckeckbox-radio [type="radio"]:checked~.unchecked-visible {
  display: none;
}

.label-ckeckbox-radio [type="checkbox"]:checked~.checked-visible,
.label-ckeckbox-radio [type="radio"]:checked~.checked-visible {
  display: inline-block;
}

.label-ckeckbox-radio [type="checkbox"]:focus~.focus-hilite,
.label-ckeckbox-radio [type="radio"]:focus~.focus-hilite {
  border-radius: .15em;
  box-shadow: 0 0 0 0.2rem rgba(70, 70, 70, 0.5);
}

.label-ckeckbox-radio.focus-enabled [type="checkbox"],
.label-ckeckbox-radio.focus-enabled [type="radio"] {
  visibility: visible;
  opacity: 0;
}

img.hotel-logo-size {
  max-height: 10vh;
  max-width: 40vw;
}
