@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	color: #333;
}

.u-show_sp {
	display: none;
}

.u-tect_center {
	text-align: center;
}

.u-yuminchi {
	font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-weight: normal;
}


/*-------------------------------------
	l-valitatable
------------------------------------- */

.l-valitatable {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
}

.l-valitatable img {
	width: 100%;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 5%;
	right: 3%;
}

.pagetop a {
	display: block;
	background-color: #333;
	text-align: center;
	color: #fff;
	width: 50px;
	height: 50px;
	position: relative;
}

.pagetop a::after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: 15px;
	margin: auto;
	right: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: rgba(255, 255, 255, 1);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagetop a:hover {}


.accordion1,.accordion2,.accordion3,.accordion4 {text-align: center;}
.accordion1 .inner {display: none;}
.accordion2 .inner {display: none;}
.accordion3 .inner {display: none;}
.accordion4 .inner {display: none;}

.accordion1 p{cursor: pointer; padding: 10px;}
.accordion2 p{cursor: pointer; padding: 10px;}
.accordion3 p{cursor: pointer; padding: 10px;}
.accordion4 p{cursor: pointer; padding: 10px;}


.accordion1 .inner li{padding: 10px 0;}
.accordion2 .inner li{padding: 10px 0;}
.accordion3 .inner li{padding: 10px 0;}
.accordion4 .inner li{padding: 10px 0;}



/* 1023 */

@media (max-width: 1023px) {



	.product-name {
		line-height: 1.6;
		font-size: 1.8rem;
	}

	.price {
		font-size: 1.4rem;
	}

	.price::before {
		content: "";
	}

	.pagetop {
		bottom: 2%;
		right: 3%;
	}

	.pagetop a {
		width: 35px;
		height: 35px;
	}

	.pagetop a::after {
		bottom: 10px;
		width: 10px;
		height: 10px;
	}
}

/* 1023 */


/* @media */
@media (max-width: 767px) {
	.l-valitatable {
		margin: 0 10px;
	}
	/* @media */
}
