<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************************************************
*  all
* ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  text-align:left;
  font-size: 13px;
  /*font-family:"Lora","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
    font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  color: #111;
  /*background-color: #f4f1ec;
  background-image: url(https://img.shop-pro.jp/tmpl_img/67/texture.png);*/
  background: linear-gradient(#fef3e7, #fff) no-repeat;
background-attachment:fixed;
}

a {
  outline: none;
  color: #111;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  /*color: #c86464;*/
  opacity:0.5;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  clear: left;
  margin: 10px 0;
  border: 0;
}

img {
  border: none;
  vertical-align: middle;
}

/* ************************************************
*  clearfix
* ************************************************ */

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

/* ************************************************
*  layout
* ************************************************ */

/*ページ全体の幅、レイアウトをセンタリング*/
#container,
.footer_wrap{
  overflow: hidden;more
}
#container,
#header_wrap,
.footer_wrap {
  margin:0px auto;
  width:1000px;
  text-align:left;
}

#container{
  background-color: #fff;
  padding: 20px 0 0 0;
}

/*ヘッダー*/

#header {
  clear:both;
  width:100%;
}

/*サイド*/
#side {
  float: left;
  width: 200px;
margin-left:20px;
}

/*メイン*/
#main {
  float: right;
  width: 700px;
margin-right:20px;
}

/*フッター（コピーライト）*/
#footer {
  clear:both;
  padding-bottom:20px;
  width:100%;
  text-align: center;
}

/* ************************************************
*  header
* ************************************************ */
#header h1.logo img{
  width:550px;
}
#header .header_link {
  float: right;
  margin:10px 0 5px 0;
  width:405px;
  padding-left: 5px;
  font-size: 12px;
}
#header .header_link ul{
  padding:5px 0;
}
#header .header_link ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  list-style-type: none;
  line-height: 23px;
  vertical-align: middle;
}
#header .header_link ul li a{
  text-decoration: underline;
}
#header .header_link ul li:last-child {
  margin-right: 0;
}

#header .header_link ul li i {
  display: block;
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
}
#header .header_link ul li i{
  margin-top: 5px;
}
#header .header_link ul li.my_account i.account {
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_mypage.png?cmsp_timestamp=2053093230) no-repeat left top;
}
#header .header_link ul li.member_login_btn i.login {
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_login.png?cmsp_timestamp=2053093207) no-repeat left top;
}
#header .header_link ul li.member_regist_btn i.regist {
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_regist.png?cmsp_timestamp=2053093249) no-repeat 0px top;
}
#header .header_link ul li.member_logout_btn i.logout {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
#header .header_link ul li.view_cart{
  float:right;
}
#header .member_login_name{
  float: right;
  clear: right;
  margin: 0 0 13px;
}

#header .header_delivery_price {
  clear: left;
  float: left;
  border: solid 1px #aaa;
  list-style: none;
  background-color:#fffde8;
  margin-top: 2px;
  padding:0 !important;
}
#header .header_delivery_price li{
  width:168px;
  height: 20px;
  padding-top:3px;
  margin-bottom: 0px !important;
  text-align:center;
  vertical-align:middle;
  line-height: initial !important;
}
#header .header_delivery_price .more_price{
  color:#e60012;
  font-weight:bold;
}
#header #header_cart p{
  float: left;
  background-color:#fff;
  border: solid 1px #aaa;
  text-align:center;
  vertical-align:middle;
  width:233px;
  height:20px;
  padding-top:3px;
}

#header .search {
  float: right;
  clear: right;
  height: 23px;
}
#header .search select{
  width:125px;
  height:25px;
  border-radius: 3px;
  background: linear-gradient(#dcdcdc, #fff);
}
#header .search #search_txt,
#header .search #search_btn{
  height:23px;
  vertical-align: middle;
}
#header .search #search_btn{
  width:58px;
}
/* グローバルメニュー */
#header #g_menu {
  width:1000px;
  overflow:hidden;
}
#header #g_menu li{
  float:left;
  width:167px;
  list-style: none;
}
#header #g_menu li:first-child,
#header #g_menu li:last-child{
  width:166px !important;
}

/* ************************************************
*  footer
* ************************************************ */
.footer_wrap h3.shopping{
  margin: 0 0 1em;
  color:#522c24;
  padding: 5px 0 5px 35px;
  background-image: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_leaf2.png?cmsp_timestamp=20630711);
  background-repeat: no-repeat;
  background-position: 5px;
  background-color:#f3e8db;
}

