/*
Theme Name: ColorMart-beige
Version: 1.0
Note: All content are copyrighted by author. Please, don't steal anything.
*/
/**
TABLE OF CONTENTS
- Global
	- bootstrap-theme
	- utility
- UI
	- slider
	- button
	- header
	- nav
	- headline
	- box
	- list
	- form
	- table
	- shopping-guide
- Page
	- product-detail
	- product-list
	- 
*/
/* ------------------------------------- */
/*  bootstrap-theme: Bootstrap用テーマ
/*		- body
/*		- link
/*		- headline
/*		- form
/*		- thumbnail
/* ------------------------------------- */
/**
 *	body
 */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #555 !important;
  font-size: 15px !important;
  line-height: 1.5em !important;
  background-color: #fffaef !important;
   background: url(https://file002.shop-pro.jp/PA01362/151/bgwashi.jpg);
}

/**
 *	link
 */
a {
  color: #90816E !important;
}
a:hover {
  text-decoration: none !important;
  color: #BAB2A7 !important;
}
html { scroll-behavior: smooth;}
/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.mintyo{font-family:"soft mincho W5", "游明朝",  "ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E",serif;}
/**
 *	headline
 */
.container h1 {
  font-size: 28px;
}

.container h2 {
  font-size: 24px;
}

.container h3 {
  font-size: 20px;
}

.container h4 {
  font-size: 16px;
}

.container h5 {
  font-size: 14px;
}

.container h6 {
  font-size: 12px;
}
@media (max-width: 767px){
.container h1 {
  font-size: 26px;
  
}

.container h2 {
  font-size: 24px;}
  
.smt00 { margin-top:  0px !important; }
.smt05 { margin-top:  5px !important; }
.smt10 { margin-top: 10px !important; }
.smt15 { margin-top: 15px !important; }
.smt20 { margin-top: 20px !important; }
  
  
}


