@charset "UTF-8";

/* -- rakuuru -- */
/***********
* common
***********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}

html,body {
  height: 100%;
}

/*
body,
body * {
font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
}
*/
body {
  font-size: 14px;
  color:#333;
  /* 通常文字色 */
  background:#fff ;
}

/*
h2 {
font-size: 30px;
letter-spacing: 3px;
}
h3 {
font-size: 24px;
letter-spacing: 3px;
}
*/

ul,ul li {
  list-style: none;
}

/* a リンク文字色 */
/*
a,
a:visited {
color:#666; 
text-decoration: none;
}

a:hover,
button:hover {
color:#ffa500; 
text-decoration: none;
opacity: 0.7;
}
*/

a:hover * {
  opacity: .7;
}

input[type='text'],
input[type='password'] {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  border: #d1d1d1 solid 1px;
}

input[type='checkbox'] {
  margin-right: 4px;
}

textarea {
  width: 100%;
  border: #d1d1d1 solid 1px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  border-spacing: 0;
  border-collapse: collapse ;
  vertical-align: middle;
  border: none;
}

table.tbl {
  width: auto;
  margin-bottom: 20px;
}

table.tbl tr th {
  font-size: 13px;
  font-weight: normal;
  position: relative;
  width: 125px;
  padding: 10px 14px;
  text-align: left;
  border: #c8b07e solid 1px;
  background-color: #e4d4b4;
}

table.tbl tr td {
  font-size: 13px;
  padding: 10px 40px;
  text-align: left;
  border: #c8b07e solid 1px;
}

@media only screen and (max-width: 600px) {
  table.tbl {
    width: 100%;
  }
  table.tbl tr th {
    font-size: 12px;
    font-weight: normal;
    width: 105px;
    padding: 4px 10px;
    text-align: left;
  }
  table.tbl tr td {
    font-size: 12px;
    padding: 4px 15px;
    text-align: left;
  }
}

img {
  max-width: 100%;
  word-break: normal;
  border: none;
}

b {
  font-weight: bold;
}
pre {
  white-space: pre-wrap;
}
ul.list1 li {
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
}
ul.list1 li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 6px;
  background-color: #b08838;
}
ul.list1 li:after {
  position: absolute;
  top: 7px;
  left: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 4px;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  ul.list1 li:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 6px;
    background-color: #b08838;
  }
  ul.list1 li:after {
    position: absolute;
    top: 7px;
    left: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 4px;
    background-color: #fff;
  }
}

ul.list2 li {
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
}
ul.list2 li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-list.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/***********
* layout
***********/
#wrapper,
.wrapper {
  width: 100%;
  /*  min-width: 1000px;*/
  margin: 0 auto;
}

.main-contents {
  padding-bottom: 60px;
}

.top {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}

.contents {
  /*  width: 1000px;*/
  margin: 0 auto;
  padding: 15px 0 0;

  border: medium none;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;  
}

.page {
  /*  width: 1000px;*/
  margin: 0 auto;
  padding: 0 0 0;
}

.row {
  position: relative;
  /*  width: 1000px;*/
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  #wrapper,
  .wrapper {
    min-width: 100%;
  }
  .main-contents {
    padding-bottom: 40px;
  }
  .top {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  .page {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  .row {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

/***********
* clearfix
***********/
.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}

label:after {
  display: none;
}


/***********
* header
***********/
#header {
  width: 100%;
  height: 115px;
  border-bottom: #958b81 1px solid;
  background-color: #fff;
}
#header-cart {
  width: 100%;
  height: 65px;
}

.header-top {
  height: 65px;
  margin-bottom: 50px;
  padding: 0;
  background: #c6bfb7;
}
#header-cart .header-top {
  height: 65px;
  padding: 0;
  color: #fff
}

.logo {
  position: relative;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10px;
  display: block;
  overflow: hidden;
  width: 240px;
  height: 65px;
  text-align: center;
}

.logo a {
  display: block;
}

.logo-text {
  font-size: 13px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  overflow: hidden;
  width: 158px;
  max-height: 4em;
  padding: 0 10px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  word-break: break-all;
  color: #b08838;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.logo-text-footer {
  position: static;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  transform: translate(0,0);
}

.logo-text-footer a {
  color: #b08838;
}

#header-cart .logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -85px;
}

.logo h1 {
  line-height: 65px;
}

.logo img {
  width: auto;
  height: auto;
  /*  max-width: 170px;*/
  max-height: 60px;
  vertical-align: middle;
}

.header-menu-sp {
  display: none;
}

.nav-close {
  display: none;
}

.header-search {
  float: left;
  margin-top: 14px;
  margin-left: 220px;
}

.header-search-form {
  position: relative;
  border-radius: 2px;
  background-color: #fff;
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-search.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
}

.header-search input[type=text] {
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  width: 300px;
  height: 37px;
  padding: 0 50px 0 40px;
  color: #876116;
  border: none;
  border-radius: 2px;
  outline: 0 none;
  background: none;
}

.header-search input[type=text]::-webkit-input-placeholder {
  font-weight: normal;
  color: #876116;
}

.header-search input[type=text]:-ms-input-placeholder {
  font-weight: normal;
  color: #876116;
}

.header-search input[type=text]::-moz-placeholder {
  font-weight: normal;
  color: #876116;
}

.header-search-form-btn {
  line-height: 37px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  overflow: hidden;
  width: 48px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
  background: none;
  -webkit-appearance: none;
}

.search-btn {
  display: block;
  width: 48px;
  height: 37px;
  vertical-align: middle;
  color: #fff;
  border: none;
  border-radius: 0 2px 2px 0;
  background-color: #b08838;
}
/* header-menu */
.header-top ul.header-menu {
  float: right;
  height: 65px;
}

.header-top ul.header-menu > li {
  float: left;
  height: 65px;
  text-align: center;
}

.header-top ul.header-menu > li > a {
  position: relative;
  color: #543A34;
}

.header-top ul.header-menu li.mypage a {
  font-size: 12px;
  position: relative;
  display: block;
  width: 80px;
  height: 60px;
  padding-top: 5px;
  text-decoration: none;
}

.header-top ul.header-menu li.mypage a:before {
  /*
  position: absolute;
  top: 10px;
  left: 50%;
  display: inline-block;
  width: 21px;
  height: 24px;
  margin-left: -10px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-mypage.png);
  background-repeat: no-repeat;
  background-size: cover;
  */
  content: "\f2f6";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 1.2rem;
}

.header-top ul.header-menu li.cart a {
  font-size: 12px;
  position: relative;
  display: block;
  width: 80px;
  height: 60px;
  padding-top: 5px;
  text-decoration: none;
}

.header-top ul.header-menu li.cart a:before {
  /*
  position: absolute;
  top: 10px;
  left: 50%;
  display: inline-block;
  width: 26px;
  height: 24px;
  margin-left: -13px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-cart.png);
  background-repeat: no-repeat;
  background-size: cover;
  */
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 1.2rem;
}

.header-top ul.header-menu li.sns {
  padding-right: 8px;
  padding-left: 10px;
}

.header-top ul.header-menu li.sns ul li {
  line-height: 60px;
  display: inline-block;
  width: 35px;
  margin-right: 13px;
}

.header-top ul.header-menu li.sns ul li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.header-bottom {
  /*float: left;*/
  width: 100%;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.header-bottom .entry ,
.header-bottom .logout {
  /*line-height: 50px;*/
  position: relative;
  float: left;
  text-align: left;
}

.header-bottom .entry a ,
.header-bottom .logout a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  /* height: 49px; */
  padding-right: 2px;
  padding-left: 20px;
  /* color: #b08838; */
  /* border-bottom: #b08838 solid 1px; */
  background: #543A34;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 5px;
  top: 10px;
  position: relative;
}
.header-bottom .entry a:hover ,
.header-bottom .logout a:hover {
  background: #EC842F;
  color: #fff;
}

.header-bottom .entry a:before {
  /*
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-top: -7px;
  margin-right: 8px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-entry.png);
  background-repeat: no-repeat;
  background-size: cover;
  */
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 0.5rem;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.header-bottom .logout a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 26px;
  margin-top: -13px;
  margin-right: 0;
  /*
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-logout.png);
  background-repeat: no-repeat;
  background-size: cover;
  */
}

/* category-nav */
.category-nav {
  float: right;
  padding-right: 25px;
}

.category-nav > ul > li {
  font-size: 14px;
  line-height: 50px;
  position: relative;
  float: left;
  color: #000;
}

.category-nav > ul > li > a,
.category-nav > ul > li > div {
  padding-right: 25px;
  padding-left: 25px;
}

.category-nav > ul > li.active > a,
.category-nav > ul > li.active > div {
  opacity: 1;
  color: #fff;
  background-color: #b08838;
}

.category-nav > ul > li > a:hover,
.category-nav > ul > li > a:hover p {
  opacity: 1;
}

.category-nav > ul li a,
.category-nav > ul li div {
  position: relative;
  display: block;
  width: 100%;
}

.category-nav-l2 {
  position: absolute;
  z-index: 55;
  top: 50px;
  right: 0;
  display: none;
  width: 270px;
  padding:;
  text-align: left;
  background-color: rgba(176,136,56,.9);
}

.active .category-nav-l2 {
  display: block;
}

.category-nav-l2 > li {
  font-size: 14px;
  line-height: 1.2;
}

.category-nav-l2 > li > a {
  padding: 18px;
  color: #fff;
}

.category-nav-l3 > li > a {
  font-size: 14px;
  padding: 18px 18px 18px 36px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  #header {
    width: 100%;
    min-height: 52px;
    height: auto;
  }
  #header-cart {
    width: 100%;
    height: 52px;
  }
  .header-top {
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  #header-cart .header-top {
    height: 52px;
  }
  .logo {
    position: inherit;
    right: 0;
    left: 0;
    display: block;
    /*width: 100%;*/
    min-height: 52px;
    height: auto;
    text-align: center;
    z-index: 10000;
  }
  .logo-text {
    max-height: 2.8em;
    -webkit-line-clamp: 2;
  }
  #header-cart .logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .logo h1 {
    line-height: 50px;
  }
  .logo img {
    width: auto;
    max-height: 60px;
    margin: 9px auto;
    vertical-align: middle;
  }
  .header-menu-sp {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 10px;
    display: block;
    width: 25px;
  }
  .header-menu-sp img {
    width: 100%;
    height: auto;
  }
  .header-nav {
    position: fixed;
    z-index: 9999;
    /*
    top: -1000px;
    left: 0;
    */
    top:0;
    left:100vh;
    overflow: scroll;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    /*
    -webkit-transition: top .6s cubic-bezier(.19,1,.22,1);
    transition: top .6s cubic-bezier(.19,1,.22,1);
    */
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }
  .nav-open .header-nav {
    /*    top: 0;*/
    left:0;
  }
  .nav-close {
    line-height: 50px;
    display: block;
    text-align: right;
    /*    border-bottom: #1e1203 solid 1px;*/
    background-color: #C6BFB9
  }
  .nav-close a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 15px 0;
    vertical-align: middle;
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-close.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-search {
    float: none;
    margin-top: 0;
    margin-left: 0;
    padding: 17px 10px;
    background-color: rgba(30,18,3,.9);
  }
  .header-search-form {
    border-radius: 2px;
    background-color: #fff;
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-search_sp.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-size: 20px;
  }
  .header-search input[type=text] {
    font-size: 16px;
  }
  .header-search-form-btn {
  }
  .search-btn {
    -webkit-appearance: none;
  }
  .header-top ul.header-menu {
    font-size: 0;
    float: none;
    height: auto;
    border-top: rgba(176,136,56,.3) solid 1px;
    background-color: rgba(30,18,3,.9);
    top: 0!important;
  }
  .header-top ul.header-menu > li {
    float: none;
    height: auto;
    text-align: center;
  }
  .header-top ul.header-menu > li > a {
    position: relative;
    color: #b08838;
  }
  .header-top ul.header-menu li.mypage {
    line-height: 50px;
    display: inline-block;
    width: 50%;
  }
  .header-top ul.header-menu li.mypage a {
    font-size: 16px;
    position: relative;
    /* display: block; */
    width: 100%;
    height: 50px;
    padding-top: 0;
    /* padding-left: 20px; */
    text-align: center;
    text-decoration: none;
    /* padding-top: 5px; */
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    background: #543A35;
    box-sizing: border-box;
    border-right: 1px solid #C6BFB9;
  }
  .header-top ul.header-menu li.mypage a:before {
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 23px;
    height: 24px;
    margin-top: -12px;
    margin-left: -60px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-mypage_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    */

    content: "\f2f6";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 5px;
  }
  .header-top ul.header-menu li.cart {
    line-height: 50px;
    display: inline-block;
    width: 50%;
  }
  .header-top ul.header-menu li.cart a {
    font-size: 16px;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 0;
    /*    padding-left: 20px;*/
    text-align: center;
    text-decoration: none;
    background: #543A35;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 1rem;
  }
  .header-top ul.header-menu li.cart a:before {
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 25px;
    height: 22px;
    margin-top: -11px;
    margin-left: -53px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-cart_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    */
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 1.2rem;
    margin-right: 5px;
    color: #fff;
  }
  .header-top ul.header-menu li.sns {
    display: none;
  }

  .header-bottom {
    float: none;
    width: 100%;
    padding-left: 0;
    display: block;
    display: flex;
    flex-wrap: wrap;
  }
  .header-bottom .entry ,
  .header-bottom .logout {
    line-height: 50px;
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    background-color: rgba(255,255,255,.9);
    order: 2;
  }
  .header-bottom .entry a ,
  .header-bottom .logout a {
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    border: none;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 0;
    top: 0;
  }
  .header-bottom .entry a:before {
    /*
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    display: inline-block;
    width: 8px;
    height: 15px;
    margin-top: -8px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-nav02_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    */
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 10px;
  }
  .header-bottom .logout a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    display: inline-block;
    width: 10px;
    height: 19px;
    margin-top: -10px;
    /*
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-logout_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    */
  }
  /* category-nav */
  .category-nav {
    float: none;
    margin-left: 0;
    padding-right: 0;
    background-color: rgba(176,136,56,.9);
  }
  .category-nav > ul > li {
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    float: none;
    color: #fff;
  }
  .category-nav > ul > li > a,
  .category-nav > ul > li > div {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
  }
  .category-nav > ul > li.active > a,
  .category-nav > ul > li.active > div {
    color: #fff;
  }
  .category-nav > ul li a,
  .category-nav > ul li div {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 30px 15px 10px;
    text-align: left;
  }
  .category-nav > ul > li > div {
    padding-left: 34px;
  }
  .category-nav > ul li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    display: inline-block;
    width: 8px;
    height: 15px;
    margin-top: -8px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-nav_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .category-nav > ul li div:after {
    position: absolute;
    top: 50%;
    left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-plus.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .category-nav > ul li.open div:after {
    position: absolute;
    top: 50%;
    left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-minus.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .category-nav-l2 {
    position: inherit;
    z-index: 33;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    margin-left: 0;
    padding: 0;
    background-color: inherit;
    background-color: rgba(255,255,255,.9);
  }
  .active .category-nav-l2 {
    display: none;
  }
  .open .category-nav-l2 {
    display: block;
  }
  .category-nav-l2:before {
    display: none;
  }
  .category-nav-l2 > li {
    font-size: 16px;
    line-height: 1.2;
  }
  .category-nav-l2 > li a {
    position: relative;
    padding: 0 0;
    padding-left: 50px !important;
    color: #b08838 !important;
  }
  .category-nav-l2 > li a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    display: inline-block;
    width: 8px;
    height: 15px;
    margin-top: -8px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-nav02_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .category-nav-l3 > li a,
  .category-nav-l3 > li div {
    padding-left: 65px !important;
  }
}

/***********
* footer
***********/
#footer {
  position: relative;
  width: 100%;
  background: #c6bfb7;
}

.footer-top {
  width: 100%;
  padding: 40px 0 0;
}

.footer-top-tbl {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

.footer-top-th {
  line-height: 1.2;
  display: table-cell;
  width: 190px;
  padding: 10px 0;
  border-right: #b08838 solid 1px;
}

.footer-top-td {
  font-size: 14px;
  line-height: 1.2;
  display: table-cell;
  /*  padding: 10px 0 10px 44px;*/
  padding: 10px 0 10px 0;
  vertical-align: top;
}

.footer-top-th h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #b08838;
}

.footer-top-th p {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
}

.footer-shoppingguide {
  margin-bottom: 0;
  /*  padding-right: 100px;*/
}
.footer-shoppingguide ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer-shoppingguide ul li {
  /*
  font-size: 14px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  */
  border-left: solid 1px #543A34;
  padding: 0 1.5em;
}
.footer-shoppingguide ul li:last-child {
  border-right: solid 1px #543A34;
}

.footer-shoppingguide ul li a {
  color: #543A34;
  text-decoration: none;
}

.footer-shoppingguide ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* schedule-area */
.schedule-area {
  text-align: left;
}

.schedule_wrapper {
  display: inline-block;
  width: 245px;
}

.schedule_wrapper:nth-of-type(odd) {
  margin-right: 50px;
}

.schedule-area h4 {
  font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  width: 104px;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  color: #b08838;
  border: #b08838 solid 1px;
  border-radius: 2px;
}

.schedule {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
}

.schedule table {
  width: auto;
  margin: 0 auto 10px;
}

.schedule table th {
  font-size: 13px;
  font-weight: normal;
  padding: 4px 5px;
  text-align: center;
  color: #fff;
}

.schedule table th.sun {
  color: #c00000;
}

.schedule table th.sat {
  color: #006de8;
}

.schedule table td {
  font-size: 13px;
  font-weight: normal;
  padding: 4px 5px;
  text-align: center;
  color: #fff;
}

.schedule-date {
  line-height: 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
}

.e1 .schedule-date {
  color: #fff;
  background-color: #149bf3;
}

.e2 .schedule-date {
  color: #fff;
  background-color: #dc1313;
}

