@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ShipporiMinchoB1-Regular";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-Medium";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-SemiBold";
  src: url("../fonts/ShipporiMinchoB1-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond-Regular";
  src: url("../fonts/CormorantGaramond-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	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: 120px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #faf7f7;
}

.com-bg {
  background: #f4eeee;
}
.com-bg02 {
  background: #e9ebea;
}

.com-tel {
  line-height: 1;
}
.com-tel-num {
  padding-left: 27px;
  background: url(../img/top/f-tel.png) no-repeat left 11px;
  font-family: "ShipporiMinchoB1-Medium", serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .com-tel-num {
    font-size: 1.5rem;
  }
}
.com-tel-note {
  display: block;
  line-height: 1;
}

.news-post {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(4n-3)) {
    margin-left: 40px;
  }
  .news-post-item:nth-of-type(n+5) {
    margin-top: 40px;
  }
}
.news-post-link {
  display: block;
}
.news-post-time {
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.news-post-ttl {
  margin-top: 12px;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-top: 18px;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin: 0 5px 5px 0;
  padding: 0 10px;
  border: 1px solid #b4906c;
  border-radius: 999px;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #b4906c;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 90px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
/* =========================================

  main layout  all

========================================= */
/* top-concept  PC
------------------------------------ */
#top-concept .concept-bg {
  background: #f4eeee;
  position: relative;
  z-index: 1;
}
#top-concept .concept-bg::before {
  content: "";
  width: 29.58%;
  height: 0;
  padding-top: 38.8%;
  background: url(../img/top/concept-bg.png) no-repeat center/contain;
  position: absolute;
  bottom: -190px;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 1921px) {
  #top-concept .concept-bg::before {
    width: 568px;
    height: 746px;
  }
}
#top-concept .concept-box {
  padding: 114px 100px 105px;
  position: relative;
  z-index: 1;
}
#top-concept .concept-box::before {
  content: "";
  width: 1600px;
  height: 100%;
  background: no-repeat url(../img/top/concept-illu.png) 514px 90px #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#top-concept .concept-txt {
  max-width: 445px;
  margin-top: 83px;
}
#top-concept .concept-img {
  position: absolute;
  right: -90px;
  top: -30px;
  z-index: 10;
}
@media screen and (max-width: 1472px) {
  #top-concept .concept-img {
    width: calc(100% - 700px);
    right: 20px;
  }
}

/* top-menu  PC
------------------------------------ */
#top-menu .menu-bg {
  background: url(../img/top/menu-bg.png) no-repeat center bottom/cover;
}
#top-menu .menu-ttl {
  text-align: center;
}
#top-menu .menu-ttl-fuki {
  display: inline-block;
  font-family: "ShipporiMinchoB1-Medium", serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #b4906c;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-ttl-fuki {
    font-size: 1.5rem;
  }
}
#top-menu .menu-ttl-fuki::before {
  content: "";
  position: absolute;
  width: 356px;
  height: 85px;
  background: url(../img/top/menu-fuki.png) no-repeat center/contain;
  left: -15px;
  top: -21px;
}
#top-menu .menu-ttl-ja {
  margin-top: 14px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-ttl-ja {
    font-size: 1.75rem;
  }
}
#top-menu .menu-list {
  display: flex;
  margin: 66px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#top-menu .menu-list-item {
  width: 400px;
  height: 403px;
  background: url(../img/top/menu-arw.png) no-repeat center calc(100% - 35px), url(../img/top/menu-frame.png) no-repeat center/contain;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-menu .menu-list-item:nth-of-type(2n) {
    margin-left: 120px;
  }
  #top-menu .menu-list-item:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
#top-menu .menu-list-link {
  display: block;
  height: 100%;
  padding-top: 210px;
  text-align: center;
}
#top-menu .menu-list-illu {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
#top-menu .menu-list-illu01 {
  top: -13px;
}
#top-menu .menu-list-illu02 {
  top: -17px;
}
#top-menu .menu-list-illu03 {
  top: 23px;
}
#top-menu .menu-list-illu04 {
  top: 23px;
}
#top-menu .menu-list-ttl {
  display: flex;
  max-width: 265px;
  height: 89.5px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0c0b1;
  font-family: "ShipporiMinchoB1-Medium", serif;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.42;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-list-ttl {
    font-size: 1.5rem;
  }
}
#top-menu .menu-list-btn {
  margin: 10px auto 0;
  color: #714f43;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-list-btn {
    font-size: 1.5rem;
  }
}

