@charset "utf-8";

/* ===================================================================
CSS information

 File Name  : home.css
=================================================================== */

#recipeLink{
	margin: 20px 0 0
}
#recipeLink h2{
	padding: 0 0 3px 5px;
	border-bottom: 1px solid #603813;
}
#recipeLink ul{
	overflow: hidden;
	_zoom: 1;
}
#recipeLink ul li{
	padding: 10px 0 0;
	width: 177px;
	float: left;
	text-align: center;
}

.infoBox dt {
	height: 20px;
}

#infoBoxtext {
	padding: 10px;
	height: 97px;
	overflow: auto;
	text-align: left;
}

#infoBoxtext p {
	color: #42210B;
	font-size: 93%;
}

#storeFlyerInfo{
    position: relative;
	margin: 0 0 15px;
	position: relative;
	height: 350px;
	background: url(../images/top/storeFlyerBg_2312.jpg) no-repeat 0 0;
	/* background: url(../images/top/storeFlyerBg_2106.jpg) no-repeat 0 0; */
/*	background: url(../images/top/storeFlyerBg.jpg) no-repeat 0 0;*/
}
#storeFlyerInfo h2{
	position: absolute;
	top: 0;
	left: -17px;
}
#storeFlyerInfo ul{
	padding: 195px 0 0 7px;
/*	padding: 205px 0 0 7px;*/
	overflow: hidden;
}
#storeFlyerInfo ul li{
	padding: 0 1px;
	float: left;
}
#storeFlyerInfo ul li img{
	vertical-align: bottom;
}
#storeFlyerInfo div{
    position: absolute;
    bottom: 12px;
    right: 15px;
/*
    clear: both;
	padding: 10px 15px 0;
	text-align: right;
*/
}
#catchS a {
	color: #668C31;
	font-weight: bold;
	font-size: 108%;
	line-height: 100%;
	text-decoration: none;
}

#goodsName a {
	color: #668C31;
	font-weight: bold;
	font-size: 167%;
  line-height: 120%;
	text-decoration: none;
}

#catchS span.linknone {
	color: #668C31;
	font-weight: bold;
	font-size: 108%;
	line-height: 100%;
	text-decoration: none;
}

#goodsName span.linknone {
	color: #668C31;
	font-weight: bold;
	font-size: 167%;
	text-decoration: none;
}

/* top_main_image
 --------------------*/
#top_main{
	width:710px;
	height:348px;
	}
#top_eyeCatch{
	width:468px;
	height:348px;
	float:left;
	}
#top_pickup{
	width:226px;
	height:348px;
	float:left;
	margin-left:16px;
	}
#home #top_kokoku a[href$=".pdf"]{
  background:none;
  }

#eyeCatch{
	margin: 0 0 12px;
	width: 710px;
	position: relative;
}

#eyeCatch img{
	vertical-align: bottom;
}
#asSlide{
	height: 348px;
	overflow: hidden;
}
#asSlidePrev,#asSlideNext{
	position: absolute;
	top: 400px;
	width: 20px;
	height: 18px;
	text-indent: -20px;
	overflow: hidden;
}
#asSlidePrev{
	left: 0;
	background: url(../images/top/btnPrev.png) no-repeat 0 0;
}
#asSlideNext{
	right: 0;
	background: url(../images/top/btnNext.png) no-repeat 0 0;
}
#asThumb{
	margin: 5px auto 0;
	width: 666px;
	height: 97px;
	overflow: hidden;
	position: relative;
}
#asThumbPager{
}
#asThumbPager li{
	padding: 11px 8px 6px;
	width: 206px;
	height: 80px;
	opacity: .8;
}
#asThumbPager li.active{
	opacity: 1;
}
#asThumb .waku{
	position: absolute;
	top: 0;
	left: 224px;
	width: 218px;
	height: 97px;
	background: url(../images/top/activeBg.png) no-repeat top center;
}

/* ===================================================================
コロナのお知らせ
=================================================================== */
.covid19 {
	margin-top: 10px;
	text-align: center;
}
.covid19 a {
/*	padding: 10px 10px 7px;
	border: 2px solid #000;*/
	color: #000;
/*	background-color: #fff;*/
	text-align: center;
/*	text-decoration: none;
	font-size: 1.3rem;
	font-weight: bold;*/
}
.covid19 a:hover {
	background-color: #efefef;
}

/* ===================================================================
オーディオ
=================================================================== */
#home .audio-player {
	max-width: 220px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
}

#home .audio-player img{
	max-width: 100%;
}

#home .controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #EFEFEF; /* コントロールバーの背景色#282c34 */
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	color: #444; /* テキスト色 */
}

#home .controls button {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1em;
	color: #ff0000; /* ボタンの色 */
}

#home .controls button:hover {
	color: #ff0000; /* ホバー時のボタンの色 */
}

#home .progress-bar {
	flex: 1;
	height: 5px;
	background-color: #444; /* プログレスバーの背景色 */
	margin: 0 5px;
	position: relative;
	cursor: pointer;
	border-radius: 2px;
}

#home .progress {
	height: 100%;
	background-color: #ff0000; /* プログレスバーの進捗色 */
	width: 0%;
	border-radius: 2px;
}

#home .volume-slider {
	width: 50px;
	-webkit-appearance: none;
	appearance: none;
	background: #444; /* スライダーの背景色 */
	border-radius: 5px;
	height: 5px;
	cursor: pointer;
}

#home .volume-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 10px;
	height: 10px;
	background: #ff0000; /* スライダーのつまみの色 */
	border-radius: 50%;
}

#home .volume-slider::-moz-range-thumb {
	width: 10px;
	height: 10px;
	background: #ff0000; /* スライダーのつまみの色 */
	border-radius: 50%;
}