@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");
body {
  background-image: url(../img/bg.png);
  background-size: contain;
  color: #422520;
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 0.05em;
}

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

a {
  text-decoration: none;
  color: #422520;
}

input, textarea {
  color: #422520;
  outline: none;
  background-color: transparent;
  border: 0;
}

.pt-20 {
  padding-top: 20px;
}

.color-main {
  color: #412520;
}

.color-second {
  color: #9A6525;
}

.color-forth {
  color: #422520;
}

.color-sixth {
  color: #956425;
}

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

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

.header_item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background-color: #fff;
  top: 7px;
  right: 0;
}

.header_item:hover {
  color: #fff;
  opacity: 0.7;
}

.header_item:first-child::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background-color: #fff;
  top: 7px;
  left: 0;
}

main {
  padding-top: 44px;
  overflow: hidden;
}

.title-common {
  font-size: 24px;
  padding-bottom: 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}

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

.title-contact {
  color: #9A6525;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  letter-spacing: 0.2em;
  font-size: 2.5rem;
}

.title-contact::after {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  background-color: #422520;
}

.title-inform {
  font-size: 1.65rem;
  letter-spacing: 0.15em;
  position: relative;
  margin-bottom: 25px;
}

.title-inform::after {
  position: absolute;
  content: "";
  width: calc(100% - 135px);
  height: 1px;
  background-color: #422520;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content-common {
  font-size: 22px;
}

.petal {
  position: absolute;
}

