@charset "UTF-8";
/* コンテンツ */

.station {
    padding: 100px 0 200px;
}
#gnavi ul li:nth-child(2) a {
	background-color:rgba(255,255,255,0.3);
}
/*.subnavi li:nth-child(1) a {
	background-color:#f8c5b3;
}*/
#navi li:nth-child(1) a {
	background-color:#555;
}
#ftnavi li:nth-child(1) a {
	background-color:#555;
}

.bg1 {
    position: relative;
    overflow: hidden;
}
.cbg {
    position: relative;
    z-index: 1000;
    padding: 120px 0;
}
.cbg h3 img,.cbg h4 img {
    filter: drop-shadow(0 0 5px rgba(0,0,0,1));
}
.limg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}
.rimg img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}
@media screen and (min-width: 500px) {

}

@media screen and (max-width: 499px) {
.station {
    padding: 20px 0 120px;
}
.cbg {
    padding: 80px 0;
}
.cbg h3 img,.cbg h4 img {
    filter: drop-shadow(0 0 5px rgba(0,0,0,1));
}
.limg img {
    width: auto;
    height: 40%;
    overflow: hidden;
}
.rimg img {
    width: auto;
    height: 60%;
}
}