style.css 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619
  1. @charset "UTF-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. -webkit-box-sizing: border-box;
  6. box-sizing: border-box;
  7. }
  8. #top {
  9. overflow-x: hidden !important;
  10. }
  11. .violetbeauty_line {
  12. margin: 0px auto 20px;
  13. border: 1px solid transparent;
  14. background: -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(#f4c0d0), to(#d76478));
  15. background: linear-gradient(to right, white, white), linear-gradient(to right, #f4c0d0, #d76478);
  16. background-clip: padding-box, border-box;
  17. background-origin: padding-box, border-box;
  18. width: 50px;
  19. opacity: 1 !important;
  20. }
  21. .playbutton {
  22. cursor: pointer;
  23. position: absolute;
  24. top: 50%;
  25. left: 50%;
  26. -webkit-transform: translate(-50%, -50%);
  27. transform: translate(-50%, -50%);
  28. z-index: 101;
  29. -webkit-transition: 0.3s;
  30. transition: 0.3s;
  31. }
  32. .playbutton:hover {
  33. opacity: 0.8;
  34. }
  35. .likeSee__state {
  36. display: -webkit-box;
  37. display: -ms-flexbox;
  38. display: flex;
  39. -webkit-box-pack: justify;
  40. -ms-flex-pack: justify;
  41. justify-content: space-between;
  42. -webkit-box-align: center;
  43. -ms-flex-align: center;
  44. align-items: center;
  45. }
  46. .likeSee__state img {
  47. width: 40px;
  48. }
  49. .learn_more {
  50. margin-top: 20px;
  51. padding: 5px;
  52. background: none;
  53. color: #f4c0d0;
  54. border-radius: 5px;
  55. border: 1px solid #f4c0d0;
  56. -webkit-transition: 0.3s;
  57. transition: 0.3s;
  58. }
  59. .learn_more:hover {
  60. color: #fff;
  61. background: #f4c0d0;
  62. }
  63. .course_name_title {
  64. font-size: 1.2rem;
  65. color: #ef7086;
  66. font-weight: 900;
  67. }
  68. .course_name_text {
  69. color: #f4c0d0;
  70. margin-bottom: 5px;
  71. font-size: 1rem;
  72. }
  73. .Discounted_price {
  74. font-size: 24px;
  75. font-weight: 600;
  76. }
  77. .violetbeauty_content_title {
  78. color: #ef7086;
  79. font-weight: 900;
  80. font-size: 1.8rem;
  81. }
  82. .violetbeauty_content_text {
  83. color: #ef7086;
  84. font-size: 1rem;
  85. }
  86. .features_title {
  87. font-weight: 300 !important;
  88. letter-spacing: 2px;
  89. font: 1.9375em "微軟正黑體";
  90. line-height: 25px;
  91. text-align: center;
  92. color: #333;
  93. width: 100%;
  94. margin: 1rem 0;
  95. }
  96. .Down_line {
  97. width: 300px;
  98. -o-object-fit: cover;
  99. object-fit: cover;
  100. }
  101. .card {
  102. border: none;
  103. }
  104. .card .card-body {
  105. padding: 0.1rem;
  106. margin-top: 15px;
  107. }
  108. .violetbeauty_CTA {
  109. margin-top: 50px;
  110. padding: 10px 50px;
  111. border: 1px solid #f4c0d0;
  112. background: #fff;
  113. border-radius: 30px;
  114. color: #ef7086;
  115. position: relative;
  116. -webkit-transition: 0.5s;
  117. transition: 0.5s;
  118. }
  119. .violetbeauty_CTA a {
  120. color: #ef7086;
  121. }
  122. .violetbeauty_CTA .cta_flower {
  123. position: absolute;
  124. width: 60px;
  125. left: -25px;
  126. bottom: -10px;
  127. -webkit-transition: 0.5s;
  128. transition: 0.5s;
  129. }
  130. .violetbeauty_CTA:hover {
  131. background: #ef7086;
  132. color: #fff;
  133. }
  134. .violetbeauty_CTA:hover a {
  135. color: #fff;
  136. }
  137. .violetbeauty_CTA:hover .cta_flower {
  138. -webkit-transform: rotate(360deg);
  139. transform: rotate(360deg);
  140. }
  141. .navbar-nav {
  142. -webkit-box-orient: horizontal;
  143. -webkit-box-direction: normal;
  144. -ms-flex-direction: row;
  145. flex-direction: row;
  146. width: 70%;
  147. margin: 0 auto;
  148. }
  149. .navbar-nav .nav-item {
  150. white-space: nowrap;
  151. }
  152. .navbar-nav .nav-link {
  153. font: 1.2rem 微軟正黑體;
  154. font-weight: 300 !important;
  155. padding: 0.5rem 1rem;
  156. margin: 5px 1rem;
  157. text-align: center;
  158. color: #9f9f9f;
  159. color: #000;
  160. letter-spacing: 0;
  161. border-bottom: 5px solid #ffffff;
  162. -webkit-box-sizing: border-box;
  163. box-sizing: border-box;
  164. cursor: pointer;
  165. }
  166. .navbar-nav .nav-link:hover {
  167. color: #ef7086;
  168. }
  169. #Navigation {
  170. background: #fff;
  171. opacity: 1;
  172. height: 4.5vw;
  173. width: 100vw !important;
  174. position: fixed;
  175. z-index: 100;
  176. }
  177. @media screen and (max-width: 1024px) {
  178. #Navigation {
  179. height: 8vw;
  180. }
  181. }
  182. @media screen and (max-width: 767px) {
  183. #Navigation {
  184. height: auto;
  185. position: fixed;
  186. z-index: 5;
  187. }
  188. }
  189. #Navigation .menu {
  190. font-size: 28px;
  191. margin-top: 30px;
  192. color: #6c6c6c;
  193. }
  194. #Navigation #nav {
  195. width: 100vw;
  196. margin: 0 auto;
  197. }
  198. #Navigation #logo {
  199. padding-top: 1vw;
  200. }
  201. #Navigation #logo img {
  202. width: 120px;
  203. }
  204. #Navigation #link {
  205. text-align: right;
  206. padding: 1.5vw 3vw;
  207. }
  208. @media screen and (max-width: 767px) {
  209. #Navigation #link {
  210. display: none;
  211. }
  212. }
  213. #Navigation #link a {
  214. text-decoration: none;
  215. color: #000;
  216. letter-spacing: 1px;
  217. font-size: 0.9rem;
  218. font-weight: 600;
  219. cursor: pointer;
  220. padding: 15px;
  221. position: relative;
  222. }
  223. #Navigation #link a :hover {
  224. opacity: 0.8;
  225. }
  226. #Navigation #link a:after {
  227. content: "";
  228. display: block;
  229. width: 80%;
  230. height: 3px;
  231. background-color: #fff;
  232. position: absolute;
  233. left: 12%;
  234. bottom: 0;
  235. -webkit-transition: all 0.3s;
  236. transition: all 0.3s;
  237. opacity: 0;
  238. }
  239. #Navigation #link a:hover:after {
  240. width: 80%;
  241. opacity: 1;
  242. }
  243. #menu-box {
  244. top: 4.4rem;
  245. height: 25vh;
  246. width: 100vw;
  247. position: fixed;
  248. z-index: 998;
  249. overflow: hidden;
  250. display: none;
  251. background: rgba(0, 0, 0, 0.8);
  252. }
  253. @media screen and (min-width: 1025px) {
  254. #menu-box {
  255. display: none;
  256. }
  257. }
  258. @media screen and (max-width: 767px) {
  259. #menu-box {
  260. height: 100vh;
  261. }
  262. }
  263. @media screen and (max-width: 350px) {
  264. #menu-box {
  265. height: 55vh;
  266. }
  267. }
  268. #menu-box hr {
  269. display: inline-block;
  270. margin: 0px auto !important;
  271. width: 55vw;
  272. background: #fff;
  273. opacity: 1 !important;
  274. }
  275. #menu-box #menu-box2 {
  276. width: 100vw;
  277. height: 25vh;
  278. background-color: #f4c0d0;
  279. opacity: 0.95;
  280. z-index: 999;
  281. text-align: center;
  282. }
  283. @media screen and (max-width: 767px) {
  284. #menu-box #menu-box2 {
  285. height: 45vh;
  286. }
  287. }
  288. @media screen and (max-width: 350px) {
  289. #menu-box #menu-box2 {
  290. height: 55vh;
  291. }
  292. }
  293. #menu-box #menu-box2 #menu-link {
  294. display: -ms-grid;
  295. display: grid;
  296. -ms-grid-columns: (1fr)[4];
  297. grid-template-columns: repeat(4, 1fr);
  298. width: 60vw;
  299. margin: 0 auto;
  300. }
  301. #menu-box #menu-box2 .menu-logo {
  302. opacity: 1;
  303. }
  304. #menu-box #menu-box2 .menu-logo img {
  305. width: 7vw;
  306. }
  307. #menu-box #menu-box2 a {
  308. display: inline-block;
  309. text-decoration: none;
  310. color: #fff;
  311. font-size: 16px;
  312. margin-top: 20px;
  313. font-weight: 900;
  314. }
  315. @media screen and (max-width: 767px) {
  316. #menu-box #menu-box2 a {
  317. margin-top: 4vw;
  318. }
  319. }
  320. #menu-box #menu-box2 .menu-text {
  321. width: 70vw;
  322. text-align: center;
  323. margin-bottom: 10px;
  324. border-bottom: 1px solid #fff;
  325. margin: 0 auto;
  326. padding-bottom: 10px;
  327. }
  328. @media screen and (max-width: 767px) {
  329. #menu-box #menu-box2 .menu-text {
  330. margin-bottom: 5px !important;
  331. }
  332. }
  333. .slick-dotted.slick-slider {
  334. margin-bottom: 0px !important;
  335. }
  336. .sec_content_right_text {
  337. margin-top: 30px;
  338. }
  339. .sec_content_right_text p {
  340. margin-bottom: 0.5rem;
  341. color: #ef7086;
  342. }
  343. @media screen and (max-width: 767px) {
  344. .banner-slide {
  345. padding-top: 80px;
  346. }
  347. }
  348. .news {
  349. margin: 100px 0px;
  350. }
  351. @media screen and (max-width: 767px) {
  352. .news {
  353. margin: 50px 0px 80px;
  354. }
  355. }
  356. .news .news-slide {
  357. width: 80%;
  358. margin: 0 auto;
  359. }
  360. @media screen and (max-width: 767px) {
  361. .news .news-slide {
  362. width: 95%;
  363. }
  364. }
  365. .news .news-slide .slick-prev,
  366. .news .news-slide .slick-next {
  367. width: 50px;
  368. -o-object-fit: cover;
  369. object-fit: cover;
  370. height: auto;
  371. -webkit-filter: invert(52%) sepia(75%) saturate(602%) hue-rotate(306deg) brightness(102%) contrast(87%);
  372. filter: invert(52%) sepia(75%) saturate(602%) hue-rotate(306deg) brightness(102%) contrast(87%);
  373. }
  374. @media screen and (max-width: 767px) {
  375. .news .news-slide .slick-prev,
  376. .news .news-slide .slick-next {
  377. width: 30px;
  378. }
  379. }
  380. .news .news-slide .slick-prev {
  381. left: -50px;
  382. }
  383. @media screen and (max-width: 767px) {
  384. .news .news-slide .slick-prev {
  385. display: none;
  386. }
  387. }
  388. .news .news-slide .slick-next {
  389. right: -50px;
  390. }
  391. @media screen and (max-width: 767px) {
  392. .news .news-slide .slick-next {
  393. display: none;
  394. }
  395. }
  396. .news .news-slide .banner-slide-item img {
  397. padding: 10px;
  398. width: 100% !important;
  399. }
  400. @media screen and (max-width: 767px) {
  401. .news .news-slide .banner-slide-item img {
  402. padding: 0px;
  403. }
  404. }
  405. .news .news-slide .slick-dots {
  406. bottom: -15px;
  407. }
  408. .news .news-slide .slick-dots li button:before {
  409. font-size: 16px;
  410. font-weight: 900;
  411. top: 15px;
  412. content: "○";
  413. color: #ef7086;
  414. }
  415. .news .news-slide .slick-dots li.slick-active button:before {
  416. opacity: 0.75;
  417. color: #ef7086;
  418. content: "●";
  419. }
  420. .violetbeauty_sec00 {
  421. overflow: hidden;
  422. background-size: cover;
  423. background-attachment: fixed;
  424. background-position: left center;
  425. background-repeat: no-repeat;
  426. position: relative;
  427. }
  428. @media screen and (max-width: 767px) {
  429. .violetbeauty_sec00 {
  430. background-position: right center;
  431. }
  432. }
  433. .violetbeauty_sec00 .bg {
  434. background: rgba(0, 0, 0, 0.4);
  435. width: 100%;
  436. height: 100%;
  437. padding: 100px 0;
  438. }
  439. .violetbeauty_sec00 hr {
  440. background: #fff;
  441. opacity: 1 !important;
  442. height: 1px;
  443. width: 40px;
  444. margin: 15px auto;
  445. }
  446. .violetbeauty_sec00 p {
  447. color: #fff;
  448. }
  449. .violetbeauty_sec00 h4 {
  450. color: #fff;
  451. }
  452. .violetbeauty_sec00 .violetbeauty_sec00_box {
  453. width: 80%;
  454. margin: 0 auto;
  455. }
  456. @media screen and (max-width: 767px) {
  457. .violetbeauty_sec00 .violetbeauty_sec00_box {
  458. width: 90%;
  459. }
  460. }
  461. .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_left_img {
  462. width: 70%;
  463. -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  464. box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  465. }
  466. @media screen and (max-width: 767px) {
  467. .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_left_img {
  468. width: 80%;
  469. }
  470. }
  471. .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_right {
  472. text-align: center;
  473. margin-top: 30px;
  474. }
  475. .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_right p {
  476. margin-bottom: 0.8rem;
  477. }
  478. .sec01_course {
  479. background: #fff2f1;
  480. }
  481. .sec02_course {
  482. background: #fff;
  483. }
  484. .sec01_course,
  485. .sec02_course {
  486. padding: 50px 0;
  487. }
  488. .sec01_course .sec01_course_box,
  489. .sec02_course .sec01_course_box {
  490. width: 80%;
  491. margin: 0 auto;
  492. background: #fff;
  493. }
  494. @media screen and (max-width: 767px) {
  495. .sec01_course .sec01_course_box,
  496. .sec02_course .sec01_course_box {
  497. width: 90%;
  498. }
  499. }
  500. .sec01_course .sec01_course_box .sec01_course_text,
  501. .sec02_course .sec01_course_box .sec01_course_text {
  502. text-align: center;
  503. padding: 15px 5.6%;
  504. letter-spacing: 1px;
  505. }
  506. @media screen and (max-width: 767px) {
  507. .sec01_course .sec01_course_box .sec01_course_text,
  508. .sec02_course .sec01_course_box .sec01_course_text {
  509. padding: 15px 2.8%;
  510. }
  511. }
  512. .sec01_course .sec01_course_box .sec01_course_text del,
  513. .sec02_course .sec01_course_box .sec01_course_text del {
  514. font-size: 1.2rem;
  515. color: #888;
  516. }
  517. @media screen and (max-width: 767px) {
  518. .sec01_course .sec01_course_box .sec01_course_text del,
  519. .sec02_course .sec01_course_box .sec01_course_text del {
  520. font-size: 1rem;
  521. }
  522. }
  523. .sec01_course .sec01_course_box .sec01_course_text span,
  524. .sec02_course .sec01_course_box .sec01_course_text span {
  525. color: #ef7086;
  526. font-size: 1.6rem;
  527. }
  528. @media screen and (max-width: 767px) {
  529. .sec01_course .sec01_course_box .sec01_course_text span,
  530. .sec02_course .sec01_course_box .sec01_course_text span {
  531. font-size: 1.4rem;
  532. }
  533. }
  534. .sec01_course .sec01_course_box .sec01_course_text p,
  535. .sec02_course .sec01_course_box .sec01_course_text p {
  536. font-size: 14px;
  537. color: #555;
  538. padding: 15px 0 0;
  539. }
  540. .sec01_course .sec01_course_box .sec01_course_text .submitbutton,
  541. .sec02_course .sec01_course_box .sec01_course_text .submitbutton {
  542. width: 80%;
  543. margin: 20px auto;
  544. border: none;
  545. padding: 10px 12px;
  546. background: #f4c0d0;
  547. color: #fff;
  548. font-size: 20px;
  549. border-radius: 0.25rem;
  550. text-align: center;
  551. vertical-align: middle;
  552. border: 1px solid #f4c0d0;
  553. }
  554. .sec01_course .sec01_course_box .sec01_course_text .submitbutton:hover,
  555. .sec02_course .sec01_course_box .sec01_course_text .submitbutton:hover {
  556. color: #f4c0d0;
  557. background-color: #fff;
  558. border: 1px solid #f4c0d0;
  559. }
  560. .violetbeauty_sec03 {
  561. padding: 100px 0;
  562. margin-bottom: 50px;
  563. position: relative;
  564. letter-spacing: 1px;
  565. }
  566. @media screen and (max-width: 767px) {
  567. .violetbeauty_sec03 {
  568. padding: 50px 0;
  569. margin-bottom: 0;
  570. }
  571. }
  572. .violetbeauty_sec03 .sec03_img1 {
  573. position: absolute;
  574. left: 50px;
  575. top: 50px;
  576. opacity: 0.5;
  577. }
  578. .violetbeauty_sec03 .sec03_img2 {
  579. position: absolute;
  580. right: -120px;
  581. width: 400px;
  582. top: 40%;
  583. opacity: 0.5;
  584. -webkit-transform: rotate(-70deg);
  585. transform: rotate(-70deg);
  586. }
  587. .violetbeauty_sec03 .sec03_img3 {
  588. position: absolute;
  589. right: 0px;
  590. opacity: 0.5;
  591. width: 250px;
  592. bottom: 50px;
  593. transform: scaleX(-1) rotate(19deg);
  594. -moz-transform: scaleX(-1) rotate(19deg);
  595. -webkit-transform: scaleX(-1) rotate(19deg);
  596. -o-transform: scaleX(-1) rotate(19deg);
  597. }
  598. .violetbeauty_sec03 .violetbeauty_sec03_box {
  599. width: 75%;
  600. margin: 0 auto;
  601. }
  602. @media screen and (max-width: 767px) {
  603. .violetbeauty_sec03 .violetbeauty_sec03_box {
  604. width: 90%;
  605. }
  606. }
  607. .violetbeauty_sec03 .violetbeauty_sec03_box .violetbeauty_sec03_content {
  608. margin-top: 100px;
  609. }
  610. @media screen and (max-width: 767px) {
  611. .violetbeauty_sec03 .violetbeauty_sec03_box .violetbeauty_sec03_content {
  612. margin-top: 50px;
  613. }
  614. }
  615. .violetbeauty_sec03 .violetbeauty_contract_form {
  616. width: 70%;
  617. margin: 0 auto;
  618. }
  619. @media screen and (max-width: 767px) {
  620. .violetbeauty_sec03 .violetbeauty_contract_form {
  621. width: 90%;
  622. }
  623. }
  624. .violetbeauty_sec03 .violetbeauty_contract_form .submitbutton {
  625. width: 100%;
  626. margin: 16px auto;
  627. border: none;
  628. padding: 16px 12px;
  629. background: #f4c0d0;
  630. color: #fff;
  631. font-size: 20px;
  632. border-radius: 0.25rem;
  633. text-align: center;
  634. vertical-align: middle;
  635. border: 1px solid #f4c0d0;
  636. }
  637. .violetbeauty_sec03 .violetbeauty_contract_form .submitbutton:hover {
  638. color: #f4c0d0;
  639. background-color: #fff;
  640. border: 1px solid #f4c0d0;
  641. }
  642. .violetbeauty_sec03 .violetbeauty_contract_form #time,
  643. .violetbeauty_sec03 .violetbeauty_contract_form #datepicker {
  644. width: 45%;
  645. padding: 10px 15px;
  646. border-radius: 3px;
  647. margin: 10px 0px;
  648. border: 1px solid rgba(0, 0, 0, 0.3);
  649. }
  650. .violetbeauty_sec03 .violetbeauty_contract_form #time {
  651. margin-left: 8%;
  652. }
  653. .violetbeauty_sec03 .violetbeauty_contract_form #phone,
  654. .violetbeauty_sec03 .violetbeauty_contract_form #email,
  655. .violetbeauty_sec03 .violetbeauty_contract_form #loc,
  656. .violetbeauty_sec03 .violetbeauty_contract_form #name,
  657. .violetbeauty_sec03 .violetbeauty_contract_form #course_name {
  658. width: 100%;
  659. padding: 10px 15px;
  660. font-size: 16px;
  661. border-radius: 3px;
  662. margin: 10px 0px;
  663. border: 1px solid rgba(0, 0, 0, 0.3);
  664. -webkit-appearance: none !important;
  665. }
  666. .logo img {
  667. width: 300px;
  668. -o-object-fit: cover;
  669. object-fit: cover;
  670. }
  671. .violetbeauty_logo {
  672. width: 300px;
  673. -o-object-fit: cover;
  674. object-fit: cover;
  675. }
  676. #footer {
  677. background: #fff2f1;
  678. color: #6c6c6c;
  679. }
  680. #footer .phone {
  681. -webkit-transform: rotate(100deg);
  682. transform: rotate(100deg);
  683. }
  684. #footer .footer_content_box {
  685. padding: 50px 0;
  686. margin: 0 auto;
  687. width: 80%;
  688. letter-spacing: 1px;
  689. }
  690. @media screen and (max-width: 767px) {
  691. #footer .footer_content_box {
  692. width: 90%;
  693. }
  694. }
  695. #footer .footer_content_box li a {
  696. width: 100%;
  697. text-align: left;
  698. color: #6c6c6c;
  699. }
  700. #footer .footer_content_box .border_line {
  701. margin-top: 30px;
  702. background: #ccc;
  703. opacity: 1 !important;
  704. margin-bottom: 0.5rem;
  705. }
  706. #footer .socail-link a {
  707. margin-right: 8px;
  708. }
  709. @media screen and (max-width: 767px) {
  710. #footer .footer_text_box {
  711. width: 80%;
  712. margin: 0 auto;
  713. }
  714. }
  715. #footer .footer_text_box h3 {
  716. font-size: 1rem;
  717. }
  718. #footer .footer_text_box h3,
  719. #footer .footer_text_box p {
  720. letter-spacing: 2px;
  721. }
  722. #footer .footer_text_box .navbar-nav {
  723. width: auto;
  724. }
  725. #footer .footer_text_box .navbar-nav .nav-link {
  726. margin: 0;
  727. padding: 0;
  728. border-bottom: none;
  729. -webkit-transition: all 0.2s;
  730. transition: all 0.2s;
  731. font-size: 1rem;
  732. text-align: center;
  733. }
  734. #footer .footer_text_box .navbar-nav .nav-link:hover {
  735. color: #ef7086;
  736. }
  737. #footer .footer_text_box .navbar-nav .nav-item {
  738. margin-right: 20px;
  739. margin-bottom: 10px;
  740. min-width: auto;
  741. }
  742. #footer .footer_text {
  743. margin-top: 15px;
  744. }
  745. @media screen and (max-width: 767px) {
  746. #footer .footer_text {
  747. font-size: 0.85rem;
  748. }
  749. }
  750. #footer .socail-link {
  751. margin-top: 30px;
  752. }
  753. @media screen and (max-width: 767px) {
  754. #footer .socail-link {
  755. text-align: center;
  756. }
  757. }
  758. #footer .socail-link a {
  759. -webkit-transition: 0.3s;
  760. transition: 0.3s;
  761. }
  762. #footer .socail-link a:hover {
  763. opacity: 0.8;
  764. }
  765. #footer .store {
  766. width: 85%;
  767. margin: 0 auto;
  768. }
  769. @media screen and (max-width: 767px) {
  770. #footer .store {
  771. margin-top: 50px;
  772. }
  773. }
  774. #footer .store p {
  775. margin-top: 10px;
  776. }
  777. #footer .store h3 {
  778. font-size: 1.5rem;
  779. font-weight: 300 !important;
  780. }
  781. #footer .store p {
  782. margin-bottom: 0.5rem;
  783. font-weight: 300 !important;
  784. }
  785. #footer .footer_logo img {
  786. position: relative;
  787. right: 30px;
  788. width: 300px;
  789. -o-object-fit: cover;
  790. object-fit: cover;
  791. }
  792. #footer .google_map {
  793. width: 100%;
  794. padding: 14px 20px;
  795. background: none;
  796. color: #3f51b5;
  797. border: 1px solid #3f51b5;
  798. border-radius: 3px;
  799. -webkit-transition: 0.3s;
  800. transition: 0.3s;
  801. overflow-x: hidden;
  802. }
  803. #footer .google_map a {
  804. text-decoration: none;
  805. color: #3f51b5;
  806. }
  807. #footer .google_map:hover {
  808. background: #3f51b5;
  809. color: #fff;
  810. }
  811. #footer .google_map:hover a {
  812. color: #fff;
  813. }
  814. #footer .line_Reserve {
  815. width: 100%;
  816. padding: 15px 20px;
  817. background: #52b448;
  818. border: 1px solid #52b448;
  819. color: #fff;
  820. border: none;
  821. border-radius: 3px;
  822. -webkit-transition: 0.3s;
  823. transition: 0.3s;
  824. overflow-x: hidden;
  825. }
  826. #footer .line_Reserve a {
  827. color: #fff;
  828. text-decoration: none;
  829. }
  830. #footer .line_Reserve:hover {
  831. background: #fff;
  832. color: #52b448;
  833. }
  834. #footer .line_Reserve:hover a {
  835. color: #52b448;
  836. }
  837. #footer-secondary {
  838. background: #fff2f1;
  839. color: #6c6c6c;
  840. }
  841. #footer-secondary .footer_content_box {
  842. padding: 50px 0;
  843. margin: 0 auto;
  844. width: 80%;
  845. }
  846. @media (max-width: 767px) {
  847. #footer-secondary .footer_content_box {
  848. width: 85%;
  849. }
  850. }
  851. #footer-secondary h3 {
  852. font-size: 1rem;
  853. }
  854. #footer-secondary h3,
  855. #footer-secondary p {
  856. letter-spacing: 2px;
  857. }
  858. #footer-secondary li a {
  859. width: 100%;
  860. text-align: left;
  861. color: #6c6c6c;
  862. }
  863. #footer-secondary .navbar-nav {
  864. width: auto;
  865. }
  866. #footer-secondary .navbar-nav .nav-link {
  867. margin: 0;
  868. padding: 0;
  869. border-bottom: none;
  870. -webkit-transition: all 0.2s;
  871. transition: all 0.2s;
  872. }
  873. #footer-secondary .navbar-nav .nav-link:hover {
  874. color: #ef7086;
  875. }
  876. #footer-secondary .navbar-nav .nav-item {
  877. min-width: 105px;
  878. }
  879. @media (max-width: 767px) {
  880. #footer-secondary .navbar-nav .nav-item {
  881. min-width: auto;
  882. width: 90px;
  883. }
  884. #footer-secondary .navbar-nav .nav-link {
  885. font-size: 1rem;
  886. text-align: center;
  887. }
  888. }
  889. #footer-secondary .socail-link img {
  890. image-rendering: -webkit-optimize-contrast;
  891. -webkit-filter: invert(42%) sepia(0%) saturate(1863%) hue-rotate(226deg) brightness(100%) contrast(96%);
  892. filter: invert(42%) sepia(0%) saturate(1863%) hue-rotate(226deg) brightness(100%) contrast(96%);
  893. }
  894. #footer-secondary .socail-link img:hover {
  895. opacity: 0.8;
  896. }
  897. #footer-secondary .footer_text {
  898. margin-top: 15px;
  899. }
  900. @media (max-width: 767px) {
  901. #footer-secondary .footer_text p {
  902. font-size: 0.85rem;
  903. }
  904. }
  905. #footer-secondary .store_name {
  906. color: #ef7086;
  907. }
  908. #footer-secondary .store {
  909. width: 85%;
  910. margin: 0 auto;
  911. }
  912. #footer-secondary .store p {
  913. margin-top: 10px;
  914. }
  915. #footer-secondary .footer_logo img {
  916. position: relative;
  917. right: 30px;
  918. width: 250px;
  919. -o-object-fit: cover;
  920. object-fit: cover;
  921. }
  922. .gototop {
  923. position: fixed;
  924. right: 3vw;
  925. bottom: 0.5vw;
  926. z-index: 10;
  927. border-radius: 80px;
  928. font-size: 32px;
  929. color: #fff;
  930. width: 50px;
  931. height: 50px;
  932. background: #f4c0d0;
  933. cursor: pointer;
  934. }
  935. #banner-slide3 {
  936. margin-top: 100px;
  937. }
  938. @media screen and (max-width: 767px) {
  939. #banner-slide3 {
  940. margin-top: 30px;
  941. }
  942. }
  943. /* banner */
  944. .facial-banner,
  945. .massage-banner,
  946. .store-banner {
  947. padding: 150px 0;
  948. position: relative;
  949. background-size: cover;
  950. background-repeat: no-repeat;
  951. image-rendering: -webkit-optimize-contrast;
  952. }
  953. .facial-banner p,
  954. .massage-banner p,
  955. .store-banner p {
  956. position: absolute;
  957. right: 50%;
  958. -webkit-transform: translate(50%, 50%);
  959. transform: translate(50%, 50%);
  960. font-size: 40px;
  961. color: white;
  962. text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  963. }
  964. /* 臉部課程-facial start */
  965. .facial-banner {
  966. background-image: url(/img/banner-facial.jpg);
  967. background-position: 25% 25%;
  968. }
  969. .facial-banner p {
  970. bottom: 45%;
  971. }
  972. .facial-content {
  973. margin: 100px auto;
  974. }
  975. .facial-content p {
  976. margin: 0;
  977. line-height: 32px;
  978. }
  979. .facial-content img {
  980. height: 250px;
  981. -o-object-fit: cover;
  982. object-fit: cover;
  983. }
  984. .facial-content button {
  985. display: none;
  986. padding: 7px 30px;
  987. position: absolute;
  988. bottom: -20px;
  989. right: 50%;
  990. -webkit-transform: translate(50%, 0);
  991. transform: translate(50%, 0);
  992. color: #ffffff;
  993. background-color: #ef7086;
  994. white-space: nowrap;
  995. font-weight: bold;
  996. -webkit-transition: all 0.3s;
  997. transition: all 0.3s;
  998. }
  999. @media screen and (max-width: 767px) {
  1000. .facial-content button {
  1001. display: block;
  1002. }
  1003. }
  1004. .facial-content button::after {
  1005. content: "";
  1006. display: inline-block;
  1007. vertical-align: middle;
  1008. width: 8px;
  1009. height: 8px;
  1010. margin: 0 0 2px 10px;
  1011. border: 1px solid #fff;
  1012. border-left: 0 none;
  1013. border-bottom: 0 none;
  1014. -webkit-transform: rotate(45deg);
  1015. transform: rotate(45deg);
  1016. }
  1017. .facial-content button:hover {
  1018. color: #ffffff;
  1019. background-color: #f4c0d0;
  1020. }
  1021. .facial-content .card {
  1022. cursor: pointer;
  1023. border: 1px solid #cccccc;
  1024. }
  1025. .facial-content .card .card-body {
  1026. padding: 10px 20px 20px;
  1027. }
  1028. .facial-content .card:hover button {
  1029. display: block;
  1030. }
  1031. .facial-content .card:hover .img-box img {
  1032. -webkit-transform: scale(1.1, 1.1);
  1033. transform: scale(1.1, 1.1);
  1034. }
  1035. .facial-content .badge {
  1036. height: 30px;
  1037. line-height: 1.9;
  1038. background-color: #ef7086;
  1039. }
  1040. .facial-content .img-box {
  1041. overflow: hidden;
  1042. }
  1043. .facial-content .img-box img {
  1044. width: 100%;
  1045. height: auto;
  1046. -o-object-fit: contain;
  1047. object-fit: contain;
  1048. -webkit-transition: all 1s;
  1049. transition: all 1s;
  1050. image-rendering: -webkit-optimize-contrast;
  1051. }
  1052. .modal-header {
  1053. border-bottom: none !important;
  1054. }
  1055. .modal-body {
  1056. letter-spacing: 1px;
  1057. }
  1058. .modal-body p {
  1059. line-height: 32px;
  1060. }
  1061. .modal-body h5 {
  1062. font-size: 25px;
  1063. }
  1064. .modal-body img {
  1065. border-radius: 20px;
  1066. }
  1067. .modal-body .price-box span {
  1068. font-size: 18px;
  1069. font-weight: bold;
  1070. color: #ef7086;
  1071. }
  1072. .modal-body .price-box span:last-child {
  1073. font-size: 16px;
  1074. font-weight: normal;
  1075. text-decoration: line-through;
  1076. }
  1077. .modal-body .recommend-item {
  1078. display: -webkit-box;
  1079. display: -ms-flexbox;
  1080. display: flex;
  1081. -webkit-box-orient: vertical;
  1082. -webkit-box-direction: normal;
  1083. -ms-flex-direction: column;
  1084. flex-direction: column;
  1085. -webkit-box-align: center;
  1086. -ms-flex-align: center;
  1087. align-items: center;
  1088. -webkit-box-pack: center;
  1089. -ms-flex-pack: center;
  1090. justify-content: center;
  1091. border-top: 1px dashed #f4c0d0;
  1092. }
  1093. .modal-body .recommend-item span {
  1094. width: 100px;
  1095. padding: 10px;
  1096. margin: 25px 0 15px;
  1097. padding-left: 15px;
  1098. letter-spacing: 5px;
  1099. font-size: 16px;
  1100. color: #ffffff;
  1101. background-color: #ef7086;
  1102. }
  1103. .modal-body .recommend-item li {
  1104. margin: 5px 0;
  1105. }
  1106. .modal-body section {
  1107. height: 75%;
  1108. }
  1109. .time-box img {
  1110. width: 18px;
  1111. height: 18px;
  1112. margin-right: 5px;
  1113. image-rendering: -webkit-optimize-contrast;
  1114. }
  1115. .time-box p {
  1116. margin: 0;
  1117. font-size: 14px;
  1118. color: #ef7086;
  1119. }
  1120. .time-box span {
  1121. font-size: 20px;
  1122. font-weight: bold;
  1123. }
  1124. .modal-body img {
  1125. image-rendering: -webkit-optimize-contrast;
  1126. }
  1127. /* 臉部課程-facial end */
  1128. /* 門市資訊-store start */
  1129. .store-banner {
  1130. background-image: url(/img/banner-store.jpg);
  1131. background-position: 25% 30%;
  1132. }
  1133. .store-banner p {
  1134. bottom: 45%;
  1135. }
  1136. .store-content {
  1137. margin: 150px auto;
  1138. letter-spacing: 1px;
  1139. }
  1140. .store-content i {
  1141. color: #b2adae;
  1142. font-size: 20px;
  1143. }
  1144. .store-content h3 {
  1145. margin-bottom: 20px;
  1146. font-weight: bold;
  1147. color: #ef7086;
  1148. }
  1149. .store-content img {
  1150. width: 100%;
  1151. border-radius: 20px 0 0 20px;
  1152. }
  1153. @media (max-width: 767px) {
  1154. .store-content img {
  1155. border-radius: 20px 20px 0 0;
  1156. }
  1157. }
  1158. .store-content .info-box {
  1159. width: 270px;
  1160. margin: auto;
  1161. }
  1162. @media (max-width: 375px) {
  1163. .store-content .info-box {
  1164. width: 100%;
  1165. }
  1166. }
  1167. .store-content .Down_line {
  1168. width: 230px;
  1169. margin-top: -20px;
  1170. }
  1171. .store-content .row {
  1172. margin: 15%;
  1173. border: 1px solid #f4c0d0;
  1174. border-radius: 20px;
  1175. }
  1176. @media (max-width: 1200px) {
  1177. .store-content .row {
  1178. margin: 10%;
  1179. }
  1180. }
  1181. @media (max-width: 992px) {
  1182. .store-content .row {
  1183. margin: 0px;
  1184. }
  1185. }
  1186. .store-content .google_map {
  1187. width: 100%;
  1188. padding: 7px 15px;
  1189. margin-top: 1px;
  1190. background: none;
  1191. color: #3f51b5;
  1192. border: 1px solid #3f51b5;
  1193. border-radius: 3px;
  1194. -webkit-transition: 0.3s;
  1195. transition: 0.3s;
  1196. font-size: 15px;
  1197. letter-spacing: 1px;
  1198. overflow-x: hidden;
  1199. }
  1200. .store-content .google_map a {
  1201. text-decoration: none;
  1202. color: #3f51b5;
  1203. }
  1204. .store-content .google_map:hover {
  1205. background: #3f51b5;
  1206. color: #fff;
  1207. }
  1208. .store-content .google_map:hover a {
  1209. color: #fff;
  1210. }
  1211. .store-content .line_Reserve {
  1212. width: 100%;
  1213. margin-left: 10%;
  1214. padding: 8px 15px;
  1215. background: #52b448;
  1216. color: #fff;
  1217. border: 1px solid #52b448;
  1218. border-radius: 5px;
  1219. -webkit-transition: 0.3s;
  1220. transition: 0.3s;
  1221. font-size: 15px;
  1222. letter-spacing: 1px;
  1223. overflow-x: hidden;
  1224. }
  1225. .store-content .line_Reserve a {
  1226. color: #fff;
  1227. text-decoration: none;
  1228. }
  1229. .store-content .line_Reserve:hover {
  1230. background: #fff;
  1231. color: #52b448;
  1232. }
  1233. .store-content .line_Reserve:hover a {
  1234. color: #52b448;
  1235. }
  1236. @media (max-width: 575px) {
  1237. .store-content .line_Reserve {
  1238. margin-left: 0;
  1239. margin-top: 5%;
  1240. }
  1241. }
  1242. @media (max-width: 992px) {
  1243. .store-content p {
  1244. font-size: 0.9rem;
  1245. }
  1246. .store-content h3 {
  1247. font-size: 1.3rem;
  1248. }
  1249. }
  1250. /* 門市資訊-store end */
  1251. /* 身體課程-massage start */
  1252. .massage-banner {
  1253. background-image: url(/img/banner-massage.jpg);
  1254. background-position: center;
  1255. }
  1256. .massage-banner p {
  1257. bottom: 45%;
  1258. }
  1259. .massage-modal-item .modal-body .badge {
  1260. width: auto;
  1261. padding-left: 13px;
  1262. letter-spacing: 2px;
  1263. }
  1264. /* 身體課程-massage end */
  1265. /* 關於我們-about start */
  1266. .about-content {
  1267. margin-bottom: 100px;
  1268. }
  1269. .about-content p {
  1270. padding: 0 60px;
  1271. line-height: 35px;
  1272. text-align: justify;
  1273. }
  1274. .about-content .title {
  1275. font-size: 30px;
  1276. letter-spacing: 3px;
  1277. font-weight: bold;
  1278. }
  1279. .about-content .container {
  1280. margin: 15% 5%;
  1281. }
  1282. .about-content .bg-item {
  1283. height: 120%;
  1284. background-color: #fff2f1;
  1285. position: absolute;
  1286. z-index: -1;
  1287. bottom: -10%;
  1288. left: -5%;
  1289. width: 90%;
  1290. }
  1291. .about-content .iframe-box {
  1292. position: relative;
  1293. width: 100%;
  1294. height: 0;
  1295. padding-bottom: 73%;
  1296. }
  1297. .about-content .iframe-box video {
  1298. position: absolute;
  1299. top: 0;
  1300. left: 0;
  1301. height: 100%;
  1302. -webkit-box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  1303. box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  1304. }
  1305. .about-content .icon-box .row {
  1306. padding: 0 30px;
  1307. }
  1308. @media (max-width: 1200px) {
  1309. .about-content .icon-box .row {
  1310. padding-left: 13%;
  1311. }
  1312. }
  1313. @media (max-width: 768px) {
  1314. .about-content .icon-box .row {
  1315. padding: 0;
  1316. }
  1317. }
  1318. .about-content .icon-box .col-6 {
  1319. -webkit-box-orient: horizontal;
  1320. -webkit-box-direction: normal;
  1321. -ms-flex-direction: row;
  1322. flex-direction: row;
  1323. }
  1324. @media (max-width: 767px) {
  1325. .about-content .icon-box .col-6 {
  1326. -webkit-box-orient: vertical;
  1327. -webkit-box-direction: normal;
  1328. -ms-flex-direction: column;
  1329. flex-direction: column;
  1330. }
  1331. }
  1332. .about-content .icon-box img {
  1333. width: 50px;
  1334. image-rendering: -webkit-optimize-contrast;
  1335. -webkit-filter: invert(71%) sepia(13%) saturate(3318%) hue-rotate(302deg) brightness(90%) contrast(110%);
  1336. filter: invert(71%) sepia(13%) saturate(3318%) hue-rotate(302deg) brightness(90%) contrast(110%);
  1337. }
  1338. .about-content .icon-box span {
  1339. margin: 15px;
  1340. font-weight: bold;
  1341. }
  1342. .about-content .icon-box .icon-item {
  1343. padding: 15px;
  1344. margin: auto 0;
  1345. border: 1px solid #f4c0d0;
  1346. border-radius: 100%;
  1347. }
  1348. @media (max-width: 1200px) {
  1349. .about-content .container {
  1350. margin: 10% auto;
  1351. }
  1352. .about-content .container p {
  1353. padding: 0;
  1354. }
  1355. .about-content .content-box {
  1356. margin-top: 100px;
  1357. }
  1358. }
  1359. /* 關於我們-about end */
  1360. .bottom_line {
  1361. margin: 0px auto 20px;
  1362. border: 1px solid transparent;
  1363. background: -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(#f4c0d0), to(#d76478));
  1364. background: linear-gradient(to right, white, white), linear-gradient(to right, #f4c0d0, #d76478);
  1365. background-clip: padding-box, border-box;
  1366. background-origin: padding-box, border-box;
  1367. width: 50px;
  1368. }
  1369. /*# sourceMappingURL=style.css.map */