@charset "utf-8";

/* ////////////////////////////////////////////
 *                 SHOP
 * //////////////////////////////////////////// */

/* product-list
------------------------------------------*/
.product-list {
	margin: 0 -15px;
}
.product-list-item {
	padding: 0 15px 20px;
}
.product-list-img {
	position: relative;
	margin: 0 0 8px 0;
	text-align: center;
}
.product-list-img .product-list-status-4 {
	position: absolute;
	top: -8px;
	right: -8px;
	padding: 6px 0 0 0;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3;
	background: #36a172;
	border-radius: 20px;
	z-index: 1;
}
.product-list-status {
}
.product-list-status-badge {
	color: #fff;
}
.product-list-title a {
	color: inherit;
}
.product-list-price {
	margin: 0 0 3px 0;
	font-weight:bold;
	text-align:right;
}
.product-list-text {
	font-size: 0.85rem;
}



/* ////////////////////////////////////////////
 *              frontparts
 * //////////////////////////////////////////// */

/* bloc (main)
------------------------------------------*/
/* common */
.shop-mainparts {
}
.shop-mainparts-title {
	margin: 0 0 10px;
}
.shop-mainparts-inner {
}

/* ranking.tpl */
.shop-mainparts-ranking {
}

/* recommend.tpl */
.shop-mainparts-recommend {
}

/* newitems.tpl */
.shop-mainparts-newitems {
}

/* history.tpl */
.shop-mainparts-history {
}

/* productflag.tpl */
.shop-mainparts-productflag {
}


/* bloc (side)
------------------------------------------*/
/* common */
.shop-sideparts {
	margin: 0 0 20px 0;
}
.shop-sideparts-title {
	font-size: 1rem;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
}
.shop-sideparts-inner {
	padding: 10px;
}
.shop-sideparts-btn {
	margin: 15px 0 0 0;
	text-align: center;
}
.shop-sideparts .price {
}
.shop-sideparts .attention {
	color: #c00;
}
.shop-sideparts .tax {
	padding: 0 0 0 2px;
	font-size: 0.85rem;
}
.shop-sideparts dl {
	margin: 0 0 10px 0;
}
.shop-sideparts dl dd {
	margin: 0 0 5px 0;
}

/* cart.tpl */
.shop-sideparts .postage {
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: #ddd 1px dashed;
}

/* login.tpl */
.shop-sideparts .forgot-pass {
	font-size: 0.85rem;
}
.shop-sideparts .login-memory label {
	padding: 0 0 0 5px;
	font-size: 0.85rem;
}

/* guide.tpl */
.shop-sideparts-guide-ul li {
	padding: 5px;
	font-size: 0.9rem;
	border-bottom: #ddd 1px dashed;
}
.shop-sideparts-guide-ul li a {
	display: block;
	color: #444;
}

/* calendar.tpl */
.shop-calendar {
	margin: 0 0 20px 0;
}
.shop-calendar-table {
	margin: 0 0 10px 0;
	width: 100%;
}
.shop-calendar-table caption {
	font-weight: bold;
}
.shop-calendar-table th {
	padding: 3px 0;
	text-align: center;
	background: #eee;
	border: #ddd 1px solid;
}
.shop-calendar-table td {
	padding: 3px 0;
	text-align: center;
	background: #fff;
	border: #ddd 1px solid;
}
.shop-calendar-table td.off {
	color: #a00;
	background: #fdd;
}
.shop-calendar-text {
	color: #c00;
	font-size: 0.85rem;
}

/* category.tpl */
.shop-category {
	margin: 0 0 20px 0;
}
.shop-category-title {
	font-size: 1rem;
	font-weight: bold;
	border-bottom: #ddd 1px solid;
}
.shop-category-inner {
}
.shop-category a {
	display: block;
	color: #444;
}
.shop-category li {
	padding: 5px;
	font-size: 0.9rem;
	border-bottom: #ddd 1px dashed;
}
.shop-category li li {
	padding: 0 5px;
	border-bottom: none;
}



/* ////////////////////////////////////////////
 *                 listpage
 * //////////////////////////////////////////// */

/* listpage-navi
------------------------------------------*/
.listpage-navi-top {
	margin: 0 0 25px 0;
	font-size: 0.9rem;
}
.listpage-navi-top select {
	margin: 0 0 0 5px;
}

/* 検索結果 */
.listpage-navi-top-result {
	margin: 0 0 10px 0;
}

/* 商品一覧上部のカテゴリーリスト */
.listpage-navi-top-subcategory {
	margin: 0 0 10px 0;
	padding: 15px;
	background: #fff;
	border: #ddd 1px solid;
}
.listpage-navi-top-subcategory ul {
	margin: 0;
}
.listpage-navi-top-subcategory li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	list-style: none;
}

/* 商品一覧上部のソート */
.listpage-navi-top-sort a,
.listpage-navi-top-sort span {
	margin: 0 10px 0 0;
}



/* ////////////////////////////////////////////
 *                 detailpage
 * //////////////////////////////////////////// */

/* 商品画像
------------------------------------------*/
.detailpage-img {
	margin: 0 0 10px 0;
}
.detailpage-img .slick-dots {
	position: static;
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: 5px -3px 0;
}
.detailpage-img .slick-dots li {
	width: 33.3%;
	margin: 0;
	padding: 0 3px 6px;
}

.detailpage-status-4 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}


/* コメント
------------------------------------------*/
.detailpage-comment-group {
	margin-bottom: 20px;
}
.detailpage-main-comment {
}


/* 商品詳細
------------------------------------------*/
.detailpage-detail-group {
}

.detailpage-status {
	margin: 0 0 15px 0;
}
.detailpage-status-badge {
	color: #fff;
}

