@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

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

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

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

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

.com-anchor {
  scroll-margin-top: 120px; /* ヘッダーの高さ分 */
}

.nowrap {
  white-space: nowrap;
}

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

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 46px;
  }
}
.com-txt .ac {
  color: #d98c3a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.com-txt .border {
  padding-bottom: 5px;
  border-bottom: 1px solid #db9931;
}

.marker {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(113, 186, 47, 0.3);
  border-radius: 5.5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
  content: "";
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 140px 0;
  }
}

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

/*  共通パーツ
------------------------------------ */
.com-box {
  padding: 50px;
  background: url(../img/ptn/ptn05.png);
}

.com-bg01 {
  background: #f5e7d7;
}

.com-deco {
  position: relative;
}
.com-deco::before {
  content: "";
  display: block;
  width: 99px;
  height: 35px;
  background: url(../img/cocoa/solution-ico.png) no-repeat right top/contain;
  position: absolute;
  z-index: 1;
}

.com-reserve {
  padding-right: 20px;
  background: url(../img/top/info-contact-arw.png) no-repeat right center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-reserve {
    font-size: 1.5rem;
  }
}
.com-reserve {
  letter-spacing: 0;
  line-height: 1.1;
  color: #d98c3a;
  white-space: nowrap;
}

.com-info {
  width: 303px;
  margin-left: 30px;
}
.com-info-ttl {
  height: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
}
.com-info-ttl01 {
  background: #f5e7d7;
  color: #db9931;
}
.com-info-ttl02 {
  background: #f1d8bd;
  color: #ce7618;
}
.com-info-flx {
  margin: 10px auto 0;
}
.com-info-btn {
  display: block;
  width: 120px;
  padding-left: 15px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.com-info-btn01 {
  background: url(../img/top/web.png) no-repeat 13px center #db9931;
}
.com-info-btn02 {
  background: url(../img/top/web.png) no-repeat 13px center #ce7618;
}

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

.news-post {
  display: flex;
  width: 100%;
}
.news-post-item {
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .news-post-item:nth-of-type(n+2) {
    margin-left: 49px;
  }
}
.news-post-link {
  display: block;
}
.news-post-time {
  display: block;
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.news-post-img {
  width: 100%;
  height: 0;
  margin: 8px auto 0;
  padding-top: 66.3%;
  position: relative;
}
.news-post-ttl {
  margin: 24px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.news-post-tag {
  display: flex;
  margin-top: 14px;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.3;
}
.news-post-tag li {
  margin: 0 8px 8px 0;
}
.news-post-tag-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.news-post-tag-txt .ac {
  color: #d98c3a;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag > li:nth-of-type(n+2) {
  margin-left: 48px;
}
.com-tag-item {
  width: 100%;
  max-width: 350px;
}
.com-tag-link {
  width: 100%;
  max-width: none;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-txt-box {
  margin: 73px auto 0;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt-box {
    text-align: center;
  }
}
#top-about .service {
  padding-bottom: 140px;
}
#top-about .service-item {
  display: flex;
  padding: 110px 0 106px;
  position: relative;
}
#top-about .service-item::before {
  content: "";
  display: block;
  width: 89.6%;
  height: 100%;
  background: #f5e7d7;
  position: absolute;
  top: 0;
  z-index: -1;
}
#top-about .service-item01::before {
  right: 0;
}
#top-about .service-item02 {
  margin: 110px auto 0;
  flex-direction: row-reverse;
}
#top-about .service-item02::before {
  left: 0;
}
#top-about .service-img {
  width: 43.2%;
}
#top-about .service-img img {
  width: 100%;
}
#top-about .service-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-about .service-con {
    max-width: 590px;
  }
  #top-about .service-con-r {
    margin-left: 65px;
  }
  #top-about .service-con-l {
    margin-right: 65px;
  }
}
#top-about .service-con-txt-box {
  margin: 28px auto 0;
}
#top-about .service-con-btn {
  margin: 37px auto 0;
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: #fff;
}
#top-news .news-ttl::before, #top-news .news-ttl::after {
  width: 46px;
  top: 66px;
}
#top-news .news-btn {
  width: 260px;
  margin-top: 58px;
}
#top-news .news-post {
  width: 100%;
  max-width: 760px;
}

