
/* --------------------------------------------- */
/* area01
/* --------------------------------------------- */

.area01_bg {
  width: 100%;
  height: 270px;
  background-image: url("../images/top_bg02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 89px;
}

.area01 {
  position: relative;
  visibility: hidden;
  opacity: 0;
}

.area01_filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #553223;
  transition: .38s;
}

@media all and (max-width: 1100px) {

  .area01 {
    margin-top: 90px;
  }

}

@media all and (max-width: 700px) {

  .area01_bg {
    height: 233px;
  }

}

@media all and (max-width: 500px) {

  .area01_bg {
    margin-bottom: 34px;
  }

}

@media all and (max-width: 450px) {

  .area01_bg {
    height: 144px;
  }

}
/* --------------------------------------------- */
/* area02
/* --------------------------------------------- */


.area02_contents {
    width: 1000px;
    margin: 89px auto ;
}

.area02_content_info {
  margin-left: 89px;
}

.margin-left {
  margin-left: 0;
}

.area02_title {
  font-size: 34px;
  text-align: center;
}

.area02_title h2 {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.title_move {
  visibility: hidden;
  opacity: 0;
  transform: translateY(21px);
  display: inline-block;
  margin-left: -8px;
}

.area02_content {
  display: flex;
  margin-bottom: 55px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(21px);
}

.area02_content_img {
  border :2px solid #33231d;
}

.area02_content_title {
  position: relative;
  padding-bottom: 13px;
}

.area02_content_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 300px;
  border: 1px solid #553223;
}

.area02_content_title span {
  font-size: 34px;
  margin-right: 13px;
  color: #553223;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.area02_content_title h3 {
  display: inline-block;
  font-size: 21px;
  color: #553223;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.area02_content_p {
  font-size: 21px;
  line-height: 34px;
  margin-top: 21px;
}

@media all and (max-width: 1000px) {

  .area02_contents {
      width: 90%;
  }

}

@media all and (max-width: 600px) {

  .area02_content {
    flex-direction: column-reverse;
  }

  .area02_content_img img {
    width: 100%;
  }

  .area02_content_info {
    margin-left: 0;
    margin-bottom: 21px;
  }

  .area02_content_p {
    font-size: 13px;
    line-height: 21px;
  }

}

@media all and (max-width: 500px) {

  .area02_title {
    font-size: 21px;
  }

  .area02_contents {
      margin : 34px auto;
  }

  .area02_content {
      margin-bottom: 34px;
  }

}
