@charset "UTF-8";

#breadcrumb:after {
  content: "";
  display: block;
  position: absolute; top: -56px; right: 0;
  width: 167px; height: 142px;
  background: url(../images/background-d.png) right top no-repeat;
  z-index: -1;
}

/* スライダーとホバーギミック */
.gimmick1 .title {
  padding: 8px 8px 6px 8px;
  background: url(../images/background-asanoha.png) right bottom no-repeat;
}
.gimmick1 .title h3 {
  margin: 0 0 0 1vw;
  color: #fff;
}

#facilities-welcome h3 {
  margin: 0;
}
#facilities-welcome p {
  margin: 0;
}
#facilities-welcome .picture {
  width: 100%; max-width: 550px;
}

#facilities-convention .title,
#facilities-hutaro .title,
#facilities-aesthetic .title,
#facilities-teien .title {
  background-color: #cd5a6e;
}
#facilities-pool .title,
#facilities-lasvegas .title,
#facilities-lobby .title,
#facilities-ichiran .title {
  background-color: #80192f;
}
.b-pattern {
  background: url(../images/background-e.png) right bottom no-repeat;
}

.aesthetic {
  width: 31%;
}
.aesthetic img {
  max-width: 100%;
  max-height: 480px;
}
ul.facilities-ul {
  list-style: disc;
}
ul.facilities-ul li {
  line-height: 200%;
}

@media screen and (max-width:959px) { /* SP */
  .aesthetic {
    width: 100%;
  }
  ul.facilities-ul {
    width: 100%;
  }
}