/* top-feature  PC
------------------------------------ */
#top-feature .feature-bg {
  background: url(../img/top/feature-bg-b.png) no-repeat center bottom #faf7f7;
  position: relative;
  z-index: 1;
}
#top-feature .feature-bg::before {
  content: "";
  width: 34.6%;
  height: 0;
  padding-top: 34.6%;
  background: url(../img/top/feature-bg-rb.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -180px;
}
@media screen and (min-width: 1921px) {
  #top-feature .feature-bg::before {
    width: 665px;
    padding-top: 664px;
  }
}
#top-feature .feature-bg::after {
  content: "";
  width: 59.375%;
  height: 550px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-feature .feature-bg {
    background-size: 100%;
  }
}
#top-feature .feature-ttl {
  display: inline-block;
}
#top-feature .feature-ttl-right {
  margin-right: 58px;
  text-align: right;
}
#top-feature .feature-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-feature .feature-list-item {
  width: 100%;
  max-width: 480px;
}
#top-feature .feature-list-item:nth-of-type(2n) {
  margin-top: 160px;
}
#top-feature .feature-list-item:nth-of-type(2n+3) {
  margin-top: -80px;
}
#top-feature .feature-list-ttl {
  text-align: center;
}
#top-feature .feature-list-ttl .num {
  width: 99px;
  height: 76px;
  margin: auto;
  padding-top: 20px;
  background: url(../img/top/feature-num.png) no-repeat center top;
  font-family: "CormorantGaramond-Regular", serif;
  font-size: 3.5rem;
  letter-spacing: 0;
  color: #dcbdbd;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-list-ttl .num {
    font-size: 1.75rem;
  }
}
#top-feature .feature-list-ttl .txt {
  margin: 15px auto 0;
  font-family: "ShipporiMinchoB1-Medium", serif;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-list-ttl .txt {
    font-size: 1.5rem;
  }
}
#top-feature .feature-list-img {
  margin: 27px auto 0;
}
#top-feature .feature-list-txt {
  margin: 30px auto 0;
}

/* top-calendar  PC
------------------------------------ */
#top-calendar .calendar-bg {
  background: url(../img/top/calendar-bg.jpg) no-repeat center/cover;
}
#top-calendar .calendar-box {
  padding: 100px 0;
  background: url(../img/top/calendar-illu.png) no-repeat 120px calc(100% - 70px) #f6fbf3;
}
#top-calendar .calendar-iframe {
  margin: 50px auto 0;
  text-align: center;
}
#top-calendar .calendar-iframe iframe {
  max-width: 100%;
}
#top-calendar .calendar-btn {
  margin: 60px auto 0;
}

/* top-note  PC
------------------------------------ */
#top-note {
  background: #dfd4ce;
}
#top-note .note-ttl {
  display: flex;
  font-family: "ShipporiMinchoB1-Medium", serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top-note .note-ttl {
    font-size: 1.5rem;
  }
}
#top-note .note-ttl::before, #top-note .note-ttl::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #34251e;
}
#top-note .note-ttl::before {
  margin-right: 40px;
}
#top-note .note-ttl::after {
  margin-left: 40px;
}
#top-note .note-list {
  width: 100%;
  max-width: 880px;
  margin: 30px auto 0;
  background: #fff;
  padding: 30px 0 30px 150px;
  position: relative;
}
#top-note .note-list::before {
  content: "";
  width: 140px;
  height: 173px;
  background: url(../img/top/reserve-note.png) no-repeat center/contain;
  position: absolute;
  right: 10px;
  bottom: 0;
}
#top-note .note-list li:nth-of-type(n+2) {
  margin-top: 18px;
}
#top-note .note-list-item {
  padding-left: 30px;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-note .note-list-item {
    font-size: 1.5rem;
  }
}
#top-note .note-list-item .ac {
  color: #7c3533;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}
#top-note .note-list-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #34251e;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 10px;
}

