@charset "UTF-8";
/*フォントカラー*/
body {
  color: #333;
}

a,
a:link {
  outline-style: none;
  text-decoration: none;
  color: #736357;
}

a:hover {
  color: #736357;
  text-decoration: underline;
  cursor: pointer;
}

#no_script {
  position: relative;
  width: 100%;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  z-index: 100;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

/* 別タブ対策 */
.new_tab {
  background: url(../img/icon_window.png) no-repeat right center;
  background-size: 12px auto;
  display: inline-block;
  padding-right: 20px;
}

#footer .new_tab {
  background-image: url(../img/icon_window_w.png);
  display: inline;
}

/* structure
====================================================================================================================================== */
html,
body {
  width: 100%;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  min-width: 1100px;
}

#container {
  width: 100%;
  font-size: 1.0625rem;
}

.wrapper {
  margin: 0 auto;
  width: 1024px;
}

.wrapper > p.comment {
  text-align: center;
}

.wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.topicpath {
  font-size: 0.875rem;
  color: #fff;
  padding-top: 1em;
}

.topicpath a {
  color: #fff;
}

.topicpath a:hover {
  text-decoration: underline;
}

.bg_cloth {
  background: url(../img/bg_cloth.jpg) repeat center top;
}

.bg_black {
  background-color: #000;
}

.box_3_column {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
  padding: 0 1%;
  margin-left: -0.2em;
  margin-right: -0.1em;
  margin-bottom: 2em;
}

.box_3_column > a {
  display: block;
}

.box_3_column > a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.box_4_column {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 1%;
  margin-left: -0.2em;
  margin-right: -0.1em;
  margin-bottom: 2em;
}

.box_4_column > a {
  display: block;
}

.box_4_column > a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.torikumi_box_wrapper {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
  padding: 0 1%;
  margin-left: -0.2em;
  margin-right: -0.1em;
  margin-bottom: 2em;
}

.torikumi_box_wrapper > a {
  display: block;
}

.torikumi_box_wrapper > a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* header
====================================================================================================================================== */
#header {
  position: relative;
}

#header .wrapper {
  position: relative;
  background-color: #fff;
}

#header .logo_set h1 {
  position: static;
  padding: 35px 0 15px 0;
}

#header .logo_set .header_top_menu {
  top: 25px;
}

#header .header_lead {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}

#header .header_lead a {
  text-decoration: none;
  display: block;
}

#header .header_lead a:hover {
  opacity: 0.8;
}

#header .header_lead a .lead {
  color: #736357;
}

#header .header_lead a .shamei {
  color: #333;
}

#header .header_lead p {
  line-height: 1;
  margin-bottom: 0;
}

#header .header_lead .lead {
  font-size: 0.8125rem;
  margin-bottom: 0.8em;
}

#header .header_lead .shamei {
  font-size: 1.5625rem;
  font-weight: bold;
}

#header .site_title {
  padding-top: 20px;
  text-align: center;
}

#header .site_title:hover {
  opacity: 0.8;
}

#header .header_top_menu {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 20;
}

#header .header_top_menu.zi_1 {
  z-index: 1;
}

#header .header_top_menu li {
  font-size: 0.8125rem;
  background: url(../img/icon_circle.png) no-repeat left center;
  padding-left: 1.3em;
}

#header .header_top_menu li a {
  color: #736357;
}

#header .header_top_menu li a:hover {
  text-decoration: underline;
}

#header .header_top_menu li + li {
  margin-top: 10px;
}

/*-- SEARCH/ --*/
.search_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 335px;
  padding: 0;
  margin: 0;
}

.search_box_inner {
  position: relative;
  height: 45px;
  overflow: hidden;
}

.search_box_inner .tab_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  text-align: center;
  visibility: visible;
}

.search_box_inner .tab_button img {
  margin-top: 12px;
}

.search_box_inner.close .tab_button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.tab_search {
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  border-top: none;
  width: 100%;
  height: 43px;
  position: absolute;
  top: 0;
  left: 292px;
  transition: 0.5s;
}

img.btn_search_close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  visibility: hidden;
}

.search_box_inner.open .tab_search {
  left: 0;
}

.search_box_inner.button_change .search_btn {
  visibility: visible;
}

.search_box_inner.button_change .tab_button {
  visibility: hidden;
}

.search_box_inner.button_change img.btn_search_close {
  visibility: visible;
}

