@charset "utf-8";

/*
 * 送料非表示
 */

#page-wrapper {
  position: relative;
}
.container {
  max-width: 900px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

body {
  color: #464e54;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
}

a {
  color: #464e54;
}
  a:hover {
    color: #5e5e5e;
  }

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  color:#333;
  *background-color:#F5F5F5;
}

h2 {
  margin: 30px 0;
  text-align: center;
}
  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 2em;
    background-color: #fff;
  }

.btn-01 {
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  color:#333;
  *background-color:#F5F5F5;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  color:#333;
  *background-color:#F5F5F5;
}

.btn-02 {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}
.product-order-num input {
  border-color: #d8d8d8;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}
/*
 * header
 */
#header-wrapper {
  margin-bottom: 0;
}
.header-link a {
  color: #4d4d4d;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name {
  clear: both;
  margin: 10px 0 10px 0;
  text-align: center;
  font-size: 24px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}

/* header global nav */
#header-global-nav {
  margin: 2.4em 0 10px 0!important;
  text-align: center;
  font-size: 16px;
}
  #header-global-nav li {
    margin: 0 1em;
  }

/* incart delivery */
.incart-delivery {
  float: right;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/* slider */
.slider {
  margin-top: 2em;
  padding: 0 .1%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

/*
 * product list
 */
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff;
}
.thumb-active img {
  border: 2px solid #4d4d4d;
}


/*
 * footer
 */

#footer-wrapper {
  padding-top: 20px;
}
.footer-primary {
  border-right: 1px solid #fff;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}
  .footer-nav li {
    margin: .4em 0;
  }
.footer-primary {
  padding: .3em 0;
}
  .footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
  }
  .footer-primary a {
    color: #fff;
  }
  .freepage-nav {
    margin-right: 10%;
    margin-bottom: 1.5em;
    padding-bottom: .8em;
    border-bottom: 1px solid #fff;
  }
.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
}
  .footer-secondary li {
    margin-left: 10%;
  }
  .footer-secondary li:before {
    margin-right: 4px;
    color: #fff;
    content: "-";
  }
  .footer-secondary a {
    color: #fff;
  }

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  margin:20px 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background:#4D4D4D!important;
  border:#4D4D4D 1px solid!important;
}
.btn-pagetop:hover{
	opacity:0.8;
}
@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }
  .container {
    width: auto;
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    background-color: #BE5D4A;
	color:#fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px;
	  background-color: #fff;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 16px;
      line-height: 1.6;
    }
	    .header-dropdown .btn-dropdown i{
			color:#fff!important;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 1;
    }
  .view-cart {
    position: static;
  }
  
    .view-cart a {
      background-color: #4d4d4d!important;
      color: #fff;
    }