.e3 .schedule-date {
  color: #b08838;
  border: #b08838 solid 1px;
}

.event-list {
  display: block;
  margin-top:25px;
  vertical-align: top;
}

.event-list li {
  line-height: 24px;
  position: relative;
  min-height: 24px;
  margin-right: 15px;
  margin-bottom: 6px;
  padding-left: 35px;
  text-align: left;
  color: #fff;
}

.event-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: '';
}

.event-list li.event1:before {
  background-color: #149bf3;
}

.event-list li.event2:before {
  background-color: #dc1313;
}

.event-list li.event3:before {
  border: #b08838 solid 1px;
}

@media only screen and (max-width: 600px) {
  .schedule_wrapper {
    width: auto;
  }
  .schedule_wrapper:nth-of-type(odd) {
    margin-right: 0;
  }
}

.footer-sns {
  text-align: left;
}

.footer-sns ul li {
  display: inline-block;
  margin-right: 12px;
}

.footer-sns ul li img {
  width: 35px;
  height: auto;
}

.footer-bottom {
  width: 100%;
  padding: 24px 0;
  text-align: center;
}

.footer-logo {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.footer-logo img {
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 60px;
}

.copyright {
  font-size: 14px;
  color: #1e1203;
}

@media only screen and (max-width: 600px) {
  #footer {
  }
  .footer-top {
    width: 100%;
    padding: 22px 10px;
  }
  .footer-top-tbl {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer-top-th {
    line-height: 1.2;
    display: inline-block;
    width: 160px;
    margin: 0 auto 15px;
    padding: 10px 0;
    text-align: center;
    border-right: none;
    border-bottom: #b08838 solid 1px;
  }
  .footer-top-td {
    font-size: 13px;
    line-height: 1.2;
    display: block;
    padding: 0;
    vertical-align: top;
  }
  .footer-top-th h3 {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
  }
  .footer-top-th p {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
  }

  .footer-shoppingguide {
    /*margin-bottom: 20px;*/
    padding-right: 0;
  }
  .footer-shoppingguide ul {
    width: 100%;
    text-align: left;
    display: block;
  }
  .footer-shoppingguide ul li {
    font-size: 13px;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    border-left: 0;
    border-bottom: solid 1px #543A2F;
    padding: 0 1em;
  }
  .footer-shoppingguide ul li:last-child {
    border-right: 0;
  }
  .footer-shoppingguide ul li a {
    position: relative;
    display: flex;
    width: 100%;
    padding: 12px 0;
  }
  .footer-shoppingguide ul li a:after {
    /*
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 8px;
    height: 15px;
    margin-top: -8px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-nav02_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    */
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 0.9rem;
    color: #543A34;
    margin-left: auto;
  }

  /* schedule-area */
  .schedule-area {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .schedule-area h4 {
    font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    display: inline-block;
    width: 124px;
    height: 26px;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 2px;
  }
  .schedule {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .schedule table {
    width: 100%;
    margin: 0 auto 10px;
  }
  .schedule table th {
    font-size: 13px;
    font-weight: normal;
    padding: 6px 8px;
    text-align: center;
  }
  .schedule table td {
    font-size: 13px;
    font-weight: normal;
    padding: 6px 8px;
    text-align: center;
    color: #fff;
  }
  .schedule-date {
    line-height: 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
  }
  .event-list {
    display: block;
  }
  .event-list:after {
    display: block;
    clear: both;
    margin-bottom: 15px;
    content: '';
  }
  .event-list li {
    float: left;
    margin-right: 6px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .footer-sns {
    text-align: center;
  }
  .footer-sns ul li {
    display: inline-block;
    margin: 0 8px;
  }
  .footer-sns ul li img {
    width: 40px;
    height: auto;
  }

  .footer-bottom {
    width: 100%;
    padding: 30px 0;
  }

  .footer-logo {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }

  .footer-logo img {
    width: auto;
    max-height: 60px;
    margin: 9px auto;
    vertical-align: middle;
  }

  .copyright {
    font-size: 12px;
    word-break: break-word;
  }
}

/***********
* main
***********/
.main {
  /*width: 1000px;
  margin: 0 auto;*/
}

@media only screen and (max-width: 600px) {
  .main {
    width: 100%;
  }
}

/* main-image */

#main-image {
  position: relative;
  width: 1000px;
  margin-top: 30px;
  text-align: center;
}

#main-image img {
  max-width: 100%;
  max-height: 100%;
}

.main-image-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto 10px;
}

.main-image-slider > ul {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
}

.main-image-slider > ul > li {
  display: inline;
  float: left;
  overflow: hidden;
  width: 100%;
  list-style-type: none;
}

.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.main-image-prev {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 999;
  font-size: 36px;
  margin-top: -18px;
}

.main-image-next {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 999;
  font-size: 36px;
  margin-top: -18px;
}

.main-image-prev a,
.main-image-next a {
  display: block;
  height: 100%;
}

.main-image-indicator {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 10px;
  left: 0;
}

.main-image-indicator {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 10px;
  left: 0;
}

.main-image-indicator ul {
  text-align: center;
}

.main-image-indicator ul li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  opacity: .6;
  border: #fff solid 1px;
  border-radius: 50%;
  background-color: none;
}

.main-image-indicator ul li.active {
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  #main-image {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
    background-color: #f5f5f5;
  }
  #main-image img {
    max-width: 100%;
    max-height: 100%;
  }
  .main-image-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }
  .main-image-slider > ul {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    height: 336px;
  }
  .main-image-slider > ul > li {
    display: inline;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 336px;
    list-style-type: none;
  }
  .main-image-indicator {
    position: absolute;
    z-index: 999;
    right: 5px;
    bottom: 5px;
  }
  .main-image-indicator ul {
    text-align: center;
  }
  .main-image-indicator ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    opacity: .6;
    border: #fff solid 1px;
    border-radius: 50%;
    background-color: none;
  }
  .main-image-indicator ul li.active {
    background-color: #fff;
  }
}

/* ttl */
.ttl {
  position: relative;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: #d6c299 solid 1px;
}

.ttl h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #4a3010;
}

.ttl h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #4a3010;
}

@media only screen and (max-width: 600px) {
  .ttl {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .ttl h2 {
    font-size: 20px;
  }
}

/* product-list */
.product-list {
  margin-bottom: 0;
}

.product-list-item {
  position: relative;
  float: left;
  width: 184px;
  margin-right: 20px;
  margin-bottom: 0;
  padding-top: 54px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: #e7dbc3 solid 1px;
}

.product-list-ttl-blc {
  border-bottom: #fff solid 1px;
}

.product-list-ttl-blc-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.product-list-ttl-blc .product-list-ttl {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  border: #e9ddc7 solid 1px;
}

.product-list-ttl-blc .product-list-ttl h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: 0;
  color: #4a3010;
}

.product-list-ttl-blc .product-list-ttl h3 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #a68c56;
}

.product-list-item img {
  max-width: 164px;
  max-height: 164px;
  width: auto;
  height: auto;
}

.product-list-item:nth-child(5n) {
  margin-right: 0;
}

.product-list-item > a {
  /*
  display: block;
  height: 100%;
  padding: 10px;
  background-color: #f4f2ee;
  */
}

.product-list-item .product-list-photo {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

.product-list-item .product-list-cat {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  height: 16px;
  margin-bottom: 10px;
}

.product-list-item .product-list-name {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.product-list-item .product-list-price {
  font-size: 12px;
  line-height: 1.2;
}

.product-list-item .product-list-nonstock {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 18px;
  margin-top: 10px;
  margin-right: 6px;
  padding: 0 3px;
  text-align: center;
  color: #f33;
  background: #fff;
}

.item-list-itemcount {
  margin-top: 15px;
}


@media only screen and (max-width: 600px) {
  .product-list {
    margin-bottom: 0;
    padding: 0 5px;
  }
  .product-list-item {
    float: left;
    width: 50%;
    width: calc(50% - 10px) ;
    margin-right: 5px;
    margin-left: 5px;
    padding: 35px 0 15px;
  }
  .product-list-item img {
    max-width: 100%;
  }
  .product-list-item:nth-child(5n) {
    margin-right: 5px;
  }
  .product-list-ttl-blc {
    border-bottom: #fff solid 1px;
  }
  .product-list-ttl-blc-inner {
    display: table;
    width: 100%;
    height: 100%;
  }
  .product-list-ttl-blc .product-list-ttl {
    display: table-cell;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
  }
  .product-list-ttl-blc .product-list-ttl h2 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #4a3010;
  }
  .product-list-ttl-blc .product-list-ttl h3 {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #a68c56;
  }
  .product-list-item > a {
    display: block;
    height: 100%;
    padding: 7px;
  }
  .product-list-item .product-list-photo {
    position: relative;
    max-height: 278px;
    width: 100%;
    margin-bottom: 5px;
  }
  .product-list-item .product-list-cat {
    font-size: 10px;
    line-height: 14px;
    overflow: hidden;
    height: 14px;
    margin-bottom: 0;
  }
  .product-list-item .product-list-name {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 4px;
  }
  .product-list-item .product-list-price {
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .item-list-itemcount {
    margin-top: 10px;
    margin-left: 10px;
  }
}


/* ranking icon */
.icn-rank {
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #333;
  border: #333 solid 1px;
  border-radius: 13px;
}

.icn-rank1 {
  color: #d99712;
  border: #d99712 solid 1px;
}

.icn-rank2 {
  color: #888;
  border: #888 solid 1px;
}

.icn-rank3 {
  color: #823d17;
  border: #823d17 solid 1px;
}

@media only screen and (max-width: 600px) {
  .icn-rank {
    font-size: 11px;
    line-height: 20px;
    top: 8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }
}

/* btn-area */
.btn-area {
  margin-bottom: 20px;
  text-align: center;
}

.btn-more {
  font-size: 12px;
  line-height: 34px;
  position: relative;
  display: inline-block;
  width: 140px;
  height: 36px;
  color: #b08838;
  border: #e7dbc3 solid 1px;
  border-radius: 18px;
  background-color: #fff;
}

.btn-more span:before {
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-more.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  position: relative;
  display: inline-block;
  width: 160px;
  height: 36px;
  text-align: center;
  color: #2593d9;
  border: #2593d9 solid 1px;
  border-radius: 2px;
  background-color: #fff;
}

.btn span:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-back {
  font-size: 14px;
  font-weight: normal;
  line-height: 42px;
  position: relative;
  display: inline-block;
  width: 230px;
  height: 44px;
  text-align: center;
  color: #fff;
  border: #1e1203 solid 1px;
  border-radius: 22px;
  background-color: #1e1203;
}
a.btn-back span:before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  width: 21px;
  height: 10px;
  margin-top: -5px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .btn-area {
    margin-bottom: 30px;
    text-align: center;
  }
  .btn-more {
    font-size: 10px;
    line-height: 28px;
    width: 125px;
    height: 30px;
    border-radius: 15px;
  }
  .btn-more span:before {
    position: absolute;
    top: 50%;
    left: 16px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-more_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .btn {
    font-size: 16px;
    font-weight: normal;
    line-height: 45px;
    position: relative;
    display: inline-block;
    width: 230px;
    height: 45px;
    text-align: center;
  }
  .btn span:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-btn_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .btn-area a.btn-back span:before {
    position: absolute;
    top: 50%;
    left: 30px;
    display: block;
    width: 21px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-back.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* top-content */
#top-content {
  position: relative;
  padding-top: 30px;
}

@media only screen and (max-width: 600px) {
  #top-content {
    padding-top: 30px;
  }
}

/* news-list */
.news-list {
  padding: 20px 5px;
}

.news-list .news-list-date {
  position: relative;
}

.news-list .news-list-date h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #4a3010;
}

.news-list .news-list-date h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  color: #b08838;
  border-bottom: #6e5940 solid 1px;
}

.news-list a {
  color: #4a3010;
}

.news-list p {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  height: 120px;
  text-align: left;
  letter-spacing: 1px;
  color: #4a3010;
}

.news-list:after {
  position: absolute;
  bottom: 70px;
  left: 50%;
  display: block;
  width: 30px;
  height: 8px;
  margin-left: -15px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-news-list.png);
  background-repeat: no-repeat;
  background-size: cover;
}


@media only screen and (max-width: 600px) {
  .news-list {
    padding: 20px 2px;
  }
  .news-list .news-list-date {
  }
  .news-list .news-list-date h4 {
    font-size: 14px;
  }
  .news-list .news-list-date h3 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    letter-spacing: 1px;
  }
  .news-list p {
    font-size: 12px;
    line-height: 17px;
    overflow: hidden;
    height: 102px;
    text-align: left;
    letter-spacing: 0;
  }
  .news-list:after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    width: 21px;
    height: 5px;
    margin-left: -11px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-news-list_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* bnr-area */
.bnr-photo {
  width: 100%;
  margin-bottom: 8px;
}

.bnr-photo img {
  width: 100%;
  height: auto;
}

.bnr {
  text-align: left;
}

.bnr p {
  line-height: 20px;
  overflow: hidden;
  height: 60px;
  text-align: left;
  color: #4a3010;
}

@media only screen and (max-width: 600px) {
  .bnr-photo {
    width: 100%;
    margin-bottom: 8px;
  }
  .bnr p {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    height: 36px;
    text-align: left;
    color: #4a3010;
  }
}


/* item-detail */
#item-detail {
  padding-top: 50px;
}

.item-detail-left {
  float: left;
  width: 540px;
}

.item-detail-right {
  float: right;
  width: 440px;
}

.item-detail-photo-main {
  position: relative;
  float: right;
  width: 475px;
  padding: 0;
}

.item-detail-photo {
  position: relative;
  overflow: hidden;
  width: 475px;
  height: 475px;
  margin-bottom: 10px;
}

.item-detail-photo ul li {
  display: none;
  float: left;
  width: 475px;
  height: 475px;
}

.item-detail-photo ul li.active {
  display: block;
}

.item-detail-photo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.item-detail-photo-backbtn {
  display: none;
}

.item-detail-photo-nextbtn {
  display: none;
}

.item-detail-thumb {
  float: left;
  width: 52px;
  margin-bottom: 20px;
  padding: 0;
}

.item-detail-thumb-photo {
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
}

.item-detail-thumb-photo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.item-detail-info {
  width: 100%;
  margin-bottom: 20px;
}

.item-detail-info dl dt {
  display: table-cell;
  width: 120px;
  padding: 3px;
  vertical-align: middle;
}

.item-detail-info dl dd {
  display: table-cell;
  padding: 3px;
  vertical-align: middle
}

