.reviewBox { display: block; max-width: 500px; background: #F5F7FF; border: 1px solid #7B86C6; margin: 20px auto; padding: 0; border-radius: 10px; } .reviewBox .reviewBox_content { padding: 30px; } .reviewBox .reviewBox_title1 { margin: 0; padding: 12px; background: #7B86C6; text-align: center; font-size: 15px !important; font-weight: bold; border-radius: 10px 10px 0 0; line-height: 1.3em; border: none; color: #fff !important; } .reviewBox .reviewBox_title1:before { font-family: "Font Awesome 5 Free"; content: "\f005"; font-weight: 600; padding-right: 5px; font-size: .9em !important } .reviewBox .reviewBox_title2 { margin: 0; padding: 0; line-height: 1.3em; font-size: 16px; margin-bottom: 10px; font-weight: bold; border: none; } .reviewBox .reviewBox_title2:before { content: none !important; } .reviewBox .reviewBox_top { margin: auto; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; } .reviewBox .reviewBox_top p { margin: 0; padding: 0; line-height: 1.3em; padding-bottom: 12px; font-size: 15px !important; } .reviewBox .reviewBox_top p:before { font-family: "Font Awesome 5 Free"; content: "\f00c"; font-weight: 600; padding-right: 5px; font-size: .8em; } .reviewBox .reviewBox_top .reviewBox_left, .reviewBox .reviewBox_top .reviewBox_right { width: 50%; } .reviewBox .reviewBox_top .reviewBox_right img { display: block; margin: auto; width: 160px; } .reviewBox .reviewBox_center { margin-top: 10px; } .reviewBox .reviewLink { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .reviewBox .reviewLink a { font-size: 15px !important; color: #444 !important; border: 2px solid #444; padding: .6em 2em; margin: 5px; width: 50%; text-align: center; margin-top: 30px; text-decoration: none; } .reviewBox .reviewLink a:nth-child(2) { background: #7B86C6; color: #fff !important; border: 2px solid #7B86C6; } .reviewBox .reviewLink a:before { font-family: "Font Awesome 5 Free"; content: "\f138"; font-weight: 600; padding-right: 5px; } .reviewBox .reviewBox_center { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; padding: 20px 0; } .reviewBox .reviewBox_center .progress-circle { width: 25%; margin: auto; } .reviewBox .progress-circle { font-size: 12px !important; margin: 20px; position: relative; /* so that children can be absolutely positioned */ padding: 0; width: 5em !important; height: 5em !important; background-color: #D7DBF3; border-radius: 50%; line-height: 5em; } .reviewBox .reviewBox_score { font-size: 13px !important; text-align: center; line-height: 1em; z-index: 4; padding-top: 5.5em; display: block; font-weight: 600; } .reviewBox .reviewBox_score p { margin: 0; font-size: 12px !important; width: 120% !important; margin-left: -10% !important; } .reviewBox .progress-circle:after { border: none; position: absolute; top: 0.5em; left: 0.5em; text-align: center; display: block; border-radius: 50%; width: 4em; height: 4em; background-color: #F5F7FF; content: " "; } .reviewBox .progress-circle .progress-text { position: absolute; line-height: 2.6em; width: 2.6em; text-align: center; display: block; color: #444 !important; font-size: 23px !important; z-index: 2; font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif; } .reviewBox .left-half-clipper { border-radius: 50%; width: 5em; height: 5em; position: absolute; /* needed for clipping */ clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/ } .reviewBox .progress-circle.over50 .left-half-clipper { clip: rect(auto, auto, auto, auto); } .reviewBox .value-bar { position: absolute; /*needed for clipping*/ clip: rect(0, 2.5em, 5em, 0); width: 5em !important; height: 5em !important; border-radius: 50%; border: 0.5em solid #7B86C6; box-sizing: border-box; } .reviewBox .progress-circle.over50 .first50-bar { position: absolute; /*needed for clipping*/ clip: rect(0, 5em, 5em, 2.5em); background-color: #7B86C6; border-radius: 50%; width: 5em; height: 5em; } .reviewBox .progress-circle:not(.over50) .first50-bar { display: none; } .reviewBox .progress-circle.p0 .value-bar { display: none; } .reviewBox .progress-circle.p1 .value-bar { transform: rotate(4deg); } .reviewBox .progress-circle.p10 .value-bar { transform: rotate(36deg); } .reviewBox .progress-circle.p20 .value-bar { transform: rotate(72deg); } .reviewBox .progress-circle.p30 .value-bar { transform: rotate(108deg); } .reviewBox .progress-circle.p40 .value-bar { transform: rotate(144deg); } .reviewBox .progress-circle.p50 .value-bar { transform: rotate(180deg); } .reviewBox .progress-circle.p60 .value-bar { transform: rotate(216deg); } .reviewBox .progress-circle.p70 .value-bar { transform: rotate(252deg); } .reviewBox .progress-circle.p80 .value-bar { transform: rotate(288deg); } .reviewBox .progress-circle.p90 .value-bar { transform: rotate(324deg); } .reviewBox .progress-circle.p100 .value-bar { transform: rotate(360deg); } @media screen and (max-width:480px) { .reviewBox .reviewBox_content { padding: 15px; } .reviewBox .reviewBox_top .reviewBox_right img { width: 220px; } .reviewBox .reviewBox_top p { font-size: 13px !important; } .reviewBox .reviewBox_top p:first-child { font-size: 15px !important; } .reviewBox .reviewBox_center { padding: 0; margin-top: 20px; margin-bottom: 20px; } .reviewBox .reviewLink a { padding: .5em; } .reviewBox .reviewBox_top { flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: center; } .reviewBox .reviewBox_top .reviewBox_left { -webkit-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; width: 90%; margin: auto; margin-top: 20px; } .reviewBox .reviewBox_top .reviewBox_right { -webkit-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; width: 100%; } .reviewBox .reviewLink a { font-size: 13px !important; } .reviewBox .progress-circle .progress-text { line-height: 2.2em; width: 2.2em; font-size: 23px !important; } .reviewBox .progress-circle { font-size: 10px !important; } .reviewBox .reviewBox_score p { font-size: 10px !important; } } アマゾン:(黒い波の)川、(白い波の)砂丘への散策、驚異の自然が創造した絶景スポットへ行きませんか? | 人生の目標を持つこと
本 ペ ー ジ は プ ロ モ ー シ ョ ン が 含 ま れ て い ま す

アマゾン:(黒い波の)川、(白い波の)砂丘への散策、驚異の自然が創造した絶景スポットへ行きませんか?

トレンド記事

アマゾン川の自然環境をイメージするものとして、ピラニアという魚が泳ぐ川の印象があります。

しかし、アマゾン川は、ブラジル一国にとどまらない長さがあり、季節によって様相が変わります。

どの様に変わるか興味深いものでして、アマゾン川及び沿岸地域の移り変わりを紹介して行きます。

世 界 最 長 の 黒 い 水 の 流 れ

誰もが知っている南米のアマゾン川。川の水の色は、薄いコーヒーのように黒く見えると言われています。

アマゾンでは、熱帯雨林で植物が多く、その植物が沈んで、それが分解して、水に溶け込んで、水の色が黒くなるそうです。

アマゾン川は、ブラジルと周辺国の熱帯雨林を流れ、大西洋に注ぐ世界最大規模の河川である。

ア マ ゾ ン 川 の 基 本 情 報

各 項 目 情 報 内 容
川の長さ 6,516km
平均流水量 209,000m/s(河口)
流水面積 7,050,000㎢
水源地 ミスミ山
水源地の標高 5,597m
河口の海洋 大西洋
流域の国家 ブラジル62.4%、ペルー16.3%、ボリビア12%、コロンビア6.3%、エクアドル2.1%

世 界 最 大 の 面 積 の 砂 丘 : レ ン ソ イ ス

レンソイス・マラニャンセス国立公園では、雨季の後半6月~乾季の前半9月までは、大小様々な湖が現れます。

この時期にこの絶景スポットを求めて多くの観光客が訪れます。

レンソイスとは、ポルトガル語で”シーツ”を意味します。大地に広げた真っ白なシーツのように見えるということが言葉の由来です。

世界最大を誇る砂丘の面積:1,550㎢。

ア マ ゾ ン 川 :景 色 の 移 り 変 わ り

アマゾンには、はっきりとした「優良な季節」がなく、アマゾン川の玄関口のマナウスの町は、赤道直下に位置するため、季節が雨季(12月中旬~6月上旬)、乾季(7月~12月上旬)に分かれます。

気候によって引き起こされるアマゾン川の水位の上下差が最大10m以上にも達して、その水位の増減により、見える風景が変わります。

アマゾンへのアクセスについて、日本~サンパウロ経由で、マナウスへ行きます。アマゾン観光は、オプショナルツアーを申し込むのが、一般的です。

 

ア マ ゾ ン の 世 界 遺 産 情 報

情 報 項 目  情 報 内 容
登録名 中央アマゾン保全地域群 Central Amazon Conservation Complex
国名 ブラジル
登録年 (西暦)2000年
世界遺産分類 自然遺産
ベストシーズン 通年
日本との時間差 13時間
飛行時間 (中央アマゾン保全地域群には、入れないので、)マナウルまで想定、31時間
平均予算額 56万円~
旅行滞在日数 9月~

 

ア マ ゾ ン : 船 旅 の 楽 し さ

アマゾンのクルージングについて、”アマゾン川のクルーズの魅力:旅行会社アイクルーズ”の記事を活用させて頂きました。

河 口 域

河口域には、雨季に当たる2月~4月の大潮が発生する時期に、川の水位も5mも超えた大西洋からの海水が、上流に向かって6~8kmも逆流する現象(ポロロッカ)という自然現象が現れます。

 

中 流 域

河口から上流に向かって1,700㎞、アマゾン川本流とネグロ川の合流する付近には、ブラジル北部の経済の中心地の町があり、観光の拠点都市:マナウルがあります。

河口より標高差わずか30m高い中流域では、穏やかに流れるアマゾン川を眺められる。

支流では、ジャングル探検もできるし、クルーズ船の遡上ができるのもマナウスまでです。

 

源 流 域

河口から上流に向かって3,700km、標高106mの地点には“陸路では行けない最大の都市”で、ペルー国内で50万人が暮らす都市:イトキスがあります。

川イルカやピラニア釣りが楽しめ、アマゾン地域の鳥類や昆虫類に出会えるのが、この町のポイントとなります。

サ ー  フ ィ ン 大 会

2022,08,22 NHK BSで”自然の驚異:ポロロッカに日本のサーファーが挑む「サーフィンポロロッカ」”で放送の記事を活用させて頂きました。

ポロロッカとは、南米のアマゾン川で起こる逆流現象であって、日本では海嘯とか潮津波と呼ばれるものである。

1990年以降、ポロロッカを観光資源にしようと、波乗り大会が開催されている。この大会では。「ポロロッカの王者」と呼ばれるブラジルのサーファー:セルジオ・ラモス選手も出場していて、日本選手は、2022年に1位に輝いた田中樹選手が出場していました。

アマゾン川では、毎年繰り広げられるサーファー大会には、選手たちと自然環境との闘いが注目されています。

Verified by MonsterInsights
タイトルとURLをコピーしました