@charset "UTF-8";

body{background-image: url("../img/body.jpg");}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color:#de6a2e;}
#navbar-header li{border-left: 10px solid #de6a2e;}
.bg-light{background-color: #ffeadf;}
#ham-menu a{}
#ham-menu a::before{color: #de6a2e;}
#materials .title,#Cooking .title,#Recipe .title{background-color: #de6a2e;}
#materials .title:after,#Cooking .title:after,#Recipe .title:after{border-top: 9px solid #de6a2e;}
.content{border: dotted 1px #de6a2e;}
hr{border: dotted 1px #de6a2e;}

h2{
	border-top:solid 3px #de6a2e;
	border-bottom: double 5px #de6a2e;
}
.number,.inline_content .number{
	background-color: #fff;
	color: #de6a2e;
	border: solid 2px #de6a2e;
}
.s_number{
	background-color: #de6a2e;
}

.making img{width: 100%;}

#Cooking ul li ul{margin-left: -10px;}

h4 {
	text-align: center;
	margin-bottom: 20px;
	color: #de6a2e;
	font-weight: 700;
}

#Recipe .materials{
	border: solid 3px #ffc107;
	margin-bottom: 20px;
	padding: 10px;
}
#Recipe .materials ul{
	margin-left: -10px;
}
#Recipe .materials li{
	width: 250px;
	float: left;
}
#Recipe .materials p{
	margin: 20px 0px 0px 10px;
}
.arrange1 h4:before,.arrange1 h4:after{
	content: url("../img/menu_icon_1.png"); 
}
.arrange2 h4:before {
	content: url("../img/menu_icon_2.png"); 
}
.arrange2 h4:after {
	content: url("../img/menu_icon_3.png");
}
.arrange3 h4:before,.arrange3 h4:after{
	content: url("../img/menu_icon_4.png"); 
}

.card{
	border: solid 1px #de6a2e;
}
.point{
	color: #de6a2e;
}
.point-text{
	background-color: #FFFEEE;
	border: 1px solid #de6a2e;
}

/*#Cooking*/
.inline_content .s_number{
	background-color: #de6a2e;
}

.btn-outline-secondary{
	color: #de6a2e;
	background-color: #fff;
	border-color: #de6a2e;
}
.btn-outline-secondary:hover{
	color: #fff;
	background-color: #de6a2e;
	border-color: #de6a2e;
}


/* ------------------------------
フッター
--------------------------------- */
footer{
	background-color: #de6a2e;
	color: "#fff"
}

/* ------------------------------
トップに戻る
--------------------------------- */
#page_top{
	background: #de6a2e;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

メディアクエリ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*（1200px 未満）
============================================== */
@media screen and (max-width: 1200px) {
	#main-visual img{width: auto;}
}
/* 中デバイス（タブレット, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
	#Cooking ul{margin-left: -35px;}
}

/* 小デバイス（横向きモバイル, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
	#materials img,.making img,#Cooking img{margin-bottom: 5px;}
	#materials .title,#Cooking .title{font-size: 1em;}
	#Cooking ul{margin-left: -5px;}
	#Cooking ul li ul{margin-left: 0px;}
	.card{width: 99%;}
	#main-visual img{max-width: 600px; width: 100%;}
}

/* 極小デバイス（縦向きモバイル, 576px 未満）
	============================================== */
@media screen and (max-width: 575.98px) {
	.point-text{margin: 0px 5px 10px;}
	h4{font-size: 1.2em;}
	#Recipe .materials ul{margin-left: -20px;}
	#Recipe .materials p{margin-left: 0px;}
}

@media screen and (max-width: 375px) {
		.card{width: 95%;}
}

