@charset "utf-8";
/* kodawari.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../../../images/kodawari_kv.jpg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 品質へのこだわり　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#shoku {
	padding-bottom: 200px;
	background-image: url(../../../images/kodawari_shoku_bg.jpg);
	background-size: cover;
	background-position: center bottom;
}

/* 本文 */
#shoku .box_fl_right {
	width: 780px;
}
#shoku .box_fl_right h4 {
	font-size: 26px;
	line-height: 1.3em;
	margin-bottom: 15px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#shoku .box_fl_right p {
	margin-bottom: 12px;
}
#shoku .box_fl_right p + h4 {
	margin-top: 80px;
}

/* 写真 */
#shoku .box_fl_left {
	width: 260px;
}
#shoku .box_fl_left li {
	margin-bottom: 10px;
}
#shoku .box_fl_left li img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 衛生管理　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#eisei {
	padding-bottom: 200px;
	text-align: left;
}
#eisei_text {
	text-align: center;
}

#eisei_main_pic {
	margin-bottom: 10px;
	margin-top: 50px;
}
#eisei_pic .box_fl_left {
	width: 545px;
}
#eisei_pic .box_fl_right {
	width: 545px;
}
#eisei_pic img {
	width: 100%;
	height: auto;
}
.caption {
	font-size: 13px;
	color: #808080;
	margin-top: 5px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align: center;
}








/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 品質へのこだわり　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#shoku {
	padding-top: 80px;
	padding-bottom: 120px;
}

/* 本文 */
#shoku .box_fl_right {
	width: 100%;
	background-size: 200px auto;
}
#shoku .box_fl_right h4 {
	font-size: 24px;
}
#shoku .box_fl_right p + h4 {
	margin-top: 50px;
}

/* 写真 */
#shoku .box_fl_left {
	width: 100%;
}
#shoku .box_fl_left ul {
	font-size: 0px;
}
#shoku .box_fl_left li {
	font-size: 14px;
	display: inline-block;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#shoku .box_fl_left li:nth-child(odd) {
	padding-right: 5px;
}
#shoku .box_fl_left li:nth-child(even) {
	padding-left: 5px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 衛生管理　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#eisei {
	padding-bottom: 60px;
	background-size: auto 40px;
}
#eisei_text {
	text-align: left;
}

#eisei_main_pic {
	margin-bottom: 10px;
	margin-top: 30px;
}
#eisei_pic .box_fl_left {
	width: 100%;
	margin-bottom: 30px;
}
#eisei_pic .box_fl_right {
	width: 100%;
}
.caption {
	font-size: 12px;
}


}
