@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');

/* ----------------------------------------------------
	flex
---------------------------------------------------- */
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* ----------------------------------------------------
	表示
---------------------------------------------------- */
body#tag_page .lp_pu.lp_lead {
	background: #fff !important;
}

body#tag_page .lp_pu.lp_lead h2.lp_pu-title {
	margin-top: 40px;
}

section#tag_area {
	background: #efe7e3 !important;
	padding: 60px 0 100px;
}

@media(max-width: 768px) {
	body#tag_page .lp_lead {
		margin-bottom: 0;
	}

	section#tag_area {
		background: #efe7e3 !important;
		padding: 40px 0 60px;
	}
}

/* ----------------------------------------------------
	mv
---------------------------------------------------- */
section#mv {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to right, #ead1ae, #c6a597);
	overflow: hidden;
}

.mv_wrap {
	position: relative;
	width: 1200px;
	height: 848px;
	margin: 0 auto;
}

@media(max-width: 768px) {
	section#mv {
		height: 780px;
	}

	.mv_wrap {
		position: relative;
		max-width: 1130px;
		height: 780px;
		margin: 0 auto;
	}
}

/* ----------------------------------------------------
	絶景はプリンスにある
---------------------------------------------------- */
body#tag_page .lp_lead.zekkei {
	background: #e6e7ea !important;
}

body#tag_page .lp_lead.zekkei a {
	max-width: 800px;
	width: 100%;
	margin: 20px auto 0;
	display: block;
}

/* ----------------------------------------------------
	タグエリア
---------------------------------------------------- */

table#tag_list {
	margin: 0 auto;
	max-width: 905px;
	width: 85%;
	margin-bottom: 80px;
}

table#tag_list th {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

table#tag_list td {
	display: block;
}

table#tag_list ul li label {
	margin: 0 3px 10px;
	padding: 3px 12px;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	color: #c6ab9c;
	background: #fff;
}

table#tag_list ul li label:hover,
input[type=radio]:checked~label {
	background: #c6ab9c !important;
	color: #fff !important;
	transition: .2s;
}

input[type=radio] {
	display: none;
}

table#tag_list div {
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 40px auto;
}

ul.filter {
	margin: 0 auto;
	max-width: 1130px;
	width: 82%;
}

ul.filter li {
	width: 31%;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

ul.filter li.space {
	box-shadow: none;
	background: rgba(255, 255, 255, 0);
}

ul.filter li a {
	box-sizing: border-box;
	display: block;
}

ul.filter li a .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

ul.filter li a:hover>.img img {
	scale: 1.2;
}

ul.filter li a .img .tag {
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

ul.filter li a .img .tag div {
	margin-top: 5px;
	line-height: normal;
	background: #fff;
	text-align: center;
	padding: 1px 9px;
	border-radius: 50px;
	color: #c6ab9c;
	font-size: 12px;
	font-weight: bold;
	margin-right: 3px;
}

ul.filter li a .txt {
	padding: 10px 20px 20px;
	text-align: center;
}

ul.filter li a .txt p.title {
	font-weight: bold;
	line-height: 1.5;
}

ul.filter li a .txt p.place {
	font-size: 14px;
}

a.accordion-btn {
	cursor: pointer;
	margin: 0 auto;
	display: block;
	color: #fff;
	background: #c6ab9c;
	max-width: 520px;
	width: 90%;
	text-align: center;
	padding: 10px 0;
}

@media(max-width: 768px) {
	table#tag_list th {
		display: block;
		font-size: 14px;
		margin-bottom: 5px;
	}

	table#tag_list div {
		margin: 20px auto;
	}

	table#tag_list {
		margin-bottom: 40px;
	}

	ul.filter li {
		width: 100%;
		margin: 0 auto 20px;
	}

	ul.filter li a .txt {
		padding: 10px 15px 15px;
	}

	table#tag_list ul li label {
		font-size: 13px;
		margin: 0 3px 7px;
	}
}

.modal_contents table#tag_list {
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
	margin-bottom: 40px;
}

.modal_contents table#tag_list ul li label {
	border: 1px solid #c6ab9c;
}

.modal_contents table#tag_list div {
	width: 100%;
	height: 1px;
	background: #c6ab9c;
	margin: 40px auto;
}

@media(max-width: 768px) {
	.modal_contents table#tag_list {
		margin-bottom: 10px;
	}

	.modal_contents table#tag_list div {
		margin: 10px auto;
	}
}

@media(min-width: 769px) {

	ul.filter li:nth-child(1),
	ul.filter li:nth-child(2),
	ul.filter li:nth-child(3),
	ul.filter li:nth-child(4),
	ul.filter li:nth-child(5),
	ul.filter li:nth-child(6),
	ul.filter li:nth-child(7),
	ul.filter li:nth-child(8),
	ul.filter li:nth-child(9),
	ul.filter li:nth-child(10),
	ul.filter li:nth-child(11),
	ul.filter li:nth-child(12),
	ul.filter li:nth-child(13),
	ul.filter li:nth-child(14),
	ul.filter li:nth-child(15) {
		opacity: 0;
	}
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
section#bxslider {
	padding: 100px 0 80px;
	overflow: hidden;
}

.bx-viewport {
	overflow: visible !important;
	width: 50% !important;
	margin: 0 auto;
}

@media(max-width: 768px) {
	section#bxslider {
		padding: 60px 0 40px;
		overflow: hidden;
	}

	.bx-viewport {
		width: 70% !important;
	}
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
body#tag_page footer .lp_note {
	text-align: center;
	margin-top: 20px;
}

/* ----------------------------------------------------
	モーダルウィンドウ
---------------------------------------------------- */
.modal_open_btn {
	cursor: pointer;
}

.modal_contents {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.modal_contents_bg {
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
}

.modal_contents_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	width: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	padding: 30px;
	z-index: 1000;
}

.modal_close_btn {
	font-size: 13px !important;
	display: block;
	cursor: pointer;
	width: 80px;
	;
	border-radius: 5px;
	border: 1px #595757 solid;
	text-align: center;
	margin: 0 auto;
}

.modal_close_btn:hover {
	color: #fff;
	background: #595757;
	transition: .2s;
}

.modal_btn_fix {
	position: fixed;
	top: 30px;
	left: 70px;
	transition: 0.2s;
	opacity: 0;
	width: 110px;
	z-index: 100;
}

.modal_btn_fix:hover img {
	opacity: .7;
	transition: .2s;
}

@media(max-width: 768px) {
	.modal_contents_wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		background: #fff;
		width: 95%;
		margin: auto;
		transform: translate(-50%, -50%);
		padding: 20px 10px;
		z-index: 1000;
	}

	.modal_btn_fix {
		top: 10px;
		left: 10px;
		width: 80px;
	}

}