@charset "UTF-8";
#wrap {
  width: 100%;
  /*
  position: relative;
  */
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background-color: #f3f3f3;
  /*
  padding-bottom: 188px;
  */
}

#header {
  background-color: rgba(255, 255, 255);
}
#header:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #D9D9D9;
}
@media only screen and (max-width: 768px) {
  #header {
    /* スマホのみ */
    z-index: 10;
  }
  #header:after {
    top: 50px;
  }
}
#header .container {
  padding: 0;
}
#header .container .navbar-header {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header .container .navbar-header {
    /* スマホのみ */
    height: 50px;
  }
}
#header .container .navbar-header > img.logo {
  float: left;
  max-height: 72px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #header .container .navbar-header > img.logo {
    /* スマホのみ */
    margin: 7px 8px 0;
    width: auto;
    height: 35px;
  }
}
#header .container .navbar-header > .list-inline {
  float: left;
  margin-top: 26px;
  margin-left: auto;
}
#header .container .navbar-header > .header-contact {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #header .container .navbar-header {
    /* スマホのみ */
  }
  #header .container .navbar-header .header-option {
    float: right;
  }
  #header .container .navbar-header .header-option img {
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  #header .container .navbar-header .header-option img + img {
    margin-left: 1px;
  }
}

#header .container .header-nav a.nav-link {
  display: inline-block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  color: #8c8787;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
#header .container .header-nav a.nav-link:after {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
#header .container .header-nav a.nav-link:hover {
  color: #5b5b5b;
  text-decoration: none;
}
#header .container .header-nav a.nav-link:hover:after {
  background-color: #5b5b5b;
}
@media only screen and (max-width: 768px) {
  #header .container .header-nav a.nav-link {
    /* スマホのみ */
    height: 50px;
    line-height: 50px;
  }
  #header .container .header-nav a.nav-link > span:first-of-type {
    font-size: 0;
  }
  #header .container .header-nav a.nav-link > span:first-of-type:before {
    content: "";
    display: block;
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    line-height: 1;
    font-family: FontAwesome;
  }
  #header .container .header-nav a.nav-link > span:first-of-type:after {
    position: absolute;
    font-size: 1.1rem;
    width: 100%;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    top: 37px;
    left: 0;
  }
}
#header .container .header-nav a.nav-link > .fa {
  position: relative;
}
#header .container .header-nav a.nav-link > .fa.fa-2x {
  top: 4px;
}
@media only screen and (max-width: 768px) {
  #header .container .header-nav a.nav-link > .fa {
    /* スマホのみ */
    display: none;
  }
}
#header .container .header-nav a.nav-link .badge {
  position: absolute;
  top: 10px;
  right: 12px;
  padding: 3px 5px;
  background-color: #f03545;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #header .container .header-nav a.nav-link .badge {
    /* スマホのみ */
    top: 5px;
    right: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #header .container .header-nav {
    /* スマホのみ */
  }
  #header .container .header-nav .row > div:nth-of-type(1) a.nav-link span:first-child:before {
    content: "";
  }
  #header .container .header-nav .row > div:nth-of-type(1) a.nav-link span:first-child:after {
    content: "ホーム";
  }
  #header .container .header-nav .row > div:nth-of-type(2) a.nav-link span:first-child:before {
    content: "";
  }
  #header .container .header-nav .row > div:nth-of-type(2) a.nav-link span:first-child:after {
    content: "ガイド";
  }
  #header .container .header-nav .row > div:nth-of-type(3) a.nav-link span:first-child:before {
    content: "";
  }
  #header .container .header-nav .row > div:nth-of-type(3) a.nav-link span:first-child:after {
    content: "カート";
  }
  #header .container .header-nav .row > div:nth-of-type(4) a.nav-link span:first-child:before {
    content: "";
  }
  #header .container .header-nav .row > div:nth-of-type(4) a.nav-link span:first-child:after {
    content: "クイック";
  }
  #header .container .header-nav .row > div:nth-of-type(5) a.nav-link span:first-child:before {
    content: "";
  }
  #header .container .header-nav .row > div:nth-of-type(5) a.nav-link span:first-child:after {
    content: "商品一覧";
  }
  #header .container .header-nav .row > div:nth-of-type(6) a.nav-link span:first-child:before {
    content: "";
  }
  #header .container .header-nav .row > div:nth-of-type(6) a.nav-link span:first-child:after {
    content: "Q&A";
  }
}

@media only screen and (max-width: 768px) {
  /* スマホのみ */
  .footer-menu {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #524e46;
  }
  .footer-menu li a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    border-top: 1px solid #524e46;
    background-color: #f8f7f7;
    font-size: 1.4rem;
    font-weight: bold;
    color: #524e46;
    text-decoration: none;
  }
  .footer-menu li a:before {
    content: "＞";
    position: relative;
    top: -1px;
    background: #524e46;
    color: #ffffff;
    font-weight: normal;
    padding: 2px;
    font-size: 1.0rem;
    margin-right: 14px;
  }
  .footer-menu li a:after {
    content: "\e080";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.7rem;
    display: block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 1.4rem;
    color: #858585;
  }

  .footer-inquiry {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .footer-inquiry a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #524e46;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    -moz-box-shadow: 0px -5px 15px 3px #ededed inset;
    -webkit-box-shadow: 0px -5px 15px 3px #ededed inset;
    box-shadow: 0px -5px 15px 3px #ededed inset;
  }
  .footer-inquiry a + a {
    margin-top: 10px;
  }
  .footer-inquiry a:hover {
    text-decoration: none;
    color: #8c8787;
  }
  .footer-inquiry a .title {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .footer-inquiry a.inquiry-tel .tel, .footer-inquiry a.inquiry-tel .time {
    display: inline-block;
    height: 34px;
    vertical-align: top;
  }
  .footer-inquiry a.inquiry-tel .tel {
    font-size: 2.0rem;
    line-height: 34px;
    font-weight: bold;
    margin-right: 5px;
  }
  .footer-inquiry a.inquiry-tel .tel .glyphicon {
    margin-right: 5px;
    top: 2px;
    font-weight: normal;
  }
  .footer-inquiry a.inquiry-tel .time {
    font-size: 1.2rem;
    text-align: left;
    height: 34px;
  }
  .footer-inquiry a.inquiry-mail .body {
    text-align: left;
    font-size: 1.2rem;
    display: inline-block;
    height: 34px;
  }
}
#footer-top {
  padding-top:10px;
  width: 100%;
  background-color:#333;
  text-align:right;
}

#footer-top .container a {
  color:#FFFFFF;
}


#footer {
/*
  position: absolute;
  */
  bottom: 0;
  width: 100%;
  background-color:#ccc;
  border-bottom: 5px solid #666;
}
@media only screen and (max-width: 768px) {
  #footer {
    /* スマホのみ */
  }
}
#footer  {
  /*
  position: relative;
  */
  padding: 15px 0;
}
#footer .pagetop-link {
  position: absolute;
  top: -33px;
  right: 0;
  height: 32px;
  width: 175px;
}
#footer .footer-nav li {
  padding: 0;
}
#footer .footer-nav li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 15px;
  color:#FFFFFF;
}
#footer .footer-nav li a {
  color: #FFF;
}
#footer .copyright {
  text-align: center;
  color:#333;
}
@media only screen and (max-width: 768px) {
  #footer .copyright {
    /* スマホのみ */
    text-align: center;
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    /* スマホのみ */
  }
  #footer .banners {
    padding: 0;
    list-style: none;
    text-align: center;
  }
  #footer .banners li {
    display: inline-block;
  }
}

