@charset "euc-jp";

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #ffffff;
}

a {
  color: #562608;
}
a:hover {
  color: #444;
  text-decoration: none;
}

ul, ol, form, p {
  margin: 0;
}



.bold{font-weight:bold;}
.red {color:red;}
.yellow{color:#FFFFBF;}
.gray {color:#555;}
.fl {float:left;}
.fr {float:right;}
.stxt {font-size:80%;}
.sstxt {font-size:75%;}
.mtxt {font-size:115%;}
.mltxt {font-size:125%;}
.ltxt {font-size:150%;}

.fs08 { font-size: 0.8em; }.fs09 { font-size: 0.9em; }.fs1 { font-size: 1em; }
.fs11 { font-size: 1.1em; }.fs12 { font-size: 1.2em; }.fs13 { font-size: 1.3em; }
.w800 {width:800px; margin: 0 auto;}
.w960 {width:960px; margin: 0 auto;}
.w1000 {width:1000px; margin: 0 auto;}
.w1100 {width:1100px; margin: 0 auto;}
.w1200 {width:1200px; margin: 0 auto;}
.w100 {width:100%;}
.w90 {width:90%;}
.w70 {width:70%;}
.w65 {width:65%;}
.w50 {width:50%;}
.w49 {width:49%;}
.w30 {width:30%;}
.dc {display:block; text-align:center;}
.ma {margin-left: auto; margin-right: auto;}
.flex {display: -moz-flex;display: -ms-flex;display: -o-flex;display: -webkit-box;display: -ms-flexbox;display: flex;}
.jc_sb {-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.jc_sa {justify-content:space-around;}
.jc_ce {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.fl_wp {flex-wrap:-webkit-wrap; flex-wrap:-moz-wrap;-ms-flex-wrap:-ms-wrap;flex-wrap:-ms-wrap;flex-wrap:wrap;}
.ai_ce{  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;}
.txtc {text-align:center;} .txtr {text-align:right;}
body .sp {display: none;}
body ul#tabs-list li label.panel-label span.spi {display: none ;}
.pc_none {display:none;}



/* -- margin  --*/
.mb0{margin-bottom:0px !important;}.mb5{margin-bottom:5px !important;}.mb10{margin-bottom:10px !important;}.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}.mb25{margin-bottom:25px !important;}.mb30{margin-bottom:30px !important;}.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}.mb45{margin-bottom:45px !important;}.mb50{margin-bottom:50px !important;}.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}.mb65{margin-bottom:65px !important;}.mb70{margin-bottom:70px !important;}.mb75{margin-bottom:75px !important;}
.mb80{margin-bottom:80px !important;}.mb85{margin-bottom:85px !important;}.mb90{margin-bottom:90px !important;}.mb95{margin-bottom:95px !important;}.mb100{margin-bottom:100px !important;}


/* layout */
.wrapper {
  position: relative;
}

.hnav {width:100%;
  border-bottom:solid 3px #000;
}

.gnavi {
  width: 96%;
max-width: 87.14375em;
}

.footer {
  background: #db4550;
  width: 100%;
}

.container {
  max-width: 87.14375em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}


/* module */
.section__title-h2 {
  margin: 0;
  font-size: 1.14286em;
}
.section__suffix {
  font-size: 0.71429em;
}

.menu__section {
  margin: 0 0 30px;
  border-radius: 5px;
}
.menu__title-h2 {
  padding: 13px 0 13px 18px;
color: #000;
border-bottom: solid 2px #000;
margin-bottom: 10px;
}
.menu__suffix {
  padding-left: 10px;
}

.menu-list {
  list-style-type: none;
}
._login_user_wrapper .header-search__select option:nth-child(2),
._login_user_wrapper .tb-pulldown-list li:first-child,
._login_user_wrapper .menu-list.category-list li:first-child {
  display:none;
}

.menu-list__link {
  padding: 15px 20px;
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size:12px;
}
.menu-list__text {
  padding-right: 20px;
  height: 100%;
  width: 90%;
  display: table-cell;
  vertical-align: middle;
}
.menu-list__icon {
  height: 100%;
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.product-list {
  height: auto;
  width: 100%;
  margin: 0;
  list-style-type: none;
  letter-spacing: -.4em;
  display: inline-block;
}
.product-list__title {
  width: 65%;
  display: block;
}
.product-list__unit {
  margin: 0 0 80px;
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  float: none;
  text-align: center;
}
.product-list__image:hover {
  opacity: .8;
}
.product-list__name {
  margin: 10px 0 0;
  font-size: 1.07143em;
  font-weight: normal;
  height:70px;
}
.product-list__text {
  display: block;
  text-align: left;
}
.product-list__expl {
  margin: 10px 0 0;
  font-size: 0.71429em;
}
.product-list__prices .product-list__price {
  margin: 10px 0 0;
  font-size: 0.85714em;
  text-align:center;
}
.product-list__price-regular {
  text-decoration: line-through;
}
.product-list__price-soldout {
  color: #ff0000;
}
.product-list__discount-rate {
  color: #ff0000;
}

.rank__box {
  z-index: 3;
}
.rank__box--upper {
  position: absolute;
  top: 10px;
  left: 10px;
}

.rank__number {
  padding: 3px 0 0;
  height: 22px;
  width: 22px;
  position: absolute;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 0.71429em;
  border: 1px solid #000000;
}

.rank__number-color--1 {
  background: #ffea22;
  border: 1px solid #ffea22;
}
.rank__number-color--2 {
  background: #cbcbcb;
  border: 1px solid #cbcbcb;
}
.rank__number-color--3 {
  background: #d9a300;
  border: 1px solid #d9a300;
}

.contents__title-h2 {
  margin-bottom: 30px;
padding: 20px 10px;
color: #000;
border-bottom: 1px solid #000;
font-weight: normal;
font-size: 200%;
border-top: 1px solid #000;
}
.contents__suffix {
  padding-left: 10px;
}

.side__section {
  margin: 0 0 30px;
  padding: 20px;
  position: relative;
  border: 2px solid #999999;
}
.side__title-h2 {
  padding: 12px 20px;
  position: absolute;
  top: 10px;
  left: -12px;
  color: #ffffff;
  background: #57acad;
  line-height: 1;
  z-index: 2;
}
.side__title-h2:before {
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #346a6a;
  border-right: 5px solid #346a6a;
}
.side__title-h2:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: -40px;
  content: "";
  border: 20px solid #57acad;
  border-right-color: transparent;
}

.breadcrumb {
  margin-bottom: 30px;
}
.breadcrumb-list {
  margin-bottom: 5px;
  font-size: 0.85714em;
}

.btn-primary {
  color: #000;
  border: none;
}
.btn-primary:hover {
  color: #000;
  border: none;
}
.btn-secondary {
  color: #ffffff;
  background: #a39055;
  border: 1px solid #a39055;
}
.btn-secondary:hover {
  color: #ffffff;
  background: #ae9c64;
  border: 1px solid #ae9c64;
}

.txt--sm {
  font-size: 0.71429em;
}
.txt--md {
  font-size: 0.85714em;
}
.txt--lg {
  font-size: 1.14286em;
}
.txt--c {
  text-align: center;
}
.txt--l {
  text-align: left;
}
.txt--r {
  text-align: right;
}
.txt--red {
  color: #ff0000;
}

.border--none {
  border: none;
}

.pad-t--20 {
  padding-top: 20px;
}
.pad-r--10 {
  padding-right: 10px;
}
.pad-r--20 {
  padding-right: 20px;
}
.pad-l--20 {
  padding-left: 20px;
}

.mar--0 {
  margin: 0;
}
.mar-t--20 {
  margin-top: 20px;
}
.mar-b--0 {
  margin-bottom: 0;
}
.mar-b--10 {
  margin-bottom: 10px;
}
.mar-b--20 {
  margin-bottom: 20px;
}
.mar-b--40 {
  margin-bottom: 40px;
}
.mar-b--60 {
  margin-bottom: 60px;
}

.w--23per {
  width: 23%;
}
.w--31per {
  width: 31%;
}

.hide {
  display: none;
}

.pos--rel {
  position: relative;
}
.pos--abs {
  position: absolute;
}

/* snavi */
.snavi {
  z-index: 15;
}
.snavi__inner {
  background: #ffffff;
  border-bottom: 2px solid #333333;
}
.snavi__suffix {
  padding-left: 10px;
}

.snavi-list {
  position: relative;
}
.snavi-list__unit {
  padding: 0;
  text-align: center;
}
.snavi-list__link {
  padding: 15px 0;
  display: block;
  color: #333333;
}
.snavi-list__link:hover {
  color: #ffffff;
}
.snavi-list__link--menu {
  position: relative;
  color: #ffffff;
  background: #000;
}
.snavi-list__triangle {
  position: absolute;
  right: 50%;
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fcfcfc transparent;
  z-index: 60;
}

.mnavi {
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 50;
  display: none;
}

.mnavi-list {
  padding: 39px;
  list-style-type: none;
  text-align: left;
}
.mnavi-list__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}
.mnavi-list__link {
  display: block;
  width: 100%;
}

