/***************************
 page-concept
***************************/
#page-concept .main_bg {
  width: 100%;
  height: 50vh;
  background: url("../../images/top/main_sample01.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
}
#page-concept h1 {
  text-align: center;
  margin-bottom: 80px;
}
#page-concept h1 span {
  display: block;
}
#page-concept h1 span:nth-of-type(1) {
  font-size: 62px;
  color: #ddb05d;
  margin-bottom: 15px;
  font-weight: bold;
}
#page-concept h1 span:nth-of-type(2) {
  color: #000;
  font-size: 20px;
}
/***************************
 concept-rinen
****************************/
#concept-rinen {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #fce6bf;
}
#concept-rinen .rinen-wrap {
  max-width: 800px;
  margin: 0 auto;
}
#concept-rinen h2 {
  margin-bottom: 80px;
  text-align: center;
}
#concept-rinen .thumb {
  max-width: 600px;
  max-width: 100%;
  margin-bottom: 50px;
}
#concept-rinen .thumb img {
  width: 100%;
}
#concept-rinen .link {
  text-align: center;
}
#concept-rinen .link a {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ddb05d;
  color: #fff;
  text-decoration: none;
}
