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

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

.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: 0; /* ヘッダーの高さ分 */
}

.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: 42px;
  }
}

.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(123, 141, 65, 0.2);
  border-radius: 5.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}

.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: 270px 0 230px;
  }
}

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

/*  共通パーツ
------------------------------------ */
.com-box01 {
  max-width: 1680px;
  margin: auto;
  position: relative;
  z-index: 0;
}
.com-box01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  clip-path: polygon(calc(100% - 70px) 0, 100% 70px, 100% 100%, 56% 100%, 70px 100%, 0 calc(100% - 70px), 0 0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.com-box02 {
  background: #f6f4ea;
  clip-path: polygon(calc(100% - 80px) 0, 100% 80px, 100% 100%, 80px 100%, 0 calc(100% - 80px), 0 0);
}

.com-deco {
  position: relative;
}
.com-deco::before {
  content: "";
  display: block;
  width: 221px;
  height: 125px;
  background: url(../img/top/worries-decort.png) no-repeat center/contain;
  position: absolute;
}
.com-deco02 {
  position: relative;
}
.com-deco02::after {
  content: "";
  display: block;
  width: 221px;
  height: 124px;
  background: url(../img/top/news-deco.png) no-repeat left top/contain;
  position: absolute;
}

.com-clover {
  position: relative;
}
.com-clover::before {
  content: "";
  display: block;
  width: 64px;
  height: 94px;
  background: url(../img/top/concept-ttl-deco.png) no-repeat right bottom/contain;
  position: absolute;
}

.com-mark {
  position: relative;
}
.com-mark::before {
  content: "";
  display: block;
  width: 431px;
  height: 337px;
  background: url(../img/top/concept-deco.png) no-repeat left top/contain;
  position: absolute;
}
.com-mark02 {
  position: relative;
  z-index: 0;
}
.com-mark02::before {
  content: "";
  display: block;
  width: 310px;
  height: 245px;
  background: url(../img/top/concept-deco.png) no-repeat left top/contain;
  position: absolute;
  z-index: -1;
}

.com-bg {
  background: #f6f4ea;
}

.com-tel {
  padding-left: 33px;
  background: url(../img/top/tel.png) no-repeat left center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.5rem;
  }
}
.com-tel {
  letter-spacing: 0.05em;
  line-height: 1;
}
.com-tel-note {
  display: block;
  line-height: 1;
}

.news-post {
  width: 100%;
  max-width: 710px;
}
.news-post-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.news-post-link {
  display: flex;
  align-items: center;
}
.news-post-time {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.05em;
  color: #7b8d41;
  line-height: 1;
  flex-shrink: 0;
}
.news-post-con {
  margin-left: 30px;
  padding: 8px 0 8px 30px;
  background: url(../img/top/news-border.png) no-repeat left top;
  line-height: 1;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  background: url(../img/top/news-tag.png) no-repeat left 3px;
  color: #c2a685;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.news-post-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-tag-item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.com-tag-link {
  display: block;
  padding: 19px 35px;
  border: 1px solid #f6f4ea;
  text-align: center;
  background: url(../img/maintenance/arw.png) no-repeat calc(100% - 20px) 50% #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.05em;
  color: #f6f4ea;
  line-height: 1.5;
  box-shadow: 4.95px 4.95px 0px 0px rgba(34, 34, 34, 0.06);
}
.com-tag-link.current {
  background-color: #f6f4ea;
  background-image: none;
  color: #fff;
}

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

  main layout  all

========================================= */
/* top-concept  PC
------------------------------------ */
#top-concept .ja {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  #top-concept .ja {
    font-size: 2.25rem;
  }
}
#top-concept .concept-box {
  width: 95%;
  max-width: 1680px;
  margin: auto;
  padding: 120px 0 150px;
  background: url(../img/top/concept-bg.jpg) no-repeat center/cover;
}
#top-concept .concept-box::before {
  bottom: -174px;
  left: -95px;
}
#top-concept .concept-txt {
  margin: 47px auto 0;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-concept .concept-txt {
    font-size: 1.5rem;
  }
}
#top-concept .concept-txt {
  line-height: 2.2;
}
#top-concept .about {
  margin: 140px auto 0;
  position: relative;
}
#top-concept .about-ttl .bg {
  display: inline-block;
  padding: 15px 10px 15px 15px;
  background: #fff;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #top-concept .about-ttl .bg {
    font-size: 1.6rem;
  }
}
#top-concept .about-ttl .bg {
  letter-spacing: 0.15em;
  color: #543d39;
  line-height: 1;
}
#top-concept .about-ttl .bg:nth-of-type(n+2) {
  margin-top: 10px;
}
#top-concept .about-ttl .ac {
  color: #7b8d41;
}
#top-concept .about-ttl::before {
  right: -42px;
  bottom: -70px;
}
#top-concept .about-btn {
  margin-top: 50px;
}

