@charset "utf-8";

/*-----------------------------------------
インフォメーション
-----------------------------------------*/
#information {
    padding: 12px 0;
}

#information .info-text {
    text-align: center;
    color: #125480;
    font-weight: bold;
    line-height: 1.6em;
    font-size: 13px;
}

#information .info-text p {
	font-weight: bold;
}

#information .info-text span {
    color: #B32A17;
}


/*-----------------------------------------
ケアンズを楽しむ
-----------------------------------------*/
.spot-box {
    width: 95%;
    margin: 0 auto;
}

.spot-box .section-name {
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: .1em;
    margin: 25px 0 5px;
}

.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;
}

.section-inner .sub-ttl {
    margin: 15px auto 13px;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.box01 {
    margin-bottom: 20px;
}

.photo {
    width: 38%;
}

.flexbox .spot-text {
    width: 60%;
}

.spot-text {
    font-size: 12px;
    letter-spacing: -.02em;
} 

.spot-box01 .spot-text {
    font-size: 13px;
}

.spot-box .spot-text .ttl {
    font-weight: bold;
}

.spot-box01 .inner01 img {
    margin-bottom: 7px;
}

.spot-box01 .inner02 .flexbox {
    margin-bottom: 10px; 
}

.spot-box01 .inner02 .spot-text{
    font-size: 12px;
    line-height: 1.3em;
}

.point-box {
    border: 1px solid #C2C2C2;
    margin-top: 10px;
}

.point-box .inner {
    width: 95%;
    margin: 10px auto;
}

.point-box .inner img {
    margin-bottom: 10px;
}

.point-box .inner p {
    font-weight: bold;
}

.point-box .inner ul {
    font-size: 12px;
}

.placeList {
    margin-top: 10px;
}

.number01 {
    float: left;
    display: inline-block;
    background: #cc0033;
    color: white;
    padding: 1px 7px;
    margin-right: 6px;
    font-size: 14px;
}

.ti02 {
    color: #cc0033;
    font-weight: bold;
    font-size: 14px;
}

.placeList li p:last-child {
    margin-left: 60px;
    font-size: 12px;
    line-height: 1.2em;
}

.placeList li {
    margin-bottom: 15px;
}

.bus {
    display: inline-block;
    width: 100%;
    padding: 5px;
    border: dotted 1px gray;
    margin-top: 10px;
}

.bus .ttl {
    font-weight: bold;
}

.optional-wrap .optional-box .right {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#mountain .spot-box01 img {
    margin: 10px 0;
}

.optional-wrap {
    margin-top: 20px;
}

/*各セクション*/

#park .navi-btn, #park .section-ttl, #park .section-name {
    background: #db6320;
}

#park .section-inner:before {
    border-top: 4vw solid #db6320;
}

#park .coloring {
    color: #db6320;
}

#park .optional-wrap {
    background: rgba(219,99,32,.2);
}

/*-----------------------------------------
おすすめホテル
-----------------------------------------*/
#recommend-hotel .right {
    line-height: 1.3em;
}