#contents {
  margin: 15px auto 0;

  /* padding: 176px 10px 50px 10px; */
  margin: 0px auto;
  background-color:#FFFFFF;

}
@media only screen and (max-width: 768px) {
  #contents {
    /* スマホのみ */
	  padding: 0px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  #contents .row {
    /* スマホのみ */
	  margin-right: 0px;
      margin-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  #contents {
    /* スマホのみ */
  }
  #contents #drawer-screen {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 99;
  }
  #contents #drawer-screen.show {
    display: block;
  }
}
#contents #left-column {
  width: 208px;
  float: left;
}

@media only screen and (max-width: 768px) {
  #contents #left-column {
    /* スマホのみ */
    width: 270px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -270px;
    margin-top: 51px;
    padding: 10px 20px 51px 20px;
    z-index: 100;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    overflow: auto;
    transition: transform 0.3s linear 0s;
  }

  #contents #left-column.open {
    -moz-transform: translate(-270px);
    -webkit-transform: translate(-270px);
    transform: translate(-270px);
  }
}

#contents #left-column .side-box,
#contents #left-column .side-borderbox {
  margin-bottom: 20px;
}

#contents #left-column .side-borderbox {
  padding: 8px;
  /*
  border: 1px solid #989898;
  */
}

#contents #left-column .side-borderbox .header {
  margin-top: 0;
  text-align: center;
  background-color: #e0e0e0;
  height: 35px;
  line-height: 35px;
}

#contents #left-column .side-borderbox .btn-area {
  padding: 10px 22px 8px;
}

#contents #left-column .side-borderbox hr {
  margin-left: -8px;
  margin-right: -8px;
}

#contents #left-column .side-borderbox.cart-area .items {
  margin: 0 10px;
}

#contents #left-column .side-borderbox.cart-area .items a {
  display: block;
}

#contents #left-column .side-borderbox.cart-area .items a+a {
  margin-top: 16px;
}

#contents #left-column .side-borderbox.cart-area .price {
  padding-left: 14px;
}

#contents #left-column .side-borderbox.history-area {
  padding-bottom: 16px;
}

#contents #left-column .side-borderbox.history-area .items {
  margin: 0 10px;
}

#contents #left-column .side-borderbox.history-area .items a {
  display: block;
}

#contents #left-column .side-borderbox.history-area .items a+a {
  margin-top: 10px;
}

#contents #left-column .side-borderbox.ranking-area .item {
  margin: 0 10px;
}

#contents #left-column .side-borderbox.ranking-area .item .item-detail {
  padding-top: 16px;
}

@media only screen and (max-width: 768px) {
  #contents #left-column .side-box.search-category {
    /* スマホのみ */
    margin-left: -20px;
    margin-right: -20px;
  }
}

#contents #left-column .side-box.search-category .list-group .list-group-item {
  border-radius: 0;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  border-left: none;
  border-right: none;
  color: #524e46;
}
/* 
#contents #left-column .side-box.search-category .list-group .list-group-item:before {
  content: "－　";
}
*/
#contents #left-column .side-box.search-category .list-group .list-group-item:hover {
  background-color: #F5F5F5;
}

#contents #left-column .side-box.search-category .list-group .list-group-item.active {
  background-color: #f8f5f5;
  color: #524e46;
}

#contents #left-column .side-box.image-area img {
  margin-bottom: 6px;
}

@media only screen and (max-width: 768px) {
  #contents #left-column .side-box.image-area img {
    /* スマホのみ */
    width: 100%;
  }
}

#contents #left-column .side-box.image-area :last-child img {
  margin-bottom: 0;
}

#contents #left-column .side-box.calendar-area table tr:nth-child(n + 3) td:first-child:not(:empty),
#contents #left-column .side-box.calendar-area table tr:nth-child(n + 3) td:last-child:not(:empty),
#contents #left-column .side-box.calendar-area table tr:nth-child(n + 3) td.holiday {
  background-color: #ffcc99 !important;
}

#contents #left-column .side-box.calendar-area table {
  width: 100%;
  border: none;
}

#contents #left-column .side-box.calendar-area table+table {
  margin-top: 17px;
}

#contents #left-column .side-box.calendar-area table th,
#contents #left-column .side-box.calendar-area table td {
  padding: 0;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #404040;
  border-color: #D9D9D9;
  background: none;
}

#contents #left-column .side-box.calendar-area table tr:nth-child(1) td {
  border: none;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

#contents #left-column .side-box.calendar-area table tr:nth-child(2) td {
  font-weight: bold;
}

#contents #left-column .side-box.calendar-area table tr:nth-child(2) td:first-child {
  color: #ffcc96;
}

#contents #left-column .side-box.calendar-area table tr:nth-child(n + 3) td.today {
  background-color: #dadada !important;
}

#contents #right-column {
  width: 100%;
  float: left;
  margin-left: -208px;
  padding-left: 228px;
}

#contents #one-column {
  width: 100%;
  margin: 50px 0;

}

@media only screen and (max-width: 768px) {
  #contents #right-column {
    /* スマホのみ */
    margin: 0;
    padding: 0 15px;
  }

}

#contents #right-column .page-link {
  display: block;
  /*margin-top: -176px;
  padding-top: 176px;
  */
}

/* 追加CSS　*/
/* 上書き　*/
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  width: 1008px;
  height: auto;
  margin: 0 auto;
}

input[type="radio"] {
  display: none;
}

input[type="checkbox"] {
  width: 30px;
  height: 30px;
}

select {
  height: 30px;
}

/*
 c23bb62... max100追加
*/
.img-responsive-max100 {
  display: block;
  max-width: 100%;
  height: auto;
}

#contents #right-column {
  width: 100%;
  float: left;
  margin-left: -208px;
  padding-left: 228px;
  margin-top:20px;
}

#contents #one-column {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #contents #right-column {
    /* スマホのみ */
	margin-top:20px;
	margin-left: 0px;
    padding-left: 0px;
  }
}
#contents #right-column .page-link {
  display: block;
}

/* 追加CSS　*/
/* 上書き　*/
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100%;
    height: auto;
}

input[type="radio"] {
	display:none;
}
input[type="checkbox"] {
    width:30px;
    height:30px;
}
select {
    height:30px;
}

.img-responsive-max100 {
    display: block;
    max-width: 100%;
    height: auto;
}

/* フォントカラー */
.text-red {
	color:#FF0000;
}


/*  見出し　*/
.h2_midashi {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
	text-align:center;
	font-size:15px;
}
.hr {
  border-bottom:#CCCCCC solid 1px;
 }
/*
.h2_midashi:before {
    content: url(../../img/shop/midashi_icon.png);
	position:relative;
  top: 15px;
  right: 10px;
}
*/
.border_box {
  border:#666666 solid 1px;
  padding:5px;
}
/* SNS */
.facebook {
	margin-top:20px;
}
/*2017/9/21追加*/

