@charset "utf-8";
@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-Regular.eot");
	src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: "Alibaba";
	src: url("fonts/Alibaba-PuHuiTi-Bold.eot");
	src: url("fonts/Alibaba-PuHuiTi-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Alibaba-PuHuiTi-Bold.woff") format("woff"), url("fonts/Alibaba-PuHuiTi-Bold.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: "Alibaba-H";
	src: url("fonts/AlibabaPuHuiTi-Heavy.eot");
	src: url("fonts/AlibabaPuHuiTi-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/AlibabaPuHuiTi-Heavy.woff") format("woff"), url("fonts/AlibabaPuHuiTi-Heavy.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: "myicon";
	src: url("fonts/icomoon.eot");
	src: url("fonts/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg");
	font-weight: 100;
	font-style: normal;
}

html,
body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
	border: 0;
	vertical-align: middle;
}
iframe {
	max-width: 100%;
}
textarea,
input,
a,
div,
img {
	outline: none;
}
li,
ul,
a,
div,
nav,
header,
footer,
form,
section,
span,
p,
img,
input,
i,
input,
em,
textarea {
	box-sizing: border-box;
}
input,
button,
textarea {
	font-family: "Montserrat", "黑体", serif;
}

body {
	position: relative;
	color: #333;
	font-family: "Montserrat", "黑体", serif;
	font-size: 14px;
	background-color: #fff;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333;
	text-decoration: none;
	vertical-align: middle;
}
em,
i {
	font-style: normal;
}
p {
	line-height: 180%;
}

h3 {
	margin-bottom: 16px;
}
h2 {
	font-size: 36px;
	line-height: 40px;
}
h3 {
	font-size: 30px;
	line-height: 36px;
}
h4 {
	font-size: 22px;
	line-height: 28px;
}
h5 {
	font-size: 18px;
	line-height: 22px;
}

.app-cell a:hover,
.form-item button:hover,
.about-btn:hover,
.rental-item-btn:hover,
.home-box-btn:hover,
.rental-item-btn:hover,
.plan-see-more:hover,
.social-box a:hover {
	opacity: 0.8;
}

.cf:after,
.page-nav .wrap:aftel {
	content: "";
	display: block;
	clear: both;
}
.full {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.btn,
form button {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border: 2px solid #111;
	color: #111;
	background-color: #fff;
}
form button {
	font-size: 14px;
	height: auto;
	cursor: pointer;
}
.btn:before,
.btn:hover,
.btn:hover:before,
form button:hover,
form button:hover:before {
	color: #fff;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section > .wrap {
	width: 70%;
	max-width: 1360px;
	margin: 0 auto;
}

/*导航 ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————*/
.gap {
	height: 140px;
}
.header.small + .gap {
	height: 50px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	text-align: center;
	font-size: 0;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	z-index: 999999;
}
.header.small {
	top: -90px;
}
.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
}
.logo-text {
	max-width: 619px;
	margin: 0 40px 0 22px;
	font-size: 14px;
	color: #423e3e;
	line-height: 22px;
	text-align: left;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.logo img {
	height: 60px;
}
.nav {
	position: relative;
	height: 50px;
	line-height: 50px;
	background: #f4f4f4;
}
.nav > li {
	position: relative;
	display: inline-block;
	padding: 0 40px;
}
.nav > li > a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #111;
}
.nav > li.current > a,
.nav > li > a:hover {
	font-weight: 600;
}
.nav > li > a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 4px;
}
.nav > li.on a:before,
.nav > li.current > a:before,
.nav > li > a:hover:before {
	width: 40px;
	left: calc(50% - 20px);
}
.nav-header {
	text-align: left;
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	color: #423e3e;
	transform: translateX(-50%);
	width: 1200px;
	padding: 31px 50px 46px 50px;
	background: #decdd3;
	z-index: 9999;
}

.nav-rent {
	display: inline-block;
	margin-top: 65px;
	font-size: 16px;
	color: #111111;
	line-height: 26px;
	text-decoration: underline;
}

.nav-header h4 {
	padding-bottom: 14px;
	font-size: 24px;
	line-height: 33px;
	font-family: Alibaba;
	border-bottom: 1px solid #fff;
}

.nav-header h5 {
	padding-top: 18px;
	font-size: 18px;
	line-height: 28px;
	font-family: Alibaba;
}

.header-sub-1 {
	display: flex;
	margin-top: 49px;
	border-top: 1px solid #fff;
}

.header-sub-1 > div > div {
	display: flex;
}

.header-sub-1 > div:first-child {
	margin-right: 40px;
}

.header-sub-1 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 48px;
	background: #ffffff;
	border-radius: 24px;
	font-size: 16px;
	color: #111111;
	margin-top: 12px;
	margin-left: 5px;
}

.header-sub-1 > div > a:first-child {
	margin-left: 0;
}

.header-sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nav-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 545px;
	height: 64px;
	margin-top: 12px;
	background: #fff;
	border-radius: 12px;
	padding: 5px 20px 5px 8px;
}

.nav-menu > div {
	display: flex;
	align-items: center;
}

.nav-menu > div > img {
	display: inline-block;
	height: 52px;
	width: 52px;
	margin-right: 10px;
}

.nav-menu > div > span {
	font-size: 16px;
	color: #111111;
}

.nav-menu-small {
	width: 270px;
	padding-right: 0;
}

.nav-right {
	width: 8px;
	height: 14px;
}
.nav-header:hover .arrow-icon-pc,
.nav > li:nth-child(n + 2):nth-child(-n + 5) > a:hover .arrow-icon-pc {
	transform: rotate(180deg);
}
.nav > li:nth-child(n + 2):nth-child(-n + 5).on a:before,
.nav > li:nth-child(n + 2):nth-child(-n + 5).current > a:before,
.nav > li:nth-child(n + 2):nth-child(-n + 5) > a:hover:before {
	left: calc(50% - 20px - 8.5px);
}
.arrow-icon-pc {
	display: inline-block;
	width: 11px;
	height: 6px;
	margin-left: 6px;
}
.nav ul.sub {
	position: absolute;
	top: 90px;
	left: 50%;
	width: 240px;
	line-height: 50px;
	margin-left: -120px;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	border-radius: 3px;
	overflow: hidden;
	opacity: 0;
}
ul.sub li {
	position: relative;
}
.nav > li:hover ul.sub {
	top: 60px;
	visibility: visible;
	opacity: 1;
}
.nav .sub li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
}
.nav .sub li a:before {
	content: "";
	position: absolute;
	left: 15%;
	bottom: 0;
	width: 70%;
	height: 1px;
	background-color: rgba(155, 155, 155, 0.4);
}
.nav .sub li:last-child a:before {
	display: none;
}

#header5:hover,
#header4:hover,
#header3:hover,
#header2:hover {
	display: block;
}

.new-nav > li:nth-child(5):hover ~ #header5,
.new-nav > li:nth-child(4):hover ~ #header4,
.new-nav > li:nth-child(3):hover ~ #header3,
.new-nav > li:nth-child(2):hover ~ #header2 {
	display: block;
}

.slider {
	position: relative;
	width: 100%;
	font-size: 0;
}
.slider .item {
	position: relative;
}

.news-img,
.contact-img2,
.contact-img1,
.contact-img,
.rental-item-img,
.plan-bg,
.slider .img,
.bg,
.nav-img,
.home-box:nth-child(1):before,
.home-box:nth-child(2):before,
.home-box .img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slider .img {
	height: calc(100vw * 696 / 1920) !important;
}

.slick-dots {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	padding: 6px;
	cursor: pointer;
}
.slick-dots li div {
	width: 10px;
	height: 10px;
	background-color: #ddd;
	opacity: 0.6;
}
.slick-dots li.slick-active div,
.slick-dots li:hover div {
	background-color: #fff;
	opacity: 1;
}

.section {
	position: relative;
	padding-top: 290px;
}
.section1 {
	padding-top: 124px;
}
.section.home-pic {
	width: 100%;
}
.section .title {
	text-align: center;
	color: #435363;
	margin-bottom: 39px;
	font-family: Alibaba;
}
.section .title p {
	display: inline-block;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 42px;
	padding: 0 30px;
	background: #f1ddde;
	border-radius: 21px;
	letter-spacing: -0.5px;
}
.section .title p span {
	font-family: Alibaba-H;
}
.special-cell-title,
.reservation-p1,
.section .title h2 {
	font-size: 44px;
	line-height: 60px;
	letter-spacing: -1.3px;
}

.special-cell-title {
	margin: 72px 0 20px;
	font-family: Alibaba;
	text-align: center;
}

.pic-list {
	width: 80%;
	max-width: 1360px;
	min-width: 960px;
	margin: 0 auto;
}
.slick.pic-list {
	width: 100%;
	max-width: 100%;
}
.pic-box {
	position: relative;
	z-index: 1;
}
.pic-box .wrap {
	position: relative;
}
.for-3 .pic-box {
	width: 31.333333%;
	margin: 0 1%;
}
.for-4 .pic-box {
	width: 23%;
	margin: 0 1%;
}
.slick .pic-box {
	width: 23vw;
	margin: 0 10px;
}
.pic-box .img,
.news-box .img {
	position: relative;
	padding-top: 66%;
	text-align: center;
	overflow: hidden;
}
.pic-box .bg:before,
.news-box .bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
}
.news-box .bg:before {
	height: 0;
}
.news-box .img:before {
	content: "\e114";
	position: absolute;
	top: 52%;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -16px;
	font-family: "myicon";
	font-size: 32px;
	color: #fff;
	opacity: 0;
	z-index: 1;
}
.news-box:hover .bg:before {
	height: 100%;
}
.pic-list .pic-box:hover .bg,
.gallery-list .wrap:hover .bg,
.news-box:hover .bg {
	transform: scale(1.1, 1.1);
}
.pic-box h5 {
	position: relative;
	top: -20px;
	width: 70%;
	padding: 20px;
	background-color: #f4eae8;
}
.pic-box em {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -10px;
	text-align: center;
	color: #fff;
	opacity: 0;
}
.pic-box em:before {
	content: "\ea0a";
	position: relative;
	left: -10px;
	font-family: "myicon";
	color: #fff;
}
.pic-list .pic-box:hover .bg:before,
.gallery-list .wrap:hover .bg:before,
.pic-list .pic-box:hover em,
.gallery-list .wrap:hover em,
.news-box:hover .bg:before {
	opacity: 1;
}
.news-box:hover .img:before {
	opacity: 1;
	top: 50%;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: -25px;
	font-family: "myicon";
	background-color: #111;
	color: #fff;
	cursor: pointer;
	z-index: 10;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev:before {
	content: "\ea40";
}
.slick-next:before {
	content: "\ea3c";
}

.section .wrap {
	position: relative;
}
.news-box .text p,
.home-about p,
.category p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 160%;
}

@media screen and (max-width: 768px) {
	.home-about {
		padding: 60px 0;
	}
}
.home-about .text {
	position: relative;
	margin: 0 260px;
	padding-top: 10vh;
	padding-bottom: 10vh;
}
@media screen and (max-width: 1680px) {
	.home-about .text {
		margin: 0;
	}
}
.home-about .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
}
.home-about h4,
.home-about p,
.home-about .btn {
	margin-left: 45%;
}
.home-about h4 {
	padding-bottom: 30px;
}
.home-about p {
	padding: 30px 0 40px;
	border-top: 1px solid #d4d4d4;
}

.banner {
	position: fixed;
	top: 0;
	left: 0;
	height: 70%;
	height: 70vh;
	height: calc(55vh + 140px);
	width: 100%;
}
.banner .img {
	padding-top: 140px;
}
.page-nav {
	position: relative;
	margin: 0 auto;
	text-align: center;
	background-color: rgb(136, 136, 136);
	background-color: rgba(136, 136, 136, 0.5);
	overflow: hidden;
}
.page-nav .wrap {
	position: relative;
	width: 3000px;
	margin-top: 0;
	overflow: hidden;
	font-size: 0;
}
.page-nav.no-touch .wrap {
	width: 100% !important;
	transform: translate3d(0px, 0px, 0px) !important;
}
.ie9 .page-nav.no-touch .wrap {
	left: 0 !important;
}
.page-nav .wrap a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	margin: 0 10px;
	font-size: 15px !important;
	font-weight: bold;
	/*white-space: nowrap;*/
	color: #fff;
}
.page-nav:not(.no-touch) .wrap a {
	float: left;
}
.page-nav a:hover {
	color: #ddd;
}
.page-nav a.current {
	padding-bottom: 36px;
}
.page-nav a.current:before {
	content: "";
	position: absolute;
	width: 2500px;
	height: 16px;
	left: 50%;
	bottom: 0;
	margin-left: -1250px;
	background-image: url(../images/page_nav_bg.png);
	background-position: center;
	pointer-events: none;
}
.sub-page,
.detail-wrap {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.sub-page {
	padding-top: 300px;
}
.text-page {
	top: -80px;
	margin-top: 360px;
	margin-top: 28vh;
}
.xunmoban .text {
	white-space: pre-line;
	line-height: 170%;
}
.xunmoban .text img {
	max-width: 100%;
}
.xunmoban {
	overflow: hidden;
	font-size: 18px;
	background-color: #fff;
}
.xunmoban .title {
	margin-bottom: 0;
}
.xunmoban .title h3 {
	font-size: 42px;
	line-height: 100%;
	padding: 50px 0 30px;
}
.xunmoban .title p:before,
.xunmoban .title p:after {
	width: 200px;
	height: 1px;
	top: 50%;
	margin-top: -0.5px;
	background-image: none;
	background-color: #d4d4d4;
	opacity: 0.5;
}
.xunmoban img {
	max-width: 100%;
	margin: 30px 0;
}

.section.category {
	padding-top: 40px;
}
.category .wrap {
	margin-bottom: 120px;
}
.category .img {
	padding-top: 36%;
}
.category .text {
	position: absolute;
	left: 0;
	bottom: -6vh;
	width: 30%;
	padding: 40px 60px;
	padding-left: 0;
	background-color: #fff;
}
.category h4 {
	position: relative;
	padding-bottom: 40px;
}
.category h4:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 20px;
}
.category .wrap:nth-child(2n) .text {
	right: 0;
	left: auto;
	padding-left: 60px;
	padding-right: 0;
}

