@charset "utf-8";

/*
  File Name   : bath.css
  Description : コンテンツエリア関係 他
*/

/* bath-other-wrap
============================================================ */
.bath-other-wrap {
  padding: 40px 40px;
  border-radius: 16px;
  background-color: #f1ebe8;
}
.bath-other-wrap ul {
  background-color: #fff;
  border-radius: 12px;
}
.bath-other-wrap li {
  display: flex;
  border-bottom: solid 1px #dcd5d0;
  padding: 30px 40px;
  position: relative;
}
.bath-other-wrap li:last-child {
  border-bottom: none;
}
.bath-other-wrap li::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 12px;
  background: url(../img/bath/other-parts.svg) 0 0 no-repeat;
  background-size: 24px auto;
}
.bath-other-wrap li:last-child:after {
  display: none;
}
.bath-other-wrap .title-wrap {
  position: relative;
}
.bath-other-wrap .title-wrap .icon {
  font-size: 16px;
  font-weight: normal;
  font-family: "Heebo", sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #009333;
  padding: 13px;
  text-indent: -2px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
}
.bath-other-wrap .desc-wrap {
  padding-left: 60px;
}
.bath-other-wrap .desc-wrap .title {
  font-size: 20px;
  font-weight: bold;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .bath-other-wrap {
    padding: 24px 24px;
  }
  .bath-other-wrap ul {
    background-color: #fff;
    border-radius: 12px;
  }
  .bath-other-wrap li {
    display: flex;
    padding: 24px 24px;
  }
  .bath-other-wrap .title-wrap .icon {
    top: -4px;
  }
  .bath-other-wrap .desc-wrap {
    padding-left: 60px;
  }
  .bath-other-wrap .desc-wrap .title {
    font-size: 18px;
  }
  .bath-other-wrap .desc-wrap .text {
    font-size: 16px;
    margin-top: 5px;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .hoge {
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .hoge {
  }
}


