@charset "UTF-8";
/*------------------------------------------------------------common*/
.itemlist {
	display: -webkit-flex;
  display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.itemlist > li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.itemlist > li:nth-child(2n) {
	margin-right: 0%;
}
.itemlist > li > a {
	display: block;
	height: 100%;
	text-decoration: none;
	color:#000;
}
.itemlist > li figure {
	margin-bottom: 5px;
}
.itemlist > li figure img {
	width: 100%;
	height: auto;
}
.itemlist > li p {
	line-height: 1.35;
}
.itemlist ul.item_tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.itemlist ul.item_tag li {
    margin: 1px;
    color: #fff;
    padding: 4px 5px 2px;
    line-height: 1.1;
    font-size:12px;
    font-weight: bold;
    background: #009e52;
    border-radius: 3px;
}

.itemlist li p.item_title {
	margin-bottom: 5px;
    font-size:16px;
	font-weight: bold;
}
.itemlist li p.icon {
	float: left;
}
.itemlist li p.item_price {
    margin-bottom: 8px;
	text-align: right;
    font-size:16px;
	font-weight: bold;
	color:#a14343;
}
.itemlist li .item_comment p {
    line-height: 1.35;
    position: relative;
    width: 100%;
    height: 2.7em;
    overflow: hidden;
}
.itemlist li .item_comment p::before,
.itemlist li .item_comment p::after {
  position: absolute;  
  background: #fff;
}
.itemlist li .item_comment p::before {
    width: 1.2em;
    content: "...";
    bottom: 0;
    right: 0;
    text-align: right;
}
.itemlist li .item_comment p::after {
  content: "";
  height: 100%;
  width: 100%;
}
.itemlist li p.item_date, .itemlist li p.item_num {
	margin-bottom: 3px;
}
.itemlist li p.item_sum span {
	font-weight: bold;
	color:#a14343;
}
@media print, screen and (min-width:480px) {
.itemlist > li {
	width: 32%;
	margin-right: 2%;
}
.itemlist > li:nth-child(2n) {
	margin-right: 2%;
}
.itemlist > li:nth-child(3n) {
	margin-right: 0%;
}
}
@media print, screen and (min-width:768px) {
.itemlist > li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.itemlist > li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.itemlist > li:nth-child(3n) {
	margin-right: 2%;
}
.itemlist > li:nth-child(4n) {
	margin-right: 0%;
}
}

/*PageNavi*/
#pagenavi {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
#pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
#pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #666666;
	border: 1px solid #eee;
	background: #eee;
}
#pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #009e52;
	border: 1px solid #009e52;
	background: transparent;
	zoom: 1;
}
#pagenavi li a:hover {
    transition: all 0.5s;
	color: #fff;
	background: #009e52;
}

.detail_item_tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.detail_item_tag li {
    margin: 3px;
}
.detail_item_tag li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 8px;
    line-height: 1.1;
    font-weight: bold;
    background: #009e52;
    border-radius: 3px;
}
.detail_item_tag li a:hover {
    opacity: 0.6;
}

/*shopping_btn*/
.shopping_btn {
	text-align: right;
	font-size:0;
}
.shopping_btn .btn_gray03 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
.shopping_btn .btn_gray02 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
.shopping_btn .btn_gray04 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
.shopping_btn .btn_gray04dis {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}

