@charset "utf-8";

@import url("bootstrap.custom.min.css"); /* only Grid system CSS */


/* --------------------------------
	Common style
-------------------------------- */


html {
    font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}

body {
    font-size: 16px;
    font-size: 1.6rem;
}
a { color: #0092C4;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus,
a:active { color: #33A8D0;text-decoration: none; outline: none;}


textarea { /* for chrome fontsize bug */
    font-family: sans-serif;
}

ul, ol {
    list-style: none;
    margin: 0; padding: 0;
}
dl, dt, dd, li{
    margin: 0; padding: 0;
}
img {
    max-width: 100%;
}

.text_l {text-align: left;}
.text_c {text-align: center;}
.text_r {text-align: right;}

.bold {font-weight: bold;}

.font10 {font-size: 10px !important;}
.font12 {font-size: 12px !important;}
.font14 {font-size: 14px !important;}
.font16 {font-size: 16px !important;}
.font18 {font-size: 18px !important;}
.font20 {font-size: 20px !important;}
.font22 {font-size: 22px !important;}
.font24 {font-size: 24px !important;}
.font26 {font-size: 26px !important;}
.font28 {font-size: 28px !important;}
.font30 {font-size: 30px !important;}

.txt_attention{color: #ff4242;}

/* svg icon */
#svgicon {
    display: block;
    width: 0; height: 0; overflow: hidden;
}
.cb {
    display: inline-block;
    width: 3em;
    height: 3em;
    vertical-align: middle;
    fill: currentColor;
}
.cb-user-circle{
    width: 1.5em;
    height: 1.5em;
}
.cb-recommend, .cb-clock, .cb-crown, .cb-ruler, .cb-coordinate, #okini-info-item .cb-heart{width:1em;height:1em;margin-right: 10px;fill:#1E8CA5;}
.cb-images {
    width: 1.125em;
}
.icon-bg {
    fill: #d4d4d5;
}
.icon-with-bg {
    fill: #fff;
}
.iconsvg{
width: 40px;
height: 40px;
fill: #fff;
}
.sns_banner{
    text-align: center;
    margin-top: 30px;
}
.sns_banner .iconsvg{
fill: #595757;
}

.cb.iconsvg{
    width: 25px;
    height: 25px;
    fill: #fff!important;
}
.cb.iconsvg.cb-favorite, .cb.iconsvg.cb-popular{
    fill: #1E8CA5!important;
    width: 20px;
    margin-right: 6px;
}

.icon_text{
    display: block;
    font-size: 10px;
    color: #fff;
    text-align: center;
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}
.row {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 16px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.w_max{width: 100%;}
.link-info a{color:#0070c0; text-decoration: underline; }

/*  table
============================ */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding:8px;
    line-height:1.42857143;
    vertical-align:top;
    border-top:1px solid #ddd
}
.table-bordered {
    border:1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered>thead>tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border:1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width:2px
}



/*	form
============================ */

label {
    font-weight: normal;
}
input:focus,
select:focus {
    outline: none;
}
input[type="number"] {
    text-align: right;
}
.form-group .errormsg {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
dd.form-group .errormsg {
    margin-bottom: 0;
}
.address input,
.form-control {
    border-radius:3px !important;
    box-shadow:none;
    padding: 6px 12px;
    width: auto;
    line-height: 1.5;
    border: 1px solid #c6ae77;
	font-size: 1.2rem;
	height: 35px;
}
.address input{margin-bottom: 10px;}
.form-control:focus {
    border-color:#3c8dbc !important;
    box-shadow:none
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    box-shadow:none;
    background: none;
}
.has-success .form-control { border-color: #0D8969; background: #e7f6f3; }
.has-warning .form-control { border-color: #E99133; background: #fdf7ed; }
.has-error .form-control { border-color: #CF3F34; background: #FDF1F0; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: inherit;  background: #FDF1F0;
}

.form-control::-moz-placeholder {
    color:#bbb;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#bbb
}
.form-control::-webkit-input-placeholder {
    color:#bbb
}
.form-control:not(select) {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}

.form-group .form-control {
    width: 100%;
}
.form-inline .form-control {
    width: auto;
}

.form-group.lange input[type="text"], .form-group.lange label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: middle;
}
.form-group.lange input[type="text"] {
    width: 28%;
}
.input_tel input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.form-group.input_tel input:first-child {
    margin-left: 0;
}
.form-group.input_name input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2%;
    vertical-align: middle;
    width: 48%;
}
.form-group.input_name input:first-child {
    margin-left: 0;
}
.form-group.input_zip input {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.form-group.input_zip .question-circle {
    font-size: 11px;
    display: inline-block;
    width: 15px; height: 15px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    background: #190e07;
    border-radius: 50%;
}
.form-group.input_zip .question-circle .cb-question {
    fill: #fff;
}


.form-group .item_price input, .form-group .item_quantity input {
    margin: 0 1%;
    text-align: right;
    width: 50%;
}

.form-inline label {
    margin: 0 10px 0 0;
}
.form-inline label:first-child + select,
.form-inline label:first-child + input {
    margin-right: 10px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
.lockon_card_row.form-control{
    margin-top: 8px;
}
.checkbox-inline, .radio-inline {
    cursor: pointer;
    margin-left: 20px;
}
.checkbox-inline:first-child, .radio-inline:first-child {
    margin-left: 0;
}

span.required {
    color: #DA6272;
	border: 1px solid;
    padding: 5px;
    font-weight: normal !important;
    margin-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
}
#delivery_edit #detail_box #detail_box__name .form-control,
#delivery_edit #detail_box #detail_box__kana .form-control
{ background: #CCC;}
/* --------------------------------
	Parts
-------------------------------- */

/* heading */

h2 {
    font-size: 16px;
    font-size: 1.6rem;
}
.page-heading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    border-top: 1px solid #ccc;
    padding: 8px 0;
    margin-bottom: 10px;
    text-align: left;
}
.page-heading03 {
	font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
    padding: 8px 0;
    text-align: center;
    border-top: 2px solid #1996af;
    border-bottom: 1px solid #1996af;
	color: #1996ae;
	font-size: 18px;
}

.heading01 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
}
.heading02,
.heading03 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}
.heading04 {
    clear: both;
    margin-bottom: 5px;
}
.heading05 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

/* btn */
.btn {
    font-size: 12px;
    font-size: 1.2rem;
    padding:15px 16px;
    font-weight: bold;
}

.btn-lg{padding:10px 16px;font-size:16px;line-height:1.3333333}
.btn-sm{padding:8px 10px;font-size:12px;line-height:1.5;font-weight: normal;}
.btn-xs{padding:5px 8px;font-size:10px;line-height:1.5;font-weight: normal;}

.btn .cb {
    margin: 0 5px;
}

/* btn_circle */

.btn_circle {
    border: 0 none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    color: #fff;
    background: #bdbdbd;
    cursor: pointer;
    width: 40px; height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
.btn_circle .cb {
    font-size: 18px;
    font-size: 0.7rem;
    position: relative;
    top: -1px;
}
.btn_circle:hover {
    opacity: 0.8;
}

/* icon_close */

.icon_close {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0;
}
.icon_close::before, .icon_close::after {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #190e07;
}
.icon_close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon_close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* btn_icons */
#add-cart{
	color: #fff;
    background: rgb(130,104,51);
    background: -moz-linear-gradient(top, rgb(180,154,99) 0%, rgb(130,104,51) 100%);
    background: -webkit-linear-gradient(top, rgb(180,154,99) 0%,rgb(130,104,51) 100%);
    background: linear-gradient(to bottom, rgb(180,154,99) 0%,rgb(130,104,51) 100%);
    filter: rgb(130,104,51);
	border-color: #c6ae77;
}
/* #add-cart:after{content: none;border:none;} */
#add-cart:hover{opacity: 0.7; border-color: rgb(130,104,51);}

#add-cart:before,
#favorite:before,
#contact_product .btn_area ul li button:before,
.review_btn a:before{
	font-family: FontAwesome;
}
#favorite{
	line-height: 1;
/*
	color: #fff;
	background-color: #c6ae77;
	border-color: #c6ae77;
*/
}

/*
#add-cart:before{
	content: "\f291";
}
*/
/*
#favorite:before{
	content: "\f046";
	font-size: 22px;
	font-weight: 200;
}
#favorite.prevention-btn:before{
	content: "\f08a";
}
*/
.review_btn a:before{
	content: "\f0f6";
	margin-right: 10px;
}
#contact_product .btn_area ul li button:before{
	content: "\f059";
}

#product_review_area{
	margin-bottom: 20px
}
ul.review_list li.list{
	border: #ddd 1px solid;
	border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 10px;
}



/* badge */

.badge {
    display:inline-block;
    min-width:10px;
    padding: 4px;
    font-size:10px;
    font-size:1rem;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    background-color:#fbbb60;
    border-radius:100%;
}
.btn .badge {
    position:relative;
    top:-1px
}

/* tableStyle */

div.table {
    width: 100%;
    display: table;
}
div.table .thead {
    display: none;
}
div.table .tbody {
    display: table-row-group;
}
div.table .tbody .tr {
    display: table-row;
    margin: 0;
}
div.table .tbody .tr > .td {
    display: table-cell;
    padding: 10px 8px;
    text-align: center;
    overflow-x:hidden;
}
.table .tbody .tr > .price {
    text-align: right;
}

/* dl_table */

.dl_table {}
.dl_table dl {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
}
.dl_table dd .form-group {
    padding-top: 8px;
}
.dl_table dd > .form-group:first-child {
    padding-top: 0;
}
.dl_table .zip-search {
    margin-top: 8px;
    display: block;
}

/* pagination */

.pagination {
    width: 95%;
    margin: 16px auto;
    position: relative;
    clear: both;
}
.pagination ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    min-width: 29px;
    padding: 0 3px 0 2px;
    text-align: center;
    position: relative;
}

.pagination ul li a {
    color: #190e07;
    display: block;
    line-height: 1.8;
    padding: 5px 1em;
    text-decoration: none;
}
.pagination ul li a:hover, .pagination ul li a:focus {
    background: rgba(198, 174, 119, 0.4);
}
.pagination ul li.active a {
    background: rgba(198, 174, 119, 0.4);
    text-decoration: none;
}
.pagination ul li.active a:hover, .pagination ul li.active a:focus {
    background: rgba(198, 174, 119, 0.4);
}
.pagination ul li.disabled a {
    color: #9797A0;
    text-decoration: none;
}
.pagination ul li.disabled a:hover, .pagination ul li.disabled a:focus {
    color: #9797A0;
}

/* topicpath */

#topicpath {
    border-top: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 0 8px;
}
#topicpath ol {
    padding-top: 1em;
    padding-bottom: 1em;
    list-style: none;
    overflow: hidden;
}
#topicpath li {
    float: left;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
}
#topicpath li a {
    float: left;
    display: inline-block;
}

#topicpath li:after {
    content:"｜";
}
#topicpath li:last-child {
    font-weight: bold;
}
#topicpath li:last-child:after {
    content:"";
}

/* message */
.message {
    text-align: center;
    padding: 0;
    margin: 0;
}
p.message {
    padding: 0 0 16px;
}
.heading04 + .message {
    padding-top: 0;
    text-align: left;
}
.message .errormsg {
    padding: 8px;
    font-weight: bold;
}
.message .errormsg:first-child {
    margin-top: 0;
}
.message .errormsg:last-child {
    margin-bottom: 0;
    color: #fff;
}
.message .errormsg .cb {
    margin-right: 5px;
    font-size: 70%;
    position: relative;
    top: -1px;
}

/* pagenumberarea */
#result_info_box__menu_box{
    padding: 15px 15px 10px;
/*     border: 1px solid #ccc; */
    margin: 10px auto 0 auto;
    border-top: 2px solid #1996af;
	border-bottom: 1px dotted #CCC;
}
#result_info_box__item_count {
    padding: 15px 15px 10px;
    border-bottom: 1px solid #1996af;
    margin-bottom: 24px;
}
li#result_info_box__cat_menu > ul > li > a {color: #9f7e4d;}


#result_info_box__item_count {
  padding: 15px 15px 0;
  border: none;
  margin-bottom: 0;
}

.pagenumberarea {
    margin: 0;
/*
    padding-right: 16px;
    padding-bottom: 20px;
*/
}
.pagenumberarea > li {
    float: none;
    display: block;
    width: auto;
    text-align: inherit;
    margin-bottom: 5px;
}
.pagenumberarea > li ul,
.pagenumberarea > li ul li{
	display: inline;
}
.pagenumberarea > li ul li a{
	display: inline-block;
    padding-right: 5px;
}
.dropdown.open > a {
    background: #ededed;
}

/* list lentaltype_tab */
.rental_type_select{
  border-bottom: 1px solid #1996af;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.rental_type_select p{
  background: rgba(26, 150, 176, .2);
  padding: 7px 2vw 0;
  border-top: 1px solid #1996af;
  border-left: 1px solid #1996af;
  border-right: 1px solid #1996af;
  border-radius: 5px 5px 0 0;
  margin: 0 0 0 5px;
  position: relative;
  bottom: -1px;
  height: 32px;
  cursor: pointer;
}
.rental_type_select p:hover{
  background: rgba(26, 150, 176, .3);
}
.rental_type_select p:last-child{
  margin-right: 3px;
}
.rental_type_select p.active{
  background: #fff;
  border-bottom: 2px solid #fff;
  padding: 8px 2vw 0;
}
.delivery-date {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.delivery-date-pdT {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 12px;
}
#short_rental_days,#short_rental_delivery_date{
    vertical-align: 3px;
}
/* product detail tab */
.product_tab__select01,
.product_tab__select02{
  margin-top: 50px;
  padding: 20px 10px;
  position: relative;
}
.product_tab__select01{
  border: 2px solid #1996af;
  border-radius: 0 5px 5px 5px;
}
.product_tab__select02{
  border: 2px solid #c6ae77;
  border-radius: 5px 0 5px 5px;
}

.select01_tab,
.select02_tab{
  width: 49%;
  height: 40px;
  top: -42px;
  font-size: 20px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding-top: 5px;
  position: absolute;
}
.select01_tab{
  border-top: 2px solid #1996af;
  border-right: 2px solid #1996af;
  border-left: 2px solid #1996af;
  color: #1996af;
  left: 2px;
}
.select01_tab a{
  color: #1996af;
  display: block;
  width: 100%;
  height: 100%;
}
.select01_tab a:hover,.select01_tab a:focus{
  color: #1996af;
}
.select02_tab{
  border-top: 2px solid #c6ae77;
  border-right: 2px solid #c6ae77;
  border-left: 2px solid #c6ae77;
  color: #c6ae77;
  right: 2px;
}
.select02_tab a{
  color: #c6ae77;
  display: block;
  width: 100%;
  height: 100%;
}

.select01_tab.active{
  height: 42px;
  background: #fff;
  left: -2px;
}
.select02_tab.active{
  height: 42px;
  background: #fff;
  right: -2px;
}

.product_tab__select01 >.select02_tab{
  background: #faf5e9;
}
.product_tab__select01 >.select02_tab:hover{
  background: #f2e8cf;
}
.product_tab__select02 >.select01_tab{
  background: #e4f3f6;
}
.product_tab__select02 >.select01_tab:hover{
  background: #d4ebf0;
}

/* product detail calendar pc */
@media only screen and (max-width: 992px) {
  .calendar_layout{
    width: 100%;
  }
  .calendar_layout:last-of-type{
    margin-top: 10px;
  }
}

/* flowline */

.flowline {
    position: relative;
    margin: 0;
    padding: 8px 0 16px;
    border-bottom: 1px dotted #ccc;
}
.flowline ul {
    position: relative;
    margin: 0 auto;
}
.flowline ul::before {
    content: "";
    height: 4px;
    background: #bbb;
    position: absolute;
    top: 13px;
    margin: 0;
    border-radius: 2px;
    z-index:0;
}
.flowline.step3 ul::before {
    width: 66.66666666%;
    left: 16.6666666%;
}
.flowline.step4 ul::before {
    width: 75%;
    left: 12.5%;
}
.flowline ul li {
    float: left;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    z-index:1;
    color: #bbb;
}
.flowline.step3 ul li {
    width: 33.33333333333333%;
}
.flowline.step4 ul li {
    width: 25%;
}
.flowline li .flow_number {
    line-height: 30px;
    width: 30px; height: 30px;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
	background: #bbb;
    color: #fff;
    top: 0; left: 18px;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}
