@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.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;
}

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

.target {
  scroll-margin-top: 120px; /* ヘッダーの高さ分 */
}

.nowrap {
  white-space: nowrap;
}

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

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 34px;
  }
}
.com-txt .marker {
  background: linear-gradient(transparent 70%, rgba(255, 188, 188, 0.4) 70%);
}

.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;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

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

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #ffffff;
  background-size: clamp(48px, 65%, 280px);
}

/*  共通パーツ
------------------------------------ */
.com-tag {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-wrap {
  margin: 38px auto 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #d5b69a;
  line-height: 1.3;
}
.com-tag-ttl {
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .com-tag-ttl {
    font-size: 1.5rem;
  }
}
.com-tag-ttl {
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}
.com-tag-ttl::before, .com-tag-ttl::after {
  content: "";
  width: 380px;
  height: 1px;
  background: #d5b69a;
}
.com-tag-ttl::before {
  margin-right: 25px;
}
.com-tag-ttl::after {
  margin-left: 25px;
}
.com-tag-item {
  margin: 0 10px 10px 0;
}
.com-tag-link {
  padding: 8px 41px;
  border-radius: 999px;
  background: #735047;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}

.com120 {
  padding-bottom: 120px;
}

.com-box01 {
  border-radius: 0 80px 0 80px;
  border: 1px solid #735047;
}

.com-bg01 {
  background: #fcf4ed;
}
.com-bg01-box {
  width: 89.6%;
  min-width: 1200px;
  max-width: 1720px;
  margin: auto;
  padding: 80px 0 100px;
  background: #fff;
  border-radius: 80px 80px 0 0;
}
.com-bg01-box.radius {
  border-radius: 0 80px 0 80px;
}
.com-bg02 {
  background: url(../img/about/com-leaf.png) no-repeat calc(50% + 696px) 36px;
}
@media screen and (min-width: 1921px) {
  .com-bg02 {
    background-position-x: right;
  }
}

.com-mail {
  display: flex;
  width: 200px;
  height: 45px;
  background: #735047;
  border-radius: 999px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail {
  letter-spacing: 0.07em;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.com-mail::before {
  content: "";
  width: 26px;
  height: 18px;
  margin-right: 6px;
  background: url(../img/top/info-mail.png) no-repeat left center/contain;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link {
  letter-spacing: 0.04em;
  color: #735047;
}
.com-tel-link .num {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link .num {
    font-size: 1.5rem;
  }
}
.com-tel-note {
  display: block;
}

.news-post {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .news-post-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.news-post-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover .news-post-img img {
    transform: scale(1.1);
  }
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 73.5%;
  border-radius: 0 20px 0 0;
  position: relative;
  overflow: hidden;
}
.news-post-img img {
  transform: scale(1);
  transition: all 0.4s;
}
.news-post-flx {
  margin: 20px auto 0;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  display: inline-block;
  margin: 0 14px 12px 0;
  padding: 5px 25px;
  text-align: center;
  background: #735047;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  color: #fff;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
.news-post-time {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.07em;
  color: #d5b69a;
  line-height: 1.3;
  flex-shrink: 0;
}
.news-post-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.07em;
  line-height: 1.66;
  color: #735047;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background-image: url(../img/top/about-r.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 699px) 516px;
}
@media screen and (min-width: 1921px) {
  #top-about {
    background-position-x: right;
  }
}
#top-about .about-inner {
  position: relative;
}
#top-about .about-img {
  text-align: right;
  position: absolute;
  top: 120px;
  left: -271px;
}
#top-about .about-img img {
  display: block;
}
#top-about .about-img .img01 {
  margin: 0 72px 39px 0;
}
#top-about .about-img .img02 {
  margin-left: auto;
}
#top-about .about-con {
  max-width: 615px;
  margin-left: auto;
}
#top-about .about-ttl {
  text-align: left;
}
#top-about .about-ttl .ja {
  white-space: nowrap;
}
#top-about .about-txt {
  margin-top: 42px;
}
#top-about .about-btn {
  margin-top: 50px;
}
#top-about .about-box {
  max-width: 1280px;
  margin: 136px auto 0;
  padding: 87px 0 82px;
}
#top-about .about-box-con {
  max-width: 550px;
}
#top-about .about-box-img {
  margin-left: 50px;
}
#top-about .about-box-img-wrap {
  padding: 23px 30px 19px;
  position: relative;
  z-index: 0;
}
#top-about .about-box-img-wrap::before, #top-about .about-box-img-wrap::after {
  content: "";
  position: absolute;
}
#top-about .about-box-img-wrap::before {
  width: 96px;
  height: 87px;
  background: url(../img/top/about-lb.png) no-repeat left bottom/contain;
  left: 0;
  bottom: 0;
}
#top-about .about-box-img-wrap::after {
  width: 122px;
  height: 110px;
  background: url(../img/top/about-rt.png) no-repeat right top/contain;
  right: 0;
  top: 0;
  z-index: -1;
}
#top-about .about-box-txt {
  margin-top: 30px;
}
#top-about .about-box-name {
  max-width: 270px;
  padding-bottom: 4px;
  margin: auto;
  border-bottom: 1px solid #b9a7a3;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-box-name {
    font-size: 1.5rem;
  }
}
#top-about .about-box-name {
  letter-spacing: 0.07em;
  color: #735047;
}

