/* CSS Document */
main article{
	text-align: justify;
}

p.date {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size:2.4rem;
	font-weight: 700;
	line-height: 1.35;
}
p.date br {
	display: none;
}

span.day {
	font-size: 200%;
}

span.yobi {
	display: inline-block;
	margin-left: 0.2rem;
	width:1.5em;
	height: 1.5em;
	background: #000;
	color: #fff;
	border-radius: 1em;
	line-height: 1.35;
	font-weight: 700;
	position: relative;
	top:0;
}

span.yobi2 {
	display: inline-block;
	margin-left: 0.2rem;
	width:3em;
	height: 1.5em;
	background: #000;
	color: #fff;
	border-radius: 1em;
	line-height: 1.35;
	font-weight: 700;
}

span.sat {
	background-color: rgba(0,101,196,1.00);
	display: inline-block;
	margin-right: 0.5em;
}

span.sun {
	background-color:rgba(239,36,40,1.00);
	display: inline-block;
	margin-right: 0.5em;
}

span.saturday {
	color: rgba(0,101,196,1.00);
}

span.sunday {
	color: rgba(239,36,40,1.00);
}

.linelink .btn a {
	width:90%;
}

.presentimg {
	text-align: center;
}
.presentimg img {
	width:60%;
	height: auto;
}

ol {
	width:80%;
	text-align: justify;
	margin: 1em auto;
}

ol li {
}

main li span {
	font-size:2.4rem;
}


li span.ninzu {
	font-weight: 700;
}

li span.tou ,
li span.shohin {
	margin-right: 0.1em;
	font-weight: 700;
	color: transparent;
	background: -webkit-linear-gradient(bottom, #B67B03 0%, #DAAF08 45%, #DAAF08 85%, #B67B03 90%);
	-webkit-background-clip: text;
	font-size: 2.6rem;
}

li span.tou::after {
	content: ":";
}

ul.attention {
	font-size: 1.6rem;
	margin-left: 1em;
}

ul.attention li {
	text-indent: -1em;
	margin-left: 1em;
}

ul.attention li::before {
	content:"●";
}

@media only screen and (max-width : 999px){
	p.date {
		font-size: 1.8rem;
	}
	p.date br {
		display: inherit;
	}
	.linefriends {
		display: block;
	}

	.linelink {
		width:95%;
		padding: 0.5em;
		margin: 1em auto;
	}
	span.yobi {
		width:1.65em;
		height: 1.65em;
		line-height: 1.75;
		position: relative;
		top:0;
	}

	ol {
		width:96%;
	}

	ol li {
		display: flex;	
		flex-wrap: wrap;
	}
	li span {
	}


	li span.tou ,
	li span.shohin {
		font-size: 1.8rem;
	}

	li span.ninzu {
	}
	li span.tou {
		width:2.2em;
		display: inline-block;
	}


	li span.shohin {
		width:calc(100% - 2.5em);
		display: inline-block;
	}
	
	li span.batu {
		width:100%;
		text-align: right;
	}
}
