@charset "utf-8";
/*////////////// BasicCSS Document //////////////*/

/* ===============================================
 all（基本事項/全共通）　
=============================================== */
/* .bg01（背景画像）------------------*/
.bg01, .bg02 {
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 1.8rem auto;
}
.bg01 {
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/bg_001.png");
}
.bg02 {
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/bg_002.png");
}

/* .bigText（大きいテキスト）------------------*/
.bigText {
    text-align: center;
    display: block;
    font-size: 205%;
}

/* .orgText（オレンジテキスト）------------------*/
.orgText {
    text-align: center;
    display: block;
    padding-top: 1rem;
    font-size: 1.5rem;
    color: #F29400;
}

/* .titleArea（タイトル/画像/テキスト）------------------*/
.titleArea {
    margin: 0 0 4%;
}
.titleArea .phTitle {
    display: block;
    padding: 0 10% 1.5rem;
}

/* .phArea（画像）------------------*/
.phArea {
    padding: 0 3.1% 0.7rem;
}

/* .descText（テキスト）------------------*/
.descText {
    padding: 0 3.1% 0.7rem;
}

/* #mainArea section（セクション）------------------*/
#mainArea {
    margin: 0;
}
#mainArea section {
    margin: 0;
}



/* ===============================================
 headerArea（ヘッダー部分）　
=============================================== */
/* headerArea（画像背景）------------------*/
#headerArea {
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/header_bg_001.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #000;
}

/* titleArea.main（タイトル部分）------------------*/
#headerArea .titleArea.main {
    padding: 4% 3.1% 0;
    margin: 0;
}
#headerArea .titleArea.main .bigText {
    color: #FFF;
    text-shadow: 0 0 5px #000;
    font-size: 1.8rem;
    margin-top: 0.3rem;
}
#headerArea .titleArea.main .bigText:after, #headerArea .titleArea.main .bigText:before {
    content: "―";
    font-weight: normal;
}

#headerArea .titleArea.main .bigText:after {
    margin-left: 10px;
}

#headerArea .titleArea.main .bigText:before {
    margin-right: 10px;
}

/* leadArea（リード文部分）------------------*/
#headerArea .leadArea {
    margin: 2rem 0 0;
    padding: 0.5rem 3.1% 1.5rem;
    color: #FFF;
    background-color: rgba(0,0,0,0.6);
}

/* gNav（グロナビ部分）------------------*/
#gNav {
    margin: 0;
    padding: 0 3.1% 1rem;
}
#gNav .tabMenu li {
    width: 32%;
}
#gNav .tabMenu li+li {
    margin-left: 2%;
}



/* ===============================================
 whatArea（バスク地方とは部分）　
=============================================== */
#mainArea #whatArea {
    padding: 2.5rem 0 0;
}



/* ===============================================
 hiliteArea（バスク地方の見どころ部分）　
=============================================== */
/* phList（画像リスト部分）------------------*/
.phList {
    position: relative;
}
.phList .phArea:first-child {
    position: absolute;
    left: 0;
    width: 55%;
    padding: 0;
    top: 30px;
    z-index: 1;
}
.phList .phArea:nth-child(2) {
    padding: 0 0 30px 45%;
}
.phList .phArea img {
    height: auto;
    width: 100%;
}

/* phIcon（アイコン部分）------------------*/
#hiliteArea .phIcon {
    position: absolute;
    top: 1rem;
    right: 4%;
    width: 28%;
}

/* phTitle（タイトル部分）------------------*/
#hiliteArea .titleArea .phTitle {
    padding: 13% 20% 0;
}

/* ancArea（アンカーリンク部分）------------------*/
#hiliteArea .ancArea {
    margin-top: -30px;
    position: relative;
}

/* ancArea（アンカーリンク部分/画像）------------------*/
.ancList {
    clear: both;
    overflow: hidden;
    padding: 0 3.1%;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/top/hilite_bg_text_001.webp");
    background-position: 100% 87%;
    background-repeat: no-repeat;
    background-size: 38%;
}
.ancList li {
    float: left;
    width: 32%;
    position: relative;
    margin-bottom: 0.7rem;
}
.ancList li+li {
    margin-left: 2%;
}
.ancList li:nth-child(4n) {
    margin: 0;
}
.ancList li .ancText {
    position: absolute;
    bottom: 0;
    color: #FFF;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.1rem;
    height: 30%;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/arrow_down_white_001.png");
    background-position: 50% 81%;
    background-repeat: no-repeat;
    background-size: auto 21%;
}
.ancList li.no4 .ancText {
    height: 39%;
    background-position: 50% 90%;
    background-size: auto 16%;
    line-height: 1.4rem;
}
.ancList li a {
    position: absolute;
    text-indent: -999px;
    width: 100%;
    height: 100%;
    top: 0;
}
.ancList li:before {
    content: "1";
    position: absolute;
    background-color: #F29400;
    width: 2rem;
    height: 2rem;
    text-align: center;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 2rem;
    top: 0;
    left: 0;
}
.ancList li.no2:before {
    content: "2";
}
.ancList li.no3:before {
    content: "3";
}
.ancList li.no4:before {
    content: "4";
}
.ancList li.no5:before {
    content: "5";
}

