﻿@charset "UTF-8";
body {
	color: #443829;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 500;
	min-width: 1200px;
}
a {
	transition: .1s;
	color: #443829;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  a:hover {
    /* color: #14110c; */
    opacity: .5;
  }
}
a:focus {
  text-decoration: none;
}
a:focus,
*:focus {
	outline: 0;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body {
    font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
    font-weight: normal;
  }
}
.price {
	color: #443829;
}

h1, .h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 42px;
	padding: 22px 0 20px;
	border-top: 6px solid #ebebeb;
	border-bottom: 6px solid #ebebeb;
}

h2,
.legend {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 11px 0;
	margin: 40px 0 20px;
	border: 0;
	background-color: #f2e4d4;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 28px 0 14px;
	padding: 0 0 0 15px;
	position: relative;
}
h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 6px;
	height: 20px;
	background-color: #443829;
	border-radius: 3px;
}

h4 {
	font-size: 18px;
	line-height: 1.4;
	margin: 28px 0 14px;
	padding: 0 0 0 15px;
	position: relative;
}

.help-block {
	font-size: 14px;
}
.balloontip {
	color: #fe0000;
	border-color: #fe0000;
	background-color: #ffffff;
	margin: 25px 0 0 0;
}
@-moz-document url-prefix() {
	body.balloontip-close .balloontip {
		margin: 45px 0 0 0 !important;
	}
}
.required.any::after {
	content: "任意";
	background-color: #999;
}
/* ページャー */
.pager {
	margin: 40px 0 30px;
	padding: 7px 5px 6px 20px;
	overflow: hidden;
	background-color: #f3f3f3;
}
.pager-total {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.pager-count {
	font-size: 16px;
	line-height: 2.06;
}
.pager-count span {
	font-size: 20px;
	line-height: 1.65;
}

.pagination {
	margin: 0 -2px;
}
.pagination > * {
	padding: 0;
	border: 0;
	background: none;
}
.pagination li {
	position: relative;
}
.pagination li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 1px;
	height: 15px;
	background-color: #e2e2e2;
}
.pagination li a,
.pagination li span {
	display: block;
	line-height: 33px;
	width: 33px;
	height: 33px;
	text-align: center;
}
.pagination li span {
	color: #443829;
	font-weight: bold;
}
.pagination li.pager-first a,
.pagination li.pager-previous a,
.pagination li.pager-next a,
.pagination li.pager-last a {
	width: auto;
	padding: 0 10px;
}

