@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  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;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 35px 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: 80px 0 100px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  border: 20px solid #ff8287;
  border-radius: 30px;
}
.com-box-inner {
  background: #fff;
  border-radius: 8px;
}

.com-bg01 {
  background: url(../img/top/com_bg-wave-deco-left.png) no-repeat 84px calc(100% - 59px), url(../img/top/com_bg-wave-deco-right.png) no-repeat calc(100% - 123px) calc(100% - 19px), url(../img/top/com_bg-wave-white.png) no-repeat center bottom #e1edb5;
}
@media screen and (min-width: 1921px) {
  .com-bg01 {
    background-size: auto, auto, 100% 157px;
  }
}
.com-bg02 {
  background: url(../img/top/com_bg-deco-top.png) no-repeat calc(50% + 590px) 47px, url(../img/top/com_bg-deco-btm.png) no-repeat calc(100% - 19px) calc(100% - 33px);
  position: relative;
}
.com-bg02::before {
  content: "";
  width: 100%;
  height: 50px;
  background: #e1edb5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .com-bg02.reverse {
    background-position: calc(50% + 590px) 47px, 19px calc(100% - 33px);
  }
}
.com-bg03 {
  padding-bottom: 50px;
  background: #e1edb5;
  position: relative;
}
.com-bg03::before, .com-bg03::after {
  content: "";
  position: absolute;
}
.com-bg03::before {
  width: 178px;
  height: 358px;
  background: url(../img/top/com_deco-left.png) no-repeat left top/contain;
  left: calc(50% - 650px);
  top: -33px;
}
.com-bg03::after {
  width: 229px;
  height: 273px;
  background: url(../img/top/com_deco-right.png) no-repeat center/contain;
  right: calc(50% - 650px);
  top: -40px;
}
@media screen and (max-width: 1362px) {
  .com-bg03::after {
    right: 15px;
  }
}
.com-bg03-box {
  border-radius: 30px;
  background: #fff;
}

.com-onlineshop {
  padding-left: 23px;
  padding-bottom: 7px;
  background: url(../img/top/info-shop.png) no-repeat left top;
  border-bottom: 1px solid;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-onlineshop {
    font-size: 1.5rem;
  }
}

.com-mail-btn {
  display: flex;
  width: 220px;
  height: 50px;
  border-radius: 999px;
  background: #f74d4c;
  justify-content: center;
  align-items: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-mail-btn {
    font-size: 1.5rem;
  }
}
.com-mail-btn::before {
  content: "";
  width: 16px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
}

.com-tel {
  text-align: center;
  line-height: 1;
}
.com-tel-ttl {
  background: #755a3f;
  border-radius: 3px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.2;
}
.com-tel-ttl .sm {
  font-size: 1rem;
}
.com-tel-num {
  padding-left: 20px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 3rem;
  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;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 17px;
  }
  .news-post-item:nth-of-type(n+4) {
    margin-top: 17px;
  }
}
.news-post-link {
  display: block;
  padding: 20px 15px 15px;
  background: #ff8287;
  border-radius: 30px;
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 72%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.news-post-time {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
.news-post-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-top: 7px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin: 0 5px 0 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  margin-top: 10px;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 260px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(4n-3)) {
    margin-left: 13px;
  }
  .com-tag-item:nth-of-type(n+5) {
    margin-top: 13px;
  }
}
.com-tag-link {
  width: 100%;
  padding: 15px;
  border-radius: 33px;
}
.com-tag-link::after {
  flex-shrink: 0;
}

/* =========================================

  main layout  all

========================================= */
/* top-news  PC
------------------------------------ */
#top-news .news-post {
  width: 100%;
  max-width: 875px;
}
#top-news .news-btn {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top-news .news-btn {
    margin-top: 190px;
    background-color: #fff;
  }
}

/* top-greeting  PC
------------------------------------ */
#top-greeting .greeting-bg {
  position: relative;
}
#top-greeting .greeting-img {
  width: 50%;
  height: 697px;
  position: absolute;
  top: 80px;
  left: 0;
}
#top-greeting .greeting-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-greeting .greeting-con {
    max-width: 468px;
    margin-left: auto;
  }
}
#top-greeting .greeting-txt-box {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #top-greeting .greeting-txt-box {
    max-width: 410px;
  }
}
#top-greeting .greeting-btn {
  max-width: 400px;
  margin-top: 43px;
}

