ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.title02 {
  border-left: 10px solid #d6d6d6;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin: 50px 0 20px;
  padding: 8px 0 8px 18px;
}

.content {
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 10px;
  }
}

.RoomPhoto {
  text-align: center;
  margin-bottom: 40px;
}

.RoomPhoto__main {
  margin-bottom: 20px;
}
.RoomPhoto__main img {
  max-width: 100%;
}

.RoomPhoto__list {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll;
  scrollbar-width: none;
}
.RoomPhoto__list img {
  max-width: 90px;
  height: 90px;
  margin-right: 10px;
  cursor: pointer;
}

.tab__nav {
  display: flex;
  overflow: scroll;
  scrollbar-width: none;
}

.tab___nav__item {
  background: #e5e4e6;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
  width: 100px;
  text-align: center;
}

.is--active {
  background: #000;
  color: #fff;
}

.tab__contents {
  border: solid 1px #e5e4e6;
  padding: 20px;
}

.tab__contents__item {
  display: none;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.tab__contents__inner__before {
  position: relative;
}
.tab__contents__inner__before img {
  border: solid 1px #e5e4e6;
  max-width: 100%;
}
.tab__contents__inner__before::before {
  background-color: #000;
  color: #fff;
  content: "before";
  font-size: 11px;
  font-weight: 700;
  left: 1px;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
}

.tab__contents__inner__after {
  position: relative;
}
.tab__contents__inner__after img {
  border: solid 1px #e5e4e6;
  max-width: 100%;
}
.tab__contents__inner__after::before {
  background-color: #000;
  color: #fff;
  content: "after";
  font-size: 11px;
  font-weight: 700;
  left: 1px;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
}

.accordion {
  max-width: 1000px;
  margin: 30px auto;
}

.accordion__trigger {
  margin: 0;
  padding: 10px;
  display: block;
  background-color: #333;
  color: #fff;
  border-top: 1px solid #fff;
}

.accordion__contents {
  margin: 0;
  padding: 10px;
  border: 1px solid #fff;
  display: none;
}

.font-bold {
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */