@charset "UTF-8";

/****************************
  GLOBAL SETTING
    width : 920px
*****************************/

* { margin: 0; padding: 0; line-height: 1; }
ul, ol { list-style: none; }
fieldset, img { border: none; }
table { border-collapse: collapse; }

body {
	margin:  0;
	padding: 0;
	background: #faf9ec url(../images/bg.jpg);
	text-align: left;

/* 	font-family: verdana, arial, sans-serif; */
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;

	font-size: 13px;
	line-height: 1;
	color: #333;
}

a, :focus, :active {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #08c;
}
a:visited {
	text-decoration: none;
	color: #08c;
}
a:hover, 
a:active {
	text-decoration: underline;
}

a#toTop {
	display: none;
	position: fixed;
	z-index: 1000;
	right: 20px;
	bottom: 0;
	width:  3.5em;
	height: 2.5em;
	margin:  0;
	padding: .5em 0 0;
	border-radius: 4px 4px 0 0;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}
a#toTop:before {
	font-family: 'fontawesome';
	content: '\f077';
}
a#toTop:hover {
	height: 3em;
}

/****************************
  header
*****************************/

#header {
	margin:  0 0 15px;
	padding: 0;
	border-bottom: 4px solid #f00;
}

#header > div {
	width: 920px;
	height: 80px;
	margin:  0 auto;
	padding: 0;
	position: relative;
}

#logo_header {
	position: absolute;
	top:    11px;
	left:    0px;
	width: 114px;
	height: 61px;
}

ul#ul_navi {
	position: absolute;
	top:  41px;
	right: 0px;
	margin:  0;
	padding: 0;
	border-right: 1px dotted #59493f;
}
ul#ul_navi > li {
	float: left;
	margin:  0;
	padding: 0 6px;
	border-left: 1px dotted #59493f;
}
ul#ul_navi > li > a {
	display: block;
	margin:  0;
	padding: 0 16px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 27px;
}
ul#ul_navi > li > a:link, 
ul#ul_navi > li > a:visited, 
ul#ul_navi > li > a:hover, 
ul#ul_navi > li > a:active {
	color: #3d322c;
	text-decoration: none;
}
ul#ul_navi > li > a:hover, 
ul#ul_navi > li > a:active, 
ul#ul_navi > li > a.active {
	margin: -3px 0px;
	background-color: #f1e6ba;
	line-height: 33px;
}
ul#ul_navi > li > a > i.fa {
	margin: 0 5px 0 0;
	font-size: 18px;
}

ul#ul_navi_s {
	position: absolute;
	top:    12px;
	right:   0px;
	margin:  0;
	padding: 0;
}
ul#ul_navi_s > li {
	float: left;
	margin: 0 0 0 1em;
	padding: 0;
	color: #59493f;
}
ul#ul_navi_s > li > a:link, 
ul#ul_navi_s > li > a:visited, 
ul#ul_navi_s > li > a:hover, 
ul#ul_navi_s > li > a:active {
	color: #59493f;
	text-decoration: none;
}
ul#ul_navi_s > li > a:hover {
	text-decoration: underline;
}
ul#ul_navi_s > li:before {
	font-family: 'fontawesome';
	content: '\f0a9';
	margin: 0 .2em 0 0;
}
ul#ul_navi_s > li.logout:before {
	content: '';
	margin-right: 0;
}

/****************************
  footer
*****************************/

#footer {
	clear: both;
	width: 100%;
	margin:  0 auto;
	padding: 10px 0 20px;
	border-top: 4px solid #f00;
	font-size:   12px;
	line-height: 16px;
	color: #59493f;
}

#footer .footer_left {
	float: left;
	padding: 0 10px 0 0;
}
#footer .footer_right {
	float: right;
	text-align: right;
}

#footer p.p_footer_navi {
	margin:  0 0 0px;
	padding: 0;
	color: #59493f;
}

#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active, 
#footer p#copy, 
#footer p#copy a {
	color: #59493f;
}

/****************************
  contents
*****************************/