/* top-reserve  PC
------------------------------------ */
#top-reserve {
  background: url(../img/top/reserve-bg.jpg) no-repeat center/cover;
  position: relative;
}
#top-reserve::before {
  content: "";
  width: 54.5%;
  height: 1px;
  background: #34251e;
  position: absolute;
  top: 197px;
  right: 0;
}
#top-reserve .reserve-ttl .ja {
  margin-top: 12px;
}
#top-reserve .reserve-flx {
  margin: 50px auto 0;
}
#top-reserve .reserve-btn {
  margin: 0;
  padding: 28px 53px;
  position: relative;
}
#top-reserve .reserve-btn::before {
  content: "";
  width: 25px;
  height: 25px;
  margin: auto;
  background: url(../img/top/reserve-line.png) no-repeat center/contain;
  position: absolute;
  left: 70px;
  top: 0;
  bottom: 0;
}
#top-reserve .reserve-flx-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-reserve .reserve-flx-con {
    max-width: 500px;
  }
}
#top-reserve .reserve-flx-txt {
  text-align: center;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #top-reserve .reserve-flx-txt {
    font-size: 1.5rem;
  }
}
#top-reserve .reserve-check {
  margin: 20px auto 0;
  padding: 35px 50px;
  background: #fff;
  position: relative;
}
#top-reserve .reserve-check::before {
  content: "";
  width: 94px;
  height: 127px;
  background: url(../img/top/reserve-illu.png) no-repeat center/contain;
  position: absolute;
  left: -60px;
  bottom: -30px;
}
#top-reserve .reserve-check li {
  padding-left: 30px;
  background: url(../img/top/reserve-check.png) no-repeat left center;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-reserve .reserve-check li {
    font-size: 1.5rem;
  }
}
#top-reserve .reserve-check li:nth-of-type(n+2) {
  margin-top: 13px;
}

/* top-news  PC
------------------------------------ */
#top-news .news-post {
  margin: 50px auto 0;
}
#top-news .news-btn {
  margin: 80px auto 0;
}

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

  sub layout  all

========================================= */
/* pain  PC
------------------------------------ */
.com-worries {
  position: relative;
}
.com-worries::before {
  content: "";
  width: 29.5%;
  height: 0;
  padding-top: 38.85%;
  background: url(../img/pain/worries-illu.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -400px;
}
@media screen and (max-width: 1440px) {
  .com-worries::before {
    bottom: -200px;
  }
}
.com-worries .worries-flx {
  display: flex;
  margin: 45px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
.com-worries .worries-list {
  width: 100%;
  padding: 50px 40px;
  background: #fff;
  position: relative;
}
.com-worries .worries-list::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 15px 25px 15px 0px;
  position: absolute;
  left: -25px;
  top: 60px;
}
@media screen and (min-width: 768px) {
  .com-worries .worries-list {
    max-width: 670px;
  }
}
.com-worries .worries-list li {
  padding-left: 38px;
  background: url(../img/pain/worries-icon.png) no-repeat left 5px;
  font-family: "ShipporiMinchoB1-Medium", serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-worries .worries-list li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-worries .worries-list li:nth-of-type(n+2) {
    margin-top: 25px;
  }
}
.com-worries .worries-list li span {
  font-family: "ShipporiMinchoB1-SemiBold", serif;
  color: #b4906c;
}

.com-menu {
  position: relative;
}
.com-menu::before {
  content: "";
  width: 25.4%;
  height: 0;
  padding-top: 25.4%;
  background: url(../img/pain/point-illu.png) no-repeat left top/contain;
  position: absolute;
  left: 0;
  bottom: -200px;
}
.com-menu .menu-txt-box {
  margin: 40px auto 0;
  text-align: center;
}
.com-menu .menu-txt-box p:nth-of-type(n+2) {
  margin-top: 8px;
}
.com-menu .menu-txt .ac {
  color: #7c3533;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}
.com-menu .menu-list {
  margin: 48px auto 0;
}
.com-menu .menu-list-item {
  display: flex;
  padding: 40px;
  background: #faf7f7;
  justify-content: space-between;
}
.com-menu .menu-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
.com-menu .menu-list-img {
  width: 300px;
  height: 0;
  padding-top: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-menu .menu-list-con {
    width: 100%;
    max-width: 660px;
  }
}
.com-menu .menu-list-ttl {
  white-space: pre-line;
}
.com-menu .menu-list-price {
  margin: 20px auto 0;
  padding: 13px 40px;
  background: #fff;
  text-align: right;
  font-family: "ShipporiMinchoB1-Medium", serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-menu .menu-list-price {
    font-size: 1.5rem;
  }
}
.com-menu .menu-list-txt {
  margin-top: 23px;
  white-space: pre-line;
}

.com-point {
  background: url(../img/pain/point-illu-lb.png) no-repeat calc(50% - 500px) calc(100% - 64px), url(../img/pain/point-bg.png) no-repeat center bottom/cover;
  border-bottom: 1px solid #dcbdbd;
}
.com-point .point-ttl {
  text-align: center;
}
.com-point .point-ttl-fuki {
  display: inline-block;
  font-family: "ShipporiMinchoB1-Medium", serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #b4906c;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-point .point-ttl-fuki {
    font-size: 1.5rem;
  }
}
.com-point .point-ttl-fuki::before {
  content: "";
  position: absolute;
  width: 356px;
  height: 85px;
  background: url(../img/top/menu-fuki.png) no-repeat center/contain;
  left: -50px;
  top: -21px;
}
.com-point .point-ttl-ja {
  margin-top: 14px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .com-point .point-ttl-ja {
    font-size: 1.75rem;
  }
}
.com-point .point-ttl-ja .lg {
  font-size: 4.5rem;
  color: #7c3533;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-point .point-ttl-ja .lg {
    font-size: 2.25rem;
  }
}
.com-point .point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 48px auto 0;
}
.com-point .point-list-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-point .point-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-point .point-list-item:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
.com-point .point-list-num {
  width: 99px;
  height: 76px;
  margin: auto;
  padding-top: 20px;
  text-align: center;
  background: url(../img/top/feature-num.png) no-repeat center top;
  font-family: "CormorantGaramond-Regular", serif;
  font-size: 3.5rem;
  letter-spacing: 0;
  color: #dcbdbd;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-point .point-list-num {
    font-size: 1.75rem;
  }
}
.com-point .point-list-ttl {
  margin: 14px auto 0;
  border-bottom: 1px solid #d0c0b1;
  text-align: center;
  font-family: "ShipporiMinchoB1-Medium", serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-point .point-list-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-point .point-list-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96px;
  }
}
.com-point .point-list-img {
  margin: 10px auto 0;
}
.com-point .point-list-txt {
  margin: 20px auto 0;
}