/* top-feature  PC
------------------------------------ */
#top-feature .feature-flx {
  margin: 60px auto 0;
}
#top-feature .feature-con {
  width: 100%;
  max-width: 527px;
}
#top-feature .feature-btn {
  margin-top: 35px;
}

/* top-service  PC
------------------------------------ */
#top-service .service-list {
  margin: 60px auto 0;
}
#top-service .service-list-item {
  width: 100%;
  max-width: 1180px;
}
#top-service .service-list-item:nth-of-type(1) {
  margin-left: auto;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin: 78px 0 0;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-item:nth-of-type(n+2) {
    flex-direction: row-reverse;
  }
}
#top-service .service-list-con {
  width: 100%;
  max-width: 560px;
}
#top-service .service-list-ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.6rem;
  }
}
#top-service .service-list-txt {
  margin-top: 38px;
}
#top-service .service-list-txt-note {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-txt-note {
    font-size: 1.5rem;
  }
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-item {
  width: 33.3%;
}
#top-bnr .bnr-link {
  display: block;
  padding: 173px 0 154px;
}
#top-bnr .bnr-link01 {
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 15px) calc(100% - 15px), url(../img/top/menu.jpg) no-repeat center/cover;
}
#top-bnr .bnr-link02 {
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 15px) calc(100% - 15px), url(../img/top/case.jpg) no-repeat center/cover;
}
#top-bnr .bnr-link03 {
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 15px) calc(100% - 15px), url(../img/top/voice.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-link:hover {
    background-position-x: calc(100% - 10px), center;
  }
}
#top-bnr .bnr-ttl .ja {
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-ttl .ja {
    font-size: 2.3rem;
  }
}
#top-bnr .bnr-ttl .ja {
  color: #fff;
}
#top-bnr .bnr-ttl .en {
  margin-top: 15;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-ttl .en {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-ttl .en {
  color: #fff;
}

/* top-salon  PC
------------------------------------ */
#top-salon .salon-table {
  margin: 50px auto 0;
}