.container {
	clear: both;
	width: 920px;
	margin: 0 auto;
}
.container:before,
.container:after {
	display: table;
	content: " ";
}
.container:after {
	clear: both;
}

.left_side {
	clear: both;
	float: left;
	width: 245px; /* WIDTH */
	width: 238px; /* WIDTH */
}
.right_side {
	float: right;
	width: 675px; /* WIDTH */
	width: 682px; /* WIDTH */
}

/**/

h1.h1_column_text, 
h2.h2_column_text {
	min-height: 26px;
	margin:  0;
	padding: 0 10px;
	font-size:   13px;
	line-height: 26px;
	color: #fff;
	background-color: #f4a100;
	background-color: #556525;
	background-color: #009f46;
	background-color: #a6650e;
}
h1.h1_column_text.brown, 
h2.h2_column_text.brown {
	background-color: #9d7f54;
}
h1.h1_column_text.green, 
h2.h2_column_text.green {
	background-color: #556525;
}
h1.h1_column_text.ocher, 
h2.h2_column_text.ocher {
	background-color: #556525;
}

.column_contents {
	box-sizing: border-box;
	clear: both;
	width: 100%;
	margin:  0 0 20px;
	padding: 12px;
	border: 1px solid #ddd;
	background-color: #fff;
}

/****************************
  left_side
*****************************/

.column_left_side {
	width: 236px; /* WIDTH */
	margin:  0 0 15px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ddd;
}

.column_left_side_banner {
	width: 238px; /* WIDTH */
	margin:  0;
	padding: 0;
}
.column_left_side_banner a {
	display: block;
	margin:  0 0 15px;
	padding: 0;
}

/**/

ul.ul_ranking {
	margin:  0;
	padding: 8px 0 0 12px;
}
ul.ul_ranking li {
	margin:  0;
	padding: 0px 0 8px 35px;
	font-size:   16px;
	line-height: 28px;
	color: #666;
}
ul.ul_ranking li a {
	color: #666;
}
ul.ul_ranking li.ranking1 {
	background: url(../images/icon_ranking_01.gif) no-repeat;
}
ul.ul_ranking li.ranking2 {
	background: url(../images/icon_ranking_02.gif) no-repeat;
}
ul.ul_ranking li.ranking3 {
	background: url(../images/icon_ranking_03.gif) no-repeat;
}
ul.ul_ranking li.ranking4 {
	background: url(../images/icon_ranking_04.gif) no-repeat;
}
ul.ul_ranking li.ranking5 {
	background: url(../images/icon_ranking_05.gif) no-repeat;
}

/**/

dl.dl_recommend {
	margin:  0;
	padding: 0 0 10px 9px;
}
dl.dl_recommend dd {
	margin:  12px 0 0;
	padding: 12px;
	background: url(../images/bg_frame.gif) no-repeat;
}
dl.dl_recommend dt {
	margin:  0;
	padding: 1px 12px 0 3px;
	text-align: left;
	font-weight: bold;
	font-size:   12px;
	line-height: 16px;
	color: #a6650e;
}
dl.dl_recommend a {
	color: #a6650e;
}

/* dl_delivery_date */

dl.dl_delivery_date {
	float: right;
	display: table;
	margin:  0 0 10px;
	padding: 0;
}
dl.dl_delivery_date > dt, 
dl.dl_delivery_date > dd {
	display: table-cell;
	margin:  0;
	padding: 4px 4px;
	border: 1px solid #f00;
	vertical-align: middle;
	text-align: center;
	font-family: arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
}
dl.dl_delivery_date > dt {
	background-color: #f00;
	color: #fff;
}
dl.dl_delivery_date > dd {
	background-color: #fff;
	color: #000;
}
dl.dl_delivery_date > dd strong {
	padding: 0 1px 0 4px;
	font-weight: bold;
	font-size: 15px;
}

dl.dl_delivery_date.contents {
	float: none;
	display: inline-block;
	margin: 10px 8px;
}
dl.dl_delivery_date.contents dt, 
dl.dl_delivery_date.contents dd {
	display: block;
	padding: 4px 1em;
	text-align: center;
}
dl.dl_delivery_date.contents dd {
	padding-top:    7px;
	padding-bottom: 7px;
}

