/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/

/* トップページ */
.post-191 .entry-content .main_bnr {
  margin: 50px 0;
}

/* ピザ商品ページ説明文 */
.post-12 .item-description h1,
.post-632 .item-description h1 {
  padding-top: 2em;
}

.post-12 .item-description em,
.post-632 .item-description em {
  font-size: 1em;
	color: #d00;
}

.post-12 .item-description a.chuumon,
.post-632 .item-description a.chuumon {
	display: block;
	width: 40%;
	margin: 0 auto 120px;
	font-size: 16px;
	line-height: 1em;
	padding: 1em 0;
	text-align: center;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	transition: .3s;
}

.post-12 .item-description a.chuumon:hover,
.post-632 .item-description a.chuumon:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;
	transition: .1s;
}

@media screen and (max-width: 768px) {
	.post-12 .item-description a.chuumon,
  .post-632 .item-description a.chuumon {
		display: block;
		width: 40%;
		margin: 0 auto 12%;
		font-size: 16px;
	}
}

/*---- widget_welcart_calendar ----*/

.widget_welcart_calendar table {
  font-size: 12px;
}
.widget_welcart_calendar th {
	padding: 5px 0;
}
.widget_welcart_calendar td {
	padding: 5px 0;
}

/*---- widget_welcart_featured ----*/

.widget_welcart_featured .featured_list {
	font-size: 12px;
  line-height: 1.5em;
}

/* wc_sku_selsect.php */
/* ピザ商品ページ説明文・カレンダー・現在日時表示 */

	.today {
		margin-bottom: 10px;
		background-color: #efefef;
	}
	.today #viewTime {
		font-size: 1.2em;
	}
	.today #viewTime span {
		color: #f00;
	}
	.biz_hours {
		margin-bottom: 30px;
		line-height: 1.6em;
	}
	.biz_hours table {
		border-collapse: collapse;
		border: 1px solid #ccc;
	}
	.biz_hours table th,
	.biz_hours table td {
		border: 1px solid #ccc;
		padding: 0.5em 1em;
		font-size: 12px;
		line-height: 1em;
	}
	.biz_hours table th {
		background-color: #efefef;
	}
	.ei_cld {
		margin-bottom: 30px;
	}
	.ei_cld .ucart_calendar_body li {
		display: flex;
		flex-wrap: wrap;
		max-width: 500px;
	}
	.ei_cld .this-month,
	.ei_cld .next-month {
		width: 40%;
		margin-right: 5%;
	}
	.ei_cld .businesstoday {
		color: #f00;
	}
	.ei_cld h3.widget_title {
		display: none;
	}
	.ei_cld .biz_holiday {
		width: 100%;
		font-size: 12px;
	}
	.ei_cld span.business_days_exp_box.businessday {
		height: 1em;
	}
