html {
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  color: #42210B;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}
body.is-drawerActive {
  overflow: hidden;
}

header {
  font-size: 14px;
}

.section-ttl {
  font-size: 30px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 821px) {
  .section-ttl {
    font-size: 42px;
    margin-bottom: 84px;
  }
}
.section-ttl span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .section-ttl span {
    font-size: 20px;
    margin-top: 38px;
  }
}
.section-ttl span::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #42210B;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 821px) {
  .section-ttl span::before {
    width: 35px;
    top: -18px;
  }
}

main {
  margin-top: 0;
}
@media screen and (min-width: 821px) {
  main {
    margin-top: 99px;
  }
}

#totono {
  overflow-x: hidden;
}
#totono .sp {
  display: block !important;
}
@media screen and (min-width: 821px) {
  #totono .sp {
    display: none !important;
  }
}
#totono .pc {
  display: none !important;
}
@media screen and (min-width: 821px) {
  #totono .pc {
    display: block !important;
  }
}
#totono .mv {
  margin-bottom: 60px;
}
@media screen and (min-width: 821px) {
  #totono .mv {
    margin-bottom: 152px;
  }
}
#totono .p-worries .p-worries__img {
  margin-bottom: 36px;
}
@media screen and (min-width: 821px) {
  #totono .p-worries .p-worries__img {
    max-width: 1000px;
    margin: 0 auto 140px;
  }
}
#totono .p-worries h3 {
  background: #83B0A6;
  background: linear-gradient(90deg, rgb(131, 176, 166) 0%, rgb(88, 130, 162) 100%);
  color: #fff;
  width: 280px;
  font-family: "Zen Old Mincho", serif;
  margin: 0 auto;
  padding: 3px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0em;
  border-radius: 999px;
  margin-bottom: 10px;
}
@media screen and (min-width: 821px) {
  #totono .p-worries h3 {
    width: 550px;
    font-size: 28px;
    margin: 0 auto 54px;
  }
}
#totono .p-worries .p-worries__body {
  padding: 0 15px 45px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 821px) {
  #totono .p-worries .p-worries__body {
    flex-direction: row;
    max-width: 1150px;
    margin: 0 auto;
    gap: 60px;
    padding: 0;
    padding-left: 80px;
  }
}
#totono .p-worries .p-worries__body .p-worries__body__img {
  order: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  #totono .p-worries .p-worries__body .p-worries__body__img {
    max-width: 565px;
    flex-shrink: 0;
    position: relative;
  }
}
#totono .p-worries .p-worries__body .p-worries__body__img::before {
  content: "";
  display: block;
  background: url("../img/totono/deco-worries.webp") no-repeat center top/cover;
  width: 100%;
  height: 308px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 821px) {
  #totono .p-worries .p-worries__body .p-worries__body__img::before {
    width: 262px;
    height: 216px;
    bottom: -33px;
    left: -150px;
  }
}
#totono .p-worries .p-worries__body .p-worries__body__text {
  display: contents;
}
@media screen and (min-width: 821px) {
  #totono .p-worries .p-worries__body .p-worries__body__text {
    display: block;
  }
}
#totono .p-worries .p-worries__body .p-worries__body__text h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 16px;
  order: 0;
}
@media screen and (min-width: 821px) {
  #totono .p-worries .p-worries__body .p-worries__body__text h4 {
    text-align: left;
    font-size: 40px;
  }
}
#totono .p-worries .p-worries__body .p-worries__body__text p {
  line-height: 1.75;
  order: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 821px) {
  #totono .p-worries .p-worries__body .p-worries__body__text p {
    font-size: 18px;
  }
}
#totono .p-about {
  padding: 70px 15px;
}
@media screen and (min-width: 821px) {
  #totono .p-about {
    padding: 100px 15px 145px;
  }
}
#totono .p-about .p-about__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ECECEC;
}
@media screen and (min-width: 821px) {
  #totono .p-about .p-about__item {
    flex-direction: row-reverse;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto 56px;
    padding-bottom: 41px;
  }
}
@media screen and (min-width: 821px) {
  #totono .p-about .p-about__item:nth-child(even) {
    flex-direction: row;
  }
}
#totono .p-about .p-about__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#totono .p-about .p-about__item figure {
  order: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  #totono .p-about .p-about__item figure {
    width: 470px;
    flex-shrink: 0;
  }
}
#totono .p-about .p-about__item h3 {
  order: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  #totono .p-about .p-about__item h3 {
    font-size: 40px;
    text-align: left;
  }
}
#totono .p-about .p-about__item h3 span {
  background: #DFEDDC;
  padding: 0px 10px;
}
#totono .p-about .p-about__item p {
  order: 2;
  line-height: 1.6;
}
@media screen and (min-width: 821px) {
  #totono .p-about .p-about__item p {
    font-size: 18px;
  }
}
#totono .p-about .p-about__item .p-about__item__text {
  display: contents;
}
@media screen and (min-width: 821px) {
  #totono .p-about .p-about__item .p-about__item__text {
    display: block;
  }
}
#totono .p-menu {
  padding: 35px 15px 60px;
  background: #E7F5EB;
}
@media screen and (min-width: 821px) {
  #totono .p-menu {
    padding: 118px 15px 140px;
  }
}
@media screen and (min-width: 821px) {
  #totono .p-menu .p-menu__items dl {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 60px;
    column-gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
#totono .p-menu .p-menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D0E5CC;
}
@media screen and (min-width: 821px) {
  #totono .p-menu .p-menu__item {
    font-size: 20px;
    margin-bottom: 27px;
    padding-bottom: 26px;
  }
}
#totono .p-menu .p-menu__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#totono .p-menu .p-menu__annotation {
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 821px) {
  #totono .p-menu .p-menu__annotation {
    font-size: 14px;
    text-align: center;
    margin-top: 54px;
  }
}

.sec-footer-salon {
  display: none;
}

.list-breadcrumb {
  display: none;
}
@media screen and (min-width: 821px) {
  .list-breadcrumb {
    display: flex;
    margin-bottom: 35px;
  }
}

.footer {
  margin-top: 0 !important;
}
/*# sourceMappingURL=totono.css.map */