/* top-access  PC
------------------------------------ */
#top-access .access-list {
  margin: 60px auto 0;
}
#top-access .access-list-item {
  padding: 60px;
  background: url(../img/ptn/ptn05.png);
}
#top-access .access-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#top-access .access-list-flx {
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between;
}
#top-access .access-list-map {
  max-width: 450px;
  padding-top: 320px;
}
#top-access .access-list-table {
  margin: 26px auto 0;
}

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

  sub layout  all

========================================= */
/* cocoa  PC
------------------------------------ */
#cocoa .worries-inner {
  position: relative;
  z-index: 0;
}
#cocoa .worries-img {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #cocoa .worries-ttl::before, #cocoa .worries-ttl::after {
    width: 212px;
    top: 64px;
  }
}
#cocoa .worries-list {
  display: inline-block;
  padding: 50px 80px;
  margin-top: 44px;
  background: url(../img/ptn/ptn05.png);
}
#cocoa .worries-list-item {
  padding-left: 35px;
  background: url(../img/cocoa/worries-check.png) no-repeat left 2px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #cocoa .worries-list-item {
    font-size: 1.5rem;
  }
}
#cocoa .worries-list-item {
  letter-spacing: 0.12em;
  line-height: 1.7;
}
#cocoa .worries-list-item:nth-of-type(n+2) {
  margin-top: 23px;
}
#cocoa .about-ttl {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #cocoa .about-ttl::before, #cocoa .about-ttl::after {
    width: 223px;
    top: 97px;
  }
}
#cocoa .about-bg {
  background: url(../img/cocoa/arw.png) no-repeat right bottom #f6ebd6;
}
#cocoa .about-flx {
  margin: 42px auto 0;
}
#cocoa .about-flx-img::before {
  top: 29px;
  right: -61px;
}
#cocoa .about-con {
  max-width: 540px;
  padding: 47px 45px 0;
}
#cocoa .about-con-txt {
  margin: 18px auto 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #cocoa .about-con-txt {
    font-size: 1.5rem;
  }
}
#cocoa .about-con-txt {
  line-height: 1.8;
}
#cocoa .about-bnr {
  margin: 40px auto 0;
}
#cocoa .about-bnr-item {
  width: 100%;
  max-width: 330px;
}
#cocoa .about-bnr-link {
  display: block;
  padding: 30px 0 30px 20px;
}
#cocoa .about-bnr-link01 {
  background: url(../img/cocoa/bnr-ico01.png) no-repeat 20px center, url(../img/cocoa/arw.png) no-repeat right bottom #f6ebd6;
}
#cocoa .about-bnr-link02 {
  background: url(../img/cocoa/bnr-ico02.png) no-repeat 20px center, url(../img/cocoa/arw.png) no-repeat right bottom #f6ebd6;
}
#cocoa .about-bnr-link03 {
  background: url(../img/cocoa/bnr-ico03.png) no-repeat 20px center, url(../img/cocoa/arw.png) no-repeat right bottom #f6ebd6;
}

.com-solution {
  background: url(../img/cocoa/solution-ico.png) no-repeat calc(50% - 360px) 140px #f5e7d7;
  position: relative;
}
.com-solution .solution-ttl {
  max-width: 1080px;
  margin: auto;
  line-height: 1.7;
}
.com-solution .solution-ttl::before, .com-solution .solution-ttl::after {
  top: 98px;
}
.com-solution .solution-txt-box {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .com-solution .solution-images-item {
    width: 28%;
    height: 450px;
    position: absolute;
    bottom: 139px;
  }
  .com-solution .solution-images-l {
    left: 0;
  }
  .com-solution .solution-images-r {
    right: 0;
  }
}
.com-solution .solution-images-r::before {
  left: -57px;
  top: 176px;
}

.com-salon {
  background: url(../img/ptn/ptn05.png);
}
@media screen and (min-width: 768px) {
  .com-salon .salon-ttl::before, .com-salon .salon-ttl::after {
    width: 391px;
    top: 65px;
  }
}
.com-salon .salon-list-table {
  margin: 40px auto 0;
}
.com-salon .salon-map {
  padding-top: 428px;
  margin: 58px auto 0;
}

