@charset "utf-8";

/* （共通）ボタン
---------------------------------------------------------- */
.btn_base a {
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	display: inline-block;
	padding: 15px 25px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	text-align: left;
}
/* 黒ボタン */
.btn_base a:link {
	color: #FFF;
	text-decoration: none;
	background-color: #333333;
}
.btn_base a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #333333;
}
.btn_base a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #666666;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.btn_base a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #666666;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* （共通）ボタン
---------------------------------------------------------- */
	.btn_base a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
}



/* 大見出し
---------------------------------------------------------- */
.tit_main {
	padding-top: 70px;
	text-align: center;
}
.tit_main h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 25px;
}
/* 英語部分 */
.tit_main span {
	display: block;
	margin: 0 auto;
	font-size: 1%;
	line-height: 0;
}
.tit_main_recommend span {
	width: 308px;
}
.tit_main_service span {
	width: 222px;
}
.tit_main_info span {
	width: 307px;
}
.tit_main_fb span {
	width: 170px;
}
.tit_main_contact span {
	width: 270px;
}
.tit_main span img {
	width: 100%;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* 大見出し
---------------------------------------------------------- */
	.tit_main {
		padding-top: 50px;
	}
	.tit_main h2 {
		font-size: 16px;
		margin-top: 10px;
	}
	/* 英語部分 */
	.tit_main_recommend span {
		width: auto;
		height: 20px;
	}
	.tit_main_service span {
		width: auto;
		height: 20px;
	}
	.tit_main_info span {
		width: auto;
		height: 20px;
	}
	.tit_main_fb span {
		width: auto;
		height: 20px;
	}
	.tit_main_contact span {
		width: auto;
		height: 20px;
	}
	.tit_main span img {
		width: auto;
		height: 100%;
	}
}



/* メインPR
---------------------------------------------------------- */
#container_pr {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	min-width: 1024px;
	background-color: #F1EEDE;
}
#container_pr .container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#container_pr .container .flt_left {
	width: 500px;
	text-align: left;
}
#container_pr .container .flt_left h2 {
	width: 416px;
}
#container_pr .container .flt_left h2 img {
	width: 100%;
}
#container_pr .container .flt_left p {
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
}
#container_pr .container .img_shop {
	width: 350px;
	text-align: center;
	font-size: 1%;
	line-height: 0;
}
#container_pr .container .img_shop img {
	width: 334px;
	border: #EAD874 8px solid;
}
#container_pr .container .flt_right p {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 8px;
	text-align: left;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* メインPR
---------------------------------------------------------- */
	#container_pr {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
		min-width: 0;
	}
	#container_pr .container {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	#container_pr .container .flt_left {
		float: none;
		width: auto;
	}
	#container_pr .container .flt_left h2 {
		width: auto;
	}
	#container_pr .container .flt_left h2 img {
		width: 100%;
	}
	#container_pr .container .flt_left p {
		font-size: 16px;
		line-height: 1.8;
		margin-top: 20px;
	}
	#container_pr .container .flt_right {
		float: none;
		width: auto;
		margin-top: 20px;
		text-align: center;
	}
	#container_pr .container .img_shop {
		width: 70%;
		margin: 0 auto;
	}
	#container_pr .container .img_shop img {
		width: 100%;
		border: #EAD874 5px solid;
		box-sizing: border-box;
	}
	#container_pr .container .flt_right p {
		text-align: center;
	}
}

