.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; } } ポート・ロイヤル:海賊により繫栄し,厳しい自然環境で育まれた文化 | 人生の目標を持つこと
本 ペ ー ジ は プ ロ モ ー シ ョ ン が 含 ま れ て い ま す

ポート・ロイヤル:海賊により繫栄し、厳しい自然環境で育まれた文化

トレンド記事

読者の皆様は、過去に上映された映画で『パイレーツ・オブ・カビリアン』をご存知でしょうか?

カ リ ブ 海 の 海 底 都 市 の 起 源

17世紀中頃、スペインの支配下地域であったジャマイカをイングランドが買収して、ジャマイカの港町:ポート・ロイヤルでは、イングランドが海賊の出入りを許したために、たちまち500隻以上を超える海賊船が停泊するようになった。イングランドという国は、世界的に知名度が低かったので、海賊船を使って国の財政を潤わせようと考えていました。

結果として、ポート・ロイヤルでは、海賊の違法行為が公然と行われてました。

具体的には売春、密輸、賭博行為等あらゆる違法行為が行われて、ポート・ロイヤルの町は、”世界で経済が豊かで、堕落した巨大な港町”と呼ばれていました。

1962年、カリブ海では、大規模地震が起こり、あの繫栄を極めた港町:ポート・ロイヤルは、津波に襲われて、町全体の2/3があっけなく海中に沈みました。

ポート・ロイヤルの震災後、スペインの国力が弱体化し、イングランドも海賊の行為を擁護しなくなり、後ろ盾を失ったカリブの海賊も衰退して行った。

ジャマイカは、ポート・ロイヤルの海底都市を【世界遺産】に申請していますが、1988年の審査では不登録となっています。

 

 

ポ ー ト ・ ロ イ ヤ ル の 所 在

17世紀のジャマイカの海運業の中心地となっていた。ポート・ロイヤルのあった場所は、現在の首都:キングストンの沖合にある。地球の地図上の座標:北緯17度56分02秒、西経76度50分29秒

ジャマイカのある場所は、パナマ海峡とキューバの中間点にあり、カリブの貿易を行うには、理想的な位置にあった。

イングランドは、(スペインより)ジャマイカの支配が認められるまでは、ジャマイカ総督:トーマス・アイフォードが、主にスペイン船を襲っていた”バッカニア”と呼ばれる海賊船の略奪行為を免許を与えて許していた。

また、ウオルト・デイズ二ー製作のファンタジー映画【パイレーツ・オブ・カビリアン/呪われた海賊たち】の2003年上映のロケの場所として知られています。

 

ジ ャ マ イ カ の プ ロ フ ャ イ ル

陽気で明るいカリブの島国:ジャマイカ。スポーツ界では、オリンピックの長距離マラソンの競技で多数の金メダルを獲得した人物では、ウサイン・ボルト選手の存在が知られています。

ジャマイカという国家の概要をまとめました。

 

各項目 具体的内容
公用語 英語(ジャマイカ英語)
首都 キングストン
最大の都市 キングストン
国王 チャールズ3世
総督 パトリック・アレン
首相 アンドリュー・ホレネス
土地面積 総計10.991km²(世界16位)
人口 2020年現在、2,961,000人(世界136位)
GDP:国内総生産 2019年現在、総計300億4,700万$(世界131位)
独立記念日 英連邦王国より、1962,8,6独立

 

 

ジ ャ マ イ カ の 観 光 及 び お 土 産 品

ジ ャ マ イ カ の 観 光 ス ポ ッ ト

チャールズ砦

キングストンの軍事史を今に伝える史跡。青年時代をここで過ごしたネルソン提督の足跡。

ボブ・マーリー博物館

トレンチタウン育ちの貧しいジャマイカ人が示唆に富んだ歌詞と心地よいレゲエ音楽で世界のポップスターに転身した経歴を紹介します。

デビオンハウス

ジャマイカで最初の黒人富豪の豪勢な邸宅を見学して、ショッピングを楽しみ、中庭で有名なアイスクリームを食することができます。

ジャマイカ国立美術館

英国圏のカリブ海地域で最も古い美術館。過去100年間のジャマイカの芸術家の作品を鑑賞できる。

 

海 賊 グ ッ ズ 購 入 先

東京ディズニーリゾート  TEL:0570-00-8632又は045-330-5211(受付時間9:00~17:00)

【海賊】パイレーツ・オブ・カビリアングッズ20選!デイズニーで買えるお土産まとめ!の記事内容の一部を使わせて頂きました。

グッズを販売している店舗『パイレーツ・トレージャー』

販売店のある場所:カリブの海賊・アトラクションが行われる場所から、エスカレーターで登るとすぐ見える場所にあります。

商品名 内容
海賊の帽子(合皮) 合成素材の帽子は、高級感があり、海賊気分になれる。
海賊の帽子(黒と赤) 大人っぽいオシャレな帽子で、カバンにもしまえる。
海賊の主役の気分になれて、子供に喜ばれる。
海賊ミッキーぬいぐるみバッジ 高級感のある柄でカバンにも、つけやすい色味。
トートバッグ エコバックとして、使えて、絵柄がオシャレなバック。

 

 

 

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