.btn {
  color: #fff !important;}
.btn-darkbrown{
    color: #fff;
    background-color: #736758;
    border-color: #46352a;
}


h1,h2,h3,h4,h5,h6{
  font-family:"soft mincho W5", "游明朝",  "ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E",serif!important;
}

.text-center,.text-center div{
text-align: center;
}

.gutter-20{
margin-left:-10px;
margin-right:-10px;
}
.gutter-20 > [class*='col-'] {
padding-left:10px;
padding-right:10px;
}
 
/*溝幅 10pxの場合*/
.gutter-10{
margin-left:-5px;
margin-right:-5px;
}
.gutter-10 > [class*='col-'] {
padding-left:5px;
padding-right:5px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

/**
 *	form
 */
@media (min-width: 768px) {
  .input-group {
    display: inline-block;
  }
  .input-group .form-control {
    width: 100px;
  }
  .input-group .input-group-btn {
    width: auto;
  }
}

/**
 *	thumbnail
 */
.thumbnail {
  margin-bottom: 0 !important;
}

/**
 *	img
 */
.img-responsive {
  margin-left: auto !important;
  margin-right: auto !important;
}

/**
 *	breadcrumb
 */
.breadcrumb {
  padding: 5px 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  background: none !important;
}

/**
 *	well
 */
.well {
  padding: 15px !important;
  border-radius: 0 !important;
}

/* ------------------------------------- */
/*   utility: global class   */
/*		- display
/*		- position
/*		- padding
/*		- margin
/*		- border
/*		- font
/*		- background
/* ------------------------------------- */
/**
 *	display
 */
.div-inline > div {
  display: inline-block;
}

.oshirase{
  text-align: center;
    margin: 5px auto 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #443429;/*文字色*/
    background: #FFF;
    border: solid 3px #443429;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.oshirase p {
    margin: 0; 
    padding: 0;
}


/**
 *	col gutter
 */
.col-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.col-gutter-10 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.col-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.col-gutter-5 > div {
  padding-left: 5px;
  padding-right: 5px;
}

/**
 *	position
 */
.position-relative {
  position: relative;
}

.top-left {
  position: absolute;
  top: 15px;
  left: 15px;
}

.top-left-fit {
  position: absolute;
  top: 0;
  left: 0;
}

.top-left-xs {
  position: absolute;
  top: 5px;
  left: 5px;
}

.top-left-sm {
  position: absolute;
  top: 10px;
  left: 10px;
}

.top-left-lg {
  position: absolute;
  top: 30px;
  left: 30px;
}

.top-right {
  position: absolute;
  top: 15px;
  right: 15px;
}

.top-right-fit {
  position: absolute;
  top: 0;
  right: 0;
}

.top-right-xs {
  position: absolute;
  top: 5px;
  right: 5px;
}

.top-right-sm {
  position: absolute;
  top: 10px;
  right: 10px;
}

.top-right-lg {
  position: absolute;
  top: 30px;
  right: 30px;
}

.bottom-left {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.bottom-left-fit {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottom-left-xs {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.bottom-left-sm {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.bottom-left-lg {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.bottom-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.bottom-right-fit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bottom-right-xs {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.bottom-right-sm {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.bottom-right-lg {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/**
 *	padding
 */
.padding-none {
  padding: 0;
}

.padding-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-row.ui-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-row-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-row-xs.ui-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-row-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-row-sm.ui-section {
  padding-top: 5px;
  padding-bottom: 30px;
}

.padding-row-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-row-lg.ui-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-row-none {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-box {
  padding: 15px;
}
.padding-box.ui-section {
  padding: 60px;
}

.padding-box-xs {
  padding: 5px;
}
.padding-box-xs.ui-section {
  padding: 20px;
}

.padding-box-sm {
  padding: 10px;
}
.padding-box-sm.ui-section {
  padding: 30px;
}

.padding-box-lg {
  padding: 30px;
}
.padding-box-lg.ui-section {
  padding: 120px;
}

.padding-box-none {
  padding: 0;
}

.padding-gutter {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-gutter.row {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.padding-gutter.row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-gutter-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-gutter-xs.row {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.padding-gutter-xs.row > div {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-gutter-sm {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-gutter-sm.row {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.padding-gutter-sm.row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-gutter-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-gutter-lg.row {
  padding: 0;
  margin-left: -30px;
  margin-right: -30px;
}
.padding-gutter-lg.row > div {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-gutter-none {
  padding-left: 0;
  padding-right: 0;
}
.padding-gutter-none.row {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.padding-gutter-none.row > div {
  padding-left: 0;
  padding-right: 0;
}

/**
 *	margin
 */
.margin-none {
  margin: 0;
}

.margin-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-row.ui-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin-row-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-row-xs.ui-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-row-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-row-sm.ui-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-row-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-row-lg.ui-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margin-row-none {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-section {
  margin-bottom: 20px;
}

.margin-section-xs {
  margin-bottom: 20px;
}

.margin-section-sm {
  margin-bottom: 30px;
}

.margin-section-lg {
  margin-bottom: 120px;
}

.margin-section-none {
  margin-bottom: 0;
}

.margin-content {
  margin-bottom: 15px;
}

.margin-content-xs {
  margin-bottom: 5px;
}

.margin-content-sm {
  margin-bottom: 10px;
}

.margin-content-lg {
  margin-bottom: 30px;
}

.margin-content-none {
  margin-bottom: 0;
}

/**
 *	border
 */
.border-none {
  border: none;
}

.border-box {
  border: 1px solid #ddd;
}

.divider {
  border-bottom: 1px solid #ddd;
}

.divider-dotted {
  border-bottom: 1px dotted #ddd;
}

.border-radius {
  border-radius: 2px;
}

.border-radiusp-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.border-radiusp-bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.border-radiusp-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.border-radiusp-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* ------------------------------------- */
/*  slider: sliderのスタイル
/*		- ui-slider
/* ------------------------------------- */
.ui-slider.carousel-indicators li {
  border: 1px solid #90816E;
}
.ui-slider.carousel-indicators li.active {
  background-color: #90816E;
}
.ui-slider .carousel-inner .item {
  text-align: center;
}
.ui-slider .carousel-inner .item img {
  display: inline-block;
}
.ui-slider .carousel-control {
  opacity: 1;
  width: 6%;
  height: 42px;
  top: 43%;
  text-shadow: none;
  background-color: #90816E;
}
@media (max-width: 991px) {
  .ui-slider .carousel-control {
    width: 7%;
  }
}
@media (max-width: 767px) {
  .ui-slider .carousel-control {
    width: 10%;
    height: 40px;
    top: 40%;
  }
}
.ui-slider .carousel-control .glyphicon {
  opacity: 1;
  top: 23px;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 767px) {
  .ui-slider .carousel-control .glyphicon {
    top: 10px;
    font-size: 18px;
  }
}
.ui-slider .carousel-control:hover {
  background-color: #BAB2A7;
}
.ui-slider .carousel-control:hover .glyphicon {
  opacity: 1;
}
.ui-slider .carousel-control.left {
  filter: none;
  background-image: none;
}
.ui-slider .carousel-control.right {
  filter: none;
  right: 0;
  background-image: none;
}

/* ------------------------------------- */
/*  button: ボタンのスタイル
/*    - btn-styled
/*    - btn-main
/*    - btn-key
/*    - btn-cart
/* ------------------------------------- */
/**
 *	btn-styled
 */
.btn-styled {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 12px;
  padding: 6px 18px;
  text-decoration: none;
}
.btn-styled:hover, .btn-styled:focus {
  color: #ffffff !important;
  text-decoration: none;
}

/**
 *	btn-main
 */
.btn-main {
  background: #90816E;
  background-image: -webkit-linear-gradient(top, #90816E, #736758) !important;
  background-image: -moz-linear-gradient(top, #90816E, #736758) !important;
  background-image: -ms-linear-gradient(top, #90816E, #736758) !important;
  background-image: -o-linear-gradient(top, #90816E, #736758) !important;
  background-image: linear-gradient(to bottom, #90816E, #736758) !important;
  border: 1px solid #736758;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.6);
}
.btn-main:hover {
  background: #90816E !important;
}

/**
 *	btn-key
 */
.btn-key {
  background: #BAB2A7;
  background-image: -webkit-linear-gradient(top, #BAB2A7, #a4998a) !important;
  background-image: -moz-linear-gradient(top, #BAB2A7, #a4998a) !important;
  background-image: -ms-linear-gradient(top, #BAB2A7, #a4998a) !important;
  background-image: -o-linear-gradient(top, #BAB2A7, #a4998a) !important;
  background-image: linear-gradient(to bottom, #BAB2A7, #a4998a) !important;
  border: 1px solid #a4998a;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.6);
}
.btn-key:hover {
  background: #BAB2A7 !important;
}

/**
 *	btn-cart
 */
.btn-cart {
  background: #90816E;
  background-image: -webkit-linear-gradient(top, #90816E, #736758) !important;
  background-image: -moz-linear-gradient(top, #90816E, #736758) !important;
  background-image: -ms-linear-gradient(top, #90816E, #736758) !important;
  background-image: -o-linear-gradient(top, #90816E, #736758) !important;
  background-image: linear-gradient(to bottom, #90816E, #736758) !important;
  border: 1px solid #736758;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.6);
}
.btn-cart:hover {
  background: #90816E !important;
}

/* ------------------------------------- */
/*  header: ヘッダーのスタイル
/*		- ui-header
/*		- ui-topbar
/* ------------------------------------- */

#header h1{
margin-top: 0px;
font-size:16px;
float: left;}

.ui-header {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .ui-header .logo {
    display: block;
    text-align: center;
    width: 100%;
  }
  .ui-header .logo img {
    display: inline-block;
  }
}
.ui-header .header-content {
  display: inline-block;
}
@media (max-width: 767px) {
  .ui-header .header-content {
    display: block;
    text-align: center;
    width: 100%;
  }
  .ui-header .header-content img {
    display: inline-block;
  }
  .ui-header  {
    text-align: center;
}
  .block-head-logo img {
    max-width: 270px;
    margin-bottom: 10px;}
}

.block-head-logo {
    display: inline-block;
}

.block-head-content {
    display: inline-block;
    float: right;
}


/**
 *	topbar
 */
.ui-topbar {
      background: url("https://img21.shop-pro.jp/PA01362/151/etc/bg02.jpg?cmsp_timestamp=20160719151325") repeat-x top center;
  padding: 12px 0px 0px 0px;
  color: #555 !important;
}
.ui-topbar .description {
  padding-top: 5px;
}
.ui-topbar ul {
  margin-bottom: 0;
}
.ui-topbar ul li {
  padding-left: 2px;
  padding-right: 2px;
}
.ui-topbar ul li a {
  display: inline-block;
  padding: 5px 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #afa599;
  border-top: none;
  color: #fff !important;
  background-color: #BAB2A7;
}
.ui-topbar ul li a:hover {
  text-decoration: underline;
  background-color: #827463;
}

/* ------------------------------------- */
/*  nav: navのスタイル
/*		- ui-nav
/*		- nav-search
/* ------------------------------------- */
.ui-nav {
  min-height: 0 !important;
  border-radius: 0 !important;
  background: #46352a !important;
  border: 1px solid #736758 !important;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.6);
}
.ui-nav .navbar-brand {
  font-size: 16px;
  color: #fff !important;
}
.ui-nav .navbar-brand:hover {
  color: #fff !important;
  text-decoration: none;
}
.ui-nav .navbar-collapse {
  padding: 0;
}
.ui-nav .navbar-toggle {
  border: none;
}
.ui-nav .navbar-toggle:hover, .ui-nav .navbar-toggle:active, .ui-nav .navbar-toggle:focus {
  background-color: transparent !important;
}
.ui-nav .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
.ui-nav .navbar-form {
  border-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .ui-nav .navbar-form {
    margin: 0 !important;
  }
}
.ui-nav .navbar-nav > li > a {
  color: #fff !important;
}

/**
 *	nav-search
 */
@media (min-width: 768px) {
  .ui-nav.nav-search .navbar-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.ui-nav.nav-search .navbar-form select {
  width: 200px;
}
@media (max-width: 991px) {
  .ui-nav.nav-search .navbar-form select {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .ui-nav.nav-search .navbar-form select {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ui-nav.nav-search .navbar-form input[type="text"] {
  width: 400px;
}
@media (max-width: 991px) {
  .ui-nav.nav-search .navbar-form input[type="text"] {
    width: 495px;
  }
}
@media (max-width: 767px) {
  .ui-nav.nav-search .navbar-form input[type="text"] {
    width: 100%;
  }
}

/* ------------------------------------- */
/*  footer: フッターのスタイル
/*		- ui-footer
/* ------------------------------------- */
.ui-footer .page-top {
  border-bottom: 6px solid #BAB2A7;
}
.ui-footer .page-top .link {
  display: inline-block;
  padding: 5px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #fff !important;
  background-color: #BAB2A7;
}
.ui-footer .page-top .link:hover {
  background-color: #afa599;
}
.ui-footer .ui-section {
  background-color: #FAFAFA;
}

.footer-content .footer-logo img{
width: 100%;
}

@media (max-width: 767px) {
  .ui-footer .footer-content {
    margin-bottom: 15px;
  }
}
.ui-footer .footer-content .footer-title .title {
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ui-footer .footer-content .footer-title .title {
    font-size: 16px;
    font-weight: bold;
  }
}
.ui-footer .footer-content .footer-list {
  margin: 0;
  padding-left: 15px;
}
.ui-footer .footer-content .footer-list li {
  padding: 2px 0;
}
.ui-footer .footer-content .footer-list li a {
  font-size: 12px;
}
.ui-footer .footer-content .footer-list li .fa {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.ui-footer .copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  background-color: #827463;
}

/* ------------------------------------- */
/*  headline: 見出しタイトルのスタイル
/*		- page-title
/*		- section-title
/* ------------------------------------- */
.page-title,
.section-title {
  position: relative;
  border-radius: 2px;
}
.page-title .title,
.section-title .title {
  display: inline-block;
  margin: 0;
  color: #736758;
}


.titlestyle01{
    background: url("https://file002.shop-pro.jp/PA01362/151/img/title_bar01.png") no-repeat bottom;
    padding: 0 0 5px 3px;
    margin-bottom: 14px;
    margin-top: 25px;
    background-position:bottom left;
    font-family: "soft mincho W5", "游明朝","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E",serif;
}
.titlestyle02{
    background: url("https://file002.shop-pro.jp/PA01362/151/img/title_bar02.png") no-repeat bottom;
    padding: 0 0 5px 3px;
    margin-bottom: 14px;
    margin-top: 25px;
    background-position:bottom left;
    font-family: "soft mincho W5", "游明朝","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E",serif;
}
.titlestyle03{
    background: url("https://file002.shop-pro.jp/PA01362/151/img/title_bar03.png") no-repeat bottom;
    padding: 0 0 5px 3px;
    margin-bottom: 14px;
    margin-top: 25px;
    background-position:bottom left;
    font-family: "soft mincho W5", "游明朝","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E",serif;
}
.titlestyle04{
    background: url("https://file002.shop-pro.jp/PA01362/151/img/title_bar04.png") no-repeat bottom;
    padding: 0 0 5px 3px;
    margin-bottom: 14px;
    margin-top: 25px;
    background-position:bottom left;
    font-family: "soft mincho W5", "游明朝","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E",serif;
}
.titlestyle-s1 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 9px 5px;
    border-top: 1px solid #15120c;
    border-bottom: 1px dashed #c0bbb1;
}
/**
 *	page-title
 */
.page-title {
  margin-bottom: 15px;
}
.page-title .title {
  font-size: 28px;
  font-weight: bold;
}

/**
 *	section-title
 */
.section-title {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  background: -webkit-linear-gradient(#fff, #f0f0f0);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #f0f0f0);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #f0f0f0);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #f0f0f0);
  /* Standard syntax */
}
.section-title .title {
  padding-left: 10px;
  border-left: 6px solid #90816E;
  color: #736758;
  font-size: 22px;
  font-weight: bold;
}

.ui-side .section-title {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #90816E;
}
.ui-side .section-title .title {
  padding-left: 0;
  border: none;
  font-size: 14px;
}

/* ------------------------------------- */
/*  content box: コンテンツボックスのスタイル
/*		- ui-box
/*		- item-card
/*		- box-list
/* ------------------------------------- */
.ui-box {
  margin-bottom: 30px;
}
.ui-box .box-title {
  margin-bottom: 5px;
}
.ui-box .box-title .title {
  margin: 0;
  color: #90816E;
  font-size: 13px;
}
.ui-box .box-title .title a {
  color: #90816E;
}
.ui-box .box-title .title a:hover {
  color: #BAB2A7;
}
.ui-box .box-image {
  margin-bottom: 10px;
}
.ui-box .description {
  margin-bottom: 10px;
}
.ui-box .more-link {
  margin-bottom: 10px;
}
.ui-box .col-left-fit {
  padding-right: 0;
}
.ui-box .col-left-sm {
  padding-right: 10px;
}
.ui-box .col-left-lg {
  padding-right: 30px;
}

/**
 *	item-card
 */
.ui-box.item-card .price {
  display: inline-block;
  margin-bottom: 0;
  color: #8e7373;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -1px;
}
.ui-box.item-card .price span {
  font-size: 12px;
}

/**
 *	box-table
 */
.ui-box.box-list {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

/* ------------------------------------- */
/*  list: ulリストのスタイル
/*		- ui-list
/*		- ui-cart
/*		- list-headline
/*		- list-category
/*		- list-scroll
/* ------------------------------------- */
.ui-list li {
  font-size: 12px;
}
.ui-list li span {
  margin-right: 5px;
}
.ui-list li a {
  font-size: 12px;
}

/**
 *	list-cart
 */
.ui-list.list-cart {
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 0;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media (max-width: 991px) {
  .ui-list.list-cart {
    padding: 8px 10px;
  }
}
.ui-list.list-cart .num {
  color: red;
}

/**
 *	list-headline
 */
.ui-list.list-headline li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.ui-list.list-headline li span {
  margin-right: 5px;
}
.ui-list.list-headline li a {
  font-size: 12px;
}

/**
 *	list-category
 */
.ui-list.list-category .category-level1 {
  margin-bottom: 10px;
}
.ui-list.list-category .category-level1 > a {
  display: block;
  padding: 5px;
  border: 1px solid #ddd;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  background: -webkit-linear-gradient(#fff, #f0f0f0);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #f0f0f0);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #f0f0f0);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #f0f0f0);
  /* Standard syntax */
}
.ui-list.list-category .category-level1 > a .category-img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.ui-list.list-category .category-group {
  padding: 5px;
}
.ui-list.list-category .category-level2 {
  border-bottom: 1px dotted #ddd;
}
.ui-list.list-category .category-level2 > a {
  display: inline-block;
  padding: 5px 0;
}

/**
 *	list-scroll
 */
.ui-list.list-scroll {
  height: 150px;
  overflow-y: scroll;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

/* ------------------------------------- */
/*  form: formのスタイル
/*		- ui-form
/*		- search-form
/* ------------------------------------- */
/**
 *	search-form
 */
/* ------------------------------------- */
/*  table: tableのスタイル
/*		- ui-table
/*		- tbl_calendar
/* ------------------------------------- */
.ui-table tbody tr th {
  background-color: #f4f4f4;
}
.ui-table tbody tr td {
  padding: 10px;
}

/**
 *	tbl_calendar
 */
.tbl_calendar {
  margin-bottom: 10px;
  width: 100%;
}
.tbl_calendar caption {
  padding: 4px 0;
  font-size: 14px;
}
.tbl_calendar tbody th {
  text-align: center;
  padding: 4px 12px;
  background-color: #eee;
}
.tbl_calendar tbody td {
  text-align: center;
  padding: 4px 8px;
  border: 1px solid #eee;
}
@media (max-width: 1199px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 2px 6px;
  }
}
@media (max-width: 991px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 1px 2px;
  }
}
@media (max-width: 767px) {
  .side_cal .tbl_calendar{border:1px solid #ccc !important;}
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    font-size:8px;
    padding: 4px 12px;
  }
  .tbl_calendar{width: 47%;float: left;}
  .tbl_calendar:first-child{margin-right:3%; }
  .tbl_calendar tbody th, .tbl_calendar tbody td {padding: 2px !important;}
  .side_cal:after{
	content: "";
	clear: both;
    display: block;}
  
}

/* ------------------------------------- */
/*  shoppingu guide: ガイドのスタイル
/*    - shopping_guide
/* ------------------------------------- */
#shopping-guide {
  margin-bottom: 40px;
  font-size: 12px;
}
#shopping-guide .section-title {
  margin-bottom: 0px;
}
#shopping-guide .section-body {
  padding: 15px;
  border: 1px solid #ddd;
}
#shopping-guide .guide-title {
  padding: 6px 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  #shopping-guide .guide-title {
    margin-top: 20px;
  }
}
#shopping-guide .guide-body ul li {
  margin-bottom: 5px;
}
#shopping-guide .guide-body img {
  max-width: 100%;
  max-height: 100%;
}

/* ------------------------------------- */
/*  product-detail: 商品詳細ページのスタイル
/*		- detail
/* ------------------------------------- */
/**
 *	page-detail
 */
#page-detail .product-title {
  margin: 0;
}
@media (max-width: 767px) {
  #page-detail .product-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-detail .product-title .title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #736758;
  font-size: 22px;
  font-weight: bold;
}
#page-detail .photo-column {
  margin-bottom: 40px;
}
#page-detail .photo-column .thumb-src {
  padding: 5px;
  border: 1px solid #ddd;
}
#page-detail dl dt {
  width: 80px;
  text-align: left;
}
@media (min-width: 768px) {
  #page-detail dl dd {
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  #page-detail dl dt {
    display: inline-block;
  }
  #page-detail dl dd {
    display: inline-block;
  }
}
#page-detail .price-area,
#page-detail .option-area,
#page-detail .cart-area,
#page-detail .guide-area,
#page-detail .sns-area {
  margin-bottom: 15px;
}
#page-detail .price-area dl {
  margin-bottom: 5px;
}
#page-detail .price-area .price {
  font-size: 18px;
  font-weight: bold;
}
#page-detail .price-area .sale-price {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
}
#page-detail .option-table table {
  border: 1px solid #ddd;
}
#page-detail .option-table table th {
  text-align: center;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  padding:5px;
}
#page-detail .option-table table td {
  padding: 10px;
  border: 1px solid #ddd;
}
#page-detail .option-table table td.none {
  background-color: #f4f4f4;
}
#page-detail .cart-area {
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}
#page-detail .cart-area input[type="text"] {
  width: 130px;
}
#page-detail .description-body {
  color: #736758;
}
#page-detail .description-body h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30px;
}
#page-detail .description-body h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 26px;
}
#page-detail .description-body h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
#page-detail .description-body p, #page-detail .description-body ul {
  font-size: 14px;
}
#page-detail .description-body table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#page-detail .description-body table thead > tr > th,
#page-detail .description-body table tbody > tr > th,
#page-detail .description-body table tfoot > tr > th,
#page-detail .description-body table thead > tr > td,
#page-detail .description-body table tbody > tr > td,
#page-detail .description-body table tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
@media (max-width: 991px) {
  #page-detail .description-body table thead > tr > th,
  #page-detail .description-body table tbody > tr > th,
  #page-detail .description-body table tfoot > tr > th,
  #page-detail .description-body table thead > tr > td,
  #page-detail .description-body table tbody > tr > td,
  #page-detail .description-body table tfoot > tr > td {
    padding: 4px;
  }
}
#page-detail .description-body table th {
  background-color: #f4f4f4;
}

/* ------------------------------------- */
/*  product list: 商品一覧、検索結果ページのスタイル
/*		- list
/* ------------------------------------- */
/**
 *	page-list
 */
#page-list .list-pager {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#page-list .list-pager ul {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #page-list .list-pager ul .sort {
    width: 100%;
    margin-bottom: 10px;
  }
  #page-list .list-pager ul .sort select {
    width: 100%;
  }
}
#page-list .list-pager.bottom {
  margin-bottom: 30px;
}

/* ------------------------------------- */
/*  privacy: プライバシーポリシーページのスタイル
/* ------------------------------------- */
/**
 *	privacy
 */
#privacy h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}


.globNav-row{
  display: table;
  table-layout: fixed;
  width: 100%;
 margin-top: 4px;
 margin-bottom: 4px;
}
 
.globNav-row > a{
color: #fff!important;
 display: table-cell;
 vertical-align: middle;
 text-align: center;  
 font-size: 1.7rem;
}




.globNav-row > a > img{
  margin : 6px ;
}

.kodawari{background: #fff;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #E6E6E6;}

.kodawari > div{
background: #fffaef;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#main-bottom{
    margin-top: 10px;
}



dl dt.faq-question {
    position: relative;
    background: #e0dcc7;
    padding: 2.5rem 1rem 2.5rem 5.8rem;
}

dl dd.faq-answer {
    position: relative;
    padding: 15px 10px 15px 68px;
    margin-bottom: 20px;
    background: #fffaef;
}


dl dt.faq-question::before {
    background: url(https://file002.shop-pro.jp/PA01362/151/qaq.png) 0 0 no-repeat;
    background-size: 44px 44px;
    content: "Q";
}

dl dt.faq-question::before,dl dd.faq-answer::before {
    color: #fff;
    margin: auto;
    text-align: center;
    line-height: 45px;
    height: 45px;
    width: 45px;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
}


dl dd.faq-answer::before {
    background: url(https://file002.shop-pro.jp/PA01362/151/qaa.png) 0 0 no-repeat;
    background-size: 45px 45px;
    content: "A";
}


.otodoke{width: 100%;
    margin: 30px auto;}
#page-detail .description-body .otodoke ul {
    font-size: 20px;
    border: 4px dotted #eea236;
    padding: 10px;
    border-radius: 10px;
}
.otodoke  ul li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.otodoke  ul li .hizuke {
    font-size: 20px;
    font-weight: bold;
}


#fix-headbar {
   /* ▼上端に固定するCSS */
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   z-index: 999;

   /* ▼バーの装飾 */
   background: #fff;
   color: white;
   border-bottom: 1px solid #e2e0de;
}


.fix-navbar-toggle {
    position: relative;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #5d5959;
}

.fix-navbar-toggle .icon-bar {
    background-color: #5d5959 !important;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}


.fix-navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.fix-navbar-header,.fix-logo {
    display: none;
}



.fixNav-row > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
margin-bottom:3px;
  padding-left : 0 ;
}

.fixNav-row > ul > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.7rem;}

.fixNav-row > ul > li ul li ul li a, .fixNav-row > ul > li ul li span{
padding-left: 30px;}


@media screen and (max-width: 768px) {

.fix-navbar-header,.fix-logo {
        display: block;

    float: right;
    }
.fixNav-row{
	display:none;	
	}  
.fix-logo{
float: left;
width: 200px;
}
}
   /* ▼カレンダー */

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

@media (min-width: 767px){

.globNav-row > a:first-child {
 border-left: 1px solid #a9a9a9;}

 .globNav-row > a {
 border-right: 1px solid #a9a9a9;}
   
}

  .kodawari h3.point_text_01{
    margin-top: 12px!important;}

  .kodawari .point_mark{
  padding-right: 5px;}

@media (max-width: 767px){
.globNav-row > a > img{
  width: 55%;
  }
  
  .globNav-row > a{
 font-size: 1.4rem;
  }
  
  .ui-nav> .container{
  padding-right: 5px;
  padding-left: 5px;
  }
  .kodawari .point_mark{
  padding-right: 5px;}
  
  .kowadaripoints{
  margin-top: 10px;
  margin-bottom: 5px;}
  
  .kodawari h3.point_text_01{
    padding-left: 5px;
    margin-top: 8px!important;} 
  
.kodawari .row .pointtitle{
    padding-left: 0px;
}
  .spfull{
    margin-left: -15px;
    margin-right: -15px;}

  .top_point h3.point_text_01{
   margin-top: 14px!important;}
  
  #gmo_CMSPbar{display: none;}
}

/**
 *	特集
 */

.mokuji{ 
    border: 1px solid #aaa;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 25px;
    width: auto;
    display: table;
    font-size: 95%;}
.mokuji h2{
    font-size: 18px;font-weight: bold;text-align: center;
}

.boxstyle01{
    letter-spacing: 1px;
    line-height: 1.7em;
    padding: 16px;
    margin: 10px 0px 20px 20px;
    font-size: 16px;
    border: 1px solid #666;
}

a.iconlink{
	  background:url(https://file002.shop-pro.jp/PA01362/151/img/icon_link.png) no-repeat right center;
  padding-right:15px;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  .waku01{
    padding:4px;
    border:1px solid #ccc;
    background:#fff;
  }
.feature h2{
    margin-bottom: 14px;
    margin-top: 25px;
    font-family: "soft mincho W5", 游明朝, "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝E, serif;
    background: url(https://file002.shop-pro.jp/PA01362/151/img/title_bar01.png) left bottom no-repeat;
    padding: 0px 0px 5px 3px;
    background-position: left bottom;
}

.feature h3{margin-top: 15px;
    margin-bottom: 10px;
    padding: 9px 5px;
    border-top: 1px solid #15120c;
    border-bottom: 1px dashed #c0bbb1;}

  #s-1,#s-2,#s-3,#s-4,#s-5,#s-6,#s-7,#s-8,#s-9{
    margin-top:-30px;
    padding-top:30px;}
@media (max-width: 767px) {
  #s-1,#s-2,#s-3,#s-4,#s-5,#s-6,#s-7,#s-8,#s-9{
    margin-top:-55px;
    padding-top:55px;}
}