@charset "UTF-8";
/*
color-swatch ========================================*/
/*
font ========================================*/
/*
breakpoint ==========================================================================*/
/*
All ==========================================================================*/
html, body {
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  font-size: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  scroll-behavior: smooth;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #666;
}
a:active, a:visited {
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.6;
}

ul li {
  list-style: none;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 20px;
}
@media screen and (max-width: 1240px) {
  .wrapper {
    width: 880px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 900px) {
  .wrapper {
    width: 570px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 599px) {
  .wrapper {
    width: 336px;
    padding: 8px 5px;
  }
}

/* article-title共通 */
h3 {
  color: #39abb1;
  font-size: 1.833em;
  font-family: "Jost", "sans-serif";
  font-weight: 300;
  line-height: 22px;
}
h3 span {
  color: #000000;
  font-size: 0.318em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 599px) {
  h3 span {
    font-size: 0.5em;
    margin-left: 20px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1240px) {
  h3 {
    font-size: 1.3em;
    line-height: 20px;
  }
}
@media screen and (max-width: 900px) {
  h3 {
    font-size: 0.95em;
    line-height: 15px;
  }
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 1.417em;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  h3 br {
    display: none;
  }
}

/*
header ==========================================================================*/
header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #ebeef1;
  height: 335px;
  /* ロゴエリア */
  /* ナビエリア */
  /* アイコンエリア */
}
@media screen and (max-width: 900px) {
  header {
    height: 265px;
  }
}
@media screen and (max-width: 599px) {
  header {
    /* toggle-btn用position指定 */
    position: relative;
    height: 145px;
    display: block;
    background-color: #ffffff;
  }
}
header .logo--area {
  background-color: #ffffff;
  width: 240px;
  height: 240px;
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 1240px) {
  header .logo--area {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 900px) {
  header .logo--area {
    width: 130px;
    height: 110px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  header .logo--area {
    width: 100%;
  }
}
header .logo--area a {
  display: block;
}
header .logo--area a img {
  width: 6.5vw;
}
@media screen and (max-width: 599px) {
  header .logo--area a img {
    width: 90px;
  }
}
header .nav--area h1 {
  color: #666666;
  font-size: 0.542em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
  margin: 60px 0 20px 0;
}
@media screen and (max-width: 900px) {
  header .nav--area h1 {
    margin: 30px 0 10px 0;
    font-size: 0.48em;
  }
}
@media screen and (max-width: 599px) {
  header .nav--area h1 {
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  header .nav--area nav {
    display: none;
  }
}
header .nav--area nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
header .nav--area nav ul li {
  margin-right: 3vw;
}
header .nav--area nav ul li:last-child {
  margin-right: 0;
}
header .nav--area nav ul li a {
  color: #000000;
  font-size: 0.583em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  header .nav--area nav ul li a {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 900px) {
  header .nav--area nav ul li a {
    font-size: 0.38em;
  }
}
header .icon--area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 45px;
  /* 予約ボタンエリア */
}
@media screen and (max-width: 900px) {
  header .icon--area {
    display: block;
    padding-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  header .icon--area {
    display: none;
  }
}
header .icon--area nav {
  margin-top: 7px;
}
@media screen and (max-width: 900px) {
  header .icon--area nav {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
header .icon--area nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
header .icon--area nav ul li {
  margin-right: 10px;
}
@media screen and (max-width: 1240px) {
  header .icon--area nav ul li {
    margin-right: 7px;
  }
}
@media screen and (max-width: 900px) {
  header .icon--area nav ul li {
    margin-right: 4px;
  }
}
header .icon--area nav ul li:last-child {
  margin-right: 20px;
}
@media screen and (max-width: 1240px) {
  header .icon--area nav ul li:last-child {
    margin-right: 15px;
  }
}
@media screen and (max-width: 900px) {
  header .icon--area nav ul li:last-child {
    margin-right: 8px;
  }
}
header .icon--area nav ul li a img {
  width: 24px;
}
@media screen and (max-width: 1240px) {
  header .icon--area nav ul li a img {
    width: 20px;
  }
}
@media screen and (max-width: 900px) {
  header .icon--area nav ul li a img {
    width: 15px;
  }
}
header .icon--area .contact--btn {
  display: block;
  background-color: #39abb1;
  height: 60px;
  padding: 17px 45px 17px 55px;
  border-radius: 0.5px;
}
@media screen and (max-width: 1240px) {
  header .icon--area .contact--btn {
    padding: 19px 45px 0 45px;
  }
}
@media screen and (max-width: 900px) {
  header .icon--area .contact--btn {
    height: 30px;
    padding: 10px 15px 0 30px;
  }
}
header .icon--area .contact--btn p {
  position: relative;
  color: #ffffff;
  font-size: 0.583em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (max-width: 1240px) {
  header .icon--area .contact--btn p {
    font-size: 0.45em;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 900px) {
  header .icon--area .contact--btn p {
    font-size: 0.3em;
    letter-spacing: 0.8px;
  }
}
header .icon--area .contact--btn p::before {
  position: absolute;
  top: -1px;
  left: -30px;
  font-family: "Material Icons";
  content: "\ebcc";
  font-size: 24px;
}
@media screen and (max-width: 1240px) {
  header .icon--area .contact--btn p::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  header .icon--area .contact--btn p::before {
    top: -2px;
    font-size: 15px;
    left: -22px;
  }
}
header .icon--area .contact--btn p::after {
  top: -4px;
  right: -42px;
  position: absolute;
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 30px;
}
@media screen and (max-width: 1240px) {
  header .icon--area .contact--btn p::after {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  header .icon--area .contact--btn p::after {
    right: -16px;
    font-size: 18px;
  }
}

/* sp用ナビ */
.nav--mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .nav--mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    color: #666666;
    padding: 36px 30px;
    transition: all 0.5s;
    z-index: 20;
    opacity: 0;
  }
}
.nav--mobile li {
  list-style: none;
  margin-bottom: 20px;
}
.nav--mobile li a {
  color: #ffffff;
  font-size: 0.625em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
  text-decoration: none;
}

/* ハンバーガーメニュー */
.open .nav--mobile {
  left: 0;
  opacity: 1;
}
.open .toggle--btn span {
  background: #ffffff;
}
.open .toggle--btn span:nth-child(1) {
  transform: translateY(4px) rotate(-45deg);
}
.open .toggle--btn span:nth-child(2) {
  transform: translateY(-4px) rotate(45deg);
}
.open .toggle--btn span:nth-child(3) {
  display: none;
}
.open .mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b3b3b3;
  opacity: 0.9;
  z-index: 10;
  cursor: pointer;
}

/* トグルボタン */
.sp--btn--position {
  position: absolute;
  top: 0;
  right: 22px;
}

.toggle--btn {
  display: none;
}
@media screen and (max-width: 599px) {
  .toggle--btn {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 20;
  }
}
.toggle--btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #999999;
  border-radius: 4px;
  transition: all 0.5s;
}
.toggle--btn span:nth-child(1) {
  top: 25px;
}
.toggle--btn span:nth-child(2) {
  bottom: -5px;
}
.toggle--btn span:nth-child(3) {
  bottom: -13.5px;
}

.mask {
  display: none;
  transition: all 0.5s;
}

/*
sp-bg ==========================================================================*/
/* sp用デザインエリア(599以上で非表示) */
.sp--bg {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp--bg {
    display: block;
  }
  .sp--bg div {
    width: 322px;
    height: 214px;
    background-color: #ebeef1;
  }
}

/*
main-visual ==========================================================================*/
.main--visual {
  position: relative;
  /* スライダーエリア */
  /* テキストエリア */
}
.main--visual .slider--area {
  position: absolute;
  top: -600px;
  right: 0;
  width: 80%;
  height: auto;
  /* スライダー下部ドット作成 */
}
@media screen and (max-width: 1240px) {
  .main--visual .slider--area {
    top: -450px;
    width: 800px;
    height: 368px;
  }
}
@media screen and (max-width: 900px) {
  .main--visual .slider--area {
    top: -305px;
    width: 83%;
    height: 253px;
  }
}
@media screen and (max-width: 599px) {
  .main--visual .slider--area {
    top: -272px;
    width: 336px;
    height: 217px;
  }
}
.main--visual .slider--area .slider li img {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/6.5;
  max-height: 500px;
}
@media screen and (max-width: 599px) {
  .main--visual .slider--area .slider li img {
    width: 336px;
    height: 217px;
  }
}
.main--visual .slider--area .dots .slick-dots {
  text-align: center;
}
.main--visual .slider--area .dots .slick-dots li {
  display: inline-block;
}
.main--visual .slider--area .dots .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.main--visual .slider--area .dots .slick-dots .slick-active button {
  background: #0a467d;
}
.main--visual .text--area {
  margin-top: 450px;
  padding: 90px 0;
  background-color: #ebeef1;
}
@media screen and (max-width: 1240px) {
  .main--visual .text--area {
    margin-top: 360px;
  }
}
@media screen and (max-width: 900px) {
  .main--visual .text--area {
    padding: 50px 0;
    margin-top: 180px;
  }
}
@media screen and (max-width: 599px) {
  .main--visual .text--area {
    padding: 40px 0;
    margin-top: 100px;
  }
}
.main--visual .text--area h2 {
  color: #39abb1;
  font-size: 1.25em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 36px;
}
@media screen and (max-width: 900px) {
  .main--visual .text--area h2 {
    font-size: 0.7em;
    margin-bottom: 25px;
    line-height: 27px;
  }
}
@media screen and (max-width: 599px) {
  .main--visual .text--area h2 {
    font-size: 0.75em;
    margin-bottom: 20px;
  }
}
.main--visual .text--area p {
  color: #000000;
  font-size: 0.583em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 900px) {
  .main--visual .text--area p {
    font-size: 0.45em;
    line-height: 20px;
  }
}
@media screen and (max-width: 599px) {
  .main--visual .text--area p {
    font-size: 0.5em;
  }
}

/*
menu ==========================================================================*/
.menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 100px 0 60px 0;
  /* メニュー表 */
}
@media screen and (max-width: 900px) {
  .menu {
    padding: 70px 0 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .menu {
    display: block;
    text-align: center;
  }
}
.menu .menu--area {
  width: 80%;
}
@media screen and (max-width: 599px) {
  .menu .menu--area {
    width: 100%;
  }
}
.menu .menu--area section {
  margin-bottom: 60px;
  /* 各メニュー表下部テキスト */
}
.menu .menu--area section h4 {
  color: #000000;
  font-size: 0.833em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  border-bottom: solid 3px #b3b3b3;
  margin-bottom: 30px;
}
.menu .menu--area section h4::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 30%;
  height: 3px;
  background-color: #39abb1;
}
@media screen and (max-width: 900px) {
  .menu .menu--area section h4 {
    font-size: 0.7em;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .menu .menu--area section h4 {
    font-size: 0.667em;
  }
}
.menu .menu--area section .ttl--text {
  color: #000000;
  font-size: 0.583em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .menu .menu--area section .ttl--text {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  .menu .menu--area section .ttl--text {
    text-align: left;
    font-size: 0.5em;
    letter-spacing: 1.5px;
  }
}
.menu .menu--area section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .menu .menu--area section ul {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 599px) {
  .menu .menu--area section ul {
    display: block;
    text-align: left;
    margin-bottom: 15px;
  }
}
.menu .menu--area section ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 47%;
  padding-bottom: 17px;
  border-bottom: solid 1px #b3b3b3;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .menu .menu--area section ul li {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
}
.menu .menu--area section ul li div h5 {
  color: #000000;
  font-size: 0.667em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
  margin-bottom: 13px;
}
@media screen and (max-width: 900px) {
  .menu .menu--area section ul li div h5 {
    font-size: 0.6em;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 599px) {
  .menu .menu--area section ul li div h5 {
    font-size: 0.6em;
  }
}
.menu .menu--area section ul li div p {
  color: #808080;
  font-size: 0.5em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .menu .menu--area section ul li div p {
    font-size: 0.3em;
  }
}
.menu .menu--area section ul li .price {
  color: #000000;
  font-size: 0.667em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .menu .menu--area section ul li .price {
    font-size: 0.45em;
  }
}
.menu .menu--area section .bottom--text {
  color: #808080;
  font-size: 0.458em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
}

/*
staff ==========================================================================*/
.staff {
  background-color: #ebeef1;
  padding: 100px 0 60px 0;
}
@media screen and (max-width: 900px) {
  .staff {
    padding: 70px 0 40px 0;
  }
}
.staff .wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .staff .wrapper {
    display: block;
    text-align: center;
  }
}
.staff .staff--area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
}
@media screen and (max-width: 599px) {
  .staff .staff--area {
    display: block;
    margin: 0 auto;
  }
}
.staff .staff--area section {
  width: 28%;
  padding: 4.5px;
  border-radius: 49px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 900px) {
  .staff .staff--area section {
    width: 31%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 599px) {
  .staff .staff--area section {
    width: 100%;
    border-radius: 44px;
    margin-bottom: 22px;
    text-align: left;
  }
}
.staff .staff--area section .staff--visual {
  width: 100%;
  border-radius: 48px 48px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
}
@media screen and (max-width: 900px) {
  .staff .staff--area section .staff--visual {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .staff .staff--area section .staff--visual {
    border-radius: 44px 44px 0 0;
  }
}
.staff .staff--area section div {
  padding: 25px 25px 20px 25px;
}
@media screen and (max-width: 900px) {
  .staff .staff--area section div {
    padding: 15px 7.5px 10px 7.5px;
  }
}
@media screen and (max-width: 599px) {
  .staff .staff--area section div {
    padding: 25px;
  }
}
.staff .staff--area section div h4 {
  color: #39abb1;
  font-size: 0.833em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  .staff .staff--area section div h4 {
    font-size: 0.7em;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .staff .staff--area section div h4 {
    font-size: 0.833em;
  }
}
.staff .staff--area section div h4 span {
  color: #999999;
  font-size: 0.65em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .staff .staff--area section div h4 span {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  .staff .staff--area section div h4 span {
    font-size: 0.542em;
  }
}
.staff .staff--area section div p {
  color: #000000;
  font-size: 0.5em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 400;
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  .staff .staff--area section div p {
    font-size: 0.38em;
    margin-bottom: -7px;
  }
}
@media screen and (max-width: 599px) {
  .staff .staff--area section div p {
    font-size: 0.5em;
    padding-top: 10px;
    margin-bottom: 1px;
  }
}
.staff .staff--area section div .border {
  padding-bottom: 15px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .staff .staff--area section div .border {
    padding-bottom: 10px;
    margin-bottom: 4px;
  }
}
.staff .staff--area section div nav {
  margin: 0 auto;
  margin-bottom: 24px;
}
.staff .staff--area section div nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.staff .staff--area section div nav ul li {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.staff .staff--area section div nav ul li:last-child {
  margin-right: 0;
}
.staff .staff--area section div nav ul li img {
  width: 100%;
}

/*
access ==========================================================================*/
.access {
  padding: 100px 0 60px 0;
}
@media screen and (max-width: 900px) {
  .access {
    padding: 70px 0 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .access {
    padding: 70px 0 35px 0;
  }
}
.access .wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .access .wrapper {
    display: block;
    text-align: center;
  }
}
.access .access--area {
  width: 80%;
  /* google-map */
  /* お支払い情報 */
}
@media screen and (max-width: 599px) {
  .access .access--area {
    width: 100%;
    text-align: left;
  }
}
.access .access--area .salon--info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  margin-bottom: 40px;
  /* スライダーエリア */
  /* サロン紹介 */
}
@media screen and (max-width: 599px) {
  .access .access--area .salon--info {
    display: block;
    margin-bottom: 16px;
  }
}
.access .access--area .salon--info .slider--area {
  width: 432px;
  margin-right: 40px;
  /* スライダー下部ドット作成 */
}
@media screen and (max-width: 1240px) {
  .access .access--area .salon--info .slider--area {
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .access .access--area .salon--info .slider--area {
    width: 200px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .access .access--area .salon--info .slider--area {
    width: 310px;
    height: 269px;
    margin: 0 auto;
    margin-bottom: 65px;
  }
}
.access .access--area .salon--info .slider--area .slider li img {
  width: 432px;
  height: 346px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1240px) {
  .access .access--area .salon--info .slider--area .slider li img {
    width: 300px;
    height: 240px;
  }
}
@media screen and (max-width: 900px) {
  .access .access--area .salon--info .slider--area .slider li img {
    width: 180px;
    height: 144px;
  }
}
@media screen and (max-width: 599px) {
  .access .access--area .salon--info .slider--area .slider li img {
    width: 100%;
    height: 269px;
  }
}
.access .access--area .salon--info .slider--area .dots .slick-dots {
  text-align: center;
}
.access .access--area .salon--info .slider--area .dots .slick-dots li {
  display: inline-block;
}
.access .access--area .salon--info .slider--area .dots .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.access .access--area .salon--info .slider--area .dots .slick-dots .slick-active button {
  background: #0a467d;
}
.access .access--area .salon--info .info--area {
  width: 376px;
  /* 営業時間エリア */
}
@media screen and (max-width: 900px) {
  .access .access--area .salon--info .info--area {
    width: 100%;
  }
}
.access .access--area .salon--info .info--area .salon {
  color: #39abb1;
  font-size: 1em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  .access .access--area .salon--info .info--area .salon {
    font-size: 0.8em;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .access .access--area .salon--info .info--area .salon {
    font-size: 0.833em;
    margin-bottom: 0;
  }
}
.access .access--area .salon--info .info--area .tel {
  position: relative;
  padding-left: 30px;
  color: #000000;
  font-size: 1.104em;
  font-family: "Jost", "sans-serif";
  font-weight: 500;
}
.access .access--area .salon--info .info--area .tel::before {
  position: absolute;
  top: 7px;
  left: 0;
  font-family: "Material Icons";
  content: "\e0b0";
}
@media screen and (max-width: 900px) {
  .access .access--area .salon--info .info--area .tel::before {
    top: 4px;
  }
}
@media screen and (max-width: 599px) {
  .access .access--area .salon--info .info--area .tel::before {
    top: 5px;
  }
}
@media screen and (max-width: 900px) {
  .access .access--area .salon--info .info--area .tel {
    font-size: 0.9em;
    padding-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .access .access--area .salon--info .info--area .tel {
    font-size: 0.84em;
  }
}
.access .access--area .salon--info .info--area table {
  width: 100%;
  margin-top: 15px;
}
.access .access--area .salon--info .info--area table tr {
  display: flex;
  justify-content: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .access .access--area .salon--info .info--area table tr {
    margin-bottom: 18px;
  }
}
.access .access--area .salon--info .info--area table tr th {
  width: 30%;
  margin-right: 15px;
  padding: 8px 12px;
  background-color: #f2f2f2;
  color: #000000;
  font-size: 0.542em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .access .access--area .salon--info .info--area table tr th {
    font-size: 0.35em;
    padding: 6px 8px;
  }
}
@media screen and (max-width: 599px) {
  .access .access--area .salon--info .info--area table tr th {
    width: 19%;
    height: 28px;
    text-align: center;
  }
}
.access .access--area .salon--info .info--area table tr td {
  color: #666666;
  font-size: 0.583em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .access .access--area .salon--info .info--area table tr td {
    font-size: 0.38em;
  }
}
@media screen and (max-width: 599px) {
  .access .access--area .salon--info .info--area table tr td {
    font-size: 0.542em;
  }
}
.access .access--area .salon--info .info--area .train {
  position: relative;
  padding-left: 20px;
  color: #666666;
  font-size: 0.583em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 400;
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  .access .access--area .salon--info .info--area .train {
    padding-left: 17px;
    font-size: 0.36em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .access .access--area .salon--info .info--area .train {
    font-size: 0.58em;
    padding-left: 23px;
  }
}
.access .access--area .salon--info .info--area .train::before {
  position: absolute;
  top: 4.5px;
  left: -2px;
  padding-right: 10px;
  font-family: "Material Icons";
  content: "\e570";
  font-size: 17px;
}
@media screen and (max-width: 900px) {
  .access .access--area .salon--info .info--area .train::before {
    top: -1px;
    left: -3px;
  }
}
@media screen and (max-width: 599px) {
  .access .access--area .salon--info .info--area .train::before {
    font-size: 20px;
    top: 2px;
    left: 1px;
  }
}
.access .access--area .acf-map {
  width: 100%;
  height: 400px;
}
.access .access--area .acf-map img {
  max-width: inherit !important;
}
.access .access--area .google--map {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .access .access--area .google--map {
    margin-bottom: 35px;
  }
}
.access .access--area .google--map .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 46.02%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .access .access--area .google--map .map {
    height: 285px;
  }
}
.access .access--area .google--map .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.access .access--area .google--map p {
  margin-top: 30px;
  color: #000000;
  font-size: 0.542em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .access .access--area .google--map p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.access .access--area .google--map p + a {
  cursor: pointer;
  position: relative;
  padding: 15px 90px 15px 110px;
  border: solid 1px #808080;
  color: #000000;
  font-size: 0.542em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
}
.access .access--area .google--map p + a::before {
  position: absolute;
  top: 15px;
  left: 84px;
  font-family: "Material Icons";
  content: "\e0c8";
  color: #ed1c24;
  font-size: 21px;
}
.access .access--area .google--map p + a::after {
  position: absolute;
  top: 14px;
  right: 10px;
  font-family: "Material Icons";
  content: "\e5cc";
  color: #b3b3b3;
  font-size: 20px;
}
.access .access--area .money--info table {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .access .access--area .money--info table {
    text-align: left;
  }
}
.access .access--area .money--info table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: solid 1px #b3b3b3;
}
.access .access--area .money--info table tr:first-child {
  border-top: solid 1px #b3b3b3;
}
@media screen and (max-width: 599px) {
  .access .access--area .money--info table tr {
    display: block;
  }
}
.access .access--area .money--info table th {
  width: 15%;
  text-align: left;
  color: #000000;
  font-size: 0.542em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .access .access--area .money--info table th {
    width: 29%;
  }
}
@media screen and (max-width: 599px) {
  .access .access--area .money--info table th {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.access .access--area .money--info table td {
  width: 78%;
  color: #4d4d4d;
  font-size: 0.5em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .access .access--area .money--info table td {
    width: 67%;
  }
}
@media screen and (max-width: 599px) {
  .access .access--area .money--info table td {
    display: block;
    width: 100%;
  }
}

/*
info ==========================================================================*/
.info {
  background-color: #ebeef1;
  padding: 100px 0 75px 0;
}
@media screen and (max-width: 900px) {
  .info {
    padding: 60px 0 30px 0;
  }
}
.info .wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  /* アコーディオンメニューここから */
}
@media screen and (max-width: 599px) {
  .info .wrapper {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .info .wrapper h3 {
    margin-bottom: 25px;
  }
}
.info .wrapper .accordion {
  width: 720px;
}
@media screen and (max-width: 1240px) {
  .info .wrapper .accordion {
    width: 600px;
  }
}
@media screen and (max-width: 900px) {
  .info .wrapper .accordion {
    width: 380px;
  }
}
@media screen and (max-width: 599px) {
  .info .wrapper .accordion {
    width: 322px;
    text-align: left;
  }
}
.info .wrapper .accordion .option {
  position: relative;
  margin-bottom: 1em;
}
.info .wrapper .accordion .option .toggle {
  display: none;
}
.info .wrapper .accordion .option .title,
.info .wrapper .accordion .option .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.info .wrapper .accordion .option .title {
  background-color: #ffffff;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 0.583em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
  /* レスポンシブ改行用br */
}
@media screen and (max-width: 900px) {
  .info .wrapper .accordion .option .title {
    padding: 17px 50px 17px 10px;
    font-size: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  .info .wrapper .accordion .option .title {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .info .wrapper .accordion .option .title {
    font-size: 0.542em;
  }
}
.info .wrapper .accordion .option .title span {
  font-size: 12px;
  font-weight: 400;
  margin-right: 45px;
}
@media screen and (max-width: 900px) {
  .info .wrapper .accordion .option .title span {
    font-size: 0.917em;
    margin-right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .info .wrapper .accordion .option .title span {
    font-size: 1em;
    margin-right: 0;
  }
}
.info .wrapper .accordion .option .title::after, .info .wrapper .accordion .option .title::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 22px;
  width: 2px;
  height: 16px;
  background-color: #39abb1;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .info .wrapper .accordion .option .title::after, .info .wrapper .accordion .option .title::before {
    top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .info .wrapper .accordion .option .title::after, .info .wrapper .accordion .option .title::before {
    right: 20px;
    top: 20px;
  }
}
.info .wrapper .accordion .option .title::after {
  transform: rotate(90deg);
}
.info .wrapper .accordion .option .title br {
  display: none;
}
@media screen and (max-width: 599px) {
  .info .wrapper .accordion .option .title br {
    display: block;
  }
}
.info .wrapper .accordion .option .content {
  max-height: 0;
  overflow: hidden;
}
.info .wrapper .accordion .option .content p {
  margin: 0;
  padding: 0 20px 20px;
  background-color: #ffffff;
  color: #4d4d4d;
  font-size: 0.5em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 1240px) {
  .info .wrapper .accordion .option .content p {
    padding: 0 200px 25px 117px;
  }
}
@media screen and (max-width: 599px) {
  .info .wrapper .accordion .option .content p {
    padding: 0 17px 17px 17px;
  }
}
.info .wrapper .accordion .option .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.info .wrapper .accordion .option .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

/*
instagram ==========================================================================*/
.instagram {
  padding: 100px 0 75px 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .instagram {
    padding: 70px 0 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .instagram {
    padding: 50px 0 30px 0;
  }
}
.instagram h3 {
  font-size: 1.75em;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .instagram h3 {
    line-height: 32px;
  }
  .instagram h3 br {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .instagram h3 span {
    font-size: 0.3em;
    margin-left: 0;
  }
}
.instagram .insta--btn {
  position: relative;
}
.instagram .insta--btn::before {
  position: absolute;
  top: 2px;
  left: -102px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/insta-icon.png);
  background-size: contain;
  vertical-align: middle;
  padding-right: 5px;
}
@media screen and (max-width: 1240px) {
  .instagram .insta--btn::before {
    top: 1px;
    left: -105px;
  }
}
@media screen and (max-width: 900px) {
  .instagram .insta--btn::before {
    left: 100px;
  }
}
@media screen and (max-width: 599px) {
  .instagram .insta--btn::before {
    width: 15px;
    height: 15px;
    top: 4px;
    left: -92px;
  }
}
.instagram .insta--btn p {
  padding-left: 25px;
  color: #000000;
  font-size: 0.583em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
  margin-bottom: 65px;
}
@media screen and (max-width: 900px) {
  .instagram .insta--btn p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .instagram .insta--btn p {
    margin-bottom: 17px;
  }
}
.instagram div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.instagram div a {
  display: block;
  width: 230px;
  height: 230px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1240px) {
  .instagram div a {
    width: 190px;
    height: 190px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 900px) {
  .instagram div a {
    width: 122px;
    height: 122px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .instagram div a {
    width: 94px;
    height: 94px;
  }
}
.instagram div a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram .icon--area {
  display: none;
}
@media screen and (max-width: 599px) {
  .instagram .icon--area {
    display: block;
    margin-top: 7px;
    margin: 7px 0 50px 0;
  }
  .instagram .icon--area ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .instagram .icon--area ul li {
    margin-right: 10px;
  }
  .instagram .icon--area ul li:last-child {
    margin-right: 0;
  }
  .instagram .icon--area ul li a img {
    width: 24px;
  }
}

/*
footer ==========================================================================*/
footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 35px;
}
@media screen and (max-width: 900px) {
  footer {
    padding: 25px 28px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    display: block;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 50px;
  }
}
footer .left {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 599px) {
  footer .left {
    justify-content: center;
    margin-bottom: 20px;
  }
}
footer .left img {
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  footer .left img {
    width: 90px;
  }
}
@media screen and (max-width: 599px) {
  footer .left img {
    width: 60px;
    padding-right: 17px;
    border-right: solid 0.7px #e4e4e4;
  }
}
footer .left p {
  color: #000000;
  font-size: 0.75em;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  footer .left p {
    font-size: 0.5em;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 599px) {
  footer .left p {
    font-size: 0.625em;
    letter-spacing: 1px;
    padding-left: 7px;
  }
}
@media screen and (max-width: 599px) {
  footer .right {
    text-align: center;
  }
}
footer .right p {
  color: #b3b3b3;
  font-size: 0.458em;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (max-width: 900px) {
  footer .right p {
    font-size: 0.3em;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 599px) {
  footer .right p {
    font-size: 0.417em;
  }
}

/*
sp用固定フッター ==========================================================================*/
.sp--nav {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp--nav {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  .sp--nav ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: #39abb1;
  }
  .sp--nav ul li {
    width: 15%;
    text-align: center;
    border-right: solid 1px #ffffff;
  }
  .sp--nav ul li:first-child {
    width: 40%;
    background-color: #e28243;
    vertical-align: middle;
  }
  .sp--nav ul li:first-child a {
    font-size: 0.479em;
    padding: 18px 0 0 20px;
  }
  .sp--nav ul li:first-child a::before {
    position: absolute;
    top: 15px;
    left: 23px;
    font-family: "Material Icons";
    content: "\ebcc";
    font-size: 22px;
  }
  .sp--nav ul li:last-child {
    background-color: #ebeef1;
  }
  .sp--nav ul li:last-child a {
    color: #ebeef1;
  }
  .sp--nav ul li:last-child a::before {
    font-size: 35px;
    top: 10px;
    left: 13px;
  }
  .sp--nav ul li a {
    position: relative;
    display: block;
    height: 54px;
    padding: 32px 0 7px 0;
    color: #ffffff;
    font-size: 0.4em;
    font-family: "Noto Sans JP", "sans-serif";
    font-weight: 500;
  }
  .sp--nav ul li a::before {
    position: absolute;
    top: 6px;
    left: 16px;
    font-family: "Material Icons";
    font-size: 24px;
  }
  .sp--nav ul li a.tel::before {
    content: "\e0b0";
  }
  .sp--nav ul li a.access::before {
    content: "\e0c8";
  }
  .sp--nav ul li a.menu::before {
    content: "\e0ee";
  }
  .sp--nav ul li a.arrow::before {
    content: "\e5ce";
    color: #999999;
  }
}/*# sourceMappingURL=style.css.map */