.item-detail-category {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.item-detail-label {
  margin-bottom: 8px;
}

.item-detail-label span.new {
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
  width: 60px;
  height: 15px;
  text-align: center;
  color: #fff;
  background-color: #d99712;
}

.item-detail-name {
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 10px;
}

.item-detail-vari-price-num {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

.item-detail-vari-price-tax {
  font-size: 14px;
  font-weight: normal;
}

.item-detail-input p {
  font-size: 14px;
  margin-bottom: 5px;
}

.item-detail-inputtext input {
  font-size: 16px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 56px;
  margin-bottom: 18px;
  padding: 0 8px;
  vertical-align: middle;
  border: 1px solid #d6c299;
  background-color: #fff;
}

.item-detail-select {
  width: 100%;
  margin-bottom: 18px;
}

.item-detail-select label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 56px;
  vertical-align: middle;
  border: 1px solid #d6c299;
  background-color: #fff;
}

.item-detail-select label:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  display: block;
  width: 18px;
  height: 10px;
  margin-top: -5px;
  content: '';
  pointer-events: none;
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-select-l.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item-detail-select select {
  font-size: 14px;
  line-height: 56px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  width: -webkit-calc(100%);
  height: 56px;
  margin: 0;
  padding: 0 45px 0 15px;
  text-indent: .01px;
  text-overflow: '';
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

/* radio */
.item-detail-cart-vari-radio {
  overflow: hidden;
  width: 100%;
  margin-bottom: 18px;
}

.item-detail-cart-vari-radio div {
  margin-bottom: 10px;
  padding-bottom: 1px;
}

.item-detail-cart-vari-radio input {
  position: absolute;
  opacity: .0;
}

.item-detail-cart-vari-radio input + label {
  max-width:100%;
  font-size: 18px;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.item-detail-cart-vari-radio input + label::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -1px;
  content: '';
  border: 1px solid #d6c299;
  border-radius: 50%;
}

.item-detail-cart-vari-radio input:checked + label::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 11px;
  height: 11px;
  content: '';
  border-radius: 50%;
  background-color: #1e1203;
}


.item-detail-num-count {
  font-size: 0;
  width: 100%;
  margin-bottom: 18px;
}

.item-detail-num-minus {
  font-size: 14px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.item-detail-num-minus a {
  font-size: 18px;
  line-height: 55px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-color: #d6c299;
}

.item-detail-num-plus {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.item-detail-num-plus a {
  font-size: 18px;
  line-height: 55px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-color: #d6c299;
}
.item-detail-num-minus a,
.item-detail-num-plus a {
  text-decoration: none;
}

.item-detail-num-minus a:hover,
.item-detail-num-plus a:hover {
  text-decoration: none;
  color: #543A34;
}

.item-detail-num {
  font-size: 14px;
  line-height: 55px;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
}

.item-detail-num input[type=number] {
  font-size: 14px;
  line-height: 53px;
  display: inline-block;
  width: 53px;
  height: 53px;
  text-align: center;
  border: solid 1px #d6c299;
  -moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-outer-spin-button,
.item-detail-num input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.item-detail-num-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 56px;
  margin-bottom: 18px;
  vertical-align: middle;
  border: 1px solid #d6c299;
  background-color: #fff;
}

.item-detail-num-select label:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  display: block;
  width: 18px;
  height: 10px;
  margin-top: -5px;
  content: '';
  pointer-events: none;
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-select-l.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item-detail-num-select select {
  font-size: 14px;
  line-height: 56px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  width: -webkit-calc(100%);
  height: 56px;
  margin: 0;
  padding: 0 0 0 20px;
  text-indent: .01px;
  text-overflow: '';
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.item-detail-cart {
  width: 100%;
  margin-bottom: 25px;
  border-bottom: #d6c299 solid 1px;
}

.item-detail-cart p {
  font-size: 14px;
  margin-bottom: 5px;
}

.item-detail-cart-btn {
  width: 100%;
  margin-bottom: 20px;
}

.item-detail-cart-btn a {
  font-size: 20px;
  line-height: 54px;
  display: block;
  width: 100%;
  height: 54px;
  text-align: center;
  color: #fff;
  border-radius: 27px;
  background-color: #543A34;
  text-decoration: none;
}

.item-detail-cart-btn a:hover {
  text-decoration: none;
}

.item-detail-cart-btn a span {
  position: relative;
}

.item-detail-cart-btn a span:before {
  position: absolute;
  /*  top: 50%;*/
  left: -103px;
  /*
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: '';
  vertical-align: middle;
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-cart-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  */

  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
   /*display: block;  */
  font-size: 1.2rem;
}

.item-detail-txt {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #d6c299 solid 1px;
}

.item-detail-txt p {
  font-size: 13px;
  padding: 3px;
}

.item-detail-code {
  width: 100%;
  padding-bottom: 20px;
}

.item-detail-code dl {
  display: table;
  width: 100%;
}

.item-detail-code dl dt {
  display: table-cell;
  width: 90px;
  padding: 3px;
}

.item-detail-code dl dd {
  display: table-cell;
  padding: 3px;
}

.item-comment {
  margin-bottom: 20px;
  padding-top: 20px;
}

.item-comment h4 {
  /*
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  */
  background: #c6bfb7;
  color: #543A34;
  line-height: 1;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

.item-comment p {
  font-size: 13px;
}

.item-detail-share {
  padding: 10px;
  border-top: #d6c299 solid 1px;
  border-bottom: #d6c299 solid 1px;
}

.item-detail-share-label {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}

.item-detail-share-label img {
  width: 26px;
  height: auto;
}

.item-detail-share ul {
  display: inline-block;
}

.item-detail-share ul li {
  line-height: 34px;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.item-detail-share ul li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  #item-detail {
    padding-top: 15px;
  }
  .item-detail-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .item-detail-right {
    float: none;
    width: 100%;
  }
  .item-detail-photo-main {
    position: relative;
    float: none;
    width: 280px;
    margin: 0 auto;
    padding: 0;
  }
  .item-detail-photo {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 280px;
    margin: 0 auto 10px;
  }
  .item-detail-photo ul {
    width: 100%;
    height: 280px;
    margin: 0 auto;
  }
  .item-detail-photo ul li {
    display: block;
    float: left;
    width: 280px;
    height: 280px;
    margin: 0;
  }
  .item-detail-photo-backbtn {
    position: absolute;
    top: 50%;
    left: -20px;
    display: block;
    margin-top: -14px;
  }
  .item-detail-photo-backbtn a {
    display: block;
    width: 15px;
    height: 28px;
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-photo-prev_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .item-detail-photo-nextbtn {
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    margin-top: -14px;
  }
  .item-detail-photo-nextbtn a {
    display: block;
    width: 15px;
    height: 28px;
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-photo-next_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .item-detail-thumb {
    display: none;
  }
  .item-detail-info {
    width: 100%;
    margin-bottom: 18px;
    padding: 0 10px;
    text-align: left;
  }
  .item-detail-category {
    font-size: 12px;
    margin-bottom: 8px
  }
  .item-detail-name {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .item-detail-vari-price-num {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .item-detail-vari-price-tax {
    font-size: 12px;
    font-weight: normal;
  }
  .item-detail-input {
    padding: 0 10px;
  }
  .item-detail-input p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .item-detail-select {
    width: 100%;
    margin-bottom: 20px;
  }
  .item-detail-select label {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 56px;
    vertical-align: middle;
  }
  .item-detail-select select {
    font-size: 16px;
  }
  .item-detail-num-count {
    font-size: 0;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .item-detail-num-minus {
    font-size: 14px;
    display: inline-block;
    margin-right: 12px;
  }
  .item-detail-num-minus a {
    font-size: 18px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
  }
  .item-detail-num {
    font-size: 16px;
    line-height: 55px;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-right: 12px;
    text-align: center;
  }
  .item-detail-num-plus {
    font-size: 14px;
    display: inline-block;
  }
  .item-detail-num-plus a {
    font-size: 18px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
  }
  .item-detail-num-plus a:hover {
    color: #543A34;
  }
  .item-detail-num-select select {
    font-size: 16px;
  }
  .item-detail-cart {
    width: 100%;
    margin-bottom: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .item-detail-cart-btn {
    width: 100%;
    margin-bottom: 30px;
  }
  .item-detail-cart-btn a {
    font-size: 20px;
    line-height: 54px;
    display: block;
    width: 100%;
    height: 54px;
    text-align: center;
    border-radius: 27px;
  }
  .item-detail-cart-btn a span {
    position: relative;
  }
  .item-detail-cart-btn a span:before {
    position: absolute;
    top: 50%;
    left: -40px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    content: '';
    vertical-align: middle;
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-cart-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .item-detail-share {
    margin-bottom: 0;
    text-align: center;
  }
  .item-detail-share ul li {
    display: inline-block;
    width: 24px;
    margin: 0 10px;
  }

  .item-detail-txt {
    width: 100%;
    margin-bottom: 18px;
    padding-right: 10px;
    padding-bottom: 18px;
    padding-left: 10px;
    border-bottom: #d0d0d0 dotted 1px;
  }
  .item-detail-txt p {
    font-size: 13px;
    padding: 0;
  }
  .item-detail-code {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: #d0d0d0 dotted 1px;
  }
  .item-detail-code dl {
    display: table;
    width: 100%;
  }
  .item-detail-code dl dt {
    font-size: 13px;
    display: table-cell;
    width: 95px;
    padding: 0;
  }
  .item-detail-code dl dd {
    font-size: 13px;
    display: table-cell;
    padding: 0;
  }
  .item-comment {
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .item-comment h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .item-comment p {
    font-size: 13px;
  }
  .item-detail-share {
    position: relative;
    padding: 15px 10px;
  }
  .item-detail-share-label {
    position: absolute;
    top: 50%;
    left: 10px;
    display: inline-block;
    margin-top: -16px;
    margin-right: 30px;
    vertical-align: middle;
  }
  .item-detail-share-label img {
    width: 32px;
    height: auto;
  }
  .item-detail-share ul {
    display: inline-block;
  }
  .item-detail-share ul li {
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 8px;
  }
}

/* recommend */
#recommend {
  position: relative;
  padding-top: 30px;
}

@media only screen and (max-width: 600px) {
  #recommend {
    padding-top: 30px;
  }
}

/* about-tbl */
.about-tbl,
table.payment-content {
  width: 100%;
}

.about-tbl th,
table.payment-content th {
  font-weight: bold;
  width: 260px;
  padding: 20px 18px;
  text-align: left;
  border-bottom: #f0e7d5 solid 1px;
}

.about-tbl td,
table.payment-content td {
  padding: 20px 18px;
  text-align: left;
  border-bottom: #f0e7d5 solid 1px;
}

@media only screen and (max-width: 600px) {
  .about-tbl,
  table.payment-content {
    display: block;
    width: 100%;
  }
  .about-tbl tbody,
  .about-tbl tbody tr,
  table.payment-content tbody,
  table.payment-content tbody tr {
    display: block;
    width: 100%;
  }
  .about-tbl th,
  table.payment-content th {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px 10px 0;
    border-bottom: none;
  }
  .about-tbl td,
  table.payment-content td {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 0 10px 10px;
    text-align: left;
  }
  table.payment-content {
    display: table;
  }
  table.payment-content tbody{
    display: table-row-group;
  }
  table.payment-content tbody tr{
    display: table-row;
  }
  table.payment-content th,
  table.payment-content td{
    display: table-cell;
    width: 50%;
  }
}

.payment-title {
  font-weight: bold;
}

.payment-content {
  margin-bottom: 1em;
}

table.payment-content tr:first-child td {
  text-align: center;
}

table.payment-content  td {
  text-align: right;
}

.carriage-title {
  font-weight: bold;
}

.carriage-content a {
  text-decoration: underline;
}

/* cart */
.cart-flow-list {
  margin-bottom: 38px;
  text-align: center;
}

.cart-flow {
  font-size: 14px;
  line-height: 42px;
  position: relative;
  display: inline-block;
  margin: 0 15px;
  padding-right: 40px;
  text-align: center;
  vertical-align: middle;
  color: #b08838;
}

.cart-flow:not(:last-child):after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  display: block;
  width: 10px;
  height: 19px;
  margin-top: -10px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.cart-flow .num {
  font-size: 18px;
  line-height: 43px;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  color: #b08838;
  border: #b08838 solid 1px;
  border-radius: 22px;
}

.cart-flow.active .num {
  color: #fff;
  border: #b08838 solid 1px;
  background-color: #b08838;
}

.cart-section {
  width: 100%;
}

.cart-section-left {
  float: left;
  width: 670px;
}

.cart-section-right {
  position: relative;
  float: right;
  width: 300px;
}

.cart-section-ttl {
  position: relative;
  padding-bottom: 15px;
  text-align: left;
  border-bottom: #e7dbc3 solid 1px;
}

.cart-section-ttl h4 {
  font-size: 20px;
  font-weight: normal;
  display: inline;
}

.cart-form,
.cart-conf,
.cart-conf-item {
  width: 100%;
  margin-bottom: 35px;
  padding-top: 18px;
}

.cart-form table,
.cart-conf table,
.cart-conf-item table {
  width: 100%;
  margin-bottom: 15px;
}

.cart-form table th {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  width: 190px;
  padding: 12px 0;
  text-align: left;
  vertical-align: top;
}

.cart-conf table th {
  font-size: 16px;
  font-weight: normal;
  width: 194px;
  padding: 5px 0;
  text-align: left;
  vertical-align: top;
}

.cart-conf-item table th {
  font-size: 16px;
  font-weight: normal;
  width: 194px;
  padding: 12px 0 5px;
  text-align: left;
  vertical-align: top;
  border-bottom: #e7dbc3 dotted 1px;
}

.cart-form table th span {
  font-size: 12px;
  margin-left: 20px;
  color: #e30000;
}

.cart-conf-item table th img {
  width: 140px;
  height: auto;
}

.cart-form table td {
  font-size: 16px;
  font-weight: normal;
  padding: 12px 0;
  text-align: left;
  vertical-align: top;
}

.cart-conf table td {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  padding: 5px 0;
  text-align: left;
  vertical-align: top;
}

.cart-conf-item table td {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  padding: 12px 0 5px;
  text-align: left;
  vertical-align: top;
  border-bottom: #e7dbc3 dotted 1px;
}

.cart-form table td input[type=text] {
  line-height: 36px;
  height: 36px;
  padding: 0 10px;
  border: #dacbad solid 1px;
  background-color: #fff;
}

.cart-form table td input[type=text].error {
  background-color: #fff;
}

.form-select label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 190px;
  height: 36px;
  vertical-align: middle;
  border: 1px solid #dacbad;
  background-color: #fff;
}

.form-select label:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  display: block;
  width: 13px;
  height: 7px;
  margin-top: -4px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-select-s.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.form-select select {
  font-size: 14px;
  line-height: 36px;
  position: relative;
  z-index: 2;
  display: block;
  width: 190px;
  height: 36px;
  margin: 0;
  padding: 0 0 0 10px;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-txt-ss {
  width: 68px;
}

.form-txt-s {
  width: 185px;
}

.form-txt-m {
  width: 388px;
}

.form-txt-l {
  width: 100%;
}

.lbl-s {
  display: inline-block;
  width: 2em;
  margin-right: 8px;
  text-align: right;
}

.lbl-l {
  display: inline-block;
  width: 5em;
  margin-right: 8px;
  text-align: right;
}

.mr30 {
  margin-right: 30px;
}

.mr15 {
  margin-right: 15px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb24 {
  margin-bottom: 24px;
}

.form-tbl-show {
  display: none;
}

.form-tbl-show.active {
  display: table;
}

.cart-section-total {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  padding: 25px;
  border: #f7f7f3 5px solid;
  background-color: #f7f7f3;
}

.cart-section-total.jq-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: 200px;
}
@media only screen and (max-width:1000px) {
  .cart-section-total.jq-fixed {
    top: 0;
    left: 700px;
    margin-left: auto;
  }
}

.cart-btn {
  width: 100%;
  margin-bottom: 25px;
}

.cart-btn button[type='submit'],
.cart-btn a {
  font-size: 20px;
  line-height: 52px;
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 26px;
  background-color: #1e1203;
}

.cart-btn button[type='submit'] span:before,
.cart-btn a span:before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  width: 21px;
  height: 10px;
  margin-top: -5px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-cart-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.cart-btn a.comp-btn span:before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-check.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.cart-subtotal {
  margin-bottom: 18px;
}

.cart-subtotal table {
  width: 100%;
}

.cart-subtotal table th {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.cart-subtotal table td {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
}

.cart-total {
  padding-top: 12px;
  border-top: #d0d0d0 solid 1px;
}

.cart-total table {
  width: 100%;
}

.cart-total table th {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.cart-total table td {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}

.conf-lbl {
  display: inline-block;
  width: 5em;
  margin-right: 15px;
  margin-bottom: 10px;
}

.conf-dt {
  display: inline-block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .cart-flow-list {
    font-size: 0;
    margin-bottom: 12px;
    padding: 10px 0 0;
    text-align: center;
  }
  .cart-flow {
    font-size: 10px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    width: 95px;
    margin: 0 5px;
    padding: 50px 10px 0;
    text-align: center;
  }
  .cart-flow:not(:last-child):after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -10px;
    display: block;
    width: 10px;
    height: 19px;
    margin-top: -10px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-flow.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cart-flow .num {
    font-size: 16px;
    line-height: 38px;
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: -20px;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
  }

  .cart-section {
    width: 100%;
  }
  .cart-section-left {
    float: none;
    width: 100%;
  }
  .cart-section-right {
    float: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .cart-section-ttl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .cart-section-ttl h4 {
    font-size: 16px;
    padding: 0 10px;
  }

  .cart-form,
  .cart-conf,
  .cart-conf-item {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .cart-form table,
  .cart-conf table {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .cart-conf-item table {
    width: 100%;
    margin-bottom: 0;
  }
  .cart-form table tbody,
  .cart-form table tr,
  .cart-conf table tbody,
  .cart-conf table tr {
    display: block;
    width: 100%;
  }
  .cart-form table th {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    display: block;
    width: 100%;
    padding: 0 0 10px;
    text-align: left;
  }
  .cart-conf table th {
    font-size: 14px;
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 0 0 5px;
    text-align: left;
  }
  .cart-conf-item table th {
    width: 76px;
    padding: 12px 0;
    vertical-align: top;
  }
  .cart-conf-item table tr:last-child th {
    border-bottom: none;
  }
  .cart-form table th span {
    font-size: 12px;
    margin-left: 10px;
    padding: 4px 8px;
  }
  .cart-conf-item table th img {
    width: 70px;
    height: auto;
  }
  .cart-form table td {
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 0 0 20px;
    vertical-align: top;
  }
  .cart-conf table td {
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 0 0 20px;
    vertical-align: top;
  }
  .cart-conf-item table td {
    font-size: 14px;
    padding: 12px 0;
  }
  .cart-conf-item table tr:last-child td {
    border-bottom: none;
  }
  .cart-form table td input[type=text] {
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
  }
  .form-select label {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 36px;
    vertical-align: middle;
  }
  .form-select select {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    width: -webkit-calc(100%);
    height: 36px;
    margin: 0;
    padding: 0 40px 0 10px;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-txt-ss {
    width: 100px;
  }
  .form-txt-s {
    width: 100%;
  }
  label + .form-txt-s {
    width: 100px;
  }
  .form-txt-m {
    width: 100%;
  }
  .form-txt-l {
    width: 100%;
  }
  .lbl-s {
    display: inline-block;
    width: 2em;
    margin-right: 8px;
    text-align: left;
  }
  .lbl-l {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
    text-align: left;
  }
  .mr30 {
    margin-right: 15px;
  }
  .mb24 {
    margin-bottom: 10px;
  }
  .cart-form table.form-tbl-show,
  .cart-conf table.form-tbl-show {
    display: none;
  }
  .cart-form table.form-tbl-show.active,
  .cart-conf table.form-tbl-show.active {
    display: block;
  }
  .cart-section-total {
    position: inherit;
    top: 0;
    left: auto;
    width: 100%;
    margin-bottom: 24px;
    padding: 20px 14px;
  }
  .cart-section-total.jq-fixed {
    position: inherit;
    top: 0;
    left: auto;
    margin: 0 auto;
  }
  .cart-btn {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .cart-btn button[type='submit'],
  .cart-btn a {
    font-size: 16px;
    line-height: 46px;
    width: 230px;
    height: 46px;
    margin: 0 auto;
    color: #fff;
    border-radius: 23px;
  }
  .cart-btn button[type='submit'] span:before,
  .cart-btn a span:before {
    position: absolute;
    top: 50%;
    left: 30px;
    display: block;
    width: 21px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-cart-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cart-btn a.comp-btn span:before {
    position: absolute;
    top: 50%;
    left: 30px;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-check.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cart-subtotal {
    margin-bottom: 5px;
  }
  .cart-subtotal table {
    width: 100%;
  }
  .cart-subtotal table th {
    font-size: 16px;
  }
  .cart-subtotal table td {
    font-size: 16px;
  }
  .cart-total {
    padding-top: 6px;
    border-top: #d0d0d0 solid 1px;
  }
  .cart-total table {
    width: 100%;
  }
  .cart-total table th {
    font-size: 16px;
  }
  .cart-total table td {
    font-size: 20px;
  }
  .conf-lbl {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .conf-dt {
    display: block;
    margin-bottom: 20px;
  }
}

.complate-area {
  width: 710px;
  margin: 0 auto 40px;
  padding-top: 35px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: #e7dbc3 solid 1px;
}

.complate-area h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: center;
}

.complate-area .comp-code {
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  width: auto;
  margin-bottom: 50px;
  padding: 15px 30px;
  text-align: center;
  color: #b08838;
  border: #b08838 solid 1px;
  background-color: #fff;
}

.complate-area p {
  font-size: 16px;
}

.cart-section .btn-area {
  margin-bottom: 100px;
}

@media only screen and (max-width: 600px) {
  .complate-area {
    width: 100%;
    margin: 0 auto 40px;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    text-align: center;
  }
  .complate-area h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
  }
  .complate-area .comp-code {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding: 5px 0;
    text-align: center;
  }
  .complate-area p {
    font-size: 14px;
    text-align: left;
  }
  .cart-section .btn-area {
    margin: 0 10px 50px;
  }
}

/* help-block */
.help-block.form-error {
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 8px 18px;
  text-align: left;
  color: #fff;
  background-color: #e30000;
}

@media only screen and (max-width: 600px) {
  .help-block.form-error {
    padding: 8px 15px;
  }
}

/* newarrival */
#newarrival {
  position: relative;
}

/***********
* parts
***********/
/* msg */
.msg {
  font-size: 14px;
  margin-bottom: 38px;
  padding: 8px 15px;
  text-align: left;
  background-color: #f7f7f3;
}

@media only screen and (max-width: 600px) {
  .msg {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 38px;
    padding: 8px 10px;
    text-align: left;
  }
}

/* err */
.err-msg {
  font-size: 14px;
  margin-bottom: 38px;
  padding: 5px 15px;
  text-align: left;
  color: #e30000;
  border: #e30000 solid 1px;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .err-msg {
    font-size: 12px;
    line-height: 1.4;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 10px 10px;
  }
}

/*bread*/
.bread {
  width: 100%;
  padding: 10px 0;
  background-color: #f4f2ee;
}

.bread ul li {
  max-width:100%;
  font-size: 12px;
  float: left;
  margin-right: 18px;
}

.bread ul li img {
  width: 18px;
  height: auto;
  vertical-align: middle;
}

.bread ul li a:after {
  display: inline-block;
  margin-left: 18px;
  content: '|';
  color: #333;
}

.bread ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}


@media only screen and (max-width: 600px) {
  .bread {
    padding: 10px 10px;
  }
  .bread ul li {
    font-size: 12px;
    margin-right: 8px;
  }
}

/* itemcount */
.item-list-itemcount {
  margin: 10px;
  text-align: right;
}

/* paging */
.paging-area {
  position: relative;
  clear: both;
  padding: 16px 0;
  border-bottom: #d6c299 solid 1px;
}

.paging {
  font-size: 14px;
  position: relative;
  width: 212px;
  margin: 0 auto;
  text-align: center;
}

.paging .prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.paging .prev a {
  position: relative;
  display: block;
  width: 21px;
  height: 10px;
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-prev.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.paging .next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

.paging .next a {
  position: relative;
  display: block;
  width: 21px;
  height: 10px;
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-next.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-num ul {
  font-size: 0;
}

.page-num ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 15px;
}

.page-num ul li span a {
  color:#ffa500;
}

@media only screen and (max-width: 600px) {
  .paging-area {
    padding: 0 0;
    border: none;
  }
  .paging {
    width: 100%;
    padding: 12px 10px;
    border-bottom: #d6c299 solid 1px;
  }
  .paging .prev {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -5px;
  }
  .paging .prev a {
    position: relative;
    display: block;
    width: 21px;
    height: 10px;
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-prev.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .paging .next {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
  }
  .paging .next a {
    position: relative;
    display: block;
    width: 21px;
    height: 10px;
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-next.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-num ul {
    font-size: 0;
  }
  .page-num ul li {
    font-size: 14px;
    display: inline-block;
    margin: 0 14px;
  }
}


/* sort */
.sort {
  font-size: 0;
  position: relative;
  width: 100%;
  padding-top: 20px;
  text-align: right;
}

.sort-label {
  font-size: 12px;
  display: inline-block;
}

.sort ul {
  font-size: 0;
  display: inline-block;
}

.sort ul li {
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
}

.sort ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.sort ul li:not(:first-child):after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  content: '';
  background-color: #000;
}

.sort ul li a {
  text-decoration: underline;
}

.sort ul li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .sort {
    font-size: 0;
    position: relative;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 13px;
    text-align: center;
  }
  .sort-label {
    display: none;
  }
  .sort ul {
    font-size: 0;
    display: inline-block;
    text-align: center;
  }
  .sort ul li {
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
  }
  .sort ul li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .sort ul li:not(:first-child):after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    content: '';
    background-color: #000;
  }
  .sort ul li a {
    text-decoration: underline;
  }
}

/* icon */


.icn-badge50185:after {
  content: "NEW";
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 60px;
  height: 15px;
  text-align: center;
  color: #fff;
  background-color: #d99712;
}

.item-detail-photo.icn-badge50185:after {
  top: 0;
}

@media only screen and (max-width: 600px) {
  .icn-badge50185:after {
    font-size: 11px;
    top: 15px;
    left: 0;
  }
} 
.icn-badge50186:after {
  content: "おすすめ";
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 60px;
  height: 15px;
  text-align: center;
  color: #fff;
  background-color: #d99712;
}

.item-detail-photo.icn-badge50186:after {
  top: 0;
}

@media only screen and (max-width: 600px) {
  .icn-badge50186:after {
    font-size: 11px;
    top: 15px;
    left: 0;
  }
} 
.icn-badge50187:after {
  content: "人気";
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 60px;
  height: 15px;
  text-align: center;
  color: #fff;
  background-color: #d99712;
}

.item-detail-photo.icn-badge50187:after {
  top: 0;
}

@media only screen and (max-width: 600px) {
  .icn-badge50187:after {
    font-size: 11px;
    top: 15px;
    left: 0;
  }
} 
.icn-new:after {
  content: "";
  /* NEW */
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 60px;
  height: 15px;
  text-align: center;
  color: #fff;
  background-color: #d99712;
}

@media only screen and (max-width: 600px) {
  .icn-new:after {
    font-size: 11px;
    top: 15px;
    left: 0;
  }
}

.icn-popular:after {
  content: "";
  /* 人気 */
  font-size: 11px;
  line-height: 15px;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 60px;
  height: 15px;
  text-align: center;
  color: #fff;
  background-color: #d91241;
}

@media only screen and (max-width: 600px) {
  .icn-popular:after {
    font-size: 11px;
    top: 15px;
    left: 0;
  }
}

.icn-recommend:after {
  content: "";
  /* おすすめ */
  font-size: 11px;
  line-height: 15px;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 60px;
  height: 15px;
  text-align: center;
  color: #fff;
  background-color: #098cc9;
}

@media only screen and (max-width: 600px) {
  .icn-recommend:after {
    font-size: 11px;
    top: 15px;
    left: 0;
  }
}

.icn-reservation::before {
  content: "予約商品";
  width: 58px;
  height: 18px;
  display: block;
  font-size: 11px;
  line-height: 18px;
  margin-top: 2px;
  margin-right: 6px;
  text-align: center;
  color: #fff;
  background: #666;
}

a .icn-reservation::before {
  color: #fff;
  background: #666;
}

.item-detail-name.icn-reservation::before {
  font-size: 16px;
  line-height: 32px;
  position: relative;
  width: 96px;
  height: 32px;
  margin-right: 10px;
}

/*overlay*/
.overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(150,139,129,1);
}

.modal-open {
  /*
  overflow: hidden;   
  */
}

.modal-open .overlay {
  display: block;
  background-color: rgba(0,0,0,.8);
}
@media only screen and (max-width: 600px) {
  .nav-open {
    overflow: hidden;
  }
  .nav-open .overlay {
    display: block;
  }
}

/* modal */
.modal {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -200px;
  margin-left: -320px;
  padding: 6px;
  background-color: #e7dbc3;
}

.modal-open .modal {
  display: block;
}

.modal-inner {
  position: relative;
  width: 100%;
  height: auto;
}

.modal-img {
  max-width: 648px;
  max-height: 648px;
}

.modal-img img {
  display: block;
  max-width: 648px;
  max-height: 648px;
  width: auto;
  height: auto;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
}

.modal-close a {
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/btn-modal-close.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .modal {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    display: none;
    margin-top: -110px;
    margin-left: -150px;
    padding: 5px;
  }
  .modal-open .modal {
    display: block;
  }
  .modal-inner {
    position: relative;
    width: 100%;
    height: auto;
  }
  .modal-img {
    max-width: 280px;
    max-height: 280px;
  }
  .modal-img img {
    max-width: 280px;
    max-height: 280px;
    width: auto;
    height: auto;
  }
  .modal-close {
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .modal-close a {
    display: block;
    width: 37px;
    height: 37px;
  }
}

/* pagetop */
.btn-pagetop {
  width: 100%;
  height: 44px;
  background-color: #958b81;
}

.btn-pagetop a {
  font-size: 14px;
  line-height: 44px;
  position: relative;
  display: block;
  float: right;
  padding-right: 24px;
  color: #fff;
  display: flex;
  text-decoration: none;
}

.btn-pagetop a:after {
  /*
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 10px;
  margin-top: -5px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00003/img/btn-pagetop.png);
  background-repeat: no-repeat;
  background-size: cover;
  */
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 1.2rem;
  color: #fff;
  margin-left: 5px;
}
.btn-pagetop a:after:hover {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .btn-pagetop {
    height: 42px;
    text-align: center;
  }
  .btn-pagetop a {
    line-height: 42px;
    display: inline-block;
    float: none;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .btn-pagetop a:after {
    /*
    position: inherit;
    top: auto;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-top: 0;
    margin-left: 10px;
    content: '';
    vertical-align: middle;
    background-image: url(https://image.raku-uru.jp/cms/yt00003/img/btn-pagetop_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    */

    content: "\f062";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 1.2rem;
    color: #fff;
    margin-left: 5px;
  }
}

/***********
* module
***********/
.sp {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  .sp {
    display: inline-block !important;
  }
}


/***送料について***/

.shipment-tbl {
  width: 100%;
  margin-top: 30px;
  border-top: #d6c299 solid 1px;
}

.shipment-tbl th {
  font-weight: bold;
  width: 200px;
  padding: 20px 0;
  text-align: left;
  border-bottom: #d6c299 solid 1px;
}

.shipment-tbl-ptn1 th{
  width: 250px;
  padding-right: 20px;
}

.shipment-tbl td {
  padding: 20px 0;
  text-align: left;
  border-bottom: #d6c299 solid 1px;
}

.shipment-tbl caption {
  font-size: 16px;
  padding: 4px 12px 3px;
  color: #b08838;
  background-color: #1e1203;
}

.shipment-tbl-normal table th {
  width: auto;
  white-space: nowrap;
}

.shipment-tbl-rule-notice {
  font-size: 80%;
}

.shipment-tbl-normal-shippoint-point span{
  display: inline-block;
  line-height: 1.1;
  padding:5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2){
  padding: 0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2,
.shipment-tbl-tkbsize-defined-rule {
  margin: 15px;
}

.shipment-tbl-normal-rule2 span {
  display: block;
}

.shipment-tbl table th,
.shipment-tbl table td {
  padding: 3px 4px 2px;
  border: 0;
  line-height: 1.1;
}

.shipment-tbl table td {
  text-align: center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td {
  color: #b08838;
  background-color: #1e1203;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span {
  display: block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td {
  background: #f7f7f3;
}

.shipment-tbl table th {
  min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
  display: inline-block;
}

.shipment-tbl-eidome a {
  text-decoration: underline;
}

@media only screen and (max-width:600px) {
  .shipment-tbl caption {
    display: block;
  }
  .shipment-tbl th {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 20px 10px 5px;
    border-bottom: none;
  }
  .shipment-tbl td {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 0 10px 20px;
  }
  .shipment-tbl table {
    width: 90%;
    margin: auto;
  }
  .shipment-tbl table thead th,
  .shipment-tbl table thead td {
    padding-bottom: 5px;
  }
  .shipment-tbl table thead th span,
  .shipment-tbl table thead td span {
    display: inline;
    padding: 0 14px;
  }
  .shipment-tbl table th,
  .shipment-tbl table td {
    width: 100%;
    text-align: center;
  }
}


/***********
* lp
***********/
.body-lp #header {
  height: 65px;
  border-bottom: #d0d0d0 1px solid;
  background-color: #1e1203;
}

.body-lp #header .logo {
  position: relative;
  width: 170px;
  margin: 0 auto;
}

.contents-lp .main {
  margin-bottom: 50px;
}

.contents-lp .item-order {
  width: 440px;
  margin: 0 auto;
}

.contents-lp .lp-img img{
  display: block;
  max-width: 100%;
  margin: 20px auto;
}

.contents-lp .item-order .item-detail-cart {
  border-bottom: none;
}

.body-lp .footer-top {
  padding: 40px 0;
  background-color: #f7f7f3;
}

.body-lp .footer-top .footer-logo {
  margin-bottom: 0;
}

.body-lp .footer-top .footer-logo img {
  display: block;
  margin: 0 auto;
}

.body-lp .footer-bottom {
  padding: 20px 0;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .body-lp #header {
    height: 50px;
  }
  .contents-lp .item-order {
    width: 100%;
  }

}


/***********
* login
***********/
.body-login #header {
  height: 65px;
  border-bottom: #d0d0d0 1px solid;
  background-color: #1e1203;
}

.body-login #header .logo {
  position: relative;
  width: 170px;
  margin: 0 auto;
}

.contents-login .main {
  margin-bottom: 50px;
}

.body-login .footer-top {
  padding: 40px 0;
  background-color: #f7f7f3;
}

.body-login .footer-top .footer-logo {
  margin-bottom: 0;
}

.body-login .footer-top .footer-logo img {
  display: block;
  margin: 0 auto;
}

.body-login .footer-bottom {
  padding: 20px 0;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .body-login #header {
    height: 50px;
  }
}


/***********
* wysiwyg
***********/

.wysiwyg-data html, .wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body, .wysiwyg-data dd,.wysiwyg-data  div,
.wysiwyg-data dl, .wysiwyg-data dt, .wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data frame, .wysiwyg-data frameset,
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data noframes,
.wysiwyg-data ol, .wysiwyg-data p, .wysiwyg-data ul, .wysiwyg-data center,
.wysiwyg-data dir, .wysiwyg-data hr, .wysiwyg-data menu, .wysiwyg-data pre   { display: block; unicode-bidi: embed;}
.wysiwyg-data li              { display: list-item;}
.wysiwyg-data head            { display: none;}
.wysiwyg-data table           { display: table;}
.wysiwyg-data tr              { display: table-row;}
.wysiwyg-data thead           { display: table-header-group;}
.wysiwyg-data tbody           { display: table-row-group;}
.wysiwyg-data tfoot           { display: table-footer-group;}
.wysiwyg-data col             { display: table-column;}
.wysiwyg-data colgroup        { display: table-column-group;}
.wysiwyg-data td, .wysiwyg-data th          { display: table-cell;}
.wysiwyg-data caption         { display: table-caption;}
.wysiwyg-data th              { font-weight: bolder; text-align: center;}
.wysiwyg-data caption         { text-align: center;}
.wysiwyg-data body            { margin: 8px;}
.wysiwyg-data h1              { font-size: 2em; margin: .67em 0;}
.wysiwyg-data h2              { font-size: 1.5em; margin: .75em 0;}
.wysiwyg-data h3              { font-size: 1.17em; margin: .83em 0;}
.wysiwyg-data h4, .wysiwyg-data p,
.wysiwyg-data blockquote, .wysiwyg-data ul,
.wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data ol, .wysiwyg-data dl, .wysiwyg-data dir,
.wysiwyg-data menu            { margin: 1.12em 0; 
  /*  color: #333;*/
}
.wysiwyg-data h5              { font-size: .83em; margin: 1.5em 0;}
.wysiwyg-data h6              { font-size: .75em; margin: 1.67em 0;}
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data b,
.wysiwyg-data strong          { font-weight: bolder;
  /*  color: #333;*/
}
.wysiwyg-data blockquote      { margin-left: 40px; margin-right: 40px;}
.wysiwyg-data i, .wysiwyg-data cite, .wysiwyg-data em,
.wysiwyg-data var, .wysiwyg-data address    { 
  /*  font-style: italic;*/
}
.wysiwyg-data pre, .wysiwyg-data tt, .wysiwyg-data code,
.wysiwyg-data kbd, .wysiwyg-data samp       { font-family: monospace;}
.wysiwyg-data pre             { white-space: pre;}
.wysiwyg-data button, .wysiwyg-data textarea,
.wysiwyg-data input, .wysiwyg-data select   { display: inline-block;}
.wysiwyg-data big             { font-size: 1.17em;}
.wysiwyg-data small, .wysiwyg-data sub, .wysiwyg-data sup { font-size: .83em;}
.wysiwyg-data sub             { vertical-align: sub;}
.wysiwyg-data sup             { vertical-align: super;}
.wysiwyg-data table           { border-spacing: 2px;;}
.wysiwyg-data thead, .wysiwyg-data tbody,
.wysiwyg-data tfoot           { vertical-align: middle;}
.wysiwyg-data td, .wysiwyg-data th, .wysiwyg-data tr      { vertical-align: inherit;}
.wysiwyg-data s, .wysiwyg-data strike, .wysiwyg-data del  { text-decoration: line-through;}
.wysiwyg-data hr              { border: 1px inset;}
.wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir,
.wysiwyg-data menu, .wysiwyg-data dd        { 
  /*  margin-left: 40px;*/
}
.wysiwyg-data ol              { list-style-type: decimal;}
.wysiwyg-data ol ul, .wysiwyg-data ul ol,
.wysiwyg-data ul ul, .wysiwyg-data ol ol    { margin-top: 0; margin-bottom: 0;}
.wysiwyg-data u, .wysiwyg-data ins          { text-decoration: underline;}
.wysiwyg-data br:before       { content: "\A"; white-space: pre-line;}
.wysiwyg-data center          { text-align: center;}
.wysiwyg-data :link, .wysiwyg-data :visited { text-decoration: underline;}
.wysiwyg-data :focus          { outline: thin dotted invert;}

.wysiwig-data a{color: #666;}
.wysiwig-data a:hover{color: #ffa500;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fff;}
.wysiwyg-data ul, .wysiwyg-data ul li{
  /*  list-style-type: disc;*/
}
.wysiwyg-data ol{
  /*  list-style-type: decimal;*/
}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override;}
.wysiwyg-data BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override;}

.wysiwyg-data *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed;}
.wysiwyg-data *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed;}

@media print {
  .wysiwyg-data h1            { page-break-before: always;}
  .wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3,
  .wysiwyg-data h4, .wysiwyg-data h5, .wysiwyg-data h6    { page-break-after: avoid;}
  .wysiwyg-data ul, .wysiwyg-data ol, .wysiwyg-data dl    { page-break-before: avoid;}
}




/*---------------------------------------------
reset.css
---------------------------------------------*/


html {
  overflow-y: scroll;
  color: #000;
  background: #fff;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

select, input, button, textarea {

}

table {
  border-collapse: collapse;
  border-spacing :0;
  font-size: inherit;
  font: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

ol, ul {list-style: none;}

caption, th {text-align: left;}

fieldset, img {border: 0;}

legend {color: #000;}

sup {vertical-align: text-top;}

sub {vertical-align: text-bottom;}

q:before, q:after {content: '';}

/* base font size : 14px */
#container{
  /*	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  font-size: 14px;
}
/* for IE6 */
* html #container {
  font-size: 88%;
}
/* for IE7 */
*:first-child+html #container {
  font-size: 88%;
}
.font10 {font-size: 71.5%;}
.font11 {font-size: 78.5%;}
.font12 {font-size: 86%;}
.font13 {font-size: 93%;}
.font14 {font-size: 100%;}
.font15 {font-size: 107.5%;}
.font16 {font-size: 115%;}
.font17 {font-size: 121.5%;}
.font18 {font-size: 129%;}
.font19 {font-size: 136%;}
.font20 {font-size: 142.5%;}
.font21 {font-size: 150%;}
.font22 {font-size: 158%;}
.font23 {font-size: 165%;}
.font24 {font-size: 171.5%;}
.font25 {font-size: 179%;}
.font26 {font-size: 186%;}

/*---------------------------------------------
base.css
---------------------------------------------
01. layout
02. toppage
03. footer
04. sitemap
05. common
---------------------------------------------*/ 

/*---------------------------------------------
01. layout
---------------------------------------------*/
/* font */
/*
@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'),
    local('NotoSansCJKjp-Regular'),
    local('NotoSansJP-Regular'),
    url('/font/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('/font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('/font/NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans CJK JP'),
    local('NotoSansCJKjp-Medium'),
    local('NotoSansJP-Medium'),
    url('/font/NotoSansCJKjp-Medium.woff2') format('woff2'),
    url('/font/NotoSansCJKjp-Medium.woff') format('woff'),
    url('/font/NotoSansCJKjp-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans CJK JP'),
    local('NotoSansCJKjp-Bold'),
    local('NotoSansJP-Bold'),
    url('/font/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('/font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('/font/NotoSansCJKjp-Bold.ttf') format('truetype');
}


* {
margin:0;
padding:0;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  background: none repeat scroll 0 0 #fff;
  color: #666666;
  word-break: break-all;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
  font-size:14px;
  line-height: 1.6;
}

a {
  color:#543A34;
}
a:hover {
  color: #FFA500;
  ;
  text-decoration:underline;
}
#container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}
div.inner {
  margin: 0 auto;
  width: 960px;
}
#contents {
  border: medium none;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;
}
#contents h2 {
  margin-bottom:30px;
}
/*  header */
/*
#header {
background: #fff url(../images/header_bg.jpg) repeat-x 0 0;
height:91px;
margin-bottom: 60px;
padding-top:27px;
}
*/
#header .inner {
  position: relative;
}
#header .inner p#cam-bnr {
  position: absolute;
  right: 13px;
  top: -20px;
}
#header .inner p#cam-bnr a:hover {
  opacity:0.8;
}
#header h1 {
  /*
  float: left;
  margin-bottom: 8px;
  */
}
#header ul {
  background: none repeat scroll 0 0 transparent;
  height: auto;
  padding: 0;
  overflow:hidden;
  clear:both;
  position:relative;
  top:2px;
}
#header li {
  float: left;
}
/*  footer */

/*
#footer {
color: #543A34;
overflow: hidden;
padding: 0 0 20px 0;
background-color:#c6bfb7;
}
#footer p {
float:right;
}
#footer ul {
border-right: 1px solid;
display: inline;
float: left;
overflow: hidden;
}
#footer ul li {
border-left: 1px solid;
float: left;
line-height: 1.1;
padding:0 10px 1px;
}
#footer ul li a {
color: #543a34;
text-decoration: none;
}
#footer ul li a:hover {
text-decoration:underline;
}
#footer .inner {
margin: 0 auto;
padding: 0 15px;
width: 100%;
max-width: 1030px;
box-sizing: border-box;
}
.footer {
color: #FFFFFF;
background-color: #381B19;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}
*/


/* Navi　*/
#menu02 {	
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  float: right;
  margin: 10px 0 0;
  padding: 0;
}
#menu02 ul {
}
#menu02 li {
  float: left;
  margin-left: 15px;
  padding: 0;
}
#menu02 li a {
  font-weight: normal;
  text-decoration: none;
}
#menu02 li:first-child a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  margin-right: 3px;
  font-size: 17px;
  top: 1px;
  position: relative;
}


#menu02 li.cartbtn a {
  display: block;
  height: auto;
  overflow: hidden;
  text-indent: 0;
  width: auto;
  background-image: none;
  color: #fff;
  border-radius: 5px;
  padding: 1px 10px;
  color: #543a34;
}
#menu02 li a:hover {
  text-decoration:underline;
  color: #543a34;
}
#menu02 li.cartbtn a:hover {
  background: #EC842B;
  text-decoration: none;
}