.img-responsive-max100 {
    display: block;
    max-width: 100%;
    height: auto;
}

.shopinfo-area {
	margin-top:20px;
}
.shopinfo-area h4.h4{
     margin-bottom:20px;
}
@media only screen and (max-width: 768px) {
    .shopinfo-area{
        padding-left:0;
        padding-right:0;
    }
}
    
/* アラート追加　*/
.alert-postage {
	margin-top:20px;
    color: #ff0000;
    background-color: #fff480;
	border:#ff0037 solid 2px;
}

/* BootStrap 変更　*/
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

/*↓カラム間のガター幅が60px、カラムの左右の余白が30pxになる*/
.o-3column .col-sm-4 { padding: 0 0px;}
/*カラムの左右の余白を15pxに戻す*/
.o-3-column {margin: 0 15px;}

/* ボタンカスタマイズ　*/
.btn-black {
  background: #000;
  color: #FFF;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-yellow:hover, .btn-yellow:focus {
  background: rgb(252, 255, 179);
}
.btn-yellow:active {
  background: rgb(247, 255, 71);
}


/* 縦書き文字　*/
.tate {
-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
  position:absolute;
  top:45%;
  left:40%;
  display:inline;
  transform:translate(-50%, -50%);
  color:#FFFFFF;
  background-color:#000000;
  padding:5%;
  border:#FFFFFF solid 1px;
}

.yoko {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    background-color: #000000;
    padding: 5%;
    border: #FFFFFF solid 1px;
}

/* 文字 */
.mincho {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
letter-spacing:0.2em;
line-height:1.5em;
}

/* */
.product_box {
	padding:10px 35px;
}
.product_box2 {
	padding:40px 0px 20px 0px;
}
.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
}

h1 {
    font-size:1.5em;
    font-weight:bold;
}

/* オーバーレイ */
.overlay {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        z-index: 999;
}

/* ヘッダー */
header  {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#f3f3f3;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
	border-top: 5px solid #666;
}
header .inner {
    position:relative;
	/*
    padding:1.5em;
	*/
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.logo {
  margin:7px 0px;
}
/* ナビゲーション */
header nav {
        overflow:auto;
        position: fixed;
        top: 0;
        right: -70%;
        width: 80%;
        max-width:320px;
        height: 100%;
        background: #fff;
        opacity: 0;
        z-index:9999;
}
/* ナビゲーション：アクティブ時 */
header.navOpen nav {
        opacity: 1;
        right: 0;
}
header nav ul {
    border-top:1px solid #ccc;
}
header nav ul li {
    border-bottom:1px solid #ccc;
}
header nav ul li a {

    display:block;
    padding:1.5em;
    color:#FFF;
    text-decoration:none;
}
/*
header nav ul li a:before {
    position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  margin-right: -4px;
  vertical-align: middle;
    border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
*/

/* ナビゲーションアイコン */
header .navBtn {
        display: block;
        width: 25px;
        position: absolute;
        top: 24px;
        right: 15px;
        cursor: pointer;
}
header .navBtn span {
        display: block;
        height: 4px;
        width: 100%;
        background: #000;
        border-radius: 2px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}
header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
        margin-top: 5px;
}
/* ナビゲーションアイコン：アクティブ */
header.navOpen .navBtn span:nth-of-type(1) {
        -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
        -ms-transform: translateY(9px) translateX(0) rotate(45deg);
        transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .navBtn span:nth-of-type(2) {
        margin-top: 5px;
        opacity: 0;
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
}
header.navOpen .navBtn span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
        transform: translateY(-9px) translateX(0) rotate(-45deg);
}

#contents {
    margin-top:60px;
	/*
    padding:1em 1.5em;
	*/
    line-height:1.5;
}

.after {ruby-position:after;}
.text-xxs {
	font-size:10.5px;
}
.r-btn {
	margin-right:60px;

}

.r-btn i{
	margin-top:22px;
	margin-left:15px;
	}
a.nav-link{
  position:relative;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f00;
    border-radius: 10px;
    position: absolute;
    top: -24px;
    right: -14px;
}

/*　サイドバー　メニュー　*/
.side-box.menu{
    width:100%;
    margin-top:20px;
}
.side-box.menu .nav_menu{
    padding:5px 0 0;
    margin:0 auto;
}
.side-box.menu .nav_menu a:hover {
    text-decoration: none;
}
.side-box.menu i{
    display: block;
    font-size:25px;
    text-align:center;
}
.side-box.menu p{
    font-size:10.5px;
    text-align: center;
    margin-bottom:0;    
}
hr.side-box{
    margin:0;
}
/*サイドバー*/
header nav #side_bar {
    width: 300px;
    float: left;
    background-color:#fff;
    padding-left:20px;
	padding-bottom: 80px;	
    min-height:100%;
    height:auto;
    z-index:1050;
}
header nav #side_bar .con {
    background-color:#fff;
    height:100%;
    z-index:1051;
}
@media only screen and (max-width: 768px) {
  header nav #side_bar {
    /* スマホのみ */
    width: 300px;
    height: 100%;
    position: fixed;
	/*
    top: 0;
    right: -270px;
    margin-top: 51px;
		*/
    padding: 10px 20px 51px 20px;
    z-index: 10000;
    background: #ffffff;
	/*
    border: 1px solid #D9D9D9;
	*/
    overflow: auto;
    transition: transform 0.3s linear 0s;
  }
  nav #left-column #side_bar.open {
    -moz-transform: translate(-270px);
    -webkit-transform: translate(-270px);
    transform: translate(-270px);
  }
}
header nav #side_bar .side-box,
header nav #side_bar .side-borderbox {
  margin-bottom: 20px;
  background-color:#fff;
}
header nav #side_bar .side-borderbox {
  padding: 8px;
  /*
  border: 1px solid #989898;
  */
}
header nav #side_bar .side-borderbox .header {
  margin-top: 0;
  text-align: center;
  background-color: #e0e0e0;
  height: 35px;
  line-height: 35px;
}
header nav #side_bar .side-borderbox .btn-area {
  padding: 10px 22px 8px;
}
header nav #side_bar .side-borderbox hr {
  margin-left: -8px;
  margin-right: -8px;
}
header nav #side_bar .side-borderbox.cart-area .items {
  margin: 0 10px;
}
header nav #side_bar .side-borderbox.cart-area .items a {
  display: block;
}
header nav #side_bar .side-borderbox.cart-area .items a + a {
  margin-top: 16px;
}
header nav #side_bar .side-borderbox.cart-area .price {
  padding-left: 14px;
}
header nav #side_bar .side-borderbox.history-area {
  padding-bottom: 16px;
}
header nav #side_bar .side-borderbox.history-area .items {
  margin: 0 10px;
}
header nav #side_bar .side-borderbox.history-area .items a {
  display: block;
}
header nav #side_bar .side-borderbox.history-area .items a + a {
  margin-top: 10px;
}
header nav #side_bar .side-borderbox.ranking-area .item {
  margin: 0 10px;
}
header nav #side_bar .side-borderbox.ranking-area .item .item-detail {
  padding-top: 16px;
}


