@charset "utf-8";

/*--------------------------------
* koganeipark for musashikoganei
--------------------------------*/
.pc_v{
display: block;
}
.sp_v{
display: none;
}
.w-100{
width:100%;
}
.mb-1{
margin-bottom:1em;
}
.mb-2{
margin-bottom:2em;
}
.mb-3{
margin-bottom:3em;
}
.mx-auto{
margin-left:auto;
margin-right:auto;
}
.text-center{
text-align:center;
}
.clear-both{
clear:both;
}
.kp_btn{
text-align: right;
margin-bottom: 10px;
}
p.main-lead{
font-size:1.4rem;
text-align: center;
}
.column_koganeipark {
	width:96%;
	max-width:960px;
	margin:5em auto;
	border-top:1px solid #DDD;
	padding-top:3em;
}
.column_koganeipark h2{
text-align: center;
font-size:2.4em;
font-weight: 600;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.column_koganeipark .capt{
	text-align: right;
    font-size: 1.1rem;
    line-height: 170%;
    margin-top: 2px;
}
.kp_box_01 {
text-align: center;
margin-bottom: 4em;	
}
.kp_box_01_img{
margin-top:-5em;
}
.kp_box_02,
.kp_box_03 {
margin-bottom: 4em;	
}
.kp_box_04 {
border:#34B25A 1px solid;
padding:1em;
}
.kp_box_04 .kp_box_tte{
width:100%;
background-image: url("../koganeipark/kp_tte_bg.png");
background-repeat: no-repeat;
background-position:center;
}
.kp_box_04 .kp_box_tte h2{
font-size: 1.8em;
line-height: 3em;
}
.kp_box_04 .kp_box_tte .capt{
width:65%;
text-align:center;
margin-top:-2em;
margin-bottom:1em;
}
.kp_box_04 .kp_box_tte p{
text-align:center;
}
.kp_box_04 .tte_photo{
margin-top:2em;
}

/*--------------------------------
* Smart phone
--------------------------------*/

@media screen and (max-width:640px) {
.pc_v{
display: none;
}
.sp_v{
display: block;
}

.column_koganeipark h2{
font-size:1.8em;
}
.kp_box_01_img{
margin-top:1em;
}

.kp_box_04 .kp_box_tte{
background: none;
}
.kp_box_04 .kp_box_tte h2{
font-size: 1.6em;
line-height: 1.4em;
margin-bottom: 1em;
}
.kp_box_04 .kp_box_tte .capt{
font-size:2rem;
}
.kp_box_04 .kp_box_tte p{
text-align:left;
}

}