/*---------------------------------------------
01. list page
---------------------------------------------*/
#details {
  background: none repeat scroll 0 center transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #details {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
#details_a {
  float: right;
}
p.price {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: -10px;
  text-align: right;
}
#details_a ul.notes {
  margin-top: 15px;
}
#details_a ul.notes li,
#details_c ul.notes li {
  margin-bottom: 5px;
  margin-left: 1em;
  text-indent: -1em;
}
#details_c ul {
}
#details_a .c_red {
  color:#CC0000;
}
#details_a .bg_grey dd {
  padding: 0 0 20px;
  overflow: hidden;
}
#details_a .bg_grey {
  background-color:#ffffff !important;
  padding: 0;
}
.bg_grey dt {
  font-weight: bold;
  /* margin-top: 0; */
  /* padding-bottom: 10px; */
  /* padding-left: 0; */
  padding-top: 10px;
  background: none;
  /* font-size: 110%; */
  margin-bottom: 5px;
}
#details #details_a .bg_grey dt a {
  /*	background: url("../images/arrow_down.gif") no-repeat 0 center;*/
  color: #523937;
  /*	padding-left:20px;*/
}
#details #details_a .bg_grey dt a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  margin-right: 5px;
  font-size: 21px;
  position: relative;
  top: 4px;
  font-weight: bold;
}