/* top-worries  PC
------------------------------------ */
#top-worries {
  background: url(../img/top/worries-decort.png) no-repeat calc(50% + 350px) 50px;
  position: relative;
}
#top-worries .worries-inner::before {
  top: 50px;
  right: calc(50% + 347px);
}
#top-worries .worries-box {
  max-width: 970px;
  margin: 50px 0 0 auto;
  position: relative;
  z-index: 1;
}
#top-worries .worries-box::before {
  content: "";
  display: block;
  width: 1390px;
  height: 100%;
  background: rgba(246, 244, 234, 0.9);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 70px 100%, 0 calc(100% - 70px));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#top-worries .worries-box::after {
  content: "";
  display: block;
  width: 126px;
  height: 108px;
  background: url(../img/top/worries-deco-rb.png) no-repeat right bottom/contain;
  position: absolute;
  right: -20px;
  bottom: 30px;
}
#top-worries .worries-list {
  padding: 61px 0 80px 70px;
  background: url(../img/top/worries-deco-lt.png) no-repeat 20px 20px;
}
#top-worries .worries-list-item {
  width: 100%;
  max-width: 440px;
  padding: 0 0 25px 50px;
  background: url(../img/top/worries-list-deco.png) no-repeat 5px 10px, url(../img/top/worries-border.png) repeat-x left bottom;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list-item {
    font-size: 1.5rem;
  }
}
#top-worries .worries-list-item {
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #top-worries .worries-list-item:nth-of-type(2n) {
    margin-left: 19px;
  }
  #top-worries .worries-list-item:nth-of-type(n+3) {
    margin-top: 18px;
  }
}
#top-worries .worries-img {
  position: absolute;
  bottom: 0;
  left: calc(50% - 762px);
}

/* top-menu  PC
------------------------------------ */
#top-menu {
  padding-bottom: 104px;
  background: url(../img/top/menu-img.jpg) no-repeat right bottom/60.4%;
}
@media screen and (min-width: 1921px) {
  #top-menu {
    background-size: auto;
  }
}
#top-menu .menu-box {
  position: relative;
  z-index: 1;
}
#top-menu .menu-box::before {
  content: "";
  display: block;
  width: 1160px;
  height: 100%;
  background: #889854;
  clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 70px, 100% 100%, 0 100%);
  position: absolute;
  left: -420px;
  top: 0;
  z-index: -1;
}
#top-menu .menu-box::after {
  content: "";
  display: block;
  width: 232px;
  height: 109px;
  background: url(../img/top/menu-deco-l.png) no-repeat left top/contain;
  position: absolute;
  top: 50px;
  left: -180px;
  z-index: -1;
}
#top-menu .menu-box-bg {
  max-width: 740px;
  padding: 100px 0;
  position: relative;
}
#top-menu .menu-box-bg::before {
  content: "";
  display: block;
  width: 42px;
  height: 41px;
  background: url(../img/top/menu-rb.png) no-repeat right bottom/contain;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#top-menu .menu-txt {
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-txt {
    font-size: 1.5rem;
  }
}
#top-menu .menu-txt {
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #top-menu .menu-txt {
    line-height: 2.5;
  }
}
#top-menu .menu-btn {
  margin-top: 50px;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr {
  background: url(../img/top/bnr-deco.png) no-repeat 45px 10px;
  position: relative;
  z-index: 0;
}
#top-bnr::before {
  content: "";
  display: block;
  width: 100%;
  height: 340px;
  background: #f6f4ea;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#top-bnr .bnr-list-item {
  width: 100%;
  max-width: 540px;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin-left: 30px;
}
#top-bnr .bnr-list-link {
  display: block;
  width: 100%;
  padding: 17px 20px;
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/bnr01.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/bnr02.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link03 {
  background: url(../img/top/bnr03.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-ttl {
  width: 126px;
  height: 367px;
  padding-top: 75px;
  margin-left: auto;
  background: url(../img/top/bnr-arw.png) no-repeat center calc(100% - 25px), url(../img/top/bnr-frame.png) no-repeat center/contain;
  position: relative;
}
#top-bnr .bnr-list-ttl .ja {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .ja {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-ttl .ja {
  letter-spacing: 0.15em;
  color: #543d39;
  line-height: 126px;
  writing-mode: vertical-rl;
}
#top-bnr .bnr-list-ttl .en {
  margin: auto;
  text-align: center;
  color: #7b8d41;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: #f6f4ea;
}
#top-news .news-inner::before {
  width: 310px;
  height: 245px;
  background: url(../img/top/news-rb.png) no-repeat center bottom/contain;
  bottom: 30px;
  right: -190px;
}
#top-news .news-box {
  position: relative;
}
#top-news .news-box::after {
  top: -40px;
  left: 120px;
}
#top-news .news-box {
  padding: 70px 0 90px;
  position: relative;
  z-index: 0;
}
#top-news .news-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/top/news-border.png) no-repeat 20px center/auto 75%, url(../img/top/news-border.png) no-repeat calc(100% - 20px) center/auto 75%, url(../img/top/news-rb-sm.png) no-repeat calc(100% - 20px) calc(100% - 20px) #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(calc(100% - 70px) 0, 100% 70px, 100% 100%, 56% 100%, 70px 100%, 0 calc(100% - 70px), 0 0);
}
#top-news .news-ttl::before {
  top: -130px;
}
#top-news .news-post {
  width: 100%;
  max-width: 820px;
  margin: 30px auto 0;
}
#top-news .news-btn {
  margin: -30px auto 0;
  position: relative;
  z-index: 1;
}
#top-news .ja::before {
  width: 44px;
  height: 63px;
  background: url(../img/top/news-ttl-deco.png) no-repeat center/contain;
  top: -5px;
  right: calc(50% - 157px);
}

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

  sub layout  all