.dropdown-nav li a.border_n{
	border:none!important;
}
.dropdown-nav li a.cat_item{
	border-bottom:none;
}
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #fff;
  }
    .footer-primary .footer-nav:first-child {
      border-top: 3px double #fff;
    }
  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #fff;
  }
    .footer-nav li:first-child {
      border-top: none;
    }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 1em;
    color: #fff;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://file002.shop-pro.jp/PA01388/927/images/base/icon24_w.png)!important;
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
    background-image: url(https://file002.shop-pro.jp/PA01388/927/images/base/icon24_w.png)!important;
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 15px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}
/* IE・・*/
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/*-------------以下追記・------------- */
/*ヘッダー*/
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
/*トップナビ*/
.top_nav{
	background:#FAF2F1;
	padding:10px 0 0 0;
	margin:0 0 30px 0;
}
.top_nav .top_nav_in{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.top_nav .top_nav_in ul{
	text-align:right;
}
.top_nav .top_nav_in ul li{
	display:inline-block;
	margin:0 0 0 25px;	
}
.top_nav .top_nav_in ul li a{
	display:block;
	line-height:1;
	padding:0 0 0 25px;
}
.top_nav .top_nav_in ul li.contact a{
	background:url(https://file002.shop-pro.jp/PA01388/927/images/base/top_nav_01.gif) 0 center no-repeat;	
}
.top_nav .top_nav_in ul li.buy a{
	background:url(https://file002.shop-pro.jp/PA01388/927/images/base/top_nav_02.gif) 0 center no-repeat;	
}
.top_nav .top_nav_in ul li.new a{
	background:url(https://file002.shop-pro.jp/PA01388/927/images/base/top_nav_03.gif) 0 center no-repeat;	
}
.top_nav .top_nav_in ul li.login a{
	background:url(https://file002.shop-pro.jp/PA01388/927/images/base/top_nav_04.gif) 0 center no-repeat;	
}
.top_nav .top_nav_in ul li.cart a{
	background-image:url(https://file002.shop-pro.jp/PA01388/927/images/base/top_nav_05.gif);
	background-position:15px center;
	background-repeat:no-repeat;
	background-color:#4B4B4B;
	border-radius:20px;	
	color:#fff;
	padding:8px 15px 6px 40px;
	line-height:1;
}
.cat_nav{
	background:#BD5C4B;
	overflow:hidden;
	margin-bottom:70px;
	margin-top:20px;
}
.cat_nav ul{
	margin: auto;
	text-align:center;
	padding:18px 0 0 0;
}
.cat_nav ul li{
	height:14px;
	display:inline-block;
	padding:0 0 18px 0;
	line-height:1;	
}
.cat_nav ul li a{
	color:#fff;
	border-left:1px solid #fff;
	font-size:14px;
	padding:0 18px;
	letter-spacing:1px;
	font-family:"游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
.cat_nav ul li:first-child a{
	border-left:none;
}
/*コンタクトエリア*/
.contact_area{
	text-align:center;
}
.contact_area .tel{
	text-indent:-9999px;
	background:url(https://file002.shop-pro.jp/PA01389/788/images/base/tel.png) 0 0 no-repeat;
	width:190px;
	height:51px;
	margin:0 auto;
}
.contact_area .contact_btn a{
	display:block;
	width:495px;
	background:#FDFBF4;
	border:1px solid #D1ADB1;
	color:#BD5B4B;
	font-size:15px;
	font-weight:bold;
	line-height:1;
	text-align:center;
	padding:12px 0;
	margin:15px auto 0;
}
.contact_area .contact_btn a:hover{
	text-decoration:none;
	opacity:0.7;
}
.contact_area .foot_logo{
	text-indent:-9999px;
	background:url(https://file002.shop-pro.jp/PA01388/927/images/base/foot_logo.gif) 0 0 no-repeat;	
	width:216px;
	height:84px;
	margin:45px auto 15px;
    display:block;
}
.contact_area .foot_logo:hover{
	opacity:0.7;
}
/*フッター*/
#footer-wrapper{
	background:#BD5C4B;
	color:#fff;
	margin:30px 0 0 0;
	padding:20px 0 80px 0;
}
/*共通パーツ*/
ul{
	list-style:none;
}
.wd_840{
	max-width:840px;
	margin:0 auto;
}
.ttl-h2{
	margin:30px 0 30px 0;
}
.ttl-h2 span.small{
	font-size:13px;
	padding:0 0 0 10px;
	font-weight:bold;
}
.prd-lst{
	max-width:1040px!important;
	margin:0 auto!important;
}
.mt0{
	margin-top:0!important;
}
/*二階層共通*/
.second_main{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
}
.second_main_02{
	overflow:hidden;
	width:840px;
	margin:0 auto;
}
.second_main .main_left{
	float:left;
	width:200px;
}
.second_main .main_right{
	float:right;
	width:760px;
}	
.company_table{
	border-top:1px solid #ccc;
	margin-bottom:10px;
}
.company_table th{
	background:#BD5C4B;
	color:#fff;
	min-width:100px;
	vertical-align:middle;
	border-bottom:1px solid #fff;
	padding:10px;
}
.company_table td{
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;	
	padding:10px;
}
.company_img{
	margin:0 0 10px 0;
}
.company_img_02{
	margin:0 0 15px 0!important;
}
.company_table_02{
	border-left:1px solid #ccc;
}
.company_table_02 th{
	text-align:left;
	border-left:1px solid #fff!important;
}
.company_table_02 td{
	text-align:left;
	border-left:1px solid #ccc;
}
.h3_ttl{
	color:#BD5C4B;
	font-size:18px;
	margin:34px 0 8px 0!important;
}

@media (max-width: 768px) {
.cat_nav{
	display:none;
}
.wd_840{
	padding:0 10px;
}
.contact_area .contact_btn a{
	width:90%;
}
.contact_area .foot_logo{
	margin:25px auto 15px;
}
/*フッター*/
#footer-wrapper{
	margin:20px 0 0 0;
	padding:20px 0 40px 0;
}
/*共通パーツ*/
.ttl-h2 span.google-font{
	font-size:18px!important;
	display:inline-block;
	max-width:76%;
}
.ttl-h2 span.small{
	font-size:15px!important;
	font-weight:normal;
	display:inline-block;
}
.prd-lst li{
	max-width:100%;
}
.sp_center{
	text-align:center!important;
}
/*二階層共通*/
.second_main{
	width:100%;
	margin:0 auto;
}
.second_main_02{
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
}
.second_main .main_left{
	float:none;
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
	text-align:center;	
}
.second_main .main_right{
	float:none;
	width:100%;
}
}
/* 商品画像調整*/
.prd-lst li{
	max-width:23%;
	height:auto;
	overflow:hidden;
	margin:0 0 0 1.6%;
}
.prd-lst_02 li{
	max-width:30.13%;
	margin:0 0 0 1.6%;	
}
.prd-lst li span.img_wrap{
	display:block;
	position: relative;
    width: 100%;
    height: auto;	
}
.prd-lst li span.img_wrap:before{
    content: "";
    display: block;
    padding-top: 100%;	
}
.prd-lst li span.img_wrap a{
	text-indent:-9999px;
	display:block;
	position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.prd-lst li .prd-lst-name{
	font-size:12px;
	line-height:1.4;
	margin:10px 0 0 0;
}
.prd-lst-unit {
  margin-bottom: 20px!important;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
.prd-lst-name {
  font-size: 14px;
}
.prd-lst-price {
  color: #abaaaa;
}
@media (max-width: 768px) {
.prd-lst{
	padding:0 10px;
	box-sizing:border-box;
}
.prd-lst li{
	max-width:50%;
	margin:0 0 0px 0;	
	display: inline-block!important;
	height:280px!important;
}
.prd-lst_02 li{
	max-width:50%;
	margin:0 0 10px 0;	
}
.prd-lst-name {
  font-size: 14px!important;
}
}
@media (max-width: 480px) {
.prd-lst li{
	margin:0 0 20px 0;		
}
}
/* サイドナビ*/
.price_box{
	width:200px;
	padding:87px 0 10px 0;
	height:auto;
	background:url(https://img07.shop-pro.jp/PA01389/788/etc/side_price10000.png?cmsp_timestamp=20230303103027);
    background-position: 0 0;
    background-repeat:no-repeat;
    background-color:#DDDDDD;
	text-align:center;
	color:#D70D0D;
	font-weight:bold!important;
	font-size:12px;
	margin:0 0 30px 0;
    border-radius:0 0 5px 5px;
}
.second_main .sub ul{
	list-style:none;
}
.second_main .cat_list li{
	text-align:left;
}
.second_main .cat_list > li:nth-child(1){
	display:none!important;
}
.second_main .cat_list > li:nth-child(3){
	display:none!important;
}
.gr_box .ttl{
	margin:0!important;
	background-color:#F2DEDB;
	height:36px;
	text-indent:-9999px;	
}
.gr_box .ttl_01{
	background-image:url(https://file002.shop-pro.jp/PA01388/927/images/base/side_ttl_01.gif);
	background-position:15px center;
	background-repeat:no-repeat;
}
.gr_box .ttl_02{
	background-image:url(https://file002.shop-pro.jp/PA01388/927/images/base/side_ttl_02.gif);
	background-position:15px center;
	background-repeat:no-repeat;
}
.gr_box .ttl_03{
	background-image:url(https://file002.shop-pro.jp/PA01388/927/images/base/side_ttl_03.gif);
	background-position:15px center;
	background-repeat:no-repeat;
}
.gr_box .gr_list{
	padding:0!important;
	margin:0!important;
}
.gr_box .gr_list li a{
	display:block;
	font-size:12px;
	padding:10px 0 10px 35px;
	background-color:#FAF2F1;
	background-image:url(https://file002.shop-pro.jp/PA01388/927/images/base/side_arrow.gif);
	background-position:16px center;
	background-repeat:no-repeat;
	border-bottom:1px solid #fff;
}
.gr_box .gr_list li a:hover{
	opacity:0.7;
}
.gr_box .cat_list ul{
	padding:0!important;
	margin:0!important;	
}
.sub .contact_box{
	margin:30px 0 0 0;
	background:#FAF2F1;
	padding:0 0 20px 0;
	border-left:#BD5C4B 1px solid;	
	border-right:#BD5C4B 1px solid;	
	border-bottom:#BD5C4B 1px solid;		
}
.sub .contact_box .box_in{
	padding:15px 10px 0 10px;
}
.sub .contact_box h2{
	background:#BD5C4B;
	height:30px;
	background-image:url(https://file002.shop-pro.jp/PA01388/927/images/base/contact_ttl.gif);
	background-position:15px center;
	background-repeat:no-repeat;
	text-indent:-9999px;	
	margin-bottom:0!important;
	border-left:#BD5C4B 1px solid;	
	border-right:#BD5C4B 1px solid;		
}
.sub .contact_box .tel{
	display:block;
	background-image:url(https://img07.shop-pro.jp/PA01389/788/etc_base64/c2lkZV90ZWwyMDI1.png?cmsp_timestamp=20250917111752);	
  background-size: 100% auto;
	background-repeat:no-repeat;
	width:175px;
	height:59px;
	text-indent:-9999px;		
}
.sub .contact_box .fax{
	display:block;
	background-image:url(https://file002.shop-pro.jp/PA01388/927/images/base/side_fax.gif);	
	background-repeat:no-repeat;
	width:175px;
	height:55px;
	text-indent:-9999px;
	margin:0 0 15px 0;
}
.sub .contact_box .form_btn{
	display:block;
	background-image:url(https://file002.shop-pro.jp/PA01388/927/images/base/contact_btn.gif);
	width:175px;
	height:39px;
	text-indent:-9999px;
	
}
.sub .contact_box .form_btn:hover{
	opacity:0.8;
}
/*カレンダー設定*/
.calendar_box .ttl{
	font-size:13px;
	text-align:left;
	color:#BD5B4B;
	margin:30px 0 5px 0!important;
	letter-spacing:2px;
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border-left: 1px solid #F2DEDB !important;
  width:200px!important;
  margin-bottom:10px;
}
.tbl_calendar caption{
	color:#fff;
	background:#BE5C4C;
	padding:6px 0;	
	font-size:14px;
}
.tbl_calendar th, .tbl_calendar td {
  padding:3px 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #F2DEDB !important;
  border-right: 1px solid #F2DEDB !important;
  color:#333;
}
.tbl_calendar th.sun{
	color:#F96767;
}
.calendar_box p.yasumi{
	display:inline-block;	
	color:#333!important;
	background:#ccc!important;
	line-height:1!important;
	padding:7px 10px 6px 10px;
}
.productlist-unit{
	margin-bottom:20px;
}
.productlist-unit img{
	margin-bottom:5px;
}
/*バナー*/
.bnr_jimi{
  width: 200px;
  height:auto;
  display: block;
  margin-top: 20px;
}
.bnr_jimi:hover{
  opacity: 0.8;
}
@media (max-width: 768px) {
.price_box{
	margin:30px auto;
}
.second_main .gr_list li{
	text-align:left;
}
.second_main .cat_list li{
	text-align:left;
}
.gr_box .gr_list li a{
	display:block;
	font-size:12px;
	padding:10px 0 10px 35px;
	background-color:#FAF2F1;
	background-image:url(https://file002.shop-pro.jp/PA01388/927/images/base/side_arrow.gif);
	background-position:16px center;
	background-repeat:no-repeat;
	border-bottom:1px solid #fff;
}
.gr_box .cat_list ul{
	padding:0!important;
	margin:0!important;	
}
.sub .contact_box{
	margin:0 auto;
	width:100%;
	max-width:320px;
}
.sub .contact_box .box_in{
	width:180px;
	padding:15px 10px 0 10px;
	margin:0 auto;
}
/*カレンダー設定*/
.tbl_calendar {
  width:100%!important;
}
  /*バナー*/
.bnr_jimi{
  width: 100%;
  max-width: 200px;
  margin: 20px auto 0;
}
}
.red{
	color:#FF0000;
}

.mb30{
  margin-bottom:30px!important;
}

