@charset "utf-8";
/* 各ホテルの下層ページ（ホテルトップ以外） */


/* ---------------------------------------------------------
 * Common
** --------------------------------------------------------- */
/* --------------- .lower_fv --------------- */
.lower_fv {
}
.lower_fv img {
	width: 100%;
	height: calc(var(--vw) * 500 / 15);
	max-height: 500px;
	object-position: center;
	object-fit: cover;
}
@media (max-width: 519px) {
	.lower_fv img {
		height: 300px;
		object-position: center;
		object-fit: cover;
	}
}




/* ---------------------------------------------------------
 * トピックス一覧、詳細
** --------------------------------------------------------- */
#page-topics .topics_wrapper {
	max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}


/* --------------- トピックス一覧 --------------- */
#page-topics .list_wrapper {
	padding-bottom: 140px;
}
#page-topics .list_wrapper h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-top: 40px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-topics .list_wrapper .subttl {
	color: #666;
	font-size: 13px;
}
@media (max-width: 519px) {
	#page-topics .list_wrapper h1 {
		font-size: 24px;
	}
}
#page-topics .list {
	margin-top: 60px;
}
#page-topics .list_item {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#page-topics .list_item a {
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 100px;
	transition: all ease 0.3s;
}
#page-topics .list_item a:hover {
	background-color: #eee;
}
#page-topics .list_item a::before,
#page-topics .list_item a::after {
	content: "";
	position: absolute;
	bottom: 67px;
	display: block;
}
#page-topics .list_item a::before {
	right: 0;
	width: 90px;
	height: 1px;
	background-color: #9B8A5D;
}
#page-topics .list_item a::after {
	right: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 0 8px;
	border-color: transparent transparent transparent #9B8A5D;
}
#page-topics .list_item .img {
	flex-shrink: 0;
	width: 172px;
	height: 116px;
}
#page-topics .list_item .img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
#page-topics .list_item .content {
	margin-left: 30px;
}
#page-topics .list_item .date_cate {
	display: flex;
	align-items: center;
	gap: 10px;
}
#page-topics .list_item .date {
}
#page-topics .list_item .cate {
	display: flex;
	gap: 10px;
	color: #6D5D31;
	font-size: 14px;
}
#page-topics .list_item .cate span {
	display: inline-block;
	padding: 2px 5px 3px;
	background-color: #fff;
	border: 1px solid #E2DCCD;
}
#page-topics .list_item .topic_ttl {
	margin-top: 10px;
	font-size: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#page-topics .list_wrapper .pagination {
	margin-top: 40px;
}
@media (max-width: 519px) {
	#page-topics .list {
		margin-top: 40px;
	}
	#page-topics .list_item a {
		align-items: flex-start;
		padding-right: 40px;
	}
	#page-topics .list_item a::before,
	#page-topics .list_item a::after {
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	#page-topics .list_item a::before {
		top: 0;
		right: 0;
		width: 20px;
	}
	#page-topics .list_item a::after {
		top: -3px;
		right: -1px;
		border-width: 4px 0 0 7px;
	}
	#page-topics .list_item .img {
		flex-shrink: 0;
		width: 90px;
		height: 60px;
	}
	#page-topics .list_item .content {
		margin-left: 15px;
	}
	#page-topics .list_item .date_cate {
		display: block;
	}
	#page-topics .list_item .date {
		font-size: 12px;
	}
	#page-topics .list_item .cate {
		flex-wrap: wrap;
		gap: 5px;
		margin-top: 5px;
		font-size: 12px;
	}
	#page-topics .list_item .topic_ttl {
		margin-top: 5px;
		font-size: 13px;
		-webkit-line-clamp: 2;
	}
}


