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



/*--------------------------------------
　PARK LIFE
---------------------------------------*/
/*.lower .mv.parklife .bg {
    top: -15rem;
}*/
.parklife .rowBox {
	position: relative;
	margin: 23rem 0 15rem;
}
.parklife .rowBox .thumb {
	width: 633px;
	position: absolute;
	bottom: 6rem;
    left: 0;
	z-index: 1;
}
.parklife .rowBox .thumb img {
	border-radius: 10px;
}
.parklife .rowBox .txtBox {
	border-radius: 10px;
	background: #E9F7D5;
	width: 485px;
	padding: 8rem 8rem 8rem 8rem;
	float: right;
	position: relative;
}
.parklife .rowBox .txtBox:before {
	content: "";
	background: #F4FAF7;
	width: 209px;
	height: 193px;
	border-radius: 10px;
	position: absolute;
    top: -15rem;
    right: 3rem;
}
.parklife .rowBox .tit {
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0.025em;
	position: absolute;
    top: -9rem;
    left: 15rem;
}

.lower .article.wave_lgreen {
    background: #F4FAF7;
}
.lower .article.wave_lgreen:before {
    background: url("../images/common/wave_green.png") no-repeat right;
    background-size: auto 25rem;
	top: -24.9rem;
}
.tagArea .tit span {
    font-size: 2.5rem;
	font-weight: 800;
	margin: 0 2rem 0 0;
}

/*タブ実装*/
.tab_box .btn_area {
	display: flex;
	margin: 3rem 0 6rem;
}
.tab_box .tab_btn {
	width: 210px;
	padding: 3px;
	font-size: 1.4rem;
	border: solid 1px #808080;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}
.tab_box .tab_btn + .tab_btn {
	margin-left: 20px;
}
.tab_box .tab_btn.active {
    color: #fff;
}
.tab_btn.all.active {
    background: #808080;
}
.tab_btn.musashino.active {
    background: #008A32;
	border: solid 1px #008A32;
}
.tab_btn.sayama.active {
    background: #004B9E;
	border: solid 1px #004B9E;
}
.tab_btn.tama.active {
    background: #D8005C;
	border: solid 1px #D8005C;
}
.tab_box .panel_area {
}
.tab_box .tab_panel {
    display: none;
}
.tab_box .tab_panel.active {
    display: block;
}
.tab_box .itemBox {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 3rem;
}
.tab_box .itemBox:last-child {
	margin: 0;
}
.tab_box .itemBox a {
	display: flex;
	position: relative;
}
.tab_box .itemBox a:before {
	content: "";
	background: url("../images/common/arr_ccl_bla_right.png") no-repeat;
	background-size: 100%;
    width: 35px;
	height: 35px;
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	transition: all .3s;
}
.tab_box .itemBox a:hover:before {
   right: 2.5rem;
}
.tab_box .itemBox .thumb {
	width: 500px;
}
.tab_box .itemBox .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tab_box .itemBox .txtBox {
	flex: 1;
	padding: 4rem 8rem 4rem 4rem;
}
.tab_box .itemBox .txtBox .tab_btn {
	margin: 0 0 2rem;
}
.tab_box .itemBox .txtBox .tit_bb {
	text-align: left;
	border-bottom: solid 5px #E9F7D5;
	line-height: 1.3;
	margin: 0 0 3rem;
    padding: 0 0 2rem;
}





@media screen and (max-width: 834px) {


/*--------------------------------------
　PARK LIFE
---------------------------------------*/
.parklife .rowBox {
	position: relative;
	margin: 0 0 6rem;
}
.parklife .rowBox .thumb {
	width: 100%;
	position: relative;
	bottom: auto;
	left: auto;
	z-index: 1;
}
.parklife .rowBox .thumb img {
    width: 280px;
    height: 215px;
    object-fit: cover;
}
.parklife .rowBox .txtBox {
	width: 100%;
	padding: 3rem;
	float: right;
	margin: -1rem 0 0;
}
.parklife .rowBox .txtBox:before {
	content: none;
}
.parklife .rowBox .tit {
	font-size: 2.2rem;
	position: static;
	margin: 0 0 1.5rem;
}
.lower .article.wave_lgreen:before {
    background: url("../images/common/wave_green.png") no-repeat right;
    background-size: 100%;
	top: -4.8rem;
}
.tagArea .tit span {
    font-size: 2.2rem;
	margin: 0 2rem 0 0;
}

/*タブ実装*/
.tab_box .btn_area {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem 0 4rem;
}
.tab_box .tab_btn {
	width: 210px;
	font-size: 1.2rem;
	padding: 3px;
}
.tab_box .btn_area .tab_btn {
	width: 48.8%;
}
.tab_box .tab_btn {
	margin-left: 8px !important;
	margin-bottom: 8px;
}
.tab_box .tab_btn:nth-child(odd) {
	margin-left: 0 !important;
}
.tab_box .itemBox {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 2rem;
}
.tab_box .itemBox a {
	display: block;
}
.tab_box .itemBox a:before {
	content: "";
	background: url("../images/common/arr_ccl_bla_right.png") no-repeat;
	background-size: 100%;
    width: 30px;
	height: 30px;
	right: 2rem;
	bottom: 2rem;
}
.tab_box .itemBox a:hover:before {
   right: 0;
}
.tab_box .itemBox .thumb {
	width: 100%;
}
.tab_box .itemBox .txtBox {
	padding: 2rem 2rem 6rem;
}
.tab_box .itemBox .txtBox .tab_btn {
	margin: 0 0 1.5rem;
}
.tab_box .itemBox .txtBox .tit_bb {
	margin: 0 0 2rem;
    padding: 0 0 1.5rem;
}

	
}