.com-read .read-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-read .read-con {
    max-width: 490px;
  }
}
.com-read .read-ttl {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .com-read .read-ttl::before, .com-read .read-ttl::after {
    width: 83px;
    top: 100px;
    border-color: #ce7618;
  }
}
.com-read .read-ttl .ac {
  color: #ce7618;
}
.com-read .read-txt-box {
  margin: 35px auto 0;
}
.com-read .read-btn {
  margin: 50px auto 0;
}

/* cocoa_commit  PC
------------------------------------ */
#cocoa_commit .about-inner {
  position: relative;
}
#cocoa_commit .about-txt-box {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #cocoa_commit .about-img {
    position: absolute;
    right: -100px;
  }
  #cocoa_commit .about-img01 {
    top: 139px;
  }
  #cocoa_commit .about-img02 {
    bottom: 140px;
    right: -35px;
  }
  #cocoa_commit .about-img02::before {
    top: 168px;
    left: -67px;
  }
}
#cocoa_commit .about-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #cocoa_commit .about-con {
    max-width: 540px;
  }
}
#cocoa_commit .about-ttl .txt {
  background-position-y: calc(100% - 80px), top;
  padding-bottom: 0;
  text-align: left;
  line-height: 1.66;
}
#cocoa_commit .about-txt-lg {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #cocoa_commit .about-txt-lg {
    font-size: 1.5rem;
  }
}
#cocoa_commit .about-txt-lg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.1;
  color: #d98c3a;
}
#cocoa_commit .service-flx {
  margin: 50px auto 0;
}
#cocoa_commit .service-flx-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #cocoa_commit .service-flx-txt-box {
    max-width: 540px;
  }
}
#cocoa_commit .commit-list {
  margin: 46px auto 0;
}
#cocoa_commit .commit-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#cocoa_commit .commit-list-item:nth-of-type(n+2) {
  margin: 90px auto 0;
  flex-direction: row-reverse;
}
#cocoa_commit .commit-list-con {
  width: 100%;
  max-width: 470px;
}
#cocoa_commit .commit-list-con-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #cocoa_commit .commit-list-con-ttl {
    font-size: 1.5rem;
  }
}
#cocoa_commit .commit-list-con-ttl-sub {
  margin-top: 35px;
  color: #5c4033;
}
#cocoa_commit .commit-list-con-txt {
  margin: 27px auto 0;
}
#cocoa_commit .cat {
  margin: 80px auto 0;
  padding: 30px 80px 60px;
  border: 1px solid #333333;
}
#cocoa_commit .cat-ttl {
  padding-bottom: 12px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  #cocoa_commit .cat-ttl {
    font-size: 1.5rem;
  }
}
#cocoa_commit .cat-ttl {
  letter-spacing: 0.12em;
  line-height: 1.8;
  position: relative;
}
#cocoa_commit .cat-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin: auto;
  border-top: 1px solid #d98c3a;
  border-bottom: 1px solid #d98c3a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#cocoa_commit .cat-txt {
  position: relative;
}
#cocoa_commit .cat-txt::before {
  content: "";
  display: block;
  width: 171px;
  height: 178px;
  background: url(../img/cocoa_commit/cat.png) no-repeat left top/contain;
  position: absolute;
  top: -50px;
  left: 100px;
}
@media screen and (min-width: 768px) {
  #cocoa_commit .cat-txt {
    margin-top: 32px;
    padding-left: 320px;
  }
}

/* cocoa_menu  PC
------------------------------------ */
#cocoa_menu .menu-list {
  margin: 46px auto 0;
}
#cocoa_menu .menu-list-item {
  display: flex;
  padding: 50px;
  background: url(../img/ptn/ptn05.png);
  justify-content: center;
}
#cocoa_menu .menu-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#cocoa_menu .menu-list-img {
  width: 400px;
  height: 0;
  padding-top: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #cocoa_menu .menu-list-img {
    margin-right: 62px;
    flex-shrink: 0;
  }
}
#cocoa_menu .menu-list-con {
  width: 100%;
}
#cocoa_menu .menu-list-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #cocoa_menu .menu-list-ttl {
    font-size: 1.5rem;
  }
}
#cocoa_menu .menu-list-ttl {
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#cocoa_menu .menu-list-price {
  margin: 21px auto 0;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #cocoa_menu .menu-list-price {
    font-size: 1.5rem;
  }
}
#cocoa_menu .menu-list-price {
  letter-spacing: 0.12em;
  color: #d98c3a;
  line-height: 1.5;
}
#cocoa_menu .menu-list-txt {
  margin: 21px auto 0;
  white-space: pre-line;
}

