質問編集履歴
3
情報追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -63,7 +63,7 @@
|
|
63
63
|
</div>
|
64
64
|
<!-- スライダー上の文字-->
|
65
65
|
<div class="mainVisual_overRay">
|
66
|
-
<p>
|
66
|
+
<p></p>
|
67
67
|
</div>
|
68
68
|
</div>
|
69
69
|
|
@@ -128,7 +128,7 @@
|
|
128
128
|
<p>〒<br />
|
129
129
|
<br /></div>
|
130
130
|
<div class="p-map">
|
131
|
-
<iframe src="https://www.google.com/maps/embed?
|
131
|
+
<iframe src="https://www.google.com/maps/embed?"
|
132
132
|
frameborder="0" style="border:0" allowfullscreen></iframe></div>
|
133
133
|
</div>
|
134
134
|
|
2
情報追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -400,9 +400,9 @@
|
|
400
400
|
|
401
401
|
jQuery(window).on('scroll', function () {
|
402
402
|
if (400 < jQuery(this).scrollTop()) {
|
403
|
-
jQuery('
|
403
|
+
jQuery('header').addClass('change-color');
|
404
404
|
} else {
|
405
|
-
jQuery('
|
405
|
+
jQuery('header').removeClass('change-color');
|
406
406
|
}
|
407
407
|
});
|
408
408
|
|
1
情報追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,6 +21,11 @@
|
|
21
21
|
|
22
22
|
<!-- swiperのCSSファイルの読み込み -->
|
23
23
|
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
|
24
|
+
|
25
|
+
<!-- jqueryのファイルの読み込み -->
|
26
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
27
|
+
|
28
|
+
|
24
29
|
<title></title>
|
25
30
|
</head>
|
26
31
|
|