/* top-service  PC
------------------------------------ */
#top-service .service-bg {
  background: url(../img/top/top_service-bg.jpg);
}
#top-service .service-inner {
  position: relative;
}
#top-service .service-inner::before {
  content: "";
  width: 149px;
  height: 148px;
  background: url(../img/top/top_service-deco-btm.png) no-repeat center/contain;
  position: absolute;
  right: -41px;
  bottom: -17px;
}
@media screen and (max-width: 1362px) {
  #top-service .service-inner::before {
    right: 0;
  }
}
#top-service .service-list {
  margin: 10px auto 0;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin-left: 42px;
}
#top-service .service-list-ttl {
  display: flex;
  width: 150px;
  height: 150px;
  margin-top: -117px;
  background: #ff8287;
  border-radius: 999px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1.15;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.5rem;
  }
}
#top-service .service-btn {
  max-width: 400px;
  margin: 42px auto 0;
}

/* top-features  PC
------------------------------------ */
#top-features {
  position: relative;
}
#top-features::before {
  content: "";
  width: 230px;
  height: 74px;
  background: url(../img/top/top_service-bg-btm.png) no-repeat center/contain;
  position: absolute;
  left: 63px;
  top: -47px;
}
#top-features .features-bg {
  padding-top: 280px;
  background: url(../img/top/top_features-img.jpg) no-repeat center top;
}
@media screen and (min-width: 768px) {
  #top-features .features-bg {
    background-size: 100%;
  }
}
#top-features .features-box {
  padding: 100px 0;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
#top-features .features-box::before {
  content: "";
  width: 299px;
  height: 105px;
  background: url(../img/top/top_features-deco.png) no-repeat center/contain;
  position: absolute;
  top: -17px;
  right: 27px;
}
#top-features .features-btn {
  margin-top: 100px;
}
#top-features .features-list {
  margin-left: 75px;
  background-size: 18px 2px;
  background-image: linear-gradient(to right, #ffc8c7, #ffc8c7 9px, transparent 9px, transparent 18px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-position: left top;
}
#top-features .features-list-item {
  display: flex;
  padding: 25px 0;
  align-items: center;
  background-size: 18px 2px;
  background-image: linear-gradient(to right, #ffc8c7, #ffc8c7 9px, transparent 9px, transparent 18px);
  background-position: left bottom;
  background-repeat: repeat-x;
}
#top-features .features-list-num {
  width: 50px;
  height: 73px;
  padding-top: 23px;
  background: url(../img/top/top_features-num-bg.png) no-repeat center/contain;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-features .features-list-num {
    font-size: 1.6rem;
  }
}
#top-features .features-list-con {
  margin-left: 21px;
}
#top-features .features-list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-features .features-list-ttl {
    font-size: 1.5rem;
  }
}
#top-features .features-list-txt {
  margin-top: 5px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #top-features .features-list-txt {
    font-size: 1.5rem;
  }
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list {
  display: flex;
  justify-content: center;
}
#top-bnr .bnr-list-item {
  width: 50%;
}
#top-bnr .bnr-list-item:nth-of-type(2) {
  background-size: 2px 18px;
  background-image: linear-gradient(to top, #ffc8c7, #ffc8c7 9px, transparent 9px, transparent 18px);
  background-position: left top;
  background-repeat: repeat-y;
}
#top-bnr .bnr-list-link {
  display: flex;
  width: 100%;
  padding: 50px 0 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#top-bnr .bnr-list-link::after {
  content: "";
  width: 50px;
  height: 50px;
  margin-left: 79px;
  background: url(../img/top/bnr-arw.png) no-repeat center/contain;
}

