@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:#d61d51;}
#navbar-header li{border-left: 10px solid #d61d51;}
.bg-light{background-color: #fcd2d2;}
#ham-menu a{}
#ham-menu a::before{color: #d61d51;}
#materials .title,#Cooking .title,#Recipe .title{background-color: #d61d51;}
#materials .title:after,#Cooking .title:after,#Recipe .title:after{border-top: 9px solid #d61d51;}
.content{border: dotted 1px #d61d51;}
hr{border: dotted 1px #d61d51;}

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

.making img{width: 100%;}

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

#materials .useitem ul{
	margin: 30px auto 0px;
	padding-left: 0px;
	list-style: none;
}
#materials .useitem li{
	width: 33.3%;
	float: left;
}
#materials .useitem li img{
	width: 300px;
}

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

#Report{
	width: 1200px;
	margin: 10px auto;
	background-color: #fff;
	padding: 20px 0px;
	border-radius: 10px;
}

#Report img{
	margin-top: 50px;
}
#Report h3{
	line-height: 1em;
}


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

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

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


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

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

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

メディアクエリ

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

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

/* 小デバイス（横向きモバイル, 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%;}
	#materials .useitem li img{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%;}
	#materials .useitem li{width: 48%;}
}

