/* =========================================================================================================
 　　base
========================================================================================================= */

/* =====================
  main
===================== */

/*-- common --*/

/*-- area-intro --*/
.area-intro {}


/*-- area-feature --*/
.area-feature {
  margin-top: 50px;
}

.area-feature.bg-title::before {
  left: 20px;
  content: "FEATURES";
}

.area-feature .feature-cont {
  display: flex;
  flex-wrap: wrap;
}

.area-feature .feature-cont .item {
  width: 50%;
}

.area-feature .feature-cont .item figure {
  position: relative;
}

.area-feature .feature-cont .item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  color: #fff;
  z-index: 10;
}

.area-feature .feature-list {
  margin-top: 40px;
}


/*-- area-facility --*/
.area-facility {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 160px auto 0;
  padding-top: 120px;
  padding-bottom: 60px;
  background: url(../images/page-molding/img_facility_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.area-facility::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "FACILITY";
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 152px;
  line-height: 1;
  color: #fff;
  opacity: 0.1;
  white-space: nowrap;
  z-index: -1;
}

.area-facility h2 {
  padding-bottom: 24px;
  font-size: 4rem;
  color: #fff;
}

.area-facility .facility-list {}

.area-facility .facility-list .item {}

.area-facility .facility-list .item + .item {
  margin-top: 40px;
}

.area-facility .facility-list figure {
  width: 80%;
  max-width: 340px;
  margin: auto;
}

.area-facility .facility-list .txt {
  width: calc(100%);
  text-align: left;
  margin-top: 20px;
}

.area-facility .facility-list .name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.area-facility .facility-list .line {
  display: flex;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}



/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {

  /*-- area-intro --*/
  .area-intro {}


  /*-- area-feature --*/
  .area-feature {
    margin-top: 100px;
  }

  .area-feature.bg-title::before {
    left: 20px;
    content: "FEATURES";
  }

  .area-feature .feature-cont {
    display: flex;
  }

  .area-feature .feature-cont .item {
    width: 25%;
  }

  .area-feature .feature-cont .item figure {
    position: relative;
  }

  .area-feature .feature-cont .item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 3.2rem;
    color: #fff;
    z-index: 10;
  }

  .area-feature .feature-list {
    margin-top: 40px;
  }


  /*-- area-facility --*/
  .area-facility {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 160px auto 0;
    padding-top: 120px;
    padding-bottom: 60px;
    background: url(../images/page-molding/img_facility_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
  }

  .area-facility::before {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "FACILITY";
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 152px;
    line-height: 1;
    color: #fff;
    opacity: 0.1;
    white-space: nowrap;
    z-index: -1;
  }

  .area-facility h2 {
    padding-bottom: 24px;
    font-size: 4rem;
    color: #fff;
  }

  .area-facility .facility-list {}

  .area-facility .facility-list .item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .area-facility .facility-list .item + .item {
    margin-top: 40px;
  }

  .area-facility .facility-list figure {
    width: 80%;
    max-width: 340px;
  }

  .area-facility .facility-list .txt {
    width: calc(96% - 340px);
    margin-top: 0px;
    text-align: left;
  }

  .area-facility .facility-list .name {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .area-facility .facility-list .line {
    display: flex;
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }

}



/* ====================================================================================
		PC
==================================================================================== */

@media screen and (min-width: 1024px) {}
