.mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none;
  cursor: pointer;
}
.mobile-menu__btn span {
  display: block;
  height: 2px;
  width: 36px;
  background-color: black;
  margin-bottom: 10px;
  transition: all 0.7s;
}
@media screen and (min-width: 760px) {
  .mobile-menu__btn span {
    height: 2px;
    width: 65px;
    margin-bottom: 20px;
  }
}
.mobile-menu__btn span:nth-child(3) {
  margin-bottom: 0;
}

.menu_open .mobile-menu__btn span {
  background-color: #fff;
}
.menu_open .mobile-menu__btn span:nth-child(1) {
  transform: translateY(12px) rotate(-135deg);
}
.menu_open .mobile-menu__btn span:nth-child(2) {
  transform: translateX(-6px) scale(0);
}
.menu_open .mobile-menu__btn span:nth-child(3) {
  transform: translateY(-12px) rotate(135deg);
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(250, 247, 240, 0.8196078431);
  width: 100%;
  height: 80px;
  z-index: 100;
}
@media screen and (min-width: 760px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__title {
  font-size: 20px;
  display: block;
  color: #4a4947;
  letter-spacing: 0.1em;
  margin-top: 25px;
  margin-left: 20px;
}

.mobile-menu {
  height: 100vh;
  position: absolute;
  width: 70%;
  top: 0;
  right: 0;
  background-color: #cbb180;
  z-index: 8888;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.mobile-menu nav {
  margin: 50px auto;
  padding: 30px;
  vertical-align: bottom;
}
.mobile-menu__item {
  vertical-align: middle;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  transition: all 0.3s;
  opacity: 0;
}
.mobile-menu__icon {
  vertical-align: middle;
  width: 25px;
  display: inline;
  margin-right: 5px;
}
.mobile-menu__label {
  color: #fff;
}
.mobile-menu__btn {
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 9999;
}
@media screen and (min-width: 760px) {
  .mobile-menu__btn {
    top: 52px;
    right: 20px;
  }
}
.mobile-menu details li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  opacity: 0;
}
.mobile-menu details li a {
  color: #fff;
}
.mobile-menu summary {
  position: relative;
  display: block;
  list-style: none;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
  list-style: none;
}
.mobile-menu summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 20px;
  height: 12px;
  width: 2px;
  background-color: #fff;
}
.mobile-menu summary::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 20px;
  height: 12px;
  width: 2px;
  background-color: #fff;
  transform: rotate(90deg);
}
.mobile-menu details[open] summary {
  padding-bottom: 20px;
}
.mobile-menu details[open] summary::after {
  display: none;
}

.accordion-menu-open .accordion-menu {
  border-bottom: none;
}
.accordion-menu-open .accordion-menu li {
  animation: ta-down 0.5s both;
}
.accordion-menu-open .accordion-menu li:nth-child(1) {
  animation-delay: 0.07s;
}
.accordion-menu-open .accordion-menu li:nth-child(2) {
  animation-delay: 0.14s;
}
.accordion-menu-open .accordion-menu li:nth-child(3) {
  animation-delay: 0.21s;
}
.accordion-menu-open .accordion-menu li:nth-child(4) {
  animation-delay: 0.28s;
}
.accordion-menu-open .accordion-menu li:nth-child(5) {
  animation-delay: 0.35s;
}
.accordion-menu-open .accordion-menu li:nth-child(6) {
  animation-delay: 0.42s;
}
.accordion-menu-open .accordion-menu li:nth-child(7) {
  animation-delay: 0.49s;
}
.accordion-menu-open .accordion-menu li:nth-child(8) {
  animation-delay: 0.56s;
}
.accordion-menu-open .accordion-menu li:nth-child(9) {
  animation-delay: 0.63s;
}

.menu_open .mobile-menu__item {
  animation: ta-down 0.5s both;
}
.menu_open .mobile-menu__item:nth-child(1) {
  animation-delay: 0.07s;
}
.menu_open .mobile-menu__item:nth-child(2) {
  animation-delay: 0.14s;
}
.menu_open .mobile-menu__item:nth-child(3) {
  animation-delay: 0.21s;
}
.menu_open .mobile-menu__item:nth-child(4) {
  animation-delay: 0.28s;
}
.menu_open .mobile-menu__item:nth-child(5) {
  animation-delay: 0.35s;
}
.menu_open .mobile-menu__item:nth-child(6) {
  animation-delay: 0.42s;
}
.menu_open .mobile-menu {
  opacity: 1;
  transform: none;
}

