@charset "UTF-8";
/* 
====================================================================================================
★ common
----------------------------------------------------------------------------------------------------
◆ ワイン情報検索 (.page_wine_search) ./wine-search/
◆ ワイン情報 (.page_wine) ./wine/
----------------------------------------------------------------------------------------------------
◆ 生産者情報検索 (.page_producer_search) ./producer-search/
◆ 笑顔検索 (.page_smile_search) ./smile-search/
◆ 生産者情報 (.page_producer) ./producer/
----------------------------------------------------------------------------------------------------
◆ お問い合わせ (.page_contact) ./contact/
◆ トピックス (.page_topics) ./topics/
■ 稲葉について (.page_about) ./about/
■ 会社案内 (.page_company) ./company/
■ 事業所一覧 (.page_office) ./office/
■ 本社ショールーム (.page_showroom) ./showroom/
◆ ワインブログ (.page_blog) ./blog/
■ サイトマップ (.page_sitemap) ./sitemap/
■ English (.page_english) ./en/
==================================================================================================== */
/* 
====================================================================================================
★ common
---------------------------------------------------------------------------------------------------- */
/* ---下層ページ背景--- */
body {
  background: #f3e5d2 url(../common_img/texture_bg.jpg);
}

/* ---ページタイトル--- */
#pagetitle {
  padding: 72px 0;
}

/* ---下層ページコンテンツエリア--- */
#content {
  margin-bottom: 72px;
  padding: 16px 32px 40px;
  position: relative;
  color: #58443a;
  background: #fcfbf9;
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

/* ---パンくず--- */
#breadcrumb {
  margin-bottom: 32px;
}
#breadcrumb ol {
  letter-spacing: -.40em;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#breadcrumb ol > li {
  display: inline-block;
  letter-spacing: normal;
}
#breadcrumb ol > li:before {
  margin-right: 1em;
  margin-left: 1em;
  display: inline-block;
  content: '>';
}
#breadcrumb ol > li:first-child:before {
  display: none;
}
#breadcrumb .fa {
  font-size: 18px;
  font-size: 128.57143%;
}

/* ---ボトムライン型ヘッダ--- */
.head_bline {
  margin-bottom: 24px;
  border-bottom: 3px double #dbd8d1;
  font-size: 22px;
  font-size: 157.14286%;
  font-weight: 400;
}

/* ---センターライン型ヘッダ--- */
.head_cline {
  margin-bottom: 20px;
  background: url(../common_img/cline_bg.png) center center repeat-x;
  text-align: center;
}

/* ---ダブルライン型ヘッダ--- */
.head_dline {
  margin-bottom: 24px;
  border-top: 3px double #dbd8d1;
  border-bottom: 3px double #dbd8d1;
  font-size: 18px;
  font-size: 128.57143%;
  font-weight: 700;
}

/* ---テキスト型パープルヘッダ--- */
.head_pu_txt {
  margin-bottom: 24px;
  padding: 2px 0;
  background: #64072d;
}
.head_pu_txt > .inner {
  padding: 0 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 128.57143%;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 0.3em;
}
.head_pu_txt .lang_overseas {
  margin-bottom: 2px;
  margin-right: 1em;
  padding-right: 1em;
  padding-left: 1em;
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  color: #64072d;
  background: #fff;
  font-size: 12px;
  font-size: 66.66667%;
  letter-spacing: normal;
}

/* ---基本ボタン--- */
.btn_std {
  padding-right: 3em;
	padding-left: 3em;
	display: inline-block;
	border: 2px solid #920C42;
	background: #920C42 none repeat scroll 0% 0%;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 1px #FFF inset;
	line-height: 2.5;
	color: #FFF;
	font-size: 128.571%;
	font-weight: 700;
	cursor: pointer;
  -moz-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  -o-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  -webkit-transition: border-color 0.2s linear, color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s, 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}
.btn_std:link {
  text-decoration: none;
}
.btn_std:hover {
  border-color: #b00b4e;
  background: #b00b4e;
}
.btn_std.bs_gr {
  border-color: #243b0c;
  background: #243b0c;
}
.btn_std.bs_gr:hover {
  border-color: #395d13;
  background: #395d13;
}

/* ---ミニボタン--- */
.btn_mini {
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 2px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #243b0c;
  line-height: 1.5;
  font-size: 12px;
  font-size: 85.71429%;
  -moz-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  -o-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  -webkit-transition: border-color 0.2s linear, color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s, 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}
.btn_mini:link {
  text-decoration: none;
}
.btn_mini:hover {
  border-color: #395d13;
  background: #395d13;
}

/* ---スタンダード型テーブル--- */
.table_std {
  width: 100%;
}
.table_std > thead > tr > th, .table_std > thead > tr > td, .table_std > tbody > tr > th, .table_std > tbody > tr > td {
  padding: 4px 8px;
  border: 1px solid #dbd8d1;
  font-size: 12px;
  font-size: 85.71429%;
}
.table_std > thead > tr > th {
  color: #fff;
  background: #64072d;
  white-space: nowrap;
}

/* ---ボトムライン型テーブル--- */
.table_bline {
  width: 100%;
}
.table_bline > tbody > tr > th, .table_bline > tbody > tr > td {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dbd8d1;
  text-align: left;
  font-weight: 400;
}