/* --------------- トピックス詳細 --------------- */
#page-topics .detail_wrapper {
	padding-bottom: 140px;
}
#page-topics .detail_wrapper .header {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
#page-topics .detail_wrapper h1 {
	color: #9B8A5D;
	font-size: 28px;
}
#page-topics .detail_wrapper .date_cate {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
#page-topics .detail_wrapper .date {
	color: #666;
	font-size: 13px;
}
#page-topics .detail_wrapper .cate {
	display: flex;
	gap: 10px;
	color: #6D5D31;
	font-size: 14px;
}
#page-topics .detail_wrapper .cate span {
	display: inline-block;
	padding: 2px 5px 1px;
	border: 1px solid #E2DCCD;
}
#page-topics .detail_wrapper .img {
	margin-bottom: 40px;
	text-align: center;
}
#page-topics .detail_wrapper .img img {
	max-width: 100%;
	max-height: 100%;
	object-position: center;
	object-fit: cover;
}
@media (max-width: 519px) {
	#page-topics .detail_wrapper h1 {
		font-size: 20px;
	}
	#page-topics .detail_wrapper .img {
		height: 150px;
	}
	#page-topics .detail_wrapper .post_content {
		font-size: 14px;
	}
}
#page-topics .detail_wrapper .page_nav {
	display: flex;
	justify-content: space-between;
	margin-top: 85px;
}
#page-topics .detail_wrapper .page_nav .prev_link,
#page-topics .detail_wrapper .page_nav .next_link {
	position: relative;
	width: 200px;
	height: 40px;
	border-bottom: 1px solid #E2DCCD;
	line-height: 40px;
	font-size: 14px;
}
#page-topics .detail_wrapper .page_nav .prev_link {
	text-align: right;
}
#page-topics .detail_wrapper .page_nav .next_link {
}
#page-topics .detail_wrapper .page_nav .prev_link::before,
#page-topics .detail_wrapper .page_nav .next_link::before,
#page-topics .detail_wrapper .page_nav .prev_link::after,
#page-topics .detail_wrapper .page_nav .next_link::after {
	content: "";
	position: absolute;
	bottom: 17px;
	display: block;
}
#page-topics .detail_wrapper .page_nav .prev_link::before,
#page-topics .detail_wrapper .page_nav .next_link::before {
	width: 90px;
	height: 1px;
	background-color: #9B8A5D;
}
#page-topics .detail_wrapper .page_nav .prev_link::after,
#page-topics .detail_wrapper .page_nav .next_link::after {
	width: 0;
	height: 0;
	border-style: solid;
}
#page-topics .detail_wrapper .page_nav .prev_link::after {
	border-width: 3px 7px 0 0;
	border-color: transparent #9B8A5D transparent transparent;
}
#page-topics .detail_wrapper .page_nav .next_link::after {
	border-width: 3px 0 0 7px;
	border-color: transparent transparent transparent #9B8A5D;
}
#page-topics .detail_wrapper .page_nav .prev_link::before,
#page-topics .detail_wrapper .page_nav .prev_link::after {
	left: 0;
}
#page-topics .detail_wrapper .page_nav .next_link::before,
#page-topics .detail_wrapper .page_nav .next_link::after {
	right: 0;
}
#page-topics .detail_wrapper .page_nav .prev_link.disabled,
#page-topics .detail_wrapper .page_nav .next_link.disabled {
	text-decoration: line-through;
}
#page-topics .detail_wrapper .page_nav .prev_link.disabled {
}
#page-topics .detail_wrapper .page_nav .next_link.disabled {
}
#page-topics .detail_wrapper .page_nav .list_link {
	display: flex;
	align-items: center;
	font-size: 14px;
}
@media (max-width: 519px) {
	#page-topics .detail_wrapper .page_nav .prev_link,
	#page-topics .detail_wrapper .page_nav .next_link {
		width: 90px;
	}
	#page-topics .detail_wrapper .page_nav .prev_link::before,
	#page-topics .detail_wrapper .page_nav .next_link::before {
		width: 25px;
	}
}




/* ---------------------------------------------------------
 * お知らせ詳細
** --------------------------------------------------------- */
#page-news .news_wrapper {
	max-width: 1040px;
	padding-bottom: 140px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
#page-news .news_wrapper .header {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
#page-news .news_wrapper h1 {
	color: #9B8A5D;
	font-size: 28px;
}
#page-news .news_wrapper .date_cate {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
#page-news .news_wrapper .date {
	color: #666;
	font-size: 13px;
}
#page-news .news_wrapper .img {
	margin-bottom: 40px;
	text-align: center;
}
#page-news .news_wrapper .img img {
	max-width: 100%;
	max-height: 100%;
	object-position: center;
	object-fit: cover;
}
@media (max-width: 519px) {
	#page-news .news_wrapper h1 {
		font-size: 20px;
	}
	#page-news .news_wrapper .img {
		height: 150px;
	}
	#page-news .news_wrapper .post_content {
		font-size: 14px;
	}
}




/* ---------------------------------------------------------
 * 客室案内
** --------------------------------------------------------- */
#page-guest_room {
}
#page-guest_room .header {
	margin-top: 40px;
}
#page-guest_room .header h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-guest_room .header .subttl {
	color: #666;
	font-size: 13px;
}
@media (max-width: 519px) {
	#page-guest_room .header h1 {
		font-size: 24px;
	}
}


/* --------------- .lead_area --------------- */
#page-guest_room .lead_area {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 60px;
	background-color: #FCFBF9;
}
#page-guest_room .lead_area .img {
	order: 2;
}
#page-guest_room .lead_area .img img {
	width: 100%;
}
#page-guest_room .lead_area .content {
	width: 750px;
	padding-left: 20px;
	padding-right: 20px;
}
#page-guest_room .lead_area h2 {
	color: #B2A278;
	font-size: 30px;
}
#page-guest_room .lead_area p {
	margin-top: 40px;
	font-size: 16px;
	line-height: 2;
}
@media (max-width: 519px) {
	#page-guest_room .lead_area {
		display: block;
		margin-top: 30px;
	}
	#page-guest_room .lead_area .img img {
		width: 100%;
		height: 200px;
		object-position: center;
		object-fit: cover;
	}
	#page-guest_room .lead_area .content {
		width: 100%;
		padding: 30px 20px 40px;
	}
	#page-guest_room .lead_area h2 {
		font-size: 24px;
	}
	#page-guest_room .lead_area p {
		margin-top: 10px;
		font-size: 14px;
	}
}


/* --------------- .main_img --------------- */
#page-guest_room .main_img {
	margin-top: 100px;
}
#page-guest_room .main_img img {
	width: 100%;
}
@media (max-width: 519px) {
	#page-guest_room .main_img {
		margin-top: 60px;
	}
	#page-guest_room .main_img img {
		height: 150px;
		object-position: center;
		object-fit: cover;
	}
}


/* --------------- .room_list --------------- */
#page-guest_room .room_list {
	margin-top: 100px;
}
#page-guest_room .room_list > h2 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-guest_room .room_list > .subttl {
	color: #666;
	font-size: 13px;
}
#page-guest_room .room_list > .lead {
	margin-top: 40px;
	font-size: 16px;
}
@media (max-width: 519px) {
	#page-guest_room .room_list {
		margin-top: 60px;
	}
	#page-guest_room .room_list > h2 {
		font-size: 24px;
	}
	#page-guest_room .room_list > .lead {
		margin-top: 30px;
		font-size: 14px;
	}
}