.news-page {
	max-width: 1360px;
}
.rent-page {
	margin: 0 auto;
	max-width: 1360px;
}
.news-page .xunmoban {
	padding: 0 4%;
	margin-bottom: 0;
}
.news-page .xunmoban .text {
	white-space: normal;
}
.news-page .title p {
	margin-bottom: 56px;
}

.news-list {
	font-size: 0;
}
.news-box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	padding: 20px;
	z-index: 1;
}
.news-box .time {
	display: block;
	padding: 20px 0 15px;
	font-weight: 600;
	font-size: 16px;
	color: #423e3e;
	line-height: 22px;
	border-bottom: 1px solid #d4d4d4;
}
.news-box h5 {
	font-size: 20px;
	color: #423e3e;
	line-height: 28px;
	padding: 12px 0 9px;
}
.news-box p {
	font-size: 14px;
	color: #8f8f8f;
	line-height: 24px;
}
.news-box a.full {
	margin: 20px;
}

.news-detail {
	padding-top: 6vh;
	padding-bottom: 10px;
	background-color: #fafafa;
}
.ctrl-menu {
	position: relative;
	font-size: 18px;
	top: 6vh;
	z-index: 99;
}
.ctrl-menu a {
	position: absolute;
	line-height: 24px;
}
.ctrl-menu .prev {
	left: 20px;
}
.ctrl-menu .prev:before {
	content: "\ea40";
	font-family: "myicon";
	padding-right: 10px;
}
.ctrl-menu .prev:hover {
	left: 40px;
}
.ctrl-menu .next {
	right: 20px;
}
.ctrl-menu a:after {
	line-height: 24px;
}
.ctrl-menu .next:after {
	content: "\ea3c";
	display: inline-block;
	vertical-align: top;
	font-family: "myicon";
	padding-left: 10px;
}
.ctrl-menu .next:hover {
	right: 40px;
}
.detail-wrap .title p {
	margin-bottom: 20px;
}
.news-detail .img img {
	width: 100%;
}
.img img {
	max-width: 100%;
}
.news-detail .xunmoban {
	padding: 40px 60px 60px;
}

.gallery-list .pic-box {
	position: relative;
	padding: 15px;
	float: left;
	width: 33.3333333%;
	text-align: center;
	overflow: hidden;
}

.gallery-list .pic-box .img {
	padding-top: 400px;
}
.gallery-list .pic-box {
	width: 50%;
}

.gallery-list .pic-box h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	height: 62px;
	line-height: 62px;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.gallery-list .pic-box i {
	padding: 0 20px;
}
.gallery-list .pic-box em:before {
	content: "\e986";
	left: 0;
	font-size: 32px;
}
.gallery-list .wrap:hover h5 {
	color: #fff;
}

.gallery-detail .detail-wrap {
	max-width: 960px;
}
.sub-slider {
	font-size: 0;
	margin-bottom: 40px;
}
.thumb {
	padding: 10px 0;
}
.sub-slider .img .item {
	position: relative;
	background-color: #fefefe;
	overflow: hidden;
}
.thumb .item {
	position: relative;
	height: 160px;
	background-color: #555;
}
.sub-slider .item img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: none;
}
.ie8 .sub-slider .item img {
	top: 0;
	left: 0;
}
.thumb .item img {
	width: 100%;
	height: auto;
}
.thumb .item.slick-current img {
	opacity: 0.4;
}
.sub-slider .slick-arrow {
	margin-top: -25px;
	font-size: 38px;
	font-family: "myicon";
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
}
.sub-slider .slick-prev:before,
.sub-slider .slick-next:before {
	display: none;
}
.sub-slider .slick-prev:after {
	content: "\f104";
}
.sub-slider .slick-next:after {
	content: "\f105";
}

.contact {
	margin-bottom: 120px;
}
.map {
	position: relative;
	height: 100%;
	z-index: 2;
}
#contact-map {
	height: 300px;
}
.has-map.banner + .section.contact {
	padding-top: 300px !important;
}
.BMap_cpyCtrl,
.anchorBL {
	display: none !important;
}
.contact h3 {
	margin-top: 16px;
}
.contact .text-wrap {
	padding: 20px 0 60px;
}
.contact h5 {
	padding-bottom: 20px;
}
.contact .text,
.form dt {
	font-size: 16px;
}
.contact .form {
	display: block;
	width: 70%;
}
.myform {
	width: 100%;
}
.form dt,
.form dd {
	padding-bottom: 15px;
}
dd {
	display: block;
}
input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	color: #111;
	border: 2px solid #d4d4d4;
}
textarea {
	width: 100%;
	padding: 15px;
}
input[type="text"],
input[type="email"] {
	min-height: 40px;
	height: 40px;
	padding: 0 15px;
}

.page {
	position: relative;
	padding: 80px 0;
	text-align: center;
	font-size: 0;
}
.page li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #d4d4d4;
	margin: 0 4px;
	vertical-align: top;
}
.page a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.page li:first-child,
.page li:last-child {
	font-size: 20px;
}
.page li:hover,
.page li.on {
	background-color: #ccc;
}

