<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&amp;display=swap');

/*-----------------------------------------
-----------------------------------------*/
/*----------------------------------------
	plan CSS
	- head_area
	- location_catch
	- park_map
	- bbq
	- shop_area
	- photo_block
	- edu_area
	- loca_map
	- life_info

-----------------------------------------*/


.page_cap {
	max-width: 1200px;
	margin: 0 auto 60px;
}
.page_cap p {
	font-size: 12px;
}
@media only screen and (max-width: 768px){
	.page_cap {
		max-width: 1200px;
		margin: 0 auto 60px;
		padding: 0 5%;
	}
	.page_cap p {
		font-size: 12px;
	}

}




/*-----------------------------------------
	head_area
-----------------------------------------*/
#head_area {
	background: url(../img/location/main.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 36.392549vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
#head_area h2 {
	width: 47.291vw;
	max-width: 908px;
	position: absolute;
	bottom: 5%;
}
#head_area p.notion {
	content: '';
	position: absolute;
	bottom: 1.45vw;
	right: 2.4vw;
}
@media screen and (max-width:768px) {
	#head_area {
		background: url(../img/location/main_sp.jpg) no-repeat;
		background-size: cover;
		width: 100%;
		height: 69.374vw;
	}
	#head_area h2 {
		width: 85.2vw;
	}
}


