@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Cormorant-SemiBold";
  src: url("../fonts/Cormorant-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url("../fonts/ZenOldMincho-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url("../fonts/ZenOldMincho-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url("../fonts/ZenOldMincho-SemiBold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/* animation
例）animation: fadedown .5s ease-in-out;
遅延）animation-delay: 0.5s;
最後の状態維持）animation-fill-mode: forwards;
------------------------------------ */
@keyframes fadedown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes grad-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(var(--amp));
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -90px auto 0;
  padding-top: 90px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 100px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-bg {
  position: relative;
}
.com-bg::before {
  content: "";
  width: 62.5%;
  height: 100px;
  background: #f8f8f8;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.com-box {
  width: 59.9%;
  margin-left: auto;
  padding: 65px 50px 80px;
  background: #333333;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  color: #333333;
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link .sm {
  font-size: 1.2rem;
}
.com-tel-link .num {
  font-size: 2.2rem;
}
.com-tel-note {
  display: block;
  margin-top: 6px;
  text-align: right;
}

.news-post {
  width: 100%;
  max-width: 740px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
.news-post-link {
  display: block;
  padding: 20px 50px 20px 0;
  background: url(../img/top/news-post-arw.png) no-repeat 100% center;
}
.news-post-flx {
  margin: 20px auto 0;
}
.news-post-time {
  font-family: "Cormorant-SemiBold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #8c8c8c;
  line-height: 1.3;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 25px;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin: 0 15px 0 0;
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.news-post-ttl {
  letter-spacing: 0.1em;
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 14px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  display: flex;
  width: 100%;
  min-height: 116px;
  padding: 0 34px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  background: url(../img/menu/arw-down.png) no-repeat right 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-position-y: 60%;
  }
}
.com-tag-link.left {
  padding-left: 11px;
  padding-right: 60px;
  text-align: left;
  align-items: flex-start;
}
.com-tag-link.left p {
  letter-spacing: 0.1em;
}
.com-tag-en {
  font-family: "Cormorant-SemiBold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  color: #8c8c8c;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tag-en {
    font-size: 2rem;
  }
}
.com-tag-ja {
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-tag-ja {
    font-size: 1.5rem;
  }
}

/* =========================================

  main layout  all

========================================= */
/* top-news  PC
------------------------------------ */
#top-news {
  position: relative;
}
#top-news::before {
  content: "";
  width: 62.5%;
  height: 100px;
  background: #f8f8f8;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#top-news .news-btn {
  margin-top: 210px;
}

/* top-greeting  PC
------------------------------------ */
#top-greeting {
  position: relative;
}
#top-greeting::before {
  content: "";
  width: 62.5%;
  height: 400px;
  background: #f8f8f8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#top-greeting .greeting-inner {
  position: relative;
}
#top-greeting .greeting-ttl-en {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  #top-greeting .greeting-ttl-en {
    font-size: 5rem;
  }
}
#top-greeting .greeting-img {
  width: 78.125%;
  height: 650px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #top-greeting .greeting-img {
    left: 0;
    top: 0;
    z-index: -1;
  }
}
#top-greeting .greeting-txt-box {
  margin-top: 35px;
}
#top-greeting .greeting-txt-box p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-greeting .greeting-txt-box p {
    font-size: 1.5rem;
  }
}
#top-greeting .greeting-btn {
  margin-top: 50px;
}

/* com-bnr  PC
------------------------------------ */
.com-bnr .bnr-list-item {
  width: 50%;
}
.com-bnr .bnr-list-link {
  display: block;
  padding: 170px 0 180px;
  outline: 1px solid #fff;
  outline-offset: -11px;
}
.com-bnr .bnr-list-link-menu {
  background: url(../img/top/top_bnr-menu-bg.jpg) no-repeat center/cover;
}
.com-bnr .bnr-list-link-stylist {
  background: url(../img/top/top_bnr-stylist-bg.jpg) no-repeat center/cover;
}
.com-bnr .bnr-list-link-style {
  background: url(../img/stylist/top_bnr-style-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .com-bnr .bnr-list-link:hover {
    outline-offset: -5px;
    opacity: 1;
  }
}
.com-bnr .bnr-list-ttl {
  text-align: center;
}
.com-bnr .bnr-list-ttl-ja {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-list-ttl-ja {
    font-size: 1.5rem;
  }
}

/* top-style  PC
------------------------------------ */
#top-style {
  position: relative;
}
#top-style::before {
  content: "";
  width: 62.5%;
  height: 400px;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#top-style .style-ttl {
  display: flex;
  align-items: center;
  position: relative;
}
#top-style .style-ttl::before {
  content: "";
  width: 640px;
  height: 1px;
  margin: auto;
  background: #d9d9d9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
