@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
#get_anchor {
  padding-top: 150px;
  margin-top: -150px;
}
@media all and (max-width: 480px) {
  #get_anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

#ticket_anchor {
  padding-top: 150px;
  margin-top: -150px;
}
@media all and (max-width: 480px) {
  #ticket_anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

#rental_school_anchor {
  padding-top: 150px;
  margin-top: -150px;
}
@media all and (max-width: 480px) {
  #rental_school_anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

@media all and (max-width: 480px) {
  #faq_anchor {
    padding-top: 40px;
    margin-top: -40px;
  }
}

/* top */
/* ============================================ */
main .main {
  padding: 40px;
}
@media all and (max-width: 600px) {
  main .main {
    padding: 20px;
  }
}
main .main::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/common/bg_img_01.svg) no-repeat center/cover;
  top: 90px;
  right: 0;
  width: 400px;
  height: 430px;
}
@media all and (max-width: 896px) {
  main .main::before {
    width: 200px;
    height: 220px;
  }
}
main .main figure {
  position: relative;
}
main .main figure picture {
  position: relative;
}
main .main figure .pc {
  display: block;
}
@media all and (max-width: 600px) {
  main .main figure .pc {
    display: none;
  }
}
main .main figure .sp {
  display: none;
}
@media all and (max-width: 600px) {
  main .main figure .sp {
    display: block;
  }
}

html[lang=zh-cmn-Hant] .mv .rotate {
  top: 5vw;
}
@media all and (max-width: 896px) {
  html[lang=zh-cmn-Hant] .mv .rotate {
    top: 13vw;
  }
}

html[lang=th] .mv .rotate {
  top: 5vw;
}
@media all and (max-width: 896px) {
  html[lang=th] .mv .rotate {
    top: 2.56vw;
  }
}

.intro {
  background: #F3EAE3;
  position: relative;
  z-index: -2;
  top: -300px;
}
@media all and (max-width: 896px) {
  .intro {
    top: -200px;
  }
}
.intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/common/bg_img_02.svg) no-repeat center/cover;
  top: 150px;
  left: 0;
  width: 400px;
  height: 460px;
}
@media all and (max-width: 896px) {
  .intro::before {
    top: 100px;
    width: 300px;
    height: 340px;
  }
}
.intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/common/bg_img_03.svg) no-repeat center/cover;
  right: 0;
  bottom: -250px;
  width: 400px;
  height: 470px;
}
@media all and (max-width: 896px) {
  .intro::after {
    width: 300px;
    height: 340px;
  }
}
@media all and (max-width: 480px) {
  .intro::after {
    bottom: -80px;
    width: 200px;
    height: 234px;
  }
}
.intro .about {
  padding-block: 300px 120px;
}
@media all and (max-width: 896px) {
  .intro .about {
    padding-block: 200px 120px;
  }
}
.intro .about div {
  padding-block: 60px 40px;
  background: url(../images/top/bg_about.svg) no-repeat center/cover;
  position: relative;
}
@media all and (max-width: 896px) {
  .intro .about div {
    padding-block: 40px 20px;
  }
}
@media all and (max-width: 480px) {
  .intro .about div {
    padding-block: 20px 20px;
    padding-inline: 20px 20px;
  }
}
.intro .about div::before {
  content: "";
  position: absolute;
  background: url(../images/top/img_about.svg) no-repeat center/cover;
  right: 0;
  bottom: -100px;
  width: 300px;
  height: 230px;
}
@media all and (max-width: 896px) {
  .intro .about div::before {
    bottom: -120px;
    width: 250px;
    height: 200px;
  }
}
@media all and (max-width: 600px) {
  .intro .about div::before {
    bottom: -100px;
    width: 188px;
    height: 150px;
  }
}
.intro .about div h2 {
  text-align: center;
}
.intro .about div p {
  margin-block: 40px 40px;
  text-align: center;
  line-height: 2.5em;
  letter-spacing: 2.5px;
}
@media all and (max-width: 480px) {
  .intro .about div p {
    margin-block: 30px 30px;
    text-align: left;
  }
}
.intro .about div p span {
  color: #0099BC;
}