/* ---バーチカルライン型テーブル--- */
.table_vline > tbody > tr > th, .table_vline > tbody > tr > td {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}
.table_vline > tbody > tr > th {
  padding-right: 16px;
  border-right: 3px double #dbd8d1;
}
.table_vline > tbody > tr > td {
  padding-left: 16px;
}

/* ---マーブル型テーブル--- */
.table_marble {
  width: 100%;
}
.table_marble > tbody > tr > th, .table_marble > tbody > tr > td {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
}
.table_marble > tbody > tr:nth-child(odd) > th, .table_marble > tbody > tr:nth-child(odd) > td {
  background: #f7f6f3;
}

.table_marble_rev {
  width: 100%;
}
.table_marble_rev > tbody > tr > th, .table_marble_rev > tbody > tr > td {
  text-align: left;
}
.table_marble_rev > tbody > tr:nth-child(even) > th, .table_marble_rev > tbody > tr:nth-child(even) > td {
  background: #f7f6f3;
}

/* ---検索ページ用テーブル--- */
.table_search > tbody > tr > th, .table_search > tbody > tr > td {
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: top;
}
.table_search > tbody > tr > th {
  padding-left: 48px;
  padding-right: 44px;
  width: 200px;
}
.table_search > tbody > tr > td {
  padding-right: 32px;
}

/* ---お問い合わせ用テーブル--- */
.table_contact > tbody > tr > th, .table_contact > tbody > tr > td {
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: top;
}
.table_contact > tbody > tr > th {
  padding-right: 44px;
  width: 192px;
}
.table_contact > tbody > tr > td {
  padding-right: 32px;
}

/* ---ページネーション3ボタン型--- */
.pagination_simple {
  display: table;
  width: 100%;
}
.pagination_simple > li {
  padding-right: 24px;
  padding-left: 24px;
  display: table-cell;
  vertical-align: middle;
}
.pagination_simple > li.nav_prev {
  width: 49%;
  text-align: right;
}
.pagination_simple > li.nav_list {
  width: 2%;
  text-align: center;
}
.pagination_simple > li.nav_next {
  width: 49%;
  text-align: left;
}

/* ---ページネーション数字型--- */
.pagination_number {
  margin: 16px auto 32px;
  display: table;
  text-align: center;
  border-collapse: separate;
  border-spacing: 4px 0;
}
.pagination_number .pagenumber {
  border-left: 1px dotted #b00b4e;
  border-right: 1px dotted #b00b4e;
  display: table;
}
.pagination_number li {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
.pagination_number a, .pagination_number span {
  padding-right: 0.5em;
  padding-left: 0.5em;
  border: 1px solid #b00b4e;
  display: block;
  height: 24px;
  line-height: 24px;
}
.pagination_number a {
  text-decoration: none;
}
.pagination_number a:hover {
  color: #fff;
  background: #b00b4e;
}
.pagination_number .fa {
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
}
.pagination_number .ellipsis {
  border-color: #fff;
}
.pagination_number .current {
  border-color: #64072d;
  color: #fff;
  background: #64072d;
}

/* ---事業所リスト--- */
.baselist {
  margin: 0 auto;
  zoom: 1;
}
.w438 {
  width: 438px;
}
.w667 {
  width: 667px;
}
.baselist:before, .baselist:after {
  content: '';
  display: table;
  clear: both;
}
.baselist > li {
  margin-left: 20px;
  float: left;
}
.baselist > li:first-child {
  margin-left: 0 !important;
}
.baselist > li:last-child {
  margin-right: 0 !important;
}

/* ---CMSエントリー関連--- */
.entry {
  margin-top: 32px;
  margin-bottom: 32px;
}
.entry:first-child {
  margin-top: 0 !important;
}
.entry:last-child {
  margin-bottom: 0 !important;
}

.entry_head {
  border-bottom: 3px double #dbd8d1;
}

.entry_date {
  margin-bottom: 8px;
  margin-right: 8px;
  padding-right: 0.5em;
  padding-left: 0.5em;
  display: inline-block;
  color: #fff;
  background: #243b0c;
}

.entry_tags {
  display: inline-block;
}
.entry_tags > li {
  display: inline-block;
}
.entry_tags > li a {
  padding-right: 0.5em;
  padding-left: 0.5em;
  display: block;
  color: #b00b4e;
  border: 1px solid #b00b4e;
  text-decoration: none;
  font-size: 12px;
  font-size: 85.71429%;
}
.entry_tags > li a:hover {
  color: #fff;
}
.entry_tags > li a:hover {
  background: #b00b4e;
}

.entry_title {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 18px;
  font-size: 128.57143%;
  font-weight: 700;
}

.entry_body {
  margin-top: 20px;
  zoom: 1;
}
.entry_body:before, .entry_body:after {
  content: '';
  display: table;
  clear: both;
}

.entry_img {
  width: 370px;
}
.entry_img.entry_img_right {
  margin-left: 24px;
  float: right;
}
.entry_img.entry_img_left {
  margin-right: 24px;
  float: left;
}
.entry_img img {
  width: 100%;
  height: auto;
}

.entry_txt {
  overflow: hidden;
}
.entry_txt img {
  margin-bottom: 12px;
}
.entry_txt .img_align_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry_txt .img_align_left {
  display: block;
  float: left;
  margin-right: 30px;
}
.entry_txt .img_align_right {
  display: block;
  float: right;
  margin-left: 30px;
}
.entry_txt .col_left, .entry_txt .col_right {
  width: 334px;
}
.entry_txt .col_left {
  float: left;
}
.entry_txt .col_right {
  float: right;
}

.entry_list li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #dbd8d1;
  -moz-transition: color 0.2s linear 0s, background-color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: color 0.2s linear 0s, background-color 0.2s linear 0s;
}
.entry_list li:hover {
  color: #b00b4e;
  background-color: #feeff5;
}
.entry_list li:hover a {
  color: #b00b4e;
}
.entry_list dl {
  zoom: 1;
  line-height: 1.5;
  font-size: 13px;
  font-size: 92.85714%;
}
.entry_list dl:before, .entry_list dl:after {
  content: '';
  display: table;
  clear: both;
}
.entry_list dt {
  margin-right: 1em;
  float: left;
}
.entry_list dt .fa {
  color: #b00b4e;
}
.entry_list dd {
  overflow: hidden;
}
.entry_list a {
  text-decoration: none;
  color: #58443a;
}
.entry_list a:hover {
  color: #b00b4e;
}

