@charset "euc-jp";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body {
  background-color: #fff;
  background-image: url();
  color: #333;
  -webkit-font-smoothing: antialiased;
      font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;*/
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

a {
  color: #333;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

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

/*
 * layout
 */
/* header */
#header {
    position: fixed;
    z-index: 6;
    top: 0;
    background: #fff;
    width: 100%;
}
.promo__seciton {
  background-color: #238c00;
  width: 100%;
}

.promo {
  background: #238c00;
}

.promo__text {
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #238c00;
}

.header__section {
  text-align: center;
}

.header-search {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 80px;
    position: relative;
    /* float: left; */
     margin-top: -20px; 
    width: 310px;
    max-width: 100%;
    padding: 10px;
    text-align: left;
}
.header-search i,.header-search svg {
      position: absolute;
    top: 50%;
    margin-top: -0.5em;
    left: 15px;
}

.header-search__box {
  min-width: 240px;
  padding: 10px 11px 10px 51px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i,.header-tools__btn svg {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo {
  margin: 70px 0;
}

.header-gnavi {
    list-style-type: none;
    position: relative;
    /* padding: 10px; */
    background: #e6f3f0;
}

a.header-gnavi__link {
    /* padding: 15px 30px; */
    display: block;
    width: 100%;
    height: 100%;
    color: #034e47;
}
.header-gnavi__link span ,li.navigation_item h3 span{
    font-family: 'Times';
    font-size: 18px;
    margin-right: 10px;
}
li.header-gnavi__unit ul.mega-navi {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.9);
    text-align: left;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
li.mega-navi__unit img {
    border-radius: 50%;
    margin-right: 20px;
}

li.header-gnavi__unit:hover ul.mega-navi {
    top: 60px;
    left: 0;
    visibility: visible;
    opacity: 1;
}
.header-gnavi > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.mega-navi__link {
  display: block;
  width: 100%;
    height: 45px;
}

.slick .slick-dots li button:before {
    content: '●';
    color: #2e980a;
  }
  .slick .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #2e980a;
}
.btn-primary {
  background:#666;
  color: #fff;
}

@media screen and (min-width: 481px) {
  .sp{display: none;}
/* 480pxまでの幅の場合に適応される */
#wrapper {
    padding-top: 160px;
}
    .container {
  max-width: 1300px;
  margin: 0 auto;
}
/* header */
.header__logo-img {
    margin: 0 20px 20px;
    max-width: 570px;
  }
ul.header-info {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 5px;
    display: table;
}
ul.header-info li {
    display: table-cell;
    padding: 10px;
  }
  ul.header-info li:after{
    content: '|';
    margin-left: 1em;
  }
    ul.header-info li:last-child:after{
      content: none;
    }
   ul.header-info li .svg-inline--fa {
    margin-right: 0.5em;
  }
.header-tools {
  position: absolute;
    top: 60px;
    right: 20px;
}
.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
}
.header-info li.header-tools__unit:first-child{
  margin-left: 0;
}
.btn-mypage {
    background: #efefef;
    border: 1px solid #ccc;
}

li.header-gnavi__unit ul.mega-navi {
    top: 60px;
    }
.header-gnavi__unit {
    /* display: inline; */
    float: left;
    width: 20%;
    height: 60px;
    line-height: 60px;
}
.header-gnavi__unit span{
  margin-right: 1em;
}
.header-gnavi__unit span:after{
  content: '/';
  margin-left: 1em;
}
ul.mega-navi {
  padding: 0px 30px 10px;
}
.mega-navi__unit {
    box-sizing: border-box;
    padding: 5px 30px 10px;
    text-align: left;
    width: 25%;
    float: left;
    vertical-align: top;
        list-style: none;
    height: 45px;
}
li.mega-navi__unit img {
    height: 100px;
}


/* slider */
.slick-slide{
  margin: 10px;
}

.slider {
  margin: 0 auto 60px;
  width: 1300px;
}
/* sidebar */
.sidebar__section {
  float: left;
  width: 21%;
  margin-right: 4%;
}

/* contents */
.contents__section {
  float: right;
  width: 75%;
}


}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
  .pc{display: none;}
  #wrapper {
    padding-top: 95px;
}
/* header */
#header.container{
  padding: 0;
}
  .header__logo-img {
    margin: 0;
    height: 60px;
    width: auto;
}
h1.header__logo-img img {
    width: 80%;
    height: 55px;
    padding-bottom: 5px;
}
.sp_cart_btn{
  position: absolute;
  top: 10px;
    right: 0;
}
#header .btn-primary {
    background: none;
    border: none;
    color: #666;
}
.sp_nav_btn{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.sp_nav_btn img{
  width: 100%;
  height: auto;
}
.header-gnavi{
  margin-bottom: 0;
}
li.header-gnavi__unit {
    width: 33.3%;
    border-right: 1px solid #fff;
    border-left: 1px solid #b8d2cf;
    float: left;
}
li.header-gnavi__unit a{
padding: 5px;
}
li.header-gnavi__unit:last-child{
    border-right: none;
}
li.header-gnavi__unit.form {
    width: 100%;
}
.header-gnavi__link {
    font-size: 10px;
    display: block;
   } 
.header-gnavi__link span {
    font-size: 12px;
    display: block;
    margin-right: 0;
  }
  li.header-gnavi__unit ul.mega-navi {
    top: 45px;
}
ul.mega-navi li {
      border-bottom: 1px solid #ccc;
    float: left;
    width: 50%;
    list-style: none;
}
li.mega-navi__unit:nth-child(odd) {
    border-right: 1px solid #ccc;
}
li.header-gnavi__unit ul.mega-navi li a{
  padding: 15px;
}

/*----------ハンバーガーアイコン----------*/
.hamburger {
  position: absolute;
  display: block;
  width: 28px;
  height: 20px;
  top: 20px;
  left: 10px;
  z-index: 99999;
  transition: all .4s;
  box-sizing: border-box;
}
.hamburger  span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  margin: 0 auto;
}
.hamburger  span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(1) {
    -webkit-animation: menu-ber01 .75s forwards;
    animation: menu-ber01 .75s forwards;
}
.hamburger span:nth-of-type(2) {
    top: 9px;
}
.hamburger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
}
.hamburger  span:nth-of-type(3) {
  bottom: 0;
}
.hamburger span:nth-of-type(3) {
    -webkit-animation: menu-ber02 .75s forwards;
    animation: menu-ber02 .75s forwards;
}
.active span:nth-of-type(1) {
    -webkit-animation: active-menu-ber01 .75s forwards;
    animation: active-menu-ber01 .75s forwards;
}
.active span:nth-of-type(2) {
    opacity: 0;
}
.active span:nth-of-type(3) {
    -webkit-animation: active-menu-ber03 .75s forwards;
    animation: active-menu-ber03 .75s forwards;
}
 