.footer_wrap .delivery_price{
  width:460px;
  overflow:hidden;
  border: solid 1px #522c23;
  background: #fff;
}
.footer_wrap .delivery_price p{
  padding:3px 5px;
}
.footer_wrap .delivery_price dt{
  width:369px;
  float:left;
  border-top: solid 1px #522c23;
  border-right: solid 1px #522c23;
  margin: 0 !important;
  background: #fff;
}
.footer_wrap .delivery_price dd{
  width:90px;
  float:left;
  border-top: solid 1px #522c23;
  margin: 0 !important;
  background: #fff;
}
.footer_wrap .delivery_price .delivery_price_first{
  background-color:#522c23;
  color:#fff;
}
.footer_wrap .delivery_price dt.delivery_price_first{
  border-right: solid 1px #fff;
}

#footer .foot_policy{
  margin-bottom:50px;
}
#footer .top_policy_left{
  width: 470px;
  float:left;
}
#footer .top_policy_right{
  width: 470px;
  float:right;
}

#footer .foot_sk_box{
  float: left;
  text-align: left;
}
#footer .top_policy_left .foot_sk_box{
  margin-bottom: 20px;
}
#footer .top_policy_left .foot_sk_box:last-child{
  border-bottom:none;
}
#footer .foot_sk_box h4{
  font-size: 15px;
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_leaf1.png?cmsp_timestamp=20630732) no-repeat left 5px;
  padding-left: 15px;
  margin-bottom:10px;
}
#footer .top_policy_left dt{
  border-top: dotted 1px #ccc;
  width:65px;
  clear:left;
  float:left;
  padding:5px 0;
}
#footer .top_policy_left dt div{
  background-color:#522c23;
  border-radius:10px;
  height: 65px;
width:65px;
  display: table-cell;
  vertical-align: middle;
}
#footer .top_policy_left dt p{
  color:#fff;
  text-align: center;
  font-size: 11.5px;
}
#footer .top_policy_left dd{
  border-top: dotted 1px #ccc;
  padding:5px 0 5px 15px;

  width:350px;
  float:left;
}
#footer .top_policy_left dl .first_child{
  border-top:none;
}


#footer .list_page h4{
  font-size: 15px;
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_leaf1.png?cmsp_timestamp=20630732) no-repeat left 5px;
  padding-left: 15px;
  margin-bottom:10px;
}
#footer .list_page ul#shopping_info{
  overflow:hidden;
  margin-bottom:50px;
}
#footer .list_page #shopping_info li {
  width: 323px;
  float: left;
  margin: 0 15.5px 10px 0;
  list-style: none;
}
#footer .list_page #shopping_info li:last-child {
  margin-right:0;
}
#footer .delivery_wrap {
    margin-bottom: 20px;
}
#footer .delivery_wrap img{
  margin-top:5px;
}

#footer #footer_menu {
  clear: both;
  background-color: #522c24;
  padding: 1.0em 0;
}
#footer #footer_menu ul{
  width: 840px;
  margin: 0 auto;
}
#footer #footer_menu li {
  display: inline;
  margin: 0;
}
#footer #footer_menu li,
#footer #footer_menu li a{
  color: #f0ddb9;
}
#footer #shop_info{
  background-color:#f3e8db;
  overflow:hidden;
  padding:10px 5px;
  color:#231815;
  font-weight:bold;
}
#footer #shop_info #ft_content01{
  float:left;
  width:399px;
  padding: 10px 10px 10px 0;
  border-right:solid #512b22 1px;
}
#footer #shop_info #ft_content01 img{
  vertical-align: top;
}
#footer #shop_info #ft_content01 #ft_logo{
  float:left;
}
#footer #shop_info #ft_content01 #ft_address{
  clear:left;
  float:left;
  font-size: 13px;
  margin-top:5px;
}
#footer #shop_info #ft_content01 #qr_code{
  float:right;
}
#footer #shop_info #ft_content01 p{
  margin-bottom:5px;
}
#footer #shop_info #ft_content01 #qr_code img{
  width:50px;
  height:50px;
  border:solid #512b22 4px;
  margin-top:5px;
}
#footer #shop_info #ft_content01 #qr_code #qr_txt{
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/ft_mobile.png?cmsp_timestamp=209301) left 5px no-repeat;
  background-size: 18px;
  padding: 5px 0 5px 20px;
  margin:0 auto;
}
#footer #shop_info #ft_content01 #qr_code #qr_img{
  margin:0 auto;
  width:58px;
}