/* ⼀誠ミートのおすすめ商品
---------------------------------------------------------- */
#container_recommend {
	width: 100%;
	min-width: 1024px;
}
#container_recommend .container {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#container_recommend .container h3 {
	margin-top: 40px;
}
.bg_bbq {
	background-color: #F1EEDE;
	padding-bottom: 55px;
}
.block_bbq {
	width: 90%;
	margin: 30px auto 0 auto;
}
.block_bbq .flt_left {
	width: 500px;
}
.block_bbq .flt_left h4 img {
	width: 497px;
	margin-bottom: 30px;
}
.img_set img {
	width: 500px;
}
.img_set span {
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 1.3;
}
.block_bbq .flt_right {
	width: 370px;
	margin-top: 15px;
}
.block_bbq .flt_right dl dt img {
	width: 155px;
}
.block_bbq .flt_right dl dd li {
	font-size: 24px;
	line-height: 1.3;
	margin-top: 5px;
	font-weight: 600;
}
.block_bbq .flt_right dl dd li:before {
	content: "●";
	color: #8A7F2A;
}
.bbq_price {
	width: 100%;
	margin-top: 35px;
}
.bunryo {
	display: inline-block;
	background-color: #8A7F2A;
	padding: 3px 30px;
	color: #FFF;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
}
.txt_bunryo {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
	text-align: left;
	padding-left: 10px;
}
.bbq_price .price {
	margin-top: 10px;
}
.bbq_price .price img {
	width: 370px;
}
/* オプション */
.block_option {
	background-color: #424242;
	width: 870px;
	margin: 30px auto 0 auto;
	position: relative;
	display: table;
	padding: 25px 0 20px 0;
}
.block_option dt img {
	width: 170px;
	position: absolute;
	left: 22px;
	top: -40px;
}
.block_option dd {
	display: table-cell;
	width: 350px;
	padding-left: 60px;
	/* padding-right: 30px; */
	overflow: hidden;
}
.block_option .option_left {
	text-align: center;
	display: table-cell;
}
.block_option .option_left img {
	width: 135px;
}
.block_option .option_right {
	text-align: left;
	width: 200px;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.img_yen1200 img {
	width: 191px;
}
.img_yen600 img {
	width: 152px;
}
.img_yen1200, .img_yen600 {
	margin-top: 10px;
}
.block_option dd .option_right p:before {
	content: "●";
	color: #FCCF00;
}
.block_option dd .option_right p {
	font-size: 20px;
	line-height: 1.3;
}
.block_option dd .option_right p span {
	font-size: 14px;
}
/* 配達・予約 */
.block_haitatsu {
	width: 870px;
	margin: 30px auto 0 auto;
}
.block_haitatsu .flt_left {
	width: 527px;
}
.block_haitatsu .flt_left img {
	width: 100%;
}
.block_haitatsu .flt_right {
	width: 318px;
	height: 138px;
	display: table;
	background-image: url(../img/bg_onegai.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 318px auto;
}
.block_haitatsu .flt_right p {
	vertical-align: middle;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	display: table-cell;
	font-weight: 600;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* ⼀誠ミートのおすすめ商品
---------------------------------------------------------- */
	#container_recommend {
		width: 100%;
		min-width: 0;
	}
	#container_recommend .container {
		width: 100%;
		margin: 0 auto;
		overflow: visible;
	}
	#container_recommend .container h3 {
		margin-top: 40px;
	}
	.bg_bbq {
		padding-bottom: 30px;
	}
	.block_bbq {
		width: 90%;
		margin: 30px auto 0 auto;
	}
	.block_bbq .flt_left {
		width: auto;
		float: none;
	}
	.block_bbq .flt_left h4 img {
		width: 100%;
		margin-bottom: 20px;
	}
	.img_set img {
		width: 500px;
	}
	.img_set span {
		display: block;
		text-align: right;
		font-size: 12px;
		line-height: 1.3;
	}
	.block_bbq .flt_right {
		width: auto;
		float: none;
		margin-top: 15px;
	}
	.block_bbq .flt_right dl dt img {
		width: 130px;
	}
	.block_bbq .flt_right dl dd li {
		font-size: 18px;
		/*
line-height: 1.3;
margin-top: 5px;
font-weight: 600;
*/
	}
	.bbq_price {
		margin: 25px auto 0 auto;
		width: 260px;
	}
	.bunryo {
		padding: 3px 8px;
		font-size: 14px;
	}
	.txt_bunryo {
		font-size: 16px;
	}
	.bbq_price .price {
		margin-top: 10px;
	}
	.bbq_price .price img {
		width: 100%;
	}
	/* オプション */
	.block_option {
		width: 100%;
		margin: 50px auto 0 auto;
		position: relative;
		display: block;
		padding: 25px 0 30px 0;
	}
	.block_option dt img {
		width: 130px;
		position: absolute;
		left: 22px;
		top: -30px;
	}
	.block_option dd {
		display: block;
		width: 90%;
		padding-left: 0px;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	.block_option .option_left {
		text-align: center;
		display: block;
		float: left;
		width: 35%;
	}
	.block_option .option_left img {
		width: 100%;
	}
	.block_option .option_right {
		width: 60%;
		float: right;
		display: block;
		padding-left: 0px;
	}
	.img_yen1200 img {
		width: auto;
		height: 35px;
	}
	.img_yen600 img {
		width: auto;
		height: 35px;
	}
	/*
.img_yen1200, .img_yen600 {
margin-top: 10px;
}
.block_option dd .option_right p:before {
content: "●";
color:#FCCF00;
}
*/
	.block_option dd .option_right p {
		font-size: 18px;
		line-height: 1.3;
	}
	.block_option dd .option_right p span {
		font-size: 12px;
	}
	/* 配達・予約 */
	.block_haitatsu {
		width: 90%;
		margin: 30px auto 0 auto;
	}
	.block_haitatsu .flt_left {
		width: auto;
		float: none;
	}
	.block_haitatsu .flt_left img {
		width: 100%;
	}
	.block_haitatsu .flt_right {
		width: 100%;
		height: 90px;
		float: none;
		display: table;
		background-image: url(../img/bg_onegai.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% 100%;
		margin-top: 10px;
	}
	.block_haitatsu .flt_right p {
		font-size: 20px;
		line-height: 1.5;
	}
}



/* ご注文・お問い合わせはコチラ
---------------------------------------------------------- */
.bg_contact_red {
	padding: 15px;
	font-size: 1%;
	line-height: 0;
	background-color: #D9000C;
}
.contact_red {
	color: #FFF;
	border: #D36C76 2px solid;
}
.contact_red dl {
	margin: 4px;
	border: #D36C76 2px solid;
	padding: 35px 120px 30px 75px;
	overflow: hidden;
}
.contact_red dl dt {
	text-align: center;
	margin-bottom: 30px;
}
.contact_red dl dt img {
	width: 495px;
}
.contact_red dl .flt_left img {
	width: 412px;
}
.contact_red dl .flt_right img {
	width: 331px;
}
.contact_red_tel01 {
	font-size: 20px;
	margin-bottom: 8px;
}
.contact_red_tel02 {
	font-size: 16px;
	margin-top: 5px;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* ご注文・お問い合わせはコチラ
---------------------------------------------------------- */
	.bg_contact_red {
		padding: 10px;
	}
	.contact_red {
		border: #FFF 1px solid;
	}
	.contact_red dl {
		border: #FFF 1px solid;
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
	}
	.contact_red dl dt {
	margin: 15px 0 10px;
	}
	.contact_red dl dt img {
		width: 90%;
	}
	.contact_red dl .flt_left,
	.contact_red dl .flt_right {
		width: auto;
		float: none;
		text-align: center;
	}
	.contact_red dl .flt_left img {
		width: 80%;
	}
	.contact_red dl .flt_right img {
		width: 80%;
	}
	.contact_red_tel01 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.contact_red_tel02 {
		font-size: 14px;
		margin-top: 5px;
	}
}



/* こんな方にオススメです
---------------------------------------------------------- */
.bg_osusume {
	width: 100%;
	min-width: 1024px;
	background-image: url(../img/bg_osusume.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 1%;
	line-height: 0;
	background-color: #F1EEDE;
}
.bg_osusume .container {
	width: 1024px;
	margin: 0 auto;
}
/* 上書き */
#container_recommend .container .bg_osusume h3 {
	margin-top: 0px;
}
#container_recommend .container .bg_osusume h3.tit_osusume {
	text-align: center;
	padding-top: 60px;
}
#container_recommend .container .bg_osusume h3.tit_osusume img {
	width: 531px;
}
#container_recommend .container .bg_osusume ul {
	margin: 60px auto;
	width: 895px;
	height: 430px;
	position: relative;
}
#container_recommend .container .bg_osusume li {
	width: 352px;
	position: absolute;
}
#container_recommend .container .bg_osusume li img {
	width: 100%;
}
.img_fukidashi01 {
	top: 0px;
	left: 0px;
}
.img_fukidashi02 {
	top: 0px;
	right: 0px;
}
.img_fukidashi03 {
	top: 204px;
	left: 44px;
}
.img_fukidashi04 {
	top: 204px;
	right: 33px;
}
.img_kaiketsu {
	margin-top: -70px;
}
.img_kaiketsu img {
	width: 100%;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* こんな方にオススメです
---------------------------------------------------------- */
	.bg_osusume {
		min-width: 0;
		background-image: url(../img/bg_osusume.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
	}
	/*
.bg_osusume .container {
width: 90%;
margin: 0 auto;
}
*/
	/* 上書き */
	#container_recommend .container .bg_osusume h3 {
		margin-top: 0px;
	}
	#container_recommend .container .bg_osusume h3.tit_osusume {
		padding-top: 30px;
	}
	#container_recommend .container .bg_osusume h3.tit_osusume img {
		width: 86%;
	}
	#container_recommend .container .bg_osusume ul {
		margin: 30px auto;
		width: 86%;
		height: auto;
		position: relative;
	}
	#container_recommend .container .bg_osusume li {
		width: 100%;
		position: static;
		margin-bottom: 3px;
	}
	#container_recommend .container .bg_osusume li img {
		width: 80%;
	}
	.img_fukidashi01 {
		text-align: left;
	}
	.img_fukidashi02 {
		text-align: right;
	}
	.img_fukidashi03 {
		text-align: left;
	}
	.img_fukidashi04 {
		text-align: right;
	}
	.img_kaiketsu {
		margin-top: -10px;
	}
	.img_kaiketsu img {
		width: 100%;
	}
}




