@charset "UTF-8";
/* -------------------------------------------------- */
/* PC */
/* -------------------------------------------------- */
#priceListWrap {
	padding-bottom: 150px;
}

#priceList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3%;
}

#priceList li {
	width: 100%;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #998a54;
	background: #FFF;
	font-size: 2rem;
}

#priceList li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #998a54;
	font-size: 3rem;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

#priceList li a::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../../img/common/icon_gd_arrow.svg) center center / 14px no-repeat;
	display: inline-block;
	border-radius: 100vw;
	border: 1px solid #998a54;
	position: absolute;
	top: 50%;
	right: 3%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#priceList li a .enTit {
	font-family: var(--font-family-en);
	font-size: 1.4rem;
	letter-spacing: 0.5em;
}


#priceList li a:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

/* -------------------------------------------------- */
/* リンク */
/* -------------------------------------------------- */
#priceLink .inner {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

#priceLinkTxt {
	font-size: 1.8rem;
}

/* ボタン */
#priceLinkBtn {
	width: min(100%, 255px);
	border: 1px solid #998a54;
	color: #998a54;
	font-size: 1.5rem;
	text-align: center;
}

#priceLinkBtn .link {
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 35px;
	background: #fff;
	position: relative;
}

#priceLinkBtn .icon {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #998a54;
	background: #fff;
	border-radius: 50%;
}

#priceLinkBtn .iconImg {
	width: 10px;
	height: auto;
	display: block;
	transform: translateY(-1px);
}


/* -------------------------------------------------- */
/* ナビ */
/* -------------------------------------------------- */
#priceNav {
	margin-bottom: 40px;
}

#priceNav .inner {
	display: grid;
	grid-template-columns: 1fr max(25.5%, 305px);
	align-items: start;
	grid-gap: 10px;
}

/* アンカー */
#priceNavBtnWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#priceNav .priceNavBtn {
	width: auto;
	max-width: 300px;
	flex: auto;
	margin: 0;
}

#priceNav .priceNavBtn .btn1Link {
	min-height: 55px;
	height: 100%;
	place-items: center start;
	padding-inline: 10px 35px;
}

#priceNav .priceNavBtn .btn1Txt {
	font-size: 1.5rem;
	font-family: var(--font-family-sub);
}

#priceNav .priceNavBtn .btn1Icon {
	width: 22px;
	height: 22px;
	transform: translateY(-50%) rotate(90deg);
	right: 7px;
}

/* セレクト */
#priceNavSelect {
	width: 100%;
	position: relative;
}

#priceNavSelectTit {
	font-weight: 500;
	font-size: 1rem;
	position: absolute;
	top: 2px;
	left: 5px;
	z-index: 2;
	pointer-events: none;
}

#priceNavSelect select {
	width: 100%;
	height: 55px;
	padding: 15px 60px 5px 15px;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #e6e3df;
	color: inherit;
	font-family: var(--font-family-sub);
	font-size: 1.6rem;
	cursor: pointer;
	background: #fff url(../../img/common/icon_select01.jpg) no-repeat right center/auto 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#priceNavSelect select::-ms-expand {
	display: none;
}


/* -------------------------------------------------- */
/* 各料金表 */
/* -------------------------------------------------- */
.priceInfo {
	margin-bottom: 150px;
}

.priceInfo + .priceInfo {
	margin-top: -60px;
}

.priceInfo .commonTit01 {
	margin-bottom: 10px;
}

.priceInfo .commonTit02 {
	margin-bottom: 0;
}

.priceInfoNote {
	font-size: 1.4rem;
	text-align: right;
}

.priceInfoContent {
	padding: 35px 50px 55px;
	background: #fff;
	border: 1px solid #998a54;
}

.priceInfoTit {
	text-align: left;
}

.priceInfoSec {
	padding: 30px 40px 50px;
	margin-bottom: 60px;
	background: #f9f9f9;
}

.priceInfoSec:last-child {
	margin-bottom: 0;
}

.priceInfoSec + .priceInfoSec {
	margin-top: 50px;
}

.priceInfoSecTit {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 2.4rem;
}

.priceInfoSec .data {
	width: 100%;
}

.priceInfoSec .data tr {
	border-bottom: 1px solid #cbcbcb;
}

.priceInfoSec .data th, .priceInfoSec .data td {
	vertical-align: middle;
}

.priceInfoSec .data th:first-of-type {
	width: 65%;
}

.priceInfoSec .data thead th {
	padding: 5px;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: center;
	font-family: var(--font-family-sub);
}

.priceInfoSec .data tbody {
	font-family: var(--font-family-sub);
}

.priceInfoSec .data tbody th, .priceInfoSec .data tbody td {
	padding: 15px 10px;
	font-size: 1.6rem;
}

.priceInfoSec .data tbody th {
	text-align: left;
}

.priceInfoSec .data tbody td {
	min-width: 90px;
	text-align: center;
}

.priceInfoSec .data tbody td:first-child {
	text-align: left;
}

.anno {
	padding-top: 10px;
	font-family: var(--font-family-sub);
}



/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* -------------------------------------------------- */
	/* リンク */
	/* -------------------------------------------------- */
	#priceLink .inner {
		flex-direction: column;
	}


	/* -------------------------------------------------- */
	/* ナビ */
	/* -------------------------------------------------- */
	#priceNav .inner {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}

	/* アンカー */
	#priceNav .priceNavBtn {
		width: calc(50% - 5px);
		max-width: none;
		flex: none;
	}

	#priceNav .priceNavBtn .btn1Link {
		padding-right: 30px;
	}

	#priceNav .priceNavBtn .btn1Txt {
		font-size: 1.4rem;
	}

	#priceNav .priceNavBtn .btn1Icon {
		width: 20px;
		height: 20px;
	}


	/* -------------------------------------------------- */
	/* 各料金表 */
	/* -------------------------------------------------- */
	.priceInfo {
		margin-bottom: 80px;
	}

	.priceInfo + .priceInfo {
		margin-top: 0;
	}

	.priceInfoNote {
		font-size: 1.2rem;
	}

	.priceInfoContent {
		padding: 20px 3%;
	}

	.priceInfoSec {
		padding: 20px 3%;
	}

	.priceInfoSec + .priceInfoSec {
		margin-top: 20px;
	}

	.priceInfoSecTit {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}

	.priceInfoSec .data thead th {
		font-size: 1.2rem;
	}

	.priceInfoSec .data tbody th, .priceInfoSec .data tbody td {
		padding: 10px 3px;
		font-size: 1.2rem;
	}

	#priceLinkTxt {
		font-size: 1.6rem;
	}

}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#priceList {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 3%;
	}
}

/* -------------------------------------------------- */
/* hover */
/* -------------------------------------------------- */
@media (hover: hover) {
	/* -------------------------------------------------- */
	/* リンク */
	/* -------------------------------------------------- */
	/* ボタン */
	#priceLinkBtn .link:hover {
		background: #998a54;
		color: #fff;
	}

}