#footer #shop_info #ft_content02{
  float:left;
  width:535px;
  padding-left: 15px;
  padding-top: 15px;
}
#footer #shop_info #ft_content02 li{
  float:left;
  list-style:none;
  margin-right:10px;
}
#footer #shop_info #ft_content02 li:last-child{
  margin-right:0;  
}
/*
#footer #shop_info #ft_content02 h3{
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_leaf1.png?cmsp_timestamp=20630732) left top no-repeat;
  padding-left: 20px;
  margin-bottom:10px;
  text-align: left;
  font-size:16px;
}
#footer #shop_info #ft_content02 li{
  list-style:none;
  float: left;
  text-align: left;
  font-size: 15px;
}
#footer #shop_info #ft_content02 li p{
  margin-bottom:5px;
}
#footer #shop_info #ft_content02 li:first-child{
  border-right: #512b22 1px dotted;
  padding: 5px 5px 5px 0;
  width: 270px;
}
#footer #shop_info #ft_content02 li:last-child{
  width: 244px;
  padding: 5px 0 5px 15px;
}
#footer #shop_info #ft_content02 li .number{
  color:#512b22;
  font-size: 23px;
}
#footer #shop_info #ft_content02 li .tel{
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/tel_icon_dm.png?cmsp_timestamp=2123) left 10px no-repeat;
  background-size: 20px;
  padding-left: 25px;
}
#footer #shop_info #ft_content02 li .fax{
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/fax_icon_dm2.png?cmsp_timestamp=2119) left 10px no-repeat;
  background-size: 20px;
  padding-left: 25px;
}
#footer #shop_info #ft_content02 li .note{
  font-size: 13px;
}
*/

.copyright {
  clear: both;
  padding: 1em 0;
  text-align: center;
  font-size: 90%;
  font-style: normal;
}

.powered {
  display: inline;
  margin-left: 1em;
  text-align: center;
  line-height: 18px;
}
.powered a {
  color: #777;
  text-decoration: none;
}
.powered img {
  margin-left: .3em;
  width: 200px;
  height: 18px;
}

/* ************************************************
*  main
* ************************************************ */

#main .box {
  clear: both;
  overflow: hidden;
  margin-bottom: 60px;
}

#main  .header_block h3{
  margin-bottom:20px;
}

/* ************************************************
*  item_box
* ************************************************ */

.item_box {
  display:inline-block;
  float: left;
  margin: 0 41px 45px 0;
  width: 205px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
  max-height: 205px;
  border: solid 1px #ddd;
}
.item_box .item_detail {
  margin: 10px 0 0;
}
.item_box .item_detail p{
  overflow: hidden;
  width: 100%;
}

.item_box .item_price{
  font-weight: bold;
}

.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 15px;
}
.item_box .item_detail p.item_name a{
  text-decoration: underline;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;

}

.box_last{
  margin-right: 0;
}

.box_small .item_box {
  display:inline-block;
  margin: 0 15px 45px 0;
  width: 128px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small .item_box .item_image{
  height:128px;
}
.box_small p {
  overflow: hidden;
  width: 100%;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}
#box_recentlychecked {
    margin-top: 50px;
}
#box_together img,
#box_recentlychecked img{
  /*max-height:75px;*/
  max-height:128px;
}

/* ************************************************
*  Top_Page
* ************************************************ */

#main #box_info p {
  line-height: 20px;
}

#main #box_free {
  padding: 20px;
  border: #aaa solid 1px;
}
#main #box_free p {
  line-height: 20px;
}

#main #box_news .header_block{
  margin-bottom: 0;
}
#main #box_news ul{
  margin-left: 0;
  list-style: none;
}
#main #box_news ul li{
  border-top:#ddd solid 1px;
}
#main #box_news ul li:first-child{
  border-top:none;
}
#main #box_news  ul li div{
  padding: 1.6em 0 1.4em;
}
#main #box_news  p.news_date{
  float: left;
  margin-right: 20px;
  width: 70px;
}
#main #box_news  p.news_message{
  float: left;
}



/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}





/* ************************************************
*  policy
* ************************************************ */