/* mapArea（アンカーリンク部分/アイコン）------------------*/
.mapArea {
    padding-top: 15%;
    position: relative;
}
.mapArea  .phArea {
    padding: 0;
}
.mapArea .mapList li {
    width: 20%;
    position: absolute;
}
.mapArea .mapList li.pt1 {
    top: 32%;
    left: 5%;
}
.mapArea .mapList li.pt2 {
    top: 36%;
    right: 13%;
}
.mapArea .mapList li.pt3 {
    top: 21%;
    right: 1%;
}
.mapArea .mapList li.pt4 {
    top: 8%;
    left: 16%;
    z-index: 2;
}
.mapArea .mapList li.pt5 {
    top: 27%;
    left: 27%;
}

/* dstList（エリア紹介部分）------------------*/
.dstList:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/line_002.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
}
.dstList > li {
    padding: 0 0 2rem;
    position: relative;
}
.dstList > li+li .titleArea .bigText {
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/line_001.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 40.5% auto;
}
.dstList > li .titleArea .bigText {
    padding: 3.5rem 0 0;
    margin: 0 5%;
}

/* bilArea（スライド紹介部分）------------------*/
.swiper-wrapper {
    margin-bottom: 3.5rem;
}
.swiper-wrapper > li {
    background-color: #fff;
    border: solid 2px #7D7D7D;
    height: 37rem;
}
#ondArea .swiper-wrapper > li {
    height: 42rem;
}
.swiper-wrapper > li > .phArea {
    padding: 0;
}
.swiper-wrapper > li .slidePh {
    margin-bottom: 0.5rem;
}
.swiper-wrapper > li .slidePh:only-child {
    height: 37rem;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
}
#ondArea .swiper-wrapper > li .slidePh:only-child {
    height: 42rem;
}
.swiper-pagination-bullet-active {
    background: #666;
}
.swiper-wrapper > li .grnText {
    color: #45B035;
    clear: both;
    overflow: hidden;
    display: block;
    padding: 0.5rem 0;
}
.swiper-wrapper > li .grnText .mainText {
    font-size: 150%;
}
.swiper-wrapper > li .grnText .subText {
    float: right;
    display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

/* linkListArea（リンクリスト部分）------------------*/
.linkListArea {
    text-align: center;
}
.linkListArea li {
    display: inline-block;
}
.linkListArea li span {
    background-color: #E98F14;
    color: #FFF;
    padding: 0.7rem 2rem 0.7rem 1rem;
    display: block;
    margin: 0.3rem 0.3rem 1rem;
    font-size: 1.3rem;
    position: relative;
}
.linkListArea li span.newWindow {
    padding: 0.7rem 3rem 0.7rem 1rem;
}
.linkListArea li span:after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 3rem;
    top: 0;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/arrow_right_white_001.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0.7rem;
}
.linkListArea li span.newWindow:after {
    width: 2.8rem;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/box_white_001.png");
    background-size: 1.5rem;
}

/* .dstList > li（エリア紹介部分/サイドアイウコン）------------------*/
.dstList > li:before, .dstList > li:after {
    content: "";
    position: absolute;
    width: 94%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.dstList > li:before {
    left: 3.1%;
}
.dstList > li:after {
    right: 3.1%;
}

/* bilArea（ビルバオ部分）------------------*/
.dstList > li#bilArea:before {
    top: 2rem;
    height: 6rem;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/top/hilite_bil_icon_001.webp");
    background-position: 4% 0;
}
.dstList > li#bilArea:after {
    top: 2.5rem;
    height: 6rem;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/top/hilite_bil_icon_002.webp");
    background-position: 94% 0;
}

/* sansebArea（サンセバスチャン部分）------------------*/
.dstList > li#sansebArea:before {
    height: 8.5%;
    top: 2.5rem;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/top/hilite_sanseb_icon_001.webp");
    background-position: 0 0;
}
.dstList > li#sansebArea:after {
    height: 8.5%;
    top: 2.5rem;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/top/hilite_sanseb_icon_002.webp");
    background-position: 100% 0;
}

/* ondArea（オンダリビア部分）------------------*/
.dstList > li#ondArea:after {
    height: 6.5%;
    top: 1.5rem;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/top/hilite_ond_icon_002.webp");
    background-position: 100% 0;
    right: 8%;
}
.dstList > li#ondArea:before {
    height: 6.5%;
    top: 1.5rem;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/top/hilite_ond_icon_001.webp");
    background-position: 0 0;
    left: 8%;
    width: 92%;
}