/* .list_wrapper */
#page-guest_room .room_list .list_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#page-guest_room .room_list .list_item {
	width: calc(57700% / 1200);
	margin-top: 60px;
}
#page-guest_room .list_item .gallery {
}
#page-guest_room .list_item .gallery .img {
}
#page-guest_room .list_item .gallery .img img {
	width: 100%;
	height: calc(57700vw / 1200);
	max-height: 577px;
	cursor: pointer;
	object-position: center;
	object-fit: cover;
}
#page-guest_room .list_item .gallery .slick-dots {
}
#page-guest_room .list_item .gallery .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #E2DCCD;
	border-radius: 10px;
}
#page-guest_room .list_item .gallery .slick-dots li.slick-active {
	background-color: #B2A278;
}
#page-guest_room .list_item .gallery .slick-dots button {
	display: none;
}
#page-guest_room .list_item .content {
}
#page-guest_room .list_item .room_ttl {
	margin-top: 50px;
	color: #B2A278;
	font-size: 26px;
}
#page-guest_room .list_item .room_ttl svg {
	margin-right: 2px;
	margin-bottom: 4px;
}
#page-guest_room .list_item .post_content {
}
#page-guest_room .list_item .detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 10px 0;
	border-top: 1px solid #E2DCCD;
	border-bottom: 1px solid #E2DCCD;
}
#page-guest_room .list_item .detail > div {
	display: flex;
	width: 50%;
	padding: 6px 10px;
	font-size: 16px;
}
#page-guest_room .list_item .detail dt {
	width: calc(100% - 120px);
	background-image: linear-gradient(to left, #B2A278 2px, transparent 2px);
	background-repeat: repeat-x;
	background-position: left top 12px;
	background-size: 4px 1px;
	font-weight: normal;
}
#page-guest_room .list_item .detail dt span {
	display: inline-block;
	padding-right: 5px;
	background-color: #fff;
}
#page-guest_room .list_item .detail dd {
	width: 120px;
	padding-left: 10px;
}
#page-guest_room .list_item .url {
	display: block;
	width: 100%;
	height: 52px;
	margin-top: 30px;
	padding: 0 10px;
	background-color: #9B8A5D;
	color: #fff;
	text-align: center;
	line-height: 52px;
}
#page-guest_room .list_item .url svg {
	vertical-align: middle;
	margin-right: 4px;
}
@media (max-width: 519px) {
	#page-guest_room .room_list .list_wrapper {
		display: block;
	}
	#page-guest_room .room_list .list_item {
		width: 100%;
		margin-top: 40px;
	}
	#page-guest_room .list_item .gallery .img img {
		height: calc(100vw - 40px);
	}
	#page-guest_room .list_item .room_ttl {
		margin-top: 40px;
		font-size: 20px;
	}
	#page-guest_room .list_item .room_ttl svg {
		width: 24px;
		height: 24px;
	}
	#page-guest_room .list_item .post_content {
		margin-top: 10px;
		font-size: 14px;
	}
	#page-guest_room .list_item .detail {
/*		display: block;*/
		margin-top: 20px;
	}
	#page-guest_room .list_item .detail > div {
/*		width: 100%;*/
		font-size: 14px;
	}
	#page-guest_room .list_item .detail dt {
		width: 60px;
	}
	#page-guest_room .list_item .detail dd {
		width: calc(100% - 60px);
	}
	#page-guest_room .list_item .url {
		margin-top: 20px;
	}
}

/* .other */
#page-guest_room .room_list .other {
	margin-top: 80px;
}
#page-guest_room .room_list .other .checkin,
#page-guest_room .room_list .other .facility,
#page-guest_room .room_list .other .amenity {
	display: flex;
	align-items: center;
}
#page-guest_room .room_list .other .checkin {
}
#page-guest_room .room_list .other .facility {
	margin-top: 30px;
}
#page-guest_room .room_list .other .amenity {
	margin-top: 30px;
}
#page-guest_room .room_list .other .subttl {
	width: calc(19000% / 1200);
	color: #B2A278;
	font-size: 18px;
}
#page-guest_room .room_list .other .content {
	width: calc(101000% / 1200);
	padding: 10px;
	border-top: 1px solid #E2DCCD;
	border-bottom: 1px solid #E2DCCD;
	font-size: 16px;
}
#page-guest_room .room_list .other dl {
}
#page-guest_room .room_list .other dl > div {
	display: flex;
	padding: 6px 0;
}
#page-guest_room .room_list .other dt {
	width: calc(30000% / 1010);
	background-image: linear-gradient(to left, #B2A278 2px, transparent 2px);
	background-repeat: repeat-x;
	background-position: left top 12px;
	background-size: 4px 1px;
	font-weight: normal;
}
#page-guest_room .room_list .other dt span {
	display: inline-block;
	padding-right: 5px;
	background-color: #fff;
}
#page-guest_room .room_list .other dd {
	width: calc(71000% / 1010);
	padding-left: 10px;
}
#page-guest_room .room_list .other ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
	padding: 5px 0;
}
#page-guest_room .room_list .other li {
	position: relative;
	padding-left: 15px;
}
#page-guest_room .room_list .other li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 10px;
	height: 1px;
	background-color: #B2A278;
}
@media (max-width: 519px) {
	#page-guest_room .room_list .other {
		margin-top: 50px;
	}
	#page-guest_room .room_list .other .checkin,
	#page-guest_room .room_list .other .facility,
	#page-guest_room .room_list .other .amenity {
		display: block;
	}
	#page-guest_room .room_list .other .subttl {
		width: 100%;
		font-size: 16px;
		padding-bottom: 5px;
	}
	#page-guest_room .room_list .other .content {
		width: 100%;
		padding: 5px 0;
		font-size: 14px;
	}
	#page-guest_room .room_list .other dl {
	}
	#page-guest_room .room_list .other dl > div {
