@charset "utf-8";

.wpf-widget img {
	width: 100%;
	margin-bottom: 10px;
}

/*リンク（ホテルのメリット）部分CSS
--------------------------------------------------------------*/
.custom-html-widget ul.sidebar_bn li a {
	display: block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 200px;
	height: 85px;
	outline: none;
	margin-bottom: 10px;
}

.custom-html-widget ul.sidebar_bn li a#link01 {
	background-image: url('https://fbun-1.sakura.ne.jp/chigira-hotel/wp-content/themes/Maneki/image/leftnavi/link01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.custom-html-widget ul.sidebar_bn li a:hover {
	background-position: -205px top;
}

.custom-html-widget ul.sidebar_bn li a#link02 {
	background-image: url('https://fbun-1.sakura.ne.jp/chigira-hotel/wp-content/themes/Maneki/image/leftnavi/link02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.custom-html-widget ul.sidebar_bn li a#link03 {
	background-image: url('https://fbun-1.sakura.ne.jp/chigira-hotel/wp-content/themes/Maneki/image/leftnavi/link03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.custom-html-widget ul.sidebar_bn li a#link04 {
	background-image: url('https://fbun-1.sakura.ne.jp/chigira-hotel/wp-content/themes/Maneki/image/leftnavi/link04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.custom-html-widget ul.sidebar_bn li a#link05 {
	background-image: url('https://fbun-1.sakura.ne.jp/chigira-hotel/wp-content/themes/Maneki/image/leftnavi/link05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.custom-html-widget ul.sidebar_bn li a#link_all {
	background-image: url('https://fbun-1.sakura.ne.jp/chigira-hotel/wp-content/themes/Maneki/image/leftnavi/link_all.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.other_info {
	margin-top: 25px;
}

.address {
	font-size: 14px;
	color: #333333;
}




/*その他のご案内部分CSS
--------------------------------------------------------------*/

ul#otherpage {
	width: 200px;
	height: auto;
	margin-top: -15px;
	padding-top: 15px;
}

ul#otherpage li{
	width: 200px;
	height: 30px;
	display: block;
	list-style-type: square;
	font-size: 1.5rem;
}
ul#otherpage li a{
	color: #333;
}
ul#otherpage li a:hover{
	text-decoration: underline;
}

/* ■スマホ用CSS
--------------------------------------------------------------*/

@media screen and (max-width: 750px) {

/*PC非表示*/
.custom-html-widget ul.sidebar {
	display: none;
}

}