#details_a h2 {
  margin-bottom: 15px;
}
.sunpo {
  background-color: #523937;
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 90%;
  margin: 0;
  padding: 3px 8px;
  text-decoration: none;
}
.sunpo:hover {
  /*	background-color: #523937;*/
  text-decoration: none;
  color: #ec842b;
  /*
  font-size: 100%;
  margin: 0;
  padding: 2px 5px;
  text-decoration: none;
  */
}
#details_a .sunpo {
  float: right;
}


.boder_t {
  border-top: 1px dotted #CCCCCC;
}


#details_a .bg_grey dl {
  margin-bottom: 15px;
}
#details #details_a .bg_grey dt a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
#details #details_a .bg_grey a:hover {
  color:#EC842B;
}
.details_img {
  margin-bottom: 15px;
}
.details_img p {
  background-image: url(../images/details_list.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 13px;
  margin-top: 3px;
}

#details_b {
  clear: both;

}
.pagetop {
  text-align: right;
  padding-right: 15px;
  margin-top: 15px;
}
#details_b h4 {
  background-image: url(../images/list02.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 1em;
  color: #523937;
  font-size: 100%;
  margin-bottom: 5px;
}
/* details_b */
#details_b ul#type-a li {
  display: block;
  float: left;
  width: 307px;
  margin-right: 19px;
}
#details_b ul#type-b li {
  display: block;
  float: left;
  width: 400px;
  margin-right: 19px;
}
#details_b ul#type-b li.box1 {
  width:260px;
}
#details_b ul#type-c li {
  display: block;
  float: left;
  width: 241px;
  margin-right: 19px;
}
#details_b ul#type-c li.box1 {
  width:210px;
}
#details_b ul#type-d li {
  display: block;
  float: left;
  width: 470px;
  margin-right: 19px;
}
#contents #details_b ul {
  overflow:hidden;
  margin-bottom:15px;
}
#contents #details_b li.lastitem {
  float:right;
  margin-right:0;
}
#details_b li img {
}
#details_b li .cap {
}
#details_b #details_area {
  position: relative;
}
#details_b table#item_detail {
  /* border-left: 1px solid #ececec; */
  /* border-bottom: 1px solid #ececec; */
  font-size: 90%;
  /* position: absolute; */
  /* top: 230px; */
  /* width: 450px; */
  width: 100%;
  margin-bottom: 20px;
  border: 0;
}
#details_b table#item_detail tr.even td, #details_b table#item_detail tr.even th {
  background: none repeat scroll 0 0 #F4F4F4;
}
#details_b table#item_detail th {
  border-right: 1px solid #ececec;
  padding: 5px 10px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 105%;
  text-align: left;
  text-align: left;
}
#details_b table#item_detail tr.even th {
  border-right: 1px solid #fff;
}
#details_b table#item_detail td {
  line-height: 1.8;
  padding: 5px 10px;
  border-right: 1px solid #f4f4f4;
  border: 0;
}
#details_b table#item_detail.tbl_set th, #details_b table#item_detail.tbl_set td {
  text-align:center!important;
}
/*---------------------------------------------
01. details page
---------------------------------------------*/
#details_c {
  float: left;
  padding-right: 0;
  width: 640px;
}
#details_c h2 {
  margin-bottom: 20px;
}
#photo_l {
  background-repeat: no-repeat;
  float: right;
  width: 300px;
  margin-bottom: 20px;
}
#photo_l a {
  display: block;
  padding: 0 0 30px;
  /*	background: url("../images/bg_kakudai.jpg") no-repeat right bottom;*/
}
#photo_l a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
  font-weight: bold;
  font-size: 26px;
  bottom: 0;
  position: absolute;
  right: 0;
}
#details_c dl {
  margin-left: 30px;
}
#details_c ul {
  list-style: outside none none;
  margin-bottom: 15px;
  margin-top: 15px;
}
#details_c dd {
  margin-top: 5px;
  margin-bottom: 25px;
  margin-left: 15px;
}
#details_c .list01 {
  background-repeat: no-repeat;
  background-position: left center;
  /* padding-left: 15px; */
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
}

#details_c .list01::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  margin-right: 7px;
  font-size: 11px;
  top: -1px;
  left: 1px;
  position: relative;
  font-weight: bold;
}
#details_c h2 {
  margin-bottom: 20px;
}
#wagon {
  padding-top: 30px;
}
/* hyouki */
#hyouki {
  background-color: #9FB086;
  border: 1px solid #A5B78E;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
}
#hyouki td {
  padding: 10px;
  background-color: #FFFFFF;
}
#hyouki th {
  background-color: #E5EAD6;
  padding: 5px;
  color: #585E4D;
}
/* shopping guide */
#guide {
}
#guide a {
  color: #448B6B;
}
#guide a:hover {
  color: #FF9900;
}
#guide li {
  margin-bottom: 5px;
  background-image: url(../images/bg_type.gif);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 2em;
  padding-top: 5px;
  padding-bottom: 5px;
}

#userguide03 {
  width: 730px;
  background-image: url(../image/guide/cart.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 30px;
  padding-left: 30px;
}
#userguide04 {
  width: 730px;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 50px;
}
#userguide05 {
  width: 730px;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 40px;
}
#userguide07 {
  width: 730px;
  background-image: url(../image/guide/haiji.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}
.h3bg {
  background-image: url(../image/guide/h_bg.gif);
  background-repeat: no-repeat;
  background-color: #E7E3CC;
  padding-top: 15px;
  padding-left: 33px;
  height: 15px;
  padding-right: 15px;
}
#card {
  background-color: #A2B38F;
}
#card td {
  background-color: #FFFFFF;
  padding: 5px;
}
#userguide03 h5,
#userguide04 h5 {
  /* background-image: url(../images/list03.gif); */
  background-position: left center;
  background-repeat: no-repeat;
  color: #468C82;
  font-size: 100%;
  /*  font-weight: bold;*/
  margin-bottom: 10px;
  /* margin-left: 10px; */
  /*  padding: 2px;*/
  /* text-indent: 1em; */
  margin-bottom: 20px;
  border: 0;
  padding-left:0!important;
  font-weight: 500;
}
#userguide03 h5::before,
#userguide04 h5::before{
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  margin-right: 5px;
  font-size: 20px;
  top: 1px;
  position: relative;
  font-weight: 900;
}

#userguide04 ul {
  background: none repeat scroll 0 0 #EFEFEF;
  list-style-position: inside;
  list-style-type: square;
  /* margin-left: 30px; */
  /* margin-right: 20px; */
  margin-top: 15px;
  padding: 15px;
}

#userguide05 h5 {
  /*
  color: #381B19;
  font-size: 100%;
  margin-bottom: 5px;
  background-image: url(../images/list01.gif);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 1em; 
  margin-left: 15px;
  margin-top: 20px;
  font-weight: 500;
  */
}
#userguide05 li {
  list-style-type: decimal;
  margin-top: 5px;
  list-style-position: inside;
  margin-left: 10px;
}
#souryo {
  margin-left: 30px;
  margin-top: 10px;
  background-color: #A2B38F;
}
#souryo td {
  background-color: #FFFFFF;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
#userguide05 h6 {
  margin-top: 20px;
  color: #468C82;
  font-size: 110%;
  font-weight: bold;
  border-bottom: dotted 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.border_b {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #A2B38F;

  padding-top: 30px;
  margin-bottom: 30px!important;
}
.guide_box {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 30px;
}
.guide_box p {
  margin-left: 30px;
  margin-right: 20px;
}
.font_pink {
  color: #FF8080;
}
#catalog {
  width: 730px;
  margin-top: 15px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url(../image/catalog/bg.gif);
  padding-bottom: 30px;
}
.catalog_box {
  padding: 10px;
  width: 130px;
  background-color: #E8E6DB;
  margin-bottom: 30px;
}
.catalog_box h3 {
  background-image: url(../image/catalog/yazirushi.gif);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 90%;
  padding-left: 18px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#catalog a {
  color: #533A35;
}
#catalog a:hover {
  color: #FF6600;
}
.lineup_box a {
  color: #523937;
  /*  padding: 0 10px;*/
  display: block;
}
.lineup_box a:hover {
  color: #FF6600;
}
.clearfix:after {
  content: ".";  /* ?V?μ?￠?v?f?d?i?e */
  display: block;  /* ?u???b?N???x???v?f?E */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#container #top_contents #underbox {
  clear: both;
  padding-bottom: 15px;
}
#header .rogo2 {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right:300px;
}
#top_leftbox img {
  padding-bottom: 15px;
}
#top_rightbox img {
  padding-bottom: 15px;
}
#haiji_a a {
  color: #3399CC;
}
.orange_bold {
  color:#F09A43;
  font-weight:bold;
}
.orange {
  color:#F09A43;
}
.green_bg {
  padding:2px;
  background:#64B4AA;
  color:#fff;
  font-size:10px;
}
.moreshopping {
  float: right;
  margin-bottom: 30px;
}
.moreshopping a {
  float: right;
  margin-left:20px;
}
/*ラバーブーツ*/
#bootssize {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  margin: 10px 0px;
  width: 450px;
  background-color:#ffffff;
}
#bootssize td, #bootssize th {
  padding:5px;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  text-align:center;
}
/*ウォーキングシューズ*/
#container #contents #details #details_b #bootsbox1 {
  width: 330px;
}
#container #contents #details #details_b #bootsbox2 {
  width: 400px;
}
/*インフォ*/
#container #top_contents #info {
  margin-right: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #553526;
  padding: 10px 0px;
}
#container #top_contents #info img {
  float:none;
}
#top_contents #info #infoBox {
  width: 410px;
  border: 1px solid #ADBC72;
  background-color: #F5F3F4;
  float:left;
  display: block;
  overflow: auto;
}
#top_contents #info #newBox {
  border: 1px solid #ADBC72;
  background-color: #F5F3F4;
  display: block;
}
/*インフォメーションリスト*/
#infolist {
  height:80px;
  overflow:auto;
  padding-top:3px;
}
#infolist dt {
  float: left;
  font-size:10px;
  display: block;
  width: 70px;
}
#infolist dd {
  float: left;
  display: block;
  width: 290px;
  font-size:12px;
  letter-spacing: 0.1em;
  padding-left:8px;
}
#infolist dl {
  padding:2px 5px 2px 5px;
  margin-left: 10px;
}
#infolist a {
  color: #0086C6;
  text-decoration: none;
}
#infolist .info_col {
  color:#EEEAEC;
}
#infolist p {
  padding-left: 10px;
  margin:5px 0px;
  font-size:12px;
  line-height:130%;
}
/*新着情報リスト*/
#Newlist {
  height:130px;
  overflow:auto;
  padding-top: 3px;
}
#Newlist dt {
  float: left;
  margin-right:15px;
}
#Newlist dd {
  float: left;
  display: block;
}
#Newlist dl {
  padding:5px 5px 5px 10px;
  line-height:1.1;
}
#Newlist a {
  text-decoration: none;
}
#Newlist a:hover {
  text-decoration: underline;
}
#Newlist .info_col {
}
/*newsページ*/
#container #contents #catalog .news {
  color: #2B533F;
  background-image: url(../image/news/title.gif);
  background-repeat: no-repeat;
  background-position: left top;
  height: 51px;
  padding:15px 0px 0px 45px;
  font-size: 16px;
}
.finish_text {
  font-size: 18px;
  line-height: 2;
  padding: 70px;
  text-align: center;
}
.bg_grey {
  background-color:#f2f2f2 !important;
  padding-left:15px;
  padding-right:15px;
}
/*.bg_grey dd {
line-height:120%;
padding-bottom:10px;
padding-left:20px;
padding-right:10px;
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #BBBBBB;
color:#523937;
}
*/

