@charset "utf-8";
.fwb { font-weight: bold; }
.loc_list { color: #686a59; }
@media screen and (max-width: 767px) {
	.mb_sp { margin-bottom: 30px; }
}
.loc_img {
	margin: 0 0 15px;
	position: relative;
	z-index: 0;
}
.loc_img .loc_lbl {
	background: url(../imgs/icon_education.png) no-repeat center top / 100% auto;
	color: #fff;
	font-size: clamp(1rem, 0.6547vw, 1.1rem);
	letter-spacing: 0.01em;
	position: absolute;
	top: 3px;
	right: 3px;
	text-align: center;
	padding: 12px 15px;
	line-height: 1.2;
	width: 105px;
	height: 82px;
}
.loc_img .loc_lbl .large { font-size: 146%; }
.loc_img .loc_lbl .num { font-size: 136%; }
.loc_img .loc_lbl .small { font-size: 90%; }
.loc_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.loc_cont .ttl {
	font-size: clamp(1.4rem, 1.30952vw, 2.2rem);
	margin-right: 15px;
	letter-spacing: 0;
}
.loc_cont .sub {
	font-size: clamp(1rem, 0.83333vw, 1.4rem);
}
.loc_cont .sub .med { font-size: 114%; }
.loc_cont .sub .num {
	font-size: 257%;
	line-height: 1.1;
}
.loc_cont .sub .small { font-size: 85%; }
.loc_cont .txt {
	width: 100%;
	margin-top: 40px;
	font-size: clamp(1.3rem, 0.89285vw, 1.5rem);
	letter-spacing: 0.05em;
	line-height: 2.2;
}
@media screen and (max-width: 1000px) {
	.loc_cont {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media screen and (max-width: 767px) {
	.loc_cont {
		flex-direction: row;
		align-items: flex-end;
	}
	.loc_img {
		margin: 0 0 5px;
	}
	.loc_img .loc_lbl .large {
		font-size: 140%;
		line-height: 1;
		display: inline-block;
		padding-top: 5px;
	}
	.loc_img .loc_lbl {
		padding: 5px;
		line-height: 1.2;
		width: 80px;
		height: 82px;
	}
	.loc_cont .txt {
		margin-top: 20px;
		line-height: 1.7;
	}
}

.sec_location {
	padding: 150px 0;
}
@media screen and (max-width: 767px) {
	.sec_location {
		padding: 60px 0;
	}
}
.sec_calmlife {
	background: url(../imgs/bg_calmlife.jpg) no-repeat bottom center / cover;
	position: relative;
	z-index: 0;
}
.sec_calmlife .calm_list {
	display: grid;
	grid-template-columns: 56.8% auto;
	gap: 30px;
	align-items: center;
}
.sec_calmlife .calm_list .is_last {
	display: flex;
	justify-content: center;
	grid-area: 2/2/3/4;
	position: relative;
	padding-top: 100px;
	margin-top: -20%;
}
.sec_calmlife .calm_list .is_last .box {
	width: 42%;	
}
.sec_calmlife .calm_list .is_last .box:nth-child(1) {
	position: absolute;
	top: 0;
	right: calc(71% + 30px);
	width: 68%;
}
@media screen and (max-width: 767px) {
	.sec_calmlife { padding-bottom: 20vh; }
	.sec_calmlife .calm_list {
		grid-template-columns: auto;
	}
	.sec_calmlife .calm_list .is_last {
		align-items: center;
		grid-area: unset;
		padding-top: 0;
		margin-top: 0;
	}
	.sec_calmlife .calm_list .is_last .box {
		width: 32%;
	}
	.sec_calmlife .calm_list .is_last .box:nth-child(1) {
		position: relative;
		top: 0;
		right: 0;
		width: 68%;
		padding-right: 30px;
	}
	
}

.sec_shopping {
    background-color: #7d877b;
    color: #FFF;
	overflow: hidden;
}
.shop_life {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: clamp(100px, 12vw, 200px);
}
.shop_life .img { width: 55%; }
.shop_life .info {
    padding: 0 15px;
    text-align: center;
    width: 40%;
}
.shop_life .info .ttl {
    font-size: 1.7rem;
    line-height: 2.4;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.shop_life .info .ttl:after {
    background-color: #fff;
    content: "";
    display: block;
    margin: 0 auto;
    height: 1px;
    width: 85px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.shop_life .info p { line-height: 2.4; }
@media only screen and (max-width: 1000px) {
    .shop_life { flex-direction: column; gap: 30px; }
    .shop_life .img, .shop_life .info { width: 100%; }
    .shop_life .info .ttl, .shop_life .info p { line-height: 2; }
}

.shop_list {
	margin-top: clamp(100px, 12vw, 200px);
	overflow: hidden;
}
.shop_list .inner {
	position: relative;
}
.shop_list .ttl {
   	position: absolute;
    left: clamp(10px, 0.89285714285714285714vw, 15px);
    top: 0;    
	z-index: 1;
	width: clamp(16px, 1.25vw, 22px);
}
.shop_list_slider { 
	padding-left: 60px;
	position: relative;
	z-index: 0;
}
.shop_list_slider:after {
	background: #c1e4d2;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 40px;
	z-index: -1;
}
.shop_list .shop_item { 
	margin-right: clamp(15px, 1.78571429vw, 30px);
	width: 370px;
}
.shop_list .info { padding-top: 24px; }
.shop_list .info p { font-size: clamp(1.2rem, 0.833333333vw, 1.4rem);}
.shop_list .info .txt {
    font-size: clamp(1.4rem , 0.952380952vw, 1.6rem);
    line-height: 1;
}
.shop_list .info .txt small { font-size: 75%; }
.shop_list .info .txt .lg { font-size: 212.5%; }
.shop_list .info .txt .md { font-size: 125%; }
.box_slider {
	width: calc(100% + (100vw - 1170px)/2 + 8px);
}
@media screen and (max-width: 1200px) {
	.box_slider {
		width: calc(100% + 15px);
	}
	.shop_list .shop_item {
		width: 270px;
	}
	.shop_list_slider:after {
		left: 30px;
	}
}
@media only screen and (max-width: 1000px) {
    .shop_list .shop_item { margin-right: 15px;}
    .shop_list .info { padding-top: 12px;}
    .shop_list .info p { font-size: 1.2rem;}
    .shop_list .info .txt { font-size: 1.4rem;}
}
@media only screen and (max-width: 767px) {
    .shop_list_slider { padding-left: 40px;}
    .shop_list .shop_item { margin-right: 15px; width: 220px;}
	.shop_list_slider::after {
		left: 22px;
	}
}

.event_list { margin-top: clamp(100px, 12vw, 200px); }
.event_list .inner {
	position: relative;
}
.event_list .ttl {
   	position: absolute;
    left: clamp(10px, 0.89285714285714285714vw, 15px);
    top: 0;    
	z-index: 1;
	width: clamp(16px, 1.25vw, 22px);
}
.event_list_slider {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-left: 60px;
	position: relative;
}
.event_list_slider:after {
	background: #c1e4d2;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 40px;
	z-index: -1;
}
.event_list .event_item {
    border: 1px solid #fff;
    padding: 9px;
    max-width: 500px;
    width: calc(50% - 15px);
}
.event_list .event_item_inner {
    background-color: #cddad4;
    height: 100%;
    padding: clamp(15px, 1.78571429vw, 30px);
}
.event_list .event_item .name {
    background: url(../imgs/icon.png) no-repeat 0 5px / 20px 22px;
    color: #4a655b;
    font-size: clamp(1.5rem, 1.19047619vw, 2rem);
    margin-bottom: 15px;
    padding-left: 30px;
}
.event_list .event_item .time {
    color: #4d4d4d;
    font-size: 1.2rem;
    margin-bottom: clamp(15px, 1.78571429vw, 30px);
}
.event_list .event_item .info {
    display: flex;
    justify-content: space-between;
}
.event_list .event_item .txt {
    color: #333;
    font-size: 1.3rem;
    width: 60%;
}
.event_list .event_item .img {
    padding-top: 0.7rem;
    width: 38%;
}
@media screen and (max-width: 1200px) {
	.event_list_slider:after {
		left: 30px;
	}
}
@media only screen and (max-width:767px){
    .event_list_slider { padding-left: 40px;}
    .event_list .event_item { width: 100%; }
    .event_list .event_item .txt { font-size: 1.1rem;}
	.event_list_slider:after {
		left: 22px;
	}
}

.shop_map .map_item {    
    height: 100%;
    padding: clamp(10px, 3.57142857vw, 60px) clamp(10px, 2.67857143vw, 45px);
    width: clamp(210px, 25vw, 420px)!important;
}
.shop_map .map_big_item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: clamp(720px, 76.1904762vw, 1280px)!important;
}
@media only screen and (max-width:767px){
    .shop_map .map_item {
        font-size: 1rem;
    }
}

.swipe_box {
	background-color: #60685f;
	width: 100%;
	max-width: clamp(0px, 100vw, 2120px) !important;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.swipe_box:after {
	background-color: #60685f;
	content: "";
	width: 105vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.swiper-container {
    background-color: #60685f;
    overflow: visible;
    height: 100%;
}
.swiper-container > .swiper-wrapper {
    align-items: center;
}
.swiper-container > .swiper-scrollbar {
    display: block!important;
	border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    height: 8px;
    width: 100%;
	width: calc(100% - 30px);
    max-width: calc(1200px - 30px);
    margin: auto;
    background: none;
    border-bottom: 1px solid #c1e4d2;
}
.swiper-container > .swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
	background: #c1e4d2;
}
@media only screen and (max-width:767px){
    .swiper-container>.swiper-scrollbar { height: 4px;}
}

.sec_education {
	background: #efefec;
}
.sec_education .sec_head { margin-bottom: 155px; }
.sec_education .edu_box .box_tbl {
	clear: both;
}
.sec_education .education_block {
	color: #686a59;
}
.sec_education .education_block + .education_block { margin-top: 170px; }
.sec_education .education_block .block_ttl {
	color: #456351;
	font-size: clamp(1.65rem, 1.4285vw, 2.4rem);
	text-align: center;
	margin: 0 0 85px;
}
.sec_education .edu_box {
	padding: 0 30px;
	margin-top: 100px;
}
.sec_education .edu_box .box_head {
	margin: 0 0 30px;
}
.sec_education .edu_box .box_head .ttl {
	font-size: clamp(1.6rem, 1.19047vw, 2rem);
	margin: 0 0 10px;
}
.sec_education .edu_box .box_head .txt {
	font-size: clamp(1.2rem, 0.83333vw, 1.4rem);
	letter-spacing: 0.1em;
	line-height: 2;
}
.sec_education .edu_box .box_tbl {
	clear: both;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.sec_education .edu_box .box_tbl .lbl {
	font-size: clamp(1rem, 0.83333vw, 1.4rem);
	letter-spacing: 0.02em;
	line-height: 1.3;
	margin: 0 0 5px;
}
.sec_education .edu_box .box_tbl .tbl .is_bg { background: #efefef; }
.sec_education .edu_box .box_tbl .tbl {
	color: #231815;
	width: 100%;
	font-size: clamp(1.2rem, 1.07142vw, 1.8rem);
	border: 1px solid #231815;
	text-align: center;
}
.sec_education .edu_box .box_tbl .tbl th {
	border-left: 1px solid #231815;
	font-weight: normal;
	background: #b7c9bf;
	text-align: center;
	width: 37%;
	padding: 3px 0;
	letter-spacing: -0.05em;
}
.sec_education .edu_box .box_tbl .tbl th:nth-child(1) {
	border: none;
	width: 26%;
}
.sec_education .edu_box .box_tbl .tbl td {
	border-left: 1px solid #231815;
	border-top: 1px solid #231815;
	padding: 3px 0;
}
.sec_education .edu_box .box_tbl .tbl td:nth-child(1) {
	background: #b7c9bf;
	border-left: none;
	letter-spacing: -0.1em;
}
.sec_education .edu_box .box_tbl .capt {
	color: #4d4d4d;
	font-size: 1rem;
	letter-spacing: 0;
	text-align: right;
	padding-top: 5px;
}
.sec_education .edu_box .img01 {
	width: 41%;
	float: left;
	margin: 0 0 clamp(0, 1.78571vw, 30px);
	margin-right: 15px;
}
.sec_education .edu_box .img02 {
	width: 43.9%;
	float: left;
	margin: 0 0 clamp(5px, 1.78571vw, 30px);
	margin-right: 15px;
	margin-top: 8px;
}
@media screen and (max-width: 1000px) {
	.sec_education .edu_box {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.sec_education .education_block + .education_block {
		margin-top: 50px;
	}
	.sec_education .sec_head {
		margin-bottom: 50px;
	}
	.sec_education .education_block .block_ttl {
		margin: 0 0 30px;
		letter-spacing: 0.01em;
	}
	.sec_education .edu_box {
		margin-top: 30px;
	}
}

.sec_park {
	background: #fff url(../imgs/bg_park.jpg) no-repeat bottom center / 100% auto;
	padding-bottom: clamp(90px, 17.85714vw, 300px);
	position: relative;
	z-index: 0;
}
.sec_park .sec_head { margin-bottom: 170px; }
.sec_park .list_small {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding-top: 30px;
}
.sec_park .list_small .loc_cont {
	flex-direction: column;
	align-items: flex-start;
}
.sec_park .list_small .loc_cont .ttl {
	margin: 0;
}
.sec_park .item_mb {
	margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
	.sec_park .sec_head {
		margin-bottom: 60px;
	}
	.sec_park .item_mb {
		margin-bottom: 30px;
	}
	.sec_park .list_small .loc_cont .ttl {
		letter-spacing: -0.1em;
	}
}


/* sec_life */
.sec_life {
    background: url(../imgs/bg_lifeinfo.jpg) no-repeat top center / cover;
	padding: clamp(60px, 8.0357142857142857143vw, 135px) 0 clamp(60px, 8.0357142857142857143vw, 135px);   
}
.sec_life .inner { max-width: 1000px;}
.sec_life .sec_head .ttl { color: #eed57e;}
.sec_life .sec_head .ttl::after { background: url(../imgs/icon_leaf.svg) no-repeat center center / contain;}
.sec_life .life_content {
	padding: clamp(30px, 2.3809523809523809524vw, 40px) clamp(15px, 3.5714285714285714286vw, 60px) clamp(0px, 2.0833333333333333333vw, 35px);
	background: #fff;
	margin: clamp(30px, 3.5714285714285714286vw, 60px) 0 0;
}
.belx-list li {
	color: #333333;
	border-bottom: 1px solid #b3b3b3;
    letter-spacing: 0;
	padding: clamp(5px, 0.29761904761904761905vw, 5px) 0 clamp(5px, 0.29761904761904761905vw, 5px) clamp(0px, 0.29761904761904761905vw, 5px);
	overflow: hidden;
    font-size: clamp(1.1rem, 0.83333333333333333333vw, 1.4rem);
}
.belx-list li dt { float: left;}
.belx-list li dd { float: right;}
.loclist_title {
    font-size: clamp(1.6rem, 1.1904761904761904762vw, 2rem);
    color: #686a59;
    letter-spacing: 0.12em;
    margin-bottom: clamp(5px, 0.5952380952380952381vw, 10px);
    padding-left: clamp(0px, 0.29761904761904761905vw, 5px);
}