@charset "UTF-8";

/*****************************
about
*****************************/
.pagesec.about {
  padding: 30rem 0;
}
.about .img {
  overflow: hidden;
  position: absolute;
}
.about .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about .img1 {
  border-radius: 0 20px 20px 0;
  top: 20rem;
  left: 0;
  width: 15vw;
}
.about .img2 {
  border-radius: 20px 0 0 20px;
  top: 10rem;
  right: 0;
  width: 20vw;
}
.about .img3 {
  border-radius: 0 20px 20px 0;
  bottom: 20rem;
  left: 0;
  width: 15vw;
}
.about .img4 {
  border-radius: 20px 0 0 20px;
  bottom: 15rem;
  right: 0;
  width: 20vw;
}
.about .imgbox {
  max-width: 600px;
  margin: 5rem auto;
}
.about .imgbox img {
  border-radius: 20px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about .txtbox {
  text-align: center;
}
.about .txtbox h3 {
  color: #B39A7A;
  font-family: "Shippori Mincho", serif;
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.about .txtbox p {
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .about .img1 {
    width: 20vw;
  }
  .about .img2 {
    width: 25vw;
  }
  .about .img3 {
    bottom: 10rem;
    width: 22vw;
  }
  .about .img4 {
    bottom: 8rem;
    width: 23vw;
  }
  .about .imgbox {
    max-width: 400px;
  }
  .about .txtbox h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec.about {
    padding: 25rem 0 40rem;
  }
  .about .img1 {
    top: 5rem;
    width: 15rem;
  }
  .about .img2 {
    top: 6rem;
    width: 15rem;
  }
  .about .img3 {
    bottom: 15rem;
    width: 18rem;
  }
  .about .img4 {
    bottom: 10rem;
    width: 15rem;
  }
  .about .imgbox {
    max-width: 350px;
    margin: 3rem auto;
  }
  .about .txtbox h3 {
    font-size: 2.5rem;
  }
}

/*****************************
charm
*****************************/
.charmlist li:not(:last-child) {
  margin-bottom: 8rem;
}
.charmlist .fimgbox {
  width: 30%;
}
.charmlist .fimgbox img {
  border-radius: 20px;
}
.charmlist .ftxtbox {
  width: 65%;
}
.charmlist .ftxtbox h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.charmlist .ftxtbox h3::first-letter {
  color: #B39A7A;
}
.charmlist .ftxtbox p {
  line-height: 2;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .charmlist .ftxtbox h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .charmlist .fimgbox {
    margin: 0 auto 3rem;
    width: 80%;
  }
  .charmlist .ftxtbox {
    width: 100%;
  }
  .charmlist .ftxtbox h3 {
    font-size: 2.2rem;
  }
}

/*****************************
spend
*****************************/
.spendlist li {
  padding: 0 0 5rem 4rem;
  position: relative;
}
.spendlist li::before,
.spendlist li::after {
  content: '';
  position: absolute;
}
.spendlist li::before {
  background: #B39A7A;
  top: 7px;
  left: 18px;
  height: 100%;
  width: 3px;
}
.spendlist li:last-child:before {
  background: none;
}
.spendlist li::after {
  background: #B39A7A;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  height: 15px;
  width: 15px;
}
.spendlist .ttlbox {
  margin-bottom: 2rem;
}
.spendlist .ttlbox h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.spendlist .ttlbox span {
  font-weight: 600;
}
.spendlist .fimgbox {
  width: 35%;
}
.spendlist .fimgbox img {
  border-radius: 20px;
}
.spendlist .ftxtbox {
  width: 60%;
}
.spendlist .ftxtbox p {
  line-height: 2;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .spendlist .ttlbox h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .spendlist .ttlbox h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .spendlist .fimgbox {
    margin-bottom: 2rem;
    width: 90%;
  }
  .spendlist .fimgbox img {
    border-radius: 20px;
  }
  .spendlist .ftxtbox {
    width: 100%;
  }
}