@charset "UTF-8";
/*セクショントップ*/
.section-top .section-top_image {
  background-image: url("../image/top/top.jpg");
  background-size: cover;
  width: auto;
  height: 530px;
}
@media (min-width: 1100px) {
  .section-top .section-top_image {
    height: 750px;
  }
}
.section-top .section-top_image .section-top_title {
  position: relative;
  top: 180px;
}
@media (min-width: 1100px) {
  .section-top .section-top_image .section-top_title {
    top: 325px;
  }
}
.section-top .section-top_image .section-top_title img {
  width: 150px;
}
@media (min-width: 1100px) {
  .section-top .section-top_image .section-top_title img {
    width: 200px;
  }
}
.section-top .section-top_image .section-top_title p {
  color: #fff;
  font-family: "Montserrat";
}
@media (min-width: 1100px) {
  .section-top .section-top_image .section-top_title p {
    font-size: 2rem;
    line-height: 150%;
    margin-top: 10px;
  }
}
.section-top .section-top_discription {
  padding: 40px 16px;
}
.section-top .section-top_discription h2 {
  font-family: "Oleo Script";
  font-size: 2.5rem;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
}
.section-top .section-top_discription h2 span {
  font-size: 2rem;
  letter-spacing: 0px;
}
.section-top .section-top_discription p {
  line-height: 200%;
}
.section-top .section-top_discription p span {
  font-family: "Shippori Mincho";
  font-size: 2rem;
}
.section-top .section-top_discription .salon-image {
  margin: 24px auto;
  width: 209px;
  height: 227px;
}
.section-top .section-top_discription .salon-image img {
  border-radius: 500px 500px 0px 0px;
  background: url(<path-to-image>) lightgray -96.607px -8px/155.593% 103.524% no-repeat;
}

/*セクションgallery*/
.section-gallery {
  padding: 40px 16px;
}
.section-gallery .insta-link_top {
  display: flex;
  align-items: center;
  max-width: 311px;
}

/*セクションmenu*/
.section-menu {
  padding: 40px 16px;
}
.section-menu ul {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.section-menu ul li {
  margin-right: 48px;
}
.section-menu ul li img {
  width: 120px;
}
.section-menu ul li p {
  font-size: 1.2rem;
  font-family: "Montserrat";
  padding-top: 16px;
  font-weight: 400;
}
.section-menu ul li p span {
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}
.section-menu ul li:last-child {
  margin-right: 0px;
}
.section-menu .section-menu_group2 {
  margin-bottom: 0px;
}

/*セクションreserve*/
.section-reserve {
  padding: 40px 16px 60px;
}
.section-reserve .section-reserve_bold {
  font-weight: 600;
  margin-bottom: 22.5px;
}
.section-reserve .section-reserve_discription {
  margin-bottom: 40px;
}
.section-reserve p {
  text-align: left;
}
.section-reserve p span a {
  text-decoration: none;
  text-decoration-line: underline;
  color: #5c5343;
  font-weight: 750;
}

.media-grid .media-list-item.no-border .thumbnail {
  pointer-events: none !important;
}

.insta {
  position: relative;
  margin-top: 20px;
}

.insta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
}

@media (min-width: 1100px) {
  .h2-top {
    text-align: center;
  }
}

.contents-inner {
  width: 375px;
  margin: 0 auto;
}/*# sourceMappingURL=top.css.map */