.shopping_btn_center {
	text-align: center;
}
.shopping_btn_center .btn_gray03 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
.shopping_btn_center .btn_gray02 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
.shopping_btn_left {
	text-align: left;
}
.shopping_btn_left .btn_gray03 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
.shopping_btn_left .btn_gray02 {
	display: inline-block;
	margin:2px;
	padding: 8px 15px 7px;
	line-height: 1.4;
}
/*cart_flow*/
.cart_flow {
	text-align: center;
	margin-bottom: 10px;
}
.cart_flow ul {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.cart_flow ul li {
	position: relative;
	margin-bottom: 15px;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px 0 5px;
	font-size: 14px;
}
.cart_flow ul li:last-child {
	margin-bottom: 0;
}
.cart_flow ul li::after {
	position: absolute;
	bottom:-10px;
	left:50%;
	width:12px;
	height: 12px;
	margin-left:-6px;
	content:"";
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cart_flow ul li:last-child::after {
	display: none;
}

@media print, screen and (min-width:480px) {
.cart_flow ul li {
	float: left;
	width: 22%;
	margin-bottom: none;
	margin-right: 4%;
}
.cart_flow ul li:last-child {
	margin-right: 0;
}
.cart_flow ul li::after {
	position: absolute;
	top:50%;
	right:-12%;
	bottom:auto;
	left:auto;
	width:12px;
	height: 12px;
	margin-top:-6px;
	margin-left:0;
	content:"";
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}
.cart_flow .step_on {
	color: #fff;
	background: #009e52;
}
.cart_flow .step_off {
	color: #fff;
	background: #c1c1c1;
}

/*----------------------------------cart*/
.cart_box {
	margin-bottom:20px;
}
.cart_box .cart_box_title {
	display: none;
}
.cart_box .cart_box_detail {
	margin-bottom: 10px;
	padding:10px;
	text-align: right;
	background: #eee;
}
.cart_box .cart_box_detail li {
	margin-bottom:2px;
}
.cart_box .cart_box_detail li.cart_box_name {
	margin-bottom:5px;
	text-align: left;
	line-height: 1.3;
}
.cart_box .cart_box_detail li.cart_box_btn {
	margin-top:5px;
}
.cart_box .cart_box_detail li.cart_box_ph {
	margin-bottom:10px;
	text-align: center;
}
.cart_box_btn button {
	color: #fff;
	background: #666;
	border: none;
	border-radius: 0;
	padding: 2px 8px;
	margin: 0;
	cursor: pointer;
}
table.cart_box_total {
	width: 100%;
	border-collapse: separate;	
}
table.cart_box_total tr th, table.cart_box_total tr td {
	padding:10px 5px;
	border-top:dotted 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr td {
	text-align: right;
}
table.cart_box_total tr td.subtotal {
	font-size:16px;
	font-weight: bold;
}
table.cart_box_total tr:last-child th, table.cart_box_total tr:last-child td {
	padding:10px 5px;
	border-top:solid 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr:last-child td {
	font-size:18px;
	font-weight: bold;
}
@media print, screen and (min-width:768px) {
.cart_box {
	margin-bottom: 30px;
	text-align: left;
}
.cart_box .cart_box_title {
	display: block;
	margin-bottom: 10px;
	font-size:0;
}
.cart_box .cart_box_title li {
	display: inline-block;
	width: 13%;
	margin-left:0.25%;
	padding:8px 0;
	text-align: center;
	vertical-align: top;
	background: #ccf1df;
}
.cart_box .cart_box_title li.cart_box_name, .cart_box .cart_box_detail li.cart_box_name {
	width: 50%;
	margin-left: 0;
}
.cart_box .cart_box_title li.cart_box_btn, .cart_box .cart_box_detail li.cart_box_btn {
	width: 10%;
	text-align: center;
}
.cart_box .cart_box_detail {
	margin-bottom: 10px;
	padding:0;
	text-align: left;
	font-size:0;
	background: #eee;
}
.cart_box .cart_box_detail li {
	display: inline-block;
	width: 13%;
	margin-left:0.25%;
	text-align: right;
	vertical-align: middle;
	padding:10px 5px;
}
.cart_box .cart_box_detail li.cart_box_name {
	margin-bottom:0;
	text-align: left;
}
.cart_box .cart_box_detail li.cart_box_btn {
	margin-top:0;
	padding:10px 0;
}
.cart_box .cart_box_detail li.cart_box_ph {
	width: 100%;
	margin-left:0;
	margin-bottom:0;
	padding:10px 5px 0;
}
.cart_box .cart_box_detail li span {
	display: none;
}
table.cart_box_total {
	width: 100%;
	border-collapse: separate;	
}
table.cart_box_total tr th, table.cart_box_total tr td {
	padding:10px 5px;
	border-top:dotted 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr td {
	text-align: right;
}
table.cart_box_total tr:last-child th, table.cart_box_total tr:last-child td {
	padding:10px 5px;
	border-top:solid 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr:last-child td {
	font-size:18px;
	font-weight: bold;
}
}


/*----------------------------------form*/
table.contact {
	width: 100%;
	margin: 20px 0;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
table.contact tr th {
	display: block;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #e8e8e8;
	line-height: 150%;
	text-align: left;
	vertical-align: middle;
}
table.contact tr td {
	display: block;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: left;
	background: #fff;
	vertical-align: middle;
}
table.contact tr td.td_child {
	border-bottom: 1px dotted #999;
}
table.contact p {
	margin-bottom: 5px;
}
table.contact tr th span.form_title {
	display: block;
	overflow: hidden;
}

/*必須アイコン*/
table.contact tr th span.txt_required {
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #cc1414;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*任意アイコン*/
table.contact tr th span.txt_optional {
	float: left;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	border-radius: 2px;
	color: #fff;
	background: #666;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*入力エリア装飾*/
input[type="text"], input[type="tel"], input[type="password"], textarea {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: 1px solid #e8e8e8;
	background: #e8e8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#e8e8e8));
	background-image: -webkit-linear-gradient(left, #e8e8e8, #e8e8e8);
}
select {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: none;
	background: #e8e8e8;
}
select:focus {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: none;
}
/*入力エリアサイズ*/
.input_10 {
	width: 10%;
}
.input_20 {
	width: 20%;
}
.input_30 {
	width: 30%;
}
.input_50 {
	width: 50%;
}
.input_70 {
	width: 70%;
}
.input_100 {
	width: 100%;
}

.input_zip {
	width: 180px;
}
.input_tel {
	width: 200px;
}

/*入力モード*/
.ime_dis {
	ime-mode:disabled;
}
.ime_act {
	ime-mode:active;
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #bbb;
}
::-moz-placeholder {
    color: #bbb;
}
:-ms-input-placeholder {
    color: #bbb;
}
input:focus::-webkit-input-placeholder { 
	color:transparent;
}
input:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
textarea:focus::-webkit-input-placeholder { 
	color:transparent;
}
textarea:focus:-moz-placeholder {
	color:transparent;
}
textarea:focus::-moz-placeholder {
	color:transparent;
}
/*ラジオボタン余白調整*/
input[type=radio] {
	margin-left: 15px;
}
td label.first input[type=radio] {
	margin-left: 0;
}
/*チェックボックス余白調整*/
input[type=checkbox] {
	margin-left: 15px;
}
td label.first input[type=checkbox] {
	margin-left: 0;
}

/*送信・戻るボタン*/
ul.submit_btn {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
ul.submit_btn li {
	display: inline-block;
	cursor: pointer
}
ul.submit_btn li.inp_submit01 input {
	color: #fff;
	background: #006b37;
	border: none;
	border-radius: 0;
	padding: 10px 15px;
	margin: 0 5px;
	cursor: pointer;
}
ul.submit_btn li.inp_submit02 input {
	color: #fff;
	background: #999;
	border: none;
	border-radius: 0;
	padding: 10px 15px;
	margin: 0 5px;
	cursor: pointer;
}
ul.submit_btn li:hover {
	opacity: 0.7;
}

/*エラーメッセージ用*/
.errtop {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:10px;
	text-align: center;
	font-weight: bold;
	color:#c33;
	background: #fcc;
}
.errtop::after {
	position: absolute;
	left:50%;
	bottom:-30px;
	width: 0;
	height: 0;
	margin-left:-15px;
	content: "";
	border:solid 15px transparent;
	border-top:solid 15px #fcc; 
}
.errmsg span {
	position: relative;
	display: inline-block;
	margin-top:10px;
	padding:5px 10px;
	font-weight: bold;
	color:#c33;
	background: #fcc;
}
.errmsg span::after {
	position: absolute;
	left:30px;
	top:-20px;
	width: 0;
	height: 0;
	content: "";
	border:solid 10px transparent;
	border-bottom:solid 10px #fcc; 
}

/*送信完了画面用*/
#thanks {
	margin:20px 0;
}
#thanks h5 {
	margin:0 0 15px;
	font-size:16px;
	font-weight:bold;
}
@media print, screen and (min-width:768px) {
table.contact {
	border-collapse: separate;
}
table.contact tr th {
	display: table-cell;
	border-right: 1px dotted #999;
	width: 28%;
}
table.contact tr td {
	display: table-cell;
}
table.contact tr td.td_child {
	border-right: 1px dotted #999;
	border-bottom: 1px solid #999;
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
}

/*------------------------------------------------------------login.php*/
.login input[type="text"], .login input[type="password"] {
	width: 100%;
}
.login .shopping_btn_center p {
	padding:5px 0;
}
@media print, screen and (min-width:480px) {
.login {
	text-align: center;
}
.login input[type="text"], .login input[type="password"] {
	width: 70%;
	margin:0 auto;
}
}
/*------------------------------------------------------------item.php*/
/*main_search*/
#main_search {
	width: 100%;
	margin-bottom: 20px;
}
#main_search input {
	width: 60%;
}

@media print, screen and (min-width:992px) {
#main_search {
	display: none;
}
}

/*------------------------------------------------------------order_history_detail.php*/
.history_box {
	margin-bottom:20px;
}
.history_box .history_box_title {
	display: none;
}
.history_box .history_box_detail {
	margin-bottom: 10px;
	padding:10px;
	text-align: right;
	background: #eee;
}
.history_box .history_box_detail li {
	margin-bottom:2px;
}
.history_box .history_box_detail li.history_box_name {
	margin-bottom:5px;
	text-align: left;
	line-height: 1.3;
}
.history_box .history_box_detail li.history_box_btn {
	margin-top:5px;
}
.history_box .history_box_detail li.history_box_ph {
	margin-bottom:10px;
	text-align: center;
}
.history_box .history_box_detail li.history_box_ph img {
	width: 100%;
	max-width: 280px;
	height: auto;
}
.history_box_btn button {
	color: #fff;
	background: #666;
	border: none;
	border-radius: 0;
	padding: 2px 8px;
	margin: 0;
	cursor: pointer;
}
table.history_box_total {
	width: 100%;
	border-collapse: separate;	
}
table.history_box_total tr th, table.history_box_total tr td {
	padding:10px 5px;
	border-top:dotted 1px rgba(34,24,21,0.5);
}
table.history_box_total tr td {
	text-align: right;
}
table.history_box_total tr td.subtotal {
	font-size:16px;
	font-weight: bold;
}
table.history_box_total tr:last-child th, table.history_box_total tr:last-child td {
	padding:10px 5px;
	border-top:solid 1px rgba(34,24,21,0.5);
}
table.history_box_total tr:last-child td {
	font-size:18px;
	font-weight: bold;
}
@media print, screen and (min-width:768px) {
.history_box {
	margin-bottom: 30px;
	text-align: left;
}
.history_box .history_box_title {
	display: block;
	margin-bottom: 10px;
	font-size:0;
}
.history_box .history_box_title li {
	display: inline-block;
	width: 13%;
	margin-left:0.25%;
	padding:8px 0;
	text-align: center;
	vertical-align: top;
	background: #ccc;
}
.history_box .history_box_detail {
	margin-bottom: 10px;
	padding:0;
	text-align: left;
	font-size:0;
	background: #eee;
}
.history_box .history_box_detail li {
	display: inline-block;
	width: 13%;
	margin-left:0.25%;
	text-align: right;
	vertical-align: middle;
	padding:10px 5px;
}
.history_box .history_box_title li.history_box_ph, .history_box .history_box_detail li.history_box_ph {
	width: 15%;
	text-align: center;
	margin-left: 0;
}
.history_box .history_box_detail li.history_box_ph img {
	width: 100%;
	height: auto;
}
.history_box .history_box_title li.history_box_name, .history_box .history_box_detail li.history_box_name {
	width: 45%;
}
.history_box .history_box_detail li.history_box_name {
	margin-bottom:0;
	text-align: left;
}
.history_box .history_box_detail li.history_box_btn {
	margin-top:0;
	padding:10px 0;
}
.history_box .history_box_detail li span {
	display: none;
}
table.cart_box_total {
	width: 100%;
	border-collapse: separate;	
}
table.cart_box_total tr th, table.cart_box_total tr td {
	padding:10px 5px;
	border-top:dotted 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr td {
	text-align: right;
}
table.cart_box_total tr:last-child th, table.cart_box_total tr:last-child td {
	padding:10px 5px;
	border-top:solid 1px rgba(34,24,21,0.5);
}
table.cart_box_total tr:last-child td {
	font-size:18px;
	font-weight: bold;
}
}

.sheet_basic tr.table_center th, .sheet_basic tr.table_center td {
	text-align: center;
}
.sheet_basic tr.table_center th jmg, .sheet_basic tr.table_center td img {
	max-width: 100%;
	height: auto;
}
/*------------------------------------------------------------user_add_2.php*/
/*note*/
.note {
	height: 150px;
	overflow: auto;
}
.note strong {
	font-size: 14px;
	font-weight: bold;
}
/*------------------------------------------------------------detail02.php*/
.tel_banner {
	background: #A64F51;
	padding: 15px 20px;
	margin-top: 20px;
}
.tel_banner p {
	color: #fff;
}
.tel_banner p.tel_bn_text {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/common_img/bg_green.gif) repeat;
	padding: 10px;
}
.tel_banner p.tel_bn_text a {
	text-decoration: none;
	color: #fff;
}

@media (min-width:768px) {
.tel_banner p.tel_bn_text {
	text-align: left;
	background: none;
	padding: 0;
}
}
