@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSerifJP-SemiBold";
  src: url("../fonts/NotoSerifJP-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("../fonts/PlayfairDisplay-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url("../fonts/ZenOldMincho-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url("../fonts/ZenOldMincho-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url("../fonts/ZenOldMincho-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url("../fonts/ZenOldMincho-SemiBold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

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

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

@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: 33px 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: 90px 0 180px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-tel {
  line-height: 1;
}
.com-tel-ttl {
  margin-right: 10px;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.03em;
  color: #d49090;
}
@media screen and (max-width: 768px) {
  .com-tel-ttl {
    font-size: 1.8rem;
  }
}
.com-tel-link {
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 2rem;
  }
}

.com-box {
  border-radius: 8px;
  border: 1px solid #d49090;
  background: #f7f0ed;
  overflow: hidden;
}

.com-en {
  font-size: clamp(5rem, 18vw, 34.5rem);
  font-family: "PlayfairDisplay-Regular", sans-serif;
  letter-spacing: 0.03em;
  color: #f1dcd7;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  z-index: -1;
}

.news-post {
  width: 100%;
}
.news-post-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-post-item {
    max-width: 650px;
  }
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #d6c9c4;
}
.news-post-item:last-of-type {
  border-bottom: 1px solid #d6c9c4;
}
.news-post-link {
  padding: 35px 10px 30px;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    background-color: rgba(195, 124, 124, 0.2);
    opacity: 1;
  }
}
.news-post-time {
  display: inline-block;
  background: url(../img/top/news-line.png) no-repeat 17px calc(100% - 7px);
  line-height: 1;
  flex-shrink: 0;
}
.news-post-ttl {
  font-family: "NotoSerifJP-SemiBold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-top: 14px;
  flex-wrap: wrap;
}
.news-post-tag li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.news-post-tag-txt {
  padding-left: 15px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #c37c7c;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.news-post-contents {
  margin-left: 33px;
}
.news-post .year {
  display: block;
  margin-bottom: 7px;
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .news-post .year {
    font-size: 1.5rem;
  }
}
.news-post .date {
  display: inline-block;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .news-post .date {
    font-size: 1.5rem;
  }
}
.news-post .date01 {
  transform: translateY(-35px);
}
.news-post .date02 {
  padding-top: 35px;
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 990px;
  margin: 0 auto 0;
  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: 38px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
.com-tag-link {
  max-width: none;
  height: auto;
  padding: 10px 40px;
  line-height: 1.5;
}

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

  main layout  all

========================================= */
/* top-news  PC
------------------------------------ */
#top-news .news-post {
  max-width: 650px;
}
#top-news .news-ttl-en {
  font-size: 9.5rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl-en {
    font-size: 4.75rem;
  }
}
#top-news .news-btn {
  width: 230px;
  margin-top: 80px;
  background-position-x: calc(100% - 25px);
}

/* top-about  PC
------------------------------------ */
#top-about .about-bg {
  position: relative;
  z-index: 1;
}
#top-about .about-bg::before {
  content: "";
  display: block;
  width: calc(100% - 172px);
  height: 100%;
  border-radius: 13px 0 0 13px;
  background-color: #f7f0ed;
  position: absolute;
  right: calc(50% - 960px);
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1497px) {
  #top-about .about-bg::before {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1321px) {
  #top-about .about-bg::before {
    width: 100%;
  }
}
#top-about .about-img {
  position: absolute;
}
#top-about .about-img-l {
  left: calc(50% - 640px);
  top: -125px;
}
@media screen and (min-width: 768px) and (max-width: 1321px) {
  #top-about .about-img-l {
    left: 20px;
  }
}
#top-about .about-img-r {
  right: calc(50% - 727px);
  top: -90px;
}
@media screen and (min-width: 768px) and (max-width: 1497px) {
  #top-about .about-img-r {
    width: 46%;
    right: 20px;
  }
}
#top-about .about-ttl {
  text-align: right;
}
#top-about .about-ttl-hgroup {
  display: inline-block;
  text-align: left;
  position: relative;
}
#top-about .about-ttl-en {
  font-size: 9.5rem;
  position: absolute;
  left: 0;
  top: -121px;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl-en {
    font-size: 4.75rem;
  }
}
#top-about .about-txt-box {
  margin-top: 142px;
  position: relative;
}
#top-about .about-txt-box .about-txt-list:nth-of-type(n+2) {
  margin-top: 12px;
}
#top-about .about-txt-list {
  padding-left: 12px;
  font-family: "NotoSerifJP-SemiBold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-about .about-txt-list {
    font-size: 1.5rem;
  }
}
#top-about .about-txt-list::before {
  content: "・";
  color: #d49090;
  position: absolute;
  left: -8px;
  top: 0;
}
#top-about .about-txt-mt {
  margin-top: 55px;
  font-size: 1.8rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #top-about .about-txt-mt {
    font-size: 1.5rem;
  }
}

