@charset "utf-8";
/* コメント */
.enjoy-main-com {

}

section {
	margin-top: 30px;
}
.enjoy-sub-ttl {
	display: flex;
	align-items: center;
}
.enjoy-sub-ttl::before {
	content: "";
	display: inline-block;
	background: url(../imgs/point01.jpg);
	width: 59px;
	height: 49px;
	margin-right: 10px;
}
.enjoy-desc {
	margin: 10px auto;
}
.enjoy-desc dt {
	color: #00007D;
}
.enjoy-desc dt:before {
	content: "■";
	margin-right: 0.2rem;
	font-weight: bold;
}
.enjoy-desc dd {
	margin-bottom: 15px;
	padding: 5px 10px 5px 19px;
	font-size: 0.95em;
}
.enjoy-separate-pagetop {
	padding-right: 15px;
	text-align: right;
}
.amakara {
	margin: 10px auto;
	text-align: center;
}
.amakara img:not(:last-child) {
	margin-bottom: 5px;
}
.drink-temperature {
	border: none;
	border-collapse: separate;
	width: 100%;
	margin: 15px auto;
}
.drink-temperature th,
.drink-temperature td {
	border: none;
	padding: 5px 7px;
	font-size: 0.8rem;
	font-weight: normal;
}
.drink-temperature th {
	width: 60px;
	text-align: justify;
	text-align-last: justify;
}
.drink-temperature tr td:first-of-type {
	width: 70px;
	text-align: justify;
	text-align-last: justify;
}