.flowline li.active {
    color: #c6ae77;
}
.flowline li.active .flow_number {
    background: #c6ae77;
}


/* item_box */

.item_box > div {
    padding: 8px;
}
.item_box .item_photo {
    max-width: 100px;
}
.item_box .icon_edit {
    position: absolute;
    top: 16px; right: 16px;
    text-align: right;
    padding: 0;
}

/* .cart .item_box */

#cart .inner {
    padding: 0 8px;
}
.cart .item_box {
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}
.cart .item_box:last-child {
    border: 0 none;
}
.cart .item_box > div,
.cart .item_box > dl {
    padding: 8px 0;
}
.cart .item_box .item_photo {
    padding: 8px 8px 8px 0;
    float: left;
}
.cart .item_box .item_detail {
    padding-left: 108px;
}
.cart .item_box .icon_edit {
    height: 30px; width: 30px;
    right: 0; top: 10px;
    text-align: center;
    vertical-align: middle;
}
.cart .item_box .icon_edit button {
    display: inline-block;
    vertical-align: middle;
}
.cart .item_box .icon_close {
    width: 30px;
}
.cart .item_box .cb {
    font-size: 20px;
    font-size: 2rem;
}
.cart .item_box .item_name {
/*     margin-right: 35px; */
    font-size: 13px;
    font-size: 1.3rem;
}
.cart .item_box .item_pattern {
    font-size: 14px;
    font-size: 1.4rem;
}
.cart .item_box .item_price {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.cart .item_box .item_price .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 10px;
}
.cart .item_box .item_quantity {
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
}
.cart .item_box .item_quantity input {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    text-align :right;
}
.cart .cart_price {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px;
    border-bottom: 1px solid #E8E8E8;
    text-align: right;
}
.cart .cart_price .price {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.cart .btn_area {
    padding: 8px 0 0;
}
.cart .btn_area li {
    padding-bottom: 8px;
}
.cart .btn_area .btn {
    width: 100%;
}
.cart .btn_area .btn-sm {
    padding: 0;
	margin: 0;
	height: 48px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	overflow: visible;
}

/* form_terms_link */

.form_terms_link {
    text-align: center;
}
.form_terms_link a{
	text-decoration: underline;
}


/* error_box */
.error_box {
    text-align: center;
    padding: 5% 0;
}
.error_box .btn_back {
    padding: 5% 0;
}
.error_box .btn_back a {
    width: 100%;
    max-width: 320px;
}


/* --------------------------------
	Common
-------------------------------- */

.inner {
    max-width: 1300px;
}

/****** Base Layout Setting ********/

#contents, #header, #footer, .pagetop {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

#contents, #header, #footer, .pagetop {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#contents {
    min-height: 100vh;
    z-index: 2;
}
#header .container {
    position: relative;
}

/* main */
#main {

}

/* side */
.side {

}



/****** Header Setting ********/

#header {
    background: #ffffff;
    z-index: 2000;
    padding-top: 8px;
    min-height: 45px;
}
#header.fixed{
	box-shadow: 0 0 2px 2px rgba(104, 80, 46, 0.2);
}
.drawer-open #header{
	box-shadow: none;
}
#header .inner {
    position: relative;
}
#header .copy {
    font-size: 9px;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: -36px;
    color: #fff;
}
.header_logo_area {
    position: relative;
    z-index: 10;
    margin: 0;
}
.header_logo_area .header_logo {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
}

/* header-buttons */

.header-buttons {
    position: absolute;
    display: inline-block;
    top: 3px;
    right: 5%;
    background: #999;
    z-index: 11;
}
.header-buttons li {
    display: inline-block;
}

.cart-trigger, .nav-trigger {
    position: relative;
    display: block;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
    cursor: pointer;
}
.nav-trigger, .nav-trigger:hover {
/*     color: transparent !important; */
	color: #fff;
}
.nav-trigger{
	padding: 28px 5px;
	font-size: 10px;
	text-align: center;
}

p.cart-trigger a:link,
p.cart-trigger a:visited,
p.cart-trigger a:hover,
p.cart-trigger a:active {
    text-decoration: none;
    color: #fff;
}
p.cart-trigger:hover {
    opacity: 0.8;
}
p.cart-trigger a {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: auto;
    vertical-align: middle;
    text-align: center;
    outline: none;
}
p.cart-trigger .cb {
    vertical-align: middle;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
p.cart-trigger .cb-close {
    opacity: 0;
    position: absolute;
    top: 12px;
    left: 12px;
}
p.cart-trigger .badge {
    position: absolute;
    width: 24px;
    height: 24px;
}
p.cart-trigger.cart-is-visible .cb-shopping-cart,
p.cart-trigger.cart-is-visible span.badge {
    /* hide cart icon */
    opacity: 0;
}
p.cart-trigger.cart-is-visible .cb-close {
    /* show close icon */
    opacity: 1;
}

#header.fixed #btn_menu {
	top: 0;
}
#header #btn_menu {
    margin: 0;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 11;
}
#header .header-beginner{
    position: absolute;
    right: 110px;
    top: 10px;
    text-align: center;
}
#header .header-beginner a{
    text-align: center;
    text-decoration: none;
    color: #fff;
}
#header .header-beginner .cb{
    width: 25px;
    height: 25px;
    padding: 2px 0 0;
}
#header .header-beginner:hover{
    opacity: 0.8;
}
@media only screen and (max-width: 767px){
    #header .header-beginner{
        top: 5px;
        left: auto;
        right: 210px;
        line-height: 15px;
    }
    #header .header-beginner .cb{
        display: block;
        margin: auto;
        font-size: 8px;
        padding: 0 0 2px;
        height: 23px;
    }
}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 22px;
    background: #fff;
}
.nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 17px;
    right: 14px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}
.nav-trigger span::before, .nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}
.nav-trigger span::before {
    /* menu icon top line */
    top: -5px;
}
.nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px;
}
.drawer-open .nav-trigger span {
    /* hide line in the center */
    background: rgba(46, 50, 51, 0);
}
.drawer-open .nav-trigger span::before, .drawer-open .nav-trigger span::after {
    /* keep visible other 2 lines */
    background: #fff;
}
.drawer-open .nav-trigger span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.drawer-open .nav-trigger span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}


/****** drawer Setting ********/

.drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}


/*	Category navigation
--------------------------- */

/* category-nav */

#drawer .category-nav {
    margin-bottom: 16px;
}
.category-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #190e07;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}
.category-nav a.has-toggle {
    padding-right: 50px;
}
.category-nav a:link,
.category-nav a:visited,
.category-nav a:hover,
.category-nav a:active {
    text-decoration: none;
}
.category-nav a:hover {
    background: rgba(204, 204, 204, 0.1);
}
.category-nav a .toggle {
    display: block;
    position: absolute;
    right: 10px; top: 5px;
    width: 40px; height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
.category-nav .active > .toggle .cb {
    -webkit-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg)
}
.category-nav li > a:hover {
    background: rgba(204, 204, 204, 0.1);
}
.category-nav li > a.active {
    background: rgba(204, 204, 204, 0.1);
}

.category-nav ul {
    display: none;
}
/*
.category-nav ul > li > a {
    padding-left: 0;
}
*/
.category-nav ul > li > ul > li > a {
    padding-left: 24px;
}
/*
.category-nav ul > li > ul > li > ul > li a {
    padding-left: 40px;
}
*/

/* サイドポイント表示
------------------------------------------- */
.side_my_info {
	margin-bottom: 16px;
	background-color: rgba(251, 187, 96, 0.1);
    border-top: 3px #c6ae77 solid;
	padding: 8px 6px;
    font-size: 13px;
}
.side_my_info ul li {
	margin-bottom: 6px;
}

/* 詳細の数量 */
.quantity .form-control {
	max-width: 100%;
}
/* 詳細の価格 */
#detail_description_box__body .price02_default {
	font-size: 130%;
}

#add-cart.btn-buy-cart {
	background: #0070c0;
	border-color: #006fbf;
}

/****** Footer Setting ********/

#footer {
    padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 36px;
	color: #fff;
    background-color: #035c6c;
}
#footer .footer_top{
    background-color: #035c6c;
}
#footer .footer_top h2.heading01{padding-top: 20px;}
#footer .footer_top ul.about-fee{
	margin-left: 1.8rem;
    list-style: disc;
    font-size: 11px;
}

#footer ul.footer_nav {
    text-align: left;
}
#footer ul.footer_nav li {
    display: inline-block;
    margin: 0 8px 8px;
}

#footer a {
    color: #fff;
    font-size: 12px;
}
#footer a:hover {
    color: #c6ae77;
}
#footer ul.sns_icons{
	margin-top: 20px;
}
#footer ul.sns_icons li a{
	font-size: 24px;
}
#footer ul.sns_icons li.icon-fb a:hover{color:#3b5998;}
#footer ul.sns_icons li.icon-tw a:hover{color:#6faedc;}
#footer ul.sns_icons li.icon-inst a:hover{color:#e22b76;}
#footer ul.sns_icons li.icon-pint a:hover{color:#bd2125;}

.footer_logo_area {
    text-align: center;
	color: #fff;
}
.footer_logo_area .logo {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
}
.footer_logo_area .logo img{
	width: 100%;
	max-width: 90px;
}
.footer_logo_area .copyright {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 0;
}

.footer_nav_wrap {
    border-top: 1px solid #024a56;
    border-bottom: 1px solid #357d89;
}
.footer_nav_content {
	border-top: 1px solid #357d89;
    border-bottom: 1px solid #024a56;
    padding: 16px 0px;
}
.footer_nav_content .footer_nav_left {display: inline-block; vertical-align: middle; width: 39%; text-align: left;}
.footer_nav_content .footer_nav_left ul li {display: inline-block; vertical-align: middle; margin: 0 4px;}
.footer_nav_content .footer_nav_right {display: inline-block; vertical-align: middle; width: 60%; text-align: right;}
.footer_nav_content .footer_nav_right ul li, .sns_banner ul li{display: inline-block; vertical-align: middle; margin: 0 4px;}
.footer_nav_right li img.dec_ic_line {width: 32px; position: relative; top: 3px; left: -1px;}


/****** Each BlockParts Setting ********/

/* Cart */

.cart {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cart.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}


/* Search */

.bt_search {
    border: 0;
    background: none;
    position: absolute;
    right: 10px;
    top: 4px;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
}
.bt_search .cb-search {
    fill: #1996AF;
    font-size: 25px;
    font-size: 2.5rem;
}

#searchform {
    position: relative;
}

.search select {
    border: 1px solid #ccc;
    padding: 0.5em 1em;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search select option {
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search .input_search {
    height: 50px;
    padding: 0 50px 0 1em;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-left: 1%;
}

.search input[type="search"] {
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    border: 0 none;
    padding: 0.5em 0;
    box-shadow: none;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search .bt_search {
    width: auto;
    padding: 4px 10px;
}

#header #searchform input{
	float: none;
    font-size: 12px;
    border: 1px solid #d0d0d0;
    padding: 5px 34px 5px 5px;
}
#header .search .input_search{
	padding: 0;
	margin: 0;
	border: none;
}

/* Member area */

.member_link {
    margin-bottom: 16px;
}
.member_link a {
    display: block;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
    text-align: center;
    color: #190e07;
}
.member_link a:hover {
    opacity: .8;
}
.member_link a:active {
    opacity: .8;
}

.member_link a .cb {
    fill: #fff;
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
}



/* side keywordSearch-leftblock */
.side .keywordSearch .input_search input.form-control{
	height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
}
.side .keywordSearch .input_search button.bt_search{
	height: 40px;
	width: 35px;
}
.side .keywordSearch .input_search button.bt_search .cb-search{font-size:16px;}

/* News List */
.newslist dt {
    cursor: pointer;
    position: relative;
}
.newslist dt span {
    display: block;
}
.newslist dt span.news_title{
	font-size: 14px;
}
.newslist dt span.date{
	font-size: 12px;
	color: #aaa;
}
.newslist dt .angle-circle {
    position: absolute;
    right: 0;
    top: 12px;
    display: inline-block;
    width: 21px; height: 21px;
    border-radius: 50%;
}
.newslist dt .cb {
    position: relative;
    top: -1px; left: 5px;
    fill: #211f1e;
    font-size: 11px;
    font-weight: normal;
}
.newslist dt:hover .news_title {
    text-decoration: underline;
}
.newslist dt.active .cb {
    position: relative;
    top: -2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.newslist dt:hover .cb {
    opacity: 0.8;
}
.newslist dd {
    display: none;
    margin: 0 8px 8px;
}
#news .inner{
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px 1px #e4ddd3;
}
#news h2.heading01{
    border-bottom: 2px solid #9f2e3a;
}

/* Item List Page
------------------------------------------- */

.product_item {
    position: relative;
}
.product_item a {
    display: block;
}
.product_page .product_item a {
    /*padding-bottom: 16px;*/
}
.product_item a:hover {
    background: rgba(255,255,255,0.3);
    text-decoration: none;
}
.product_item a:hover img {
    opacity: 0.8;
}
.item_photo {
    display: block;
    margin: 0 0 0;
    text-align: center;
    position: relative;
}
.item_photo img {
    width: 100%;
}
.img{
	line-height: 0;
	overflow: hidden;
}
.img a:hover img,
a:hover .item_photo img {
	-webkit-transition: all ease-in .5s;
    -moz-transition: all ease-in .5s;
    -ms-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    transition: all ease-in .5s;

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
}

.product_item .btn_circle {
    position: absolute;
    right: -12px; top: -12px;
}
.item_comment {
    margin: 0 0 8px;
}
.item_name {
    color: #190e07;
    margin: 8px 0 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.item_price {
    color: #190e07;
    text-align: left;
    margin-top: 10px;
}
.item_price_Rec4{
    color: #190e07;
    text-align: right;
    margin-top: 10px;
}
.item_price .small {
    font-size: 86%;
}

.special_price {
    color: #9f2e3a;
}

/* pickup_item
------------------------------------------- */
.pickup_item a{
	display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}
.pickup_item a .item_photo{
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
}
.front_page .item_comment,
.pickup_item dl{
	font-size: 1.2rem;
}

/* Item Detail Page
------------------------------------------- */
#reservation_calendar .reservation_calendar_title {
    padding: 10px 16px 10px 16px;
}
#reservation_calendar .reservation_calendar_title p {
    text-align: center;
    background-color: #f4efe4;
    padding: 7px;
}
#reservation_calendar .reservation_calendar_table {
    width:100%;
}
#reservation_calendar .reservation_calendar_table td {
    border:1px solid #dddddd;
}
#reservation_calendar .reservation_calendar_table td p {
    padding: 2px;
}
#reservation_calendar .reservation_calendar_table td p.active {
    background-color: #ffcccc;
    color : #595757;
}
#reservation_calendar .reservation_calendar_table td p.selected {
    background-color: #ff4242;
    color : #ffffff;
}
#detail_cart_box .delivery_fee_list_link {
    color:#ff4242;
    text-decoration: underline;
}
#deliveryPriceModal table {
    width: 100%;
}
#deliveryPriceModal th {
    border:1px solid #dddddd;
    background-color: #eeeeee;
    padding:5px;
}
#deliveryPriceModal td {
    border:1px solid #dddddd;
    text-align: center;
    padding:5px;
}