header nav #side_bar .side-borderbox.ranking-area{
    width:100%;
}

/*カテゴリーツリー*/

header nav #side_bar .side-box.search-category span.icon.expand-icon.glyphicon.glyphicon-plus{
    top:20px;
    left:5px;
}

header nav #side_bar .side-box.search-category span.icon.expand-icon.glyphicon.glyphicon-minus{
    top:20px;
    left:5px;
}

header nav #side_bar .side-box.search-category .list-group-item{
    padding:0;
}
header nav #side_bar .side-box.search-category .list-group-item a{
    padding:0px 50px 15px 50px;
}
@media only screen and (max-width: 768px) {
  header nav #side_bar .side-box.search-category {
    /* スマホのみ */
    margin-left: -20px;
    margin-right: -20px;
  }
}
header nav #side_bar .side-box.search-category .list-group .list-group-item {
  border-radius: 0;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  border-left: none;
  border-right: none;
  color: #524e46;
}
/*
header nav #side_bar .side-box.search-category .list-group .list-group-item:before {
  content: "－　";
}
*/
header nav #side_bar .side-box.search-category .list-group .list-group-item.active {
  background-color: #f8f5f5;
  color: #524e46;
}

header nav #side_bar .row div.btn_category{
    padding:25px 10px;
    cursor: pointer;
	/*
    border-bottom:1px solid #989898;
	*/
    font-size:16px;
}
header nav #side_bar .row div.btn_category:hover{
    background-color:#f0f0f0;
}
header nav #side_bar .row div.btn_category i{
    padding-right:15px;
}
header nav #side_bar #sample_two .panel.panel-default .panel-body ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
header nav #side_bar #sample_two .panel.panel-default .panel-body ul li{
    border-bottom:1px solid #989898;
}
header nav #side_bar #sample_two .panel.panel-default .panel-body ul li:first-child{
    border-top:1px solid #989898;
}
header nav #side_bar #sample_two .panel.panel-default .panel-body ul li a{
    display:block;
    padding:12px 15px;
    margin:0;
    text-decoration: none;
    color:#524e46;
    font-size:15px;
}
header nav #side_bar #sample_two .panel.panel-default .panel-body ul li a i.fa-circle{
    font-size:10px;
    padding-right:10px;
}
header nav #side_bar #sample .panel.panel-default,
header nav #side_bar #sample_two .panel.panel-default{
    border:0 solid transparent;
}
header nav #side_bar #sample .panel.panel-default > .panel-body,
header nav #side_bar #sample_two .panel.panel-default > .panel-body{
    padding:0;
}
header nav #side_bar #sample .panel.panel-default .panel-body,
header nav #side_bar #sample_two .panel.panel-default .panel-body{
    padding:0;
}
header nav #side_bar .side-box.image-area img {
  margin-bottom: 6px;
}

/* sample_three */

header nav #side_bar #sample_three .panel.panel-default .panel-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header nav #side_bar #sample_three .panel.panel-default .panel-body ul li {
  border-bottom: 1px solid #989898;
}

header nav #side_bar #sample_three .panel.panel-default .panel-body ul li:first-child {
  border-top: 1px solid #989898;
}

header nav #side_bar #sample_three .panel.panel-default .panel-body ul li a {
  display: block;
  padding: 12px 15px;
  margin: 0;
  text-decoration: none;
  color: #524e46;
  font-size: 15px;
}

header nav #side_bar #sample_three .panel.panel-default .panel-body ul li a i.fa-circle {
  font-size: 10px;
  padding-right: 10px;
}

header nav #side_bar #sample .panel.panel-default,
header nav #side_bar #sample_three .panel.panel-default {
  border: 0 solid transparent;
}

header nav #side_bar #sample .panel.panel-default>.panel-body,
header nav #side_bar #sample_three .panel.panel-default>.panel-body {
  padding: 0;
}

header nav #side_bar #sample .panel.panel-default .panel-body,
header nav #side_bar #sample_three .panel.panel-default .panel-body {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  header nav #side_bar .side-box.image-area img {
    /* スマホのみ */
    width: 100%;
  }
}
header nav #side_bar .side-box.image-area :last-child img {
  margin-bottom: 0;
}
header nav #side_bar .side-box.calendar-area table tr:nth-child(n + 3) td:first-child:not(:empty), header nav #side_bar .side-box.calendar-area table tr:nth-child(n + 3) td:last-child:not(:empty), header nav #side_bar .side-box.calendar-area table tr:nth-child(n + 3) td.holiday {
  background-color: #ffcc99 !important;
}
header nav #side_bar .side-box.calendar-area table {
  width: 100%;
  border: none;
}
header nav #side_bar .side-box.calendar-area table + table {
  margin-top: 17px;
}
header nav #side_bar .side-box.calendar-area table th, header nav #side_bar .side-box.calendar-area table td {
  padding: 0;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #404040;
  border-color: #D9D9D9;
  background: none;
}
header nav #side_bar .side-box.calendar-area table tr:nth-child(1) td {
  border: none;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
header nav #side_bar .side-box.calendar-area table tr:nth-child(2) td {
  font-weight: bold;
}
header nav #side_bar .side-box.calendar-area table tr:nth-child(2) td:first-child {
  color: #ffcc96;
}
header nav #side_bar .side-box.calendar-area table tr:nth-child(n + 3) td.today {
  background-color: #dadada !important;
}

header nav #side_bar .side-box .phone_contact{
    background:#fff;

}
/* サイドバー　明朝体　*/
header nav #side_bar .side-box.menu .nav_menu p,
header nav #side_bar .side-box .phone_contact p,
header nav #side_bar .side-box .phone_contact p span.open,
header nav #side_bar .side-box .phone_contact p span.tel_num{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
}

/*　サイドバー　リスト　*/
header nav #side_bar .side-box.link_side ul{
    line-height:2.0;
    border-top:0;
}
header nav #side_bar .side-box.link_side ul li{
    border:0 ;
}
header nav #side_bar .side-box.link_side ul li a{
        color:black;
        padding:0;
}
/*サイドバー　お電話でのお問い合わせ*/
header nav #side_bar .side-box .phone_contact{
    border:4px double #555;
    padding:15px;
    margin-top:20px;
}
header nav #side_bar .side-box .phone_contact p{
    margin-bottom:0;
}
header nav #side_bar .side-box .phone_contact p:nth-child(1){/*お電話でのお問い合わせ*/
    padding-bottom:5px;
    font-size:1.2em;
}
header nav #side_bar .side-box .phone_contact i.fa-phone{
    font-size:24px;
    padding-right:5px;
}
header nav #side_bar .side-box .phone_contact p:nth-child(3){/*電話番号*/
    display:inline;
    font-size:1.7em;
}
header nav #side_bar .side-box .phone_contact p:nth-child(4){/*営業時間*/
    padding-top:6px;
}

/*サイドバーフリーページボタン*/
#side_bar .side-box .btn.btn-grey.sidebtn{
  background-color: #333;
  border: 4px double #fff;
  box-shadow: 1px 1px 1px rgba(1,1,1,0.2);
}