/* 商品コード */
.detailpage-code {
	margin-bottom: 10px;
	font-size: 0.85rem;
}

/* 商品名 */
.detailpage-title {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}

/* comment */
.detailpage-list-comment {
	margin-bottom: 15px;
	font-size: 0.85rem;
}

/* category */
.detailpage-category {
	margin-bottom: 25px;
	font-size: 0.85rem;
}


/* 価格
------------------------------------------*/
.detailpage-price-group {
	margin-bottom: 10px;
}

.detailpage-price-normal,
.detailpage-price-sale {
	font-size: 1.2rem;
}
.detailpage-price-sale .price {
	font-size: 1.6rem;
}
.detailpage-price-normal .tax,
.detailpage-price-sale .tax {
	padding: 0 0 0 2px;
	font-size: 0.85rem;
}


/* カート
------------------------------------------*/
.detailpage-cart-group {
	padding: 25px 0 20px;
	border-top: 1px solid rgba(186,186,186,0.5);
}
.detailpage-select01,
.detailpage-select02,
.detailpage-quantity {
	margin-bottom: 5px;
}
.detailpage-quantity input {
	width: 21%;
}
.detailpage-stock {
}

/* ボタン
------------------------------------------*/
.detailpage-btn-group {
	margin-bottom: 25px;
	text-align: center;
}

/* SNS
------------------------------------------*/
.detailpage-bookmarks-group {
}
.detailpage-bookmarks {
}

/* お客様の声
------------------------------------------*/
.customervoice-list {
}
.customervoice-list-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.customervoice-list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.customervoice-list-row {
	display: flex;
}
.customervoice-list-title {
	font-weight: bold;
}
.customervoice-list-date {
	justify-self: flex-end;
	margin-left: auto;
	font-size: 0.85rem;
}
.customervoice-list-author {
	margin: 0 0 5px 0;
	font-size: 0.85rem;
}
.customervoice-list-star {
	margin-right: 5px;
	color: #c00;
}
.customervoice-list-comment {
	font-size: 0.85rem;
}
.customervoice-footer {
	display: flex;
	justify-content: space-between;
}



/* ////////////////////////////////////////////
 *                 large image
 * //////////////////////////////////////////// */
body#large-image {
	width: 100%;
	height: 100%;
	background: #fff;
}
.large-image-slide {
	position: relative;
	padding: 30px;
}
.large-image-main {
	position: fixed;
	top: 30px;
	left: 30px;
	overflow: hidden;
}
.large-image-main div {
	display: none;
}
.large-image-main div img {
	width: auto;
	height: auto;
}
.large-image-thumbnail {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 100px;
	overflow: auto;
	z-index: 1000;
}
.large-image-thumbnail li {
	margin: 0 0 10px 0;
	cursor: pointer;
	list-style-type: none;
}
.large-image-thumbnail li.active {
	opacity: 0.7;
}



/* ////////////////////////////////////////////
 *                 other
 * //////////////////////////////////////////// */

#shop-other table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
#shop-other .mini {
	font-size: 0.85rem;
}
#shop-other .attention {
	color: #c00;
}
#shop-other .price {
	font-size: 116%;
}
#shop-other table {
	margin: 0 0 20px 0;
}
#shop-other table p {
	margin: 0;
}
#shop-other table th {
	padding: 10px;
	font-size: 0.9rem;
	background: #eee;
	border: #ddd 1px solid;
}
#shop-other table td {
	padding: 10px;
	font-size: 0.9rem;
	background: #fff;
	border: #ddd 1px solid;
}

.shop-other-btn-wrap {
	margin: 20px 0;
	text-align: center;
	zoom: 1;
}

#shop-other input.box10 {
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 10%;
	border: #ddd 1px solid;
}
#shop-other input.box20 {
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 20%;
	border: #ddd 1px solid;
}
#shop-other input.box40 {
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 40%;
	border: #ddd 1px solid;
}
#shop-other input.box80,
#shop-other textarea.box80 {
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 80%;
	border: #ddd 1px solid;
}
.kiyaku_text {
	margin: 0 0 5px 0;
	padding: 5px;
	width: 100%;
	height: 200px;
	border: #ddd 1px solid;
}
.mynavi {
	width:100%;
	margin-bottom:10px;
}
.mynavi input {
	display:inline-block;
	margin:0px 5px 10px 5px;
	width:18%;
	height:30px;
}
.mynavi-point {
	clear:both;
}

.login-area {
	padding: 30px 0;
}
.login-area .login-memory {
	margin: 0 0 0 25%;
	width: 75%;
}
.flow-img {
	margin: 0 auto 20px auto;
	text-align: center;
}
.severaladdress-area {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	padding: 20px;
	border: #ffddae 1px solid;
	background: #feefda;
}
#shop-other .pagenumber_area ul li {
	display: inline;
	margin: 0 10px 0 0;
	list-style: none;
}


/* ////////////////////////////////////////////
 *                 popup
 * //////////////////////////////////////////// */

body#popup {
	padding: 25px;
	min-width: auto;
	color: #444;
	text-align: left;
	background: #fff;
}

#popup #window-area h1 {
	margin: 0 0 15px 0;
	padding: 8px;
	font-size: 138.5%;
	font-weight: bold;
	border-top: #ddd 5px solid;
	border-bottom: #ddd 1px solid;
}
#popup #window-area p {
	margin: 0 0 0.8em 0;
	font-size: 0.85rem;
}


/* ////////////////////////////////////////////
 *                 ソニーペイメント
 * //////////////////////////////////////////// */
.shop-other-btn-wrap ul {
	text-align: center;
}
.shop-other-btn-wrap ul li {
	display: inline;
	margin: 0 10px;
	list-style: none;
}
