-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.css
94 lines (81 loc) · 1.66 KB
/
menu.css
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
@charset "UTF-8";
.header.header-menu {
background: url(../img/menu/hero_menu.jpg) no-repeat center center/cover;
}
.wrapper {
max-width: 960px;
margin: 0 auto;
padding: 0 4%;
}
.lead {
padding: 30px 0;
}
@media print, screen and (min-width: 768px) {
.lead {
width: 800px;
margin: auto;
text-align: center;
}
}
.lead-title {
font-size: 25px;
margin-bottom: 10px;
font-weight: bold;
line-height: 1.2;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.menu {
padding: 15px 0;
border-bottom: 1px solid #eee;
list-style: none;
}
@media print, screen and (min-width: 768px) {
.menu-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.menu {
width: 33.33%;
padding: 0 30px;
margin-bottom: 60px;
border-bottom: none;
}
}
.menu-img {
margin-bottom: 20px;
}
.menu-name-en {
font-size: 20px;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
font-weight: bold;
margin-bottom: 15px;
}
.menu-name-ja {
font-size: 14px;
font-weight: bold;
margin-bottom: 15px;
}
.menu-price {
font-size: 14px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.menu-price + .menu-price {
margin-top: 5px;
}
.menu-category {
margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
.menu-category {
margin: 0 -30px 60px;
}
}