.footer {
	position: relative;
	padding: 65px 0;
	background-color: #aaaabc;
}
.footer .wrap {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.foot-extend {
	position: relative;
	margin-bottom: 18px;
}
.foot-box {
	display: inline-block;
}
.foot-box a {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	margin: 0 30px;
}
.copy {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.social-box {
	position: fixed;
	width: 100px;
	right: 11px;
	bottom: 0;
	text-align: center;
	font-size: 19px;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
.social-box.show {
	bottom: 0;
}
.social-box.go-top-show {
	bottom: 30px;
}
.social-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 22px;
	height: 100px;
	margin-bottom: 5px;
	border-radius: 9px;
	color: #fff;
	cursor: pointer;
}
.social-box a i {
	display: inline-block;
	width: 40px;
}
.cus2 {
	background: #aaaabc;
}
.cus1 {
	background: #da8794;
}
.social-box .go-top {
	height: 56px;
	border: 2px solid #da8794;
}
.go-top img {
	height: 22px;
	width: 28px;
}

.social-box.show {
	opacity: 1;
	visibility: visible;
}

a.go-top {
	opacity: 0;
	visibility: hidden;
}
.go-top-show a.go-top {
	opacity: 1;
	visibility: visible;
}

/*手机导航 、、、、、、、、、、、、、、、*/

.m-header {
	position: relative;
	display: none;
	height: 50px;
	background-color: #fff;
	z-index: 9999;
}
.m-header:after,
.has-ul em {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.has-ul em {
	z-index: 1;
}
.mobile .m-header {
	display: block;
	position: sticky;
	top: 0;
}
.m-logo {
	float: left;
	height: 50px;
}
.m-logo img {
	height: 100%;
	display: block;
	padding: 14px 20px;
}
.m-logo a {
	display: block;
	height: 100%;
}
.m-header > i {
	float: right;
	position: relative;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0;
	cursor: pointer;
}
.m-header > i:after,
li.has-ul:after {
	content: "\e9bd";
	font-family: "myicon";
	color: #888;
	position: absolute;
	height: 50px;
	width: 50px;
	left: 0;
	top: 0;
	font-size: 20px;
}
.m-header > i.down:after {
	content: "\ea0f";
	font-size: 16px;
}
.m-nav {
	display: none;
	position: relative;
	width: 100%;
	height: calc(100vh - 50px - 60px);
	background-color: #decdd3;
	overflow: auto;
	font-size: 14px;
	line-height: 19px;
	padding: 12px 22px;
	z-index: 99999;
	font-family: Alibaba-H;
}
.m-nav > li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #fff;
}
.nav-img-link {
	display: inline-block;
	margin-top: 24px;
}
.nav-img {
	width: calc(100vw - 44px);
	height: calc((100vw - 44px) * 244 / 672);
}

.arrow-icon {
	position: absolute;
	top: 21.5px;
	right: 0;
	height: 6px;
	width: 11px;
}

.sub-menu-header {
	margin-top: 10px;
	line-height: 40px;
}

.sub-menu li {
	line-height: 40px;
	font-family: normal;
	padding-left: 14px;
	font-weight: 500;
}

@media screen and (max-width: 1023px) {
	.m-header {
		display: block;
	}
}

@media screen and (max-width: 1281px) {
	.news-box {
		margin-bottom: 2%;
	}
	.social-box {
		right: 0;
	}
	.page {
		padding: 60px 0;
	}
	.category .text {
		width: 60%;
		padding: 20px 30px;
		padding-left: 0;
	}
	.category h4 {
		padding-bottom: 20px;
	}
	.category h4:before {
		bottom: 10px;
	}
	.gallery-list .pic-box .img {
		padding-top: 320px;
	}
}

@media screen and (max-width: 1023px) {
	.header,
	.gap {
		display: none;
	}
	.section > .wrap {
		width: 80%;
	}

	.section.category {
		padding-top: 0;
	}

	.pic-list {
		min-width: 100%;
	}
	.page {
		padding: 40px 0;
	}
	.banner .img {
		padding-top: 50px;
	}

	h3 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 0;
	}

	.home-about {
		padding: 80px 0;
	}
	.home-about .text {
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}
	.home-about .img {
		position: relative;
		width: 50%;
		height: 0;
		padding-top: 65%;
		margin: 40px auto;
	}
	.home-about h4,
	.home-about p,
	.home-about .btn {
		margin-left: 0;
	}
	.home-about h4 {
		padding: 20px 20px 0;
	}
	.home-about p {
		width: 80%;
		margin: 30px auto 0;
	}

	.section.sub-page {
		max-width: 100%;
	}
	.xunmoban .title h3 {
		font-size: 24px;
		padding: 30px 0;
	}
	.page-nav .wrap {
		max-width: none;
		margin: 0 auto;
		width: 3000px;
		font-size: 0;
		overflow: visible;
	}
	.page-nav .wrap a {
		margin: 0;
	}
	/*	.page-nav:not(.no-touch) .wrap a{font-size: 14px;display: block;float: left;}*/
	.page-nav.no-touch .wrap {
		width: 100% !important;
	}
	.xunmoban {
		margin-bottom: 60px;
	}

	.contact {
		margin-bottom: 0;
	}
	.contact .form {
		width: 100%;
	}

	.news-box {
		width: 48%;
	}

	.gallery-list .pic-box {
		width: 100% !important;
	}
	.gallery-list .pic-box .img {
		padding-top: 65%;
	}
	.gallery-list .pic-box h5 {
		position: relative;
	}
	.news-page .title p {
		margin-bottom: 36px;
	}

	.news-detail.section .title {
		margin-bottom: 40px;
	}
	.news-detail .detail-wrap h2 {
		font-size: 24px;
	}

	.sub-slider {
		margin-bottom: 20px;
	}
	.sub-slider .img .item {
		height: 450px;
	}
	.thumb .item {
		height: 100px;
	}

	/*.news-box .text p{font-size: 12px;}*/
	.news-box {
		width: 100%;
	}

	.category .wrap {
		width: 100%;
	}
	.category h4 {
		padding-bottom: 20px;
	}
	.category h4:before {
		bottom: 10px;
	}
	.category .text {
		width: 60%;
		padding: 20px 30px;
		padding-left: 30px;
	}

	.text-page {
		margin-top: 20px;
	}
	.foot-box a {
		margin: 0;
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	.social-box {
		display: none;
	}
	.bottom p {
		padding-top: 20px;
	}

	.category .img {
		padding-top: 42%;
	}
	.category .wrap {
		margin-bottom: 0;
		margin-bottom: 40px;
	}
	.category .text {
		width: 100%;
		position: relative;
		bottom: 0;
		text-align: center;
	}
	.category h4:before {
		display: none;
	}
	.category .wrap:nth-child(2n) .text {
		right: auto;
		left: 0;
		padding-left: 0;
	}

	.ctrl-menu {
		font-size: 12px;
		top: 1vh;
	}
}
@media screen and (max-width: 768px) {
	.thumb .item {
		height: 60px;
	}
	#contact-map {
		height: 150px;
	}
	.news-box {
		margin: 0;
	}
	.has-map.banner + .section.contact {
		padding-top: 150px !important;
	}
}

@media screen and (max-width: 376px) {
	.slick-dots {
		bottom: 10px;
	}

	.section {
		padding-top: 10px;
	}
	.section .title {
		margin-bottom: 20px;
	}
	.section .title p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.wrap {
		width: 100%;
	}
	.pic-list {
		min-width: 100%;
	}
	.pic-box h5 {
		padding: 10px 10px 0;
	}
	.xunmoban .title h3,
	.news-page h3 {
		font-size: 18px;
	}

	h2 {
		font-size: 18px;
		line-height: 100%;
	}
	h3 {
		font-size: 14px;
		line-height: 120%;
		margin-bottom: 16px;
	}
	h5 {
		font-size: 14px;
	}
	h4 {
		font-size: 16px;
	}
	p {
		line-height: 120%;
	}

	.slick-arrow {
		opacity: 0;
	}

	.home-about {
		padding: 60px 0;
	}
	.home-about .img {
		width: 70%;
		padding-top: 90%;
		margin: 20px auto;
	}
	.home-about p {
		width: 80%;
		margin: 20px auto 0;
	}

	.ctrl-menu .prev {
		left: 0;
	}
	.ctrl-menu .next {
		right: 0;
	}
	.xunmoban {
		font-size: 16px;
	}
	.ctrl-menu {
		font-size: 12px;
	}
	.news-detail .detail-wrap h2 {
		font-size: 18px;
	}
	.news-detail .xunmoban {
		padding: 20px 20px 30px;
	}

	.sub-slider .img .item {
		height: 210px;
	}
	.thumb .item {
		height: 60px;
	}
}

/*常用参数 ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————*/
.sub-menu,
.header-sub-small,
.nav-header,
.header,
.nav > li > a,
.nav > li > a:before,
.nav ul.sub,
.slick-dots li div,
.pic-box .bg:before,
.pic-box em,
.pic-box h5,
.slick-arrow,
.btn,
.btn:before,
form button,
form button:before,
.home-news-box h3,
.foot-box a,
.home-news-box:before,
.gap,
.news-box .bg:before,
.news-box h5,
.page li,
.ctrl-menu .prev,
.ctrl-menu .prev:before,
.ctrl-menu .next,
.ctrl-menu .next:after,
.gallery-list .pic-box h5,
input[type="text"],
textarea {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.page-nav a,
.thumb .item img {
	transition: opacity 0.3s;
}
.sub li {
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.home-news-box .img:after,
.news-box .img:before {
	transition: all 0.3s 0.2s;
}

.home-news-box p {
	transition: all 0.3s 0.1s;
}

.pic-box .bg,
.news-box .bg {
	transition: all 5s;
}

.slider .slider-text h1,
.slider .slider-text h5,
.slider .slider-text span {
	transition: all 1s 0.4s;
}

.nav > li > a:before,
.btn:hover,
form button:hover,
.nav .sub li:hover,
.page li.on,
.category h4:before,
.gallery-list .wrap:hover h5 {
	background-color: #da8794;
}

.btn:hover,
form button:hover,
input[type="text"]:focus,
textarea:focus {
	border-color: #da8794;
}
.pic-list .pic-box:hover h5,
.slick-arrow:hover,
.foot-box a:hover,
.home-news-box:hover:before,
.news-box:hover h5,
.ctrl-menu .prev:hover,
.ctrl-menu .prev:hover:before,
.ctrl-menu .next:hover,
.ctrl-menu .next:hover:after,
.m-header > i:after,
li.has-ul:after {
	color: #da8794;
}
.y_content {
	background-color: #f8f8f8;
	border-radius: 16px;
	margin: 52px 5vw 59px;
	padding: 79px 5vw 53px;
}
.y_content .y_title {
	color: #da8794;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 39px;
}
.y_text {
	color: #111111;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.query-cancel-btn {
	margin: 53px auto 45px;
	border-radius: 28px;
	border: 2px solid #6e6e6e;
	width: 299px;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.title .title-btn {
	padding: 6px 24px;
	vertical-align: middle;
	height: 36px;
}
.y-row {
	display: flex;
	flex-direction: row;
}
@media (max-width: 768px) {
	.y-row {
		flex-direction: column;
	}
	.title .title-btn-c {
		right: 0;
	}
	.title .title-btn-c.title-btn-d {
		right: unset;
		left: 0;
	}
	.title .title-btn {
		border: none;
		padding: 6px 18px;
	}
}
.y-col {
	flex: 1;
	display: block;
}
.y-col span {
	height: 22px;
	font-weight: 600;
	font-size: 16px;
	color: #111111;
	line-height: 30px;
	text-align: left;
	font-style: normal;
}
.y-col span.y-p-text {
	height: 30px;
	font-weight: 600;
	font-size: 22px;
	color: #da8794;
	line-height: 30px;
	text-align: left;
	font-style: normal;
}
.nav_ext {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 46px;
	border-radius: 23px;
	position: relative;
	top: 16px;
}

.nav_ext a {
	font-weight: 600;
	font-size: 16px;
	vertical-align: unset;
	top: -16px;
}

.nav_ext .nav_ext_sub {
	display: none;
	position: absolute;
	top: 46px;
	background: transparent;
	width: 100%;
	left: 0;
	border-radius: 16px;
	z-index: 999;
}

.nav_ext:hover .nav_ext_sub,
.nav_ext_sub:hover {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.nav_ext_sub .nav_ext {
	background-color: white;
}
.contact-tab {
	display: none;
}
@media screen and (max-width: 1024px) {
	.contact-tab {
		display: flex;
		background-color: #fff6f9;
		position: sticky;
		bottom: 0;
		left: 0;
		right: 0;
		height: 60px;
		gap: 20px;
		padding: 20px;
		flex-direction: row;
		align-items: center;
		z-index: 999999;
	}
	.contact-tab .contact-tab-box {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 20px;
		font-size: 16px;
		height: 40px;
		font-weight: bold;
	}
	.contact-tab .contact-tab-box a {
		color: #fff;
	}
	.multilingual {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		flex-direction: column;
	}
}
.multilingual-switch-tab {
	display: none;
	position: absolute;
	bottom: 40px;
	width: 100px;
	right: -10px;
	background-color: white;
	line-height: 40px;
}
.multilingual-switch-tab > a {
	display: block;
}
.query-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	gap: 20px;
	flex-wrap: wrap;
}
.query-section .section-item {
	height: 36px;
	width: 120px;
	border-radius: 18px;
	border: 1px solid #ece2e1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.benefit {
	position: absolute;
	bottom: -225px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	padding: 25px 0;
	background: #fff;
	border-radius: 30px;
	z-index: 999;
}

.benefit_img {
	height: 210px;
	margin: 0 25px;
}

.benefit_text {
	margin-top: 12px;
	font-size: 16px;
	color: #111;
	line-height: 22px;
	text-align: center;
	text-decoration: underline;
}

.reservation {
	text-align: center;
	margin-top: 107px;
	font-family: Alibaba;
}

.reservation-p2 {
	margin: 17px 0 26px;
	font-size: 28px;
	color: #90b5d1;
	line-height: 30px;
	letter-spacing: -0.8px;
}

.reservation-img {
	width: calc(100vw * 1208 / 1920);
	margin-bottom: 40px;
}

.see-more-btn {
	display: flex;
	justify-content: center;
	margin-bottom: 107px;
}

.plan-see-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 60px;
	background: #da8794;
	border-radius: 30px;
	font-family: Alibaba;
	font-size: 16px;
	color: #fff;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.kimono-experience {
	width: 1103px;
	margin: 0 auto;
	padding: 7px 24px 11px;
}

.home-box {
	position: relative;
	width: 325px;
	margin-bottom: 60px;
}

.home-box:nth-child(2):before,
.home-box:nth-child(1):before {
	content: "";
	position: absolute;
	width: 75px;
	height: 75px;
	top: -20px;
	left: -24px;
	z-index: 99;
	background-image: url(../../template/hot1.png);
}
.home-box:nth-child(2):before {
	background-image: url(../../template/hot2.png);
}
.rental-item:nth-child(3n - 1),
.home-box:nth-child(3n - 1) {
	margin: 0 40px;
}

.home-box .container-img {
	overflow: hidden;
	position: relative;
	height: 365px;
	width: 325px;
	min-width: 325px;
	border-radius: 30px;
}

.home-box .img {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	animation: slideUp 2s forwards;
	-webkit-animation: slideUp 2s forwards;
}
@-webkit-keyframes slideUp {
	0% {
		bottom: -100%;
	}
	100% {
		bottom: 0;
	}
}
@keyframes slideUp {
	0% {
		bottom: -100%;
	}
	100% {
		bottom: 0;
	}
}

.special-cell h4,
.home-box h4 {
	font-size: 24px;
	color: #423e3e;
	line-height: 33px;
	font-family: Alibaba;
	margin: 23px 0 3px;
	letter-spacing: -0.8px;
}
.special-cell h4 {
	margin: 12px 0 0;
}

.home-box .price {
	font-size: 28px;
	color: #423e3e;
	line-height: 42px;
	font-family: Alibaba;
}

.home-box .price span {
	font-size: 16px;
	color: #111;
	font-family: normal;
}

.home-box span .line {
	text-decoration: line-through;
}

.home-reason {
	padding: 105px 0 140px;
	background-color: #decdd3;
}
.section.home-reason .title {
	color: #fff;
}
.section.home-reason .pic-box h5 {
	display: flex;
	align-items: center;
	background: #fff;
	left: 13px;
	height: 150px;
	padding: 0 30px;
	width: calc(23vw - 86px);
	font-weight: 600;
	font-size: 20px;
	color: #111;
	line-height: 28px;
}

.home-reason span {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	line-height: 33px;
}

.home-reason h2 {
	margin: 12px 0 64px;
	font-size: 44px;
	color: #fff;
	line-height: 60px;
	font-family: Alibaba;
}

.list-tag {
	margin: 6px -3px 0;
	vertical-align: middle;
}

.tag-item {
	display: inline-block;
	height: 40px;
	margin: 6px 3px 0;
	padding: 0 16px;
	line-height: 40px;
	font-size: 14px;
	color: #111;
	background: #d8e2ea;
	border-radius: 21px;
}

.section-plan {
	padding: 70px 0;
}

.section-plan .title .text {
	margin: 14px 0 5px;
	display: block;
	font-weight: 600;
	font-family: normal;
	font-size: 20px;
	color: #423e3e;
	line-height: 28px;
}
.section-plan .title .text1 {
	display: block;
	font-family: normal;
	font-size: 14px;
	color: #111;
	line-height: 20px;
}
.section-plan .title {
	margin-bottom: 30px;
}

.plan-container {
	display: flex;
	justify-content: center;
}

.plan-content {
	padding-top: 37px;
	border-top: 1px solid #ddd;
}

.plan-item {
	display: inline-block;
	margin: 0 10px 10px;
}

.plan-item:first-child {
	margin: 0 10px 10px 0;
}

.plan-item:last-child {
	margin: 0 0 10px 10px;
}

.plan-bg {
	width: 115px;
	height: 115px;
	border-radius: 115px;
}

.plan-title {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #111;
	line-height: 22px;
}

.plan-content1 {
	justify-content: center;
	max-width: 1100px;
	margin: 64px auto 0;
}

.plan-item1 {
	display: flex;
	align-items: center;
	width: 340px;
	margin: 0 10px 10px;
	padding: 20px 10px 20px 27px;
	background: #fff;
	border-radius: 16px;
}

.plan-img {
	height: 62px;
	width: 62px;
	margin-right: 20px;
}

.plan-text1 {
	margin: 0 0 7px;
	font-weight: 600;
	font-size: 20px;
	color: #423e3e;
	line-height: 28px;
}

.plan-text2 {
	margin: 0;
	font-size: 14px;
	color: #111;
	line-height: 20px;
	letter-spacing: -0.4px;
}

.see-more-btn1 .plan-see-more {
	border: 2px solid #435364;
	background: transparent;
	color: #435363;
}

.see-more-btn1 {
	margin: 40px 0 0;
}

.footer-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 133px 0 0;
	background: #faf8f6;
}
.footer-img h5 {
	text-align: center;
	max-width: 85%;
	margin-top: 15px;
}
.footer-img h2 {
	margin-top: 8px;
	font-size: 44px;
	color: #423e3e;
	line-height: 60px;
	font-family: Alibaba;
}
.footer-img1 {
	width: 800px;
	margin-left: 50px;
}
.footer-img2 {
	width: 845px;
	margin-top: -30px;
}

.section-news {
	padding: 110px 0 80px;
}

.section-news-list {
	width: 1158px;
	padding: 15px 48px;
	margin: 46px auto 20px;
	background: #f7f7f7;
	border-radius: 20px;
}

.section-news-box {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.section-news-box:last-child {
	border-bottom: none;
}

.section-news-text {
	display: flex;
	align-items: center;
}

.section-news-time {
	font-size: 14px;
	color: #545454;
}

.tags-item {
	display: inline-block;
	height: 30px;
	margin: 0 3px;
	padding: 0 12px;
	line-height: 30px;
	font-size: 14px;
	color: #292a2b;
	background: #d8e2ea;
	border-radius: 21px;
}

.section-news-title {
	margin: 10px 0 0;
	font-weight: 600;
	font-size: 20px;
	color: #423e3e;
	line-height: 28px;
}

.news-item-subtitle {
	width: 840px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 14px;
	color: #545454;
	line-height: 20px;
}

.rent-img,
.contact-img {
	width: 100%;
}

.position-text {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: -45px;
	left: calc((100vw - 1158px) / 2 - 20px);
	width: 336px;
	padding-left: 23px;
	height: 90px;
	background: #da8794;
	z-index: 9;
	font-size: 38px;
	color: #fff;
	font-family: Alibaba;
	letter-spacing: -1px;
}

.position-text1 {
	width: 400px;
}

.form-item img {
	height: 40px;
}

.contact-content {
	padding: 38px calc((100vw - 1158px) / 2) 132px;
	background: #faf8f6;
}

.contact-content1 {
	padding-top: 112px;
	padding-bottom: 60px;
}

.contact-content1 .home-box h4 {
	margin-bottom: 0;
}

.contact-header {
	justify-content: flex-end;
	align-items: center;
	margin-right: 20px;
	font-size: 14px;
	color: #111;
	line-height: 20px;
}

.contact-header span:last-child {
	font-weight: bold;
}

.right-img {
	display: inline-block;
	margin: 0 14px;
	width: 5px;
	height: 10px;
}

.contact-section {
	padding-top: 70px;
}

.contact-form {
	padding: 48px 50% 48px 48px;
	background: #fff;
	border-radius: 20px;
}

.contact-form h5 {
	margin-bottom: 20px;
}

.contact-position {
	padding: 15px 48px;
	background: #fff;
	border-radius: 20px;
}

.position-item {
	padding: 26px 0;
	border-bottom: 1px solid #ddd;
}

.position-item-last {
	border-bottom: none;
}

.position-item h4 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	color: #423e3e;
	line-height: 28px;
}
.position-item h4 span {
	color: #da8794;
}

.position-item p {
	font-size: 14px;
	color: #111;
	line-height: 24px;
}

.rental-item {
	width: 325px;
	height: 365px;
	margin-bottom: 48px;
	background: #ccd2d6;
	border-radius: 30px;
	overflow: hidden;
}

.rental-item-img {
	height: 55%;
	width: 100%;
}

.rental-item-text {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 45%;
	padding: 0 12px;
	background: #fff;
	font-size: 24px;
	color: #423e3e;
	line-height: 33px;
	font-family: Alibaba;
}

.text-space {
	letter-spacing: -0.5px;
}

.rental-item-text span {
	color: #da8794;
}

.reasons-content {
	padding-bottom: 70px;
}

.contact-img1 {
	width: 100%;
}

.reasons-content1 {
	padding: 105px 0;
	background: #f3f5f7;
}

.contact-img2 {
	height: 400px;
	width: 400px;
	margin-right: 56px;
	border-radius: 30px;
}

.reasons-content1-item {
	display: flex;
	margin-bottom: 55px;
	padding: 40px;
	background: #fff;
	border-radius: 30px;
}

.reasons-content1-item:last-child {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

.reasons-content1-item:last-child .contact-img2 {
	margin: 0 0 0 56px;
}

.contact-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-text h3 {
	margin-bottom: 30px;
	font-size: 30px;
	color: #da8794;
	line-height: 42px;
	font-family: Alibaba;
}

.contact-text p {
	font-size: 14px;
	color: #111;
	line-height: 24px;
}

.content-rental-item {
	display: flex;
}

.rental-item-sort {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rental-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 115px;
	height: 115px;
	background: #fff;
	border: 3px solid #90b5d1;
	font-family: Alibaba;
	font-size: 38px;
	color: #90b5d1;
	border-radius: 115px;
}

.rental-line {
	width: 3px;
	height: 315px;
	background: #90b5d1;
}

.rental-item-content {
	display: flex;
	height: 385px;
	width: 100%;
	margin-left: 44px;
	padding: 43px 38px 42px;
	background: #fff;
	border-radius: 30px;
}

.rental-item-content-img {
	height: 100%;
	width: 385px;
	margin-right: 50px;
}

.rental-item-right-flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rental-item-right h3 {
	font-family: Alibaba;
	font-size: 30px;
	color: #da8794;
	line-height: 42px;
	margin-bottom: 35px;
}

.rental-item-desc {
	margin-bottom: 24px;
	font-size: 14px;
	color: #111;
	line-height: 24px;
}

.rental-item-desc:first-child {
	margin-bottom: 30px;
}

.rental-item-right-flex h3,
.rental-item-desc:last-child,
.rental-item-right-flex .rental-item-desc {
	margin-bottom: 0;
}

.rental-item-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 355px;
	height: 60px;
	min-height: 60px;
	padding: 0 30px;
	background: #da8794;
	border-radius: 35px;
}
.rental-item-btn img {
	width: 17px;
	height: 12px;
}

.rent-footer-btn img:first-child,
.rental-item-btn img:first-child {
	opacity: 0;
}
.rental-item-btn span {
	font-family: Alibaba;
	font-size: 18px;
	color: #fff;
}

.rentlist-content .home-box:nth-child(3n - 1) {
	margin: 0 0 60px 0;
}

.rentlist-content .home-box:last-child {
	margin: 0;
}

.rentlist-content .home-box {
	display: flex;
	width: 100%;
	background: #fff;
	border-radius: 30px;
}

.rentlist-content .container-img {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.home-box-content {
	padding: 0 24px 0 75px;
}

.rentlist-content .home-box h4 {
	display: inline;
	margin: 0 14px 0 0;
}

.rentlist-content .list-tag {
	margin: 0;
}

.rentlist-content .tag-item {
	margin: 0 3px 12px;
}

.home-box-sub {
	margin: 17px 0 0;
	font-size: 14px;
	color: #111;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-box-footer {
	position: absolute;
	bottom: 30px;
	left: 400px;
	display: flex;
}

.home-box-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 50px;
	background: #da8794;
	border-radius: 30px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.home-box-btn1 {
	margin-left: 10px;
	background: #fff;
	border: 2px solid #435364;
	color: #435363;
}

.home-box-content div:first-child {
	margin-top: 30px;
}

.rent-content {
	margin-top: -56px;
	padding-top: 0;
	padding-bottom: 80px;
}

.rent-section {
	padding-top: 36px;
	background: #fff;
}

.rent-header {
	padding-bottom: 30px;
}

.rent-content .list-tag {
	display: flex;
	justify-content: center;
	margin: 0 0 24px;
}

.rent-content .tag-item {
	height: 40px;
	line-height: 40px;
}

.rent-content .title {
	margin-bottom: 18px;
}

.rent-content-text {
	text-align: center;
	padding: 45px 0 63px;
	margin-top: 16px;
	background-color: #f8f8f8;
	border-radius: 30px;
}

.rent-content-cell {
	width: 970px;
	padding: 0;
}

.rent-content .rental-item-btn {
	margin: -30px auto 0;
}

.rent-content .img img {
	display: block;
	height: 365px;
	margin: 0 auto;
	border-radius: 30px;
}

.rent-title {
	margin-bottom: 9px;
	font-weight: 700;
	font-size: 24px;
	color: #111;
	line-height: 33px;
}

.rent-discount {
	font-weight: 700;
	font-size: 16px;
	color: #111;
	line-height: 22px;
}
.rent-price {
	display: inline-block;
	font-size: 30px;
	color: #da8794;
	line-height: 42px;
	font-family: Alibaba;
	margin-bottom: 0;
}
.rent-discount-price {
	font-size: 16px;
	color: #111;
	line-height: 22px;
	text-decoration: line-through;
}
.rent-tax {
	font-size: 14px;
	color: #111;
	line-height: 24px;
}
.rent-price-mark {
	margin-top: 13px;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 24px;
}

.rent-notice-title {
	margin: 60px -42px 40px;
	text-align: center;
	padding: 33px 0;
	font-weight: bold;
	font-size: 34px;
	color: #111111;
	line-height: 48px;
	border-bottom: 1px solid #dddddd;
}
.content-item {
	display: flex;
	margin-top: 40px;
}
.content-item1 {
	margin-top: 26px;
}
.content-text {
	flex: 1;
	color: #5a5a5a;
	font-size: 14px;
}
.ind {
	display: inline-block;
	width: 6px;
	background-color: #f24881;
	margin-right: 15px;
	height: 18px;
}
.include-item {
	display: inline-block;
	margin: 0 7px 14px;
	padding: 4px 20px;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #ece2e1;
}
.content-item-label {
	display: flex;
	align-items: center;
	height: 26px;
	flex: 0;
	flex-basis: 200px;
	font-weight: bold;
	font-size: 18px;
	color: #111;
	line-height: 26px;
	letter-spacing: -0.5px;
}

.rent-footer {
	display: flex;
	justify-content: center;
	padding: 65px 0 90px;
	border-top: 1px solid #dddddd;
}

.rent-footer-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 355px;
	height: 55px;
	min-height: 55px;
	padding: 0 20px;
	border-radius: 55px;
	border: 2px solid #0e0e0e;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
}

.rent-footer-btn .right-img {
	margin: 0;
}

.about-img {
	display: block;
	width: 848px;
	margin: -5px auto 14px;
}

.about-desc-title {
	width: 462px;
	margin: 0 auto 19px;
	font-family: Alibaba;
	font-size: 30px;
	color: #da8794;
	line-height: 42px;
	text-align: center;
}
.about-desc {
	margin: 0 auto;
	width: 848px;
	font-size: 14px;
	color: #111;
	line-height: 24px;
	text-align: center;
}

.about-content {
	background: #fff;
	padding-bottom: 88px;
}

.store-desc {
	width: 479px;
	font-size: 14px;
	color: #111;
	line-height: 24px;
	text-align: center;
	margin: 0 auto;
}

.store-content {
	display: flex;
	margin: 56px 0 88px;
	padding: 41px;
	background: #f8f8f8;
	border-radius: 30px;
}

.store-img {
	height: 380px;
	width: 443px;
	min-width: 443px;
	margin-right: 56px;
	object-fit: cover;
	border-radius: 30px;
}

.store-content-text h4 {
	margin: 46px 0 26px;
	font-family: Alibaba;
	font-size: 30px;
	color: #da8794;
	line-height: 42px;
}

.store-content-text div {
	font-size: 14px;
	color: #111;
	line-height: 24px;
}

.map-img {
	display: block;
	width: 945px;
	margin: -10px auto 88px;
}

.about-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 320px;
	height: 60px;
	border-radius: 60px;
	border: 2px solid #435364;
	font-weight: 600;
	font-size: 16px;
	color: #435363;
}

.nav_ext1 {
	justify-content: space-between;
	padding: 0 20px 0 16px;
}
.earth-img {
	height: 24px !important;
	width: 24px;
}
.rangle-img {
	height: 6px !important;
	width: 9px;
	margin-left: 11px;
}

.plans-container {
	padding-top: 25px;
	background: rgb(255, 249, 225);
}

.plans-container .section {
	padding: 49px 110px 132px;
	background: #fff;
}

.plans-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 43px;
	border-bottom: 1px solid #dddddd;
}