/* top-news  PC
------------------------------------ */
#top-news .news-flx {
  padding-bottom: 20px;
  border-bottom: 1px solid #735047;
}
#top-news .news-ttl {
  display: flex;
  align-items: flex-end;
}
#top-news .news-ttl .en {
  margin: 0 0 0 25px;
}
#top-news .news-btn {
  display: flex;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-btn {
    font-size: 1.5rem;
  }
}
#top-news .news-btn {
  letter-spacing: 0.07em;
  color: #735047;
  align-items: center;
}
#top-news .news-btn::after {
  content: "";
  display: block;
  width: 54px;
  height: 40px;
  margin-left: 12px;
  background: url(../img/top/news-arw.png) no-repeat right center/contain;
}
#top-news .news-post {
  margin: 40px auto 0;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.jpg) no-repeat center top/cover;
}
.com-contact .contact-ttl {
  padding-top: 115px;
  text-align: left;
}
.com-contact .contact-ttl .ja, .com-contact .contact-ttl .en {
  color: #735047;
}
.com-contact .contact-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-box {
    max-width: 590px;
  }
}
.com-contact .contact-box {
  padding: 110px 0 120px;
  border-radius: 0 0 999px 999px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.com-contact .contact-tel {
  width: 100%;
  max-width: 380px;
  margin: 20px auto 0;
  padding: 10px 0 17px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}
.com-contact .contact-tel-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-link {
    font-size: 1.5rem;
  }
}
.com-contact .contact-tel-link {
  letter-spacing: 0.04em;
  color: #ea9393;
}
.com-contact .contact-tel-link .num {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-link .num {
    font-size: 1.8rem;
  }
}
.com-contact .contact-tel-link .num {
  letter-spacing: 0.04em;
}
.com-contact .contact-sns {
  width: 100%;
  margin: 20px auto 0;
}
.com-contact .contact-sns-item:nth-of-type(n+2) {
  margin-left: 19px;
}
.com-contact .contact-sns-item:nth-of-type(n+2) a:nth-of-type(n+2) {
  margin-left: 19px;
}
.com-contact .contact-btn {
  width: 100%;
  max-width: 380px;
  height: 60px;
  margin: 21px auto 0;
  border-radius: 999px;
}
.com-contact .contact-btn-mail::before {
  width: 26px;
  height: 18px;
  margin-right: 10px;
  background-image: url(../img/top/contact-mail.png);
}
.com-contact .contact-btn-reserve {
  display: flex;
  background: #ea9393;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-btn-reserve {
    font-size: 1.5rem;
  }
}
.com-contact .contact-btn-reserve {
  letter-spacing: 0.07em;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.com-contact .contact-btn-reserve::before {
  content: "";
  width: 22px;
  height: 35px;
  margin-right: 15px;
  background: url(../img/top/contact-reserve.png) no-repeat center/contain;
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .concept-flx {
  margin: 60px auto 0;
}
#about .concept-txt {
  width: 100%;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #about .concept-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #about .concept-txt {
    max-width: 520px;
    margin-left: 39px;
    line-height: 2.2;
  }
}
#about .reason-list {
  margin: 61px auto 0;
}
#about .reason-list-item {
  display: flex;
  width: 100%;
  max-width: 1180px;
  justify-content: space-between;
  align-items: flex-start;
}
#about .reason-list-item:nth-of-type(n+2) {
  margin-top: 62px;
}
#about .reason-list-item:nth-of-type(2n-1) {
  margin-left: auto;
}
#about .reason-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#about .reason-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .reason-list-con {
    max-width: 540px;
    padding-top: 20px;
  }
}
#about .reason-list-txt {
  margin-top: 21px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #about .reason-list-txt {
    font-size: 1.5rem;
  }
}
#about .reason-list-txt {
  line-height: 2.1;
}
#about .reason-list-btn {
  margin-top: 35px;
}
#about .flow-list {
  margin: 66px auto 0;
}
#about .flow-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#about .flow-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#about .flow-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .flow-list-con {
    max-width: 820px;
  }
}
#about .flow-list-ttl {
  display: flex;
  align-items: center;
}
#about .flow-list-ttl .en {
  padding: 5px 31px;
}
#about .flow-list-ttl .ja {
  margin: 0 0 0 20px;
}
#about .flow-list-txt {
  margin-top: 20px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #about .flow-list-txt {
    font-size: 1.5rem;
  }
}
#about .flow-list-txt {
  line-height: 2.1;
}

/* features  PC
------------------------------------ */
#features .about-inner {
  background: url(../img/feature/feature-lb.png) no-repeat 112px calc(100% - 15px);
}
#features .about-txt {
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  #features .about-txt {
    text-align: center;
  }
}