/*		display: block;*/
	}
	#page-guest_room .room_list .other dt {
		position: relative;
		width: 100%;
		padding-left: 15px;
		background-image: none;
	}
	#page-guest_room .room_list .other dt::before {
		content: "";
		position: absolute;
		left: 0;
		top: 10px;
		display: block;
		width: 8px;
		height: 2px;
		background-color: #B2A278;
	}
	#page-guest_room .room_list .other dd {
		width: 100%;
		padding-left: 15px;
	}
	#page-guest_room .room_list .other ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 15px;
		padding: 5px 0;
	}
	#page-guest_room .room_list .other li {
		position: relative;
		padding-left: 15px;
	}
	#page-guest_room .room_list .other li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 12px;
		width: 10px;
		height: 1px;
		background-color: #B2A278;
	}
}


/* --------------- .rules --------------- */
#page-guest_room .rules {
	margin-top: 90px;
	padding-bottom: 140px;
}
#page-guest_room .rules h2 {
	padding-bottom: 20px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-guest_room .rules .box {
	margin-top: 40px;
	padding: 10px 50px;
	background-color: #FCFBF9;
	border-top: 1px solid #E2DCCD;
	border-bottom: 1px solid #E2DCCD;
	font-size: 16px;
}
#page-guest_room .rules dl {
}
#page-guest_room .rules dl > div {
	display: flex;
	padding: 8px 10px;
}
#page-guest_room .rules dl > div:not(:first-child) {
	border-top: 1px solid #E2DCCD;
}
#page-guest_room .rules dt {
	display: flex;
	align-items: center;
	width: calc(37000% / 1100);
	background-image: repeating-linear-gradient(to left, #B2A278, #B2A278 2px, transparent 2px, transparent 4px);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 140px 1px;
	font-weight: normal;
}
#page-guest_room .rules dt span {
	display: inline-block;
	padding-right: 5px;
	background-color: #FCFBF9;
}
#page-guest_room .rules dd {
	width: calc(73000% / 1100);
	padding: 10px 0 10px 10px;
}
#page-guest_room .rules ul {
}
#page-guest_room .rules * + ul {
	margin-top: 5px;
}
#page-guest_room .rules li {
	position: relative;
	padding-left: 15px;
}
#page-guest_room .rules li::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 8px;
	height: 2px;
	background-color: #B2A278;
}
#page-guest_room .rules li + li {
	margin-top: 5px;
}
#page-guest_room .rules p {
}
#page-guest_room .rules * + p {
	margin-top: 5px;
}
@media (max-width: 519px) {
	#page-guest_room .rules {
		margin-top: 60px;
		padding-bottom: 100px;
	}
	#page-guest_room .rules h2 {
		font-size: 24px;
	}
	#page-guest_room .rules .box {
		margin-top: 30px;
		padding: 10px 20px;
		font-size: 14px;
	}
	#page-guest_room .rules dl > div {
		display: block;
		padding: 12px 0;
	}
	#page-guest_room .rules dt {
		display: block;
		width: 100%;
		background-image: none;
		font-size: 16px;
		font-weight: bold;
	}
	#page-guest_room .rules dd {
		width: 100%;
		margin-top: 5px;
		padding: 0;
	}
	#page-guest_room .rules ul {
	}
	#page-guest_room .rules * + ul {
		margin-top: 5px;
	}
	#page-guest_room .rules li {
		position: relative;
		padding-left: 15px;
	}
	#page-guest_room .rules li::before {
		content: "";
		position: absolute;
		top: 11px;
		left: 0;
		width: 8px;
		height: 2px;
		background-color: #B2A278;
	}
	#page-guest_room .rules li + li {
		margin-top: 5px;
	}
	#page-guest_room .rules p {
	}
	#page-guest_room .rules * + p {
		margin-top: 5px;
	}
}




/* ---------------------------------------------------------
 * #page-facility
** --------------------------------------------------------- */
#page-facility {
}
#page-facility .header {
	margin-top: 40px;
}
#page-facility .header h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-facility .header .subttl {
	color: #666;
	font-size: 13px;
}
@media (max-width: 519px) {
	#page-facility .header h1 {
		font-size: 24px;
	}
}


/* --------------- .lead_area --------------- */
#page-facility .lead_area {
	margin-top: 60px;
}
#page-facility .lead_area h2 {
	color: #B2A278;
	font-size: 30px;
}
#page-facility .lead_area p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 2;
}
@media (max-width: 519px) {
	#page-facility .lead_area {
		margin-top: 40px;
	}
	#page-facility .lead_area h2 {
		font-size: 24px;
	}
	#page-facility .lead_area p {
		font-size: 14px;
		text-align: left;
	}
}


