@charset "UTF-8";

/* -------------------------------------------------

2025年 修正分

------------------------------------------------- */
/* 一棟貸切プランバナー
================================================== */
.ba_kashikiri {
	max-width: 858px;
	width: 100%;
	margin: 0 auto 50px;
}
.ba_kashikiri a:hover {
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		opacity: .7;	
}


/* 新着情報（文字サイズ調整）
================================================== */
.news-list dl {
    font-size: 15px !important;
}
.news-list a:hover {
    text-decoration: underline !important;
}
.news-list dl dd {
    color: #000000;
}

@media screen and (max-width: 900px) {
.news-list dl dt {
    float: none !important;
				margin-bottom: 10px;
}
.news-list dl dd {
    margin-left: 0px;
}
}


/* デバイスの切替
================================================== */
.block_480 {
  display: block !important;
}
.none_480 {
  display: none !important;
}
@media only screen and (max-width: 480px) {
.block_480 {
  display: none !important;
}
.none_480 {
  display: block !important;
}
}	