/*----------ナビゲーション----------*/

.navigation_item h3{
    background: #e6f3f0;
    color: #034e47;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    margin: 0;
    position: relative;
}
.navigation_item h3:before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
}
.navigation_item h3:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
}
#navigation{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.6);
  z-index: 99998;
  overflow: scroll;
}
#navigation .navigation_inner {
    display: table;
    width: 75%;
    background: #fff;
    height: 100%;
}
#navigation .navigation_inner .navigation_menu{
  display: table-cell;
  padding-top: 50px;
}
#navigation .navigation_inner .navigation_menu .navigation_item{
  width: 100%;
}
#navigation .navigation_inner .navigation_menu .navigation_item:first-child{
  margin-top: 0;
}
#navigation .navigation_inner .navigation_menu .navigation_item a{
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
  padding: 10px;
  text-align: left;
}
#navigation .navigation_inner .navigation_menu .header-tools__unit a{
  background: #333;
  color: #fff;
}
li.mega-navi__unit img {
    height: 40px;
}

  /* contents */
    .container {
  width:  100%;
  margin: 0 auto;
  padding: 0;
}

}


/* main */
.main__section {
  /*border-top: 1px solid #000;*/
  /*border-bottom: 1px solid #000;*/
  margin-bottom: 60px;
  padding: 20px 0 60px;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}

