@charset "UTF-8";

/* shopping-guide
---------------------------------------------------------------------------*/
.page-title {
	margin-bottom: 70px;
}


/* .sec-guide
---------------------------------------------------------------------------*/
.sec-guide {
	width: 990px;
	margin: 0 auto;
}

.txt-list > div {
	background: url(../img/share/border-dot-line.svg) repeat-x left top;
	background-size: 6px 2px;
	margin-bottom: 54px;
	padding: 36px 0 0 20px;
}

.txt-list dt {
	font-size: 16px;
	letter-spacing: 0.12em;
}

.txt-list dd p {
	letter-spacing: 0.08em;
}

.txt-list dd p.attention {
	margin-top: 15px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.txt-list dd h3 {
	margin: 40px 0 8px;
	font-size: 16px;
}

.txt-list dd .num-list {
	margin-left: 25px;
	margin-bottom: 25px;
}

.txt-list dd .btn-set {
	margin-top: 18px;
	margin-bottom: 56px;
}

.txt-list dd .btn-set > div {
	display: inline-block;
	margin-right: 4px;
}

.txt-list dd .btn-set > div:last-child {
	margin-right: 0;
}

/* .card
------------------------------------*/
.card {
	margin-top: 25px;
}

/* .noshi
------------------------------------*/
.noshi {
	overflow: hidden;
	margin: 25px 0 15px;
}

.noshi img {
	display: block;
	float: left;
	width: 23.5%;
	height: auto;
	margin-right: 2%;
}

.noshi img:last-of-type {
	margin-right: 0;
}

.img-set {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.img-set figure {
	width: 23.5%;
	margin-right: 2%;
}

.img-set figure img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.img-set figcaption,
.img-set-message figcaption {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.sec-gift {
	padding-top: 55px;
}

.img-set-message {
	display: -webkit-box;
	display: flex;
	margin-top: 30px;
}

.img-set-message figure {
	margin-right: 22px;
}

.img-set-message figure img {
	border: 1px solid #E6E6E6;
}

/* .sec-paper-bag
------------------------------------*/
.sec-paper-bag {
	margin-top: 55px;
}

.sec-paper-bag figure {
	margin-top: 30px;
}

/* .season
------------------------------------*/
.season {
	box-sizing: border-box;
	background-color: #F6F6F6;
	border-radius: 10px;
	width: 420px;
	padding: 20px 30px;
}

.season li {
	overflow: hidden;
	position: relative;
}

.season li:after {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 20px;
	background-color: #DBDBDB;
	width: 100%;
	height: 1px;
}

.season li h4,
.season li span {
	position: relative;
	background: #F6F6F6;
	z-index: 1;
}

.season li h4 {
	display: inline-block;
	float: left;
	padding-right: 12px;
	color: #006C3E;
}

.season li span {
	display: inline-block;
	float: right;
	padding-left: 14px;
	letter-spacing: 0.15em;
}

/* .table-common
------------------------------------*/
.table-common {
	margin: 3px 0 20px;
}

.table-common th:nth-of-type(1),
.table-common td:nth-of-type(1) {
	padding-right: 20px;
	letter-spacing: 0.06em;
}

.table-common th:nth-of-type(4) {
	letter-spacing: 0.04em;
}

.table-common th:nth-of-type(1),
.table-common th:nth-of-type(3),
.table-common th:nth-of-type(4),
.table-common td:nth-of-type(1),
.table-common td:nth-of-type(3),
.table-common td:nth-of-type(4) {
	white-space: nowrap;
}

.table-common th:nth-of-type(3),
.table-common th:nth-of-type(4),
.table-common td:nth-of-type(3),
.table-common td:nth-of-type(4) {
	text-align: right;
}