#policy {
  line-height: 1.8;
  font-size: 14px;
}
/*#policy h2 {
  margin-bottom: 20px;
}*/

.policy_box,
#policy_lead{
  margin-bottom: 30px;
}

.sk_box {
  margin-bottom: 70px;
}
.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells:show;
}

.sk_box th {
  padding: 10px 40px 10px 0;
  width: 170px;
  text-align: left;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 10px 0;
  zoom: 1;
  content: ' ';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}

#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* ************************************************
*  side
* ************************************************ */
/* お買いものカゴ */
#side #cart {
  background-color:#cbb393;
  overflow:hidden;
  padding:5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
#side #cart h3{
  text-align: center;
}
#side #cart_wrap{
  background-color:#fff;
  padding:10px 3px;
}
#side #cart #total_count{
  text-align:center;
  border:#e0e0e0 solid 1px;
  border-radius: 8px;
  color:#df8434;
  margin:5px 0 10px 0;
}
#side #cart li{
  overflow:hidden;
  border-bottom:dotted 1px #555;
  list-style:none;
  font-size: 12.5px;
  padding-bottom:3px;
}
#side .item_image {
  float:left;
  margin-right:5px;
}
#side .item_image img{
  width:45px;
}
#side .item_name {
  float:left;
  width:133px;
}
#side #cart #total_price{
  text-align:right;
  font-size: 13px;
  margin:5px 0;
}
#side #cart #total_price span{
  color:#b42223;
  font-weight: bold;
}
#side #cart #cart_btn{
  text-align:center;
}
#side #cart #cart_btn img{
  margin:0 auto;
  margin-bottom:10px;
}

/* 商品カテゴリ */
#side #box_category{
  margin-bottom: 30px;
}
#side #box_category h3{
  margin-bottom:10px;
  border-bottom: solid 2px #522c24;
}
#side #box_category h3 img{
  margin-bottom:5px;
}
#side #box_category ul li{
  overflow:hidden;
  margin-bottom:5px;
}
/* 会員登録*/
#side #side_members_regi{
  margin-bottom: 30px;
}
/* お買い物ガイド */
#side #side_shopping_guide{
  margin-bottom: 30px;
}
/* お知らせ*/
#side #side_facebook{
  margin-bottom: 30px;
}
#side #side_facebook h3{
  margin-bottom:10px;
  border-bottom: solid 2px #522c24;
}
#side #side_facebook h3 img{
  margin-bottom:5px;
}
/* カレンダー*/
#side #side_calendar{
  margin-bottom: 30px;
}
#side #side_calendar h3{
  margin-bottom:10px;
  border-bottom: solid 2px #522c24;
}
#side #side_calendar h3 img{
  margin-bottom:5px;
}
#side #side_calendar #calendar_wrap{
  width:200px;
  margin:0 auto;
}



#box_sellers .seller_box{
  padding: 2.2em 0;
}
#box_sellers li{
  position: relative;
  display: block;
}
#box_sellers  .top_seller:before{
  position: absolute;
  top: 18px;
  left: -6px;
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png);
}
#box_sellers  .rank_2:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png);
}
#box_sellers  .rank_3:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png);
}
#box_sellers .seller_image{
  float: left;
  margin: 0 10px 0 0;
  width: 80px;
  border: solid #ddd 1px;
}
#box_sellers .seller_detail{
  float: right;
  width: 104px;
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_rank &gt; strong{
  font-size: 15px;
}
#box_sellers .seller_name{
  font-size: 13px;
}
#box_sellers .seller_teika{
  float: left;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#box_sellers .more_seller{
  display: none;
}

.more_btn{
  padding: 8px 0;
  border-top: solid 1px #999;
  text-align: center;
  cursor: pointer;
}

.updown{
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
  background-repeat: no-repeat;
}

.more_up{
  background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.footstamp {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 14px;
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}
.footstamp a.top{
  text-decoration: underline;
  padding-left:20px;
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_home.png?cmsp_timestamp=20630421) no-repeat left 3px;
  color: #803120;
}
.footstamp a.current{
  color:#80301f;
}

.sort {
  float: right;
  margin-bottom: 20px;
  text-align: right;
  width: 700px;
  color:#522c24;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
  color: #803120;
}
.sort span {
  margin-right: 5px;
  background: #f3e8db;
  text-decoration: none;
  font-weight: bolder;
}