dl.quantity dt {
    float: left;
    min-height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
dl.quantity dd {
    padding-left: 3em;
}

.classcategory_list li {
    margin-top: 8px;
}
.classcategory_list li:first-child {
    margin-top: 0;
}
.btn_area .btn {
    vertical-align: middle;
    padding: 0;
	margin: 0;
	height: 50px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	overflow: visible;
	border-radius: 30px;
}
/*
.btn_area .btn:hover {
	background-color: #1a8196;
    border-color: #1a8196;
}
*/
.btn_area .btn_icon .cb {
    display: inline-block;
    font-size: 30px;
    font-size: 3.0rem;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#item_photo_area {
    padding-top: 8px;
    padding-bottom: 8px;
}
#item_photo_area img {
    text-align: center;
}
#item_detail_area .small {
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal !important;
}
#item_detail_area .item_name {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
}
#detail_not_stock_box__comment {
	padding: 8px 0;
}
#detail_not_stock_box__comment span.dec_cmt_txt{
	color: #ab7942;
}
#item_detail_area .item_detail p {
    margin: 0;
}
#item_detail_area .item_detail p.normal_price{
    border-bottom: 1px dotted #ccc;
     padding-bottom: 8px;
}
#item_detail_area .item_detail .sale_price {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 8px 0;
}
#item_detail_area .item_detail .announce {
    padding: 8px 0;
    font-weight: bold;
}
#item_detail_area .item_detail .point {
    padding: 8px 0;
}
#item_detail_area .item_detail .item_code {
    padding: 8px 0 0 0;
    border-top: 1px dotted #ccc;
}
#item_detail_area .item_detail .relative_cat {
    padding: 8px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
#item_detail_area .item_detail .relative_cat a{
	text-decoration: underline;
}
#item_detail_area .item_detail .item_comment {
    margin-bottom: 8px;
    margin-top: 8px;
}

#item_detail_area .item_detail #favorite span{
	font-size: 10px;
	display: block;
	position: relative;
	top: -1px;
}

#item_detail_area .item_detail .detail_size .dec_txt{
	position: relative;
	top:-20px;
}

.saleProduct_cart_box {
    padding-top: 8px;
    border-top: 1px dotted #ccc;
}
/*
.cart_area {
    padding-top: 8px;
}
*/
.cart_area .classcategory_list li select {
    width: 100%;
}
.cart_area .quantity {
    margin: 8px 0;
}
.cart_area .quantity dd input {
    max-width: 100px;
}
#item_detail .snsbtn_area {
    padding: 8px 0;
}

/* freearea */

#item_detail .freearea p {
    margin-top: 0;
}
#item_detail .freearea .heading01 {
    margin-bottom: 8px;
}

/* relative_cat */

.relative_cat > p {
    margin: 0;
}
.relative_cat ol {
    list-style: none;
}
.relative_cat li {
    display: inline-block;
    color: #333;
}
.relative_cat li a {
    padding: 0 0.5em;
    display: inline-block;
}
.relative_cat li:first-child a {
    padding-left: 0;
}

.relative_cat li:after {
    content:" > ";
}
.relative_cat li:last-child:after {
    content:"";
}

/* review_area */
#review_area {
    border-top: 1px solid #E8E8E8;
    padding-bottom: 0;
}
#review_area dl dt {
    padding: 16px 0;
    cursor: pointer;
}
#review_area dl dt:hover {
    color: #9797A0;
}
#review_area dl dt.active .cb {
    transform: rotate(180deg);
}
#review_area dl dt .cb {
    position: absolute;
    right: 16px;
    top: 17px;
}
#review_area dl dd {
    display: none;
    padding-bottom: 0;
}
#review_area dl dd .review_btn a {
    margin: 0 auto;
    padding: 16px;
    width: 100%;
}
#review_area .review_list {
    padding: 8px 0;
}
#review_area .review_list li {
    padding: 8px 0;
}
#review_area .review_list p {
    margin: 4px 0;
}
#review_area .review_list .review_date {
    font-weight: bold;
}
#review_area .review_list .recommend_level {
    margin-left: 16px;
}
#review_area .review_list .recommend_level span {
    color: #9f2e3a;
}

#product_review_area .recommend_average,
#product_review_area .review_list .recommend_level{
	color: #fdbc57!important;
	margin-right: 16px;
}
#product_review_area .review_btn a{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#product_review_area dl dt{
	color: #1E8CA5;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 32px;
	position: relative;
	font-weight: normal;
	font-size: 20px;
}
/*
#product_review_area dl dt:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0070c0;
}
*/
#product_review_area dl dt span {
    position: relative;
    z-index: 2;
    display: inline-block;
/*
    margin: 0 10px;
    padding: 0 10px;
*/
    background-color: #FFF;
    text-align: center;
    letter-spacing: 0.3rem;
}
/* keyword_area */

#keyword_area {
    border-top: 1px solid #E8E8E8;
}
#keyword_area .heading03 {
    padding: 8px 0 0;
}
#keyword_area ul li {
    display: inline-block;
    margin-right: 5px;
}
#keyword_area ul li a {
    display: inline-block;
    padding: 5px;
    font-size: 10px;
    background: #F5F7F8;
    border: 1px solid #D7DADD;
    color: #190e07;
}
#keyword_area ul li a:hover {
    background: #EEF1F3;
}

/* recommend_area */

#recommend_area {
    border-top: 1px solid #E8E8E8;
}
#recommend_area .carousel {
    margin-left: -8px;
    margin-right: -8px;
}
#recommend_area .carousel .product_item {
    padding: 0 8px;
}
#recommend_area .carousel .product_item .btn_circle {
    right: 16px;
}
#recommend_area .slick-prev,
#recommend_area .slick-next {
    border: 0 none;
    background: 0 none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;

    position: absolute;
    font-size: 18px;
    font-size: 1.8rem;
    width: 36px; height: 36px;
    line-height: 36px;
    vertical-align: middle;
    top: -2em;
}

#recommend_area .angle-circle {
    display: inline-block;
    background: #bfbfbf;
    border-radius: 50%;
    width: 30px; height: 30px;
    margin-top: 3px;
}
#recommend_area .slick-prev .cb,
#recommend_area .slick-next .cb {
    fill: #fff;
    position: relative;
    top: -4px; right: -2px;
    font-size: 25px;
    font-size: 2.5rem;
}
#recommend_area .slick-prev .cb {
    left: -2px;
    -webkit-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg)
}

#recommend_area .slick-prev:hover,
#recommend_area .slick-next:hover {
    opacity: 0.8;
}

#recommend_area .slick-disabled {
    opacity: 0.4;
    cursor: default;
}
#recommend_area .slick-disabled:hover {
    opacity: 0.4;
}

#recommend_area .slick-next {
    right: 0;
}
#recommend_area .slick-prev {
    right: 40px;
    left: auto;
}
#recommend_area .item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* product_tag */
.product_tag {padding-bottom: 16px;}
.product_tag_list {
    display: inline-block;
    padding: 4px 8px;
    font-size: 85%;
    color: #190e07;
    border: solid 1px #e1e1e1;
    border-radius: 3px;
    background-color: #e1e1e1;
}

/* Cart Page
------------------------------------------- */

#form_cart > .message:first-child {
	padding-top: 16px;
}

.total_box {
    padding: 8px 0;
}
.total_box dl {
    margin-left: 40%;
}
.total_box dl dt {
    float: left;
    width: 30%;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
}
.total_box dl dd {
    padding-left: 38%;
    text-align: right;
    white-space: nowrap;
}
.total_box dl.total_price dd {
    font-weight: bold;
}
.total_box .btn_group {
    padding: 8px 0;
}
.total_box .btn_group p {
    margin: 8px 0;
}

.cart_item {
    border-top: 1px dotted #ccc;
}
.cart_item .item_box > .td {
    border-bottom: 1px dotted #ccc;
}
.cart_item .item_box .td {
    vertical-align: middle;
}
.cart_item .icon_edit {
    position: static;
    width: 8.3333333333%;
}
.cart_item .icon_edit a .cb {
    color: #B8BEC4;
    fill: #B8BEC4;
    font-size: 20px;
    font-size: 0.8rem;
}
.cart_item .icon_edit a:hover .cb {
    opacity: 0.8;
}
.cart_item .item_box a:hover img {
    opacity: 0.8;
}
.cart_item .item_box .table {
    width:58.33333333%;
}
.cart_item .item_box .table .item_photo,
.cart_item .item_box .table .item_detail {
    display: table-cell;
    vertical-align: middle;
}
.cart_item .item_box .table .item_photo {
    min-width: 80px;
/*     padding-right: 8px; */
}
.cart_item .item_box .table .item_detail {
    padding-left: 8px;
}
.cart_item .item_box .table .item_detail {
    text-align: left;
}
.cart_item .item_box .table .item_name a {
    font-weight: bold;
    color: #190e07;
}
.cart_item .item_box .table .item_name a:hover {
    color: #9797a1;
}
.cart_item .item_detail .item_subtotal {
    display: block;
}
.cart_item.table .tbody .tr div.item_subtotal {
    display: none;
}
.cart_item .item_quantity {
    width: 16.66666667%;
}
.cart_item .item_quantity::before {
    content: "数量：";
}
.cart_item .item_quantity ul {
    text-align: center;
    white-space: nowrap;
}
.cart_item .item_quantity ul li {
    display: inline-block;
    margin: 8px 4px;
}
.cart_item .item_quantity ul li a,
.cart_item .item_quantity ul li span {
    display: inline-block;
    width: 32px; height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 50%;
}
.cart_item .item_quantity ul li a {
    border: 2px solid #c9c9c9;
}
.cart_item .item_quantity ul li span {
    border: 2px solid #e9e9e9;
}
.cart_item .item_quantity ul li a .cb {
    color: #190e07;
    fill: #190e07;
    margin-top: 6px;
    vertical-align: top;
}
.cart_item .item_quantity ul li span .cb {
    color: #babac1;
    fill: #babac1;
    margin-top: 6px;
    vertical-align: top;
}
.cart_item .item_quantity ul li a:hover {
    opacity: 0.8;
}
.column p {
    margin: 8px 0;
}
.column select {
    width: 100%;
}
.column textarea {
    width: 100%;
    height: 6em;
}
.column.is-edit > p {
    margin-right: 4em;
    min-height: 40px;
}
.column.is-edit .btn_edit {
    margin: 0;
    position: absolute;
    right: 0; top: 0;
}
.column .form-inline input,
.column .form-inline select {
    margin-bottom: 8px;
}

.address_table {
    border-bottom: 1px dotted #ccc;
}
.addr_box {
    position: relative;
}
.addr_box .icon_radio {
    vertical-align: middle;
    text-align: center;
    max-width: 32px;
}
div.table .tbody .addr_box .column {
	position: relative;
    text-align: left;
}
.addr_box .column .address {
    margin: 0;
}
.addr_box .column.is-edit .address {
    margin: 0 4em 0 0;
    min-height: 40px;
}
.addr_box .column.is-edit .btn_edit {
    top: 10px;
}
.addr_box > .td {
    border-top: 1px dotted #ccc;
}

/* payment_list */

.payment_list li {
	margin-bottom: 8px;
}
.payment_list li img {
margin-top: 5px;
}
#shopping_confirm .payment_list .radio label{
	font-weight: normal;
}





/* MyPage
------------------------------------------- */

.local_nav ul:before,.local_nav ul:after {content:" ";display:table}
.local_nav ul:after {clear:both}

.local_nav li {
    float: left;
    width: 50%;
    text-align: center;
}
.local_nav li a {
    padding: 12px 10px;
    color: #1E8DA5;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    border: 1px solid #1E8DA5;
    border-radius: 30px;
    margin: 4px 2px;
}
.local_nav li a:hover {
    background: #f3f3f3;
    border-radius: 30px;
    text-decoration: none;
}
.local_nav li.active a {
    color: #fff;
    background: #c6ae77;
    border-radius: 5px;
    text-decoration: none;
}
.order_detail dt {
    float: left;
    font-weight: bold;
}
.order_detail dd {
    padding-left: 7em;
}



.historylist_column {
    border-top: 1px solid #ccc;
    margin: 0;
}
.historylist_column > div {
    padding: 0;
}
.historylist_column .order_date {
    margin: 8px 0;
}
.historylist_column .table.item_box {
    border-top: 1px dotted #ccc;
}
.historylist_column .table.item_box .td {
    vertical-align: middle;
}
.historylist_column .order_date {
    font-size: 16px;
    font-size: 1.6rem;
}
.historylist_column .table.item_box .tbody .item_detail {
    padding: 8px 0;
    text-align: left;
}
.historylist_column .item_box .item_photo {
    padding: 8px 0;
    width: 20%;
    margin-bottom: 0;
    max-width: none;
    min-width: 100px;
}
.historylist_column .item_box .item_detail .item_name {
    font-weight: bold;
}
.historylist_column .item_box .item_detail .item_price {
    font-weight: normal;
    margin: 4px 0 0;
}
.historylist_column + .pagination {
    margin-top: 0;
    border-top: 1px solid #ccc;
}
.historylist_column .table.item_box .tbody .item_detail .short_rental_label{
    background-color: #1a96b0;
    width: 110px;
    border: 1px solid #1a96b0;
    border-radius:8px;
    color:#ffffff;
    padding:3px;
    text-align:center;
    margin-bottom:5px;
}
#detail_box__body .short_rental_label{
    background-color: #1a96b0;
    width: 110px;
    border: 1px solid #1a96b0;
    border-radius:8px;
    color:#ffffff;
    padding:3px;
    text-align:center;
    margin-bottom:5px;
}
.mail_list dl {
    margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}
.mail_list dl dt {
    margin-bottom: 4px;
}
.mail_list dl dd {
    margin-bottom: 8px;
}

.address_table .icon_edit {
    width: 8.33333%;
    vertical-align: middle;
}
.address_table .icon_edit a .cb {
    color: #b8bec4;
    fill: #b8bec4;
    font-size: 2rem;
}

.unsubscribe_box {
    text-align: center;
}
.unsubscribe_box .icon {
    font-size: 100px;
    font-size: 3rem;
    color: #E7E7E7;
}
.unsubscribe_box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 16px;
}

#entry_birth select {
	margin: 0 8px;
}
#entry_birth select:first-child {
	margin-left: 0;
}
#entry_sex .radio {
	display: inline-block;
	margin-right: 10px;
}
#entry_sex .radio input[type="radio"] {
	margin-right: 10px;
}

.mypage .dl_table dt label {
	font-weight: bold;
}

.mypage .login_btn button {
    margin-bottom:7px;
}
.mypage .entry_btn {
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #666666;
}
.mypage .entry_btn div {
    margin-bottom:5px;
}
.mypage .entry_btn a.btn {
    line-height: 45px;
    border-color: #DA6272;
    background: #DA6272;
}

/* Error Page */

.message_box {
	text-align: center;
	padding-bottom: 50px;
}
.message_box .icon {
	font-size: 100px;
	font-size: 3rem;
	color: #c1bebb;
}
.message_box h1 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 16px;
}
.message_box .btn_group {
	margin-top: 30px;
}
.error_page #contents {
	background: inherit;

}


/****** Effect Setting ********/

/* Overlay */
.overlay {
    /* shadow layer visible when navigation is active */
    position: fixed;
/*     z-index: 2; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0,0,0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

/* modal */

.modal-header .close {
    font-size: 22px;
    font-size: 2.2rem;
}
.modal-content {
    background-color: #F3F3F3;
}
.modal-body .form-control {
    width: 100%;
}
.modal-body .quantity {
    width: 50%;
    float: right;
    text-align: right;
    padding: 16px 0;
    font-size: 16px;
    font-size: 1.6rem;
}
.modal-body .quantity dd input {
    text-align: right;
}
.modal-body .classcategory_list li {
    margin-top: 16px;
}
.modal-body .classcategory_list li:first-child {
    margin-top: 0;
}
.modal-body .item_price {
    margin: 0;
    clear: both;
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
}
.modal-body .item_price .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 5px;
}
.modal-footer {
    padding: 16px 0;
    margin: 0 16px;
}
.modal-footer .btn_area {
    padding-bottom: 0;
}
.modal-footer .btn_area li:last-child {
    padding-left: 0;
}
.modal-footer .btn_area button {
    font-size: 16px;
    font-size: 1.6rem;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
.modal-footer .btn_area .btn_icon .cb {
    display: inline-block;
    font-size: 30px;
    font-size: 3.0rem;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}


/****** Each Page Setting ********/

/* Item List Page
------------------------------------------- */

/* Item Detail Page
------------------------------------------- */

/* Cart Page
------------------------------------------- */

.cart_page .dl_table {
    margin: 0 0 16px;
}
.cart_page .dl_table dt {
    font-weight: bold;
    margin-bottom: 5px;
}
.cart_page .form_terms_link {
    margin-bottom: 0;
}
#shopping_confirm .cart_item.table {
	border-top: 0 none;
}
#shopping_confirm .cart_item .item_box .table {
    width:100%;
}
#shopping_confirm .total_box {
    margin-top: 16px;
    padding: 8px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}
