@charset "UTF-8";
/* CSS Document */

.list-unstyled a{
	color: #fff!important;
}
.card-text{
	text-align: left;
}

body{
	margin-top: 70px;
}

.contents_innner {
    padding-top: 100px;
    margin-top:-100px;
}
.unnewline{
	white-space: nowrap;
}

table.rental tbody:nth-child(odd){
	background-color: #f1f1f1;
	
}

.back-to-top {
  position: fixed;
  bottom: 220px;
  right: 20px;
  z-index: 9999;
  display: none; /* 初期状態では非表示 */
}

.back-to-top .btn {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 50px;
}

.button-card {
    transition: transform 0.2s, background-color 0.2s;
    margin: 5px;
}

.button-card:hover {
    transform: translateY(-5px);
    background-color: #f8f9fa; /* ホバー時の背景色 */
}

.button-card.active {
    background-color: #007bff; /* アクティブ状態の背景色 */
    color: #fff; /* アクティブ状態の文字色 */
}

.btn-card {
    font-size: 1.2rem;
    font-weight: bold;
    color: inherit;
    text-align: center;
    padding: 15px;
    text-decoration: none;
}

.btn-card:hover {
    text-decoration: none; /* ホバー時のアンダーラインを無効化 */
}


.honbun h4{
    color:#233DC9;
}
.honbun p{
    padding-left:20px;
}