/* --------------- .sample --------------- */
#page-facility .sample {
	padding: 60px 0;
	background-color: #FCFBF9;
}
#page-facility .sample .wrapper {
	display: flex;
	justify-content: space-between;
	padding-left: 70px;
	padding-right: 70px;
}
#page-facility .sample li {
	width: calc(32000% / 1100);
}
#page-facility .sample img {
	width: 100%;
}
#page-facility .sample .subttl {
	margin-top: 20px;
	color: #B2A278;
	font-size: 22px;
}
#page-facility .sample p {
	margin-top: 10px;
	font-size: 16px;
}
@media (max-width: 519px) {
	#page-facility .sample {
		padding: 60px 0;
	}
	#page-facility .sample .wrapper {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
	#page-facility .sample li {
		width: 100%;
	}
	#page-facility .sample li:not(:first-child) {
		margin-top: 30px;
	}
	#page-facility .sample img {
		height: 200px;
		object-position: center;
		object-fit: cover;
	}
	#page-facility .sample .subttl {
		font-size: 18px;
	}
	#page-facility .sample p {
		font-size: 14px;
	}
}


/* --------------- .facility_main --------------- */
#page-facility .facility_main {
	padding-top: 70px;
}
#page-facility .facility_main h2 {
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-facility .facility_main h2 svg {
	margin-right: 5px;
	vertical-align: middle;
}
#page-facility .facility_main .img {
	width: 100%;
}
#page-facility .facility_main .content {
	display: flex;
	margin-top: 60px;
	padding-left: 25px;
	padding-right: 25px;
}
#page-facility .facility_main .content .ttl {
	width: calc(47500% / 1150);
	padding-right: 20px;
	color: #B2A278;
	font-size: 30px;
}
#page-facility .facility_main .content p {
	width: calc(67500% / 1150);
	font-size: 16px;
	line-height: 2;
}
#page-facility .facility_main .sample {
	margin-top: 60px;
}
@media (max-width: 519px) {
	#page-facility .facility_main > .wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	#page-facility .facility_main h2 {
		font-size: 24px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#page-facility .facility_main h2 svg {
		margin-bottom: 5px;
	}
	#page-facility .facility_main .img {
		height: 250px;
		object-position: center;
		object-fit: cover;
	}
	#page-facility .facility_main .content {
		display: block;
		margin-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#page-facility .facility_main .content .ttl {
		width: 100%;
		padding-right: 0;
		font-size: 20px;
	}
	#page-facility .facility_main .content p {
		width: 100%;
		margin-top: 15px;
		font-size: 14px;
	}
	#page-facility .facility_main .sample {
		margin-top: 30px;
	}
}


/* --------------- .other --------------- */
#page-facility .other {
	margin-top: 70px;
}
#page-facility .other h2 {
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-facility .other h2 svg {
	margin-right: 5px;
	vertical-align: middle;
}
@media (max-width: 519px) {
	#page-facility .other h2 {
		font-size: 24px;
	}
	#page-facility .other h2 svg {
		margin-bottom: 3px;
	}
}

/* .contents */
#page-facility .other .contents {
}
#page-facility .other .contents > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#page-facility .other .contents02 {
	margin-top: 20px;
}
#page-facility .other .img {
	width: calc(57800% / 1200);
}
#page-facility .other .contents > div:nth-child(2n) .img {
	order: 2;
}
#page-facility .other .img img {
	width: 100%;
}
#page-facility .other .contents .content {
	width: calc(56200% / 1200);
}
#page-facility .other .contents .content .subttl {
	color: #B2A278;
	font-size: 22px;
}
#page-facility .other .contents .content p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
}
#page-facility .other .sample {
	margin-top: 40px;
}
@media (max-width: 519px) {
	#page-facility .other .contents {
		padding-left: 0;
		padding-right: 0;
	}
	#page-facility .other .contents > div {
		display: block;
	}
	#page-facility .other .content02 {
		margin-top: 50px;
	}
	#page-facility .other .img {
		width: 100%;
		height: 275px;
		padding-right: 60px;
	}
	#page-facility .other .contents > div:nth-child(2n) .img {
		padding-right: 0;
		padding-left: 60px;
	}
	#page-facility .other .img img {
		height: 100%;
		object-position: center;
		object-fit: cover;
	}
	#page-facility .other .contents .content {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	#page-facility .other .contents .content .subttl {
		margin-top: 20px;
		font-size: 20px;
		text-align: center;
	}
	#page-facility .other .contents .content p {
		margin-top: 10px;
		font-size: 14px;
	}
	#page-facility .other .sample {
		margin-top: 20px;
	}
}

/* .other_facility */
#page-facility .other .other_facility {
	padding-top: 50px;
	padding-bottom: 140px;
}
#page-facility .other .other_facility .facility,
#page-facility .other .other_facility .amenity,
#page-facility .other .other_facility .lending {
	display: flex;
	align-items: center;
}
#page-facility .other .other_facility .facility {
}
#page-facility .other .other_facility .amenity {
	margin-top: 20px;
}
#page-facility .other .other_facility .lending {
	margin-top: 20px;
}
#page-facility .other .other_facility .subttl {
	width: calc(19000% / 1200);
	color: #B2A278;
	font-size: 18px;
}
#page-facility .other .other_facility .content {
	width: calc(101000% / 1200);
	padding: 10px;
	border-top: 1px solid #E2DCCD;
	border-bottom: 1px solid #E2DCCD;
	font-size: 16px;
}
#page-facility .other .other_facility ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
	padding: 5px 0;
}
#page-facility .other .other_facility li {
	position: relative;
	padding-left: 15px;
}
#page-facility .other .other_facility li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 10px;
	height: 1px;
	background-color: #B2A278;
}
@media (max-width: 519px) {
	#page-facility .other .other_facility {
		padding-top: 40px;
		padding-bottom: 100px;
	}
	#page-facility .other .other_facility .facility,
	#page-facility .other .other_facility .amenity,
	#page-facility .other .other_facility .lending {
		display: block;
	}
	#page-facility .other .other_facility .subttl {
		width: 100%;
		font-size: 16px;
		padding-bottom: 5px;
	}
	#page-facility .other .other_facility .content {
		width: 100%;
		padding: 5px 0;
		font-size: 14px;
	}
	#page-facility .other .other_facility dl > div {
		display: block;
	}
	#page-facility .other .other_facility dt {
		position: relative;
		width: 100%;
		padding-left: 15px;
		background-image: none;
	}
	#page-facility .other .other_facility dt::before {
		content: "";
		position: absolute;
		left: 0;
		top: 10px;
		display: block;
		width: 8px;
		height: 2px;
		background-color: #B2A278;
	}
	#page-facility .other .other_facility dd {
		width: 100%;
		padding-left: 0;
	}
	#page-facility .other .other_facility ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 15px;
		padding: 5px 0;
	}
	#page-facility .other .other_facility li {
		position: relative;
		padding-left: 15px;
	}
	#page-facility .other .other_facility li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 12px;
		width: 10px;
		height: 1px;
		background-color: #B2A278;
	}
}




