@charset "utf-8";

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

/* sauna-other-wrap
============================================================ */
.sauna-other-wrap {
  margin-bottom: 40px;
}
.sauna-other-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.sauna-other-wrap li {
  width: calc((100% - 8px * 2) / 3);
  margin-right: 8px;
  border-bottom: solid 1px #f1ebe8;
  padding-left: 18px;
  padding-right: 5px;
  padding-bottom: 10px;
  position: relative;
}
.sauna-other-wrap li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #009333;
  border-radius: 50%;
}
.sauna-other-wrap li:nth-child(3n) {
  margin-right: 0;
}
.sauna-other-wrap li:nth-child(n + 4) {
  margin-top: 16px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .sauna-other-wrap {
    margin-bottom: 40px;
  }
  .sauna-other-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sauna-other-wrap li {
    font-size: 16px;
    width: calc((100% - 8px * 1) / 2);
  }
  .sauna-other-wrap li:nth-child(3n) {
    margin-right: 8px;
  }
  .sauna-other-wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .sauna-other-wrap li:nth-child(n + 4),
  .sauna-other-wrap li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .sauna-other-wrap li::before {
    top: 10px;
  }
}

/* com-price-wrap
============================================================ */
.com-price-wrap {
  margin-top: 80px;
}

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

/* bath-down-btn
============================================================ */
.bath-down-btn {
  display: flex;
  justify-content: center;
  margin-bottom: -80px;
}
.bath-down-btn li:last-child {
  margin-left: 40px;
}
.bath-down-btn li a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 28px 24px;
  background-color: #009333;
  border-radius: 4px;
  width: 340px;
  display: block;
}
.bath-down-btn li a:hover {
  text-decoration: none;
  opacity: .7;
}
.bath-down-btn li a span {
  position: relative;
  display: block;
}
.bath-down-btn li a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/sauna/icon-down-arrow.svg) 0 0 no-repeat;
  background-size: 16px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .bath-down-btn {
    display: block;
    margin-bottom: 0;
  }
  .bath-down-btn li:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
  .bath-down-btn li a {
    width: 100%;
  }
  .bath-down-btn li a:hover {
    opacity: 1;
  }
}

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

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