/****************************
  shopping_way
*****************************/

.column_shopping_way {
	width: 100%;
	margin:  0 0 20px;
	padding: 0;
	border: 1px solid #ddd;
	background-color: #fff;
}
.column_shopping_way.pt_pc {
	margin-top: 15px;
}

dl.shopping_way {
	margin:  0;
	padding: 12px 12px 0;
}
dl.shopping_way dt {
	margin:  25px 0 15px;
	padding: 0 0 5px;
	border-bottom: 1px solid #a6650e;
	color: #a6650e;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
}
dl.shopping_way dt:first-child {
	margin-top: 0;
}
dl.shopping_way dd {
	margin:  0 0 8px;
	padding: 0;
	text-align: justify;
	font-size: 14px;
	line-height: 1.5;
}
dl.shopping_way dd.mb {
	margin-bottom: 25px;
}

table.table_shopping_way {
	margin:  0 0 15px;
	padding: 0;
}

table.table_shopping_way th, 
table.table_shopping_way td {
	margin:  0;
	border-top: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: 1.5;
}

table.table_shopping_way th {
	padding: .5em 1em .5em 0;
	white-space: nowrap;
}

table.table_shopping_way td {
	padding: .5em 0;
}

table.table_shopping_way th.noborder, 
table.table_shopping_way td.noborder {
	border-top: none;
}

table.table_shopping_way.carriage {
	width: 100%;
	margin: 0;
}
table.table_shopping_way.carriage th.right, 
table.table_shopping_way.carriage td.right {
	text-align: right;
}
table.table_shopping_way.carriage td.td_title {
	padding-left: 1em;
	text-align: right;
	font-size: 12px;
	white-space: nowrap;
}
table.table_shopping_way.carriage td.td_pref {
	width: 20em;
	font-size: 12px;
}

table.table_delivery_cool {
	clear: both;
	margin:  5px 0 0;
	padding: 0;
}
table.table_delivery_cool td {
	margin:  0;
	padding: 5px 10px 0 0;
	text-align: left;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, '游ゴシック', sans-serif;
}
table.table_delivery_cool td.right {
	text-align: right;
}

h3.h3_shopping_way {
	margin:  0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
}

h4.h4_shopping_way {
	margin:  0;
	padding: 15px 0 7px;
	font-size: 13px;
	line-height: 1.5;
}

p.p_shopping_way {
	margin:  0;
	padding: 15px 0 0;
	font-size: 13px;
	line-height: 1.5;
}

.wrapper_package {
	margin:  0;
	padding: 0;
}

figure.guide_box {
	display: inline-block;
	width:  280px;
	height: 204px;
	margin:  30px 20px 0 0;
	padding: 0;
}

figure.guide_bag {
	display: inline-block;
	width:  224px;
	height: 204px;
	margin:  30px 0 0;
	padding: 0;
}

figure.guide_box > img, 
figure.guide_bag > img {
	width: 100%;
	height: initial;
}

/****************************
  element
*****************************/

.cr {
	clear: both;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	display: block;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}

.text_right {
	text-align: right;
}

.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb40 {
	margin-bottom: 40px;
}

a.more {
	margin: 0 0 0 5px;
	padding: 0 10px 0 0;
	background:  url(../images/p_arrow_more1.png) no-repeat 100% center;
}
a.more2 {
	margin: 0 0 0 5px;
	padding: 0 10px 0 0;
	background:  url(../images/p_arrow_more2.png) no-repeat 100% center;
}

img.new {
	padding: 2px 0 0 5px;
	vertical-align: top;
	font-size:   10px;
	line-height: 10px;
}

.order_navi {
	width: 100%;
	margin:  0;
	padding: 0;
	text-align: center;
}
.order_prev {
	float: left;
	width: 49%;
	margin:  0;
	padding: 0;
	text-align: right;
}
.order_next {
	float: right;
	width:  49%;
	margin:  0;
	padding: 0;
	text-align: left;
}