/* ---------------------------------------------------------
 * #page-access
** --------------------------------------------------------- */
#page-access {
	text-align: center;
}
#page-access .header h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 40px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-access .header .subttl {
	color: #666;
	font-size: 13px;
}
#page-access .access {
}
@media (max-width: 519px) {
	#page-access .header h1 {
		font-size: 24px;
	}
	#page-access .access {
		padding-left: 0;
		padding-right: 0;
	}
}


/* --------------- .map --------------- */
#page-access .map {
}
#page-access .map .btn_area {
	position: relative;
	text-align: right;
}
#page-access .map .btn_area::before,
#page-access .map .btn_area::after {
	content: "";
	position: absolute;
	bottom: -18px;
	display: block;
	height: 1px;
	background-color: #B2A278;
}
#page-access .map .btn_area::before {
	right: 32px;
	width: 105px;
}
#page-access .map .btn_area::after {
	right: 0;
	width: 32px;
	transform-origin: left center;
	transform: rotate(-45deg);
}
#page-access .map .btn_area a {
	padding-right: 35px;
}
#page-access .map img {
	margin-top: 35px;
	width: 100%;
}
@media (max-width: 519px) {
	#page-access .map {
	}
	#page-access .map img {
		margin-top: 35px;
		width: 100%;
	}
	#page-access .map .btn_area {
		text-align: center;
		margin-top: 20px;
	}
	#page-access .map .btn_area::before,
	#page-access .map .btn_area::after {
		display: none;
	}
	#page-access .map .btn_area a {
		padding-right: 0;
	}
}


/* --------------- .list --------------- */
#page-access .list {
	padding: 10px;
	margin-top: 90px;
	background-color: #FCFBF9;
	text-align: left;
}
#page-access .list ul {
	padding: 40px 60px 60px;
	background-image:
		linear-gradient(135.01deg, #B2A278 50%, transparent 50%),
		linear-gradient(225.01deg, #B2A278 50%, transparent 50%),
		linear-gradient(315.01deg, #B2A278 50%, transparent 50%),
		linear-gradient(45.01deg, #B2A278 50%, transparent 50%),
		linear-gradient(to bottom, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
		linear-gradient(to bottom, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
		linear-gradient(to right, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
		linear-gradient(to right, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px));
	background-repeat: no-repeat;
	background-position:
		top left,
		top right,
		bottom right,
		bottom left,
		top left,
		top right,
		top left,
		bottom left;
	background-size:
		11px 11px,
		11px 11px,
		11px 11px,
		11px 11px,
		50px 100%,
		50px 100%,
		100% 50px,
		100% 50px;
}
#page-access .list li {
	border-bottom: 1px solid #E2DCCD;
}
#page-access .list li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100px;
	padding-right: 100px;
	font-size: 18px;
}
#page-access .list li a::before,
#page-access .list li a::after {
	content: "";
	position: absolute;
	bottom: 50px;
	display: block;
}
#page-access .list li a::before {
	right: 0;
	width: 90px;
	height: 1px;
	background-color: #9B8A5D;
}
#page-access .list li a::after {
	right: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 0 8px;
	border-color: transparent transparent transparent #9B8A5D;
}
#page-access .list .ttl {
	flex-shrink: 0;
	width: 320px;
}
#page-access .list .detail {
}
#page-access .list .detail span {
	color: #6D5D31;
	font-size: 15px;
}
@media (max-width: 519px) {
	#page-access .list {
		margin-top: 60px;
	}
	#page-access .list ul {
		padding: 40px 20px 60px;
		background-image:
			linear-gradient(135.01deg, #B2A278 50%, transparent 50%),
			linear-gradient(225.01deg, #B2A278 50%, transparent 50%),
			linear-gradient(315.01deg, #B2A278 50%, transparent 50%),
			linear-gradient(45.01deg, #B2A278 50%, transparent 50%),
			linear-gradient(to bottom, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
			linear-gradient(to bottom, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
			linear-gradient(to right, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
			linear-gradient(to right, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px));
		background-repeat: no-repeat;
		background-position:
			top left,
			top right,
			bottom right,
			bottom left,
			top left,
			top right,
			top left,
			bottom left;
		background-size:
			7px 7px,
			7px 7px,
			7px 7px,
			7px 7px,
			50px 100%,
			50px 100%,
			100% 50px,
			100% 50px;
	}
	#page-access .list li {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#page-access .list li a {
		display: block;
		height: auto;
		padding-right: 40px;
		font-size: 15px;
	}
	#page-access .list li a::before,
	#page-access .list li a::after {
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	#page-access .list li a::before {
		top: 0;
		width: 20px;
	}
	#page-access .list li a::after {
		top: -3px;
		right: -1px;
		border-width: 4px 0 0 7 px;
	}
	#page-access .list .ttl {
		width: 100%;
	}
	#page-access .list .detail {
		margin-top: 7px;
		font-size: 14px;
	}
	#page-access .list .detail span {
		font-size: 13px;
	}
}


