@charset "UTF-8";
@font-face {
  font-family: "Noto Sans";
  font-style: "normal";
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: "normal";
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: "normal";
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: "normal";
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSansJP-Bold.otf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: "normal";
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSansJP-Medium.otf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: "normal";
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSansJP-Regular.otf") format("truetype");
}
/*-- lowerフォルダの中の_index.scss --*/
.c-arrow-link {
  display: block;
  padding-left: 23px;
  position: relative;
  color: #34926d;
}
.c-arrow-link::before {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_inr_link.svg") no-repeat center/contain;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.c-category-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 40px;
}
@media only screen and (max-width: 1271px) {
  .c-category-card__list {
    gap: 15px 20px;
  }
}
.c-category-card__item {
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 1271px) {
  .c-category-card__item {
    width: calc((100% - 20px) / 2);
  }
}
.c-category-card__link {
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-category-card__link:hover {
    opacity: 0.7;
  }
}
.c-category-card__img-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.c-category-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-category-card__ttl {
  line-height: 1.333;
  font-weight: 700;
  margin-top: 6px;
  font-size: 18px;
}
@media only screen and (max-width: 1271px) {
  .c-category-card__ttl {
    font-size: 15px;
  }
}

.c-category-list-cntr {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
@media only screen and (max-width: 1271px) {
  .c-category-list-cntr {
    gap: 10px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .c-category-list-cntr {
    gap: 8px;
  }
}

.c-category-list {
  width: calc((100% - 20px) / 2);
  padding: 32px 30px 30px;
  border: 2px solid #f8f2eb;
  border-radius: 10px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1271px) {
  .c-category-list {
    width: 100%;
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-category-list {
    padding: 32px 30px 20px;
  }
}
.c-category-list.--fullwide {
  width: 100%;
}
.c-category-list__ttl {
  color: #34926d;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.c-category-list__list {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-category-list__list {
    margin-top: 12px;
  }
}
.c-category-list__list.--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.c-category-list__item {
  border-top: 1px solid #EADDCD;
}
.c-category-list__item.--flex {
  width: calc((100% - 20px) / 2);
}
.c-category-list__link {
  display: flex;
  align-items: center;
  gap: 2px 6px;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 1.33;
  font-weight: 700;
  padding: 16px 0 15px;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-category-list__link:hover {
    color: #34926d;
  }
}
@media only screen and (max-width: 767px) {
  .c-category-list__link {
    padding: 15px 0 15px;
    gap: 9px;
  }
}
.c-category-list .amount {
  font-size: 13px;
  font-weight: 400;
}

.c-column-list.--border {
  border-top: 1px solid #b4d6c8;
  margin-top: 10px;
  padding-top: 16px;
}
.c-column-list__item:nth-child(n+2) {
  /* 2番目以降の要素に対するスタイルを指定 */
}
.c-column-list__item:nth-child(n+2) .c-column-list__link {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-column-list__item:nth-child(n+2) .c-column-list__link {
    padding-top: 20px;
    padding-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .c-column-list__item:nth-child(n+2) .c-column-list__txt {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-column-list__item:first-child .c-column-list__cont {
    flex-direction: column;
    gap: 14px;
  }
  .c-column-list__item:first-child .c-column-list__link {
    padding-bottom: 25px;
  }
  .c-column-list__item:first-child .c-column-list__txt-cntr {
    width: 100%;
  }
  .c-column-list__item:first-child .c-column-list__img-wrap {
    width: 100%;
  }
  .c-column-list__item:first-child .c-column-list__cat-wrap {
    line-height: 27px;
  }
  .c-column-list__item:first-child .c-column-list__cat-wrap.--new::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .c-column-list__item:first-child .c-column-list__txt {
    margin-top: 5px;
  }
  .c-column-list__item:first-child .c-column-list__cat {
    padding: 0 8px;
  }
}
.c-column-list__link {
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px solid #b4d6c8;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-column-list__link:hover {
    opacity: 0.7;
  }
}
.c-column-list__date {
  font-size: 14px;
  color: #4A4340;
}
@media only screen and (max-width: 1271px) {
  .c-column-list__date {
    font-size: 13px;
    line-height: 27px;
  }
}
.c-column-list__ex-cntr {
  display: flex;
  justify-content: space-between;
}
.c-column-list__cat-wrap.--new {
  padding-right: 57px;
  position: relative;
}
.c-column-list__cat-wrap.--new::after {
  position: absolute;
  content: "NEW";
  line-height: 25px;
  background-color: #E65151;
  border-radius: 13px;
  color: #ffffff;
  padding: 0 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  letter-spacing: 5%;
}
.c-column-list__cat {
  border: 1px solid #34926d;
  border-radius: 3px;
  color: #34926d;
  font-size: 13px;
  font-weight: 500;
  padding: 0 6px;
}
.c-column-list__cont {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-column-list__cont {
    gap: 14px;
  }
}
.c-column-list__img-wrap {
  width: 31.25%;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-column-list__img-wrap {
    width: 31%;
    aspect-ratio: 100/57;
  }
}
.c-column-list__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 200/114;
}
@media only screen and (max-width: 767px) {
  .c-column-list__img {
    aspect-ratio: 100/57;
  }
}
.c-column-list__txt-cntr {
  width: 65.625%;
}
@media only screen and (max-width: 767px) {
  .c-column-list__txt-cntr {
    width: calc(69% - 14px);
  }
}
.c-column-list__txt {
  margin-top: 3px;
}
.c-column-list__ttl {
  line-height: 1.411;
  font-size: 17px;
  font-weight: 700;
}
@media only screen and (max-width: 1271px) {
  .c-column-list__ttl {
    font-size: 15px;
  }
}
.c-column-list__txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /* 3行まで表示 */
  font-size: 14px;
  line-height: 1.428;
  font-weight: 400;
}
@media only screen and (max-width: 1271px) {
  .c-column-list__txt {
    font-size: 13px;
  }
}

.c-guide-link {
  font-size: 17px;
  font-weight: 700;
  color: #34926d;
  padding-left: 24px;
  position: relative;
  transition: 0.5s;
  display: block;
  line-height: 1.333;
}
@media only screen and (max-width: 1271px) {
  .c-guide-link {
    font-size: 15px;
  }
}
.c-guide-link.--small {
  font-size: 15px;
  line-height: 1.333;
}
.c-guide-link.--mother {
  color: #D91539;
}
@media only screen and (max-width: 767px) {
  .c-guide-link.--mother {
    color: #4A4340;
  }
}
@media only screen and (min-width: 1272px) {
  .c-guide-link.--mother:hover {
    color: #F9AFAF;
  }
}
.c-guide-link.--mother::before {
  background: url("../media/images/mother/icon.svg") no-repeat center/contain;
}
.c-guide-link.--christmas {
  color: #245718;
}
@media only screen and (max-width: 767px) {
  .c-guide-link.--christmas {
    color: #4A4340;
  }
}
@media only screen and (min-width: 1272px) {
  .c-guide-link.--christmas:hover {
    color: #CE2323;
  }
}
.c-guide-link.--christmas::before {
  background: url("../media/images/christmas/icon.svg") no-repeat center/contain;
}
.c-guide-link.--whiteday {
  color: #197B55;
}
@media only screen and (max-width: 767px) {
  .c-guide-link.--whiteday {
    color: #4A4340;
  }
}
@media only screen and (min-width: 1272px) {
  .c-guide-link.--whiteday:hover {
    color: #A5E3C9;
  }
}
.c-guide-link.--whiteday::before {
  background: url("../media/images/whiteday/icon.svg") no-repeat center/contain;
}
.c-guide-link.--valentine {
  color: #6C3B2C;
}
@media only screen and (max-width: 767px) {
  .c-guide-link.--valentine {
    color: #4A4340;
  }
}
@media only screen and (min-width: 1272px) {
  .c-guide-link.--valentine:hover {
    color: #FF9CB4;
  }
}
.c-guide-link.--valentine::before {
  background: url("../media/images/valentine/icon.svg") no-repeat center/contain;
}
.c-guide-link.--father {
  color: #34389A;
}
@media only screen and (max-width: 767px) {
  .c-guide-link.--father {
    color: #4A4340;
  }
}
@media only screen and (min-width: 1272px) {
  .c-guide-link.--father:hover {
    color: #AADBEF;
  }
}
.c-guide-link.--father::before {
  background: url("../media/images/father/icon.svg") no-repeat center/contain;
}
.c-guide-link.--sauna {
  color: #CE5D0C;
}
@media only screen and (max-width: 767px) {
  .c-guide-link.--sauna {
    color: #4A4340;
  }
}
@media only screen and (min-width: 1272px) {
  .c-guide-link.--sauna:hover {
    color: #F39C4D;
  }
}
.c-guide-link.--sauna::before {
  background: url("../media/images/sauna/icon.svg") no-repeat center/contain;
}
@media only screen and (min-width: 1272px) {
  .c-guide-link:hover {
    color: #74bb9d;
  }
}
.c-guide-link::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../media/images/common/icon_inr_link.svg") no-repeat center/contain;
}
.c-guide-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 5px;
}
@media only screen and (max-width: 767px) {
  .c-guide-link__list {
    gap: 15px 20px;
  }
}
.c-guide-link__list.--center {
  justify-content: center;
}
.c-guide-link__list.--sauna {
  border-top: 1px solid #F39C4D;
  border-bottom: 1px solid #F39C4D;
}
.c-guide-link__list.--mother {
  border-top: 1px solid #F9AFAF;
  border-bottom: 1px solid #F9AFAF;
}
.c-guide-link__list.--christmas {
  border-top: 1px solid #CE2323;
  border-bottom: 1px solid #CE2323;
}
.c-guide-link__list.--whiteday {
  border-top: 1px solid #A5E3C9;
  border-bottom: 1px solid #A5E3C9;
}
.c-guide-link__list.--valentine {
  border-top: 1px solid #FF9CB4;
  border-bottom: 1px solid #FF9CB4;
}
.c-guide-link__list.--father {
  border-top: 1px solid #AADBEF;
  border-bottom: 1px solid #AADBEF;
}
.c-guide-link__item {
  width: calc((100% - 10px) / 3);
}
@media only screen and (max-width: 767px) {
  .c-guide-link__item {
    width: calc((100% - 20px) / 2);
  }
}

