@charset"UTF-8";
/*********************************************
 エス・ティー・ワールドで行くヨーロッパ旅行
*********************************************/

.breadcrumb > p {
    text-align:left;
    font-size:12px;
    width: 1100px;
    margin: 7px auto;
}
.breadcrumb > p > a {
    text-decoration: underline;
}

#container {
    background: #efebe0;
    padding: 0 0 15px;
}

article {
    width: 1100px;
    margin: auto;
    padding: 30px 0 0;
}
/*
@media screen and (min-width: 1480px) {
    article {
        width: 1465px;
    }
}
@media screen and (min-width: 1850px) {
    article {
        width: 1835px;
    }
}
*/

/*
 * メインビジュアル
 */
.top_mv {
    position: relative;
    margin: 0 0 15px;
    overflow: hidden;
}
.top_mv > .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity .3s;
}
.top_mv > .fg {
    position: relative;
    display: block;
    margin: auto;
}
.top_mv.loading {
    background: #fff url(../top/images/loading.gif) no-repeat center;
    background-size: 20px;
}
.top_mv.loading > .bg {
    opacity: 0;
}
.top_mv.pc_only > .bg {
    background: #fff url(../top/images/top_mv_bg.jpg) no-repeat center;
    background-size: cover;
}
.this_menu {
    width: 1100px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin: 25px auto;
}
.this_menu a {
    display: inline-block;
    width: 42%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 1px #003800;
    background-color: #60a1de;
    color: #fff;
    padding: 2px 16px 3px 0;
    border-radius: 21px;
    margin: 0 2%;
    letter-spacing: 0.07em;
    overflow: hidden;
    position: relative;
}
.this_menu a b {
    font-weight: bold;
}
.this_menu a:before {
    content: '';
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: -12px;
    margin: 0 5px 0 0;
    background-repeat: no-repeat;
    background-size: 36px;
}
.this_menu a.recommend:before {
    background-image: url(../top/images/ttl_recommend.png);
}
.this_menu a.search:before {
    background-image: url(../top/images/ttl_search.png);
}
.this_menu a:after {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 4px;
    margin: auto;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*
 * ここがすごい
 */
#container .strengths {
    background: #fff;
    padding: 35px 7px 35px 0;
    text-align: center;
}

#container .strengths h2 {
    font-size: 21px;
    font-weight: bold;
    color: #666;
}

#container .strengths .sec_inner {
}

#container .strengths ol {
    display: block;
    width: 1092px;
    margin: 23px auto 0;
    font-size: 0;
    line-height: 0;
}

#container .strengths li {
    display: inline-block;
    width: 32%;
    color: #fff;
    position: relative;
    vertical-align: top;
    margin: 0 7px;
    background-size: cover;
    background-position: center;
}
#container .strengths li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.35) 25%, rgba(0,0,0,0.35) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.35) 25%, rgba(0,0,0,0.35) 100%);
}
#container .strengths li[data-p1] { background-image: url(../top/images/strength_bg01.jpg); }
#container .strengths li[data-p2] { background-image: url(../top/images/strength_bg02.jpg); }
#container .strengths li[data-p3] { background-image: url(../top/images/strength_bg03.jpg); }
#container .strengths li p {
    position: relative;
    box-sizing: border-box;
    padding: 81px 30px 21px;
    font-size: 17px;
    line-height: 1.4;
    text-align: left;
    text-shadow: 0 0 7px #666;
}
#container .strengths li[data-p1] p {
    letter-spacing: 0.05em;
}
#container .strengths li:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 31px;
    font-size: 34px;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 7px #666;
}
#container .strengths li[data-p1]:after { content:'1'; }
#container .strengths li[data-p2]:after { content:'2'; }
#container .strengths li[data-p3]:after { content:'3'; }

/*
 * ピックアップ特集
 */
#container .pickup_banners {
    width: 1078px;
    margin: 0 0 30px 7px;
    background: #FFF;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}