/* ---検索【一覧】関係--- */
.results_number dt, .results_number dd {
  display: inline-block;
}
.results_number dt:after {
  content: '：';
}

.result {
  margin-bottom: 30px;
  border: 1px solid #dbd8d1;
}

.result_thumb {
  background: #fff;
}

/* ---検索【詳細】関係--- */
.item_tags {
  margin-top: 16px;
  margin-bottom: 16px;
  letter-spacing: -.40em;
}
.item_tags > li {
  margin-right: 8px;
  padding-right: 2.5em;
  padding-left: 2.5em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  line-height: 2.2;
  display: inline-block;
  letter-spacing: normal;
  color: #fff;
  background: #58443a;
}
.item_tags > li.tag_country {
  background: #64072d;
}
.item_tags > li.tag_area {
  background: #243b0c;
}

/* 切り替え可能ギャラリー */
.switch_gallery .photo {
  border: 1px solid #dbd8d1;
  background: #fff;
}
.switch_gallery .photo span {
  display: table-cell;
  width: 373px;
  height: 373px;
  vertical-align: middle;
  text-align: center;
}
.switch_gallery .photo img {
  width: auto;
  max-width: 373px;
  height: auto;
  max-height: 373px;
}
.switch_gallery .thumbnail {
  zoom: 1;
}
.switch_gallery .thumbnail:before, .switch_gallery .thumbnail:after {
  content: '';
  display: table;
  clear: both;
}
.switch_gallery .thumbnail:before {
  padding-top: 4px;
  display: block;
  content: '※小さな画像をクリックすると、大きな画像が切り替わります。';
  line-height: 32px;
  font-size: 12px;
  text-align: center;
}
.switch_gallery .thumbnail > li {
  margin-left: 5px;
  margin-bottom: 5px;
  float: left;
  background: #fff;
}
.switch_gallery .thumbnail > li:first-child {
  margin-left: 0 !important;
}
.switch_gallery .thumbnail > li:last-child {
  margin-right: 0 !important;
}
.switch_gallery .thumbnail > li:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
.switch_gallery .thumbnail a {
  border: 1px solid #dbd8d1;
  display: table-cell;
  width: 88px;
  height: 88px;
  vertical-align: middle;
  text-align: center;
}
.switch_gallery .thumbnail a:hover {
  border-color: #988f7b;
}
.switch_gallery .thumbnail a.active {
  border-color: #b00b4e;
}
.switch_gallery .thumbnail img {
  width: auto;
  max-width: 88px;
  height: auto;
  max-height: 88px;
}

.switch_gallery_wide {
  zoom: 1;
}
.switch_gallery_wide:before, .switch_gallery_wide:after {
  content: '';
  display: table;
  clear: both;
}
.switch_gallery_wide .photo {
  border: 1px solid #dbd8d1;
  float: left;
  background: #fff;
}
.switch_gallery_wide .photo span {
  display: table-cell;
  width: 722px;
  height: 462px;
  vertical-align: middle;
  text-align: center;
}
.switch_gallery_wide .photo img {
  width: auto;
  max-width: 722px;
  height: auto;
  max-height: 462px;
}
.switch_gallery_wide .photo [rel*="lightbox"] {
  display: block;
  position: relative;
}
.switch_gallery_wide .photo [rel*="lightbox"] img {
  -moz-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.2s linear 0s;
}
.switch_gallery_wide .thumbnail {
  float: right;
  width: 196px;
  zoom: 1;
}
.switch_gallery_wide .thumbnail:before, .switch_gallery_wide .thumbnail:after {
  content: '';
  display: table;
  clear: both;
}
.switch_gallery_wide .thumbnail:after {
  padding-top: 4px;
  display: block;
  content: '※小さな画像をクリックすると、大きな画像が切り替わります。';
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
}
.switch_gallery_wide .thumbnail > li {
  margin-left: 16px;
  margin-bottom: 16px;
  float: left;
  background: #fff;
}
.switch_gallery_wide .thumbnail > li:first-child {
  margin-left: 0 !important;
}
.switch_gallery_wide .thumbnail > li:last-child {
  margin-right: 0 !important;
}
.switch_gallery_wide .thumbnail > li:nth-child(odd) {
  clear: both;
  margin-left: 0;
}
.switch_gallery_wide .thumbnail a {
  border: 1px solid #dbd8d1;
  display: table-cell;
  width: 88px;
  height: 88px;
  vertical-align: middle;
  text-align: center;
}
.switch_gallery_wide .thumbnail a:hover {
  border-color: #988f7b;
}
.switch_gallery_wide .thumbnail a.active {
  border-color: #b00b4e;
}
.switch_gallery_wide .thumbnail img {
  width: auto;
  max-width: 88px;
  height: auto;
  max-height: 88px;
}

