@charset "UTF-8";
.area .map__modal .modal-dialog .content__footer .fin, .area .map__item .item-btn__expansion {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}

a {
  color: #125687;
}

img {
  width: 100%;
}

/****************************
ヘッダーの設定 START
****************************/
.header {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .header.container {
    padding-right: 0;
    padding-left: 0;
  }
}
.header img {
  width: 100%;
}

/****************************
ヘッダーの設定 END
****************************/
/****************************
コンテンツ START
****************************/
.introduction .heading {
  text-align: center;
  margin-top: 20px;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .introduction .heading {
    font-size: 22px;
  }
}
.introduction .heading br {
  display: none;
}
@media screen and (max-width: 768px) {
  .introduction .heading br {
    display: block;
  }
}
.introduction .heading .fa-chevron-down:before {
  font-size: 22px;
  padding: 0 10px;
}
.introduction .description-list {
  padding-left: 0;
  list-style-position: inside;
}
.introduction .description-list li {
  font-size: 14px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.area__heading {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 28px;
  padding: 15px 30px;
  margin: 20px 0;
}
.area__heading i {
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .area__heading i {
    margin-left: auto;
  }
}
.area__heading.--active {
  background-color: #01adb9;
  cursor: pointer;
}
.area__heading.--disabled {
  background-color: #666;
  cursor: no-drop;
}
.area__heading:hover {
  opacity: 0.9;
}
.area__note {
  font-size: 20px;
  font-weight: bold;
  color: red;
}
.area .map {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .area .map {
    flex-direction: column;
  }
}
.area .map li {
  list-style-type: none;
  flex: 0 0 33.3%;
  max-width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .area .map li {
    max-width: 100%;
  }
}
.area .map li:not(:nth-child(3n)) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .area .map li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.area .map__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .area .map__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.area .map__item .item-btn__expansion .place {
  padding-left: 10px;
  font-weight: bold;
  background-color: #012060;
  color: white;
  width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
  border-bottom: 1px solid white;
  font-size: 1.5em;
}
.area .map__item .item-btn__expansion .plan_number {
  padding: 0 5px;
  color: white;
}
.area .map__item .item-btn__expansion:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.area .map__item .gm {
  border: 2px solid #d73e35;
  color: #d73e35;
  width: 220px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .area .map__item .gm {
    width: 100%;
  }
}
.area .map__item .gm i {
  margin-right: 0.5em;
}
.area .map__item .gm:hover {
  background: #d73e35;
  color: #fff;
  transition: 0.3s;
}
.area .map__modal .modal-dialog {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .area .map__modal .modal-dialog {
    margin: 20px auto 20px;
    width: calc(100% - 30px);
  }
}
.area .map__modal .modal-dialog .content {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  outline: 0;
}
.area .map__modal .modal-dialog .content__header .close {
  color: #FFF;
  font-size: 40px;
}
.area .map__modal .modal-dialog .content__body .img {
  max-width: 750px;
}
.area .map__modal .modal-dialog .content__footer {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .area .map__modal .modal-dialog .content__footer {
    flex-direction: column;
    justify-content: center;
  }
}
.area .map__modal .modal-dialog .content__footer .map-btn, .area .map__modal .modal-dialog .content__footer .fin, .area .map__modal .modal-dialog .content__footer .gm {
  color: #fff;
  font-size: 14px;
  padding: 10px 60px;
  text-align: center;
}
.area .map__modal .modal-dialog .content__footer .gm {
  background: #d73e35;
  border: 2px solid #d73e35;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .area .map__modal .modal-dialog .content__footer .gm {
    margin-bottom: 20px;
  }
}
.area .map__modal .modal-dialog .content__footer .gm i {
  margin-right: 0.5em;
}
.area .map__modal .modal-dialog .content__footer .gm:hover {
  background: #fff;
  color: #d73e35;
  transition: 0.3s;
}
.area .map__modal .modal-dialog .content__footer .fin {
  background-color: #595758;
  border: 2px solid #595758;
}
.area .map__modal .modal-dialog .content__footer .fin:hover {
  background: #fff;
  color: #595758;
  transition: 0.3s;
}
.area .hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/****************************
ホテル詳細 END
****************************/
a.page-top {
  position: fixed;
  bottom: 25px;
  right: 40px;
  font-size: 35px;
  color: #444;
  text-decoration: none;
  z-index: 8888;
}

/****************************
フッターの設定 START
****************************/
footer {
  display: block;
  width: 100%;
  position: relative;
}

footer menu {
  background: #FFF;
  padding: 20px;
  text-align: center;
  display: block;
  margin: 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

footer menu ul {
  padding: 0;
  margin: 0;
}

footer menu ul li {
  display: inline-block;
  padding: 0 10px;
}

footer copy {
  display: block;
  padding: 20px;
  text-align: center;
  color: #999;
}

/****************************
フッターの設定 END
****************************//*# sourceMappingURL=style.css.map */