#container .pickup_banners > h2 {
    padding: 10px 10px 8px 48px;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 1px #095003;
    color: #FFF;
    line-height: 1.3;
}
#container .pickup_banners > h2 {
    background:#60a1de url(../top/images/ttl_enjoy.png) no-repeat 8px center;
}
#container .pickup_banners > .sec_inner {
    padding: 15px;
}
#container .pickup_banners ul li {
    margin: 0 7px;
}
#container .pickup_banners .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
    user-select: none;
    outline: none;
    font-size: 0;
    border: none;
    width: 96px;
    height: 80px;
    background-color: rgba(129, 181, 230, 0.6);
}
#container .pickup_banners .slick-arrow:hover {
    background-color: rgba(129, 181, 230, 1);
    transition: .2s;
}
#container .pickup_banners .slick-arrow:active {
    background-color: rgba(129, 181, 230, 0.8);
}
#container .pickup_banners .slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 11px 16px;
    border-style: solid;
}
#container .pickup_banners .slick-prev {
    left: -72px;
    border-radius: 0 50% 50% 0;
}
#container .pickup_banners .slick-prev:before {
    right: 16px;
    border-color: transparent #fff transparent transparent;
}
#container .pickup_banners .slick-next {
    right: -72px;
    border-radius: 50% 0 0 50%;
}
#container .pickup_banners .slick-next:before {
    left: 16px;
    border-color: transparent transparent transparent #fff;
}

/*
 * Masonry
 */
#mas_box > .sec_box {
    width: 350px;
    float: left;
    margin: 0 7px 15px;
    background: #FFF;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}
#mas_box > .sec_box > h2 {
    padding: 10px 10px 8px 48px;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 1px #095003;
    color: #FFF;
    line-height: 1.3;
}
#mas_box > .sec_box > h2.area      { background:#60a1de url(../top/images/ttl_area.png) no-repeat 8px center; }
#mas_box > .sec_box > h2.useful    { background:#60a1de url(../top/images/ttl_useful.png) no-repeat 8px center; }
#mas_box > .sec_box > h2.recommend { background:#60a1de url(../top/images/ttl_recommend.png) no-repeat 8px center; }
#mas_box > .sec_box > h2.search    { background:#60a1de url(../top/images/ttl_search.png) no-repeat 8px center; }
#mas_box > .sec_box > h2.enjoy     { background:#60a1de url(../top/images/ttl_enjoy.png) no-repeat 8px center; }
#mas_box > .sec_box > h2.instagram { background:#60a1de url(../top/images/ttl_instagram.png) no-repeat 8px center; }

#mas_box > .sec_box > .sec_inner {
    padding: 15px;
}

/*
 * 見どころ
 */
#mas_box > .sec_box.point img { width:100%; }
#mas_box > .sec_box.point .sec_inner li { margin-bottom: 15px; }

/*
 * エリア情報
 */
#mas_box > .sec_box.area .area_txt {
    margin: 15px;
    padding: 10px;
    line-height: 1.5;
    font-size: 13px;
    background: #FFF url(../top/images/area_txt_bg.jpg) no-repeat;
    box-shadow: rgba(177, 177, 177, 0.65098) 0px 0px 6px 1px;
    -webkit-box-shadow: rgba(177, 177, 177, 0.65098) 0px 0px 6px 1px;
    -moz-box-shadow: rgba(177, 177, 177, 0.65098) 0px 0px 6px 1px;
}

#mas_box > .sec_box.area {
    background: url(../top/images/area_bg.jpg) repeat-y;
}

#mas_box > .sec_box.area .area_map .area_map_link {
    margin: 15px;
    padding: 10px;
    background: #FFF;
    box-shadow: rgba(177, 177, 177, 0.65098) 0px 0px 6px 1px;
    -webkit-box-shadow: rgba(177, 177, 177, 0.65098) 0px 0px 6px 1px;
    -moz-box-shadow: rgba(177, 177, 177, 0.65098) 0px 0px 6px 1px;
}

