/*
Theme Name:advan-shibata.jp 2026.1
Theme URL:http://advan-shibata.jp
Description:advan-shibata Version 2026.1.19
Author:donchantank
Author URI:http://advan-shibata.jp
Version:0.1
*/

/* フッター画像BG */
#footer {
	background-image:url("images/footer_img.png");
	background-repeat:no-repeat;
	background-position:center top;
	padding:30px 0 0;

}
.f_inner {
	background-color: #77cc11;
}
/* フッターメニュー */
#footer a {
	color:#fff;
	text-decoration: none;
}
#footer a:hover {
	color:#fff;
}
#footer .f_content {
	text-align:center;
	font-size:0.9rem;
	line-height:1.4;
	padding:10px 0;
	position: relative;
}
#footer .footermenu {
	padding:0 0 6px;
}
#footer .footermenu ul,
#footer .footermenu li {
	display:inline;
}
#footer .footermenu ul {
	padding:0;
	border-left:1px solid #fff;
}
#footer .footermenu li {
	border-right:1px solid #fff;
}
#footer .footermenu a {
	color:#fff;
	padding:0 6px 0 5px;
}
#footer .footermenu a:hover {
	color:#fff;
	text-decoration:none;
	text-shadow:0px 0px 3px #fff;
}
/* 社名住所電話 */
#footer p {
	margin:0;
}
/* RSS Feed icon 16px*/
.rss {
	position:absolute;
	top:16px;
	right:16px;
}

/* clearfix */

.clear {
	visibility:hidden;
	display:block;
	font-size:0;
	clear:both;
	height:0;
	line-height:0;
}

/* sidebar */

#sidebar ul {
	list-style: none;
}
#sidebar .s_inner ul {
	padding-left: 0;
}
#sidebar .widget {
	padding:0 0 25px;
}
#sidebar .widget > ul {
	padding:0;
}
#sidebar .widget h3 {
	font-size:1.0rem;
	line-height:1.2;
	font-weight: bold;
	color:#fff;
	background-image:url("images/bg_contentmenu.png");
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#4dac26;
	padding:5px 10px;
	margin:0 0 6px;
	border-radius: 4px;
}
#sidebar .s_inner ul ul li {
	list-style:none;
	font-size:0.85em;
	line-height:1.4;
	padding:4px 2px 5px;
}
#sidebar a:link, #sidebar a:visited
{
  /*color:#4893c3;*/
  text-decoration:none;
  outline:none;
}
#l_sidebar a:hover, #sidebar a:active
{
  /*color:#4893c3;*/
  text-decoration:underline;
  outline:none;
}

#sidebar p {
	padding:3px 0px 0px 0px;
	margin:0px;
	line-height:20px;
}

.bottomspace {
	display: none;
	/*
	color:#dfdfdf;
	padding:2px 0;
	text-align:center;
	*/
}
.hidden {
	display:none;
}

.eco {
	font-size:0.8rem;
	line-height:1.4;
	text-align:justify;
	padding:6px 0 0;
}
.eco dt {
	float:left;
	margin:0 6px 0 0;
}

/* いちご狩りのご案内 */
/* サム画像 */
.info-thumb img {
	width:100%;
	max-width: 100%;
	height:auto;
	padding: 0.25rem;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	margin-bottom: 1rem;
}
/* 料金 */
.info-ichigo ul {
	list-style:none;
	padding:0 0 .5rem;
	margin:0 0 .5rem;
	border-bottom: 1px dotted #aaa;
}
/*詳細*/
.info-ichigo li {
	font-size:0.9rem;
	line-height:1.3rem;
}
/*小見出し*/
.info-ichigo > h5 {
	font-size:1rem;
	line-height:1;
	color:#444;
	font-weight: bold;
	margin: 0 0 .3rem;
	padding: .4rem 0 .4rem .4rem;
	border-left: 6px solid #4dac26;
}