.com-feature .feature-flx {
  margin: 50px auto 0;
}
.com-feature .feature-txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-feature .feature-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-feature .feature-txt {
    max-width: 520px;
    line-height: 2.1;
  }
}
.com-feature .feature-img {
  position: relative;
}
.com-feature .feature-img::before {
  content: "";
  width: 107px;
  height: 125px;
  background: url(../img/feature/img-deco.png) no-repeat center/contain;
  position: absolute;
  right: -54px;
  bottom: -60px;
}
.com-feature .feature-img img {
  border-radius: 80px 0 0 0;
}
.com-feature .feature-box {
  margin: 70px auto 0;
  padding: 76px 75px 65px 70px;
  border-radius: 80px 0 80px 0;
}
.com-feature .feature-box-ttl {
  margin-left: 30px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .com-feature .feature-box-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .com-feature .feature-box-ttl::before {
    left: -37px;
    top: -13px;
  }
}
.com-feature .feature-box-dl {
  margin-top: 46px;
}
.com-feature .feature-box-dl .item:nth-of-type(n+2) {
  margin-top: 25px;
}
.com-feature .feature-box-dl dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .com-feature .feature-box-dl dt {
    font-size: 1.5rem;
  }
}
.com-feature .feature-box-dl dt {
  letter-spacing: 0.07em;
  color: #ea9393;
  line-height: 1.5;
}
.com-feature .feature-box-dl dd {
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-feature .feature-box-dl dd {
    font-size: 1.5rem;
  }
}
.com-feature .feature-box-dl dd {
  line-height: 2.1;
}

/* menu  PC
------------------------------------ */
#menu .menu-txt {
  margin: 50px auto 0;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #menu .menu-txt {
    font-size: 1.5rem;
  }
}
#menu .menu-txt {
  letter-spacing: 0.07em;
}
#menu .menu-list {
  margin: 53px auto 0;
}
#menu .menu-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
#menu .menu-list-flx {
  margin: 38px auto 0;
}
#menu .menu-list-txt {
  width: 100%;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #menu .menu-list-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #menu .menu-list-txt {
    max-width: 520px;
    line-height: 2.1;
  }
}
#menu .menu-list-img {
  width: 100%;
  height: 0;
  padding-top: 380px;
  border-radius: 80px 0 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #menu .menu-list-img {
    max-width: 520px;
  }
}
#menu .price-list {
  margin: 60px auto 0;
}
#menu .price-list > li:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#menu .price-list-item {
  border: 1px solid #735047;
}
#menu .price-list-dl {
  display: flex;
}
#menu .price-list-dl dt, #menu .price-list-dl dd {
  padding: 15px 40px;
}
#menu .price-list-dl dt {
  width: 60%;
  background: rgba(254, 205, 203, 0.4);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #menu .price-list-dl dt {
    font-size: 1.5rem;
  }
}
#menu .price-list-dl dt {
  letter-spacing: 0.07em;
  line-height: 1.7;
}
#menu .price-list-dl dd {
  display: flex;
  width: 40%;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.5;
  flex-wrap: wrap;
}
#menu .price-list-time {
  padding: 2px 16px;
  text-align: center;
  background: #ea9393;
  border-radius: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #menu .price-list-time {
    font-size: 1.5rem;
  }
}
#menu .price-list-time {
  letter-spacing: 0.07em;
  line-height: 1.4;
  color: #fff;
}
#menu .price-list-num {
  max-width: 100%;
  margin-left: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #menu .price-list-num {
    font-size: 1.5rem;
  }
}
#menu .price-list-num {
  letter-spacing: 0.07em;
  color: #ea9393;
  flex-shrink: 0;
}
#menu .price-list-txt {
  padding: 21px 40px;
  border-top: 1px solid #735047;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #menu .price-list-txt {
    font-size: 1.5rem;
  }
}
#menu .price-list-txt {
  letter-spacing: 0.07em;
  line-height: 1.875;
  white-space: pre-line;
}
#menu .products-txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #menu .products-txt {
    font-size: 1.5rem;
  }
}
#menu .products-txt {
  line-height: 2.1;
}
#menu .products-txt-wrap {
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid #d5b69a;
}
#menu .products-note {
  margin-top: 26px;
  text-align: right;
}
#menu .products-list {
  margin: 29px auto 0;
}
#menu .products-list-item {
  width: 100%;
  max-width: 520px;
}
#menu .products-list-item:nth-of-type(n+3) {
  margin-top: 50px;
}
#menu .products-list-img {
  width: 100%;
  height: 0;
  padding-top: 67.3%;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  position: relative;
}
#menu .products-list-ttl {
  margin: 30px auto 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #d5b69a;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #menu .products-list-ttl {
    font-size: 1.5rem;
  }
}
#menu .products-list-ttl {
  letter-spacing: 0.07em;
  line-height: 1.8;
}
#menu .products-list-txt {
  margin: 20px auto 0;
}
#menu .products-list-price {
  display: flex;
  margin-top: 9px;
  flex-direction: column;
  align-items: flex-end;
}
#menu .products-list-price li {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #menu .products-list-price li {
    font-size: 1.5rem;
  }
}
#menu .products-list-price li {
  color: #ea9393;
  line-height: 1.5;
}
#menu .products-list-price li:nth-of-type(n+2) {
  margin-top: 5px;
}