.point {
  position: relative;
  top: -200px;
  margin: 0 0 -120px;
}
@media all and (max-width: 896px) {
  .point {
    top: -150px;
  }
}
.point h2 {
  width: calc(100% - 100px);
  max-width: 1280px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .point h2 {
    width: calc(100% - 50px);
  }
}
@media all and (max-width: 480px) {
  .point h2 {
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 896px) {
  .point h2 img {
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .point h2 img {
    width: 100%;
  }
}
.point ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media all and (max-width: 480px) {
  .point ul {
    display: block;
  }
}
.point ul.point_01 {
  margin-block: 80px 0;
}
@media all and (max-width: 896px) {
  .point ul.point_01 {
    margin-block: 60px 0;
  }
}
@media all and (max-width: 480px) {
  .point ul.point_01 {
    margin-block: 40px 0;
  }
}
.point ul.point_01::before {
  content: "";
  position: absolute;
  background: url(../images/top/photo_point_01.svg) no-repeat center/cover;
  right: 20px;
  bottom: -200px;
  width: 280px;
  height: 250px;
}
@media all and (max-width: 896px) {
  .point ul.point_01::before {
    left: 0;
    right: inherit;
    bottom: 0;
    width: 30%;
    display: none;
  }
}
@media all and (max-width: 896px) {
  .point ul.point_02 {
    margin-block: 60px 0;
  }
}
@media all and (max-width: 480px) {
  .point ul.point_02 {
    margin-block: 40px 0;
  }
}
.point ul.point_02::before {
  content: "";
  position: absolute;
  background: url(../images/top/photo_point_02.svg) no-repeat center/cover;
  left: 80px;
  bottom: -200px;
  width: 480px;
  height: 200px;
}
@media all and (max-width: 896px) {
  .point ul.point_02::before {
    left: inherit;
    right: 20px;
    bottom: 0;
    width: 30%;
    display: none;
  }
}
@media all and (max-width: 896px) {
  .point ul.point_03 {
    margin-block: 60px 0;
  }
}
@media all and (max-width: 480px) {
  .point ul.point_03 {
    margin-block: 40px 0;
  }
}
.point ul.point_03::before {
  content: "";
  position: absolute;
  background: url(../images/top/photo_point_03.svg) no-repeat center/cover;
  right: 20px;
  bottom: -170px;
  width: 360px;
  height: 180px;
}
@media all and (max-width: 896px) {
  .point ul.point_03::before {
    left: 0;
    right: inherit;
    bottom: 0;
    width: 30%;
    display: none;
  }
}
@media all and (max-width: 896px) {
  .point ul.point_04 {
    margin-block: 60px 0;
  }
}
@media all and (max-width: 480px) {
  .point ul.point_04 {
    margin-block: 40px 0;
  }
}
.point ul.point_04::before {
  content: "";
  position: absolute;
  background: url(../images/top/photo_point_04.svg) no-repeat center/cover;
  left: 50px;
  bottom: -180px;
  width: 460px;
  height: 180px;
}
@media all and (max-width: 896px) {
  .point ul.point_04::before {
    left: inherit;
    right: 0;
    bottom: 0;
    width: 30%;
    display: none;
  }
}
@media all and (max-width: 896px) {
  .point ul.point_05 {
    margin-block: 60px 0;
  }
}
@media all and (max-width: 480px) {
  .point ul.point_05 {
    margin-block: 40px 0;
  }
}
.point ul.point_05::before {
  content: "";
  position: absolute;
  background: url(../images/top/photo_point_05.svg) no-repeat center/cover;
  right: 20px;
  bottom: -180px;
  width: 400px;
  height: 190px;
}
@media all and (max-width: 896px) {
  .point ul.point_05::before {
    left: 0;
    right: inherit;
    bottom: 0;
    width: 30%;
    display: none;
  }
}
.point ul.reverse {
  flex-direction: row-reverse;
}
.point ul.reverse li.txt {
  width: calc(50% - 140px);
  padding-inline: 0 40px;
}
@media all and (max-width: 896px) {
  .point ul.reverse li.txt {
    width: calc(70% - 40px);
  }
}
@media all and (max-width: 480px) {
  .point ul.reverse li.txt {
    width: calc(100% - 20px);
    padding-block: 20px 20px;
    padding-inline: 20px 20px;
    margin-inline: auto;
  }
}
.point ul li {
  font-size: 1.6rem;
}
.point ul li.img {
  width: 50%;
}
@media all and (max-width: 896px) {
  .point ul li.img {
    width: 30%;
  }
}
@media all and (max-width: 480px) {
  .point ul li.img {
    width: 100%;
  }
}
.point ul li.txt {
  width: calc(50% - 140px);
  padding-inline: 40px 0;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .point ul li.txt {
    width: calc(70% - 40px);
  }
}
@media all and (max-width: 480px) {
  .point ul li.txt {
    width: calc(100% - 20px);
    padding-block: 20px 20px;
    padding-inline: 20px 20px;
    margin-inline: auto;
  }
}
@media all and (max-width: 896px) {
  .point ul li.txt h3 {
    width: 70%;
  }
}
@media all and (max-width: 480px) {
  .point ul li.txt h3 {
    width: 100%;
  }
}
.point ul li.txt p {
  margin-block: 40px 0;
  line-height: 2.5em;
  letter-spacing: 2.5px;
}
@media all and (max-width: 480px) {
  .point ul li.txt p {
    margin-block: 20px 0;
  }
}
.point .line {
  width: calc(100% - 30px);
  max-width: 700px;
  height: 200px;
  margin-inline: auto;
  text-align: center;
}
@media all and (max-width: 896px) {
  .point .line {
    display: none;
  }
}

.plan_model {
  padding-block: 100px 100px;
  background: #F8F5F1;
  position: relative;
}
@media all and (max-width: 480px) {
  .plan_model {
    padding-block: 50px 50px;
  }
}
.plan_model .title_plan_model {
  width: calc(100% - 50px);
  margin-inline: auto;
  display: flex;
}
@media all and (max-width: 896px) {
  .plan_model .title_plan_model {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 896px) {
  .plan_model .title_plan_model h2 {
    width: calc(100% - 50px);
    max-width: 1280px;
    margin-inline: auto;
  }
}
@media all and (max-width: 480px) {
  .plan_model .title_plan_model h2 {
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 896px) {
  .plan_model .title_plan_model h2 img {
    width: 40%;
  }
}
@media all and (max-width: 480px) {
  .plan_model .title_plan_model h2 img {
    width: 100%;
  }
}
.plan_model .title_plan_model p {
  margin: auto 0 0 50px;
}
@media all and (max-width: 896px) {
  .plan_model .title_plan_model p {
    margin: 40px 0 0 20px;
  }
}
@media all and (max-width: 480px) {
  .plan_model .title_plan_model p {
    margin: 20px;
  }
}
.plan_model .swiper {
  width: auto;
  max-width: initial;
  margin-inline: auto;
  padding-block: 40px 0;
}
@media all and (max-width: 480px) {
  .plan_model .swiper {
    padding-block: 0;
  }
}
.plan_model .swiper-wrapper {
  flex-wrap: nowrap;
  gap: normal;
}
.plan_model .swiper-slide {
  width: calc((100% - 40px) / 3);
  margin-block: 0 40px;
  padding-inline: 15px;
}
.plan_model .swiper-slide img {
  border-radius: 4px 4px 0 0;
}
.plan_model .swiper .day {
  padding: 0px !important;
  background: #98897C !important;
}
.plan_model .swiper-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  padding: 15px 20px 20px;
  line-height: 1.8;
  background: #FFF;
}
.plan_model .swiper-content figure {
  position: relative;
}
.plan_model .swiper-content figure .time {
  border-radius: 50%;
  border: 1px solid #98897C;
  width: 80px;
  height: 80px;
  padding: 5px;
  box-sizing: border-box;
  background: #98897C;
  position: absolute;
  top: -10px;
  left: -15px;
}
@media all and (max-width: 896px) {
  .plan_model .swiper-content figure .time {
    width: 30vw;
    height: 30vw;
    padding: 6vw;
  }
}
.plan_model .swiper-content figure .time > div {
  border-radius: 50%;
  border: 2px dotted #FFF;
  width: 100%;
  height: 100%;
  color: #FFF;
  box-sizing: border-box;
  background: #98897C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_model .swiper-content h3 {
  padding-block: 10px 0;
  color: #2A2318;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.plan_model .swiper-content p {
  color: #2A2318;
  font-size: 1.5rem;
  text-align: left;
  line-height: 2em;
  letter-spacing: 2px;
  margin-block: 10px 0;
}
.plan_model .swiper-content p small {
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
}
.plan_model .swiper-button-prev, .plan_model .swiper-button-next {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F3EAE3;
  filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.2));
}
.plan_model .swiper-button-prev::after, .plan_model .swiper-button-next::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
}
.plan_model .swiper-button-prev {
  left: 0px;
  transform: scaleX(-1);
}
.plan_model .swiper-button-next {
  right: 0px;
}
.plan_model .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin-inline: 8px !important;
  border: 1px solid #98897C;
  background: #FFF;
}
.plan_model .swiper-pagination-bullet-active {
  background: #98897C;
}
.plan_model .swiper .swiper-pagination {
  bottom: 0;
}

