@charset "utf-8";

body {
	/* font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
	color: #111111;
}

.pcHide {
	display: none;
}

.mainImage {
	width: 100%;
	line-height: 0;
}

.mainImage img {
	line-height: 1;
	width: 100%;
	object-fit: cover;
}

.leadTextArea {
	width: 100%;
	background-color: #F7F7F7;
	text-align: center;
	padding: 64px 24px;
}

.leadText {
	font-size: 48px;
}

.leadText span {
	display: block;
	font-size: 26px;
	line-height: 1;
}

.leadSubText {
	font-size: 18px;
	margin-top: 16px;
}

.leadSubText sup {
	vertical-align: super;
	font-size: .7em;
}

.contentsWrapper {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 20px;
}

.areaList {
	width: 100%;
	max-width: 1110px;
	margin: 32px auto 0;
}

.areaMenu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.areaMenu li {
	position: relative;
	flex-grow: 1;
	font-weight: bold;
}

.areaMenu li a {
	width: 100%;
	display: block;
	background-color: #ffffff;
	border: 1px solid #E1E1E1;
	padding: 12px 64px 12px 24px;
}

.areaMenu li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-top: 1px solid #111111;
	border-right: 1px solid #111111;
	pointer-events: none;
}

.areaMenu li.noneLink a {
	background-color: #E1E1E1;
	pointer-events: none;
}

.bukkenList {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
}

.areaName {
	border-left: 8px solid #111111;
	font-size: 32px;
	font-weight: bold;
	margin-top: 90px;
	padding: 0 0 0 24px;
}

.bukkenContent+.bukkenContent {
	margin-top: 72px;
}

.bukkenContent {
	margin-top: 48px;
}

.bukkenContentWrapeer {
	display: flex;
	margin: 0 0 24px;
}

.bukkenImage {
	width: 240px;
	line-height: 1;
}

.bukkenInfoWrapper {
	flex: 1;
	margin-left: 32px;
}

.bukkenName {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 16px;
	padding-bottom: 8px;
}

.bukkenPriceHeadline {
	flex-shrink: 0;
	align-self: flex-start;
	width: 80px;
	background-color: #F1F1F1;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
}

.bukkenPrice {
	display: flex;
	align-items: center;
	margin-top: 16px;
}

.bukkenPriceNum {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 16px;
}

.bukkenPriceNum .small {
	font-size: .6em;
	color: #545454;
}

.bukkenInfo {
	display: grid;
	grid-template-columns: 1fr 7fr;
	gap: 8px;
	margin-top: 16px;
}

.bukkenInfo dt {
	font-weight: bold;
}

.bukkenInfo dd .small {
	font-size: .7em;
}

dt.bukkenInfoArea {
	position: relative;
	top: 4px;
}

.bukkenInfoArea span {
	font-size: 20px;
	font-weight: bold;
}

.bukkenInfoArea sup {
	vertical-align: super;
	font-size: .7em;
}

.bukkenLink {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	font-size: 16px;
	text-align: center;
}

.bukkenLink li {
	position: relative;
	border: 1px solid #979797;
}

.bukkenLink li:hover {
	opacity: .8;
}

.bukkenLink li::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 1px solid #979797;
	border-right: 1px solid #979797;
	pointer-events: none;
}

.bukkenLink a {
	display: block;
	background-color: #ffffff;
	color: #111111;
	font-size: 20px;
	font-weight: bold;
	padding: 16px;
}

.bukkenLink li.bukkenLinkType01 a {
	background-color: #5B5B5B;
	color: #ffffff;
}

.bukkenLink .pcHide {
	display: none;
}

.bukkenAreaTxt {
	width: 100%;
	max-width: 1110px;
	font-size: 18px;
	font-weight: bold;
	margin: 80px auto 0;
}

.bukkenNote {
	font-size: 12px;
	margin-top: 8px;
}

.bukkenNote li {}

.pagetop {
	position: relative;
	text-align: right;
	margin-top: 40px;
}

.pagetop a {
	padding-right: 24px;
}

.pagetop::after {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	right: 8px;
	transform: translateY(-50%) rotate(-45deg);
	width: 6px;
	height: 6px;
	border-top: 1px solid #111111;
	border-right: 1px solid #111111;
	cursor: pointer;
}

.pagetop:hover::after {
	opacity: .7;
}

@media screen and (max-width: 1100px) {
	.areaMenu li {
		flex-grow: 0;
	}
}

@media screen and (max-width: 639px) {

	.pcHide {
		display: block;
	}

	.spHide {
		display: none;
	}

	#head {
		width: 100%;
	}

	.mainImage img {
		object-fit: cover;
	}

	.footer-logo {
		margin-top: 0px;
	}

	.footer-logo ul {
		margin: 0;
	}

	.leadTextArea {
		margin-bottom: 40px;
		padding: 32px 16px;
	}

	.leadText {
		font-size: 32px;
	}

	.leadText span {
		display: block;
		font-size: 20px;
		line-height: 1;
	}

	.leadSubText {
		margin-top: 16px;
	}

	.contentsWrapper {
		padding: 0 16px;
	}

	.areaMenu {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		font-size: 13px;
	}

	.areaMenu li a {
		padding: 16px 12px;
	}

	.areaMenu li a::after {
		right: 12px;
		width: 5px;
		height: 5px;
	}

	.bukkenContentWrapeer {
		display: block;
	}

	.bukkenContent {
		margin-top: 24px;
	}

	.areaName {
		margin-top: 64px;
	}

	.bukkenPriceNum {
		font-size: 18px;
	}

	.bukkenImage {
		width: 100%;
	}

	.bukkenImage img {
		width: 100%;
	}

	.bukkenInfoWrapper {
		margin-left: 0;
	}

	.bukkenName {
		font-size: 20px;
		margin-top: 16px;
	}

	.bukkenInfo {
		grid-template-columns: 1fr 4fr
	}

	.bukkenLink a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		min-height: 80px;
		line-height: 1.2;
		font-size: 18px;
		padding: 14px 8px;
	}

	.bukkenLink .pcHide {
		display: inline-block;
	}

	.bukkenList:last-child {
		margin: 0 auto;
	}

	.bukkenAreaTxt {
		font-size: 15px;
	}
}