@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");
:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* webfont ------------------------------------------------------------ */
/* cleafix ------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  home.css
***************************************************/
/* #home.home
------------------------------------------------------------ */
#home.home .p-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home.home .p-hero .l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
#home.home .p-hero .l-header .l-header__nav {
  display: block;
}
#home.home .p-hero .l-header .l-global_nav__menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}
#home.home .p-hero__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 82%;
}
#home.home .p-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 599px) {
  #home.home .p-hero {
    display: block;
  }
  #home.home .p-hero__image {
    width: 100%;
  }
  #home.home .p-hero__image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
#home.home .l-main {
  padding-top: 0;
}
#home.home .p-about {
  margin-top: 6rem;
  padding: 0 0 15rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url(/assets/img/home/01_bg01.png) no-repeat 50% 100%/90% auto;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/assets/img/home/01_bg01.png) no-repeat 50% 100%/90% auto;
}
#home.home .p-about__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6rem;
  margin-top: -3rem;
  min-height: 45rem;
}
#home.home .p-about__media .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 7rem;
}
#home.home .p-about__media .content .title_1 {
  color: #D66A7B;
  font-size: 2.7rem;
  font-weight: 400;
  font-family: YakuHanMPs, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
}
#home.home .p-about__media .content .text_1 {
  margin-top: 5rem;
  line-height: 2;
}
#home.home .p-about__media .content .text_1 p + p {
  margin-top: 3rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-about {
    margin-top: 5rem;
    padding: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url(/assets/img/home/01_bg01.png) no-repeat 50% 25%/220% auto;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/assets/img/home/01_bg01.png) no-repeat 50% 25%/220% auto;
  }
  #home.home .p-about__media {
    display: block;
    margin-top: 0;
    min-height: 0;
  }
  #home.home .p-about__media .image {
    padding: 0 3rem 5rem;
    text-align: center;
  }
  #home.home .p-about__media .content .title_1 {
    font-size: 2.2rem;
  }
  #home.home .p-about__media .content .text_1 {
    margin-top: 4rem;
    line-height: 2;
  }
  #home.home .p-about__media .content .text_1 p + p {
    margin-top: 3rem;
  }
}
#home.home .p-esthetic__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  margin-top: 6rem;
}
#home.home .p-esthetic__card .card__thumb img {
  border-radius: 2rem;
}
#home.home .p-esthetic__card .card__title {
  margin-top: 3rem;
  color: #D66A7B;
  font-family: YakuHanMPs, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
#home.home .p-esthetic__card .card__text {
  margin-top: 3rem;
}
#home.home .p-esthetic__card .card__price {
  margin-top: 3rem;
  font-size: 2.2rem;
  text-align: right;
}
#home.home .p-esthetic__card .card__price .badge {
  margin-right: 1rem;
  padding: 0.2rem 1.5rem 0.4rem;
  border-radius: 0.5rem;
  background-color: #E3AAAA;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
