@charset "utf-8";
h3 {
	display: block;
	width: 240px;
	margin: 0 auto 32px;
	text-align: center;
}
h3 span {
	position: relative;
	display: inline-block;
	width: 240px;
}
h3 span:before, h3 span:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 100px;
	height: 2px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	content: '';
}
h3 span:before {
	left: -110px;
}
h3 span:after {
	right: -110px;
}
.main {
	position: relative;
	width: 100%;
	height: 30vw;
	overflow: hidden;
	z-index: 0;
}
.mainCatch {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.sliderIndex img {
	width: 100%;
	height: 30vw;
}
.slick-prev, .slick-next {
	position: absolute;
	top: 47%;
	width: 60px;
	height: 50px;
	content: "";
	z-index: 2;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev:before, .slick-next:before {
	position: absolute;
	top: 0;
	transition: .2s;
	content: "";
	z-index: 1;
}
.slick-prev:before {
	left: 50%;
	border-right: 20px solid rgba(255, 255, 255, .7);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.slick-next:before {
	right: 50%;
	border-left: 20px solid rgba(255, 255, 255, .7);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.slick-prev:hover:before {
	left: 42%;
}
.slick-next:hover:before {
	right: 42%;
}
.sliderIndex li:last-child img {
	top: 10px;
}
.guide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align:center;
}
.guideItem {
	position: relative;
	width:30%;
	background-color: #fff;
}
.guideItem:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 40px solid #eee;
	border-right: 40px solid transparent;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .09);
}
.guideItem:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 39px solid #005e99;
	border-left: 39px solid transparent;
}
.guideHeader {
	font-family: 'Martel', serif;
	color: #47ba68;
	font-size: 300%;
	padding:10px 0 0;
	line-height:1.5;
}
.guideInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items:center;
	justify-content:center;
	height:100px;
	padding:0 10px 30px;
	position:relative;
}
.guideInner:after {
	content: "";
	position:absolute;
	bottom:30px;
	left:calc(50% - 35px);
	width: 70px;
	border-bottom: 1px dotted #333;
}
.guideImg {
	width: 100%;
	height: 250px;
	background-color: #ccc;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.guideImg img {
	width:100%;
	height:auto;
	transition-duration: .3s;
}
.guideBtn {
	width: 100%;
	padding: 16px 40px;
	color: #fff;
	text-align: center;
	background-color: #47ba68;
	transition: .2s;
	position:relative;
	z-index:2;
}
.guideBtn span {
	position:relative;
}
.guideBtn span:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transition: .2s;
	content: "";
}
.guideItem:hover .guideImg img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: .6;
}
.guideItem:hover .guideBtn {
	background-color: #8adca1;
	transition: .2s;
}
.googleMapsRight .linkBox {
	display: block;
	padding-left: 10px;
}
.linkBoxIndex {
	display: block;
}
.guideItem:hover .guideBtn span:before {
	left: -18px;
}
 @media (max-width: 960px) {
.mainCatch {
	height: auto;
	margin-top: 0;
}
.main {
	height: 48vw;
	margin-top: 123px;
}
.mainImg img {
	top: 0;
	bottom: 0;
}
.sliderIndex img {
	position: relative;
	left: 50%;
	width: 100%;
	height: 48vw;
	transform: translateX(-50%);
}
.sliderIndex li:last-child img {
	top: 0;
}
.slick-prev, .slick-next {
	top: 45%;
}
.slick-prev:before {
	border-right: 15px solid rgba(255, 255, 255, .8);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.slick-next:before {
	border-left: 15px solid rgba(255, 255, 255, .8);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.guideItem {
	width:31%;
}
.guideImg {
	height:auto;
}
 @media (max-width: 760px) {
.mainCatch {
 width: 68%;
}
.guide {
 display: block;
}
.guideItem {
 width: 100%;
 margin: 0 0 30px;
}
 .guideWrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
 .guideText {
 width: 40%;
 display:flex;
 flex-direction:column;
 justify-content:center;
 order:2;
}
 .guideImg {
 order:1;
 width:60%;
}
 .guideBtn {
 clear:both;
}
 @media (max-width: 480px) {
.mainCatch {
 width: 270px;
}
.slick-prev:before {
 left: 16%;
 border-right: 10px solid rgba(255, 255, 255, .8);
 border-top: 10px solid transparent;
 border-bottom: 10px solid transparent;
}
.slick-next:before {
 right: 16%;
 border-left: 10px solid rgba(255, 255, 255, .8);
 border-top: 10px solid transparent;
 border-bottom: 10px solid transparent;
}
.slick-prev:hover:before {
 left: 11%;
}
.slick-next:hover:before {
 right: 11%;
}
h3 span {
 width: 180px;
}
h3 span:before, h3 span:after {
 width: 30px;
}
h3 span:before {
 left: -40px;
}
h3 span:after {
 right: -40px;
}
.guideWrap, .guideText {
 display:block;
}
 .guideText, .guideImg {
 width:100%;
}
 .guideHeader {
 line-height:1.2;
}
 .guideInner {
 padding:0 30px 30px;
}
}
