.slick-dots {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	margin-top: 36px;
	margin-right: 186px;
}
.slick-dots li {
	flex: 0 0 14px;
	height: 14px;
	position: relative;
	margin: 0 8px;
	transition-duration: 0.3s;
}
.slick-dots li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 100%;
	font-family: inherit;
	background-color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.slick-dots li button::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.slick-dots li:first-child button::before {
	background-color: #d10213;
}
.slick-dots li:nth-child(2) button::before {
	background-color: #de8302;
}
.slick-dots li:nth-child(3) button::before {
	background-color: #ffde00;
}
.slick-dots li:nth-child(4) button::before {
	background-color: #80ae1e;
}
.slick-dots li:nth-child(5) button::before {
	background-color: #018cd4;
}
.slick-dots li:last-child button::before {
	background-color: #1d2080;
}
.slick-dots li.slick-active {
	transform: scale(1.4, 1.4);
}
@media screen and (min-width: 768px) {
	.slick-dots li:hover button::before {
		transform: scale(1.4, 1.4);
	}
}
@media screen and (max-width: 767px) {
	.mainvisual {
		padding-bottom: 10px;
	}
	.mainvisual .text {
		bottom: 15px;
	}
	.slick-dots {
		margin-top: 15px;
		margin-right: 14.12%;
	}
	.slick-dots li {
		flex-basis: 6px;
		height: 6px;
		margin: 0 3px;
	}
	.slick-dots li:active button::before {
		transform: scale(1.4, 1.4);
	}
}
/* ------------ main ------------ */
main section {
	max-width: 980px;
	margin: 0 auto;
}
main .btn {
	width: 486px;
	height: 48px;
}
main .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-radius: 48px;
	background-color: #fff;
	border: 1px solid #609e30;
	position: relative;
	color: #609e30;
	font-size: 2.3rem;
	font-weight: bold;
}
_:-ms-lang(x)::-ms-backdrop,
main .btn a {
	padding-top: 5px;
}
main .btn a i {
	position: absolute;
	right: 40px;
	bottom: 50%;
	transform: translateY(50%);
}
@media screen and (min-width: 768px) {
	main section .btn a:hover {
		background-color: #609e30;
		color: #fff;
	}
}
@media screen and (max-width: 767px) {
	main section .btn {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	main section .btn a {
		font-size: 1.8rem;
	}
	main section .btn a i {
		right: 28px;
	}
	main section .btn a:active {
		background-color: #609e30;
		color: #fff;
	}
}
.about h2 {
	margin-bottom: 60px;
	text-align: center;
}
.about .text {
	background: url(../top-img/about-photo.png) right top no-repeat;
	padding-right: 490px;
	min-height: 241px;
	font-size: 2.1rem;
	line-height: 1.76;
}
.about .btn {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.about h2 {
		margin-bottom: 35px;
	}
	.about .text {
		font-size: 1.5rem;
		line-height: 1.6;
		background-position: center bottom;
		background-image: url(../top-img/about-photo-sp.png);
		background-size: 92% auto;
		padding: 0 4% 51.92%;
	}
	.about .btn {
		margin-top: 15px;
	}
}
.news {
	margin-top: 70px;
	margin-bottom: 102px;
}
.news .latePost {
	list-style: none;
	display: flex;
	justify-content: space-around;
	margin-top: 26px;
}
.news .latePost li {
	flex: 0 0 301px;
	background-color: #fff;
	box-shadow: 3px -3px 0 #b19c83;
	border: 1px solid #b19c83;
	border-radius: 12px;
	position: relative;
	font-size: 2.0rem;
}
.news .latePost li::before {
	content: "";
	position: absolute;
	left: 0;
	top: -12px;
	width: 100%;
	height: 32px;
	background: url(../top-img/ring.png) center 0 no-repeat;
}
.news .latePost li a {
	display: block;
	padding: 36px 15px 15px;
}
.news .latePost .photo {
	overflow: hidden;
	text-align: center;
}
.news .latePost .photo img {
	transition-duration: 0.3s;
}
.news .latePost .date {
	padding-top: 15px;
}
.news .latePost .new {
	display: inline-block;
	background-color: #e64a64;
	margin-left: 15px;
	padding: 0 8px;
	color: #fff;
	font-size: 1.7rem;
}
_:-ms-lang(x)::-ms-backdrop,
.news .latePost .new {
	padding-top: 5px;
}
.news .btn {
	width: 308px;
	margin-top: 10px;
	margin-left: auto;
}
.news .btn a i {
	right: 26px;
}
.news .pageNavi {
	list-style: none;
	margin-top: 105px;
	padding-left: 15px;
}
.news .pageNavi li {
	width: 472px;
	padding: 8px 68px 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 353px auto;
	position: relative;
	text-align: center;
	color: #fff;
}
.news .pageNavi li::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.news .pageNavi li a {
	display: block;
}
.news .pageNavi li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	opacity: 0;
	transition-duration: 0.3s;
}
.news .pageNavi li a::after {
	left: auto;
	right: -1px;
}
.news .pageNavi .photo {
	position: relative;
	overflow: hidden;
}
.news .pageNavi .photo::after {
	content: "";
	position: absolute;
	width: 350px;
	height: calc(100% + 15px);
	left: 50%;
	transform: translateX(-50%);
	top: -8px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 350px auto;
	transition-duration: 0.3s;
}
.news .pageNavi .title {
	height: 79px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	line-height: 1.44;
	font-weight: bold;
	font-size: 2.7rem;
}
_:-ms-lang(x)::-ms-backdrop,
.news .pageNavi .title {
	padding-top: 2px;
}
.news .pageNavi .title::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
}
.news .pageNavi .naviEvent {
	background-image: url(../top-img/window01.png);
}
.news .pageNavi .naviEvent::before {
	background-image: url(../top-img/news-img01.png);
	background-size: 212px 94px;
	width: 212px;
	height: 94px;
	top: -100px;
	left: -15px;
}
.news .pageNavi .naviEvent a::before {
	background-image: url(../top-img/window01-side.png);
}
.news .pageNavi .naviEvent .photo::after {
	background-image: url(../top-img/window01-close.png);
}
.news .pageNavi .naviEvent .title::before {
	background-image: url(../top-img/news-event.png);
	background-size: 87px 66px;
	width: 87px;
	height: 66px;
	top: -20px;
	left: 15px;
}
.news .pageNavi .naviEncho {
	background-image: url(../top-img/window02.png);
	margin-left: auto;
	margin-top: -80px;
}
.news .pageNavi .naviEncho::before {
	background-image: url(../top-img/news-img02.png);
	background-size: 382px 85px;
	width: 382px;
	height: 85px;
	top: -137px;
	left: 38px;
}
.news .pageNavi .naviEncho a::before {
	background-image: url(../top-img/window02-side.png);
}
.news .pageNavi .naviEncho .photo::after {
	background-image: url(../top-img/window02-close.png);
}
.news .pageNavi .naviEncho .title::before {
	background-image: url(../top-img/news-encho.png);
	background-size: 130px 107px;
	width: 130px;
	height: 107px;
	top: -100px;
	right: 2px;
}
.news .pageNavi .naviSchedule {
	margin-top: -94px;
	background-image: url(../top-img/window03.png);
	color: #4f4034;
}
.news .pageNavi .naviSchedule::before {
	background-image: url(../top-img/news-img03.png);
	background-size: 212px 99px;
	width: 212px;
	height: 99px;
	top: 50%;
	right: -348px;
	transform: translateY(-50%);
}
.news .pageNavi .naviSchedule a::before {
	background-image: url(../top-img/window03-side.png);
}
.news .pageNavi .naviSchedule .photo::after {
	background-image: url(../top-img/window03-close.png);
}
.news .pageNavi .naviSchedule .title::before {
	background-image: url(../top-img/news-schedule.png);
	background-size: 87px 80px;
	width: 87px;
	height: 80px;
	top: -58px;
	left: -6px;
}
.news .pageNavi .naviTemporary {
	background-image: url(../top-img/window04.png);
	margin-top: -80px;
	margin-left: auto;
}
.news .pageNavi .naviTemporary::before {
	background-image: url(../top-img/news-img04.png);
	background-size: 330px 91px;
	width: 330px;
	height: 91px;
	bottom: 36px;
	left: -442px;
}
.news .pageNavi .naviTemporary a::before {
	background-image: url(../top-img/window04-side.png);
}
.news .pageNavi .naviTemporary .photo::after {
	background-image: url(../top-img/window04-close.png);
}
.news .pageNavi .naviTemporary .title::before {
	background-image: url(../top-img/news-temporary.png);
	background-size: 95px 68px;
	width: 95px;
	height: 68px;
	top: -44px;
	left: -6px;
}
@media screen and (min-width: 768px) {
	.news .latePost li a:hover img {
		transform: scale(1.2, 1.2);
	}
	.news .pageNavi li a:hover::before {
		opacity: 1;
	}
	.news .pageNavi li a:hover .photo::after {
		opacity: 0;
	}
}
@media screen and (max-width: 767px) {
	.news {
		margin-top: 66px;
		margin-bottom: 194px;
	}
	.news h2 {
		margin: 0 15px;
	}
	.news .latePost {
		display: block;
		margin-top: 30px;
	}
	.news .latePost li {
		width: auto;
		margin: 0 20px;
		box-shadow: 4px -4px 0 #b19c83;
		font-size: 1.5rem;
	}
	.news .latePost li + li {
		margin-top: 36px;
	}
	.news .latePost li::before {
		background-image: url(../top-img/ring-sp.png);
		background-size: 95% auto;
		height: auto;
		padding-bottom: 10.05%;
		top: -4.75%;
		left: 0;
	}
	.news .latePost li a {
		padding-top: 10.75%;
	}
	.news .latePost li a:active img {
		transform: scale(1.2, 1.2);
	}
	.news .latePost .new {
		font-size: 1.2rem;
	}
	.news .btn {
		width: auto;
		margin: 20px 20px 0;
	}
	.news .pageNavi {
		margin-top: 125px;
		padding-left: 0;
	}
	.news .pageNavi li {
		width: auto;
		margin: 0 15px;
		padding: 0;
		background-size: 74.49% auto;
	}
	.news .pageNavi li a {
		padding: 1.74% 13.91% 0;
	}
	.news .pageNavi .photo::after {
		background-size: 100% auto;
		width: calc(100% + 2.5%);
	}
	.news .pageNavi .title {
		margin: 0 -2%;
		font-size: 2.2rem;
		line-height: 1.28;
		height: auto;
		min-height: 54px;
	}
	.news .pageNavi li a:active::before {
		opacity: 1;
	}
	.news .pageNavi li a:active .photo::after {
		opacity: 0;
	}
	.news .pageNavi .naviEvent .title::before {
		background-image: url(../top-img/news-event-sp.png);
		background-size: 64px 49px;
		width: 64px;
		height: 49px;
		left: 15px;
	}
	.news .pageNavi .naviEncho {
		margin-top: 85px;
		margin-left: 15px;
	}
	.news .pageNavi .naviEncho:before {
		background-size: 223px 49px;
		width: 223px;
		height: 49px;
		top: -70px;
		left: 50%;
		transform: translateX(-50%);
	}
	.news .pageNavi .naviEncho .title::before {
		background-image: url(../top-img/news-encho-sp.png);
		background-size: 96px 79px;
		width: 96px;
		height: 79px;
		top: -75px;
		right: 14px;
	}
	.news .pageNavi .naviSchedule {
		margin-top: 96px;
	}
	.news .pageNavi .naviSchedule::before {
		right: -8px;
		top: -110px;
		z-index: -1;
		transform: translateY(0);
	}
	.news .pageNavi .naviSchedule .title::before {
		background-image: url(../top-img/news-schedule-sp.png);
		background-size: 64px 60px;
		width: 64px;
		height: 60px;
		top: -48px;
		left: 2px;
	}
	.news .pageNavi .naviTemporary {
		margin-top: 38px;
		margin-left: 15px;
	}
	.news .pageNavi .naviTemporary::before {
		width: calc(100% + 30px);
		background-position: 35px 0;
		left: -15px;
		bottom: -120px;
	}
	.news .pageNavi .naviTemporary .title::before {
		background-image: url(../top-img/news-temporary-sp.png);
		background-size: 70px 51px;
		width: 70px;
		height: 51px;
		top: -32px;
		left: 2px;
	}
}
@media screen and (max-width: 320px) {
	.news .pageNavi .title {
		min-height: 45px;
		font-size: 1.9rem;
	}
}
.temporary {
	margin-bottom: 110px;
}
.temporary .text {
	position: relative;
	margin: 30px 0;
	padding: 0 504px 0 14px;
	font-size: 2.1rem;
	line-height: 1.48;
}
.temporary .text::before {
	content: "";
	position: absolute;
	right: 40px;
	top: -75px;
	background: url(../top-img/temporary-photo.png) 0 0 no-repeat;
	width: 422px;
	height: 247px;
}
@media screen and (max-width: 767px) {
	.temporary {
		margin-bottom: 72px;
	}
	.temporary h2 {
		margin: 0 15px;
	}
	.temporary .text {
		margin-top: 18px;
		padding: 0 15px 56%;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.temporary .text::before {
		background-image: url(../top-img/temporary-photo-sp.png);
		background-size: 94.93% auto;
		background-position: center bottom;
		width: 100%;
		height: auto;
		padding-bottom: 60.8%;
		right: 0;
		top: auto;
		bottom: 0;
	}
}