#home.home .p-esthetic__card .card__price .unit {
  font-size: 1.6rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-esthetic {
    margin-top: 8rem;
  }
  #home.home .p-esthetic__card {
    display: block;
    margin-top: 0;
  }
  #home.home .p-esthetic__card .card {
    margin-top: 5rem;
  }
  #home.home .p-esthetic__card .card__thumb img {
    border-radius: 2rem;
  }
  #home.home .p-esthetic__card .card__title {
    margin-top: 3rem;
    font-size: 2rem;
  }
  #home.home .p-esthetic__card .card__text {
    margin-top: 3rem;
  }
}
#home.home .p-diet {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26rem, white), color-stop(26rem, transparent)), -webkit-gradient(linear, left top, right top, color-stop(24%, white), color-stop(24%, transparent)), url(/assets/img/home/03_bg01.png) center/cover no-repeat;
  background: linear-gradient(to bottom, white 26rem, transparent 26rem), linear-gradient(to right, white 24%, transparent 24%), url(/assets/img/home/03_bg01.png) center/cover no-repeat;
}
#home.home .p-diet__block01 {
  position: relative;
  padding-left: 28.5rem;
}
#home.home .p-diet__block01 .image01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#home.home .p-diet__block01 .title01 {
  margin-left: 26rem;
  margin-bottom: 4rem;
  color: #D66A7B;
  font-family: YakuHanMPs, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.6;
}
#home.home .p-diet__block01 .text01 {
  margin-left: 26rem;
}
#home.home .p-diet__banner01 {
  margin-top: 5rem;
}
#home.home .p-diet__column {
  margin-top: 9rem;
  padding-left: 28.5rem;
  padding-bottom: 10rem;
}
#home.home .p-diet__column .c-card {
  margin-top: 6rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-diet {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26rem, white), color-stop(26rem, transparent)), url(/assets/img/home/03_bg01.png) center/cover no-repeat;
    background: linear-gradient(to bottom, white 26rem, transparent 26rem), url(/assets/img/home/03_bg01.png) center/cover no-repeat;
  }
  #home.home .p-diet__block01 {
    position: relative;
    padding-left: 0;
  }
  #home.home .p-diet__block01 .image01 {
    position: static;
  }
  #home.home .p-diet__block01 .title01 {
    margin-top: 5rem;
    margin-left: 0;
    margin-bottom: 4rem;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.6;
  }
  #home.home .p-diet__block01 .text01 {
    margin-left: 0;
  }
  #home.home .p-diet__banner01 {
    margin-top: 3rem;
  }
  #home.home .p-diet__column {
    margin-top: 9rem;
    padding-left: 0;
    padding-bottom: 10rem;
  }
  #home.home .p-diet__column .c-card {
    margin-top: 0;
  }
}
#home.home .p-news {
  margin-top: 8rem;
}
#home.home .p-news .u-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9rem;
}
#home.home .p-news__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #e9e1e6;
}
#home.home .p-news__list .item {
  position: relative;
  border-bottom: 1px solid #e9e1e6;
}
#home.home .p-news__list .item__head {
  padding: 2rem 8rem 2rem 1.5rem;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#home.home .p-news__list .item__head:hover {
  background: rgba(233, 230, 233, 0.3);
}
#home.home .p-news__list .item__head .date {
  color: #A2A2A2;
  font-size: 1.4rem;
}
#home.home .p-news__list .item__head .title {
  margin: 0;
  color: #D66A7B;
  font-size: 1.8rem;
  font-family: YakuHanMPs, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
}
#home.home .p-news__list .item__head .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #d9657b;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#home.home .p-news__list .item__head .icon::before, #home.home .p-news__list .item__head .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.8rem;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home.home .p-news__list .item__head .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#home.home .p-news__list .item__head[aria-expanded=true] .icon {
  background: #d7d7d7;
}
#home.home .p-news__list .item__head[aria-expanded=true] .icon::after {
  opacity: 0;
}
#home.home .p-news__list .item__panel {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
#home.home .p-news__list .item__panel .body {
  padding: 1rem 8rem 2rem 1.5rem;
  color: #271B19;
}
@media only screen and (max-width: 599px) {
  #home.home .p-news {
    margin-top: 8rem;
  }
  #home.home .p-news .u-container {
    display: block;
  }
  #home.home .p-news__list .item__head {
    padding: 1.5rem 5rem 1.5rem 1rem;
  }
  #home.home .p-news__list .item__head .icon {
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
  }
  #home.home .p-news__list .item__head .icon::before, #home.home .p-news__list .item__head .icon::after {
    width: 1.6rem;
  }
  #home.home .p-news__list .item__panel .body {
    padding: 1rem 5rem 2rem 1rem;
  }
}
#home.home .p-salon {
  position: relative;
  margin-top: 16rem;
}
#home.home .p-salon__media {
  padding-left: 48%;
}
#home.home .p-salon__media .image {
  position: absolute;
  top: 4rem;
  left: 0;
  width: 40%;
}
#home.home .p-salon__media .image > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45vw;
  max-width: none;
  max-height: none;
  min-height: 100%;
}
#home.home .p-salon__media .content__bullets {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
#home.home .p-salon__media .content__bullets li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home.home .p-salon__media .content__bullets li:not(:first-child) {
  margin-top: 1rem;
}
#home.home .p-salon__media .content__bullets li::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #D66A7B;
  margin-right: 0.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}