/* 
---------------------------------------------------------------------------------------------------- */
/* ---準備中--- */
.page_blank #page_bg {
  height: 710px;
  background: url(../blank/images/page_bg.jpg) center 0 no-repeat;
}

/* 
====================================================================================================
◆ ワイン情報検索 (.page_wine_search) ./wine-search/
---------------------------------------------------------------------------------------------------- */
.page_wine_search #page_bg {
  height: 710px;
  background: url(../wine/images/page_bg.jpg) center 0 no-repeat;
}

#winesearch_lead .sec_body {
  padding-right: 22px;
  padding-left: 22px;
}

.search_freeword input[type="text"] {
  width: 80%;
}

.search_group {
  margin-top: 24px;
  margin-bottom: 24px;
}
.search_group:first-child {
  margin-top: 0 !important;
}
.search_group:last-child {
  margin-bottom: 0 !important;
}

.search_column3,
.search_column4,
.search_column5 {
  zoom: 1;
}
.search_column3:before, .search_column3:after,
.search_column4:before,
.search_column4:after,
.search_column5:before,
.search_column5:after {
  content: '';
  display: table;
  clear: both;
}
.search_column3 > li,
.search_column4 > li,
.search_column5 > li {
  float: left;
}
.search_column3 > li:first-child,
.search_column4 > li:first-child,
.search_column5 > li:first-child {
  margin-left: 0 !important;
}
.search_column3 > li:last-child,
.search_column4 > li:last-child,
.search_column5 > li:last-child {
  margin-right: 0 !important;
}
.search_column3 > li:nth-child,
.search_column4 > li:nth-child,
.search_column5 > li:nth-child {
  clear: both;
}

.search_column3 > li {
  width: 33%;
}

.search_column4 > li {
  width: 25%;
}

.search_column5 > li {
  width: 20%;
}

/* 
----------------------------------------------------------------------------------------------------
◆ ワイン情報 (.page_wine) ./wine/
---------------------------------------------------------------------------------------------------- */
.page_wine #page_bg {
  height: 710px;
  background: url(../wine/images/page_bg.jpg) center 0 no-repeat;
}

#wine_list .result {
  padding: 15px;
  zoom: 1;
}
#wine_list .result:before, #wine_list .result:after {
  content: '';
  display: table;
  clear: both;
}
#wine_list .result_thumb {
  margin-right: 16px;
  border: 1px solid #dbd8d1;
  float: left;
}
#wine_list .result_thumb a {
  display: table-cell;
  width: 120px;
  height: 120px;
  vertical-align: middle;
  text-align: center;
}
#wine_list .result_thumb img {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 120px;
}
#wine_list .result_summary {
  overflow: hidden;
}
#wine_list .result_summary .table_vline {
  width: 735px;
}
#wine_list .result_summary .table_vline th {
  width: 7em;
}
#wine_list .result_summary .table_std {
  margin-top: 16px;
}
#wine_list .result_summary .table_std td {
  text-align: center;
}
#wine_list .result_more {
  float: left;
  margin-top: 5px;
}

#wine_detail .item_photo {
  float: left;
}
#wine_detail .item_txt {
  float: right;
  width: 530px;
}
#wine_detail .item_txt .head_dline {
  margin-bottom: 16px;
  padding: 12px 16px;
}
#wine_detail .item_txt > .usertxt {
  padding: 0 16px 32px;
}
#wine_detail .item_txt .table_bline {
  margin-top: 24px;
  margin-bottom: 32px;
}
#wine_detail .item_txt .table_bline th {
  width: 168px;
}
#wine_detail .item_txt .table_bline th:after {
  content: '：';
}
#wine_detail .item_txt .table_bline td .lang_ja {
  display: block;
}
#wine_detail .item_txt .table_bline td .lang_os {
  display: block;
  color: #775c4e;
}
#wine_detail .btn_std {
  margin-bottom: 16px;
  display: block;
}

/* 
====================================================================================================
◆ 生産者情報検索 (.page_producer_search) ./producer-search/
---------------------------------------------------------------------------------------------------- */
.page_producer_search #page_bg {
  height: 710px;
  background: url(../producer/images/page_bg.jpg) center 0 no-repeat;
}

#producersearch_lead .sec_body {
  padding-right: 22px;
  padding-left: 22px;
}

/* 
----------------------------------------------------------------------------------------------------
◆ 笑顔検索 (.page_smile_search) ./smile-search/
---------------------------------------------------------------------------------------------------- */
.page_smile_search #page_bg {
  height: 710px;
  background: url(../producer/images/page_bg.jpg) center 0 no-repeat;
}

