12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619 |
- @charset "UTF-8";
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- #top {
- overflow-x: hidden !important;
- }
- .violetbeauty_line {
- margin: 0px auto 20px;
- border: 1px solid transparent;
- background: -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(#f4c0d0), to(#d76478));
- background: linear-gradient(to right, white, white), linear-gradient(to right, #f4c0d0, #d76478);
- background-clip: padding-box, border-box;
- background-origin: padding-box, border-box;
- width: 50px;
- opacity: 1 !important;
- }
- .playbutton {
- cursor: pointer;
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- z-index: 101;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
- .playbutton:hover {
- opacity: 0.8;
- }
- .likeSee__state {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .likeSee__state img {
- width: 40px;
- }
- .learn_more {
- margin-top: 20px;
- padding: 5px;
- background: none;
- color: #f4c0d0;
- border-radius: 5px;
- border: 1px solid #f4c0d0;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
- .learn_more:hover {
- color: #fff;
- background: #f4c0d0;
- }
- .course_name_title {
- font-size: 1.2rem;
- color: #ef7086;
- font-weight: 900;
- }
- .course_name_text {
- color: #f4c0d0;
- margin-bottom: 5px;
- font-size: 1rem;
- }
- .Discounted_price {
- font-size: 24px;
- font-weight: 600;
- }
- .violetbeauty_content_title {
- color: #ef7086;
- font-weight: 900;
- font-size: 1.8rem;
- }
- .violetbeauty_content_text {
- color: #ef7086;
- font-size: 1rem;
- }
- .features_title {
- font-weight: 300 !important;
- letter-spacing: 2px;
- font: 1.9375em "微軟正黑體";
- line-height: 25px;
- text-align: center;
- color: #333;
- width: 100%;
- margin: 1rem 0;
- }
- .Down_line {
- width: 300px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .card {
- border: none;
- }
- .card .card-body {
- padding: 0.1rem;
- margin-top: 15px;
- }
- .violetbeauty_CTA {
- margin-top: 50px;
- padding: 10px 50px;
- border: 1px solid #f4c0d0;
- background: #fff;
- border-radius: 30px;
- color: #ef7086;
- position: relative;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- .violetbeauty_CTA a {
- color: #ef7086;
- }
- .violetbeauty_CTA .cta_flower {
- position: absolute;
- width: 60px;
- left: -25px;
- bottom: -10px;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- .violetbeauty_CTA:hover {
- background: #ef7086;
- color: #fff;
- }
- .violetbeauty_CTA:hover a {
- color: #fff;
- }
- .violetbeauty_CTA:hover .cta_flower {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- width: 70%;
- margin: 0 auto;
- }
- .navbar-nav .nav-item {
- white-space: nowrap;
- }
- .navbar-nav .nav-link {
- font: 1.2rem 微軟正黑體;
- font-weight: 300 !important;
- padding: 0.5rem 1rem;
- margin: 5px 1rem;
- text-align: center;
- color: #9f9f9f;
- color: #000;
- letter-spacing: 0;
- border-bottom: 5px solid #ffffff;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- cursor: pointer;
- }
- .navbar-nav .nav-link:hover {
- color: #ef7086;
- }
- #Navigation {
- background: #fff;
- opacity: 1;
- height: 4.5vw;
- width: 100vw !important;
- position: fixed;
- z-index: 100;
- }
- @media screen and (max-width: 1024px) {
- #Navigation {
- height: 8vw;
- }
- }
- @media screen and (max-width: 767px) {
- #Navigation {
- height: auto;
- position: fixed;
- z-index: 5;
- }
- }
- #Navigation .menu {
- font-size: 28px;
- margin-top: 30px;
- color: #6c6c6c;
- }
- #Navigation #nav {
- width: 100vw;
- margin: 0 auto;
- }
- #Navigation #logo {
- padding-top: 1vw;
- }
- #Navigation #logo img {
- width: 120px;
- }
- #Navigation #link {
- text-align: right;
- padding: 1.5vw 3vw;
- }
- @media screen and (max-width: 767px) {
- #Navigation #link {
- display: none;
- }
- }
- #Navigation #link a {
- text-decoration: none;
- color: #000;
- letter-spacing: 1px;
- font-size: 0.9rem;
- font-weight: 600;
- cursor: pointer;
- padding: 15px;
- position: relative;
- }
- #Navigation #link a :hover {
- opacity: 0.8;
- }
- #Navigation #link a:after {
- content: "";
- display: block;
- width: 80%;
- height: 3px;
- background-color: #fff;
- position: absolute;
- left: 12%;
- bottom: 0;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- opacity: 0;
- }
- #Navigation #link a:hover:after {
- width: 80%;
- opacity: 1;
- }
- #menu-box {
- top: 4.4rem;
- height: 25vh;
- width: 100vw;
- position: fixed;
- z-index: 998;
- overflow: hidden;
- display: none;
- background: rgba(0, 0, 0, 0.8);
- }
- @media screen and (min-width: 1025px) {
- #menu-box {
- display: none;
- }
- }
- @media screen and (max-width: 767px) {
- #menu-box {
- height: 100vh;
- }
- }
- @media screen and (max-width: 350px) {
- #menu-box {
- height: 55vh;
- }
- }
- #menu-box hr {
- display: inline-block;
- margin: 0px auto !important;
- width: 55vw;
- background: #fff;
- opacity: 1 !important;
- }
- #menu-box #menu-box2 {
- width: 100vw;
- height: 25vh;
- background-color: #f4c0d0;
- opacity: 0.95;
- z-index: 999;
- 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)[4];
- grid-template-columns: repeat(4, 1fr);
- width: 60vw;
- margin: 0 auto;
- }
- #menu-box #menu-box2 .menu-logo {
- opacity: 1;
- }
- #menu-box #menu-box2 .menu-logo img {
- width: 7vw;
- }
- #menu-box #menu-box2 a {
- display: inline-block;
- text-decoration: none;
- color: #fff;
- 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: 70vw;
- text-align: center;
- margin-bottom: 10px;
- border-bottom: 1px solid #fff;
- margin: 0 auto;
- padding-bottom: 10px;
- }
- @media screen and (max-width: 767px) {
- #menu-box #menu-box2 .menu-text {
- margin-bottom: 5px !important;
- }
- }
- .slick-dotted.slick-slider {
- margin-bottom: 0px !important;
- }
- .sec_content_right_text {
- margin-top: 30px;
- }
- .sec_content_right_text p {
- margin-bottom: 0.5rem;
- color: #ef7086;
- }
- @media screen and (max-width: 767px) {
- .banner-slide {
- padding-top: 80px;
- }
- }
- .news {
- margin: 100px 0px;
- }
- @media screen and (max-width: 767px) {
- .news {
- margin: 50px 0px 80px;
- }
- }
- .news .news-slide {
- width: 80%;
- margin: 0 auto;
- }
- @media screen and (max-width: 767px) {
- .news .news-slide {
- width: 95%;
- }
- }
- .news .news-slide .slick-prev,
- .news .news-slide .slick-next {
- width: 50px;
- -o-object-fit: cover;
- object-fit: cover;
- height: auto;
- -webkit-filter: invert(52%) sepia(75%) saturate(602%) hue-rotate(306deg) brightness(102%) contrast(87%);
- filter: invert(52%) sepia(75%) saturate(602%) hue-rotate(306deg) brightness(102%) contrast(87%);
- }
- @media screen and (max-width: 767px) {
- .news .news-slide .slick-prev,
- .news .news-slide .slick-next {
- width: 30px;
- }
- }
- .news .news-slide .slick-prev {
- left: -50px;
- }
- @media screen and (max-width: 767px) {
- .news .news-slide .slick-prev {
- display: none;
- }
- }
- .news .news-slide .slick-next {
- right: -50px;
- }
- @media screen and (max-width: 767px) {
- .news .news-slide .slick-next {
- display: none;
- }
- }
- .news .news-slide .banner-slide-item img {
- padding: 10px;
- width: 100% !important;
- }
- @media screen and (max-width: 767px) {
- .news .news-slide .banner-slide-item img {
- padding: 0px;
- }
- }
- .news .news-slide .slick-dots {
- bottom: -15px;
- }
- .news .news-slide .slick-dots li button:before {
- font-size: 16px;
- font-weight: 900;
- top: 15px;
- content: "○";
- color: #ef7086;
- }
- .news .news-slide .slick-dots li.slick-active button:before {
- opacity: 0.75;
- color: #ef7086;
- content: "●";
- }
- .violetbeauty_sec00 {
- overflow: hidden;
- background-size: cover;
- background-attachment: fixed;
- background-position: left center;
- background-repeat: no-repeat;
- position: relative;
- }
- @media screen and (max-width: 767px) {
- .violetbeauty_sec00 {
- background-position: right center;
- }
- }
- .violetbeauty_sec00 .bg {
- background: rgba(0, 0, 0, 0.4);
- width: 100%;
- height: 100%;
- padding: 100px 0;
- }
- .violetbeauty_sec00 hr {
- background: #fff;
- opacity: 1 !important;
- height: 1px;
- width: 40px;
- margin: 15px auto;
- }
- .violetbeauty_sec00 p {
- color: #fff;
- }
- .violetbeauty_sec00 h4 {
- color: #fff;
- }
- .violetbeauty_sec00 .violetbeauty_sec00_box {
- width: 80%;
- margin: 0 auto;
- }
- @media screen and (max-width: 767px) {
- .violetbeauty_sec00 .violetbeauty_sec00_box {
- width: 90%;
- }
- }
- .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_left_img {
- width: 70%;
- -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
- }
- @media screen and (max-width: 767px) {
- .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_left_img {
- width: 80%;
- }
- }
- .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_right {
- text-align: center;
- margin-top: 30px;
- }
- .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_right p {
- margin-bottom: 0.8rem;
- }
- .sec01_course {
- background: #fff2f1;
- }
- .sec02_course {
- background: #fff;
- }
- .sec01_course,
- .sec02_course {
- padding: 50px 0;
- }
- .sec01_course .sec01_course_box,
- .sec02_course .sec01_course_box {
- width: 80%;
- margin: 0 auto;
- background: #fff;
- }
- @media screen and (max-width: 767px) {
- .sec01_course .sec01_course_box,
- .sec02_course .sec01_course_box {
- width: 90%;
- }
- }
- .sec01_course .sec01_course_box .sec01_course_text,
- .sec02_course .sec01_course_box .sec01_course_text {
- text-align: center;
- padding: 15px 5.6%;
- letter-spacing: 1px;
- }
- @media screen and (max-width: 767px) {
- .sec01_course .sec01_course_box .sec01_course_text,
- .sec02_course .sec01_course_box .sec01_course_text {
- padding: 15px 2.8%;
- }
- }
- .sec01_course .sec01_course_box .sec01_course_text del,
- .sec02_course .sec01_course_box .sec01_course_text del {
- font-size: 1.2rem;
- color: #888;
- }
- @media screen and (max-width: 767px) {
- .sec01_course .sec01_course_box .sec01_course_text del,
- .sec02_course .sec01_course_box .sec01_course_text del {
- font-size: 1rem;
- }
- }
- .sec01_course .sec01_course_box .sec01_course_text span,
- .sec02_course .sec01_course_box .sec01_course_text span {
- color: #ef7086;
- font-size: 1.6rem;
- }
- @media screen and (max-width: 767px) {
- .sec01_course .sec01_course_box .sec01_course_text span,
- .sec02_course .sec01_course_box .sec01_course_text span {
- font-size: 1.4rem;
- }
- }
- .sec01_course .sec01_course_box .sec01_course_text p,
- .sec02_course .sec01_course_box .sec01_course_text p {
- font-size: 14px;
- color: #555;
- padding: 15px 0 0;
- }
- .sec01_course .sec01_course_box .sec01_course_text .submitbutton,
- .sec02_course .sec01_course_box .sec01_course_text .submitbutton {
- width: 80%;
- margin: 20px auto;
- border: none;
- padding: 10px 12px;
- background: #f4c0d0;
- color: #fff;
- font-size: 20px;
- border-radius: 0.25rem;
- text-align: center;
- vertical-align: middle;
- border: 1px solid #f4c0d0;
- }
- .sec01_course .sec01_course_box .sec01_course_text .submitbutton:hover,
- .sec02_course .sec01_course_box .sec01_course_text .submitbutton:hover {
- color: #f4c0d0;
- background-color: #fff;
- border: 1px solid #f4c0d0;
- }
- .violetbeauty_sec03 {
- padding: 100px 0;
- margin-bottom: 50px;
- position: relative;
- letter-spacing: 1px;
- }
- @media screen and (max-width: 767px) {
- .violetbeauty_sec03 {
- padding: 50px 0;
- margin-bottom: 0;
- }
- }
- .violetbeauty_sec03 .sec03_img1 {
- position: absolute;
- left: 50px;
- top: 50px;
- opacity: 0.5;
- }
- .violetbeauty_sec03 .sec03_img2 {
- position: absolute;
- right: -120px;
- width: 400px;
- top: 40%;
- opacity: 0.5;
- -webkit-transform: rotate(-70deg);
- transform: rotate(-70deg);
- }
- .violetbeauty_sec03 .sec03_img3 {
- position: absolute;
- right: 0px;
- opacity: 0.5;
- width: 250px;
- bottom: 50px;
- transform: scaleX(-1) rotate(19deg);
- -moz-transform: scaleX(-1) rotate(19deg);
- -webkit-transform: scaleX(-1) rotate(19deg);
- -o-transform: scaleX(-1) rotate(19deg);
- }
- .violetbeauty_sec03 .violetbeauty_sec03_box {
- width: 75%;
- margin: 0 auto;
- }
- @media screen and (max-width: 767px) {
- .violetbeauty_sec03 .violetbeauty_sec03_box {
- width: 90%;
- }
- }
- .violetbeauty_sec03 .violetbeauty_sec03_box .violetbeauty_sec03_content {
- margin-top: 100px;
- }
- @media screen and (max-width: 767px) {
- .violetbeauty_sec03 .violetbeauty_sec03_box .violetbeauty_sec03_content {
- margin-top: 50px;
- }
- }
- .violetbeauty_sec03 .violetbeauty_contract_form {
- width: 70%;
- margin: 0 auto;
- }
- @media screen and (max-width: 767px) {
- .violetbeauty_sec03 .violetbeauty_contract_form {
- width: 90%;
- }
- }
- .violetbeauty_sec03 .violetbeauty_contract_form .submitbutton {
- width: 100%;
- margin: 16px auto;
- border: none;
- padding: 16px 12px;
- background: #f4c0d0;
- color: #fff;
- font-size: 20px;
- border-radius: 0.25rem;
- text-align: center;
- vertical-align: middle;
- border: 1px solid #f4c0d0;
- }
- .violetbeauty_sec03 .violetbeauty_contract_form .submitbutton:hover {
- color: #f4c0d0;
- background-color: #fff;
- border: 1px solid #f4c0d0;
- }
- .violetbeauty_sec03 .violetbeauty_contract_form #time,
- .violetbeauty_sec03 .violetbeauty_contract_form #datepicker {
- width: 45%;
- padding: 10px 15px;
- border-radius: 3px;
- margin: 10px 0px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- }
- .violetbeauty_sec03 .violetbeauty_contract_form #time {
- margin-left: 8%;
- }
- .violetbeauty_sec03 .violetbeauty_contract_form #phone,
- .violetbeauty_sec03 .violetbeauty_contract_form #email,
- .violetbeauty_sec03 .violetbeauty_contract_form #loc,
- .violetbeauty_sec03 .violetbeauty_contract_form #name,
- .violetbeauty_sec03 .violetbeauty_contract_form #course_name {
- width: 100%;
- padding: 10px 15px;
- font-size: 16px;
- border-radius: 3px;
- margin: 10px 0px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- -webkit-appearance: none !important;
- }
- .logo img {
- width: 300px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .violetbeauty_logo {
- width: 300px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #footer {
- background: #fff2f1;
- color: #6c6c6c;
- }
- #footer .phone {
- -webkit-transform: rotate(100deg);
- transform: rotate(100deg);
- }
- #footer .footer_content_box {
- padding: 50px 0;
- margin: 0 auto;
- width: 80%;
- letter-spacing: 1px;
- }
- @media screen and (max-width: 767px) {
- #footer .footer_content_box {
- width: 90%;
- }
- }
- #footer .footer_content_box li a {
- width: 100%;
- text-align: left;
- color: #6c6c6c;
- }
- #footer .footer_content_box .border_line {
- margin-top: 30px;
- background: #ccc;
- opacity: 1 !important;
- margin-bottom: 0.5rem;
- }
- #footer .socail-link a {
- margin-right: 8px;
- }
- @media screen and (max-width: 767px) {
- #footer .footer_text_box {
- width: 80%;
- margin: 0 auto;
- }
- }
- #footer .footer_text_box h3 {
- font-size: 1rem;
- }
- #footer .footer_text_box h3,
- #footer .footer_text_box p {
- letter-spacing: 2px;
- }
- #footer .footer_text_box .navbar-nav {
- width: auto;
- }
- #footer .footer_text_box .navbar-nav .nav-link {
- margin: 0;
- padding: 0;
- border-bottom: none;
- -webkit-transition: all 0.2s;
- transition: all 0.2s;
- font-size: 1rem;
- text-align: center;
- }
- #footer .footer_text_box .navbar-nav .nav-link:hover {
- color: #ef7086;
- }
- #footer .footer_text_box .navbar-nav .nav-item {
- margin-right: 20px;
- margin-bottom: 10px;
- min-width: auto;
- }
- #footer .footer_text {
- margin-top: 15px;
- }
- @media screen and (max-width: 767px) {
- #footer .footer_text {
- font-size: 0.85rem;
- }
- }
- #footer .socail-link {
- margin-top: 30px;
- }
- @media screen and (max-width: 767px) {
- #footer .socail-link {
- text-align: center;
- }
- }
- #footer .socail-link a {
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
- #footer .socail-link a:hover {
- opacity: 0.8;
- }
- #footer .store {
- width: 85%;
- margin: 0 auto;
- }
- @media screen and (max-width: 767px) {
- #footer .store {
- margin-top: 50px;
- }
- }
- #footer .store p {
- margin-top: 10px;
- }
- #footer .store h3 {
- font-size: 1.5rem;
- font-weight: 300 !important;
- }
- #footer .store p {
- margin-bottom: 0.5rem;
- font-weight: 300 !important;
- }
- #footer .footer_logo img {
- position: relative;
- right: 30px;
- width: 300px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #footer .google_map {
- width: 100%;
- padding: 14px 20px;
- background: none;
- color: #3f51b5;
- border: 1px solid #3f51b5;
- border-radius: 3px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- overflow-x: hidden;
- }
- #footer .google_map a {
- text-decoration: none;
- color: #3f51b5;
- }
- #footer .google_map:hover {
- background: #3f51b5;
- color: #fff;
- }
- #footer .google_map:hover a {
- color: #fff;
- }
- #footer .line_Reserve {
- width: 100%;
- padding: 15px 20px;
- background: #52b448;
- border: 1px solid #52b448;
- color: #fff;
- border: none;
- border-radius: 3px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- overflow-x: hidden;
- }
- #footer .line_Reserve a {
- color: #fff;
- text-decoration: none;
- }
- #footer .line_Reserve:hover {
- background: #fff;
- color: #52b448;
- }
- #footer .line_Reserve:hover a {
- color: #52b448;
- }
- #footer-secondary {
- background: #fff2f1;
- color: #6c6c6c;
- }
- #footer-secondary .footer_content_box {
- padding: 50px 0;
- margin: 0 auto;
- width: 80%;
- }
- @media (max-width: 767px) {
- #footer-secondary .footer_content_box {
- width: 85%;
- }
- }
- #footer-secondary h3 {
- font-size: 1rem;
- }
- #footer-secondary h3,
- #footer-secondary p {
- letter-spacing: 2px;
- }
- #footer-secondary li a {
- width: 100%;
- text-align: left;
- color: #6c6c6c;
- }
- #footer-secondary .navbar-nav {
- width: auto;
- }
- #footer-secondary .navbar-nav .nav-link {
- margin: 0;
- padding: 0;
- border-bottom: none;
- -webkit-transition: all 0.2s;
- transition: all 0.2s;
- }
- #footer-secondary .navbar-nav .nav-link:hover {
- color: #ef7086;
- }
- #footer-secondary .navbar-nav .nav-item {
- min-width: 105px;
- }
- @media (max-width: 767px) {
- #footer-secondary .navbar-nav .nav-item {
- min-width: auto;
- width: 90px;
- }
- #footer-secondary .navbar-nav .nav-link {
- font-size: 1rem;
- text-align: center;
- }
- }
- #footer-secondary .socail-link img {
- image-rendering: -webkit-optimize-contrast;
- -webkit-filter: invert(42%) sepia(0%) saturate(1863%) hue-rotate(226deg) brightness(100%) contrast(96%);
- filter: invert(42%) sepia(0%) saturate(1863%) hue-rotate(226deg) brightness(100%) contrast(96%);
- }
- #footer-secondary .socail-link img:hover {
- opacity: 0.8;
- }
- #footer-secondary .footer_text {
- margin-top: 15px;
- }
- @media (max-width: 767px) {
- #footer-secondary .footer_text p {
- font-size: 0.85rem;
- }
- }
- #footer-secondary .store_name {
- color: #ef7086;
- }
- #footer-secondary .store {
- width: 85%;
- margin: 0 auto;
- }
- #footer-secondary .store p {
- margin-top: 10px;
- }
- #footer-secondary .footer_logo img {
- position: relative;
- right: 30px;
- width: 250px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .gototop {
- position: fixed;
- right: 3vw;
- bottom: 0.5vw;
- z-index: 10;
- border-radius: 80px;
- font-size: 32px;
- color: #fff;
- width: 50px;
- height: 50px;
- background: #f4c0d0;
- cursor: pointer;
- }
- #banner-slide3 {
- margin-top: 100px;
- }
- @media screen and (max-width: 767px) {
- #banner-slide3 {
- margin-top: 30px;
- }
- }
- /* banner */
- .facial-banner,
- .massage-banner,
- .store-banner {
- padding: 150px 0;
- position: relative;
- background-size: cover;
- background-repeat: no-repeat;
- image-rendering: -webkit-optimize-contrast;
- }
- .facial-banner p,
- .massage-banner p,
- .store-banner p {
- position: absolute;
- right: 50%;
- -webkit-transform: translate(50%, 50%);
- transform: translate(50%, 50%);
- font-size: 40px;
- color: white;
- text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
- }
- /* 臉部課程-facial start */
- .facial-banner {
- background-image: url(/img/banner-facial.jpg);
- background-position: 25% 25%;
- }
- .facial-banner p {
- bottom: 45%;
- }
- .facial-content {
- margin: 100px auto;
- }
- .facial-content p {
- margin: 0;
- line-height: 32px;
- }
- .facial-content img {
- height: 250px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .facial-content button {
- display: none;
- padding: 7px 30px;
- position: absolute;
- bottom: -20px;
- right: 50%;
- -webkit-transform: translate(50%, 0);
- transform: translate(50%, 0);
- color: #ffffff;
- background-color: #ef7086;
- white-space: nowrap;
- font-weight: bold;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- @media screen and (max-width: 767px) {
- .facial-content button {
- display: block;
- }
- }
- .facial-content button::after {
- content: "";
- display: inline-block;
- vertical-align: middle;
- width: 8px;
- height: 8px;
- margin: 0 0 2px 10px;
- border: 1px solid #fff;
- border-left: 0 none;
- border-bottom: 0 none;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .facial-content button:hover {
- color: #ffffff;
- background-color: #f4c0d0;
- }
- .facial-content .card {
- cursor: pointer;
- border: 1px solid #cccccc;
- }
- .facial-content .card .card-body {
- padding: 10px 20px 20px;
- }
- .facial-content .card:hover button {
- display: block;
- }
- .facial-content .card:hover .img-box img {
- -webkit-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
- }
- .facial-content .badge {
- height: 30px;
- line-height: 1.9;
- background-color: #ef7086;
- }
- .facial-content .img-box {
- overflow: hidden;
- }
- .facial-content .img-box img {
- width: 100%;
- height: auto;
- -o-object-fit: contain;
- object-fit: contain;
- -webkit-transition: all 1s;
- transition: all 1s;
- image-rendering: -webkit-optimize-contrast;
- }
- .modal-header {
- border-bottom: none !important;
- }
- .modal-body {
- letter-spacing: 1px;
- }
- .modal-body p {
- line-height: 32px;
- }
- .modal-body h5 {
- font-size: 25px;
- }
- .modal-body img {
- border-radius: 20px;
- }
- .modal-body .price-box span {
- font-size: 18px;
- font-weight: bold;
- color: #ef7086;
- }
- .modal-body .price-box span:last-child {
- font-size: 16px;
- font-weight: normal;
- text-decoration: line-through;
- }
- .modal-body .recommend-item {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- border-top: 1px dashed #f4c0d0;
- }
- .modal-body .recommend-item span {
- width: 100px;
- padding: 10px;
- margin: 25px 0 15px;
- padding-left: 15px;
- letter-spacing: 5px;
- font-size: 16px;
- color: #ffffff;
- background-color: #ef7086;
- }
- .modal-body .recommend-item li {
- margin: 5px 0;
- }
- .modal-body section {
- height: 75%;
- }
- .time-box img {
- width: 18px;
- height: 18px;
- margin-right: 5px;
- image-rendering: -webkit-optimize-contrast;
- }
- .time-box p {
- margin: 0;
- font-size: 14px;
- color: #ef7086;
- }
- .time-box span {
- font-size: 20px;
- font-weight: bold;
- }
- .modal-body img {
- image-rendering: -webkit-optimize-contrast;
- }
- /* 臉部課程-facial end */
- /* 門市資訊-store start */
- .store-banner {
- background-image: url(/img/banner-store.jpg);
- background-position: 25% 30%;
- }
- .store-banner p {
- bottom: 45%;
- }
- .store-content {
- margin: 150px auto;
- letter-spacing: 1px;
- }
- .store-content i {
- color: #b2adae;
- font-size: 20px;
- }
- .store-content h3 {
- margin-bottom: 20px;
- font-weight: bold;
- color: #ef7086;
- }
- .store-content img {
- width: 100%;
- border-radius: 20px 0 0 20px;
- }
- @media (max-width: 767px) {
- .store-content img {
- border-radius: 20px 20px 0 0;
- }
- }
- .store-content .info-box {
- width: 270px;
- margin: auto;
- }
- @media (max-width: 375px) {
- .store-content .info-box {
- width: 100%;
- }
- }
- .store-content .Down_line {
- width: 230px;
- margin-top: -20px;
- }
- .store-content .row {
- margin: 15%;
- border: 1px solid #f4c0d0;
- border-radius: 20px;
- }
- @media (max-width: 1200px) {
- .store-content .row {
- margin: 10%;
- }
- }
- @media (max-width: 992px) {
- .store-content .row {
- margin: 0px;
- }
- }
- .store-content .google_map {
- width: 100%;
- padding: 7px 15px;
- margin-top: 1px;
- background: none;
- color: #3f51b5;
- border: 1px solid #3f51b5;
- border-radius: 3px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- font-size: 15px;
- letter-spacing: 1px;
- overflow-x: hidden;
- }
- .store-content .google_map a {
- text-decoration: none;
- color: #3f51b5;
- }
- .store-content .google_map:hover {
- background: #3f51b5;
- color: #fff;
- }
- .store-content .google_map:hover a {
- color: #fff;
- }
- .store-content .line_Reserve {
- width: 100%;
- margin-left: 10%;
- padding: 8px 15px;
- background: #52b448;
- color: #fff;
- border: 1px solid #52b448;
- border-radius: 5px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- font-size: 15px;
- letter-spacing: 1px;
- overflow-x: hidden;
- }
- .store-content .line_Reserve a {
- color: #fff;
- text-decoration: none;
- }
- .store-content .line_Reserve:hover {
- background: #fff;
- color: #52b448;
- }
- .store-content .line_Reserve:hover a {
- color: #52b448;
- }
- @media (max-width: 575px) {
- .store-content .line_Reserve {
- margin-left: 0;
- margin-top: 5%;
- }
- }
- @media (max-width: 992px) {
- .store-content p {
- font-size: 0.9rem;
- }
- .store-content h3 {
- font-size: 1.3rem;
- }
- }
- /* 門市資訊-store end */
- /* 身體課程-massage start */
- .massage-banner {
- background-image: url(/img/banner-massage.jpg);
- background-position: center;
- }
- .massage-banner p {
- bottom: 45%;
- }
- .massage-modal-item .modal-body .badge {
- width: auto;
- padding-left: 13px;
- letter-spacing: 2px;
- }
- /* 身體課程-massage end */
- /* 關於我們-about start */
- .about-content {
- margin-bottom: 100px;
- }
- .about-content p {
- padding: 0 60px;
- line-height: 35px;
- text-align: justify;
- }
- .about-content .title {
- font-size: 30px;
- letter-spacing: 3px;
- font-weight: bold;
- }
- .about-content .container {
- margin: 15% 5%;
- }
- .about-content .bg-item {
- height: 120%;
- background-color: #fff2f1;
- position: absolute;
- z-index: -1;
- bottom: -10%;
- left: -5%;
- width: 90%;
- }
- .about-content .iframe-box {
- position: relative;
- width: 100%;
- height: 0;
- padding-bottom: 73%;
- }
- .about-content .iframe-box video {
- position: absolute;
- top: 0;
- left: 0;
- height: 100%;
- -webkit-box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
- box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
- }
- .about-content .icon-box .row {
- padding: 0 30px;
- }
- @media (max-width: 1200px) {
- .about-content .icon-box .row {
- padding-left: 13%;
- }
- }
- @media (max-width: 768px) {
- .about-content .icon-box .row {
- padding: 0;
- }
- }
- .about-content .icon-box .col-6 {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- @media (max-width: 767px) {
- .about-content .icon-box .col-6 {
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- }
- }
- .about-content .icon-box img {
- width: 50px;
- image-rendering: -webkit-optimize-contrast;
- -webkit-filter: invert(71%) sepia(13%) saturate(3318%) hue-rotate(302deg) brightness(90%) contrast(110%);
- filter: invert(71%) sepia(13%) saturate(3318%) hue-rotate(302deg) brightness(90%) contrast(110%);
- }
- .about-content .icon-box span {
- margin: 15px;
- font-weight: bold;
- }
- .about-content .icon-box .icon-item {
- padding: 15px;
- margin: auto 0;
- border: 1px solid #f4c0d0;
- border-radius: 100%;
- }
- @media (max-width: 1200px) {
- .about-content .container {
- margin: 10% auto;
- }
- .about-content .container p {
- padding: 0;
- }
- .about-content .content-box {
- margin-top: 100px;
- }
- }
- /* 關於我們-about end */
- .bottom_line {
- margin: 0px auto 20px;
- border: 1px solid transparent;
- background: -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(#f4c0d0), to(#d76478));
- background: linear-gradient(to right, white, white), linear-gradient(to right, #f4c0d0, #d76478);
- background-clip: padding-box, border-box;
- background-origin: padding-box, border-box;
- width: 50px;
- }
- /*# sourceMappingURL=style.css.map */
|