.search_box form {
  width: 280px;
  height: 30px;
  position: relative;
  margin: 6px 0 0 45px;
  padding: 0;
}

.search_box .search_form {
  top: 0;
  left: 0;
  width: 250px;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  background: none;
  border: 0;
  font-size: 1em;
  line-height: 30px;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
}

.search_box .search_btn {
  width: 19px;
  height: 19px;
  border: 0;
  box-sizing: border-box;
  visibility: hidden;
  margin-left: 3px;
}

.search_box .search_btn:hover {
  opacity: 0.7;
}

/* globalnavi
====================================================================================================================================== */
#gnav {
  margin-top: 12px;
  background: #ece4db;
  /* Old browsers */
  background: linear-gradient(to bottom, #ffffff 27%, #ece4db 100%);
  border-bottom: 1px solid #ccc;
}

#gnav > ul {
  margin: 0 auto;
  width: 1024px;
  background-color: none;
  border-right: 1px solid #fff;
}

#gnav > ul > li {
  float: left;
  width: calc(100% / 6);
  border-left: 1px solid #ccc;
  position: relative;
}

#gnav > ul > li:last-child {
  border-right: 1px solid #ccc;
}

#gnav > ul > li > a {
  font-size: 0.9375rem;
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-left: 1px solid #fff;
  text-decoration: none;
}

#gnav > ul > li > a:hover {
  background-color: #f5f5f5;
}

#gnav > ul > li .sub_menu {
  background: linear-gradient(to top, #ffffff 40%, #ece4db 100%);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 70;
  width: 100%;
  padding: 0.7em 1em 1.5em;
}

#gnav > ul > li .sub_menu li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

#gnav > ul > li .sub_menu li + li {
  margin-top: 8px;
}

#gnav > ul > li .sub_menu li a {
  font-size: 0.875rem;
}

#gnav > ul > li .sub_menu li a:before {
  content: "・";
}

#gnav > ul > li .sub_menu li:hover a {
  color: #999;
}

#gnav > ul > li:hover .sub_menu {
  display: block;
}

#main_slider {
  position: relative;
  width: 100%;
}

#main_slider .catch {
  position: absolute;
  top: 43%;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.8125rem;
  letter-spacing: 0.1em;
  z-index: 60;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff;
}

.top_section {
  padding: 3em 0 2em;
}

.top_section .wrapper {
  position: relative;
}

.top_section .to_detail {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
}

.top_section .to_detail a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background: url(../img/icon_arrow_s.png) no-repeat right center;
  font-size: 0.8125rem;
  color: #736357;
  padding-right: 1.5em;
}

.top_section .to_detail a:hover {
  text-decoration: underline;
}

.top_section h2 {
  font-size: 1.6875rem;
  font-weight: normal;
  text-align: center;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #888;
}

.top_section.bg_cloth h2 {
  padding-bottom: 0;
  border-bottom: none;
}

.top_section.bg_cloth .to_detail a {
  color: #000;
}

.inner_wrapper {
  width: 980px;
  margin: 0 auto;
}

.news .saiji_link {
  float: left;
  width: 320px;
}

.news .saiji_link a {
  display: block;
  padding: 1.5em;
  border: 1px solid #736357;
  background: url(../img/icon_arrow.png) no-repeat right 20px center;
}

.news .saiji_link a:hover {
  background-color: #fafafa;
}

.news .saiji_link .logo,
.news .saiji_link .link_text {
  display: inline-block;
  vertical-align: middle;
}

.news .saiji_link .logo {
  margin-bottom: 0;
}

.news .saiji_link .link_text p {
  margin-bottom: 0;
}

.news .saiji_link .link_text p:first-child {
  font-size: 0.8125rem;
  color: #736357;
}

.news .saiji_link .link_text p:last-child {
  font-size: 1.5625rem;
}

.news .news_list {
  float: right;
  width: 615px;
}

.news .news_date,
.news a.news_title {
  display: inline-block;
  vertical-align: middle;
}

.news .news_date {
  color: #999;
  font-size: 1rem;
}

.news a.news_title {
  margin-left: 0.7em;
  width: calc(100% - 7em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news a.news_title:hover {
  text-decoration: underline;
}

#conts .news_list {
  margin-bottom: 0;
}

#conts .news_list li {
  padding-left: 0;
  margin-bottom: 0.6em;
}

#conts .news_list li:before {
  display: none;
}

.banner_area_middle {
  margin: 3em 0 3.5em;
}

.banner_area_middle a:hover {
  opacity: 0.8;
}