/* com-contact  PC
------------------------------------ */
.com-contact .contact-box {
  padding: 40px 50px;
  background: #ffc8c7;
  border-radius: 30px;
  position: relative;
}
.com-contact .contact-box::before, .com-contact .contact-box::after {
  content: "";
  position: absolute;
}
.com-contact .contact-box::before {
  width: 118px;
  height: 131px;
  background: url(../img/top/com_cta-deco-right-left.png) no-repeat center/contain;
  left: -36px;
  top: -43px;
}
.com-contact .contact-box::after {
  width: 164px;
  height: 85px;
  background: url(../img/top/com_cta-deco-right-after.png) no-repeat center/contain;
  right: -68px;
  bottom: -34px;
}
.com-contact .contact-box-illu {
  position: absolute;
  right: -107px;
  bottom: -25px;
  z-index: -1;
}
.com-contact .contact-txt {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list {
  margin: 27px auto 0;
}
.com-contact .contact-list-item {
  width: 100%;
  max-width: 307px;
  border-radius: 8px;
  background: #ffc8c7;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-list-item:nth-of-type(n+2) {
    margin-left: 27px;
  }
}
.com-contact .contact-list-item::before, .com-contact .contact-list-item::after {
  content: "";
  width: 40px;
  height: 38px;
  position: absolute;
  top: 0;
}
.com-contact .contact-list-item::before {
  background: url(../img/top/com_cta-tti-deco-left.png) no-repeat;
  left: 0;
}
.com-contact .contact-list-item::after {
  background: url(../img/top/com_cta-tti-deco-right.png) no-repeat;
  right: 0;
}
.com-contact .contact-list-item:last-of-type {
  background-color: #ffffff;
}
.com-contact .contact-list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-ttl {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-ttl .lg {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-ttl .lg {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-btn {
  width: 280px;
  height: 60px;
  margin: 18px auto 0;
}
.com-contact .contact-list-btn-reserve::before {
  width: 16px;
  height: 16px;
  background-image: url(../img/top/contact-reserve.png);
}
.com-contact .contact-tel {
  margin: 15px auto 0;
}
.com-contact .contact-tel-num {
  padding-left: 23px;
  font-size: 3.8rem;
  background-image: url(../img/top/contact-tel-ico.png);
  background-position: left 60%;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-num {
    font-size: 1.9rem;
  }
}
.com-contact .contact-tel-note {
  padding-right: 11px;
  text-align: right;
}

/* =========================================

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .commit-list {
  display: flex;
  margin: 40px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#about .commit-list-item {
  width: 100%;
  max-width: 480px;
}
#about .commit-list-item:nth-of-type(2n) {
  margin-left: 20px;
}
#about .commit-list-item:nth-of-type(n+3) {
  margin-top: 20px;
}
#about .commit-list-inner {
  padding: 30px;
}
#about .commit-list-ttl {
  display: flex;
  align-items: center;
}
#about .commit-list-ttl .num {
  width: 50px;
  height: 73px;
  padding-top: 26px;
  background: url(../img/about/top_features-num-bg.png) no-repeat center/contain;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about .commit-list-ttl .num {
    font-size: 1.6rem;
  }
}
#about .commit-list-ttl .ttl {
  width: 100%;
  max-width: 314px;
  margin-left: 15px;
}
#about .commit-list-txt {
  margin: 21px auto 0;
}
@media screen and (min-width: 768px) {
  #about .features {
    background-position: calc(50% + 590px) 47px, 19px calc(100% - 33px);
  }
}
#about .features-flx {
  margin: 27px auto 0;
}
#about .features-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .features-list {
    max-width: 630px;
  }
}
#about .features-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#about .features-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .features-list-con {
    max-width: 370px;
    margin-top: 56px;
  }
}
#about .features-list-ttl {
  font-size: 2.8rem;
  color: #ff8287;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #about .features-list-ttl {
    font-size: 1.5rem;
  }
}
#about .features-list-txt {
  margin-top: 21px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  #about .features-list-txt {
    font-size: 1.5rem;
  }
}
#about .variety-list {
  margin: 25px auto 0;
  position: relative;
  z-index: 1;
}
#about .variety-list-item {
  display: flex;
  background: #fff;
  padding: 30px 40px 30px 30px;
  border-radius: 30px;
  align-items: flex-start;
}
#about .variety-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#about .variety-list-img {
  width: 500px;
  height: 0;
  padding-top: 375px;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
#about .variety-list-con {
  width: 100%;
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  #about .variety-list-con {
    max-width: 480px;
  }
}
#about .variety-list-txt {
  margin: 20px auto 0;
  white-space: pre-line;
}

/* service  PC
------------------------------------ */
#service .service-flx {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 24px auto 0;
}
#service .service-flx-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .service-flx-con {
    max-width: 450px;
    margin-top: 20px;
    margin-left: 46px;
  }
}
#service .service-flx-btn {
  display: flex;
  width: 100%;
  height: 70px;
  margin: 45px auto 0;
  border-radius: 999px;
  background: #f74d4c;
  justify-content: center;
  align-items: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #service .service-flx-btn {
    font-size: 1.5rem;
  }
}
#service .service-flx-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(../img/top/side-reserve.png) no-repeat center/contain;
}
#service .service-flx-btn-cart::before {
  width: 15px;
  height: 14px;
  background: url(../img/service/cart.png) no-repeat center/contain;
}
#service .service-flx-box {
  margin-top: 24px;
}
#service .service-box-inner {
  padding: 20px 30px;
}
#service .service-box-inner h4:nth-of-type(n+2) {
  margin-top: 27px;
}
#service .service-box-ttl {
  font-size: 1.8rem;
}
#service .service-box-txt {
  margin: 13px 0 0;
}
#service .service-box-txt-sm {
  margin-top: 24px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