/* cocoa_voice  PC
------------------------------------ */
#cocoa_voice .voice-list {
  margin: 46px auto 0;
}
#cocoa_voice .voice-list-item {
  display: flex;
  padding: 50px;
  background: url(../img/ptn/ptn05.png);
  justify-content: center;
}
#cocoa_voice .voice-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#cocoa_voice .voice-list-img {
  width: 400px;
  height: 0;
  padding-top: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #cocoa_voice .voice-list-img {
    margin-right: 62px;
    flex-shrink: 0;
  }
}
#cocoa_voice .voice-list-con {
  width: 100%;
}
#cocoa_voice .voice-list-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #cocoa_voice .voice-list-ttl {
    font-size: 1.5rem;
  }
}
#cocoa_voice .voice-list-ttl {
  letter-spacing: 0.12em;
  color: #d98c3a;
  line-height: 1.5;
}
#cocoa_voice .voice-list-txt {
  margin: 21px auto 0;
  white-space: pre-line;
}

/* cocoa_faq  PC
------------------------------------ */
.com-faq .qa {
  position: relative;
}
.com-faq .qa::before {
  content: "Q";
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-faq .qa::before {
    font-size: 1.5rem;
  }
}
.com-faq .qa::before {
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 27px;
  top: 14px;
}
.com-faq .faq-list {
  margin: 45px auto 0;
}
.com-faq .faq-list-item:nth-of-type(n+2) {
  margin: 63px auto 0;
}
.com-faq .faq-list-ttl {
  padding: 15px 65px;
  background: #ce7618;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-faq .faq-list-ttl {
    font-size: 1.5rem;
  }
}
.com-faq .faq-list-ttl {
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.5;
}
.com-faq .faq-list-txt {
  margin: 36px auto 0;
  padding: 0 65px;
  white-space: pre-line;
}
.com-faq .faq-list-txt::before {
  content: "A";
  color: #ce7618;
  top: 5px;
}

