/* Scss Document */
.page_title {
  text-align: center;
  color: #4e3229;
  font-size: 1.7142em;
  line-height: 3.25;
  margin-top: 40px;
  background: url("../img/tb.png") center center/contain no-repeat;
}

.page_title2 {
  text-align: center;
  color: #4e3229;
  font-size: 1.7142em;
  line-height: 3.25;
  margin-bottom: 40px;
  background: url("../img/tb.png") center center/contain no-repeat;
}
@media screen and (max-width: 414px) {
  .page_title2 {
    margin-bottom: 20px;
  }
}

.area01 {
  margin-top: 40px;
  padding: 60px 0;
  background: #4e3229;
}
.area01 h3 {
  color: #fff;
}
.area01 p {
  color: #fff;
}
@media screen and (max-width: 414px) {
  .area01 {
    padding: 40px 0;
  }
}

.area02 {
  padding: 40px 0 0;
}
.area02 h3 {
  color: #4e3229;
}
.area02 p {
  color: #4e3229;
}
@media screen and (max-width: 414px) {
  .area02 {
    padding: 20px 0 0;
  }
}

.photos {
  width: 93.75%;
  max-width: 950px;
  margin: auto;
}
@media screen and (max-width: 414px) {
  .photos {
    max-width: 300px;
  }
}
.photos ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 414px) {
  .photos ul {
    display: block;
  }
}
.photos ul li {
  width: calc(100% / 3 - 16.6666px);
}
.photos ul li:nth-child(n + 4) {
  margin-top: 40px;
}
.photos ul li:last-child {
  margin-top: 0;
}
.photos ul li .photo {
  box-sizing: border-box;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.photos ul li h3 {
  margin-top: 18px;
  font-size: 1.285em;
  font-weight: 600;
}
.photos ul li p {
  margin-top: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .photos ul li {
    width: calc(100% / 2 - 12.5px);
  }
  .photos ul li:nth-child(n + 3) {
    margin-top: 40px;
  }
  .photos ul li:last-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
  .photos ul li {
    width: 100%;
  }
  .photos ul li:nth-child(n + 2) {
    margin-top: 25px;
  }
  .photos ul li:last-child {
    margin-top: 0;
  }
}

.photos2 {
  width: 93.75%;
  max-width: 625px;
  margin: auto;
}
@media screen and (max-width: 414px) {
  .photos2 {
    max-width: 300px;
  }
}
.photos2 ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 414px) {
  .photos2 ul {
    display: block;
  }
}
.photos2 ul li {
  width: calc(100% / 2 - 12.5px);
}
.photos2 ul li:nth-child(n + 3) {
  margin-top: 40px;
}
.photos2 ul li .photo {
  box-sizing: border-box;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.photos2 ul li h3 {
  margin-top: 18px;
  font-size: 1.285em;
  font-weight: 600;
}
.photos2 ul li p {
  margin-top: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 414px) {
  .photos2 ul li {
    width: 100%;
  }
  .photos2 ul li:nth-child(n + 2) {
    margin-top: 25px;
  }
}

.ctbanner {
  width: 210px;
  margin: 2em auto 0;
}
@media screen and (max-width: 600px) {
  .ctbanner {
    margin: 0 auto;
  }
}
.ctbanner p {
  font-size: 0.9285em;
  line-height: 1.4;
  margin-top: 0.5em;
}