#top-style .style-ttl-en {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  #top-style .style-ttl-en {
    font-size: 5rem;
  }
}
#top-style .style-ttl-ja {
  margin: 0 0 0 20px;
}
#top-style .style-flx {
  margin: 5px auto 0;
}
#top-style .style-txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top-style .style-txt {
    font-size: 1.5rem;
  }
}
#top-style .style-btn {
  flex-shrink: 0;
}
#top-style .wrap {
  margin: 45px auto 0;
}
#top-style .swiper-wrapper {
  transition-timing-function: linear !important;
}
#top-style .swiper-container {
  overflow: hidden;
}
#top-style .swiper-slide {
  width: 21.875%;
  height: 21.875%;
}
#top-style .swiper-slide-img {
  width: 100%;
  height: 0;
  padding-top: 133.3%;
  position: relative;
}

/* top-information  PC
------------------------------------ */
#top-information {
  position: relative;
}
#top-information::before {
  content: "";
  width: 62.5%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #top-information .information-inner {
    height: 650px;
  }
}
#top-information .information-con {
  width: 100%;
  max-width: 565px;
  margin-left: auto;
}
#top-information .information-img {
  width: 46.25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#top-information .information-list {
  margin-top: 40px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#top-information .information-list li:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
#top-information .information-list-link {
  display: flex;
  padding: 40px 0;
  background: url(../img/top/news-post-arw.png) no-repeat right center;
  align-items: center;
}
#top-information .information-list-ttl {
  line-height: 1;
}
#top-information .information-list-ttl-en {
  font-family: "Cormorant-SemiBold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  color: #8c8c8c;
}
@media screen and (max-width: 768px) {
  #top-information .information-list-ttl-en {
    font-size: 2rem;
  }
}
#top-information .information-list-ttl-ja {
  margin-left: 12px;
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #top-information .information-list-ttl-ja {
    font-size: 1.5rem;
  }
}

/* top-calendar  PC
------------------------------------ */
#top-calendar {
  position: relative;
}
#top-calendar::before {
  content: "";
  width: 62.5%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#top-calendar .calendar-iframe {
  margin: 40px auto 0;
  text-align: center;
}
#top-calendar .calendar-iframe-wrap {
  width: 100%;
  max-width: 950px;
  margin: -50px auto 0;
  padding: 50px 50px 15px;
  background-color: #fff;
}
#top-calendar .calendar-iframe iframe {
  width: 100%;
}
#top-calendar .calendar-btn {
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top-calendar .calendar-btn {
    font-size: 1.5rem;
  }
}
#top-calendar .calendar-btn-wrap {
  margin-top: 15px;
  text-align: right;
}
#top-calendar .calendar-ttl-en {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  #top-calendar .calendar-ttl-en {
    font-size: 5rem;
  }
}

/* com-reserve  PC
------------------------------------ */
.com-reserve {
  background: url(../img/top/com_cta-bg.jpg) no-repeat center/cover;
}
.com-reserve .reserve-ttl {
  padding-bottom: 23px;
  border-bottom: 1px solid #d9d9d9;
}
.com-reserve .reserve-ttl-en {
  font-size: 10rem;
  color: #b93630;
}
@media screen and (max-width: 768px) {
  .com-reserve .reserve-ttl-en {
    font-size: 5rem;
  }
}
.com-reserve .reserve-ttl-ja {
  color: #1c1b1b;
}
.com-reserve .reserve-con {
  display: inline-block;
  text-align: center;
}
.com-reserve .reserve-tel {
  display: inline-block;
  margin: 46px auto 0;
}
.com-reserve .reserve-tel .num {
  font-size: 3.2rem;
}
.com-reserve .reserve-list {
  margin: 26px auto 0;
}
.com-reserve .reserve-list-item:nth-of-type(n+2) {
  margin-left: 20px;
}
.com-reserve .reserve-list-link {
  width: 200px;
  height: 60px;
  border-color: #333333;
}
.com-reserve .reserve-list-link02 {
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.5rem;
}