/* top-greeting  PC
------------------------------------ */
#top-greeting {
  background: url(../img/top/bokashi.png) no-repeat center bottom/cover;
}
#top-greeting .greeting-inner {
  position: relative;
}
#top-greeting .greeting-img {
  position: absolute;
  left: calc(50% - 783px);
  top: 199px;
  border-radius: 13px;
  overflow: hidden;
}
@media screen and (max-width: 1299px) {
  #top-greeting .greeting-img {
    width: 45%;
    left: 15px;
  }
}
#top-greeting .greeting-contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-greeting .greeting-contents {
    max-width: 490px;
    margin-left: auto;
  }
}
#top-greeting .greeting-ttl-ja {
  margin-top: 29px;
}
#top-greeting .greeting-txt {
  font-size: 1.6rem;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  #top-greeting .greeting-txt {
    font-size: 1.5rem;
  }
}
#top-greeting .greeting-txt-box {
  margin-top: 40px;
}
#top-greeting .greeting-btn {
  margin-top: 50px;
}

/* top-features  PC
------------------------------------ */
#top-features .features-list {
  margin: 55px auto 0;
}
@media screen and (min-width: 768px) {
  #top-features .features-list-item {
    max-width: 500px;
  }
  #top-features .features-list-item:nth-of-type(n+3) {
    margin-top: 45px;
  }
}
#top-features .features-list-num {
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-size: 6rem;
  letter-spacing: 0;
  color: #d49090;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-features .features-list-num {
    font-size: 3rem;
  }
}
#top-features .features-list-ttl {
  margin-top: -78px;
  font-family: "ZenOldMincho-SemiBold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #top-features .features-list-ttl {
    font-size: 1.5rem;
  }
}
#top-features .features-list-ttl-once {
  margin-top: -26px;
}
#top-features .features-list-ttl .bg {
  display: inline-block;
  padding: 0 18px;
  background: #f7f0ed;
}
#top-features .features-list-ttl .bg:nth-of-type(n+2) {
  margin-top: 7px;
}
#top-features .features-img {
  margin: 13px auto 0;
}
#top-features .features-img img {
  margin-left: 20px;
}
#top-features .features-txt {
  margin: 26px auto 0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-features .features-txt {
    font-size: 1.5rem;
  }
}

/* com-bnr  PC
------------------------------------ */
.com-bnr {
  position: relative;
}
.com-bnr::before {
  content: "";
  width: 91.1%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background: #f7f0ed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1396px) {
  .com-bnr::before {
    width: 100%;
  }
}
.com-bnr .bnr-list-item {
  border-right: 1px solid #d6c9c4;
}
.com-bnr .bnr-list-item:nth-of-type(n+2) a {
  padding-left: 47px;
}
@media screen and (min-width: 768px) {
  .com-bnr .bnr-list-item:nth-of-type(n+2) a {
    min-width: 375px;
  }
}
.com-bnr .bnr-list-link {
  padding: 23px 0;
  background: url(../img/top/btn-arw.png) no-repeat calc(100% - 40px) calc(100% - 25px);
}
@media screen and (min-width: 768px) {
  .com-bnr .bnr-list-link {
    min-width: 325px;
  }
  .com-bnr .bnr-list-link:hover {
    background-position-x: calc(100% - 35px);
    opacity: 1;
  }
  .com-bnr .bnr-list-link:hover .bnr-list-ja {
    color: #c37c7c;
  }
}
.com-bnr .bnr-list-ja {
  transition: all 0.3s ease;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bokashi.png) no-repeat center/cover;
}
.com-contact .contact-ttl-en {
  font-size: 12.5rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl-en {
    font-size: 6.25rem;
  }
}
.com-contact .contact-txt {
  margin: 45px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-contact .contact-txt {
    text-align: center;
  }
}
.com-contact .contact-list {
  margin: 57px auto 0;
}
.com-contact .contact-list-item {
  width: 100%;
  max-width: 330px;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 46px;
}

/* top-access  PC
------------------------------------ */
#top-access .access-inner {
  border-top: 1px solid #d6c9c4;
}
#top-access .access-table {
  margin-top: 45px;
}

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

  sub layout  all

========================================= */
/* menu  PC
------------------------------------ */
#menu .menu-list {
  margin: 45px auto 0;
}
#menu .menu-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#menu .menu-list-contents {
  padding: 40px 60px 50px;
}
#menu .menu-list-txt {
  font-family: "NotoSerifJP-SemiBold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.1;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #menu .menu-list-txt {
    font-size: 1.5rem;
  }
}
#menu .menu-list-flx {
  margin: 25px auto 0;
  padding-top: 28px;
  border-top: 1px solid #d6c9c4;
}
@media screen and (min-width: 768px) {
  #menu .menu-list-flx {
    justify-content: space-between;
  }
}
#menu .menu-list-price {
  font-family: "NotoSerifJP-SemiBold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #d49090;
}
@media screen and (max-width: 768px) {
  #menu .menu-list-price {
    font-size: 1.5rem;
  }
}
#menu .menu-list-btn {
  width: 230px;
  height: 55px;
  background-position-x: calc(100% - 20px);
}