.com-voice {
  background: #faf7f7;
}
.com-voice .voice-list {
  width: 100%;
  max-width: 960px;
  margin: 70px auto 0;
}
.com-voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 85px;
}
.com-voice .voice-list-dl {
  display: flex;
  margin: 20px auto 0;
  align-items: center;
}
.com-voice .voice-list-dl dt {
  padding: 10px 16px;
  border: 1px solid;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  color: #714f43;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-list-dl dt {
    font-size: 1.5rem;
  }
}
.com-voice .voice-list-dl dd {
  margin-left: 20px;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.8rem;
  color: #714f43;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-list-dl dd {
    font-size: 1.5rem;
  }
}
.com-voice .voice-list-txt {
  margin: 20px auto 0;
  padding: 22px 30px;
  background: #f4eeee;
  white-space: pre-line;
}

/* information  PC
------------------------------------ */
#information .therapist {
  position: relative;
}
#information .therapist::before {
  content: "";
  width: 29.5%;
  height: 0;
  padding-top: 38.85%;
  background: url(../img/pain/worries-illu.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -400px;
}
@media screen and (max-width: 1440px) {
  #information .therapist::before {
    bottom: -200px;
  }
}
#information .therapist-box {
  margin: 47px auto 0;
  padding: 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #information .therapist-box-con {
    max-width: 540px;
  }
}
#information .therapist-box-ttl {
  padding-bottom: 10px;
}
#information .therapist-box-ttl .sm {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #information .therapist-box-ttl .sm {
    font-size: 1.5rem;
  }
}
#information .therapist-box-txt {
  margin-top: 20px;
  line-height: 2.5;
}
#information .information-box {
  margin: 43px auto 0;
  padding: 30px 60px;
}
#information .information-list {
  display: flex;
  margin: 80px auto 0;
  justify-content: space-between;
}
#information .information-map {
  margin: 80px auto 0;
}

/* news  PC
------------------------------------ */
#news .com-btn {
  background-position-x: calc(100% - 15px);
}
#news .news-post {
  margin: 40px auto 0;
}
#news .news-post-tag {
  margin-top: 10px;
}

/* contact  PC
------------------------------------ */
#contact .contact .ac {
  color: #7c3533;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}/*# sourceMappingURL=all.css.map */