@charset "UTF-8";
/* ::::::::::  ホテルの歴史  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.directory_history .pageTitleArea {
  background: url(../img/history/bg_title.jpg) no-repeat center/cover;
}

@media (max-width: 768px) {
  .directory_history .pageTitleArea {
    background: url(../img/history/bg_title_sp.jpg) no-repeat center/cover;
  }
}

/* =========================================================
index
========================================================= */
.about {
  background: url(../img/history/about_bg.jpg) no-repeat center/cover;
  color: #fff;
}

@media (max-width: 768px) {
  .about {
    background: url(../img/history/about_bg_sp.jpg) no-repeat center/cover;
  }
}

.about .wrapper {
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .about .wrapper {
    padding-bottom: 50px;
  }
}

.about .secTitle {
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .about .secTitle {
    font-size: 2.2rem;
  }
}

.about .textArea {
  width: 54%;
}

@media (max-width: 768px) {
  .about .textArea {
    width: 100%;
    margin-bottom: 10px;
  }
}

.about .photoArea {
  width: 395px;
  max-width: 38%;
}

@media (max-width: 768px) {
  .about .photoArea {
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .about .photoArea img {
    max-width: 80%;
  }
}

.fusion {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .fusion {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .fusion .wrapper {
    padding-bottom: 60px;
  }
}

.fusion .secTitle {
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .fusion .secTitle {
    font-size: 2.2rem;
  }
}

.fusion .textArea {
  width: 54.8%;
}

@media (max-width: 768px) {
  .fusion .textArea {
    width: 100%;
  }
}

.fusion .photoArea {
  width: 370px;
  max-width: 35.6%;
}

@media (max-width: 768px) {
  .fusion .photoArea {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.fusion .photoArea img {
  max-width: 492px;
}

@media (max-width: 768px) {
  .fusion .photoArea img {
    width: 100%;
    max-width: 100%;
  }
}

.fusion .photoArea img + img {
  margin-top: 4px;
}

@media (max-width: 768px) {
  .fusion .photoArea img + img {
    margin-top: 2px;
  }
}

.protect {
  background: url(../img/history/protect_bg.jpg) no-repeat center/cover;
  color: #fff;
}

@media (max-width: 768px) {
  .protect {
    background: url(../img/history/protect_bg_sp.jpg) no-repeat center/cover;
  }
}

.protect .wrapper {
  padding-left: 480px;
}

@media (max-width: 768px) {
  .protect .wrapper {
    padding-left: 15px;
    padding-bottom: 60px;
  }
}

.protect .secTitle {
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .protect .secTitle {
    font-size: 2.2rem;
  }
}

.protect p {
  line-height: 2.4;
}

@media (max-width: 768px) {
  .protect p {
    line-height: 2;
  }
}

.history .wrapper {
  padding-bottom: 130px;
}

@media (max-width: 768px) {
  .history .wrapper {
    padding-bottom: 70px;
  }
}

.history .table01 {
  table-layout: fixed;
}

@media (max-width: 768px) {
  .history .table01 {
    table-layout: auto;
  }
}

.history .table01 th,
.history .table01 td {
  width: calc(50% - 40px);
  padding-left: 40px;
  border-bottom-color: #eee;
}

@media (max-width: 768px) {
  .history .table01 th,
  .history .table01 td {
    width: calc(50% - 30px);
    padding-right: 0;
    padding-left: 10px;
    font-size: 1.4rem;
  }
}

.history .table01 thead th {
  border-bottom-color: #aaa;
}

.history .table01 thead th:first-child {
  width: 80px;
  padding-left: 0;
}

@media (max-width: 768px) {
  .history .table01 thead th:first-child {
    width: 60px;
  }
}

.history .table01 tbody th:first-child {
  width: 80px;
  padding-left: 0;
}

@media (max-width: 768px) {
  .history .table01 tbody th:first-child {
    width: 60px;
  }
}

/*# sourceMappingURL=map/history.css.map */