========================================= */
/* concept  PC
------------------------------------ */
#concept .concept {
  position: relative;
}
#concept .concept::before {
  top: 190px;
  left: -40px;
  z-index: 1;
}
#concept .concept-box {
  padding: 95px 0;
}
#concept .concept-flx {
  display: flex;
  max-width: 1280px;
  margin: 60px auto 0;
  justify-content: flex-end;
}
#concept .concept-clover::before {
  top: 104px;
  right: calc(50% - 282px);
}
@media screen and (min-width: 768px) {
  #concept .concept-txt-box {
    max-width: 600px;
    margin-right: 45px;
  }
}
#concept .concept-img {
  position: relative;
}
#concept .concept-img .deco {
  position: absolute;
  right: -170px;
  bottom: -85px;
}
#concept .commit-ttl {
  background: url(../img/concept/commitment-ttl-deco.png) no-repeat calc(50% + 239px) 10px;
}
#concept .commit-list {
  margin: 60px auto 0;
}
#concept .commit-list-item {
  display: flex;
  justify-content: space-between;
}
#concept .commit-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#concept .commit-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#concept .commit-list-item:nth-of-type(2n) .commit-list-num {
  top: -20px;
  right: -20px;
}
#concept .commit-list-item:nth-of-type(2n) .commit-list-num::before {
  top: 109px;
  right: -30px;
}
#concept .commit-list-item:nth-of-type(2n-1) .commit-list-num {
  top: -20px;
  left: -20px;
}
#concept .commit-list-item:nth-of-type(2n-1) .commit-list-num::before {
  top: 109px;
  left: -30px;
}
#concept .commit-list-img {
  position: relative;
}
#concept .commit-list-num {
  width: 104px;
  height: 104px;
  background: url(../img/concept/commit-num.png) no-repeat center/contain;
  text-align: center;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #concept .commit-list-num {
    font-size: 1.5rem;
  }
}
#concept .commit-list-num {
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 104px;
  position: absolute;
}
#concept .commit-list-num::before {
  content: "";
  display: block;
  width: 34px;
  height: 54px;
  background: url(../img/concept/commit-num-deco.png) no-repeat center/contain;
  position: absolute;
}
#concept .commit-list-con {
  background: url(../img/concept/commit-list-rb.png) no-repeat right bottom;
}
@media screen and (min-width: 768px) {
  #concept .commit-list-con {
    max-width: 520px;
  }
}
#concept .commit-list-ttl {
  display: inline;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #concept .commit-list-ttl {
    font-size: 1.5rem;
  }
}
#concept .commit-list-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  position: relative;
}
#concept .commit-list-ttl::before {
  content: "";
  width: 155px;
  height: 30px;
  background: url(../img/concept/commit-list-ttl.png) no-repeat right top/contain;
  position: absolute;
  right: -45px;
  top: -20px;
}
#concept .commit-list-ttl .bg {
  display: inline-block;
  padding: 10px 10px;
  background: #7b8d41;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #concept .commit-list-ttl .bg {
    font-size: 1.5rem;
  }
}
#concept .commit-list-ttl .bg {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
#concept .commit-list-ttl .bg:nth-of-type(n+2) {
  margin-top: 10px;
}
#concept .commit-list-ttl .bg:last-of-type {
  padding-right: 5px;
}
#concept .commit-list-ttl02::before {
  right: -130px;
}
#concept .commit-list-ttl03::before {
  right: -167px;
}
#concept .commit-list-txt {
  margin-top: 30px;
}
#concept .menu {
  background-image: url(../img/concept/l.png), url(../img/concept/r.png);
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: auto 100%;
}
#concept .menu-img {
  max-width: 800px;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #concept .menu-img::before {
    width: 310px;
    height: 240px;
  }
}
#concept .menu-img::before {
  right: -180px;
  bottom: -100px;
}
#concept .menu-img::after {
  content: "";
  display: block;
  width: 221px;
  height: 124px;
  background: url(../img/concept/menu-lt.png) no-repeat left top/contain;
  position: absolute;
  top: -80px;
  left: -160px;
}
#concept .menu-btn {
  display: block;
  width: 507px;
  max-width: 100%;
  height: 126px;
  margin: -66px auto 0;
  padding-top: 40px;
  background: url(../img/concept/menu-arw.png) no-repeat calc(100% - 69px) center, url(../img/concept/menu-btn.png) no-repeat center/cover;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #concept .menu-btn:hover {
    background-position-x: calc(100% - 60px), center;
    opacity: 1;
  }
}
#concept .menu-ttl {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #concept .menu-ttl {
    font-size: 1.5rem;
  }
}
#concept .menu-ttl {
  letter-spacing: 0.2em;
  line-height: 1;
}
#concept .menu-ttl .en {
  display: block;
  margin: 12px auto 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #concept .menu-ttl .en {
    font-size: 1.5rem;
  }
}
#concept .menu-ttl .en {
  letter-spacing: 0.2em;
  color: #7b8d41;
}