/* sidebar */
h2.aside_title-h2 {
    background: #e6f3f0;
    color: #034e47;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    position: relative;
}
h2.aside_title-h2:before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
}
h2.aside_title-h2:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
}
h2.aside_title-h2 span{
    font-family: 'Times';
    font-size: 18px;
    margin-right: 10px;
}
.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

.shop_info {
    margin-bottom: 20px;
}

.shop_info h5 {
    font-size: 15px;
    margin-bottom: 10px;
}
/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 30px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}
.side_bnr_box li{
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  ul.side_bnr_box {
    margin-left: -20px;
}
  ul.side_bnr_box li {
    margin-left: 20px;
    float: left;
    list-style: none;
    width: calc(50% - 20px);
}
  }

/* contents */
p.item_name{
  margin-top: 10px;
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.info__section,.new_item__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.section__block.info__section {
    background: #f7f7f7;
    padding: 20px;
    text-align: left;
}
.section__block.info__section h2.section__title-h2{
    text-align: center;
}
.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 60px;
}

/* footer */
.footer {
    background: #e6f3f0;
    padding: 50px 0 30px;
}
.footer a{
    color: #034e47;
}
a.pagetop__btn{
  color: #fff;
}
.footer__section {
  border-bottom: 1px solid #000;
}

.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.footer__navi {
  margin-bottom: 40px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
  text-align: center;
}

.sns-list__unit {
  display: inline-block;
  padding: 5px;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
  text-align: center;
}



.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  position: fixed;
    bottom: 20px;
    right: 20px;
}
div#insta_area {
    background: #efefef;
}

@media screen and (min-width: 481px) {
  div#insta_area {
    padding: 60px;
  }
.footer-navi__col li{
  display: inline-block;
  margin-right: 10px;
}
.footer-navi__col li:last-child{
  margin-right: 0;
}
.footer-navi__col li:after {
    content: '|';
    margin-left: 10px;
}
.footer-navi__col li:last-child:after {
    content: none;
}
  }

@media screen and (max-width: 480px) {
div#insta_area {
    padding: 20px;
  }
  }

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
  text-align: center;
}

.copyright {
  margin: 0 0 10px;
  color: #666;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}
li.menu-list__unit {
    border-bottom: 1px solid #e4e3e3;
}
.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

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

.product-list__prices {
  margin-top: 10px;
  text-align: center;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}
a.product-list__link {
    display: block;
    height: 100%;
}
.rank-box {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  font-family: 'Times';
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 22px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
	font-size:15px;
  position: absolute;
  left: 0;
}
.pagenation-prev  .disabled{
	padding:4px 20px 3px;
}
.pagenation-prev a{
	color:#ffffff;
	background-color:#B7A459;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #B7A459;
	display:inline-block;
	cursor:pointer;
	padding:4px 20px 3px;
	color:#ffffff;
	margin-bottom:5px;
	text-decoration:none;
}
.pagenation-prev a:hover{
	font-weight:bold;
	color:#ffffff;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
	font-size:15px;	
}
.pagenation-next  .disabled{
	padding:4px 20px 3px;
}

.pagenation-next a{
	color:#ffffff;
	background-color:#B7A459;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #B7A459;
	display:inline-block;
	cursor:pointer;
	padding:4px 20px 3px;
	color:#ffffff;
	margin-bottom:5px;
	text-decoration:none;
}
.pagenation-next a:hover{
	font-weight:bold;
	color:#ffffff;
}
/* product */
.product__section {
  margin-bottom: 120px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}

.product__explain {
  padding-top: 60px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 16px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #ddd;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

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

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}
@media screen and (min-width: 481px) {
  ul.product-list{
  margin-left: -20px;
}
  .product-list__unit-lg {
  width: calc(33.3% - 20px);
}
.product-list__unit {
  margin-left: 20px;
  margin-bottom: 20px;
}
#side_ranking .product-list__unit {
    margin-left: 0;
    margin-bottom: 20px;
}

}
@media screen and (max-width: 480px) {
  #main {
    padding: 20px;
}
ul.product-list{
  margin-left: -10px;
}
li.product-list__unit {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    float: left;
}
.history__section ul.product-list li {
    width: calc(33.3% - 10px);
}

}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  text-align: center;
    font-family: 'Times';
    margin: 0;
    padding-bottom: 20px;
    font-size: 16px;
}
h2.section__title-h2 span {
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative;
}
h2.section__title-h2 span:after {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #034e47;
    left: 50%;
    margin-left: -25px;
}

