@charset 'utf-8';


/* ------ Slider ------ */
.slick-slider{
	position: relative;
	z-index: 1;
	display: block;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	 -khtml-user-select: none;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.draggable{
	cursor: grab;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.slick-slider:not(.slick-vertical) .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	overflow: hidden;
	opacity: 1 !important;
}
.slick-slide{
	height: auto;
	min-height: 1px;
	overflow: hidden;
}
.slick-slide picture{
	filter: blur(50px);
	-webkit-transition: filter 2s ease;
	   -moz-transition: filter 2s ease;
	    -ms-transition: filter 2s ease;
	        transition: filter 2s ease;
}
.slick-slide.slick-current picture{
	filter: blur(0);
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	height: auto;
}
.slick-arrow.slick-hidden{
	display: none;
}
.slick-prev:hover,
.slick-next:hover{
	color: transparent;
	outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
	opacity: 0.25;
}
.slide-dots{
	text-align: left;
}
.slick-dots{
	line-height: 10px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	width: auto;
	height: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	vertical-align: top;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
}
.slick-dots li:first-child{
	margin-left: 0;
}
.slick-dots li:last-child{
	margin-right: 0;
}
.slick-dots li button{
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
	border-radius: 0;
	background-color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before{
	background-color: #7f7f7f;
}
@media only screen and (max-width: 750px){
	.slick-dots {
		line-height: 0.1rem;
		height: 0.1rem;
		z-index: 2;
		bottom: auto;
		top: 2.4rem;
		right: 0.1rem;
	}
	.slick-dots li{
		width: 0.1rem;
		height: 0.1rem;
		margin: 0 0.05rem;
	}
	.slick-dots li button{
		width: 0.1rem;
		height: 0.1rem;
	}
	.slick-dots li button::before{
		width: 0.1rem;
		height: 0.1rem;
	}
}


/* =========================================================
appeal_top
========================================================= */
#appeal_top {
}
#appeal_top .inner {
	padding-top: 115px;
	padding-bottom: 60px;
}
#appeal_top .inner h3 {
	text-align: center;
	margin-bottom: 24px;
}
#appeal_top .inner .txt_bloc p {
	line-height: 1.7em;
	text-align: center;
}
@media only screen and (max-width: 750px){
	#appeal_top .inner {
		padding-top: 1.1rem;
		padding-bottom: 0.6rem;
	}
	#appeal_top .inner h3 {
		margin-bottom: 0.25rem;
	}
	#appeal_top .inner .txt_bloc p {
		line-height: 1.4em;
	}
}