.plans-header h3 {
	margin-bottom: 0;
}

.plans-btn:first-child {
	opacity: 0;
}

.plans-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 146px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #ece2e1;
	font-size: 16px;
	color: #111111;
	line-height: 22px;
}

.plans-select-title {
	margin: 66px 0 22px;
	font-family: Alibaba;
	font-size: 24px;
	color: #423e3e;
	line-height: 33px;
}

.form-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="M2 4.5l5 5 5-5z"><path fill="%23D8D8D8" d="M2 4l4 4 4-4z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 14px;
}

#wrap {
	padding: 0 30px 12px;
}

#wrap tbody tr:first-child {
	font-weight: bold;
	font-size: 16px;
}

.calendar-month .current-month.weekend,
.calendar-month .weekday {
	background: #fff !important;
}

.month-op {
	line-height: 26px;
}

.calendar-month td.current-month.selected {
	background: #ff759f !important;
}

.form-box-flex {
	display: flex;
}

.form-item1 select {
	width: 530px;
}

.form-item2 select {
	width: 150px;
}

.form-item2 {
	margin-left: 55px;
}

.form-box-info .form-item label {
	padding-right: 32px;
	flex: 0 0 150px;
	text-align: right;
	letter-spacing: -0.5px;
}

.form-item label {
	letter-spacing: -0.5px;
}

.form-item button {
	width: 415px;
	height: 60px;
	margin: 66px auto 0;
	background: #da8794;
	border-radius: 35px;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	border: none;
}

.sure-content {
	margin: 38px 0 50px 50px;
	padding: 36px 95px;
	background: #f8f8f8;
	border-radius: 16px;
}

.sure-content div {
	margin-bottom: 36px;
	font-weight: bold;
	font-size: 16px;
	color: #111111;
	line-height: 30px;
}

.sure-content div:last-child {
	margin-bottom: 0;
}
.sure-content span {
	font-size: 22px;
	color: #c24c5f;
}

.back-btn {
	width: 110px;
	font-size: 14px;
	color: #111;
	line-height: 30px;
}

.view-plans-info {
	font-weight: bold;
	font-size: 18px;
	color: #c24c5f;
	line-height: 36px;
	text-align: center;
}

.query-container {
	padding-top: 50px;
	padding-bottom: 60px;
}

.query-content {
	width: calc(100% - 300px);
	margin: 42px auto 70px;
}

.query-content .form-item label {
	font-size: 16px;
}

.query-content .form-box .form-item {
	gap: 33px;
}

.query-content .form-item button {
	margin-top: 40px;
}

.slider-text {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 9;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.52);
}

.slider-text span {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}

.slider-text h1 {
	font-size: 50px;
	line-height: 70px;
	font-family: Alibaba;
	margin: 10px 0;
}

.slider-text h5 {
	text-align: center;
	margin: 0 auto;
	max-width: 80%;
	line-height: 25px;
}

.news-content {
	padding-top: 30px;
	background: #fff;
	border-radius: 20px 20px 0px 0px;
}

.app-cell {
	width: 952px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #c3c3c3;
}

.app-img {
	height: 45px;
	width: 45px;
	margin: 0 15px;
}

.app-cell h3 {
	margin: 40px 0 20px;
	font-family: Alibaba;
	font-size: 24px;
	color: #423e3e;
	line-height: 33px;
}

.mobile-slider {
	display: none !important;
}

.update-text {
	margin: 4px 0 0 80px;
	font-size: 12px;
	line-height: 20px;
	color: #c24c5f;
}

.news-section .title p {
	margin: 20px 0 0;
}

.news-container {
	padding-bottom: 0;
}

.choose-cell {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
	font-size: 18px;
	color: #423e3e;
	line-height: 25px;
	letter-spacing: -0.6px;
	font-family: Alibaba;
}

.choose-cell1 {
	margin-top: 20px;
	font-size: 16px;
	color: #423e3e;
	line-height: 30px;
	font-family: Alibaba;
	margin-bottom: 0;
}

.choose-cell1 span {
	vertical-align: middle;
}

.choose-img {
	height: 28px;
	width: 28px;
}

.choose-img1 {
	height: 20px;
	width: 20px;
}

.space-cell {
	display: inline-block;
	width: 23px;
}

.subtitle {
	margin-bottom: 5px;
	font-size: 14px;
	color: #545454;
	line-height: 20px;
}

.time-email {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 22px;
	font-size: 18px;
	color: #423e3e;
	line-height: 28px;
	font-family: Alibaba;
}

.news-desc {
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #545454;
}

.email {
	margin-left: 12px;
}

.news-img {
	overflow: hidden;
	height: 120px;
	width: 180px;
	min-width: 180px;
	border-radius: 12px;
}

.news-item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 120px;
	padding-left: 40px;
}

#new .tag-item {
	margin-bottom: 4px;
}

#new .home-box-sub {
	margin-top: 8px;
}

.list-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 65px;
	font-size: 24px;
	color: #423e3e;
}

.list-footer b {
	font-family: Alibaba-H;
}

.reserve-img-btn .list-footer {
	margin-top: 39px;
}

.reserve-img-btn .plan-content1 {
	margin-top: 46px;
}

.more-img {
	display: inline-block;
	height: 16px;
	margin-left: 12px;
}

.pic-list1 {
	display: flex;
}

.pic-box-content {
	position: relative;
	top: -20px;
	background: #fff;
	left: 13px;
	height: 150px;
	padding: 15px 23px 0;
	width: calc(23vw - 46px);
}

.pic-box-content p {
	font-size: 28px;
	color: #423e3e;
	line-height: 38px;
	letter-spacing: -0.82px;
	font-family: Alibaba;
}

.pic-box-price {
	margin-top: -3px;
	font-size: 30px;
	color: #423e3e;
	line-height: 42px;
	letter-spacing: -0.88px;
	font-family: Alibaba;
}

.pic-box-price span {
	font-size: 16px;
	color: #111111;
	line-height: 22px;
	font-family: normal;
}

.pic-box-desc {
	margin-top: 15px;
	font-size: 14px;
	color: #111111;
	line-height: 24px;
}

.new-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1160px;
}

.new-banner-title {
	margin-bottom: 10px;
	font-size: 50px;
	color: #ffffff;
	line-height: 70px;
	text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.52);
}

.new-banner-title span {
	font-weight: 900;
}

.new-banner-desc {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.new-banner-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 60px;
	margin-top: 36px;
	background: #ffffff;
	border-radius: 30px;
	opacity: 0.8;
	font-size: 18px;
	color: #423e3e;
	font-family: Alibaba;
}

.section-news-list1 {
	background: #fff;
}

#new .see-more-btn1 {
	margin-top: 75px;
}

.see-more-btn2 {
	margin-bottom: 64px;
}

.q-content {
	padding-top: 99px;
	padding-bottom: 72px;
}

