font-family: sans-serif;
}
.wrapper h2 {
margin: 0.83rem 0rem;
font-weight: bold;
}
.wrapper h3 {
margin: 1rem 0rem;
font-weight: bold;
}
.wrapper p {
margin: 1rem 0rem;
}
.wrapper ul {
list-style-type: square;
margin: 1rem 0rem;
padding-left: 40px;
}
.wrapper ol {
list-style-type: decimal;
margin: 1rem 0rem;
padding-left: 40px;
}
/* --- 上面是預設樣式 -- */
.wrapper h2 {
line-height: 2.2rem;
padding: 10px;
font-size: 1.5rem;
background: radial-gradient(260% 150% at right top,#6BB3E6,hsla(0,0%,0%,0.07) 50%,transparent 50%);
border-radius: 4px 4px 0px 0px;
padding-left: 15px;
color: #fff;
background-image: -webkit-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-image: -moz-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-image: radial-gradient(farthest-side at 80% 90%, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}
.wrapper h3 {
line-height: 2rem;
font-size: 1.2rem;
background: rgba(12, 122, 232, 0.2);
color: rgba(43,136,217,1);
padding-left: 15px;
padding-right: 15px;
}
.wrapper h3::before {
content: "";
width: 10px;
height: 2rem;
border-left: 6px solid rgba(43,136,217,1);
position: relative;
left: -15px;
}
.wrapper div.h4 {
line-height: 2rem;
font-size: 1.2rem;
padding-left: 37px;
padding-right: 15px;
}
.wrapper div.h4::before {
content: "";
width: 10px;
height: 2rem;
border-left: 6px solid rgba(44, 136, 217, 0.46);;
position: relative;
left: -15px;
}
p.normal {
line-height: 1.5rem;
font-size: 1rem;
padding-left: 20px;
}
.wrapper ol li,
.wrapper ul li {
line-height: 1.5rem;
font-size: 1rem;
}
img.rwd {
width: 90%;
max-width: 90%;
margin-left: 5%;
}
div.rwdimgs {
text-align: center;
}
.wrapper {
margin: 8px;
}
.highlight {
background: rgba(130, 247, 130, 0.65);
}
.alert {
display: table;
padding: 8px;
margin-left: 0px !important;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
line-height: 1.5rem;
font-size: 1rem;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
table.rwd {
border-collapse: collapse;
width: 98%;
}
table.rwd td {
border: 1px solid #ddd;
padding: 8px;
line-height: 1.5rem;
font-size: 1rem;
text-align: center;
}
table.rwd tr:nth-child(even){
background-color: rgba(204, 234, 192, 0.45);
}
table.rwd tr:hover {
background-color: rgba(247, 247, 130, 0.46);
}
table.rwd th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #98dead;
text-align: center;
}
@media screen and (max-width: 451px) {
table.rwd th {
display: none;
}
table.rwd td {
display: block;
border: none;
padding: 5px;
padding-left: 15%;
border-bottom: 1px solid #eee;
position: relative;
}
table.rwd tr:nth-child(odd) {
background: rgba(244, 252, 247, 1);
}
table.rwd td::before {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
content: attr(data-th) " ";
float: left;
font-weight: bold;
/* top: 6px; */
left: 6px;
width: 30%;
height: 100%;
padding-right: 10px;
white-space: nowrap;
/* text-align: center; */
}
}
/* --- RWD 表格 2 --- */
table.rwd-fit {
border-collapse: collapse;
width: auto;
}
table.rwd-fit td {
border: 1px solid #ddd;
padding: 8px;
line-height: 1.5rem;
font-size: 1rem;
text-align: center;
}
table.rwd-fit tr:nth-child(even){
background-color: rgba(235, 195, 194, 0.45);
}
table.rwd-fit tr:hover {
background-color: rgba(247, 247, 130, 0.46);
}
table.rwd-fit th {
padding-top: 12px;
padding-bottom: 12px;
background-color: #dd9797;
text-align: center;
}
@media screen and (max-width: 451px) {
table.rwd-fit {
width: 100%;
}
table.rwd-fit th {
display: none;
}
table.rwd-fit td {
display: block;
border: none;
padding: 5px;
padding-left: 35%;
border-bottom: 1px solid #eee;
position: relative;
text-align: left;
}
table.rwd-fit tr:nth-child(odd) {
background: rgba(244, 252, 247, 1);
}
table.rwd-fit td::before {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
content: attr(data-th) " ";
float: left;
font-weight: bold;
/* top: 6px; */
left: 6px;
width: 30%;
height: 100%;
padding-right: 10px;
white-space: nowrap;
/* text-align: center; */
}
}
div.center {
display: flex;
justify-content: center;
}
/* 引言 */
.quote {
color: #000!important;
background-color: #fdf5e6!important;
margin-top: 16px;
margin-bottom: 16px;
padding: 0.01em 16px;
line-height: 2rem;
font-size: 1.3rem;
}
.quote p {
margin-top: -15px;
line-height: 1.5;
font-style: regular;
}
2019 YMCA日本遊學自由行介紹
| 地點 | 活動日期 | 活動費用 | 住宿費用 | 活動體驗 |
|---|---|---|---|---|
| 北海道 | 7/07-7/20 | NT$27,000 | ¥42,850円起 | 街道散步觀光 體驗公園高爾夫 體驗插花、茶道 北海道大學散步 日式餐點結業派對 |
| 東京 | 7/16-8/03 | NT$63,000 | 已包含在活動費用中 | 東京半日遊 與日本志工交流 日本文化體驗(茶道/和服) |
| 名古屋 | 7/02-7/13 | NT$26,500 | ¥49,000円起/單人 ¥50,300円 /雙人 | 日本文化體驗 名古屋市觀光 大須商店街道探險 |
| 大 阪 | 7/27-8/10 | NT$27,000 | ¥49,000円起 | 六甲山YMCA兩天一日遊(自費) 日本文化體驗 章魚燒派對 |
| 京 都 | 7/26-8/10 | NT$23,500 | ¥87,000円/單人 ¥54,000円/雙人 | 鴨川散步 天橋立&舞鶴觀光 日本人交流茶會 |
| 神 戶 | 7/05-8/03 | NT$50,000 | 寄宿家庭NT$28,000元(含早晚餐) 旅館¥145,000円/單人 | 神戶觀光 體驗製作電子動畫 專門學校製作和式點心 |
| 北九州 | 7/21-8/03 | NT$21,000 | ¥41,600円起 | 參觀漫畫博物館 參觀小倉城及街道歷史探索 參觀門司港、體驗日本料理教室 與日本大學生交流 皿倉山夜景観賞 |
| 熊本 2週 | 7/21-8/03 | NT$22,500 | ¥39,000円起 | 熊本一日遊(自費) 體驗製作榻榻米 參觀御輿来海岸夕陽(自費) |
| 熊本 3週 | 7/21-8/10 | NT$ 30,000 | ¥60,000円起 | 熊本一日遊(自費) 體驗製作榻榻米 參觀御輿来海岸夕陽(自費) |
活動須知-本活動並非一般遊學團,因此請注意以下幾點:
一、須年滿18歲以上,擁有50音以上程度(東京須N5-N3程度)
二、無提供導遊領隊,學生必須自行前往
三、無代購機票及處理相關證件,學生必須自行處理
四、除原先課程規劃的文化體驗與參觀外,自由時間學生須自行規劃旅行
五、學生須自行注意活動期間出入安全,並對自己行為負責
六、台中YMCA於行前舉辦「行前講習會」,提供學生報到、交通、住宿等相關訊
息,使學生及家長在資訊充分且預備完全的狀態下,安心的赴日參與活動。
▼以上活動費用價格未包含機票、餐費、住宿(東京除外)及其他個人花費。
▼上述活動內容可能依實際情況做變動,部分活動需另外繳納費用,同學可自由參加!
活動架構
上午
在當地YMCA日本語學校學習日語。
(小班制 / 依程度分級)
下午
化身背包客,自行規劃自助旅行的行程。
(學校方面也會安排文化體驗活動,學生也可以自由選擇參加)。
晚上
同學可自行上訂房網站選擇合適住宿,或選擇由當地YMCA安排之住宿(詳情請參閱本網頁之說明)。
(神戶YMCA有寄宿家庭可選)
活動特色
1. YMCA是國際性值得信賴的品牌機構,給予學員安全及值得信賴的服務。
2. 結合遊學+國外留學的優點,學習外語,體驗在地生活,花費合理,價值無限。
3. 提供認識當地朋友+世界各國學生的機會,學習跨文化溝通,結交新朋友。
4. 培養在異鄉獨立自主生活能力,提升自我成熟度與自信心。
參加對象
年滿18歲,善於使用網路搜尋資訊,能夠獨立旅行的大學生以及社會人士!
住宿說明
注意: 除了東京以外,我們也歡迎同學自行上訂房網站選擇自己滿意的住宿。
YMCA日本遊學自由行住哪裡 | |
項目 | 說明 |
飯店、旅館 | 學生可以選擇YMCA幫大家找的飯店或旅館,有些飯店有附早餐,有些沒有。同學是到飯店再直接付款給飯店喔(當然是用日幣)! 注意: 在活動期間之外,同學如果想要早點到或是多住幾天,請自行向飯店辦理,YMCA不代辦喔! |
學生宿舍 | 有些YMCA有提供學生宿舍或學生公寓給長期留學的同學,所以可以在寒暑假的時間提供給來上短期課程的各位,這部分就和活動費一起繳交給YMCA喔! |
寄宿家庭 | 神戶、和歌山YMCA有提供寄宿家庭(homestay)的選項,這些家庭大多是當地YMCA的會員或是參與過YMCA活動的成員,是以文化交流為目的,接待家庭有附早晚餐,費用的部分也是與活動費一起繳交喔! 注意: 選擇寄宿家庭的同學須具備日語N5程度以上。 |
自己搜尋 | 如果同學要自己找自己的住宿,或是有親朋好友在當地可以提供你棲身之所也是沒有問題的,只要告知我們你的住處這樣就可以了喔!(除了東京YMCA規定要入住YMCA的旅館) |




.jpg)
.jpg)
.jpg)