#shopping_confirm .total_box dl {
    margin-left: 0;
}
#shopping_confirm .total_box dl dt {
    font-weight: normal;
    text-align: left;
}
#shopping_confirm .total_box .total_amount {
    border-top: 1px dotted #ccc;
    text-align: right;
}
#shopping_confirm .total_box .total_amount {
    margin-top: 8px;
}
#shopping_confirm .total_box .total_amount p {
    margin: 8px 0 0;
}
#shopping_confirm .total_box .total_amount p.total_price {
    font-weight: bold;
}
#shopping_confirm .total_box .total_amount p.total_price strong {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 16px;
}
#shopping_confirm .total_box .total_amount p.total_price strong .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 8px;
}
#shopping_confirm .total_box .total_amount p.total_point {
    margin: 4px 0 0;
}
#shopping_confirm .cart_item .item_box .table .item_name {
    margin-bottom: 0;
}
#shopping_confirm .cart_item .item_box .table .item_photo {
    max-width: 96px;
}
#shopping_confirm .cart_item .item_box .table .item_price {
    font-weight: normal;
    display: inline;
    margin-right: 16px;
}
#shopping_confirm .cart_item .item_box .table .item_subtotal {
    display: inline;
}
#shopping_confirm label {
    font-weight: bold;
}

#shopping_confirm .heading02 {
    margin-top: 24px;
	font-weight: bold;
	background: #e4ddd3;
	padding: 8px 12px;
}
#shopping_confirm .column {
    position: relative;
}
.heading02 + .column .btn_edit {
    position: absolute;
    right: 0; top: 0;
}

#deliveradd_input .dl_table {
    border-top: 0 none;
}

.shipping_multiple_table {
    background-color: #f4f4f4;
}

.shipping_multiple_table .item_box > .td {
    border-bottom: none;
}

.shipping_multiple_table .item_box .item_photo {
    max-width: 200px;
    min-width: 200px;
    padding-right: 200px;
}

.shipping_item .quantity {
    width: 100px;
}


.use_point {
    text-align: center;
    margin: 16px 0;
}
.use_point input {
    text-align: right;
    width: 10%;
    min-width: 130px;
}
.use_point .text_accent {
    margin: 0 5px;
}

.multiple_column {
    padding-bottom: 16px;
}
.multiple_column .item_box {
    background: #F3F3F3;
}
.multiple_column .table.item_box .td {
    vertical-align: middle;
}
.multiple_column .table.item_box .tbody .item_detail {
    padding: 8px 0;
    text-align: left;
}
.multiple_column .item_box .item_photo {
    padding: 8px;
    width: 22%;
    margin-bottom: 0;
    max-width: none;
    min-width: 100px;
}
.multiple_column .item_box .item_detail .item_name {
    font-weight: bold;
}
.multiple_column .item_box .item_detail .item_price {
    font-weight: normal;
    margin: 4px 0 8px;
}
.multiple_column .form-group {
    margin: 8px 10px 0 0;
}
.multiple_column .item_quantity input {
    width: 100px;
}

.complete_message {
    text-align: center;
}
.complete_message .heading01 {
    font-size: 18px;
    font-size: 1.6rem;
	border-top: 3px solid #1996af;
    border-bottom: 3px solid #1996af;
    color: #1996ae;
    padding: 10px 0;
    margin: 0 auto 20px auto;
    width: 70%;
}



/* MyPage
------------------------------------------- */

.mypage .message {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 11px;
}
#welcome_message{
	border: none;
	margin-top: 20px;
}
.mypage #item_list .product_item {
    padding-bottom: 8px;
}
.mypage #item_list .item_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mypage #item_list .btn_circle span {
    position: relative;
    top: 3px;
}

.mypage .not_required {
    margin-top: 40px;
}

.mypage .title_hint {
    margin: 16px 0 0;
}
.mypage .title_hint + .form-group {
    padding-top: 4px;
}


/* Registration Page
------------------------------------------- */

.registration_page .not_required {
    margin-top: 16px;
}

.registration_page .title_hint {
    margin: 16px 0 0;
}
.registration_page .title_hint + .form-group {
    padding-top: 4px;
}
.registration_page .dl_table {
    margin: 0 0 16px;
}
.registration_page .dl_table dt {
    margin-bottom: 5px;
}
.registration_page .dl_table dt label {
    font-weight: bold;
}
.registration_page .form_terms_link {
    margin-bottom: 0;
}


/* Other Page
------------------------------------------- */


/* Login Page */

#login_box .column {
    height: 100%;
    padding: 8px 8px 32px;
    margin-bottom: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#login_box .column p {
    margin-top: 0;
    margin-bottom: 0;
}
#login_box .column  .icon {
    text-align: center;
    font-size: 5rem;
    color: #e7e7e7;
}
#login_box .column  .icon svg {
	vertical-align: middle;
}
#login_box .column .form-group {
    padding: 8px 0 8px 10%;
}
#login_box .column input[type="text"],
#login_box .column input[type="email"],
#login_box .column input[type="password"]{
    width: 90%;
}
#login_box .column .form-group label {
    display: inline-block;
    padding	: 5px 0;
}
#login_box .column .btn_area {
    padding: 8px 10%;
}
#login_box .column .btn_area ul {
    margin-top: 8px;
}

#login_box .column .message {
    padding: 8px 10%;
}

.bg-colorf8f7f5{
	background: #f8f7f5;
}
#mypage_login #login_box{
	padding-bottom: 0;
}
#mypage_login .column{
	background: #fff;
	padding: 16px;
    margin: 40px 0;
}



/* Forgot Page */

#forgot_page .column {
    background: #F3F4F4;
    padding: 16px;
    margin-bottom: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#forgot_page .column .form-group {
    padding-top: 8px;
}
#forgot_page .form-group.input_name input[type="text"] {
    float: left;
    width: 49%;
}
#forgot_page .column p {
    margin: 0;
}
#forgot_page .column .btn_area {
    padding-top: 8px;
}
#forgot_page .column .btn_area p {
    margin: 0;
}
#forgot_page .column h2 {
    margin: 0 0 8px;
}

/* Contact Page */

#contact_contents {
	height: 100px;
}


/*	module
============================ */

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.is-padding {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.no-border-bottom {
    border-bottom: 0 none !important;
}
button.no-style {
    border: 0 none;
    background: none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;
}
.text_accent {
    font-weight: bold;
}

/*	color setting
============================ */

/* text */
.text-default {
    color: #190e07;
}
a.text-default:hover {
    color: #9797a1;
}
.text-primary {
    color: #c55a11;
}
a.text-primary:hover {
    color: #c55a11;
}
.text-success {
    color: #18A689;
}
a.text-success:hover {
    color: #0D8969;
}
.text-info {
    color: #4f4f4f;
}
a.text-info:hover {
    color: #0070c0;
}
.text-warning {
    color: #cd590b;
}
a.text-warning:hover {
    color: #AEA998;
}
.text-danger {
    color: #9f2e3a;
}
a.text-danger:hover {
    color: #CF3F34;
}

/* bg */

.bg-default {
    color: #fff;
    background-color: #190e07;
}
a.bg-default:hover {
    background-color: #9797a1;
}
.bg-primary {
    color: #fff;
    background-color: #9f2e3a;
}
a.bg-primary:hover {
    background-color: #e57d73;
}
.bg-primary-border {
    color: #9f2e3a;
    border: 2px solid #9f2e3a;
    background: #fff;
}
a.bg-primary-border:hover {
    border: 2px solid #9f2e3a;
    background: #FDF6F6;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-success-border {
    color: #5CB1B1;
    border: 2px solid #5CB1B1;
    background: #fff;
}
a.bg-success-border:hover {
    border: 2px solid #5CB1B1;
    background: #EEF7F7;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #c6ae77;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #ff6565;
}
a.bg-danger:hover {
    background-color: #FF8D8D;
}

/* btn */
#header .btn{
    letter-spacing: 0.05em;
    margin-top: 2px;

}
.btn{
	-webkit-box-sizing: initial;
    -moz-box-sizing: initial;
	box-sizing: initial;
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.btn{
	display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1em;
    font-weight: 500;
    border: 2px solid;/*#190e07*/
    position: relative;
    letter-spacing: 0.05em;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-sizing: inherit;
    margin-bottom: 10px;
/*     color: #c6ae77; */
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .open > .dropdown-toggle.btn{
	border-color: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.btn-default {
    color: #1996AF;
    background-color: #FFF;
    border: #1996AF 1px solid;
    border-radius: 30px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #190e07;
    background-color: transparent;
    border-color: #190e07;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #F5F7F8;
    border-color: #D7DADD;
    color: #190e07;
}
.btn-default .badge {
    color: #fff;
    background-color: #190e07;
}
.zip-search .btn-default{
	border: none;
    background: #6d6d6d;
    color: #fff;
    padding: 10px;
    margin-left: 0;
}
.zip-search .btn-default:after{border: none;}
.zip-search .btn-default:hover, .zip-search  .btn-default:focus, .zip-search .btn-default:active{
	background:#4a4a4a;
	outline: none;
}

.btn-notice {
    background-color: #333333;
    color: #FFF;
    border-color: #333333;
    border-radius: 30px;
}
.btn-notice:hover,
.btn-notice:focus,
.btn-notice:active,
.btn-notice.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #FFF;
    color: #333333;
    border-color: #333333;
}
.btn-primary {
	background-color: #1a96b0;
    color: #FFF;
    border-color: #1a96b0;
    border-radius: 30px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #FFF;
    color: #1a96b0;
    border-color: #1a96b0;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #1a96b0;
    border-color: #1a96b0;
}
.btn-primary .badge {
    color: #fff;
    background-color: #1a96b0;
}
.btn-primary-border {
    color: #1a96b0;
    background-color: #fff;
    border-color: #9f2e3a;
    border-width: 2px;
}
.btn-primary-border:hover,
.btn-primary-border:focus,
.btn-primary-border:active,
.btn-primary-border.active,
.open > .dropdown-toggle.btn-primary-border {
    color: #1a96b0;
    background-color: #FDF6F6;
    border-color: #1a96b0;
}
.btn-primary-border:active,
.btn-primary-border.active,
.open > .dropdown-toggle.btn-primary-border {
    background-image: none;
}
.btn-primary-border.disabled,
.btn-primary-border[disabled],
fieldset[disabled] .btn-primary-border,
.btn-primary-border.disabled:hover,
.btn-primary-border[disabled]:hover,
fieldset[disabled] .btn-primary-border:hover,
.btn-primary-border.disabled:focus,
.btn-primary-border[disabled]:focus,
fieldset[disabled] .btn-primary-border:focus,
.btn-primary-border.disabled:active,
.btn-primary-border[disabled]:active,
fieldset[disabled] .btn-primary-border:active,
.btn-primary-border.disabled.active,
.btn-primary-border[disabled].active,
fieldset[disabled] .btn-primary-border.active {
    background-color: #fff;
    border-color: #9f2e3a;
}

.btn-success {
    color: #009f3b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-color: #009f3b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5CB1B1;
    border-color: #5CB1B1;
}
.btn-success .badge {
    color: #5CB1B1;
    background-color: #fff;
}

.btn-success-border {
    color: #5CB1B1;
    background-color: #fff;
    border-color: #5CB1B1;
}
.btn-success-border:hover,
.btn-success-border:focus,
.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-primary-border {
    color: #5CB1B1;
    background-color: #EEF7F7;
    border-color: #5CB1B1;
    border-width: 2px;
}
.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-success-border {
    background-image: none;
}
.btn-success-border.disabled,
.btn-success-border[disabled],
fieldset[disabled] .btn-success-border,
.btn-success-border.disabled:hover,
.btn-success-border[disabled]:hover,
fieldset[disabled] .btn-success-border:hover,
.btn-success-border.disabled:focus,
.btn-success-border[disabled]:focus,
fieldset[disabled] .btn-success-border:focus,
.btn-success-border.disabled:active,
.btn-success-border[disabled]:active,
fieldset[disabled] .btn-success-border:active,
.btn-success-border.disabled.active,
.btn-success-border[disabled].active,
fieldset[disabled] .btn-success-border.active {
    background-color: #fff;
    border-color: #5CB1B1;
}

.btn-info {
    background-color: #c6ae77;
    color: #FFF;
    border-color: #c6ae77;
    border-radius: 30px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-color: #FFF;
    color: #c6ae77;
    border-color: #c6ae77;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background: #e1e1e1;
    border-color: #e1e1e1;
    color: #aaa;
    text-transform: inherit;
}
.btn-info .badge {
    color: #c6ae77;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    border: #fff solid 1px;
    border-radius: 30px;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-color: #c6ae77;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.btn-warning .badge {
    color: #c6ae77;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #9f2e3a;
    border-color: #9f2e3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #CF3F34;
    border-color: #CF3F34;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #9f2e3a;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #9f2e3a;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #9f2e3a;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn_pink a.btn {
    background: #DA6272;
    border-color: #DA6272;
}

/* label */
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #9f2e3a;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #e57d73;
}
.label-success {
    background-color: #18A689;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #0D8969;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #3DA8CF;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #E99133;
}
.label-danger {
    background-color: #9f2e3a;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #CF3F34;
}

/* panel */
.panel-primary {
    border-color: transparent;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color:#9f2e3a;
    border-color: transparent;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-primary > .panel-heading .badge {
    color: #9f2e3a;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #9f2e3a;
}
.panel-success {
    border-color: transparent;
}
.panel-success > .panel-heading {
    color: #18A689;
    background-color: #dff0d8;
    border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #18A689;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-info {
    border-color: transparent;
}
.panel-info > .panel-heading {
    color: #fff;
    background-color: #42B3E5;
    border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
    color: #fff;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-warning {
    border-color: transparent;
}
.panel-warning > .panel-heading {
    color: #fff;
    background-color: #fcf8e3;
    border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
    color: #fff;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #fff;
    background-color: #9f2e3a;
    border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
    color: #fff;
    background-color: #9f2e3a;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}

/* alert */

.alert-success {
    color:#fff;
    background-color:#18a689;
    border-color: transparent;
}
.alert-success hr {
    border-color: transparent;
}
.alert-success .alert-link {
    color:#fff
}
.alert-info {
    color:#fff;
    background-color:#42B3E5;
    border-color: transparent;
}
.alert-info hr {
    border-top-color:#a6e1ec
}
.alert-info .alert-link {
    color:#fff
}
.alert-warning {
    color:#fff;
    background-color:#f0ad4e;
    border-color: transparent;
}
.alert-warning hr {
    border-color: transparent;
}
.alert-warning .alert-link {
    color:#fff
}
.alert-danger {
    color:#fff;
    background-color:#9f2e3a;
    border-color: transparent;
}
.alert-danger hr {
    border-color: transparent;
}
.alert-danger .alert-link {
    color:#fff
}

/* pg_calendar.css　上書き */
#calendar{margin-top: 0!important;font-size: 12px;}
#calendar .calendar_title{font-weight:normal!important;padding-left: 0!important;}
#calendar table caption{
	background-color: #c6ae77;
    color: #fff;
    padding: 3px 0;
}
#calendar tr th, #calendar tr td{padding: 3px 0!important;}
#calendar td{border-bottom: 1px solid #ddd!important;}
#calendar th#sunday{color:#c74747!important;}
#calendar th#saturday{color: #1a96b0!important;}
#calendar .holiday{background: #aaa!important;}


/* slider */
.front_page #slider .item img{width:100%;}
.slick-arrows{
	border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
    width: 30px;
    height: 50px;
    background-color: rgba(220, 220, 220, 0.8);
    z-index: 1;
}
.slick-arrows.slick-prev{
	left: 0;
}
.slick-arrows.slick-next{
	right: 0;
}
.slick-arrows .fa{
	color: #fff;
	font-size: 24px;
}
.item_border{border: 1px solid #ccc; border-radius: 5px; padding: 10px;}
.item-sliders .item_comment{display: none;}
#contents_bottom .drawer2_block{display: none;}
/******************************
	Media Query
*******************************/

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

    body {
    	font-size: 1.2rem !important;
    }
    /* --------- common ---------- */

/*
    .drawer-open #contents, .drawer-open #header, .drawer-open #footer, .drawer-open .pagetop {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
*/

    .sp{display: block !important;}
    .pc, .hidden-xs{display: none !important;}
    span.sp{display: inline !important;}

    /* dl_table */
	.dl_table dl{padding: 0;border: none;}
	.dl_table dl dt,
	.dl_table dl dd{
		padding: 10px 0;
	}
	.dl_table dl dt{border-bottom: 1px solid #323232;}
	.dl_table dl dd{padding-bottom: 20px;}

	/* form-group */
	.form-group.input_name input{
		width: 100%;
		margin: 0 0 10px;
	}

    /****** Header Setting ********/
	#header.fixed {
		position: fixed;
		width: 100%;
		box-shadow: 0 0 2px 2px rgba(104, 80, 46, 0.2);
		padding-bottom: 6px;
		border-bottom: 2px solid #c6ae77;
	}
	#contents{
		padding-top: 8px;
	}
	#header,
	#header .copy,
	#header .header_bottom_area,
	#header .header_logo_area .header_logo,
	#header #cart_area,
	#header #btn_menu{
		-webkit-transition: all ease .5s;
	    -moz-transition: all ease .5s;
	    -ms-transition: all ease .5s;
	    -o-transition: all ease .5s;
	    transition: all ease .5s;
	}
		/* header fixed */
		#header.fixed{
			background: rgba(26, 150, 176, .8);
		}

	.header_logo_area .header_logo{
		width: 70px;
		padding-top: 5px;
	}
	#cart_area,
	#btn_menu{
		top: 0;
	}
	#cart_area p.cart-trigger{
		right: 60px;
	}
	.header_logo_area, ul.member_link li{float:left;}
	#member{float:right;}
	/* nav */
	ul.member_link{margin:6px 90px 0 0;}
	ul.member_link li{margin-right: 15px;}
	ul.member_link li a{color: #fff;line-height: 1;}
	ul.member_link li a .fa{font-size: 20px;}
	ul.member_link li a span{font-size: 10px;}

	.category-nav li {position: relative;}
	.category-nav li a.toggle{
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 30px;
	    z-index: 3;
	    text-align: center;
	    padding: 0;
	    transform: rotate(-270deg);
	}
	.category-nav li a.toggle:before{
		content: "\f105";
		font-family: FontAwesome;
	}
	.category-nav li.open > a.toggle:before{
		content: "\f00d";
		font-family: FontAwesome;
	}

	/* search */
	#search select{padding: 0 5px;}
	#drawer .search_inner{
		padding: 8px;
	}
	.search input[type="search"],
	.search .input_search{
		height: 40px;
		font-size: 1.2rem;
		margin-left: 0;
		color: #fff;
	}
	#drawer .search input[type="search"], .search .input_search{
		color: inherit;
	}
	.search .input_search{
		border: 1px solid #c6ae77;
		padding: 0 10px;
		border-radius: 5px;
	}
	.search .bt_search{
		height: 36px;
/* 		top: 110px; */
/* 	    background-color: #c6ae77; */
	    width: 10%;
	}
	.search .bt_search .cb-search{
		fill: #1E8CA5;
		position: absolute;
	    left: 8px;
	    top: 3px;
	}
	.bt_search .cb-search{
    	font-size: 0.6em;
	}
	#drawer .searchModal_btnarea {
		padding: 2px 10px;
		margin-bottom: 16px;
	}
	#drawer .searchModal_btnarea .btn {
		display: block;
		color: #c6ae77 !important;
	}
	#drawer .searchModal_btnarea .btn:hover {
		color: #FFF !important;
	}
	/* cart */
	#header #cart_area p.cart-trigger a .fa-shopping-basket,
	#header #cart_area p.cart-trigger.cart-is-visible a .fa-times{
		font-size: 24px;
		line-height: 1.6;
	}
	#header #cart_area p.cart-trigger .badge{
		right: -10px;
		top: -5px;
		left: initial;
	}
	.cart .btn_area {
	    padding: 20px 5px;
	}
	p.cart-trigger .cb{
		display: block;
		margin: auto;
		font-size: 8px;
	}
	p.cart-trigger a span.sp{
		font-size: 10px;
	}
	.rental_cart_box {
		padding-bottom: 8px;
	}

	header .cart {
	    height: 120px;
	    top: 77px;
	}
	header.fixed .cart {
	    height: 120px;
	    top: 57px;
	}

    /****** Side Setting ********/

    .drawer {
        height: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }
    .drawer-open .drawer {
        height: 100%;
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
        padding-top: 83px;
    }
    .drawer-open .drawer ul{
	    background-color: #fff;
    }
    .category-nav a {
        will-change: transform, opacity;
    }


    /****** Effect Setting ********/

    /* Overlay */
    .overlay.is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
    .overlay.is-visible.cart-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .front_page #slider{
		margin-left: -8px;
		margin-right: -8px;
	}

	.item-sliders .slick-arrows{bottom: 70px;}

	.side .keywordSearch{margin-bottom: 18px;padding-bottom: 26px;}

	.local_nav ul {margin: 0 -8px 0;}