/* =========================================

  sub layout  all

========================================= */
/* concept  PC
------------------------------------ */
#concept .about {
  position: relative;
}
@media screen and (min-width: 768px) {
  #concept .about-img {
    width: 50%;
    height: 650px;
    position: absolute;
    top: 50px;
    right: 0;
  }
}
#concept .about-box {
  max-width: 730px;
  padding: 68px 0 70px;
  background: #fff;
  position: relative;
  z-index: 1;
}
#concept .about-box-ttl {
  line-height: 1;
}
#concept .about-box-ttl-en {
  font-family: "Cormorant-SemiBold", sans-serif;
  font-size: 10rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #concept .about-box-ttl-en {
    font-size: 5rem;
  }
}
#concept .about-box-ttl-en .ac {
  margin-left: 13px;
  font-size: 9.5rem;
  font-family: "ZenOldMincho-Regular", sans-serif;
  color: #b93630;
}
@media screen and (max-width: 768px) {
  #concept .about-box-ttl-en .ac {
    font-size: 4.75rem;
  }
}
#concept .about-box-ttl-en .sm {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #concept .about-box-ttl-en .sm {
    font-size: 2rem;
  }
}
#concept .about-box-ttl-ja {
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #concept .about-box-ttl-ja {
    font-size: 1.5rem;
  }
}
#concept .about-txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #concept .about-txt {
    font-size: 1.5rem;
  }
}
#concept .about-txt-box {
  margin-top: 35px;
}
#concept .features::before {
  height: 100%;
}
#concept .features .inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
#concept .features-list {
  margin: 40px auto 0;
}
#concept .features-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#concept .features-list-item:nth-of-type(2n) .features-img {
  text-align: right;
}
#concept .features-list-item:nth-of-type(2n) .features-box {
  margin-left: 0;
  margin-right: auto;
  padding-right: 48px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  #concept .features-list-item:nth-of-type(2n) .features-box-txt {
    width: 680px;
  }
}
#concept .features-box {
  margin-top: -210px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #concept .features-box {
    width: 62.5%;
    min-width: 765px;
  }
}
#concept .features-box-txt {
  margin-top: 22px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
}
#concept .features .white .com-ttl01-en {
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  #concept .features .white .com-ttl01-en {
    font-size: 4rem;
  }
}

/* stylist  PC
------------------------------------ */
#stylist .com-stylist {
  margin: 40px auto 0;
}
#stylist .com-stylist li:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#stylist .stylist::before {
  height: 100%;
}
#stylist .stylist-flx {
  display: flex;
  justify-content: space-between;
}
#stylist .stylist-flx-img {
  width: 400px;
  height: 532px;
  position: relative;
}
#stylist .stylist-flx-contents {
  width: 100%;
  max-width: 640px;
}
#stylist .stylist-flx-dl {
  margin-top: 30px;
}
#stylist .stylist-flx-dl div:nth-of-type(n+2) {
  margin-top: 27px;
}
#stylist .stylist-flx-dl dt {
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #stylist .stylist-flx-dl dt {
    font-size: 1.5rem;
  }
}
#stylist .stylist-flx-dl dd {
  margin-top: 12px;
  font-size: 1.5rem;
  line-height: 1.66;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #stylist .stylist-flx-dl dd {
    font-size: 1.5rem;
  }
}
#stylist .stylist-flx-comment {
  margin: 30px auto 0;
  padding: 12px 20px;
  background: #f8f8f8;
  font-size: 1.5rem;
  line-height: 1.66;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #stylist .stylist-flx-comment {
    font-size: 1.5rem;
  }
}
#stylist .stylist .stylist-flx-comment {
  background-color: #ffffff;
}

/* menu  PC
------------------------------------ */
#menu .menu-txt {
  margin-top: -30px;
  text-align: right;
}
#menu .menu-flx {
  margin: 40px auto 0;
}
#menu .menu-flx-con {
  width: 100%;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  #menu .menu-flx-con-ttl {
    white-space: nowrap;
  }
}
#menu .menu-flx-con-txt {
  margin-top: 23px;
}
#menu .menu-list {
  width: 100%;
  max-width: 900px;
  margin: 90px auto 0;
}
#menu .menu-list-item:nth-of-type(n+2) {
  margin: 70px auto 0;
}
#menu .menu-list-img {
  width: 100%;
  height: 0;
  margin: 30px auto 0;
  padding-top: 47.7%;
  position: relative;
}
#menu .menu-list-table {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}
#menu .menu-list-table tr {
  border-bottom: 1px solid #d9d9d9;
}
#menu .menu-list-table tr:first-of-type {
  border-top: 1px solid #d9d9d9;
}
#menu .menu-list-table th, #menu .menu-list-table td {
  padding: 11px 0;
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.66;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #menu .menu-list-table th, #menu .menu-list-table td {
    font-size: 1.5rem;
  }
}
#menu .menu-list-table th {
  width: 75%;
}
#menu .menu-list-table td {
  width: 25%;
  text-align: right;
}
#menu .menu-list-table-note {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
#menu .menu-list-txt {
  margin: 30px auto 0;
  padding: 25px 30px;
  background: #f8f8f8;
  white-space: pre-line;
}
#menu .treat::before {
  height: 100%;
}
#menu .treat-tag {
  margin: 50px auto 0;
}
#menu .treat-list {
  width: 100%;
  max-width: 900px;
  margin: 90px auto 0;
}
#menu .treat-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
#menu .treat-menu {
  width: 100%;
  max-width: 800px;
  margin: 25px auto 0;
}
#menu .treat-menu li:nth-of-type(n+2) {
  margin-top: 45px;
}
#menu .treat-menu-ttl {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#menu .treat-menu-ttl-name, #menu .treat-menu-ttl-price {
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #menu .treat-menu-ttl-name, #menu .treat-menu-ttl-price {
    font-size: 1.5rem;
  }
}
#menu .treat-menu-ttl-name {
  width: 75%;
}
#menu .treat-menu-ttl-price {
  width: 25%;
  text-align: right;
}
#menu .treat-menu-txt {
  margin: 10px auto 0;
  padding: 15px 20px;
  background: #fff;
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#menu .item-list {
  display: flex;
  margin: 45px auto 0;
  flex-wrap: wrap;
}
#menu .item-list-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #menu .item-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #menu .item-list-item:nth-of-type(n+4) {
    margin-top: 35px;
  }
}
#menu .item-list-link {
  display: block;
}
@media screen and (min-width: 768px) {
  #menu .item-list-link:hover {
    opacity: 1;
  }
  #menu .item-list-link:hover .item-list-img::before {
    right: 15px;
  }
}
#menu .item-list-img {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
#menu .item-list-img::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/menu/arw-right.png) no-repeat center/contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  transition: all 0.3s ease;
}
#menu .item-list-ttl {
  margin: 13px auto 0;
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
}