/* お客様の嬉しい声
---------------------------------------------------------- */
.bg_voice {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
	padding-bottom: 50px;
	background-color: #F1EEDE;
}
#container_recommend .container h3.tit_voice {
	text-align: left;
	padding-top: 40px;
	margin-top: 0px;
}
#container_recommend .container h3.tit_voice img {
	width: 490px;
}
.block_voice {
	width: 100%;
	margin-top: 35px;
}
.block_voice01 .flt_left,
.block_voice02 .flt_right {
	width: 260px;
}
.block_voice01 .flt_left img,
.block_voice02 .flt_right img {
	width: 255px;
	border: #FFF 5px solid;
}
.block_voice01 .flt_right,
.block_voice02 .flt_left {
	width: 570px;
}
.block_voice01 .flt_right,
.block_voice02 .flt_left {
	position: relative;
	display: inline-block;
	padding: 10px 30px 25px 30px;
	max-width: 100%;
	color: #FFF;
	background: #635336;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
}
.block_voice01 .flt_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -35px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 30px solid #635336;
}
.block_voice02 .flt_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 30px solid #635336;
}
/* テキスト */
.block_voice p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 10px;
}
.block_voice p.cpy_voice {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	overflow: hidden;
}
.block_voice p.cpy_voice span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: right;
	float: right;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* お客様の嬉しい声