/*
	.local_nav li a{border-right: 1px solid #eee;border-bottom: 1px solid #eee;}
	.local_nav li:nth-child(odd) a{border-left: 1px solid #eee;}
	.local_nav li:nth-child(-n + 2) a{border-top: 1px solid #eee;}
	.local_nav li:last-child a{border-right: 1px solid #eee;}
*/
	.local_nav li.active a{border-radius: 0;}

	.mypage .intro{padding-bottom: 16px;}

	/* タイトルライン */
	h2.head_ling01 {
	    font-size: 20px !important;
	}

	/* カテゴリバナー */
	.cate2_link_area {
		padding-bottom: 24px;
	}
	.cate2_link_area .cate2_link {
	    border-top: 1px solid #c8ae76;
	    border-left: 1px solid #c8ae76;
	    border-right: 1px solid #c8ae76;
	}
	.cate2_link_area .cate2_link:last-child {border-bottom: 1px solid #c8ae76}
	/* カテゴリバナー */
	.cate2_link_area a.cate2_icon1 {
		background: url(../img/common/top_cate_icon01.jpg) 5px center no-repeat;
		background-size: 32px;
		padding: 16px 0px 16px 42px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.cate2_link_area a.cate2_icon2 {
		background: url(../img/common/top_cate_icon02.jpg) 5px center no-repeat;
		background-size: 28px;
		padding: 16px 0px 16px 42px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.cate2_link_area a.cate2_icon3 {
		background: url(../img/common/top_cate_icon04.jpg) 5px center no-repeat;
		background-size: 28px;
		padding: 16px 0px 16px 42px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.cate2_link_area a.cate2_icon4 {
		background: url(../img/common/top_cate_icon06.jpg) 2px center no-repeat;
		background-size: 32px;
		padding: 16px 0px 16px 42px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;

	}
	.cate2_link_area a.cate2_icon5 {
		background: url(../img/common/top_cate_icon05.jpg) 5px center no-repeat;
		background-size: 28px;
		padding: 16px 0px 16px 42px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.cate2_link_area a.cate2_icon6 {
		background: url(../img/common/top_cate_icon03.jpg) 5px center no-repeat;
		background-size: 28px;
		padding: 16px 0px 16px 42px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}

  /* list */
  .rental_type_select{
    margin-top: 1em;
  }
  .rental_type_select p{
    font-size: 10px;
    padding: 7px 1vw 0;
  }
  .rental_type_select p.active{
    padding: 7px 1vw 0;
  }
  /* .product_season.producticon{
      bottom: 35px!important;
  } */
  .product_category.producticon{
      bottom: 48px!important;
  }
	.footer_nav_content .footer_nav_left {
	    display: inline-block;
	    vertical-align: top;
	    width: 33%;
	    text-align: left;
	}
	.footer_nav_content .footer_nav_right {
	    display: inline-block;
	    vertical-align: top;
	    width: 65%;
	    text-align: left;
	}
	.footer_nav_wrap {
	    margin: 12px 0;
	}
	/* FAQ */
	#faq_wrap dl dd {
/* 		margin: 20px 0 0 0 !important; */
	}
	/* FAQ */
	#faq_wrap .page-heading03 img {
		width: 80%;
	}
	#faq_wrap h3 {
		font-size: 16px !important;
	}
/* 	#wrapper.drawer-open #contents {position: fixed;} */

	/* header nav */
	#header .haeder_nav_wrap_inner ul li {
    	padding: 4px !important;
    }
	.head_ling02 ,.head_ling03 {
		font-size: 1.6rem !important;
	}

	.footer_nav_left {
		padding-bottom: 8px;
	}
	.footer_nav_right {
		text-align: center;
	}

	/* マイページプラン */
	.plan-heading {
		font-size: 16px !important;
	}
	.plan-body {
    	padding: 2px 6px !important;
    }
    .plan-heading {
    	padding: 4px 6px !important;
    }
    .plan-body .lead {
    	font-size: 14px !important;
	}
	.planlist-group-item {
	    padding: 6px 6px !important;
	    font-size: 12px !important;
	}
	.plan .item_radio {
	    padding: 0px 6px !important;
	}

	ul.drawer_in_menu {
	    border-top: 1px solid #E8E8E8;
		padding: 0;
	}
	ul.drawer_in_menu li a {
		display: block;
	    height: 50px;
	    line-height: 50px;
	    padding: 0 10px;
	    color: #190e07;
	    font-size: 14px;
	    font-size: 1.4rem;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    position: relative;
	    border-bottom: 1px solid #E8E8E8;
	}
	ul.drawer_in_menu li a i {
		display: none;
	}
/*
	#drawer .bt_search {
		top: 50px;
	}
*/

	.side_my_info ul li {
		display: inline-block;
		padding: 0 2px;
		font-size: 12px;
	}
	/* TOPフッターカテゴリ */
	.footer_category_nav {
	    border-bottom: 1px solid #c8ae76;
		margin-bottom: 24px;
	}
	.footer_category_nav a:after {
		float: right;
	    content: "\f105";
	    font-family: "fontawesome";
	}
	.footer_category_nav li.open > a.toggle:after {
		float: right;
	    content: "\f107";
	    font-family: "fontawesome";
	}

	.footer_category_nav ul {
		display: none;
	}
	.footer_category_nav li a {
	    border-left: 1px solid #c8ae76;
	    display: block;
	    border-top: 1px solid #c8ae76;
	    border-right: 1px solid #c8ae76;
	    padding: 12px 8px;
		color: #a07e4e;
		background-color: rgba(200, 174, 118, 0.25);
	}
	.footer_category_nav a.cate2_icon1 {
		background: url(../img/common/top_cate_icon01.png) 6px center no-repeat;
		background-size: 20px;
		padding: 12px 8px 12px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.footer_category_nav a.cate2_icon2 {
		background: url(../img/common/top_cate_icon02.jpg) 6px center no-repeat;
		background-size: 20px;
		padding: 12px 8px 12px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.footer_category_nav a.cate2_icon3 {
		background: url(../img/common/top_cate_icon04.jpg) 6px center no-repeat;
		background-size: 22px;
		padding: 12px 8px 12px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.footer_category_nav a.cate2_icon4 {
		background: url(../img/common/top_cate_icon06.jpg) 6px center no-repeat;
		background-size: 22px;
		padding: 12px 8px 12px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;

	}
	.footer_category_nav a.cate2_icon5 {
		background: url(../img/common/top_cate_icon05.jpg) 6px center no-repeat;
		background-size: 22px;
		padding: 12px 8px 12px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.footer_category_nav a.cate2_icon6 {
		background: url(../img/common/top_cate_icon03.jpg) 6px center no-repeat;
		background-size: 22px;
		padding: 12px 8px 12px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.footer_category_nav a.cate2_icon8 {
		background: url(../img/common/top_cate_icon08.png) 6px center no-repeat;
		background-size: 22px;
		padding: 12px 8px 12px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
    .footer_category_nav a.cate2_icon9 {
        background: url(../img/common/top_cate_icon09.png) 6px center no-repeat;
        background-size: 20px;
        padding: 12px 8px 12px 32px;
        display: block;
        color: #a07e4e;
        line-height: 1.2;
    }
    .footer_category_nav a.cate2_icon10 {
        background: url(../img/common/top_cate_icon10.png) 6px center no-repeat;
        background-size: 22px;
        padding: 12px 8px 12px 32px;
        display: block;
        color: #a07e4e;
        line-height: 1.2;
    }
    .footer_category_nav a.cate2_icon11 {
        background: url(../img/common/top_cate_icon11.jpg) 6px center no-repeat;
        background-size: 22px;
        padding: 12px 8px 12px 32px;
        display: block;
        color: #a07e4e;
        line-height: 1.2;
    }
    /* マイページ */
    dl.point_limit_table{
        width: 100%!important;
    }
    .historylist_table ol li, .historylist_table .tbody .tr > .td{
        font-size: 10px;
    }
}
@media only screen and (max-width: 320px){
    /* safari */
    _::-webkit-full-page-media, _:future, :root p.header-beginner {
        right: 60px;
    }
    /* _::-webkit-full-page-media, _:future, :root #cart_area p.cart-trigger{
        right: 115px;
    } */
    /* _::-webkit-full-page-media, _:future, :root ul.member_link li{
        margin-right: 0px;
    } */
    ul.member_link{
        margin: 5px 77px 0 0;
    }
    ul.member_link li{
        margin-right: 10px;
    }
    #header .header-beginner {
        right: 180px;
    }
}

@media only screen and (min-width: 768px) {
    /* safari */
    _::-webkit-full-page-media, _:future, :root p.cart-trigger .cb {
        height: 23px!important;
        margin-bottom: 2px;
    }

    /* --------- common ---------- */

    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 16px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .col-sm-5th{
	    width: 20%;
    }

    .sp{display: none !important;}
    .pc{display: block !important;}

    .haeder_nav_wrap_inner span.pc{display: inline !important; display: inline-block; vertical-align: middle;}


    /* --------------------------------
        Parts
    -------------------------------- */

    /* heading */

    h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .page-heading {
	    margin-bottom: 10px;
    }
    .heading01,
    .heading03 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
    }
    .heading02 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        padding: 8px 12px;
    }
    .heading05 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    /* btn */

    .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333}
    .btn-sm{padding:8px 10px;font-size:14px;line-height:1.5}
    .btn-xs{padding:5px 8px;font-size:12px;line-height:1.5}

    /* badge */

    .badge {
        font-size:12px;
        font-size:1.2rem;
    }
    .badge{
		padding: 3px;
		border-radius: 100%;
		font-weight: normal;
	}

    /* tableStyle */

    div.table .thead {
        display: table-header-group;
    }
    div.table ol {
        display: table-row;
        margin: 0;
    }
    div.table ol li {
        display: table-cell;
        padding: 16px;
        text-align: center;
        background: #F4F3F0;
        overflow-x:hidden;
    }
    div.table .tbody .tr > .td {
        padding: 16px;
    }

    /* tableish */

    .tableish {
        display: table;
        width: 100%;
    }
    .tableish .thead {
        display: table-header-group;
    }
    .tableish .tbody {
        display: table-row-group;
    }
    .tableish .tr {
        display: table-row;
    }
    .tableish .th,
    .tableish .td {
        display: table-cell;
        vertical-align: top;
    }

    /* dl-table */

    .dl_table {
        display: table;
        width: 100%;
    }
    .dl_table dl {
        display: table-row;
        border: 0 none;
    }
    .dl_table dt,
    .dl_table dd {
        display: table-cell;
        border-bottom: 1px dotted #ccc;
        padding: 16px 0;
    }
    .dl_table dt {
        width: 30%;
    }

    .dl_table dd {
        padding: 16px;
    }
    .dl_table dd .form-group {
        padding-top: 16px;
    }
    .dl_table .zip-search {
        margin-top: 16px;
        display: inline;
    }

    /* pagination */

    .pagination {
        width: 100%;
    }


    /* topicpath */

    #topicpath {
        padding: 24px 16px;
        border: 0 none;
    }
    #topicpath ol {
        padding-top: 0.7em;
        padding-bottom: 0.7em;
        border-bottom: 1px solid #ccc;
    }
    #topicpath li {
        font-size: 16px;
        font-size: 1.6rem;
    }

    /* intro */
    .intro {
        margin: 0;
        padding-top: 0.5em;
        padding-bottom: 28px;
    }

