@charset "UTF-8";
/* CSS Document */
.section-top h1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 130px;
  ;
  transform: translate(-50%, -50%);
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-family: 'ヒラギノ明朝 ProN W6', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-transform: uppercase;
  color: #fff;
}
h1 span {
  font-size: 16px;
  text-transform: lowercase;
}
.section-saunaspot {
  margin-bottom: 100px;
}
.section-saunaspot h3 {
  width: 100%;
  padding-bottom: 20px;
  font-size: 24px;
  margin: 0 auto;
}
.section-saunaspot p {
width: 100%;
  font-size: 16px;
  margin: 0 auto;
}
.section-saunaspot ul {
  width: 100%;
  list-style: none;
  padding:  30px 0;
}
.section-saunaspot ul li {
  width: 100%;
  display: block;
  padding-bottom: 60px;
  margin: 0 auto;
  text-align: left;
}
.c_copy {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
}
.saunaspot_list {
  padding-top: 60px;
  width: 100%;
}

.spot_image {
  width: 100%;
  height: auto;
max-width: 500px;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}
.spot_text {
max-width: 500px;
  text-align: left;
  display:block;
  margin: 0 auto;
}
.bgcenterout {
  padding: 15px;
  max-width: 500px;
  margin: 0 auto;
  font-size: 20px;
  background-color: #444444;
  color: #FFFFFF;
}
.buttons_123 {
  padding-bottom: 80px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.btn_under_01 {
  color: #FFFFFF;
  display: block;
  border: none;
  background-color: #45454B;
  margin: 16px;
  padding: 4px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  line-height: 40px;
  font-size: 16px;
  font-family: 'Futura', sans-serif;
}
.btn_under_02 {
  color: #FFFFFF;
  display: block;
  border: none;
  background-color: #B5B5B5;
  margin: 16px;
  padding: 4px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  line-height: 40px;
  font-size: 16px;
  font-family: 'Futura', sans-serif;
}
@media (min-width:960px) {
 
  .section-top h1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 160px;
   line-height: 46px;
     margin-left: 10%;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 32px;
    letter-spacing: 3px;
  font-family: '貂明朝', 'ヒラギノ明朝 ProN W6', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-transform: uppercase;
    color: #fff;
      font-style: normal;
    font-weight: 600;
  }
  }
@media (min-width:960px) {
.section-saunaspot {
  max-width: 1990px;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 100px;
}
.section-saunaspot h3 {
  padding-bottom: 20px;
  font-size: 24px;
  margin: 0 auto;
}
.section-saunaspot p {
  font-size: 16px;
  margin: 0 auto;
}
.spot_image {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.section-saunaspot ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-saunaspot ul li {
  text-align: left;
  padding-bottom: 60px;
  /*
 margin-bottom: 3rem;
    padding: 3rem;
*/
  width: 400px;
}
.buttons_123 {
  padding-bottom: 80px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.btn_under_01 {
  color: #FFFFFF;
  display: block;
  border: none;
  background-color: #45454B;
  margin: 16px;
  padding: 4px;
  width: 50px;
  z-index: 999;
  height: 50px;
  border-radius: 1000px;
  line-height: 40px;
  font-size: 16px;
  font-family: 'Futura', sans-serif;
}
.btn_under_02 {
  color: #FFFFFF;
  display: block;
  border: none;
  background-color: #B5B5B5;
  margin: 16px;
  padding: 4px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  line-height: 40px;
  font-size: 16px;
  font-family: 'Futura', sans-serif;
}
}