#wait {
	display: none;
	min-width: 120px;
	height: 38px;
	line-height: 38px;
	margin:  0 auto;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	color: #000;
	font-size: 1.6em;
}

.gallery img:hover, 
.op img:hover {
	opacity: .8;
	transition: all 0.2s linear;
}

/****************************
  pagination
*****************************/

.pagination {
	clear: both;
	width: 100%;
	margin:  0 auto;
	padding: 0;
	text-align: center;
}
.pagination a, 
.pagination span {
	display: inline-block;
	width:  2em;
	height: 2em;
	line-height: 2;
	margin:  0 .2em;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
}
.pagination a:link, 
.pagination a:visited {
	background-color: rgba(241, 230, 185, .9);
	background-color: #fff;
	color: rgba(157, 127, 84, 1);
}
.pagination a:hover, 
.pagination a:active, 
.pagination span {
	background-color: rgba(157, 127, 84, .9);
	color: #fff;
}
.pagination span.disabled {
	background-color: #f1e6b9;
	background-color: #fff;
	color: rgba(157, 127, 84, .3);
}

.icon_angle {
	font-size: 1.3em;
}

/****************************
  HEAD MESSAGE
*****************************/

.mess {
	margin:  .5em 0 1em;
	padding: 1em .5em;
	background-color: #fff;
	border: 1px solid #ddd;
	text-align: center;
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2;
}
.mess > a {
	color: #f00;
}
.mess > a > span {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 4px 8px 4px 7px;
	border-radius: 4px;
	background-color: #f00;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	text-decoration: none;
}
.mess > a:hover > span {
	text-decoration: none;
}

/****************************
  html_telfax_order
*****************************/

ul.ul_telfax_order {
	margin:  0;
	padding: 0;
}
ul.ul_telfax_order li {
	clear: both;
	width: 668px; /* width */
	margin:  20px 0 0;
	padding: 14px 15px 15px;
	border: 1px solid #ddd;
	background-color: #fff;
	position: relative;
}

h4.h4_telfax_order {
	clear: both;
	margin:  0 0 5px;
	padding: 0;
	font-weight: normal;
	font-size:   16px;
	line-height: 18px;
}

h5.h5_telfax_order {
	clear: both;
	margin:  0 0 12px;
	padding: 0 0 5px 1px;
	border-bottom: 1px dashed #ccc;
	font-weight: normal;
	font-size:   13px;
	line-height: 18px;
}

h6.h6_telfax_order {
	margin:  0 0 6px;
	padding: 0;
	font-size:   14px;
	line-height: 28px;
	color: #a6650e;
}
h6.h6_telfax_order strong {
	padding: 0 5px 0 0;
	font-size: 20px;
}

h6.h6_telfax_order a {
	padding: 0 3px 0 22px;
	background:  url(../images/icon_pdf.gif) no-repeat 0% center;
}
h6.h6_telfax_order a:link, 
h6.h6_telfax_order a:visited {
	text-decoration: underline;
	color: #a6650e;
	font-size: 16px;
}
h6.h6_telfax_order a:hover, 
h6.h6_telfax_order a:active {
	text-decoration: underline;
	color: #f00;
}

p.p_telfax_order {
	margin:  0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
}
p.p_telfax_order strong {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.7;
}

/****************************
  sns
*****************************/

.wrapper_embed_twitter {
	margin:  0;
	padding: 0;
}

.wrapper_sns_icon {
	margin:  0;
	padding: 30px 0 0;
}
.wrapper_sns_icon > a {
	display: inline-block;
	width:  50px;
	height: 50px;
	margin:  0 10px 0 0;
	padding: 0;
}
.wrapper_sns_icon > a > img {
	width:  50px;
	height: 50px;
	margin:  0;
	padding: 0;
}

.wrapper_sns_twitter_icon {
	margin:  0;
	padding: 15px 0 0;
}
.wrapper_sns_twitter_icon > div {
	margin:  0;
	padding: 15px 0 0;
}