---------------------------------------------------------- */
	.bg_voice {
		/*
width: 90%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
padding-bottom: 50px;
background-color: #F1EEDE;
*/
		padding-top: 50px;
		margin-top: -50px;
	}
	/*
#container_recommend .container h3.tit_voice {
text-align: left;
padding-top: 40px;
margin-top: 0px;
}
#container_recommend .container h3.tit_voice img {
width: 490px;
}
*/
	#container_recommend .container h3.tit_voice {
		text-align: center;
		padding-top: 10px;
	}
	#container_recommend .container h3.tit_voice img {
		width: 80%;
	}
	.block_voice {
		width: 100%;
		margin-top: 20px;
	}
	.block_voice02 {
		/*
display: -webkit-box;
display: -moz-box;
display:box;
-webkit-box-orient:vertical;
-moz-box-orient:vertical;
box-orient:vertical;
*/
		display: flex;
		/* flexコンテナ化 */
		flex-direction: column-reverse;
		/* 縦向きで逆順 */
	}
	.block_voice01 .flt_left,
	.block_voice02 .flt_right {
		width: 100%;
		float: none;
		text-align: center;
	}
	.block_voice01 .flt_left img,
	.block_voice02 .flt_right img {
		width: 255px;
		border: #FFF 3px solid;
	}
	.block_voice01 .flt_right,
	.block_voice02 .flt_left {
		float: none;
		position: relative;
		display: block;
		padding: 5%;
		max-width: 90%;
		width: 90%;
		margin: 20px auto;
		/*
color: #FFF;
background: #635336;
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 10px;
*/
	}
	.block_voice01 .flt_right:before {
		content: "";
		position: absolute;
		/*
top: 50%;
left: -35px;
*/
		margin-top: 0px;
		/*
border: 10px solid transparent;
border-right: none;
border-top: 30px solid #635336;
*/
		top: -30px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #635336;
	}
	.block_voice02 .flt_left:before {
		content: "";
		position: absolute;
		/*
top: 50%;
left: 100%;
*/
		margin-top: 0px;
		top: -30px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #635336;
	}
	/*
.block_voice02 .flt_left {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
}
.block_voice02 .flt_right {
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
}
*/
	/* テキスト */
	.block_voice p.cpy_voice {
		font-size: 18px;
	}
	.block_voice p.cpy_voice span {
		font-size: 14px;
	}
}







