@charset "UTF-8";


/* ===============================================
 all（基本事項/全共通）　
=============================================== */
.columnArea .phArea {
    margin-bottom: 4%;
}

/* #headerArea（リード文）------------------*/
.cntsWrap #headerArea {
    position: relative;
}
#headerArea .leadArea {
	margin: 0;
}
#headerArea .leadArea .leadText {
    color: #FFF;
    position: absolute;
    top: 60%;
    padding: 0 3%;
}

/* #linkArea（検索ボタン/色/ポイント）------------------*/
.linkArea.btn .linkText {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255, 150, 42)), color-stop(100%, rgba(255, 175, 63, 1)));
    border-radius: 8px;
    padding: 0.5% 0;
}
.linkArea.btn.multiline .linkText {
    padding: 0;
}
.cntsWrap .linkArea.btn {
    box-shadow: none;
    padding: 0;
}
.linkArea.btn a {
    background-image: url("/cmn/img/kanto/icon/instruction/arrow_right_white001.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 20px 12px;
    border-radius: 10px;
}
.linkArea.btn.newWindow .linkText a {
    background-image: url("/cmn/img/kanto/icon/instruction/box_white001.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 15px 13px;
}


/* ===============================================
 tour　
=============================================== */
/* #tour（ツアーエリア上部ライン）------------------*/
#mainArea #tour {
    background-image: url("/cmn/img/kanto/aurora/other_bottom_line.png");
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: 50% 0;
}

/* #tour（ツアーエリアタイトル）------------------*/
#tour .tourTitle {
    padding: 10% 0 6%;
}

#tour .countryTitle {
    border-left: solid 5px #42668D;
    padding: 7px;
}

#tour .countryTitle .titleText span {
    display: block;
    font-weight: normal;
    font-size: small;
}

#tour .countryTitle .titleText {
    font-size: 120%;
}
#tour .linkArea.btn.multiline+.countryTitle {
    margin-top: 10%;
}


/* ===============================================
 footerArea　
=============================================== */
/* #footerArea .titleArea（共通/タイトル背景色）------------------*/
.titleArea.headlines {
    background-color: #1d7d94;
}

/* #featureArea（おすすめ特集/テキスト色）------------------*/
#featureArea .featureList .featureBox .detailArea .titleText {
    color: #1d7d94;
}

/* #searchArea（検索ボックス/線）------------------*/
#searchArea .otherLinkArea {
    border-top: 1px dotted #7d7d7d;
}
.titleArea.headlines.searchIcon {
    margin: 0 0 3%;
}


/* ===============================================
 検証中　
=============================================== */
#headerArea div#gNav3 {
    overflow: hidden;
    background-color: #0C3048;
}

#gNav3 ul li.swiper-slide {
    height: 60px;
    text-align: center;
    display: table;
}

#gNav3 ul li.swiper-slide > div {
    display: table-cell;
    vertical-align: middle;
}
#gNav3 ul li.swiper-slide .naveBox {
    background-color: #0C3048;
}

#gNav3 ul li.swiper-slide .naveBox a {
    color: #FFF;
}

#gNav3 ul li.swiper-slide .naveBox.active {
    background-color: #FFF;
}

#gNav3 ul li.swiper-slide .naveBox.active a {
    color: #0C3048;
}

#gNav3 ul li.swiper-slide+li {
    border-left: solid 1px #898989;
}
/*#gNav3 ul li.swiper-slide .naveBox a .linkBox {
    padding: 1.05em 0;
}*/

#gNav3 ul li.swiper-slide .naveBox a span {
    display: block;
    text-align: center;
    white-space: nowrap;
/*    padding: 1.8em 0;*/
}

/* ===============================================
 オーロラフライトバナー用　
=============================================== */
.aurora_flight img {
    width: 100%;
}

.aurora_flight .bnr {
    display:  block;
    margin: 0 3.1% 2rem;
}