@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#mainvisual {
  height: auto;
  padding: 80px 0 0;
  background: none;
}
#mainvisual:before {
  content: none;
}
#mainvisual #main__slide {
  margin: 0 auto;
}
#mainvisual #main__slide .slide__item {
  position: relative;
}
#mainvisual #main__slide .slide__item img {
  width: 100%;
}

#message .message__lead {
  margin: 0 0 30px;
  font-size: 18rem;
  text-align: center;
}
#message .message__text {
  max-width: 700px;
  margin: 0 auto;
}
#message .message__button {
  margin-top: 48px;
  text-align: center;
}

#salon .salon__list {
  margin-bottom: -64px;
}
#salon .salon__list .list__item {
  width: 48%;
  margin-bottom: 64px;
  text-align: center;
}
#salon .salon__list .list__item a {
  display: inline-block;
}
#salon .salon__list .list__item a:hover img {
  transform: scale(1.06);
}
#salon .salon__list .list__item .item__pic {
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
}
#salon .salon__list .list__item .item__pic img {
  transition: all 0.7s cubic-bezier(0.16, 0.5, 0.43, 1);
}
#salon .salon__list .list__item .item__title {
  margin: 0 0 18px;
  font-size: 20rem;
  line-height: 1.5;
}
#salon .salon__list .list__item .item__title:after {
  content: "";
  display: block;
  width: 20px;
  height: 0;
  margin: 15px auto 0;
  border-bottom: 1px solid;
}
#salon .salon__list .list__item .item__address {
  margin: 5px 0;
}
#salon .salon__list .list__item .item__tel {
  margin: 5px 0 10px;
  font-size: 20rem;
  letter-spacing: 1px;
  line-height: 1.2;
}
#salon .salon__list .list__item .item__tel .fa-mobile-screen-button {
  margin-right: .3em;
}
#salon .salon__list .list__item .item__button {
  margin-top: 24px;
}

#staff .staff__block {
  margin: 48px 0;
}
#staff .staff__title {
  margin: 0 0 50px;
  font-size: 20rem;
  line-height: 1.3;
  text-align: center;
}
#staff .staff__title:before {
  content: "";
  display: block;
  width: 30px;
  height: 0;
  margin: 0 auto 50px;
  border-bottom: 1px solid #222;
}
#staff .staff__list {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  justify-content: flex-start;
}
#staff .staff__list .list__item {
  width: 22%;
  margin: 0 4% 40px 0;
  list-style: none;
}
#staff .staff__list .list__item:nth-of-type(4n) {
  margin-right: 0;
}
#staff .staff__list .list__item a {
  display: block;
  color: #222;
  text-decoration: none;
}
#staff .staff__list .list__item a:hover .item__pic {
  filter: grayscale(0);
}
#staff .staff__list .list__item a:hover .item__button > span {
  background: #222;
  color: #fff;
}
#staff .staff__list .list__item .item__pic {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-top: 66.667%;
  filter: grayscale(100%);
  overflow: hidden;
  transition: filter .3s;
}
#staff .staff__list .list__item .item__pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#staff .staff__list .list__item .item__text {
  text-align: center;
}
#staff .staff__list .list__item .item__text .name {
  margin-bottom: 8px;
  font-size: 14rem;
  line-height: 1.3;
}
#staff .staff__list .list__item .item__text .name .f_sserif {
  font-size: 11rem;
}
#staff .staff__list .list__item .item__text .text {
  color: #999;
  margin-bottom: 0;
  font-size: .75em;
}
#staff .staff__list .list__item .item__button {
  margin-top: 1em;
  font-size: .825em;
  text-align: center;
}
#staff .staff__list .list__item .item__button > span {
  display: inline-block;
  padding: .25em .5em;
  border: 1px solid #222;
  transition: background 0.3s;
}
#staff .staff__button {
  text-align: center;
}

#news .news__list {
  max-width: 800px;
  margin: 0 auto;
}
#news .news__list li {
  border-bottom: 1px solid #ddd;
}
#news .news__list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 20px;
  color: #222;
  text-decoration: none;
}
#news .news__list li a:hover {
  opacity: .8;
}
#news .news__list li .time {
  display: block;
  width: 8em;
  text-align: center;
}
#news .news__list li .title {
  display: block;
  width: calc(100% - 10em);
}
#news .news__button {
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mainvisual {
    padding: 50px 0 0;
  }

  #message .message__lead {
    margin: 0 0 30px;
    font-size: 16rem;
  }
  #message .message__text {
    max-width: 700px;
    margin: 0 auto;
  }
  #message .message__button {
    margin-top: 48px;
    text-align: center;
  }

  #salon .salon__list {
    margin-bottom: -48px;
  }
  #salon .salon__list .list__item {
    position: relative;
    margin-bottom: 48px;
    padding-bottom: 44px;
  }
  #salon .salon__list .list__item a:hover img {
    transform: scale(1);
  }
  #salon .salon__list .list__item .item__pic {
    margin-bottom: 12px;
  }
  #salon .salon__list .list__item .item__pic img {
    width: 100%;
  }
  #salon .salon__list .list__item .item__title {
    margin: 0 0 18px;
    font-size: 17rem;
  }
  #salon .salon__list .list__item .item__title:after {
    margin: 15px auto 0;
  }
  #salon .salon__list .list__item .item__address {
    margin-bottom: 10px;
    font-size: 12rem;
    line-height: 1.5;
  }
  #salon .salon__list .list__item .item__tel {
    margin-top: 10px;
    font-size: 18rem;
  }
  #salon .salon__list .list__item .item__tel a {
    color: #222;
    text-decoration: none;
  }
  #salon .salon__list .list__item .item__tel .fa-mobile-screen-button {
    margin-right: .2em;
  }
  #salon .salon__list .list__item .item__button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
  }

  #staff .staff__block {
    margin: 48px 0;
  }
  #staff .staff__title {
    margin: 0 0 40px;
    font-size: 18rem;
  }
  #staff .staff__title:before {
    margin-bottom: 40px;
  }
  #staff .staff__list {
    margin-bottom: -32px;
    justify-content: space-between;
  }
  #staff .staff__list .list__item {
    width: 48%;
    margin: 0 0 32px 0;
  }
  #staff .staff__list .list__item .item__pic {
    margin-bottom: 20px;
    text-align: center;
  }
  #staff .staff__list .list__item .item__text {
    text-align: center;
  }
  #staff .staff__list .list__item .item__text .name {
    margin-bottom: 8px;
    font-size: 16rem;
    line-height: 1.3;
  }
  #staff .staff__list .list__item .item__text .name .f_sserif {
    font-size: 11rem;
  }
  #staff .staff__list .list__item .item__text .text {
    margin-bottom: 0;
  }
  #staff .staff__list .list__item .item__button {
    margin-top: .75em;
  }
  #staff .staff__button {
    text-align: center;
  }

  #news .news__list li a {
    width: 100%;
    padding: 10px 12px;
  }
  #news .news__list li .time {
    width: 7em;
    text-align: left;
  }
  #news .news__list li .title {
    width: calc(100% - 7em);
  }
  #news .news__button {
    margin-top: 24px;
  }
}
