@charset "UTF-8";

.contentsPack{
font-size: 16px;
line-height: 1.8;
text-align: center;
}
#top{
margin-bottom: 80px;
}
#top p .font_red{
font-size: 24px;
font-weight: bold;
color: #db3524;
}

.kaitori{
position: relative;
margin-bottom: 80px;
}
.kaitori .apart_img{
position: absolute;
top: -50px;
left: 0;
}
.kaitori h4{
margin-bottom: 40px;
}
.kaitori ul{
display: flex;
justify-content: center;
}
.kaitori ul li{
margin: 0 45px;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.kaitori ul li .img{
margin-bottom: 10px;
}

.tesuryo{
margin-bottom: 80px;
}
.tesuryo ul{
display: flex;
justify-content: space-between;
}

.omakase{
margin-bottom: 80px;
}
.omakase .img{
margin-bottom: 60px;
}
.omakase .img:last-child{
margin-bottom: 0px;
}

.contentsPack .contact_box{
	background-image: url(images/contact_bg.jpg);
	height: 167px;
	width: 1060px;
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}

.contentsPack .contact_box .btn{
	display: block;
	position: absolute;
	right: 25px;
	bottom: 25px;
}

.contentsPack .contact_box .btn a:hover img{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}