/* koyomi  PC
------------------------------------ */
#koyomi .solution {
  background: none;
}
#koyomi .solution-ttl .txt {
  text-align: left;
  line-height: 1.66;
}
#koyomi .bnr {
  background: #f5e7d7;
}
#koyomi .bnr-list-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  #koyomi .bnr-list-item:nth-of-type(n+2) {
    margin-left: 45px;
  }
}
#koyomi .bnr-list-link {
  display: block;
  position: relative;
}
#koyomi .bnr-list-ttl {
  height: 58px;
  margin: auto;
  text-align: center;
  background: url(../img/koyomi/arw.png) no-repeat right bottom, url(../img/ptn/pat02.jpg);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #koyomi .bnr-list-ttl {
    font-size: 1.5rem;
  }
}
#koyomi .bnr-list-ttl {
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 58px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#koyomi .bnr-list-ttl::before {
  content: "";
  display: block;
}
#koyomi .bnr-list-ttl.sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #koyomi .bnr-list-ttl.sm {
    font-size: 1.5rem;
  }
}
#koyomi .seat {
  background: url(../img/ptn/ptn05.png);
}
#koyomi .seat-ttl-sub {
  margin: 55px auto 0;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #koyomi .seat-ttl-sub {
    font-size: 1.5rem;
  }
}
#koyomi .seat-ttl-sub .deco::before, #koyomi .seat-ttl-sub .deco::after {
  content: "";
  position: absolute;
}
#koyomi .seat-ttl-sub .deco::before {
  width: 99px;
  height: 35px;
  background: url(../img/top/tate-lb.png) no-repeat left bottom/contain;
  left: 98px;
  bottom: -17px;
}
#koyomi .seat-ttl-sub .deco::after {
  width: 75px;
  height: 47px;
  background: url(../img/top/tate-rt.png) no-repeat left bottom/contain;
  right: 88px;
  top: -18px;
}
#koyomi .seat-txt {
  margin: 48px auto 0;
}
#koyomi .seat-list {
  margin: 55px auto 0;
}
#koyomi .seat-list-item:nth-of-type(n+2) {
  margin-top: 92px;
}
#koyomi .seat-list-ttl {
  display: inline-block;
  padding: 15px 34px;
  background: url(../img/ptn/pat02.jpg);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #koyomi .seat-list-ttl {
    font-size: 1.5rem;
  }
}
#koyomi .seat-list-ttl {
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1;
}
#koyomi .seat-list-txt {
  margin: 30px auto 0;
  padding-left: 10px;
}
#koyomi .seat-detail {
  display: flex;
  margin: 24px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #koyomi .seat-detail > li:nth-of-type(n+3) {
    margin-top: 35px;
  }
}
#koyomi .seat-detail-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #koyomi .seat-detail-item {
    max-width: 510px;
  }
}
#koyomi .seat-detail-ttl {
  margin: 22px auto 0;
  text-align: left;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #koyomi .seat-detail-ttl {
    font-size: 1.5rem;
  }
}
#koyomi .seat-detail-txt {
  margin: 18px auto 0;
}
#koyomi .seat-add {
  margin: 90px auto 0;
  padding: 30px 0 60px;
  background-color: rgba(253, 251, 247, 0.7);
  text-align: center;
}
#koyomi .seat-add-txt {
  margin: 45px auto 0;
}
#koyomi .company-table {
  margin: 40px auto 0;
}
#koyomi .company-table .com-table-note {
  margin: 5px 0 0;
}
#koyomi .company-map {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #koyomi .company-map {
    margin-top: 25px;
  }
}
#koyomi .com-read {
  background: #f5e7d7;
}
#koyomi .read-ttl {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  #koyomi .read-ttl {
    font-size: 1.5rem;
  }
}
#koyomi .read-ttl::before, #koyomi .read-ttl::after {
  width: 43px;
  top: 135px;
  border-color: #d98c3a;
}
#koyomi .read-ttl .sm.ac {
  display: block;
  margin-bottom: 20px;
}
#koyomi .read-ttl .ac {
  color: #d98c3a;
}
#koyomi .read-ttl .ac02 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #koyomi .read-ttl .ac02 {
    font-size: 1.5rem;
  }
}
#koyomi .read-ttl .ac02 .sm {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #koyomi .read-ttl .ac02 .sm {
    font-size: 1.5rem;
  }
}

/* koyomi_menu  PC
------------------------------------ */
.com-dl {
  margin-top: 22px;
}
.com-dl-item {
  display: flex;
  padding-bottom: 25px;
  align-items: center;
  border-bottom: 1px solid #d98c3a;
}
.com-dl dt, .com-dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.com-dl dt {
  margin-right: 22px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .com-dl dt {
    font-size: 1.5rem;
  }
}
.com-dl dt {
  flex-shrink: 0;
  line-height: 1.3;
}
.com-dl dd {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-dl dd {
    font-size: 1.5rem;
  }
}
.com-dl dd {
  color: #d98c3a;
}

