style.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920
  1. @charset "UTF-8";
  2. @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap");
  3. * {
  4. margin: 0;
  5. padding: 0;
  6. -webkit-box-sizing: border-box;
  7. box-sizing: border-box;
  8. }
  9. @font-face {
  10. font-family: 追奇手寫體;
  11. src: url(./drechifont-proportional.ttf);
  12. font-weight: 900;
  13. }
  14. body .title {
  15. font-weight: bolder;
  16. padding: 15px;
  17. font-family: 'Noto Serif TC', serif !important;
  18. color: #4b515e;
  19. text-align: center;
  20. }
  21. @media screen and (max-width: 1024px) {
  22. body .title {
  23. font-size: 48px;
  24. }
  25. }
  26. @media screen and (max-width: 767px) {
  27. body .title {
  28. font-size: 40px;
  29. }
  30. }
  31. @media screen and (max-width: 400px) {
  32. body .title {
  33. font-size: 30px !important;
  34. }
  35. }
  36. body .btn {
  37. width: 100vw;
  38. text-align: center;
  39. }
  40. body .btn-main {
  41. -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  42. box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  43. border: none;
  44. padding: 15px;
  45. background: #404854;
  46. color: #fff;
  47. font-size: 16px;
  48. letter-spacing: 1px;
  49. width: 280px;
  50. border-radius: 30px;
  51. -webkit-transition: 0.3s;
  52. transition: 0.3s;
  53. }
  54. body .btn-main:hover {
  55. background-color: #9c857b;
  56. width: 285px;
  57. font-size: 16px;
  58. }
  59. @media screen and (max-width: 1024px) {
  60. body .btn-main {
  61. font-size: 16px;
  62. padding: 15px;
  63. }
  64. }
  65. body .arrow {
  66. position: fixed;
  67. right: 3vw;
  68. bottom: 100px;
  69. width: 45px;
  70. height: 40px;
  71. z-index: 10;
  72. background-color: #E06649;
  73. }
  74. body .arrow:hover {
  75. -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  76. box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  77. }
  78. .navigation {
  79. width: 100vw;
  80. height: 60px;
  81. background: #fff;
  82. -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
  83. box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
  84. z-index: 5;
  85. position: fixed;
  86. overflow: hidden;
  87. }
  88. .navigation .logo {
  89. padding: 10px;
  90. margin-bottom: 5px;
  91. }
  92. .navigation .logo img {
  93. width: 128px;
  94. }
  95. .navigation #menu-btn1 {
  96. position: absolute;
  97. right: 40px;
  98. top: 15px;
  99. width: 32px;
  100. height: 32px;
  101. z-index: 6;
  102. }
  103. #banner-box {
  104. height: 50vh;
  105. overflow: hidden;
  106. position: relative;
  107. }
  108. @media screen and (max-width: 767px) {
  109. #banner-box {
  110. height: 90vh;
  111. }
  112. }
  113. #banner-box .banner-slider {
  114. height: 45vh;
  115. }
  116. @media screen and (max-width: 767px) {
  117. #banner-box .banner-slider {
  118. height: 80vh;
  119. }
  120. }
  121. #banner-box .banner-slider .slick-dots {
  122. margin-bottom: 50px;
  123. }
  124. #banner-box .banner-slider .slick-dots ::before {
  125. color: #fff;
  126. }
  127. @media screen and (max-width: 1024px) {
  128. #banner-box .banner-slider .slick-dots {
  129. font-size: 48px;
  130. }
  131. }
  132. #banner-box .banner-slider .banner1,
  133. #banner-box .banner-slider .banner2,
  134. #banner-box .banner-slider .banner3 {
  135. width: 100vw;
  136. height: 45vh;
  137. background-repeat: no-repeat;
  138. background-size: cover;
  139. background-position: center center;
  140. }
  141. @media screen and (max-width: 767px) {
  142. #banner-box .banner-slider .banner1,
  143. #banner-box .banner-slider .banner2,
  144. #banner-box .banner-slider .banner3 {
  145. height: 80vh;
  146. }
  147. }
  148. @media screen and (min-height: 800px) {
  149. #banner-box .banner-slider .banner1,
  150. #banner-box .banner-slider .banner2,
  151. #banner-box .banner-slider .banner3 {
  152. background-position: 55% 50%;
  153. }
  154. }
  155. #banner-box .banner-slider .banner1 h1,
  156. #banner-box .banner-slider .banner2 h1,
  157. #banner-box .banner-slider .banner3 h1 {
  158. line-height: 40vh;
  159. text-align: center;
  160. padding: 15px;
  161. color: #fff;
  162. font-family: 追奇手寫體;
  163. font-size: 72px;
  164. }
  165. @media screen and (max-width: 767px) {
  166. #banner-box .banner-slider .banner1 h1,
  167. #banner-box .banner-slider .banner2 h1,
  168. #banner-box .banner-slider .banner3 h1 {
  169. line-height: 80vh;
  170. }
  171. }
  172. #banner-box .banner-slider .banner1 .img,
  173. #banner-box .banner-slider .banner2 .img,
  174. #banner-box .banner-slider .banner3 .img {
  175. width: 20px;
  176. }
  177. #banner-box .banner-slider .banner1 {
  178. background-image: url(./img/banner/001.webp);
  179. }
  180. #banner-box .banner-slider .banner2 {
  181. background-image: url(./img/banner/002.webp);
  182. }
  183. #banner-box .banner-slider .banner3 {
  184. background-image: url(./img/banner/003.webp);
  185. }
  186. #content1 {
  187. margin-top: 100px;
  188. width: 100vw;
  189. }
  190. #content1 .title {
  191. text-align: center;
  192. margin: 30px 0px;
  193. font-family: "Times New Roman", Times, serif;
  194. }
  195. @media screen and (max-width: 767px) {
  196. #content1 .title {
  197. font-size: 30px;
  198. }
  199. }
  200. @media screen and (max-width: 400px) {
  201. #content1 .title {
  202. font-size: 25px;
  203. }
  204. }
  205. #content1 .box {
  206. margin: 0 auto;
  207. width: 85vw;
  208. }
  209. #content1 .text {
  210. position: relative;
  211. }
  212. #content1 .text .text2 {
  213. position: absolute;
  214. top: 15vw;
  215. left: 10vw;
  216. z-index: 1;
  217. }
  218. @media screen and (max-width: 1024px) {
  219. #content1 .text .text2 {
  220. width: 65vw;
  221. height: 30vw;
  222. }
  223. }
  224. @media screen and (max-width: 767px) {
  225. #content1 .text .text2 {
  226. width: 80vw;
  227. left: 5vw;
  228. }
  229. }
  230. #content1 .text .text2 h2 {
  231. line-height: 1.5;
  232. color: #fff;
  233. text-align-last: left;
  234. font-size: 20px;
  235. letter-spacing: 1px;
  236. font-weight: 900;
  237. }
  238. @media screen and (max-width: 1024px) {
  239. #content1 .text .text2 h2 {
  240. font-size: 32px;
  241. }
  242. }
  243. @media screen and (max-width: 767px) {
  244. #content1 .text .text2 h2 {
  245. font-size: 1.3rem;
  246. }
  247. }
  248. @media screen and (max-width: 400px) {
  249. #content1 .text .text2 h2 {
  250. font-size: 1.1rem;
  251. }
  252. }
  253. #content1 img {
  254. margin: 15px auto;
  255. width: 85vw;
  256. height: 30vh;
  257. -o-object-fit: cover;
  258. object-fit: cover;
  259. -webkit-filter: brightness(70%);
  260. filter: brightness(70%);
  261. }
  262. @media screen and (max-width: 767px) {
  263. #content1 img {
  264. width: 85vw;
  265. }
  266. }
  267. #service {
  268. width: 100vw;
  269. text-align: center;
  270. }
  271. @media screen and (max-width: 400px) {
  272. #service h1 {
  273. margin: 50px 0;
  274. padding: 0;
  275. font-size: 30px !important;
  276. }
  277. }
  278. #service .text {
  279. font-size: 1.5rem;
  280. display: inline;
  281. text-align: left;
  282. }
  283. @media screen and (max-width: 767px) {
  284. #service .text {
  285. font-size: 1rem;
  286. }
  287. }
  288. @media screen and (max-width: 576px) {
  289. #service .text {
  290. font-size: 0.8rem;
  291. }
  292. }
  293. #service .text .left-box .left-text {
  294. color: #000;
  295. font-weight: 900;
  296. }
  297. @media screen and (max-width: 769px) {
  298. #service .text .left-box .left-text {
  299. padding-top: 3vw;
  300. }
  301. }
  302. @media screen and (max-width: 576px) {
  303. #service .text .left-box .left-text {
  304. font-size: 0.9rem;
  305. padding-top: 5vw;
  306. }
  307. }
  308. @media screen and (max-width: 400px) {
  309. #service .text .left-box .left-text {
  310. font-size: 0.7rem;
  311. }
  312. }
  313. @media screen and (max-width: 769px) {
  314. #service .text .left-box {
  315. width: 45vw;
  316. padding-left: 50px;
  317. margin-top: 30px;
  318. }
  319. }
  320. @media screen and (max-width: 576px) {
  321. #service .text .left-box {
  322. padding-left: 30px;
  323. margin-top: 20px;
  324. }
  325. }
  326. @media screen and (max-width: 400px) {
  327. #service .text .left-box {
  328. padding-top: 5px;
  329. margin-top: 15px;
  330. padding-left: 10px;
  331. }
  332. }
  333. #service .icon {
  334. width: 20vw;
  335. }
  336. #service h1 {
  337. margin: 50px;
  338. }
  339. @media screen and (max-width: 767px) {
  340. #service h1 {
  341. font-size: 34px;
  342. }
  343. }
  344. @media screen and (max-width: 400px) {
  345. #service h1 {
  346. font-size: 30px !important;
  347. }
  348. }
  349. #service-process {
  350. margin: 0 auto;
  351. width: 65vw;
  352. background-color: #f7f7f7;
  353. }
  354. @media screen and (max-width: 767px) {
  355. #service-process {
  356. width: 85vw;
  357. }
  358. }
  359. @media screen and (max-width: 1024px) {
  360. #service-process h1 {
  361. margin-bottom: 150px;
  362. }
  363. }
  364. @media screen and (max-width: 767px) {
  365. #service-process h1 {
  366. font-size: 32px;
  367. margin-bottom: 30px;
  368. }
  369. }
  370. #service-process #box1-text {
  371. margin-top: 100px;
  372. }
  373. @media screen and (max-width: 767px) {
  374. #service-process #box1-text {
  375. margin-top: 50px;
  376. }
  377. }
  378. #service-process .process-box {
  379. width: 65vw;
  380. display: -ms-grid;
  381. display: grid;
  382. margin: 0px auto;
  383. -ms-grid-columns: (1fr)[2];
  384. grid-template-columns: repeat(2, 1fr);
  385. grid-gap: 3vw;
  386. }
  387. @media screen and (max-width: 767px) {
  388. #service-process .process-box {
  389. width: 75vw;
  390. }
  391. }
  392. #service-process img {
  393. width: 128px;
  394. height: 128px;
  395. -o-object-fit: cover;
  396. object-fit: cover;
  397. }
  398. @media screen and (max-width: 1024px) {
  399. #service-process img {
  400. height: 256px;
  401. width: 256px;
  402. }
  403. }
  404. @media screen and (max-width: 767px) {
  405. #service-process img {
  406. width: 128px;
  407. height: 128px;
  408. }
  409. }
  410. #service-process .process-title {
  411. text-align: center;
  412. width: 190px;
  413. }
  414. @media screen and (max-width: 1024px) {
  415. #service-process .process-title {
  416. width: 30vw;
  417. }
  418. }
  419. @media screen and (max-width: 1024px) {
  420. #service-process .process-title {
  421. width: 40vw;
  422. }
  423. }
  424. #service-process .process-title .p-text {
  425. font-size: 20px;
  426. font-family: 微軟正黑體;
  427. font-weight: bolder;
  428. color: #6f645a;
  429. }
  430. @media screen and (max-width: 1024px) {
  431. #service-process .process-title .p-text {
  432. width: 40vw;
  433. font-size: 38px;
  434. }
  435. }
  436. @media screen and (max-width: 767px) {
  437. #service-process .process-title .p-text {
  438. font-size: 18px;
  439. width: 40vw;
  440. }
  441. }
  442. @media screen and (max-width: 1024px) {
  443. #service-process .process-title img {
  444. margin-top: 80px;
  445. width: 40px;
  446. height: 40px;
  447. }
  448. }
  449. @media screen and (max-width: 767px) {
  450. #service-process .process-title img {
  451. width: 8vw;
  452. height: 8vw;
  453. margin-top: 10px;
  454. }
  455. }
  456. #feedback {
  457. margin: auto;
  458. width: 70vw;
  459. padding-top: 50px;
  460. }
  461. @media screen and (max-width: 767px) {
  462. #feedback {
  463. width: 90vw;
  464. }
  465. }
  466. #feedback .feedback-slider1 {
  467. width: 70vw;
  468. }
  469. @media screen and (max-width: 767px) {
  470. #feedback .feedback-slider1 {
  471. width: 90vw;
  472. }
  473. }
  474. #feedback h1 {
  475. margin-bottom: 50px;
  476. }
  477. #feedback .box {
  478. position: relative;
  479. }
  480. #feedback .box p {
  481. margin: 20px;
  482. text-align: center;
  483. font-size: 18px;
  484. font-weight: 600;
  485. }
  486. #feedback .box img {
  487. width: 390px;
  488. height: 195px;
  489. -o-object-fit: cover;
  490. object-fit: cover;
  491. }
  492. @media screen and (max-width: 1024px) {
  493. #feedback .box img {
  494. width: 70vw;
  495. height: 30vh;
  496. }
  497. }
  498. @media screen and (max-width: 767px) {
  499. #feedback .box img {
  500. width: 90vw;
  501. }
  502. }
  503. #feedback .box .play {
  504. position: absolute;
  505. left: 32vw;
  506. top: 15vw;
  507. width: 10vw;
  508. height: 10vw;
  509. opacity: 0.8;
  510. z-index: 10;
  511. }
  512. @media screen and (max-width: 767px) {
  513. #feedback .box .play {
  514. left: 40vw;
  515. top: 20vw;
  516. width: 15vw;
  517. height: 15vw;
  518. opacity: 0.8;
  519. z-index: 10;
  520. }
  521. }
  522. #contact-us {
  523. margin-top: 100px;
  524. }
  525. #contact-us p {
  526. font-size: 16px;
  527. font-weight: 600;
  528. margin: 0px 10px;
  529. }
  530. @media screen and (max-width: 1024px) {
  531. #contact-us p {
  532. font-size: 24px;
  533. text-align: center;
  534. }
  535. }
  536. @media screen and (max-width: 767px) {
  537. #contact-us p {
  538. font-size: 16px;
  539. }
  540. }
  541. #contact-us #form-title {
  542. padding-top: 100px;
  543. margin-bottom: 50px;
  544. color: #4b515e;
  545. }
  546. #contact-us #form-text {
  547. width: 100vw;
  548. margin: 30px auto;
  549. }
  550. @media screen and (max-width: 1024px) {
  551. #contact-us #form-text {
  552. font-size: 24px;
  553. text-align: center;
  554. margin: 30px auto;
  555. }
  556. }
  557. @media screen and (max-width: 767px) {
  558. #contact-us #form-text {
  559. font-size: 16px;
  560. margin: 30px auto;
  561. }
  562. }
  563. #contact-us h1 {
  564. text-align: center;
  565. font-size: 24px;
  566. font-weight: 900;
  567. }
  568. @media screen and (max-width: 1024px) {
  569. #contact-us h1 {
  570. font-size: 36px;
  571. }
  572. }
  573. @media screen and (max-width: 767px) {
  574. #contact-us h1 {
  575. font-size: 24px;
  576. }
  577. }
  578. #contact-us #contact-form {
  579. text-align: center;
  580. }
  581. #contact-us #contact-form .btn {
  582. margin: 50px auto;
  583. border: none;
  584. padding: 15px;
  585. background: #ffaf60;
  586. color: #404854;
  587. font-size: 20px;
  588. width: 300px;
  589. border-radius: 30px;
  590. }
  591. #contact-us #contact-form .btn:hover {
  592. color: #fff;
  593. background-color: #745c54;
  594. }
  595. #contact-us #contact-form #location,
  596. #contact-us #contact-form #type,
  597. #contact-us #contact-form #modal,
  598. #contact-us #contact-form #budget,
  599. #contact-us #contact-form #square,
  600. #contact-us #contact-form #style,
  601. #contact-us #contact-form #date,
  602. #contact-us #contact-form #email,
  603. #contact-us #contact-form #name,
  604. #contact-us #contact-form #phone,
  605. #contact-us #contact-form #gender,
  606. #contact-us #contact-form #rooms,
  607. #contact-us #contact-form #livingroom,
  608. #contact-us #contact-form #bathroom {
  609. border-radius: 3px;
  610. width: 85%;
  611. height: 60px;
  612. margin: 15px 0;
  613. padding-left: 15px;
  614. border: 1px solid rgba(0, 0, 0, 0.3);
  615. font-size: 18px;
  616. -webkit-appearance: none;
  617. -moz-appearance: none;
  618. appearance: none;
  619. background: url(./img/icondown.webp) 95% 50% no-repeat scroll transparent;
  620. background-size: 10px 10px;
  621. background-color: #fff;
  622. }
  623. #contact-us #contact-form #square,
  624. #contact-us #contact-form #date,
  625. #contact-us #contact-form #email,
  626. #contact-us #contact-form #name,
  627. #contact-us #contact-form #phone {
  628. font-size: 18px;
  629. width: 85%;
  630. background: none;
  631. }
  632. #contact-us #contact-form #gender {
  633. display: block;
  634. margin: 0 auto;
  635. }
  636. #contact-us #contact-form #facebook {
  637. margin: 15px auto;
  638. width: 85vw;
  639. height: 60px;
  640. border: 1px solid #3B5998;
  641. text-align: right;
  642. background-color: #fff;
  643. -webkit-transition: 0.3s;
  644. transition: 0.3s;
  645. position: relative;
  646. }
  647. #contact-us #contact-form #facebook p {
  648. position: absolute;
  649. top: 2vw;
  650. font-weight: normal;
  651. }
  652. @media screen and (max-width: 1024px) {
  653. #contact-us #contact-form #facebook p {
  654. top: 2vw;
  655. right: 10vw;
  656. font-size: 20px;
  657. }
  658. }
  659. @media screen and (max-width: 767px) {
  660. #contact-us #contact-form #facebook p {
  661. top: 1.8vw;
  662. right: 1vw;
  663. }
  664. }
  665. #contact-us #contact-form #facebook p .sapn-line {
  666. padding-right: 1vw;
  667. font-size: 28px;
  668. }
  669. @media screen and (min-width: 700px) {
  670. #contact-us #contact-form #facebook p .sapn-line {
  671. display: none;
  672. }
  673. }
  674. #contact-us #contact-form #facebook img {
  675. position: absolute;
  676. left: 30px;
  677. top: 15px;
  678. width: 32px;
  679. height: 32px;
  680. -webkit-filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  681. filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  682. }
  683. #contact-us #contact-form #facebook:hover {
  684. background-color: #2a4f91;
  685. color: #fff;
  686. }
  687. #contact-us #contact-form #facebook:hover img {
  688. -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  689. filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  690. }
  691. #contact-us #contact-form a {
  692. text-decoration: none;
  693. color: #ee751b;
  694. }
  695. #contact-us #contact-form #checkbox {
  696. margin-top: 30px;
  697. }
  698. #contact-us #contact-form #email,
  699. #contact-us #contact-form #name,
  700. #contact-us #contact-form #phone {
  701. background: none;
  702. background-color: #fff;
  703. }
  704. #contact-us #contact-form .option {
  705. width: 85%;
  706. }
  707. #contact-us #form {
  708. text-align: center;
  709. position: relative;
  710. }
  711. #contact-us #form #phone {
  712. position: absolute;
  713. left: 500px;
  714. }
  715. #footer {
  716. padding-top: 50px;
  717. width: 100vw;
  718. height: 150px;
  719. background-color: #ebe6e2;
  720. color: #4b515e;
  721. text-align: center;
  722. font-size: 16px;
  723. line-height: 2;
  724. font-weight: 900;
  725. }
  726. #footer a {
  727. text-decoration: none;
  728. color: #4b515e;
  729. }
  730. #footer p {
  731. margin-left: 5px;
  732. display: inline;
  733. }
  734. #menu-box {
  735. top: 60px;
  736. height: 45vh;
  737. width: 100vw;
  738. position: fixed;
  739. z-index: 5;
  740. overflow: hidden;
  741. }
  742. #menu-box hr {
  743. margin-left: 10px;
  744. width: 350px;
  745. background: #65584c;
  746. }
  747. #menu-box #menu-box2 {
  748. width: 100vw;
  749. height: 45vh;
  750. background-color: #f4f4f3;
  751. opacity: 0.9;
  752. z-index: 7;
  753. text-align: center;
  754. }
  755. #menu-box #menu-box2 #menu-link {
  756. display: -ms-grid;
  757. display: grid;
  758. -ms-grid-columns: (1fr)[3];
  759. grid-template-columns: repeat(3, 1fr);
  760. width: 350px;
  761. margin: 0 auto;
  762. }
  763. #menu-box #menu-box2 .menu-logo {
  764. opacity: 1;
  765. }
  766. #menu-box #menu-box2 .menu-logo img {
  767. width: 40px;
  768. height: 40px;
  769. -webkit-filter: invert(34%) sepia(7%) saturate(1111%) hue-rotate(347deg) brightness(98%) contrast(88%);
  770. filter: invert(34%) sepia(7%) saturate(1111%) hue-rotate(347deg) brightness(98%) contrast(88%);
  771. }
  772. #menu-box #menu-box2 a {
  773. display: inline-block;
  774. text-decoration: none;
  775. color: #65584c;
  776. font-size: 16px;
  777. margin-top: 20px;
  778. }
  779. #menu-box #menu-box2 .menu-text {
  780. width: 100vw;
  781. text-align: center;
  782. margin-bottom: 10px;
  783. }
  784. /*# sourceMappingURL=style.css.map */