/* サービス
---------------------------------------------------------- */
#container_service {
	width: 100%;
	margin-top: 100px;
	min-width: 1024px;
	background-color: #333333;
}
#container_service .container {
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 90px;
	color: #FFF;
}
.block_service {
	width: 100%;
	text-align: left;
	margin-top: 75px;
}
.block_service .flt_left {
	width: 460px;
}
.block_service .flt_right {
	width: 460px;
}
.block_service h3 {
	border-top: #EAD874 1px solid;
	border-bottom: #EAD874 1px solid;
	height: 58px;
	position: relative;
}
.txt_service {
	margin-top: 25px;
	width: 100%;
	overflow: hidden;
}
/* アイコンイラスト */
.txt_service img {
	float: left;
	margin: 0px 25px;
	width: 107px;
	height: 85px;
}
.txt_service p {
	float: right;
	width: 300px;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}
.block_service h3 img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cpy_service01 h3 img {
	width: 388px;
}
.cpy_service02 h3 img {
	width: 392px;
}
.cpy_service03 h3 img {
	width: 251px;
}
.cpy_service04 h3 img {
	width: 261px;
}
.cpy_service05 h3 img {
	width: 309px;
}
/*
.cpy_service01 .txt_service img {
width: 75px;
height: 76px;
}
.cpy_service02 .txt_service img {
width: 91px;
height: 84px;
}
.cpy_service03 .txt_service img {
width: 92px;
height: 85px;
}
.cpy_service04 .txt_service img {
width: 86px;
height: 77px;
}
.cpy_service05 .txt_service img {
width: 107px;
height: 52px;
}
*/
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* サービス
---------------------------------------------------------- */
	#container_service {
		margin-top: 50px;
		min-width: 0;
	}
	#container_service .container {
		width: 90%;
		/*
margin: 0 auto;
*/
		padding-bottom: 50px;
		/*	
color:#FFF;
*/
	}
	.block_service {
		width: 100%;
		text-align: left;
		margin-top: 0px;
	}
	.block_service .flt_left {
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.block_service .flt_right {
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.block_service h3 {
		height: 50px;
	}
	.txt_service {
		margin-top: 15px;
		width: 100%;
		overflow: hidden;
		display: flex;
		/* flexコンテナ化 */
		flex-direction: row;
		/* 横向きに配置 */
	}
	/* アイコンイラスト */
	.txt_service img {
		margin: 0px 10px;
		float: none;
		width: 90px;
		height: 71px;
	}
	.txt_service p {
		float: none;
		width: auto;
		font-size: 14px;
		line-height: 2;
		text-align: justify;
	}
	/*
.block_service h3 img {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
*/
	.cpy_service01 h3 img {
		width: auto;
		height: 20px;
	}
	.cpy_service02 h3 img {
		width: auto;
		height: 20px;
	}
	.cpy_service03 h3 img {
		width: auto;
		height: 20px;
	}
	.cpy_service04 h3 img {
		width: auto;
		height: 20px;
	}
	.cpy_service05 h3 img {
		width: auto;
		height: 20px;
	}
}


/* メッセージ
---------------------------------------------------------- */
.block_message {
	margin-top: 150px;
	width: 100%;
}
.block_message .flt_left {
	width: 700px;
	text-align: left;
}
.tit_message img {
	width: 126px;
}
.block_message h3 {
	margin-top: 25px;
}
.block_message h3 img {
	width: 497px;
}
.block_message .flt_left p {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.block_message .flt_right {
	text-align: center;
}
.block_message .flt_right img {
	width: 281px;
	border: #EAD874 8px solid;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* メッセージ
---------------------------------------------------------- */
	.block_message {
		margin-top: 40px;
		width: 100%;
	}
	.block_message .flt_left {
		width: auto;
		float: none;
	}
	.tit_message img {
		width: auto;
		height: 20px;
	}
	/*
.block_message h3 {
margin-top: 25px;
}
*/
	.block_message h3 img {
		width: 100%;
	}
	.block_message .flt_left p {
		font-size: 14px;
		line-height: 1.8;
		margin-top: 20px;
		font-weight: normal;
		letter-spacing: 0.1em;
	}
	.block_message .flt_right {
		text-align: center;
		float: none;
		margin: 25px auto 0 auto;
		width: 70%;
	}
	.block_message .flt_right img {
		width: 100%;
		border: #EAD874 5px solid;
		box-sizing: border-box;
	}
}





/* 会社概要
---------------------------------------------------------- */
#container_info {
	width: 100%;
	min-width: 1024px;
	padding-bottom: 80px;
	background-color: #F1EEDE;
}
#container_info .container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
.block_info {
	width: 100%;
	margin-top: 90px;
}
.block_info .flt_left {
	width: 495px;
}
.block_info .flt_right {
	width: 495px;
}
.block_info dl {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}
.block_info dl dt {
	width: 40%;
	float: left;
	font-weight: bold;
}
.block_info dl dd {
	width: 60%;
	float: left;
}
.block_info dl dd.img_mail {
	width: 227px;
}
.block_info dl dd.img_mail img {
	width: 100%;
}
.block_info dl dd a:link {
	color: #000;
	text-decoration: none;
}
.block_info dl dd a:visited {
	color: #000;
	text-decoration: none;
}
.block_info dl dd a:hover {
	color: #000;
	text-decoration: underline;
}
.block_info dl dd a:active {
	color: #000;
	text-decoration: underline;
}
/* google map */
.block_gmap {
	width: 100%;
	margin-top: 90px;
}
.block_gmap .flt_left {
	width: 680px;
}
.block_gmap .flt_right {
	width: 321px;
}
.block_gmap .flt_right img {
	width: 100%;
}
.block_gmap .flt_right .txt_map {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* 会社概要
---------------------------------------------------------- */
	#container_info {
		width: 100%;
		min-width: 0;
		padding-bottom: 50px;
	}
	#container_info .container {
		width: 100%;
	}
	.block_info {
		width: 80%;
		margin: 30px auto 0 auto;
	}
	.block_info .flt_left {
		width: auto;
		float: none;
	}
	.block_info .flt_right {
		width: auto;
		float: none;
	}
	.block_info dl {
		width: 100%;
		overflow: visible;
		font-size: 14px;
		line-height: 2;
		margin-bottom: 20px;
	}
	.block_info dl dt {
		width: auto;
		float: none;
		font-weight: bold;
	}
	.block_info dl dd {
		width: auto;
		float: none;
	}
	/* google map */
	.block_gmap {
		width: 100%;
		margin-top: 30px;
	}
	.block_gmap .flt_left {
		width: auto;
		float: none;
	}
	.block_gmap .flt_right {
		width: auto;
		float: none;
		margin-top: 10px;
	}
	.block_gmap .flt_right img {
		width: 100%;
	}
	.block_gmap .flt_right .txt_map {
		width: 90%;
		margin: 10px auto 0 auto;
		text-align: center;
	}
}