.smilelist {
  margin-left: 20px;
  zoom: 1;
  vertical-align: middle;
}
.smilelist:before, .smilelist:after {
  content: '';
  display: table;
  clear: both;
}
.smilelist > li {
  margin-left: 24px;
  margin-bottom: 24px;
  float: left;
  width: 160px;
  height: 160px;
  text-align: center;
}
.smilelist > li:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.smilelist > li:first-child {
  margin-left: 0 !important;
}
.smilelist > li:last-child {
  margin-right: 0 !important;
}
.smilelist > li:nth-child(5n+1) {
  margin-left: 0;
  clear: both;
}
.smilelist > li img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 160px;
  max-width: 160px;
  vertical-align: middle;
}

/* 
----------------------------------------------------------------------------------------------------
◆ 生産者情報 (.page_producer) ./producer/
---------------------------------------------------------------------------------------------------- */
.page_producer #page_bg {
  height: 710px;
  background: url(../producer/images/page_bg.jpg) center 0 no-repeat;
}
#producers_list {
  zoom: 1;
}
#producers_list:before, #producers_list:after {
  content: '';
  display: table;
  clear: both;
}
#producers_list .result {
  margin-left: 30px;
  padding: 14px;
  width: 262px;
  float: left;
}
#producers_list .result:first-child {
  margin-left: 0 !important;
}
#producers_list .result:last-child {
  margin-right: 0 !important;
}
#producers_list .result:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
#producers_list .result_thumb {
  border: 1px solid #dbd8d1;
}
#producers_list .result_thumb a {
  display: table-cell;
  width: 260px;
  height: 195px;
  vertical-align: middle;
  text-align: center;
}
#producers_list .result_thumb img {
  width: auto;
  max-width: 260px;
  height: auto;
  max-height: 195px;
}
#producers_list .result_summary .table_bline {
  font-size: 12px;
  font-size: 85.71429%;
}
#producers_list .result_summary .table_bline span {
  margin-right: 0.5em;
  display: block;
  color: #fff;
  background: #64072d;
  text-align: center;
}

#producer_detail .item_txt .head_bline, #producer_detail .item_txt .sec_body {
  padding-right: 24px;
  padding-left: 24px;
}
#producer_detail table > tbody > tr > th {
  padding-right: 24px;
  padding-left: 24px;
  width: 8em;
}
#producer_detail .table_vline {
  margin-top: 24px;
  margin-bottom: 24px;
}
#producer_detail .table_marble th, #producer_detail .table_marble td {
  vertical-align: top;
}
#producer_detail .table_marble ul {
  zoom: 1;
}
#producer_detail .table_marble ul:before, #producer_detail .table_marble ul:after {
  content: '';
  display: table;
  clear: both;
}
#producer_detail .table_marble ul > li {
  float: left;
  width: 50%;
}
#producer_detail .table_marble ul > li:first-child {
  margin-left: 0 !important;
}
#producer_detail .table_marble ul > li:last-child {
  margin-right: 0 !important;
}
#producer_detail .producer_gallery ul {
  zoom: 1;
}
#producer_detail .producer_gallery ul:before, #producer_detail .producer_gallery ul:after {
  content: '';
  display: table;
  clear: both;
}
#producer_detail .producer_gallery ul > li {
  margin-top: 24px;
  margin-left: 32px;
  width: 452px;
  float: left;
}
#producer_detail .producer_gallery ul > li:first-child {
  margin-left: 0 !important;
}
#producer_detail .producer_gallery ul > li:last-child {
  margin-right: 0 !important;
}
#producer_detail .producer_gallery ul > li:nth-child(odd) {
  clear: both;
  margin-left: 0;
}
#producer_detail .producer_gallery ul > li img {
  max-width: 100%;
  height: auto;
}
#producer_detail .producer_gallery ul > li p {
  margin-top: 16px;
}

/* 
====================================================================================================
◆ お問い合わせ (.page_contact) ./contact/
---------------------------------------------------------------------------------------------------- */
.page_contact #page_bg {
  height: 710px;
  background: url(../contact/images/page_bg.jpg) center 0 no-repeat;
}

#contact_lead {
  padding: 16px;
  border: 3px double #dbd8d1;
  background: #fff;
  text-align: center;
}
#contact_lead dl {
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: -.40em;
}
#contact_lead dl dt, #contact_lead dl dd {
  display: inline-block;
  letter-spacing: normal;
}
#contact_lead dl dt {
  margin-right: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #fff;
  background: #64072d;
}
#contact_lead dl dd {
  font-weight: 700;
}

#contact_form .attention {
  color: #6495bd;
  font-weight: 700;
}
#contact_form .sec_body {
  padding-right: 48px;
  padding-left: 48px;
}
#contact_form .subsec {
  margin-top: 24px;
  margin-bottom: 24px;
}
#contact_form .subsec:first-child {
  margin-top: 0 !important;
}
#contact_form .subsec:last-child {
  margin-bottom: 0 !important;
}
#contact_form td dl {
  width: 100%;
  display: table;
}
#contact_form td dl dt, #contact_form td dl dd {
  display: table-cell;
  vertical-align: middle;
}
#contact_form td dl dt {
  width: 10em;
}
#contact_form .form_foot label {
  font-size: 18px;
  font-size: 128.57143%;
}

