/*========================================================================
   facilities layout
========================================================================*/
#facilities #mainVisual {
  background: url(../img/facilities/mainimg.jpg) no-repeat center/cover;
}

.layout > *:not(:last-child) {
  margin-bottom: 1.5em;
}
.layout .txtArea {
  position: relative;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.layout .txtArea h3 {
  margin-left: -60px;
}

@media screen and (min-width: 768px) {
  .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout .txtArea {
    width: 35%;
  }
  .layout .imgArea {
    width: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: -2%;
  }

  #onsen .layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #onsen .layout .txtArea {
    position: relative;
    z-index: 1;
    margin-right: -1%;
  }
  #onsen .layout .imgArea {
    margin-right: 0%;
    margin-left: -2%;
  }
}
#smoking_area .bgbox {
  background: url(../img/mat_lblu.png);
}
#smoking_area .bgbox > *:not(:last-child) {
  margin-bottom: 1.5em;
}
#smoking_area .bgbox .txtArea {
  color: #333340;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#smoking_area .bgbox .txtArea .icon {
  margin-right: 15px;
}
#smoking_area .bgbox .txtArea h3 {
  font-size: 2.4rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.2em;
}
#smoking_area .bgbox .txtArea .txt {
  line-height: 1.25;
}
#smoking_area .bgbox .imgArea img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #smoking_area .bgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#cancell_policy h3 {
  margin-left: -50px;
  text-align: center;
}
