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

#header {
  height: 176px;
  background: linear-gradient(to bottom,#FFF,#eae3c7 70%,#fff);
}
/*#header:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 120px;
  background-color: #D9D9D9;
}*/
@media only screen and (max-width: 768px) {
  #header {
    /* スマホのみ */
    height: 60px;
    z-index: 10;
  }
  #header:after {
    top: 65px;
  }
}
#header .container {
  padding: 0;
}
.navbar {
  border: none;
}
#header .container .navbar-header {
  width: 100%;
  height: 120px;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header .container .navbar-header {
    /* スマホのみ */
    height: 50px;
  }
}
#header .container .navbar-header > .logo_link {
  display: block;
  margin-top: 10px;
}
#header .pc-logo {
  width: 120px;
}
@media only screen and (max-width: 768px) {
  #header .sp-logo{
    /* スマホのみ */
    width: 200px;
    margin: 0 5px;
  }
}
#header .container .navbar-header > .list-inline {
  float: left;
  margin-top: 26px;
  margin-left: auto;
}
#header .container .navbar-header > .header-contact {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #header .container .navbar-header {
    /* スマホのみ */
  }
  #header .container .navbar-header .header-option {
  width: 100%;
  display: flex;
  padding: 5px 5px 5px 8px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 5%;
  }
  #header .container .navbar-header .header-option .menu-item {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
  }
  #header .container .navbar-header .header-option img + img {
    margin-left: 1px;
  }
}
@media only screen and (max-width: 280px) {
  #header .container .navbar-header .header-option .menu-item {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
}
#header .container .header-nav a.nav-link {
  display: inline-block;
  width: 100%;
  height: 100px;
  line-height: 68px;
  color: #333;
  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;
}

@media only screen and (max-width: 768px) {
  #header .container .header-nav a.nav-link {
    /* スマホのみ */
    height: 80px;
    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: "Font Awesome 5 Free";
  }
  #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: #c53533;
  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 {
    /* スマホのみ */
    margin: 10px 0;
  }
  #header .container .header-nav .row > div:nth-of-type(1) a.nav-link span:first-child:before {
    content: "\f015";
    font-weight: 900;
  }
  #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: "\f19d";
    font-weight: 900;
  }
  #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: "\f07a";
    font-weight: 900;
  }
  #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: "\f1b3";
    font-weight: 900;
  }
  #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: "\f058";
    font-weight: 900;
  }
  #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: "\f086";
    font-weight: 900;
  }
  #header .container .header-nav .row > div:nth-of-type(6) a.nav-link span:first-child:after {
    content: "お問合せ";
  }
}

@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: auto;
    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: auto;
  }
  .footer-inquiry a.inquiry-mail .body {
    text-align: left;
    font-size: 1.2rem;
    display: inline-block;
    height: 34px;
  }
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 118px;
  background-color:  #e7e7c0;
}
@media only screen and (max-width: 768px) {
  #footer {
    /* スマホのみ */
    height: 140px;
  }
}
#footer .container {
  position: relative;
  padding: 15px;
}
#footer .container .pagetop-link {
  position: absolute;
  top: -33px;
  right: 0;
  height: 32px;
  width: 175px;
}
#footer .container .footer-nav li {
  padding: 0;
}
#footer .container .footer-nav li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 15px;
  color: #404040;
}
#footer .container .footer-nav li a {
  color: #404040;
}
#footer .container .copyright {
  text-align: right;
  color: #404040;
}
@media only screen and (max-width: 768px) {
  #footer .container .copyright {
    /* スマホのみ */
    text-align: center;
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .container {
    /* スマホのみ */
  }
  #footer .container .banners {
    padding: 0;
    list-style: none;
    text-align: center;
  }
  #footer .container .banners li {
    display: inline-block;
  }
}

#contents {
  padding: 0 15px;
/* margin: 15px auto 0;

 padding: 176px 10px 50px 10px; */
  margin: 20px auto;
  background-color:#FFFFFF;
}
#one-column {
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  #contents {
    /* スマホのみ */
    padding: 0;
    /* padding: 100px 0 0; */
  }
}
@media only screen and (max-width: 768px) {
  #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 #a41801;
}
#contents #left-column .side-borderbox .login-header {
  margin-top: 0;
  text-align: center;
  background-color: #a41801;
  height: 35px;
  line-height: 35px;
  color: #fff;
}
#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;
}

#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: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: 1240px;
    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;
}
/*
 HEAD
 c782ddb... カートボタンとインプットボタンの修正
 c23bb62... max100追加
*/

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