/* flow  PC
------------------------------------ */
#flow .flow-list {
  margin: 58px auto 0;
}
#flow .flow-list-item {
  overflow: visible;
}
#flow .flow-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
  position: relative;
}
#flow .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #d49090 transparent transparent transparent;
  border-width: 18px 20px 0px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
}
#flow .flow-list-ttl {
  border-radius: 5px 5px 0 0;
}
#flow .flow-list-contents {
  padding: 30px 45px;
}
#flow .flow-list-txt {
  font-family: "NotoSerifJP-SemiBold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #flow .flow-list-txt {
    font-size: 1.5rem;
  }
}
#flow .faq-list {
  margin: 55px auto 0;
}
#flow .faq-list-item {
  border-bottom: 1px solid #d6c9c4;
  padding-bottom: 50px;
}
#flow .faq-list-item:nth-of-type(n+2) {
  padding-top: 50px;
}
#flow .faq-list-ttl {
  padding-left: 56px;
  font-family: "NotoSerifJP-SemiBold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #d49090;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 768px) {
  #flow .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#flow .faq-list-ttl::before {
  content: "Q";
  font-size: 5rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -10px;
}
@media screen and (max-width: 768px) {
  #flow .faq-list-ttl::before {
    font-size: 2.5rem;
  }
}
#flow .faq-list-txt {
  margin: 30px auto 0;
  padding-left: 56px;
  font-family: "NotoSerifJP-SemiBold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  white-space: pre-line;
  position: relative;
}
@media screen and (max-width: 768px) {
  #flow .faq-list-txt {
    font-size: 1.5rem;
  }
}
#flow .faq-list-txt::before {
  content: "A";
  font-size: 5rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #flow .faq-list-txt::before {
    font-size: 2.5rem;
  }
}

/* voice  PC
------------------------------------ */
#voice .voice-list {
  margin: 70px auto 0;
}
#voice .voice-list-item {
  border-bottom: 1px solid #d6c9c4;
  padding-bottom: 50px;
}
#voice .voice-list-item:nth-of-type(n+2) {
  padding-top: 50px;
}
#voice .voice-list-ttl {
  font-family: "NotoSerifJP-SemiBold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #d49090;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-ttl {
    font-size: 1.5rem;
  }
}
#voice .voice-list-txt {
  margin-top: 17px;
  font-family: "NotoSerifJP-SemiBold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 2;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-txt {
    font-size: 1.5rem;
  }
}

/* information  PC
------------------------------------ */
#information .intro-flx {
  margin: 60px auto 0;
}
#information .intro-flx-con {
  width: 100%;
  max-width: 513px;
}
#information .intro-flx-txt {
  margin-top: 15px;
  font-size: 1.7rem;
  line-height: 2.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #information .intro-flx-txt {
    font-size: 1.5rem;
  }
}
#information .information-inner {
  width: 100%;
  max-width: 1280px;
  border-radius: 13px;
  background: #f7f0ed;
}
#information .information-con {
  width: 100%;
  max-width: 1080px;
  margin: 33px auto 0;
}
#information .information-table tr {
  border-bottom: 1px solid #d6c9c4;
}
@media screen and (min-width: 768px) {
  #information .information-table th {
    width: 165px;
  }
  #information .information-table td {
    white-space: normal;
  }
}
#information .information-map {
  max-width: none;
  margin: 70px auto 0;
  padding-top: 360px;
  border-radius: 15px;
  overflow: hidden;
}

/* contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 38px auto 0;
}
@media screen and (min-width: 768px) {
  #contact .contact-txt {
    text-align: center;
  }
}
#contact .contact-box {
  margin: 40px auto 0;
  padding: 35px 0;
  background: #f7f0ed;
  border-radius: 10px;
}
#contact .contact-box-item:nth-of-type(n+2) {
  margin-left: 49px;
  padding-left: 49px;
  border-left: 1px solid #d6c9c4;
}
@media screen and (min-width: 768px) {
  #contact .contact-box-btn {
    width: 330px;
  }
}
#contact .contact-worktime {
  margin: 14px auto 0;
  text-align: center;
  font-family: "NotoSerifJP-SemiBold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #contact .contact-worktime {
    font-size: 1.5rem;
  }
}
#contact .form {
  border-top: 1px solid #d6c9c4;
}

/* site  PC
------------------------------------ */
#site .site-link::before {
  border-color: #c37c7c;
}

/* blog  PC
------------------------------------ */
#news .clamp1 {
  padding-bottom: 7px;
}
#news .com-btn {
  padding-left: 50px;
  padding-right: 50px;
  background-position-x: calc(100% - 16px);
  border-radius: 25px;
}
#news .com-news-right {
  width: 100%;
  margin-left: 20px;
}
#news .detail .com-news-flx {
  align-items: center;
}
#news .detail .com-news-time {
  margin-bottom: 3px;
}
#news .detail .news-post-tag {
  margin-top: 0;
  margin-left: 15px;
}/*# sourceMappingURL=all.css.map */