.banner_area_middle img {
  width: 100%;
}
.banner_area_middle img.with_border {
  border: 1px solid #ccc;
}

.alternate_area {
  background-color: #e2d7ca;
}

.alternate_area .alter_box .half_box {
  width: 50%;
}

.alternate_area .alter_box .text_area {
  padding: 3.5em 2em 2em;
  background: url(../img/bg_introduction.png) no-repeat center center;
}

.alternate_area .alter_box .text_area .title {
  font-size: 1.625rem;
  line-height: 1.3em;
  margin-bottom: 0.7em;
}

.alternate_area .alter_box .text_area .main_text {
  font-size: 1.125rem;
  line-height: 1.7em;
  margin-bottom: 0;
}

.alternate_area .alter_box .image_area img, .alternate_area .alter_box .image_area video {
  width: 100%;
  vertical-align: bottom;
}

.alternate_area .alter_box a.to_enkaku {
  font-size: 0.875rem;
  color: #736357;
  display: inline-block;
  padding-right: 1.6em;
  height: 20px;
  line-height: 20px;
  margin-top: 2em;
  background: url(../img/icon_arrow_s.png) no-repeat right center;
}

.alternate_area .alter_box a.to_enkaku:hover {
  text-decoration: underline;
}

.alternate_area .alter_box.alter_box_first .text_area {
  background: url(../img/bg_daisen.png) no-repeat center bottom;
}

.alternate_area .alter_box.alter_box_first .text_area .main_text {
  font-size: 1.1875rem;
  line-height: 1.9em;
}

.alternate_area .alter_box.alter_box_first .image_area {
  background-color: #000;
}

.alternate_area .alter_box.alter_box_first .image_area img {
  width: 100%;
}

.alternate_area .alter_box:nth-child(odd) .text_area {
  float: left;
}

.alternate_area .alter_box:nth-child(odd) .image_area {
  float: right;
}

.alternate_area .alter_box:nth-child(even) .text_area {
  float: right;
}

.alternate_area .alter_box:nth-child(even) .image_area {
  float: left;
}

.product_box .image {
  margin-bottom: 1em;
  overflow: hidden;
}

.product_box .image img {
  width: 100%;
  transition: 0.3s;
}

.product_box figcaption .name {
  line-height: 1.4em;
  font-size: 1.1875rem;
  margin-bottom: 0.6em;
  text-align: center;
}

.product_box figcaption .main_text {
  line-height: 1.7em;
  font-size: 0.9375rem;
  margin-bottom: 0em;
}

.product_box:hover .image img {
  transform: scale(1.1);
}

.frame_recipi_box {
  background-color: #fff;
  padding: 0.5em;
}

.frame_recipi_box .image {
  margin-bottom: 1em;
  overflow: hidden;
}

.frame_recipi_box .image img {
  width: 100%;
  transition: 0.3s;
}

.frame_recipi_box figcaption .name {
  line-height: 1.3em;
  font-size: 0.9375rem;
  text-align: center;
  margin-bottom: 0.5em;
}

.frame_recipi_box:hover .image img {
  transform: scale(1.1);
}

.torikumi_box {
  position: relative;
}

.torikumi_box p {
  margin-bottom: 0;
}

.torikumi_box p img {
  width: 100%;
}

.torikumi_box figcaption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.torikumi_box figcaption .name {
  font-size: 1.75rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.recipi_box .image {
  margin-bottom: 1em;
  overflow: hidden;
}

.recipi_box .image img {
  width: 100%;
  transition: 0.3s;
}

.recipi_box figcaption .name {
  line-height: 1.3em;
  font-size: 0.9375rem;
  text-align: center;
  margin-bottom: 0;
}

.recipi_box:hover .image img {
  transform: scale(1.1);
}

.resipi_longtext_box .image {
  margin-bottom: 1em;
  overflow: hidden;
}

.resipi_longtext_box .image img {
  width: 100%;
  transition: 0.3s;
}

.resipi_longtext_box figcaption .recipi_text {
  line-height: 1.4em;
  font-size: 1rem;
  font-weight: bold;
  color: #666;
  margin-bottom: 0;
}

.resipi_longtext_box:hover .image img {
  transform: scale(1.1);
}

/* footer
====================================================================================================================================== */
#footer {
  padding: 0;
  position: relative;
  overflow: visible;
}

#footer .bg_black {
  padding: 2.5em 0;
}