/*-----------------------------------------
	location_catch
-----------------------------------------*/
.location_catch {
	max-width: 1200px;
	margin: 80px auto 0;
	text-align: center;
}
.location_catch h3 {
	color: #006430;
	font-size: 34px;
}
.location_catch h3 span {
	font-size: 12px;
}
.location_catch h3 span {
	font-size: 12px;
}
.location_catch h3 em {
	display: block;
	border-top:solid 1px #CCC ;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}
@media only screen and (max-width: 768px){
	.location_catch {
		max-width: 1200px;
		margin: 50px auto 0;
		text-align: center;
	}
	.location_catch h3 {
		color: #006430;
		font-size:24px;
	}
	.location_catch h3 span {
		font-size: 12px;
	}
	.location_catch h3 em {
		display: block;
		border-top:solid 1px #CCC ;
		margin: 8px 0 0 0;
		padding: 5px 0 0 0;
	}

}

/*-----------------------------------------
	park_map
-----------------------------------------*/
.park_map {
	margin-top: -30px;
	position: relative;
	z-index: -1;
	margin: 0 0 50px 0;
}


/*-----------------------------------------
	park_block
-----------------------------------------*/
.park_block {
	max-width: 1200px;
	margin: 0 auto 100px;
	padding: 0 4%;
	background: #8FCFA4;
}
.park_block .in {
	padding: 30px 0;
}
.park_block h3 {
	font-size: 33px;
	text-align: center;
	margin-bottom: 10px;
}
.park_block .read{
	font-size: 18px;
	text-align: center;
	margin: 0 0 30px 0;
}
.park_block ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.park_block ul li{
	width: 48%;
	position: relative;
	margin: 0 0 20px 0;
}
.park_block .num {
	position: absolute;
	left: 0;
	top: 0;
	padding: 2px 5px;
	background: #006430;
	color: #FFF;
}
.park_block ul li p{
	text-align: center;
	padding: 5px 0 0 0;
	font-size: 22px;
	font-weight: bold;
}
@media only screen and (max-width: 768px){
	.park_block {
		max-width: 1200px;
		margin: 0 auto 100px;
		padding: 0 4%;
		background: #8FCFA4;
	}
	.park_block .in {
		padding: 30px 0;
	}
	.park_block h3 {
		font-size: 23px;
		margin-bottom: 15px;
	}
	.park_block .read{
		font-size: 16px;
	}
	.park_block ul{
		display: block;
	}
	.park_block ul li{
		width: auto;
		margin: 0 0 20px 0;
	}
	.park_block .num {
		position: absolute;
		left: 0;
		top: 0;
		padding: 2px 5px;
		background: #006430;
		color: #FFF;
	}
	.park_block ul li p{
		text-align: center;
		padding: 5px 0 0 0;
		font-size: 16px;
		font-weight: bold;
	}
}



/*-----------------------------------------
	bbq
-----------------------------------------*/
.bbq {
	background: rgba(255,255,255,0.4);
	padding: 1%;
	margin-top: 40px;
	border-radius: 6px;

}
.bbq .bbq_in {
	display: flex;
	gap: 0 3%;
	align-items: center;
}
.bbq .img {
	width: 48%;
}
.bbq .txt h4{
	font-size: 22px;
	font-weight:bold ;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
	.bbq {
		padding: 5%;
		margin-top: 40px;
		border-radius: 6px;

	}
	.bbq .bbq_in {
		display: block;
		gap: 0 3%;
	}
	.bbq .img {
		width: auto;
		margin: 0 0 20px 0;
	}
	.bbq .txt h4{
		font-size: 20px;
		font-weight:bold ;
		margin-bottom: 20px;
	}
}


/*-----------------------------------------
	shop_area
-----------------------------------------*/
.shop_area {
	margin: 0 0 80px 0;
}
.shop_area .cate_bg.shop {
	background: url(../img/location/shop_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 50px 0 0 0;
	position: relative;
}
.shop_area .cate_bg.shop .cap {
	position: absolute;
	right: 2%;
	text-align: right;
	top: 170px;
}
.cate_bg h3{
	text-align: center;
	font-size: 33px;
	color: #006430;
	margin: 0 0 60px 0;
	line-height: 1.6;
}
.cate_bg h3 span{
	text-align: center;
	font-size: 25px;
}
@media only screen and (max-width: 768px){
	.shop_area {
		margin: 0 0 80px 0;
	}
	.shop_area .cate_bg.shop {
		background: url(../img/location/shop_bg.jpg) no-repeat center top;
		background-size: 100% auto;
		padding: 50px 0 0 0;
		position: relative;
	}
	.shop_area .cate_bg.shop .cap {
		position: absolute;
		right: 2%;
		text-align: right;
		top: 5%;
	}
	.cate_bg h3{
		text-align: center;
		font-size: 23px;
		color: #006430;
		margin: 0 0 30px 0;
		line-height: 1.6;
		letter-spacing: -0.03em;
	}
	.cate_bg h3 span{
		text-align: center;
		font-size: 19px;
	}
}


/*-----------------------------------------
	photo_block
-----------------------------------------*/
.photo_block {
	display: flex;
	margin: 0 0 60px 0;
	gap: 0 3%;
}
.photo_block .img {
	width: 48%;
}
.photo_block .txt {
	width: 48%;
}
.photo_block .txt h4 {
	margin: 0 0 20px 0;
	font-size: 20px;
}
.photo_block .txt h4 span {
	font-size: 30px;
	margin: 0 0 10px 0;
	display: block;
}
.photo_block .txt h4 strong {
	font-size: 47px;
	margin: 0 0 10px 0;
	letter-spacing: -0.05em;
}
.photo_block .txt p {
	font-size: 15px;
	margin: 0 0 10px 0;
}
.photo_block .txt .list {
	position: relative;
	width: 90%;
	padding-top: 20px;
}
.photo_block .txt .list .icon {
	position: absolute;
	right: -40px;
	top: -50px;
	width: 100px;
}
.photo_block .txt .list .icon2 {
	position: absolute;
	right: 0;
	top: -20px;
	width: 100px;
}
.photo3 {
	display: flex;
	justify-content: space-between;
	gap: 0 2%;
}
.photo3 p {
	text-align: center;
}
@media only screen and (max-width: 1400px) {
	.photo_block .txt h4 {
		font-size: 17px;
	}
	.photo_block .txt h4 strong {
		font-size: 40px;
	}
	.photo_block .txt h4 span {
		font-size: calc((30 / 1400) * 100vw);
	}
}
@media only screen and (max-width: 1100px){
	.photo_block .txt h4 {
		margin: 0 0 20px 0;
		font-size: calc(20 / 1100 * 100vw);
	}
	.photo_block .txt h4 span {
		font-size: calc(30 / 1100 * 100vw);
		margin: 0 0 10px 0;
		display: block;
	}
	.photo_block .txt h4 strong {
		font-size: calc(47 / 1100 * 100vw);
		margin: 0 0 10px 0;
		letter-spacing: -0.05em;
	}
	.photo_block .txt p {
		font-size: 15px;
		margin: 0 0 10px 0;
	}
	.photo_block .txt .list {
		position: relative;
		width: 90%;
		padding-top: 20px;
	}
	.photo_block .txt .list .icon {
		position: absolute;
		right: -40px;
		top: -5px;
		width: 50px;
	}
	.photo_block .txt .list .icon2 {
		position: absolute;
		right: 0;
		top: -5px;
		width: 50px;
	}
	.photo_block {
		display: block;
		margin: 0 0 30px 0;
		gap: 0 3%;
	}
	.photo_block .img {
		width: auto;
	}
	.photo_block .txt {
		width: auto;
	}
}

@media only screen and (max-width: 768px){
	.photo_block {
		display: block;
		margin: 0 0 30px 0;
	}
	.photo_block .img {
		width: auto;
	}
	.photo_block .txt {
		width: auto;
	}
	.photo_block .txt h4 {
		margin: 0 0 20px 0;
		font-size: 14px;
	}
	.photo_block .txt h4 span {
		font-size: 16px;
		margin: 0 0 10px 0;
		display: block;
	}
	.photo_block .txt h4 strong {
		font-size: 28px;
		margin: 0 0 10px 0;
		letter-spacing: -0.05em;
	}
	.photo_block .txt p {
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	.photo_block .txt .list {
		position: relative;
		width: auto;
		padding-top: 20px;
	}
	.photo_block .txt .list .icon {
		position: absolute;
		right: 10px;
		top: -10px;
		width: 40px;
	}
	.photo_block .txt .list .icon2 {
		position: absolute;
		right: 10px;
		top: -20px;
		width: 50px;
	}
	.photo3 {
		display: flex;
		justify-content: space-between;
		gap: 0 2%;
		flex-wrap: wrap;
	}
	.photo3 li {
	width: 48%;
	margin: 0 0 20px 0;
	}
	.photo3 p {
		text-align: center;
		font-size: 12px;
	}
}



/*-----------------------------------------
	edu_area
-----------------------------------------*/
.edu_area {
	margin: 0 0 80px 0;
}
.edu_area .cate_bg.edu {
	background: url(../img/location/edu_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 50px 0 0 0;
	position: relative;
}
.edu_area .cap {
	position: absolute;
	right: 2%;
	text-align: right;
	top: 170px;
}


.edu_area .cate_bg .child_support {
	padding: 30px 0;
}
.edu_area .cate_bg .child_support .bg {
	background: #CEE7B8;
	padding: 30px 11%;
}
.edu_area .cate_bg .child_support h4 {
	text-align: center;
	padding: 0 0 30px 0;
	font-size: 26px;
}
.edu_area .cate_bg .child_support p {
	text-align: right;
	font-size: 12px;
	padding: 8px 0 0 0;
}
@media only screen and (max-width: 768px){
	.edu_area {
		margin: 0 0 80px 0;
	}
	.edu_area .cate_bg.edu {
		background: url(../img/location/edu_bg.jpg) no-repeat center top;
		background-size: 100% auto;
		padding: 70px 0 0 0;
		position: relative;
	}
	.edu_area .cap {
		position: absolute;
		right: 2%;
		text-align: right;
		top: 5%;
	}

	.edu_area .cate_bg .child_support {
		padding: 10px 0;
	}
	.edu_area .cate_bg .child_support .bg {
		background: #CEE7B8;
		padding: 30px 6%;
	}
	.edu_area .cate_bg .child_support h4 {
		text-align: center;
		padding: 0 0 30px 0;
		font-size: 22px;
	}
	.edu_area .cate_bg .child_support p {
		text-align: right;
		font-size: 12px;
		padding: 8px 0 0 0;
	}
}



/*-----------------------------------------
	pub_hos_area
-----------------------------------------*/
.pub_hos_area {
	margin: 0 0 80px 0;
}
.pub_hos_area .cate_bg.pub_hos {
	background: url(../img/location/pub_hos_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 50px 0 0 0;
	position: relative;
}
.pub_hos_area .cap {
	position: absolute;
	right: 2%;
	text-align: right;
	top: 170px;
}
@media only screen and (max-width: 768px){
	.pub_hos_area {
		margin: 0 0 60px 0;
	}
	.pub_hos_area .cate_bg.pub_hos {
		background: url(../img/location/pub_hos_bg.jpg) no-repeat center top;
		background-size: 100% auto;
		padding: 50px 0 0 0;
		position: relative;
	}
	.pub_hos_area .cap {
		position: absolute;
		right: 2%;
		text-align: right;
		top: 5%;
	}
}

/*-----------------------------------------
	loca_map
-----------------------------------------*/
.loca_map {
	max-width: 1200px;
	margin: 0 auto 80px;
}
@media only screen and (max-width: 768px){
	.loca_map {
		max-width: 1200px;
		margin: 0 5% 10px;
	}
}

/*-----------------------------------------
	life_info
-----------------------------------------*/
.life_info {
	max-width: 1200px;
	margin: 0 auto 80px;
}
@media only screen and (max-width: 768px){
	.life_info {
		max-width: 1200px;
		margin: 0 5% 60px;
	}
}

.life_info-list {
    padding: 30px 0 0;
	display: flex;
	/*! gap: 0 1.5%; */

    justify-content: space-between;
}
.life_info-list .list {
    width: 32.0%;
 }
 .life_info-list .cate {
    margin-bottom: 15px;
 }
 .life_info-list .list h4 {
    border-bottom: 1px solid #777;
	margin-bottom: 10px;
	padding-bottom: 5px;
 }

.life_info-list .list ul li {
    width: 65%;
    float: left;
    font-size: 13px;
}
.life_info-list .list ul li span {
	background:#fff;
	padding: 1px;
}
.life_info-list .list ul li:nth-child(even) {
    width: 40%;
    float: right;
    text-align: right;
}
.life_info-list .list ul {
  position: relative;
  margin: 0 0 3px;
  display: flex;
  align-items: center;
}
.life_info-list .list ul:after { content: ""; display: block; clear: both; height:0; }
.life_info-list .list ul:before {
 content: "";
 background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 2px);
 background-size: 5px 3px;
 background-repeat: repeat-x;
 position: absolute;
 height: 2px;
 top: 50%;
 bottom: 0;
 left: 0;
 right: 0;
 -webkit-transform : translate(0%,-50%);
 transform : translate(0%,-50%);
 z-index: -1;
}

@media only screen and (max-width: 1250px){
	.life_info-list .list ul li {
		font-size: calc(13 / 1200 * 100vw);
	}
}
@media only screen and (max-width: 768px){
	.life_info-list {
		padding: 30px 0 0;
		display: block;
	}
	.life_info-list .list {
		width: auto;
	 }
	 .life_info-list .list ul li {
		font-size: 12px;
	}
}</pre></body></html>