/* フェイスブックページ
---------------------------------------------------------- */
#container_fb {
	width: 100%;
	min-width: 850px;
	padding-bottom: 70px;
}
#container_fb .container {
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
}
#container_fb .flt_left {
	width: 395px;
	text-align: left;
}
#container_fb .tit_main {
	text-align: left;
	margin-bottom: 70px;
}
#container_fb .tit_main span {
	margin-left: 0px;
	margin-right: 0px;
}
#container_fb .flt_left p {
	font-size: 16px;
	line-height: 1.8;
}
#container_fb .flt_left .btn_fb {
	margin-top: 40px;
}
#container_fb .flt_right {
	width: 450px;
	padding-top: 70px;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* フェイスブックページ
---------------------------------------------------------- */
	#container_fb {
		width: 100%;
		min-width: 0;
		padding-bottom: 50px;
	}
	#container_fb .container {
		width: 90%;
		margin: 0 auto;
		overflow: visible;
	}
	#container_fb .flt_left {
		width: auto;
		float: none;
		text-align: center;
	}
	#container_fb .tit_main {
		text-align: center;
		margin-bottom: 0px;
	}
	#container_fb .tit_main span {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#container_fb .flt_left p {
		font-size: 16px;
		line-height: 1.8;
		margin-top: 30px;
	}
	#container_fb .flt_left .btn_fb {
		margin-top: 20px;
	}
	#container_fb .flt_right {
		width: 100%;
		float: none;
		padding-top: 50px;
	}
}