/* style  PC
------------------------------------ */
#style .com-tag {
  margin: 40px auto 0;
}
#style .com-tag-link {
  background-image: url(../img/menu/arw-right.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#style .style-list {
  display: flex;
  margin: 50px auto 0;
  flex-wrap: wrap;
}
#style .style-list-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #style .style-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #style .style-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#style .style-list-img {
  width: 100%;
  height: 0;
  padding-top: 132.9%;
  position: relative;
}
#style .style-list-ttl {
  margin: 13px auto 0;
}

/* recruit  PC
------------------------------------ */
#recruit .recruit {
  background: url(../img/recruit/recruit_img.jpg) no-repeat calc(50% + 481px) bottom;
}
#recruit .recruit-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #recruit .recruit-box {
    max-width: 730px;
    background: #fff;
    padding: 70px 0;
  }
}
#recruit .recruit-txt {
  font-size: 1.5rem;
  line-height: 1.6;
}
#recruit .recruit-txt-box {
  margin-top: 30px;
}
#recruit .job::before {
  height: 100%;
}
#recruit .job-table {
  margin: 40px auto 0;
}
#recruit .job-ja {
  margin-top: 20px;
}
#recruit .reserve {
  background: url(../img/recruit/recruit_cta-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #recruit .reserve-inner {
    padding-right: 120px;
    display: flex;
    justify-content: flex-end;
  }
}

/* salon  PC
------------------------------------ */
#salon .salon::before {
  height: 50px;
}
#salon .salon-table {
  margin: 40px auto 0;
}
#salon .access::before {
  height: 100%;
}
#salon .access-flx {
  margin: 43px auto 0;
}
@media screen and (min-width: 768px) {
  #salon .access-map {
    max-width: 650px;
  }
}
#salon .access-dl {
  width: 100%;
  max-width: 390px;
}
#salon .access-dl div {
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
}
#salon .access-dl div:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
#salon .access-dl dt {
  font-family: "Cormorant-SemiBold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  color: #8c8c8c;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #salon .access-dl dt {
    font-size: 2rem;
  }
}
#salon .access-dl span {
  display: inline-block;
  color: #1c1b1b;
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #salon .access-dl span {
    font-size: 1.5rem;
  }
}
#salon .access-dl .ml {
  margin-left: 23px;
}
#salon .access-dl .mt {
  display: block;
  margin-top: 10px;
}
#salon .access-dl dd {
  margin-top: 15px;
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #salon .access-dl dd {
    font-size: 1.5rem;
  }
}
#salon .gallery::before {
  height: 400px;
  right: auto;
  left: 0;
}
#salon .gallery-list {
  display: flex;
  margin: 50px auto 0;
  flex-wrap: wrap;
}
#salon .gallery-list-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #salon .gallery-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #salon .gallery-list-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
#salon .gallery-list-img {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}

/* news  PC
------------------------------------ */
#news .com-tag-link {
  min-height: 70px;
  padding: 15px 34px;
}
#news .com-ttl02 {
  padding-bottom: 5px;
  line-height: 2;
}
#news .com-news-item:nth-of-type(n+2) {
  margin: 100px auto 0;
}
#news .com-news-link {
  padding: 0;
}/*# sourceMappingURL=all.css.map */