#mas_box > .sec_box.area .area_map .area_map_link li {
    width: 45%;
    float: left;
    text-align: left;
    padding: 3px 0;
    margin-left: 5%;
}

#mas_box > .sec_box.area .area_map .area_map_link h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    width: auto;
    line-height: 1em;
    height: inherit;
    text-shadow: none;
    text-align: center;
    padding: 10px;
    color: #dd4e08;
    background: #FCFBC6;
    border-left: 5px solid #dd4e08;
}

#mas_box > .sec_box.area .area_map .area_map_link li a {
    color: #fc718b;
}

#mas_box > .sec_box.area .area_map .area_map_link li.area_category {
	width:95%;border-bottom:1px solid #666;margin:10px 5%;font-weight:600;padding: 0;
}





/*
 * 支店
 */
#mas_box > .sec_box.useful dl img { height:100px;float:left;margin-right:15px; }
#mas_box > .sec_box.useful dt { background:#cce3ed;font-weight:600;text-align:center;padding:5px;margin-bottom:7px;border-radius:3px; }
#mas_box > .sec_box.useful dd { margin: 0 5px 15px; }
#mas_box > .sec_box.useful dd:last-child { margin-bottom:0; }




/*
 * 特集
 */
#mas_box > .sec_box.useful ul li {
    float: left;
    margin: 2px;
}
#mas_box > .sec_box.useful ul li img {
    width: 155px;
}


/*
 * 人気ツアー・周遊ツアー
 */
#mas_box > .sec_box.tours > .sec_inner {
    position: relative;
    max-height: 560px;
    overflow: hidden;
}
#mas_box > .sec_box.tours > .sec_inner.loading {
    background: url(../top/images/loading.gif) no-repeat center;
    height: 60px;
}
#mas_box > .sec_box.tours > .sec_inner > .tourlist {
    border-top: 1px solid #d1d1d1;
    position: relative;
}
#mas_box > .sec_box.tours > .sec_inner > button {
    position: absolute;
    left: 0;
    width: 100%;
    height: 32px;
    background: #fff;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    user-select: none;
    outline: none;
    display: none;
}
#mas_box > .sec_box.tours > .sec_inner > button.prev {
    background: linear-gradient(#fff, #fff 80%, rgba(255,255,255,0) 100%);
}
#mas_box > .sec_box.tours > .sec_inner > button.next {
    background: linear-gradient(rgba(255,255,255,0), #fff 20%, #fff 100%);
}
#mas_box > .sec_box.tours > .sec_inner > button:before {
    content: '';
    display: block;
    position: absolute;
    width: 56px;
    height: 64px;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    background: #81b5e6;
    box-shadow: 0 0 7px #aaa;
    opacity: .6;
}
#mas_box > .sec_box.tours > .sec_inner > button:hover:before {
    opacity: 1;
    transition: .2s;
}
#mas_box > .sec_box.tours > .sec_inner > button:active:before {
    opacity: .8;
}
#mas_box > .sec_box.tours > .sec_inner > button:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 12px 8px;
    border-style: solid;
}
#mas_box > .sec_box.tours > .sec_inner.scroll {
    padding: 32px 15px;
    border-radius: 0 0 4px 4px;
}
#mas_box > .sec_box.tours > .sec_inner.scroll > button.prev {
    display: block;
    top: 0;
}
#mas_box > .sec_box.tours > .sec_inner.scroll > button.next {
    display: block;
    bottom: 0;
}
#mas_box > .sec_box.tours > .sec_inner.scroll > button.prev:before {
    bottom: 2px;
    border-radius: 0 0 50% 50%;
}
#mas_box > .sec_box.tours > .sec_inner.scroll > button.prev:after {
    bottom: 13px;
    border-color: transparent transparent #fff transparent;
}
#mas_box > .sec_box.tours > .sec_inner.scroll > button.next:before {
    top: 2px;
    border-radius: 50% 50% 0 0;
}
#mas_box > .sec_box.tours > .sec_inner.scroll > button.next:after {
    top: 13px;
    border-color: #fff transparent transparent transparent;
}
/*
#mas_box > .sec_box.tours > .sec_inner.scroll > button.prev:before,
#mas_box > .sec_box.tours > .sec_inner.scroll > button.prev:after {
    animation: DownIn .5s 1s ease both;
}
#mas_box > .sec_box.tours > .sec_inner.scroll > button.next:before,
#mas_box > .sec_box.tours > .sec_inner.scroll > button.next:after {
    animation: UpIn .5s 1s ease both;
}
@keyframes DownIn {
    0% { transform: translate3d(0,-30px,0); }
    90% { transform: translate3d(0,10px,0); }
    100% { transform: translate3d(0,0,0); }
}
@keyframes UpIn {
    0% { transform: translate3d(0,30px,0); }
    90% { transform: translate3d(0,-10px,0); }
    100% { transform: translate3d(0,0,0); }
}
*/
#mas_box .tourBox {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
}
#mas_box .tourBox > a {
    display: block;
    text-decoration: none;
}
#mas_box .tourBox > a > .photoBox {
    float: left;
    margin: 0 10px 0 0;
}
#mas_box .tourBox > a > .photoBox > img {
    width: 100px;
    height: auto;
    padding-bottom: 9px;
    background: url(../top/images/photo_bg.png) no-repeat center bottom;
    background-size: 102% auto;
}
#mas_box .tourBox > a > .textBox {
    float: left;
    width: 200px;
}
#mas_box .tourBox > a > .textBox > .cities {
    color: #03b35a;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 3px;
}
#mas_box .tourBox > a > .textBox > .summary {
    color: #555;
}
#mas_box .tourBox > a > .textBox > .price {
    color: #FF5978;
    font-weight: bold;
    font-size: 15px;
    margin: 3px 0 3px 15px;
    display: block;
    float: right;
}
#mas_box .tourBox > a > .textBox > .term {
    color: #FF5978;
    font-weight: bold;
    font-size: 15px;
    margin: 3px 0;
    display: block;
    float: right;
}




