@charset "UTF-8";
body.bg-w {
  font-family: "Noto Serif JP", serif;
  background-color: #f4f4f4;
  color: #333;
  line-height: 1.8;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  body.bg-w {
    padding: 40px 5px;
  }
}

#tos .tos-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 60px 40px;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0, 123, 255, 0.15);
  border: 1px solid #cce5ff;
  overflow: hidden;
}
#tos .tos-wrapper h2 {
  color: #007bff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
#tos .tos-wrapper h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(to right, rgba(0, 123, 255, 0), #007bff, rgba(0, 123, 255, 0));
  border-radius: 5px;
}
#tos .tos-wrapper .tos-lead {
  font-size: 1.1rem;
  color: #333;
  background-color: #e7f5ff;
  padding: 30px 35px;
  border-radius: 15px;
  margin-bottom: 40px;
  box-shadow: 0 10px 40px rgba(0, 123, 255, 0.1);
  line-height: 1.8;
  border-left: 5px solid #007bff;
  font-family: "Noto Serif JP", serif;
}
#tos .tos-wrapper .tos-section {
  margin-bottom: 40px;
}
#tos .tos-wrapper .tos-section h3 {
  font-size: 1.6rem;
  color: #007bff;
  margin-bottom: 20px;
  border-bottom: 1px solid #007bff;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Noto Serif JP", serif;
}
#tos .tos-wrapper .tos-section .tos-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  background-color: #ffffff;
  padding: 25px 30px;
  border-radius: 15px;
  border-left: 5px solid #28a745;
  margin-bottom: 20px;
  box-shadow: 0 10px 40px rgba(0, 123, 255, 0.05);
  font-family: "Noto Serif JP", serif;
}
#tos .tos-wrapper .tos-section .ol-tos {
  padding-left: 40px;
  list-style: none;
}
#tos .tos-wrapper .tos-section .ol-tos li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 0.9rem;
}
#tos .tos-wrapper .tos-section .ol-tos li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 1rem;
}
#tos .tos-wrapper .tos-section .ol-tos li ul {
  padding-left: 30px;
  list-style: none;
}
#tos .tos-wrapper .tos-section .ol-tos li ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: "Noto Serif JP", serif;
}
#tos .tos-wrapper .tos-section .ol-tos li ul li::before {
  content: "◇";
  position: absolute;
  left: 0;
  color: #007bff;
  font-weight: bold;
  font-size: 0.8rem;
}
#tos .tos-wrapper .hotelmanager {
  text-align: right;
  font-size: 0.9rem;
  color: #007bff;
  margin-top: 40px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  #tos .tos-wrapper {
    padding: 20px;
    padding: 60px 15px;
  }
  #tos .tos-wrapper h2 {
    font-size: 1.1rem;
  }
  #tos .tos-wrapper .tos-lead {
    padding: 20px;
    font-size: 0.8rem;
  }
  #tos .tos-wrapper .tos-section h3 {
    font-size: 1.2rem;
  }
  #tos .tos-wrapper .tos-section .tos-text {
    padding: 15px;
    font-size: 0.8rem;
  }
  #tos .tos-wrapper .ol-tos li {
    font-size: 0.8rem;
    padding-left: 25px;
  }
  #tos .tos-wrapper .ol-tos li::before {
    font-size: 0.8rem;
  }
  #tos .tos-wrapper .ol-tos li ul li {
    padding-left: 20px;
  }
  #tos .tos-wrapper .ol-tos li ul li::before {
    font-size: 0.7rem;
  }
  #tos .tos-wrapper .hotelmanager {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=sitepolicy.css.map */