/* Contact
---------------------------------------------------------- */
#container_contact {
	width: 100%;
	min-width: 960px;
	background-color: #333;
	padding-bottom: 70px;
}
#container_contact .container {
	width: 960px;
	margin: 0 auto;
	color: #FFF;
}
.block_contact {
	display: inline-block;
	padding: 15px 90px;
	margin-top: 70px;
	border: #EAD874 1px solid;
}
.block_contact dt {
	font-size: 16px;
	line-height: 1.5;
}
.block_contact .txt_contact {
	font-size: 14px;
	line-height: 1.5;
}
.block_contact .img_tel {
	margin: 15px auto;
}
.block_contact .img_tel img {
	width: 275px;
}
.tit_form {
	text-align: center;
	padding: 55px 0;
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* Contact
---------------------------------------------------------- */
	#container_contact {
		width: 100%;
		min-width: 0;
		padding-bottom: 50px;
	}
	#container_contact .container {
		width: 90%;
		margin: 0 auto;
	}
	.block_contact {
		display: inline-block;
		padding: 15px;
		margin-top: 30px;
	}
	/*
.block_contact dt {
font-size: 16px;
line-height: 1.5;
}
.block_contact .txt_contact {
font-size: 14px;
line-height: 1.5;
}
*/
	.block_contact .img_tel {
		margin: 15px auto 5px auto;
	}
	.block_contact .img_tel img {
		width: 90%;
	}
	.tit_form {
		text-align: center;
		padding: 30px 0 20px 0;
		font-size: 16px;
		line-height: 1.5;
	}
}