.reserve-img-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reserve-img {
	max-width: 1208px;
	width: 80vw;
}

.plan-item2 {
	text-align: left;
	border-radius: 16px;
	border: 1px solid #ccd2d6;
}

.reserve-btn {
	margin-top: 23px;
	width: 360px;
	font-size: 18px;
	font-family: Alibaba;
}

.reserve-text1 {
	font-family: Alibaba;
	font-size: 36px;
	color: #423e3e;
	line-height: 50px;
}

.reserve-text {
	margin: 46px 0 6px;
	font-family: Alibaba;
	font-size: 18px;
	color: #435363;
	line-height: 25px;
}

.last-content {
	padding: 96px 0;
}

#new .pic-box-desc {
	font-size: 13px;
	letter-spacing: -0.4px;
}

.walk-section {
	text-align: center;
}

.walk-img {
	max-width: 1000px;
	margin: 38px 0 35px;
}

.walk-img-desc {
	font-weight: 600;
	font-size: 18px;
	color: #423e3e;
	line-height: 25px;
}

.walk-desc {
	font-weight: 600;
	font-size: 16px;
	color: #423e3e;
	line-height: 28px;
}

.section .walk-title {
	margin-bottom: 27px;
}

.walk-choose {
	margin-top: 35px;
}

.walk-section .reserve-btn {
	margin: 20px auto 107px;
}

.walk-time {
	width: 1000px;
	margin: 0 auto;
}

.walk-box {
	text-align: left;
	width: 300px;
	margin-bottom: 40px;
	padding-bottom: 28px;
	border-bottom: 1px solid #111;
}

.home-box .walk-box-img {
	width: 300px;
	height: 260px;
	min-width: 300px;
}

.walk-box h4 {
	font-size: 28px;
	color: #423e3e;
	line-height: 38px;
	font-family: Alibaba;
	margin: 33px 0 20px;
	letter-spacing: -0.8px;
}

.walk-box:nth-child(3n - 1) {
	margin: 0 50px 40px;
}

.walk-box-time {
	font-size: 20px;
	color: #423e3e;
	line-height: 27px;
	font-family: Alibaba;
	letter-spacing: -0.6px;
}

.walk-box-desc {
	margin-top: 5px;
	font-size: 14px;
	color: #111;
	line-height: 24px;
}

.walk-content {
	padding: 110px calc((100vw - 1158px) / 2) 93px;
	background-color: #decdd3;
}

.walk-content .title {
	color: #fff;
}

.walk-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 763px;
	height: 90px;
	padding: 0 20px 0 11px;
	background: #95bcb8;
	border-radius: 17px;
	font-size: 22px;
	color: #fff;
}

.walk-btn-img {
	display: inline-block;
	margin-right: 11px;
	width: 73px;
	height: 74px;
}

.walk-btn-cell {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.walk-btn-desc {
	text-align: center;
	margin-bottom: 33px;
	font-weight: 600;
	font-size: 16px;
	color: #423e3e;
	line-height: 28px;
}

.walk-btn-cell {
	margin-bottom: 89px;
}

.walk-title {
	margin-bottom: 12px;
}

.walk-arrow-img {
	width: 17px;
	height: 12px;
}

.walk-title div {
	text-align: center;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	color: #423e3e;
	line-height: 28px;
}

.walk-title h2 {
	margin-bottom: 23px;
}

.section-header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
}

.section-header div {
	padding: 0 40px;
	cursor: pointer;
	transition: color 0.3s;
	font-size: 18px;
	color: #423e3e;
	line-height: 25px;
	font-family: Alibaba;
	border-right: 1px solid #111111;
}

.section-header div:last-child {
	border-right: none;
}
.section-header div:hover,
.section-header div.active {
	color: #c15263;
}
.special-header {
	padding-top: 30px;
	padding-bottom: 98px;
}

.special-cell {
	width: 1055px;
	margin: 0 auto;
}
.special-cell1 {
	margin-top: 60px;
}
.special-cell1 .position-item {
	padding: 17px 0;
}

.special-box {
	text-align: left;
	width: 325px;
	margin-bottom: 0;
}

.home-box .special-box-img {
	width: 325px;
	height: 280px;
	min-width: 325px;
}

.special-box h4 {
	font-size: 24px;
	color: #423e3e;
	line-height: 32px;
	font-family: Alibaba;
	margin: 24px 0 18px;
}

.special-desc {
	margin-top: 16px;
	font-size: 13px;
	line-height: 22px;
}

.special-btn-1 {
	margin: 46px 0 92px;
}

.special-btn-1 .plan-see-more {
	width: 430px;
}

.special-2-5 {
	display: block;
	max-width: 1055px;
	margin: 57px auto 0;
	text-align: center;
}

.special-arrow {
	width: 23px;
	height: 12px;
}

.special-1-cell {
	display: flex;
	width: 510px;
	height: 220px;
	margin-top: 30px;
	padding: 25px;
	background: #fff;
	border-radius: 30px;
}

.special-1 {
	height: 170px;
	width: 150px;
	min-width: 150px;
	margin: 0 20px 0 0;
}

.special-1-cell:nth-child(2n) {
	margin-left: 35px;
}

.section .title div {
	margin-top: 12px;
	font-weight: 600;
	font-size: 16px;
	color: #423e3e;
	line-height: 28px;
}

.title-top {
	margin-top: 77px;
}

.special-3 {
	margin-bottom: 46px;
}

.section1 {
	padding-top: 87px;
}

.section2 {
	padding-top: 87px;
	background: #faf8f6;
}

.special-4-cell {
	display: flex;
	width: 500px;
}
.special-4 {
	height: 146px;
	width: 146px;
	min-width: 146px;
	margin: 14px 35px 46px 0;
}
.special-4-cell:nth-child(2n) {
	margin-left: 55px;
}

.special-4-5 {
	margin-top: 28px;
}

.special-last {
	margin-top: 80px;
}

#section1,
#section2,
#section3,
#section4 {
	padding-bottom: 109px;
}

#section1 {
	padding-bottom: 63px;
}

.addit-q {
	padding-top: 103px;
}

.addit-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 114px 0 86px;
}

.addit-footer .reserve-text {
	margin: 17px 0 9px;
}

.addit-footer .reserve-btn {
	margin-top: 66px;
}

.bg-color-1 {
	padding-top: 101px;
	padding-bottom: 76px;
	background: #f6f1ef;
}

.bg-color-2 {
	padding-top: 90px;
	background: #decdd3;
}

.bg-color-3 {
	background: #fff;
}

.time-choose {
	text-align: center;
	margin-top: 30px;
}

.time-footer-title {
	margin: 77px 0 17px;
}

.time-footer-desc {
	text-align: center;
	margin-bottom: 9px;
	font-family: Alibaba;
	font-size: 18px;
	color: #423e3e;
	line-height: 25px;
}

.time-box,
.time-box1 {
	display: flex;
	position: relative;
	height: 325px;
	margin-bottom: 50px;
	background: #fff;
	border-radius: 30px;
}

.time-box .rental-item-right h3,
.time-box1 .rental-item-right h3 {
	color: #423e3e;
}

.time-number {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -5px;
	left: -17px;
	height: 75px;
	width: 75px;
	background: #90b5d1;
	border-radius: 75px;
	z-index: 999;
	font-size: 24px;
	color: #fff;
	font-family: Alibaba;
}

.time-content {
	padding: 36px 40px 0 70px;
}

.time-box1 .time-content {
	padding-bottom: 40px;
}

.time-img {
	height: 100%;
}

.time-btn {
	display: flex;
	margin-top: 20px;
}

.rental-item-btn1 {
	width: 300px;
	height: 50px;
	min-height: 50px;
}

.time-btn .home-box-btn {
	width: 200px;
}

.time-title {
	margin-top: 90px;
}

.time-footer-btn {
	margin: 66px 0 0;
}

.time-footer-btn .plan-see-more {
	height: 50px;
	font-size: 18px;
}

.additional-header {
	margin-top: 63px !important;
	margin-bottom: 4px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}

.additional-desc {
	text-align: center;
	margin-top: 61px;
	font-size: 14px;
	color: #423e3e;
	line-height: 23px;
}

.additional-content-1 {
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}

.additional-cell-1 {
	height: 360px;
	width: 340px;
	padding: 25px 30px 0;
	background: #fff;
	border-radius: 30px;
}
.additional-img-1 {
	width: 100%;
}
.additional-title-1 {
	margin: 23px 0 10px;
	font-family: Alibaba;
	font-size: 24px;
	color: #423e3e;
	line-height: 33px;
}
.additional-desc-1 {
	font-size: 14px;
	color: #545454;
	line-height: 24px;
}
.additional-price-1 {
	margin-top: 10px;
	font-family: Alibaba;
	font-size: 30px;
	color: #423e3e;
	line-height: 42px;
}
.additional-price-1 span {
	font-family: normal;
	font-size: 16px;
	color: #111111;
}

.additional-other-1 {
	text-align: center;
	margin: 50px 0 44px;
	font-family: Alibaba;
	font-size: 28px;
	color: #423e3e;
	line-height: 37px;
}

.additional-other-2 {
	text-align: center;
	font-family: Alibaba;
	font-size: 24px;
	color: #423e3e;
	line-height: 32px;
}

.additional-other-3 {
	margin-top: 10px;
	font-size: 18px;
	color: #423e3e;
	line-height: 28px;
	text-align: center;
}

.additional-cell-2 {
	display: flex;
	align-items: center;
	margin: 0 58px;
}

.additional-content-2 {
	display: flex;
	justify-content: center;
	margin: 55px 0 87px;
}

.additional-img-2 {
	height: 146px;
	width: 146px;
	margin-right: 50px;
}

.additional-content-2 .additional-title-1 {
	margin: 0 0 1px;
}

.additional-content-2 .additional-price-1 {
	margin-top: 7px;
}

.additional-btn {
	margin: 30px 0 0;
}

.additional-other-9 {
	margin-top: 28px;
}

.additional-btn-2 .plan-see-more,
.additional-btn .plan-see-more {
	width: 429px;
}

.additional-btn-1 {
	margin: 66px 0 0;
}

.additional-btn-2 {
	margin: 30px 0 86px;
}

.additional-content-4 {
	display: flex;
	justify-content: center;
	margin-top: 72px;
}
.additional-cell-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 226px;
}
.additional-content-4 .additional-img-2 {
	margin-right: 0;
}
.additional-content-4 .additional-title-1 {
	margin: 41px 0 6px;
}

.additional-img-5 {
	width: 100%;
	margin: 72px 0 60px;
}

.additional-content-5 {
	text-align: center;
	width: 80%;
	margin: 61px auto 40px;
	padding: 36px 0;
	font-family: Alibaba;
	font-size: 28px;
	color: #423e3e;
	line-height: 37px;
	border-top: 1px solid #423e3e;
	border-bottom: 1px solid #423e3e;
}

.additional-other-m {
	display: none;
}

.gion-title {
	margin: 65px 0 30px;
}

.gion-content-1 {
	padding: 0 85px 103px;
}

.gion-other-1 {
	text-align: center;
	font-size: 14px;
	color: #111111;
	line-height: 24px;
}

.gion-other-2 {
	margin-bottom: 17px;
}

.gion-cell-1 {
	display: flex;
	align-items: center;
	padding: 35px 0;
	border-bottom: 1px solid #423e3e;
}

.gion-cell-1 h3 {
	margin-bottom: 0;
	font-family: Alibaba;
	font-size: 30px;
	color: #423e3e;
	line-height: 42px;
}

.gion-cell-1 b {
	font-weight: 800;
}

.gion-cell-1 span {
	font-size: 14px;
	color: #111111;
	line-height: 24px;
}

.gion-section-1 {
	padding-bottom: 104px;
}

.gion-section-2 {
	padding-top: 54px;
	padding-bottom: 42px;
	background: #f6f1ef;
}

.gion-other-3 {
	margin-bottom: 14px;
}

.gion-btn-cell {
	margin: 80px 0 130px;
}

.gion-cell-1 div div {
	margin-top: 20px;
	font-size: 18px;
	color: #111111;
	line-height: 24px;
}

.gion-title-1 {
	margin-bottom: 30px;
}

.gion-cell-last {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 763px;
	height: 90px;
	margin: 30px auto 0;
	background: #faf8f6;
	border-radius: 16px;
	padding: 5px 20px 5px 8px;
}

.gion-cell-last > div {
	display: flex;
	align-items: center;
}

.gion-cell-last > div > img {
	display: inline-block;
	height: 74px;
	width: 74px;
	margin-right: 13px;
}

.gion-cell-last > div > span {
	font-size: 22px;
	color: #423e3e;
}

.gion-right {
	width: 12px;
	height: 21px;
}

.gion-content-last {
	margin-top: 95px;
}

.gion-section-1 .rental-item-right h3 {
	margin-bottom: 16px;
}

.eikando-item-right .rental-item-desc {
	margin-bottom: 22px;
}

.eikando-title {
	margin: 0 0 10px;
}

.eikando-btn-cell {
	margin: -20px 0 44px;
}

.bg-color-4 {
	padding-top: 111px;
	background: #fff;
}

.kiyomizu-item-btn {
	width: 415px;
	margin-top: 17px;
}

.kiyomizu-item-desc {
	margin: 11px 0 0;
}

.kiyomizu-item-desc1 {
	margin: 36px 0;
}

.gion-title-other {
	margin-bottom: 10px !important;
}

.gion-other-4 {
	font-size: 16px;
}

.kiyomizu-content-1 {
	padding-bottom: 49px;
}

.kiyomizu-content-1 h4 {
	text-align: center;
	margin: 44px 0 8px;
	font-family: Alibaba;
	font-size: 24px;
	color: #423e3e;
	line-height: 33px;
}

.kiyomizu-content-2 {
	padding: 0 85px 7px;
}

.kiyomizu-content-2 .title {
	margin: 0 0 5px;
}

.gion-other-5 {
	margin-bottom: 48px;
}

.contact-position-1 {
	padding: 0;
	margin-bottom: 30px;
	background: unset;
}

.kiyomizu-btn-cell {
	margin: 5px 0 97px;
}

.gion-other-6 {
	margin-bottom: 36px;
}

.kiyomizu-section {
	padding-top: 121px;
}

.bg-color-5 {
	padding-bottom: 95px;
	background: #fff;
}

