style.css 14 KB

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