@charset "UTF-8";
/* CSS Document */
/*header*/
.main {
  background-color: #f8f7f6;
  padding-bottom: 140px;
}
@media(min-width:1040px) {
  .main {
    padding-bottom: 160px;
  }
}
.section-top {
  margin-bottom: 100px;
}
.section-top__image {
  height: 425px;
  margin-bottom: 100px;
  position: relative;
  background-image: url("../profile_assets/assets/top/main-image.png");
  background-position: 36% bottom;
  background-size: auto 101%;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-weight: 600;
}
.section-top__title {
  height: 100px;
  width: 160px;
  background-image: url("../profile_assets/assets/top/title.png");
  background-size: 100%;
  z-index: 100;
  position: absolute;
  bottom: 0;
  right: 40px;
}
.section-top__position {
  display: none;
}
.section-top__ninomiyasachiyo {
  font-size: 2.6rem;
  position: absolute;
  bottom: 5px;
  right: 30px;
}
.section-top__image p {
  text-align: left;
  position: absolute;
}
.section-top__lead__pc {
  display: none;
}
.section-top__arrow {
  display: none;
}
.section-top__scroll {
  display: none;
}
@media (min-width:480px) {
  .section-top {
    background-image: none;
    margin: 0 auto;
    min-height: 100px;
    box-sizing: border-box;
  }
  .section-top__image {
    height: 800px;
    margin-bottom: 120px;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  .section-top__lead__pc {
    display: inline-block;
    background-image: url("../profile_assets/assets/top/massage_BG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50px;
    left: 130px;
  }
  .section-top__image p {
    font-size: 2.3rem;
    line-height: 3.5rem;
    padding: 60px 0 0 70px;
    max-width: 1040px;
    position: static;
  }
  .section-top__title {
    display: inline-block;
    width: 420px;
    height: 300px;
  }
  .section-top__position {
    display: block;
    font-size: 3.2rem;
    bottom: 230px;
    right: 100px;
    position: absolute;
  }
  .section-top__ninomiyasachiyo  {
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 500;
    bottom: 40px;
    right: 100px;
    position: absolute;
  }
  .section-top__image-message__phone {
    display: none;
  }
}
.section-gallery {
  margin-bottom: 70px;
}
.section-gallery h3, .section-works h3, .section-biography h3 {
  font-size: 3.5rem;
  width: 160px;
  padding-bottom: 30px;
  border-bottom: solid 1px #333;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.section-gallery ul {
  margin: 0 30px;
  list-style: none;
}
.section-gallery ul li {
  max-width: 327px;
  margin: 0 auto;
  background-color: #FFF;
  margin-bottom: 60px;
  text-align: left;
}
.section-gallery ul li a {
  text-decoration: none;
  color: #333;
}
.section-gallery__item-picture {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.section-gallery__item-title {
  padding: 0px 20px 10px
}
.section-gallery li:nth-child(4) {
  display: none;
}
.section-gallery li:nth-child(5) {
  display: none;
}
.section-gallery li:nth-child(6) {
  display: none;
}
.section-gallery__more {
  padding-bottom: 50px;
}
.section-gallery__more a {
  padding: 7px 10px 5px 10px;
  color: #333;
  border: solid 1px #333;
  text-decoration: none;
}
.section-gallery__more a:hover {
  background-color: #333;
  color: #FFF;
}
@media (min-width: 960px) {
  .section-gallery {
    margin-bottom: 120px;
  }
  .section-gallery-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-gallery ul {
    margin: 0 auto 70px;
    display: flex;
    flex-wrap: wrap;
  }
  .section-gallery ul li {
    width: calc(100%/3);
  }
  .section-gallery li:nth-child(4) {
    display: block;
  }
  .section-gallery li:nth-child(5) {
    display: block;
  }
  .section-gallery li:nth-child(6) {
    display: block;
  }
}
.section-works {
  background-color: #FFF;
  padding: 60px 30px;
  margin-bottom: 100px;
}
.section-works ol {
  list-style-type: none;
}
.section-works ol li {
  margin-bottom: 45px;
  text-align: left;
}
.section-works li time {
  font-weight: 700;
}
.section-works li time::after {
  content: " : ";
}
.section-works a {
  text-decoration: none;
  color: #00673B;
}
.section-works h4 {
  display: inline;
}
.section-works h4 {
  font-weight: 700;
}
@media(min-width:480px) {
  .section-works {
    padding: 60px 128px;
    margin: 0 auto 120px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-works h3 {
    padding-bottom: 40px;
    border-bottom: solid 1px #333;
    margin-bottom: 60px;
  }
}
.section-biography {
  background-color: #FFF;
  padding: 60px 30px;
}
.section-biography h4 {
  font-size: 2.5rem;
  padding: 10px 0 0;
  margin-bottom: 30px;
  text-align: left;
}
.section-biography p {
  text-align: left;
}
@media(min-width:480px) {
  .section-biography {
    padding: 60px 128px;
    margin: 0 auto 120px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}