.bg_grey dl {
  margin-bottom: 15px;
}
/* add201209 */
#infoArea {
  padding-bottom: 20px;
}
#infoArea h4 {
  border-bottom: 1px solid #523937;
  color: #FF8400;
  line-height: 2em;
  margin-bottom: 10px;
}
#infoArea p {
  line-height: 1.2em;
  margin-bottom: 5px;
}
.note {
  margin-left: 1em;
  text-indent: -1em;
}
/*---------------------------------------------
01. shopping cart table
---------------------------------------------*/

#cart {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
#cart th {
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
#cart td {
  padding: 5px;
}


/*---------------------------------------------
01. common style
---------------------------------------------*/

/* textset */
.white {
  color: #FFFFFF;
}
.font_red {
  color: #CC0000;
}
.font_blue {
  color: #0066CC;
}
.font_ora {
  color: #FF6600;
}
.font_green {
  color: #468C82;
}
.bold {
  font-weight: bold;
}
/* text-align */
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_r {
  text-align: right;
}
/* border */
.border_t_dot {
  border-top: 1px dotted #7D694F;
}
.boder_t {
  border-top: 1px dotted #381B19;
}
.border_r {
  border-right: 1px solid #FFFFFF;
}
.border_r_gray {
  border-right:solid 1px #ccc;
}
.border_t_gray {
  border-top:solid 1px #ccc;
}
/* float */
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.f_clear {
  clear: both;
}
/* margin padding */

.m_b0 {
  margin-bottom: 0!important;
}
.m_b3 {
  margin-bottom: 3px;
}
.m_b5 {
  margin-bottom: 5px;
}
.m_b10 {
  margin-bottom: 10px;
}
.m_b15 {
  margin-bottom: 15px;
}
.m_b20 {
  margin-bottom: 20px;
}
.m_b30 {
  margin-bottom: 30px;
}
.m_r15 {
  margin-right: 15px;
}
.m_r20 {
  margin-right: 20px;
}
.m_r10 {
  margin-right: 10px;
}
.m_r5 {
  margin-right: 5px;
}
.m_r25 {
  margin-right: 25px;
}
.m_l15 {
  margin-left: 15px;
}
.m_l40 {
  margin-left: 40px;
}
.m_l20 {
  margin-left: 20px;
}
.m_l30 {
  margin-left: 30px;
}
.m_t15 {
  margin-top:15px;
}
.m_t5 {
  margin-top: 5px;
}
.m_t10 {
  margin-top: 10px;
}
.m_t30 {
  margin-top: 30px;
}
.p_b5 {
  padding-bottom:5px;
}
.p_b10 {
  padding-bottom:10px;
}
.p_b15 {
  padding-bottom:15px;
}
.p_b30 {
  padding-bottom:30px;
}
.p_r10 {
  padding-right:10px;
}
.p_r15 {
  padding-right:15px;
}
.p_l5 {
  padding-left:5px;
}
.p_l10 {
  padding-left:10px;
}
.p_l15 {
  padding-left:15px;
}
.p_t5 {
  padding-top:5px;
}
.p_t10 {
  padding-top:10px;
}
.p_t15 {
  padding-top:15px;
}
.p_t30 {
  padding-top:30px;
}
/* width */
.w_200 {
  width: 200px;
}
.w_231 {
  width: 231px;
}
.w_280 {
  width: 280px;
}
.w_167 {
  width: 167px;
}
.w_192 {
  width: 192px;
}
.w_544 {
  width: 544px;
}
.w_415 {
  width: 415px;
}
.w_306 {
  width: 306px;
}
.w_358 {
  width: 358px;
}
.w_357 {
  width: 357px;
}
.w_141 {
  width: 141px;
}
.w_297 {
  width: 297px;
}
.w_94 {
  width: 94px;
}
.w_350 {
  width: 350px;
}
.w_362 {
  width: 362px;
}
.w_398 {
  width: 398px;
}
.w_314 {
  width: 314px;
}
.w_430 {
  width: 430px;
}
.w_443 {
  width:443px;
}
.w_272 {
  width:272px;
}
.w_222 {
  width:222px;
}
.w_253 {
  width:253px;
}
.w_233 {
  width:233px;
}
.w_238 {
  width:238px;
}
.w_204 {
  width: 204px;
}
.w_289 {
  width: 289px;
}
/* backgroundcolor */
.bg_white {
  background-color: #FFFFFF;
}
.bg_yellow_c {
  background-color: #f9f6e6;
}
.bg_blue_c {
  border-top: 1px solid #CCCCCC;
  background-color: #E8F6F1;
}
.bg_grey_c {
  background-color: #f2f2f2;
}
.bg_yellow_c {
  background-color: #ffffec;
}
.bg_blue_c {
  background-color: #dae8d4;
}
.bg_green_c {
  background-color: #E8ECE6;
}
.input {
  padding: 7px;
}
.m_rl_auto {
  margin-right: auto;
  margin-left: auto;
}
.p_rl_auto {
  padding-right: auto;
  padding-left: auto;
}

h3.tit01,
.guide .tit01,
.sitemap01 h4 {
  background: #c6bfb7;
  color: #543A34;
  font-size: 115%;
  line-height: 1;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: 25px;
}
.tit02 {
  font-weight: bold;
  color: #543A34;
  border-left: 5px solid;
  padding-left: 8px!important;
  line-height: 1!important;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 115%;
}


/* link blank */
.link_blank a {
  color: #FF6600;
  text-decoration:underline;
}
.link_blank a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d2";
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
}
/* pagetop */
.pagetop {
  margin-bottom: 40px;
  margin-top: 30px;
  padding-right: 15px;
  text-align: right;
}
.pagetop a {
  height: 60px;
  border: solid 1px;
  width: 60px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
  padding-top: 24px;
  box-sizing: border-box;
  margin-left: auto;
}
.pagetop a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-weight: bold;
  /*    margin-right: 2px;*/
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  text-align: center;
}

/* sns */
ul#snsbtn {
  border: 0 none;
  display: block;
  float: none;
}
ul#snsbtn li {
  border: 0 none;
  padding: 0;
}

ul#snsbtn li#fb {
  width: 130px;
}
ul#snsbtn li#tw {
}
.detailpage ul#snsbtn {

}
/* inqfinish */
div.inqfinish {
  font-weight: bold;
  line-height: 2;
  padding: 50px;
}
p.btn_center {
  padding-top: 10px;
  text-align: center;
}
p.btn_reset {
  padding: 15px 0;
  text-align: right;
}
p.btn_reset input {
  background: none repeat scroll 0 0 #cbc5be;
  border-radius: 3px;
  padding: 5px 15px;
  color: #fff;
}
select {
  padding: 10px;
  font-size: 14px;
}
input {
  margin-right: 5px;
}
.txt_co a{
  color: #ff4500;
  font-size: 110%;
  font-weight: bold;
}




/* -- add 201802004 -- */

#header {
  background: #958b81;
  padding: 0;
}
#header .inner {
  width: 100%;
}	
#header h1 {
  /*
  width: 240px;
  margin-bottom: 0;
  margin-top: 5px;
  */
}
#header h1 img {
  width: 100%;
}
#header_panel {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin: auto;
  padding: 10px;
}
#gnav {
  background: #958b81;
  position: relative;
  top: 6px;
}
#gnav ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: auto;
}
#gnav ul li {
  padding:0 15px;
}
#gnav ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  line-height: 1.2;
}
#gnav ul li a:hover {
  color:orange;
}


.headline_01 {
  color: #81a785;
  font-weight: bold;
  font-size: 25px;
}
.price span.line {
  text-decoration: line-through;
  font-size: 14px;
}
#details .price span.outlet,
#baglineup .price span.outlet {
  color: #CC0000;
  font-weight: bold;
  font-size:18px;
}
.price span.outlet span {
  color: #CC0000;
  font-weight: normal;
  font-size: 11px;
}
p.lead {
  font-size: 16px;    
} 
.list_item01 {
  list-style: disc;
  margin-left: 2em;
}
.list_item01 li {
  margin-bottom: 5px;
}

.dp_block {
  display: block;
}


/* ------------ 
responsive
---------------*/
.inner_cont {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;
}
.inner_box {
  padding: 0 15px;
}
.page_head {
  padding: 4px 0;
  border-bottom: dashed 2px #79aa82;
  margin-bottom: 50px;
}
div.content {
  border: medium none;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;
}

div.navigation {
  width: 48%!important;
  float: right!important;
}
.items {
  margin: 0!important;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .items_list {
    flex: 0 0 33.3%;
    display: block;
  }

}
@media screen and (min-width: 768px) {
  .items_list {
    flex: 0 0 16.6%;
    display: block;
  }

}

/* 詳細画像　*/
.item_photo,
.item_photo li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item_photo {
  margin-bottom: 5px;
}

.item_photo li {
  overflow: hidden;
}

.item_photo li.item2,
.item_photo li.item3,
.item_photo li.item4 {
  display: none;
}

.item_photo li:hover img {}

.thumb,
.thumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.thumb li {
  cursor: pointer;
}

.thumb li img {
  width: 100%;
  height: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.thumb li:hover img,
.thumb li.active img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

#contents #details_b .item_photo {
  position: relative;
  padding-top: 91%;
}

.detail_panel {}

.item_photo li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
}

.item_photo li:first-child {
  z-index: 10;
}

.item_photo li img {
  max-width: 100%;
}

.tumb_panel {
  overflow: hidden;
}

.thumb {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

.thumb li {
  width: 20%;
  border: solid 1px #fff;
  box-sizing: border-box;
}

.thumb img {
  vertical-align: middle;
}

.thumb li.active {
  border: solid 1px orange;
}

.item_photo_panel {
  position: relative;
}

.photonav div {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  display: block;
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.photonav .prev {
  left: 0;
  /*  background: rgba(255,255,255,0.5);*/
  justify-content: flex-start;
}

.photonav .next {
  right: 0;
  /*  background: rgba(0,0,0,0.5);*/
  justify-content: flex-end;
}

.photonav .next::after {
  content: ">";
  height: 25px;
  width: 25px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photonav .prev::after {
  content: "<";
  height: 25px;
  width: 25px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.items li img {
  margin: auto;
  display: block;
}

/* page title */
.page_tit,
.page_tit a {
  color: #79aa82;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
.page_tit span {
  color: #79aa82;
  font-size: 18px;
    font-weight: normal;
}


@media screen and (max-width: 600px) {
  /* header */
  #header {
    height: 60px;
    /*margin-bottom: 20px;*/
    /*    z-index: 1000;*/
    position: relative;
  }
  #header_panel {
    padding: 10px 15px;
    position: relative;
    z-index: 100;
  }
  #header .inner {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #c6bfb7
  }

  /* nav */
  #menu02 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 60px;
    top: 10px;
  }
  #menu02 ul {
    padding: 0;
  }
  #menu02 li {
    display: none;
  }
  #header h1 {
    float: none;
    margin-bottom: 0;
    width: 180px;
    margin-top: 0;
  }
  #menu02 li.cartbtn {
    /* width: 40px; */
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
  }
  #menu02 li.cartbtn {
    display: block;
  }
  #menu02 li.cartbtn a span {
    display: block;
    font-size: 10px;
    margin-left: 5px;
  }
  #header_panel {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    position: relative;
  }
  #header_panel .inner_cont {
    padding-left: 0;
  }
  /*
  #gnav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 9999;
  background: #958b81;
}
  */
  .drbtn {
    position: absolute;
    top: 4px;
    width: 50px;
    height: 50px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    cursor: pointer;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    padding-bottom: 2px;
    z-index: 10000;
    left: -55px;
    color: #543a34;
  }
  .hambarg {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 30px;
    background: #543a34;
    -webkit-transition: ease .5s;
  }
  .hambarg:nth-child(1) {
    top: 20%;
    left: 50%;
  }
  .hambarg:nth-child(2) {
    top: 40%;
    left: 50%;
  }
  .hambarg:nth-child(3) {
    top: 60%;
    left: 50%;
  }
  #gnav.action {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drbtn.action {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    cursor: pointer;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    padding-bottom: 2px;
    z-index: 10000;
    left: 83%;
  }
  .drbtn.action .hambarg:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .drbtn.action .hambarg:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .drbtn.action .hambarg:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  /* footr */
  /*
  #footer {
  padding-top: 0;
  padding-bottom: 0;
}
  #footer p {
  float: none;
  text-align: center;
  clear: both;
  margin-top: 10px;
}
  #footer ul {
  border-right: 0;
  border-top: solid 1px;

  border-right: 0;
  display: inline;
  float: none;
  overflow: hidden;
  display: flex;
  justify-content: center;

}
  #footer ul li {
  border-left: 0;
  border-bottom: solid 1px;
}
  #footer ul li:first-child {
  border-right: 0;
  border-left: 0;
}
  */
  /* 詳細 */
  #details_b #details_area {
    padding-bottom: 0;
  }
  #header_panel h1 img {
    max-width: 100%;
  }
  #gnav {
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 33px;
  }
  #gnav ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  #gnav ul li {
    float: none;
    margin: 0;
    padding: 0;
  }
  #gnav ul li a {
    padding: 15px;
  }
  #details_a {
    float: none;
    width: 100%;
  }
  #details_a + img {
    float: none;
    max-width: 100%;
    display: block;
    margin: auto;
  }
  #details_b div.content {
    float: none;
    width: 100%;
    padding: 0;
  }
  div.navigation {
    width: 100%!important;
    float: none!important;
    margin-top: -25px;
  }
  #details_b table#item_detail {
    width: 100%;
    left: 0;
    top: 0!important;
    position: relative;
  }
  .item_photo_panel {
    position: relative;
    max-width: 475px;
    margin: auto;
  }
  /* page title */
  .page_tit {
    font-size: 21px;
    font-weight: bold;
  }
  .page_tit span {
    font-size: 16px;
    display: block;
    line-height: 1;
  }
}

@media screen and (max-width: 600px) {
  .items > li {
    width: 33.3%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 15px;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .items > li {
    width: 25%;
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  /* header */
  #menu02 li.cartbtn a {
    background: #543a34;
    color: #fff;
    font-size: 16px;
  }
  #menu02 li.cartbtn a span {
    margin-left: 5px;
  }
  .items > li {
    width: 16.6%;
    margin: 15px 0 0 0;
  }
  /* mv */
  #details_a {
    width: 50%;
  }
  #details_a + img {
    width: 48%;
  }
  .drbtn {
    display: none;
  }
  /* 詳細画像　*/
  #contents #details_b .item_photo {}
  .detail_panel {
    display: flex;
    flex-flow: row-reverse;
  }
  .item_photo_panel {
    position: relative;
    width: 48%;
  }
  .item_photo li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .item_photo li:first-child {
    z-index: 10;
  }
  .item_photo li img {
    max-width: 100%;
  }
  .tumb_panel {
    width: 48%;
    overflow: hidden;
    margin-right: 4%;
  }
  .thumb {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .thumb li {
    width: 20%;
  }
  .thumb img {}
}




.commodity_h3bg{
  background: #c6bfb7;
  height: auto;
  line-height: 1.5;
  padding: 5px 15px;
}




/* cart_crt_detail */
#details_c {
  max-width: 640px;
  width: 65%;
}
#details_c li {
  margin-bottom: 15px;
}
.price span {
  color: #999;
  padding-left: 3px;
  font-size: 11px;
}
#details .price span {
  color: #666;
  padding-left: 0px;
  font-size: 18px;
}

#wagon {
  padding-top: 5px;
}
#wagon a {
  font-size: 16px;
  padding: 10px;
  margin: 0;
  text-align: center;
  font-weight: 500;
}
#wagon a.btn::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #wagon a,
  .back_cartlist a {
    margin: auto;
    display: block;
    font-size: 18px;
  }
}
.back_cartlist {
  margin: 15px 0;
}
.back_cartlist a {
  color: orange;
  text-decoration: none;
  /* font-size: 14px!important; */
  padding: 0!important;
  /* border-radius: 5px; */
  display: inline-block;
}

.btn {
  background: orange;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 5px;
  width: 90%;
  display: block;
  margin: auto;
  max-width: 210px;
  font-size: 16px;
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;

}
.btn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: 5px;
  font-size: 14px;
  top: 1px;
  position: relative;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #details_c {
    float: none;
    width: 100%;  
  }
  #photo_l {
    background-repeat: no-repeat;
    float: none;
    max-width: 300px;
    margin-bottom: 20px;
    margin: auto;
  }
  #photo_l a {
    position: relative;
    background-image: none;
  }
  #photo_l a::after {
    top: 0;
  }


  /* lightbox */
  .lb-outerContainer {
    width:90%!important;
    height: auto!important;
  }
  #lightbox img {
    width: 100%!important;
    height: auto!important;
  }
  .lb-dataContainer {
    width: 90%!important;
  }
  .lb-loader {
    display: none!important;    
  }

}
@media screen and (min-width: 768px) {
  #photo_l {
    width: 30%;
    position: relative;
  } 
}


