center.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. .menu {
  2. max-width: 1200px;
  3. width: 100%;
  4. margin: 1.5rem auto 0 auto;
  5. display: flex;
  6. -webkit-box-pack: center;
  7. justify-content: center;
  8. }
  9. .menu > div {
  10. width: 100px;
  11. word-break: keep-all;
  12. text-align: center;
  13. line-height: 1.1;
  14. font-weight: bold;
  15. font-size: 18px;
  16. }
  17. .menu > div:not(:first-child) {
  18. margin-left: 30px;
  19. }
  20. .menu > div.active {
  21. color: rgb(51, 102, 171);
  22. }
  23. .menu > div:hover{
  24. color: rgb(51, 102, 171);
  25. cursor: pointer;
  26. }
  27. .mobile-menu {
  28. display: none;
  29. padding: 0.6rem 1rem;
  30. border-top: 1px solid rgb(230, 230, 230);
  31. justify-content: space-around;
  32. width: 100%;
  33. height: 80px;
  34. }
  35. .mobile-menu > div > div {
  36. filter: grayscale(1);
  37. background-size: 35px 35px;
  38. width: 100%;
  39. height: 35px;
  40. background-position: center;
  41. background-repeat: no-repeat;
  42. }
  43. .mobile-menu > div {
  44. font-weight: bold;
  45. padding-top : 5px;
  46. font-size: 11px;
  47. }
  48. .mobile-menu > div.active > div {
  49. filter: grayscale(0);
  50. }
  51. .mobile-menu > div.active {
  52. color: rgb(51, 102, 171);
  53. }
  54. .mobile-menu > div:nth-child(1) > div {
  55. background-image: url("/images/icon/menu_icon5-2.png");
  56. }
  57. .mobile-menu > div:nth-child(2) > div {
  58. background-image: url("/images/icon/way.png");
  59. }
  60. .centerWrap {
  61. width: 100%;
  62. height: calc(100% - 243.8px);
  63. display: flex;
  64. justify-content: center;
  65. overflow: auto;
  66. }
  67. .centerWrap .container {
  68. max-width: 1200px;
  69. width: 95%;
  70. position: relative;
  71. display: flex;
  72. flex-direction: column;
  73. }
  74. .centerWrap .container.way {
  75. min-height: 600px;
  76. }
  77. .centerWrap .header {
  78. padding: 2rem 0;
  79. margin-bottom: 0;
  80. color: rgb(51, 102, 171);
  81. text-align: center;
  82. border-bottom: 1px solid rgb(33, 84, 153);
  83. font-size: 2rem;
  84. }
  85. .centerWrap .way-content{
  86. display: flex;
  87. flex-direction: row;
  88. }
  89. #map {
  90. width: 100%;
  91. height: 100%;
  92. }
  93. .centerWrap .way-content a:hover {
  94. color : rgb(51, 102, 171);
  95. }
  96. .centerWrap .way-content{
  97. padding : 1rem 0;
  98. height: calc(100% - 101px);
  99. }
  100. .centerWrap .way-content > div {
  101. width: 50%;
  102. height: 100%;
  103. }
  104. .centerWrap .way-content > div:nth-child(2) {
  105. display: flex;
  106. align-items: center;
  107. justify-content: center;
  108. flex-direction: column;
  109. font-weight: bold;
  110. }
  111. .centerWrap .way-content > div:nth-child(2) > div {
  112. display: flex;
  113. flex-direction: column;
  114. height: 60%;
  115. justify-content: space-between;
  116. align-items: center;
  117. }
  118. .centerWrap .content1 > div {
  119. padding : 10px;
  120. }
  121. .centerWrap .way-content > div:nth-child(2) p,
  122. .centerWrap .content1 > div > p {
  123. padding : 10px 5px;
  124. }
  125. .centerWrap .way-content > div:nth-child(2) img {
  126. width: 20px;
  127. height: 20px;
  128. }
  129. .centerWrap .way-content > div:nth-child(2) > div > div {
  130. height: 50%;
  131. display: flex;
  132. flex-direction: column;
  133. justify-content: space-around;
  134. }
  135. .centerWrap .way-content > div:nth-child(2) h2 {
  136. padding : 2rem 0 0 0;
  137. width: 100%;
  138. color: rgb(51, 102, 171);
  139. text-align: center;
  140. }
  141. .centerWrap .content1 h2 {
  142. width: 100%;
  143. color: rgb(51, 102, 171);
  144. padding: 10px;
  145. margin-top: 20px;
  146. }
  147. h2 {
  148. position: relative;
  149. }
  150. .centerWrap .content1 h2:before{
  151. left: 0;
  152. top: 0;
  153. width: 30px;
  154. height: 3px;
  155. background-color: rgb(51, 102, 171);
  156. content: "";
  157. position: absolute;
  158. }
  159. .centerWrap .content1 .box {
  160. padding: 8px;
  161. border: none;
  162. background: url(/images/background/box_pattern.gif) repeat;
  163. }
  164. .centerWrap .content1 .box p {
  165. font-weight: bold;
  166. font-size: 15px;
  167. padding: 20px;
  168. background: white;
  169. text-align: center;
  170. }
  171. .info-window {
  172. width: 270px;
  173. cursor: pointer;
  174. height: 30px;
  175. display: flex;
  176. align-items: center;
  177. justify-content: center;
  178. }
  179. .info-window:hover {
  180. color: rgb(51, 102, 171);
  181. text-decoration: underline;
  182. }
  183. .centerWrap table, .centerWrap td, .centerWrap th {
  184. border: 1px solid black;
  185. }
  186. .centerWrap table {
  187. border-collapse: collapse;
  188. width: 100%;
  189. }
  190. .centerWrap table .bt-dbl {
  191. border-bottom: double;
  192. }
  193. .centerWrap .content2{
  194. padding : 10px 10px 20px 10px;
  195. width: 100%;
  196. height: auto;
  197. }
  198. .centerWrap table thead tr th {
  199. color : white;
  200. background-color: rgb(51, 102, 171);
  201. font-size: 16px;
  202. padding: 10px;
  203. }
  204. .centerWrap table tbody tr:first-child td {
  205. font-weight: bold;
  206. }
  207. .centerWrap table tr td {
  208. font-size: 16px;
  209. padding: 10px;
  210. text-align: center;
  211. width: 50%;
  212. }
  213. .img-box {
  214. display: flex;
  215. align-items: center;
  216. justify-content: center;
  217. padding: 20px 10px 10px 10px;
  218. border-radius: 5px;
  219. }
  220. .img-box img {
  221. width: 100%;
  222. border-radius: 15px;
  223. box-shadow: 2px 2px 2px 2px #eeeeee;
  224. }
  225. .content4,
  226. .content3 {
  227. display: flex;
  228. width: 100%;
  229. justify-content: space-between;
  230. gap : 10px;
  231. }
  232. .content4 > div {
  233. width: 50%;
  234. border-radius: 5px;
  235. box-sizing: border-box;
  236. padding: 20px;
  237. background-color: white;
  238. border: 1px solid #eeeeee;
  239. }
  240. .content3 > div > div:nth-child(1)::before{
  241. content: "◎ ";
  242. }
  243. .content3 > div > div:nth-child(1){
  244. font-weight: bold;
  245. margin-bottom: 20px;
  246. }
  247. .content3 > div > div:nth-child(2) > div::before{
  248. top: 0;
  249. left: 0;
  250. content: '- ';
  251. }
  252. .content3 > div > div:nth-child(2) > div {
  253. padding: 5px;
  254. }
  255. .content3 > div {
  256. width: 50%;
  257. border-radius: 5px;
  258. box-sizing: border-box;
  259. padding: 20px;
  260. }
  261. .content3 > div:nth-child(1) {
  262. background-color: rgba(200, 151, 0, 0.1);
  263. border: 1px solid rgba(169, 130, 9, 0.2);
  264. }
  265. .content3 > div:nth-child(2) {
  266. background-color: rgba(13, 167, 176, 0.1);
  267. border: 1px solid rgba(13, 167, 176, 0.2);
  268. }
  269. .centerWrap .content1 > div.content3 {
  270. padding: 10px 10px 30px 10px;
  271. }
  272. @media (max-width: 720px) {
  273. }
  274. @media (max-width: 920px) {
  275. .centerWrap {
  276. height: calc(100% - 253.19px);
  277. }
  278. .centerWrap .way-content,
  279. .centerWrap .container .content1 {
  280. flex-direction: column;
  281. }
  282. .centerWrap .way-content > div {
  283. width: 100%;
  284. height: 50%;
  285. }
  286. .centerWrap .container .content1 img{
  287. width: 100%;
  288. }
  289. .centerWrap .way-content > div:nth-child(2) > div{
  290. height: 100%;
  291. width: 100%;
  292. justify-content: center;
  293. }
  294. .centerWrap .way-content > div:nth-child(2) > div > div {
  295. width: 100%;
  296. align-items: center;
  297. }
  298. .centerWrap .content1 > div.content3,
  299. .centerWrap .content1 > div.content4 {
  300. flex-direction: column;
  301. }
  302. .centerWrap .content1 > div.content3 > div,
  303. .centerWrap .content1 > div.content4 > div {
  304. width: 100%;
  305. }
  306. }
  307. @media (max-height: 765px) {
  308. .centerWrap {
  309. height: calc(100% - 234.19px);
  310. }
  311. }
  312. @media (max-height: 765px) {
  313. .centerWrap {
  314. height: calc(100% - 234.19px);
  315. }
  316. }
  317. @media (max-width: 750px) {
  318. .centerWrap {
  319. height: calc(100% - 249.19px);;
  320. }
  321. }
  322. @media (max-width: 547px) {
  323. .centerWrap {
  324. height: calc(100% - 260.19px);
  325. }
  326. }
  327. @media (max-width: 420px) {
  328. .mobile-menu {
  329. display: flex;
  330. }
  331. .menu {
  332. display: none;
  333. }
  334. .centerWrap {
  335. height: calc(100% - 228.19px);
  336. padding: 5px 0 75px 0;
  337. }
  338. .centerWrap .content2 {
  339. padding: 10px 10px 80px 10px;
  340. }
  341. .centerWrap .header {
  342. font-size: 1.5rem;
  343. }
  344. .centerWrap h2 {
  345. font-size: 14px;
  346. }
  347. .centerWrap .content1 p {
  348. font-size: 12px;
  349. }
  350. .centerWrap .way-content > div:nth-child(2) p,
  351. .centerWrap table tr td,
  352. .centerWrap table thead tr th {
  353. font-size: 14px;
  354. }
  355. .centerWrap .way-content > div:nth-child(2) img{
  356. width: 15px;
  357. height: 15px;
  358. }
  359. }