.petal-1 {
  width: 25vw;
  top: -25%;
  left: -1%;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

.petal-2 {
  width: 31vw;
  top: -10%;
  right: 3%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation: move-2 5s ease-in-out infinite alternate;
          animation: move-2 5s ease-in-out infinite alternate;
}

.petal-3 {
  width: 31vw;
  bottom: -10%;
  left: -15%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation: move-2 5s ease-in-out infinite alternate;
          animation: move-2 5s ease-in-out infinite alternate;
}

.petal-4 {
  width: 29vw;
  bottom: -25%;
  right: -13%;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

.petal-5 {
  width: 28vw;
  top: -15%;
  right: -15%;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

.petal-6 {
  width: 28vw;
  bottom: 0;
  left: -5%;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

.petal-7 {
  width: 28vw;
  top: -34%;
  left: -13%;
  -webkit-animation: move-2 5s ease-in-out infinite alternate;
          animation: move-2 5s ease-in-out infinite alternate;
}

.petal-8 {
  width: 28vw;
  top: -25%;
  right: -16%;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

.petal-9 {
  width: 28vw;
  bottom: -44%;
  left: -5%;
  -webkit-animation: move-1 10s ease-in-out infinite alternate;
          animation: move-1 10s ease-in-out infinite alternate;
}

.petal-10 {
  width: 36vw;
  bottom: -25%;
  right: -18%;
  -webkit-animation: move-2 5s ease-in-out infinite alternate;
          animation: move-2 5s ease-in-out infinite alternate;
}

.petal-11 {
  width: 32vw;
  top: -20%;
  left: -4%;
  -webkit-animation: move-2 10s ease-in-out infinite alternate;
          animation: move-2 10s ease-in-out infinite alternate;
}

.petal-12 {
  width: 36vw;
  top: -22%;
  right: -18%;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

.petal-13 {
  width: 28vw;
  bottom: -38%;
  left: -3%;
  -webkit-animation: move-1 10s ease-in-out infinite alternate;
          animation: move-1 10s ease-in-out infinite alternate;
}

.petal-14 {
  width: 26vw;
  bottom: -12%;
  right: -14%;
  -webkit-animation: move-2 5s ease-in-out infinite alternate;
          animation: move-2 5s ease-in-out infinite alternate;
}

.petal-15 {
  width: 33vw;
  bottom: -95%;
  left: -3%;
  -webkit-animation: move-1 10s ease-in-out infinite alternate;
          animation: move-1 10s ease-in-out infinite alternate;
}

.petal-16 {
  width: 30vw;
  bottom: 112%;
  right: -12%;
  -webkit-animation: move-2 5s ease-in-out infinite alternate;
          animation: move-2 5s ease-in-out infinite alternate;
}

.petal-17 {
  width: 40vw;
  top: -4%;
  right: 5%;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

.petal-18 {
  width: 50vw;
  top: 7%;
  right: -35%;
  -webkit-animation: move-2 5s ease-in-out infinite alternate;
          animation: move-2 5s ease-in-out infinite alternate;
}

.petal-19 {
  width: 60vw;
  top: 65%;
  right: -7%;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

.petal-20 {
  width: 50vw;
  bottom: -7%;
  left: -15%;
  -webkit-animation: move-2 5s ease-in-out infinite alternate;
          animation: move-2 5s ease-in-out infinite alternate;
}

.petal-21 {
  width: 54vw;
  bottom: -13%;
  right: -33%;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

.petal-22 {
  width: 54vw;
  top: 20%;
  right: -13%;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

@-webkit-keyframes move-1 {
  0% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  100% {
    -webkit-transform: translate(5%, 5%);
            transform: translate(5%, 5%);
  }
}

@keyframes move-1 {
  0% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  100% {
    -webkit-transform: translate(5%, 5%);
            transform: translate(5%, 5%);
  }
}

@-webkit-keyframes move-2 {
  0% {
    -webkit-transform: translate(5%, -5%);
            transform: translate(5%, -5%);
  }
  100% {
    -webkit-transform: translate(-5%, 5%);
            transform: translate(-5%, 5%);
  }
}

@keyframes move-2 {
  0% {
    -webkit-transform: translate(5%, -5%);
            transform: translate(5%, -5%);
  }
  100% {
    -webkit-transform: translate(-5%, 5%);
            transform: translate(-5%, 5%);
  }
}

.main {
  padding: 10vw 0 12vw;
}

.main_logo {
  width: 13.5vw;
}

.main_logo img {
  width: 100%;
}

.main_intro {
  padding-left: 5vw;
}

.main_intro_top {
  font-weight: 900;
}

.main_intro_top h1 {
  font-weight: 700;
  font-size: calc(2.4rem + 1.5vw);
  text-align: right;
  font-family: "Noto Serif TC", serif;
  position: relative;
}

.main_intro_top h1::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 1px;
  background-color: #412520;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main_intro_top h2 {
  font-weight: 700;
  font-size: calc(2.2rem + 1.5vw);
  font-family: "Noto Serif TC", serif;
  text-align: center;
}

.main_intro_top h3 {
  border-radius: 100px;
  padding: 3px 25px;
  background-color: #412520;
  font-weight: 600;
  color: #fff;
  font-size: 1.35rem;
  margin-top: 20px;
}

.main_intro_top h3 span {
  letter-spacing: 0.1em;
  padding: 0 13px;
  position: relative;
}

.main_intro_top h3 span::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  left: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.main_intro_top h3 span:first-child::before {
  display: none;
}

.main_intro_top h4 {
  color: #40241F;
  font-size: 3rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  padding: 0 15px;
  text-align: center;
}

.main_intro_bottom {
  font-family: "adobe-heiti-std", sans-serif;
  margin-top: 3vw;
  font-size: calc(1.5rem + 1.5vw);
  color: #231815;
  text-align: center;
}

.main_intro_bottom span:first-child {
  padding-right: 15px;
  position: relative;
}

.main_intro_bottom span:first-child::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 12px;
  background-color: #231815;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.beautiful {
  padding-bottom: 8vw;
}

.beautiful_swiper .swiper-slide {
  width: 100%;
  padding-bottom: 59%;
  position: relative;
}

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

.beautiful_swiper .swiper-slide p {
  position: absolute;
  margin: 0;
  color: #fff;
  bottom: 15px;
  left: 20px;
  font-weight: 300;
}

.beautiful_swiper .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 20px;
  padding-right: 15px;
}

.beautiful_swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}

.beautiful_swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}

.beautiful_text {
  padding-top: 20px;
}

.beautiful_slogan {
  width: 2.2vw;
  top: 15%;
  left: calc(100% + 30px);
}

.map_alert {
  margin-bottom: 10px;
}

.map_intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.map_intro ul {
  border-bottom: 1px solid #422520;
  padding-bottom: 5px;
  padding-top: 20px;
}

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

.map_intro ul li > span {
  color: #3E3A39;
  font-weight: 400;
  width: calc(100% - 20px);
  padding-left: 10px;
}

.map_intro ul:first-child {
  padding-top: 0;
}

.map_intro ul:last-child {
  border-bottom: 0;
}

.map_alphabet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #CA5230;
  margin-top: 3px;
}

.map_alphabet span {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.map_floor_pic {
  width: 20%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.map_floor_pic.active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-animation: large 6s ease-out 0.3s 1;
          animation: large 6s ease-out 0.3s 1;
}

.map_floor_pic img {
  width: 100%;
}

.map_floor_popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 30;
  display: none;
}

.map_floor_popup_pic {
  width: 22vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.map_floor_popup_arrow {
  position: absolute;
  width: 30px;
  top: 50%;
  cursor: pointer;
}

.map_floor_popup_arrow path {
  fill: #9A6525;
}

.map_floor_popup_arrow.prev {
  left: 40px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.map_floor_popup_arrow.next {
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.map_floor_popup_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.apply {
  margin-bottom: 450px;
}

.apply .title-common span:first-child {
  margin-bottom: 10px;
  display: inline-block;
}

.apply-box {
  overflow: hidden;
  padding-top: 8vw;
}

.apply_pic {
  position: relative;
  height: 370px;
  width: 100%;
}

.apply_pic_content {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.apply_pic_content.pic-1 {
  width: 60%;
  right: 0;
  top: -27%;
  -webkit-animation: apply-1 16.5s ease-out infinite;
          animation: apply-1 16.5s ease-out infinite;
}

.apply_pic_content.pic-2 {
  width: 40%;
  right: 20%;
  top: calc(100% + 15px);
  -webkit-transform: none;
          transform: none;
  -webkit-animation: apply-2 16.5s ease-out infinite;
          animation: apply-2 16.5s ease-out infinite;
}

.apply_pic_content.pic-3 {
  width: 35%;
  right: calc(60% + 15px);
  top: 60%;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: apply-3 16.5s ease-out infinite;
          animation: apply-3 16.5s ease-out infinite;
}

.apply_pic_content img {
  width: 100%;
}

.apply_pic_content p {
  position: absolute;
  margin: 0;
  color: #fff;
  right: 15px;
  bottom: 10px;
  font-weight: 300;
}

.apply_pic_inner {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.apply_petal {
  position: absolute;
  width: 14.4vw;
  padding-bottom: calc(14.4vw * 1.35);
  top: -20%;
  right: -10%;
}

.apply_petal img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}

.apply_petal-1 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.apply_petal-2 {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.apply_petal-3 {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.brick {
  padding-top: 10vw;
  padding-bottom: 15vw;
}

.brick_text {
  width: 40%;
}

.brick_feature {
  padding: 3px 15px;
  border: 1px solid #422520;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.brick_prize {
  width: 100px;
  margin-left: 50px;
}

.brick_prize img {
  width: 100%;
}

.brick_pic {
  width: 60%;
  position: relative;
}

.brick_pic img {
  width: 85%;
  display: block;
  margin: 0 auto;
}

.brick_pic_item {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3D3A39;
  position: absolute;
}

.brick_pic_item.item-1 {
  top: 20%;
  left: 33.5%;
}

.brick_pic_item.item-2 {
  top: 20%;
  right: 33.5%;
}

.brick_pic_item.item-3 {
  bottom: 7%;
  left: 16%;
}

.brick_pic_item.item-4 {
  bottom: 7%;
  left: 47%;
}

.brick_pic_item.item-5 {
  bottom: 7%;
  right: 18%;
}

.brick_pic_item.item-5 .brick_pic_item_text {
  width: 150px;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}

.brick_pic_item_content {
  position: relative;
}

.brick_pic_item_content.item-top::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  background-color: #3D3A39;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.brick_pic_item_content.item-top .brick_pic_item_text {
  bottom: calc(100% + 70px);
}

.brick_pic_item_content.item-bottom::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  background-color: #3D3A39;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.brick_pic_item_content.item-bottom .brick_pic_item_text {
  top: calc(100% + 85px);
}

.brick_pic_item_text {
  width: 135px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

.place {
  margin-bottom: 130px;
}

.place_text {
  margin-top: 40px;
}

@-webkit-keyframes apply-1 {
  0% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  30.3333% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  33.3333% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
  63.6666% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
  66.6666% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  97% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  100% {
    width: 60%;
    right: 0;
    top: -27%;
  }
}

@keyframes apply-1 {
  0% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  30.3333% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  33.3333% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
  63.6666% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
  66.6666% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  97% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  100% {
    width: 60%;
    right: 0;
    top: -27%;
  }
}

@-webkit-keyframes apply-2 {
  0% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
  30.3333% {
    width: 40%;
    right: 20%;
    bottom: 0;
    top: calc(100% + 15px);
  }
  33.3333% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  63.6666% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  66.6666% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  97% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  100% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
}

@keyframes apply-2 {
  0% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
  30.3333% {
    width: 40%;
    right: 20%;
    bottom: 0;
    top: calc(100% + 15px);
  }
  33.3333% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  63.6666% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  66.6666% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  97% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  100% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
}

@-webkit-keyframes apply-3 {
  0% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  30.3333% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  33.3333% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  63.6666% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  66.6666% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
  97% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
  100% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
}

@keyframes apply-3 {
  0% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  30.3333% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
  33.3333% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  63.6666% {
    width: 60%;
    right: 0;
    top: -27%;
  }
  66.6666% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
  97% {
    width: 40%;
    right: 20%;
    top: calc(100% + 15px);
  }
  100% {
    width: 35%;
    right: calc(60% + 15px);
    top: 60%;
  }
}

.brand_text {
  width: 27%;
}

.brand_pic {
  height: 550px;
  width: 100%;
  position: relative;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}

.brand_pic img {
  width: 22%;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.brand_pic img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brand_pic-1 {
  top: 0;
  left: 50%;
}

.brand_pic-2 {
  top: 22.5%;
  left: 32%;
}

.brand_pic-3 {
  top: 22.5%;
  left: 68%;
}

.brand_pic-4 {
  top: 45%;
  left: 50%;
}

.contact {
  padding-bottom: 160px;
}

.contact_form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.contact_label-2txt span:first-child {
  margin-right: 35px;
}

.contact_label-mail {
  letter-spacing: 0.15em;
}

.contact_input {
  height: 40px;
}

.contact_textarea {
  width: 100%;
  padding: 8px 15px;
  height: 100%;
}

.contact_textarea::-webkit-input-placeholder {
  color: #956425;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.contact_textarea:-ms-input-placeholder {
  color: #956425;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.contact_textarea::-ms-input-placeholder {
  color: #956425;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.contact_textarea::placeholder {
  color: #956425;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.contact_input, .contact_textarea {
  border: 2px solid #9A6525;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.contact_input:last-child, .contact_textarea:last-child {
  margin-bottom: 0;
}

.contact_input label, .contact_textarea label {
  width: 100px;
  height: 100%;
  background-color: #9A6525;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

.contact_input input, .contact_textarea input {
  width: calc(100% - 100px);
  height: 100%;
  padding: 5px 10px;
}

.contact_btn {
  display: block;
  margin: 40px auto 0;
  padding: 5px 15px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background-color: #9A6525;
  border: 0;
  letter-spacing: 0.1em;
}

.contact #submit {
  display: block;
  margin: 40px auto 0;
  padding: 5px 15px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background-color: #9A6525;
  border: 0;
  letter-spacing: 0.1em;
}

.inform {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.inform_item {
  margin-bottom: 5px;
}

.inform_item span {
  font-size: 17px;
}

.inform_item span:last-child {
  padding-left: 15px;
  position: relative;
}

.inform_item span:last-child::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #422520;
  left: 7px;
  top: 6px;
}

.footer {
  padding: 10px 20px;
  background-color: #E7DECF;
}

.fix-side {
  position: fixed;
  width: 58px;
  right: 30px;
  bottom: 10vw;
  z-index: 10;
}

.fix-side .container {
  width: 100%;
  padding: 0;
}

.fix-side li {
  width: 100%;
  height: 63px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #9A6525;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fix-side li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.fix-side li a img {
  width: 35%;
}

.fix-side li a img.icon-fb {
  width: 30%;
}

.fix-side li a:hover {
  opacity: 0.7;
}

.fix-side li a span {
  text-align: center;
  margin-top: 3px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fix-side li a.icon_place:hover span {
  opacity: 1;
}

.fix-side li:first-child {
  border-radius: 100px 100px 0 0;
}

.fix-side li:last-child {
  border-radius: 0 0 100px 100px;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1400px) {
  .apply_petal {
    top: -15%;
  }
  .apply_pic_content.pic-1 {
    top: -20%;
  }
  @-webkit-keyframes apply-1 {
    0% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    23.3333% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    33.3333% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    56.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    66.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    90% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    100% {
      width: 60%;
      right: 0;
      top: -20%;
    }
  }
  @keyframes apply-1 {
    0% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    23.3333% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    33.3333% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    56.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    66.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    90% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    100% {
      width: 60%;
      right: 0;
      top: -20%;
    }
  }
  @-webkit-keyframes apply-2 {
    0% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    23.3333% {
      width: 40%;
      right: 20%;
      bottom: 0;
      top: calc(100% + 15px);
    }
    33.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    56.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    66.6666% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    90% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    100% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
  }
  @keyframes apply-2 {
    0% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    23.3333% {
      width: 40%;
      right: 20%;
      bottom: 0;
      top: calc(100% + 15px);
    }
    33.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    56.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    66.6666% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    90% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    100% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
  }
  @-webkit-keyframes apply-3 {
    0% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    23.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    33.3333% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    56.6666% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    66.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    90% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    100% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
  }
  @keyframes apply-3 {
    0% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    23.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    33.3333% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    56.6666% {
      width: 60%;
      right: 0;
      top: -20%;
    }
    66.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    90% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    100% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
  }
  .brand_text {
    width: 32%;
  }
  .brand_pic-2 {
    top: 21%;
  }
  .brand_pic-3 {
    top: 21%;
  }
  .brand_pic-4 {
    top: 42%;
  }
}

@media screen and (max-width: 1200px) {
  .main_logo {
    width: 155px;
  }
  .main_intro h3 {
    padding: 3px 0px;
  }
  .main_intro_bottom {
    margin-top: 3vw;
  }
  .apply_pic {
    height: 250px;
  }
  .apply_pic_content.pic-1 {
    top: -50%;
  }
  @-webkit-keyframes apply-1 {
    0% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    23.3333% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    33.3333% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    56.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    66.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    90% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    100% {
      width: 60%;
      right: 0;
      top: -50%;
    }
  }
  @keyframes apply-1 {
    0% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    23.3333% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    33.3333% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    56.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    66.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    90% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    100% {
      width: 60%;
      right: 0;
      top: -50%;
    }
  }
  @-webkit-keyframes apply-2 {
    0% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    23.3333% {
      width: 40%;
      right: 20%;
      bottom: 0;
      top: calc(100% + 15px);
    }
    33.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    56.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    66.6666% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    90% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    100% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
  }
  @keyframes apply-2 {
    0% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    23.3333% {
      width: 40%;
      right: 20%;
      bottom: 0;
      top: calc(100% + 15px);
    }
    33.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    56.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    66.6666% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    90% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    100% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
  }
  @-webkit-keyframes apply-3 {
    0% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    23.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    33.3333% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    56.6666% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    66.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    90% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    100% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
  }
  @keyframes apply-3 {
    0% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    23.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    33.3333% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    56.6666% {
      width: 60%;
      right: 0;
      top: -50%;
    }
    66.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    90% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    100% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
  }
  .brand_text {
    width: 35%;
  }
  .brand_pic {
    height: 450px;
  }
  .brand_pic-1 {
    left: 50%;
  }
  .brand_pic-2 {
    top: 22%;
    left: 32%;
  }
  .brand_pic-3 {
    top: 22%;
    left: 68%;
  }
  .brand_pic-4 {
    top: 43%;
    left: 50%;
  }
}

@media screen and (max-width: 1130px) {
  .beautiful_slogan {
    left: calc(100% + 10px);
  }
}

@media screen and (max-width: 991px) {
  .main {
    padding-top: 0;
  }
  .main_logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    width: 25vw;
    margin-bottom: 5vw;
  }
  .main_intro {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .beautiful_slogan {
    width: 2.5vw;
    left: calc(100% + 10px);
  }
  .map_alphabet span {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .apply {
    margin-bottom: 350px;
  }
  .apply_pic {
    height: 300px;
  }
  .apply_pic_content.pic-1 {
    top: 7%;
  }
  .apply_petal {
    width: 20vw;
    padding-bottom: calc(20vw * 1.35);
    top: 10%;
  }
  @-webkit-keyframes apply-1 {
    0% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    30.3333% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    33.3333% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    63.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    66.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    97% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    100% {
      width: 60%;
      right: 0;
      top: 7%;
    }
  }
  @keyframes apply-1 {
    0% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    30.3333% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    33.3333% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    63.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    66.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    97% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    100% {
      width: 60%;
      right: 0;
      top: 7%;
    }
  }
  @-webkit-keyframes apply-2 {
    0% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    30.3333% {
      width: 40%;
      right: 20%;
      bottom: 0;
      top: calc(100% + 15px);
    }
    33.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    63.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    66.6666% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    97% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    100% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
  }
  @keyframes apply-2 {
    0% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    30.3333% {
      width: 40%;
      right: 20%;
      bottom: 0;
      top: calc(100% + 15px);
    }
    33.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    63.6666% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    66.6666% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    97% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    100% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
  }
  @-webkit-keyframes apply-3 {
    0% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    30.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    33.3333% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    63.6666% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    66.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    97% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    100% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
  }
  @keyframes apply-3 {
    0% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    30.3333% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
    33.3333% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    63.6666% {
      width: 60%;
      right: 0;
      top: 7%;
    }
    66.6666% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    97% {
      width: 40%;
      right: 20%;
      top: calc(100% + 15px);
    }
    100% {
      width: 35%;
      right: calc(60% + 15px);
      top: 60%;
    }
  }
  .brand_text {
    width: 100%;
  }
  .brand_pic {
    margin-top: 40px;
    -webkit-transform: none;
            transform: none;
    height: 450px;
  }
  .brand_pic img {
    width: 25%;
  }
  .brand_pic-1 {
    left: 37.5%;
  }
  .brand_pic-2 {
    top: 18%;
    left: 17%;
  }
  .brand_pic-3 {
    top: 18%;
    left: 58%;
  }
  .brand_pic-4 {
    top: 37%;
    left: 37.5%;
  }
  .brick {
    padding-bottom: 20vw;
  }
  .brick_text {
    width: 100%;
    position: relative;
  }
  .brick_feature {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .brick_prize {
    position: absolute;
    top: 0;
    left: 350px;
    width: 90px;
  }
  .brick_pic {
    width: 100%;
    margin-top: 150px;
  }
  .fix-side {
    width: 100vw;
    height: 60px;
    right: 0;
    bottom: 0;
    background-color: #9A6525;
  }
  .fix-side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix-side ul li {
    width: 20%;
    border-radius: 0 !important;
  }
  .fix-side ul li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .fix-side ul li a img {
    width: 16px;
    display: block;
    margin: 0 auto;
  }
  .fix-side ul li a img.icon-fb {
    width: 11px;
  }
  .fix-side ul li a img.icon-top {
    width: 20px;
  }
  .fix-side ul li a span {
    opacity: 1;
    position: static;
  }
  .fix-side ul li a.icon_place:hover span {
    opacity: 1;
  }
  .map_floor_popup_pic {
    width: 40vw;
  }
}

@media screen and (max-width: 767px) {
  .title-common {
    font-size: 22px;
  }
  .content-common {
    font-size: 18px;
    line-height: 1.8;
  }
  .main {
    padding-top: 15vw;
  }
  .main_logo {
    margin-bottom: 10vw;
  }
  .main_intro {
    padding: 0;
  }
  .main_intro_top h1::before {
    width: calc(100% - 270px);
  }
  .main_intro h3 {
    padding: 3px 0px;
    font-size: 1.75rem;
  }
  .main_intro h3 span {
    letter-spacing: 0.15em;
  }
  .main_intro_bottom {
    margin-top: 3vw;
  }
  .map_intro_bb {
    border-bottom: 1px solid #422520 !important;
  }
  .map_intro_pt {
    padding-top: 20px !important;
  }
  .map_floor {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .map_floor_pic {
    width: 33.3333%;
  }
  .map_floor_pic:nth-child(1) {
    width: 34%;
  }
  .map_floor_pic:nth-child(2) {
    width: 34%;
  }
  .apply_pic {
    position: relative;
    width: 100%;
    padding-bottom: 66%;
    height: 0;
  }
  .apply_pic_content.pic-1 {
    width: 100%;
    right: 0;
    top: 0;
  }
  .apply_pic_content.pic-2 {
    width: calc(50% - 7.5px);
    right: 0;
    top: calc(100% + 15px);
  }
  .apply_pic_content.pic-3 {
    width: calc(50% - 7.5px);
    right: calc(50% + 7.5px);
    top: calc(100% + 15px);
  }
  .apply_pic_inner {
    border-radius: 0;
  }
  .apply .title-common {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .apply .title-common br {
    display: none;
  }
  .apply .title-common span {
    margin: 0 !important;
  }
  .apply .content-common {
    margin-bottom: 30px;
  }
  .apply .content-common br {
    display: none;
  }
  .apply_petal {
    width: 25vw;
    padding-bottom: calc(25vw * 1.35);
  }
  @-webkit-keyframes apply-1 {
    0% {
      width: 100%;
      right: 0;
      top: 0;
    }
    30.3333% {
      width: 100%;
      right: 0;
      top: 0;
    }
    33.3333% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    63.6666% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    66.6666% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    97% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    100% {
      width: 100%;
      right: 0;
      top: 0;
    }
  }
  @keyframes apply-1 {
    0% {
      width: 100%;
      right: 0;
      top: 0;
    }
    30.3333% {
      width: 100%;
      right: 0;
      top: 0;
    }
    33.3333% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    63.6666% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    66.6666% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    97% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    100% {
      width: 100%;
      right: 0;
      top: 0;
    }
  }
  @-webkit-keyframes apply-2 {
    0% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    30.3333% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    33.3333% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    63.6666% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    66.6666% {
      width: 100%;
      right: 0;
      top: 0;
    }
    97% {
      width: 100%;
      right: 0;
      top: 0;
    }
    100% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
  }
  @keyframes apply-2 {
    0% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    30.3333% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    33.3333% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    63.6666% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    66.6666% {
      width: 100%;
      right: 0;
      top: 0;
    }
    97% {
      width: 100%;
      right: 0;
      top: 0;
    }
    100% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
  }
  @-webkit-keyframes apply-3 {
    0% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    30.3333% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    33.3333% {
      width: 100%;
      right: 0;
      top: 0;
    }
    63.6666% {
      width: 100%;
      right: 0;
      top: 0;
    }
    66.6666% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    97% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    100% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
  }
  @keyframes apply-3 {
    0% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    30.3333% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
    33.3333% {
      width: 100%;
      right: 0;
      top: 0;
    }
    63.6666% {
      width: 100%;
      right: 0;
      top: 0;
    }
    66.6666% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    97% {
      width: calc(50% - 7.5px);
      right: 0;
      top: calc(100% + 15px);
    }
    100% {
      width: calc(50% - 7.5px);
      right: calc(50% + 7.5px);
      top: calc(100% + 15px);
    }
  }
  .brand_text {
    width: 100%;
  }
  .brand_pic {
    margin-top: 40px;
    -webkit-transform: none;
            transform: none;
    height: 370px;
  }
  .brand_pic img {
    width: 30%;
  }
  .brand_pic-1 {
    left: 37.5%;
  }
  .brand_pic-2 {
    top: 20%;
    left: 13%;
  }
  .brand_pic-3 {
    top: 20%;
    left: 62%;
  }
  .brand_pic-4 {
    top: 40%;
    left: 37.5%;
  }
  .brick {
    padding-bottom: 35vw;
  }
  .brick_prize {
    left: 300px;
  }
  .brick_pic img {
    width: 100%;
  }
  .brick_pic_item_text h5 {
    font-size: 18px;
  }
  .brick_pic_item_text p {
    font-size: 15px;
  }
  .brick_pic_item.item-1 {
    left: 30%;
  }
  .brick_pic_item.item-2 {
    right: 30%;
  }
  .brick_pic_item.item-3 {
    left: 9%;
  }
  .brick_pic_item.item-5 {
    right: 13%;
  }
}

@media screen and (max-width: 700px) {
  .beautiful_slogan {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-contact {
    font-size: 2rem;
    margin-bottom: 60px;
  }
  .title-common {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .content-common {
    font-size: 16px;
    line-height: 1.8;
  }
  .main {
    padding-top: 25vw;
    padding-bottom: 24vw;
  }
  .main_logo {
    width: 130px;
    margin-bottom: 15vw;
  }
  .main_intro_top h1 {
    font-size: calc(2rem + 1.5vw);
  }
  .main_intro_top h1::before {
    width: calc(100% - 230px);
  }
  .main_intro_top h4 {
    font-size: 2.5rem;
  }
  .main_intro_bottom {
    font-size: calc(1.45rem + 1.5vw);
  }
  .beautiful .container {
    padding-left: 0;
    padding-right: 0;
  }
  .beautiful_text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact {
    padding-bottom: 80px;
  }
  .contact_input label {
    font-size: 16px;
    width: 85px;
  }
  .contact_input input {
    width: calc(100% - 85px);
  }
  .apply {
    margin-bottom: 55vw;
    padding-top: 13vw;
  }
  .apply .title-common {
    margin-left: 20px;
  }
  .apply .content-common {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .apply .container {
    padding-left: 0;
    padding-right: 0;
  }
  .apply_petal {
    right: -1%;
  }
  .brand_pic {
    height: 370px;
  }
  .brand_pic img {
    width: 135px;
  }
  .brand_pic-1 {
    left: calc(50% - 67.5px);
  }
  .brand_pic-2 {
    top: 17%;
    left: calc(50% - 180px);
  }
  .brand_pic-3 {
    top: 17%;
    left: calc(50% + 44.5px);
  }
  .brand_pic-4 {
    top: 35%;
    left: calc(50% - 67.5px);
  }
  .brick {
    padding-bottom: 230px;
  }
  .brick_prize {
    left: 260px;
  }
  .brick_feature {
    font-size: 16px;
  }
  .place {
    margin-bottom: 100px;
    padding-top: 50px;
  }
  .place_text {
    margin-top: 30px;
  }
  .petal-1 {
    width: 35vw;
    left: -3%;
    top: 37%;
  }
  .petal-2 {
    width: 45vw;
    right: 0%;
    top: -7%;
  }
  .petal-3 {
    width: 40vw;
    bottom: -3%;
    left: -30%;
  }
  .petal-4 {
    width: 35vw;
    bottom: -8%;
    z-index: 10;
  }
  .petal-5 {
    width: 35vw;
    top: -20%;
    z-index: 10;
  }
  .petal-6 {
    width: 40vw;
    bottom: inherit;
    top: 5%;
    left: -8%;
    z-index: 10;
  }
  .petal-7 {
    width: 45vw;
    bottom: inherit;
    top: -20%;
    left: -33%;
    z-index: 10;
  }
  .petal-8 {
    width: 45vw;
    top: -20%;
    right: -25%;
    z-index: 10;
  }
  .petal-9 {
    width: 50vw;
    bottom: -18%;
    left: -15%;
    z-index: 10;
  }
  .petal-10 {
    width: 52vw;
    bottom: 0%;
    right: -27%;
    z-index: 10;
  }
  .petal-11 {
    width: 50vw;
    top: -18%;
    left: -18%;
    z-index: 10;
  }
  .petal-12 {
    width: 55vw;
    top: -20%;
    right: -30%;
    z-index: 10;
  }
  .petal-13 {
    width: 40vw;
    left: 0;
    z-index: 10;
  }
  .petal-14 {
    width: 45vw;
    bottom: -23%;
    right: -15%;
    z-index: 10;
  }
  .petal-15 {
    width: 45vw;
    left: -5%;
    bottom: 70%;
    z-index: 10;
  }
  .petal-16 {
    width: 50vw;
    right: -20%;
    bottom: 0100%;
    z-index: 10;
  }
  .map_floor_popup_pic {
    width: 60vw;
  }
  .map_floor_popup_arrow {
    width: 25px;
  }
  .map_floor_popup_arrow.prev {
    left: 20px;
  }
  .map_floor_popup_arrow.next {
    right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .brick_pic_item_text {
    width: 100px !important;
  }
  .brick_pic_item.item-2 .brick_pic_item_text {
    width: 135px !important;
  }
}

@media screen and (max-width: 450px) {
  .main_intro_top h1 {
    font-size: calc(2.1rem + 1.5vw);
  }
  .main_intro_top h1::before {
    width: calc(100% - 220px);
  }
  .main_intro_top h2 {
    font-size: calc(2rem + 1.5vw);
  }
  .main_intro_top h3 {
    font-size: 1.65rem;
  }
  .main_intro_top h4 {
    padding: 0;
  }
  .brick_prize {
    width: 75px;
    left: 260px;
  }
}

@media screen and (max-width: 420px) {
  .brick_prize {
    width: 75px;
    top: 55px;
    left: 220px;
  }
  .brick_pic_item_text {
    width: 100px !important;
  }
  .brick_pic_item_text h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .brick_pic_item_text p {
    font-size: 13px;
  }
  .brick_pic_item.item-2 .brick_pic_item_text {
    width: 135px !important;
  }
}

@media screen and (max-width: 400px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inform_item span {
    font-size: 16px;
  }
  .apply_petal {
    top: 28%;
    right: -1%;
  }
  .brand_pic {
    height: 300px;
  }
  .brand_pic img {
    width: 110px;
  }
  .brand_pic-1 {
    left: calc(50% - 60px);
  }
  .brand_pic-2 {
    top: 17%;
    left: calc(50% - 150px);
  }
  .brand_pic-3 {
    top: 17%;
    left: calc(50% + 30px);
  }
  .brand_pic-4 {
    top: 35%;
    left: calc(50% - 60px);
  }
}

@media screen and (max-width: 375px) {
  .brick_prize {
    width: 65px;
    top: 50px;
    left: inherit;
    right: 10px;
  }
  .brick_feature {
    margin-right: 5px;
    font-size: 15px;
  }
  .brick_pic_item_text {
    width: 75px !important;
  }
}

@media screen and (max-width: 350px) {
  .main .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main_intro_top h1 {
    font-size: calc(2rem + 1.5vw);
  }
  .main_intro_top h1::before {
    width: calc(100% - 200px);
  }
  .main_intro_top h2 {
    font-size: calc(1.55rem + 1.5vw);
  }
  .main_intro_top h3 {
    font-size: 1.4rem;
  }
  .main_intro_top h4 {
    font-size: 2rem;
  }
  .main_intro_bottom {
    font-size: calc(1.1rem + 1.5vw);
  }
  .inform_item span {
    font-size: 14px;
  }
  .apply .title-common {
    width: calc(100% - 40px);
  }
}
/*# sourceMappingURL=style.css.map */