.mnavi-bottom {
  border-top: 2px solid #333333;
}

.mnavi-bottom-list {
  margin: 0;
  padding: 20px 0;
  float: right;
}
.mnavi-bottom-list__unit {
  padding: 0 10px;
}

.text-pr {
  margin: 0;
  padding: 17px 0;
  font-size: 0.92857em;
  float: left;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* header */
.header {
  background: #fff;
  border-top: 5px solid #000000;
}
.header__inner {
  padding: 0;
}
.header__right {
  text-align: right;
}
.header_wrap .header__right {
  display: table-cell;
float: none;
vertical-align: middle;
}

.header-search {
  margin: 40px 0 0;
}
.header-search__select {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  width: 200px;
  font-size: 0.92857em;
}
.header-search__select:focus {
  outline: none;
  border-color: #666666;
}
.header-search__box {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  padding: 8px 8px 8px 14px;
  height: 40px;
  width: 41%;
  font-size: 0.92857em;
}
.header-search__box:focus {
  outline: none;
  border-color: #666666;
}
.header-search__btn {
  height: auto;
  width: 80px;
  padding: 14px 0;
  border-radius: 5px;
  font-size: 0.78571em;
}
.header-tools {
  margin: 0;
  font-weight: normal;
  font-size: 0.92857em;
}
.header-tools__unit {
  margin-left: 32px;
  display: inline;
  line-height: 1.4;
}
.header-tools__unit-cart {
  margin-left: 0;
}
.header-tools__btn {
  height: auto;
  width: 100px;
  padding: 10px 0 12px 0px;
  border-radius: 0 0 5px 5px;
  border-top: none;
  text-align: right;
margin-right: 15px;
  background:none;
}
.header-tools__btn:hover {
  border-top: none;
  background:none;
}
.header-tools__btn i {
  position: absolute;
  top: 2px;
  left: 5px;
}
.header-tools__count {
  padding: 0 3px;
  font-size: 1.14286em;
  letter-spacing: -.5px;
}

.header_wrap {
  display: table;
width: 100%;
}


.header-logo {
  margin-bottom: 10px;
  margin-top: 10px;
}
.header-logo img {
  width:80px;
}

.header-tools-phone {
  margin-bottom: 20px;
  width:100%;
}
.header-tools-phone__unit {
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}
.header-tools-phone--current {
  background: #d89330;
}

/* global navigation */
.gnavi {
}
.gnavi__unit {
  margin: 0 1%;
  height: 100%;
  padding: 0;
  border: 6px double #000;
  background: #ffffff;
  text-align: center;
  font-size: 1.14286em;
}
.gnavi__link {
  padding: 15px 0;
  height: 100%;
  width: 100%;
  display: block;
}
.gnavi__link:hover {
  color: #ffffff;
  background: #000;
}
.gnavi__suffix {
  display: block;
}

/* slider */
.bx-wrapper .bx-viewport{
  box-shadow:none !important;
}


.slider__section .slider__inner{
   overflow:hidden; /* 画面幅からでないように */
   width:100%;　　　/* 幅100％の場合 */
   height:575px;　　/* 画像の高さと同じ */
}
.slider .slider__inner #slider{
    position: relative;
/*  left:  5.5vw ;*/
  overflow: visible !important;
}

.bx-wrapper img {
  margin:0 auto;
}

.slider .slider__inner #slider div {

  height: max-content;
  padding: 0;
}

.slider .slider__inner #slider div a {

}

/* bxSlider */
.bx-wrapper {
  box-shadow: none;
  border: none;
  margin: 0;
}

.bx-wrapper .bx-viewport{
  border:none !important;
  height: max-content !important;
}


/* main */
.main__section {
  padding-top: 65px;

}
.main__section--top {
  padding-top: 5px;
}
.main__section--top-slideshow {
  padding-top: 65px;
}
.main__inner {
  padding: 20px 20px 60px;
  background: #fff;
}

/* sidebar */
.sidebar {
  padding: 0 20px 0 0;
}

.subcategory-list {
  padding: 10px 0;
  display: none;
  background: #f5f1e9;
}

.side_cal {
  padding: 20px 15px 0;
}

.side_cal_memo {
  padding: 0 15px 20px;
  text-align: center;
  font-size: 0.85714em;
}

