@charset "UTF-8";

.menu ul li:nth-child(3) {
	border-radius: 50px;
	background: #fff3c7;
}
.menu ul li:nth-child(3) a i {
	display: block;
}

/*--------------------------------
　購買
---------------------------------*/
.store {
	width: 1000px;
	margin: 0 auto;
}
.store section {
	width: 100%;
	margin: 100px auto;
}
.store .container {
	padding: 0 30px;
}
.store section h4 {
	margin-bottom: 50px;
}
.store-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 70px auto 0;
}
.store-info table {
	width: 420px;
	border-collapse: collapse;
}
.store-info table:nth-child(1) {
	margin-bottom: 30px;
}
.store-info table th,
.store-info table td {
	border: 1px solid #cccccc;
}
.store-info table td {
	width: 130px;
	padding: 0 10px;
}
.store-info table td[colspan="2"] {
	width: 260px;
}
.store-info table th {
	width: 100px;
	background: #f2f2f2;
}
.store-info table td:last-child {
	text-align: right;
}
.store-info img {
	width: 420px;
}
.store-info-text {
	width: 420px;
}

.store-item {
	width: 100%;
	padding: 100px 0;
	background: #f2f2f2;
	position: relative;
}
.store-item-inner div {
	position: relative;
}
.store-item-inner div i {
	color: #5886c2;
	border: 3px solid #5886c2;
	background: #f0f7fa;
	box-shadow: 3px 3px #ffffff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: -15px;
	left: -15px;
}
.store-item img {
	width: 100%;
	background: #ffffff;
	padding: 15px;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
.store-item h5 {
	font-size: 16px;
}
@media print, screen and (min-width: 500px) {
	.store-info table thead {
		display: none;
	}
	.store-item-inner {
		width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		gap: 100px 50px;
	}
	.store-item-inner div {
		width: calc(50% - 40px);
	}
	.store-item-inner div i {
		font-size: 20px;
		width: 60px;
		height: 60px;
		line-height: 55px;
	}
}
@media only screen and (max-width: 499px) {
	.store {
		width: 100%;
		padding: 0 15px;
	}
	.store section {
		margin: 50px auto 70px;
	}
	.store .container {
		padding: 0;
	}
	.store section h4 {
		margin-bottom: 30px;
	}
	.store-info {
		width: 100%;
		margin: 30px auto;
		flex-wrap: wrap;
	}
	.store-info-table {
		width: 100%;
		order: 2;
	}
	.store-info table {
		width: 100%;
	}
	.store-info table tbody th {
		display: none;
	}
	.store-info table thead th {
		width: 100%;
	}
	.store-info table td {
		width: 50%;
	}
	.store-info table td[colspan="2"] {
		width: 100%;
	}
	.store-info img {
		width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
	.store-info-text {
		width: 100%;
	}

	.store-item {
		padding: 70px 20px;
	}
	.store-item-inner {
		width: 100%;
	}
	.store-item-inner div {
		margin-bottom: 80px;
		margin-left: 20px;
	}
	.store-item-inner div:last-child {
		margin-bottom: 0;
	}
	.store-item-inner div i {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 45px;
	}
	.store-item h5 {
		background: url(../images/list.svg) no-repeat;
		background-size: 23px;
		background-position: left center;
		padding-left: 35px;
	}
}
