質問編集履歴
1
修正いたしました
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,45 +60,61 @@
|
|
60
60
|
|
61
61
|
<body>
|
62
62
|
|
63
|
-
<header class="header">
|
64
|
-
|
65
|
-
<div class="header-inner">
|
66
|
-
|
67
|
-
<div class="header-left">
|
68
|
-
|
69
|
-
<h1 class="logo"><a href="#"><img alt="" class="header-logo" src="./asserts/img/top-header-logo.png"></a></h1>
|
70
|
-
|
71
|
-
<nav class="nav drawer-nav">
|
72
|
-
|
73
|
-
<ul class="header-list">
|
74
|
-
|
75
|
-
<li class="header-item">
|
76
|
-
|
77
|
-
<a href="./Room/room.html">お部屋</a>
|
78
|
-
|
79
|
-
</li><!-- /.header-item -->
|
80
|
-
|
81
|
-
<li class="header-item">
|
82
|
-
|
83
|
-
<a href="./Menu/menu.html">お料理</a>
|
84
|
-
|
85
|
-
</li><!-- /.header-item -->
|
86
|
-
|
87
|
-
<li class="header-item">
|
88
|
-
|
89
|
-
<a href="./Onsen/onsen.html">温泉</a>
|
90
|
-
|
91
|
-
</li><!-- /.header-item -->
|
92
|
-
|
93
|
-
</ul><!-- /.header-list -->
|
94
|
-
|
95
|
-
</nav><!-- /.nav -->
|
96
|
-
|
97
|
-
</div>
|
98
|
-
|
99
|
-
<
|
100
|
-
|
101
|
-
<
|
63
|
+
<header class="header">
|
64
|
+
|
65
|
+
<div class="header-inner">
|
66
|
+
|
67
|
+
<div class="header-left">
|
68
|
+
|
69
|
+
<h1 class="logo"><a href="#"><img alt="" class="header-logo" src="./asserts/img/top-header-logo.png"></a></h1>
|
70
|
+
|
71
|
+
<nav class="nav drawer-nav">
|
72
|
+
|
73
|
+
<ul class="header-list">
|
74
|
+
|
75
|
+
<li class="header-item">
|
76
|
+
|
77
|
+
<a href="./Room/room.html">お部屋</a>
|
78
|
+
|
79
|
+
</li><!-- /.header-item -->
|
80
|
+
|
81
|
+
<li class="header-item">
|
82
|
+
|
83
|
+
<a href="./Menu/menu.html">お料理</a>
|
84
|
+
|
85
|
+
</li><!-- /.header-item -->
|
86
|
+
|
87
|
+
<li class="header-item">
|
88
|
+
|
89
|
+
<a href="./Onsen/onsen.html">温泉</a>
|
90
|
+
|
91
|
+
</li><!-- /.header-item -->
|
92
|
+
|
93
|
+
</ul><!-- /.header-list -->
|
94
|
+
|
95
|
+
</nav><!-- /.nav -->
|
96
|
+
|
97
|
+
</div>
|
98
|
+
|
99
|
+
<div class="header-right">
|
100
|
+
|
101
|
+
<div class="header-link" id="js-modal">
|
102
|
+
|
103
|
+
<a class="calender-link js-modal-open" href="#"><!-- <img src="./img/calender.png" alt="カレンダー"> -->
|
104
|
+
|
105
|
+
宿泊予約</a>
|
106
|
+
|
107
|
+
</div><!-- /.header-link -->
|
108
|
+
|
109
|
+
<button aria-controls="js-glabal-menu" aria-expanded="false" class=" humburger" id="js-humburger" type="button"><span class="line"></span><span class="line"></span><span class="line"></span></button>
|
110
|
+
|
111
|
+
</div><!-- /.header-right -->
|
112
|
+
|
113
|
+
</div><!-- /.header-inner -->
|
114
|
+
|
115
|
+
</header><!-- /.header -->
|
116
|
+
|
117
|
+
<div class="overlay"></div><!-- /.overlay -->
|
102
118
|
|
103
119
|
</body>
|
104
120
|
|