<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	village-Kamakura
------------------------------------------------------------*/
#main .content {
	padding-right: 0;
}
#main .content .inner {
	max-width: 1174px;
}
#main .mainBox {
	margin: 0 60px;
}
#main .topBox {
	display: flex;
}
#main .title {
	min-width: 200px;
	font-size: 1.6rem;
	line-height: 2.12;
}
#main h2 {
	margin: 5px 0 90px;
	font-size: 3rem;
	line-height: 1;
}
#main .imageList {
	margin-bottom: 52px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .imageList img {
	width: 100%;
}
#main .image {
	margin-bottom: 59px;
	position: relative;
}
#main .image:last-child {
	margin-bottom: 0;
}
#main .imageList .sml {
	margin: 12px 0 75px;
	width: calc(50% - 10px);
}
#main .textBox {
	margin-bottom: 58px;
}
#main .textBox h3, #main .textBox p {
	font-size: 1.8rem;
}
#main .textBox p {
	line-height: 2.2;
}
#main .line {
	padding-top: 25px;
}
.pa30 {
		padding: 30px 0 0;
	}
.wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media all and (min-width: 768px) and (max-width: 1010px) {
#main {
	margin: 120px 0 45px;
	display: block;
}
}
@media all and (max-width: 767px) {
	#main .content {
		width: auto;
	}
	#main .mainBox {
		width: auto;
		margin: 0 25px;
	}
	#main .topBox {
		display: block;
	}
	#main .topBox .content {
		margin: 0;
	}
	#main .title {
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
	#main h2 {
		margin-bottom: 50px;
		font-size: 1.6rem;
	}
	#main .imageList.content {
		margin-bottom: 25px;
	}
	#main .image {
		margin-bottom: 27px;
		width: 100%;
	}
	#main .imageList .sml {
		margin: 7px 0 35px;
		width: calc(50% - 3px);
	}
	#main .imageList {
		margin-bottom: 26px;
	}
	#main .textBox {
		margin-bottom: 26px;
	}
	#main .textBox h3, #main .textBox p {
		width: auto;
		font-size: 0.93rem;
	}
	#main .line {
		margin: 0;
		padding: 12px 25px 0;
	}
	
}</pre></body></html>