@charset "utf-8";

.page-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* -- .popfade ------------------------ */
/* -- アニメーション用 ------------------------ */
.popfade {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, top 0.6s ease-out;
  transition: opacity 0.6s ease-out, top 0.6s ease-out;
}
.popfade.animate {
  top: 0;
  opacity: 1;
}

/* -- .g-choose ------------------------ */
.g-choose {
  text-align: center;
  padding: 250px 0;
  background-image: url(../images/choose_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin: 0 auto;
}
.g-choose img {
  width: 100%;
}
.g-choose h2 {
  width: 100%;
  font-size: 48px;
  text-align: center;
  color: #e16d6d;
  padding: 40px 0;
}
.g-choose p {
  width: 100%;
  font-size: 26px;
  text-align: center;
  color: #7a6a56;
  padding: 0 0 70px 0;
}
.top{
  width: 100%;
  margin: 0 auto;
}

.btn-flat-border {
  display: inline-block;
  padding: 1.3em 1em;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  transition: 0.4s;
  font-size: 16px;
  background: #7a6a56;
  box-sizing: border-box;
}
.btn-flat-border:hover {
  background: #af9b83;
  color: #7a6a56;
}

@media screen and (max-width: 767px) {
  .g-choose {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 150px 0;
  }

  .g-choose img {
    width: 100%;
  }


.g-choose img {
  width: 100%;
}
.g-choose h2 {
  font-size: 30px;
}
.g-choose p {
  font-size: 18px;
}

}


.thumbnail{
width:60%;
margin:0 auto;
}