/* アコーディオン */
#accordion{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
/*お電話でのお問い合わせ*/
#accordion .ac_tel{
    width:80%;
    padding:15px;
    margin-top:1.5em;
    margin-left:auto;
    margin-right:auto;
    border:4px double black;
    background-color:#fff;
}
#accordion .ac_tel h4{
    margin:0;
    padding-bottom:15px;
    letter-spacing:0.15em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
    font-size:1.5em;
    font-weight: 100;

}
#accordion .ac_tel i.fa-phone{
    font-size:28px;
    padding-right:15px;
}
#accordion .ac_tel p{
    display:inline;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
}
#accordion .ac_tel p:nth-child(3){
    font-size:1.8em;
    padding-right:20px;
}
#accordion .ac_tel .btn_mail{
    max-width:250px;
    margin:15px auto 0;
    border:1px solid black;   
}
#accordion .ac_tel .btn_mail:hover{
    background-color:#f0f0f0;
    cursor: pointer;
}
#accordion .ac_tel a{
    display:inline-block;
    color:black;
    padding:5px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
    transform: rotate(.03deg);
}
#accordion .ac_tel a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 768px){
    #accordion .ac_tel h4{
        font-size:1.3em;
    }
    #accordion .ac_tel i.fa-phone{
        font-size:26px;
        padding-right:10px;
    }
    #accordion .ac_tel p:nth-child(4){
        display:block;
    }
}
#accordion .ac_tel .block {
	display:block;
	}

.sns_icon {
  margin-top:10px;
 }

/*お買い物ガイド*/
#accordion .ac_guides{
/*
    margin-top:60px;
	*/
    margin-left:0;
    margin-right:0;
}
#contents #accordion .ac_guides .row{
    margin-right: -15px;
    margin-left: -15px
}
#accordion .ac_guides .hd{
    padding-left:0;
    padding-right:0;
}
/*
#accordion .ac_guides .hd h4.h4{
    margin:0;
    padding-bottom:5px;
    letter-spacing: 0.25em;
    font-size:1.5em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg); 
}*/
#accordion .ac_guides .hd a{
    font-size:12px;
    padding-left:15px;
}
#accordion .ac_guides .hd .h2_midashi{
    margin-bottom:20px;
}
#accordion .ac_guides .guides{
    background-color:#f0f0f0;
    padding:15px;
    margin-top:20px;
}
#accordion .ac_guides .guides .guide{
    background-color:#fff;
    border:1px solid #555;
}
@media only screen and (max-width: 768px){
    /*　スマホ　sumaho*/
    #accordion .ac_guides .guides .guide{
        margin-bottom:20px;
    }
}

#accordion .ac_guides .guides .guide a{
    padding:15px;
}
#accordion .ac_guides .guides .guide a:hover{
    text-decoration: none;
}
#accordion .ac_guides .guides .guide a i{
    font-size:28px;
}
#accordion .ac_guides .guides .guide a p:nth-child(2){
    margin-bottom:0;
    font-size:10.5px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
    transform: rotate(.03deg);
}
@media only screen and (max-width: 768px){
    #accordion .ac_guides .guides .guide.g_top{
        margin-bottom:10px;
    }
}

.kodawari{
	margin-top:20px;
}

/*　未成年者飲酒　*/
#accordion .ac_un20{
    width:100%;
    margin:30px auto;
    border:double 3px red;
    padding:24px 10px;
    text-align:center;
    background-color:#fff;
}
#accordion .ac_un20 p{
    padding:0;
    margin:0;
    font-size:16px;
    letter-spacing: 0.15em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
}

@media only screen and (max-width: 768px){
    #accordion .ac_un20{
        margin-top:30px;
        margin-bottom:50px;
}
}

/* 見出し　*/
h2{
	position: relative;
	padding: 20px 20px 20px 38px;
	font-size:20px;
	border: 1px solid #D8D8D8;
	border-top: 4px solid #cc0000;
	background: linear-gradient(#ffffff 0%, #EFEFEF 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
h2::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	border: 4px solid #cc0000;
	border-radius: 100%;
	box-sizing:border-box;
}

.btn-area {
  text-align: center;
  margin-bottom: 50px;
}
.btn-area .btn {
  padding: 15px 30px;
  font-size: 1.6rem;
  min-width: 190px;
}
@media only screen and (min-width: 769px) {
  .btn-area .btn + .btn {
    /* PCのみ */
    margin-left: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-area .btn + .btn {
    /* スマホのみ */
	/*
    margin-top: 10px;
	*/
	margin:5px auto;
  }
}
/* �ǉ��@*/
@media only screen and (max-width: 768px) {
  .table_layouts {
    
	width:100%;
	margin:2em auto;
	/*
	border:#6699ff 1.5px solid;
	*/
	}
	.table_layouts th{
	border: 1px solid #d6d6d6;
	padding:17px;
	display:block;
	background-color:#f8f7f7;
	width:auto;
	}
	.table_layouts td{
	padding:17px;
	display:block;
}
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	margin-top: 25px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
	margin-top: 25px;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
	margin-top: 25px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
	margin-top: 25px;
}

/**************サイドバー**************/
/*ログアウトボタン*/
#contents #left-column .side-borderbox.login {
  margin-bottom: 0px;
  line-height:1.7;
  background-color:#fff;
}
#contents #left-column .side-borderbox.login p{
    padding-left:15px;
}
#contents #left-column .side-borderbox.login p:first-child{
    margin-bottom:10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
    transform: rotate(.03deg);
}
.side-box.menu.n_login .nav_menu i{
    font-size:23px;
}
.nav_menu.logout i.fa-sign-out-alt,
.nav_menu.logout p{
    padding-left:4px;
}
.nav_menu button.btn_sign-out{
    border:0;
    margin:0;
    padding:0;
    color:#6d6d6d;
    background-color:transparent;
}
header nav #side_bar .side-borderbox {
  padding: 8px;
  border: 0;
}
        /*スマホ版*/
header .container nav #side_bar .side-borderbox.login {
  margin-bottom: 0px;
  line-height:1.7;
  background-color:#fff;
}
header .container nav .side-borderbox.login p{
    padding-left: 15px;
}
header .container nav .side-borderbox.login p:first-child{
    margin-bottom:10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
    transform: rotate(.03deg);
}
header .container nav .side-box.menu.n_login .nav_menu i{
    font-size:23px;
}
header .container nav .nav_menu.logout i.fa-sign-out-alt,
header .container nav .nav_menu.logout p{
    padding-left:4px;
}
header .container nav .nav_menu button.btn_sign-out{
    border:0;
    margin:0;
    padding:0;
    color:#6d6d6d;
    background-color:transparent;
}
header .container nav .side-borderbox {
  padding: 8px;
  border: 0;
}

header .container nav hr.top_search{
    margin-top:0;
}
#contents #left-column hr.side-box,
header .container nav #side_bar hr.side-box{
    margin:0;
}

/*sidebar  link*/

header nav ul.side_link li{
    border:0;
    padding:5px;
}
header nav ul.side_link li a{
    padding:0;
    color:#6d6d6d;
}