#home.home .p-salon__media .content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
}
#home.home .p-salon__media .content__list dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  color: #D66A7B;
  font-family: YakuHanMPs, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  white-space: nowrap;
}
#home.home .p-salon__media .content__list dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.3rem 3rem;
  border-left: 1px solid #D1D1D1;
}
#home.home .p-salon__media .content__list dd .tel {
  color: #D66A7B;
  font-family: YakuHanMPs, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.3;
}
#home.home .p-salon__media .content__list dd .note {
  font-size: 1.4rem;
}
#home.home .p-salon__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9rem;
  margin-top: 14rem;
}
#home.home .p-salon__profile .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#home.home .p-salon__profile .content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 5rem;
}
#home.home .p-salon__profile .content__header .badge {
  padding: 2rem;
  border-radius: 4px;
  background: #E3AAAA;
  color: #fff;
  line-height: 1;
}
#home.home .p-salon__profile .content__header .name {
  font-size: 3.2rem;
  font-weight: 600;
}
#home.home .p-salon__profile .content__career {
  margin-top: 5rem;
}
#home.home .p-salon__profile .content__career .title {
  margin: 0 0 1rem 3rem;
  color: #D66A7B;
  font-size: 2.4rem;
  font-family: YakuHanMPs, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-weight: 600;
}
#home.home .p-salon__profile .content__career .history {
  padding: 3rem;
  background-color: #FDF4F4;
  line-height: 1.8;
}
@media only screen and (max-width: 599px) {
  #home.home .p-salon {
    margin-top: 8rem;
  }
  #home.home .p-salon__media {
    padding-left: 0;
  }
  #home.home .p-salon__media .image {
    position: static;
    width: 100%;
  }
  #home.home .p-salon__media .image > img {
    position: static;
    width: 100%;
  }
  #home.home .p-salon__media .content__bullets {
    margin: 5rem 0 0;
  }
  #home.home .p-salon__media .content__list {
    display: block;
    margin-top: 5rem;
  }
  #home.home .p-salon__media .content__list:not(:first-child) {
    margin-top: 3rem;
  }
  #home.home .p-salon__media .content__list dt {
    display: block;
    width: 100%;
    padding-bottom: 0.5rem;
  }
  #home.home .p-salon__media .content__list dd {
    padding: 1rem 0 0;
    border-top: 1px solid #D1D1D1;
    border-left: none;
  }
  #home.home .p-salon__profile {
    display: block;
    margin-top: 6rem;
  }
  #home.home .p-salon__profile .image {
    text-align: center;
  }
  #home.home .p-salon__profile .image img {
    width: 70%;
  }
  #home.home .p-salon__profile .content {
    margin-top: 3rem;
  }
  #home.home .p-salon__profile .content__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  #home.home .p-salon__profile .content__header .badge {
    padding: 1rem;
  }
  #home.home .p-salon__profile .content__header .name {
    font-size: 2.8rem;
  }
  #home.home .p-salon__profile .content__career {
    margin-top: 5rem;
  }
  #home.home .p-salon__profile .content__career .title {
    margin: 0 0 1rem 3rem;
    color: #D66A7B;
    font-size: 2.4rem;
    font-family: YakuHanMPs, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
    font-weight: 400;
    font-weight: 600;
  }
  #home.home .p-salon__profile .content__career .history {
    padding: 3rem;
    background-color: #FDF4F4;
    line-height: 1.8;
  }
}
#home.home .p-access {
  margin-top: 10rem;
}
#home.home .p-access__map iframe {
  width: 100%;
  height: 50rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-access {
    margin-top: 8rem;
  }
  #home.home .p-access__map iframe {
    width: 100%;
    height: 40rem;
  }
}
#home.home .p-contact {
  margin-top: 10rem;
}
#home.home .p-contact__text01 {
  margin-top: 6rem;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  #home.home .p-contact {
    margin-top: 8rem;
  }
  #home.home .p-contact__text01 {
    margin-top: 5rem;
    text-align: center;
  }
}/*# sourceMappingURL=home.css.map */