@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: "CormorantGaramond-Light";
  src: url("../fonts/CormorantGaramond-Light.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	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: "CormorantGaramond-Light";
  src: url("../fonts/CormorantGaramond-Light.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

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

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

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

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

.com-txt-box p:nth-of-type(n+2) {
  margin: 40px auto 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: 85px 0 115px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-border {
  border-top: 1px solid #e5e5e5;
}

.com-tel-link {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.6rem;
  }
}
.com-tel-num {
  font-size: 3.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .com-tel-num {
    font-size: 1.7rem;
  }
}
.com-tel-note {
  display: block;
  margin-top: 7px;
  line-height: 1;
}

.com-dl div {
  display: flex;
}
.com-dl div:nth-of-type(n+2) {
  margin-top: 8px;
}
.com-dl dt, .com-dl dd {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-dl dt, .com-dl dd {
    font-size: 1.6rem;
  }
}
.com-dl dt {
  flex-shrink: 0;
}

.news-post {
  width: 100%;
  max-width: 740px;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 2px solid #e5e5e5;
}
.news-post-link {
  display: block;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-time, .news-post-link:hover .news-post-tag-txt, .news-post-link:hover .news-post-ttl {
    color: #a78727;
    border-color: #a78727;
  }
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time, .news-post-tag-txt, .news-post-ttl {
    font-size: 1.6rem;
  }
}
.news-post-time, .news-post-tag-txt {
  line-height: 1.2;
}
.news-post-time {
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #76491b;
  flex-wrap: wrap;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: ", ";
}
.news-post-ttl {
  margin-top: 5px;
  line-height: 1.7;
}

.com-tag {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 50px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 10px 35px;
  border: 2px solid #76491b;
  text-align: center;
  color: #76491b;
  background-color: #fff;
  box-shadow: none;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-color: #a78727;
    border-color: #a78727;
    color: #fff;
  }
}
.com-tag-link-current {
  background-color: #a78727;
  border-color: #a78727;
  color: #fff;
}

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

  main layout  all

========================================= */
/*  top-about  PC
------------------------------------ */
#top-about .about-txt {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt {
    text-align: center;
  }
}
#top-about .about-btn-wrap {
  margin: 50px auto 0;
  text-align: center;
}

/*  top-service  PC
------------------------------------ */
#top-service {
  background: url(../img/top/service-bg.jpg) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #top-service {
    background-size: 100%;
  }
}
#top-service .com-ttl01::after {
  background-color: #fff;
}
#top-service .com-ttl01-en {
  color: #fff;
  font-size: 10.6rem;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #top-service .com-ttl01-en {
    font-size: 5.3rem;
  }
}
#top-service .service-list {
  display: flex;
  margin: 75px auto 0;
  justify-content: space-between;
}
#top-service .service-list-img {
  border-radius: 20px;
  overflow: hidden;
}
#top-service .service-list-ttl {
  margin: 14px auto 0;
  text-align: center;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.6rem;
  }
}
#top-service .service-txt {
  margin: 47px auto 0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  #top-service .service-txt {
    text-align: center;
  }
}
#top-service .service-btn-wrap {
  margin: 45px auto 0;
  text-align: center;
}

/*  top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list-item {
  width: 45.8%;
  max-width: 880px;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin-left: 4.1%;
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 115px 0 53px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link {
    height: 340px;
  }
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/voice-bg.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/information-bg.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-txt {
  margin: 30px auto 0;
  text-align: center;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-txt {
    font-size: 1.6rem;
  }
}
#top-bnr .schedule {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}
#top-bnr .schedule-link-wrap {
  text-align: right;
}

/*  top-contact  PC
------------------------------------ */
#top-contact .contact-box {
  padding: 35px 0 60px;
  border-radius: 20px;
  background: rgba(167, 135, 39, 0.05);
}
#top-contact .contact-ttl {
  font-family: "CormorantGaramond-Light", serif;
  font-size: 6.8rem;
  letter-spacing: 0.06em;
  color: #a78727;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-ttl {
    font-size: 3.4rem;
  }
}
#top-contact .contact-ttl::after {
  background-color: #76491b;
}
#top-contact .contact-txt {
  margin: 19px auto 0;
}
@media screen and (min-width: 768px) {
  #top-contact .contact-txt {
    text-align: center;
  }
}
#top-contact .contact-list {
  display: flex;
  margin: 27px auto 0;
  justify-content: center;
  align-items: center;
}
#top-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 39px;
}
#top-contact .contact-list-btn {
  display: flex;
  width: 280px;
  height: 60px;
  background: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  color: #a78727;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-list-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #top-contact .contact-list-btn:hover {
    background-color: #76491b;
    color: #fff;
  }
}
#top-contact .contact-list-btn::before {
  content: "";
  width: 23px;
  height: 15px;
  margin-right: 14px;
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
}

