@charset "UTF-8";
/* content-1 ======== ======== ======== ======== ======== ======== ======== ======== */
.content-1-container {
  width: 100%;
  background-color: #fdf6ce;
  background-position: center;
  background-image: url(../img/bg1.jpg);
}

.content-1 {
  width: 900px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 30px;
}

.smp .content-1-container {
  height: 65%;
}

.smp .content-1-container .content-1 {
  width: 100%;
  position: relative;
}

.smp .content-1-container .content-1 .furusato-desc {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  position: absolute;
  left: -135px;
  top: -55px;
}

.smp .content-1-container .content-1 .furusato-desc .content .body .item {
  font-size: 2.4rem;
}

/* -------- */
.furusato-desc {
  width: 909px;
  margin-bottom: 39px;
}

.furusato-desc .top {
  width: 909px;
  height: 105px;
  background-image: url("../img/furusato_desc_top.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.furusato-desc .content {
  width: 909px;
  background-image: url("../img/furusato_desc_bg.png");
}

.furusato-desc .bottom {
  width: 909px;
  height: 65px;
  background-image: url("../img/furusato_desc_bottom.png");
  background-repeat: no-repeat;
}

/* -------- */
.furusato-desc .content .body {
  width: 724px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.furusato-desc .content .body .title {
  width: 636px;
  margin: 0 auto;
}

.furusato-desc .content .body .item {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
  color: #736357;
}

.furusato-desc .content .body .item.text {
  padding: 26px 0 30px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

/* content-2 ======== ======== ======== ======== ======== ======== ======== ======== */
.content-2-container {
  width: 100%;
  background-color: #fbefe6;
  background-position: center;
  background-image: url(../img/bg7.jpg);
}

.content-2 {
  width: 900px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.smp .content-2-container .content-2 {
  width: 100%;
}

.smp .content-2-container .content-2 .furusato-block {
  width: 504px;
}

/* -------- */
.furusato-title {
  width: 596px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

/* -------- */
.content-2 .furusato-block {
  width: 802px;
  /*882-80*/
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-radius: 15px;
  margin-bottom: 50px;
  background-color: #fff;
  border: solid 3px #ff855a;
  /*rgba(239,132,93,0.7);*/
  /*#ef845d;*/
}

/* -------- */
.furusato-block .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.furusato-block .block:last-of-type {
  margin-top: 25px;
}

.furusato-block .block:first-of-type {
  margin-top: 0;
}

.block-body {
  max-width: 430px;
  width: 430px;
  margin-left: 30px;
}

.block-body .title {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #ff855a;
  /*#ef845d;*/
  margin: 0 0 20px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  width: 100%;
}

.block-body .body {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
}

/* -------- */
.bnr-btn {
  width: 546px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/*# sourceMappingURL=furusato.css.map */