.tbl_calendar {
  margin-bottom: 20px;
  font-size: 0.78571em;
  display: table;
  border-collapse: separate;
}
.tbl_calendar caption {
  text-align: center;
  padding-bottom: 5px;
}
.tbl_calendar th {
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.tbl_calendar td {
  padding: 5px 0;
  width: 14.2%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.seller-list-left {
  margin: 0;
}
.seller-list-left__wrap {
  padding: 20px 20px 0;
}
.seller-list-left__name--downer {
  margin: 2px 0 0 30px;
}

.sidebar-banner-list__unit {
  margin: 0 0 30px;
}

/* contents */
.contents {
  padding: 0 20px 0 0;
  float: left;
}
.contents-main {
  padding: 0 20px 0 0;
}

.info-list {
  margin: 0;
  list-style-type: none;
}
.info-list__unit {
  padding-bottom: 5px;
  box-sizing: border-box;
}
.info-list__date {
  padding-bottom: 10px;
  display: block;
}

.free-space__section,
.info__section,
.arrival__section,
.recommend__section,
.together__section,
.history__section {
  margin-bottom: 60px;
}

.contents-sub {
  padding: 0 0 0 20px;
}

.push-list__unit {
  margin: 0;
}

.seller-list-right__unit:last-child {
  margin-bottom: 0;
}
.seller-list-right__name {
  margin-left: 30px;
}

/* footer */
.mail-mag {
  background: #eeeeee;
  text-align: center;
}
.mail-mag__inner {
  padding: 30px 0;
}
.mail-mag__title-h2 {
  padding-bottom: 20px;
  color: #000000;
  font-size: 1.28571em;
  line-height: 1.3;
}
.mail-mag__suffix {
  padding-left: 10px;
  font-size: 0.71429em;
}
.mail-mag i {
  padding-right: 20px;
}
.mail-mag__box {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  margin-right: 20px;
  padding: 13px;
  height: auto;
  width: 75%;
}
.mail-mag__box:focus {
  outline: none;
  border-color: #666666;
}
.mail-mag__btn {
  height: auto;
  width: 10%;
  padding: 13px 0;
  border-radius: 5px;
  font-size: 1.14286em;
}
.mail-mag br {
  display: none;
}

.guide {
  background: #333333;
  color: #ffffff;
}
.guide__inner {
  border-bottom: 2px solid #ffffff;
  padding: 60px 0;
}
.guide__h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff;
}
.guide__name {
  padding-bottom: 10px;
}
.guide__other {
  padding-bottom: 30px;
  margin: 0;
  color: #999999;
}
.guide__other:last-child {
  padding-bottom: 0;
}

.shop-owner {
  overflow: hidden;
}
.shop-owner__image {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.shop-owner__info {
  float: left;
}
.shop-owner__name {
  font-weight: bold;
}
.shop-owner__memo {
  line-height: 1.8;
}
.shop-owner__memo a {
  color: #ffffff;
}
.shop-owner__memo a:hover {
  color: #999999;
}

.sns-list {
  display: table;
}
.sns-list__unit {
  display: table-cell;
}

.pagetop__section {
  padding: 0;
}
.pagetop__btn {
  margin: 2px 0;
  padding: 13px 0;
  border-radius: 0;
  width: 100%;
  color: #ffffff;
  background: none;
  border: none;
}
.pagetop__btn:hover {
  color: #333333;
  background: #ffffff;
  border: none;
}

.fnavi-list {
  padding-top: 30px;
  font-size: 0.92857em;
  color: #ffffff;
  text-align: center;
}
.fnavi-list__unit {
  display: inline-block;
}
.fnavi-list__link {
  color: #ffffff;
}
.fnavi-list__link:hover {
  color: #999999;
}

.copyright {
  margin: 0 0 10px;
}
.copyright__section {
  padding: 50px 0 20px;
  font-size: 0.71429em;
  text-align: center;
}
.copyright__image {
  margin: 0 0 5px 5px;
  height: 18px;
  width: 200px;
}
.copyright__link {
  color: #ffffff;
}
.copyright__link:hover {
  color: #999999;
}

/* product list */
.product-list__section {
  position: relative;
  padding: 0;
}
.product-list__freespace-top {
  padding-bottom: 30px;
}
.product-list__freespace-bottom {
  padding-bottom: 60px;
}
.product-list__noitem {
  padding-bottom: 60px;
}

.sort__section {
  position: absolute;
  top: 70px;
  right: 10px;
}
.sort__sub-layer {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  height: 37px;
  width: 200px;
  font-size: 0.92857em;
}
.sort__sub-layer:focus {
  outline: none;
  border-color: #666666;
}

.sub-list {
  height: auto;
  width: 100%;
  letter-spacing: -.4em;
  display: inline-block;
}
.sub-list__unit {
  margin-bottom: 20px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.sub-list__image {
  display: block;
}

.more__btn {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.85714em;
}

/* pagenation */
.pagenation {
  text-align: center;
}
.pagenation-top {
  margin: 30px 0;
}
.pagenation-bottom {
  margin: 20px 0 60px;
}
.pagenation-pos span {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 1.28571em;
  font-weight: bold;
}

.pagenation-list {
  margin: 20px 0 0;
  letter-spacing: -.4em;
}
.pagenation-list__unit {
  margin: 0 2px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.pagenation-list__unit a {
  height: 40px;
  min-width: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #000;
  line-height: 2.5;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagenation-list__unit a:hover {
  background: #333;
  color: #fff;
}
.pagenation-list__unit span {
  height: 40px;
  min-width: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #ccc;
  line-height: 2.5;
  color: #ccc;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagenation-list__unit i {
  line-height: 2;
}
.pagenation-list__navi-end a {
  background: #333;
  color: #fff;
}
.pagenation-list__navi-end a:hover {
  background: #555;
  border: 2px solid #555;
}

/* product */
.product__section {
  padding: 0;
}
.product__name {
  padding: 0 0 30px;
  font-size: 1.42857em;
}
.product__model {
  color: #999999;
  font-size: 0.71429em;
}
.product__image {
  padding-right: 40px;
  padding-left: 0;
}
.product__image-main {
  text-align: center;
}
.product__guide {
  padding-right: 20px;
  padding-left: 0;
  margin-top:50px;
}
.product__prices {
  padding-bottom: 30px;
}
.product__price {
  padding-right: 5px;
  font-size: 1.42857em;
}
.product__price-part {
  margin-bottom: 5px;
}
.product__price-regular {
  margin-bottom: 5px;
}
.product__price-establish {
  margin-bottom: 5px;
  color: #999999;
}
.product__discount {
  color: #ff0000;
}
.product__stock-str {
  padding-top: 30px;
  font-size: 1.42857em;
}
.product-social-list__unit {
  margin-bottom: 5px;
}
.product-related-list__link {
  display: block;
  padding: 5px 0;
}
.product__explain {
  padding: 0;
  line-height: 1.8;
  clear:both;
}
.product__order {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 20px 35px;
  background: #f5f1e9;
}

.image-thumb {
  padding: 2px;
  border: 2px solid #fff;
}
.image-thumb:hover {
  opacity: .8;
}
.image-thumb--active {
  border: 2px solid #a39055;
}

.image-thumb-list {
  margin: 10px 0 0;
}
.image-thumb-list__unit {
  margin: 0 0 10px;
  padding: 0 2px;
  cursor: pointer;
  text-align: center;
}

.option {
  padding: 0 0 20px;
}

.option-list__name {
  padding-bottom: 10px;
}
.option-list__detail {
  margin: 0;
}
.option-list__select {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  width: 100%;
}
.option-list__select:focus {
  outline: none;
  border-color: #666666;
}

.text-titles {
  padding: 0 0 20px;
}

.text-titles-list__name {
  padding-bottom: 10px;
}
.text-titles-list__detail-text {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  padding: 8px;
  height: auto;
  width: 100%;
}
.text-titles-list__detail-text:focus {
  outline: none;
  border-color: #666666;
}

.order {
  padding: 0 0 5px;
}

.init-list {
  margin: 0;
}
.init-list__name {
  padding-bottom: 5px;
}
.init-list__detail {
  margin: 0;
}
.init-list__detail-num {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  padding: 8px;
  height: auto;
  width: 170px;
}
.init-list__detail-num:focus {
  outline: none;
  border-color: #666666;
}
.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.order-btn-list {
  margin: 0;
  padding-top: 20px;
  padding-right: 0;
}
.order-btn-text {
  vertical-align: middle;
  font-weight: bold;
}

.order__btn {
  height: auto;
  width: 100%;
  padding: 17px 0;
  border-radius: 5px;
  font-size: 1em;
}
.order__btn-addcart {
  color: #ffffff;
  background-color: #f3a847;
  border: 1px solid #f3a847;
}
.order__btn-addcart:hover {
  color: #ffffff;
  background: #f5b35f;
  border: 1px solid #f5b35f;
}
.order__btn-quick {
  color: #ffffff;
  background: #4da6ff;
  border: 1px solid #4da6ff;
  padding: 16px 0;
}
.order__btn-quick:hover {
  color: #ffffff;
  background: #66b3ff;
  border: 1px solid #66b3ff;
}
.order__btn-soldout.disabled {
  color: #ffffff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  font-weight: bold;
}
.order__btn-soldout[disabled] {
  color: #ffffff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  font-weight: bold;
}

.related-list {
  margin: 0;
  text-align: right;
  font-size: 0.92857em;
}
.related-list__unit {
  display: inline-block;
}

.table-bordered {
  margin: 0;
  background: #ffffff;
  border: 1px solid #000000;
  border-left: 0;
}
.table-bordered th {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.table-bordered td {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}

.stock_error {
  text-align: center;
  color: #ff0000;
}

/* sk */
.sk__section {
  margin-top: -73px;
  margin-bottom: 40px;
  padding-top: 73px;
  padding-bottom: 0;
}

.sk-lead {
  margin: 0 0 20px;
}

.sk-list {
  margin: 0 0 20px;
  line-height: 1.8;
}
.sk-list__dt {
  padding: 20px 0 5px;
}
.sk-list__dt:first-child {
  padding: 0 0 5px;
}
.sk-list__dd {
  margin: 0;
}

/* option stock */
.ex-option__title-h2 {
  margin-bottom: 20px;
}
.ex-option__section {
  padding: 20px;
  text-align: center;
}
.ex-option__price-regular {
  color: #999999;
  text-decoration: line-through;
}
.ex-option__discount-rate {
  color: #ff0000;
  font-size: 0.85714em;
}
.ex-option__none {
  margin-bottom: 20px;
}

/* banner */
.contents-sub-banner-list,
.contents-main-banner-list,
.contents-accent-banner-list {
  margin-bottom: 60px;
}

/* free page */
.contents-free {
  padding-bottom: 60px;
}

.contents-free ul,
.contents-free ol {
  margin: 0 0 10px 25px;
  padding: 0;
}

@media screen and (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

.header_wrap .header__right {
  display:none;
  }
  /* layout */
  .container {
    width: 100%;
  }

  /* module */
  .menu__section {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
  }
  .menu__title-h2 {
    padding: 13px 0 13px 18px;
    color: #ffffff;
    background: #a39055;
  }
  .menu__suffix {
    padding-left: 10px;
  }

  .product-list__title {
    width: 100%;
  }

  .rank__box {
    position: absolute;
    top: 10px;
    left: 15px;
  }

  .breadcrumb-list {
    font-size: 0.71429em;
  }

  /* header */
  .header__inner {
    padding: 0;
    text-align: center;
  }
  .header__right {
    display: none;
  }
  .header-search {
    margin-top: 0;
  }
  .header-search__select {
    margin: 0 0 10px;
    height: 40px;
    width: 100%;
  }
  .header-search__box {
    margin: 0 0 10px;
    height: auto;
    width: 100%;
  }
  .header-search__btn {
    height: auto;
    width: 100%;
  }
  .header-logo {
    margin-bottom: 20px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .tab-block {
    background: #fefcf2;
    box-shadow: 0 5px #c7760d inset;
    width:100%;
  }
  .tab-block--visible {
    display: block;
  }
  .tab-block--hidden {
    display: none;
  }
  .tab-block-list {
    padding: 25px 20px 20px;
    text-align: left;
  }
  .tab-block-list__unit {
    font-weight: bold;
    list-style-type: none;
  }
  .tab-block-list__link {
    padding: 10px;
    height: 100%;
    width: 100%;
    display: block;
  }

  .tb-pulldown-list__unit {
    font-weight: normal;
    list-style-type: none;
  }
  .tb-pulldown-list__link {
    padding: 10px;
    height: 100%;
    width: 100%;
    display: block;
  }
  .tb-pulldown-list__link:before {
    content: '- ';
  }

  /* global navigation */
  .gnavi {
    display: none;
  }

  /* slider */
  .slider {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .slider__inner {
    height: auto;
    width: 100%;
  }

  /* main */
  .main__section {
    padding-top: 0;
  }
  .main__section--top {
    padding-top: 0;
  }
  .main__inner {
    padding-right: 0;
    padding-left: 0;
  }

  /* sidebar */
  .sidebar {
    padding: 0;
  }

  .seller-list-left__name--downer {
    margin-top: 10px;
    margin-left: 0;
  }

  .sidebar-banner-list {
    padding: 60px 20px 0;
  }
  .sidebar-banner-list2 {
    padding: 0px 20px 40px;
  }
  .sidebar-banner-list__unit {
    margin: 0 0 30px;
  }

  /* contents */
  .contents {
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    float: none;
  }
  .contents-main {
    padding: 0;
  }

  .contents-sub {
    display: none;
  }

  /* footer */
  .mail-mag__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mail-mag__box {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 8px;
    height: auto;
    width: 100%;
  }
  .mail-mag__btn {
    height: auto;
    width: 49%;
    padding: 8px 0;
    font-size: 0.85714em;
  }

  .guide {
    padding: 0 20px;
  }

  /* product list */
  .sort__section {
    padding-bottom: 30px;
    position: static;
  }
  .sort__sub-layer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body .pc {display: none;}
  body .sp {display: block;}
  body ul#tabs-list li label.panel-label span.spi {display: inline-block;}
  
  .w800 {width:100%;}
  .w960 {width:100%;}.w1000 {width:100%;}.w1100 {width:100%;}.w1200 {width:100%;}.w100sp{width: 100%;}
  .w30sp {width:30%;}.w65sp {width:65%;}.w50sp {width:50%;}.w49sp {width:49%;}.w90sp {width:90%;}
  .w30 {width:100%;}.w65 {width:100%;}.w50 {width:90%;}.w49 {width:100%;}.w90 {width:90%;}.w90s {width:90%;}
  .flexsp {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;}
  .jc_sbsp {-webkit-box-pack:justify;-moz-box-pack:justify;-webkit-flex-pack:justify;-moz-flex-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;}
  .jc_sasp {-webkit-flex-pack:distribute;-moz-flex-pack:distribute;-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around;}
  .jc_cesp {-webkit-box-pack:center;-moz-box-pack:center;-webkit-flex-pack:center;-moz-flex-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}
  .fl_wpsp {-webkit-box-lines:multiple;-moz-box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
  .ai_cesp {-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;}
  
  /* -- margin  --*/
.mbsp0{margin-bottom:0px !important;}.mbsp5{margin-bottom:5px !important;}.mbsp10{margin-bottom:10px !important;}.mbsp15{margin-bottom:15px !important;}
.mbsp20{margin-bottom:20px !important;}.mbsp25{margin-bottom:25px !important;}.mbsp30{margin-bottom:30px !important;}.mbsp35{margin-bottom:35px !important;}
.mbsp40{margin-bottom:40px !important;}.mbsp45{margin-bottom:45px !important;}.mbsp50{margin-bottom:50px !important;}.mbsp55{margin-bottom:55px !important;}
.mbsp60{margin-bottom:60px !important;}.mbsp65{margin-bottom:65px !important;}.mbsp70{margin-bottom:70px !important;}.mbsp75{margin-bottom:75px !important;}
.mbsp80{margin-bottom:80px !important;}.mbsp85{margin-bottom:85px !important;}.mbsp90{margin-bottom:90px !important;}
  
  
  .slider .bx-wrapper .bx-caption span {
    padding: 10px 20px;
    font-size: 1em;
  }
  
.header_wrap .header__right {
  display:none;
  }

  /* footer */
  .mail-mag i {
    padding-right: 0;
    padding-bottom: 20px;
    display: block;
  }

  .guide__inner {
    padding: 30px 0;
  }

  .shop-owner {
    margin-bottom: 30px;
    text-align: center;
  }
  .shop-owner__image {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .shop-owner__info {
    float: none;
  }
  .shop-owner__name {
    margin-bottom: 10px;
  }

  .sns-list {
    margin-right: auto;
    margin-left: auto;
  }

  .pagetop__section {
    padding: 0;
  }

  .fnavi-list {
    font-size: 0.78571em;
    line-height: 1.8;
  }

  .guide-list__link {
    color: #ffffff;
  }
  .guide-list__link:hover {
    color: #999999;
  }

  /* pagenation */
  .pagenation-list__navi-end {
    margin: 0 22px;
  }

  /* product */
  .product__name {
    font-size: 1.28571em;
  }
  .product__image {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .product__guide {
    padding-right: 0;
  }
  .product__price {
    font-size: 1.28571em;
  }
  .product__stock-str {
    font-size: 1.28571em;
  }
  .product__info {
    padding-bottom: 60px;
  }
  .product-related-list {
    font-size: 0.92857em;
  }
  .product__explain {
    padding-top: 30px;
    border-top: 2px solid #f5f1e9;
  }
  .product__order {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .option-list__unit--sec {
    padding-top: 20px;
  }

  .order-btn-list {
    padding-left: 0;
  }

  .order__btn-quick {
    margin-top: 10px;
  }

  .related-list {
    padding: 20px 0 0;
    line-height: 2.2;
    text-align: left;
  }
  .related-list__unit {
    display: block;
  }

  /* sk */
  .sk__section {
    margin-top: -10px;
    padding-top: 10px;
  }
  
  .slider .slider__inner #slider div {
  height: max-content;

}
}
.header-tools_contact{
  margin-left:0;
}

.header_contact{
  display: inline;
background: #08c;
text-align: center;
padding: 7px 20px;
border-radius: 20px;
color: #fff;
}

.header_contact:hover {
  color:#fff;
  font-weight:bold;
background: #08a;
}

.header_contact .fa-contact {
 padding-right: 10px;
display: inline; 
}

.service_advice {
  clear:both;
  padding-top:50px;
}

.service_advice .six_cont dl {
  width:30%;
  margin-bottom:40px;
}

.service_advice .six_cont dl dt {
  margin:solid 1px #444;
  padding-bottom:10px;
  margin-bottom:15px;
  border-bottom:solid 3px #ccc;
}

.service_advice .six_cont dl dd.se_adimg{
  margin-bottom:15px;
}

.s_service_advice {
  clear:both;
  padding-top:50px;
}

.s_service_advice .four_cont dl {
  width:24%;
  margin-bottom:40px;
}

.s_service_advice .four_cont dl dt {
  margin:solid 1px #444;
  padding-bottom:10px;
  margin-bottom:15px;
  font-size:14px;
  border-bottom:solid 3px #ccc;
}

.s_service_advice .four_cont dl dd.se_adimg{
  margin-bottom:15px;
}







  /*
  買い物の手順
  -------------------------------------*/
  /*
  ラッピング
  -------------------------------------*/
  /*
  立札（木札）・メッセージカード,
  立札（木札）の書き方・マナー,
  メッセージカード書き方・マナー 共通 pc
  -------------------------------------*/
  #contents-free #ContBox01 {
    margin-top: 50px;
  }

#contents-free #ContBox01 h3 {
    padding-left: 27px;
  }

  #contents-free #ContBox01 ul {
    margin: 0;
  }

  #contents-free #ContBox01 ul li {
    margin: 0;
  }

  #contents-free #ContBox01 img {
    width: 100%;
    height: auto;
  }

  #contents-free #ContBox01 dl dt {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
  }

  #contents-free #ContBox01 dl dd {
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }

  #contents-free #ContBox01 h2+ p {
    margin-bottom: 13px;
    font-size: 18px;
    color: #000;
  }

  #contents-free #ContBox01 p {
    line-height: 28px;
  }

  #contents-free #ContBox01 p span {
    font-size: 14px;
  }

  #contents-free #ContBox01 p span.note {
    font-size: 16px;
  }

  #contents-free #ContBox01 .subNav ul li {
    display: inline-block;
    padding: 3px 0;
    padding-right: 9px;
    font-size: 12px;
  }

  #contents-free #ContBox01 .subNav ul li+ li {
    border-left: 1px solid #e1e1e1;
    padding-left: 7px;
  }

  #contents-free #ContBox01 .subNav ul li a {
    text-decoration: underline;
    color: #666;
  }

  #contents-free #ContBox01 .subNav ul li a:visited {
    color: #666;
  }

  #contents-free #ContBox01 .subNav ul li a:hover {
    text-decoration: none;
    color: #999;
  }

  #contents-free #ContBox01 .contSubBox a {
    text-decoration: underline;
    color: #666;
  }

  #contents-free #ContBox01 .contSubBox a:visited {
    color: #666;
  }

  #contents-free #ContBox01 .contSubBox a:hover {
    text-decoration: none;
    color: #999;
  }

  #contents-free #ContBox01 .contSubBox:last-of-type {
    margin-bottom: 24px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 75px;
  }
  /*
  立札（木札）・メッセージカード pc
  -------------------------------------*/
  #contents-free #ContBox01 .contSubBox p.note {
    color: #e02239;
  }
  #contents-free #ContBox01 .contSubBox .sideImg {
    position: relative;
    float: left;
    margin-top: 5px;
    width: 578px;
  }
  #contents-free #ContBox01 .contSubBox .sideTxt {
    float: right;
    margin-top: 5px;
    width: 365px;
  }
  #contents-free #ContBox01 .contSubBox .sideTxt dl dt {
    margin-bottom: 12px;
    font-size: 16px;
  }
  #contents-free #ContBox01 .contSubBox .sideTxt dl dd ul li {
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 2px;
    font-size: 14px;
  }
  #contents-free #ContBox01 .contSubBox .sideTxt dl dd ul li:last-child a {
    padding-right: 2px;
  }
  #contents-free #ContBox01 .contSubBox .sideTxt p.note {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
  }
  #contents-free #ContBox01 .contSubBox .linkBox {
    margin: 19px 0 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
  }
  #contents-free #ContBox01 .contSubBox .linkBox a {
    text-decoration: none;
    color: #000;
  }
  #contents-free #ContBox01 .contSubBox .linkBox+ p {
    margin-top: 4px;
    text-align: right;
    font-size: 12px;
  }
  #contents-free #ContBox01 .contSubBox .linkBox+ p a {
    font-size: 12px;
  }
  #contents-free #ContBox01 #ContSubBox01 section> div:first-of-type {
    margin-top: 24px;
    margin-bottom: 23px;
  }
  #contents-free #ContBox01 #ContSubBox01 section> div:first-of-type dl {
    float: left;
    width: 200px;
  }
  #contents-free #ContBox01 #ContSubBox01 section> div:first-of-type dl+ dl {
    margin-left: 14px;
  }
  #contents-free #ContBox01 #ContSubBox01 section> div:first-of-type dl dt {
    margin-bottom: 5px;
    width: 100%;
  }
  #contents-free #ContBox01 #ContSubBox01 section> div p.note {
    line-height: 24px;
    font-size: 14px;
    color: #e02239;
  }
  #contents-free #ContBox01 #ContSubBox01 section> div p.note+ p {
    margin-top: 10px;
  }
  #contents-free #ContBox01 #ContSubBox01 section> div:last-child {
    margin-top: 25px;
    border-top: 1px solid #e1e1e1;
    padding-top: 14px;
  }
  #contents-free #ContBox01 #ContSubBox02 h3 {
    letter-spacing: 2px;
  }
  #contents-free #ContBox01 #ContSubBox02 h4+ p+ p {
    padding-top: 5px;
  }
  #contents-free #ContBox01 #ContSubBox02 div.sideImg p {
    line-height: 14px;
    font-size: 14px;
  }
  #contents-free #ContBox01 #ContSubBox02 div.sideImg p a {
    font-size: 14px;
  }
  #contents-free #ContBox01 #ContSubBox02 div.sideImg p:first-of-type {
    position: absolute;
    top: 315px;
    right: 115px;
  }
  #contents-free #ContBox01 #ContSubBox02 div.sideImg p+ p {
    margin-top: 7px;
    margin-right: 115px;
    text-align: right;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox {
    margin-top: 80px;
    padding: 45px 50px 50px;
    background: #fff;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox p {
    text-align: center;
    letter-spacing: 1.5px;
    font-size: 24px;
    color: #000;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox p span {
    font-size: 24px;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox p span+ span {
    display: block;
    padding-top: 10px;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox ul li.linkBox {
    float: left;
    margin-top: 26px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    width: 355px;
    height: 113px;
    background: #fff;
    list-style:none;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox ul li.linkBox+ li {
    margin-left: 20px;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox ul li.linkBox:hover {
    opacity: 1;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox ul li.linkBox a {
    display: table;
    -webkit-box-shadow: 0 3px #eedfe9;
            box-shadow: 0 3px #eedfe9;
    border: 1px solid #cecece;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    line-height: 26px;
    font-size: 16px;
    color: #000;
    text-align: center;
font-weight: bold;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox ul li.linkBox a span {
    font-size: 16px;
    color: #000;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox ul li.linkBox a> span {
    display: table-cell;
    vertical-align: middle;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox ul li.linkBox a> span span {
    display: block;
  }
  #contents-free #ContBox01 #ContSubBox02 div.redBox ul li.linkBox a:hover {
    opacity: .6;
  }
  #contents-free #ContBox01 #ContSubBox03 ol.numberListBlack li {
    padding-left: 30px;
    line-height: 28px;
    text-indent: -30px;
    font-size: 16px;
  }
  #contents-free #ContBox01 #ContSubBox03 ol.numberListBlack li+ li {
    margin-top: 7px;
  }
  #contents-free #ContBox01 #ContSubBox03 ol.numberListBlack li span {
    font-size: 14px;
  }
  #contents-free #ContBox01 #ContSubBox03 .sideImg {
    float: right;
    width: 180px;
  }
  #contents-free #ContBox01 #ContSubBox03 .sideTxt {
    float: left;
    width: 660px;
  }
  #contents-free #ContBox01 #ContSubBox03 section p {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
  }
  #contents-free #ContBox01 #ContSubBox03 section p span.note {
    font-size: 14px;
  }
  #contents-free #ContBox01 #ContSubBox03 section p+ p {
    margin-top: 10px;
  }
  #contents-free #ContBox01 #ContSubBox03 ul li {
    font-size: 16px;
  }
  #contents-free #ContBox01 #ContSubBox03 ul li+ li {
    margin-top: 12px;
  }
  #contents-free #ContBox01 #ContSubBox03 ul li span {
    font-size: 14px;
    color: #666;
  }
  /*
  立札（木札）の書き方・マナー,
  メッセージカード書き方・マナー 共通 pc
  -------------------------------------*/
  #contents-free #ContBox01 .optionNav+ dl,
  #contents-free #ContBox01 .optionNav+ dl {
    margin: 50px 0 43px;
  }
  #contents-free #ContBox01 .optionNav+ dl dt,
  #contents-free #ContBox01 .optionNav+ dl dt {
    margin-bottom: 20px;
    border-bottom: 4px solid #e1e1e1;
    padding-bottom: 12px;
    font-size: 18px;
    color: #000;
  }
  #contents-free #ContBox01 .optionNav+ dl dd,
  #contents-free #ContBox01 .optionNav+ dl dd {
    line-height: 28px;
    font-size: 16px;
  }
  #contents-free #ContBox01 .optionNav+ dl dd+ dd,
  #contents-free #ContBox01 .optionNav+ dl dd+ dd {
    margin-top: 7px;
  }
  #contents-free #ContBox01 .redBox,
  #contents-free #ContBox01 .redBox {
    position: relative;
    margin-bottom: 18px;
    padding: 50px 50px 43px;
    background: #ffeffa;
  }
  #contents-free #ContBox01 .redBox dl dt,
  #contents-free #ContBox01 .redBox dl dt {
    position: absolute;
    top: -14px;
    left: 43px;
    padding: 24px 0;
    width: 84px;
    height: 85px;
    background: url(../img/contents/fukidashi3.png) no-repeat top left;
    background-size: 84px 85px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
  }
  #contents-free #ContBox01 .redBox dl dt span,
  #contents-free #ContBox01 .redBox dl dt span {
    display: block;
    padding-left: 3px;
    letter-spacing: -1.5px;
  }
  #contents-free #ContBox01 .redBox dl dd,
  #contents-free #ContBox01 .redBox dl dd {
    text-align: center;
    letter-spacing: 3.2px;
    font-size: 24px;
    color: #000;
  }
  #contents-free #ContBox01 .redBox dl dd+ dd,
  #contents-free #ContBox01 .redBox dl dd+ dd {
    margin-top: 15px;
  }
  #contents-free #ContBox01 .redBox ol,
  #contents-free #ContBox01 .redBox ol {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 9px;
  }
  #contents-free #ContBox01 .redBox ol li,
  #contents-free #ContBox01 .redBox ol li {
    position: relative;
    float: left;
    border-radius: 5px;
    padding-left: 0;
    width: 270px;
    height: 124px;
    background: #fff;
    line-height: 25px;
    text-indent: 0;
    font-weight: bold;
  }
  #contents-free #ContBox01 .redBox ol li:before,
  #contents-free #ContBox01 .redBox ol li:before {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
  }
  #contents-free #ContBox01 .redBox ol li:hover:before,
  #contents-free #ContBox01 .redBox ol li:hover:before {
    opacity: .6;
  }
  #contents-free #ContBox01 .redBox ol li:hover a,
  #contents-free #ContBox01 .redBox ol li:hover a {
    opacity: .6;
  }
  #contents-free #ContBox01 .redBox ol li a,
  #contents-free #ContBox01 .redBox ol li a {
    display: block;
    -webkit-box-shadow: 0 3px #eedfe9;
            box-shadow: 0 3px #eedfe9;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 40px 0 37px;
    width: 100%;
    height: 100%;
    background: #fff url(../img/contents/arrow_icon.png) no-repeat center bottom 14px;
    background-size: 23px 14px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #000;
  }
  #contents-free #ContBox01 .redBox ol li a> span span,
  #contents-free #ContBox01 .redBox ol li a> span span {
    display: block;
  }
  #contents-free #ContBox01 .redBox ol li+ li,
  #contents-free #ContBox01 .redBox ol li+ li {
    margin-top: 0;
    margin-left: 30px;
  }
  #contents-free #ContBox01 .redBox ol li+ li:after,
  #contents-free #ContBox01 .redBox ol li+ li:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    display: block;
    width: 30px;
    height: 100%;
    background: url(../img/contents/plate1_img01.png) no-repeat center center;
    background-size: 19px 19px;
  }
  #contents-free #ContBox01 .redBox ol+ p,
  #contents-free #ContBox01 .redBox ol+ p {
    text-align: center;
    font-size: 12px;
  }
  #contents-free #ContBox01 .subNav ul li,
  #contents-free #ContBox01 .subNav ul li {
    margin-bottom: 15px;
  }
  #contents-free #ContBox01 .subNav ul li:nth-child(6),
  #contents-free #ContBox01 .subNav ul li:nth-child(6) {
    border: none;
    padding-left: 0;
  }
  #contents-free #ContBox01 .contSubBox h4,
  #contents-free #ContBox01 .contSubBox h4 {
    margin-top: 55px;
    margin-bottom: 25px;
    border: none;
    padding-left: 19px;
    height: 70px;
    background: #f0f0f0;
    line-height: 70px;
    font-size: 18px;
    color: #000;
  }
  #contents-free #ContBox01 .contSubBox h4:before,
  #contents-free #ContBox01 .contSubBox h4:before {
    border-radius: 50%;
    padding-left: 2px;
    width: 26px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  #contents-free #ContBox01 .contSubBox div .sideImg,
  #contents-free #ContBox01 .contSubBox div .sideImg {
    float: right;
    width: 185px;
  }
  #contents-free #ContBox01 .contSubBox div .sideTxt,
  #contents-free #ContBox01 .contSubBox div .sideTxt {
    float: left;
    width: 755px;
  }
  #contents-free #ContBox01 .contSubBox div .sideTxt p span a,
  #contents-free #ContBox01 .contSubBox div .sideTxt p span a {
    font-size: 14px;
  }
  #contents-free #ContBox01 .contSubBox .platePdf a,
  #contents-free #ContBox01 .contSubBox .platePdf a {
    padding: 5px 20px 5px 0;
    background: url(../img/icon_pdf.png) no-repeat center right;
    background-size: 18px 18px;
    font-size: 12px;
  }
  #contents-free #ContBox01 .contSubBox .boxSubNav li,
  #contents-free #ContBox01 .contSubBox .boxSubNav li {
    margin-bottom: 10px;
  }
  #contents-free #ContBox01 .contSubBox .boxSubNav li:last-child a,
  #contents-free #ContBox01 .contSubBox .boxSubNav li:last-child a {
    padding-right: 5px;
  }
  #contents-free #ContBox01 .contSubBox .plateEx,
  #contents-free #ContBox01 .contSubBox .plateEx {
    margin-top: 27px;
  }
  #contents-free #ContBox01 .contSubBox .plateEx dt,
  #contents-free #ContBox01 .contSubBox .plateEx dt {
    display: table;
    margin: 0;
    padding: 8px;
    background: #252525;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  #contents-free #ContBox01 .contSubBox .plateEx dd,
  #contents-free #ContBox01 .contSubBox .plateEx dd {
    border: 1px solid #d2d2d2;
    padding: 14px 0 15px 27px;
    background: #f3f3f3;
    line-height: 23px;
  }
  #contents-free #ContBox01 .contSubBox .plateEx dd ul li,
  #contents-free #ContBox01 .contSubBox .plateEx dd ul li {
    font-size: 14px;
    font-weight: bold;
    color: #000;
  }
  #contents-free #ContBox01 .contSubBox .plateEx dd ul li:nth-child(2),
  #contents-free #ContBox01 .contSubBox .plateEx dd ul li:nth-child(2) {
    padding-left: 3.2em;
  }
  #contents-free #ContBox01 .contSubBox .plateEx dd ul li:last-child,
  #contents-free #ContBox01 .contSubBox .plateEx dd ul li:last-child {
    padding-left: 5.2em;
  }
  #contents-free #ContBox01 .contSubBox .plateEx dd ul li span,
  #contents-free #ContBox01 .contSubBox .plateEx dd ul li span {
    padding-right: 1em;
  }
  #contents-free #ContBox01 .contSubBox .plateEx+ p,
  #contents-free #ContBox01 .contSubBox .plateEx+ p {
    margin-top: 2px;
    text-align: right;
  }
  #contents-free #ContBox01 .contSubBox .plateWords,
  #contents-free #ContBox01 .contSubBox .plateWords {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #contents-free #ContBox01 .contSubBox .plateWords dt,
  #contents-free #ContBox01 .contSubBox .plateWords dt {
    display: table;
    margin: 0;
    padding: 8px;
    background: #252525;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  #contents-free #ContBox01 .contSubBox .plateWords dd,
  #contents-free #ContBox01 .contSubBox .plateWords dd {
    margin-top: 14px;
    font-size: 16px;
  }
  #contents-free #ContBox01 .contSubBox .plateWords dd+ dd,
  #contents-free #ContBox01 .contSubBox .plateWords dd+ dd {
    margin-top: 5px;
    font-size: 14px;
  }
  #contents-free #ContBox01 #ContSubBox01 p.note,
  #contents-free #ContBox01 #ContSubBox01 p.note {
    line-height: 24px;
    font-size: 14px;
    color: #e02239;
  }
  #contents-free #ContBox01 #ContSubBox01 dl,
  #contents-free #ContBox01 #ContSubBox01 dl {
    margin-top: 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
  }
  #contents-free #ContBox01 #ContSubBox01 dl dd span,
  #contents-free #ContBox01 #ContSubBox01 dl dd span {
    padding-right: 1em;
    padding-left: 1em;
  }
  /*
  立札（木札）の書き方・マナー pc
  -------------------------------------*/
  #contents-free #ContBox01 .redBox dl dd+ dd {
    margin-top: 15px;
  }
  #contents-free #ContBox01 .redBox dl dd:last-child {
    margin-top: 12px;
    letter-spacing: 0;
    font-size: 16px;
    color: #666;
  }
  #contents-free #ContBox01 .contSubBox .dAccordion> p {
    margin-bottom: 30px;
  }
  #contents-free #ContBox01 .contSubBox .dAccordion p.note {
    line-height: 24px;
    font-size: 14px;
    color: #e02239;
  }
  #contents-free #ContBox01 .contSubBox .dAccordion p.note+ p.note {
    margin-top: 14px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion> p+ div> div {
    float: left;
    width: 772px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion> p+ div> div figure {
    float: left;
    width: 244px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion> p+ div> div figure+ figure {
    margin-left: 20px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion> p+ div> div+ div {
    float: right;
    width: 168px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion> p+ div> div+ div p {
    line-height: 23px;
    font-size: 14px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion> p+ div> div+ div p+ p {
    margin-top: 10px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .sideTxt p+ p {
    margin-top: 30px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .sideTxt p:nth-child(3) {
    margin-top: 14px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .sideTxt p:last-child {
    margin-top: 7px;
    line-height: 24px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .plateName {
    margin-top: 35px;
    margin-bottom: 35px;
    border: none;
    padding: 0;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .plateName dt {
    display: table;
    margin-bottom: 8px;
    padding: 8px 10px;
    background: #252525;
    letter-spacing: 1.2px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .plateName dd {
    line-height: 28px;
    font-size: 16px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .plateName dd span {
    padding: 0;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .plateName dd+ dd {
    margin-top: 10px;
    border: 1px solid #fddda0;
    padding: 13px 0 20px 26px;
    background: #fffcdc;
    line-height: 23px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .plateName dd+ dd ul li {
    font-size: 14px;
    font-weight: bold;
    color: #000;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .plateName dd+ dd ul li span {
    padding-right: 1em;
    padding-left: 1em;
    color: #000;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .plateName dd+ dd ul li:nth-child(2) {
    padding-left: 5em;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section .plateName dd+ dd ul li:nth-child(3) {
    padding-left: 7.5em;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section p.note {
    margin-top: 18px;
  }
  #contents-free #ContBox01 #ContSubBox01 .dAccordion section p.note+ p.note {
    margin-top: 10px;
  }
  #contents-free #ContBox01 #ContSubBox02 .sideImg {
    float: left;
    width: 575px;
  }
  #contents-free #ContBox01 #ContSubBox02 .sideImg dl {
    float: left;
    width: 107px;
  }
  #contents-free #ContBox01 #ContSubBox02 .sideImg dl+ dl {
    margin-left: 10px;
  }
  #contents-free #ContBox01 #ContSubBox02 .sideImg dl:nth-child(6) {
    margin-left: 0;
  }
  #contents-free #ContBox01 #ContSubBox02 .sideImg dl dt {
    margin-bottom: 5px;
  }
  #contents-free #ContBox01 #ContSubBox02 .sideImg dl dd {
    margin-bottom: 10px;
    text-align: center;
  }
  #contents-free #ContBox01 #ContSubBox02 .sideTxt {
    float: right;
    width: 365px;
  }
  #contents-free #ContBox01 #ContSubBox02 .sideTxt dl:first-child dt {
    font-size: 16px;
    color: #666;
  }
  #contents-free #ContBox01 #ContSubBox02 #PlateEx02 dd ul li> span span {
    padding-left: 1em;
  }
  #contents-free #ContBox01 #ContSubBox02 #PlateEx02 dd ul li+ li span {
    padding-left: 1em;
  }
  #contents-free #ContBox01 #ContSubBox02 #PlateEx02 dd ul li:nth-child(2) {
    padding-left: 1.2em;
  }
  #contents-free #ContBox01 #ContSubBox02 #PlateEx02 dd ul li:nth-child(3) {
    padding-left: 3.2em;
  }
  #contents-free #ContBox01 #ContSubBox03 .boxSubNav li {
    margin-bottom: 15px;
  }
  /*
  メッセージカード書き方・マナー pc
  -------------------------------------*/
  #contents-free #ContBox01 .redBox {
    padding: 50px 50px 55px;
  }
  #contents-free #ContBox01 .redBox dl dd {
    text-align: center;
    letter-spacing: 2.5px;
    font-size: 24px;
    color: #000;
  }
  #contents-free #ContBox01 .redBox dl dd span {
    display: block;
    padding-top: 13px;
  }
  #contents-free #ContBox01 .contSubBox p.note {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion> p {
    margin-bottom: 25px;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideImg {
    float: left;
    width: 470px;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideImg dl dt {
    margin-bottom: 4px;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideImg dl dd {
    padding-bottom: 6px;
    text-align: right;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt {
    float: right;
    width: 365px;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt> p {
    margin-top: -6px;
    letter-spacing: -.2px;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt> p.note {
    margin-top: 15px;
    color: #e02239;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt div dl:first-child {
    margin-top: 23px;
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt div dl:first-child dt {
    margin-bottom: 14px;
    font-size: 16px;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt div dl:first-child dd ul li {
    font-size: 14px;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt div dl.plateEx {
    margin-top: 13px;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt div dl.plateEx dd ul li {
    padding: 0;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt div dl.plateEx dd ul li span {
    padding-left: 1em;
    color: #000;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt div dl.plateEx dd ul li+ li {
    padding-left: 1em;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt div dl.plateEx dd ul li:last-child {
    padding-right: 60px;
    text-align: right;
  }
  #contents-free #ContBox01 #ContSubBox02 .dAccordion .sideTxt div dl#PlateEx02 dd ul li:last-child {
    padding-right: 45px;
  }
  #contents-free #ContBox01 #ContSubBox03 .dAccordion> p {
    margin-bottom: 27px;
  }

#contents-free #ContBox01 .optionNav{
  margin: 75px 0 28px;
border-bottom: 2px solid #000;
padding: 0 9px;
width: 100%;
height: 116px;
}

#contents-free #ContBox01 .optionNav ul li{
  float: left;
border: 1px solid #cecece;
border-bottom: none;
border-radius: 5px 5px 0 0;
width: 250px;
height: 114px;
background: #fff;
text-align: center;
letter-spacing: 1.2px;
  padding-left: 10px;
padding-right: 10px;
}

#contents-free #ContBox01 .optionNav ul li.active {
  display: table;
border: 2px solid #000;
border-bottom: none;
height: 116px;
}

#contents-free #ContBox01 .optionNav ul li a{
  display: table;
width: 100%;
height: 100%;
}
#contents-free #ContBox01 .optionNav ul li.active > span,
#contents-free #ContBox01 .optionNav ul li a > span{
    display: table-cell;
    vertical-align: middle;
}

#contents-free #ContBox01 .optionNav ul li + li {
    margin-left: 20px;
  list-style:none;
}

#contents-free #ContBox01 .optionNav ul li.active span{
    font-size: 18px;
    color: #cdac4e;
}

#contents-free #ContBox01 .optionNav ul li span{
    font-size: 18px;
    color: #000;
}
.plist-btn a {
  background: #000;
color: #fff;
font-size: 0.85714em;
display: block;
padding: 8px 0;
margin-top: 10px;
border-radius: 23px;
}

.plist-btn2 a {
  background: #000;

font-size: 0.85714em;
display: block;
padding: 8px 0;
margin-top: 10px;
border-radius: 23px;
}


.plist-btn a:hover {
  background:#9a7f32;
}

.pricesample_btn {
color: #fff;
font-size: 0.85714em;
display: block;
padding: 8px 60px;
margin-top: 10px;
border-radius: 23px;
background: #000;
text-align: center;
width: max-content;
  transition: background 0.3s;
}
.pricesample_btn:hover {
background: #9a7f32;
  color:#fff;
}