/*sidebar mail*/
.side-box .phone_contact .btn_mail{
    max-width:250px;
    margin:15px auto 0;
    border:1px solid black;   
}
.side-box .phone_contact .btn_mail:hover{
    background-color:#f0f0f0;
    cursor: pointer;
}
.side-box .phone_contact a{
    display:inline-block;
    color:black;
    padding:5px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
    transform: rotate(.03deg);
    
}
.side-box .phone_contact a:hover{
    text-decoration: none;
}

/**************サイドバー**************/
/*カレンダー*/

#contents #left-column .calendar-area{
    margin:0 auto;
    padding-left:15px;
    padding-right:15px;
    
}
#contents #left-column .calendar-area　table{
    max-width:100%;
}
#contents #left-column .calendar-area　table th,
#contents #left-column .calendar-area　table td{
    font-size:10px;
    padding:3px;
}
#contents #left-column .calendar-area table.table>tbody>tr>td, 
#contents #left-column .calendar-area table.table>tbody>tr>th, 
#contents #left-column .calendar-area table.table>tfoot>tr>td, 
#contents #left-column .calendar-area table.table>tfoot>tr>th, 
#contents #left-column .calendar-area table.table>thead>tr>td, 
#contents #left-column .calendar-area table.table>thead>tr>th{
    padding:5px;
}
#contents #left-column .calendar-area table.table>tbody>tr.danger>td, 
#contents #left-column .calendar-area table.table>tbody>tr.danger>th, 
#contents #left-column .calendar-area table.table>tbody>tr>td.danger, 
#contents #left-column .calendar-area table.table>tbody>tr>th.danger, 
#contents #left-column .calendar-area table.table>tfoot>tr.danger>td, 
#contents #left-column .calendar-area table.table>tfoot>tr.danger>th, 
#contents #left-column .calendar-area table.table>tfoot>tr>td.danger, 
#contents #left-column .calendar-area table.table>tfoot>tr>th.danger, 
#contents #left-column .calendar-area table.table>thead>tr.danger>td, 
#contents #left-column .calendar-area table.table>thead>tr.danger>th, 
#contents #left-column .calendar-area table.table>thead>tr>td.danger, 
#contents #left-column .calendar-area table.table>thead>tr>th.danger{
    background-color: #f2dede;
}
/*カレンダーここまで*/
/***************************************/

.guide_link li a{
	color:#000000;
}
.guide_link li{
	list-style:circle;
  padding: 0.5em;
}

/* カレンダー */
.table-shop-calendar>tbody>tr>td {
	padding:5px;
}

/*sold-out表記*/
.sold-out {
  position: relative;
  }

.sold-out p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #ff0000 ;
    font-size: 2.0em;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
    width: fit-content;
}

.sold-out img {
  width: 100%;
  }
  
  /*　見出し　*/
.index_pd_item-name {
  font-size:1.3em;
 }

.index_pd_name span{
  display: block;
  margin-bottom: .2em;
  color: #aaa;
  font-size: .6em;
}
/*コンポーネント　商品の並び*/
#contents .ranking-area .item-detail.col-class{
    padding-top:0;
    padding-bottom:10px;
}
#contents .ranking-area .item-detail.col-class .item-name,
.item-list .item-detail.col-class .item-name{
    font-size:14px;
}
@media only screen and (max-width: 768px){
    #contents .ranking-area .item-detail.col-class .col-xs-5.col-sm-6.text-right{
        padding:0;
    }

    #contents .ranking-area .item-detail.col-class .col-xs-7.col-sm-6.text-right{
        padding:0;
    }
    .item-list .item-detail.col-class{
            padding-top:0;
            padding-bottom:10px;
    }
}
@media only screen and (min-width: 769px){
    .item-list .item-detail.col-class .item-name{
        font-size:16px;
    }
}

/* FaceBook */
#fb_page_plugin_area {
  width:100%;
  margin:0 auto;
  height:250px;
  overflow:hidden;
}

/* Instagram */
#instagram_page_plugin_area {
  width:100%;
  margin:0 auto;
  height:250px;
  overflow:scroll;
}

/*臨時サイドバーカテゴリーツリー*/
#sample ul {
  padding-left: 0;
}
#sample ul li {
  list-style: none;
}
#sample ul li a {
  color: #000;
}
#sample_two ul {
  padding-left: 0;
}

#sample_two ul li {
  list-style: none;
}

#sample_two ul li a {
  color: #000;
}

/* 年齢確認ポップアップ */
.user_age-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
  background-color:rgba(0,0,0,0.8);
  opacity:1;
  z-index:9999;
}
.user_age-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 50%;
  background-color: #fff;
  text-align: center;
  padding: 30px;
  margin: 12px auto;
}
.user_age-title {
  font-size: 18px;
}
.user_age-text {
  font-size: 16px;
}
.user_age-question {
  font-size: 24px;
}
.user_age-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.age_confirm {
  display: block;
  width: 18rem;
  background: #000000;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 10px;
}
@media only screen and (max-width: 768px){
  .user_age-content {
    width: 100%;
    padding: 30px 10px;
  }
  .user_age-text {
    font-size: 14px;
  }
}

/* クレジットカード画像 */
.user_creditcard_img {
  width: 200px;
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .user_creditcard_img {
    width: 9rem;
    height: auto;
  }
}


/*　2カラム追加時用　*/
/*　サイドバー　メニュー　*/
.side-box.menu {
  width: 100%;
  margin-top: 40px;
}

.side-box.menu .nav_menu {
  padding: 5px 0 0;
  margin: 0 auto;
}

.side-box.menu .nav_menu a:hover {
  text-decoration: none;
}

.side-box.menu i {
  display: block;
  font-size: 25px;
  text-align: center;
}

.side-box.menu p {
  font-size: 10.5px;
  text-align: center;
  margin-bottom: 0;
}

hr.side-box {
  margin: 0;
}

/*サイドバー*/
#side_bar {
  background-color: #fff;
  padding-bottom: 80px;
  min-height: 100%;
  height: auto;
  z-index: 1050;
}

#side_bar .con {
  background-color: #fff;
  height: 100%;
  z-index: 1051;
}

@media only screen and (max-width: 768px) {
  #side_bar {
    /* スマホのみ */
    width: 300px;
    height: 100%;
    position: fixed;
    /*
    top: 0;
    right: -270px;
    margin-top: 51px;
		*/
    padding: 10px 20px 51px 20px;
    z-index: 10000;
    background: #ffffff;
    /*
    border: 1px solid #D9D9D9;
	*/
    overflow: auto;
    transition: transform 0.3s linear 0s;
  }

  nav #left-column #side_bar.open {
    -moz-transform: translate(-270px);
    -webkit-transform: translate(-270px);
    transform: translate(-270px);
  }
}

#side_bar .side-box,
#side_bar .side-borderbox {
  margin-bottom: 20px;
  background-color: #fff;
}

#side_bar .side-borderbox {
  padding: 8px;
  /*
  border: 1px solid #989898;
  */
}

#side_bar .side-borderbox .header {
  margin-top: 0;
  text-align: center;
  background-color: #e0e0e0;
  height: 35px;
  line-height: 35px;
}

#side_bar .side-borderbox .btn-area {
  padding: 10px 22px 8px;
}

#side_bar .side-borderbox hr {
  margin-left: -8px;
  margin-right: -8px;
}

