@charset "euc-jp";

/* PC =========================================================================*/
@media screen and (min-width: 769px) {
.product_LRbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0 0;
    padding: 0 0 120px;
    border-bottom: thin solid #544621;
}

.product_img_box {
    width: 47.6%;
}

.product_img_main {
    margin: 0 0 8px;
    position: relative;
}
/*
.product_img_main::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.product_img_main img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
*/

ul.product_thumb_list {
    display: flex;
    flex-wrap: wrap;
}

ul.product_thumb_list li {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
    position: relative;
}
ul.product_thumb_list li:nth-child(4n) {
    margin-right: 0;
}

ul.product_thumb_list li::before {
    content: "";
    display: block;
    padding-top: 100%;
}
ul.product_thumb_list li img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product_description_box {
    width: 47.1%;
}
.product_description_box h2 {
    font-size: 18px;
    margin: -5px 0 6px;
}
p.product_price_big {
    font-size: 16px;
    margin: 0 0 13px;
    /* line-height: 1.82; */
}

.product_description {
    font-size: 11px;
    line-height: 1.82;
    padding: 0 0 39px;
    border-bottom: 1px solid #e0ddd7;
}

table.description_table {
    width: 100%;
    font-size: 12px;
    margin: 2px 0 0;
}

table.description_table tr th {
    font-size: 11px;
    font-weight: normal;
    width: 91px;
    text-align: left;
}

table.description_table tr + tr td {
    padding: 7.6px 0 0;
}

table.product_order_table {
    font-size: 12px;
    width: 100%;
}

table.product_order_table tr th {
    width: 101px;
    text-align: left;
}

.product_order {
    margin: 57px 0 0 3px;
}

.product_order_table tr + tr td {
    padding: 12px 0 0;
}
.product_order_table select {
    width: 101px;
    height: 1.5em;
    margin: 0 0 0;
    padding: 0 20% 0 2px;
    border: 1px solid #f2f0f0;
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    background: url("https://img21.shop-pro.jp/PA01358/079/etc/num_arrow.png") no-repeat right 10% center/9px auto;
    color: #666666;
    box-sizing: border-box;
}
.product_order_num {
    width: 101px;
	position: relative;
}
.product_order_table .product_order_num input {
    width: 100%;
    height: 1.5em;
    margin: 0 0 0;
    padding: 0 20% 0 2px;
    border: 1px solid #f2f0f0;
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    color: #666666;
    box-sizing: border-box;
}
.product_num_up, .product_num_down {
    width: 9px;
    position: absolute;
    right: 10%;
}
.product_num_up {
    top: 20%;
    transform: rotate(180deg);
}
.product_num_down {
    bottom: 10%;
}


.disable_cartin, .disable_quick, .disable_soldout {
    margin: 29px 0 0 2px;
    width: 250px;
    text-align: center;
}

.disable_cartin button {
    width: 100%;
    color: #ffffff;
    background: #aaa599;
    padding: 12px 17px 12px 0;
    line-height: 1;
}
.disable_quick a {
    width: 100%;
    color: #ffffff;
    background: #aaa599;
    padding: 12px 0 12px 0;
    line-height: 1;
}

.disable_soldout button {
    width: 100%;
    color: #ffffff;
    background: #ccc;
    padding: 12px 17px 12px 0;
    line-height: 1;
    opacity: 0.8;
    cursor: pointer;
}

.disable_cartin button img {
    width: 15px;
    margin-right: 11px;
}

ul.other_link {
    font-size: 11px;
    line-height: 1.82;
    margin: 23px 0 0;
}

ul.other_link li a {
    text-decoration: underline;
}

}

/* SP =========================================================================*/
@media screen and (max-width: 768px) {
.product_LRbox {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    margin: 20px 0 0;
    padding: 0 0 120px;
    border-bottom: thin solid #544621;
}

.product_img_box {
    width: calc(100% / 0.9);
    margin-left: calc((-100% / 0.9 + 100%) / 2);
    margin-bottom: 45px;
}

.product_img_main {
    margin: 0 0 8px;
    position: relative;
}

ul.product_thumb_list {
    display: flex;
    flex-wrap: wrap;
}

ul.product_thumb_list li {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
    position: relative;
}
ul.product_thumb_list li:nth-child(4n) {
    margin-right: 0;
}

ul.product_thumb_list li::before {
    content: "";
    display: block;
    padding-top: 100%;
}
ul.product_thumb_list li img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product_description_box {
    /* width: 47.1%; */
}
.product_description_box h2 {
    font-size: 1.8rem;
    margin: 0 0 4.5px;
}
p.product_price_big {
    font-size: 1.6rem;
    margin: 0 0 13.5px;
    /* line-height: 1.82; */
}

.product_description {
    font-size: 1.1rem;
    line-height: 1.82;
    padding: 0 0 40px;
    border-bottom: 1px solid #e0ddd7;
}

table.description_table {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.33;
    margin: 12.5px 0 0;
}

table.description_table tr th {
    font-size: 1.1rem;
    font-weight: normal;
    width: 27.6%;
    text-align: left;
}

table.description_table tr + tr td {
    padding: 2px 0 0;
}

table.product_order_table {
    font-size: 1.2rem;
    line-height: 2.33;
    width: 100%;
}

table.product_order_table tr th {
    width: 35%;
    text-align: left;
}

.product_order {
    margin: 38px 0 0 5.5px;
}

.product_order_table tr + tr td {
    padding: 0px 0 0;
}
.product_order_table select {
    width: 42%;
    height: 1.5em;
    margin: 0 0 0;
    padding: 0 20% 0 2px;
    border: 1px solid #f2f0f0;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1;
    background: url("https://img21.shop-pro.jp/PA01358/079/etc/num_arrow.png") no-repeat right 10% center/9% auto;
    color: #666666;
}
.product_order_num {
    width: 42%;
	position: relative;
}
.product_order_table .product_order_num input {
	width: 100%;
    height: 1.5em;
    margin: 0 0 0;
    padding: 0 20% 0 2px;
    border: 1px solid #f2f0f0;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1;
    color: #666666;
	box-sizing: border-box;
}
.product_num_up, .product_num_down {
    width: 9%;
    position: absolute;
    right: 10%;
}
.product_num_up {
    top: 20%;
    transform: rotate(180deg);
}
.product_num_down {
    bottom: 10%;
}

.disable_cartin, .disable_quick, .disable_soldout {
    margin: 36px 0 0;
    width: 100%;
    text-align: center;
}

.disable_cartin button {
    width: 100%;
    color: #ffffff;
    background: #aaa599;
    padding: 23px 6px 20.5px 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
}
.disable_quick a {
    width: 100%;
    color: #ffffff;
    background: #aaa599;
    padding: 23px 0 23px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
}

.disable_soldout button {
    width: 100%;
    color: #ffffff;
    background: #ccc;
    padding: 23px 6px 20.5px 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    opacity: 0.8;
    cursor: pointer;
}

.disable_cartin button img {
    width: 17px;
    margin-right: 14px;
}

ul.other_link {
    font-size: 1.1rem;
    line-height: 1.82;
    margin: 21px 0 0;
}

ul.other_link li a {
    text-decoration: underline;
}

}