/* cart */
.btn .fas {
  font-size: 20px;
  margin-right: 10px;
}
.btn_delete {
  border: solid 1px #543A34;
  padding: 2px 5px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  width: 4em;
  text-align: center;
  margin-top: 10px;
}
.btn_delete:before {
  font-family: "Font Awesome 5 Free";
  content: "\f057";
  font-weight: bold;
  margin-right: 2px;
  font-size: 16px;
} 


@media screen and (max-width: 767px) {
  table#cart .bg_grey_c {
    display: none;    
  }
  #cart {
    border: 0;
    font-size: 16px;
  }  
  #cart select {
    border: solid 1px #ccc;
    font-size: 18px;
    padding: 5px;
  }
  #cart tr {  
    position: relative;
    border-top: solid 1px #ccc;
    padding: 10px 0;
    display: block;
  }
  #cart td {
    display: list-item;
    border: 0;
    list-style: none;
  }
  #cart td.item_image {
    background-color: #fff;        
  }
  #cart td:nth-child(1) {
    position: absolute;
    width: 20%;  
  }
  #cart td:nth-child(3) {
    display: none;
  }
  #cart td:nth-child(2),
  #cart td:nth-child(4),
  #cart td:nth-child(5),
  #cart td:nth-child(6) {
    padding-left: 25%;
    text-align: left;
  }

  #cart td.suryo {
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
  }
  #cart td.suryo::before {
    content: "数量：";
  }
  #cart .bg_yellow_c {
    display: flex;    
  }
  #cart .bg_yellow_c td:nth-child(1) {
    position: relative;
    width: auto;    
  }
  #cart .bg_yellow_c td:nth-child(3) {
    display: block; 
    width: auto;  
    font-size: 20px;
  }
  #cart .bg_yellow_c td:nth-child(2),
  #cart .bg_yellow_c td:nth-child(4),
  #cart .bg_yellow_c td:nth-child(5),
  #cart .bg_yellow_c td:nth-child(6) {
    display: none;
  }
  #cart .bg_blue_c {
    display: flex;    
  }
  #cart .bg_blue_c td:nth-child(1) {
    position: relative;
    width: auto;    
  }
  #cart .bg_blue_c td:nth-child(4) {
    display: block;
    width: auto;
    padding-left: 0;
    font-size: 20px;
  }
  #cart .bg_blue_c td:nth-child(2),
  #cart .bg_blue_c td:nth-child(5),
  #cart .bg_blue_c td:nth-child(6) {
    display: none;
  }
  .moreshopping {
    float: none;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .moreshopping a {
    float: none;
    margin-left: 20px;
    display: block;
    margin: 0;
  }
  .moreshopping + div {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
    flex-wrap: wrap;
    float: none;
  }
  .moreshopping + div a {
    display: block;
    margin: 0 0 20px 0;
  }

  .btn {
    max-width: 300px;    
  }
  .border_r_gray > ul.p_l15 {
    padding: 0;
  }
  .border_r_gray > ul.p_l15 li:first-child {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    background: #eee;
    padding: 5px;
  }
  .btn_delete {
    padding: 2px 5px;
    font-size: 14px;
  }
  .btn_delete:before {
    font-size: 15px;
  }
  #cart .bg_yellow_c td.gokei_suryo,
  #cart .bg_blue_c td.gokei_kingaku {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

}
/* input page */
input[type="button"] ,
input[type="submit"] ,
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.input {
  padding: 7px;
  width: 100%;
  box-sizing: border-box;
}
p.btn_reset input[type="button"] {
  /*
  background: none repeat scroll 0 0 #046675;
  border-radius: 3px;
  padding: 5px 15px;
  color: #fff;
  */
}
.input_tbl {
}
.input_tbl td {
  padding-bottom: 15px;
}
.panel_bg_gray {
  padding: 15px;
  background-color: #f2f2f2;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page_tit.input_page {
    margin-top: 20px;  
  }
  .form_tbl {
    width: 100%;
  }
  .form_tbl td {
    padding-left: 0;    
  }
  .form_tbl input,
  .form_tbl textarea{
    width: 100%;
    box-sizing: border-box; 
  }
  .form_tbl_2 td {
    padding-left: 0;    
  }
  .form_tbl_2 td textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .form_tbl_2 input {
    margin-top: 15px;    
  }
  .hope_time {}
  .hope_time li {} 
  p.btn_reset input[type="button"] {
    width: 100px;
  }
  .btn_order {
    text-align: center;
    margin-right: 0;
  }
  .btn_back {
    float: none;
    padding: 0!important;
    text-align: center; 
    margin-right: 0;
  }
  .conf_tbl {

  }
  .conf_tbl tr {

  }
  .conf_tbl tr td:first-child {
    font-weight: bold;
    border-top: solid 1px #ccc;
    padding-top: 15px;
  }
  .conf_tbl tr td:last-child {
    padding-bottom: 15px;  
  }
  .conf_tbl td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
  }

  .conf_tbl td.bg_grey_c {
    background: #fff;    
  }
  div.inqfinish {
    padding: 30px;
  }

}
@media screen and (min-width: 768px) {
  .hope_time {
    overflow: hidden;
  }
  .hope_time li {
    float: left;
    margin-right: 15px;
  } 
  .conf_tbl tr td:first-child {
    width: 10em;
  }
}


/* 表記 */
@media screen and (max-width: 767px) {
  table#hyoukitbl th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
    padding-top: 20px;
    font-weight: bold;
  }
  table#hyoukitbl td {
    padding-top: 5px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 20px;
    padding-left: 5px;
  }
}
/* about */
.aboutus_section_01 img {
  border-radius: 0 10px;
}
@media screen and (max-width: 767px) {
  #haiji img {
    float: none!important;
    display: block;
    margin: auto;
  }
  #haiji p {
    width: 100%;  
  }
  .aboutus_section_01 .photo_r, 
  .aboutus_section_01 .photo_l {
    margin: 20px auto;
  }
}
@media screen and (min-width: 768px) {
  .aboutus_section_01 {
    overflow: hidden;
    margin-bottom: 30px;
  }

  .aboutus_section_01 .photo_r {
    float: right;
  }
  .aboutus_section_01 .photo_l {
    float: left;
  }
  .aboutus_section_01 .photo_r + div {
    float: left;
  }
  .aboutus_section_01 .photo_l + div {
    float: right;
  }
  .aboutus_section_01 .photo_r, 
  .aboutus_section_01 .photo_l {
    width: 35%;
  }
  .aboutus_section_01 img {
    width: 100%;
  }
  .aboutus_section_01 .photo_r + div , 
  .aboutus_section_01 .photo_l + div {
    width: 60%;
  }
}



/* sitemap */
@media screen and (max-width: 767px) {
  #syohin {
    margin-left: 0;
  }
}

/* inq */
.btnpanel_2btn li input {
  width: 200px;
  text-align: center;
  background: orange;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 5px;
  display: block;
  margin: auto;
  max-width: 210px;
  font-size: 16px;
  cursor: pointer;
}
.btnpanel_2btn li a {
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
}
.btn input {

}
@media screen and (max-width: 767px) {
  .btnpanel_2btn {}
  .btnpanel_2btn li {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .btnpanel_2btn {
    overflow: hidden;
    text-align: center;}
  .btnpanel_2btn li {
    display: inline-block;
    margin: 0 15px;
  }

}
/* cart */
.btnpanel_3btn {
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}
.btnpanel_3btn li {
  display: inline-block;
  /*  width: 150px;*/
  margin: 15px;
}
.btnpanel_3btn li a {
  display: block;
  font-size: 16px;
  margin: auto;
}
.moreshopping {
  float: none;
  margin-bottom: 0;
}
.moreshopping a {
  float: none;
  margin-left: 0;
}
.cartitem_detail {
}
.cartitem_detail li {

}
.cartitem_detail li:first-child {
  font-weight: bold;
  margin-bottom: 10px;

}
.th_width {
}
#cart th.itemphoto {
  width: 150px;
}
#cart th.itemname {
}
#cart th.itemprice {
  width: 9em;
}
#cart th.quantity {
  width: 3em;
}
#cart th.cart_total {
  width: 9em;
}
#cart th.delete_btn_area {
  width: 3em;
}
@media screen and (max-width: 767px) {
  .cartitem_detail {
    padding: 0;
  }
  .finish_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    padding: 70px 20px;
    text-align: center;
  }
  .btnpanel_3btn li {
    width: 80%;
    font-weight: 500;
  }
  .f_14 {
    font-size: 14px;
  }
  .f_12 {
    font-size: 12px;
  }
}
/**/
@media screen and (max-width: 767px) {
  .pc_item {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_item {
    display: none;
  }
}


/* 大カテゴリheadding */
.item_page_tit {
  color: #468C82;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0!important;

}
.item_page_tit a {
  color: #468C82;
  text-decoration: none;
}
.item_page_tit a:hover {
  text-decoration: underline;
}

/* size table */
.item_size h3 {
  background: #c6bfb7;
  color: #543A34;
  line-height: 1;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

/*
#details_b table#item_detail {
border: 0;
margin-bottom: 30px;   
}
*/
#details_b table#item_detail caption {
  font-weight: bold;
  color: #543A34;
  margin-bottom: 10px;
  border-left: 5px solid;
  padding-left: 10px;
  text-align: left;
}


/* slider */
.thumb-item .slick-slide p {
  margin-top: 5px;
}
.thumb-item-nav.slick-slider .slick-track li  {
  padding: 1px;
  box-sizing: border-box;
}
.slick-slider .slick-track li img {
  width:100%;
}

.thumb-item-nav.slick-slider .slick-track {
  transform: translate3d(0px, 0px, 0px)!important;
  width: 100%!important;
  display: flex;
  flex-wrap: wrap;
}


/*
.thumb-item-nav.slick-slider .slick-track li img {
width:80%;
margin: auto;
}
*/
.thumb-item-nav .slick-track:before, .thumb-item-nav .slick-track:after {
  display: none!important;
}


/* 追加　*/

/* item List */  
.item_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px!important;
}
.item_list ul li {
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 12px;
}
.item_list > li {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.item_list > li::after {
  content: "";
  display: block;
  height: 1px;
  width: 70%;
  margin: auto;
  border-bottom: dotted 2px #c6bfb7;
  position: absolute;
  bottom: 0;
  left: 15%;
}
.item_list li img {
  width: 85%;
}
.item_list ul li.price span {
  font-size: 11px;
  color: #999;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  /* item List */   
  .item_list > li {
    flex: 0 0 33.3%;
    margin-bottom: 25px;
  }
  .item_list ul {
    font-size: 12px;
    line-height: 1.5;
  }
  .item_list ul li.price{
    font-size: 14px;
  }
  .commodity_h3bg + div {
    margin-bottom: 30px;
  }
  .item_mv {
    text-align: center;
  }
  .thumb-item-nav.slick-slider .slick-track li {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* size table */
  #details_b table#item_detail th {
    border-right: 1px solid #ececec;
    padding: 5px 10px;
    width: 6em;
    font-weight: normal;
    font-size: 100%;
    white-space: pre-wrap;
    text-align: left;
  }
}


/* list and detail */
@media screen and (min-width: 768px) {
  /* item List */
  .item_list {}
  .item_list > li {
    flex: 0 0 16.66%;
    margin-bottom: 20px;        
  }
  .item_list ul li {}
  .item_list ul li.price{
    font-size: 16px;
  }
  .item_list > li {
    padding-bottom: 15px;
  }
  .item_list > li::after {
    /*        left: 0;*/
  }
  .commodity_h3bg + div {
    margin-bottom: 40px;
  }

  /* item MV */
  .item_mv {
    width: 50%;
    float: left;
  }
  .item_mv img {
    max-width: 92%!important;
  }

  /* item Size */
  .item_size {
    float: left;
    width: 45%; 
  }
  .item_photos {
    float: right;
    width: 50%;
  }


  #details_area {
    overflow: hidden;        
  }

  /* slider */
  .thumb-item-nav.slick-slider .slick-track li {
    flex: 0 0 16.6%;
    max-width:16.6%;
  }

}


@media screen and (min-width: 768px) {
  .pc_tbl {
    border: 0!important;
  }
  .pc_tbl th {
    display: list-item;
    width: 100%;
    border-right:0!important;
    position: relative;
    padding-left: 15px!important;
    padding-bottom: 0!important;
  }
  .pc_tbl th::before {
    font-family: "Font Awesome 5 Free";
    content: "\f358";
    margin-right: 5px;
    font-size: 13px;
    position: relative;
    top: 0;
    font-weight: bold;
  }
  .pc_tbl td {
    display: list-item;
    width: 100%;
    border-right:0!important;
    padding-left: 15px!important;
    border-bottom: dotted 1px #ccc;
    box-sizing: border-box;
    padding-top: 0!important;
  }
}

@charset "UTF-8";
/*---------------------------------------------
top.css
---------------------------------------------

/*-- toppage --*/
/*

#mainvisual {
background: url(../../images/top/top_bg.jpg) repeat-x scroll 0 bottom transparent;
height: 203px;
margin-top: -40px;
margin-bottom: 30px;
}
#mainvisual .inner {
}
*/
/*
.topsection {
overflow:hidden;
margin-bottom: 30px;
position: relative;
}
.topsection .f_left {
float:left;
}
.topsection .f_right {
float:right;
}
.topsection li {
line-height:1;
}
.topsection h2 {
margin-right: 20px;
background: url(../../images/top/line.gif) repeat-x scroll 0 center transparent;
}
.topsection p {
font-size: 16px;
margin-bottom: 15px;
}
.topsection p.btn_lineup {
background:#fff;
position: absolute;
right: 0;
top: 0;
}
.topsection ul.zakka {
width:471px;
overflow: hidden;
}
.topsection ul.zakka li {
margin-bottom: 10px;
}
.topsection a {
}
.topsection a:hover img {
-ms-filter: "alpha( opacity=80 )";
filter: alpha( opacity=70 );
opacity: 0.8;
}
*/
/*
ul#picup li.picup_item_01 {
width:472px;
}
ul#picup li.picup_item_02 {
margin-right: 16px;
margin-top: 16px;
width: 309px;
}
ul#picup li.lastitem {
margin-right:0;
}
*/
/*
#centerbox img {
margin-top: 15px;
}
#contents img {
border-style: none;
}
#info {
clear:left;
overflow:hidden;
}
#info iframe {
float:left;
}
dl#shinbun {
position:relative;
float:right;
}
dl#shinbun dt {
}
dl#shinbun dd {
position:absolute;
bottom:26px;
left:26px;
}
#gallery {
background: url(../../images/top/bag_arrow.gif) no-repeat 269px center;
height: 246px;
margin-bottom: 15px;
overflow: hidden;
position: relative;
}
#gallery dt {
border: 1px solid #D5D5D5;
float: left;
padding: 1px;
width: 265px;
height: 242px;
}
#gallery img {
vertical-align: middle;
}
#gallery dd {
float:right;
width: 680px;
}
#gallery dd ul {
overflow:hidden;
}
#gallery dd ul li {
float: left;
margin-bottom: 10px;
margin-left: 11px;
}
#gallery dd ul li a {
display:block;
border: 1px solid #D5D5D5;
}
#gallery dd ul li a:hover {
border: 1px solid #c67193;
}
#gallery dd.btn_lineup {
bottom: 0;
position: absolute;
right: -575px;
}
div.zakka {
margin-left: -11px;
width: 485px;
}
div.handmade {
width: 485px;
}
div.zakka ul {
overflow:hidden;
}
div.zakka ul li {
float: left;
margin-bottom: 11px;
margin-left: 11px;
}
div.handmade ul {
overflow:hidden;
}
div.handmade ul li {
float:left;
margin-bottom: 11px;
margin-left: 11px;
}
*/
/* slide */
/*
.thumb-wrapper {
overflow:hidden;
}
.thumb-wrapper ul {
margin:0;
padding:0;
}
.thumb-wrapper ul li {
border-right: 1px dotted #999;
display: block;
float: left;
height: 160px;
list-style: none outside none;
width: 136px;
}
.thumb-wrapper ul li.lastitem {
border-right:0;
}
.thumb-wrapper ul li a {
display: block;
font-size: 90%;
line-height: 1.4;
margin: auto;
text-decoration: none;
width: 95px;
}
#contents .thumb-wrapper li img {
display: block;
margin-bottom: 5px;
}
*/
/* ----- toppage ----- */
.toppage #header {
  margin-bottom:0;
}
/* mv */

.top_mv .inner_cont {
  position: relative;
}
.top_mv .inner_cont img {
  position: absolute;
  bottom: 34px;
  right: 0;
  width: 100%;
  max-width: 575px;
}

@media screen and (max-width: 767px) {
  .top_mv {
    position: relative;
    padding-top: 41.5%;
    background: url(https://image.raku-uru.jp/01/17432/1716/sp_mv_1651397020586.jpg) no-repeat center top;
    background-size: auto 100%;
    margin-bottom: 15px;
    position: relative;
  }
  .catch {
    color: #f19a04;
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .top_mv {
    position: relative;
    padding-top: 22.5%;
    background: url(https://image.raku-uru.jp/01/17432/1715/top_1651396286637.jpg) no-repeat center top;
    background-size: auto 100%;
    margin-bottom: 50px;
    position: relative;
  }
}


#tokidoki h2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  color: #3f2a06;
  font-weight: 500;
}
#tokidoki h2 span {
  background: #fff;
  z-index: 5;
  position: relative;
  padding: 0 15px;
}
#tokidoki h2 span i {
  margin-right: 5px;
}
#tokidoki h2::after {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
} 
@media screen and (max-width: 767px) {
  #tokidoki h2 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
  }
  #tokidoki h2::after {
    width: 90%;
    top: 50%;
    left: 5%;
  } 
}
@media screen and (min-width: 768px) {
  #tokidoki h2 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  #tokidoki h2::after {
    width: 100%;
    top: 50%;
  } 
}



