@charset "shift_jis";
body {
	margin: 0;
}
h1 {
	position: absolute;
	color: #fff;
}
.top_content_wrap {
	overflow: hidden;
}
/*-------------Cζmain---------------*/
.main {
	overflow: hidden;
	padding-bottom: 140px;
}
.main_wrap {
	width: 100%;
	height: 100vh;
	position: relative;
	padding-left: 100px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_logo {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 2;
	width: 20vw;
	max-width: 350px;
}
.main_header {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 2;
}
.main_header ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.main_header ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin-right: 20px;
	transition: .3s;
}
.main_header ul li a:hover {
	transition: .3s;
	color: #65b820;
}
/*------XN[o[-----*/
.main_sbar {
	width: 100px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	overflow: hidden;
}
.sm-slider {
	overflow: hidden;
}
.t_main::before {
	content: "";
	background-image: radial-gradient(#000000 4%, transparent 4%);
	background-size: 3px 3px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.3;
}
.t_main:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.main_sbar span {
	color: #65b820;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	letter-spacing: 0.14em;
	font-size: 14px;
	position: absolute;
	bottom: 10px;
	right: 0px;
	transform: rotate(90deg);
	display: block;
	height: 181px;
	width: 263px;
}
.main_sbar::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: #dfdfdf;
}
.main_sbar::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 30px;
	background: #65b820;
	animation: sdl 2s ease infinite;
}
@keyframes sdl {
	0% {
		transform: translateY(-70px);
	}
	50%,
	100% {
		transform: translateY(30px);
	}
}
/*------/XN[o[-----*/
.top_en {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 25px;
}
.main_inner {
	width: 1000px;
	height: 100vh;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 70px;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}
