
.find_nav {
	width: 100%;
	height: 4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 9999;
	border-bottom: 1px solid #FFFFFF;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}

.find_nav_left {
	height: 4rem;
	position: relative;
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.find_nav_list {
	position: absolute;
	left: 0;
}

.find_nav_list ul {
	position: relative;
	white-space: nowrap;
	font-size: 0;
	text-align: center;
}

.find_nav_list ul li {
	display: inline-block;
	padding: 0;
	margin: 0 2rem;
}


.find_nav_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 4rem;
	font-size: 1.4rem;
	text-align: center;
	color: #000;
}

.find_nav_cur>a {
	color: #000 !important;
	font-weight: bold;
}

.sideline {
	display: block;
	position: absolute;
	border: 0;
	height: 0.4rem;
	background-color: #B3995B;
	left: 0;
	top: 3.6rem;
	pointer-events: none;
}

/* .head_nav {
	margin-top: 4rem;
}
 */
.head_img {
	background-color: #FFFFFF;
	padding: 1rem;
	height: 14rem;
}


.navbar_top {
	display: flex;
	flex-direction: row;
	background-color: #ffffff;
	padding: 0 1.5rem;
	justify-content: space-between;
}

.navbt {
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
}

.active {
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.active:after {
	display: block;
	content: " ";
	width: 80%;
	height: 0.4rem;
	border-radius: 2rem;
	background: #B3995B;
	margin-top: 5px;
}

.main_nav {
	background-color: #FFFFFF;
	padding-bottom: 0.6rem;
}

.main_title {
	padding: 1.0rem;
}

.main_title_top {
	font-size: 1.8rem;
	font-weight: 400;
	color: #000000;
	display: flex;
	flex-direction: row;
	line-height: 100%;
}

.main_title_top:before {
	content: " ";
	width: 0.4rem;
	display: list-item;
	background: #B3995B;
	margin-right: 0.6rem;
}

.main_title_bottom {
	font-size: 1.3rem;
	font-weight: 400;
	font-style: italic;
	color: #977F47;
	padding-top: 0.4rem;
}

.tale_nav {
	background-color: #FFFFFF;
	margin: 1rem;
}

.tale_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tale_list,
.tale_monery {
	padding: 1.5rem;
}

.tale_list {
	font-size: 1.7rem;
	font-weight: 400;
	color: #000000;
	border-bottom: 1px solid rgba(179, 153, 91, 0.41);
}

.tale_list>span {
	font-size: 1.3rem;
	font-weight: 400;
	color: #B3995B;
}

.tale_monery {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tale_left,
.tale_right {
	display: flex;
	flex-direction: row;
}

.tale_monery {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 92%;
}

.tale_left,
.tale_right {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
}

.tale_left>span:nth-of-type(3),
.tale_right>span:nth-of-type(3) {
	font-size: 1.3rem;
	font-weight: 500;
	color: #B3995B;
	padding-left: 1.6rem;
}

.tale_left>span:nth-of-type(2),
.tale_right>span:nth-of-type(2) {
	padding-left: 1.0rem;
}

.photography_text>p {
	font-size: 1.4rem;
	color: #000000;
}

.photography_cafe {
	display: grid;
	grid-template-columns: repeat(2, 49%);
	grid-row-gap: 1rem;
	grid-column-gap: 2%;
	padding-bottom: 7rem;
	margin: 0 1rem;
}

.photography_can {
	background-color: #FFFFFF;
	border-radius: 0.6rem;
	overflow: hidden;
}

.photography_vide {
	position: relative;
	height: 13.7rem;
}

.photography_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.photography_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photography_texts {
	text-align: left;
	padding: 0 0.8rem 0.4rem 0.8rem;
	font-size: 1.3rem;
	color: #B3995B;
}

.photography_texts>p:nth-of-type(2) {
	font-size: 1.2rem;
	padding: 0.2rem;
	color: #515151;
}

.photography_texts>p:nth-of-type(3) {
	font-size: 1.1rem;
	font-weight: 300;
	color: #515151;
}
.adds{
	display: flex;
	justify-content: center;
	padding-bottom: 1rem;
	padding-top: 0.6rem;
	position: fixed;
	width: 100%;
	bottom: 5rem;
}
.adds>p{
	padding: 0.8rem 2.8rem;
	font-size: 1.6rem;
	color: #000000;
	background-color: #B3995B;
	border-radius: 5rem;
	text-align: center;
}
.sxt{
	padding-bottom: 6rem;
}
.rules{
	background-color: #B3995B;
	  text-align: center;
	  height: 3rem;
	  line-height: 3rem;
	  font-size: 1.2rem;
	  color: #000000;
	  border-bottom-right-radius: 1rem;
	  border-bottom-left-radius: 1rem;
}