@charset "UTF-8";

/* CSS Document */
.mainVisual {
    background-image: url(../img/6place/pt-6place01.jpg);
}

.pageBody {}

.pageBody_inner {}

.mainTitle {}

.subTitle {}

.place {}

.place_leftCol {
    width: 430px;
    float: left;
}

.place_sect {
    margin: 0 0 35px;
}

.place_sect_title {}

.place_sect_text {}

.place_rightCol {
    width: 490px;
    float: right;
}

.place_fig {
    margin-bottom: 15px;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
    .mainVisual {}

    .pageBody {}

    .pageBody_inner {}

    .mainTitle {}

    .subTitle {}

    .place {}

    .place_leftCol {
        width: 49%;
    }

    .place_sect {}

    .place_sect_title {}

    .place_sect_text {}

    .place_rightCol {
        width: 49%;
    }

    .place_fig {}
}

/* スマホ設定 */
@media screen and (max-width:639px) {
    .mainVisual {}

    .pageBody {}

    .pageBody_inner {}

    .mainTitle {}

    .subTitle {}

    .place {}

    .place_leftCol {
        width: 100%;
        float: none;
    }

    .place_sect {}

    .place_sect_title {}

    .place_sect_text {}

    .place_rightCol {
        width: 100%;
        float: none;
        max-width: 490px;
        margin: 0 auto;
    }

    .place_fig {}
}