-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·725 lines (582 loc) · 24.2 KB
/
index.html
File metadata and controls
executable file
·725 lines (582 loc) · 24.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<!-- Title and other stuffs -->
<title>コワーキングスペース茅場町 Co-Edo®</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="東京都中央区のコワーキングスペース。茅場町駅徒歩2分、日本橋駅,水天宮前駅,八丁堀駅,東京駅も徒歩圏内">
<meta name="keywords" content="コワーキングスペース,東京都中央区,貸会議室,レンタルスペース,シェアオフィス,勉強,茅場町駅,日本橋駅,水天宮前駅,八丁堀駅,東京駅">
<meta name="author" content="ktanaka">
<link rel="canonical" href="https://www.coworking.tokyo.jp">
<!-- google web font -->
<link href='https://fonts.googleapis.com/css?family=open+sans:400italic,300,400,600,700' rel='stylesheet' type='text/css'>
<!-- Stylesheets -->
<!-- Bootstrap -->
<link href="style/bootstrap.css" rel="stylesheet">
<!-- Font awesome icon -->
<link rel="stylesheet" href="style/font-awesome.css">
<!-- Flexslider -->
<link rel="stylesheet" href="style/flexslider.css">
<!-- prettyPhoto -->
<link rel="stylesheet" href="style/prettyPhoto.css">
<!-- Custom style -->
<link href="style/style.css" rel="stylesheet">
<!-- Color style - orange, blue, green, violet, red, rose -->
<link href="style/coedo.css" rel="stylesheet">
<!-- Responsive Bootstrap -->
<link href="style/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 Support for IE -->
<!--[if lt IE 9]>
<script src="js/html5shim.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" href="/img/square-jp-cyan.png">
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v2.3&appId=242330742466390";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="/">コワーキングスペース茅場町 Co-Edo<sup>®</sup></a>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li><a href="/">Home</a></li>
<li><a href="https://blog.coworking.tokyo.jp/" target="blog">ブログ</a></li>
<li><a href="https://seminar.coworking.tokyo.jp/" target="seminar">貸会議室</a></li>
<li><a href="tel:03-5542-0470">03-5542-0470(10〜21時/土日祝は18時迄)</a></li>
<li><a href="./index.en.html">English</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Scroll to top -->
<div class="totop"><a href="#"><i class="icon-chevron-up"></i><br><img src="/img/square-jp.png" alt="コワーキングスペース茅場町 Co-Edo ロゴ" title="コワーキングスペース茅場町 Co-Edo" width="64" height="64"></a></div>
<header>
<!-- Flex slider #1 starts -->
<div class="flexslider flex-image">
<ul class="slides">
<li>
<div class="row-fluid">
<div class="span6">
<div class="flex-content">
<div class="flex-head">都内各所へのアクセスに優れるスペース</div>
<div class="flex-meta">茅場町駅徒歩2分、日本橋駅・水天宮前駅・八丁堀駅も徒歩圏内。</div>
</div>
</div>
<div class="span6">
<div class="flex-img">
<a href="#"><img src="img/coedo-train-transparent.png" alt="" /></a>
</div>
</div>
</div>
</li>
<li>
<div class="row-fluid">
<div class="span6">
<div class="flex-content">
<div class="flex-head">1,000円で 電源 & Wifiを終日使える</div>
<div class="flex-meta">コンセントと無線LANが自由に使用できる。飲食持ち込み・雑談OK。打合せ利用可。</div>
</div>
</div>
<div class="span6">
<div class="flex-img">
<a href="#"><img src="img/coedo-pc-wifi-transparent.png" alt="" /></a>
</div>
</div>
</div>
</li>
<li>
<div class="row-fluid">
<div class="span6">
<div class="flex-content">
<div class="flex-head">連日行われる勉強会でスキルアップ</div>
<div class="flex-meta">勉強会・イベントを開催する主催者の方々を応援してます。</div>
</div>
</div>
<div class="span6">
<div class="flex-img">
<a href="#"><img src="img/coedo-study-transparent.png" alt="" /></a>
</div>
</div>
</div>
</li>
<li>
<div class="row-fluid">
<div class="span6">
<div class="flex-content">
<div class="flex-head">自由に使えるお得な月額プラン</div>
<div class="flex-meta">月5,400円から使え、勉強会や交流会などの参加も可能です。</div>
</div>
</div>
<div class="span6">
<div class="flex-img">
<a href="#"><img src="img/coedo-laser-monthly.png" alt="" /></a>
</div>
</div>
</div>
</li>
<li>
<div class="row-fluid">
<div class="span6">
<div class="flex-content">
<div class="flex-head">A lot of expats gather.</div>
<div class="flex-meta">Coworking, Meetups and Language Exchange</div>
</div>
</div>
<div class="span6">
<div class="flex-img">
<a href="#"><img src="img/coedo-expats-transparent.png" alt="" /></a>
</div>
</div>
</div>
</li>
</ul>
</div>
<!-- Flex slider #1 ends -->
</header>
<!-- Main Content starts -->
<!-- For sheets effect -->
<div class="main-sheet1"></div>
<div class="main-sheet2"></div>
<div class="main-sheet3"></div>
<div class="main">
<div class="container-fluid">
<!-- Hero unit -->
<div class="hero">
<h3>ようこそ <span class="color">Co-Edo<sup>®</sup></span> へ!</h3>
<p>コワーキングスペース茅場町 Co-Edo(コエド)は、茅場町駅徒歩2分・水天宮駅・日本橋駅・八丁堀駅・東京駅も利用可能なアクセスの良いコワーキングスペースです。</p>
<p><a href="https://recruit.coworking.tokyo.jp/" title="Co-Edoはスタッフを募集しています" target="recruit"><img src="https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/558f6221-36e0-47b3-a845-6e1b0a000007/img/1442210988/original.png"></a></p>
<div class="bor"></div>
</div>
<!-- Hero ends -->
<div class="row-fluid">
<div class="span12">
<!-- Service starts -->
<div class="service-one">
<div class="row-fluid">
<div class="span6">
<!-- Service icon -->
<div class="service-icon">
<i class="icon-rss coedo-color"></i>
</div>
<!-- Service details -->
<div class="service-details">
<h5>Wifi(無線LAN)</h5>
<p>高速なインターネット回線をご用意しています。お持ちのPC(Mac)、タブレット、スマートフォン等を快適にご利用いただけます。</p>
</div>
<div class="clearfix"></div>
<hr/>
</div>
<div class="span6">
<div class="service-icon">
<i class="icon-bolt coedo-color"></i>
</div>
<div class="service-details">
<h5>電源/コンセント</h5>
<p>長時間快適に作業ができるように、電源をご用意しています。スマートフォン等の充電が必要な場合もご利用ください。</p>
</div>
<div class="clearfix"></div>
<hr/>
</div>
</div>
<!-- Row end -->
<div class="row-fluid">
<div class="span6">
<div class="service-icon">
<i class="icon-food coedo-color"></i>
</div>
<div class="service-details">
<h5>飲食持ち込み可</h5>
<p>ドリンクやお弁当の持ち込みが可能です。疲れたときにデザートを買いにいくという使い方も可能です。</p>
</div>
<div class="clearfix"></div>
<hr/>
</div>
<div class="span6">
<div class="service-icon">
<i class="icon-comments-alt orange"></i>
</div>
<div class="service-details">
<h5>雑談(打ち合わせ)可</h5>
<p>雑談こそがコワーキングの醍醐味です。居合わせた方とコラボレーションが生まれたら素敵ですね。</p>
</div>
<div class="clearfix"></div>
<hr/>
</div>
</div>
<!-- Row end -->
<div class="row-fluid">
<div class="span6">
<div class="service-icon">
<i class="icon-plane coedo-color"></i>
</div>
<div class="service-details">
<h5>交通・アクセス</h5>
<p>成田空港/羽田空港からも都営浅草線日本橋駅を使えば徒歩約5分。<br>新幹線をご利用の方は東京駅から約1.5kmです。(大手町駅から2駅)</p>
<p class="pull-right"><a href="https://blog.coworking.tokyo.jp/p/access.html" target="blog">詳細はこちら</a></p>
</div>
<div class="clearfix"></div>
<hr/>
</div>
<div class="span6">
<div class="service-icon">
<i class="icon-group coedo-color"></i>
</div>
<div class="service-details">
<h5>勉強会・イベント開催に適したスペースです</h5>
<p>勉強会を開きやすい設備と料金体系で主催者を積極的に支援しています。貸し会議室として貸切利用も可能です。</p>
<p class="pull-right"><a href="https://blog.coworking.tokyo.jp/p/study.html" target="blog">詳細はこちら</a></p>
</div>
<div class="clearfix"></div>
<hr/>
</div>
</div>
</div>
<!-- Service ends -->
</div>
</div>
<!-- Pricing table starts -->
<div class="pricing-table-one">
<!-- Title -->
<h4 class="title">ドロップイン料金(立ち寄り利用)</h4>
<div class="row-fluid">
<div class="span6">
<!-- Item starts -->
<div class="price-item">
<div class="row-fluid">
<div class="span12">
<!-- Title -->
<h6>1,000円/日</h6>
<!-- Details -->
<p>1,000円で終日ご利用可能です。勉強会の前後の時間の利用や、途中外出も可能です。</p>
</div>
</div>
</div>
<!-- Item ends -->
</div>
<div class="span6">
<!-- Item starts -->
<div class="price-item">
<div class="row-fluid">
<div class="span12">
<h6>500円/2時間以内</h6>
<p>短時間のご利用の場合にどうぞ(勉強会・ミーティング等事前にご連絡のうえご利用の場合は入退室の時間を考慮し、1,000円となる場合がありますのでご確認ください)</p>
</div>
</div>
</div>
<!-- Item ends -->
</div>
</div>
</div>
<!-- Pricing table ends -->
<div class="pricing-table-one">
<!-- Title -->
<h4 class="title">月額利用(最低利用期間 3ヶ月)※ 初期費用無料キャンペーン中</h4>
<div class="row-fluid">
<!-- Item starts -->
<div class="span12">
<p><a href="https://blog.coworking.tokyo.jp/p/price.html#monthly-plan" target="blog">お得な月額プランについての詳細・お申し込み方法はこちら</a></p>
</div>
<!-- Item ends -->
</div>
<div class="row-fluid">
<div class="span6">
<!-- Item starts -->
<div class="price-item">
<div class="row-fluid">
<div class="span12">
<h5>スタンダードプラン</h5>
<p>平日:10時〜21時/土日祝:10時〜18時</p>
<h6>9,720円/月(<s>初期費用 21,600円</s>)</h6>
<p>営業時間中いつでもご利用いただけます。<br>ゲスト利用(1人/日)可能。</p>
</div>
</div>
</div>
<!-- Item ends -->
<!-- Item starts -->
<div class="price-item">
<div class="row-fluid">
<div class="span12">
<h5>ライトプラン:デイタイムプラン</h5>
<p>平日:10時〜18時</p>
<h6>5,400円/月(<s>初期費用 21,600円</s>)</h6>
<p>フリーランスの方などに最適なプランです。<br>(人数限定のため、予告なく終了する場合があります)</p>
</div>
</div>
</div>
<!-- Item ends -->
</div>
<div class="span6">
<!-- Item starts -->
<div class="price-item">
<div class="row-fluid">
<div class="span12">
<h5>プレミアムプラン</h5>
<p>365日<strong>24時間</strong>利用可能!(営業時間外は4F使用)</p>
<h6>19,440円/月(<s>初期費用 64,800円</s>)</h6>
<p>1日1回3人までのゲスト利用が可能。<br>住所利用・法人登記も可能です(別途審査あり)</p>
</div>
</div>
</div>
<!-- Item ends -->
<!-- Item starts -->
<div class="price-item">
<div class="row-fluid">
<div class="span12">
<h5>ライトプラン:オフタイムプラン</h5>
<p>平日:18時〜21時/土日祝:10時〜18時</p>
<h6>5,400円/月(<s>初期費用 21,600円</s>)</h6>
<p>会社員の方などに最適なプランです。<br>(人数限定のため、予告なく終了する場合があります)</p>
</div>
</div>
</div>
<!-- Item ends -->
</div>
</div>
</div>
<!-- Pricing table ends -->
<!-- Recent posts starts -->
<div class="row-fluid">
<div class="span12">
<div class="recent-posts">
<h4 class="title"><a href="https://blog.coworking.tokyo.jp/p/access.html" target="blog">交通・アクセス</a></h4>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.2327900432145!2d139.78212700000006!3d35.67869699999993!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6018895b5f4bc06b%3A0xcb695d7f1301f14f!2z44Kz44Ov44O844Kt44Oz44Kw44K544Oa44O844K56IyF5aC055S6IENvLUVkb--8iOOCs-OCqOODie-8iQ!5e0!3m2!1sen!2sus!4v1401931543290" height="480" frameborder="0" style="width: 100%;border:0"></iframe>
<p class="pull-right"><a href="https://blog.coworking.tokyo.jp/p/access.html" target="blog">コワーキングスペース茅場町 Co-Edoへの詳しい行き方</a></p>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div class="cta">
<i class="icon-mobile-phone color"></i> <a href="/a/">CoEdoツール</a>
</div>
</div>
</div>
<!-- Recent posts ends -->
<!-- Recent News starts -->
<div class="recent-news">
<!-- Title -->
<h4 class="title">Recent News
<!-- All news link -->
<span class="pull-right"><a href="https://blog.coworking.tokyo.jp/" target="blog">View All News</a></span>
</h4>
<div id="importBlog">
<div class="row-fluid">
<div class="span6">
<div class="news-item">
<div class="news-date coedo-color"></div>
<div class="news-title"></div>
<div class="news-description"></div>
<div class="news-readmore"></div>
</div>
</div>
<div class="span6">
<div class="news-item">
<div class="news-date coedo-color"></div>
<div class="news-title"></div>
<div class="news-description"></div>
<div class="news-readmore"></div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span6">
<div class="news-item">
<div class="news-date coedo-color"></div>
<div class="news-title"></div>
<div class="news-description"></div>
<div class="news-readmore"></div>
</div>
</div>
<div class="span6">
<div class="news-item">
<div class="news-date coedo-color"></div>
<div class="news-title"></div>
<div class="news-description"></div>
<div class="news-readmore"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Coworking Calendar starts -->
<div class="row-fluid">
<div class="span12">
<div class="visible-phone">
<h4 class="title">Coworking Calendar</h4>
<p>
<a href="/a/">スマートフォン用カレンダー</a>
</p>
</div>
<div class="meetups-calendar">
<h4 class="title" id="coedo-coworking-calendar">Coworking Calendar</h4>
<p>
コワーキング利用[<strong>◎</strong>:1フロア以上利用可 <strong>◯</strong>:1フロア利用可 <strong>△</strong>:4Fコワーキングエリアのみ <strong>ー</strong>:10席未満 <strong>/</strong>:利用不可(会員専用等)]
</p>
<iframe frameborder="0" height="600" scrolling="no" src="https://www.google.com/calendar/embed?title=CO-EDO%EF%BC%88%E3%82%B3%E3%82%A8%E3%83%89%EF%BC%89%E5%8B%89%E5%BC%B7%E4%BC%9A%E3%83%BB%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E3%82%AB%E3%83%AC%E3%83%B3%E3%83%80%E3%83%BC&height=600&wkst=2&bgcolor=%23FFFFFF&src=47ml2tcmhbi38k5ccqffsr73go%40group.calendar.google.com&color=%23cd74e6&src=oht1jbtti867pd8ds21g0imlnc%40group.calendar.google.com&color=%232F6309&ctz=Asia%2FTokyo" style="border-width: 0;" width="100%"></iframe>
<p class="pull-right"><a href="#coedo-event-calendar" target="blog">Co-Edoで勉強会等のイベント主催をお考えの方はこちらをご確認ください</a></p>
</div>
</div>
</div>
<!-- Coworking Calendar Ends -->
<!-- CTA Starts -->
<div class="row-fluid">
<div class="span12">
<h4 class="title">Contacts</h4>
<div class="cta">
<i class="icon-envelope-alt color"></i> Our Email is <a href="mailto:info@coworking.tokyo.jp">info @ coworking.tokyo.jp</a>
</div>
<div class="cta">
<i class="icon-phone color"></i> <a href="tel:03-5542-0470">03-5542-0470(平日10時〜21時/土日祝10時〜18時)</a>
</div>
</div>
</div>
<!-- CTA Ends -->
<!-- Meetups Calendar starts -->
<div class="row-fluid">
<div class="span12">
<div class="meetups-calendar">
<h4 class="title" id="coedo-event-calendar">Meetups Calendar</h4>
<iframe frameborder="0" height="600" scrolling="no" src="https://www.google.com/calendar/embed?title=%E5%8B%89%E5%BC%B7%E4%BC%9A%E3%83%BB%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E3%83%BB%E8%B2%B8%E4%BC%9A%E8%AD%B0%E5%AE%A4%E4%BA%88%E7%B4%84%E5%8B%9F%E9%9B%86%E4%B8%AD&height=600&wkst=2&bgcolor=%23FFFFFF&src=daijiten.info_08qse25bck33h49aod1kqumoq8@group.calendar.google.com&color=%231B887A&src=mu0gts4gd5jirp5djbdi8v4iuo%40group.calendar.google.com&color=%232952A3&ctz=Asia%2FTokyo" style="border-width: 0;" width="100%"></iframe>
<p class="pull-right"><a href="https://blog.coworking.tokyo.jp/p/study.html" target="blog">Co-Edoで勉強会等のイベント主催をお考えの方はこちらをご確認ください</a></p>
<p class="pull-right">4Fセミナースペースの<strong>貸切利用</strong>については<a href="https://blog.coworking.tokyo.jp/p/rental-space.html" target="blog">貸会議室・レンタルスペースとしての利用</a>をご覧ください</p>
</div>
</div>
</div>
<!-- Meetups Calendar Ends -->
<!-- CES Starts -->
<div class="row-fluid">
<div class="span12">
<h4 class="title">Co-Edo Expert Sourcing</h4>
<h5>Co-Edo Expert Sourcingとは</h5>
<p>Co-Edoに相談があった<strong>開発案件</strong>と、フリーランス等の<strong>開発者(エンジニア・デザイナー等)</strong>を<strong>マッチングするプロジェクト</strong>です。</p>
<div class="cta">
<i class="icon-cloud-upload color"></i> <a href="/CoEdo-Expert-Sourcing">Co-Edo Expert Sourcing を詳しく見る</a>
</div>
</div>
</div>
<!-- CES Ends -->
</div>
</div>
<!-- Main content ends -->
<!-- Footer starts -->
<footer>
<div class="container-fluid">
<div class="row-fluid">
<div class="span5">
<div class="widget">
<h6>Contact</h6>
<hr/>
<i class="icon-home"></i> 〒104-0033 <a href="https://www.google.com/maps/place/%E3%82%B3%E3%83%AF%E3%83%BC%E3%82%AD%E3%83%B3%E3%82%B0%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B9%E8%8C%85%E5%A0%B4%E7%94%BA+Co-Edo%EF%BC%88%E3%82%B3%E3%82%A8%E3%83%89%EF%BC%89/@35.678697,139.78103,18z/data=!3m1!4b1!4m5!3m4!1s0x6018895b5f4bc06b:0xcb695d7f1301f14f!8m2!3d35.678697!4d139.782127" target="map">東京都中央区新川1-3-4</a> PAビル5F
<hr/>
<i class="icon-phone"></i> <a href="tel:03-5542-0470">03-5542-0470</a>
<hr/>
<i class="icon-envelope-alt"></i> <a href="mailto:info@coworking.tokyo.jp">info @ coworking.tokyo.jp</a>
<hr/>
<div class="social">
<a href="https://www.facebook.com/CoWorkingSpaceKayabacho" target="social"><i class="icon-facebook facebook"></i></a>
<a href="https://twitter.com/CoEdoKYB" target="social"><i class="icon-twitter twitter"></i></a>
<a href="https://plus.google.com/105463933102469963421/" target="social"><i class="icon-google-plus google-plus"></i></a>
<a href="https://blog.coworking.tokyo.jp/" target="blog"><i class="icon-book book"></i></a>
</div>
</div>
</div>
<div class="span7">
<div class="widget">
<h6>Facebook Page</h6>
<hr/>
<div class="fb-page" data-href="https://www.facebook.com/CoWorkingSpaceKayabacho" data-width="500" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/CoWorkingSpaceKayabacho"><a href="https://www.facebook.com/CoWorkingSpaceKayabacho">Coworking space kayabacho, co-edo tokyo</a></blockquote></div></div>
</div>
</div>
</div>
<hr/>
<!-- Copyright info -->
<p class="copy">Copyright © 2013 | <a href="/" title="コワーキングスペース茅場町 Co-Edo">コワーキングスペース茅場町 Co-Edo<sup>®</sup></a></p>
<div class="clearfix"></div>
</div>
</footer>
<!-- Footer ends -->
<!-- JS -->
<script src="js/jquery.js"></script>
<!-- jQuery -->
<script src="js/bootstrap.js"></script>
<!-- Bootstrap -->
<script src="js/easing.js"></script>
<!-- jQuery easing -->
<script src="js/filter.js"></script>
<!-- Support page filter -->
<script src="js/jquery.carouFredSel-6.1.0-packed.js"></script>
<!-- CarouFredSel -->
<script src="js/jquery.tweet.js"></script>
<!-- jQuery tweet -->
<script src="js/jquery.prettyPhoto.js"></script>
<!-- jQuery prettyPhoto -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Flex slider -->
<script src="js/jquery.isotope.js"></script>
<!-- Isotope -->
<script src="js/custom.js"></script>
<!-- Custom sript -->
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script>
function import_blog_entries(json) {
if (json.feed) {
var $targets = $('#importBlog').find('.news-item');
var toAnchor = function(link, text, target) {
text = text || 'Read More <i class="icon-double-angle-right"></i>';
target = target || 'blog';
if (link.substr(0, 7) == 'http://') {
link = 'https://' + link.substr(7);
}
return '<a href="' + link + '" target="' + target + '">' + text + '</a>';
}
$.each(json.feed.entry, function(i, _entry){
var $target = $targets.eq(i);
$target
.children('.news-date').html((new Date(_entry.published.$t)).toLocaleDateString('ja-JP')).end()
.children('.news-title').html(toAnchor(_entry.link[2].href, _entry.title.$t)).end()
.children('.news-description').html(jQuery('<div />').html(_entry.content.$t).text().substr(0, 80)).end()
.children('.news-readmore').html(toAnchor(_entry.link[2].href)).end();
});
if (i >= 3) {
return;
}
}
}
</script>
<script src="https://blog.coworking.tokyo.jp/feeds/posts/default?alt=json-in-script&callback=import_blog_entries"></script>
<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){
z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
$.src='//v2.zopim.com/?23vc1bBxqRnXI3cGUP7VMrc8iIIfRbH6';z.t=+new Date;$.
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script>
<!--End of Zopim Live Chat Script-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43387928-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>