/* --------------- .working --------------- */
#page-access .working {
	margin-top: 80px;
}
#page-access .working h2 {
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-access .working .content {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#page-access .working .content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 519px) {
	#page-access .working {
		margin-top: 60px;
	}
	#page-access .working h2 {
		font-size: 24px;
	}
}


/* --------------- .around --------------- */
#page-access .around {
	margin-top: 80px;
	padding-bottom: 140px;
}
#page-access .around h2 {
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-access .around .content {
}
#page-access .around .content img {
	width: 100%;
}
#page-access .around {
}
@media (max-width: 519px) {
	#page-access .around {
		margin-top: 60px;
		padding-bottom: 100px;
		padding-left: 0;
		padding-right: 0;
	}
	#page-access .around h2 {
		font-size: 24px;
	}
}



/* ---------------------------------------------------------
 * #page-qa
** --------------------------------------------------------- */
#page-qa {
}
#page-qa .qa_wrapper {
	max-width: 1050px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
}
#page-qa .header {
}
#page-qa .header h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 40px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-qa .header .subttl {
	color: #666;
	font-size: 13px;
}
#page-qa section {
	padding-top: 60px;
}
#page-qa section:not(:first-child) {
	padding-top: 40px;
}
#page-qa h2 {
	position: relative;
	padding-bottom: 20px;
	color: #9B8A5D;
	font-size: 24px;
}
#page-qa h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 70px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #B2A278;
}
#page-qa dl {
	margin-top: 30px;
	font-size: 16px;
}
#page-qa dl > div {
	position: relative;
	padding: 15px 62px 15px 10px;
	border-top: 1px solid #E2DCCD;
	border-bottom: 1px solid #E2DCCD;
	cursor: pointer;
}
#page-qa dl > div:not(:first-child) {
	margin-top: 10px;
}
#page-qa dl > div::before,
#page-qa dl > div::after {
	content: "";
	position: absolute;
	display: block;
	background-color: #B2A278;
}
#page-qa dl > div::before {
	top: 33px;
	right: 23px;
	width: 23px;
	height: 1px;
}
#page-qa dl > div::after {
	top: 22px;
	right: 34px;
	width: 1px;
	height: 23px;
	transition: all ease 0.3s;
}
#page-qa dl > .open::after {
	top: 33px;
	height: 1px;
}
#page-qa dt {
	display: flex;
	font-weight: normal;
}
#page-qa dt .q {
	flex-shrink: 0;
	display: inline-block;
	margin-right: 10px;
	color: #B2A278;
	font-size: 26px;
}
#page-qa dt .q_ttl {
	margin-top: 8px;
}
#page-qa dd {
	max-height: 0px;
	overflow: hidden;
	transition: all ease 0.3s;
}
#page-qa .open dd {
	max-height: var(--max-height);
}
#page-qa dd .inner {
	position: relative;
	padding-top: 5px;
	padding-left: 50px;
}
#page-qa dd .inner::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 16px;
	display: block;
	width: 10px;
	height: 1px;
	background-color: #B2A278;
}
@media (max-width: 519px) {
	#page-qa .qa_wrapper {
		padding-bottom: 80px;
	}
	#page-qa .header h1 {
		font-size: 24px;
	}
	#page-qa section {
		padding-top: 50px;
	}
	#page-qa section:not(:first-child) {
		padding-top: 30px;
	}
	#page-qa h2 {
		padding-bottom: 10px;
		font-size: 20px;
	}
	#page-qa h2::after {
	}
	#page-qa dl {
		margin-top: 20px;
	}
	#page-qa dl > div {
		padding: 10px 42px 10px 0px;
	}
	#page-qa dl > div::before {
		top: 28px;
		right: 10px;
		width: 17px;
	}
	#page-qa dl > div::after {
		top: 20px;
		right: 18px;
		height: 17px;
	}
	#page-qa dl > .open::after {
		top: 28px;
		height: 1px;
	}
	#page-qa dt {
		display: flex;
		font-weight: normal;
	}
	#page-qa dt .q {
		flex-shrink: 0;
		display: inline-block;
		margin-right: 10px;
		color: #B2A278;
		font-size: 26px;
	}
	#page-qa dt .q_ttl {
		margin-top: 8px;
	}
	#page-qa dd {
		max-height: 0px;
		overflow: hidden;
		transition: all ease 0.3s;
	}
	#page-qa .open dd {
		max-height: var(--max-height);
	}
	#page-qa dd .inner {
		position: relative;
		padding-top: 5px;
		padding-left: 50px;
	}
	#page-qa dd .inner::before {
		content: "";
		position: absolute;
		left: 30px;
		top: 16px;
		display: block;
		width: 10px;
		height: 1px;
		background-color: #B2A278;
	}
}