.c-lower-kv {
  display: flex;
  gap: vw(80);
}
@media only screen and (max-width: 1271px) {
  .c-lower-kv {
    flex-direction: column;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv {
    gap: 16px;
  }
}

.c-lower-kv__Group {
  padding-top: vw(8);
  width: vw(324);
}
@media only screen and (max-width: 1271px) {
  .c-lower-kv__Group {
    padding-top: 0;
    width: 100%;
  }
}
.c-lower-kv__Group.--large {
  width: vw(368);
}
@media only screen and (max-width: 1271px) {
  .c-lower-kv__Group.--large {
    width: 100%;
  }
}

.c-lower-kv__ttl {
  font-size: 28px;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 1271px) {
  .c-lower-kv__ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1271px) {
  .c-lower-kv__ttl {
    text-align: center;
  }
}
.c-lower-kv__ttl.--big {
  font-size: vw(64);
}
@media only screen and (max-width: 1271px) {
  .c-lower-kv__ttl.--big {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__ttl.--big {
    font-size: 30px;
  }
}

.c-lower-kv__ttlCont {
  font-size: vw(56);
}
@media only screen and (max-width: 1271px) {
  .c-lower-kv__ttlCont {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__ttlCont {
    font-size: 22px;
  }
}

.c-lower-kv__ttl--en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #00479d;
  padding-top: vw(4);
}
@media only screen and (max-width: 1271px) {
  .c-lower-kv__ttl--en {
    display: none;
  }
}

.c-lower-kv__text {
  font-size: 17px;
  line-height: 2;
  flex: 1;
}
@media only screen and (max-width: 1271px) {
  .c-lower-kv__text {
    font-size: 15px;
  }
}

.c-lower-kv__textCont {
  display: inline-block;
}
.c-lower-kv__textCont:nth-child(n+2) {
  padding-top: vw(40);
}
@media only screen and (max-width: 1271px) {
  .c-lower-kv__textCont:nth-child(n+2) {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__textCont:nth-child(n+2) {
    padding-top: 12px;
  }
}

.c-square-list__item {
  display: flex;
  align-items: center;
  gap: 4.6%;
  border-top: 1px solid #b4d6c8;
  padding: 30px 0 29px;
}
@media only screen and (max-width: 1271px) {
  .c-square-list__item {
    flex-direction: column;
    gap: 20px;
    padding: 29px 0 23px;
  }
}
.c-square-list__item:not(:first-child) {
  position: relative;
}
.c-square-list__item:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #b4d6c8;
}
.c-square-list__img-wrap {
  width: 49%;
  max-width: 310px;
}
@media only screen and (max-width: 1271px) {
  .c-square-list__img-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-square-list__img-wrap {
    max-width: 240px;
  }
}
.c-square-list__txt-cntr {
  width: 46.4%;
  letter-spacing: 5%;
  font-size: 17px;
}
@media only screen and (max-width: 1271px) {
  .c-square-list__txt-cntr {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1271px) {
  .c-square-list__txt-cntr {
    width: 100%;
  }
}
.c-square-list__txt {
  letter-spacing: 5%;
  font-size: 17px;
  line-height: 1.588;
}
@media only screen and (max-width: 1271px) {
  .c-square-list__txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1271px) {
  .c-square-list__txt {
    line-height: 1.666;
    margin-top: 4px;
  }
}
.c-square-list__link {
  text-decoration: underline;
  color: #34926d;
  font-weight: 700;
  font-size: 17px;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-square-list__link {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1272px) {
  .c-square-list__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1271px) {
  .c-square-list__link {
    display: block;
    text-align: center;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-square-list__link.--spRed {
    color: #CB3506;
  }
}
.c-square-list__img {
  border-radius: 10px;
}
.c-square-list__ttl {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 1271px) {
  .c-square-list__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1271px) {
  .c-square-list__ttl {
    text-align: center;
  }
}

.c-simple-list__item {
  padding: 20px 0;
  border-top: 1px solid #b4d6c8;
  border-bottom: 1px solid #b4d6c8;
}
.c-simple-list__item.--borderNone {
  border-top: none;
}
.c-simple-list__item + .c-simple-list__item {
  border-top: none;
}
.c-simple-list__ttl {
  line-height: 1.444;
}
.c-simple-list__ttl.c-simple-ttl {
  margin-top: 0;
}

.c-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-info-list__item.--right {
  margin-left: auto;
}
.c-info-list__link {
  position: relative;
  font-size: 14px;
  padding-left: 1.5em;
  font-weight: 500;
  line-height: 1.285;
  transition: 0.5s;
}
.c-info-list__link.--standard:before {
  background-color: #74bb9d;
}
.c-info-list__link::before {
  position: absolute;
  content: "";
  -webkit-mask: url("../media/images/common/icon_info.svg") no-repeat center/contain;
          mask: url("../media/images/common/icon_info.svg") no-repeat center/contain;
  background-color: #34926d;
  width: 16px;
  height: 16px;
  top: 0.15em;
  left: 0;
  letter-spacing: 5%;
}
@media only screen and (max-width: 767px) {
  .c-info-list__link::before {
    width: 20px;
    height: 20px;
    top: 0;
  }
}
@media only screen and (min-width: 1272px) {
  .c-info-list__link:hover {
    color: #34926d;
  }
}

.c-news-list.--border {
  border-top: 1px solid #b4d6c8;
  margin-top: 10px;
  padding-top: 16px;
}
.c-news-list__item:nth-child(n+2) {
  /* 2番目以降の要素に対するスタイルを指定 */
}
.c-news-list__item:nth-child(n+2) .c-news-list__link {
  padding-top: 14px;
}
@media only screen and (max-width: 767px) {
  .c-news-list__item:nth-child(n+2) .c-news-list__link {
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .c-news-list__item:nth-child(n+2) .c-news-list__txt {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-news-list__item:first-child .c-news-list__cont {
    flex-direction: column;
    gap: 14px;
  }
  .c-news-list__item:first-child .c-news-list__link {
    padding-bottom: 16px;
  }
  .c-news-list__item:first-child .c-news-list__txt-cntr {
    width: 100%;
  }
  .c-news-list__item:first-child .c-news-list__img-wrap {
    width: 100%;
  }
  .c-news-list__item:first-child .c-news-list__cat-wrap {
    line-height: 27px;
  }
  .c-news-list__item:first-child .c-news-list__cat-wrap.--new::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .c-news-list__item:first-child .c-news-list__txt {
    margin-top: 5px;
  }
  .c-news-list__item:first-child .c-news-list__cat {
    padding: 0 8px;
  }
}
.c-news-list__link {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #b4d6c8;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-news-list__link:hover {
    opacity: 0.7;
  }
}
.c-news-list__date {
  font-size: 14px;
  color: #4A4340;
}
@media only screen and (max-width: 1271px) {
  .c-news-list__date {
    font-size: 13px;
    line-height: 27px;
  }
}
.c-news-list__ex-cntr {
  display: flex;
  justify-content: space-between;
}
.c-news-list__cat-wrap.--new {
  padding-right: 57px;
  position: relative;
}
.c-news-list__cat-wrap.--new::after {
  position: absolute;
  content: "NEW";
  line-height: 25px;
  background-color: #E65151;
  border-radius: 13px;
  color: #ffffff;
  padding: 0 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  letter-spacing: 5%;
}
.c-news-list__cat {
  border: 1px solid #34926d;
  border-radius: 3px;
  color: #34926d;
  font-size: 13px;
  font-weight: 500;
  padding: 0 6px;
}
.c-news-list__cont {
  display: flex;
  gap: 20px;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .c-news-list__cont {
    gap: 14px;
  }
}
.c-news-list__img-wrap {
  width: 31.25%;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-news-list__img-wrap {
    width: 31%;
    aspect-ratio: 100/57;
  }
}
.c-news-list__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 200/114;
}
@media only screen and (max-width: 767px) {
  .c-news-list__img {
    aspect-ratio: 100/57;
  }
}
.c-news-list__txt-cntr {
  width: 100%;
}
.c-news-list__txt {
  margin-top: 3px;
}
.c-news-list__ttl {
  line-height: 1.411;
  font-size: 17px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1271px) {
  .c-news-list__ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 表示行数 */
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
.c-news-list__txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /* 3行まで表示 */
  font-size: 14px;
  line-height: 1.428;
  font-weight: 400;
}
@media only screen and (max-width: 1271px) {
  .c-news-list__txt {
    font-size: 13px;
  }
}

.p-news-category-list {
  width: calc((100% + 10px) / 2);
}

.c-num-list {
  counter-reset: c-num;
  /* カウンターを初期化 */
  list-style: none;
  margin-top: 10px;
  /* デフォルトのリストスタイルを無効化 */
}
.c-num-list__item {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.7;
  font-size: 17px;
}
@media only screen and (max-width: 1271px) {
  .c-num-list__item {
    font-size: 15px;
  }
}
.c-num-list__item::before {
  position: absolute;
  counter-increment: c-num;
  /* カウンターを増加 */
  content: counter(c-num) ".";
  /* カウンターの値を表示 */
  margin-right: 0.5em;
  left: 5px;
  /* 数字とテキストの間に少しのスペースを入れる */
}
.c-num-list__txt {
  font-weight: 400;
}

.c-voice-list__item {
  background-color: #ffffff;
  border: 2px solid #f8f2eb;
  border-radius: 10px;
  padding: 25px;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .c-voice-list__item {
    padding: 19px;
  }
}
.c-voice-list__item.is-hidden {
  display: none;
}
.c-voice-list__item + .c-voice-list__item {
  margin-top: 10px;
}
.c-voice-list__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
}
.c-voice-list__gene {
  background-color: #34926d;
  border-radius: 14px;
  color: #ffffff;
  line-height: 27px;
  padding: 0 10px;
  font-size: 15px;
}
.c-voice-list__gene.--female {
  background-color: #E65151;
}
.c-voice-list__gene.--male {
  background-color: #4373AB;
}
.c-voice-list__height {
  line-height: 27px;
}
.c-voice-list__ttl {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.444;
  margin-top: 10px;
}
.c-voice-list__ttl.--big {
  font-weight: 700;
  font-size: 22px;
}
@media only screen and (max-width: 1271px) {
  .c-voice-list__ttl.--big {
    font-size: 18px;
  }
}
.c-voice-list__txt-wrap {
  margin-top: 5px;
}
.c-voice-list__txt-wrap p {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .c-voice-list__txt-wrap p {
    line-height: 1.7;
  }
}
.c-voice-list__txt-wrap p + p {
  margin-top: 10px;
}
.c-voice-list__txt-wrap span {
  color: #6F5246;
  font-size: 15px;
  font-weight: 700;
}
.c-voice-list__detail-cntr {
  background-color: #f8f2eb;
  border-radius: 5px;
  padding: 18px 20px;
  margin-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-voice-list__detail-cntr {
    padding: 10px;
  }
}
.c-voice-list__detail-ttl {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.176;
}
@media only screen and (max-width: 1271px) {
  .c-voice-list__detail-ttl {
    font-size: 15px;
  }
}
.c-voice-list__detail-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-voice-list__detail-item {
    margin-top: 3px;
  }
}
.c-voice-list__detail-link, .c-voice-list__detail-size, .c-voice-list__detail-color {
  font-size: 17px;
  line-height: 1.588;
}
@media only screen and (max-width: 1271px) {
  .c-voice-list__detail-link, .c-voice-list__detail-size, .c-voice-list__detail-color {
    font-size: 15px;
  }
}
.c-voice-list__detail-link {
  color: #34926d;
  font-weight: 700;
  text-decoration: underline;
}
.c-voice-list__detail-size {
  font-weight: 500;
}
.c-voice-list__detail-color {
  font-weight: 500;
}

/*-- utilityフォルダの中の_index.scss --*/
@media only screen and (max-width: 767px) {
  .u-br-sp-none {
    display: none;
  }
}

.u-br-sp-block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-br-sp-block {
    display: block;
  }
}

@media only screen and (max-width: 1271px) {
  .u-br-tb-none {
    display: none;
  }
}

.u-br-tb-block {
  display: none;
}
@media only screen and (max-width: 1271px) {
  .u-br-tb-block {
    display: block;
  }
}

@media only screen and (max-width: 1271px) {
  .u-br-tbNone-spBlock {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-br-tbNone-spBlock {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .u-br-pcNone {
    display: none;
  }
}

.u-inline-block {
  display: inline-block;
}

@media only screen and (max-width: 1271px) {
  .u-inline-block__tb {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .u-inline-block__spnone {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .u-inline-block__sp {
    display: inline-block;
  }
}

.u-mt-3 {
  margin-top: 3px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mt-8-20 {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .u-mt-8-20 {
    margin-top: 20px;
  }
}

.u-mt-10 {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .u-mt-10-sp {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt-10-tb {
    margin-top: 10px;
  }
}

.u-mt-5 {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .u-mt-5-sp {
    margin-top: 5px;
  }
}

.u-mt-12 {
  margin-top: 12px;
}

.u-mt-13 {
  margin-top: 13px;
}

.u-mt-14 {
  margin-top: 14px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-18 {
  margin-top: 18px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-22 {
  margin-top: 22px;
}

.u-mt-23 {
  margin-top: 23px;
}

.u-mt-27 {
  margin-top: 27px;
}

.u-mt-58 {
  margin-top: 58px;
}

.u-mt-14-7 {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .u-mt-14-7 {
    margin-top: 7px;
  }
}

.u-mt-16-7 {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .u-mt-16-7 {
    margin-top: 7px;
  }
}

.u-mt-18-10 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .u-mt-18-10 {
    margin-top: 10px;
  }
}

.u-mt-22-32 {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .u-mt-22-32 {
    margin-top: 32px;
  }
}

.u-mt-23-30 {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .u-mt-23-30 {
    margin-top: 30px;
  }
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-25 {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .u-mt-25 {
    margin-top: 25px;
  }
}

.u-mt-27-24 {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .u-mt-27-24 {
    margin-top: 24px;
  }
}

.u-mt-30-35 {
  margin-top: 30px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-30-35 {
    margin-top: 35px;
  }
}

.u-mt-33-15 {
  margin-top: 33px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-33-15 {
    margin-top: 15px;
  }
}

.u-mt-35-30 {
  margin-top: 35px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-35-30 {
    margin-top: 30px;
  }
}

.u-mt-40-36 {
  margin-top: 40px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-40-36 {
    margin-top: 36px;
  }
}

.u-mt-55-30 {
  margin-top: 55px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-55-30 {
    margin-top: 30px;
  }
}

.u-mt-60-50 {
  margin-top: 60px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-60-50 {
    margin-top: 50px;
  }
}

.u-mt-64-40 {
  margin-top: 64px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-64-40 {
    margin-top: 40px;
  }
}

.u-mt-70-50 {
  margin-top: 70px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-70-50 {
    margin-top: 50px;
  }
}

.u-mt-72-53 {
  margin-top: 72px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-72-53 {
    margin-top: 53px;
  }
}

.u-mt-73-50 {
  margin-top: 73px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-73-50 {
    margin-top: 50px;
  }
}

.u-mt-74 {
  margin-top: 74px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-74 {
    margin-top: 74px;
  }
}

.u-mt-80-55 {
  margin-top: 80px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-80-55 {
    margin-top: 55px;
  }
}

.u-mt-80-58 {
  margin-top: 80px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-80-58 {
    margin-top: 58px;
  }
}

.u-mt-80-60 {
  margin-top: 80px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-80-60 {
    margin-top: 60px;
  }
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mt-33 {
  margin-top: 33px;
}

.u-mt-34 {
  margin-top: 34px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-mt-36 {
  margin-top: 36px;
}

.u-mt-38 {
  margin-top: 38px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mt-55 {
  margin-top: 55px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mt-64 {
  margin-top: 64px;
}

.u-mt-65 {
  margin-top: 65px;
}

.u-mt-65-60 {
  margin-top: 65px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-65-60 {
    margin-top: 60px;
  }
}

.u-mt-70 {
  margin-top: 70px;
}

.u-mt-72 {
  margin-top: 72px;
}

.u-mt-73 {
  margin-top: 73px;
}

.u-mt-75 {
  margin-top: 75px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mt-84 {
  margin-top: 84px;
}

.u-mt-136 {
  margin-top: 136px;
}

.u-mt-147 {
  margin-top: 147px;
}

.c-more-link.is-btn-hidden {
  display: none;
}

.l-kv {
  background-image: url(/wp-content/themes/slouch/slouch-asset/media/images/sauna/sauna_kv.webp);
}
@media only screen and (max-width: 767px) {
  .l-kv {
    background-image: url(/wp-content/themes/slouch/slouch-asset/media/images/sauna/sauna_kv_sp.webp);
  }
}

.c-voice-list__detail-link {
  color: #CE5D0C;
}

.c-voice-list__detail-cntr {
  background-color: #F9F4EA;
}

.c-txt .--red {
  color: #cb3506;
}

.p-sauna-link {
  color: #ce5d0c;
  text-decoration: underline;
}/*# sourceMappingURL=sauna.css.map */