#privacy .sec_body {
  padding-right: 48px;
  padding-left: 48px;
}

/* 
====================================================================================================
◆ トピックス (.page_topics) ./topics/
---------------------------------------------------------------------------------------------------- */
.page_topics #page_bg {
  height: 710px;
  background: url(../topics/images/page_bg.jpg) center 0 no-repeat;
}

#topics_rss {
  position: absolute;
  top: 88px;
  right: 24px;
}
#topics_rss a {
  display: block;
  background: #920c42;
}
#topics_rss a:hover {
  background: #b00b4e;
}

/* 
====================================================================================================
■ 稲葉について (.page_about) ./about/
---------------------------------------------------------------------------------------------------- */
.page_about #page_bg {
  height: 710px;
  background: url(../about/images/page_bg.jpg) center 0 no-repeat;
}

/* 
====================================================================================================
■ 会社案内 (.page_company) ./company/
---------------------------------------------------------------------------------------------------- */
.page_company #page_bg {
  height: 710px;
  background: url(../company/images/page_bg.jpg) center 0 no-repeat;
}
.page_company .sec_body {
  padding-right: 48px;
  padding-left: 48px;
}

/* ---Introduction--- */
#company_intro p {
  line-height: 2;
  overflow: hidden;
}

/* ---Outline--- */
#company_outline th {
  width: 256px;
}

/* ---History--- */
#company_history th {
  width: 256px;
}

/* ---事業所・ショールーム一覧--- */
#company_baselist {
  padding: 10px;
  background: #e2d3bc url(../common_img/texture_bg_darken.jpg);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
#company_baselist > .inner {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #dbd8d1;
  background: #f3e5d2 url(../common_img/texture_bg.jpg);
}
/*#company_baselist > .inner .baselist {
  margin-left: 9px;
}*/

/* 
====================================================================================================
■ 事業所一覧 (.page_office) ./office/
---------------------------------------------------------------------------------------------------- */
.page_office #page_bg {
  height: 710px;
  background: url(../office/images/page_bg.jpg) center 0 no-repeat;
}
.page_office .sec_body {
  padding-right: 50px;
  padding-left: 50px;
}

.office_gallery {
  zoom: 1;
}
.office_gallery:before, .office_gallery:after {
  content: '';
  display: table;
  clear: both;
}
.office_gallery > li {
  margin-bottom: 20px;
  margin-left: 20px;
  float: left;
}
.office_gallery > li:first-child {
  margin-left: 0 !important;
}
.office_gallery > li:last-child {
  margin-right: 0 !important;
}
.office_gallery > li:nth-child(odd) {
  margin-left: 0;
  clear: both;
}

.office_data, .office_access {
  width: 400px;
}
.office_data h4, .office_access h4 {
  margin-bottom: 16px;
}
.office_data .table_bline, .office_access .table_bline {
  margin-bottom: 24px;
}
.office_data th, .office_access th {
  width: 136px;
}

/* 
====================================================================================================
■ 本社ショールーム (.page_showroom) ./showroom/
---------------------------------------------------------------------------------------------------- */
.page_showroom #page_bg {
  height: 710px;
  background: url(../showroom/images/page_bg.jpg) center 0 no-repeat;
}
.page_showroom .sec_body {
  padding-right: 50px;
  padding-left: 50px;
}

/* 
====================================================================================================
◆ ワインブログ (.page_blog) ./blog/
---------------------------------------------------------------------------------------------------- */
.page_blog #page_bg {
  height: 710px;
  background: url(../blog/images/page_bg.jpg) center 0 no-repeat;
}

.blogside {
  margin-top: 28px;
  margin-bottom: 28px;
}
.blogside:first-child {
  margin-top: 0 !important;
}
.blogside:last-child {
  margin-bottom: 0 !important;
}
.blogside .table_marble > tbody > tr > th, .blogside .table_marble > tbody > tr > td {
  padding: 10px;
  line-height: 1.35;
  font-size: 12px;
  font-size: 85.71429%;
}
.blogside .table_marble a {
  color: #58443a;
}
.blogside .table_marble a:hover {
  color: #b00b4e;
}
.blogside .table_marble a .fa {
  position: relative;
  top: -1px;
  color: #b00b4e;
}
.blogside .morelink {
  margin-top: 8px;
  text-align: right;
}

.head_blogside {
 /*padding-right: 10px;
  padding-left: 10px;*/
	line-height: 2.2;
  color: #fff;
  background: #64072d;
  font-weight: 400;
}

.head_blogside a{
	color: #fff;
	text-decoration: none;
	display: block;
    padding-right: 4px;
    padding-left: 10px;
}

.head_blogside  a:hover{
	background: #920d43;
	color: #fff;
}