/* menu  PC
------------------------------------ */
#menu .menu-list::before {
  right: -240px;
  bottom: -100px;
}
#menu .menu-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#menu .menu-list-flx {
  margin: 20px auto 0;
}
#menu .menu-list-box {
  padding: 45px 30px 60px;
  background: url(../img/menu/menu-lt.png) no-repeat 20px 20px #fff;
  clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
}
#menu .menu-list-left {
  width: 100%;
  max-width: 570px;
}
#menu .menu-list-right {
  width: 100%;
  max-width: 480px;
}
#menu .menu-list-reco {
  display: flex;
  margin: 30px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#menu .menu-list-reco li {
  width: 100%;
  max-width: 250px;
  padding: 0 0 10px 28px;
  background: url(../img/menu/menu-list-deco.png) no-repeat left 5px, url(../img/top/f-border.png) no-repeat left bottom;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #menu .menu-list-reco li {
    font-size: 1.5rem;
  }
}
#menu .menu-list-reco li {
  letter-spacing: 0;
  line-height: 1.66;
}
@media screen and (min-width: 768px) {
  #menu .menu-list-reco li:nth-of-type(n+3) {
    margin-top: 14px;
  }
}
#menu .menu-list-txt {
  line-height: 1.875;
  white-space: pre-line;
}
#menu .menu-list-txt-box {
  margin: 30px auto 0;
}
#menu .menu-list-img {
  width: 100%;
  height: 0;
  padding-top: 72.9%;
  position: relative;
}
#menu .menu-list-img02 {
  margin-top: 10px;
}
#menu .menu-list-dl {
  margin-top: 10px;
}
#menu .menu-list-dl div:nth-of-type(n+2) {
  margin-top: 5px;
}
#menu .menu-list-dl-item {
  display: flex;
  padding: 20px 13px;
  background: #e1d9c8;
  justify-content: space-between;
  align-items: flex-end;
}
#menu .menu-list-dl-item dt, #menu .menu-list-dl-item dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #menu .menu-list-dl-item dt, #menu .menu-list-dl-item dd {
    font-size: 1.5rem;
  }
}
#menu .menu-list-dl-item dt, #menu .menu-list-dl-item dd {
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: pre-line;
}
#menu .menu-list-dl-item dd {
  text-align: right;
  flex-shrink: 0;
  word-break: break-all;
}