.plan_stay {
  padding-block: 100px 100px;
  background: #C3B096;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .plan_stay {
    padding-block: 50px 50px;
  }
}
.plan_stay::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: url(../images/common/bg_img_04.svg) no-repeat center/cover;
  top: 0;
  right: 0;
  width: 440px;
  height: 400px;
}
@media all and (max-width: 896px) {
  .plan_stay::before {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 600px) {
  .plan_stay::before {
    width: 150px;
    height: 150px;
  }
}
.plan_stay::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: url(../images/common/bg_img_05.svg) no-repeat center/cover;
  left: 0;
  bottom: 0;
  width: 440px;
  height: 400px;
}
@media all and (max-width: 896px) {
  .plan_stay::after {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 600px) {
  .plan_stay::after {
    width: 150px;
    height: 150px;
  }
}
.plan_stay .title_plan_stay {
  width: calc(100% - 50px);
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .plan_stay .title_plan_stay {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .plan_stay h2 {
    width: calc(100% - 50px);
    max-width: 1280px;
    margin-inline: auto;
  }
}
@media all and (max-width: 480px) {
  .plan_stay h2 {
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 896px) {
  .plan_stay h2 img {
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .plan_stay h2 img {
    width: 100%;
  }
}
.plan_stay p {
  margin-block: 40px 0;
  color: #FFF;
  line-height: 2em;
}
@media all and (max-width: 896px) {
  .plan_stay p {
    margin-inline: 20px 0;
  }
}
@media all and (max-width: 480px) {
  .plan_stay p {
    margin-block: 20px 20px;
    margin-inline: 20px 20px;
  }
}
.plan_stay p.btn a {
  width: 100%;
  padding-block: 5px;
  color: #847363;
  text-align: center;
  border: 1px solid #847363;
  display: block;
}
@media all and (max-width: 480px) {
  .plan_stay p.btn a {
    padding-block: 5px;
  }
}
.plan_stay .swiper {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-inline: auto;
  padding-block: 40px 0;
}
@media all and (max-width: 896px) {
  .plan_stay .swiper {
    width: auto;
    max-width: initial;
  }
}
@media all and (max-width: 480px) {
  .plan_stay .swiper {
    padding-block: 0;
  }
}
.plan_stay .swiper-wrapper {
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .plan_stay .swiper-wrapper {
    flex-wrap: nowrap;
    gap: normal;
  }
}
.plan_stay .swiper-slide {
  width: calc((100% - 40px) / 3);
  margin-block: 0 40px;
}
@media all and (max-width: 896px) {
  .plan_stay .swiper-slide {
    padding-inline: 15px;
  }
}
.plan_stay .swiper-slide img {
  border-radius: 4px 4px 0 0;
}
.plan_stay .swiper-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  padding: 15px 20px 20px;
  line-height: 1.8;
  background: #FFF;
}
.plan_stay .swiper-content h3 {
  padding-block: 20px 10px;
  color: #2A2318;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_stay .swiper-content p {
  margin-block: 10px 0;
  color: #2A2318;
  text-align: left;
}
.plan_stay .swiper-content p small {
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
}
.plan_stay .swiper-button-prev, .plan_stay .swiper-button-next {
  display: none;
}
@media all and (max-width: 896px) {
  .plan_stay .swiper-button-prev, .plan_stay .swiper-button-next {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3EAE3;
    filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.2));
  }
}
.plan_stay .swiper-button-prev::after, .plan_stay .swiper-button-next::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
}
.plan_stay .swiper-button-prev {
  left: 0px;
  transform: scaleX(-1);
}
.plan_stay .swiper-button-next {
  right: 0px;
}
.plan_stay .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin-inline: 8px !important;
  border: 1px solid #98897C;
  background: #FFF;
}
.plan_stay .swiper-pagination-bullet-active {
  background: #98897C;
}
.plan_stay .swiper .swiper-pagination {
  bottom: 0;
}
.plan_stay ul {
  max-width: 400px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_stay ul li {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.plan_stay ul li:first-child a {
  background: #847363;
}
.plan_stay ul li a {
  width: 100%;
  padding-block: 20px;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
  display: block;
  position: relative;
}
@media all and (max-width: 480px) {
  .plan_stay ul li a {
    padding-block: 15px;
  }
}
.plan_stay ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: auto;
  height: auto;
  padding: auto;
  padding: 10px;
  border-radius: 100px;
  background: #FFF url(../images/common/ico_arrow.svg) no-repeat center;
  background-size: 10px;
  transform: translateY(-50%);
}

.gallery {
  position: relative;
}
.gallery::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/top/img_gallery_03.jpg) no-repeat center/cover;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
}
@media all and (max-width: 896px) {
  .gallery::before {
    display: none;
  }
}
.gallery::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/top/img_gallery_04.jpg) no-repeat center/cover;
  top: 0;
  right: 0;
  width: 33%;
  height: 100%;
}
@media all and (max-width: 896px) {
  .gallery::after {
    display: none;
  }
}
.gallery ul li {
  width: 33%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .gallery ul li {
    width: 100%;
  }
}
.gallery ul li div {
  padding: 40px 20px;
}
@media all and (max-width: 480px) {
  .gallery ul li div {
    padding: 0 20px;
  }
}
.gallery ul li div h2 {
  text-align: center;
}
@media all and (max-width: 480px) {
  .gallery ul li div h2 {
    margin-block: 30px 0;
  }
}
.gallery ul li div p {
  margin-block: 40px 40px;
  text-align: center;
  line-height: 2.5em;
  letter-spacing: 2.5px;
}
@media all and (max-width: 480px) {
  .gallery ul li div p {
    margin-block: 30px 30px;
    text-align: left;
  }
}