#blog_calender {
  position: relative;
}
#blog_calender .calender_title {
  line-height: 2.2;
  color: #fff;
  background: #64072d;
  font-weight: 400;
  text-align: center;
}
#blog_calender .calender_ctrl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#blog_calender .calender_ctrl li {
  width: 2em;
  height: 2.2em;
  text-align: center;
}
#blog_calender .calender_ctrl .ctrl_prev {
  position: absolute;
  top: 0;
  left: 0;
}
#blog_calender .calender_ctrl .ctrl_next {
  position: absolute;
  top: 0;
  right: 0;
}
#blog_calender .calender_ctrl a {
  display: block;
  line-height: 2.2;
  height: 2.2em;
  color: #fff;
}
#blog_calender .calender_ctrl a:hover {
  background: #b00b4e;
}
#blog_calender .calender_ctrl a .fa {
  line-height: 2.2;
}
#blog_calender .table_calender > thead > tr > th, #blog_calender .table_calender > thead > tr > td, #blog_calender .table_calender > tbody > tr > th, #blog_calender .table_calender > tbody > tr > td {
  padding: 2px 0;
  line-height: 1.75;
  font-size: 12px;
  font-size: 85.71429%;
}
#blog_calender .table_calender > thead > tr > th a, #blog_calender .table_calender > thead > tr > td a, #blog_calender .table_calender > tbody > tr > th a, #blog_calender .table_calender > tbody > tr > td a {
  font-weight: 700;
  color: #b00b4e;
}
#blog_calender .table_calender > thead > tr > th a:hover, #blog_calender .table_calender > thead > tr > td a:hover, #blog_calender .table_calender > tbody > tr > th a:hover, #blog_calender .table_calender > tbody > tr > td a:hover {
  color: #58443a;
}
#blog_calender .table_calender > thead > tr > th, #blog_calender .table_calender > thead > tr > td {
  border-bottom: 1px solid #dbd8d1;
  font-weight: 400;
}
#blog_calender .table_calender > tbody > tr > th, #blog_calender .table_calender > tbody > tr > td {
  text-align: center;
}
#blog_calender .table_calender > tbody > tr:nth-child(odd) > th, #blog_calender .table_calender > tbody > tr:nth-child(odd) > td {
  background: #f7f6f3;
}

/* 
====================================================================================================
■ よくある質問 (.page_faq) ./faq/
---------------------------------------------------------------------------------------------------- */
.page_faq #page_bg {
	background: url(../faq/images/page_bg.jpg) center 0 no-repeat;
	height: 710px;
}
.page_faq .plink,
.page_faq .section {
	background: #FAF0E6;
	padding: 15px;
}
.page_faq .bd_b {
	border-bottom: dotted 2px #B00B4E;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.page_faq .ico {
	width: 41px;
	font-weight: bold;
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #B00B4E;
	float: left;
}
.page_faq .txt {
	width: 865px;
	padding-top: 10px;
	float: right;
}
.page_faq .txt a {
	text-decoration: none;
	color: #58443A;
}
.page_faq .txt a:hover {
	text-decoration: underline;
}
.page_faq h3 {
	border: double 4px #B00B4E;
	margin-top: 50px;
}
.page_faq h3 span {
	display: block;
	background: #B00B4E;
	padding: 10px 0 15px;
	line-height: 1.0;
	text-align: center;
	font-weight: bold;
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #FFFFFF;
}
.page_faq .section {
	margin-top: 30px;
}

/* 
====================================================================================================
■ サイトマップ (.page_sitemap) ./sitemap/
---------------------------------------------------------------------------------------------------- */
.page_sitemap #page_bg {
  height: 710px;
  background: url(../sitemap/images/page_bg.jpg) center 0 no-repeat;
}

#sitemap_links {
  zoom: 1;
  background: url(../sitemap/images/line_bg.png) left top no-repeat;
}
#sitemap_links:before, #sitemap_links:after {
  content: '';
  display: table;
  clear: both;
}
#sitemap_links a {
  margin-bottom: 16px;
  display: block;
  line-height: 48px;
  color: #fff;
  background: #64072d;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#sitemap_links a:hover {
  background-color: #b00b4e;
}
#sitemap_links .half {
  width: 280px;
}
#sitemap_links .sm_top {
  float: left;
  width: 280px;
}
#sitemap_links .sm_second {
  float: right;
  width: 608px;
}
#sitemap_links .sm_second a {
  position: relative;
}
#sitemap_links .sm_second a .fa {
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  font-size: 12px;
}
#sitemap_links .sm_group {
  margin-bottom: 24px;
  padding: 15px 15px 0;
  border: 1px solid #64072d;
  background: #fcfbf9;
}
#sitemap_links .sm_group_head {
  margin-bottom: 8px;
}
#sitemap_links .sm_single {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0 16px;
}

/* 
====================================================================================================
■ English (.page_english) ./en/
---------------------------------------------------------------------------------------------------- */
.page_english_about #page_bg {
  height: 710px;
  background: url(../about/images/page_bg.jpg) center 0 no-repeat;
}

.page_english_company #page_bg {
  height: 710px;
  background: url(../company/images/page_bg.jpg) center 0 no-repeat;
}

#english_tab {
  zoom: 1;
  position: absolute;
  top: -40px;
  right: 0;
}
#english_tab:before, #english_tab:after {
  content: '';
  display: table;
  clear: both;
}
#english_tab li {
  margin-left: 8px;
  float: left;
  background: #fcfbf9;
  line-height: 40px;
  font-size: 22px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#english_tab li:first-child {
  margin-left: 0 !important;
}
#english_tab li:last-child {
  margin-right: 0 !important;
}
#english_tab li.active {
  padding-right: 2em;
  padding-left: 2em;
}
#english_tab a {
  padding-right: 2em;
  padding-left: 2em;
  display: block;
  background: #e3dfd4;
  text-decoration: none;
  color: #920c42;
}
#english_tab a:hover {
  color: #b00b4e;
}
#english_tab a:hover {
  background: #f1efea;
}