/* ボタン */
.btn {
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	padding: 10px 15px 8px;
	border-radius: 50px;
}
.btn:hover {
  opacity: 0.5;
}
.btn-primary.btn-red {
	background-color: #fe0000;
	border: 0;
}
.btn-primary {
	background-color: #443829;
	border: 0;
}
.btn-danger {
  color: #fff;
  background: #443829;
  border: 1px solid #443829;
}
.btn-default {
	color: #443829;
	border: 1px solid #938675;
	background-color: #ffffff;
}
.btn-secondary {
	color: #443829;
	background-color: #fff;
}
.action .btn {
	border-bottom-width: 1px;
}
a.btn {
	text-decoration: none;
}
/* テキストボックス */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
	border: 1px solid #938675;
	border-radius: 3px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"] {
	height: 38px;
}
/* select */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	padding-right: 20px;
	background-image: url("../../img/usr/common/ico_arrow01.png");
	background-position: right center;
	background-repeat: no-repeat;
}
/* チェックボックス */
input[type="checkbox"] {
	opacity: 0;
	position: fixed;
	left: -50px;
	top: -50px;
}
input[type="checkbox"] + label,
.block-cart--returnpolicy .checkbox,
.block-customer--privacypolicy .checkbox,
.block-order-gift-select--delivery-dest-goods-name label,
.block-order-estimate--login-state-saving label {
	font-size: 20px;
	line-height: 1.4;
	padding-left: 38px;
	position: relative;
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.block-order-estimate--register-customer-checkbox {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.block-order-estimate--register-customer-checkbox input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	left: auto;
	top: auto;
	width: 30px;
	height: 30px;
	z-index: 10;
}
.block-order-estimate--register-customer-checkbox-message {
	font-size: 14px;
	/*padding-left: 38px;*/
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.block-order-estimate--login-state-saving label,
.block-order-estimate--mailnews-checkbox label {
	font-size: 16px !important;
	line-height: 1.75;
	margin: 0;
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after,
.block-cart--returnpolicy .checkbox::before,
.block-cart--returnpolicy .checkbox::after,
.block-customer--privacypolicy .checkbox::before,
.block-customer--privacypolicy .checkbox::after,
.block-order-gift-select--delivery-dest-goods-name label::before,
.block-order-gift-select--delivery-dest-goods-name label::after,
.block-order-estimate--register-customer-checkbox::before,
.block-order-estimate--register-customer-checkbox::after,
.block-order-estimate--login-state-saving label::before,
.block-order-estimate--login-state-saving label::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
input[type="checkbox"] + label::before,
.block-cart--returnpolicy .checkbox::before,
.block-customer--privacypolicy .checkbox::before,
.block-order-gift-select--delivery-dest-goods-name label::before,
.block-order-estimate--register-customer-checkbox::before,
.block-order-estimate--login-state-saving label::before {
	width: 28px;
	height: 28px;
	border: 1px solid #938675;
	background-color: #ffffff;
	border-radius: 3px;
}

input[type="checkbox"]:checked + label::before,
.block-cart--returnpolicy .checkbox.js-check::before,
.block-customer--privacypolicy .checkbox.js-check::before,
.block-order-gift-select--delivery-dest-goods-name label.js-active::before,
.block-order-estimate--register-customer-checkbox.act::before,
.block-order-estimate--login-state-saving label.act::before {
	/*background-color: #443829;*/
	border-color: #443829;
}
input[type="checkbox"]:checked + label::after,
.block-cart--returnpolicy .checkbox.js-check::after,
.block-customer--privacypolicy .checkbox.js-check::after,
.block-order-gift-select--delivery-dest-goods-name label.js-active::after,
.block-order-estimate--register-customer-checkbox.act::after,
.block-order-estimate--login-state-saving label.act::after {
	left: 6px;
	top: 5px;
	width: 19px;
	height: 12px;
	border-bottom: 4px solid #443829;
	border-left: 4px solid #443829;
	transform:  rotate(-40deg);
}
/**/
/* ラジオボタン */
input[type="radio"] {
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
}
input[type="radio"] + label,
.block-order-gift-select--method-list li label {
	font-size: 20px;
	line-height: 1.4;
	padding-left: 38px;
	position: relative;
	display: inline-block;
	margin: 5px 10px 5px 0;
}
input[type="radio"] + label::before,
input[type="radio"] + label::after,
.block-order-gift-select--method-list li label::before,
.block-order-gift-select--method-list li label::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}
input[type="radio"] + label::before,
.block-order-gift-select--method-list li label::before {
	width: 28px;
	height: 28px;
	border: 1px solid #938675;
	background-color: #ffffff;
}

input[type="radio"]:checked + label::before,
.block-order-gift-select--method-list li label.js-active::before {
	/*background-color: #443829;*/
	border-color: #443829;
}
input[type="radio"]:checked + label::after,
.block-order-gift-select--method-list li label.js-active::after {
	left: 5px;
	top: 5px;
	width: 18px;
	height: 18px;
	background-color: #443829;
}
/**/
/* table */
.fieldset .form-group,
.fieldset .form-group:last-child {
	border-color: #443829;
}
.fieldset .form-label {
	width: 24%;
	background-color: #f3f3f3;
}
.fieldset .constraint {
	background-color: #f3f3f3;
}
.fieldset .form-label,
.fieldset .constraint,
.fieldset .form-control {
	vertical-align: middle;
	word-break: break-all;
	word-wrap: break-word;
}
.fieldset .form-label label {
	word-break: break-all;
	word-wrap: break-word;
}
.table th {
	background-color: #f3f3f3;
}
.table, .table td, .table th {
	border-color: #443829;
}
/*プライバシーポリシーの文言*/
.privacy-comment img{
	vertical-align: middle;
}