/* =========================================================
appeal_list
========================================================= */
#appeal_list {
	position: relative;
	z-index: 1;
}
#appeal_list .inner{
	padding-bottom: 60px;
	border-bottom: 1px solid #b3b3b3;
}
#appeal_list .inner.inner_end{
	padding-bottom: 60px !important;
	margin-bottom: 180px;
}
#appeal_list .caption {
	padding: 30px 30px 0 0;
	background-color: #fff;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#appeal_list .caption:before {
	content: "";
	width: 100%;
	height: 10%;
	position: absolute;
	z-index: -1;
	background-color: #fff;
	bottom: -5%;
}
#appeal_list .caption .num-box {
	line-height: 1.4em;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	        align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
	width: 56px;
	height: 56px;
	margin-right: 28px;
	padding: 5px 0 3px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 6px;
	background-color: #b39354;
}
#appeal_list .caption .num-box span {
	font-weight: 500;
	line-height: 1.3em;
	position: relative;
	z-index: 1;
	display: block;
	letter-spacing: 0;
	color: #fff;
}
#appeal_list .caption .num-box .en {
	font-size: 12px;
}
#appeal_list .caption .num-box .no {
	font-size: 20px;
}
#appeal_list .caption .slide_title_bloc {
}
#appeal_list .caption .slide_title_bloc p {
	margin-bottom: 17px;
	margin-top: 4px;
}
#appeal_list .caption .slide_title_bloc .owner {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: flex-end;
	-webkit-align-items: flex-end;
}
#appeal_list .caption .slide_title_bloc .owner span{
	font-weight: 500;
	line-height: 1em;
}
#appeal_list .caption .slide_title_bloc .owner .name1 {
	font-size: 24px;
}
#appeal_list .caption .slide_title_bloc .owner .name2 {
	margin-left: 8px;
}
#appeal_list .txt_bloc {
	margin-top: 60px;
}
#appeal_list .txt_bloc p {
	line-height: 1.7em;
}
#appeal_list .info_bloc {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-top: 60px;
}
#appeal_list .info_bloc .img {
	width: 400px;
	margin-top: 4px;
}
#appeal_list .info_bloc .txt {
	width: calc(100% - 400px);
	padding-left: 59px;
}
#appeal_list .info_bloc .txt h4 {
	margin-bottom: 22px;
}
#appeal_list .info_bloc .txt .address_area {
	line-height: 1.7em;
}
#appeal_list .info_bloc .txt .icon_area {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	margin-top: 25px;
}
#appeal_list .info_bloc .txt .icon_area .btn_link {
	margin: 0 10px 0 0;
}
#appeal_list .info_bloc .txt .icon_area .btn_map {
	margin: 0;
}
@media print,screen and (max-width: 1000px) and (min-width: 751px),(max-device-width: 1024px) and (min-device-width: 768px){
	#appeal_list .caption{
    padding: 20px 20px 0 0;
	}
	#appeal_list .info_bloc .img {
		width: 46.5%;
	}
	#appeal_list .info_bloc .txt {
		width: 53.5%;
	}
	#appeal_list .caption .num-box{
		margin-right: 20px;
	}
}
@media only screen and (max-width: 750px){
	#appeal_list .inner{
		padding-top: 0.6rem;
	}
	#appeal_list .inner{
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	#appeal_list .inner.inner_end{
		padding-bottom: 0 !important;
		margin-bottom: 1.8rem;
	}
	#appeal_list .inner .info_bloc {
		padding-bottom: 0.6rem;
		border-bottom: 1px solid #b3b3b3;
	}
	#appeal_list .caption {
		position: relative;
		padding: 0.3rem 0 0 0;
	}
	#appeal_list .caption .num-box {
		width: 0.76rem;
		height: 0.76rem;
		padding: 0.04rem 0 0.05rem;
		border-radius: 0.06rem;
			margin-right: 0.28rem;
	}
	#appeal_list .caption .num-box span {
		line-height: 1.2em;
	}
	#appeal_list .caption .num-box .en {
		font-size: 0.16rem;
	}
	#appeal_list .caption .num-box .no {
		font-size: 0.3rem;
	}
	#appeal_list .caption .slide_title_bloc p {
		margin-bottom: 0.18rem;
		margin-top: 0;
	}
	#appeal_list .caption .slide_title_bloc .owner .name1 {
		font-size: 0.38rem;
	}
	#appeal_list .caption .slide_title_bloc .owner .name2 {
		margin-left: 0.1rem;
	}
	#appeal_list .txt_bloc {
		margin-top: 0.3rem;
	}
	#appeal_list .txt_bloc p {
		line-height: 1.4em;
	}
	#appeal_list .info_bloc {
		display: block;
		margin-top: 0.6rem;
	}
	#appeal_list .info_bloc .img {
		width: auto;
		margin-top: 0;
		text-align: left;
	}
	#appeal_list .info_bloc .txt {
		width: 100%;
		padding-left: 0;
		margin-top: 0.52rem;
	}
	#appeal_list .info_bloc .txt h4 {
		margin-bottom: 0.16rem;
	}
	#appeal_list .info_bloc .txt .address_area {
		line-height: 1.4em;
	}
	#appeal_list .info_bloc .txt .icon_area {
		margin-top: 0.25rem;
	}
	#appeal_list .info_bloc .txt .icon_area .btn_link {
		margin: 0 0.2rem 0 0;
	}
}


/* =========================================================
appeal004
========================================================= */
#appeal004 {
	position: relative;
	z-index: 1;
}
#appeal004_slider {
	position: relative;
	z-index: 1;
}


/* =========================================================
appeal003
========================================================= */
#appeal003 {
	position: relative;
	z-index: 1;
}
#appeal003_slider {
	position: relative;
	z-index: 1;
}


/* =========================================================
appeal002
========================================================= */
#appeal002 {
	position: relative;
	z-index: 1;
}
#appeal002_slider {
	position: relative;
	z-index: 1;
}


/* =========================================================
appeal001
========================================================= */
#appeal001 {
	position: relative;
	z-index: 1;
}
#appeal001_slider {
	position: relative;
	z-index: 1;
}