.pager {
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.pager a{
  margin: 15px;
  text-decoration: underline;
}

.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.sold_out {
  color: #DA5858;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}

.to_top{
  float: right;
  clear: both;
  text-align: center;
  margin: 0 0 50px;
  padding: 1.3em 1em;
}
.to_top:hover {
  opacity:0.5;
}

.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background-color: #c86464;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}

.p-shop__title {
  font-size: 28px;
}

/* ************************************************
*  フリーページ
* ************************************************ */
.freepage_wrap{
  overflow:hidden;
  margin-bottom: 100px;
}
.freepage_wrap h3{
  background-color: #811c20;
  color:#fff;
  font-size: 25px;
  padding: 5px;
  margin-bottom: 30px;
}
.freepage_wrap .img_wrap{
  margin-bottom: 30px;
}

.freepage_wrap #shop{
  margin:0 auto;
  width:330px;
  overflow:hidden;
  margin-bottom:40px;
}

.freepage_wrap #margin0{
  margin-bottom:0 !important;
}

h3#free_shopping{
  color: #522c24;
  padding-left: 35px;
  background-image: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_leaf2.png?cmsp_timestamp=20630711);
  background-repeat: no-repeat;
  background-position: 5px;
  background-color:#fff;
  border-bottom: #522c24 solid 2px;
  margin: 50px 0 20px 0;
  font-size:20px;
}
ul.freepage_list li:nth-child(3) ,
ul.freepage_list li:nth-child(6),
ul.freepage_list li:nth-child(9){
  margin-right: 0;
}
.freepage_list li p.item_description {
    min-height: 60px;
}
/* ************************************************
*  フリーページ（ギフト）
* ************************************************ */
.freepage_wrap #contact_wrap{
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/gift_bk.png?cmsp_timestamp=20160113104612);
  padding-bottom:20px;
}
.freepage_wrap #gift_contact {
  background-color:#fff;
  border: 2px solid #522c23;
  border-radius: 10px;
  width: 650px;
  margin: -30px auto 40px;
  padding: 30px 0;
}
.freepage_wrap #gift_contact #contact{
  width:440px;
  margin:0 auto;
  margin-bottom:20px;
}
.freepage_wrap #gift_contact #tel_wrap{
  margin:0 auto;
  width: 500px;
}
.freepage_wrap #gift_contact h4{
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_leaf1.png?cmsp_timestamp=20630732) left 5px no-repeat;
  font-weight: normal;
  font-size: 16px;
  padding-left: 15px;
  margin-bottom:10px;
  text-align: left;
}
.freepage_wrap #gift_contact li{
  list-style:none;
  float:left;
  width:250px;
  margin-bottom: 5px;
}
.freepage_wrap #gift_contact li .number{
  color:#512b22;
  font-size: 20px;
  font-weight:bold;
}
.freepage_wrap #gift_contact li .tel{
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/tel_icon.png?cmsp_timestamp=20160215143425) left 5px no-repeat;
  padding-left: 33px;
}
.freepage_wrap #gift_contact li .fax{
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/fax_icon_dm2.png?cmsp_timestamp=2119) left 5px no-repeat;
  padding-left: 33px;
}
/* ************************************************http://admin.shop-pro.jp/common/img/btn_renew.gif
*  フリーページ（スポーツ）
* ************************************************ */
#sports #shop_bk{
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/gift_bk.png?cmsp_timestamp=20160113104612);
  padding:20px 0;
}


/* ************************************************
*  フリーページ（おやつに最適）
* ************************************************ */
#oyatsu #recipe_wrap h3{
  background-color:#fff !important;
}
#oyatsu #recipe_wrap li{
  border:1px solid #ccc;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
}
#oyatsu .recipe_img{
  float:left;
  width:175px;
  margin-right:20px;
}
#oyatsu .txt_wrap{
  float:left;
  width:480px;
}
#oyatsu h4{
  border-bottom:dotted 2px #000; 
  font-size: 18px;
  margin-bottom: 10px;
}
#oyatsu .recipe_txt{
  margin-bottom: 10px;
}
#oyatsu .recipe_btn {
    width: 220px;
    margin: 0 auto;
}