/*
 * ツアー検索フォーム
 */
#mas_box form {
    position: relative;
}
#mas_box form.loading:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../top/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.7);
}
#mas_box form input,
#mas_box form textarea,
#mas_box form select {
    border: 1px solid #d2d1cd;
    padding: 7px;
    margin: 0;
    font-size: 16px;
    box-sizing: border-box;
}
#mas_box form label {
    font-size: 13px;
}
#mas_box form select {
    padding: 3px 3px 7px 3px;
}
#mas_box form > fieldset {
    margin-bottom: 12px;
    font-size: 110%;
    line-height: 1.7;
}
#mas_box form > fieldset > legend {
    font-weight: bold;
}
#mas_box form > fieldset.depdate > legend,
#mas_box form > fieldset.departure > legend {
    float: left;
    padding-top: 4px;
    width: 48px;
}
#mas_box form > fieldset.depdate > select {
    margin-right: 3px;
    padding: 3px 9px 3px 0;
}
#mas_box form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: -6px;
}
#mas_box form select.month,
#mas_box form select.date {
    margin-left: 7px;
}
#mas_box form select.theme,
#mas_box form select.homen1,
#mas_box form select.homen2,
#mas_box form select.city1,
#mas_box form select.city2,
#mas_box form input.keyword {
    width: 100%;
}
#mas_box form select.city1,
#mas_box form select.city2 {
    margin-top: 5px;
}
#mas_box form .submit > img {
    width: 100%;
    height: auto;
    background: #FFF;
}


/*
 * インスタグラム
 */