#footer .banner_area {
  margin-bottom: 3em;
}

#footer .banner_area ul {
  margin: 0 -0.73%;
}

#footer .banner_area ul li {
  float: left;
  width: 25%;
  padding: 0 0.73%;
}

#footer .banner_area ul li a:hover {
  opacity: 0.8;
}

#footer .banner_area ul li img {
  width: 100%;
}

#footer .sitemap {
  float: left;
  width: 770px;
}

#footer .sitemap.column03 .sitemap_box {
  width: 33.33%;
}

#footer .sitemap .sitemap_box {
  float: left;
  width: 25%;
  padding: 0.5em 0 0.5em 1.5em;
}

#footer .sitemap .sitemap_box a:hover {
  text-decoration: underline;
}

#footer .sitemap .sitemap_box p a,
#footer .sitemap .sitemap_box ul li a {
  color: #fff;
  font-size: 1rem;
}

#footer .sitemap .sitemap_box p {
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.4em;
}

#footer .sitemap .sitemap_box ul li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

#footer .sitemap .sitemap_box ul li:before {
  content: "・";
  color: #fff;
  font-size: 0.9375rem;
}

#footer .sitemap .sitemap_box + .sitemap_box {
  border-left: 1px dotted #888;
}

#footer .footer_side {
  float: right;
  /* width: 200px; */
  width: 220px;
}

#footer .sodanshitsu {
  background-color: #fff;
  margin-bottom: 1em;
}

#footer .sodanshitsu p {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
  background-color: #736357;
  text-align: center;
  line-height: 2.5em;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}

#footer .sodanshitsu ul {
  padding: 1em;
}

#footer .sodanshitsu ul li + li {
  margin-top: 0.5em;
}

#footer .sodanshitsu ul li a {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #736357;
}

#footer .sodanshitsu ul li a:hover {
  text-decoration: underline;
}

#footer .sodanshitsu ul li:before {
  content: "・";
  font-size: 0.9375rem;
  font-weight: bold;
  color: #736357;
}

#footer .onlineshop a {
  display: block;
  background-color: #fff;
  border: 2px solid #a61f1f;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #a61f1f;
  line-height: 1.5em;
  padding: 0.6em 1.2em;
}

#footer .onlineshop a img {
  vertical-align: middle;
  margin-left: 0.2em;
}

#footer .onlineshop a img.on {
  display: none;
}

#footer .onlineshop a:hover {
  background-color: #a61f1f;
  border: 2px solid #fff;
  color: #fff;
}

#footer .onlineshop a:hover img.off {
  display: none;
}

#footer .onlineshop a:hover img.on {
  display: inline;
}

#footer .footer_info {
  padding: 1.8em 0 1em;
  text-align: center;
}

#footer .footer_info .footer_logo {
  margin-bottom: 0.3em;
}

#footer .footer_info .footer_logo a:hover {
  opacity: 0.8;
}

#footer .footer_info .footer_logo.logo_aw {
  margin-bottom: 0.4em;
}

#footer .footer_info .footer_logo.logo_aw img {
  width: 100%;
  max-width: 400px;
}

#footer .footer_info address {
  font-size: 0.9375rem;
  margin-bottom: 1em;
}

#footer .footer_info small {
  font-size: 0.9375rem;
}

/* side_fixed_box
====================================================================================================================================== */
.top_page {
  display: block;
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 90;
  opacity: 1;
}

.top_page:hover {
  opacity: 0.9;
}

/* ページ内ナビゲーション
====================================================================================================================================== */
#sub_navi {
  background-color: #eee8e0;
  padding: 1.1em 0;
}

#sub_navi ul {
  text-align: center;
  letter-spacing: -.4em;
}

#sub_navi ul li {
  letter-spacing: normal;
  display: inline-block;
  font-size: 1.1875rem;
  padding: 0;
  margin: 0 1.4em;
  white-space: nowrap;
}

#sub_navi ul li a {
  display: block;
  margin: 0;
  padding: 0.4em 0;
  background: url(../img/icon_arrow_down.png) no-repeat right center;
  padding-right: 1.4em;
}

#sub_navi ul li a:hover, #sub_navi ul li a.active {
  font-weight: bold;
  color: #000;
  background-image: url(../img/icon_arrow_down_on.png);
}

#sub_navi ul li a:hover {
  text-decoration: none;
}

#sub_navi ul li:before {
  display: none;
}