.box-result{
	width:140px;
	height:160px;
	float: left;
	margin-left:10px;
}

.btn_top-pagination {
  padding-right: 3em;
  padding-left: 3em;
  display: inline-block;
  border:2px solid #F3E3CC;
  background: url(../common_img/texture_bg_darken.jpg) repeat scroll 0% 0%;
  margin-left:355px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px #fff inset;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
  line-height: 2.5;
  color: black;
  font-size: 18px;
  font-size: 128.57143%;
  font-weight: 700;
  cursor: pointer;
  -moz-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  -o-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  -webkit-transition: border-color 0.2s linear, color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s, 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}
.btn_top-pagination:link {
  text-decoration: none;
}
.btn_top-pagination:hover {
  opacity: 0.5;
  
}
.btn_top-pagination.bs_gr {
  border-color: #243b0c;
  background: #243b0c;
}
.btn_top-pagination.bs_gr:hover {
  border-color: #fff;
  background:#fff;
  opacity:10%;
}

.btn_std_demo{
  width: 117px;
  height: 33px;
  border: 2px solid #920C42;
  text-align: center;
  display: inline-block;
  background: #920c42;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px #FFF inset;
  line-height: 2.0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -moz-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  -o-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  -webkit-transition: border-color 0.2s linear, color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s, 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  
}

.btn_std_demo:link {
  text-decoration: none;
}
.btn_std_demo:hover {
  border-color: #b00b4e;
  background: #b00b4e;
}
.btn_std_demo.bs_gr {
  border-color: #243b0c;
  background: #243b0c;
}
.btn_std_demo.bs_gr:hover {
  border-color: #395d13;
  background: #395d13;
}

.nav_top_pagination{
	width: 936px;
	line-height: 10px;
	height: 30px;
	margin-left: 120px;
	}

.nav_top_pagination ul li:hover ul{
	display: block;
}

.menu-page{
	font-size: 12.5px;
}

.menu-page li{
	position: relative;
	float: left;
	list-style: none;
}
.menu-page li a{
	text-decoration: none;
	color : black;
	padding: 0 5px;
	float: left;
	display: block;
}

.menu-page li a:hover{
	text-decoration: underline;
}
.menu-page li a.active{
	font-weight: bold;
}

Q&A
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#faq_wrap{
	padding:0px;
}
#faq_wrap .box1{
	margin:0px 10px 20px;
}

#faq_wrap .q_box{
	width:800px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
}

#faq_wrap .q_box li{
	margin-bottom:2px;
	border-bottom:1px dotted #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float:left;
	margin-right:20px;
	}

#faq_wrap .q_box a,
#faq_wrap .q_box a:link,
#faq_wrap .q_box a:visited {
	color:#666666;
	text-decoration:none;
	padding:0px 0px 0px 10px;
}

#faq_wrap .q_box a:hover,
#faq_wrap .q_box a:active{
	color:#999999;
	text-decoration:underline;
}

#faq_wrap .q_box li span.q_num{
	font-size:13px;
	color:#310002;
	font-weight: bold;
}



#faq_wrap .q_a_box{
	width:936px;
	margin-top: 0px;
	/* margin-bottom: 30px; */
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
}


#faq_wrap .q_a_box dt{
  padding-right: 3em;
  padding-left: 3em;
  display: inline-block;
  border: 2px solid #243B0C;
  background: #243B0C none repeat scroll 0% 0%;
  margin-left:340px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px #fff inset;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
  line-height: 2.5;
  color: #fff;
  font-size: 18px;
  font-size: 128.57143%;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: -15px;
  -moz-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  -o-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  -webkit-transition: border-color 0.2s linear, color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s, 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}

#faq_wrap .q_a_box dd{
	height: 1540px;
	background:url(../faq/images/a.jpg) no-repeat left 5px top 5px ;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* ---ページネーション数字型--- */
.pagination_number1 {
  display: table;
  text-align: center;
  border-collapse: separate;
  border-spacing: 4px 0;
  margin-left: 20px;
  margin-top: 20px;
  width: 280px;
  float: left;
}
.pagination_number1 .pagenumber {
  border-left: 1px dotted #b00b4e;
  border-right: 1px dotted #b00b4e;
  display: table;
}
.pagination_number1 li {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
.pagination_number1 a, .pagination_number1 span {
  padding-right: 0.5em;
  padding-left: 0.5em;
  border: 1px solid #b00b4e;
  display: block;
  height: 24px;
  line-height: 24px;
}
.pagination_number1 a {
  text-decoration: none;
}
.pagination_number1 a:hover {
  color: #fff;
  background: #b00b4e;
}
.pagination_number1 .fa {
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
}
.pagination_number1 .ellipsis {
  border-color: #fff;
}
.pagination_number1 .current {
  border-color: #64072d;
  color: #fff;
  background: #64072d;
}
.text_add_fot{
	margin: 0 auto;
	width: 1000px;
}