.reservation {
  padding-block: 80px 90px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 480px) {
  .reservation {
    padding-block: 40px 45px;
  }
}
.reservation::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/common/bg_img_06.svg) no-repeat center/cover;
  top: -100px;
  left: 0;
  width: 350px;
  height: 377px;
}
@media all and (max-width: 896px) {
  .reservation::before {
    top: -50px;
    width: 185px;
    height: 200px;
  }
}
@media all and (max-width: 480px) {
  .reservation::before {
    top: -25px;
    width: 100px;
    height: 105px;
  }
}
.reservation::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/common/bg_img_07.svg) no-repeat center/cover;
  right: 0;
  bottom: -200px;
  width: 420px;
  height: 500px;
}
@media all and (max-width: 896px) {
  .reservation::after {
    bottom: -100px;
    width: 200px;
    height: 250px;
  }
}
@media all and (max-width: 480px) {
  .reservation::after {
    bottom: -50px;
    width: 105px;
    height: 123px;
  }
}
.reservation .inner div h2 {
  text-align: center;
}
.reservation .inner div p {
  margin-block: 40px 20px;
  text-align: center;
  line-height: 2.5em;
  letter-spacing: 2.5px;
}
@media all and (max-width: 480px) {
  .reservation .inner div p {
    margin-block: 30px 20px;
    text-align: left;
  }
}
.reservation ul {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reservation ul li {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.reservation ul li:first-child a {
  background: #AE9165;
}
.reservation ul li a {
  width: 100%;
  padding-block: 20px;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
  display: block;
  position: relative;
}
@media all and (max-width: 480px) {
  .reservation ul li a {
    padding-block: 15px;
  }
}
.reservation ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: auto;
  height: auto;
  padding: auto;
  padding: 10px;
  border-radius: 100px;
  background: #FFF url(../images/common/ico_arrow.svg) no-repeat center;
  background-size: 10px;
  transform: translateY(-50%);
}
/*# sourceMappingURL=top.css.map */