#service .sec01-list {
  margin: 30px auto 0;
}
#service .sec01-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .sec01-list-item {
    max-width: 560px;
  }
  #service .sec01-list-item:nth-of-type(n+2) {
    margin-left: 21px;
  }
}
#service .fee-txt {
  margin: 20px auto 0;
  text-align: center;
}
#service .fee-table {
  width: 100%;
}
#service .fee-table-wrap {
  margin: 30px auto 0;
  border-radius: 8px;
  overflow: hidden;
}
#service .fee-table tr:nth-of-type(n+3) {
  background-size: 18px 2px;
  background-image: linear-gradient(to right, #ffc8c7, #ffc8c7 9px, transparent 9px, transparent 18px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-position: center top;
}
#service .fee-table tr th:nth-of-type(1) {
  width: 540px;
}
#service .fee-table tr th:nth-of-type(n+2) {
  width: 270px;
  position: relative;
}
#service .fee-table tr th:nth-of-type(n+2)::before {
  content: "";
  width: 1px;
  height: 30px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#service .fee-table tr td:nth-of-type(1) {
  text-align: left;
}
#service .fee-table th, #service .fee-table td {
  text-align: center;
}
#service .fee-table th {
  padding: 20px;
  background: #ff8287;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service .fee-table th {
    font-size: 1.5rem;
  }
}
#service .fee-table td {
  padding: 30px 20px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #service .fee-table td {
    font-size: 1.5rem;
  }
}
#service .fee-note {
  margin: 30px auto 0;
}
#service .fee-note li {
  padding-left: 16px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .fee-note li {
    font-size: 1.5rem;
  }
}
#service .fee-note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#service .other {
  margin: 25px auto 0;
}
#service .other-txt {
  margin: 23px auto 0;
  text-align: center;
}
#service .other-list {
  display: flex;
  margin: 25px auto 0;
  justify-content: center;
}
#service .other-list-item:nth-of-type(n+2) {
  margin-left: 40px;
}
#service .other-list-ttl {
  margin: 12px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  #service .other-list-ttl {
    font-size: 1.5rem;
  }
}
/* voice  PC
------------------------------------ */
#voice .voice-list {
  width: 100%;
  max-width: 980px;
  margin: 27px auto 0;
}
#voice .voice-list-item {
  position: relative;
}
#voice .voice-list-item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  border-top: 20px solid #ff8287;
  border-bottom: 0;
  position: absolute;
  left: 50px;
  bottom: -20px;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#voice .voice-list-inner {
  padding: 30px 40px 40px;
}
#voice .voice-list-profile {
  margin-top: 10px;
  text-align: right;
}
#voice .voice-list-txt {
  margin: 5px auto 0;
  line-height: 1.66;
  white-space: pre-line;
}

/* farm  PC
------------------------------------ */
#farm .info-box {
  max-width: 980px;
  margin: 23px auto 0;
}
#farm .info-box-inner {
  padding: 26px 40px;
}
#farm .access::before {
  content: none;
}
#farm .access-txt {
  margin: 25px auto 0;
  text-align: center;
}
#farm .access-box {
  margin: 40px auto 0;
}

/* news  PC
------------------------------------ */
#news .com-tag {
  margin-top: 20px;
}
#news .news-tag-ttl {
  margin: 30px auto 0;
}
#news .news-post {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #news .news-post-item {
    max-width: 320px;
  }
  #news .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  #news .news-post-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
#news .detail .com-box-inner {
  padding: 30px 40px 40px;
}
#news .detail-ttl {
  padding-bottom: 10px;
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #news .detail-ttl {
    font-size: 1.5rem;
  }
}
#news .detail .news-post-time {
  font-size: 1.5rem;
  color: #755a3f;
}
#news .detail .news-post-tag {
  margin-top: 30px;
}
#news .detail .news-post-tag-txt {
  font-size: 1.5rem;
  color: #755a3f;
}

/* contact  PC
------------------------------------ */
#contact {
  padding-bottom: 100px;
}/*# sourceMappingURL=all.css.map */