@charset "utf-8";

.takeout_box{
	margin-top: 20px;
	margin-bottom: 80px;
	text-align: center;
}
.takeout_title{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.takeout_txt{
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.takeout_ordertitle01{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5em;
	 color: #670c12;
}
.takeout_list_box{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
}
.takeout_list{
	width: 200px;
	margin: 0px 20px 20px 20px;
}

.takeout_hr{
	border: none;
	border-top: dashed 2px #333;
	margin-bottom: 100px;
}
.spase_under {
	margin-bottom: 20px;
}
 

/* PC ================================================== */
@media all and (min-width: 960px) {
}
    

/* Tablet ================================================== */
@media all and (min-width: 560px) and (max-width: 959px) {
}

/* SP ================================================== */
@media all and (max-width: 559px) {
	
  .takeout_box{
	width: 86%;
margin: 0 auto 30px;
}
	
.takeout_title{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
letter-spacing: -0.05em;
}
	
.takeout_ordertitle01{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	}
	
.takeout_txt{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
	｝
}


