@charset "utf-8";

/*-----------------------------------------
ケアンズを楽しむ
-----------------------------------------*/
.section-inner .sub-ttl::after {
    position: absolute;
    background: url(../../img/under_line.png);
    background-repeat: repeat-x;
    background-position: center left;
    content: ' ';
    width: 76%;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

/*各セクション*/
#beach .navi-btn, #beach .section-ttl, #beach dt {
    background: #0097CE;
}

#beach .section-inner:before {
    border-top: 4vw solid #0097CE;
}

#beach .coloring {
    color: #0097CE;
}

#beach .optional-wrap {
    background: rgba(0,151,206,.2);
}


#mountain .navi-btn, #mountain .section-ttl, #mountain dt {
    background: #4C9C2E;
}

#mountain .section-inner:before {
    border-top: 4vw solid #4C9C2E;
}

#mountain .coloring {
    color: #4C9C2E;
}

#mountain .optional-wrap {
    background: rgba(76,156,46,.2);
}


#city .navi-btn, #city .section-ttl, #city dt {
    background: #9B6FAC;
}

#city .section-inner:before {
    border-top: 4vw solid #9B6FAC;
}

#city .coloring {
    color: #9B6FAC;
}

#city .optional-wrap {
    background: rgba(155,111,172,.2);
}


#activity .navi-btn, #activity .section-ttl, #activity dt {
    background: #FB6E86;
}

#activity .section-inner:before {
    border-top: 4vw solid #FB6E86;
}

#activity .coloring {
    color: #FB6E86;
}

#activity .optional-wrap {
    background: rgba(251,110,134,.2);
}


#gourmet .navi-btn, #gourmet .section-ttl, #gourmet dt {
    background: #FF8011;
}

#gourmet .section-inner:before {
    border-top: 4vw solid #FF8011;
}

#gourmet .coloring {
    color: #FF8011;
}

#gourmet .optional-wrap {
    background: rgba(255,128,17,.2);
}


#animal .navi-btn, #animal .section-ttl, #animal dt {
    background: #915E2D;
}

#animal .section-inner:before {
    border-top: 4vw solid #915E2D;
}

#animal .coloring {
    color: #915E2D;
}

#animal .optional-wrap {
    background: rgba(145,94,45,.2);
}

/*このページのみ調整*/
#gourmet .spot-box01 .spot-text02 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5em;
    background-color: #ffe8cd;
    padding: 5px 10px;
}
#gourmet .spot-box01 .spot-text02 .bold {
    font-weight: bold;
    font-size: 14px;
}
#gourmet .spot-box01 .spot-text02 .red {
    color: red;
    font-size: 14px;
}