@charset "UTF-8";
.page-top .page-top__article__list {
  background: #fdedee;
  box-shadow: 5px 5px 13px -10px;
}

.page-top .page-top__article__list dt {
  float: left;
  margin-right: 2.66667vw;
}

.page-top .page-top__concept {
  background: #f6f3ee;
  margin: 6.66667vw 0;
}

.page-top .page-top__concept__box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.page-top .page-top__recruiting {
  margin: 6.66667vw 0;
}

.page-top .page-top__recruiting__banner {
  box-shadow: 5px 5px 13px -10px;
}

.page-top .page-top__information {
  margin: 6.66667vw 0;
}

.page-top .page-top__information__wrap {
  box-shadow: 5px 5px 13px -10px;
}

.page-top .page-top__information__wrap h3 {
  font-family: centurygothic;
  font-weight: 400;
}

.page-top .page-top__information__list dt {
  float: left;
  margin-right: 2.66667vw;
}

.page-top .page-top__rent-kimono {
  margin: 6.66667vw 0;
}

.page-top .page-top__rent-kimono__banner {
  width: 100%;
  text-align: center;
}

.page-top .page-top__rent-kimono__banner img {
  box-shadow: 5px 5px 13px -10px;
}

.page-top .page-top__salon {
  background: #f6f3ee;
  margin: 6.66667vw 0;
  padding: 6.66667vw 0;
}

.page-top .page-top__salon h2 {
  text-align: center;
  color: #a3cf3c;
  margin: 0 0 4vw 0;
  font: 3rem centurygothic;
}

.page-top .page-top__salon__body {
  width: 100%;
}

.page-top .page-top__salon__body-info h3 {
  font: 1.6rem centurygothic;
}

.page-top .page-top__salon__img {
  width: 100%;
}

.page-top .page-top__salon__body-info__address {
  line-height: 1.4;
  font-size: 1.2rem;
}

.page-top .page-top__salon__body-info__address span {
  display: inline-block;
}

.page-top .page-top__salon__body-info-sub {
  margin-top: 1.33333vw;
  display: flex;
}

.page-top .page-top__salon__body-info-sub span {
  display: inline-block;
}

.page-top .page-top__salon__body-info-sub a {
  padding: 1.33333vw 1.33333vw 1.33333vw 0;
}

.page-top .page-top__salon__body-info-sub .icon-arange {
  color: #a3cf3c;
  vertical-align: middle;
  margin-right: 1.33333vw;
}

.page-top .page-top__staff-blog {
  margin: 6.66667vw 0;
}

.page-top .page-top__staff-blog h2 {
  text-align: center;
  color: #a3cf3c;
  margin: 0 0 4vw 0;
  font: 3rem centurygothic;
}

.page-top .page-top__staff-blog__title {
  font-size: 1.3rem;
}

.page-top .page-top__staff-blog__note {
  font-size: 1.1rem;
}

.page-top .page-top__gallery {
  margin: 6.66667vw 0 0 0;
}

.page-top .page-top__gallery h2 {
  text-align: center;
  color: #a3cf3c;
  margin: 0 0 4vw 0;
  font: 3rem centurygothic;
}