#side_bar .side-borderbox.cart-area .items {
  margin: 0 10px;
}

#side_bar .side-borderbox.cart-area .items a {
  display: block;
}

#side_bar .side-borderbox.cart-area .items a+a {
  margin-top: 16px;
}

#side_bar .side-borderbox.cart-area .price {
  padding-left: 14px;
}

#side_bar .side-borderbox.history-area {
  padding-bottom: 16px;
}

#side_bar .side-borderbox.history-area .items {
  margin: 0 10px;
}

#side_bar .side-borderbox.history-area .items a {
  display: block;
}

#side_bar .side-borderbox.history-area .items a+a {
  margin-top: 10px;
}

#side_bar .side-borderbox.ranking-area .item {
  margin: 0 10px;
}

#side_bar .side-borderbox.ranking-area .item .item-detail {
  padding-top: 16px;
}


#side_bar .side-borderbox.ranking-area {
  width: 100%;
}

/*カテゴリーツリー*/

#side_bar .side-box.search-category span.icon.expand-icon.glyphicon.glyphicon-plus {
  top: 20px;
  left: 5px;
}

#side_bar .side-box.search-category span.icon.expand-icon.glyphicon.glyphicon-minus {
  top: 20px;
  left: 5px;
}

#side_bar .side-box.search-category .list-group-item {
  padding: 0;
}

#side_bar .side-box.search-category .list-group-item a {
  padding: 0px 50px 15px 50px;
}

@media only screen and (max-width: 768px) {
  #side_bar .side-box.search-category {
    /* スマホのみ */
    margin-left: -20px;
    margin-right: -20px;
  }
}

#side_bar .side-box.search-category .list-group .list-group-item {
  border-radius: 0;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  border-left: none;
  border-right: none;
  color: #524e46;
}

/*
#side_bar .side-box.search-category .list-group .list-group-item:before {
  content: "－　";
}
*/
#side_bar .side-box.search-category .list-group .list-group-item.active {
  background-color: #f8f5f5;
  color: #524e46;
}

#side_bar .row div.btn_category {
  padding: 25px 10px;
  cursor: pointer;
  /*
    border-bottom:1px solid #989898;
	*/
  font-size: 16px;
}

#side_bar .row div.btn_category:hover {
  background-color: #f0f0f0;
}

#side_bar .row div.btn_category i {
  padding-right: 15px;
}

#side_bar #sample_two .panel.panel-default .panel-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#side_bar #sample_two .panel.panel-default .panel-body ul li {
  border-bottom: 1px solid #989898;
}

#side_bar #sample_two .panel.panel-default .panel-body ul li:first-child {
  border-top: 1px solid #989898;
}

#side_bar #sample_two .panel.panel-default .panel-body ul li a {
  display: block;
  padding: 12px 15px;
  margin: 0;
  text-decoration: none;
  color: #524e46;
  font-size: 15px;
}

#side_bar #sample_two .panel.panel-default .panel-body ul li a i.fa-circle {
  font-size: 10px;
  padding-right: 10px;
}

#side_bar #sample .panel.panel-default,
#side_bar #sample_two .panel.panel-default {
  border: 0 solid transparent;
}

#side_bar #sample .panel.panel-default>.panel-body,
#side_bar #sample_two .panel.panel-default>.panel-body {
  padding: 0;
}

#side_bar #sample .panel.panel-default .panel-body,
#side_bar #sample_two .panel.panel-default .panel-body {
  padding: 0;
}

#side_bar .side-box.image-area img {
  margin-bottom: 6px;
}

/* sample_three */

#side_bar #sample_three .panel.panel-default .panel-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#side_bar #sample_three .panel.panel-default .panel-body ul li {
  border-bottom: 1px solid #989898;
}

#side_bar #sample_three .panel.panel-default .panel-body ul li:first-child {
  border-top: 1px solid #989898;
}

#side_bar #sample_three .panel.panel-default .panel-body ul li a {
  display: block;
  padding: 12px 15px;
  margin: 0;
  text-decoration: none;
  color: #524e46;
  font-size: 15px;
}

#side_bar #sample_three .panel.panel-default .panel-body ul li a i.fa-circle {
  font-size: 10px;
  padding-right: 10px;
}

#side_bar #sample .panel.panel-default,
#side_bar #sample_three .panel.panel-default {
  border: 0 solid transparent;
}

#side_bar #sample .panel.panel-default>.panel-body,
#side_bar #sample_three .panel.panel-default>.panel-body {
  padding: 0;
}

#side_bar #sample .panel.panel-default .panel-body,
#side_bar #sample_three .panel.panel-default .panel-body {
  padding: 0;
}

/* sample_four */

#side_bar #sample_four .panel.panel-default .panel-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#side_bar #sample_four .panel.panel-default .panel-body ul li {
  border-bottom: 1px solid #989898;
}

#side_bar #sample_four .panel.panel-default .panel-body ul li:first-child {
  border-top: 1px solid #989898;
}

#side_bar #sample_four .panel.panel-default .panel-body ul li a {
  display: block;
  padding: 12px 15px;
  margin: 0;
  text-decoration: none;
  color: #524e46;
  font-size: 15px;
}

#side_bar #sample_four .panel.panel-default .panel-body ul li a i.fa-circle {
  font-size: 10px;
  padding-right: 10px;
}

#side_bar #sample .panel.panel-default,
#side_bar #sample_four .panel.panel-default {
  border: 0 solid transparent;
}

#side_bar #sample .panel.panel-default>.panel-body,
#side_bar #sample_four .panel.panel-default>.panel-body {
  padding: 0;
}

#side_bar #sample .panel.panel-default .panel-body,
#side_bar #sample_four .panel.panel-default .panel-body {
  padding: 0;
}

/* sample_five */

#side_bar #sample_five .panel.panel-default .panel-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#side_bar #sample_five .panel.panel-default .panel-body ul li {
  border-bottom: 1px solid #989898;
}

#side_bar #sample_five .panel.panel-default .panel-body ul li:first-child {
  border-top: 1px solid #989898;
}

#side_bar #sample_five .panel.panel-default .panel-body ul li a {
  display: block;
  padding: 12px 15px;
  margin: 0;
  text-decoration: none;
  color: #524e46;
  font-size: 15px;
}

#side_bar #sample_five .panel.panel-default .panel-body ul li a i.fa-circle {
  font-size: 10px;
  padding-right: 10px;
}

#side_bar #sample .panel.panel-default,
#side_bar #sample_five .panel.panel-default {
  border: 0 solid transparent;
}

#side_bar #sample .panel.panel-default>.panel-body,
#side_bar #sample_five .panel.panel-default>.panel-body {
  padding: 0;
}

#side_bar #sample .panel.panel-default .panel-body,
#side_bar #sample_five .panel.panel-default .panel-body {
  padding: 0;
}

/* sample_six */

#side_bar #sample_six .panel.panel-default .panel-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#side_bar #sample_six .panel.panel-default .panel-body ul li {
  border-bottom: 1px solid #989898;
}

#side_bar #sample_six .panel.panel-default .panel-body ul li:first-child {
  border-top: 1px solid #989898;
}