/*  top-news  PC
------------------------------------ */
#top-news {
  position: relative;
  z-index: 1;
}
#top-news::before {
  content: "";
  width: 1200px;
  height: calc(100% - 60px);
  border-radius: 55px 0 0 55px;
  background-color: #fff;
  position: absolute;
  right: calc(50% - 960px);
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-news::before {
    border-radius: 55px;
  }
}
#top-news .news-btn {
  display: block;
  width: 250px;
  height: 60px;
  margin-top: 60px;
  background: url(../img/top/arw.png) no-repeat calc(100% - 15px) center #fff;
  border-radius: 20px;
  text-align: center;
  font-family: "ShipporiMinchoB1-Medium", serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #top-news .news-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #top-news .news-btn:hover {
    background-color: #76491b;
    color: #fff;
    opacity: 1;
  }
}
#top-news .news-post {
  padding: 55px 0;
}

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

  sub layout  all

========================================= */
/*  about  PC
------------------------------------ */
#about .concept-flx {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #about .concept-txt-box {
    max-width: 540px;
  }
}
#about .concept-txt-box p {
  letter-spacing: 0.16em;
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #about .concept-txt-box p {
    font-size: 1.6rem;
  }
}
#about .concept-img {
  border-radius: 15px;
  overflow: hidden;
}
#about .commit-txt {
  margin: 55px auto 0;
}
@media screen and (min-width: 768px) {
  #about .commit-txt {
    text-align: center;
  }
}
#about .commit-list {
  margin: 80px auto 0;
}
#about .commit-list-item {
  padding: 10px 0 10px 192px;
}
#about .commit-list-item:nth-of-type(n+2) {
  margin-top: 50px;
  padding-top: 46px;
  border-top: 1px solid #e5e5e5;
}
#about .commit-list-item01 {
  background: url(../img/about/with-ico01.png) no-repeat 31px 0px;
}
#about .commit-list-item02 {
  background: url(../img/about/with-ico02.png) no-repeat 5px bottom;
}
#about .commit-list-item03 {
  background: url(../img/about/with-ico03.png) no-repeat 28px bottom;
}
#about .commit-list-item04 {
  background: url(../img/about/with-ico04.png) no-repeat 38px calc(100% - 10px);
}
#about .commit-list-ttl {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
#about .commit-list-ttl-num {
  color: #a78727;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #about .commit-list-ttl-num {
    font-size: 1.6rem;
  }
}
#about .commit-list-ttl-txt {
  margin-left: 5px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #about .commit-list-ttl-txt {
    font-size: 1.6rem;
  }
}
#about .commit-list-txt {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #about .commit-list-txt {
    font-size: 1.6rem;
  }
}
#about .service-ul {
  margin: 40px auto 0;
}
#about .service-ul-li:nth-of-type(n+2) {
  margin-top: 120px;
}
#about .service-list {
  display: flex;
  margin: 21px auto 0;
  flex-wrap: wrap;
}
#about .service-list-box {
  padding-top: 130px;
  border-radius: 20px;
  background: url(../img/about/service-bg.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  #about .service-list-box {
    height: 460px;
  }
}
#about .service-list-box-ttl {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #about .service-list-box-ttl {
    font-size: 1.6rem;
  }
}
#about .service-list-box-txt {
  margin: 30px auto 0;
  text-align: center;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #about .service-list-box-txt {
    font-size: 1.6rem;
  }
}
#about .service-list li {
  padding: 205px 20px 30px;
  border-radius: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about .service-list li:nth-of-type(n+4) {
    margin-top: 20px;
  }
}
#about .service-list-ttl {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .service-list-ttl {
    font-size: 1.6rem;
  }
}
#about .service-list-txt {
  margin: 20px auto 0;
  text-align: left;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  #about .service-list-txt {
    font-size: 1.6rem;
  }
}
#about .service-list-btn {
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  #about .service-list01-item {
    width: 350px;
  }
  #about .service-list01-item:not(:nth-of-type(3n-2)) {
    margin-left: 15px;
  }
}
#about .service-list01-item01 {
  background-image: url(../img/about/service-ico01.png);
  background-position: center 37px;
}
#about .service-list01-item02 {
  background-image: url(../img/about/service-ico02.png);
  background-position: center 40px;
}
#about .service-list01-item03 {
  background-image: url(../img/about/service-ico03.png);
  background-position: center 30px;
}
#about .service-list01-item04 {
  background-image: url(../img/about/service-ico04.png);
  background-position: center 40px;
}
#about .service-list01-item05 {
  background-image: url(../img/about/service-ico05.png);
  background-position: center 37px;
}
#about .service-list01-item06 {
  background-image: url(../img/about/service-ico06.png);
  background-position: center 88px;
}
@media screen and (min-width: 768px) {
  #about .service-list02-item {
    max-width: 530px;
  }
  #about .service-list02-item:nth-of-type(2n) {
    margin-left: 19px;
  }
  #about .service-list02-item:nth-of-type(n+3) {
    margin-top: 19px;
  }
}
#about .service-list02-item01 {
  background-image: url(../img/about/service02-ico01.png);
  background-position: center 44px;
}
#about .service-list02-item02 {
  background-image: url(../img/about/service02-ico02.png);
  background-position: center 44px;
}
#about .service-list02-item03 {
  background-image: url(../img/about/service02-ico03.png);
  background-position: center 47px;
}
#about .service-list02-item04 {
  background-image: url(../img/about/service02-ico04.png);
  background-position: center 44px;
}

