/* CSS Document */
#visual {
  position: relative;
}
#visual .pic {
  height: 600px;
  background: url("../img/S__15179791.jpg") top center no-repeat;
  background-size: cover;
}
@media only screen and (max-width:767px) {
  #visual .pic {
    height: 400px;
  }
}
#visual .pic img {
  width: 100%;
}
#visual .copyArea {
  position: absolute;
  top: 32%;
  left: 50%;
  background: rgba(255, 255, 255, 0.55);
  padding: 30px 40px;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  #visual .copyArea {
    top: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 15px 20px;
    width: 80%;
    margin: auto;
  }
}
#visual .copyArea .catchcopy {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
}
@media only screen and (max-width:767px) {
  #visual .copyArea .catchcopy {
    font-size: 24px;
    line-height: 1.5em;
  }
}
#visual .copyArea .catchcopy small {
  font-size: 16px;
  vertical-align: top;
  margin: 10px 0 0 10px;
  display: inline-block;
}
@media only screen and (max-width:767px) {
  #visual .copyArea .catchcopy small {
    font-size: 12px;
    margin: 0 0 0 10px;
  }
}
#visual .copyArea .catchcopysub {
  font-size: 16px;
  margin: 30px 0 0 5px;
  font-style: italic;
  line-height: 2em;
}
@media only screen and (max-width:767px) {
  #visual .copyArea .catchcopysub {
    font-size: 15px;
    line-height: 1.5em;
  }
}
#visual .copyArea .catchcopysub small {
  font-size: 80%;
}

.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;
}

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

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

#shop .aboutArea .youtube {
  width: 94%;
  margin: 40px auto auto auto;
}
@media only screen and (max-width:767px) {
  #shop .aboutArea .youtube {
    width: 100%;
    margin: 30px auto auto auto;
  }
}
#shop .aboutArea .youtube iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width:767px) {
  #shop .aboutArea .youtube iframe {
    height: 300px;
  }
}

.timeline-Header-title {
  background: red !important;
}