#koyomi_menu .menu-list {
  margin: 50px auto 0;
}
#koyomi_menu .menu-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../img/ptn/ptn05.png);
}
#koyomi_menu .menu-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#koyomi_menu .menu-list-img {
  width: 480px;
  height: 0;
  padding-top: 480px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #koyomi_menu .menu-list-img {
    margin-right: 20px;
    flex-shrink: 0;
  }
}
#koyomi_menu .menu-list-con {
  width: 100%;
  padding: 50px;
}
#koyomi_menu .menu-list-txt {
  margin-top: 21px;
  white-space: pre-line;
}
#koyomi_menu .reco-list-item:nth-of-type(n+2) {
  margin: 140px auto 0;
}
#koyomi_menu .reco-list-flx {
  margin: 50px auto 0;
}
#koyomi_menu .reco-list-con {
  width: 100%;
  max-width: 624px;
}
#koyomi_menu .reco-list-txt {
  color: #5c4033;
  line-height: 1.68;
}
#koyomi_menu .reco-list-table {
  width: 100%;
  margin: 35px auto 0;
  border-top: 1px solid #d98c3a;
  border-bottom: 1px solid #d98c3a;
}
#koyomi_menu .reco-list-table tr:nth-of-type(n+2) {
  border-top: 1px solid #d98c3a;
}
#koyomi_menu .reco-list-table th, #koyomi_menu .reco-list-table td {
  padding: 20px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #koyomi_menu .reco-list-table th, #koyomi_menu .reco-list-table td {
    font-size: 1.5rem;
  }
}
#koyomi_menu .reco-list-table th, #koyomi_menu .reco-list-table td {
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#koyomi_menu .reco-list-table td {
  text-align: right;
}
#koyomi_menu .reco-note {
  margin: 80px auto 0;
  padding: 20px 0;
  background: #fefbf8;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* koyomi_reserve  PC
------------------------------------ */
#koyomi_reserve .reserve-txt {
  margin: 50px auto 0;
  padding: 23px 0;
  background: #f5e7d7;
  text-align: center;
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.68;
}
#koyomi_reserve .reserve-txt .ac {
  color: #d98c3a;
}
#koyomi_reserve .reserve-list {
  margin: 30px auto 0;
}
#koyomi_reserve .reserve-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../img/ptn/ptn05.png);
}
#koyomi_reserve .reserve-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#koyomi_reserve .reserve-list-img {
  width: 480px;
  height: 0;
  padding-top: 480px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #koyomi_reserve .reserve-list-img {
    margin-right: 20px;
    flex-shrink: 0;
  }
}
#koyomi_reserve .reserve-list-dl {
  margin: 15px auto 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d98c3a;
}
#koyomi_reserve .reserve-list-dl tr {
  border: none;
}
#koyomi_reserve .reserve-list-dl th, #koyomi_reserve .reserve-list-dl td {
  padding: 10px 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #koyomi_reserve .reserve-list-dl th, #koyomi_reserve .reserve-list-dl td {
    font-size: 1.5rem;
  }
}
#koyomi_reserve .reserve-list-dl th, #koyomi_reserve .reserve-list-dl td {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
}
#koyomi_reserve .reserve-list-dl th {
  color: #000000;
}
#koyomi_reserve .reserve-list-dl td {
  text-align: right;
  color: #ce7618;
}
#koyomi_reserve .reserve-list-con {
  width: 100%;
  padding: 50px 39px;
}
#koyomi_reserve .reserve-list-ttl {
  background: url(../img/ptn/pat02.jpg);
}
#koyomi_reserve .reserve-list-txt {
  margin-top: 21px;
  white-space: pre-line;
}
#koyomi_reserve .contact-txt {
  margin: 45px auto 0;
  text-align: center;
}
#koyomi_reserve .contact-list {
  display: flex;
  width: 100%;
  margin: 35px auto 0;
  justify-content: space-between;
}
#koyomi_reserve .contact-list-item {
  width: 100%;
  max-width: 510px;
  padding: 25px;
  background: url(../img/ptn/ptn05.png);
  text-align: center;
}
#koyomi_reserve .contact-list-ttl {
  height: 37px;
  background: #db9931;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #koyomi_reserve .contact-list-ttl {
    font-size: 1.5rem;
  }
}
#koyomi_reserve .contact-list-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 37px;
}
#koyomi_reserve .contact-list-ttl02 {
  background: #ce7618;
}
#koyomi_reserve .contact-note {
  margin: 35px auto 0;
  text-align: center;
}
#koyomi_reserve .com-tel {
  margin: 20px auto 0;
}
#koyomi_reserve .com-tel-link {
  padding-left: 46px;
  background-image: url(../img/koyomi_reserve/tel.png);
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #koyomi_reserve .com-tel-link {
    font-size: 1.75rem;
  }
}

/* news  PC
------------------------------------ */
#news .com-news-time {
  text-align: left;
}
#news .com-news-tag {
  justify-content: flex-start;
}
#news .news-post-ttl {
  margin: 6px auto 0;
}/*# sourceMappingURL=all.css.map */