@charset "UTF-8";
/*===
  #common
  ===*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  background-color: #F0EDE2;
}

.insta-icon {
  width: 30px;
  height: 30px;
}

.line-icon {
  width: 30px;
  height: 30px;
}

.hot-icon {
  width: 70px;
  height: 30px;
}

.container {
  padding: 60px 120px;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 30px 20px;
  }
}

.util-ttl {
  text-align: center;
  font-size: 32px;
  color: #B2978E;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .util-ttl {
    font-size: 24px;
    color: #333;
  }
}

.header {
  background-color: #C2D1B2;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.header-inner {
  padding: 1em 20px;
  align-items: center;
  position: relative;
}

.header-left {
  text-align: center;
}

.header-left h1 img {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .header-left h1 img {
    width: 80px;
  }
}

.header-right {
  margin: 0 auto;
}

.header-lists {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.header-list + .header-list {
  margin-left: 20px;
}

.header-list-link {
  position: relative;
  display: inline-block;
  color: #c39143;
  font-size: 18px;
}

.header-list-link::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  transition: .3s;
}

.header-list-link:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.main {
  overflow: hidden;
}

.mainvisual {
  background: url(../img/n-salone5.jpg) center center/cover no-repeat;
  height: 100vh;
  width: 100%;
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    margin-top: 50px;
    height: 500px;
  }
}

.about {
  background: url(../img/salonen-background.jpg) center center/cover no-repeat;
}

.about-inner {
  max-width: 800px;
  margin: 30px auto 0;
  background-color: #fafafa;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .about-inner {
    padding: 40px 20px;
  }
}

.about-txt {
  font-size: 22px;
  line-height: 2;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 767px) {
  .about-txt {
    font-size: 16px;
    text-align: left;
  }
}

.about-imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .about-imgs {
    display: block;
    text-align: center;
  }
}

.about-imgs img {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .about-imgs img {
    margin-top: 10px;
  }
}

.sinsei {
  background-color: whitesmoke;
  padding-top: 60px;
}

.sinsei-inner {
  padding: 60px 0;
}

.sinsei-ttl {
  padding: 2rem 0;
  color: gray;
}

.sinsei-ttl::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 40px;
  /*画像の幅*/
  height: 50px;
  /*画像の高さ*/
  background-image: url(../img/before.png);
  background-size: contain;
  vertical-align: middle;
}

.sinsei-ttl::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 40px;
  /*画像の幅*/
  height: 50px;
  /*画像の高さ*/
  background-image: url(../img/after.png);
  background-size: contain;
  vertical-align: middle;
}

.sinsei-items {
  width: 80%;
}

.sinsei .shouken {
  background: url(../img/concept1.jpg) center center/cover no-repeat;
  height: auto;
  z-index: 5;
}

.sinsei .chousa {
  background: url(../img/concept2.jpg) center center/cover no-repeat;
  height: auto;
  z-index: 4;
}

.sinsei .shorui {
  background: url(../img/concept3.jpg) center center/cover no-repeat;
  height: auto;
}

.sinsei .sekou {
  background: url(../img/concept4.jpg) center center/cover no-repeat;
  height: auto;
}

.sinsei .left {
  margin-right: auto;
}

.sinsei .right {
  margin-left: auto;
}

.sinsei-item {
  height: auto;
  padding: 60px 30px;
  margin-top: -20px;
}

.sinsei-item-nb {
  text-align: center;
  font-size: 40px;
  display: flex;
  align-items: center;
  color: #B2978E;
}

@media screen and (max-width: 767px) {
  .sinsei-item-nb {
    font-size: 24px;
  }
}

.sinsei-item-nb::before, .sinsei-item-nb::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.sinsei-item-nb::before {
  margin-right: 1rem;
}

.sinsei-item-nb::after {
  margin-left: 1rem;
}

.sinsei-item dl {
  margin-top: 20px;
}

.sinsei-item dl dt {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .sinsei-item dl dt {
    font-size: 24px;
  }
}

.sinsei-item dl dd {
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .sinsei-item dl dd {
    font-size: 18px;
    margin-top: 20px;
  }
}

.yakusou {
  padding-top: 20px;
}

.price {
  background-color: #fff;
}

.price-inner {
  background-color: #C2D1B2;
  outline: 3px solid #C2D1B2;
  outline-offset: 5px;
  margin: 60px auto 0;
  padding: 60px;
  max-width: 800px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .price-inner {
    padding: 40px 10px;
    margin-top: 40px;
  }
}

.price-comment {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #505050;
  border-radius: 3px 0 3px 0;
  color: #B2978E;
}

@media screen and (max-width: 767px) {
  .price-comment {
    font-size: 20px;
  }
}

.price-comment::before, .price-comment::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #505050;
  border-radius: 50%;
}

.price-comment::after {
  top: -12px;
  left: -12px;
}

.price-comment::before {
  bottom: -12px;
  right: -12px;
}

.price-setumeis {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .price-setumeis {
    display: block;
    padding: 0 30px;
  }
}

.price-setumei {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 10px;
  background-color: #c39143;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}

.price-setumei + .price-setumei {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .price-setumei + .price-setumei {
    margin-left: 0;
    margin-top: 10px;
  }
}

.price-open {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding: 0.25em 0;
}

@media screen and (max-width: 767px) {
  .price-open {
    font-size: 16px;
  }
}

.price-open::after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #ffba73, #ffb2b2);
  background: linear-gradient(to right, #ffba73, #ffb2b2);
  margin-top: 5px;
}

.price-menus {
  padding: 30px 60px;
  margin-top: 20px;
  background-color: #fafafa;
}

@media screen and (max-width: 767px) {
  .price-menus {
    padding: 20px 10px;
  }
}

.price-menus dl {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  margin-top: 20px;
  border-bottom: 1px dashed #333;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .price-menus dl {
    margin-left: 0;
  }
}

.price-menus dl dt {
  margin-bottom: 5px;
}

.price-menus dl dd span {
  display: block;
  margin: 5px 0;
  text-align: right;
}

.price-care {
  font-size: 18px;
  margin-top: 25px;
}

.price-txt {
  margin-top: 10px;
  margin-left: 30px;
}

.price-set {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}

.price-set-txt {
  font-size: 18px;
  margin-top: 10px;
}

.access {
  background: url(../img/salonenbackground1.jpg) center center/cover no-repeat;
}

.access-inner {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .access-inner {
    margin-top: 40px;
    padding: 30px 10px;
  }
}

.access-inner dl {
  display: flex;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
}

@media screen and (max-width: 767px) {
  .access-inner dl {
    display: block;
    padding-bottom: 10px;
  }
}

.access-inner dl dt {
  margin-left: 10px;
  width: 230px;
  color: gray;
}

.access-inner dl dd {
  width: 570px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .access-inner dl dd {
    margin: 10px 0 0 20px;
    width: auto;
  }
}

.access-flex {
  display: flex;
}

.access-flex a {
  margin-right: 20px;
}

.footer {
  background: #C2D1B2;
}

.footer-txt {
  text-align: center;
  color: #333;
  padding: 2rem;
}
