@charset "utf-8";
/* CSS Document */

body {
	color: #65411c;
	font-family: "A1 Gothic R","A1ゴシック R",sans-serif;
	font-size: 16px;
	background-color: #faf5e7;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
#neighborhood {
	max-width: 1440px;
	margin: 80px auto;
	overflow: hidden;
}
#neighborhood > h1 {
	text-align: right;
	max-height: 532px;
	margin-bottom: 140px;
	position: relative;
	
}
#neighborhood img {
	width: auto;
	max-height: 532px;
}
#neighborhood > h1 > div:nth-of-type(1) {
	font-size: 38px;
	text-align: right;
	background-color: #fff;
	border-radius: 0 50px 50px 0;
	padding: 33px 28px 33px 180px;
	position: absolute;
	bottom: 10%;
	left: 0%;
}
#neighborhood > h1 > div:nth-of-type(1) > span:nth-of-type(1) {
	position: relative;
}
#neighborhood > h1 > div:nth-of-type(1) > span:nth-of-type(1):before {
	content: "";
	display: inline-block;
	background-image: url(../images/icon_leaf.png);
	width: 35px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -70%;
	left: -10%;
}
#neighborhood > h1 > div:nth-of-type(2) {
	color: #fff;
	font-size: 26px;
	background-color: #77A780;
	border-radius: 50px;
	padding: 24px 39px;
	position: absolute;
	bottom: -10%;
	left: 13%;
}

#details {
	width: 980px;
	margin: 0 auto 80px;
}

#details > h2 {
	font-size: 22px;
	text-align: center;
	line-height: 160%;
	margin-bottom: 60px;
	position: relative;
}
#details > h2:before {
	content: "";
	display: inline-block;
	background-image: url(../images/icon_flag.png);
	width: 59px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0%;
	left: 13%;
}

#details > h2:after {
	content: "";
	display: inline-block;
	background-image: url("../images/icon_leaf_r.png");
	width: 48px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -30%;
    right: 10%;
}
#details > div.sch {
	width: 980px;
}
#details > div.sch img {
	width: 980px;
	height: auto;
}
#reserve {
	background-color: #F4E2AD;
	text-align: center;
	padding: 60px 0 70px;
	position: relative;
}
#reserve:before {
	content: "";
	display: inline-block;
	background-image: url("../images/icon_leaf_l.png");
	width: 48px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -3%;
    left: 15%;
}
#reserve > h2 {
	display: inline-block;
	position: relative;
	width: 700px;
    height: 52px;
	font-size: 28px;
    line-height: 160%;
    text-align: center;
	background-image: url("../images/bg_reserve_pc.png");
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 6px 70px 0 0;
}
#reserve > h2:before {
	content: "";
	display: inline-block;
	background-image: url("../images/icon_porl_pc.png");
	width: 64px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -40%;
    left: -9%;
}
#reserve > h2:after {
	content: "";
	display: inline-block;
	background-image: url("../images/icon_grass_pc.png");
	width: 73px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -60%;
    right: 3%;
}

