@charset "utf-8";
/* CSS Document */

h2 {
    font-size: 32px;
    padding: 0 0 15px;
    margin: 0px auto 30px;
    background: url( ../../img/item_title_bg.gif) bottom center no-repeat;
}

#PlateType.recommend p.price{
	margin-top: 100px;
}

#Douga{
	margin: 80px auto;
}
#Douga div {
	width: 100%;
	margin: 60px auto 0;
	text-align:center;
}
#Douga iframe{
	border: solid 1px #ccc;
	box-sizing: border-box
}

#Kumitate{
	margin: 70px auto;
}

#Tejun{
display: flex;
 flex-wrap: wrap;
width: 960px;
margin-bottom: 50px;
}

#Tejun > div{
display: flex;

width: 480px;
margin-bottom: 60px;
}
#Tejun h3{
	font-size: 21px;
	color:#ff7804;
	margin-top: 0px;
	margin-bottom: 30px
}

#Tejun div > div{
	width: 250px;
	margin-left: 10px;
	font-size: 14px;
}

#Tejun dl{
	font-size: 13px;
	padding: 5px;
	margin-top: 17px;
	border:solid 1px #ff7804;	
}

#Tejun dl dt{

	font-weight: bold
}
#Tejun dl dd{
	margin-left: 0
}

#Tejun div p{
	line-height: 1.4
}



#Gokounyu{
 width: 100%;
padding:70px 30px 50px;
	margin: 50px auto 50px;
	border: solid 2px #ff5b0b;
	box-sizing: border-box;
	text-align: center;
	position: relative
}
#Gokounyu p{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	position: absolute;
	background: #fff;
	width: 300px;
	top:-27px;
	left: 330px;	
}

#Gokounyu li{
	display: inline-block;
	margin-right:40px; 
}

#Gokounyu li:last-child{
	margin-right:0px; 
}
#Gokounyu a{
	display: block;
	line-height: 1.0;
	padding: 18px 0 17px;
	width: 300px;
	color:#fff;
	font-weight: bold;
	font-size:18px;	
	border-radius: 5px;
	border-bottom:5px solid #ff5b0b;
	box-sizing: border-box;
	text-align: center;	
	background:#ff5b0b;
	border-bottom:5px solid #e6520a;
}
#Gokounyu a:hover{
		background:#ff7804;
	border-bottom:5px solid #ff5b0b;

}

#Gokounyu li:last-child a{
	background:#015bc4;
	border-bottom:5px solid #014493;
	
}
#Gokounyu li:last-child a:hover{
	background:#014493;
	border-bottom:5px solid #013776;
	
}