.header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 70px;
}
@media screen and (min-width: 760px) {
  .header {
    display: block;
  }
}
.header__wrap {
  width: 100%;
  position: relative;
}
.header h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 10000;
  font-size: 18px;
  display: block;
  letter-spacing: 0.1em;
  color: #4a4947;
}
@media screen and (min-width: 1280px) {
  .header h2 {
    left: 50px;
    font-size: 20px;
  }
}
.header ul {
  display: block;
  text-align: center;
}
.header__link {
  color: #4a4947;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .header__link {
    padding: 20px 60px;
  }
}
.header__link::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: all 0.4s;
}
.header__link:hover:before {
  background: #efd094;
  transform: translate(-50%, 0);
  z-index: -1;
}
.header__link:hover {
  color: #fff;
}

.header__item {
  display: inline-block;
  height: 70px;
}
.header__item ul {
  display: none;
}

.fixed.header, .hover.header {
  position: fixed;
  background: rgba(250, 247, 240, 0.8196078431);
}

.menu-hover.header {
  height: 300px;
  position: fixed;
  background: rgba(250, 247, 240, 0.8196078431);
  transition: all 0.3s;
}
.menu-hover.header .menu-item .header__link:before {
  background: #efd094;
}
.menu-hover.header .menu-item ul {
  display: block;
}
.menu-hover.header .menu-item li:hover a {
  color: #fff;
}

.menu-item {
  position: relative;
}
.menu-item ul {
  position: absolute;
  top: 70px;
  left: -43px;
  width: 200px;
}
@media screen and (min-width: 1280px) {
  .menu-item ul {
    left: 0;
  }
}
.menu-item li {
  padding: 10px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.menu-item li::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.6s;
  z-index: -1;
}
.menu-item li:hover:before {
  background: #efd094;
  transform: translateX(0);
  z-index: -1;
}
.menu-item li:first-child {
  margin-top: 10px;
}
.menu-item li a {
  color: #4a4947;
}

.inview {
  animation: ta-up 1.5s ease both;
}

.animation {
  opacity: 0;
}

@keyframes ta-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes ta-down {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Prata", serif;
}

#container {
  position: relative;
  height: 100%;
}

