<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title {
	background-image: url("../img/main.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 870px;
	height: 200px;
	margin: 0 auto;
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
	box-sizing: border-box;
	border: 3px solid #533700
}
h1 {	color: #EC3756;
    text-align: left;
    font-weight: 700;
    font-size: 70px;
text-shadow:2px 0px 3px #ffffff,2px 2px 4px #ffffff;
	margin-left: 20px

}
.nouki p{
	line-height: 1.5
}
.nouki p.day{
	margin-top: 0.2em;
	font-weight: bold;
	font-size: 1.25em;
	display: flex;
}
.nouki p.day span:first-of-type{
	width: 6em
}
.topBtn ul:after{
  content:"";
  display: block;
  width:49.5%;
}
#main li.smallBtn a{
	font-size: 11.5px;
	display: flex;
		-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
h2 strong{
	font-size: 1.4em
}
section h3{
color: #A91225;
	font-size: 1.2em;
	margin-bottom: 20px;
	font-weight: bold
	
}
.txtArea{
	line-height: 1.5
}
.slider{
	margin: 30px 0
}
p.pName{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px
}
p.pName span{
	font-size: 0.8em
}

/*3カラム&lt;--&gt;1カラム*/

#main .cols3-1 li{
/*購入ボタン退避領域*/
	padding-bottom:calc(2em + 6px);	
} 
p.price{
	margin-top: 5px;
text-align: right;
	font-size: 1.8em;
    color: #C0302C;

	font-weight: bold;
	vertical-align: baseline
}
p.price .taxen{
	font-weight: normal;
	color: #000;
	font-size: 0.6em;
	padding: 0 3px;
	align-items: flex-end;
}
.smallTxt{
	font-size: 0.9em
}
.txtCenter{
	text-align: center;
	margin: 20px auto
}
.mb20{
	margin-bottom: 20px
}
.text-box p:nth-child(2){
height: 4.6em;
}</pre></body></html>