@charset"UTF-8";
/*********************************************
 エス・ティー・ワールドで行く東欧旅行
*********************************************/
@media screen and (max-width: 640px) {

    .pc_only {
        display: none !important
    }
    #wrapper {
        min-width: 0;
        width: 100%;
    }
    #container {
        padding: 0 0 10px;
    }
    article {
        width: 100%;
        padding: 10px 0 0;
    }

    /*
     * メインビジュアル
     */
    .top_mv {
        margin: 0;
    }
    .top_mv > .fg {
        width: 100%;
    }
    .top_mv.sp_only > .bg {
        background: #fff url(../top/images/sp/top_mv_bg.jpg) no-repeat center;
        background-size: cover;
    }
    .this_menu {
        width: 100%;
        margin: 0;
    }
    .this_menu a {
        width: 50%;
        font-size: 15px;
        padding: 7px 15px 8px 0;
        margin: 0;
        border-radius: 0;
        letter-spacing: 0;
    }
    .this_menu a:nth-child(2) {
        border-left: 1px solid #fff;
    }
    .this_menu a:before {
        width: 24px;
        height: 24px;
        vertical-align: -6px;
        background-size: 24px;
    }
    .this_menu a:after {
        width: 6px;
        height: 6px;
        right: 12px;
    }

    /*
     * ここがすごい
     */
    #container .strengths {
        width: 100%;
        padding: 20px 0 25px;
    }
    #container .strengths h2 {
        font-size: 16px;
        line-height: 1.3;
    }
    #container .strengths .sec_inner {
        width: 85%;
        margin: auto;
    }
    #container .strengths .bx-wrapper {
        box-shadow: none;
        border: none;
    }
    #container .strengths .bx-viewport {
        overflow: visible !important;
    }
    #container .strengths .bx-prev,
    #container .strengths .bx-next {
        background: #dc842c;
        border-radius: 50%;
        z-index: 999;
    }
    #container .strengths .bx-prev {
        left: -21px;
    }
    #container .strengths .bx-next {
        right: -21px;
    }
    #container .strengths .bx-prev:after,
    #container .strengths .bx-next:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-width: 9px 11px;
        border-style: solid;
    }
    #container .strengths .bx-prev:after {
        border-color: transparent #fff transparent transparent;
        right: 12px;
    }
    #container .strengths .bx-next:after {
        border-color: transparent transparent transparent #fff;
        left: 12px;
    }
    #container .strengths ol {
        width: auto;
        margin: 10px auto 0;
    }
    #container .strengths li {
        display: block;
        width: auto;
        margin: 0;
    }
    #container .strengths li:before {
        top: 25px;
    }
    #container .strengths li p {
        padding: 71px 25px 21px;
        font-size: 14px;
        line-height: 1.5
    }
    #container .strengths li:after {
        top: 27px;
        font-size: 28px;
    }

    /*
     * ピックアップ特集
     */
    #container .pickup_banners {
        width: 95%;
        margin: 2.5%;
    }
    #container .pickup_banners > h2 {
        padding: 10px 10px 10px 35px;
        font-size: 15px;
        text-shadow: 0 1px 1px #003800;
    }
    #container .pickup_banners > h2 {
        background:#60a1de url(../top/images/ttl_enjoy.png) no-repeat 5px center;
        background-size: 29px;
    }
    #container .pickup_banners > .sec_inner {
        padding: 10px;
    }
    #container .pickup_banners ul li {
        margin: 0 4px;
    }
    #container .pickup_banners ul li img {
        width: 100%;
        height: auto;
    }
    #container .pickup_banners .slick-arrow {
        width: 80px;
        height: 64px;
    }
    #container .pickup_banners .slick-arrow:before {
        border-width: 9px 11px;
    }
    #container .pickup_banners .slick-prev {
        left: -64px;
    }
    #container .pickup_banners .slick-prev:before {
        right: 10px;
    }
    #container .pickup_banners .slick-next {
        right: -64px;
    }
    #container .pickup_banners .slick-next:before {
        left: 10px;
    }

    /*
     * Masonry
     */
    #mas_box {
        width: 100% !important;
    }
    #mas_box > .sec_box {
        width: 95%;
        float: none;
        margin: 2.5%;
    }
    #mas_box > .sec_box > h2 {
        padding: 10px 10px 10px 35px;
        font-size: 15px;
        text-shadow: 0 1px 1px #003800;
    }
    #mas_box > .sec_box > h2.area      { background:#60a1de url(../top/images/ttl_area.png) no-repeat 5px center; background-size:29px; }
    #mas_box > .sec_box > h2.useful    { background:#60a1de url(../top/images/ttl_useful.png) no-repeat 5px center; background-size:29px; }
    #mas_box > .sec_box > h2.recommend { background:#60a1de url(../top/images/ttl_recommend.png) no-repeat 5px center; background-size:29px; }
    #mas_box > .sec_box > h2.search    { background:#60a1de url(../top/images/ttl_search.png) no-repeat 5px center; background-size:29px; }
    #mas_box > .sec_box > h2.enjoy     { background:#60a1de url(../top/images/ttl_enjoy.png) no-repeat 5px center; background-size:29px; }

    #mas_box > .sec_box > .sec_inner {
        padding: 10px;
    }


    /*
     * エリア情報
     */
    #mas_box > .sec_box.area .area_map img {
        width: 100%;
    }

    #mas_box > .sec_box.area .area_map .area_map_link li {
        font-size: 14px;
    }


    /*
     * 特集
     */
    #mas_box > .sec_box.useful ul li {
        width: 48%;
        margin: 1%;
    }
    #mas_box > .sec_box.useful ul li img {
        width: 100%;
    }


    /*
     * 人気ツアー・周遊ツアー
     */
    #mas_box > .sec_box.tours > .sec_inner {
        max-height: 460px;
    }
    #mas_box > .sec_box.tours > .sec_inner > button {
        height: 40px;
    }
    #mas_box > .sec_box.tours > .sec_inner > button:before {
        width: 70px;
        height: 80px;
    }
    #mas_box > .sec_box.tours > .sec_inner > button:after {
        border-width: 16px 10px;
    }
    #mas_box > .sec_box.tours > .sec_inner.scroll {
        padding: 40px 10px;
    }
    #mas_box > .sec_box.tours > .sec_inner.scroll > button.prev:after {
        bottom: 17px;
    }
    #mas_box > .sec_box.tours > .sec_inner.scroll > button.next:after {
        top: 17px;
    }
    #mas_box .tourBox > a > .photoBox > img {
        width: 80px;
        height: auto;
        padding-bottom: 8px;
    }
    #mas_box .tourBox > a > .textBox {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding-left: 95px;
    }



    /*
     * 天気・為替
     */
    .variety_info > .city_box,
    .variety_info > .city_box:nth-child(3n+1),
    .variety_info > .city_box:nth-child(3n+3) {
        display: block;
        width: 95%;
        padding: 5px;
        margin: 5% 2.5%;
    }

    /*
     * フッタートップリンク
     */
    .foot_toplink {
        text-align: left;
        margin: 10px;
    }
    .foot_toplink a {
        background: url(//image.stworld.jp/images/common/tri01.gif) no-repeat scroll left center rgba(0, 0, 0, 0);
        line-height: 1em;
        padding: 10px;
        display: block;
    }

    /*
     * SPページトップ
     */
    .sp_pagetop {
        transition: 1s;
    }
    .sp_pagetop.show {
        bottom: 10px;
        opacity: 1;
    }

    /*
     * サイト共通スタイル上書き
     */
    section.contactTel {
        margin-top: 0 !important;
    }


}
