@charset "UTF-8";
.map {
	position: relative;
	z-index: 1;
	padding-bottom: 520px;
}
.map > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.qa {
	margin-bottom: 80px;
}
.qa_inner {}
.qa_cols {
	display: flex;
	background: #EDF2F7;
	flex-direction: row-reverse;
}
.qa_col {
	width: 50%;
}
.qa_col-no1 {
	padding: 50px 20px;
}
.qa_areaText {
	max-width: 440px;
	margin: 0 auto;
}
.qa_title {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}
.qa_text {}
.qa_link {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.qa_link > a {
	width: auto;
}
.qa_link > a::before {
	content: "";
}
.qa_link > a::after {
	content: "";
}
.qa_col-no2 {
	position: relative;
	z-index: 1;
}
.qa_image {
	background-image: url(/assets/img/home/pt-qa@2x.jpg);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.stay {
	margin-bottom: 85px;
}
.stay_inner {}
.movie {
	background: #F7F5F5;
	padding: 70px 0;
	margin-bottom: 80px;
}
.movie_inner {
	max-width: 520px;
}
.movie_video {
	display: none;
}
.movie_wrap {}
.movie_wrap > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.movie_wrap > a::before {
	content: "";
}
.movie_wrap > a::after {
	content: "";
}
.movie_fig {}
.movie_fig > figcaption {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.movie_fig > figcaption > .icon {
	display: block;
	color: #D8D8D8;
	margin-left: 10px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.movie_fig_img {
	position: relative;
	z-index: 1;
}
.movie_fig_img::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.5);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.movie_fig_img > img {}
.movie_fig_img > .icon {
	display: block;
	position: absolute;
	left: 50%;
	font-size: 80px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	z-index: 2;
}
.movie_text {
	margin-top: 13px;
}
.homeNav {
	background: #EDF2F7;
	padding: 70px 0;
}
.homeNav_inner {}
.homeNav_list {
	list-style: none;
	display: flex;
}
.homeNav_list > li {
	width: 23.5%;
	margin-left: 2%;
}
.homeNav_list > li:first-child {
	margin-left: 0;
}
.homeNav_list > li:last-child {}
.homeNav_list > li:nth-child(2n+1) {}
.homeNav_list > li:nth-child(n+3) {}
.homeNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	flex-direction: column;
	height: 100%;
}
.homeNav_list > li > a::before {
	content: "";
}
.homeNav_list > li > a::after {
	content: "";
}
.homeNav_fig {
	flex-grow: 1;
}
.homeNav_fig > img {}
.homeNav_fig > figcaption {
	text-align: center;
	margin: 10px 0 10px;
	line-height: 1.4;
}
.homeNav_link {
	min-width: 0;
	max-width: 210px;
	margin: 20px auto 0;
}
.cont {}
.cont_sect {
	margin-bottom: 100px;
}
.cont_cols {
	display: flex;
}
.cont_cols-rev {
	flex-direction: row-reverse;
}
.cont_col {}
.cont_col-no1 {
	width: 48.3%;
	height: 440px;
	position: relative;
	z-index: 2;
}
.cont_image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/assets/img/home/pt-main01@2x.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 20px 20px 0 #FCF2F7;
}
.cont_image-no1-1 {
	background-image: url(/assets/img/home/pt-main01-01@2x.jpg);
}
.cont_image-no1-2 {
	background-image: url(/assets/img/home/pt-main01-02@2x.jpg);
}
.cont_image-no2 {
	background-image: url(/assets/img/home/pt-main02@2x.jpg?date=190424);
	box-shadow: -20px 20px 0 #FDF9E7;
}
.cont_image-no3 {
	background-image: url(/assets/img/home/pt-main03@2x.jpg?date=190424);
	box-shadow: 20px 20px 0 #F6FAEC;
}
.cont_image-no4 {
	background-image: url(/assets/img/home/pt-main04@2x.jpg);
	box-shadow: -20px 20px 0 #FCF2F7;
}
.cont_col-no2 {
	flex-grow: 1;
	padding-top: 25px;
	position: relative;
	z-index: 1;
	padding-left: 30px;
	padding-right: 30px;
}
.cont_areaText {
	max-width: 500px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	z-index: 1;
}
.cont_areaText::after {
	content: "";
	background-image: url(/assets/img/home/bg-ttl01@2x.png);
	width: 720px;
	height: 175px;
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 37px;
	background-size: 100% 100%;
}
.cont_areaText-no2::after {
	background-image: url(/assets/img/home/bg-ttl02@2x.png);
	left: auto;
	right: 0;
}
.cont_areaText-no3::after {
	background-image: url(/assets/img/home/bg-ttl03@2x.png);
}
.cont_areaText-no4::after {
	background-image: url(/assets/img/home/bg-ttl04@2x.png);
	left: auto;
}
.cont_areaText-no1 {}
.cont_title {
	font-size: 26px;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	margin-bottom: 22px;
}
.cont_title::before {
	background-image: url(/assets/img/home/ttl-main01@2x.png);
	content: "";
	display: block;
	width: 180px;
	height: 190px;
	position: absolute;
	z-index: 0;
	bottom: -40px;
	left: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.cont_title-no2::before {
	background-image: url(/assets/img/home/ttl-main02@2x.png);
	width: 173px;
	height: 190px;
}
.cont_title-no3::before {
	background-image: url(/assets/img/home/ttl-main03@2x.png);
	width: 180px;
	height: 190px;
}
.cont_title-no4::before {
	background-image: url(/assets/img/home/ttl-main04@2x.png);
	width: 183px;
	height: 190px;
}
.cont_title > b {
	display: block;
	font-weight: normal;
	position: relative;
	z-index: 2;
}
.cont_text {
	position: relative;
	z-index: 2;
}
.cont_list {
	list-style: none;
	max-width: 400px;
	margin: 30px auto 0;
	position: relative;
	z-index: 2;
	width: 100%;
}
.cont_list > li {
	margin-top: 20px;
}
.cont_list > li:first-child {
	margin-top: 0;
}
.cont_list > li:last-child {}
.cont_list > li:nth-child(2n+1) {}
.cont_list > li:nth-child(n+3) {}
.cont_list > li > a {}
.cont_list > li > a::before {
	content: "";
}
.cont_list > li > a::after {
	content: "";
}
.intro {
	padding: 50px 0 70px;
	position: relative;
	z-index: 1;
	background-image: url(/assets/img/home/bg-intro@2x.png);
	background-size: auto 462px;
	background-repeat: no-repeat;
	background-position: center center;
}
.intro_inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 903px;
}
.intro_title {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 24px;
}
.intro_text {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	line-height: 2.2;
}
.info {
	background: #F7F5F5;
	overflow: hidden;
}
.info_inner {}
.info_inner::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	width: 100vw;
	background: #C8402C;
	left: 100%;
	margin-left: -20px;
}
.info_cols {
	display: flex;
}
.info_col {}
.info_col-no1 {
	flex-grow: 1;
}
.info_text {
	height: 60px;
	display: flex;
	align-items: center;
	color: #C8402C;
	font-size: 18px;
	line-height: 1.2;
}
.info_text > img {
	display: block;
	margin-right: 13px;
}
.info_col-no2 {
	width: 360px;
}
.info_link {
	position: relative;
	z-index: 2;
}
.info_link > a {
	display: flex;
	text-decoration: none;
	background: #C8402C;
	height: 60px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 32px;
	border-top-left-radius: 100px;
	position: relative;
	z-index: 1;
	padding-left: 40px;
	white-space: nowrap;
	line-height: 1.2;
}
.info_link > a::before {
	content: "";
	background-image: url(/assets/img/home/bg-tel@2x.png);
	display: block;
	width: 123px;
	height: 103px;
	background-size: 100% 100%;
	position: absolute;
	z-index: 1;
	bottom: -18px;
	left: -27px;
}
.info_link > a::after {
	content: "";
}
.info_link > a > img {
	display: block;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.vis {
	position: relative;
	z-index: 1;
}
.vis_title {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: 1s;
}
.vis_slide.slick-initialized + .vis_title {
	opacity: 1;
}
.vis_title > img {}
.vis_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1.5s;
	transition-property: opacity;
	transition-delay: .2s;
}
.vis_slide.slick-initialized {
	opacity: 1;
}
.vis_item {
	height: calc(100vh - 80px - 60px);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.vis_item > img {
	display: none;
}
.slick-dots {
	text-align: center;
	margin-top: 0;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 70px;
	width: 100%;
}
.slick-dots > li {
	display: inline-block;
	vertical-align: middle;
}
.slick-dots > li > button {
	font-size: 0;
	border: 11px solid transparent;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	box-sizing: content-box;
	background-clip: padding-box;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	background-color: #fff;
}
.slick-dots > li.slick-active > button {
	background-color: #C8402C;
}
.news {
	background: rgba(34, 34, 34, 0.9);
	color: #fff;
	max-height: 60px;
	overflow: hidden;
	transition-duration: 0.5s;
	transition-property: max-height;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
}
.news.isShow {
	max-height: 600px;
}
.news[data-count="2"].isShow {
	max-height: 120px;
}
.news[data-count="3"].isShow {
	max-height: 180px;
}
.news[data-count="4"].isShow {
	max-height: 240px;
}
.news[data-count="5"].isShow {
	max-height: 300px;
}
.news[data-count="6"].isShow {
	max-height: 360px;
}
.news[data-count="7"].isShow {
	max-height: 420px;
}
.news[data-count="8"].isShow {
	max-height: 480px;
}
.news[data-count="9"].isShow {
	max-height: 540px;
}
.news[data-count="10"].isShow {
	max-height: 600px;
}
.news_inner {
	display: flex;
}
.news_title {
	font-size: 14px;
	font-weight: normal;
	height: 60px;
	display: flex;
	align-items: center;
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}
.news_title::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	height: 16px;
	background: #fff;
	width: 1px;
	top: 0;
	margin: auto;
}
.news_list {
	list-style: none;
	font-size: 13px;
	max-width: calc(100% - 150px);
}
.news_list > li {}
.news_list > li:first-child {}
.news_list > li:last-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li:nth-child(n+3) {}
.news_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.news_item {
	align-items: center;
	line-height: 60px;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
.news_headline {
	font-weight: normal;
	display: inline;
}
.news_upDate {
	margin-right: 13px;
	display: inline;
}
.news_btn {
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.news_btn::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #fff;
	box-sizing: border-box;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	border-left: none;
	border-top: none;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.news_btn.isShow::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news_btn::after {
	content: "";
}
.visWrap {
	position: relative;
	z-index: 1;
}
.visWrap_notice {
	display: none;
}
.cont_slide {
	box-shadow: 20px 20px 0 #FCF2F7;
	font-size: 0;
	opacity: 0;
	transition-duration: 0.9s;
	transition-property: opacity;
}
.cont_slide.slick-initialized {
	opacity: 1;
}
.cont_slide_item {
	height: 440px;
	position: relative;
	z-index: 1;
	width: 48.3vw;
}
.cont_priceList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	line-height: 1.4;
	margin: 15px 0;
}
.cont_priceList > li {}
.cont_priceList > li::before {
	content: "・";
}
.cont_priceList > li:first-child::before {
	display: none;
}
.cont_priceList > li:first-child {}
.cont_priceList > li:last-child {}
.cont_priceList > li:nth-child(2n+1) {}
.cont_priceList > li:nth-child(n+3) {}
.cont_priceList > li > b {
	font-size: 200%;
	font-weight: normal;
}
.cont_list-no1 {
	margin-top: 10px;
}
.cont_text-last {
	margin-top: 24px;
}
.cont_text-center {
	text-align: center;
}
.cont_priceList-en {
	justify-content: center;
}
@media screen and (min-width:1000px) {
	.qa_link > a:hover {}
	.movie_wrap > a:hover {}
	a:hover .movie_fig > figcaption > .icon {}
	a:hover .movie_fig_img::after {
		background: rgba(34, 34, 34, 0.8);
	}
	.homeNav_list > li > a:hover {}
	.cont_list > li > a:hover {}
	.info_link > a:hover {}
	.slick-dots > li > button:hover {
		background-color: #C8402C;
	}
	.news_list > li > a:hover {}
	.news_list > li > a:hover .news_headline {
		text-decoration: underline;
	}
	.news_btn:hover {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
}
@media screen and (max-width: 999px) {
	.map {
		padding-bottom: 400px;
	}
	.map > iframe {}
	.qa {}
	.qa_inner {}
	.qa_cols {}
	.qa_col {}
	.qa_col-no1 {
		padding: 25px 20px;
	}
	.qa_areaText {}
	.qa_title {
		font-size: 22px;
	}
	.qa_text {}
	.qa_link {}
	.qa_link > a {}
	.qa_link > a::before {}
	.qa_link > a::after {}
	.qa_col-no2 {}
	.qa_image {}
	.stay {}
	.stay_inner {}
	.movie {}
	.movie_inner {}
	.movie_wrap {}
	.movie_wrap > a {}
	.movie_wrap > a::before {}
	.movie_wrap > a::after {}
	.movie_fig {}
	.movie_fig > figcaption {}
	.movie_fig > figcaption > .icon {}
	.movie_fig_img {}
	.movie_fig_img::after {}
	.movie_fig_img > img {}
	.movie_fig_img > .icon {}
	.movie_text {}
	.homeNav {}
	.homeNav_inner {}
	.homeNav_list {}
	.homeNav_list > li {}
	.homeNav_list > li:first-child {}
	.homeNav_list > li:last-child {}
	.homeNav_list > li:nth-child(2n+1) {}
	.homeNav_list > li:nth-child(n+3) {}
	.homeNav_list > li > a {}
	.homeNav_list > li > a::before {}
	.homeNav_list > li > a::after {}
	.homeNav_fig {}
	.homeNav_fig > img {}
	.homeNav_fig > figcaption {}
	.homeNav_link {}
	.cont {}
	.cont_sect {
		margin-bottom: 60px;
	}
	.cont_cols {}
	.cont_cols-rev {}
	.cont_col {}
	.cont_col-no1 {
		height: 300px;
	}
	.cont_image {
		box-shadow: 10px 10px 0 #FCF2F7;
	}
	.cont_image-no2 {
		box-shadow: -10px 10px 0 #FDF9E7;
	}
	.cont_image-no3 {
		box-shadow: 10px 10px 0 #F6FAEC;
	}
	.cont_image-no4 {
		box-shadow: -10px 10px 0 #FCF2F7;
	}
	.cont_col-no2 {
		padding-top: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cont_areaText {}
	.cont_areaText::after {
		width: 576px;
		height: 140px;
	}
	.cont_areaText-no2::after {}
	.cont_areaText-no3::after {}
	.cont_areaText-no4::after {}
	.cont_areaText-no1 {}
	.cont_title {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.cont_title::before {
		width: 140px;
		height: 140px;
		background-size: contain;
	}
	.cont_title-no2::before {}
	.cont_title-no3::before {}
	.cont_title-no4::before {}
	.cont_title > b {}
	.cont_text {}
	.cont_list {
		margin-top: 20px;
		max-width: none;
	}
	.cont_list > li {}
	.cont_list > li:first-child {}
	.cont_list > li:last-child {}
	.cont_list > li:nth-child(2n+1) {}
	.cont_list > li:nth-child(n+3) {}
	.cont_list > li > a {}
	.cont_list > li > a::before {}
	.cont_list > li > a::after {}
	.intro {}
	.intro_inner {}
	.intro_title {}
	.intro_text {}
	.info {}
	.info_inner {}
	.info_inner::after {}
	.info_cols {}
	.info_col {}
	.info_col-no1 {}
	.info_text {
		font-size: inherit;
	}
	.info_text > img {}
	.info_col-no2 {
		width: 270px;
	}
	.info_link {}
	.info_link > a {
		font-size: 26px;
		justify-content: flex-end;
	}
	.info_link > a::before {}
	.info_link > a::after {}
	.info_link > a > img {
		width: 30px;
		margin-right: 5px;
	}
	.vis {}
	.vis_title {
		width: 300px;
	}
	.vis_slide.slick-initialized + .vis_title {}
	.vis_title > img {}
	.vis_slide {}
	.vis_slide.slick-initialized {}
	.vis_item {}
	.vis_item > img {}
	.slick-dots {}
	.slick-dots > li {}
	.slick-dots > li > button {}
	.slick-dots > li.slick-active > button {}
	.news {}
	.news.isShow {}
	.news[data-count="2"].isShow {}
	.news[data-count="3"].isShow {}
	.news[data-count="4"].isShow {}
	.news[data-count="5"].isShow {}
	.news[data-count="6"].isShow {}
	.news[data-count="7"].isShow {}
	.news[data-count="8"].isShow {}
	.news[data-count="9"].isShow {}
	.news[data-count="10"].isShow {}
	.news_inner {}
	.news_title {}
	.news_title::after {}
	.news_list {}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li:nth-child(n+3) {}
	.news_list > li > a {}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_headline {}
	.news_upDate {}
	.news_btn {}
	.news_btn::before {}
	.news_btn.isShow::before {}
	.news_btn::after {}
	.visWrap {}
	.cont_slide {
		box-shadow: 10px 10px 0 #FCF2F7;
	}
	.cont_slide.slick-initialized {}
	.cont_slide_item {
		height: 300px;
	}
	.cont_priceList {}
	.cont_priceList > li {}
	.cont_priceList > li::before {}
	.cont_priceList > li:first-child::before {}
	.cont_priceList > li:first-child {}
	.cont_priceList > li:last-child {}
	.cont_priceList > li:nth-child(2n+1) {}
	.cont_priceList > li:nth-child(n+3) {}
	.cont_priceList > li > b {}
	.cont_list-no1 {
		margin-top: 10px;
	}
	.cont_text-last {}
}
@media screen and (max-width:767px) {
	.map {
		padding-bottom: 80%;
	}
	.map > iframe {}
	.qa {
		margin-bottom: 45px;
	}
	.qa_inner {}
	.qa_cols {
		flex-direction: column-reverse;
	}
	.qa_col {
		width: auto;
	}
	.qa_col-no1 {
		padding: 15px 15px;
	}
	.qa_areaText {}
	.qa_title {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.qa_text {}
	.qa_link {
		display: block;
		margin-top: 10px;
	}
	.qa_link > a {}
	.qa_link > a::before {}
	.qa_link > a::after {}
	.qa_col-no2 {}
	.qa_image {
		position: static;
		padding-bottom: 50%;
	}
	.stay {
		margin-bottom: 45px;
	}
	.stay_inner {}
	.movie {
		padding: 45px 0;
		margin-bottom: 45px;
	}
	.movie_inner {}
	.movie_wrap {}
	.movie_wrap > a {}
	.movie_wrap > a::before {}
	.movie_wrap > a::after {}
	.movie_fig {}
	.movie_fig > figcaption {
		font-size: 18px;
	}
	.movie_fig > figcaption > .icon {}
	.movie_fig_img {}
	.movie_fig_img::after {}
	.movie_fig_img > img {}
	.movie_fig_img > .icon {
		font-size: 50px;
	}
	.movie_text {}
	.homeNav {
		padding: 45px 0;
	}
	.homeNav_inner {}
	.homeNav_list {
		flex-wrap: wrap;
	}
	.homeNav_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.homeNav_list > li:first-child {}
	.homeNav_list > li:last-child {}
	.homeNav_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.homeNav_list > li:nth-child(n+3) {
		margin-top: 15px;
	}
	.homeNav_list > li > a {}
	.homeNav_list > li > a::before {}
	.homeNav_list > li > a::after {}
	.homeNav_fig {}
	.homeNav_fig > img {
		display: block;
		margin: 0 auto;
	}
	.homeNav_fig > figcaption {
		margin-bottom: 0px;
	}
	.homeNav_link {
		margin-top: 10px;
		max-width: none;
		height: 40px;
	}
	.cont {
		padding: 0 15px;
	}
	.cont_sect {
		margin-bottom: 45px;
	}
	.cont_cols {
		display: block;
	}
	.cont_cols-rev {}
	.cont_col {
		width: auto;
		height: auto;
	}
	.cont_col-no1 {}
	.cont_image {
		padding-bottom: 66%;
		position: static;
		box-shadow: none;
	}
	.cont_image-no2 {}
	.cont_image-no3 {}
	.cont_image-no4 {}
	.cont_col-no2 {
		margin-top: 35px;
		padding-left: 0;
		padding-right: 0;
	}
	.cont_areaText {}
	.cont_areaText::after {
		width: 360px;
		height: 88px;
		bottom: -30px;
	}
	.cont_areaText-no2::after {}
	.cont_areaText-no3::after {}
	.cont_areaText-no4::after {}
	.cont_areaText-no1 {}
	.cont_title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.cont_title::before {
		width: 86px;
		height: 95px;
		bottom: -30px;
	}
	.cont_title-no2::before {}
	.cont_title-no3::before {}
	.cont_title-no4::before {}
	.cont_title > b {}
	.cont_text {}
	.cont_list {
		margin-top: 15px;
	}
	.cont_list > li {
		margin-top: 10px;
	}
	.cont_list > li:first-child {}
	.cont_list > li:last-child {}
	.cont_list > li:nth-child(2n+1) {}
	.cont_list > li:nth-child(n+3) {}
	.cont_list > li > a {
		height: 50px;
	}
	.cont_list > li > a::before {}
	.cont_list > li > a::after {}
	.intro {
		padding: 45px 0;
	}
	.intro_inner {
		display: block;
		max-height: 150px;
		overflow: hidden;
		position: relative;
		z-index: 1;
		transition-duration: 0.5s;
		transition-property: max-height;
		transition-timing-function: linear;
	}
	.intro_inner.isShow {
		max-height: 600px;
	}
	.intro_inner::before {
		content: "";
		display: block;
		width: 15px;
		height: 15px;
		border: 1px solid #222;
		position: absolute;
		z-index: 3;
		right: 0;
		left: 0;
		margin: auto;
		bottom: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-left: none;
		border-top: none;
		transition-duration: .3s;
		transition-property: opacity;
	}
	.intro_inner.isShow::after,
	.intro_inner.isShow::before {
		opacity: 0;
	}
	.intro_inner::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 2;
		height: 50px;
		width: 100%;
		left: 0;
		bottom: 0;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
		transition-duration: .3s;
		transition-property: opacity;
	}
	.intro_title {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		letter-spacing: 0;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.intro_text {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		letter-spacing: 0;
		line-height: inherit;
		margin-bottom: 1em;
	}
	.intro_text:last-child {
		margin-bottom: 0;
	}
	.info {}
	.info_inner {
		padding: 0;
	}
	.info_inner::after {
		display: none;
	}
	.info_cols {
		display: block;
	}
	.info_col {}
	.info_col-no1 {}
	.info_text {
		padding: 13px 15px;
		height: auto;
	}
	.info_text > img {}
	.info_col-no2 {
		width: auto;
	}
	.info_link {}
	.info_link > a {
		justify-content: center;
		padding: 0;
		border-radius: 0;
	}
	.info_link > a::before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		left: -50px;
		bottom: -34px;
	}
	.info_link > a::after {}
	.info_link > a > img {}
	.vis {}
	.vis_title {
		width: 185px;
	}
	.vis_slide.slick-initialized + .vis_title {}
	.vis_title > img {}
	.vis_slide {}
	.vis_slide.slick-initialized {}
	.vis_item {
		height: calc(100vh - 60px - 70px);
	}
	.vis_item > img {}
	.slick-dots {}
	.slick-dots > li {}
	.slick-dots > li > button {
		width: 10px;
		height: 10px;
		border-width: 10px;
	}
	.slick-dots > li.slick-active > button {}
	.news {}
	.news.isShow {}
	.news[data-count="2"].isShow {}
	.news[data-count="3"].isShow {}
	.news[data-count="4"].isShow {}
	.news[data-count="5"].isShow {}
	.news[data-count="6"].isShow {}
	.news[data-count="7"].isShow {}
	.news[data-count="8"].isShow {}
	.news[data-count="9"].isShow {}
	.news[data-count="10"].isShow {}
	.news_inner {}
	.news_title {}
	.news_title::after {}
	.news_list {
		max-width: calc(100% - 140px);
	}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li:nth-child(n+3) {}
	.news_list > li > a {}
	.news_item {
		height: 60px;
		display: flex;
		flex-direction: column;
		line-height: 1;
		justify-content: center;
		align-items: flex-start;
	}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_headline {
		display: block;
		width: 100%;
		/*white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;*/
	}
	a .news_headline {
		text-decoration: underline;
	}
	.news_upDate {
		display: block;
		font-size: 12px;
		margin-bottom: 4px;
		margin-right: 0;
	}
	.news_btn {
		width: 50px;
	}
	.news_btn::before {}
	.news_btn.isShow::before {}
	.news_btn::after {}
	.visWrap {}
	.visWrap_notice {
		display: block;
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
	}
	.visWrap_notice .gNotice {
		display: block;
		position: static;
	}
	.cont_slide {
		box-shadow: none;
	}
	.cont_slide.slick-initialized {}
	.cont_slide_item {
		height: auto;
	}
	.cont_priceList {
		margin: 10px 0;
	}
	.cont_priceList > li {}
	.cont_priceList > li::before {}
	.cont_priceList > li:first-child::before {}
	.cont_priceList > li:first-child {}
	.cont_priceList > li:last-child {}
	.cont_priceList > li:nth-child(2n+1) {}
	.cont_priceList > li:nth-child(n+3) {}
	.cont_priceList > li > b {}
	.cont_list-no1 {
		margin-top: 5px;
	}
	.cont_text-last {}
}
.imp {
	margin: 3em 0;
}
.imp_inner {}
.imp_cols {
	display: flex;
	background: #EDF2F7;
	flex-direction: row-reverse;
}
.imp_col {
	width: 100%;
}
.imp_col-no1 {
	padding: 50px 20px;
}
.imp_areaText {
	max-width: 90%;
	margin: 0 auto;
}
.imp_title {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}
.imp_text {}
.imp_link {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.imp_link > a {
	width: auto;
}
.imp_link > a::before {
	content: "";
}
.imp_link > a::after {
	content: "";
}
.imp_col-no2 {
	position: relative;
	z-index: 1;
}
