/* temporary objects */
@media (max-width: 992px) {
  .tmp-top-warning {
    color: red;
    font-weight: bold;
    font-size: 0.6rem;
    background-color: white;
  }
  .tmp-operation-warning {
    color: red;
    font-weight: bold;
    font-size: 1.0rem;
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .tmp-top-warning {
    color: red;
    font-weight: bold;
    font-size: 1.3rem;
    background-color: white;
  }
  .tmp-operation-warning {
    color: red;
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 4px;
  }
}
/* ----------------- */

body {
  background-color: #fdf7f3;
  font-family: serif;
}
section {
  margin: 10vh 0px;
}

.head {
  margin: 8px;
}
.top {
  padding: 0px;
  background-image: url("images/hotel_lobby.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-row {
  width: 100%;
  height: 100%;
}
.top-row > * {
  padding: 0px;
}
.top-text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 10%;
  text-shadow    :
  1px  1px 1px #000000,
  -1px  1px 1px #000000,
  1px -1px 1px #000000,
  -1px -1px 1px #000000,
  1px  0px 1px #000000,
  0px  1px 1px #000000,
  -1px  0px 1px #000000,
  0px -1px 1px #000000;
}
.top-badges {
  margin-top: 30%;
  text-align: center;
  padding: 0px;
}
.top-badges > * {
  margin: 8px 0px;
}
.top-badges-row {
  align-items: center;
  justify-content: center;
  display: flex;
}
.top-badges-row > * {
  margin: 0px 4px;
}
.download-on-ap:hover {
  text-decoration: none;
}
.download-on-gp:hover {
  text-decoration: none;
}
.top-badges-ap-btn {
  width: 80px;
  height: 30px;
}
.top-badges-dl-btns > * {
  margin-left: 28px;
}
.top-badges-gp-btn {
  width: 93px;
  height: 28px;
}
.top-badges-web-btn {
  background-color: #c9d6df;
  color: #007bff;
  font-weight: bold;
  border-radius: 1rem;
  text-decoration: none;
  width: auto;
  height: auto;
  font-size: 10px;
  box-shadow: 0 0 0 0.05em black ;
}
.top-badges-web-btn:hover {
  color: #007bff;
}
.top-preview {
  position: relative;
}
.top-preview-img {
  height: 90%;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0px;
}
.section-title {
  color: #98bc98;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}
.section-subtitle {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.3rem;
}
.section-subtitle::before,
.section-subtitle::after {
  content:"";
  flex-grow: 1;
  border-bottom: 1px solid #000;
}
.section-subtitle::before{
  margin-right: 5%;
  margin-left: 10%;
}
.section-subtitle::after{
  margin-left: 5%;
  margin-right: 10%;
}
.section-body {
  text-align: center;
  padding-top: 48px;
}
.section-body-sub {
  margin-bottom: 40px;
}
.section-body-sub:not(:first-child) .section-body-title {
  padding-top: 40px;
}
.section-body-title {
  font-size: 1.3rem;
  text-decoration-line: underline;
  text-underline-offset: 8px;
  margin-bottom: 28px;
}
.operation-touch-img {
  position: relative;
  left: 26px;
}
.operation-touch-text {
  font-size: 1.3rem;
  font-weight: bold;
}
.operation-allow-bottom {
  margin-top: 12px;
}
.operation-allow-right {
  display: none;
}
.operation-overview {
  position: relative;
  height: 330px;
  margin-top: 12px;
}
.operation-overview-item {
  position: absolute;
}
.operation-overview-item-text {
  position: absolute;
  font-size: 0.7rem;
  font-weight: bold;
}
.operation-bed {
  left: 0;
  right: 0;
  margin: auto;
}
.operation-bed-text {
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
}
.operation-person {
  top: 60px;
  right: calc(50% + 80px);
}
.operation-person-text {
  top: 140px;
  right: calc(50% + 80px);
}
.operation-restaurant {
  top: 40px;
  left: calc(50% + 80px);
}
.operation-restaurant-text {
  top: 120px;
  left: calc(50% + 75px);
}
.operation-share {
  top: 210px;
  right: calc(50% + 30px);
}
.operation-share-text {
  top: 290px;
  right: calc(50% + 35px);
}
.operation-card {
  top: 210px;
  left: calc(50% + 30px);
}
.operation-card-text {
  top: 290px;
  left: calc(50% + 35px);
}
.operation-texts {
  font-size: 0.85rem;
}
.operation-text {
  margin-top: 28px;
}
.step-row > *:first-child {
  margin-top: 20px;
}
.step-row > *:not(:first-child) {
  margin-top: 60px;
}
.step-box {
  border: 1px solid #000;
  width: 200px;
  height: auto;
  margin: auto;
  background-color: #dae2db;
  line-height: 26px;
  font-weight: bold;
}
.step-box:not(:first-child) {
  margin-top: 40px;
}
.get-started-text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 0.95rem;
}
.get-started-badges {
  margin-top: 20px;
}
.get-started-badges > * {
  margin: 0px 8px;
}
.get-started-images {
  margin-top: 20px;
}
.get-started-images > * {
  margin: 0px 12px;
}
.registration-container {
  position: relative;
}
.registration-title {
  font-size: 1.3rem;
  font-weight: bold;
}
.registration-image {
  width: 256px;
  height: 256px;
}
.registration-body {
  margin-top: 12px;
}
.registration-arrow1 {
  position: absolute;
  left: 0;
  right: 33%;
  top: 50%;
}
.registration-arrow2 {
  position: absolute;
  left: 33%;
  right: 0;
  top: 50%;
}
.hotels-table {
  margin: auto;
  width: 80%;
  font-size: 0.7rem;
}
.hotels-table-thead {
  background-color: #dae2db;
}
.hotels-table-tbody {
  background-color: #fff;
}
.hotels-table-prefecture-col {
  width: 20%;
}
.tail {
  background-color: #fff;
  height: 210px;
  margin-top: 40px;
  text-align: center;
}
.tail-logo {
  margin-top: 24px;
}
.tail-copyright {
  color: #767676;
  margin-top: 24px;
}

@media (min-width: 992px) {
  html, body {
    font-size: 20px;
  }

  .d-lg-block {
    display: inline-block !important;
  }

  .top {
    height: 50vw;
  }
  .top-text {
    font-size: 3rem;
    letter-spacing: 8px;
  }
  .top-badges-row {
    display: inline-block;
  }
  .top-badges-ap-btn {
    width: 159px;
    height: 59px;
  }
  .top-badges-gp-btn {
    width: 190px;
    height: 56px;
  }
  .top-badges-web-btn {
    font-size: 0.75rem;
  }
  .section-body-sub {
    margin-bottom: 50px;
  }
  .section-body-sub:not(:first-child) .section-body-title {
    padding-top: 50px;
  }
  .section-body-title {
    margin-bottom: 20px;
  }
  .operation-touch {
    display: inline-block;
    position: relative;
    right: 340px;
    bottom: 120px;
  }
  .operation-allow-bottom {
    display: none;
  }
  .operation-allow-right {
    display: inline-block;
    position: relative;
    right: 250px;
    bottom: 180px;
  }
  .operation-overview {
    display: inline-block;
    height: 350px;
  }
  .operation-overview-item-text {
    min-width: 120px;
  }
  .operation-bed {
    left: 18px;
  }
  .operation-person-text {
    right: 60px;
  }
  .operation-restaurant {
    left: 200px;
  }
  .operation-restaurant-text {
    left: 180px;
  }
  .operation-share {
    top: 230px;
    right: -16px;
  }
  .operation-share-text {
    top: 310px;
    right: -38px;
  }
  .operation-card {
    top: 230px;
    left: 108px;
  }
  .operation-card-text {
    top: 310px;
    left: 90px;
  }
  .operation-texts {
    text-align: start;
    max-width: 85vw;
  }
  .operation-texts-col {
    padding-left: 10%;
  }
  .step-box {
    width: 30vw;
    max-width: 500px;
  }
  .step-row > * {
    margin-top: 24px !important;
  }
  .registration-step-row > * {
    margin-top: 0px !important;
  }
  .registration-step-box {
    width: 15vw;
    max-width: 300px;
    margin-top: 0px !important;
  }
  .registration-title {
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .registration-body {
    font-size: 0.85rem;
  }
  .hotels-table-prefecture-col {
    width: 20%;
  }
}

@media (min-width: 1920px) {
  html, body {
    font-size: 24px;
  }

  .container {
    max-width: 1480px
  }
}
