@charset "utf-8";

/* Sec-Heading */
.p-sec-heading-item__ttl {
	margin-bottom: 10px;
	font-size: 25px;
	font-size: 2.5rem;
}
.p-sec-heading-item .label {
	font-size: 18px;
	font-size: 1.8rem;
}
.p-sec-heading-item__txt {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}
.p-sec-heading-item__img {
}
.p-sec-heading-item__cont {
	background-color: #fff;
	padding: 50px 0;
	text-align: left;
}
.p-sec-heading-item .name {
	margin: 20px 0;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
}
.p-sec-heading-item .price {
	margin: 20px 0;
	font-size: 12px;
}
.p-sec-heading-item .price strong {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
}
.p-sec-heading-item .num {
}
.p-sec-heading-item__btn {
	margin: 15px 0;
}
.p-sec-heading-note {
	border: solid 1px #5d959d;
	padding: 20px;
	font-size: 13px;
	letter-spacing: .02em;
}
.p-sec-heading-note li {
	margin-left: 1.5em;
	text-indent: -1.3em;
}
@media screen and (min-width: 768px) {
	.p-sec-heading-item {
		display: table;
		width: 100%;
	}
	.p-sec-heading-item__txt {
		display: inline-block;
		margin-left: 10px;
	}
	.p-sec-heading-item__img,
	.p-sec-heading-item__cont {
		display: table-cell;
		vertical-align: top;
	}
	.p-sec-heading-item__img {
		width: 55.6640625%; /* 570px/1024px */
	}
	.p-sec-heading-item__cont {
		width: 44.3359375%; /* 454px/1024px */
		padding: 30px;
	}
	.p-sec-heading-note {
		margin-top: 50px;
		padding: 25px 30px;
	}
}
@media screen and (min-width: 1025px) {
	.p-sec-heading-item__cont {
		padding: 50px 80px 0 50px;
	}
}
@media screen and (max-width: 767px) {
	.p-sec-heading-item.index {
		padding-top: 16%;
		text-align: center;
	}
	.p-sec-heading-item__ttl {
		display: inline-block;
		margin-right: 10px;
		vertical-align: sub;
	}
}

/* Sec-Category */
.p-sec-category__list li {
	float: left;
	width: 50%;
	margin-bottom: 3px;
}
.p-sec-category__list li:nth-child(odd) {
	clear: both;
	padding-right: 1.5px;
}
.p-sec-category__list li:nth-child(even) {
	padding-left: 1.5px;
}
.p-sec-category__list li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.p-sec-category__list li > a {
	display: block;
	position: relative;
}
.p-sec-category__ttl {
	background-color: rgba(238, 238, 238, .8);
	color: #5f5f5f;
	width: 100%;
	height: 70px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.p-sec-category__ttl > span {
	font-weight: 300;
}
@media screen and (min-width: 768px) {
	.p-sec-category__list li {
		margin-bottom: 20px;
	}
	.p-sec-category__list li:nth-child(odd) {
		padding-right: 10px;
	}
	.p-sec-category__list li:nth-child(even) {
		padding-left: 10px;
	}
	.p-sec-category__ttl {
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: rgba(98, 98, 98, .8);
		color: #fff;
		font-size: 26px;
		font-size: 2.6rem;
	}
	.p-sec-category__ttl > span {
		font-size: 17px;
		font-size: 1.7rem;
	}
}

/* Sec-Arrangement */
.p-sec-arrangement dd {
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.p-sec-arrangement .c-grid-sp-col-2 li:nth-child(odd) {
		padding-right: 1.5px;
	}
	.p-sec-arrangement .c-grid-sp-col-2 li:nth-child(even) {
		padding-left: 1.5px;
	}
	.p-sec-arrangement li {
		margin-bottom: 40px;
	}
	.p-sec-arrangement dd {
		padding: 0 15px;
	}
	.p-sec-arrangement li:nth-child(even) dd {
		border-left: solid 1px #eee;
		margin-left: -2px;
		padding-left: 17px;
	}
}

/* Sec-Article */
.p-sec-article {
	font-size: 14px;
	letter-spacing: .08em;
}
.p-sec-article p {
	margin-bottom: 20px;
}
.p-sec-article p:last-child {
	margin-bottom: 0;
}
.p-sec-article__ttl {
	margin: 20px 0 10px;
}
.p-sec-article__ttl:first-child {
	margin-top: 0;
}
.p-sec-article__img + .p-sec-article__img {
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.p-sec-article p {
		margin-bottom: 40px;
	}
	.p-sec-article__ttl {
		margin: 40px 0 10px;
	}
	.p-sec-article__img + .p-sec-article__img {
		margin-bottom: 15px;
	}
}

.p-sec-item__txt .p-list-price {
	font-size: 12px;
}
.p-sec-item__txt .p-list-price strong {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
}
/* itemspec 大澤追加分 */
.guide_box {
    padding-bottom: 8%;
}
.guide_box h4 {
  border-bottom:thin solid #999;
  font-size: medium;
  margin:0 0 2%;
}
.guide_box h5 {
    font-weight:bold;
    padding-top:2%;
}
span.pnk {
    color: darkgoldenrod;
    font-size: large;
}
span.pnk2 , div.pnk2 {
    color: darkgoldenrod;
}
.guide_box p.notice , .itemnotice p.notice{
    font-size: smaller;
}
.guide_box .notice a , .guidelink a {
    color: darkgoldenrod;
    text-decoration:underline;
}
table.kidslist {
    border-top: thin solid #ccc;
    border-right: thin solid #ccc;
}
table.kidslist td {
    border-bottom: thin solid #ccc;
    border-left: thin solid #ccc;
	   padding: 1%;
}
tr.midashi {
    background-color: #BEDFCD
}
.itembox_photo {
    width:100%;
}
.itembox_brandlogo {
    width:50%;
}
a.itembox_link {
    font-size: initial;
    text-decoration: underline;
    color: darkgoldenrod;
}