質問編集履歴

5

スクリーンショット追加致しました。

2017/04/28 04:29

投稿

sayaka
sayaka

スコア6

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  スマホで見ると,サムネイル部分がフッターに被り、下にスクロールできず固まったままで、下のコンテンツが見えなくなってしまいました。PCで見るときちんと表示されるのに、スマホで見るとこの様な表示担っております。
14
14
 
15
-
15
+ ![イメージ説明](223dabacbe4b4a95af26c8d6ebe26530.png)
16
16
 
17
17
 
18
18
 

4

スクリーンショット追加

2017/04/28 04:29

投稿

sayaka
sayaka

スコア6

test CHANGED
File without changes
test CHANGED
File without changes

3

スクリーンショットの追加

2017/04/28 04:22

投稿

sayaka
sayaka

スコア6

test CHANGED
File without changes
test CHANGED
File without changes

2

2017/04/28 04:16

投稿

sayaka
sayaka

スコア6

test CHANGED
File without changes
test CHANGED
File without changes

1

2017/04/28 04:13

投稿

sayaka
sayaka

スコア6

test CHANGED
File without changes
test CHANGED
@@ -16,840 +16,6 @@
16
16
 
17
17
 
18
18
 
19
-
20
-
21
- ```
22
-
23
-
24
-
25
- ###該当のソースコード
26
-
27
-
28
-
29
- @charset "UTF-8";
30
-
31
-
32
-
33
- body{
34
-
35
- font-family: 欧体楷書;
36
-
37
- font-color: #FFFFFF;
38
-
39
- padding-bottom: 50px;
40
-
41
- }
42
-
43
-
44
-
45
- #top{
46
-
47
- width: 100%;
48
-
49
- height: 850px;
50
-
51
- color: #F5F5F5;
52
-
53
- }
54
-
55
-
56
-
57
- .top__title{
58
-
59
- text-align: center;
60
-
61
- font-size: 10em;
62
-
63
- margin: 200px 10px 0 700px ;
64
-
65
- writing-mode: vertical-rl;
66
-
67
- -ms-writing-mode: tb-rl;
68
-
69
- -webkit-writing-mode:vertical-rl;
70
-
71
- text-shadow: 3px 3px 1px #000000;
72
-
73
- font-weight: bold;
74
-
75
- text-align: center;
76
-
77
- }
78
-
79
-
80
-
81
- .container{
82
-
83
- width:100%;
84
-
85
- height:600px;
86
-
87
- text-align: center;
88
-
89
- background-image: url(../images/washi.jpg);
90
-
91
-
92
-
93
- }
94
-
95
-
96
-
97
-
98
-
99
- .top__button{
100
-
101
- margin: 0 auto;
102
-
103
- text-align: center;
104
-
105
- width: 100%;
106
-
107
- height: 50px;
108
-
109
- margin: 20px 0 30px 0;
110
-
111
- }
112
-
113
-
114
-
115
- .btn{
116
-
117
- display: inline-block;
118
-
119
- width: 200px;
120
-
121
- margin: 0 20px 0 20px;
122
-
123
- padding: 15px 10px;
124
-
125
- border: 2px solid #000000;
126
-
127
- background: transparent;
128
-
129
- color: #fff;
130
-
131
- text-align: center;
132
-
133
- text-decoration: none;
134
-
135
- line-height: 1;
136
-
137
- transition: .3s;
138
-
139
- font-size: 1.7em;
140
-
141
- font-weight: 800;
142
-
143
- }
144
-
145
-
146
-
147
-
148
-
149
- .btn-ghost {
150
-
151
- background: transparent;
152
-
153
- border-radius: 0;
154
-
155
- }
156
-
157
-
158
-
159
- .btn-white.btn-ghost {
160
-
161
- color: black;
162
-
163
- border: 2px solid #000000;
164
-
165
- border-radius: 1px;
166
-
167
- }
168
-
169
-
170
-
171
- .btn-ghost.btn-white:hover {
172
-
173
- box-shadow: 0 0 20px 5px rgba(23, 23, 22, 0.5) inset;
174
-
175
- }
176
-
177
-
178
-
179
- .gallery__item{
180
-
181
- display: inline-block;
182
-
183
- position: relative;
184
-
185
- width: 220px;
186
-
187
- height: 220px;
188
-
189
- }
190
-
191
-
192
-
193
- img.mfp-img{
194
-
195
- margin: 0 0;
196
-
197
- width: 1000px;
198
-
199
- height: 800px;
200
-
201
- }
202
-
203
-
204
-
205
- .mfp-title{
206
-
207
- font-family: 欧体楷書, Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
208
-
209
- width: 1000px;
210
-
211
- }
212
-
213
-
214
-
215
-
216
-
217
-
218
-
219
- .image-gallery__img{
220
-
221
- margin: 0 auto;
222
-
223
- width: 220px;
224
-
225
- height: 220px;
226
-
227
- }
228
-
229
-
230
-
231
- .image-gallery__img:hover{
232
-
233
- opacity: .8;
234
-
235
- background:rgba(23, 23, 22, 0.5);
236
-
237
- -webkit-transform: scale(0.9);
238
-
239
- transform: scale(0.9);
240
-
241
- }
242
-
243
-
244
-
245
- .icontitle{
246
-
247
- padding: 10px 10px;
248
-
249
- width: 40%;
250
-
251
- margin:10px auto;
252
-
253
- position: center;
254
-
255
- text-align: center;
256
-
257
- background: rgba(18, 19, 20, 0.8);
258
-
259
- border: 2px solid #FFFFFF;
260
-
261
- border-radius: 2px;
262
-
263
- }
264
-
265
-
266
-
267
- .icontitle h2,
268
-
269
- .icontitle h4{
270
-
271
- text-align: center;
272
-
273
- color:#F5F5F5;
274
-
275
- font-weight: bold;
276
-
277
- position: relative;
278
-
279
- text-align: center;
280
-
281
- }
282
-
283
-
284
-
285
- .icontitle h2{
286
-
287
- position: relative;
288
-
289
- padding-bottom: .5em;
290
-
291
- border-bottom: 4px solid #CD5C5C;
292
-
293
- }
294
-
295
-
296
-
297
- .icontitle h2::after{
298
-
299
- position: absolute;
300
-
301
- bottom: -4px;
302
-
303
- left: 0;
304
-
305
- z-index: 2;
306
-
307
- content: '';
308
-
309
- width: 50%;
310
-
311
- height: 4px;
312
-
313
- background-color: #4169E1;
314
-
315
- }
316
-
317
-
318
-
319
- .container2{
320
-
321
- position: absolute;
322
-
323
- display: block;
324
-
325
- width: 100%;
326
-
327
- height: 2500px;
328
-
329
- color: white;
330
-
331
- text-align: center;
332
-
333
- min-width: 24px;
334
-
335
- background:#000000;
336
-
337
- background-image: url(../images/sakura1.png), url(../images/momi.png);
338
-
339
- background-position: top right, bottom;
340
-
341
- background-repeat: no-repeat;
342
-
343
- background-size: 30%, 100%;
344
-
345
- word-break: break-all;
346
-
347
- }
348
-
349
-
350
-
351
- .section{
352
-
353
- position:absolute;
354
-
355
- display:block;
356
-
357
- color:white;
358
-
359
- width:100%;
360
-
361
- }
362
-
363
-
364
-
365
-
366
-
367
-
368
-
369
- #sect1{
370
-
371
- top:400px;
372
-
373
-
374
-
375
- }
376
-
377
-
378
-
379
- #sect2{
380
-
381
- top: 1000px;
382
-
383
-
384
-
385
- }
386
-
387
-
388
-
389
- #sect3{
390
-
391
- top: 1500px;
392
-
393
- }
394
-
395
-
396
-
397
- .rightbox_1 {
398
-
399
- background: rgba(18, 19, 20, 0.8);
400
-
401
- border: 2px solid #FFFFFF;
402
-
403
- border-radius: 2px;
404
-
405
- padding:5px 5px;
406
-
407
- width: 35%;
408
-
409
- margin-right:5%;
410
-
411
- float:left;
412
-
413
- text-align: left;
414
-
415
- }
416
-
417
-
418
-
419
-
420
-
421
- .leftbox_2,
422
-
423
- .leftbox_4{
424
-
425
- background: rgba(18, 19, 20, 0.8);
426
-
427
- border: 2px solid #FFFFFF;
428
-
429
- border-radius: 2px;
430
-
431
- padding: 10px 10px;
432
-
433
- width: 35%;
434
-
435
- float:left;
436
-
437
- text-align: left;
438
-
439
- }
440
-
441
-
442
-
443
- .rightbox_3{
444
-
445
- background: rgba(18, 19, 20, 0.8);
446
-
447
- border: 2px solid #FFFFFF;
448
-
449
- border-radius: 2px;
450
-
451
- padding: 10px 10px;
452
-
453
- width: 35%;
454
-
455
- margin-right: 3%;
456
-
457
- margin-left: 10%;
458
-
459
- float:left;
460
-
461
- text-align: left;
462
-
463
- }
464
-
465
-
466
-
467
- .rightbox_5{
468
-
469
- background: rgba(18, 19, 20, 0.8);
470
-
471
- border: 2px solid #FFFFFF;
472
-
473
- border-radius: 2px;
474
-
475
- padding: 10px 10px;
476
-
477
- width: 40%;
478
-
479
- float:right;
480
-
481
- margin-right: 3%;
482
-
483
- text-align: left;
484
-
485
- }
486
-
487
-
488
-
489
- .leftbox_6{
490
-
491
- background: rgba(18, 19, 20, 0.8);
492
-
493
- border: 2px solid #FFFFFF;
494
-
495
- border-radius: 2px;
496
-
497
- padding: 10px 10px;
498
-
499
- width: 35%;
500
-
501
- float:right;
502
-
503
- text-align: left;
504
-
505
- }
506
-
507
-
508
-
509
- .section h2{
510
-
511
- font-size: 2em;
512
-
513
- position: relative;
514
-
515
- /*padding: 0 .4em .1em;*/
516
-
517
- text-decoration: none;
518
-
519
- background: linear-gradient(transparent 90%, #4169E1 0%);
520
-
521
- padding-bottom: 2px;
522
-
523
- }
524
-
525
-
526
-
527
- .leftbox_2 h2,
528
-
529
- .rightbox_3 h2,
530
-
531
- .leftbox_6 h2{
532
-
533
- font-size: 2em;
534
-
535
- position: relative;
536
-
537
- /*padding: 0 .4em .1em;*/
538
-
539
- text-decoration: none;
540
-
541
- background: linear-gradient(transparent 90%, #CD5C5C 0%);
542
-
543
- padding-bottom: 2px;
544
-
545
- }
546
-
547
-
548
-
549
- .section h2:first-letter{
550
-
551
- font-size: 3em;
552
-
553
- }
554
-
555
-
556
-
557
- .section p{
558
-
559
- font-size: 1.3em;
560
-
561
-
562
-
563
- }
564
-
565
-
566
-
567
-
568
-
569
- footer{
570
-
571
- background-image: url(../images/wasi2.jpg);
572
-
573
- position: fixed;
574
-
575
- margin-top: 50px;
576
-
577
- bottom: 0;
578
-
579
- width: 100%;
580
-
581
- height: 30px;
582
-
583
- color: #000000;
584
-
585
- }
586
-
587
-
588
-
589
-
590
-
591
- #footer_nav a {
592
-
593
- color: #000000 !important;
594
-
595
- text-decoration: none
596
-
597
- }
598
-
599
-
600
-
601
-
602
-
603
- footer #footer_nav {
604
-
605
- padding: 10px 0;
606
-
607
- }
608
-
609
-
610
-
611
- footer #footer_nav ul {
612
-
613
- list-style: none;
614
-
615
- margin: 0;
616
-
617
- padding: 0;
618
-
619
- text-align: center;
620
-
621
- }
622
-
623
-
624
-
625
- footer #footer_nav li {
626
-
627
- display: inline;
628
-
629
- border-left: solid 1px #000000;
630
-
631
- margin-left: 10px;
632
-
633
- padding-left: 10px;
634
-
635
- color: #000000;
636
-
637
- font-size: 1em
638
-
639
- font-weight bold;
640
-
641
- }
642
-
643
-
644
-
645
- footer #footer_nav li:last-child {
646
-
647
- border-right: solid 1px #000000;
648
-
649
- padding: 0 8px;
650
-
651
- }
652
-
653
-
654
-
655
-
656
-
657
- @media (max-width: 768px){
658
-
659
- #top{
660
-
661
- width: 100%;
662
-
663
- height: 200px;
664
-
665
- color: #F5F5F5;
666
-
667
- }
668
-
669
-
670
-
671
- .top__title{
672
-
673
- text-align: center;
674
-
675
- margin: 5px 3px 0 180px ;
676
-
677
- writing-mode: vertical-rl;
678
-
679
- -ms-writing-mode: tb-rl;
680
-
681
- -webkit-writing-mode:vertical-rl;
682
-
683
- }
684
-
685
-
686
-
687
- .top__title h2,
688
-
689
- .top__title h3{
690
-
691
- font-size: 12px;
692
-
693
- }
694
-
695
-
696
-
697
- .container{
698
-
699
- width:100%;
700
-
701
- height:600px;
702
-
703
- text-align: center;
704
-
705
- background-image: url(../images/washi.jpg);
706
-
707
-
708
-
709
- }
710
-
711
-
712
-
713
- .top__button{
714
-
715
- margin: 2px 2px 0px 2px;
716
-
717
- text-align: center;
718
-
719
- }
720
-
721
-
722
-
723
- .btn{
724
-
725
- display: inline-block;
726
-
727
- width: 80px;
728
-
729
- margin: 0 1px 0 1px;
730
-
731
- padding: 3px 3px;
732
-
733
- border: 1px solid #fff;
734
-
735
- background: transparent;
736
-
737
- color: #fff;
738
-
739
- font-size: 10px;
740
-
741
- text-align: center;
742
-
743
- text-decoration: none;
744
-
745
- line-height: 1;
746
-
747
- transition: .3s;
748
-
749
- }
750
-
751
-
752
-
753
- .gallery__item{
754
-
755
- display: inline-block;
756
-
757
- position: relative;
758
-
759
- width: 100px;
760
-
761
- height: 100px;
762
-
763
- }
764
-
765
-
766
-
767
- img.mfp-img{
768
-
769
- margin: 0 0;
770
-
771
- width: 400px;
772
-
773
- height: 350px;
774
-
775
- }
776
-
777
-
778
-
779
- .mfp-title{
780
-
781
- font-family: 欧体楷書, Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
782
-
783
- width: 400px;
784
-
785
- font-size: 10px;
786
-
787
- }
788
-
789
-
790
-
791
- .image-gallery__img{
792
-
793
- margin: 0 auto;
794
-
795
- width: 100px;
796
-
797
- height: 100px;
798
-
799
- }
800
-
801
-
802
-
803
- .leftbox_6{
804
-
805
- background: rgba(18, 19, 20, 0.8);
806
-
807
- border: 2px solid #FFFFFF;
808
-
809
- border-radius: 2px;
810
-
811
- padding: 10px 10px;
812
-
813
- width: 40%;
814
-
815
- float:right;
816
-
817
- text-align: left;
818
-
819
- }
820
-
821
-
822
-
823
- .section h2{
824
-
825
- font-size: 15px;
826
-
827
- position: relative;
828
-
829
- text-decoration: none;
830
-
831
- background: linear-gradient(transparent 90%, #4169E1 0%);
832
-
833
- padding-bottom: 2px;
834
-
835
- }
836
-
837
-
838
-
839
- .section p{
840
-
841
- font-size: 13px;
842
-
843
- }
844
-
845
-
846
-
847
-
848
-
849
- }
850
-
851
-
852
-
853
19
  ###試したこと
854
20
 
855
21
  メディアクエリでモバイル対応できる様に、試してみたりヘッダー部分の画像を縮めてみたりと試みたのですがどれもダメでした・・・。