/* Form
---------------------------------------------------------- */
.form_style {
	padding-top: 20px;
	padding-bottom: 30px;
}
.form_style_tel {
	padding-bottom: 20px;
}
.form_style dl {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	line-height: 1.7em;
	display: table;
}
.form_style dl dt {
	width: 25%;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	box-sizing: border-box;
}
.form_style dl dd {
	width: 75%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.form_style dl dd input,
.form_style dl dd textarea,
.form_style dl dd select {
	/* width: 100%; */
	padding: 2%;
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	background-color: #FFF;
	box-sizing: border-box;
	border: #CCC 1px solid;
	font-size: 16px;
}
.form_style dl dd textarea {
	line-height: 1.7em;
}
.form_style input.btn_form {
	text-align: center;
	display: inline-block;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	padding: 25px 120px;
	/* margin-top:20px; */
	border: none;
	cursor: pointer;
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: #8A7F2A;
	background-image: url(../img/ico_right.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-size: 14px auto;
}
.hissu {
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	color: #FFF;
	vertical-align: middle;
	background-color: #FF6600;
	padding: 2px 3px;
	float: right;
}
/* サイズ */
.form_style dl dd .input_size01 {
	width: 100%;
}
.form_style dl dd .input_size02 {
	width: 25%;
}
.form_style dl dd .input_size03 {
	width: 50%;
}
/* 同意 */
.check_doui {
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 16px;
}
.checkbox_input {
	display: none;
}
.checkbox_txt {
	padding-left: 30px;
	position: relative;
}
.checkbox_txt::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #FFF;
	border-radius: 4px;
}
.checkbox_input:checked+.checkbox_txt::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 7px;
	height: 18px;
	transform: rotate(40deg);
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
/* ボタンのレイアウト */
.btn_set {
	text-align: center;
	margin-top: 20px;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
	/* Form
---------------------------------------------------------- */
	.form_style {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.form_style_tel {
		padding-bottom: 20px;
	}
	.form_style dl {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		line-height: 1.7em;
		display: block;
	}
	.form_style dl dt {
		width: auto;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 10px;
		display: block;
		font-size: 16px;
	}
	.form_style dl dd {
		width: auto;
		text-align: left;
		display: block;
	}
	.form_style dl dd input,
	.form_style dl dd textarea,
	.form_style dl dd select {
		width: 100%;
		padding: 3%;
	}
	/*
.form_style dl dd textarea {
line-height: 1.7em;
}
*/
	.form_style input.btn_form {
		font-size: 18px;
		padding: 15px;
		display: block;
		background-position: 95% 50%;
		width: 100%;
		box-sizing: border-box;
	}
	.hissu {
		/*
font-size: 14px;
line-height: 1.2;
font-weight: normal;
color: #FFF;
vertical-align: middle;
background-color: #FF6600;
padding: 2px 3px;
*/
		margin-left: 8px;
		float: none;
	}
	/* 郵便番号 */
	.input_yubin {
		margin-bottom: 5px;
	}
	/* サイズ */
	.form_style dl dd .input_size01 {
		width: 100%;
	}
	.form_style dl dd .input_size02 {
		width: 70%;
	}
	.form_style dl dd .input_size03 {
		width: 70%;
	}
	/* 同意 */
	.check_doui {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}



/*追加*/
/*その他のおすすめ商品*/
#other_rcmmnd {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
	margin-top: 74px;
	padding-bottom: 50px;
}
#other_rcmmnd .container {
	background-color: #F1EEDE;
}
.other_rcmmnd-header {
	background-color: #8a7f2a;
	text-align: center;
}
#other_rcmmnd h2 {
	font-size: 25px;
	color: #fff;
	padding: .8em 2em;
	position: relative;
	display: inline-block;
}
#other_rcmmnd h2::before, #other_rcmmnd h2::after {
	display: inline-block;
	background-color: #fff;
	content: "";
	position: absolute;
	top: 50%;
	width: 1.5em;
	height: 1px;
}
#other_rcmmnd h2::before {
	left: 0;
}
#other_rcmmnd h2::after {
	right: 0;
}
.other_rcmmnd-inner {
	padding: 60px 200px 48px;
}
.other_rcmmnd-inner>img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
p.dotted {
	font-size: 22px;
	margin-top: .4em;
	margin-bottom: .4em;
	display: inline-block;
}
p.dotted::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background-color: #8a7f2a;
	margin-right: .3em;
}
.price01 {
	display: block;
    margin-bottom: 40px;
}
.price01 img {
	display: block;
	margin: 0 0 0 auto;
    width: 255px;
    height: 42px;
}
.other_rcmmnd-inner .price {
	width: 255px;
}
.other_rcmmnd-inner .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.other_rcmmnd-inner .flex img {
    margin-top: 1em;
    width: 194px;
    height: 42px;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
    /* その他のおすすめ商品
    ---------------------------------------------------------- */
    #other_rcmmnd {
        width: 100%;
        padding: 0;
    }
    #other_rcmmnd h2 {
        font-size: 18px;
    }
    .other_rcmmnd-inner {
        padding: 40px 40px 20px;
        margin: 0 auto;
    }
    .other_rcmmnd-inner>img {
        width: 100%;
    }
    p.dotted {
        font-size: 16px;
    }
    .price01 img {
        width: 50%;
        height: auto;
    }
    .other_rcmmnd-inner .flex {
        display: block;
    }
    .other_rcmmnd-inner .flex img {
        display: block;
        width: 40%;
        height: auto;
        margin: 0 0 0 auto;
    }
}


.thanks {
	margin-top: 100px;
	padding: 200px 0 !important;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px) {
    /* その他のおすすめ商品
    ---------------------------------------------------------- */
	.thanks { margin-top: 70px; }
}