@charset "UTF-8";
/* CSS Document */
body {
  background-color: #FFF9FC;
}
.top-img {
  position: relative;
  margin-bottom: 90px;
}
.top-img__pc {
  display: none;
}
.section-about__title {
  position: absolute;
  font-size: 4.8rem;
  top: 158px;
  left: 137px;
  font-weight: 300;
}
@media(min-width:480px) {
  .top-img {
    display: none;
  }
  .top-img__pc {
    display: block;
  }
  .section-about__title {
    font-size: 9.6rem;
    top: 206px;
    left: 223px;
  }
}
.prof-img {
  margin-bottom: 130px;
}
.prof-img__pc {
  display: none;
}
.prof-welcome__img {
  width: 120px;
  margin-top: -44px;
  margin-left: 15px;
}
.section-prof__description {
  border: solid 1px #D5BF78;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  line-height: 1.5;
  background-color: #ffffff;
}
.prof-name {
  font-size: 40px;
  color: #9A863C;
  text-align: center;
  font-weight: 300;
}
.prof-handmade {
  font-size: 18px;
  text-align: center;
  color: #9A863C;
}
.prof-description__1 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.prof-description1__pink, .prof-description2__pink, .prof-description3__pink {
  font-size: 20px;
  color: #F3A5BF;
}
.prof-description__2 {
  margin-bottom: 20px;
}
@media(min-width:480px) {
  .section-prof {
    margin: 0 auto;
    margin-top: 120px;
    max-width: 1040px;
  }
  .prof-img {
    display: none;
  }
  .prof-img__pc {
    display: block;
    width: 534px;
    height: 557px;
  }
  .section-prof__description {
    width: 467px;
    padding-left: 45px;
    padding-right: 32px;
    margin-top: 170px;
    margin-left: -28px;
  }
  .prof-welcome__img {
    width: 135px;
    margin-top: -44px;
    margin-left: 15px;
  }
  .prof-name {
    font-size: 6.4rem;
  }
  .prof-handmade {
    font-size: 18px;
  }
  .section-prof__container {
    display: flex;
    justify-content: center;
  }
}
.border-dot {
  border-top: 2px dotted #D5BF78;
  margin-top: 90px;
  margin-bottom: 0;
}
.section-history {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.history-title {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  color: #9A863C;
}
.history-line {
  border-top: solid 1px #9A863C;
  width: 180px;
  margin: 0 auto;
  margin-top: 23px;
  margin-bottom: 34px;
}
.year {
  font-family: "Noto Serif JP";
  width: 20%;
}
.table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.border-dot2 {
  border-top: 2px dotted #D5BF78;
  margin: 0;
}
@media(min-width:480px) {
  .section-history {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
  .border-dot {
    margin-top: 120px;
  }
  .history-line {
    margin-top: 23px;
    margin-bottom: 70px;
  }
  .table {
    margin: 0 auto;
    max-width: 460px;
  }
  .year {
    width: 15%;
  }
}
.footer {
  margin-top: 120px;
}
@media(min-width:480px) {
  .footer {
    margin-top: 230px;
  }
}