/*  service  PC
------------------------------------ */
#service .service-list-item {
  display: flex;
  justify-content: space-between;
}
#service .service-list-item:nth-of-type(n+2) {
  margin: 120px auto 0;
}
#service .service-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#service .service-list-contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .service-list-contents {
    max-width: 560px;
  }
}
#service .service-list-img {
  border-radius: 20px;
  overflow: hidden;
}
#service .service-list-ttl {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #service .service-list-ttl {
    font-size: 1.6rem;
  }
}
#service .service-list-ttl-sub {
  margin-top: 27px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2rem;
  letter-spacing: 0.16em;
  color: #d2718a;
}
@media screen and (max-width: 768px) {
  #service .service-list-ttl-sub {
    font-size: 1.6rem;
  }
}
#service .service-list-txt {
  margin-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #service .service-list-txt {
    font-size: 1.6rem;
  }
}
#service .service-list-check {
  border-radius: 20px;
  padding: 22px 15px;
  background: #f4f2ed;
}
#service .service-list-check-list li {
  padding-left: 20px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .service-list-check-list li {
    font-size: 1.6rem;
  }
}
#service .service-list-check-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#service .service-list-check-list li:nth-of-type(n+2) {
  margin-top: 13px;
}
#service .price-txt-box {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #service .price-txt-box {
    text-align: center;
  }
}
#service .price-box {
  margin: 65px auto 0;
  padding: 40px;
  border-radius: 20px;
  background: #f4f2ed;
}
#service .price-list {
  margin: 30px auto 0;
}
#service .price-list-item:nth-of-type(n+2) {
  margin: 37px auto 0;
}
#service .price-list-ttl {
  display: flex;
  align-items: center;
  line-height: 1;
}
#service .price-list-ttl-num {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #a78727;
}
@media screen and (max-width: 768px) {
  #service .price-list-ttl-num {
    font-size: 1.6rem;
  }
}
#service .price-list-ttl-txt {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #service .price-list-ttl-txt {
    font-size: 1.6rem;
  }
}
#service .price-list-txt {
  margin-top: 13px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #service .price-list-txt {
    font-size: 1.6rem;
  }
}
#service .menu-box {
  margin: 30px auto 0;
  padding: 36px 0 34px;
  background: #f4f2ed;
  border-radius: 20px;
}
#service .menu-box-list {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  flex-wrap: wrap;
}
#service .menu-box-list-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #service .menu-box-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #service .menu-box-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#service .menu-box-link {
  display: block;
  padding: 17px;
  background: #fff;
  border-radius: 18px;
  text-align: center;
  font-family: "ShipporiMinchoB1-Medium", serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #service .menu-box-link {
    font-size: 1.6rem;
  }
}
#service .menu-box-link-current {
  background: #a78727;
  color: #fff;
}
#service .menu-list {
  max-width: 1080px;
  margin: 100px auto 0;
}
#service .menu-list-item:nth-of-type(n+2) {
  margin-top: 50px;
  padding-top: 58px;
  border-top: 1px solid #e5e5e5;
}
#service .menu-list-tag {
  display: flex;
  flex-wrap: wrap;
}
#service .menu-list-tag-txt {
  margin: 0 15px 15px 0;
  padding: 8px 15px;
  background: #f0ece3;
  border-radius: 999px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #a78727;
}
@media screen and (max-width: 768px) {
  #service .menu-list-tag-txt {
    font-size: 1.6rem;
  }
}
#service .menu-list-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#service .menu-list-ttl-txt {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #service .menu-list-ttl-txt {
    font-size: 1.6rem;
  }
}
#service .menu-list-ttl-price {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #a78727;
}
@media screen and (max-width: 768px) {
  #service .menu-list-ttl-price {
    font-size: 1.6rem;
  }
}
#service .menu-list-txt {
  margin: 16px auto 0;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  #service .menu-list-txt {
    font-size: 1.6rem;
  }
}