/*
    #result_info_box__item_count.intro,
	#result_info_box__menu.pagenumberarea{
		padding-top: 0;
		padding-bottom: 0;
	}
*/
	#result_info_box__menu.pagenumberarea{
		text-align: inherit;
		padding: 0;

	}
	#result_info_box__menu.pagenumberarea > li{
		display: inherit;
		margin-left: 0;
	}

    /* message */
    .heading04 + .message {
        padding: 0;
    }
    .message .errormsg {
        padding: 16px;
    }


    /* flowline */

    .flowline {
        margin: 0;
        border-bottom: 0 none;
    }
    .flowline ul::before {
        top: 20px;
    }
    .flowline.step3 ul {
        max-width: 450px;
    }
    .flowline.step4 ul {
        max-width: 550px;
    }
    .flowline ul li {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .flowline li .flow_number {
        line-height: 42px;
        width: 42px; height: 42px;
        font-size: 20px;
        font-size: 2rem;
    }

    /* .cart .item_box */

    #cart .inner {
        padding: 0 16px;
    }
    .cart .item_box > div,
    .cart .item_box > dl {
        padding: 16px 0;
    }
    .cart .item_box .item_photo {
        padding: 16px 8px 16px 0;
    }
    .cart .item_box .icon_edit {
        right: -7px; top: 10px;
    }

    .cart .btn_area {
        padding: 16px 0 8px;
    }
    p.cart-trigger a {
	    width: 44px;
/*
	    height: 44px;
	    line-height: 44px;
*/
    }

	.cart_in_item_area {
	    overflow-y: auto;
	    max-height: 450px !important;
	}
    /* error_box */
    .error_box {
        margin-bottom: 48px;
    }
.sns_banner{
    margin-top: 60px;
}

    /****** Layout ********/


    /* header */
    .header_logo_area {
        position: relative;
    }

    #contents {
        min-height: 100%;
        z-index: 2;
    }
    .search_area .searchModal_btnarea a:hover{
        display: block;
        opacity: 0.8;
    }
    #side_left {
        float: left;
        width: 20%;
        padding-right: 20px;
    }
    #side_right {
        float: right;
        width: 20%;
        padding-left: 20px;
    }
    .side-inner{
	    border: 1px solid #bbb;
		padding: 10px;
    }
    .member_link a .cb{
        width: 25px;
        height: 25px;
    }
    /* -- main_left (side_right only) -- */

    /* main */
    .theme_side_right #main {
        width: 80%;
        float: left;
    }

    /* -- main_right (side_left only) -- */

    /* main */
    .theme_side_left #main {
        width: 80%;
        float: right;
    }

    /* -- main_only -- */

    /* main */
    .theme_main_only #main {
        width: 100%;
    }


    /* -- main_left_right (side_left & side_right) -- */

    /* main */
    .theme_side_both #main {
        width: 50%;
        float: left;
    }

    /* category_nav */
    #category {
        clear: both;
        position: absolute;
	    top: 18px;
	    right: 165px;
    }
    .theme_side_right #category,
    .theme_side_left #category{
	    position: inherit;
    }


    /****** Header Setting ********/
    #header {
        height: auto;
        padding-top: 0;
        background: rgba(255, 255, 255, 1);
	    width: 100%;
		border-bottom: 2px solid #c6ae77;
		z-index: 1050;
    }
    #header.fixed{
	    position: fixed;
    }

    #header:after {
        content: "";
        display: table;
        clear: both;
    }
    .header_logo_area .header_logo {
        font-size: 40px;
        font-size: 4rem;
        margin: 0;
    }
    .header_logo_area .header_logo img{
	    width: 100%;
	    max-width: 80px;
    }

    /* hx title style */
	.heading01, .heading03,
	.page-heading{
		font-size: 16px;
	    font-weight: normal;
	    margin-top: 0;
	    margin-left: 0;
	    margin-right: 0;
	}

	.page-heading03 {
		font-size: 16px;
	    font-weight: normal;
	    margin-top: 0;
	    margin-left: 0;
	    margin-right: 0;
	    margin-bottom: 24px;
	    padding: 8px 0;
	    text-align: center;
	    border-top: 2px solid #1996af;
	    border-bottom: 1px solid #1996af;
		color: #1996ae;
		font-size: 20px;
	}

    /* header-buttons */
    .header-buttons {
        top: 18px;
        right: 4em;
    }

    /* cart_area */
    #header #cart_area {
        width: auto;
    }
    #header #cart_area p.cart-trigger a {
        position: relative;
		line-height: 1;
    }
    #header #cart_area p.cart-trigger .cb-shopping-cart {
        position: relative;
        width: 25px;
        height: 25px;
    }
    #header #cart_area.signin p.cart-trigger .cb-shopping-cart{
	    left: 0;
	    width: 25px;
        height: 25px;
    }
    #header #cart_area.signin p.cart-trigger .cb-close{
	    left: 10px;
    }
    #header #cart_area p.cart-trigger .badge {
        position: relative;
        left: 2px; top: -10px;
    }

    /* search_area */
	.search .input_search,
	.search input[type="search"],
	.bt_search{
		height: auto;
		height: auto;
/*         right: 440px; */
        top: 10px;
	}
	.header_bottom_area{
		padding-top: 10px;
		position: absolute;
        top: 0;
        right: 210px;
	}
    .search select option {
        max-width: 246px;
    }
    .bt_search .cb-search{
		font-size: 0.6em;
	}
    .search_pc{
        background: #C6AE77;
        padding: 10px;
        color: #fff;
        margin-bottom: 10px;
    }
    .searchbox_pc{
        padding: 8px;
        max-width: 300px;
        margin: auto;
    }
    .search_pclist{
        margin-bottom: 10px;
    }
    


    /****** Side Setting ********/

    #btn_menu {
        display: none;
    }
    .drawer {
        position: static;
        height: auto;
        width: auto;
        margin: 0 auto;
        overflow: visible;
        background: transparent;
        text-align: center;
    }
    .drawer:after {
        content: "";
        display: table;
        clear: both;
    }


    /*	Category navigation
    --------------------------- */

    /* category-nav */
	.category-nav{
		width: 100%;
		max-width: 1024px;
	    margin: 0 auto 20px;
	}
    .category-nav > li {
        position: relative;
    }
    .category-nav > li.ttl_a{
	    margin: 0 0 20px;
	    width: 100%;
	    text-align: center;
    }
    .category-nav ul {
        position: static;
        height: auto;
        width: auto;
        overflow: visible;
        z-index: 3;
        display: block;
    }
    .category-nav > li > ul {
        column-count: 4;
        column-gap: 1%;
    }
    .category-nav > li > a {
        position: relative;
        display: inline-block;
        color: #2e3233;
        overflow: visible;
        -webkit-transition: color 0.3s, box-shadow 0.3s;
        -moz-transition: color 0.3s, box-shadow 0.3s;
        transition: color 0.3s, box-shadow 0.3s;
    }


    /* ----- category_nav in header ---- */

    /* category-nav */
    #header .category-nav .toggle {
        display: none;
    }
    #header .category-nav > li {
        margin: 0;
    }
    #header .category-nav li ul {
        display: block;
    }

    #header .category-nav li {
        position: relative;
        display: inline-block;
    }
    #header .category-nav > li > a {
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        border-bottom: none;
        font-size: 12px;
    }
    #header .category-nav li a {
        display: block;
    }
    #header .category-nav li ul {
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        width: 200px;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        background: rgba(255, 255, 255, 0.7);
    }
    #header .category-nav li ul li {
        float: left;
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .2s;
    }
    #header .category-nav li ul li a {
        text-align: left;
    }
    #header .category-nav > li:hover > a {}
    #header .category-nav > li:hover li:hover > a {  background: rgba(204, 204, 204, 0.1)}
    #header .category-nav > li:hover > ul > li {
        overflow: visible;
        height: 50px;
    }
    #header .category-nav li ul li ul {
        top: 0;
        left: 100%;
    }
    #header .category-nav li:last-child ul li ul {
        left: 100%;
        width: 100%;
    }
    #header .category-nav li ul li ul:before {
        position: absolute;
        content: ">";
        top: 13px;
        left: -15px;
        width: 0;
        height: 0;
    }
    #header .category-nav li:last-child ul li ul:before {
        position: absolute;
        content: ">";
        top: 13px;
        left: -15px;
        width: 0;
        height: 0;
    }
    #header .category-nav li ul li:hover > ul > li {
        overflow: visible;
        height: 50px;
    }
    #header .category-nav li ul li ul li a {}
    #header .category-nav li:hover ul li ul li a:hover {  background: rgba(204, 204, 204, 0.1)}

    #header .category-nav ul > li > a,
    #header .category-nav ul > li > ul > li > a,
    #header .category-nav ul > li > ul > li > ul > li a {
        padding-left: 10px;
    }



    /* ----- category_nav in side ---- */

    /* category-nav */

    .side .category-nav > li {
        display: block;
        margin: 0;
    }
    .side .category-nav li > a {
        width: 100%;
    }

    .side .category-nav > ul ul {
        width: 100%;
    }
    .side .category-nav > ul {
        width: 100%;
    }
    .side .category-nav > ul > li {
        width: 100%;
    }
    .side .category-nav > ul > li a {
        padding-left: 10px;
    }

    /* side category */
	.category-nav li > ul li {position: relative;}
	.category-nav li > ul > .has-child{-webkit-column-break-inside: avoid;page-break-inside: avoid; break-inside: avoid-column;}
	.category-nav li a{height: 40px;line-height: 40px;}
	.category-nav > li a{font-weight: normal;color: #190e07;font-size: 13px;border-bottom:1px solid #c6ae77;padding-left:0;}
	.category-nav li ul li ul > li a{border-bottom:1px solid #ddd;}
	.category-nav li:hover > a, ul.category-nav ul li:hover > a{/* color: #453e3c; */opacity: .8;}
	.category-nav li a.toggle {color: #232323;position: absolute; top: 0; right: 0; z-index: 9; width: 30px; text-align: center;padding:0;transform: rotate(-270deg);}
	.category-nav li > a.toggle:before {content: "\f105";font-family: FontAwesome;}
	.category-nav li.open > a.toggle:before {content: "\f00d";font-family: FontAwesome;}

	.category-nav ul > li > ul > li > a {padding-left: 16px;}
	.category-nav ul > li > ul > li{width: 100%;}

	.category-nav > li > ul > li > a {padding-left: 4px; background: #c6ae77; color: #fff; font-weight: bold;}
	.category-nav > li > ul > li > a:hover {background: #1a96b0;}
	.category-nav > li > ul > li > ul > li > a.toggle {opacity: 0.8;}
	.category-nav > li > ul > li > ul > li > a.toggle:hover {background: #CCC; opacity: 0.8;}
	.category-nav > li > ul > li > a.toggle {color: #FFF;position: absolute; top: 0; right: 0; z-index: 9; width: 30px; text-align: center;padding:0; background: #007c92;display: none;}
    .category-nav > li > ul > li > ul{display: block;}
    .category-nav > li > ul > .cat_7 > ul > li > ul{display: none;}
    
    /* colum-count */
/*     .cat.cat_5.has-child, .cat.cat_4.has-child, .cat.cat_2.has-child{break-after: column;} */
/*     .cat.cat_455.has-child, .cat.cat_342.has-child, .cat.cat_7.has-child{break-before: column;} */
    .cat.cat_421{margin-bottom: 10px;}
    .cat.cat_421 a::after{content: "\f105";font-family: FontAwesome;color: #fff;float: right;margin-right: 10px;}
    
	/* side keywordSearch-leftblock */
	.side .keywordSearch{margin-bottom: 10px;}
	.side .keywordSearch dl dt{font-size: 12px;margin-bottom: 5px;}
	.side .keywordSearch .input_search input.form-control{height: 35px;}
	.side .keywordSearch .input_search button.bt_search{height: 29px;width: 36px; background: #c6ae77; border-radius: 4px; top: 3px; right: 3px;}
	.side .keywordSearch .input_search button.bt_search .cb-search{fill:#FFF;}

    /* newslist */
    .newslist dt {
    	padding: 0 0 16px;
    }
    .newslist dt .angle-circle {
        top: 14px;
        width: 25px;
        height: 25px;
    }
    .newslist dt .cb {
        font-size: 20px;
        top: 0; left: 3px;
    }
    .newslist dd {
        margin: 0 0 16px;
    }

    /* Item List Page
    ------------------------------------------- */

	#page_product_list .product_item a{
		padding-bottom: 0;
	}
    .item_photo {
	    overflow: hidden;
	    position: relative;
/* 	    margin-bottom: 0; */
	    line-height: 0;
    }
    .item_comment {
        margin: 0 0 15px;
    }
    .featured-item02 .item_photo{
	    height: 150px;
    }
    .product_item a:hover{
        color: #190e07;
    }

    /* Item Detail Page
    ------------------------------------------- */

    #item_photo_area {
        padding-top: 0;
        padding-bottom: 0;
    }
    #item_detail_area .small {
        font-size: 12px;
        font-size: 1.2rem;
    }
    #item_detail_area .item_name {
        font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 10px;
    }
    #item_detail_area .item_detail .sale_price {
        font-size: 22px;
        font-size: 2.2rem;
    }
    #item_detail_area .item_detail .delivery-date {
        font-size: 22px;
        font-size: 2.2rem;
    }
    #item_detail_area .item_detail .delivery-date-pdT {
        font-size: 22px;
        font-size: 2.2rem;
    }
    #item_detail_area .item_detail .sale_price .small {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #item_detail_area .item_detail .announce {
        padding: 14px 0;
    }
    #item_detail_area .item_detail .point {
        padding: 14px 0;
        border-top: 1px dotted #ccc;
    }
    #item_detail_area .item_detail .item_code {
        padding: 14px 0 0 0;
        border-top: 1px dotted #ccc;
    }
    #item_detail_area .item_detail .relative_cat {
        padding: 14px 0;
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
    }
    #item_detail_area .item_detail .item_comment {
        margin-top: 14px;
        margin-bottom: 14px;
    }
/*
    .cart_area {
        padding-top: 14px;
    }
*/
    .cart_area .classcategory_list li {
        margin-top: 16px;
    }
    .cart_area .classcategory_list li:first-child {
        margin-top: 8px;
    }
    .cart_area .classcategory_list li select {
        width: auto;
        width: 350px;
    }
