@charset "UTF-8";

/*=======================================
富士グランヴィラとは
=========================================*/
.p-about__lead {
  margin-bottom: 123px;
  text-align: center;
}

.p-about__lead .block1 {
  position: relative;
  background: #fff;
  z-index: 2;
  padding-bottom: 107px;
  margin-bottom: -133px;
}

.p-about__lead .en {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  color: #b8b7b7;
  margin-bottom: 36px;
  position: relative;
  padding-bottom: 60px;
}

.p-about__lead .en:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 1px solid #d1d1d1;
  height: 50px;
}

.p-about__lead h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 180%;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.p-about__lead .logo {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: -160px;
  text-align: center;
}

.p-about__lead .img1 {
  position: relative;
  z-index: 1;
  background: url(../img/about/lead_img1.jpg) no-repeat center;
  background-size: cover;
  height: 453px;
}

.p-about__desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 130px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 75px;
}

.p-about__desc:before,
.p-about__desc:after {
  display: none;
}

.p-about__desc .img1 {
  width: 50%;
  height: 500px;
  background: url(../img/about/desc_img1.jpg) no-repeat center;
  background-size: cover;
}

.p-about__desc .box1 {
  width: 45%;
}

.p-about__desc .box1-wrap {
  max-width: 650px;
}

.p-about__desc .box1 h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 180%;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 50px;
}

.p-about__nav {
  /* margin-bottom: 116px; */
}

.l-footer02 {
  margin-top: 0 !important;
}

.p-about__nav .heading {
  text-align: center;
  margin-bottom: 50px;
}

.p-about__nav .heading h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 180%;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.p-about__nav .content li {
  float: left;
  width: 25%;
  border-right: 1px solid #ff;
}

.p-about__nav .content li:last-child {
  border-right: 0;
}

.p-about__nav .content li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-top: 105px;
  padding-bottom: 114px;
  text-decoration: none;
}

.p-about__nav .content li h4 {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 20px;
}

.p-about__nav .content li .lead {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 140%;
}

.p-about__nav .content li .c-btn1 {
  margin-top: 50px;
}

.p-about__nav .content li.stay a {
  background-image: url(../img/about/nav_img1.jpg);
}

.p-about__nav .content li.facility a {
  background-image: url(../img/about/nav_img2.jpg);
}

.p-about__nav .content li.food a {
  background-image: url(../img/about/nav_img3.jpg);
}

.p-about__nav .content li.activity a {
  background-image: url(../img/about/nav_img4.jpg);
}

.p-about__infection h3 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  font-weight: normal;
}

.p-about__infection .img1 {
  float: left;
  width: 20.8333%;
}

.p-about__infection .txt1 {
  float: right;
  width: 76.25%;
}

.p-about__infection .txt1 p {
  margin-bottom: 25px;
}

.p-about__infection .txt1 p:last-child {
  margin-bottom: 0;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-about__lead {
    margin-bottom: 60px;
  }

  .p-about__lead h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .p-about__lead .block1 {
    padding-bottom: 60px;
  }

  .p-about__lead .logo {
    margin-left: -75px;
    bottom: -100px;
  }

  .p-about__lead .logo img {
    width: 150px;
  }

  .p-about__lead .img1 {
    height: 263px;
  }

  .p-about__desc {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .p-about__desc .img1 {
    height: 200px;
    width: auto;
    margin-bottom: 20px;
  }

  .p-about__desc .box1 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-about__desc .box1 h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .p-about__nav {
    /* margin-bottom: 60px; */
  }

  .p-about__nav .heading {
    margin-bottom: 35px;
  }

  .p-about__nav .heading h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-about__nav .content li {
    float: none;
    width: auto;
  }

  .p-about__nav .content li a {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .p-about__nav .content li h4 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 15px;
  }

  .p-about__nav .content li .lead {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .p-about__nav .content li .c-btn1 {
    margin-top: 30px;
  }

  .p-about__infection h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .p-about__infection .img1,
  .p-about__infection .txt1 {
    float: none;
    width: auto;
  }

  .p-about__infection .img1 {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}