12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034 |
- @charset "UTF-8";
- @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap");
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- @font-face {
- font-family: 追奇手寫體;
- src: url(./goto1.woff);
- font-weight: 900;
- font-display: swap;
- }
- body .title {
- font-weight: bolder;
- padding: 15px;
- font-family: 'Noto Serif TC', serif !important;
- color: #4b515e;
- text-align: center;
- }
- @media screen and (max-width: 1024px) {
- body .title {
- font-size: 48px;
- }
- }
- @media screen and (max-width: 767px) {
- body .title {
- font-size: 40px;
- }
- }
- @media screen and (max-width: 400px) {
- body .title {
- font-size: 30px !important;
- }
- }
- body .btn {
- width: 100vw;
- text-align: center;
- }
- body .btn-main {
- -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
- box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
- border: none;
- padding: 15px;
- background: #404854;
- color: #fff;
- font-size: 16px;
- letter-spacing: 1px;
- width: 280px;
- border-radius: 30px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
- body .btn-main:hover {
- background-color: #9c857b;
- width: 285px;
- font-size: 16px;
- }
- @media screen and (max-width: 1024px) {
- body .btn-main {
- font-size: 16px;
- padding: 15px;
- }
- }
- body .arrow {
- position: fixed;
- right: 3vw;
- bottom: 100px;
- width: 45px;
- height: 40px;
- z-index: 10;
- background-color: #E06649;
- }
- body .arrow:hover {
- -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
- box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
- }
- .navigation {
- width: 100vw;
- height: 60px;
- background: #fff;
- -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
- box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
- z-index: 5;
- position: fixed;
- overflow: hidden;
- }
- .navigation .logo {
- padding: 10px;
- margin-bottom: 5px;
- }
- .navigation .logo img {
- width: 128px;
- }
- .navigation #menu-btn1 {
- position: absolute;
- right: 40px;
- top: 15px;
- width: 32px;
- height: 32px;
- z-index: 6;
- }
- #banner-box {
- height: 50vh;
- overflow: hidden;
- position: relative;
- }
- @media screen and (max-width: 767px) {
- #banner-box {
- height: 90vh;
- }
- }
- #banner-box .banner-slider {
- height: 45vh;
- }
- @media screen and (max-width: 767px) {
- #banner-box .banner-slider {
- height: 80vh;
- }
- }
- #banner-box .banner-slider .slick-dots {
- margin-bottom: 50px;
- }
- #banner-box .banner-slider .slick-dots ::before {
- color: #fff;
- }
- @media screen and (max-width: 1024px) {
- #banner-box .banner-slider .slick-dots {
- font-size: 48px;
- }
- }
- #banner-box .banner-slider .banner1,
- #banner-box .banner-slider .banner2,
- #banner-box .banner-slider .banner3 {
- width: 100vw;
- height: 45vh;
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center center;
- }
- @media screen and (max-width: 767px) {
- #banner-box .banner-slider .banner1,
- #banner-box .banner-slider .banner2,
- #banner-box .banner-slider .banner3 {
- height: 80vh;
- }
- }
- @media screen and (min-height: 800px) {
- #banner-box .banner-slider .banner1,
- #banner-box .banner-slider .banner2,
- #banner-box .banner-slider .banner3 {
- background-position: 55% 50%;
- }
- }
- #banner-box .banner-slider .banner1 h1,
- #banner-box .banner-slider .banner2 h1,
- #banner-box .banner-slider .banner3 h1 {
- line-height: 40vh;
- text-align: center;
- padding: 15px;
- color: #fff;
- font-family: 追奇手寫體 !important;
- font-size: 72px;
- }
- @media screen and (max-width: 767px) {
- #banner-box .banner-slider .banner1 h1,
- #banner-box .banner-slider .banner2 h1,
- #banner-box .banner-slider .banner3 h1 {
- line-height: 80vh;
- }
- }
- #banner-box .banner-slider .banner1 .img,
- #banner-box .banner-slider .banner2 .img,
- #banner-box .banner-slider .banner3 .img {
- width: 20px;
- }
- #banner-box .banner-slider .banner1 {
- background-image: url(./img/banner/001.webp);
- }
- #banner-box .banner-slider .banner2 {
- background-image: url(./img/banner/002.webp);
- }
- #banner-box .banner-slider .banner3 {
- background-image: url(./img/banner/003.webp);
- }
- #content1 {
- margin-top: 100px;
- width: 100vw;
- }
- #content1 .title {
- text-align: center;
- margin: 30px 0px;
- font-family: "Times New Roman", Times, serif;
- }
- @media screen and (max-width: 767px) {
- #content1 .title {
- font-size: 30px;
- }
- }
- @media screen and (max-width: 400px) {
- #content1 .title {
- font-size: 25px;
- }
- }
- #content1 .box {
- margin: 0 auto;
- width: 85vw;
- }
- @media screen and (max-width: 350px) {
- #content1 .box {
- width: 90vw;
- }
- }
- #content1 .text {
- position: relative;
- }
- #content1 .text .text2 {
- position: absolute;
- top: 15vw;
- left: 10vw;
- z-index: 1;
- }
- @media screen and (max-width: 1024px) {
- #content1 .text .text2 {
- width: 65vw;
- height: 30vw;
- }
- }
- @media screen and (max-width: 767px) {
- #content1 .text .text2 {
- width: 80vw;
- left: 5vw;
- }
- }
- @media screen and (max-width: 350px) {
- #content1 .text .text2 {
- width: 85vw;
- left: 3vw;
- }
- }
- #content1 .text .text2 h2 {
- line-height: 1.5;
- color: #fff;
- text-align-last: left;
- font-size: 20px;
- letter-spacing: 1px;
- font-weight: 900;
- }
- @media screen and (max-width: 1024px) {
- #content1 .text .text2 h2 {
- font-size: 32px;
- }
- }
- @media screen and (max-width: 767px) {
- #content1 .text .text2 h2 {
- font-size: 1.3rem;
- }
- }
- @media screen and (max-width: 400px) {
- #content1 .text .text2 h2 {
- font-size: 1.1rem;
- }
- }
- #content1 img {
- margin: 15px auto;
- width: 85vw;
- height: 30vh;
- -o-object-fit: cover;
- object-fit: cover;
- -webkit-filter: brightness(70%);
- filter: brightness(70%);
- }
- @media screen and (max-width: 767px) {
- #content1 img {
- width: 85vw;
- }
- }
- @media screen and (max-width: 350px) {
- #content1 img {
- width: 90vw;
- }
- }
- #service {
- width: 100vw;
- text-align: center;
- }
- @media screen and (max-width: 400px) {
- #service h1 {
- margin: 50px 0;
- padding: 0;
- font-size: 30px !important;
- }
- }
- #service .text {
- font-size: 1.5rem;
- display: inline;
- text-align: left;
- }
- @media screen and (max-width: 767px) {
- #service .text {
- font-size: 1rem;
- }
- }
- @media screen and (max-width: 576px) {
- #service .text {
- font-size: 0.8rem;
- }
- }
- #service .text .left-box .left-text {
- color: #000;
- font-weight: 900;
- }
- @media screen and (max-width: 769px) {
- #service .text .left-box .left-text {
- padding-top: 3vw;
- }
- }
- @media screen and (max-width: 576px) {
- #service .text .left-box .left-text {
- font-size: 0.9rem;
- padding-top: 5vw;
- }
- }
- @media screen and (max-width: 400px) {
- #service .text .left-box .left-text {
- font-size: 0.7rem;
- }
- }
- @media screen and (max-width: 769px) {
- #service .text .left-box {
- width: 45vw;
- padding-left: 50px;
- margin-top: 30px;
- }
- }
- @media screen and (max-width: 576px) {
- #service .text .left-box {
- padding-left: 30px;
- margin-top: 20px;
- }
- }
- @media screen and (max-width: 400px) {
- #service .text .left-box {
- padding-top: 5px;
- margin-top: 15px;
- padding-left: 10px;
- }
- }
- #service .icon {
- width: 20vw;
- }
- #service h1 {
- margin: 50px;
- }
- @media screen and (max-width: 767px) {
- #service h1 {
- font-size: 34px;
- }
- }
- @media screen and (max-width: 400px) {
- #service h1 {
- font-size: 30px !important;
- }
- }
- #service-process {
- margin: 0 auto;
- width: 65vw;
- background-color: #f7f7f7;
- }
- @media screen and (max-width: 767px) {
- #service-process {
- width: 85vw;
- }
- }
- @media screen and (max-width: 1024px) {
- #service-process h1 {
- margin-bottom: 150px;
- }
- }
- @media screen and (max-width: 767px) {
- #service-process h1 {
- font-size: 32px;
- margin-bottom: 30px;
- }
- }
- #service-process #box1-text {
- margin-top: 100px;
- }
- @media screen and (max-width: 767px) {
- #service-process #box1-text {
- margin-top: 50px;
- }
- }
- #service-process .process-box {
- width: 65vw;
- display: -ms-grid;
- display: grid;
- margin: 0px auto;
- -ms-grid-columns: (1fr)[2];
- grid-template-columns: repeat(2, 1fr);
- grid-gap: 3vw;
- }
- @media screen and (max-width: 767px) {
- #service-process .process-box {
- width: 75vw;
- }
- }
- #service-process img {
- width: 128px;
- height: 128px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- @media screen and (max-width: 1024px) {
- #service-process img {
- height: 256px;
- width: 256px;
- }
- }
- @media screen and (max-width: 767px) {
- #service-process img {
- width: 128px;
- height: 128px;
- }
- }
- #service-process .process-title {
- text-align: center;
- width: 190px;
- }
- @media screen and (max-width: 1024px) {
- #service-process .process-title {
- width: 30vw;
- }
- }
- @media screen and (max-width: 1024px) {
- #service-process .process-title {
- width: 40vw;
- }
- }
- #service-process .process-title .p-text {
- font-size: 20px;
- font-family: 微軟正黑體;
- font-weight: bolder;
- color: #6f645a;
- }
- @media screen and (max-width: 1024px) {
- #service-process .process-title .p-text {
- width: 40vw;
- font-size: 38px;
- }
- }
- @media screen and (max-width: 767px) {
- #service-process .process-title .p-text {
- font-size: 18px;
- width: 40vw;
- }
- }
- @media screen and (max-width: 350px) {
- #service-process .process-title .p-text {
- font-size: 16px;
- }
- }
- @media screen and (max-width: 1024px) {
- #service-process .process-title img {
- margin-top: 80px;
- width: 40px;
- height: 40px;
- }
- }
- @media screen and (max-width: 767px) {
- #service-process .process-title img {
- width: 8vw;
- height: 8vw;
- margin-top: 10px;
- }
- }
- #feedback {
- margin: auto;
- width: 70vw;
- padding-top: 50px;
- }
- @media screen and (max-width: 767px) {
- #feedback {
- width: 90vw;
- }
- }
- #feedback .feedback-slider1 {
- width: 70vw;
- }
- @media screen and (max-width: 767px) {
- #feedback .feedback-slider1 {
- width: 90vw;
- }
- }
- #feedback h1 {
- margin-bottom: 50px;
- }
- #feedback .box {
- position: relative;
- }
- #feedback .box p {
- margin: 20px;
- text-align: center;
- font-size: 18px;
- font-weight: 600;
- }
- #feedback .box img {
- width: 390px;
- height: 195px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- @media screen and (max-width: 1024px) {
- #feedback .box img {
- width: 70vw;
- height: 30vh;
- }
- }
- @media screen and (max-width: 767px) {
- #feedback .box img {
- width: 90vw;
- }
- }
- #feedback .box .play {
- position: absolute;
- left: 32vw;
- top: 15vw;
- width: 10vw;
- height: 10vw;
- opacity: 0.8;
- z-index: 10;
- }
- @media screen and (max-width: 767px) {
- #feedback .box .play {
- left: 40vw;
- top: 20vw;
- width: 15vw;
- height: 15vw;
- opacity: 0.8;
- z-index: 10;
- }
- }
- #contact-us {
- margin-top: 100px;
- }
- #contact-us p {
- font-size: 16px;
- font-weight: 600;
- margin: 0px 10px;
- }
- @media screen and (max-width: 1024px) {
- #contact-us p {
- font-size: 24px;
- text-align: center;
- }
- }
- @media screen and (max-width: 767px) {
- #contact-us p {
- font-size: 16px;
- }
- }
- #contact-us #form-title {
- padding-top: 100px;
- margin-bottom: 50px;
- color: #4b515e;
- }
- #contact-us #form-text {
- width: 100vw;
- margin: 30px auto;
- }
- @media screen and (max-width: 1024px) {
- #contact-us #form-text {
- font-size: 24px;
- text-align: center;
- margin: 30px auto;
- }
- }
- @media screen and (max-width: 767px) {
- #contact-us #form-text {
- font-size: 16px;
- margin: 30px auto;
- }
- }
- #contact-us h1 {
- text-align: center;
- font-size: 24px;
- font-weight: 900;
- }
- @media screen and (max-width: 1024px) {
- #contact-us h1 {
- font-size: 36px;
- }
- }
- @media screen and (max-width: 767px) {
- #contact-us h1 {
- font-size: 24px;
- }
- }
- #contact-us #contact-form {
- text-align: center;
- }
- #contact-us #contact-form .btn {
- margin: 50px auto;
- border: none;
- padding: 15px;
- background: #ffaf60;
- color: #404854;
- font-size: 20px;
- width: 300px;
- border-radius: 30px;
- }
- #contact-us #contact-form .btn:hover {
- color: #fff;
- background-color: #745c54;
- }
- #contact-us #contact-form #location,
- #contact-us #contact-form #type,
- #contact-us #contact-form #modal,
- #contact-us #contact-form #budget,
- #contact-us #contact-form #square,
- #contact-us #contact-form #style,
- #contact-us #contact-form #date,
- #contact-us #contact-form #email,
- #contact-us #contact-form #name,
- #contact-us #contact-form #phone,
- #contact-us #contact-form #gender,
- #contact-us #contact-form #rooms,
- #contact-us #contact-form #livingroom,
- #contact-us #contact-form #bathroom {
- border-radius: 3px;
- width: 85%;
- height: 60px;
- margin: 15px 0;
- padding-left: 15px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- font-size: 18px;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- background: url(./img/icondown.webp) 95% 50% no-repeat scroll transparent;
- background-size: 10px 10px;
- background-color: #fff;
- }
- #contact-us #contact-form #square,
- #contact-us #contact-form #date,
- #contact-us #contact-form #email,
- #contact-us #contact-form #name,
- #contact-us #contact-form #phone {
- font-size: 18px;
- width: 85%;
- background: none;
- }
- #contact-us #contact-form #gender {
- display: block;
- margin: 0 auto;
- }
- #contact-us #contact-form #fb-button {
- margin: 15px auto;
- width: 85vw;
- height: 60px;
- border: 1px solid #3B5998;
- text-align: right;
- background-color: #fff;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- position: relative;
- color: #3C3C3C;
- }
- #contact-us #contact-form #fb-button p {
- position: absolute;
- top: 2vw;
- font-weight: normal;
- color: #626262;
- }
- @media screen and (max-width: 1024px) {
- #contact-us #contact-form #fb-button p {
- top: 2vw;
- right: 10vw;
- font-size: 20px;
- }
- }
- @media screen and (max-width: 767px) {
- #contact-us #contact-form #fb-button p {
- top: 1.8vw;
- right: 5vw;
- font-size: 16px;
- }
- }
- @media screen and (max-width: 350px) {
- #contact-us #contact-form #fb-button p {
- font-size: 16px;
- }
- }
- #contact-us #contact-form #fb-button p .sapn-line {
- padding-right: 1vw;
- font-size: 28px;
- color: #8E8E8E;
- font-weight: 100;
- }
- @media screen and (min-width: 700px) {
- #contact-us #contact-form #fb-button p .sapn-line {
- display: none;
- }
- }
- @media screen and (max-width: 767px) {
- #contact-us #contact-form #fb-button p .sapn-line {
- padding-right: 5vw;
- }
- }
- @media screen and (max-width: 400px) {
- #contact-us #contact-form #fb-button p .sapn-line {
- padding-right: 2vw;
- }
- }
- @media screen and (max-width: 350px) {
- #contact-us #contact-form #fb-button p .sapn-line {
- padding-right: 3vw;
- font-size: 27px;
- }
- }
- #contact-us #contact-form #fb-button img {
- position: absolute;
- left: 30px;
- top: 15px;
- width: 32px;
- height: 32px;
- -webkit-filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
- filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
- }
- @media screen and (max-width: 350px) {
- #contact-us #contact-form #fb-button img {
- left: 15px;
- }
- }
- #contact-us #contact-form #fb-button:hover {
- background-color: #2a4f91;
- color: #fff;
- }
- #contact-us #contact-form #fb-button:hover img {
- -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
- filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
- }
- #contact-us #contact-form a {
- text-decoration: none;
- color: #ee751b;
- }
- #contact-us #contact-form #checkbox {
- margin-top: 30px;
- }
- #contact-us #contact-form #email,
- #contact-us #contact-form #name,
- #contact-us #contact-form #phone {
- background: none;
- background-color: #fff;
- }
- #contact-us #contact-form .option {
- width: 85%;
- }
- #contact-us #form {
- text-align: center;
- position: relative;
- }
- #contact-us #form #phone {
- position: absolute;
- left: 500px;
- }
- #footer {
- padding-top: 50px;
- width: 100vw;
- height: 150px;
- background-color: #ebe6e2;
- color: #4b515e;
- text-align: center;
- font-size: 16px;
- line-height: 2;
- font-weight: 900;
- }
- #footer a {
- text-decoration: none;
- color: #4b515e;
- }
- #footer p {
- margin-left: 5px;
- display: inline;
- }
- #menu-box {
- top: 60px;
- height: 25vh;
- width: 100vw;
- position: fixed;
- z-index: 5;
- overflow: hidden;
- }
- @media screen and (max-width: 767px) {
- #menu-box {
- height: 47vh;
- }
- }
- @media screen and (max-width: 350px) {
- #menu-box {
- height: 55vh;
- }
- }
- #menu-box hr {
- display: inline-block;
- margin: 0px auto !important;
- width: 90vw;
- background: #65584c;
- }
- #menu-box #menu-box2 {
- width: 100vw;
- height: 25vh;
- background-color: #f4f4f3;
- opacity: 0.9;
- z-index: 7;
- text-align: center;
- }
- @media screen and (max-width: 767px) {
- #menu-box #menu-box2 {
- height: 45vh;
- }
- }
- @media screen and (max-width: 350px) {
- #menu-box #menu-box2 {
- height: 55vh;
- }
- }
- #menu-box #menu-box2 #menu-link {
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: (1fr)[3];
- grid-template-columns: repeat(3, 1fr);
- width: 80vw;
- margin: 0 auto;
- }
- #menu-box #menu-box2 .menu-logo {
- opacity: 1;
- }
- #menu-box #menu-box2 .menu-logo img {
- width: 40px;
- height: 40px;
- -webkit-filter: invert(34%) sepia(7%) saturate(1111%) hue-rotate(347deg) brightness(98%) contrast(88%);
- filter: invert(34%) sepia(7%) saturate(1111%) hue-rotate(347deg) brightness(98%) contrast(88%);
- }
- @media screen and (max-width: 767px) {
- #menu-box #menu-box2 .menu-logo img {
- width: 35px;
- height: 35px;
- }
- }
- @media screen and (max-width: 350px) {
- #menu-box #menu-box2 .menu-logo img {
- width: 35px;
- height: 35px;
- }
- }
- #menu-box #menu-box2 a {
- display: inline-block;
- text-decoration: none;
- color: #65584c;
- font-size: 16px;
- margin-top: 20px;
- font-weight: 900;
- }
- @media screen and (max-width: 767px) {
- #menu-box #menu-box2 a {
- margin-top: 4vw;
- }
- }
- #menu-box #menu-box2 .menu-text {
- width: 100vw;
- text-align: center;
- margin-bottom: 10px;
- }
- @media screen and (max-width: 767px) {
- #menu-box #menu-box2 .menu-text {
- margin-bottom: 5px !important;
- }
- }
- /*# sourceMappingURL=style.css.map */
|