/*
    .cart_area .quantity {
        margin: 14px 0;
    }
*/
    #item_detail .snsbtn_area {
        padding: 14px 0;
    }

    /* freearea */

    #item_detail .freearea p {
        margin-bottom: 40px;
    }
    #item_detail .freearea .heading01 {
        margin-bottom: 16px;
    }

    /* review_area */

    #review_area {
        border-top: none;
        padding-bottom: 16px;
    }
    #review_area dl {
        padding-bottom: 32px;
    }
    #review_area dl dt {
        padding: 16px;
    }
    #review_area dl dt .cb {
        position: absolute;
        right: 32px;
        top: 24px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    #review_area dl dd {
        display: block;
        padding: 16px 0 0;
    }
    #review_area dl dd .review_btn {
        padding: 16px 0 0;
        text-align: center;
    }
    #review_area dl dd .review_btn a {
        width: auto;
        min-width: 350px;
    }
    #review_area .review_list {
        padding: 16px 0 0;
    }
    #review_area .review_list li {
        padding: 16px 0;
    }
    #review_area .review_list p {
        margin: 6px 0;
    }

    /* keyword_area */

    #keyword_area {
        border: 0 none;
    }
    #keyword_area .heading03 {
        border-top: 1px solid #E8E8E8;
        margin-top: 0;
        padding-top: 18px;
    }
    #keyword_area ul li a {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #keyword_area .keyword_list {
        padding-bottom: 16px;
    }

    /* recommend_area */

    #recommend_area {
        border: 0 none;
    }
    #recommend_area .heading03 {
        border-top: 1px solid #E8E8E8;
        margin-top: 0;
        padding-top: 18px;
    }
    #recommend_area .carousel .product_item .btn_circle {
        right: 24px;
    }
    #recommend_area .carousel {
        margin-left: -16px;
        margin-right: -16px;
    }
    #recommend_area .carousel .product_item {
        padding: 0 16px;
    }
    #recommend_area .slick-next,
    #recommend_area .slick-prev {
        font-size: 37px;
        font-size: 3.7rem;
        top: -1.4em;
    }
    #recommend_area .slick-next {
        right: 14px;
    }
    #recommend_area .slick-prev {
        right: 74px;
    }

    #recommend_area .angle-circle {
        width: 35px; height: 35px;
        margin-top: 0;
    }
    #recommend_area .slick-prev .cb,
    #recommend_area .slick-next .cb {
        fill: #fff;
        position: relative;
        top: -4px; right: -2px;
        font-size: 25px;
        font-size: 2.5rem;
    }




    /* Cart Page
    ------------------------------------------- */

    .total_box {
        min-width: 256px;
        float: right;
        padding: 0;
    }
    .total_box dl {
        margin-left: 0;
    }
    .total_box .btn_group {
        padding: 16px 0;
    }
    .total_box .btn_group p {
        margin: 16px 0;
    }
    .total_box dl.total_price dt {
        padding-top: 0.3em;
    }
    .total_box dl.total_price dd {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .cart_item {
        margin: 24px 0 16px;
        border-top: 0 none;
    }
    .cart_item .item_box .table {
        width:58.33333333%;
    }
    .cart_item .item_quantity::before {
        content: "";
    }
    .cart_item.table .tbody .tr > .item_quantity {
        text-align: center;
    }
    .cart_item .item_detail .item_subtotal {
        display: none;
    }
    .cart_item.table .tbody .tr div.item_subtotal {
        display: table-cell;
        text-align: right;
    }
    .cart_item .item_box .table .item_photo {
        min-width: 160px;
/*         padding-right: 16px; */
    }
    .cart_item .item_box .table .item_detail {
	    padding-left: 16px;
    }
    .column p {
        margin: 16px 0;
    }
    .column .form-inline input,
    .column .form-inline select {
        margin-bottom: 16px;
    }

    div.table .tbody .addr_box .column {
        text-align: left;
        position: relative;
    }
    .addr_box .column.is-edit .btn_edit {
        top: 16px;
    }

    .multiple_column .item_box > div,
    .multiple_column .item_box > dl {
        padding: 16px 0;
        vertical-align: middle;
    }
    .multiple_column .item_box .item_photo {
        padding: 16px;
        max-width: 198px;
    }
    .multiple_column .item_box .item_detail .item_price {
        margin: 8px 0 16px;
    }
    .multiple_column .form-group {
        margin-top: 16px;
    }
    .complete_message {
        text-align: center;
    }
    .complete_message .heading01 {
    font-size: 24px;
    font-size: 2rem;
    }

    #confirm_side {
        top: 0;
    }

	/* payment_list */

	.payment_list .radio {
		display: inline;
		margin-right: 16px;
		vertical-align:middle;
	}
	.payment_list .radio input[type="radio"] {
		margin-right: 10px;
	}
	.payment_list li img {
		margin-top: 0;
		vertical-align:middle;
	}

    /* MyPage
    ------------------------------------------- */
	.local_nav ul{
		margin: 40px auto;
		max-width: 830px;
	}
    .local_nav li a {
	    padding: 16px 0;
	    text-decoration: none;
	    font-size: 14px;
	}
   .local_nav.favorite li {
/*
        width: 20%;
        width: 25%;
*/
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .historylist_column {
        border-top: 1px solid #ccc;
        margin: 0;
    }
    .historylist_column .order_date {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 16px;
        font-weight: normal;
    }
    .historylist_column .table.item_box:first-child {
        border-top: 0 none;
    }
    .historylist_column .item_box .item_photo {
        min-width: 130px;
    }
    .historylist_column + .pagination {
        padding-top: 16px;
    }
    .unsubscribe_box h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
	.message_box h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}

    /****** Footer Setting ********/

    #footer {
        margin-top: 80px;
    }
    #footer .footer_top h2.heading01{margin-right: -16px;}
    #footer .footer_top ul.about-fee{
	    padding-top: 20px;
	    font-size: 12px;
    }

	#footer .footer_bottom{text-align: center;padding-top: 20px;}
    #footer ul.footer_nav {
        display: inline-block;
        margin: 0 8px 8px;
    }
    #footer ul.footer_nav li:first-child {
        margin-left: 0;
    }
    .footer_logo_area {
        margin-top: 30px;
    }
    .footer_logo_area .logo {
        font-size: 30px;
        font-size: 3rem;
        margin: 0;
    }
    .footer_logo_area .logo img{
	    max-width: 100px;
    }
	.footer_nav_left {
		float: left;
	}
	.footer_nav_right {
		float: right;
	}
	.footer_nav_right ul li a:hover {
		opacity: 0.7;
		color: #FFF !important;
	}


    /****** Effect Setting ********/

    /* Overlay */
    .overlay {
        display: none;
    }

    /****** Each BlockParts Setting ********/

    /* Cart */
    .cart {
        height: 120px;
        top: 44px;
        left: -340px;
    }
    p.cart-trigger .cb-close{
		top: 1px;
		left: 10px;
		width: 25px;
        height: 25px;
	}

    /* Search */

    /* ----- category_nav in header  ---- */

    #header #searchform input {
        float: left;
        width: 250px;
        background: #fff;
        padding: 7px 34px 7px 5px;
    }
    #header .bt_search {
	    right: 4px;
	    top: 2px;
	    background: #c6ae77;
	    border-radius: 4px;
	}
    #header .bt_search:hover {
	    opacity: 0.7;
    }
    #header .bt_search .cb-search{
		fill: #FFF;
	}
    /* ----- category_nav in side ---- */

    .side #searchform select,
    .side #searchform input {
        float: none;
    }

    /* Member area */

    .member_link {
        margin: 0;
    }


    /****** Each Page Setting ********/
    /* front Page
    ------------------------------------------- */
	.front_page #contents #slider_list .row{
		width: 100%;
		max-width: 100%;
	}
	.front_page .slick-arrows{
		width: 50px;
	}
	.front_page .slick-arrows:hover{
		background: rgba(25, 14, 7, 0.1);
	}
	.front_page .slick-arrows.slick-prev{
		left: 0;
	}
	.front_page .slick-arrows.slick-next{
		right: 0;
	}

	.item-sliders .slick-arrows{bottom: 78px;}


    /* Item List Page
    ------------------------------------------- */

    /* Item Detail Page
    ------------------------------------------- */
	#item_detail .item_name{
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 0;
		padding-bottom: 14px;
	}
	.rental_cart_box {
		padding-bottom: 14px;
	}
	.Rental_cart_box {
		padding-bottom: 14px;
	}
	.saleProduct_cart_box {
		padding-top: 14px;
	}
	/* review */
	#product_review_area dl dt{
		padding: 0!important;
/* 	    font-size: 16px; */
	    font-weight: normal;
	}
	#product_review_area dl dt .cb{
		top: 5px!important;
	}
	#product_review_area dl dd{
		padding: 0!important;
	}
	#product_review_area .review_btn{
		width: 25%;
	    margin: auto;
	    max-width: 200px;
	}
	#product_review_area .review_btn a{
		min-width: 100%!important;
	}


    /* Cart Page
    ------------------------------------------- */
	#confirm_main #cart_box {
		    margin: 74px 0 16px !important;
	}
    .cart_page .dl_table {
        margin: 24px 0 32px;
    }
    .cart_page .dl_table dt {
        margin-bottom: 0;
    }
    #shopping_confirm .cart_item.table {
        border-top: 1px dotted #ccc;
    }
    #shopping_confirm .column .cart_item.table {
        margin-top: 0;
    }
    #shopping_confirm .total_box {
        margin-top: 74px;
        padding: 16px;
        min-width: 0;
        width: 100%;
        float: none;
    }
    #shopping_confirm .total_box dl {
		padding-top: 8px;
	}
    #shopping_confirm .total_box dl:first-child {
		padding-top: 0;
	}
    #shopping_confirm .total_box dl dt {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #shopping_confirm .total_box .total_amount {
        margin-top: 16px;
    }
    #shopping_confirm .total_box .total_amount p.total_price {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #shopping_confirm .total_box .total_amount p.total_price strong {
        font-size: 20px;
        font-size: 2rem;
    }
    #shopping_confirm .total_box .total_amount p.total_price strong .small {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #shopping_confirm .heading02 {
        font-size: 20px;
        font-size: 1.8rem;
        margin-top: 32px;
        font-weight: normal;
    }
    #shopping_confirm .cart_item .item_box .table .item_photo {
        min-width: 80px;
        max-width: 96px;
    }
    #shopping_confirm h3{
	    font-weight: normal;
    }

    #deliveradd_input .dl_table {
        border-top: 1px dotted #ccc;
    }

    /* MyPage
    ------------------------------------------- */
    .mypage .intro {
        padding-bottom: 16px;
    }
    .mypage #shopping_confirm .cart_item,
    .mypage #shopping_confirm .total_box {
        margin-top: 0;
    }
    .mypage #item_list .product_item {
        padding-bottom: 24px;
    }
    .mypage .title_hint {
        margin: 24px 0 0;
    }
    .mypage .title_hint + .form-group {
        padding-top: 8px;
    }


    /* Registration Page
    ------------------------------------------- */

    .registration_page .dl_table {
        margin: 24px 0 32px;
    }


    /* Other Page
    ------------------------------------------- */


    /* Login Page */

    #login_box .column {
        padding: 16px 16px;
        margin: 40px 0;
		background: #fff;
		border: 1px solid;
    }
    #login_box .column p {
        margin-bottom: 8px;
    }
    #login_box .column .form-group {
        padding: 8px 0 8px 13%;
    }
    #login_box .column .btn_area p {
        float: left;
        width: 37%;
        min-width: 195px;
        margin-right: 3%;
    }
	#login_box .column .btn_area ul {
		margin-top: 0;
	}
    #login_box .column .btn_area button {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #login_box .column .btn_area ul {
        float: left;
    }
    #login_box .column .btn_area ul li {
        margin: 4px 0;
    }

    #login_box .column input[type="text"],
    #login_box .column input[type="email"],
    #login_box .column input[type="password"]{
        width: 85%;
    }
    #login_box .column .btn_area,
    #login_box .column .message {
        padding: 8px 13%;
        margin: 0;
    }

    .login_cart .column .column_inner {
        position: relative;
    }

    /* Forgot Page */

    #forgot_page .column {
        padding: 32px;
        margin-bottom: 16px;
    }
    #forgot_page .column .form-group {
        padding: 8px 0 8px 11%;
        width: 89%;
    }
    #forgot_page .column .btn_area {
        padding: 20px 0 0 21%;
        width: 79%;
    }
    #forgot_page .column .message {
        margin-bottom: 16px;
    }

	/* Error Page */

	.error_page .footer_logo_area {
		margin-top: 0;

	}

	/* カテゴリバナー */
	.cate2_link_area {
		display: table;
	    width: 100%;
	    border-collapse: separate;
	    border-spacing: 5px;
		padding-bottom: 24px;

	}
	.cate2_link_area .cate2_link {
	    border: 1px solid #c8ae76;
	    display: table-cell;
	    vertical-align: middle;
	    width: 12%;
	}
	.cate2_link_area a.cate2_icon1 {
		background: url(../img/common/top_cate_icon01.png) 3% center no-repeat;
		background-size: 22px;
		padding: 16px 0px 16px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.cate2_link_area a.cate2_icon2 {
		background: url(../img/common/top_cate_icon02.jpg) 3% center no-repeat;
		background-size: 22px;
		padding: 16px 0px 16px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.cate2_link_area a.cate2_icon3 {
		background: url(../img/common/top_cate_icon04.jpg) 3% center no-repeat;
		background-size: 22px;
		padding: 16px 0px 16px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.cate2_link_area a.cate2_icon4 {
		background: url(../img/common/top_cate_icon06.jpg) 3% center no-repeat;
		background-size: 22px;
		padding: 16px 0px 16px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;

	}
	.cate2_link_area a.cate2_icon5 {
		background: url(../img/common/top_cate_icon05.jpg) 3% center no-repeat;
		background-size: 22px;
		padding: 16px 0px 16px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	.cate2_link_area a.cate2_icon6 {
		background: url(../img/common/top_cate_icon03.jpg) 3% center no-repeat;
		background-size: 22px;
		padding: 16px 0px 16px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
	/* 袖丈から選ぶ */
	.cate2_link_area a.cate2_icon8 {
		background: url(../img/common/top_cate_icon08.png) 3% center no-repeat;
		background-size: 22px;
		padding: 16px 0px 16px 32px;
		display: block;
		color: #a07e4e;
		line-height: 1.2;
	}
    /* 季節から選ぶ */
    .cate2_link_area a.cate2_icon10 {
        background: url(../img/common/top_cate_icon10.png) 3% center no-repeat;
        background-size: 22px;
        padding: 16px 0px 16px 32px;
        display: block;
        color: #a07e4e;
        line-height: 1.2;
    }
	/* header nav */
	.haeder_nav_wrap {
		background: #f4efe4;
	    height: 30px;
	}

	#detail_not_stock_box__comment {
		padding: 14px 0;
	}

	ul.member_link li a span {
    	font-size: 10px;
	}
	p.cart-trigger .cb {
    	display: block;
	    margin: auto;
	}
	#cart_area p.cart-trigger a span {
		font-size: 10px;
	}
	.footer_logo {
	    text-align: left;
	}

	/* カテゴリopen */
	li.cat_3 > ul {
		display: block;
	}
	li.cat_5 > ul {
		display: block;
	}

}
@media only screen and (min-width: 992px) {
	.col-md-5th	{width: 20%; float: left;}

}

/* タイトルライン */
h2.head_ling01 {
    color: #333;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 32px;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    text-align: left!important;
}
/*
h2.head_ling01:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1E8CA5;
}
*/
h2.head_ling01 span {
    position: relative;
/*
    z-index: 2;
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    background-color: #FFF;
    text-align: center;
*/
    letter-spacing: 0.3rem;
    font-size: 16px;
		font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Verdana, Arial, Helvetica, sans-serif;
}

.cate2_link a:hover {opacity: 0.7;}

/* ローダー */
#loader_img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
	font-size: 32px;
}

#shopping_confirm h3 {
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}
/* プラポリページ */
#privacy_box__lead_header {
	border-bottom: 1px dotted #1996ae;
    color: #1996ae;
    margin: 20px 0 10px;
    padding: 0 0 10px;
    font-weight: normal;
}
#privacy_box__lead {}
/* soldoutのボタン */
.btn-sold {
	background: #e1e1e1;
    border-color: #e1e1e1;
    color: #111;
    text-transform: inherit;
}
/*
#detail_cart_box__button_area {
	padding: 32px 0;
}
*/

.btn-next {
	color: #FFF;
	background: #c6ae77;
	border-color: #c8ae76;
}
.btn-next:hover {
	color: #c8ae76;
	background: #FFF;
	border-color: #c8ae76;
}
.review_btn .btn {
	color: #c6ae77;
    border-color: #c6ae77;
    background: #FFF;
}
.review_btn .btn:hover {
	color: #FFF;
    border-color: #c6ae77;
    background: #c6ae77;
}
#favorite.btn {
	color: #c6ae77;
    border-color: #c6ae77;
    background: #FFF;
    border-radius: 0;
}
#favorite.btn:hover {
	color: #FFF;
    border-color: #c6ae77;
    background: #c6ae77;
}
/* complete画面のマージン調整 */
#complete_wrap h2 {
	margin-bottom: 24px;
}
#complete_wrap p {
	margin-bottom: 24px;
}
/* ヘッダーカートの調整 */
#header #cart_area .btn_area .btn {
	font-size: 1.2rem;
}

	/* FAQ */