/* qa  PC
------------------------------------ */
#qa .qa-ttl .ja::before {
  top: 20px;
  right: calc(50% - 230px);
}
#qa .qa-list {
  margin: 80px auto 0;
}
#qa .qa-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#qa .qa-list-ttl {
  padding: 24px 30px 24px 134px;
  background: url(../img/qa/q.png) no-repeat 40px 10px #7b8d41;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #qa .qa-list-ttl {
    font-size: 1.5rem;
  }
}
#qa .qa-list-ttl {
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#qa .qa-list-txt {
  margin: 5px auto 0;
  padding: 35px 30px 40px 120px;
  background: url(../img/qa/a.png) no-repeat 40px 20px #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #qa .qa-list-txt {
    font-size: 1.5rem;
  }
}
#qa .qa-list-txt {
  letter-spacing: 0.05em;
  line-height: 1.6;
  white-space: pre-line;
}

/* voice  PC
------------------------------------ */
#voice .voice-ttl .ja::before {
  top: 20px;
  right: calc(50% - 230px);
}
#voice .voice-list {
  margin: 80px auto 0;
}
#voice .voice-list-item {
  display: flex;
  padding: 20px 20px 20px 38px;
  background: #fff;
  justify-content: space-between;
  align-items: flex-start;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
#voice .voice-list-con {
  width: 100%;
  max-width: 820px;
}
#voice .voice-list-ttl {
  padding: 12px 40px;
  background: #7b8d41;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-ttl {
    font-size: 1.5rem;
  }
}
#voice .voice-list-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.875;
  white-space: pre-line;
}
#voice .voice-list-txt {
  margin: 11px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.875;
  white-space: pre-line;
}

/* salon  PC
------------------------------------ */
#salon .message {
  background: url(../img/salon/message-rb.png) no-repeat calc(50% + 560px) calc(100% - 180px) #f6f4ea;
}
#salon .message-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #salon .message-img {
    position: absolute;
    top: 449px;
    left: -420px;
  }
}
#salon .message-ttl .ja::before {
  top: 20px;
  right: calc(50% - 230px);
}
#salon .message-ttl-sub {
  padding: 15px 0 20px 10px;
  background: url(../img/salon/message-deco.png) no-repeat 340px top, url(../img/salon/border.png) no-repeat left bottom;
  color: #ed6d46;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #salon .message-ttl-sub {
    font-size: 1.5rem;
  }
}
#salon .message-ttl-sub {
  letter-spacing: 0.2em;
  line-height: 1.5;
}
#salon .message-ttl-sub .name {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #salon .message-ttl-sub .name {
    font-size: 1.75rem;
  }
}
#salon .message-ttl-sub .name {
  letter-spacing: 0.2em;
  line-height: 1;
  color: #543d39;
}
#salon .message-con {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #salon .message-con {
    max-width: 650px;
    margin-left: auto;
  }
}
#salon .message-txt-box {
  margin-top: 50px;
}
#salon .information-ttl {
  background: url(../img/salon/information-deco.png) no-repeat calc(50% + 230px) 10px;
}
#salon .information-box {
  margin: 60px auto 0;
  padding: 80px 0;
}
#salon .information-table {
  max-width: 840px;
  margin: auto;
}

/* news  PC
------------------------------------ */
#news .com-news-link {
  padding: 50px 65px;
  background-color: #fff;
}
#news .com-news-tag {
  margin-top: 10px;
}
#news .detail-box {
  padding: 50px 65px;
  background-color: #fff;
}
#news .detail-flx {
  margin: auto;
}

/* site  PC
------------------------------------ */
#site .site-box {
  padding: 50px 65px;
  background-color: #fff;
}/*# sourceMappingURL=all.css.map */