.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}
.mar-r--20{
  margin-right: 20px!important;
}
.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}
/* 商品詳細ページ */
.color_img_box{
    margin-left: -20px;
}
.color_img {
    float: left;
    width: calc(20% - 20px);
    margin-left: 20px;
}

h2.section__title-recommend {
    background: #e6f3f0;
    color: #034e47;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    position: relative;
}
h2.section__title-recommend:before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
}
h2.section__title-recommend:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
}
h2.section__title-recommend span{
    font-family: 'Times';
    font-size: 18px;
    margin-right: 10px;
}

/*Insta*/
#insta_area h3{
 text-align: center;
}
ul#instafeed {
  margin-left: -10px;
}
ul#instafeed li {
    list-style: none;
    margin-left: 10px;
    margin-bottom: 10px;
}
ul#instafeed li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 481px) {
  #insta_area h3 img {
    width: 500px;
}
  ul#instafeed li {
    float: left;
    width: calc(20% - 10px);
    height: calc(20vmin - 10px);
}
  }
  @media screen and (max-width: 481px) {
  ul#instafeed li {
    float: left;
    width: calc(50% - 10px);
    height: calc(50vmin - 10px);
}
  }

  /*商品詳細*/
  #exp-1 {
    font-size: 20px;
}
  #exp-2 {
    margin-bottom: 40px;
    font-size: 15px;
}
 #exp-3 {
  margin-bottom: 20px;
  }
  span.red{
    color: red;
  }
   @media screen and (max-width: 481px) {
    .product__order .col-lg-4 {
    width: 100%;
}
  }
/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

  /*フリーページ追加*/

.page_title{
    font-weight: normal;
    text-align: left;
    border-top: 1px solid #e6f3f0;
    border-bottom: 1px solid #e6f3f0;
    padding: 10px 0 10px 10px;
    margin-bottom: 30px;
}

.breadcrumb-grouplist__unit {
    background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
/* ----------------------------------------------------------------------
 追加
---------------------------------------------------------------------- */

a.links {
    color: #13C4A5;
    text-decoration: none;
    display:block;
    margin-bottom:10px;
}
.links::before{
    content: "≫";
    margin-right:10px;
    margin-top:-10px;
    padding-top:-10px;
}
.taC{text-align: center;}
.mb20{margin-bottom: 20px;}
.article{margin-bottom: 40px;}
.freet1 {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
  	text-align: center;
  	border-top: 2px solid #b5b5b5;
    border-bottom: 2px solid #b5b5b5;
  	padding: 2px 0;
}
.freet1 span{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
	display: block;
	padding: 0.8rem;
}

#free h3, #free h2{
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
}
.freet2{
    border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding:10px 20px;
}
table.table1 th, table.table1 td {
    border: 1px solid #ccc;
    padding: 15px;
}