#side_bar #sample_six .panel.panel-default .panel-body ul li a {
  display: block;
  padding: 12px 15px;
  margin: 0;
  text-decoration: none;
  color: #524e46;
  font-size: 15px;
}

#side_bar #sample_six .panel.panel-default .panel-body ul li a i.fa-circle {
  font-size: 10px;
  padding-right: 10px;
}

#side_bar #sample .panel.panel-default,
#side_bar #sample_six .panel.panel-default {
  border: 0 solid transparent;
}

#side_bar #sample .panel.panel-default>.panel-body,
#side_bar #sample_six .panel.panel-default>.panel-body {
  padding: 0;
}

#side_bar #sample .panel.panel-default .panel-body,
#side_bar #sample_six .panel.panel-default .panel-body {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #side_bar .side-box.image-area img {
    /* スマホのみ */
    width: 100%;
  }
}

#side_bar .side-box.image-area :last-child img {
  margin-bottom: 0;
}

#side_bar .side-box.calendar-area table tr:nth-child(n + 3) td:first-child:not(:empty),
#side_bar .side-box.calendar-area table tr:nth-child(n + 3) td:last-child:not(:empty),
#side_bar .side-box.calendar-area table tr:nth-child(n + 3) td.holiday {
  background-color: #ffcc99 !important;
}

#side_bar .side-box.calendar-area table {
  width: 100%;
  border: none;
}

#side_bar .side-box.calendar-area table+table {
  margin-top: 17px;
}

#side_bar .side-box.calendar-area table th,
#side_bar .side-box.calendar-area table td {
  padding: 0;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #404040;
  border-color: #D9D9D9;
  background: none;
}

#side_bar .side-box.calendar-area table tr:nth-child(1) td {
  border: none;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

#side_bar .side-box.calendar-area table tr:nth-child(2) td {
  font-weight: bold;
}

#side_bar .side-box.calendar-area table tr:nth-child(2) td:first-child {
  color: #ffcc96;
}

#side_bar .side-box.calendar-area table tr:nth-child(n + 3) td.today {
  background-color: #dadada !important;
}

#side_bar .side-box .phone_contact {
  background: #fff;

}

/* サイドバー　明朝体　*/
#side_bar .side-box.menu .nav_menu p,
#side_bar .side-box .phone_contact p,
#side_bar .side-box .phone_contact p span.open,
#side_bar .side-box .phone_contact p span.tel_num {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.03deg);
}

/*　サイドバー　リスト　*/
#side_bar .side-box.link_side ul {
  line-height: 2.0;
  border-top: 0;
}

#side_bar .side-box.link_side ul li {
  border: 0;
}

#side_bar .side-box.link_side ul li a {
  color: black;
  padding: 0;
}

/*サイドバー　お電話でのお問い合わせ*/
#side_bar .side-box .phone_contact {
  border: 4px double #555;
  padding: 10px;
  margin-top: 20px;
}

#side_bar .side-box .phone_contact p {
  margin-bottom: 0;
}

#side_bar .side-box .phone_contact p:nth-child(1) {
  /*お電話でのお問い合わせ*/
  padding-bottom: 5px;
  font-size: 1.2em;
}

#side_bar .side-box .phone_contact i.fa-phone {
  font-size: 24px;
  padding-right: 5px;
}

#side_bar .side-box .phone_contact p:nth-child(3) {
  /*電話番号*/
  display: inline;
  font-size: 1.7em;
}

#side_bar .side-box .phone_contact p:nth-child(4) {
  /*営業時間*/
  padding-top: 6px;
}

/*サイドバーフリーページボタン*/
#side_bar .side-box .btn.btn-grey.sidebtn {
  background-color: #333;
  border: 4px double #fff;
  box-shadow: 1px 1px 1px rgba(1, 1, 1, 0.2);
}

/* アコーディオン */
#accordion {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*お電話でのお問い合わせ*/
#accordion .ac_tel {
  width: 80%;
  padding: 15px;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border: 4px double black;
  background-color: #fff;
}

#accordion .ac_tel h4 {
  margin: 0;
  padding-bottom: 15px;
  letter-spacing: 0.15em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.03deg);
  font-size: 1.5em;
  font-weight: 100;

}

#accordion .ac_tel i.fa-phone {
  font-size: 28px;
  padding-right: 15px;
}

#accordion .ac_tel p {
  display: inline;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.03deg);
}

#accordion .ac_tel p:nth-child(3) {
  font-size: 1.8em;
  padding-right: 20px;
}

#accordion .ac_tel .btn_mail {
  max-width: 250px;
  margin: 15px auto 0;
  border: 1px solid black;
}

#accordion .ac_tel .btn_mail:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

#accordion .ac_tel a {
  display: inline-block;
  color: black;
  padding: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.03deg);
}

#accordion .ac_tel a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  #accordion .ac_tel h4 {
    font-size: 1.3em;
  }

  #accordion .ac_tel i.fa-phone {
    font-size: 26px;
    padding-right: 10px;
  }

  #accordion .ac_tel p:nth-child(4) {
    display: block;
  }
}

#accordion .ac_tel .block {
  display: block;
}

.sns_icon {
  margin-top: 10px;
}

/*お買い物ガイド*/
#accordion .ac_guides {
  /*
    margin-top:60px;
	*/
  margin-left: 0;
  margin-right: 0;
}

#contents #accordion .ac_guides .row {
  margin-right: -15px;
  margin-left: -15px
}

#accordion .ac_guides .hd {
  padding-left: 0;
  padding-right: 0;
}

/*
#accordion .ac_guides .hd h4.h4{
    margin:0;
    padding-bottom:5px;
    letter-spacing: 0.25em;
    font-size:1.5em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg); 
}*/
#accordion .ac_guides .hd a {
  font-size: 12px;
  padding-left: 15px;
}

#accordion .ac_guides .hd .h2_midashi {
  margin-bottom: 20px;
}

#accordion .ac_guides .guides {
  background-color: #f0f0f0;
  padding: 15px;
  margin-top: 20px;
}

#accordion .ac_guides .guides .guide {
  background-color: #fff;
  border: 1px solid #555;
}

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

  /*　スマホ　sumaho*/
  #accordion .ac_guides .guides .guide {
    margin-bottom: 20px;
  }
}

#accordion .ac_guides .guides .guide a {
  padding: 15px;
}

#accordion .ac_guides .guides .guide a:hover {
  text-decoration: none;
}

#accordion .ac_guides .guides .guide a i {
  font-size: 28px;
}

#accordion .ac_guides .guides .guide a p:nth-child(2) {
  margin-bottom: 0;
  font-size: 10.5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.03deg);
}

@media only screen and (max-width: 768px) {
  #accordion .ac_guides .guides .guide.g_top {
    margin-bottom: 10px;
  }
}

.kodawari {
  margin-top: 20px;
}

/*　未成年者飲酒　*/
#accordion .ac_un20 {
  width: 100%;
  margin: 30px auto;
  border: double 3px red;
  padding: 24px 10px;
  text-align: center;
  background-color: #fff;
}

#accordion .ac_un20 p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.03deg);
}

@media only screen and (max-width: 768px) {
  #accordion .ac_un20 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}