#mas_box > .sec_box.instagram.loading {
    background: #fff url(../top/images/loading.gif) no-repeat center;
    height: 80px;
}
#mas_box > .sec_box.instagram > iframe {
    margin: 0 !important;
    border: none !important;
    width: 100% !important;
}
#mas_box > .sec_box.instagram > .thumb {
    font-size: 0;
    line-height: 0;
    padding: 0 0 15px 0;
}
#mas_box > .sec_box.instagram > .thumb > a {
    display: inline-block;
    width: 32.7%;
    height: 114px;
    margin-right: 0.95%;
    margin-bottom: 0.95%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#mas_box > .sec_box.instagram > .thumb > a:nth-child(3n+3) {
    margin-right: 0;
}
#mas_box > .sec_box.instagram > .thumb > a:hover {
    opacity: .7;
}


/*
 * 天気・為替
 */
.variety_info {
    text-align: center;
    font-size: 0;
}
.variety_info > .city_box {
    width: 350px;
    display: inline-block;
    background: #e7f3ff;
    box-sizing: border-box;
    margin: 9px;
    border: 1px solid rgb(219, 219, 219);
    /*box-shadow: rgba(177, 177, 177, 0.65098) 0 0 6px 1px;*/
    border-radius: 4px;
    text-align: left;
    font-size: 12px;
}
.variety_info > .city_box:nth-child(3n+1) {
    margin-left: 0;
}
.variety_info > .city_box:nth-child(3n+3) {
    margin-right: 0;
}
.variety_info > .city_box > dt {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
    background: #60a1de;
    text-shadow: 0 1px 1px #095003;
    border-radius: 4px 4px 0 0;
}
.variety_info .info {
    padding: 10px;
}
.variety_info .info > dl {
    display: inline-block;
    margin-bottom: 10px;
}
.variety_info .info dt {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    width: 16%;
    height: 38px;
    text-align: center;
    background: #d6ae63;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    box-shadow: rgba(177, 177, 177, 0.65098) 0 0 6px 1px;
}
.variety_info .info dd {
    display: inline-block;
    font-size: 18px;
    line-height: 39px;
    width: 83.1%;
    height: 38px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    box-shadow: rgba(177, 177, 177, 0.65098) 0 0 6px 1px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 36px;
}
.variety_info .info > dl.weather { width: 39%; }
.variety_info .info > dl.temperature { width: 59%; }
.variety_info .info > dl.humidity { width: 39%; }
.variety_info .info > dl.localtime { width: 59%; }
.variety_info .info > dl.exchange { width: 100%; margin-bottom: 5px; }
.variety_info .info > dl.weather > dt { width: 41%; }
.variety_info .info > dl.temperature > dt { width: 27%; margin-left: 3%; }
.variety_info .info > dl.humidity > dt { width: 41%; }
.variety_info .info > dl.localtime > dt { width: 27%; margin-left: 3%; }
.variety_info .info > dl.weather > dd { width: 55%; }
.variety_info .info > dl.temperature > dd { width: 70%; }
.variety_info .info > dl.humidity > dd { width: 55%; }
.variety_info .info > dl.localtime > dd { width: 70%; }
.variety_info .info > dl.localtime > dd {
    background-image: url(../top/images/ico_time.png);
    padding-left: 45px;
}
.variety_info .info > dl.exchange > dd {
    background-image: url(../top/images/ico_exchange.png);
    padding-left: 45px;
}
.variety_info .info img {
    width: 36px;
    vertical-align: -12px;
}
.variety_info .jsTempMax {
    color: #FC718A;
}
.variety_info .jsTempMin {
    color: #3E91E7;
}

/*
 * フッタートップリンク
 */
.foot_toplink {
    text-align: center;
    margin: 25px 10px 10px;
}
.foot_toplink a {
    background: url(//image.stworld.jp/images/common/tri01.gif) no-repeat scroll left 5px rgba(0, 0, 0, 0);
    line-height: 1em;
    padding: 0 10px;
}

/*
 * SPページトップ
 */
.sp_pagetop {
    position: fixed;
    bottom: -40px;
    right: 10px;
    z-index: 1;
    opacity: 0;
    user-select: none;
    outline: none;
}
.sp_pagetop > img {
    width: 40px;
}