.section-title {
  text-align: center;
  font-size: 26px;
  color: #937218;
  margin: 30px 0;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (min-width: 760px) {
  .section-title {
    font-size: 30px;
  }
}
.section-title::after {
  content: " ";
  width: 20px;
  background: #898458;
  height: 1px;
  display: block;
  margin: 10px auto;
}
@media screen and (min-width: 760px) {
  .section-title::after {
    width: 34px;
  }
}

.footer {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #525146;
}
@media screen and (min-width: 760px) {
  .footer {
    height: 180px;
  }
}
.footer__inner {
  height: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 10px 20px;
}
.footer h4 {
  color: #faf7f0;
  margin-top: 10px;
}
.footer__txt {
  margin-top: 10px;
}
.footer span {
  display: block;
  color: #faf7f0;
}
.footer a {
  color: #faf7f0;
  background: url(../../../images/icon/footer-icon.png) no-repeat left center;
  background-size: 20px;
  padding: 20px;
  -webkit-text-decoration: underline #898458;
          text-decoration: underline #898458;
}
.footer__copy {
  color: #faf7f0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.label-title {
  margin-bottom: 30px;
  background-color: rgba(205, 179, 119, 0.9215686275);
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 760px) {
  .label-title {
    font-size: 30px;
  }
}

.font-c {
  font-weight: bold;
  line-height: 1.7em;
}

.font-size-16-18, .about__txt, .news__link, .salon__item, .footer h4, .footer span, .footer a {
  font-size: 16px;
}
@media screen and (min-width: 760px) {
  .font-size-16-18, .about__txt, .news__link, .salon__item, .footer h4, .footer span, .footer a {
    font-size: 18px;
  }
}

.font-size-14-16, .footer__copy {
  font-size: 14px;
}
@media screen and (min-width: 760px) {
  .font-size-14-16, .footer__copy {
    font-size: 16px;
  }
}

.tel-banner {
  margin: 50px auto;
  max-width: 600px;
}
@media screen and (min-width: 760px) {
  .tel-banner {
    padding: 0 30px;
    max-width: 700px;
  }
}
.tel-banner img {
  border: 1px solid #dbdbdb;
  height: 90px;
  width: 100%;
}

.top__main {
  background-image: url("images/home-s.jpg");
  background-size: cover;
  margin-top: 80px;
  height: 420px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .top__main {
    background-image: url("images/home-m.jpg");
  }
}
@media screen and (min-width: 760px) {
  .top__main {
    height: 540px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .top__main {
    background-image: url("images/home-l.jpg");
    height: 100vh;
    margin-top: 0;
  }
}

.about {
  text-align: center;
  line-height: 2.5;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 370px;
}
@media screen and (min-width: 760px) {
  .about {
    max-width: 560px;
  }
}
.about__txt {
  color: #937218;
}

.col {
  margin: 0 auto;
  max-width: 370px;
}
@media screen and (min-width: 600px) {
  .col {
    max-width: 530px;
  }
}
@media screen and (min-width: 760px) {
  .col {
    max-width: 850px;
  }
}
.col__item {
  margin-bottom: 80px;
  height: 289px;
  text-align: center;
  background-color: #fff;
  border-radius: 5%;
  overflow: hidden;
  border: 1px solid #c9c5c5;
  box-shadow: 3px 5px 1px rgba(0, 0, 0, 0.0901960784);
  margin-top: 30px;
}
.col__link img {
  height: 230px;
}
@media screen and (min-width: 600px) {
  .col__link img {
    width: 350px;
  }
}
.col__text {
  padding-top: 15px;
  color: #937218;
}
.col__text:hover {
  color: rgba(147, 114, 24, 0.5803921569);
  text-decoration: underline;
}
.col__text::before {
  content: " ";
  height: 1px;
  width: 15px;
  background-color: #937218;
  display: inline-block;
  margin: 0 8px 5px 0;
}
.col__text::after {
  content: " ";
  height: 1px;
  width: 15px;
  background-color: #937218;
  display: inline-block;
  margin: 0 0 5px 8px;
}

.news {
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .news {
    max-width: 800px;
  }
}
.news__main {
  padding: 0 30px;
}
.news__item {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
}
.news__item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.news__link {
  color: #898458;
}
.news__link .data {
  display: block;
  margin-bottom: 10px;
}

.arrow .view {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-right: 20px;
}
.arrow .view-all {
  font-size: 14px;
  color: #898458;
}
@media screen and (min-width: 600px) {
  .arrow .view-all {
    font-size: 16px;
  }
}
.arrow .arrow-right {
  margin-left: 10px;
  margin-top: 8px;
  height: 10px;
  width: 40px;
}
@media screen and (min-width: 760px) {
  .arrow .arrow-right {
    height: 12px;
    width: 42px;
  }
}

.salon {
  color: #898458;
  margin: 0 auto;
  padding-bottom: 180px;
  max-width: 370px;
}
@media screen and (min-width: 760px) {
  .salon {
    max-width: 800px;
    padding-bottom: 200px;
  }
}
.salon__item {
  display: flex;
  padding: 0 5px;
  margin: 20px auto;
  line-height: 2.5;
}
@media screen and (min-width: 760px) {
  .salon__item {
    padding: 0 117px;
  }
}
.salon dt {
  min-width: 65px;
  margin-right: 60px;
}
@media screen and (min-width: 760px) {
  .salon dt {
    min-width: 106px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 80%;
  height: 100%;
}

@media screen and (min-width: 600px) {
  .swiper-scrollbar {
    display: none;
  }
}

.margin {
  margin-bottom: 100px;
}

.swiper-button-prev {
  position: absolute;
  top: 370px;
  left: 0;
  display: none;
}
@media screen and (min-width: 600px) {
  .swiper-button-prev {
    display: block;
  }
}

.swiper-button-next {
  position: absolute;
  top: 370px;
  right: 0;
  display: none;
}
@media screen and (min-width: 600px) {
  .swiper-button-next {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */