@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@font-face {
  font-family: MyriadProBold;
  src: url(../font/MYRIADPRO-BOLD.woff) format("woff"), url(../font/MYRIADPRO-BOLD.otf) format("opentype");
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #41250f;
  background-image: url(../img/footer_bg.png), url(../img/bg.webp);
  background-size: 100%, 100%;
  background-position: center calc(100% - 44px), 0 0;
  letter-spacing: 0.03em;
  background-repeat: no-repeat, repeat;
}

@media screen and (max-width: 1199px) {
  body {
    padding-bottom: 65px;
    background-position: center calc(100% - 104px), 0 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-image: url(../img/bg.webp);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: repeat;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input, textarea, button {
  background-color: transparent;
  outline: none;
  border: 0;
  border-radius: 0;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: inherit;
  }
}

@media screen and (max-width: 450px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.title {
  color: #ea5719;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
}

.title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ea5719;
  left: 0;
  bottom: 0;
}

.title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: 0;
  left: 100%;
  -webkit-transform: translateY(calc(50% - 1px));
          transform: translateY(calc(50% - 1px));
  background-color: #ea5719;
}

.title_divide {
  width: 2px;
  height: 25px;
  background-color: #ea5719;
  display: inline-block;
  margin: 0 15px 0 10px;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .title {
    font-size: 26px;
  }
}

@media screen and (max-width: 400px) {
  .title {
    font-size: 22px;
  }
}

.content {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: justify;
}

@media screen and (max-width: 575px) {
  .content {
    font-size: 16px;
  }
}

.en {
  font-size: 24px;
  color: rgba(234, 87, 25, 0.2);
  letter-spacing: 0.2em;
}

.en.big {
  font-size: 30px;
}

@media screen and (max-width: 575px) {
  .en {
    font-size: 20px;
  }
  .en.big {
    font-size: 26px;
  }
}

@media screen and (max-width: 400px) {
  .en {
    font-size: 18px;
  }
  .en.big {
    font-size: 20px;
  }
}

.header {
  padding: 10px 15px;
  background-color: #ea5719;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.header li {
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  background-image: url(../img/divide.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header li:last-child::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  background-image: url(../img/divide.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header li:hover {
  opacity: 0.7;
}

.kv {
  padding-top: 15vw;
  padding-bottom: 10.5vw;
  background-image: url(../img/kv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.kv_flower {
  position: absolute;
}

.kv_flower.flower-1 {
  width: 29%;
  top: 0;
  right: 0;
}

.kv_flower.flower-2 {
  width: 27.5%;
  bottom: 0;
  left: 0;
}

.kv_flower.flower-1-m {
  width: 47.5%;
  top: 0;
  right: 0;
}

.kv_flower.flower-2-m {
  width: 51%;
  bottom: 0;
  left: 0;
}

.kv_title {
  width: 44%;
  display: block;
  margin: 0 auto 50px;
}

.kv_bignum {
  font-family: MyriadProBold;
  color: #ea5719;
  font-size: 79px;
}

.kv_bignum.small {
  font-size: 59px;
}

.kv_text {
  font-size: 45px;
  font-weight: 700;
}

.kv_text.small {
  font-size: 27px;
  font-weight: normal;
}

.kv_text.normal {
  font-size: 41px;
  font-weight: normal;
}

.kv_text.highlight {
  letter-spacing: 0.16em;
  font-weight: 900;
}

.kv_item {
  padding: 0 15px;
  position: relative;
  margin: 0;
  line-height: 1;
}

.kv_item::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 15px;
  background-color: #41250f;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kv_item:first-child {
  padding-left: 0;
}

.kv_item:last-child {
  padding-right: 0;
}

.kv_item:last-child::after {
  display: none;
}

.kv_line {
  display: block;
  margin: 10px auto;
  width: 70%;
}

@media screen and (max-width: 991px) {
  .kv {
    padding-top: 25vw;
    padding-bottom: 20vw;
  }
  .kv_title {
    width: 55%;
  }
  .kv_text {
    font-size: 32px;
  }
  .kv_text.small {
    font-size: 18px;
  }
  .kv_text.normal {
    font-size: 30px;
  }
  .kv_bignum {
    font-size: 52px;
  }
  .kv_bignum.small {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .kv {
    padding-top: 45vw;
    padding-bottom: 60vw;
  }
  .kv_title {
    width: 70%;
  }
  .kv_item:nth-child(2) {
    padding-right: 0;
  }
  .kv_item:nth-child(2)::after {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .kv_title {
    width: 80%;
  }
  .kv_text {
    font-size: 28px;
  }
  .kv_text.small {
    font-size: 16px;
  }
  .kv_text.normal {
    font-size: 24px;
  }
  .kv_bignum {
    font-size: 42px;
  }
  .kv_bignum.small {
    font-size: 32px;
  }
}

.building {
  padding: 130px 0 150px;
  position: relative;
}

.building_text {
  position: absolute;
  width: 20%;
  left: 65%;
  top: 200px;
}

.building .title {
  margin-bottom: 100px;
}

.building .content {
  margin-bottom: 100px;
}

.building_flower {
  width: 44%;
  position: absolute;
  bottom: -8%;
  right: -23%;
}

.building_pic-m {
  margin-top: 30px;
}

@media screen and (max-width: 1300px) {
  .building_text {
    width: 30%;
    top: 100px;
  }
  .building .title {
    margin-bottom: 80px;
  }
  .building .content {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .building {
    padding: 100px 0 75px;
  }
  .building_text {
    width: 70%;
    position: static;
    margin: 0 auto;
  }
  .building .title {
    margin-bottom: 50px;
  }
  .building .content {
    margin-bottom: 50px;
  }
  .building_flower {
    width: 85%;
    bottom: 23%;
    right: -55%;
  }
}

@media screen and (max-width: 575px) {
  .building_text {
    width: 100%;
    padding: 0 30px;
  }
}

.floor {
  position: relative;
  padding-bottom: 140px;
}

.floor_swiper_pic {
  width: 100%;
  margin-bottom: 50px;
}

.floor_swiper_text {
  padding-left: 15px;
  border-left: 6px solid #41250f;
  font-size: 18px;
}

.floor .swiper-pagination {
  bottom: 5px;
}

.floor .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #b18559;
  opacity: 1;
}

.floor .swiper-pagination-bullet-active {
  background-color: #41250f;
}

.floor_flower {
  position: absolute;
  width: 44%;
  bottom: -2%;
  left: -28%;
}

@media screen and (max-width: 991px) {
  .floor {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .floor .swiper-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    left: inherit;
  }
  .floor_swiper_text {
    font-size: 16px;
  }
}

.material-flower {
  padding: 125px 0 95px 30px;
  position: relative;
}

.material-flower .floor_flower {
  width: 90%;
  left: inherit;
  right: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.material {
  padding-bottom: 19.5vw;
  position: relative;
}

.material .title::before {
  bottom: inherit;
  top: 15px;
  left: -30px;
}

.material .title::after {
  width: calc((100vw - 1320px) / 2);
  top: 23px;
  bottom: inherit;
  left: inherit;
  right: calc(100% + 30px);
}

.material .content {
  padding-left: 15px;
  border-left: 6px solid #41250f;
}

.material_text {
  margin-bottom: 100px;
}

.material_swiper {
  width: 75%;
}

.material_swiper_pic {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.material_swiper_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.material_swiper_pic > p {
  color: #fff;
  font-size: 13px;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.material_brand {
  width: 25%;
  padding: 0 40px;
}

.material_brand img {
  width: 100%;
  margin: 20px 0;
  cursor: pointer;
}

.material_brand_item {
  opacity: 0.4;
}

.material_brand_item.active {
  opacity: 1;
}

.material_flower {
  position: absolute;
  width: 44%;
  right: -18%;
  bottom: -15%;
}

@media screen and (max-width: 1399px) {
  .material .title::after {
    width: calc((100vw - 1140px) / 2);
  }
}

@media screen and (max-width: 1199px) {
  .material .title::after {
    width: calc((100vw - 960px) / 2);
  }
}

@media screen and (max-width: 991px) {
  .material {
    padding-bottom: 0;
  }
  .material .container {
    padding: 0;
  }
  .material_text {
    width: 70%;
    margin: 0 auto 70px;
  }
  .material .title {
    margin-bottom: 20px;
  }
  .material .title::after {
    width: 15vw;
  }
  .material_content {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .material_swiper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .material_brand {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    margin-bottom: 20px;
  }
  .material_brand_item {
    width: 30%;
  }
}

@media screen and (max-width: 575px) {
  .material_text {
    width: 100%;
    padding: 0 40px;
  }
  .material .title::after {
    width: 30px;
    right: calc(100% + 20px);
  }
  .material .title::before {
    left: -20px;
  }
  .material_content {
    width: 100%;
    padding: 0 40px;
  }
}

@media screen and (max-width: 450px) {
  .material_content {
    padding: 0 20px;
  }
}

.life-function {
  position: relative;
  padding: 125px 30px 165px 0;
}

.life-function .en {
  text-align: right;
}

.life-function_flower {
  position: absolute;
  width: 90%;
  left: inherit;
  left: -40%;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.map {
  padding-bottom: 18vw;
  position: relative;
}

.map_text {
  width: 35%;
  padding-top: 140px;
  padding: 140px 20px 0;
}

.map_text .title {
  width: 100%;
}

.map_text .title::after {
  width: 50%;
  bottom: inherit;
  top: 25px;
  right: -20px;
  left: inherit;
}

.map_text .title::before {
  top: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(50% - 20px);
  left: inherit;
}

.map_list {
  margin-top: 70px;
}

.map_list li {
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.map_list li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/triangle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 7px;
  left: 0;
}

.map_pic {
  width: 65%;
}

.map_pic > img {
  width: 100%;
}

.map_flower {
  position: absolute;
  width: 45%;
  left: -25%;
  bottom: -20%;
}

@media screen and (max-width: 1199px) {
  .map_text {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .map_pic {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .map {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .map_text .title::after, .map_text .title::before {
    top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .map_text .title::after, .map_text .title::before {
    top: 15px;
  }
  .map_list {
    margin-top: 40px;
  }
}

.reserve {
  padding-bottom: 160px;
  position: relative;
}

.reserve .title {
  text-align: center;
  margin: 0 auto 80px;
}

.reserve .title::after, .reserve .title::before {
  width: calc((850px - 240px) / 2);
  height: 2px;
  background-color: #41250f;
  border-radius: 0;
  bottom: inherit;
  top: 50%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.reserve .title::after {
  left: calc(100% + 30px);
}

.reserve .title::before {
  right: calc(100% + 40px);
  left: inherit;
}

.reserve_form {
  max-width: 950px;
  padding: 0 20px;
  margin: 0 auto;
}

.reserve_form .row {
  margin-left: -15px;
  margin-right: -15px;
}

.reserve_form .row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.reserve_form label {
  font-size: 24px;
  font-weight: 700;
  width: 135px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 15px;
  background-color: #41250f;
  color: #fff;
}

.reserve_form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  border-radius: 15px;
  border: 2px solid #41250f;
  height: 55px;
  overflow: hidden;
}

.reserve_form_item:last-child {
  margin-bottom: 0;
}

.reserve_form_input {
  width: calc(100% - 115px);
  height: 100%;
  padding: 0 15px;
}

.reserve_form_remark {
  width: 100%;
}

.reserve_form_remark textarea {
  width: 100%;
  border-radius: 15px;
  border: 2px solid #41250f;
  padding: 15px;
}

.reserve_form_remark textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #41250f;
}

.reserve_form_remark textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #41250f;
}

.reserve_form_remark textarea::-ms-input-placeholder {
  font-size: 18px;
  color: #41250f;
}

.reserve_form_remark textarea::placeholder {
  font-size: 18px;
  color: #41250f;
}

.reserve_form_btn {
  width: 235px;
  height: 60px;
  margin: 100px auto 0;
  background-color: #41250f;
  border-radius: 20px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.reserve_form_btn span {
  color: #fff;
  letter-spacing: 0.5em;
  font-size: 28px;
  font-weight: 900;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  display: block;
}

.reserve_form_btn:hover {
  background-color: #ea5719;
}

.reserve_flower {
  position: absolute;
  width: 120%;
  top: -45%;
  left: -70%;
}

@media screen and (max-width: 1000px) {
  .reserve .title::after, .reserve .title::before {
    width: calc((100vw - 320px) / 2);
  }
}

@media screen and (max-width: 991px) {
  .reserve_deco {
    width: 211px;
    position: static;
  }
  .reserve .title {
    margin-bottom: 50px;
  }
  .reserve_form_btn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .reserve .title::after, .reserve .title::before {
    width: calc((70vw - 270px) / 2);
  }
  .reserve .title::after {
    left: calc(100% + 15px);
  }
  .reserve .title::before {
    right: calc(100% + 15px);
  }
  .reserve_form {
    width: 70%;
    margin: 0 auto;
  }
  .reserve_form_remark {
    margin-top: 35px;
  }
  .reserve_form label {
    font-size: 16px;
    width: 100px;
  }
  .reserve_form_input {
    width: calc(100% - 100px);
  }
  .reserve_form_btn {
    width: 156px;
    height: 47px;
  }
  .reserve_form_btn span {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .reserve_form_item {
    height: 45px;
    margin-bottom: 15px;
  }
  .reserve_form label {
    font-size: 16px;
  }
  .reserve_form_remark {
    margin-top: 15px;
  }
  .reserve_form_btn {
    margin-top: 25px;
  }
  .reserve .title {
    margin-bottom: 25px;
  }
}

.footer {
  margin-top: -1px;
  position: relative;
}

.footer_flower {
  position: absolute;
  width: 110%;
  bottom: -45%;
  right: -65%;
}

.footer_top {
  padding: 15px 15px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.footer_top h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #ea5719;
  letter-spacing: 0.3em;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.footer_top h2::after {
  position: absolute;
  content: "";
  width: calc(100% - 150px);
  right: 0;
  top: 50%;
  background-color: #ea5719;
  height: 1px;
}

.footer_inform {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer_inform ul:first-child {
  margin-right: 70px;
}

.footer_inform ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.footer_inform ul li p {
  margin: 0;
}

.footer_inform_title {
  color: #ea5719;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.3em;
}

.footer_inform_title img {
  width: 2px;
  margin-left: 5px;
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.footer_inform_content {
  color: #41250f;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.footer_bottom {
  text-align: center;
  padding: 10px;
  background-color: #ea5719;
}

.footer_bottom p {
  margin: 0;
  color: #fff;
  letter-spacing: 0.3em;
}

.footer_bottom p a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer_flower {
    width: 110%;
    bottom: 0%;
    right: -60%;
  }
  .footer_top {
    padding-top: 20px;
    background-image: url(../img/footer_bg.svg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .footer_inform {
    margin: 0;
    margin: 0 auto;
  }
  .footer_inform > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .footer_inform_title {
    white-space: nowrap;
  }
  .footer_inform_content {
    width: calc(100% - 90px);
  }
  .footer_inform ul {
    margin: 0 !important;
  }
  .footer_inform p, .footer_inform ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer_bottom {
    padding: 5px 10px;
  }
  .footer_bottom p {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .footer_flower {
    width: 110%;
    bottom: 30%;
    right: -60%;
  }
  .footer_bottom {
    padding: 10px;
  }
  .footer_bottom p {
    font-size: 12px;
  }
  .footer_inform ul li p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 400px) {
  .footer_flower {
    width: 110%;
    bottom: 55%;
    right: -60%;
  }
}

.sideBtn {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  overflow: hidden;
}

.sideBtn_top {
  height: 65px;
  width: 65px;
  margin-top: 20px;
}

.sideBtn_top li {
  height: 100%;
}

.sideBtn_top li a {
  height: 100%;
}

.sideBtn ul {
  background: -webkit-gradient(linear, left bottom, left top, from(#f3973c), to(#ea5719));
  background: linear-gradient(to top, #f3973c 0%, #ea5719 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}

.sideBtn li {
  position: relative;
}

.sideBtn li:first-child a {
  border-radius: 100px 100px 0 0;
}

.sideBtn li:last-child a {
  border-radius: 0 0 100px 100px;
}

.sideBtn li::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 3px;
  background-image: url(../img/sidebtn-divide@2x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.sideBtn li:last-child::after {
  display: none;
}

.sideBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 75px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.sideBtn a img {
  width: 40px;
  display: block;
  margin: 0 auto;
}

.sideBtn a span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sideBtn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1500px) {
  .sideBtn {
    right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .sideBtn {
    width: 100%;
    top: inherit;
    -webkit-transform: none;
            transform: none;
    bottom: 0;
    right: 0;
  }
  .sideBtn_link {
    width: 75%;
  }
  .sideBtn_link > li {
    width: 33.3333%;
  }
  .sideBtn_top {
    width: 25%;
  }
  .sideBtn_top > li {
    width: 100%;
  }
  .sideBtn_top > li a {
    height: 60px;
  }
  .sideBtn ul {
    border-radius: 0;
    margin: 0;
  }
  .sideBtn li {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .sideBtn li::after {
    display: none;
  }
  .sideBtn a {
    width: 100%;
    height: 60px;
    border-radius: 0 !important;
  }
  .sideBtn a img {
    width: 25px;
    margin-bottom: 1px;
  }
  .sideBtn a span {
    position: static;
    opacity: 1;
  }
}

.flower {
  -webkit-animation: float 3s ease-in-out infinite alternate;
          animation: float 3s ease-in-out infinite alternate;
}

.flower-trans {
  -webkit-animation: float2 3s ease-in-out infinite alternate;
          animation: float2 3s ease-in-out infinite alternate;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  100% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  100% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
}

@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translateY(-58%);
            transform: translateY(-58%);
  }
  100% {
    -webkit-transform: translateY(-42%);
            transform: translateY(-42%);
  }
}

@keyframes float2 {
  0% {
    -webkit-transform: translateY(-58%);
            transform: translateY(-58%);
  }
  100% {
    -webkit-transform: translateY(-42%);
            transform: translateY(-42%);
  }
}
/*# sourceMappingURL=style.css.map */