.cont_item {
  margin-bottom: 70px;
}
.cont_item_head h2 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cont_item_head {
    color: #3f2a06;
    font-size: 16px;
    padding: 4.5%;
    margin-bottom: 25px;
  }

  .cont_item .lead_txt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  } 
  .mv_bag {
    background: #c6bfb7 url(https://image.raku-uru.jp/01/17432/131/mv_bag_1613138502113.jpg) no-repeat 160% center;
    background-size: auto 100%;  
  }
  .mv_zakka {
    background: #c6bfb7 url(https://image.raku-uru.jp/01/17432/127/mv_zakka_1613138500578.jpg) no-repeat 160% center;
    background-size: auto 100%;  
  }
  .mv_ride {
    background: #c6bfb7 url(https://image.raku-uru.jp/01/17432/129/fabio_1613138501605.jpg) no-repeat 160% center;
    background-size: auto 100%;  
  }


}

@media screen and (min-width: 768px) {
  .cont_item_head {
    color: #3f2a06;
    font-size: 25px;
    padding: 5.5%;
    margin-bottom: 50px;
  }
  .cont_item .lead_txt {
    text-align: center;
    margin-bottom: 50px;
    font-size: 16px;
  } 
  .mv_bag {
    background: #c6bfb7 url(https://image.raku-uru.jp/01/17432/131/mv_bag_1613138502113.jpg) no-repeat right center;
    background-size: auto 100%;  
  }
  .mv_zakka {
    background: #c6bfb7 url(https://image.raku-uru.jp/01/17432/127/mv_zakka_1613138500578.jpg) no-repeat right center;
    background-size: auto 100%;  
  }
  .mv_ride {
    background: #c6bfb7 url(https://image.raku-uru.jp/01/17432/129/fabio_1613138501605.jpg) no-repeat right center;
    background-size: auto 100%;  
  }
}




.cont_itemlist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cont_itemlist li img {
  border-radius: 50%;
  -moz-transition: -moz-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  transition: transform 0.1s linear;
}
.cont_itemlist li img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cont_itemlist a {
  text-decoration: none;
}
.cont_itemlist dl {
  margin-top: 15px;
  text-align: center;
  width: 90%;
  margin: 15px auto 0;
}
.cont_itemlist dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.btn_01 {
  border: solid 1px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}
.btn_01:hover {
  text-decoration: none;    
}
.btn_01::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  margin-left: 3px;
  font-size: 17px;
  top: 1px;
  position: relative;
  text-align: center;

}
.viewall {
  text-align: center;
}
.viewall a {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #cont_bag .cont_itemlist li,
  #cont_zakka .cont_itemlist li {
    flex: 0 0 50%;
    margin-bottom: 20px;   
  }
  #cont_rideing .cont_itemlist li {
    flex: 0 0 50%;
    margin-bottom: 20px;flex: 0 0 50%;   
  }
  .cont_itemlist li img {
    width: 85%;
    margin: auto;
    display: block;
  }

}

@media screen and (min-width: 768px) {
  .cont_itemlist {
    margin-bottom: 50px;
  }
  #cont_bag .cont_itemlist li,
  #cont_zakka .cont_itemlist li {
    flex: 0 0 20%;    
  }
  #cont_rideing .cont_itemlist li {
    flex: 0 0 25%;   
  }
  .cont_itemlist li img {
    width:88%;
  }

}

/* tokidoki */
#tokidoki {
  margin-bottom: 60px;
}
.ico_new {
  background: #f56666;
  color: #fff;
  padding: 0 4px;
  line-height: 1;
  border-radius: 2px;
  font-size: 12px;
}
#tokidoki .inner_cont {
  padding: 0;
}
.nav-horizontal {
  overflow: hidden;
  width: 100%;
  padding-left: 3%;
  margin-bottom: 10px;
  padding-right: 3%;
  box-sizing: border-box;
}
.nav-horizontal .mask {
  width: 100%;
  padding-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}
.nav-horizontal .list {
  display: flex;
  margin: 0 auto;
  /* max-width: 100%; */
  padding: 0;
  /* width: 1000px; */
  /* border: solid 1px #000099; */
  border-radius: 5px;
}
.nav-horizontal .list li {
  flex: 0 0 160px;

}
.nav-horizontal .list li dl {
  padding-right: 10px;

}
.nav-horizontal .list li a {
  display: block;
}
.nav-horizontal .list li img {
  width: 150px;
}
.nav-horizontal .list li dt {
  margin-bottom: 5px;
}
.nav-horizontal .list li dd {
  width:150px;

}
.nav-horizontal .mask::-webkit-scrollbar{
  width: 10px;
}
.nav-horizontal .mask::-webkit-scrollbar-track{
  background: #fff;
  border-left: solid 1px #ececec;
}
.nav-horizontal .mask::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}
@media screen and (max-width: 767px) {
  .p_bar {
    width: 360px;
    margin-bottom: 15px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p_bar {
    width: 450px;
    display: block;
  }
}
/* input画面 */
@media screen and (max-width: 767px) {
  .input_page {
    font-size: 16px;

  }
  .panel_bg_gray,
  .bg_grey {
    background: none!important;
  }
  .panel_bg_gray input,
  .panel_bg_gray textarea,
  .bg_grey input,
  .bg_grey textarea {
    font-size: 16px;
    border: solid 1px #ccc;
  }


  .input_radio input {
    float: left;
    height: 20px;
    width: 20px;
  }
  .input_radio label::after {
    content: "";
    display: block;
    margin-bottom: 15px;

  }
  .input_radio.shiharai label::after {
    margin-bottom: 0;
  }

  .input_radio label + br {
    clear: both;
  }



}
.inq_btn input {
  border: 0;
}

/* conf */
.info_table {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {

  .info_table td {
    display: list-item;
    width: 100%;
    box-sizing: border-box;
  }
  .info_table td:first-child {
    font-weight: bold;
  }
}
/**/
.slick-prev, .slick-next {
  height: 100%!important;
  width: 50%!important;
}
.slick-prev {
  text-align: left;
left: 0!important;
}
.slick-next {
  text-align: right;
   right: 0!important;
}
.slick-prev:before, .slick-next:before {
font-size: 30px!important;
color: #543A34!important;
    position: absolute;
  top: 40%;
}
.slick-next:before {  
    right: 5px;
}
.slick-prev:before {  
    left: 5px;
}

/* add20190914 */
.info_201910 {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.info_201910 div {
  border: solid 2px orange;
  padding: 15px;
  border-radius: 10px;
}

.info_201910 a {
  margin-top: 10px;
  display: inline-block;
  color: red;
}
@media screen and (max-width: 767px) {
  .catch {
    margin-bottom: 15px;
  }
}

/* add20191020 */
#details_b table#item_detail ul {
  margin-bottom: 0;
  list-style: disc;
  padding-left: 1.5em;
}

/*-- sitemap ---*/
#sitemap {
  background: none repeat scroll 0 0 transparent;
  padding: 0;
}
.sitemap01 {

}

#syohin_a {
  list-style-type: none;
  margin-top: 5px;
  overflow: hidden;
  /*	padding-left: 1em;*/
}
#syohin li {
  margin-bottom: 20px;
}
#syohin {
  margin-left: 20px;
  margin-top: 20px;
  overflow:hidden;
}
#syohin > li {
  margin-bottom: 25px;
  /*
  background: url("../images/list01.gif") no-repeat 0 0.5em;
  padding-left:15px;
  */
}
#syohin > li a {
  margin-bottom: 15px;
  text-decoration: none;
}
#syohin_a li {
  background: none repeat scroll 0 0 transparent;
  /*	list-style: circle outside none;*/
  /*	margin-left: 15px;*/
  padding-left: 0;
  float:left;
  margin-right: 20px;
}
#syohin_a > li a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: 3px;
  font-size: 12px;
  font-weight: 900;
}
#syohin > li > a {
  border-bottom:dotted 1px #c6bfb7;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding-bottom: 10px;
}
#syohin > li > a + ul {
  margin-left: 1em;
}
#syohin > li > a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: 3px;
  font-size: 14px;
  font-weight: 900;
}
/*-- shopping guide --*/
#userguide01 {
  background-image: url("https://image.raku-uru.jp/01/17432/107/bg_1613138214093.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  margin-right: 30px;
  margin-top: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-top: 0;
  width: 100%;
  margin-bottom: 30px;
}
#userguide01 li {
  font-size: 115%;
  margin-bottom: 7px;
}
#userguide01 li a {
  font-weight: bold;
  text-decoration: none;
}
#userguide01 li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f358";
  margin-right: 10px;
  font-size: 18px;
  top: 1px;
  position: relative;
  font-weight: 900;
}

#userguide03 {
  background-image: url("https://image.raku-uru.jp/01/17432/106/download_1613138213872.gif");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#userguide04 {
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#userguide05 {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#userguide05 h5 {

}
#userguide05 li {
  list-style-position:outside;
  margin-left:30px;
}
/*
#guide {
font-weight: bold;
}
#guide li {
background: url(../images/arrow_down.gif) no-repeat scroll 0 center transparent;
margin-bottom: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-top: 5px;
text-indent: 0;
}
*/
.guide_box {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0 15px;
}
.guide_box p {
  margin-left: 30px;
  margin-right: 20px;
}
.guide_box p.bank_no {
  background: none repeat scroll 0 0 #EFEFEF;
  padding: 10px;
}
#souryo {
  border-left: 1px solid #A2B38F;
  border-top: 1px solid #A2B38F;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-top: 10px;
}
#souryo td {
  border-bottom: 1px solid #A2B38F;
  border-right: 1px solid #A2B38F;
}

.guide p {
  margin: 10px 0;
}
.guide_box dt,
.guide_box h5 {
  font-weight: bold;
  color: #543A34;
  border-left: 5px solid;
  padding-left: 8px!important;
  line-height: 1!important;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 115%;
}
.step_panel h5 span {
  margin-right: 10px;
  display: inline-block;
}
#userguide05 .souryo_tbl {
  width: 100%;
}
#userguide05 .souryo_tbl ul {
  overflow: hidden;
  margin: 0;
}
#userguide05 .souryo_tbl ul li {
  list-style-type: none;
  margin-left: 0;
  float: left;
  display: inline-block;
}
#userguide05 .souryo_tbl ul li::after {
  content: "/";
  padding: 2px;
}
#userguide05 .souryo_tbl th.prefecture_list {
  width: 36%;
}
@media screen and (max-width: 767px) {
  #userguide05 .souryo_tbl {
    font-size: 12px;
  }
}
/* guide */

#userguide05 h5 {
  width: 100%;
  /*
  line-height: 1.5;
  padding-left: 1.5em;
  text-indent: 0;
  box-sizing: border-box;
  margin-left: 0;
  */
}
#contents img {
  max-width: 100%;
  height: auto;
}
.guide_box p {
  margin-left: 0;
  margin-right: 0;
}

#userguide05 .souryo_tbl {
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  border-bottom: 0;
  border-right: 0;
  margin-top: 10px;
  border-spacing: 0;
  margin-left: 0!important;
  font-size: 13px;
}
#userguide05 .souryo_tbl th,#userguide05 .souryo_tbl td {
  padding: 5px 10px; 
}
#userguide05 .souryo_tbl th {
  text-align: left;
  background-color: #efefef;
  font-weight: normal;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #fff;

}
#userguide05 .souryo_tbl td {
  text-align: right;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: 0;
  border-top: 0;

}
@media screen and (max-width: 767px) {
  .guide p {
    font-size: 16px;
  }
  .guide h3.tit01 {
    line-height: 1.5;
  }
  .contact_list {
    font-size: 16px;
  }
  #userguide01 {
    background: none;
    margin-bottom: 0;
  }
  #userguide01 ul {
    /*
    background-image: url(http://atelierhaiji.com/image/guide/bg.jpg);
    background-position: right -35%;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin-right: 30px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
    background-size: 100% auto;
    padding-top: 46%;
    */
  }
  h3.tit01 {
    color: #543A34;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 1.6;
    padding: 10px;
    margin-bottom: 30px;
    background-image: none;
    margin-bottom: 15px;
  }
  #userguide04 h5 {
    /* background-image: url(../images/list03.gif); */
    /* background-position: left center; */
    /* background-repeat: no-repeat; */
    color: #468C82;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 2px;
    text-indent: 0;
    line-height: 1.4;
    padding-left: 0;

  }
  #userguide04 ul {
    background: none repeat scroll 0 0 #EFEFEF;
    list-style-position: outside;
    list-style-type: square;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding: 15px;
    padding-left: 2em;
    font-size: 16px;
  }
  #userguide05 h6 {
    margin-left: 0;
  }
}


/*-- hyouki --*/
table#hyoukitbl {
  width:100%;
  margin-bottom: 30px;
}
table#hyoukitbl th {
  font-weight: bold;
  padding: 15px 5px;
  width: 15%;
}
table#hyoukitbl td {
  width:85%;
  padding:15px;
}
/*-- about us --*/
#haiji {
  background-image: none;
  margin-top: 15px;
  padding: 0;
  width: 100%;
}
#haiji_a {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 0;
  overflow:hidden;
}
#haiji p {
  display: block;
  /* width: 690px; */
  line-height: 2;
  font-size: 115%;
}
#haiji p.firstletter:first-letter {

}


/*-- lineup --*/
.lineup_box a img {
  display: block;
  margin: auto;
}
.lineup_box h3 {
  background: none repeat scroll 0 0 transparent;
  padding-left: 0;
}
.lineup_box .txtbox {
  padding: 10px;
  margin: 0;
}
.lineup_box .price {
  font-size: 14px;
  margin-bottom: 10px;
}
#baglineup {
  margin-bottom: 30px;
  margin-left: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup_box .price span {
  font-size: 11px;
  color: #999;
}
.lineup_box p.itemtxt {
}
#baglineup .lastitem {
  /*	margin-right:0px;*/
}
.lineup_box .txtbox dt {
  border-bottom: 1px solid #666666;
  font-size: 107.5%;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.lineup_box .txtbox dt a {
  text-decoration:none;
  /*	background: url("../images/arrow.gif") no-repeat scroll 0 center transparent;
  padding-left: 15px;*/

}
.lineup_box .txtbox dt a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  margin-right: 5px;
  font-size: 17px;
  position: relative;
  top: 2px;
  font-weight: bold;
}
.lineup_box .txtbox dd{
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .lineup_box {
    float: none!important;
    margin-bottom: 9px!important;
    margin-right: 0;
    overflow: hidden!important;
    width: 100%!important;
    border-bottom: solid 1px#ccc;
    display: flex!important;
    flex-wrap: wrap;
    height: auto!important;
    padding-bottom: 15px;
    padding-top: 8px;
    justify-content: space-around;
  }
  .lineup_box a {
    padding: 0;
  }
  .lineup_box > a {
    flex: 0 0 35%;  
  } 
  .lineup_box > dl {
    flex: 0 0 60%;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    padding: 0 0 15px 0!important;
  }
  .lineup_box .txtbox dt {
    border-bottom: 0;
    margin-bottom: 5px;
    padding-bottom: 0;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .lineup_box {
    flex-wrap: wrap;
    flex: 0 0 24%;
    display: block!important;
    margin-bottom: 30px;
  }
  .lineup_box .price {
    font-size: 16px;
  }
}

/* sizetable */
#souryo_tbl{
  width: 90%;
  max-width: 320px;
  font-size: 14px;
  margin: auto;
}
#souryo_tbl h1 {
  font-size: 16px;
  border-left: 5px solid;
  padding-left: 10px;				
}
#souryo_tbl h1 + p {
  font-size: 13px;
}
#souryo_tbl table {
  border-left:solid 1px #ccc;
  border-top:solid 1px #ccc;	
  max-width: 320px;
border-bottom: 0;
}
#souryo_tbl table th {
  border-right:solid 1px #ccc;
  border-bottom:solid 1px #ccc;
  background: #eee;
  padding: 10px;
  font-weight: normal;
border-right: 0;
}
#souryo_tbl table td {
  border-right:solid 1px #ccc;
  border-bottom:solid 1px #ccc;
  text-align: right;
  padding: 10px;
  white-space: nowrap;
border-top: 0;
}
#souryo_tbl table ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#souryo_tbl table ul li {
  list-style-type: none;
  margin-left: 0;
  float: left;
  display: inline-block;
  margin-bottom: 20px;
}
#souryo_tbl table ul li::after {
  content: "/";
  padding: 2px;
}
@media screen and (max-width: 767px) {
  #souryo_tbl table th {
    display: block;
    width: 100%;
  }
  #souryo_tbl table th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 601px) and (max-width: 730px) {
  #gnav ul li {
    padding: 0 0.5em;
  }
  #gnav ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 731px) and (max-width: 800px) {
  #gnav ul li {
    padding: 0 0.5em;
  }
}


@media screen and (min-width: 768px) {
  ul#baglineup::before {
    content: "";
    display: block;
    width: 25%;
    height: 0;
    order: 1;
  }
  ul#baglineup::after {
    content: "";
    display: block;
    width: 25%;
    height: 0;
  }
}

.shipment-tbl-dm,
.shipment-tbl-compact {
   display:none;
}
.shipment-tbl caption {
    font-size: 16px;
    padding: 4px 12px 3px;
    color: #fff;
    background-color: #543A34;
}
.shipment-tbl table thead th, .shipment-tbl table thead td {
    color: #fff;
    background-color: #543A34;
}
@media only screen and (max-width: 600px){
.shipment-tbl table thead th span, .shipment-tbl table thead td span {
   padding: 0;
}
}
.e1 .schedule-date {
    color: #d1d1d1;
    background-color: #d6857e;
}
.event-list li.event1:before {
    background-color:#d6857e;
}
p.product_details {
    font-size: 14px;
}
.contents {
    width: auto;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