/*  見出し　*/
.m_h4 {
  font-size: 1.5rem;
  position: relative;
  padding: .75em 1em .75em 2em;
  border: 1px solid #ccc;
  border-top: 3px solid #a41801;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0e9d6 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.m_h4:after  {
	position: absolute;
	top: 1em;
	left: .6em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #a41801;
	border-radius: 100%
}

/* SNS */
.facebook {
	margin-top:20px;
}
/*2017/9/21追加*/

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

.shopinfo-area {
	margin-top:20px;
}

/* アラート追加　*/
.alert-postage {
	margin-top:20px;
    color: #ff0000;
    background-color: #fff480;
	border:#ff0037 solid 2px;
}

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

/*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: #ca0d1b;
    font-size: 2.0em;
    text-align: center;
    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%;
  }
/*コンポーネント　商品の並び*/
#contents #right-column .ranking-area .item-detail.col-class{
    padding-top:0;
    padding-bottom:10px;
}
#contents #right-column .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){
    .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;
    }
}

table.cart-list .goods-image {
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 769px) {
  table.cart-list .goods-image {
    /* PCのみ */
    max-width: 70px;
    max-height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  table.cart-list .goods-image {
    /* スマホのみ */
    max-width: 40px;
    max-height: 40px;
  }
}
@media only screen and (max-width: 768px){
  .carousel-inner {
      margin-top: 30px;
  }
}
.span.icon.expand-icon.glyphicon.glyphicon-plus {
  display: none;
}

.user_creditcard_img {
  width: 200px;
  margin: 5px 0;
}
.user_creditcard-liststyle {
  border: 1px solid #dc3545;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.user_creditcard-liststyle li {
  line-height: 1.5;
  padding: 0.5em 0;
}
.user_creditcard-liststyle li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left: 1em; /*左端からのアイコンまで*/
  color: #dc3545; /*アイコン色*/
}
@media only screen and (max-width: 767px) {
  .user_creditcard_img {
    width: 9rem;
    height: auto;
  }
}

.goods-name {
  font-weight: bold;
}
.user_d-flex {
  display: flex;
  flex-wrap: wrap;
}
.header {
  font-size: 2.0rem;
}
.ranking-area {
  margin: 36px 0 50px;
}

/*NEWSエリア*/
.user_news-list-ul {
  padding: 0;
  margin: 0 40px 40px 40px;
}
.user_news-list-li {
  list-style-type: none;
  border-top: solid 1px #dedede;
}
.user_news-list-a {
  display: flex;
  padding:15px 30px;
  font-size: 15px;
}
.user_news-list-a time,.user_news-list-a span {
  padding: 0 15px;
}
.user_button {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.user_button:hover {
  color: #fff;
}
.user_announcement-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.user_announcement-title time {
  padding: 0 15px 0 0;
}
.user_announcement-body {
  border-bottom: solid 1px #dedede;
  padding: 15px 40px;
  font-size: 15px;
}
.user_basic-button {
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}
.user_guitde-button {
  background-color: #4d648d;
  color: #fff;
}
.user_guitde-button:hover {
  color:#fff;
  opacity: 50%;
}
.user_register-button {
  background-color: #283655;
  color: #fff;
}
.user_register-button:hover {
  color: #fff;
  opacity: 50%;
}
@media only screen and (max-width: 768px){
  .user_news-list-ul {
    padding: 0;
    margin: 0 0 30px 0;
  }
  .user_news-list-a time {
    display: block;
    width: 100%;
  }
  .user_news-list-a {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .user_announcement-title time {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
  .user_announcement-body {
    padding: 15px 0;
  }
}
.one-column-products {
  max-width: 1170px;
  margin: 0 auto;
}
.user_profuctshow-btn {
  font-size: 18px;
  padding: 15px 20px;
  margin: 20px 0 0 0;
}

/*余白・サイズCSS*/
.user_mb-10 {
  margin-bottom: 10px;
}
.user_mb-20 {
  margin-bottom: 20px;
}
.user_mb-30 {
  margin-bottom: 30px;
}
.user_my-30 {
  margin: 30px 0;
}
.user_mb-50 {
  margin-bottom: 50px;
}
.user_mt-50 {
  margin-top: 50px;
}
.user_width-100 {
  width: 100%
}
.user_width-90 {
  width: 90%
}
.user_width-80 {
  width: 80%
}
.user_width-70 {
  width: 70%
}
.user_width-60 {
  width: 60%
}
.user_width-50 {
  width: 50%
}
.user_width-40 {
  width: 40%
}
.user_width-30 {
  width: 30%
}
.user_width-20 {
  width: 20%
}
.user_width-10 {
  width: 10%
}

/* 年齢確認ポップアップ */
.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;
  }
}