h3 {
  font-size: 1.4em;
}

.fa-square {
  margin-right: 0.25em;
}

.c_box {
  row-gap: 2em;
  max-width: 800px;
  margin: 20px auto;
  justify-content: space-between;
}

table tr {
  line-height: 1.5em;
}
table th {
  width: 12em;
}
table td {
  padding: 0.5em 0;
}
table td p {
  padding: 0;
}
table td span {
  color: #e68a34;
  font-weight: 600;
}

#rental_room ul {
  padding: 0.5em 0;
}
#rental_room ul li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.25em;
}
#rental_room a {
  transition: all 0.5s;
}
#rental_room a:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
#rental_room img {
  margin: 0 auto;
}

.contents4 {
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-top: 60px;
}

.contents3 {
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-top: 60px;
}/*# sourceMappingURL=rental.css.map */
/* 20260330追加 */
#top_wrapper h2 {
	font-size: 2.3em;
}
#top_wrapper span {
	font-size: 1.4em;
}
#rental_room {
	font-size: 2em;
}
.c_box {
	display: block;
	width: 1100px;
	max-width: none;
}
.c_box .c_35 {
	width: 1100px;
}
.c_box .c_65 {
	width: 1100px;
}