#faq_wrap h3 {
	font-size: 20px;
    font-weight: normal;
    color: #1996ae;
    border: none;
    content: normal;
    border-bottom: none !important;
    margin: 20px auto;
}
#faq_wrap a {text-decoration: underline;}
#faq_wrap dl {
	border-bottom: 1px dotted #ccc;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
#faq_wrap dl dt {
    color: #333;
    font-weight: bold;
    background: url(../img/icon/qa_q.jpg) left center no-repeat;
    background-size: 26px auto;
    padding: 10px 0 10px 36px;
    margin-bottom: 10px;
}
#faq_wrap dl dt:hover {
	cursor: pointer;
}
#faq_wrap dl dd {
	display: none;
    color: #333;
    padding: 0 0 20px 36px;
    margin-top: 10px;
    background: url(../img/icon/qa_a.jpg) left top no-repeat;
    background-size: 26px auto;
}
#faq_wrap dl.toggle.active dd {
	display: block;
}
#faq_wrap dl dd.noticon {background: none;}
/* header nav */
#header .haeder_nav_wrap_inner {
	position: absolute;
    background: #f4efe4;
    width: 100%;
    left: 0;
    right: 0;
    top: 64px;
    text-align: right;
    padding: 3px 10px;
}
#header .haeder_nav_wrap_inner ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding: 4px;
	font-size: 10px;
}
#header .haeder_nav_wrap_inner ul.welcome{
    padding-left: 20px;
}
@media only screen and (max-width: 1084px) {
    #header .haeder_nav_wrap_inner {
    	position: absolute;
        background: #f4efe4;
        width: 100%;
        left: 0;
        right: 0;
        top: 64px;
        text-align: right;
    }
    .haeder_nav_wrap{
        height: 64px;
    }
}

#header.fixed .haeder_nav_wrap_inner {
	display: none;
}

#header .haeder_nav_wrap_inner .haeder_nav_wrap_flex {
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 767px){
	.haeder_nav_wrap {
		background: #f4efe4;
	    height: 30px;
	}
	#header .haeder_nav_wrap_inner {
    	bottom: -26px !important;
    	position: absolute;
        background: #f4efe4;
        width: 100%;
        left: 0;
        right: 0;
        top: 50px;
        text-align: right;
    }
    #header .haeder_nav_wrap_inner .haeder_nav_wrap_flex{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .haeder_nav_wrap{
        height: 30px;
    }
}
#header .haeder_nav_wrap_inner a{color: #007c92;}
#header .haeder_nav_wrap_inner a:hover {
	opacity: 0.7;
}

/* style追加 */
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding: 15px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-primary {
    border-color: #337ab7;
}
/* plan */
.plan {
    margin-bottom: 20px;
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.plan-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.plan-body {
    padding: 15px;
    text-align: center;
}
.planlist-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.plan-item4 {
	border-color: #afafaf;
}
.plan-item8 {
	border-color: #c6ae77;
}
.plan-item10 {
	border-color: #111;
}
.plan .item_radio {
	padding: 10px 15px;
}

.bg_plan-item4 {
	background-color: #afafaf;
	border-color: #afafaf;
}
.bg_plan-item8 {
	background-color: #c6ae77;
	border-color: #c6ae77;
}
.bg_plan-item10 {
	background-color: #111;
	border-color: #111;
	color: #FFF;
}

.plan-body .lead {
	font-size: 18px;
    font-weight: 500;
}
.lead_point {

}

/* ヘッドライン */
.head_ling02 {
/*     color: #1996b2; */
    text-align: left;
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 32px;
    position: relative;
    font-weight: normal;
    font-size: 24px;
}
.head_ling02:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #CCC;
}
.head_ling02 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    background-color: #FFF;
    text-align: center;
    letter-spacing: 0.3rem;
}

.head_ling03 {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 14px 10px 8px 10px;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 32px;
	background: rgba(198, 174, 119, 0.4);
}

.pb-callout {
    width: 100%;
    background-color: #F4EFE4;
    padding: 15px 10px 15px 10px;
    color: #343434;
}
.pb-callout a.link_point{
	font-size: 16px;
	font-weight: bold;
	color: #c6ae77;
	text-decoration: underline;
	margin-left: 20px;
}
.pb-callout p:first-child{margin-bottom: 10px;}
span.big {
	font-size: 180%;
}
span.small {
	font-size: 80%;
}

.plan-callout {
}
.plan-callout th,.plan-callout td{
	font-size: 18px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	text-align: center;
}
.plan-callout table>tbody>tr>th.active{
	background: #1a96b0;
	color: #FFF;
	font-weight: normal;
}

/* ラジオボタンstyle */
.plan_radio  input[type="radio"]{
    display : none;
 }
.plan_radio .label-radio{
	position : relative;
	left: 0px;
/* 	padding-left: 35px; */
	margin-left : 0px;
    padding: 12px 6px 12px 46px;
    display: block;
	color: #595757;
/*     border: 2px solid; */
	border-style: solid;
}
.plan_radio .label-radio:before{
    content : '';
    display : block;
    position : absolute;
    width : 24px;
    height : 24px;
    border-radius : 12px;
    border : 1px solid #a6a6a6;
    top : 10px;
    left: 12px;
}
.plan_radio .label-radio:after{
    font-family: FontAwesome;
    content : '\f00c';
    display : none;
    position : absolute;
    width : 26px;
    height : 26px;
    top : 0px;
    left: 12px;
    font-size: 26px;
    color: #1996af;
}
.plan_radio input[type="radio"]:checked+.label-radio:after{
    display : block;
}
.plan_radio .label-radio:hover {
	cursor: pointer;
}

/* タブ */
.nav-tabs {
    border-bottom: 1px solid #CCC;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    border-radius: 4px 4px 0 0;
}
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " ";
}
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.pb-callout .text-info{font-size: 10px;}
.mypage-tabs {margin-bottom: 16px; display: flex;}
.mypage-tabs li{
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
.mypage-tabs li a {border: 1px solid #CCC; color: #333; padding: 10px 5px 40px 5px; margin-bottom: -30px;}
.mypage-tabs li a.active {border: 1px solid #C6AE77; color: #fff; background: #C6AE77;}

/*  */
.message-not {border-bottom: none !important; margin-top: 24px;}
.bg-not {
    background-color: #f3f3f3;
    color: #595757 !important;
    border-bottom: none !important;
}

/* table style */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

dl.point_limit_table {
    margin-bottom: 30px;
    text-align: center;
	padding: 12px 8px;
	background: #f3f3f3;
    width: 300px;
}

.historylist_table {
	width: 100%;
    display: table;
}
.historylist_table .thead {
    display: table-header-group;
}
.historylist_table ol {
    display: table-row;
    margin: 0;
}
.historylist_table ol li {
    display: table-cell;
    padding: 16px;
    text-align: center;
    background: #f3f3f3;
    overflow-x: hidden;
}
.historylist_table .tbody {
    display: table-row-group;
}
.historylist_table .tbody .tr {
    display: table-row;
    margin: 0;
}
.historylist_table .tbody .tr > .td {
    padding: 16px;
}
.historylist_table .tbody .tr > .td {
    display: table-cell;
    padding: 10px 8px;
    text-align: center;
    overflow-x: hidden;
}
.historylist_table a{
	text-decoration: underline;
}


dl.point_limit_table dt {
}
dl.point_limit_table dd {
	font-size: 20px;
}


.point_red {
    font-size: 120%;
    color: #ff4242;
}
div.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.enquête_list {
    padding: 10px;
    margin-bottom: 20px;
}

/* table option
------------------------------------------- */
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3;
}

/* 商品詳細　季節アイコン */
p.product_season{
    margin: 10px 0 0 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    }
p.product_season span.dec_tit{
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 6px;
	}
.product_season_list{
	display: inline-block;
	width: 23px;
    height: 23px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #777;
	text-align:  center;
	color: #FFF;
    position: relative;
}
.result_list_box{
    position: relative;
}
.product_season_list.spring0{
    background-color: #e8e8e8;
}
.product_season_list.summer0{
    background-color: #e8e8e8;
}
.product_season_list.fall0{
    background-color: #e8e8e8;
}
.product_season_list.winter0{
    background-color: #e8e8e8;
}
#item_detail .product_season_list.spring1{
	background-color: #DA6272;
}
#item_detail .product_season_list.summer1{
	background-color: #CADF7E;
}
#item_detail .product_season_list.fall1{
	background-color: #e6a31d;
}
#item_detail .product_season_list.winter1{
	background-color: #233E6B;
}
#item_detail .product_season_list{
    width: 30px;
	height: 30px;
} 
#item_detail p.product_season{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
#item_detail p.product_season span.dec_tit{
    top: 0;
}

.product_season.producticon{
    position: absolute;
    border-bottom: none;
    bottom: -5px;
    right: 0;
}
.product_category.producticon{
    position: absolute;
    bottom: 58px;
}

.product_category.producticon .cb{
    fill: #c6ae77;
    width: 2.5rem;
    max-height: 3rem;
}

.product_season_list .dec_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    display: block;
    vertical-align: middle;
}
.list_favorite .fa-heart-o{
    color: #ccc;
}
.list_favorite{
    top: 28px;
}

@media only screen and (max-width: 767px){
    .product_season_list{
        width: 21px;
        height: 21px;
    }
    .list_favorite{
        top: 22px;
    }
    .item_price{
        margin-top: 10px;
    }
    .product_season_list .dec_txt{
        line-height: 21px;
    }
}

#header.fixed .header_copy {
	display: none;
}
#header .header_copy {
	color: #efd69f;
    font-size: 10px;
    padding-top: 8px;
    display: none;
    animation: show 1s linear 0s;
}

#searchModal .modal-dialog {
	padding: 10px;
    background: #FFF;
    box-sizing: border-box;
}
#searchModal .modal-dialog .modal-body{
    max-width: 600px;
    margin: auto;
}
#searchModal .modal-content {
	background: #FFF;
    box-shadow: none;
}
#searchModal .modal-body .form-control {
	box-sizing: border-box;
	background-color: #fff;
	font-size: 12px;
}
#searchModal .modal-header .close {
    border: none;
    background: #fff;
    border-radius: 50%;
}

#deliveryPriceModal .modal-dialog {
    padding: 10px;
    background: #FFF;
    box-sizing: border-box;
}
#deliveryPriceModal .modal-content {
    background: #FFF;
    border: 1px solid #CCC;
    box-shadow: none;
}
#deliveryPriceModal .modal-body .form-control {
    box-sizing: border-box;
}
#deliveryPriceModal .modal-header .close {
    border: none;
    background: #fff;
    border-radius: 50%;
}
#deliveryPriceModal .modal-body p {
    margin: 16px 0 0 0;
}

.search_type_size {
	background: url(../img/common/top_cate_icon01.png) 6px center no-repeat;
    padding-left: 50px;
    background-size: 30px;
	margin: 16px 0;
}
.search_type_season {
    background: url(../img/common/top_cate_icon10.png) 2px center no-repeat;
    padding-left: 50px;
    background-size: 34px;
    margin: 16px 0;
}
.search_type_length {
	background: url(../img/common/top_cate_icon02.jpg) 6px center no-repeat;
    padding-left: 50px;
    background-size: 25px;
	margin: 16px 0;
}
.search_type_scene {
	background: url(../img/common/top_cate_icon04.jpg) 6px center no-repeat;
    padding-left: 50px;
    background-size: 26px;
	margin: 16px 0;
}
.search_type_design {
	background: url(../img/common/top_cate_icon06.jpg) 4px center no-repeat;
    padding-left: 50px;
    background-size: 28px;
	margin: 16px 0;
}
.search_type_color {
	background: url(../img/common/top_cate_icon05.jpg) 7px center no-repeat;
    padding-left: 50px;
    background-size: 24px;
	margin: 16px 0;
}
.search_type_brand {
	background: url(../img/common/top_cate_icon03.jpg) 4px center no-repeat;
    padding-left: 50px;
    background-size: 28px;
	margin: 16px 0;
}
.search_type_orderby {
	background: url(../img/common/top_cate_icon07.jpg) 6px center no-repeat;
    padding-left: 50px;
    background-size: 30px;
	margin: 16px 0;
}
.search_type_sleeve_length {
    background: url(../img/common/top_cate_icon08.png) 6px center no-repeat;
    padding-left: 50px;
    background-size: 30px;
    margin: 16px 0;
}
.search_type_kind {
    background: url(../img/common/top_cate_icon09.png) 6px center no-repeat;
    padding-left: 50px;
    background-size: 27px;
    margin: 16px 0;
}
.modal-button{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: row-reverse;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal-button .search-clear{
    margin-left: 5px;
}

/* footer */
#footer .footer_bottom {
    text-align: center;
    padding-top: 16px;
}
.footer_top {
    border-bottom: 1px solid #024a56;
    padding-bottom: 8px;
}
.footer_top .footer_nav_left {
	font-size: 12px;
}
.footer_nav_right ul li, .sns_banner ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.footer_nav_right ul li a i {
	font-size: 3em;
}
.footer_bottom {
    border-top: 1px solid #357d89;
    border-bottom: 1px solid #024a56;
}
.footer_logo img {
	max-width: 125px;
}
.footer_menu ul li {
	text-align: left;
}
p.copyright {
    border-top: 1px solid #357d89;
	padding-top: 12px;
	text-align: center;
}

/* 青ボタン */
.btn-buy-cart {
    background: #0070c0;
    border-color: #006fbf;
    color: #FFF;
    border-radius: 30px;
}
.btn-buy-cart:hover {
    background-color: #FFF;
    color: #0070c0;
    border-color: #0070c0;
}
/* サイド詳細検索 */
.side_searchModal_btnarea .btn-warning {
	color: #c6ae77;
    border-color: #c6ae77;
}
/* サイド詳細検索 */
.side_searchModal_btnarea .btn-warning:hover {
	color: #FFF;
    border-color: #c6ae77;
}
/* サイズガイドボタン */
#size_guide_open.btn {
	background: url(../img/icon/size_guide_btn_icon.png) 16px center no-repeat;
    background-size: 22px;
    padding-left: 40px;
}
/* 商品詳細親カテゴリー非表示 */
#relative_category_box.relative_cat li{font-size: 12px;}
#relative_category_box.relative_cat li:first-child {display: none;}

.cart_in_item_area {
	overflow-y: auto;
	max-height: 300px;
}

/* 領収書入力画面 */
.receipt_input_area {
    padding: 20px 20px 20px 30px;
    border: 1px solid #999999;
    background-color: #fafafa;
    margin-top: 20px;
}
.receipt_input_area dt{
    border-bottom: none;
}
.receipt_input_area dd{
    border-bottom: none;
}
.receipt_input_area dd.border{
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
    margin-top: 10px;
}

.receipt_attention {

}
.receipt_attention .indent1 {
    text-indent: 1em;
}
.receipt_detail {

}
.receipt_detail span {
    font-size: 20px;
}
#page_product_list .product_item{
    margin-bottom: 2em;
}
.product_item .stock_label{
    position: absolute;
    left: 10px;
    top: 10px;
    background: white;
    display: block;
    padding: 4px 6px;
    font-size: 10px;
}
.size_label{
    position: absolute;
    right: 10px;
    bottom: 15px;
    background: #555;
    border-radius: 2px;
    color: white;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}
.tag_product{
    position: absolute;
    left: 0;
    bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tag_label{
    color: white;
    display: block;
    line-height: 20px;
    font-size: 10px;
    padding: 1px 4px;
    text-align: left;
    flex: 1;
}
.tag_label1{
    background: #242415;
}
.tag_label2{
    background: #464637;
}
.tag_label3{
    background: #686859;
}
.tag_label4{
    background: #8A8A7B;
}
.tag_label5{
    background: #ACAC9D;
}
.tag_label6{
    background: #FF4D4D;
}
.product_item .item_price{
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px){
    .product_item .stock_label{
        padding: 14px 10px;
        font-size: 12px;
    }
    .size_label{
        bottom: 10px;
    }
    .tag_product{
        bottom: 0;
    }
    .tag_label{
        padding: 2px 4px;
    }
}