/* ---------------------------------------------------------
 * #page-contact
** --------------------------------------------------------- */
#page-contact {
}
#page-contact .header {
}
#page-contact .header h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 40px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-contact .header .subttl {
	color: #666;
	font-size: 13px;
}
#page-contact .form_content {
	max-width: 940px;
	padding-bottom: 140px;
	font-size: 16px;
}
#page-contact .form_content .lead {
	margin-top: 60px;
}
#page-contact .form_content .btn_area {
	margin-top: 20px;
}
#page-contact .form_content .btn_area a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #4C9EEB;
}
#page-contact .form_content .btn_area a:hover {
	text-decoration: underline;
}
#page-contact .form_content .btn_area a::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	width: 10px;
	height: 1px;
	background-color: #B2A278;
}
#page-contact .form_content h2 {
	margin-top: 80px;
	padding-bottom: 20px;
	color: #9B8A5D;
	font-size: 24px;
}
#page-contact .form_content table {
	width: 100%;
	margin-top: 30px;
}
#page-contact .form_content th,
#page-contact .form_content td {
	border-bottom: 1px solid #E2DCCD;
}
#page-contact .form_content th {
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 15px;
	color: #6D5D31;
	font-weight: normal;
}
#page-contact .form_content th span {
	display: inline-block;
	padding: 4px 5px;
	margin-left: 8px;
	background-color: #FCFBF9;
	border: 1px solid #E2DCCD;
	font-size: 10px;
	line-height: 1;
	vertical-align: middle;
}
#page-contact .form_content td {
	width: 600px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#page-contact .form_content input,
#page-contact .form_content textarea {
	display: block;
	width: 100%;
	padding: 5px 8px;
	border: 1px solid #D4D4D4;
}
#page-contact .form_content textarea {
	height: 160px;
}
#page-contact .form_content input + input {
	margin-top: 8px;
}
#page-contact .form_content .send_btn {
	margin-top: 30px;
	text-align: center;
}
#page-contact .form_content .send_btn button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 360px;
	width: 100%;
	height: 52px;
	background-color: #9B8A5D;
	color: #fff;
}
#page-contact .form_content .send_btn button:hover {
}
@media (max-width: 519px) {
	#page-contact .header h1 {
		font-size: 24px;
	}
	#page-contact .form_content {
		padding-bottom: 100px;
	}
	#page-contact .form_content .lead {
		margin-top: 40px;
		font-size: 14px;
		text-align: left;
	}
	#page-contact .form_content h2 {
		margin-top: 60px;
		font-size: 20px;
	}
	#page-contact .form_content table {
		margin-top: 20px;
	}
	#page-contact .form_content th,
	#page-contact .form_content td {
		display: block;
	}
	#page-contact .form_content th {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 5px;
		border-bottom: none;
	}
	#page-contact .form_content td {
		width: 100%;
		padding-top: 0;
		padding-bottom: 15px;
	}
	#page-contact .form_content textarea {
		height: 120px;
	}
}



/* ---------------------------------------------------------
 * #page-terms
** --------------------------------------------------------- */
#page-terms {
}
#page-terms .header {
}
#page-terms .header h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 40px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-terms .header .subttl {
	color: #666;
	font-size: 13px;
}
#page-terms .terms_wrapper {
	max-width: 960px;
	margin-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
}
#page-terms dl {
}
#page-terms dl > div {
}
#page-terms dl > div:not(:first-child) {
	margin-top: 50px;
}
#page-terms dt {
	color: #B2A278;
	font-size: 24px;
	font-weight: normal;
}
#page-terms dd {
	margin-top: 15px;
	padding-left: 20px;
	border-left: 1px solid #B2A278;
	line-height: 2;
}
#page-terms ol {
	padding-left: 25px;
	list-style-type: decimal;
}
#page-terms ol li::marker {
/*	color: #B2A278;*/
/*	font-size: 18px;*/
}
#page-terms .note {
	margin-top: 30px;
	color: #C80202;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 519px) {
	#page-terms .header h1 {
		font-size: 24px;
	}
	#page-terms dt {
		font-size: 20px;
	}
}



/* ---------------------------------------------------------
 * #page-privacy
** --------------------------------------------------------- */
#page-privacy {
}
#page-privacy .header {
}
#page-privacy .header h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 40px;
	color: #9B8A5D;
	font-size: 28px;
}
#page-privacy .header .subttl {
	color: #666;
	font-size: 13px;
}
#page-privacy .privacy_wrapper {
	max-width: 960px;
	margin-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
}
#page-privacy dl {
}
#page-privacy dl > div {
}
#page-privacy dl > div:not(:first-child) {
	margin-top: 50px;
}
#page-privacy dt {
	color: #B2A278;
	font-size: 24px;
	font-weight: normal;
}
#page-privacy dd {
	margin-top: 15px;
	padding-left: 20px;
	border-left: 1px solid #B2A278;
	line-height: 2;
}
#page-privacy dd p + p {
	margin-top: 15px;
}
#page-privacy dd a {
	color: #B2A278;
	text-decoration: underline;
}
#page-privacy dd a:hover {
	text-decoration: none;
}
#page-privacy dd dt {
	margin-top: 20px;
	font-size: 20px;
}
#page-privacy dd dd {
	margin-top: 5px;
}
#page-privacy .list ul {
}
#page-privacy .list li {
	position: relative;
	padding-left: 20px;
}
#page-privacy .list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #B2A278;
	border-radius: 10px;
}
@media (max-width: 519px) {
	#page-privacy .header h1 {
		font-size: 24px;
	}
	#page-privacy dt {
		font-size: 20px;
	}
}