/* お知らせ
====================================================================================================================================== */
.news_link {
  text-align: left;
  padding: 1em 0.7em 1.2em;
  border-bottom: 2px solid #9b4a3c;
}

.news_link p {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  margin-bottom: 0;
}

.news_link p.article_title {
  margin-left: 0.7em;
  width: calc(100% - 7em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_link p.article_title a:hover {
  text-decoration: underline;
}

/* サイトマップ
====================================================================================================================================== */
.sitemap h3 {
  text-align: left;
  border-bottom: 2px solid #c1272d;
  padding: 0 0 0.4em 0.4em;
}

.sitemap h3 img {
  vertical-align: middle;
}

.sitemap table td {
  vertical-align: top;
}

.sitemap table td img {
  vertical-align: middle;
}

/* お客様相談室
====================================================================================================================================== */
table.t_shitsumon th, table.t_shitsumon td {
  vertical-align: top;
  line-height: 1.8em;
}

table.t_shitsumon th img, table.t_shitsumon th span, table.t_shitsumon th a, table.t_shitsumon td img, table.t_shitsumon td span, table.t_shitsumon td a {
  vertical-align: middle;
}

table.t_shitsumon th span, table.t_shitsumon td span {
  font-size: 1rem !important;
}

/* 販売店はこちら
====================================================================================================================================== */
.hanbaiten_map iframe {
  width: 100%;
}

/* ハム・ソーセージのお話
====================================================================================================================================== */
table.t_story {
  margin-bottom: 0;
}

table.t_story > tbody > tr > td {
  vertical-align: top;
}

table.t_story .table03 {
  width: 100% !important;
  margin-bottom: 0;
  border: none;
}

table.t_story .table03 td {
  border: none;
  vertical-align: top;
}

table.t_story .table03 td p {
  margin-bottom: 0;
}

/* お問い合わせ
====================================================================================================================================== */
p.form_text {
  text-align: center;
  margin-bottom: 1em;
}

table.t_form {
  border: none;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

table.t_form tbody th {
  width: 13em;
  vertical-align: middle;
  white-space: normal;
}

table.t_form tbody th span.require {
  color: #f00;
}

table.t_form tbody td p {
  font-size: 1rem;
  margin-bottom: 0;
  display: inline;
}

table.t_form input[type="text"],
table.t_form input[type="email"],
table.t_form input[type="tel"],
table.t_form textarea {
  padding: 0.8em;
  font-size: 1rem;
  background-color: #EAF8F7;
  border: none;
  width: 100% !important;
}

table.t_form input[name="customer_familyname"] {
  width: calc(50% - 2em) !important;
  margin-right: 0.5em;
}

table.t_form input[name="customer_firstname"] {
  width: calc(50% - 2em) !important;
}

table.t_form input[name="customer_familykana"] {
  width: calc(50% - 3em) !important;
  margin-right: 0.5em;
}

table.t_form input[name="customer_firstkana"] {
  width: calc(50% - 3em) !important;
}

table.t_form input[name="customer_post1"] {
  width: 4em !important;
}

table.t_form input[name="customer_post2"] {
  width: 5em !important;
}

table.t_form input[name="age"] {
  width: 5em !important;
}

table.t_form input[name="postalcode"] {
  width: 8em !important;
}

table.t_form select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: 1px solid #ccc;
  background: #fff url(../img/icon_pulldown.png) no-repeat right center;
  border-radius: 0;
  font-size: 1rem;
  height: 2.9em;
  padding-left: 0.8em;
  padding-right: 0.8em;
}

table.t_form select[name="customer_pref"] {
  width: 100%;
  max-width: 17em;
}

form button {
  cursor: pointer;
  padding: 0.8em 0;
  width: 280px;
  font-size: 1.25rem;
  text-align: center;
  transition: 0.3s;
}

form button:hover {
  opacity: 0.7;
}

form button[type="submit"] {
  background: url(../img/icon_arrow_white_l.png) no-repeat left 20px center;
  background-color: #998675;
  color: #fff;
  padding-left: 1em;
}

form button[type="button"],
form button[type="submit"] + button[type="submit"] {
  background: url(../img/icon_arrow.png) no-repeat right 20px center;
  border: 1px solid #736357;
  color: #333;
  padding-right: 1em;
  margin-left: 1em;
}

form button[type="button"]:hover,
form button[type="submit"] + button[type="submit"]:hover {
  background: url(../img/icon_arrow_white.png) no-repeat right 20px center;
  background-color: #736357;
  color: #fff;
}
