@charset "UTF-8";
/* ----------------------------------
アクセス
---------------------------------- */
.pc {
	display: block;
}
.sp {
	display: none;
}
	@media only screen and (max-width: 750px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
	}
#garden {
	box-sizing: border-box;
}
#garden .mb40 {
	margin-bottom: 40px!important;
}
div#kv {
	width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    position: relative;
	margin-top: 0px;
    /*margin-top: 70px;*/
}
div#kv img {
	width: 100%;
	height: auto;
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

	@media only screen and (max-width: 750px) {
		div#kv {
			width: 100%;
			height: 420px;
			margin-top: 0;
		}
	    div#kv img {
			width: auto;
			height: 100%;
			left: 55%;
    	}
	}

#garden section > h1,
#garden section > h2 {
	font-size: 15px!important;
	margin: 0 0 45px;
}
#garden section > h1 > span,
#garden section > h2 > span {
	display: block;
	font-size: 38px;
	margin-top: 10px;
}
#garden section > h1 > span:before,
#garden section > h2 > span:before,
#garden section > h1 > span:after,
#garden section > h2 > span:after {
    content: "";
    display: inline-block;
    background-image: url(/common/top/pc/h2_layout.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 3px;
    background-size: contain;
    margin: 0 16px;
    vertical-align: 7px;
}
a.link {border-bottom:#585757 1px dashed;}

	@media only screen and (max-width: 750px) {
		#garden section > h1 > span,
		#garden section > h2 > span {
			display: block;
			font-size: 7vw;
			margin-top: 10px;
		}
	}

section {
	max-width: 1200px;
	margin: 80px auto 0;
}
	@media only screen and (max-width: 750px) {
		section {
			width: 90%;
			max-width: 90%;
			margin: 60px auto 0;
		}
	}

section > div > div > p {
	font-size: 16px;
	text-align: left;
	line-height: 180%;
	margin-bottom: 16px;
}
section img {
	width: 100%;
	height: auto;
}

section > div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
section > div > div:nth-of-type(1) {
	width: 49%;
	margin-right: 2%;
	box-sizing: border-box;
	overflow: hidden;
}
section > div > div:nth-of-type(2) {
	width: 49%;
	overflow: hidden;
	
}
section > div > div > h3 {
	font-size: 18px;
	text-align: left;
	margin: 0 0 10px
}
.swiper-container {
	margin-bottom: 40px;
	position: relative;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -25px;
}
	@media only screen and (max-width: 750px) {
	section > div {
		width: 100%;
		display: block;
		flex-wrap: nowrap;
	}
	section > div > div:nth-of-type(1) {
		width: 100%;
		padding-right: 0px;
		box-sizing: border-box;
	}
	section > div > div:nth-of-type(2) {
		width: 100%;
		overflow: hidden;

	}
	}