/* sanfanArea（サン・ファン・デ・ガステルガチェ部分）------------------*/
.dstList > li#sanfanArea .titleArea .bigText {
    line-height: 2.3rem;
    padding: 3.2rem 0 0 28%;
}
#sanfanArea .orgText {
    padding-top: 0.5rem;
    padding-left: 32%;
}
#sanfanArea .titleArea {
    position: relative;
}
#sanfanArea .titleArea:before {
    content: "";
    position: absolute;
    width: 32%;
    height: 100%;
    top: 17%;
    left: 10%;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/top/hilite_sanfan_icon_001.webp");
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

/* gerArea（ゲルニカ部分）------------------*/
.dstList > li#gerArea:after {
    height: 8.5%;
    top: 2.5rem;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/top/hilite_ger_icon_002.webp");
    background-position: 100% 0;
}
#gerArea .titleArea {
    position: relative;
}
#gerArea .titleArea:before {
    content: "";
    position: absolute;
    width: 15%;
    height: 100%;
    top: 21%;
    left: 10%;
    background-image: url("/smp/common/img/kanto/tabi/spain/basque/top/hilite_ger_icon_001.webp");
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
}



/* ===============================================
 tourArea（おすすめツアー部分）　
=============================================== */
/* phTitle（画像タイトル部分）------------------*/
#tourArea .phTitle {
    background-color: #24150E;
    padding: 0.3rem 3.1% 1rem;
}

/* tour-preview（APIデザイン部分）------------------*/
#container .tour-preview {
    padding: 0;
    border-bottom: none;
    position: relative;
    margin-bottom: 3px;
}
#container .tour-preview .on-airport {
    display: none;
}
#container .tour-preview .tour-img {
    width: 100%;
    height: 15rem;
    margin: 0;
    float: none;
}
#container .tour-preview .tour-img .tour-img-container {
    width: 100%;
    height: 100%;
}
#container .tour-preview .tour-desc {
    width: 100%;
    margin: 0;
    float: none;
}
#container .tour-api .on-label {
    display: none;
}
#container .tour-preview .tour-desc .tour-desc-text02 {
    position: absolute;
    top: 0;
    padding: 0 3.1%;
    color: #FFF;
    text-shadow: 0 0 6px #000;
    margin: 5px 0 0;
}
#container .tour-desc .tour-desc-text01 {
    display: none;
}
#container .tour-api .tour-desc-date {
    display: none;
}
#container .tour-desc .tour-desc-text03 {
    position: absolute;
    bottom: 1rem;
    left: 3.1%;
    color: #FFF;
    text-shadow: 0 0 6px #000;
}
#container .tour-api .tour-fuel {
    display: none;
}
#container .tour-preview:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://www.his-j.com/smp/tabi/feature/images/arrow_new.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 2rem;
}
#container .on-label-text {
    display: none;
}



/* ===============================================
 footerArea（フッターエリア）　
=============================================== */
#footerArea {
    margin: 0;
}

/* .titleArea.headlines（タイトルデザイン）------------------*/
.cntsWrap .titleArea.headlines {
    background-image: none;
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin: 3% 3% 7%;
    border-bottom: solid 5px #000;
    position: relative;
}
.cntsWrap .titleArea.headlines .titleText {
    color: #000;
    padding: 1em 0 0.5em;
    font-size: 2rem;
}
.cntsWrap .titleArea.headlines::before, .cntsWrap .titleArea.headlines::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 46.5%;
    height: 0;
    width: 0;
    border: 15px solid transparent;
}
.cntsWrap .titleArea.headlines::before {
    border-top: 20px solid #000;
}
.cntsWrap .titleArea.headlines::after {
    margin-top: -7px;
    border-top: 20px solid #fff;
}

/* .otherLinkTitle（サブタイトルデザイン）------------------*/
#searchArea .otherLinkArea {
    border-top: none;
    padding: 0;
    text-align: center;
}
.otherLinkTitle {
    font-weight: bold;
    padding: 0 2.5% 1.5%;
    border-bottom: solid 3px #000;
    display: inline;
    font-size: 130%;
}

/* .linkArea.btn（フッターエリア/ボタンデザイン）------------------*/
#searchArea #tour_search_module .squeeze-area .btn-area .orange-btn04 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(253, 171, 41)), color-stop(100%, rgba(253, 171, 41, 1)));
    box-shadow: 0 3px rgb(202,133,30);
}
.linkArea.btn {
    box-shadow: 0 3px rgb(202,133,30);
}



/* ===============================================
 featureArea（おすすめ特集エリア部分）　
=============================================== */
/* .featureList li（各特集枠）------------------*/
#featureArea .featureList li {
    border-bottom: none;
}
#featureArea .featureList li+li {
    border-top: dotted 1px #000;
}
#featureArea .featureList {
    padding: 0 3.1%;
}
#featureArea .featureList .featureBox .phArea {
    padding: 0 2% 0 0;
}
#featureArea .featureList .featureBox .detailArea .titleText {
    color: #000;
}
#featureArea .featureList li {
    background-image: url("/smp/common/img/kanto/icon/instruction/arrow_right_black001.png");
}