@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Noto+Sans+JP:wght@400;700&family=Zen+Maru+Gothic:wght@500&display=swap");
@media screen and (min-width: 680px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
.palelogo {
  position: absolute;
  right: -10%;
  bottom: -5%;
  width: 500px;
  height: 500px;
  z-index: 10;
}

p {
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  #topimg {
    order: 1;
  }
}

#topcopy {
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  color: white;
  margin-left: 4rem;
}
@media (max-width: 768px) {
  #topcopy {
    order: 0;
    margin-left: 0;
  }
}
#topcopy .copy-each {
  padding: 0.5rem;
}

#news {
  background-color: #faf8f2;
}
#news ul {
  list-style-type: none;
}
#news ul li {
  border-bottom: 1px solid #eee;
  padding: 1rem;
}
#news ul li span {
  display: block;
  color: rgb(112, 112, 112);
  font-family: "Barlow", sans-serif;
}

.konnabox {
  background-color: #faf6e5;
  padding: 4%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.konnabox h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #82cac4;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
}
.konnabox ul {
  list-style: none;
  text-indent: -1.6rem;
}
.konnabox ul li {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 1rem;
  margin-left: 1.6rem;
}
.konnabox ul li:before {
  font-family: "Material Icons";
  content: "\e834";
  margin-right: 0.6rem;
}

.service-box {
  margin-bottom: 4rem;
}
.service-box h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: rgb(102, 102, 102);
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
  border-bottom: 3px solid #faf8f2;
  padding-bottom: 0.3rem;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .service-box h2 {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
  }
}
.service-box h2 span {
  color: #82cac4;
  margin-right: 0.6rem;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 768px) {
  .service-box h2 span {
    display: block;
  }
}

.about-h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: rgb(88, 88, 88);
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  font-size: 1.5rem;
  background: linear-gradient(transparent 70%, #c3ebe7 70%);
}

.profarea {
  line-height: 1.5;
  letter-spacing: 0.07rem;
}
.profarea .row {
  padding: 0.8rem 0;
  border-bottom: 1px dotted rgb(189, 189, 189);
}
.profarea .row .row {
  border-bottom: 0;
}
.profarea .row .row:nth-child(odd) {
  background: #faf8f5;
}
.profarea .col-md-3 {
  font-weight: bold;
  color: #9e9e9f;
}

.shikaku {
  background-color: #fff !important;
  text-align: center;
  font-size: 0.9rem;
  align-items: center;
}

.pricearea {
  color: white;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pricearea h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  letter-spacing: 0.2rem;
  margin: 1.5rem auto;
  line-height: 1.6;
}
.pricearea h3 span {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  display: block;
}

#komon {
  background-color: #82CAC4;
}

#kobetsu {
  background-color: #83C998;
}

.pricebox {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: left;
  background-color: #fff;
  border-radius: 7px;
  padding: 1rem 2rem;
  margin-bottom: 1.5rem;
  color: rgb(65, 65, 65);
}

.menuname {
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .menuname {
    font-size: 1.15rem;
  }
}
.menuname:before {
  font-family: "Material Icons";
  content: "\e3c6";
  display: inline-block;
  transform: translateY(3px);
  /* 上下方向の位置を微調整する */
  color: #9fc2bf;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

.price span {
  color: #D74E09;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}/*# sourceMappingURL=nakada.css.map */