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

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

.making img{width: 100%;}

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

h4 {
	text-align: center;
	position: relative;
	background: #fff6c9;
	padding: 10px 5px;
	border-left: solid 45px #ffc107;
	border-right: solid 45px #ffc107;
}
h4:before{
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: normal;
	left: -42px;
	top: 54%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
h4:after{
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: normal;
	right: -42px;
	top: 54%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.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 #00a5e3;
}
.point{
	color: #00a5e3;
}
.point-text{
	background-color: #FFFEEE;
	border: 1px solid #00a5e3;
}

/*#Cooking*/

.inline_content .s_number{
	background-color: #00a5e3;
}

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

/* ------------------------------
お客様の声
--------------------------------- */
.voice_list .icon{
	width: 100px;
	float: left;
	text-align: center;
	font-size: .9em;
}

.voice_list img{
	margin-bottom: 10px;
}

.voice_list .icon{
	width: 100px;
	float: left;
}
.voice_list .icon img{
	max-width: auto;
	width: auto;
}
.voice_list .comment {
	position: relative;
	width: 800px;
	float: right;
	border: solid 1px #00a5e3;
	border-radius: 10px;
	padding: 10px;
}
.voice_list .comment:before {
	content: "";
	position: absolute;
	top: 40%;
	left: -29px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #00a5e3;
}
.voice_list .comment:after {
	content: "";
	position: absolute;
	top: 40%;
	left: -25px;
	margin-top: -13px;
	border: 13px solid transparent;
	border-right: 13px solid #fff;
	z-index: 1;
}
.voice_list .comment p{
	margin-bottom: 0px;
}
/* ------------------------------
フッター
--------------------------------- */
footer{
	background-color: #00a5e3;
	color: "#fff"
}

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

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

メディアクエリ

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

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

/* 小デバイス（横向きモバイル, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
	.h2_long{font-size: 1.6em;}
	.h3_long{font-size: 1.4em;}
	#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%;}
	.voice_list .icon{width: 15%; font-size: .9em;}
	.voice_list .comment {width: 79%; font-size: .9em;}
	.voice_list .icon img{width: 100%;}
}

/* 極小デバイス（縦向きモバイル, 576px 未満）
	============================================== */
@media screen and (max-width: 575.98px) {
	.h2_long{font-size: 1.5em;}
	.point-text{margin: 0px 5px 10px;}
	h4{font-size: 1.2em;}
	.voice_list .icon{width: 19%; font-size: .8em;}
	.voice_list .comment {width: 78%;}
	.voice_list .comment:before {top: 30%; left: -29px;}
	.voice_list .comment:after {top: 30%; left: -24px;}
}

@media screen and (max-width: 375px) {
	.h2_long{font-size: 1.3em;}
	.h3_long{font-size: 1.1em;}
	.card{width: 95%;}
}

/* 極小デバイス（縦向きモバイル, 322px 未満）
	============================================== */
@media screen and (max-width: 321.98px) {
	h4 {border-left: solid 50px #ffc107; border-right: solid 50px #ffc107;}
	h4:before{left: -43px;}
	h4:after{right: -43px;}
	.voice_list .icon{width: 20%; font-size: .8em;}
	.voice_list .comment:after {left: -25px;}
}