.main_inner::before {
	content: "";
	display: block;
	background: url(../img/main_icon.png);
	width: 147px;
	height: 391px;
	position: absolute;
	left: -40px;
	top: 0;
	bottom: 8%;
	margin: auto;
}
.main_inner::after {
	content: "";
	display: block;
	background: url(../img/main_no1.png);
	width: 279px;
	height: 150px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 8%;
	margin: auto;
}
.main_txt {
	color: #fff;
}
.main_ti {
	display: block;
	font-size: 50px;
	font-weight: bold;
	line-height: 70px;
	margin: 10px 0 40px;
}
.main_txt p {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0.1em;
}
.main_menu {
	width: calc(100% - 160px);
	max-width: 1420px;
	box-sizing: border-box;
	background: #fff;
	padding: 30px;
	position: absolute;
	right: 0;
	bottom: -150px;
	z-index: 2;
}
.main_menu ul {
	display: flex;
	justify-content: space-between;
}
.main_menu ul li {
	width: 25%;
	box-sizing: border-box;
	position: relative;
}
.main_menu ul li img {
	width: 100%;
}
.main_menu ul li:not(:last-child) {
	margin-right: 15px;
}
.main_menu ul li::before {
	content: "";
	display: block;
	background: url(../img/main_menu_pop01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 90%;
	height: 68px;
	position: absolute;
	left: 5%;
	top: -40px;
	opacity: 0;
	transition: .4s;
}
.main_menu ul li:nth-child(2)::before {
	background: url(../img/main_menu_pop02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.main_menu ul li:nth-child(3)::before {
	background: url(../img/main_menu_pop03.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.main_menu ul li:nth-child(4)::before {
	background: url(../img/main_menu_pop04.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.main_menu ul li:nth-child(5)::before {
	background: url(../img/main_menu_pop05.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.main_menu ul li:hover::before {
	opacity: 1;
	top: -70px;
	transition: .4s;
}
/*-------------top_info---------------*/
.t_info {
	width: 1100px;
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
}
.t_news {
	width: 550px;
}
.t_news_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.t_news_top a {
	display: block;
	width: 100px;
	line-height: 30px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
}
.t_news_top a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
.t_news_iframe {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
}
.t_news_iframe iframe {
	width: 100%;
	&:first-child {
		height: 121px;
	}
	&:last-child {
		height: 355px;
	}
}
.t_insta {
	width: 500px;
}
.insta_top {
	width: 100%;
	& img {
		width: 100%;
	}
}
.insta_top a {
	display: block;
	width: 100px;
	line-height: 30px;
	background: linear-gradient(#fd644f, #f28e26);
	color: #fff;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
}
.insta_top a:hover {
	background: #fff;
	color: #fd644f;
	border: 1px solid #fd644f;
}
.insta_btm {
	position: relative;
	width: 500px;
	height: 250px;
	& a {
		position: absolute;
		width: 500px;
		height: 250px;
	}
	& iframe {
		width: 100%;
		height: 100%;
	}
}
.t_info_box iframe {
	width: 100%;
	height: 270px;
}
.t_info_in ul {
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.t_info_in ul li {
	width: 100%;
	display: flex;
	list-style: none;
	border-top: 1px solid #eee;
	position: relative;
	margin-right: 20px;
	padding: 10px 0;
	box-sizing: border-box;
}
.t_info_in ul li:last-child {
	border-right: none;
	margin-right: 0;
}
.info_box_img {
	width: 100px;
	overflow: hidden;
	margin-right: 20px;
	height: 100px;
	background: url(/img_cms/no-image.gif) no-repeat;
	background-size: cover;
}
.info_box_img img {
	height: 100px !important;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center center;';
	object-position: center center;
	min-width: 100% !important;
	transition-duration: 0.5s;
}
.t_info_in ul li:hover .info_box_img img {
	transform: scale(1.2);
	transition-duration: 0.5s;
}
.info_box_r {
	padding-right: 20px;
}
.info_box_date {
	font-size: 13px;
	color: #999;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
.info_box_thema {
	display: flex;
	flex-wrap: wrap;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
.info_txt {
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
.info_box_thema label {
	font-size: 12px;
	color: #fff;
	background-color: #6f613b;
	padding: 2px 4px;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 3px;
}
.info_txt span {
	font-size: 14px;
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.t_info_in ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.t_ti {}
.t_ti p {
	font-size: 40px;
	line-height: 1;
	margin: 0;
	font-family: century gothic;
	font-weight: bold;
}
.t_ti h2 {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	margin: 0;
}
.t_ti_yoko {
	display: flex;
	align-items: baseline;
}
.t_ti_yoko p {
	margin-right: 10px;
}
/*-------------/top_info---------------*/
/*-------------top_search---------------*/
.top_search_txt {
	width: 1100px;
	margin: 120px auto 50px;
	position: relative;
}
.top_search_txt::after {
	content: "";
	display: block;
	background: url(../img/m_img02.png);
	width: 408px;
	height: 215px;
	position: absolute;
	right: -15px;
	bottom: -50px;
}
.top_en_sub {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	letter-spacing: 0.07em;
	font-size: 24px;
	margin: 20px 0;
}
.top_en_sub::before {
	content: "";
	display: block;
	background: #65b820;
	width: 75px;
	height: 1px;
	margin: 0 0 20px;
}
.top_search_txt h2 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}
.top_search_wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 70px;
	position: relative;
}
.top_search_wrap::before {
	content: "";
	width: 50vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	display: block;
	background: #00a23f;
}
.top_search_wrap::after {
	content: "";
	width: 50vw;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	display: block;
	background: #01762f;
}
.top_search_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0
}
.top_search_inner h3 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin: 0;
}
.top_search_l ul {
	display: flex;
	flex-wrap: wrap;
	width: 500px;
	margin-top: 50px;
}
.top_search_l ul li span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 15px 0 0;
}
.top_search_l ul li {
	padding-bottom: 20px;
	border-bottom: 1px dashed #fff;
	padding-right: 20px;
	text-align: center;
}
.top_search_l ul li:nth-of-type(4n) {
	padding-right: 0;
}
.top_search_l ul li:nth-child(3),
.top_search_l ul li:nth-child(7) {
	padding-left: 20px;
	border-left: 1px dashed #fff;
}
.top_search_l ul li:nth-child(5),
.top_search_l ul li:nth-child(6),
.top_search_l ul li:nth-child(7),
.top_search_l ul li:nth-child(8) {
	border-bottom: none;
	padding-top: 20px;
	padding-bottom: 0;
}
.top_search_l ul li a img {
	transition: .3s;
}
.top_search_l ul li a:hover img {
	transform: rotate(10deg);
	transition: .3s;
}
.top_search_r ul {
	margin-top: 45px;
}
.top_search_r ul li a {
	display: block;
	background: #fff;
	width: 495px;
	height: 80px;
	border-radius: 5px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: #000;
	padding-left: 60px;
	box-sizing: border-box;
	transition: .3s;
}
.top_search_r ul li a:hover {
	background: #fffe89;
	transition: .3s;
}
.top_search_r ul li:not(:last-child) {
	margin-bottom: 10px;
}
.top_search_r ul li a span {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 25px;
	margin-right: 25px;
}
.top_search_r ul li a p {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 25px;
	width: 265px;
}
.top_search_r ul li a::before {
	content: "";
	display: block;
	background: url(../img/room_s_icon01.png);
	width: 74px;
	height: 81px;
	position: absolute;
	top: 5px;
	left: -5px;
}
.top_search_r ul li:nth-child(2) a::before {
	background: url(../img/room_s_icon02.png);
	width: 112px;
	height: 58px;
	left: -45px;
	top: 19px;
}
.top_search_r ul li:nth-child(3) a::before {
	background: url(../img/room_s_icon03.png);
	width: 59px;
	height: 87px;
	top: 10px;
	left: 10px;
}
.top_search_r ul li:nth-child(4) a::before {
	background: url(../img/room_s_icon04.png);
	width: 60px;
	height: 87px;
	top: 10px;
	left: 10px;
}
/*-------------/top_search---------------*/
/*-------------search_map---------------*/
.search_map_wrap {
	width: 1100px;
	margin: 70px auto 110px;
}
.search_map_ti {
	text-align: center;
}
.top_en_main {
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 'Source Sans Pro', sans-serif;
	font-weight: bold;
	letter-spacing: 0.13em;
	font-size: 55px;
	line-height: 55px;
	margin: 20px 0;
}
.search_map_ti p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.search_map_ti h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.1em;
}
.font_r {
	font-weight: bold;
	color: #ff5a00;
	font-size: 50px;
}
.font_g {
	font-weight: bold;
	color: #64b81f;
	font-size: 50px;
}
/*-- ^uΨθΦ¦ --*/
.tab {
	cursor: pointer;
}
.panel {
	display: none;
}
.tab.is-active {
	transition: all 0.2s ease-out;
}
.panel.is-show {
	display: block;
}
.tab-group {
	width: 915px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
}
.tab-group li {
	width: 450px;
	height: 70px;
	line-height: 66px;
	border: 3px solid #eee;
	text-align: center;
	background: #eee;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	box-sizing: border-box;
	transition: .3s;
}
.tab-group li:hover {
	border: 3px solid #aaa;
	transition: .3s;
}
.tab-group li span {
	font-size: 20px;
	font-weight: bold;
}
.tab-group li::before {
	content: "";
	display: block;
	background: url(../img/search_tab_icon01.png);
	width: 46px;
	height: 38px;
	position: absolute;
	left: 20px;
	top: 10px;
}
.tab-group li:nth-child(2)::before {
	background: url(../img/search_tab_icon02.png);
	width: 30px;
	height: 30px;
	top: 17px;
}
.tab.is-active {
	border: 3px solid #67b722 !important;
	background: #fff;
}
.tab.is-active::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #67b722;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: 220px;
	bottom: -18px;
	transform: rotate(90deg);
	transition: .3s;
}
/*-------------/search_map---------------*/
/*-------------search_zyoken---------------*/
.zyoken_search_wrap {
	width: 1100px;
	background: #ccc;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
.zyoken_search_l {
	width: 510px;
}
.zyoken_search_l h3 {
	width: 400px;
	background: #2183B4;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	border-radius: 5px 5px 0 0;
}
.zyoken_sy_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	border: 1px solid #aaa;
}
.zyoken_sy_list ul li {
	width: 25%;
	box-sizing: border-box;
}
.zyoken_sy_list ul li:not(:last-child) {
	border-right: 1px solid #aaa;
}
.zyoken_sy_list ul li a {
	display: block;
	text-align: center;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0;
	color: #000;
	transition: .3s;
}
.zyoken_search_l ul li a:hover {
	transition: .3s;
	background: #DEEDF4;
	color: #2183b4;
}
.zyoken_search_r ul li a:hover {
	transition: .3s;
	background: #F4FCED;
	color: #65B820;
}
.zyoken_sy_list ul li a::before {
	content: "";
	display: block;
	background: url(../img/buy_sy_icon01.png);
	width: 80px;
	height: 60px;
	margin: 0 auto 20px;
}
.zyoken_sy_list ul li:nth-child(2) a::before {
	background: url(../img/buy_sy_icon02.png);
}
.zyoken_sy_list ul li:nth-child(3) a::before {
	background: url(../img/buy_sy_icon03.png);
}
.zyoken_sy_list ul li:nth-child(4) a::before {
	background: url(../img/buy_sy_icon04.png);
}
.zyoken_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.zyoken_list ul li {
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #aaa;
}
.zyoken_list ul li:nth-of-type(odd) {
	border-right: 1px solid #aaa;
}
.zyoken_list ul li a {
	display: block;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #000;
	background: #fff;
	position: relative;
	transition: .3s;
}
.zyoken_list ul li a::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: 13px;
	background: #2183B4;
}
.zyoken_list ul li a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: 21px;
}
.zyoken_search_r h3 {
	background: #65B820;
}
.zyoken_search_r .zyoken_sy_list ul li {
	width: 33.333333%;
}
.zyoken_search_r .zyoken_list ul li a::before {
	background: #65B820;
}
.zyoken_search_r .zyoken_sy_list ul li a::before {
	background: url(../img/chi_sy_icon01.png);
}
.zyoken_search_r .zyoken_sy_list ul li:nth-child(2) a::before {
	background: url(../img/chi_sy_icon02.png);
}
.zyoken_search_r .zyoken_sy_list ul li:nth-child(3) a::before {
	background: url(../img/chi_sy_icon03.png);
}
.zyoken_user_form {
	padding: 20px;
	background: #DEEDF4;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.zyoken_user_form ul {
	display: flex;
	justify-content: space-between;
	width: 400px;
	margin: 0 auto 15px;
}
.zyoken_user_form ul li p {
	display: inline-block;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	padding: 0 10px;
	margin: 0 15px 0 0;
	background: #2183b4;
}
.zyoken_user_form ul li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	color: #333;
	font-size: 26px;
	font-weight: bold;
}
.zyoken_user_form ul li span {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
.zyoken_user_form ul li:last-child,
.zyoken_user_form ul li:last-child span {
	color: #FF2021;
}
.zyoken_user_form ul li:last-child p {
	background: #FF2021;
}
.zyoken_user_btn {
	text-align: center;
	padding-left: 230px;
	position: relative;
	z-index: 1;
}
.zyoken_user_btn::before {
	content: "";
	display: block;
	background: url(../img/zyoken_user_bg.png);
	width: 218px;
	height: 63px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.zyoken_user_btn span {
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.zyoken_user_btn a {
	display: block;
	position: relative;
	width: 230px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: #FF2021;
	border: 2px solid #FF2021;
	box-sizing: border-box;
	transition: .3s;
}
.zyoken_user_btn a:hover {
	background: #fff;
	color: #FF2021;
	transition: .3s;
}
.zyoken_user_btn::after {
	content: "";
	display: block;
	width: 230px;
	height: 45px;
	background: #8A2700;
	position: absolute;
	right: 3px;
	bottom: -5px;
	z-index: -1;
}
.zyoken_reserv {
	background: #F4FCED;
	padding: 21px 10px 0;
	text-align: center;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.zyoken_reserv img {
	width: 100%;
	margin-top: 10px;
}
.zyoken_reserv p {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.zyoken_reserv a {
	color: #333;
}
.reserv_num_f {
	font-size: 12px;
	font-weight: 500;
	margin-left: 5px;
}
.reserv_num_r {
	display: inline-block;
	color: #FC4A02;
	font-weight: bold;
	font-size: 22px;
	margin: 0 10px;
}
.reserv_num_r span {
	font-weight: bold;
	font-size: 14px;
}
.zyoken_free_form {
	background: #fff;
	padding: 30px 50px;
	border: 1px solid #aaa;
}
.zyoken_free_form form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.zyoken_free_form .side_search_window {
	display: block;
	width: 310px;
	line-height: 35px;
	border-radius: 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #aaa;
	padding-left: 15px;
	box-sizing: border-box;
	font-family: "ΰSVbNΜ", "Yu Gothic", YuGothic, "qMmpS Pro", "Hiragino Kaku Gothic Pro", "CI", Meiryo, "MS PSVbN", "MS PGothic", sans-serif;
}
.zyoken_free_form .side_free_btn {
	width: 80px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	line-height: 40px;
	letter-spacing: 0.1em;
	font-family: "ΰSVbNΜ", "Yu Gothic", YuGothic, "qMmpS Pro", "Hiragino Kaku Gothic Pro", "CI", Meiryo, "MS PSVbN", "MS PGothic", sans-serif;
	cursor: pointer;
}
/*-------------/search_zyoken---------------*/
/*-------------voive---------------*/
.voice_warp {
	width: 100%;
	overflow: hidden;
	background: url(../img/voice_bg.png);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 120px 0;
}
.voice_inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.voice_inner iframe {
	display: block;
	width: 150vw;
	height: 550px;
	margin-top: -95px;
}
.voice_ti {
	margin-bottom: 50px;
}
.voice_ti h2 {
	font-size: 30px;
	letter-spacing: 0.05em;
}
.voice_inner::before {
	content: "";
	display: block;
	background: url(../img/voice.png);
	width: 597px;
	height: 166px;
	position: absolute;
	right: -200px;
	top: -15px;
	z-index: -1;
}
.voice_con {
	width: 100vw;
	padding-top: 95px;
}
.voice_con::-webkit-scrollbar {
	height: 3px;
}
.voice_con::-webkit-scrollbar-track {
	background-color: #fff;
}
.voice_con::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px #64b81f;
}
.voice_con ul {}
.voice_con ul li {
	position: relative;
}
/*--
.voice_con ul li:first-child::before {
 content: "";
 background: url(../img/voice_new.png);
 width: 60px;
 height: 60px;
 position: absolute;
 left: -20px;
 top: -20px;
 z-index: 1;
}

--*/
.voice_con ul li a {
	display: block;
	width: 350px;
	height: 390px;
	box-sizing: border-box;
	position: relative;
	margin-right: 30px;
	background: #fff;
	padding-bottom: 20px;
	color: #000;
	transition: .3s;
}
.voice_con ul li a:hover img {
	transform: scale(1.1, 1.1);
	transition: .3s;
}
.voice_img {
	display: block;
	width: 350px;
	height: 250px;
	overflow: hidden;
}
.voice_img img {
	width: 350px;
	height: 250px !important;
	object-fit: cover;
	transition: .3s;
}
.voice_con ul li a p {
	display: block;
	width: 300px;
	height: 75px;
	margin: 10px auto;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #000;
}
.voice_name {
	display: block;
	text-align: right;
	padding: 0 25px;
	color: #aaa;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
}
.voice_btn a {
	display: block;
	width: 300px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 40px auto 60px;
	transition: .3s;
}
.voice_btn a:hover {
	color: #fff;
	background: #64B81F;
	transition: .3s;
}
/*-------------/voive---------------*/
.sale_wrap {
	width: 100%;
	position: relative;
}
.sale_wrap::before {
	content: "";
	display: block;
	width: calc(100% - 50px);
	height: 1000px;
	background: #f7fdf1;
	position: absolute;
	right: 0;
	top: 150px;
	z-index: -1;
}
.sale_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.sale_inner::before {
	content: "";
	display: block;
	background: url(../img/sale_bg02.png);
	width: 1217px;
	height: 1191px;
	position: absolute;
	left: -120px;
	top: 0;
	z-index: -1;
}
.sale_inner::after {
	content: "";
	display: block;
	background: url(../img/m_img01.png);
	width: 384px;
	height: 263px;
	position: absolute;
	left: -100px;
	top: -263px;
}
.sale_ti {
	text-align: center;
	position: relative;
	margin: 110px 0 60px;
}
.sale_ti::before {
	content: "";
	display: block;
	background: url(../img/pitat_icon02.png);
	width: 230px;
	height: 331px;
	position: absolute;
	right: 50px;
	top: -190px;
	z-index: 1;
}
.sale_con {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sale_con_l {
	position: relative;
	padding-left: 40px;
}
.top_en {
	font-size: 15px;
}
.sale_con_l .top_en {
	transform: rotate(90deg);
	display: block;
	position: absolute;
	left: -90px;
	top: 80px;
	letter-spacing: 0.1em;
}
.sale_con_l p {
	font-size: 35px;
	font-weight: bold;
	line-height: 75px;
	letter-spacing: 0.1em;
	color: #000;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0;
}
.sale_con_l p span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #64b81f;
	line-height: 48px;
	padding: 5px 0;
	margin: 0 0 10px;
}
.sale_con_r {
	width: 520px;
}
.sale_con_r h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 46px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0 0 30px;
}
.sale_con_r ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.sale_con_r ul li {
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	padding: 0 20px;
	border: 1px solid #000;
	margin-right: 10px;
	background: #fff;
}
.sale_con_r p {
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #000;
	margin: 30px 0 0;
}
.sale_bnr ul {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 30px;
}
.sale_bnr ul li {
	width: 50%;
	box-sizing: border-box;
}
.sale_bnr ul li:last-child {
	border-left: 1px solid #fff;
}
.sale_bnr ul li a {
	display: block;
	background: url(../img/sale_btn_bg.png);
	height: 210px;
	padding-top: 70px;
	padding-left: 40px;
	color: #fff;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	transition: .3s;
}
.sale_bnr ul li:last-child a {
	background: url(../img/sale_btn_bg_r.png);
}
.sale_bnr ul li a:hover {
	background: url(../img/sale_btn_bg_on.png);
	transition: .3s;
}
.sale_bnr ul li:last-child a:hover {
	background: url(../img/sale_btn_bg_r_on.png);
	transition: .3s;
}
.sale_bnr ul li a:hover::before {
	width: 300px;
	height: 300px;
	transition: .3s;
	top: -35px;
}
.sale_bnr ul li a::before {
	content: "";
	display: block;
	width: 230px;
	height: 230px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: -10px;
	transition: .3s;
}
.sale_bnr ul li a::after {
	content: "";
	display: block;
	background: url(../img/sale_arrow.png);
	width: 50px;
	height: 50px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.sale_bnr ul li a span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 46px;
	margin: 0 0 10px;
	color: #fff;
}
.sale_bnr ul li a p {
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0;
}
.slideBox {
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-left: -100px;
	width: 1200px;
	z-index: -1;
}
.slideBox img {
	opacity: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 10s 0s infinite;
	animation: anime 21s 0s infinite;
}
.slideBox img:nth-of-type(2) {
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}
.slideBox img:nth-of-type(3) {
	-webkit-animation-delay: 14s;
	animation-delay: 14s;
}
@keyframes anime {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		z-index: 9;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		z-index: 9;
	}
	100% {
		opacity: 0;
	}
}
/*-------------owner---------------*/
.owner_warp {
	width: 100%;
	background: url(../img/owner_bg.png);
	background-position: 0px 230px;
	background-repeat: no-repeat;
	padding: 180px 0;
}
.owner_inner {
	width: 1100px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}
.owner_inner::before {
	content: "";
	display: block;
	background: url(../img/pitat_icon03.png);
	width: 94px;
	height: 369px;
	position: absolute;
	right: -75px;
	top: -120px;
}
.owner_inner::after {
	content: "";
	display: block;
	background: url(../img/pitat_icon04.png);
	width: 105px;
	height: 153px;
	position: absolute;
	left: -135px;
	bottom: -90px;
}
.owner_txt {
	width: 270px;
}
.owner_txt p {
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 20px 0 30px;
}
.owner_txt ul li {
	position: relative;
}
.owner_txt ul li a {
	display: block;
	width: 270px;
	line-height: 70px;
	background: #fff;
	border: 1px solid #aaa;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-indent: 30px;
	color: #000;
	margin-bottom: 10px;
	transition: .3s;
}
.owner_txt ul li a::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #64b920;
}
.owner_txt ul li a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 12px;
	bottom: 10px;
}
.owner_txt ul li a:hover {
	color: #64b920;
	transition: .3s;
	border: 1px solid #64b920;
}
.owner_con {
	margin-bottom: -50px;
}
.owner_con ul {
	width: 740px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.owner_con ul li {
	position: relative;
	width: 235px;
	height: 315px;
	border-radius: 5px;
	background: #fff;
}
.owner_con ul li:nth-child(2) {
	margin-top: 35px;
}
.owner_con ul li:nth-child(3) {
	margin-top: 70px;
}
.owner_con ul li h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #53b601;
	margin: 15px 0 15px 15px;
}
.owner_con ul li p {
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: #000;
	margin: 0 15px;
	font-weight: bold;
}
.owner_point {
	width: 110px;
	height: 110px;
	background: #53b601;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	position: absolute;
	top: -140px;
	left: 62px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
}
.owner_point::before {
	content: "";
	background: #53b601;
	width: 2px;
	height: 50px;
	position: absolute;
	left: 54px;
	bottom: -49px;
}
.owner_point span {
	display: block;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	margin-top: 5px;
}
/*-------------about---------------*/
.about_wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 90px;
	margin-bottom: 80px;
	margin-top: 50px;
}
.about_inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.about_top {
	position: relative;
	margin-left: -100px;
	z-index: 1;
}
.about_con {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.about_con::before {
	content: "";
	display: block;
	width: 100vw;
	height: 610px;
	position: absolute;
	right: 550px;
	top: 0;
	background: #65b820;
	z-index: -1;
}
.about_con_l {
	width: 480px;
}
.about_con_l .top_en_main,
.about_con_l h2 {
	color: #fff;
}
.info_wrap {
	background: #fff;
	width: 480px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 20px;
}
.info_wrap iframe {
	display: block;
	width: 440px;
	height: 300px;
}
.info_ti {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.info_ti h3 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0;
}
.info_ti a {
	width: 110px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	background: #000;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border: 1px solid #000;
	box-sizing: border-box;
	transition: .3s;
}
.info_ti a:hover {
	background: #fff;
	color: #000;
	transition: .3s;
}
.info_con iframe {
	width: 100%;
}
.info_con ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	transition: .3s;
}
.info_con ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.info_con ul li a {
	display: block;
	color: #000;
	position: relative;
}
.info_con ul li a:hover {
	text-decoration: underline;
}
.info_day {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #8e8e8e;
}
.info_tag {
	display: inline-block;
	border: 1px solid #1fb88a;
	line-height: 17px;
	width: 60px;
	box-sizing: border-box;
	text-align: center;
	color: #1fb88a;
	font-size: 10px;
	font-weight: bold;
	margin-left: 15px;
}
.info_img {
	width: 85px;
	height: 60px;
	display: block;
	position: absolute;
	right: 40px;
	top: 5px;
	& img {
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}
}
.info_con ul li p {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.05em;
	margin: 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 410px;
}
.about_con_r {
	width: 525px;
}
.about_con_r p {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	margin: 30px 0;
	color: #000;
}
.about_com {
	width: 520px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.about_com_ti {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #ccc;
}
.about_com_ti span {
	display: block;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 5px solid #65b820;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000;
}
.about_com_ti a {
	width: 100px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	background: #000;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border: 1px solid #000;
	box-sizing: border-box;
	transition: .3s;
}
.about_com_ti a:hover {
	background: #fff;
	color: #000;
	transition: .3s;
}
.about_com_con {
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.about_com_con img {
	display: block;
	margin-right: 15px;
}
.about_com_con p {
	font-size: 13px;
	line-height: 25px;
	margin: 0;
}
/*-------------about_link---------------*/
.about_link_wrap {
	width: 1100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 60px auto 120px;
}
.about_link_con {
	width: 535px;
}
.pre_ti {
	font-family: "ΰΎ©Μ", "Yu Mincho", YuMincho, "qMmΎ© Pro", "Hiragino Mincho Pro", "MS PΎ©", "MS PMincho", serif;
	font-size: 34px;
	line-height: 50px;
	letter-spacing: 0.15em;
	color: #000;
}
.pre_ti span {
	display: block;
	margin-left: -80px;
}
.pre_ti_g {
	display: inline !important;
	margin-left: 0 !important;
	color: #65b820;
}
.pre_message {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.pre_message p {
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #000;
	position: relative;
	margin: 0;
	font-weight: bold;
}
.pre_message p span {
	display: block;
	margin-top: 15px;
	text-align: right;
}
.about_link_con ul {
	width: 490px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.about_link_con ul li {
	position: relative;
	margin-bottom: 10px;
}
.about_link_con ul li::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #64b920;
}
.about_link_con ul li::after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 8px;
	bottom: 6px;
}
.about_link_con ul li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	width: 240px;
	line-height: 58px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000;
	transition: .3s;
	transition: ease .2s;
}
.about_link_con ul li a:hover {
	color: #64b920;
	transition: .3s;
	border: 1px solid #64b920;
}
.about_link_con ul li a::before {
	content: "";
	display: block;
	background: url(../img/about_icon01.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	margin: 0 15px;
}
.about_link_con ul li:nth-child(2) a::before {
	background: url(../img/about_icon02.png);
	background-repeat: no-repeat;
	background-position: center;
}
.about_link_con ul li:nth-child(3) a::before {
	background: url(../img/about_icon03.png);
	background-repeat: no-repeat;
	background-position: center;
}
.about_link_con ul li:nth-child(4) a::before {
	background: url(../img/about_icon04.png);
	background-repeat: no-repeat;
	background-position: center;
}
.about_link_con ul li:nth-child(5) a::before {
	background: url(../img/about_icon05.png);
	background-repeat: no-repeat;
	background-position: center;
}
.about_link_con ul li:nth-child(6) a::before {
	background: url(../img/about_icon06.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*-------------map_pop---------------*/
.map_wrap map {
	position: relative;
}
.map_wrap map span {
	position: absolute;
	display: block;
	transition: .3s;
}
.shizuoka {
	top: -170px;
	left: 18px;
}
.shizuoka:hover {
	top: -185px;
	z-index: 1;
}
.fujinomiya {
	left: 185px;
	top: -360px;
}
.fujinomiya:hover {
	top: -371px;
	z-index: 1;
}
.fuji {
	left: 265px;
	top: -270px;
}
.fuji:hover {
	top: -280px;
	z-index: 1;
}
.nagaizumi {
	left: 490px;
	top: -225px;
}
.nagaizumi:hover {
	top: -245px;
	z-index: 1;
}
.shimizu {
	left: 500px;
	top: -155px;
}
.shimizu:hover {
	top: -165px;
	z-index: 1;
}
.numazu {
	left: 410px;
	top: -190px;
}
.numazu:hover {
	top: -170px;
	z-index: 1;
}
.mishima {
	left: 600px;
	top: -240px;
}
.mishima:hover {
	top: -220px;
	z-index: 1;
}
.map_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	background: #fff;
	width: 200px;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	transition: .3s;
	z-index: -1;
}
.map_btn li a {
	display: block;
	width: 80px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	background: #00a23f;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.1em;
	transition: .3s;
}
.map_btn li:last-child a {
	background: #01762f;
}
.map_btn li a:hover {
	background: #ff8400;
	transition: .3s;
}
.map_btn li:last-child a:hover {
	background: #ff8400;
}
.map_wrap map span:hover .map_btn {
	opacity: 1;
	transition: .3s;
}
.map_wrap {
	position: relative;
}
.map_link_list {
	position: absolute;
	right: 25px;
	top: 300px;
}
.map_link_list ul li a {
	display: block;
	width: 240px;
	line-height: 55px;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-indent: 50px;
	position: relative;
	transition: .3s;
}
.map_link_list ul li a::before {
	content: "";
	display: block;
	background: url(../img/map_icon01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 32px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 14px;
}
.map_link_list ul li:nth-child(2) a::before {
	background: url(../img/map_icon02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.map_link_list ul li:nth-child(3) a::before {
	background: url(../img/map_icon03.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.map_link_list ul li a i {
	position: absolute;
	right: 10px;
	top: 35px;
	font-size: 10px;
}
.map_link_list ul li a:hover {
	background: #ccc;
	transition: .3s;
}
/*----------fadein---------------*/
.fadein_l {
	opacity: 0;
	transition: 1.5s;
	transform: translate(-50px, 0);
}
.fadein_r {
	opacity: 0;
	transition: 1.5s;
	transform: translate(50px, 0);
}
.fadein {
	opacity: 0;
	transition: 1.5s;
	transform: translate(0, 50px);
}
.fadein_l.fade_in_l,
.fadein_r.fade_in_r,
.fadein.fade_in {
	opacity: 1;
	transform: translate(0px, 0);
}
.scalein {
	opacity: 0;
	transition: 0.8s;
	transform: scale(0);
}
.scalein.scale_in {
	opacity: 1;
	transform: scale(1);
}
/*----------/fadein---------------*/
/*--top_about_add--*/
.about_txt_wrap p {
	font-size: 18px;
	color: #fff;
	line-height: 2;
}
.about_con_r_add {
	margin-top: 50px;
}