.fushimi-cell-1 h3 {
	min-width: 200px;
}

.tips-section-1 {
	padding-top: 36px;
	padding-bottom: 100px;
}

.tips-section-1 .title {
	margin-top: 79px;
	margin-bottom: 16px;
}

.tips-section-1 .gion-other-1 {
	margin-bottom: 50px;
}

.tips-section-1 .time-box {
	height: 415px;
}

.tips-btn-cell {
	margin-top: 94px;
	margin-bottom: 0;
}

.rental-item-desc b {
	font-weight: 800;
}

.rental-item-desc b a {
	text-decoration: underline;
}

.guide-img {
	display: block;
	max-width: 1055px;
	margin: 0 auto 64px;
}

.guide-section .title {
	margin-bottom: 15px;
}

.guide-section .gion-other-1 {
	margin-bottom: 45px;
}

.guide-content {
	max-width: 933px;
	margin: 0 auto;
}

.guide-content h4 {
	margin-bottom: 18px;
	font-family: Alibaba;
	font-size: 24px;
	color: #423e3e;
	line-height: 33px;
}

.guide-content-desc {
	margin-bottom: 47px;
	font-size: 18px;
	color: #111111;
	line-height: 24px;
}

.guide-content-last {
	margin-bottom: 65px;
}

.guide-section .tips-btn-cell {
	margin-bottom: 123px;
}

.customer-section-1 .title {
	margin-top: 74px;
	margin-bottom: 38px;
}

.comment-big-img {
	display: block;
	width: 536px;
	margin: 38px auto;
}

.comment-desc {
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: #111111;
	line-height: 24px;
}

.comment-box {
	display: flex;
	min-height: 270px;
	margin-top: 24px;
	padding: 39px;
	background: #ffffff;
	border-radius: 30px;
}

.comment-img {
	width: 262px;
	margin-right: 70px;
	object-position: top;
	object-fit: contain;
}

.shop-text-1 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	color: #423e3e;
	line-height: 28px;
	text-align: center;
}

.shop-map {
	width: 100%;
	height: 485px;
	margin: 49px 0 72px;
	border-radius: 20px;
	overflow: hidden;
}

.shop-map1 {
	margin-bottom: 0;
}

.shop-map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-item-content {
	width: calc(100% - 96px);
	margin: 66px 48px 72px;
	background: #f8f8f8;
}

.shop-footer-title {
	margin: 107px 0 17px;
}

.bg-color-6 {
	padding-top: 87px;
	padding-bottom: 77px;
	background: #f3f5f7;
}

.rental-item-content-img1 {
	margin: 0 0 0 50px;
}

.shop-item-content1 {
	width: calc(100% - 96px);
	margin: 43px 48px 90px;
	background: #fff;
	border-radius: 30px;
}

.shop-item-right h3 {
	margin-bottom: 13px;
}

.shop-img1 {
	display: block;
	width: 848px;
	margin: -3px auto 38px;
}

.shop-other-1 {
	width: 848px;
	margin: 0 0 10px 48px;
}

.shop-section-1 {
	padding-bottom: 15px;
	background: #f6f1ef;
}

.shop-content-1 {
	padding-bottom: 87px;
}

.shop-3-1 {
	width: 100%;
}

.item-right-min .rental-item-desc {
	margin-bottom: 0;
}

.item-right-min1 h3,
.item-right-min h3 {
	margin-bottom: 10px;
}

.rental-item-desc {
	font-family: PingFangSC, PingFang SC !important;
}

.customer-title-1 {
	text-align: center;
	margin: 58px 0 0;
	font-family: Alibaba;
	font-size: 28px;
	color: #da8794;
	line-height: 38px;
}

.customer-btn-cell {
	margin: 58px 0 0;
}

.rental-title {
	margin-top: 70px;
}

.eikando-item-right h3 {
	margin-bottom: 16px;
}

.fushimi-cell-2 h3 {
	min-width: 320px;
}

.fushimi-cell-3 h3 {
	min-width: 260px;
}

.fushimi-cell-4 h3 {
	min-width: 370px;
}

.kiyomizu-cell h3 {
	min-width: 250px;
}

.gion-other-3 {
	text-align: center;
	margin-top: 29px;
	font-weight: 900;
	font-size: 16px;
	color: #111111;
	line-height: 24px;
}

.img-desc-cell {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 38px;
	width: 323px;
	height: 134px;
	padding-left: 37px;
	background: #ffffff;
	opacity: 0.9;
}

.img-desc-text {
	font-family: Alibaba;
	font-size: 30px;
	color: #423e3e;
	line-height: 42px;
}
.img-desc-text span {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #111111;
	line-height: 22px;
}

.img-desc-cell {
	padding-left: 18px;
}

.additional-other-6,
.additional-other-7,
.additional-other-8 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.additional-other-8 span {
	display: block;
	margin: 0 25px;
}

.additional-other-71 {
	margin-bottom: 10px;
}
.additional-other-6 span,
.additional-other-7 span {
	display: block;
	text-align: left;
}
.additional-other-7 span:first-child {
	width: 180px;
	margin-right: 70px;
}
.additional-other-7 span:nth-child(2) {
	width: 265px;
	margin-right: 70px;
}
.additional-other-6 span:nth-child(2),
.additional-other-6 span:first-child {
	width: 220px;
	margin-right: 50px;
}

.rental-item-btn3 {
	justify-content: center;
	padding: 0;
}

.rental-item-btn4 {
	width: 300px !important;
	justify-content: center;
	padding: 0;
}

#old {
	display: none;
}

.shop-text-9 {
	margin-bottom: 32px;
}