h3.usersvoice {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
h3.usersvoice span {
  display: block;
  margin-bottom: .2em;
  color: #aaa;
  font-size: .9em;
}
.voicebox {
    margin: 20px; 
    padding: 20px;
    border: solid 1px #ccc;
}

.voicebox p {
    margin: 20px; 
    padding: 20px;
}
.user {
    text-align:right;
    margin-right:20px;
}
@media print, screen and (min-width: 768px){
a.cv_btn {
    padding: 20px;
    text-align: center;
    margin-left: 60px;
}
}

a.cv_btn {
    display: block;
    background: #d26d86;
    color: #fff;
}
/* a.cv_btn::after  {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
    color: #fff;
}*/


a.cv_btn:hover {
    display: block;
    background: #DA879C;
    color: #fff;
}
.clear{clear:both;}
.mgt20{margin-top:20px;}
.mgb20{margin-bottom:20px;}
.pdt20{padding-top:20px;}
.recentorder_img{
 float:left;
  margin-right:20px;
   margin-bottom:20px;
}
.center{text-align:center;}
a.mybutton {
	color:#ffffff;
	background-color:#B7A459;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #B7A459;
	display:inline-block;
	cursor:pointer;
	padding:4px 20px 3px;
	color:#ffffff;
	margin-bottom:5px;
	text-decoration:none;
}
a:hover.mybutton  {
	font-weight:bold;
	color:#ffffff;
}
.p-article09__img img{
  display:inline!important;
  margin:10px!important;
  vertical-align:baseline!important;
 }
@media (max-width: 767px){
.alignleft, img.alignleft img.recentorder_img{
float:none;
display:block;
margin: auto;
}
.alignright, img.alignright{
float:none;
display:block;
margin: auto;
}
}



img{
      max-width: 100%;
    }
ul {
    margin: 0;
    padding: 0;
}
    #contents h2,#contents h3,#contents h4{
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: normal;
    }
    #contents h2{
      margin-bottom: 60px;
    }
    .article p{
      line-height: 2;
        margin-bottom: 20px;

    }
    .taC{text-align: center;}
    .mb20{margin-bottom: 20px;}
    .mg20{margin: 20px;}
    .article{
      margin-bottom: 40px;
    }
    #contents h3{
position: relative;
padding: 0 55px;
text-align: center;
font-size: 20px;
  position: relative;
  padding: 1em 0;
}
#contents h3::before,
#contents h3::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
#contents h3::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#contents h3::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}
    .point_box{
      background: #fffafa;
      padding: 20px;
    }
    .point_box ul li{
      display: table;
      width: 100%;
    }
    .point_box ul li span,.point_box ul li div
    {
      display: table-cell;
      vertical-align: top;
    }
    .point_box ul li span{
     font-family: 'EB Garamond', serif;
     font-weight: 400;
    text-align: center;
    }
     .point_box ul li h4{
      border-bottom: 1px solid #ccc;
     }
     table {
    text-align: left;
}
#contents h4{
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
  padding:5px 10px;
  font-size:1.2em;
}

table th, table td {
    border: 1px solid #ccc;
    padding: 15px;
}
table th{
  background: rgb(230, 243, 240);
  color: rgb(3, 78, 71);
}
.img_left{float:left;padding:20px;}
.clear{celar:both;}

    @media screen and (min-width: 481px) {
     .article img{
      display: block;
      margin: 40px auto;
    }
    .point_box ul li span{
     font-size: 100px;
    width: 120px;
    }
    #introduction dl,#shop dl{
      display: table;
      width: 100%;
    }
     #introduction dl dt,#introduction dl dd,
    #shop dl dt,#shop dl dd{
      display: table-cell;
      vertical-align: top;
    }
    #introduction dl dt{
      padding-left: 20px;
    }
     #introduction dl dt{
      width: 220px;
      padding-left: 20px;
    }

    #shop dl dt{
      width: 400px;
      padding-left: 20px;
    }


  }
  @media screen and (max-width: 481px) {
    .article img{
      display: block;
      margin: 40px auto;
    }
    .point_box ul li span{
         font-size: 60px;
    width: 50px;
    text-align: left;
    }
  }
.align_c{
  text-align:center;
}
.mgb20{
  margin-bottom:20px;
 }
/* ----- お客様の声吹き出し----- */

.talk {
margin-bottom: 40px;
}

.talk figure img {
width: 100%;
height: 100%;
border: 2px solid ccc;
border-radius: 50%;
margin: 0;
}

/* 画像の下のテキスト */
.talk-imgname {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}

p.talk-text {
margin: 0 0 8px;
}

p.talk-text:last-child {
margin-bottom: 0px;
}

/* 回り込み解除 */
.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}

/* ----- 左の場合 ----- */

/* 左画像 */
.talk-Limg {
margin-left: 4px;
margin-top: -1px;
float: left;
width: 60px;
height: 60px;
}

/* 左からの吹き出しテキスト */
.talk-Ltxt {
color: #444;
position: relative;
margin-left: 100px;
padding: 1.2em;
border: 3px solid #ccc;
background-color: #fff;
border-radius: 5px;
}

/* 左の三角形を作る */
.talk-Ltxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #ccc;
top: 15px;
left: -20px;
}

.talk-Ltxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -16px;
}