/* ************************************************
*  配送方法
* ************************************************ */
#shipping_method .delivery_price{
  width:490px;
  overflow:hidden;
  border: solid 1px #522c23;
}
#shipping_method .delivery_price p{
  padding:3px 5px;
}
#shipping_method .delivery_price dt{
  width:379px;
  float:left;
  border-top: solid 1px #522c23;
  border-right: solid 1px #522c23;
}
#shipping_method .delivery_price dd{
  width:110px;
  float:left;
  border-top: solid 1px #522c23;
}
#shipping_method .delivery_price .delivery_price_first{
  background-color:#522c23;
  color:#fff;
}
#shipping_method .delivery_price dt.delivery_price_first{
  border-right: solid 1px #fff;
}
/* ************************************************
*  ご利用案内
* ************************************************ */
#guide{
  padding-bottom:50px;
  font-size: 14px;
}
#guide h2{
  background-color: #522c24;
  color: #fff;
  padding: 5px 20px; 
  margin-bottom: 20px;
  font-size: 25px;
}
#guide h2 span{
  float: right;
  font-weight: normal;
  font-size: 16px;
  padding-top: 8px;
}
#guide #shopping_info{
  overflow: hidden;
  margin-bottom: 50px;
  } 
#guide #shopping_info li {
  width: 220px;
  float: left;
  margin: 0 13.5px 10px 0;
  list-style: none;
}
#guide #shopping_info li:last-child {
  margin-right: 0;
  width: 233px;
}
#guide #shopping_info h3{
  font-size: 15px;
  background: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_leaf1.png?cmsp_timestamp=20630732) no-repeat left 5px;
  padding-left: 15px;
  margin-bottom: 10px;
}
#guide #guide_link {
  overflow: hidden;
  margin-bottom: 50px;
  list-style:none;
}
#guide #guide_link li{
  width:325px;
  float: left;
  margin: 0 15px 0 10px;
}
#guide #guide_link li:last-child{
  margin: 0 10px 0 15px;
}
#guide #fax{
  clear:both; 
}
#guide #fax h3{
  padding-left: 35px;
  background-image: url(https://img14.shop-pro.jp/PA01080/540/etc/icon_leaf_16px.png?cmsp_timestamp=20160215144204);
  background-repeat: no-repeat;
  background-position: 5px;
  font-size: 18px;
}

#guide #tel h3{
  background-color:#522c24;
  color: #fff;
  padding:5px;
  margin-bottom:20px;
  font-size: 18px;
}
#guide .number_wrap{
  background-color: #f3e8db;
  padding:10px;
}
#guide .number{
  color: #522c24;
  font-weight:bold;
  font-size:16px;
}
#guide #tel a{
  text-decoration:underline; 
}

/* ************************************************
*  よくあるご質問
* ************************************************ */
#qa{
  padding-bottom:50px;
  font-size: 14px;
}
#qa h2{
  background-color: #522c24;
  color: #fff;
  padding: 5px 20px; 
  margin-bottom: 20px;
  font-size: 25px;
}
#qa ul{
  list-style: none;
  overflow: hidden;
}
#qa #qa_anchor{
  overflow: hidden;
  margin-bottom: 30px;
  padding-left:10px;
}
#qa #qa_anchor .q_icon{
  font-weight: bold;
  font-size: 16px;
  color: #522c24;
}
#qa #qa_anchor li a{
  text-decoration: underline;
  line-height: 1.8;
  font-size: 15px;
  color: #522c24;
  font-weight: bold;
}
#qa #qa_list li{
  overflow: hidden;
  margin-bottom: 40px;
  padding-left:10px;
}
#qa #qa_list li a{
  text-decoration: underline !important;
}
#qa #qa_list #gift div{
  margin-bottom: 20px;
}
#qa #qa_list #gift li{
  width:200px;
  float:left;
}
#qa h3{
  color: #522c24;
  margin-bottom: 10px;
  background-color: #f3e8db;
  padding:5px 10px;
  margin-left:-10px;
  font-size: 18px;
}

/* ************************************************
*  お買い物ガイド
* ************************************************ */
#shopping_guide{
  padding-bottom:50px;
  font-size: 14px;
}
#shopping_guide h2{
  background-color: #522c24;
  color: #fff;
  padding: 5px 20px; 
  margin-bottom: 20px;
  font-size: 25px;
}
#shopping_guide h3 {
  color: #522c24;
  background-color: #f3e8db;
  margin-bottom: 20px;
  padding: 5px 0;
}
#shopping_guide ol{
  list-style: none;
}
#shopping_guide li{
  overflow: hidden;
  margin-bottom: 50px;
}</pre></body></html>