/* cases  PC
------------------------------------ */
#cases .cases-list {
  margin: 60px auto 0;
}
#cases .cases-list-item {
  width: 100%;
  max-width: 520px;
}
#cases .cases-list-item:nth-of-type(n+3) {
  margin-top: 50px;
}
#cases .cases-list-link {
  display: block;
}
#cases .cases-list-img {
  width: 100%;
  height: 0;
  padding-top: 80.7%;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  position: relative;
}
#cases .cases-list-tag {
  margin-top: 30px;
}
#cases .cases-list-tag-item {
  margin: 0 10px 10px 0;
  padding: 0 34px;
  border-radius: 999px;
  background-color: #735047;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  line-height: 1.5;
}
#cases .cases-list-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #cases .cases-list-ttl {
    font-size: 1.5rem;
  }
}
#cases .cases-list-ttl {
  line-height: 1.8;
}
#cases .detail-tag {
  margin-top: 20px;
}
#cases .detail-ba {
  display: flex;
  margin: 10px auto 0;
  justify-content: center;
}
#cases .detail-ba li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #cases .detail-ba li {
    max-width: 520px;
  }
  #cases .detail-ba li:nth-of-type(2) {
    margin-left: 40px;
  }
}
#cases .detail-ba-img {
  width: 100%;
  height: 0;
  padding-top: 80.7%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#cases .detail-ba-ttl {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #cases .detail-ba-ttl {
    font-size: 1.5rem;
  }
}
#cases .detail-ba-ttl.after {
  color: #ea9393;
}
#cases .detail-dl {
  margin: 34px auto 0;
}
#cases .detail-dl dt {
  padding-bottom: 14px;
  border-bottom: 1px solid #d5b69a;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #cases .detail-dl dt {
    font-size: 1.5rem;
  }
}
#cases .detail-dl dt {
  line-height: 1.5;
}
#cases .detail-dl dd {
  margin: 17px auto 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #cases .detail-dl dd {
    font-size: 1.5rem;
  }
}
#cases .detail-dl dd {
  line-height: 2.1;
  white-space: pre-line;
}
#cases .detail-images {
  margin: 42px auto 0;
}
#cases .detail-images li {
  width: 100%;
  height: 0;
  max-width: 340px;
  padding-top: 280px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #cases .detail-images li:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #cases .detail-images li:nth-of-type(n+4) {
    margin-top: 30px;
  }
}

/* voice  PC
------------------------------------ */
#voice .voice-list {
  margin: 60px auto 0;
}
#voice .voice-list-item {
  display: flex;
  background: #fff;
  padding: 60px 0 70px;
  border-radius: 0 80px 0 80px;
  align-items: flex-start;
  justify-content: center;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#voice .voice-list-ico {
  width: 210px;
  height: 210px;
  background: #ffe4e4;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#voice .voice-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #voice .voice-list-con {
    max-width: 820px;
    margin-left: 50px;
  }
}
#voice .voice-list-ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #d5b69a;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-ttl {
    font-size: 1.6rem;
  }
}
#voice .voice-list-ttl {
  line-height: 1.8;
}
#voice .voice-list-txt {
  margin: 16px auto 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-txt {
    font-size: 1.5rem;
  }
}
#voice .voice-list-txt {
  line-height: 2.1;
  white-space: pre-line;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  margin: 50px auto 0;
}
#contact .contact-form-table tr {
  border-bottom: 1px solid #d5b69a;
}

/* news  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
#news .com-news-img {
  overflow: hidden;
  border-radius: 0 20px 0 0;
}
#news .com-box01 {
  padding: 50px;
  background: #fff;
}
#news .detail-time {
  margin-right: 15px;
}

/* site  PC
------------------------------------ */
#site .site-ul {
  margin: 30px auto 0;
}/*# sourceMappingURL=all.css.map */