﻿
.title {
	background-image: url("../img/main.jpg");

    background-size: cover;
    background-position: right center;
    height: 150px;
	width: 100%;
	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: 11vw;
    letter-spacing: 0.05em;
    margin-left: 10px;
text-shadow:2px 0px 3px #ffffff,2px 2px 4px #ffffff;

}
.nouki p{
	line-height: 1.4
}
.nouki p.day{
	margin-top: 0.2em;
	font-weight: bold;
	font-size: 1.1em;
	display: flex;
}
.nouki p.day span:first-of-type{
	width: 6em
}

h2 strong{
	font-size: 1.15em
}
section h3{
color: #A91225;
	font-size: 1.2em;
	margin-bottom: 20px;
	font-weight: bold
	
}
.txtArea{
	line-height: 1.4
}
.slider{
	margin: 30px 0
}
p.pName{
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 10px
}
p.pName span{
	font-size: 0.8em
}

/*3カラム<-->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;
}
img.imgFull{
	width: 100%
}
.smallTxt{
	font-size: 0.9em
}
#main .fslarge{
	font-size: 1.05em
	
}
.mb20{
	margin-bottom: 20px
}