/* 移动端 */
@media (max-width: 1024px) {
	.kiyomizu-content-1 h4 {
		margin: 22px 0 4px;
		font-size: 14px;
		line-height: 24px;
	}
	.gion-cell-1 h3 {
		min-width: 100px;
		font-size: 16px;
		line-height: 24px;
	}
	.kiyomizu-cell h3 {
		min-width: 140px;
	}
	.gion-cell-1 span {
		font-size: 12px;
	}
	.gion-cell-1 {
		padding: 12px 0;
		border-bottom: 1px solid #423e3e;
	}
	.gion-title {
		margin-top: 24px;
	}
	.gion-content-1 {
		padding: 0 11px 30px;
	}
	.additional-header {
		margin-top: 30px !important;
		margin-bottom: 4px !important;
		font-size: 14px !important;
		font-weight: 400 !important;
	}
	.additional-content-1 {
		flex-direction: column;
		align-items: center;
		padding: 0 11px;
	}
	.additional-cell-1 {
		width: 86%;
		height: unset;
		margin-top: 20px;
		padding: 20px;
		background: #fff;
	}
	.additional-title-1 {
		margin: 12px 0 0;
		font-size: 14px;
		line-height: 26px;
	}
	.additional-price-1 {
		margin-top: 4px;
		font-size: 19px;
		line-height: 28px;
	}
	.additional-price-1 span {
		font-family: normal;
		font-size: 13px;
	}
	.additional-content-2 {
		margin: 20px 0 40px;
	}
	.additional-content-2 .additional-price-1 {
		margin-top: 4px;
	}
	.additional-content-2 .additional-title-1 {
		margin: 0;
	}
	.additional-btn-2 .plan-see-more,
	.additional-btn .plan-see-more {
		width: 300px;
	}
	.additional-img-5 {
		width: calc(100vw - 32px);
		margin-left: 4px;
		margin: 20px 0 30px;
	}
	.additional-mobile {
		padding: 0 12px 20px;
	}
	.additional-cell-4 {
		width: 50%;
	}
	.additional-content-4 .additional-title-1 {
		margin: 4px 0 0;
		font-size: 14px;
		line-height: 24px;
	}
	.additional-content-4 .additional-desc-1 {
		font-size: 10px;
		line-height: 20px;
		letter-spacing: -0.3px;
	}
	.additional-content-5 {
		width: 90%;
		margin: 30px auto 20px;
		padding: 12px 0;
		font-size: 14px;
		line-height: 24px;
	}
	.additional-content-4 {
		flex-wrap: wrap;
		margin: 24px -12px 0;
	}
	.additional-desc {
		margin-top: 24px;
		font-size: 13px;
	}
	.additional-other-3 {
		font-size: 13px;
		line-height: 21px;
	}
	.additional-desc-1 {
		font-size: 12px;
		line-height: 20px;
	}
	.additional-other-1 {
		margin: 20px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.additional-other-2 {
		display: none;
	}
	.additional-other-m {
		display: flex;
		justify-content: center;
		font-family: Alibaba;
		font-size: 12px;
		line-height: 16px;
		color: #423e3e;
	}
	.additional-other-m1 {
		margin-top: 12px;
	}
	.additional-cell-2 {
		margin: 0 8px;
	}
	.additional-img-2 {
		height: 70px;
		width: 70px;
		margin-right: 16px;
	}
	.time-title {
		margin-top: 20px;
	}

	.time-box1 {
		height: 160px;
		margin-bottom: 12px;
		border-radius: 12px;
	}

	.time-number {
		top: -8px;
		left: -8px;
		height: 40px;
		width: 40px;
		border-radius: 40px;
		font-size: 14px;
	}

	.time-content {
		padding: 12px;
		border-radius: 12px;
	}

	.m-title {
		margin-top: 24px;
	}

	.reserve-img {
		display: inline-block;
		width: calc(100vw - 32px);
		margin-left: 16px;
	}

	.pic-list1 {
		flex-direction: column;
		margin-top: 20px;
	}

	.pic-box-content {
		width: calc(100% - 26px);
		height: 120px;
		padding: 15px 15px 0;
	}

	.pic-box-content p {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: -0.4px;
	}

	.pic-box-price {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: -0.4px;
	}

	.pic-box-price span {
		font-size: 12px !important;
		line-height: 18px !important;
		font-weight: normal !important;
	}

	.pic-box-desc {
		margin-top: 8px;
		font-size: 12px;
		line-height: 22px;
	}

	.more-img {
		height: 12px;
		margin-left: 6px;
	}

	.list-footer {
		margin: 16px 0 6px;
		font-size: 14px;
		letter-spacing: -0.4px;
	}

	.pic-list1 .pic-box {
		width: 90vw;
		margin: 0 5vw;
	}

	.news-desc {
		text-align: center;
		max-width: 85%;
		margin: 10px auto 0;
		font-size: 12px;
		line-height: 20px;
	}

	.news-img {
		height: 100px;
		width: 150px;
		min-width: 150px;
	}

	.news-item-content {
		height: 100px;
		padding-left: 12px;
	}

	.update-text {
		margin: 4px 0 0;
	}

	.m-logo img {
		padding: 8px 14px;
	}

	.slick-dots {
		bottom: 8px;
	}

	.slick-dots li {
		padding: 3px;
	}

	.slick-dots li div {
		width: 6px;
		height: 6px;
	}

	.logo-text,
	.header-btn {
		display: none;
	}

	.benefit {
		width: 60%;
		bottom: -90px;
		padding: 10px 0;
		border-radius: 12px;
	}

	.benefit_img {
		width: calc(100% - 20px);
		height: auto;
		margin: 0 10px;
	}

	.benefit_text {
		margin-top: 6px;
		font-size: 11px;
		line-height: 15px;
	}

	.section {
		padding-top: 110px;
	}

	.section1 {
		padding-top: 30px;
	}

	.slick .pic-box {
		width: 80vw !important;
	}

	.section .title {
		color: #435363;
		margin-bottom: 10px;
	}

	.news-section .title {
		color: #435363;
		margin-bottom: 20px;
	}
	.section .title p {
		display: inline-block;
		margin-bottom: 6px;
		font-size: 12px;
		line-height: 26px;
		padding: 0 15px;
		background: #f1ddde;
		border-radius: 13px;
		letter-spacing: -0.4px;
	}
	.special-cell-title,
	.reservation-p1,
	.section .title h2 {
		margin: 0 auto;
		max-width: 90%;
		font-size: 22px;
		line-height: 32px;
		letter-spacing: -1px;
	}

	.special-cell-title {
		margin: 24px 0 10px;
		max-width: 100%;
	}

	.reservation {
		margin-top: 30px;
	}

	.reservation-p2 {
		margin: 2px 0 6px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.6px;
	}

	.reservation-img {
		width: calc(100vw - 32px);
		margin-bottom: 12px;
	}

	.pic-box .bg:before,
	.home-reason .slick-track .bg,
	.home-reason .slick-track .img,
	.home-pic .slick-track {
		height: 200px;
	}
	.home-reason .slick-track .img {
		padding-top: 0;
	}

	.slick-arrow {
		opacity: 0;
	}

	.see-more-btn {
		margin: 8px 0 24px;
	}

	.time-footer-btn .plan-see-more,
	.plan-see-more {
		width: 260px;
		height: 40px;
		border-radius: 20px;
		font-size: 14px;
	}

	.kimono-experience {
		width: 100vw;
		padding: 7px 12px 0;
	}

	.home-box .container-img {
		overflow: hidden;
		position: relative;
		height: calc((100vw - 36px) / 2 * 365 / 325);
		width: 100%;
		min-width: unset;
		border-radius: 12px;
	}

	.home-box {
		position: relative;
		width: calc((100vw - 36px) / 2);
		margin-bottom: 12px;
	}

	.home-box:nth-child(1):before,
	.home-box:nth-child(2):before {
		width: 24px;
		height: 24px;
		top: -8px;
		left: -8px;
	}
	.rental-item:nth-child(3n - 1),
	.home-box:nth-child(3n - 1) {
		margin: 0;
	}
	.home-box:nth-child(2n) {
		margin: 0 0 12px 12px;
	}

	.home-box h4 {
		font-size: 16px;
		color: #423e3e;
		line-height: 26px;
		font-family: Alibaba;
		margin: 8px 0 0;
	}

	.home-box .price {
		font-size: 14px;
		color: #423e3e;
		line-height: 22px;
		font-family: Alibaba;
	}

	.home-box .price span {
		font-size: 10px;
		color: #111;
		font-family: normal;
	}

	.home-reason {
		padding: 16px 0 24px;
		background-color: #decdd3;
	}
	.section.home-reason .pic-box h5 {
		left: 10px;
		height: 80px;
		padding: 0 12px;
		width: calc(80vw - 44px);
		font-weight: 600;
		font-size: 13px;
		color: #111;
		line-height: 20px;
	}

	.home-reason span {
		font-weight: 600;
		font-size: 14px;
		line-height: 22px;
	}

	.home-reason h2 {
		margin: 0 0 10px;
		font-size: 22px;
		line-height: 32px;
		letter-spacing: -0.8px;
		font-family: Alibaba;
	}

	.home-reason .slick-track {
		height: 260px;
	}

	.list-tag {
		margin: 0 -3px 0;
	}

	.tags-item,
	.tag-item {
		height: 16px;
		margin: 6px 3px 0;
		padding: 0 8px;
		line-height: 16px;
		font-size: 10px;
		border-radius: 16px;
	}

	.tags-item {
		margin: 0 3px;
	}

	.section-plan {
		padding: 24px 0;
	}

	.section-plan .title .text {
		margin: 6px 0 2px;
		font-size: 16px;
		line-height: 24px;
	}
	.section-plan .title .text1 {
		font-size: 12px;
		line-height: 18px;
	}

	.plan-content {
		padding-top: 15px;
		margin: 16px 7px 0;
	}

	.section-plan .title {
		margin-bottom: 0;
	}

	.plan-item {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin: 0 0 10px;
		width: calc((100vw - 54px) / 4 + 10px);
	}
	.plan-item:first-child,
	.plan-item:last-child {
		margin: 0 0 10px;
	}

	.plan-bg {
		width: calc((100vw - 54px) / 4);
		height: calc((100vw - 54px) / 4);
		border-radius: 50%;
	}

	.plan-title {
		text-align: center;
		margin-top: 4px;
		font-size: 12px;
		color: #111;
		line-height: 18px;
		max-width: calc((100vw - 54px) / 4 + 10px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.plan-content1 {
		justify-content: unset;
		max-width: unset;
		margin: 10px 5px 0;
	}

	.plan-item1 {
		display: flex;
		align-items: center;
		width: calc((100vw - 30px) / 2);
		padding: 6px 10px 8px 10px;
		margin: 0 5px 10px;
		background: #fff;
		border-radius: 8px;
	}

	.plan-img {
		height: 30px;
		width: 30px;
		margin-right: 6px;
	}

	.plan-text1 {
		margin: 0 0 4px;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: -0.4px;
	}

	.plan-text2 {
		margin: 0;
		font-size: 10px;
		line-height: 15px;
	}

	.see-more-btn1 {
		margin: 10px 0 0;
	}

	.section-news {
		padding: 24px 0;
	}

	.section-news-list {
		width: calc(100vw - 24px);
		padding: 8px 16px;
		margin: 12px auto 20px;
		border-radius: 12px;
	}

	.section-news-box {
		padding: 12px 0;
	}

	.news-item-subtitle,
	.section-news-time {
		font-size: 12px;
		line-height: 20px;
	}

	.news-item-subtitle {
		width: calc(100vw - 210px);
	}

	.section-news-title {
		width: calc(100vw - 210px);
		margin: 2px 0 0;
		font-size: 15px;
		line-height: 23px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.footer-img {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 24px 0;
		background: #faf8f6;
	}
	.footer-img h2 {
		margin-top: 8px;
		font-size: 22px;
		color: #423e3e;
		line-height: 30px;
		font-family: Alibaba;
	}
	.footer-img1 {
		width: calc((100vw - 24px) * 800 / 845);
		margin-left: 20px;
	}
	.footer-img2 {
		width: calc(100vw - 24px);
		margin-top: -12px;
	}

	.footer {
		padding: 20px 0;
	}
	.foot-box a {
		font-size: 14px;
		line-height: 20px;
		margin: 0;
		padding: 8px 0;
	}
	.copy {
		font-size: 12px;
		line-height: 18px;
	}

	.contact-img {
		height: calc(100vw * 696 / 1920 * 1.2) !important;
		object-fit: cover;
	}

	.banner-img {
		height: calc(100vw * 480 / 1920 * 1.3) !important;
		object-fit: cover;
	}

	.rent-img {
		height: calc(100vw * 300 / 1920 * 1.2) !important;
		object-fit: cover;
	}

	.position-text {
		bottom: -22px;
		left: 16px;
		padding-left: 12px;
		width: 168px;
		height: 44px;
		font-size: 16px;
		letter-spacing: -0.5px;
	}

	.position-text2,
	.position-text1 {
		width: 200px;
	}

	.contact-content {
		padding: 20px 0 0;
	}

	.contact-header {
		margin-right: 16px;
		font-size: 12px;
		line-height: 18px;
	}

	.right-img {
		margin: 0 8px;
		width: 4px;
		height: 8px;
	}

	.contact-section {
		padding-top: 24px;
		margin: 12px;
	}

	.contact-form {
		margin: 0 12px;
		padding: 16px;
		border-radius: 12px;
	}

	.contact-form h5 {
		margin-bottom: 10px;
	}

	.contact-position {
		padding: 8px 16px;
		border-radius: 12px;
	}

	.position-item {
		padding: 10px 0;
	}

	.position-item p {
		font-size: 12px;
		line-height: 18px;
	}

	.reasons-content .contact-section {
		margin: 0;
	}

	.rental-item {
		width: calc((100vw - 36px) / 2);
		height: calc((100vw - 36px) / 2 * 365 / 325);
		margin-bottom: 12px;
		border-radius: 15px;
	}

	.rental-item:nth-child(2n) {
		margin: 0 0 12px 12px;
	}

	.rental-item-text {
		padding: 0 12px;
		font-size: 14px;
		line-height: 22px;
	}

	.reasons-content {
		padding-bottom: 12px;
	}

	.reasons-content1 {
		padding: 12px 0 24px;
		background: #f3f5f7;
	}

	.contact-img2 {
		height: 120px;
		width: 120px;
		margin-right: 10px;
		border-radius: 12px;
	}

	.reasons-content1-item {
		align-items: center;
		margin-bottom: 12px;
		padding: 12px;
		border-radius: 12px;
	}

	.reasons-content1-item:last-child {
		margin-bottom: 0;
	}

	.reasons-content1-item:last-child .contact-img2 {
		margin: 0 0 0 10px;
	}

	.contact-text h3 {
		margin-bottom: 2px;
		font-size: 14px;
		line-height: 22px;
	}

	.contact-text h3 br {
		display: none;
	}

	.contact-text p {
		font-size: 12px;
		line-height: 20px;
	}

	.content-rental-item {
		padding: 0 12px;
	}

	.rental-number {
		width: 32px;
		height: 32px;
		min-height: 32px;
		border: 1px solid #90b5d1;
		font-size: 16px;
		border-radius: 50%;
	}

	.rental-line {
		width: 1px;
		height: 100%;
	}

	.rental-item-content {
		height: unset;
		margin-bottom: 12px;
		margin-left: 10px;
		padding: 12px;
		border-radius: 22px;
	}

	.rental-item-content-img {
		height: unset;
		width: 120px;
		margin-right: 10px;
		object-fit: contain;
	}

	.rental-item-right h3 {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 2px;
	}

	.rental-item-desc {
		margin-bottom: 4px !important;
		font-size: 11px;
		line-height: 20px;
		letter-spacing: -0.5px;
	}

	.rental-item-desc:first-child {
		margin-bottom: 6px !important;
	}

	.rental-item-right-flex h3,
	.rental-item-desc:last-child,
	.rental-item-right-flex .rental-item-desc {
		margin-bottom: 0 !important;
	}

	.rentlist-content .home-box:nth-child(2n),
	.rentlist-content .home-box:nth-child(3n - 1) {
		margin: 0 0 12px 0;
	}

	.rentlist-content .home-box .container-img {
		height: 150px;
		width: calc(150px * 325 / 365);
		min-width: calc(150px * 325 / 365);
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.rentlist-content .home-box {
		width: 100%;
		border-radius: 12px;
	}

	.home-box-content {
		height: 150px;
		width: calc(100vw - 150px * 325 / 365 - 24px);
		padding: 6px 12px 12px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.rentlist-content .home-box h4 {
		font-size: 14px;
		line-height: 22px;
		margin: 0;
		display: block;
		letter-spacing: -0.5px;
	}

	.rentlist-content .home-box .list-tag {
		display: none;
	}

	.rentlist-content .price {
		margin-bottom: 24px;
	}

	.rentlist-content .tag-item {
		margin: 0 3px 6px;
	}

	.home-box-sub {
		display: none;
	}

	#new .home-box-sub {
		display: block;
		font-size: 10px;
		margin-top: 0;
	}

	#new .rentlist-content .price {
		margin-bottom: 0;
	}

	.home-box-btn {
		width: 50%;
		height: 32px;
		border-radius: 32px;
		font-size: 13px;
	}

	.home-box-footer {
		position: relative;
		bottom: unset;
		left: unset;
	}

	.home-box-content div:first-child {
		margin-top: 0;
	}

	.rent-content {
		margin-top: 0;
		padding-top: 0;
	}

	.rent-section {
		padding-top: 12px;
	}

	.rent-header {
		padding-bottom: 20px;
	}

	.rent-content .list-tag {
		margin: 0 0 12px;
	}

	.rent-content .tag-item {
		height: 20px;
		line-height: 20px;
		margin-top: 0;
	}

	.rent-content-cell {
		padding-top: 0;
	}

	.rent-content .img img {
		border-radius: 12px;
	}

	.rent-title {
		margin-bottom: 4px;
		font-weight: 700;
		font-size: 20px;
		color: #111;
		line-height: 30px;
	}

	.rent-discount {
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
	}
	.rent-price {
		display: inline-block;
		font-size: 24px;
		color: #da8794;
		line-height: 32px;
		font-family: Alibaba;
		margin-bottom: 0;
	}
	.rent-discount-price {
		font-size: 14px;
		line-height: 20px;
		text-decoration: line-through;
	}
	.rent-tax {
		font-size: 14px;
		line-height: 20px;
	}
	.rent-price-mark {
		margin-top: 6px;
		font-size: 12px;
		line-height: 20px;
	}

	.rent-content-text {
		text-align: center;
		padding: 12px 0 50px;
		border-radius: 12px;
	}
	.rent-content .rental-item-btn {
		display: flex;
		width: 300px;
		height: 40px;
		min-height: 40px;
		margin: -20px auto 0;
		border-radius: 40px;
	}
	.rental-item-btn span {
		font-size: 14px;
	}
	.rent-notice-title {
		padding: 16px 0;
		margin: 20px -12px 16px;
		font-size: 18px;
		line-height: 28px;
	}
	.content-item {
		display: flex;
		margin-top: 16px;
	}
	.content-item1 {
		margin-top: 8px;
	}
	.content-text {
		font-size: 12px;
	}
	.ind {
		width: 3px;
		margin-right: 8px;
		height: 9px;
	}
	.include-item {
		margin: 0 4px 8px;
		padding: 2px 10px;
		border-radius: 20px;
		font-size: 12px;
	}
	.content-item-label {
		height: 22px;
		flex-basis: 90px;
		font-size: 14px;
		line-height: 22px;
	}

	.xunmoban {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.rent-footer {
		padding: 30px 0 40px;
	}

	.rent-footer-btn {
		width: 300px;
		height: 40px;
		min-height: 40px;
		padding: 0 20px;
		border-radius: 40px;
		font-size: 14px;
	}

	.about-img {
		width: 100%;
		margin: 0;
	}

	.about-desc-title {
		width: unset;
		margin: 10px 80px;
		font-size: 16px;
		line-height: 24px;
	}
	.about-desc {
		margin: 0 12px;
		width: unset;
		font-size: 13px;
		line-height: 22px;
		text-align: left;
	}

	.about-content {
		padding-bottom: 24px;
		padding-top: 0;
	}

	.about-content .contact-section {
		margin: 0;
	}

	.store-desc {
		margin: 0 12px;
		width: unset;
		font-size: 13px;
		text-align: left;
	}

	.store-content {
		display: flex;
		margin: 36px 12px 24px;
		padding: 12px;
		border-radius: 12px;
	}

	.store-img {
		height: 128px;
		width: 150px;
		min-width: 150px;
		margin-right: 10px;
		border-radius: 12px;
	}

	.store-content-text h4 {
		margin: 0;
		font-size: 15px;
		line-height: 24px;
	}

	.store-content-text div {
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.map-img {
		width: calc(100% - 24px);
		margin: 12px 12px 24px;
	}

	.about-btn {
		width: 280px;
		height: 40px;
		border-radius: 40px;
		border: 1px solid #435364;
		font-size: 14px;
	}

	.plans-container {
		background: #fff;
		padding-top: 12px;
	}

	.plans-container .section {
		padding: 0 12px 24px;
	}

	.plans-header {
		padding-bottom: 12px;
	}

	.plans-header h3 {
		margin-bottom: 0;
	}

	.plans-btn:first-child {
		opacity: 0;
	}

	.plans-btn {
		width: 110px;
		height: 24px;
		border-radius: 24px;
		font-size: 10px !important;
	}

	.plans-select-title {
		margin: 20px 0 12px;
		font-size: 15px;
		line-height: 24px;
	}

	.form-box select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="M2 4.5l5 5 5-5z"><path fill="%23D8D8D8" d="M2 4l4 4 4-4z"/></svg>');
		background-repeat: no-repeat;
		background-position: right 13px center;
		background-size: 14px;
	}

	#wrap {
		padding: 0 10px 5px;
	}

	#wrap tbody tr:first-child {
		font-weight: bold;
		font-size: 16px;
	}

	.calendar-month .current-month.weekend,
	.calendar-month .weekday {
		background: #fff !important;
	}

	.month-op {
		line-height: 26px;
	}

	.calendar-month td.current-month.selected {
		background: #ff759f !important;
	}

	.form-box-flex {
		display: unset;
	}

	.form-item1 select {
		width: 100%;
	}

	.form-item2 select {
		width: 100%;
	}

	.form-item2 {
		margin-left: 0;
	}

	.form-box-info .form-item label {
		padding-right: 32px;
		flex: 0 0 150px;
		text-align: right;
	}

	.form-item button {
		width: 300px;
		height: 40px;
		margin: 30px auto 0;
		border-radius: 40px;
		font-size: 16px;
	}

	.sure-content {
		margin: 20px 0 12px;
		padding: 12px;
		border-radius: 8px;
	}

	.sure-content div {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.sure-content div:last-child {
		margin-bottom: 0;
	}
	.sure-content span {
		font-size: 16px;
		color: #c24c5f;
	}

	.form-box-info .form-item label {
		flex: unset;
	}

	.query-cancel-btn {
		margin: 24px auto;
		border-radius: 40px;
		border: 1px solid #6e6e6e;
		width: 260px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}

	.query-content {
		width: calc(100% - 24px);
		margin: 24px auto;
	}

	.query-content .form-item label {
		font-size: 14px;
	}

	.query-content .form-box .form-item {
		gap: 12px;
	}

	.query-content .form-item button {
		margin-top: 20px;
	}
	.y_content {
		border-radius: 12px;
		margin: 24px 12px;
		padding: 20px 12px;
	}
	.y_content .y_title {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.y_text {
		font-size: 12px;
		text-align: left;
		line-height: 20px;
	}

	.back-btn {
		text-align: left;
	}

	.mobile {
		min-height: 100vh;
	}

	.query-container {
		min-height: calc(100vh - 403.28px);
	}

	.mobile-slider .img {
		height: calc(100vw * 527 / 375) !important;
	}

	.slick-dots {
		bottom: 40px !important;
	}

	.mobile-slider {
		display: unset !important;
	}

	.pc-slider {
		display: none !important;
	}

	.app-cell {
		width: calc(100vw - 24px);
	}

	.app-cell h3 {
		margin: 20px 0 12px;
		font-size: 20px;
		line-height: 30px;
	}

	.news-section .title p {
		margin: 6px 0 0;
	}

	.news-container {
		padding-bottom: 0;
	}

	.news-content {
		padding-top: 20px;
		border-radius: 12px;
	}

	.news-box {
		padding: 0 0 20px;
	}

	.news-box .time {
		padding: 10px 0 8px;
		font-size: 14px;
		line-height: 22px;
	}
	.news-box h5 {
		font-size: 16px;
		line-height: 24px;
		padding: 6px 0 4px;
	}
	.news-box p {
		font-size: 12px;
		line-height: 20px;
	}
	.news-box .img {
		border-radius: 12px;
	}
	.news-box a.full {
		margin: 0;
	}

	.slider-text h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.choose-cell {
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 18px;
	}

	.choose-img {
		height: 16px;
		width: 16px;
	}

	.space-cell {
		display: inline-block;
		width: 12px;
	}

	.footer-img h5 {
		font-size: 14px;
	}

	.choose-cell1 {
		max-width: 90%;
		margin-left: 5%;
		margin-bottom: 0;
	}

	.choose-cell2 {
		display: none;
	}

	.time-email {
		flex-direction: column;
		margin-top: 12px;
		font-size: 14px;
		line-height: 22px;
	}

	.q-content {
		padding: 30px 16px;
	}

	#new .see-more-btn1 {
		margin-top: 20px;
	}

	.new-banner-content {
		width: 92vw;
	}

	.new-banner-title {
		margin-bottom: 2px;
		font-size: 20px;
		line-height: 26px;
	}

	.new-banner-title span {
		font-weight: 900;
	}

	.new-banner-desc {
		font-size: 11px;
		line-height: 18px;
		letter-spacing: -0.5px;
	}

	.new-banner-btn {
		width: 220px;
		height: 32px;
		margin-top: 8px;
		border-radius: 16px;
		font-size: 12px;
	}

	.last-content {
		padding: 24px 0;
	}

	.reserve-btn {
		margin-top: 12px;
		width: 260px;
	}

	.reserve-text1 {
		font-size: 18px;
		line-height: 28px;
		max-width: 95vw;
		text-align: center;
	}

	.reserve-text {
		margin: 24px 0 4px;
		font-size: 14px;
		line-height: 22px;
	}

	.reserve-img-btn .list-footer {
		margin-top: 12px;
	}

	.reserve-img-btn .plan-content1 {
		margin-top: 6px;
	}

	.walk-img {
		max-width: 90%;
		margin: 12px auto;
	}

	.walk-img-desc {
		max-width: 90%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 18px;
	}

	.walk-desc {
		max-width: 90%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 18px;
	}

	.section .walk-title {
		margin-bottom: 12px;
	}

	.walk-choose {
		display: unset;
		margin-top: 12px;
		font-size: 12px;
		line-height: 18px;
	}

	.walk-choose .choose-img1 {
		margin-top: 5px;
		width: 15px;
		height: 15px;
	}

	.walk-section .reserve-btn {
		margin: 12px auto 28px;
		width: 60%;
	}

	.walk-time {
		width: unset;
		justify-content: center;
	}

	.walk-box {
		width: 300px;
		margin-bottom: 16px;
		padding-bottom: 12px;
		border-bottom: 1px solid #111;
	}

	.home-box .walk-box-img {
		width: 300px;
		height: 260px;
		min-width: 300px;
	}

	.walk-box h4 {
		font-size: 20px;
		line-height: 30px;
		margin: 12px 0 10px;
	}

	.walk-box:nth-child(3n - 1) {
		margin: 0 0 16px;
	}

	.walk-box-time {
		font-size: 14px;
		line-height: 20px;
	}

	.walk-box-desc {
		margin-top: 3px;
		font-size: 12px;
		line-height: 20px;
	}

	.walk-content {
		padding: 24px 0 12px;
		background-color: #decdd3;
	}

	.walk-btn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 350px;
		height: 50px;
		padding: 0 12px 0 6px;
		border-radius: 12px;
		font-size: 14px;
	}

	.walk-btn-img {
		margin-right: 6px;
		width: 40px;
		height: 40px;
	}

	.walk-btn-desc {
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 22px;
	}

	.walk-btn-cell {
		margin-bottom: 30px;
	}

	.walk-title {
		margin-bottom: 4px;
	}

	.walk-arrow-img {
		width: 17px;
		height: 12px;
	}

	.section .title div {
		max-width: 90%;
		margin: 4px auto 0;
		font-size: 12px;
		line-height: 20px;
	}

	.section-header {
		height: 48px;
	}

	.section-header div {
		padding: 0 12px;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: -0.4px;
	}
	.special-header {
		padding-top: 16px;
		padding-bottom: 24px;
	}

	.special-cell {
		width: calc(100% - 24px);
		margin: 0 auto;
	}

	.special-box {
		margin: 0 auto 24px !important;
		width: 325px;
	}

	.home-box .special-box-img {
		width: 325px;
		height: 280px;
		min-width: 325px;
	}

	.special-desc {
		margin-top: 10px;
		font-size: 13px;
		line-height: 20px;
	}

	.special-btn-1 {
		margin: 24px 0 48px;
	}

	.special-btn-1 .plan-see-more {
		width: 90%;
	}

	.special-2-5 {
		max-width: calc(100% - 24px);
		margin: 30px auto 0;
	}

	.special-arrow {
		width: 23px;
		height: 12px;
	}

	.special-1-cell {
		margin-top: 12px;
		padding: 16px;
		height: unset;
	}

	.special-1 {
		height: calc(170px * 0.8);
		width: calc(150px * 0.8);
		min-width: calc(150px * 0.8);
		margin: 0 12px 0 0;
	}

	.special-cell h4 {
		font-size: 18px;
		line-height: 24px;
		margin: 0;
	}

	.special-box h4 {
		margin: 12px 0 0;
	}

	.special-1-cell:nth-child(2n) {
		margin-left: 0;
	}

	/* .section .title div {
		margin-top: 12px;
		font-size: 16px;
		line-height: 28px;
	} */

	.title-top {
		margin-top: 32px;
	}

	.special-3 {
		margin-bottom: 20px;
	}

	.special-4-cell {
		margin-top: 20px;
	}
	.special-4 {
		height: 100px;
		width: 100px;
		min-width: 100px;
		margin: 0 20px 0 0;
	}
	.special-4-cell:nth-child(2n) {
		margin-left: 0;
	}

	.special-4-5 {
		margin-top: 28px;
	}

	.special-last {
		margin-top: 40px;
	}

	.special-3 h4 {
		margin-top: 12px;
	}

	.subtitle {
		margin: 6px 0 0;
	}

	#section1,
	#section2,
	#section3,
	#section4 {
		padding-top: 36px;
		padding-bottom: 46px;
	}

	#section1 {
		padding-bottom: 36px;
	}

	.position-item h4 {
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 20px;
	}

	.section-header div {
		color: #423e3e !important;
	}

	.m-header .m-logo {
		display: flex;
		align-items: center;
	}

	.bg-color-2 {
		padding: 30px 12px;
	}

	.time-footer-title {
		margin: 30px 0 0;
	}

	.time-footer-btn {
		margin: 20px 0 0;
	}

	.time-footer-desc {
		margin: 0 auto 5px;
		width: 90%;
		font-size: 12px;
	}

	.time-choose {
		margin-top: 10px;
	}

	.choose-img1 {
		height: 12px;
		width: 12px;
	}

	.choose-cell1 {
		font-size: 12px;
		line-height: 18px;
	}

	.bg-color-3 {
		padding-bottom: 30px;
	}

	.gion-section-1 {
		padding-bottom: 20px;
	}

	.gion-other-1 {
		font-size: 12px;
		line-height: 20px;
	}

	.gion-cell-1 div div {
		margin-top: 12px;
		font-size: 13px;
		line-height: 20px;
	}

	.gion-section-2 {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.kiyomizu-section {
		padding-top: 20px;
	}

	.eikando-btn-cell {
		margin-top: 1px;
	}

	.gion-content-last {
		margin-top: 20px;
	}

	.gion-cell-last {
		width: calc(100% - 22px);
		height: 60px;
		margin: 0 auto 12px;
		border-radius: 12px;
	}

	.gion-cell-last > div > img {
		height: 50px;
		width: 50px;
	}

	.gion-right {
		width: 8px;
		height: 14px;
	}

	.gion-cell-last > div > span {
		font-size: 14px;
	}

	.kiyomizu-item-desc {
		margin: 0;
	}
	.kiyomizu-item-desc1 {
		margin: 0;
	}

	.kiyomizu-content-2 {
		padding: 0 11px 0;
	}

	.gion-other-5 {
		margin-bottom: 0;
	}

	.gion-other-6 {
		margin-bottom: 12px;
	}

	.shop-img1 {
		width: 100%;
		margin-bottom: 12px;
	}

	.shop-other-1 {
		width: 100%;
		margin: 0;
	}

	.walk-btn-cell-mobile {
		margin-bottom: 0;
		padding: 0 0 20px;
	}

	.walk-btn-cell-mobile .walk-btn {
		width: calc(100vw - 22px);
	}

	.shop-item-content,
	.shop-item-content1 {
		width: calc(100vw - 22px);
		margin: 12px 11px;
	}

	.bg-color-4,
	.bg-color-6 {
		padding-top: 20px;
	}

	.shop-text-1 {
		width: calc(100vw - 40px);
		margin: 0 0 6px 20px;
		font-size: 12px;
		line-height: 20px;
	}

	.shop-map {
		height: 220px;
		margin: 16px 0 20px;
		border-radius: 0;
	}

	.shop-footer-title {
		margin: 0 0 8px !important;
	}

	.customer-section-1 .title {
		margin-top: 24px;
	}

	.comment-big-img {
		width: calc(100vw - 76px);
		margin: 12px auto;
	}

	.comment-desc {
		padding: 0 38px;
		font-weight: 600;
		font-size: 14px;
		color: #111111;
		line-height: 22px;
	}

	.customer-title-1 {
		margin: 6px 0 0;
		font-size: 20px;
		line-height: 28px;
	}

	.comment-box {
		display: block;
		min-height: 270px;
		margin-top: 12px;
		padding: 16px;
		border-radius: 12px;
	}

	.comment-img {
		display: block;
		margin: 0 auto 6px;
	}

	.customer-btn-cell {
		margin: 12px 0 0;
	}

	.tips-section-1 .title {
		margin-top: 24px;
		margin-bottom: 8px;
	}

	.time-box {
		display: block;
		height: unset;
		margin-bottom: 12px;
		padding-top: 12px;
		border-radius: 12px;
	}

	.tips-section-1 .gion-other-1 {
		margin-bottom: 10px;
		padding: 0 10%;
	}

	.tips-section-1 .time-box {
		height: unset;
		padding-top: 12px;
	}

	.time-img {
		display: block;
		margin: 0 auto;
		width: 50%;
	}

	.guide-section .gion-other-1 {
		margin-bottom: 20px;
	}

	.guide-img {
		max-width: calc(100vw - 24px);
		margin: 0 auto 20px;
	}

	.guide-content {
		padding: 0 12px;
	}

	.guide-content h4 {
		margin-bottom: 4px;
		font-size: 16px;
		line-height: 24px;
	}

	.guide-content-desc {
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 18px;
	}

	.gion-btn-cell {
		margin-top: 20px;
	}

	.gion-title1 {
		margin-top: 0;
	}

	.bg-color-7 {
		padding-bottom: 20px !important;
	}

	.section-header-en div {
		font-size: 12px;
		padding: 0 8px;
		letter-spacing: -0.5px;
	}

	.time-box1 {
		display: block;
		height: unset;
	}

	.time-box1 .time-content {
		padding: 0 12px 12px;
	}

	.time-btn {
		margin-top: 10px;
	}

	.home-box-btn1 {
		margin: 0 10px;
		border: 1px solid #435364;
		color: #435363;
	}

	.rental-item-btn1 {
		width: 220px;
		height: 32px;
		min-height: 32px;
		margin: 10px auto 0;
		border-radius: 32px;
	}

	.rental-item-btn1 span {
		font-family: normal;
		font-weight: 600;
		font-size: 13px;
	}

	.rental-item-btn0 {
		display: none;
	}

	.rental-item-btn2,
	.rental-item-btn10 span,
	.rental-item-btn2 span {
		font-size: 12px;
	}

	.no-p-b {
		padding-bottom: 0;
	}

	.section9 {
		padding-top: 0;
	}

	.section .walk-title {
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	.rental-item-btn4 {
		width: 250px !important;
		margin: 0 auto;
	}

	.rental-item-btn10 {
		width: unset;
		height: 30px;
		min-height: 30px;
		margin-top: 8px;
		border-radius: 30px;
		padding: 0 5px;
	}

	.shop-map .BMapLabel {
		padding: 0 6px !important;
    font-size: 12px !important;
    border-radius: 2px !important;
    height: 20px !important;
    line-height: 20px !important;
	}

	.shop-text-9 {
		margin-bottom: 16px;
	}

	.span-none,
	.img-none {
		display: none;
	}
}
