.item img {
  width: 100%;
}

.fluid2 {
  padding: 0;
}

.titleArea {
  margin-top: 70px;
}

.note-h1 {
  margin: 10px 0px 0;
  overflow: hidden;
  text-align: center;
}

.note-h1 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: center;
}

.note-h1 span::before,
.note-h1 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}

.note-h1 span::before {
  right: 100%;
}

.note-h1 span::after {
  left: 100%;
}

.note-text {
  margin-bottom: 80px;
}

.note-text p {
  text-align: left;
  font-size: 16px;
  line-height: 2.5em;
}

.note-text h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

body, html, main {
  height: 100%;
}

.cd-fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/h-book.jpg");
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/top-3.jpg");
}

.menuTitleArea {
  padding: 60px 0 0 0;
  color: #fff;
  font-weight: bold;
}

.h-bookMain {
  display: flex;
  margin-top: 150px;
}

.h-bookMain .h-section {
  border-radius: 5px;
  background: #f9f9ea;
  padding: 15px;
  margin: 10px;
  opacity: 0.9;
  flex: 1;
}

.h-bookMain h2 {
  color: #E6AC27;
  font-size: 1.5rem;
  letter-spacing: 5px;
  text-align: center;
}

.h-bookMain p {
  margin-top: 10px;
  line-height: 2.0em;
  text-align: left;
  font-size: 14px;
}

.h-bookMain p span {
  color: red;
}

.contactWrap {
  margin: 30px 0;
}

@media screen and (max-width: 700px) {
  .h-bookMain {
    flex-direction: column;
    margin-top: 0px;
  }
}