@media (min-width:768px) {
  .page-top .page-top__article {
    margin: 60px 0;
  }

  .page-top .page-top__article__list {
    width: 54.79%;
    margin: 0 auto;
    padding: 2em;
    font-size: 1.4rem;
  }

  .page-top .page-top__article__list dt {
    margin-right: 40px;
  }

  .page-top .page-top__concept {
    margin: 60px 0;
  }

  .page-top .page-top__concept__img {
    width: 24%;
    margin: 60px 0;
  }

  .page-top .page-top__concept__img a {
    transition: .6s;
  }

  .page-top .page-top__concept__img a:hover {
    opacity: .6;
    transition: .6s;
  }

  .page-top .page-top__recruiting {
    margin: 60px 0;
  }

  .page-top .page-top__recruiting__wrap {
    display: flex;
    justify-content: center;
  }

  .page-top .page-top__recruiting__banner:nth-of-type(1) {
    margin-right: 1em;
  }

  .page-top .page-top__recruiting__banner:nth-of-type(2) {
    margin-left: 1em;
  }

  .page-top .page-top__information {
    margin: 60px 0;
  }

  .page-top .page-top__information__wrap {
    display: flex;
    align-items: center;
    width: 54.79%;
    margin: 0 auto;
  }

  .page-top .page-top__information__wrap h3 {
    font-size: 2.4rem;
    width: 28%;
    margin-right: 1em;
  }

  .page-top .page-top__information__list {
    margin: 20px 0;
    width: calc(100% - 28% - 1em);
    font-size: 1.4rem;
  }

  .page-top .page-top__information__list dt {
    margin-right: 40px;
  }

  .page-top .page-top__rent-kimono {
    margin: 60px 0;
  }

  .page-top .page-top__salon {
    margin: 60px 0;
    padding: 60px 0;
  }

  .page-top .page-top__salon h2 {
    margin: 0 0 40px 0;
  }

  .page-top .page-top__salon__list-wrap {
    display: flex;
    justify-content: center;
  }

  .page-top .page-top__salon__body {
    width: 45%;
    display: flex;
  }

  .page-top .page-top__salon__img {
    width: 260px;
    margin-right: 20px;
    flex: none;
  }

  .page-top .page-top__salon__img img {
    width: 100%;
  }

  .page-top .page-top__salon__body-info__address {
    font-size: 1.3rem;
  }

  .page-top .page-top__salon__body-info-sub {
    justify-content: space-around;
  }

  .page-top .page-top__salon__body-info-sub {
    margin-top: 20px;
  }

  .page-top .page-top__salon__body-info-sub a {
    padding: 20px 20px 20px 0;
  }

  .page-top .page-top__salon__body-info-sub .icon-arange {
    margin-right: 10px;
    transition: 1s;
  }

  .page-top .page-top__salon__body-info-sub .icon-arange:hover {
    transform: rotateX(360deg);
  }

  .page-top .page-top__staff-blog {
    margin: 60px 0;
  }

  .page-top .page-top__staff-blog h2 {
    margin: 0 0 40px 0;
  }

  .page-top .page-top__staff-blog__list-wrap {
    display: flex;
    justify-content: center;
  }

  .page-top .page-top__staff-blog__body {
    width: 23.416%;
    width: 16.666%;
  }

  .page-top .page-top__staff-blog__body:not(:last-child) {
    margin-right: 2em;
  }

  .page-top .page-top__staff-blog__img {
    width: 100%;
  }

  .page-top .page-top__gallery {
    margin: 60px 0 0 0;
  }

  .page-top .page-top__gallery h2 {
    margin: 0 0 40px 0;
  }
}

@media (min-width:768px) and (min-width:768px) {
  .page-top .page-top__recruiting__banner a {
    transition: .6s;
  }

  .page-top .page-top__recruiting__banner a:hover {
    opacity: .6;
    transition: .6s;
  }

  .page-top .page-top__rent-kimono__banner a {
    transition: .6s;
  }

  .page-top .page-top__rent-kimono__banner a:hover {
    opacity: .6;
    transition: .6s;
  }
}

@media (max-width:767px) {
  .page-top .page-top__article {
    margin: 6.66667vw 0;
  }

  .page-top .page-top__article .content-inner {
    padding: 0;
  }

  .page-top .page-top__article__list {
    padding: 1em;
    font-size: 1.3rem;
  }

  .page-top .page-top__article__list dl {
    text-align: center;
  }

  .page-top .page-top__concept__img {
    width: 50%;
    margin: 6.66667vw 0;
  }

  .page-top .page-top__concept__img:nth-of-type(3) {
    margin-top: 0;
  }

  .page-top .page-top__concept__img:nth-of-type(4) {
    margin-top: 0;
  }

  .page-top .page-top__concept__img img {
    width: 90%;
    object-fit: contain;
  }

  .page-top .page-top__recruiting__wrap {
    text-align: center;
  }

  .page-top .page-top__recruiting__banner {
    width: 100%;
  }

  .page-top .page-top__recruiting__banner:nth-of-type(1) {
    margin-bottom: 2.66667vw;
  }

  .page-top .page-top__recruiting__banner:nth-of-type(2) {
    margin-top: 2.66667vw;
  }

  .page-top .page-top__information__wrap h3 {
    text-align: center;
  }

  .page-top .page-top__information__list {
    margin: 2.66667vw 0;
    font-size: 1.3rem;
  }

  .page-top .page-top__salon__body:not(:first-child) {
    margin-top: 5.33333vw;
  }

  .page-top .page-top__salon__body-info {
    margin-top: 2.66667vw;
  }

  .page-top .page-top__salon__body-info h3 {
    margin: 2.66667vw 0;
  }

  .page-top .page-top__salon__body-info-sub span:nth-of-type(2) {
    margin-left: 5.33333vw;
  }

  .page-top .page-top__staff-blog__body {
    display: flex;
    align-items: center;
    background: #f6f3ee;
  }

  .page-top .page-top__staff-blog__body:not(:first-child) {
    margin-top: 2.66667vw;
  }

  .page-top .page-top__staff-blog__img {
    width: 28.052%;
  }

  .page-top .page-top__staff-blog__text-box {
    margin-left: 4vw;
  }
}