/*  voice  PC
------------------------------------ */
#voice .voice-txt {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #voice .voice-txt {
    text-align: center;
  }
}
#voice .voice-list {
  margin: 70px auto 0;
}
#voice .voice-list-item {
  padding: 34px 50px;
  background: #fff;
  border-radius: 21px;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#voice .voice-list-dl-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  #voice .voice-list-dl.mr {
    margin-right: 38px;
  }
}
#voice .voice-list-dl dt {
  height: 40px;
  padding: 0 11px;
  border-radius: 999px;
  background: #f6f3e9;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #a78727;
  line-height: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-dl dt {
    font-size: 1.6rem;
  }
}
#voice .voice-list-dl dd {
  margin-left: 13px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #a78727;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-dl dd {
    font-size: 1.6rem;
  }
}
#voice .voice-list-ttl {
  margin-top: 13px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-ttl {
    font-size: 1.6rem;
  }
}
#voice .voice-list-gallery {
  display: flex;
  margin: 45px auto 0;
  padding-bottom: 30px;
  overflow-x: auto;
}
#voice .voice-list-gallery-item {
  width: 49%;
  height: 0;
  padding-top: 38%;
  border-radius: 20px;
  flex: 0 0 49%;
  position: relative;
  overflow: hidden;
}
#voice .voice-list-gallery-item:nth-of-type(n+2) {
  margin-left: 2%;
}
#voice .voice-list-txt {
  margin: 25px auto 0;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 2.375;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-txt {
    font-size: 1.6rem;
  }
}
#voice .qa-list {
  margin: 80px auto 0;
}
#voice .qa-list-item {
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
}
#voice .qa-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
#voice .qa-list-ttl {
  padding: 25px 40px 20px 85px;
  background: #f6f3e9;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 2.1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #voice .qa-list-ttl {
    font-size: 1.6rem;
  }
}
#voice .qa-list-ttl::before {
  content: "Q.";
  font-family: "CormorantGaramond-Light", serif;
  font-size: 4.2rem;
  letter-spacing: 0.06em;
  position: absolute;
  left: 30px;
  top: 25px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #voice .qa-list-ttl::before {
    font-size: 2.1rem;
  }
}
#voice .qa-list-txt {
  padding: 25px 40px 25px 85px;
  line-height: 2.375;
  white-space: pre-line;
  position: relative;
}
#voice .qa-list-txt::before {
  content: "A.";
  font-family: "CormorantGaramond-Light", serif;
  font-size: 4.2rem;
  color: #d2718a;
  letter-spacing: 0.06em;
  position: absolute;
  left: 30px;
  top: 25px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #voice .qa-list-txt::before {
    font-size: 2.1rem;
  }
}

/*  information  PC
------------------------------------ */
#information .message-box {
  margin: 66px auto 0;
  position: relative;
}
#information .message-box-ttl {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #information .message-box-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #information .message-img {
    position: absolute;
    right: 0;
    top: 0;
  }
}
#information .message-txt {
  letter-spacing: 0.16em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #information .message-txt {
    font-size: 1.6rem;
  }
}
#information .message-txt-box {
  margin-top: 16px;
}
#information .message-name {
  margin-top: 15px;
  text-align: right;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #d2718a;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #information .message-name {
    font-size: 1.6rem;
  }
}
#information .information-box {
  padding: 44px 40px 50px;
  background: #fff;
  border-radius: 45px;
}
#information .information-table {
  margin: 44px auto 0;
}
#information .map {
  text-align: center;
}
#information .map-ttl {
  display: inline-block;
  padding-left: 23px;
  background: url(../img/information/map.png) no-repeat left center;
  font-family: "CormorantGaramond-Light", serif;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #a78727;
}
@media screen and (max-width: 768px) {
  #information .map-ttl {
    font-size: 1.6rem;
  }
}
#information .ggmap {
  margin: 20px auto 0;
}

/*  news  PC
------------------------------------ */
#news .com-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}

/*  site  PC
------------------------------------ */
#site .site-box {
  margin: auto;
  background-color: #fff;
  border-radius: 30px;
}/*# sourceMappingURL=all.css.map */