@charset "utf-8";

/* トップ画像 */
#fv-img {
    width: 100%;
}
/*トップページメインエリア*/
#maincontents {
	font-size: 14px;
	line-height: 20px;
	display: block;
	float: left;
	width: 726px;
}
#maincontents .top-contents-flex-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#maincontents h2 {
	display: block;
	margin: 15px 0;
	font-size: 24px;
	padding: 6px 0 5px;
	background-color: #f6f0e0;
	border-top: solid #C00 2px;
}
#maincontents h2.uchiwa {
	border-top: solid #F70 2px;
}

#maincontents .section-title-img {
    margin: 0 auto;
}
#maincontents .category-box {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    max-width: 726px;
}
#maincontents .category-box:nth-child(2) .category-item {
    width: calc(50% - 5px);
}
#maincontents .category-box .category-item > img {
    width: 100%;
}

/*ベスト５*/
.best5 {
	display: block;
	margin: 0;
	font-size: 13px;
	line-height: 1.4em;
	padding: 2px 2px 5px;
	border: solid #ddd 1px;
	overflow: hidden;
}
.tb-best5 {
	display: table;
}
.tb-best5 tr {
	valign: top;
	text-align: center;
}
.tb-best5 tr td {
	width: 140px;
	padding: 5px 5px 10px;
}
.tb-best5 tr td img {
	width: 124px;
	margin: 0 0 5px;
}
.tb-best5 a {
	color: #000;
	text-decoration: none;
}
.tb-best5 a:hover {
	text-decoration: underline;
}
.tb-best5 tr td img.to-best {
	width: auto;
	margin: 2px 5px 0;
}
/*店長イチオシ*/
.oshi {
	display: block;
	margin: 5px 0 10px;
	text-align: left;
	padding: 5px;
	border: solid #f6ddbb 1px;
	background-color: #f9f7f3;
	overflow: hidden;
}
.oshi img {
	margin: 2px;
}
.oshi p.oshi-name {
	margin: 3px;
	padding: 5px 0;
	display: block;
	font-size: 18px;
	border-bottom: solid #999 1px
}
.oshi .mn {
	color: #fff;
	line-height: 1em;
	padding: 4px 5px 3px;
	background-color: #f70;
	border-radius: 3px;
	display: inline-block;
	margin: 5px 0;
}
.oshi p {
	display: block;
	margin: 3px 0;
	line-height: 1.4em;
}
.oshi .oshi-price {
	font-size: 18px;
}

#maincontents .cal-type {
	display: block;
	width: 100%;
	text-align: left;
}
.cal-type img {
	padding: 0.5em;
	width: 31%;
}

/*店長あいさつ*/
.top-aboutus {
	display: block;
	margin-top: 10px;
	padding: 15px;
	text-align: left;
	background-image: url(https://file003.shop-pro.jp/PA01424/431/images/about-kh-back.jpg)
}
.top-aboutus p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 10px 0 0;
}