/* CSS Document */
#visual {
  position: relative;
}
#visual .pic {
  height: 300px;
  background: url("../img/S__15179791.jpg") top center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:767px) {
  #visual .pic {
    height: 400px;
  }
}
#visual .pic img {
  width: 100%;
}
#visual .copyArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 108px;
}
#visual .copyArea .catchcopy {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px 30px;
}

@media only screen and (max-width:767px) {
  #price #visual .pic, #contact #visual .pic {
    height: 200px;
  }
}
#price #visual .pic .catchcopy, #contact #visual .pic .catchcopy {
  font-size: 28px;
  padding: 10px 30px;
}

.indexArea01 {
  width: 94%;
  max-width: 1100px;
  margin: auto;
  margin-top: 80px;
}
@media only screen and (max-width:767px) {
  .indexArea01 {
    margin-top: 60px;
  }
}
.indexArea01 .titleArea .title_en {
  font-size: 40px;
  font-family: Montserrat, "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  color: #522d01;
}
@media only screen and (max-width:767px) {
  .indexArea01 .titleArea .title_en {
    font-size: 30px;
    line-height: 1.5em;
  }
}
.indexArea01 .titleArea .title_jp {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
@media only screen and (max-width:767px) {
  .indexArea01 .titleArea .title_jp {
    padding: 5px 20px;
  }
}
.indexArea01 .bodyArea {
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin-top: 30px;
  font-weight: bold;
}
.indexArea01 .bodyArea a {
  color: #0c6dff;
}

.openingArea iframe {
  width: 100%;
  height: 500px;
  margin-top: 50px;
}

.accessArea iframe {
  width: 100%;
  height: 400px;
  margin-top: 50px;
}