@charset "utf-8";

/* ==============================
SP plants layout
Site Name: SULK;
Date: 2023.05;
================================= */

/* footer
--------------------------------- */
/* profile */
article footer {
	margin-bottom: 80px;
}
.qr {
	display: none;
}
/* bnr */
.bnr--online {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 56px;
}
.bnr--online a {
	background-color: #444;
	color: white;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 56px;
	transition: background-color .5s;
	text-align: center;
	width: 100%;
	height: 56px;
}
.bnr--online a:hover {
	background-color: #666;
	text-decoration: none;
}
.bnr--online i {
	margin-right: 8px;
}

/* top
--------------------------------- */
/* search */
#search {
	margin-top: 64px;
	margin-left: -24px;
	margin-right: -24px;
	background-color: #e0e0e0;
	padding: 24px;
}
#searchform #s {
	background: url(../img/ico_search.svg) left 16px center no-repeat white;
	background-size: 20px;
	font-size: 15px;
	padding: 0 16px 0 52px;
	width: 100%;
	height: 48px;
}
/* category */
#category,
#new {
	margin-top: 64px;
}
/* list */
.plants__list {
	margin-top: -24px;
}
.plants__list li {
	font-size: 12px;
	border-bottom: 1px solid rgba(51,51,51,.15);
	margin-top: 24px;
	width: 100%;
}
@media only screen and (max-width: 479px){
	.plants__list li {
		width: 100%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 749px){
	.plants__list li {
		width: calc(50% - 12px);
	}
	.plants__list li:nth-child(odd) {
		margin-right: 24px;
	}
}
@media only screen and (min-width: 750px){
	.plants__list li {
		width: calc((100% - 48px) / 3);
	}
	.plants__list li:not(:nth-child(3n)) {
		margin-right: 24px;
	}
}
.plants__list .photo {
	margin-bottom: 28px;
}
.plants__list img {
	width: 100%;
}
.plants__list h3 {
	font-size: 11px;
	font-weight: 900;
	line-height: 1.6;
}
.plants__list h3 b {
	font-size: 16px;
}
.plants__list a {
	color: #333;
	display: block;
	padding-bottom: 40px;
}
/* tags */
.plants__tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 56px;
}
.plants__tags li {
	list-style: none;
	margin-top: 8px;
	margin-right: 8px;
}
.plants__tags a {
	background-color: #e0e0e0;
	color: #333;
	display: block;
	font-size: 12px;
	transition: background-color .3s;
	border-radius: 30px;
	padding: 6px 12px;
}
.plants__tags a:hover {
	background-color: #f7f7f7;
	text-decoration: none;
}

/* single
--------------------------------- */
/* summary */
#summary__data {
	padding-bottom: 24px;
}
#summary__data dl {
	margin-bottom: 8px;
	line-height: 1.8;
}
#summary__data dt,
#summary__data dd {
	font-size: 13px;
}
#summary__data dt {
	width: 48px;
}
/* entry */
#entry {
	margin-bottom: 48px;
	width: 100%;
}
/* table */
.table {
	margin-bottom: 80px;
	width: 100%;
}
.table dl {
	margin-top: 32px;
}
.table dt {
	font-weight: 900;
	border-top: 1px solid rgba(51,51,51,.15);
	padding-top: 24px;
	padding-bottom: 12px;/*18*/
}
.table02 {
	font-size: 12px;
	margin-top: 64px;
	margin-bottom: 64px;
	width: 100%;
}
/* month */
.growing.month1 td:nth-of-type(1),
.growing.month2 td:nth-of-type(2),
.growing.month3 td:nth-of-type(3),
.growing.month4 td:nth-of-type(4),
.growing.month5 td:nth-of-type(5),
.growing.month6 td:nth-of-type(6),
.growing.month7 td:nth-of-type(7),
.growing.month8 td:nth-of-type(8),
.growing.month9 td:nth-of-type(9),
.growing.month10 td:nth-of-type(10),
.growing.month11 td:nth-of-type(11),
.growing.month12 td:nth-of-type(12),
.fertilizer.month1 td:nth-of-type(1),
.fertilizer.month2 td:nth-of-type(2),
.fertilizer.month3 td:nth-of-type(3),
.fertilizer.month4 td:nth-of-type(4),
.fertilizer.month5 td:nth-of-type(5),
.fertilizer.month6 td:nth-of-type(6),
.fertilizer.month7 td:nth-of-type(7),
.fertilizer.month8 td:nth-of-type(8),
.fertilizer.month9 td:nth-of-type(9),
.fertilizer.month10 td:nth-of-type(10),
.fertilizer.month11 td:nth-of-type(11),
.fertilizer.month12 td:nth-of-type(12),
.replanting.month1 td:nth-of-type(1),
.replanting.month2 td:nth-of-type(2),
.replanting.month3 td:nth-of-type(3),
.replanting.month4 td:nth-of-type(4),
.replanting.month5 td:nth-of-type(5),
.replanting.month6 td:nth-of-type(6),
.replanting.month7 td:nth-of-type(7),
.replanting.month8 td:nth-of-type(8),
.replanting.month9 td:nth-of-type(9),
.replanting.month10 td:nth-of-type(10),
.replanting.month11 td:nth-of-type(11),
.replanting.month12 td:nth-of-type(12) {
	background-color: #d8eded;
}