#reserve > p {
	width: 800px;
	font-size: 18px;
	line-height: 180%;
	margin: 60px auto 40px;
}
#reserve > div {
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
#reserve > div > div {
	width: 48%;
	color: #A08946;
	line-height: 140%;
	text-align: left;
	text-indent:-.5em;
	margin-bottom: 36px;
	padding: 0 1%;
}
#reserve > div > div > span {
	display: block;
	margin: 17px 0 0 1em;
	padding: 0;
}
#reserve > div > div > span > a {
	color: #77a780;
	border-bottom: #77a780 1px solid;
}
#reserve > a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color: #85715E;
	border-radius: 10px;
	margin-top: 12px;
	padding: 25px 45px;
}
#reserve > a:after {
	content: "";
	display: inline-block;
	background-image: url(../images/arrow_w.png);
	width: 20px;
	height: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 30px;
}
#activity {
	width: 82%;
	text-align: center;
	background-color: #ECF3ED;
	border-radius: 30px;
	margin: 80px auto;
	padding: 50px 80px 70px;
}
#activity > h2 {
	font-size: 24px;
	text-align: center;
	line-height: 160%;
	margin-bottom: 40px;
}
#activity > p {
	color: #77A780;
	font-size: 18px;
	text-align: center;
	line-height: 180%;
}
#activity > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /*横*/
	align-items: stretch; /*高さ揃え*/
}
#activity > div > div {
	width: 33%;
	text-align: center;
	margin: 30px 0 0;
	padding: 15px;
}
#activity > div > div:nth-of-type(1),
#activity > div > div:nth-of-type(3),
#activity > div > div:nth-of-type(4) {
	padding-top: 0px;
}
#activity > div > div:nth-of-type(2),
#activity > div > div:nth-of-type(5){
	padding-top: 60px;
}
#activity > div > div > div > img {
	width: 100%;
	height: auto;
}
#activity > div > div > div > h3 {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}
#activity > div > div > div > span {
	width: 100%;
	line-height: 140%;
}
#activity > a {
	display: inline-block;
	color: #77A780;
	font-size: 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 47px;
	padding: 25px 130px;
}
#activity > a:after {
	content: "";
	display: inline-block;
	background-image: url(../images/arrow_g.png);
	width: 20px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 30px;
}

	@media only screen and (max-width: 768px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
		#neighborhood {
			max-width: 100%;
			margin: 30px auto;
			overflow: hidden;
		}
		#neighborhood > h1 {
			width: 100%;
			text-align: right;
			max-height: 532px;
			margin-bottom: 100px;
			position: relative;

		}
		#neighborhood img {
			width: 90%;
			max-height: initial;
		}
		#neighborhood > h1 > div:nth-of-type(1) {
			font-size: 6vw;
			text-align: right;
			background-color: transparent;
			border-radius: initial;
			padding: 0;
			position: absolute;
			top: 7%;
			left: 0%;
		}
		#neighborhood > h1 > div:nth-of-type(2) {
			width: 100%;
			color: #fff;
			font-size: 4vw;
			background-color: transparent;
			border-radius: initial;
			padding: 0;
			position: absolute;
			bottom: 5%;
			left: 0;
		}
		#neighborhood > h1 > div:nth-of-type(1) > span {
			display: block;
			width: fit-content;
			text-align: left;
			background-color: #fff;
			border-radius: 0 50px 50px 0;
			padding: 15px;
			margin-bottom: 20px;
		}
		#neighborhood > h1 > div:nth-of-type(1) > span:nth-of-type(1) {
			position: relative;
		}
		#neighborhood > h1 > div:nth-of-type(1) > span:nth-of-type(1):before {
			content: "";
			display: none;
			background-image: none;
		}
		#neighborhood > h1 > div:nth-of-type(2) > span {
			display: block;
			width: fit-content;
			color: #fff;
			text-align: left;
			background-color: #77A780;
			border-radius: 0 50px 50px 0;
			padding: 15px 20px;
			margin-bottom: 20px;
		}
		#neighborhood > h1 > div:nth-of-type(2) > span:nth-of-type(2) {
			border-radius: 50px 0 0 50px;
			margin: 0 0 0 auto;
		}
		#details {
			width: 90%;
			margin: 0 auto 60px;
		}

		#details > h2 {
			font-size: 5vw;
			text-align: center;
			line-height: 160%;
			margin-bottom: 30px;
			position: relative;
		}
		#details > h2:before {
			content: "";
			display: inline-block;
			background-image: url(../images/icon_flag.png);
			width: 51px;
			height: 60px;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: -80%;
			left: 45%;
		}

		#details > h2:after {
			content: "";
			display: inline-block;
			background-image: url("../images/icon_leaf_l.png");
			width: 48px;
			height: 70px;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: -120%;
			left: 0%;
		}
		#details > div.sch {
			width: 100%;
			overflow-x: scroll;
			padding: 0 0 20px;
		}
		#details > div.sch img {
			width: 850px;
			height: auto;
		}
		#details > div.sch.simplebar-track.simplebar-horizontal {
		  height: 10px;
		  background: #222;
		  border-radius: 5px;
		  max-width: 372px;
		  margin: 0 auto;
		}
		#details > div.sch.simplebar-scrollbar {
		  height: 10px;
		  background: #c0c0c0;
		  border-radius: 5px;
		  top: 0;
		}
		#reserve {
			background-color: #F4E2AD;
			text-align: center;
			padding: 50px 0 70px;
			position: relative;
		}
		#reserve:before {
			content: "";
			display: inline-block;
			background-image: url("../images/icon_radial_sp.png");
			width: 43px;
			height: 34px;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: 1%;
			left: 18%;
		}
		#reserve > h2 {
			display: inline-block;
			position: relative;
			width: 85%;
			height: 58px;
			font-size: 5vw;
			line-height: 120%;
			text-align: center;
			background-image: url("../images/bg_reserve_sp.png");
			background-repeat: no-repeat;
			background-size: cover;
			box-sizing: border-box;
			margin: 0 0 0 20px;
			padding: 5px 0 0 0;
		}
		#reserve > h2:before {
			content: "";
			display: inline-block;
			background-image: url("../images/icon_porl_sp.png");
			width: 47px;
			height: 80px;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: -20%;
			left: -5%;
		}
		#reserve > h2:after {
			content: "";
			display: inline-block;
			background-image: url("../images/icon_grass_sp.png");
			width: 43px;
			height: 41px;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: 60%;
			right: 5%;
		}

		#reserve > p {
			width: 90%;
			font-size: 15px;
			line-height: 160%;
			margin: 30px auto 43px;
		}
		#reserve > div {
			width: 80%;
			display: flex;
			flex-wrap: wrap;
			margin: 0 auto;
		}
		#reserve > div > div {
			width: 100%;
			font-size: 3.8vw;
			line-height: 140%;
			text-align: left;
			text-indent:-.5em;
			padding: 0 1%;
		}
		#reserve > div > div > a {
			display: inline-block;
			color: #77a780;
			border-bottom: #77a780 1px solid;
			padding: 20px 0 0 .5em;
		}
		#reserve > a {
			width: 85%;
			display: inline-block;
			color: #fff;
			font-size: 4.5vw;
        	line-height: 160%;
			text-align: center;
			background-color: #85715E;
			border-radius: 10px;
			margin-top: 0;
			padding: 15px 45px;
			position: relative;
		}
		#reserve > a:after {
			content: "";
			display: inline-block;
			background-image: url(../images/arrow_w.png);
			width: 20px;
			height: 13px;
			background-size: contain;
			background-repeat: no-repeat;
			margin-left: 30px;
			position: absolute;
			top: 43%;
       		right: 8%;
		}
		#activity {
			width: 90%;
			text-align: center;
			background-color: #ECF3ED;
			border-radius: 30px;
			margin: 80px auto;
			padding: 40px 20px;
			position: relative;
		}
		#activity:before {
			content: "";
			display: inline-block;
			background-image: url(../images/icon_leaf_r.png);
			width: 50px;
			height: 72px;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: -4%;
			right: 5%;
		}
		#activity > h2 {
			font-size: 5vw;
			text-align: center;
			line-height: 160%;
			margin-bottom: 40px;
		}
		#activity > h2:before {
			content: "";
			display: inline-block;
			background-image: url("../images/icon_flag.png");
			width: 51px;
			height: 60px;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: -1%;
			left: 45%;
		}
		#activity > p {
			color: #77A780;
			font-size: 4vw;
			text-align: center;
			line-height: 180%;
		}
		#activity > div {
			display: block;
			flex-wrap: nowrap;
			justify-content: center; /*横*/
			align-items: stretch; /*高さ揃え*/
			margin: 40px auto;
		}
		#activity > div > div {
			width: 100%;
			text-align: center;
			margin: 0px 0 32px;
			padding: 15px;
		}
		#activity > div > div:nth-of-type(1),
		#activity > div > div:nth-of-type(3),
		#activity > div > div:nth-of-type(4) {
			padding-top: 0px;
		}
		#activity > div > div:nth-of-type(2),
		#activity > div > div:nth-of-type(5){
			padding-top: 0px;
		}
		#activity > div > div > div > img {
			width: 100%;
			height: auto;
		}
		#activity > div > div > div > h3 {
			width: 100%;
			font-size: 4vw;
			font-weight: bold;
			margin: 20px 0 17px;
		}
		#activity > div > div > div > span {
			width: 100%;
			font-size: 3.8vw;
			line-height: 140%;
		}
		#activity > a {
			width: 90%;
			display: inline-block;
			color: #77A780;
			font-size: 4vw;
			text-align: center;
			background-color: #fff;
			border-radius: 10px;
			margin-top: 0;
			padding: 15px 0px;
			position: relative;
		}
		#activity > a:after {
			content: "";
			display: inline-block;
			background-image: url(../images/arrow_g.png);
			width: 11px;
			height: 13px;
			background-size: contain;
			background-repeat: no-repeat;
			margin-left: 0;
			position: absolute;
			top: 40%;
			right: 5%;
		}
	}