@charset "UTF-8";
/* line 5, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 11, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 15, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 19, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 23, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 27, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 31, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 39, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 47, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 51, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 55, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 60, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 64, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 68, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 72, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 76, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 80, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 84, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 88, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 92, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 3, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background: #fff;
}

/* line 8, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

/* Контейнер */
/* line 17, ../sass/all/wrapper.scss */
.wrapper {
  position: relative;
}

/* line 21, ../sass/all/wrapper.scss */
.container {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 31, ../sass/all/wrapper.scss */
.content {
  overflow: hidden;
}

/* line 33, ../sass/all/wrapper.scss */
input, textarea, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
}

/* line 44, ../sass/all/wrapper.scss */
button {
  cursor: pointer;
}

/* line 48, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 55, ../sass/all/wrapper.scss */
  .container {
    width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 63, ../sass/all/wrapper.scss */
  .container {
    width: 738px;
  }

  /* line 67, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 73, ../sass/all/wrapper.scss */
  .container {
    width: calc(100% - 30px);
  }

  /* line 77, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
/* line 1, ../sass/all/header.scss */
header {
  position: absolute;
  background: #000000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  z-index: 10;
}
/* line 11, ../sass/all/header.scss */
header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
/* line 22, ../sass/all/header.scss */
header.relative {
  position: relative;
}
/* line 26, ../sass/all/header.scss */
header.black-color {
  background: #fff;
}
/* line 30, ../sass/all/header.scss */
header.black-color .hLogo .site-name {
  color: #000;
}
/* line 36, ../sass/all/header.scss */
header.black-color .hNav a {
  color: #000;
}
/* line 39, ../sass/all/header.scss */
header.black-color .hNav a:hover {
  color: #e4cb8b;
}
/* line 46, ../sass/all/header.scss */
header.black-color .hLang a, header.black-color .hPhone a {
  color: #000;
}
/* line 49, ../sass/all/header.scss */
header.black-color .hLang a:hover, header.black-color .hPhone a:hover {
  color: #e4cb8b;
}

/* line 57, ../sass/all/header.scss */
.hLogo {
  position: relative;
}
/* line 60, ../sass/all/header.scss */
.hLogo a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
/* line 69, ../sass/all/header.scss */
.hLogo a:hover {
  opacity: 0.7;
}
/* line 74, ../sass/all/header.scss */
.hLogo img {
  display: block;
  height: 80px;
}
/* line 79, ../sass/all/header.scss */
.hLogo .site-name {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-left: 20px;
}

/* line 88, ../sass/all/header.scss */
.hNav {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
/* line 98, ../sass/all/header.scss */
.hNav li {
  position: relative;
  margin-right: 40px;
}
/* line 102, ../sass/all/header.scss */
.hNav li:nth-last-child(1) {
  margin-right: 0;
}
/* line 107, ../sass/all/header.scss */
.hNav a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
/* line 113, ../sass/all/header.scss */
.hNav a:hover {
  color: #e4cb8b;
}

/* line 119, ../sass/all/header.scss */
.hLang {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 127, ../sass/all/header.scss */
.hLang li {
  position: relative;
  margin-left: 20px;
}
/* line 132, ../sass/all/header.scss */
.hLang li.active a {
  font-weight: 600;
  color: #e4cb8b;
}
/* line 139, ../sass/all/header.scss */
.hLang a {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 144, ../sass/all/header.scss */
.hLang a:hover {
  color: #e4cb8b;
}

/* line 150, ../sass/all/header.scss */
.hPhone {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 2px;
}
/* line 161, ../sass/all/header.scss */
.hPhone .li-wa {
  margin-left: 10px;
}
/* line 164, ../sass/all/header.scss */
.hPhone .li-wa img {
  display: block;
  height: 24px;
}
/* line 168, ../sass/all/header.scss */
.hPhone .li-wa img:hover {
  opacity: 0.7;
}
/* line 174, ../sass/all/header.scss */
.hPhone a {
  display: block;
  color: #fff;
  font-size: 22px;
}
/* line 179, ../sass/all/header.scss */
.hPhone a:hover {
  color: #e4cb8b;
}

/* line 185, ../sass/all/header.scss */
.hMobMenu {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 191, ../sass/all/header.scss */
  header {
    padding: 10px 0;
  }

  /* line 196, ../sass/all/header.scss */
  .hLogo img {
    height: 64px;
  }
  /* line 200, ../sass/all/header.scss */
  .hLogo .site-name {
    font-size: 18px;
    margin-left: 15px;
  }

  /* line 207, ../sass/all/header.scss */
  .hNav li {
    margin-right: 35px;
  }
  /* line 211, ../sass/all/header.scss */
  .hNav a {
    font-size: 16px;
  }

  /* line 216, ../sass/all/header.scss */
  .hPhone {
    margin-top: -2px;
  }
  /* line 219, ../sass/all/header.scss */
  .hPhone .li-wa {
    margin-left: 10px;
  }
  /* line 222, ../sass/all/header.scss */
  .hPhone .li-wa img {
    height: 24px;
  }
  /* line 227, ../sass/all/header.scss */
  .hPhone a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 236, ../sass/all/header.scss */
  header {
    padding: 10px 0;
  }

  /* line 241, ../sass/all/header.scss */
  .hLogo img {
    height: 50px;
  }
  /* line 245, ../sass/all/header.scss */
  .hLogo .site-name {
    font-size: 16px;
    margin-left: 10px;
  }

  /* line 252, ../sass/all/header.scss */
  .hNav li {
    margin-right: 30px;
  }
  /* line 256, ../sass/all/header.scss */
  .hNav a {
    font-size: 15px;
  }

  /* line 261, ../sass/all/header.scss */
  .hPhone {
    margin-top: 0;
  }
  /* line 264, ../sass/all/header.scss */
  .hPhone .li-wa {
    margin-left: 10px;
  }
  /* line 267, ../sass/all/header.scss */
  .hPhone .li-wa img {
    height: 22px;
  }
  /* line 272, ../sass/all/header.scss */
  .hPhone a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 281, ../sass/all/header.scss */
  header {
    padding: 10px 0;
  }

  /* line 286, ../sass/all/header.scss */
  .hLogo img {
    height: 40px;
  }
  /* line 290, ../sass/all/header.scss */
  .hLogo .site-name {
    font-size: 14px;
    margin-left: 5px;
  }

  /* line 296, ../sass/all/header.scss */
  .hNav {
    display: none;
  }

  /* line 300, ../sass/all/header.scss */
  .hPhone {
    margin-top: 0;
  }
  /* line 303, ../sass/all/header.scss */
  .hPhone .li-wa {
    margin-left: 10px;
  }
  /* line 306, ../sass/all/header.scss */
  .hPhone .li-wa img {
    height: 30px;
  }
  /* line 311, ../sass/all/header.scss */
  .hPhone a {
    width: 30px;
    height: 30px;
  }
  /* line 315, ../sass/all/header.scss */
  .hPhone a span {
    display: none;
  }
  /* line 319, ../sass/all/header.scss */
  .hPhone a.phone {
    background-image: url(/assets/img/1298772_viber_chat_logo_messenger_talk_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
  }

  /* line 329, ../sass/all/header.scss */
  .hMobMenu {
    display: block;
  }
  /* line 332, ../sass/all/header.scss */
  .hMobMenu span {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    background-image: url(/assets/img/2849812_menu_multimedia_bars_media_icon.svg);
    background-position: left -5px;
    background-repeat: no-repeat;
    -webkit-background-size: auto 27px;
    background-size: auto 27px;
  }
  /* line 342, ../sass/all/header.scss */
  .hMobMenu span.close {
    background-image: url(/assets/img/4115230_cancel_close_delete_icon.svg);
  }
}
/* line 3, ../sass/all/crumbs.scss */
.breadcrumb {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
/* line 20, ../sass/all/crumbs.scss */
.breadcrumb a, .breadcrumb b {
  color: #000;
}
/* line 24, ../sass/all/crumbs.scss */
.breadcrumb b {
  margin-right: 5px;
}
/* line 30, ../sass/all/crumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

/* line 36, ../sass/all/crumbs.scss */
.breadcrumb-item {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  /* line 43, ../sass/all/crumbs.scss */
  .breadcrumb {
    margin-bottom: 15px;
  }
}
/* line 1, ../sass/all/footer.scss */
footer {
  position: relative;
  background: #000000;
  z-index: 100;
  color: #fff;
  padding-top: 70px;
}

/* line 9, ../sass/all/footer.scss */
.fTop {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 23, ../sass/all/footer.scss */
.fTop .title {
  position: relative;
  text-transform: uppercase;
  -ms-align-self: flex-start;
  align-self: flex-start;
  width: 100%;
  font-weight: 600;
  color: #e4cb8b;
  font-size: 16px;
  margin-bottom: 60px;
}
/* line 35, ../sass/all/footer.scss */
.fTop .list {
  position: relative;
}
/* line 38, ../sass/all/footer.scss */
.fTop .list li {
  margin-top: 20px;
}
/* line 41, ../sass/all/footer.scss */
.fTop .list li:nth-child(1) {
  margin-top: 0;
}
/* line 46, ../sass/all/footer.scss */
.fTop .list .li-wa {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
/* line 55, ../sass/all/footer.scss */
.fTop .list .li-wa .wa {
  margin-left: 10px;
}
/* line 59, ../sass/all/footer.scss */
.fTop .list .li-wa img {
  display: block;
  height: 24px;
}
/* line 63, ../sass/all/footer.scss */
.fTop .list .li-wa img:hover {
  opacity: 0.7;
}
/* line 69, ../sass/all/footer.scss */
.fTop .list a {
  display: inline-block;
  font-size: 16px;
}
/* line 73, ../sass/all/footer.scss */
.fTop .list a:hover {
  color: #e4cb8b;
}
/* line 79, ../sass/all/footer.scss */
.fTop .TourTPL {
  width: 100%;
  margin-right: 0;
  margin-top: 20px;
}
/* line 84, ../sass/all/footer.scss */
.fTop .TourTPL:nth-child(1) {
  margin-right: 0;
}
/* line 90, ../sass/all/footer.scss */
.fTop .TourTPL-Desc .name {
  font-size: 14px;
  padding-right: 0;
}
/* line 95, ../sass/all/footer.scss */
.fTop .TourTPL-Desc .text, .fTop .TourTPL-Desc .price {
  display: none;
}

/* line 101, ../sass/all/footer.scss */
.fLogoWr {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -ms-align-self: flex-start;
  align-self: flex-start;
  width: 22%;
}
/* line 119, ../sass/all/footer.scss */
.fLogoWr .fLogo {
  position: relative;
  width: 200px;
  max-width: 100%;
}
/* line 124, ../sass/all/footer.scss */
.fLogoWr .fLogo img {
  display: block;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #e4cb8b;
}
/* line 130, ../sass/all/footer.scss */
.fLogoWr .fLogo img:hover {
  opacity: 0.7;
}
/* line 136, ../sass/all/footer.scss */
.fLogoWr .underlogo {
  position: relative;
  margin-top: 20px;
}

/* line 144, ../sass/all/footer.scss */
.fCol {
  position: relative;
  width: 22%;
}
/* line 148, ../sass/all/footer.scss */
.fCol.double {
  width: 44%;
}
/* line 151, ../sass/all/footer.scss */
.fCol.double .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 164, ../sass/all/footer.scss */
.fCol.double .list li {
  width: calc((100% - 20px) / 2);
}
/* line 167, ../sass/all/footer.scss */
.fCol.double .list li:nth-child(2) {
  margin-top: 0;
}

/* line 175, ../sass/all/footer.scss */
.fBot {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 189, ../sass/all/footer.scss */
.fBot .copy, .fBot .policy {
  position: relative;
  text-transform: uppercase;
  color: #e4cb8b;
  font-size: 14px;
}
/* line 197, ../sass/all/footer.scss */
.fBot .policy:hover {
  opacity: 0.7;
}
/* line 202, ../sass/all/footer.scss */
.fBot .created {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-transform: uppercase;
  color: #e4cb8b;
  font-size: 14px;
}
/* line 215, ../sass/all/footer.scss */
.fBot .created img {
  display: block;
  height: 50px;
  margin-left: 20px;
  transform: translateY(-2px);
}
/* line 221, ../sass/all/footer.scss */
.fBot .created img:hover {
  opacity: 0.7;
}
/* line 227, ../sass/all/footer.scss */
.fBot .social {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 236, ../sass/all/footer.scss */
.fBot .link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
/* line 249, ../sass/all/footer.scss */
.fBot .link:nth-child(1) {
  margin-left: 0;
}
/* line 253, ../sass/all/footer.scss */
.fBot .link svg {
  width: auto;
  height: 30px;
}
/* line 259, ../sass/all/footer.scss */
.fBot .link:hover .fill-000000 {
  fill: #e4cb8b;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 268, ../sass/all/footer.scss */
  footer {
    padding-top: 55px;
  }

  /* line 273, ../sass/all/footer.scss */
  .fTop .title {
    font-size: 15px;
    margin-bottom: 50px;
  }
  /* line 279, ../sass/all/footer.scss */
  .fTop .list li {
    margin-top: 15px;
  }
  /* line 284, ../sass/all/footer.scss */
  .fTop .list .li-wa .wa {
    margin-left: 10px;
  }
  /* line 288, ../sass/all/footer.scss */
  .fTop .list .li-wa img {
    height: 22px;
  }
  /* line 293, ../sass/all/footer.scss */
  .fTop .list a {
    font-size: 15px;
  }
  /* line 298, ../sass/all/footer.scss */
  .fTop .TourTPL {
    margin-top: 15px;
  }
  /* line 303, ../sass/all/footer.scss */
  .fTop .TourTPL-Desc .name {
    font-size: 13px;
  }

  /* line 310, ../sass/all/footer.scss */
  .fLogoWr .fLogo {
    width: 160px;
  }
  /* line 314, ../sass/all/footer.scss */
  .fLogoWr .underlogo {
    margin-top: 15px;
    font-size: 15px;
  }

  /* line 320, ../sass/all/footer.scss */
  .fBot {
    margin-top: 55px;
    padding: 30px 0;
  }
  /* line 325, ../sass/all/footer.scss */
  .fBot .created img {
    height: 44px;
    margin-left: 15px;
    transform: translateY(-2px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 337, ../sass/all/footer.scss */
  footer {
    padding-top: 40px;
  }

  /* line 342, ../sass/all/footer.scss */
  .fTop .title {
    font-size: 14px;
    margin-bottom: 35px;
  }
  /* line 348, ../sass/all/footer.scss */
  .fTop .list li {
    margin-top: 12px;
  }
  /* line 353, ../sass/all/footer.scss */
  .fTop .list .li-wa .wa {
    margin-left: 10px;
  }
  /* line 357, ../sass/all/footer.scss */
  .fTop .list .li-wa img {
    height: 22px;
  }
  /* line 362, ../sass/all/footer.scss */
  .fTop .list a {
    font-size: 14px;
  }
  /* line 367, ../sass/all/footer.scss */
  .fTop .TourTPL {
    margin-top: 12px;
  }
  /* line 372, ../sass/all/footer.scss */
  .fTop .TourTPL-Desc .name {
    font-size: 12px;
  }

  /* line 378, ../sass/all/footer.scss */
  .fLogoWr {
    width: 19%;
  }
  /* line 381, ../sass/all/footer.scss */
  .fLogoWr .fLogo {
    width: 125px;
  }
  /* line 385, ../sass/all/footer.scss */
  .fLogoWr .underlogo {
    margin-top: 12px;
    font-size: 14px;
  }

  /* line 391, ../sass/all/footer.scss */
  .fCol {
    width: 19%;
  }
  /* line 394, ../sass/all/footer.scss */
  .fCol.tours {
    width: 35%;
  }

  /* line 399, ../sass/all/footer.scss */
  .fBot {
    margin-top: 40px;
    padding: 25px 0;
  }
  /* line 403, ../sass/all/footer.scss */
  .fBot .copy, .fBot .policy {
    font-size: 13px;
  }
  /* line 407, ../sass/all/footer.scss */
  .fBot .created {
    font-size: 13px;
  }
  /* line 410, ../sass/all/footer.scss */
  .fBot .created img {
    height: 40px;
    margin-left: 10px;
    transform: translateY(-2px);
  }
  /* line 417, ../sass/all/footer.scss */
  .fBot .link {
    width: 24px;
    height: 24px;
    margin-left: 15px;
  }
  /* line 422, ../sass/all/footer.scss */
  .fBot .link svg {
    height: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 432, ../sass/all/footer.scss */
  footer {
    padding-top: 30px;
  }

  /* line 437, ../sass/all/footer.scss */
  .fTop .title {
    font-size: 14px;
    margin-bottom: 35px;
  }
  /* line 443, ../sass/all/footer.scss */
  .fTop .list li {
    margin-top: 12px;
  }
  /* line 448, ../sass/all/footer.scss */
  .fTop .list .li-wa .wa {
    margin-left: 10px;
  }
  /* line 452, ../sass/all/footer.scss */
  .fTop .list .li-wa img {
    height: 22px;
  }
  /* line 457, ../sass/all/footer.scss */
  .fTop .list a {
    font-size: 14px;
  }
  /* line 462, ../sass/all/footer.scss */
  .fTop .TourTPL {
    margin-top: 12px;
  }
  /* line 467, ../sass/all/footer.scss */
  .fTop .TourTPL-Desc .name {
    font-size: 12px;
  }

  /* line 473, ../sass/all/footer.scss */
  .fLogoWr {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 477, ../sass/all/footer.scss */
  .fLogoWr .fLogo {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }
  /* line 488, ../sass/all/footer.scss */
  .fLogoWr .fLogo img {
    width: 125px;
  }
  /* line 493, ../sass/all/footer.scss */
  .fLogoWr .underlogo {
    width: calc(100% - 125px - 30px);
    margin-top: 12px;
    font-size: 14px;
  }

  /* line 500, ../sass/all/footer.scss */
  .fCol {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    width: calc((100% - 15px) / 2);
  }
  /* line 508, ../sass/all/footer.scss */
  .fCol.tours {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    width: 100%;
    margin-top: 30px;
  }

  /* line 519, ../sass/all/footer.scss */
  .fBot {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding: 15px 0;
  }
  /* line 529, ../sass/all/footer.scss */
  .fBot .copy, .fBot .policy {
    font-size: 13px;
  }
  /* line 533, ../sass/all/footer.scss */
  .fBot .created {
    margin-top: 15px;
    font-size: 13px;
  }
  /* line 537, ../sass/all/footer.scss */
  .fBot .created img {
    height: 40px;
    margin-left: 10px;
    transform: translateY(-2px);
  }
  /* line 544, ../sass/all/footer.scss */
  .fBot .link {
    width: 24px;
    height: 24px;
    margin-left: 15px;
  }
  /* line 549, ../sass/all/footer.scss */
  .fBot .link svg {
    height: 24px;
  }
}
/* line 1, ../sass/all/popup.scss */
.popup-wr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 101;
  transition: 0.3s ease all;
}
/* line 21, ../sass/all/popup.scss */
.popup-wr.show {
  opacity: 1;
  visibility: visible;
}

/* line 27, ../sass/all/popup.scss */
.popup-close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 35, ../sass/all/popup.scss */
.popup-close-bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* line 47, ../sass/all/popup.scss */
.popup-inner {
  position: relative;
  z-index: 2;
  width: 500px;
  max-width: calc(100% - 30px);
}
/* line 53, ../sass/all/popup.scss */
.popup-inner .logo {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
/* line 58, ../sass/all/popup.scss */
.popup-inner .logo img {
  height: 80px;
}
/* line 63, ../sass/all/popup.scss */
.popup-inner .form {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 21px 0 rgba(228, 203, 139, 0.5);
}
/* line 71, ../sass/all/popup.scss */
.popup-inner .title {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
/* line 79, ../sass/all/popup.scss */
.popup-inner form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
/* line 94, ../sass/all/popup.scss */
.popup-inner .close-popup {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}
/* line 104, ../sass/all/popup.scss */
.popup-inner .close-popup:after, .popup-inner .close-popup:before {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -1px;
  width: 30px;
  height: 2px;
  background: #e4cb8b;
  transform: rotate(45deg);
  transition: .5s ease-out;
}
/* line 116, ../sass/all/popup.scss */
.popup-inner .close-popup:before {
  transform: rotate(-45deg);
}
/* line 121, ../sass/all/popup.scss */
.popup-inner .close-popup:hover:after {
  transform: rotate(0deg);
}
/* line 125, ../sass/all/popup.scss */
.popup-inner .close-popup:hover:before {
  transform: rotate(0deg);
}
/* line 131, ../sass/all/popup.scss */
.popup-inner input {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  width: 100%;
  border: 2px solid #e4cb8b;
  height: 56px;
  padding: 0 25px;
  font-size: 16px;
  margin-bottom: 20px;
  border-radius: 10px;
}
/* line 146, ../sass/all/popup.scss */
.popup-inner input::placeholder {
  color: #000;
}
/* line 150, ../sass/all/popup.scss */
.popup-inner input:focus {
  border: 2px solid #e4cb8b;
}
/* line 155, ../sass/all/popup.scss */
.popup-inner .submit {
  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  background: #e4cb8b;
  font-size: 20px;
  height: 56px;
  padding: 0 25px;
  border-radius: 10px;
  transition: 0.5s ease all;
}
/* line 174, ../sass/all/popup.scss */
.popup-inner .submit:hover {
  background: #000;
  color: #e4cb8b;
}

@media only screen and (min-width: 1280px) and (max-width: 1560px) {
  /* line 183, ../sass/all/popup.scss */
  .popup-inner {
    width: 400px;
  }
  /* line 186, ../sass/all/popup.scss */
  .popup-inner .logo {
    margin-bottom: 20px;
  }
  /* line 189, ../sass/all/popup.scss */
  .popup-inner .logo img {
    height: 70px;
  }
  /* line 194, ../sass/all/popup.scss */
  .popup-inner .form {
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding: 25px;
  }
  /* line 200, ../sass/all/popup.scss */
  .popup-inner .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  /* line 205, ../sass/all/popup.scss */
  .popup-inner .close-popup {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  /* line 212, ../sass/all/popup.scss */
  .popup-inner input {
    height: 60px;
    padding: 0 35px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 224, ../sass/all/popup.scss */
  .popup-inner {
    width: 400px;
  }
  /* line 227, ../sass/all/popup.scss */
  .popup-inner .logo {
    margin-bottom: 15px;
  }
  /* line 230, ../sass/all/popup.scss */
  .popup-inner .logo img {
    height: 60px;
  }
  /* line 235, ../sass/all/popup.scss */
  .popup-inner .form {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px;
  }
  /* line 241, ../sass/all/popup.scss */
  .popup-inner .title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  /* line 246, ../sass/all/popup.scss */
  .popup-inner .close-popup {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  /* line 253, ../sass/all/popup.scss */
  .popup-inner input {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 260, ../sass/all/popup.scss */
  .popup-inner .submit {
    font-size: 18px;
    height: 48px;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 272, ../sass/all/popup.scss */
  .popup-inner .logo {
    margin-bottom: 15px;
  }
  /* line 275, ../sass/all/popup.scss */
  .popup-inner .logo img {
    height: 50px;
  }
  /* line 280, ../sass/all/popup.scss */
  .popup-inner .form {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 15px;
  }
  /* line 286, ../sass/all/popup.scss */
  .popup-inner .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  /* line 291, ../sass/all/popup.scss */
  .popup-inner .close-popup {
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
  }
  /* line 297, ../sass/all/popup.scss */
  .popup-inner .close-popup:after, .popup-inner .close-popup:before {
    width: 20px;
  }
  /* line 302, ../sass/all/popup.scss */
  .popup-inner input {
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 309, ../sass/all/popup.scss */
  .popup-inner .submit {
    font-size: 16px;
    height: 44px;
    padding: 0 20px;
  }
}
/* line 1, ../sass/all/seo-text.scss */
.SEO-Text {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/all/seo-text.scss */
.SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
  position: relative;
  text-transform: uppercase;
  font-size: 54px;
  margin: 40px 0;
}
/* line 11, ../sass/all/seo-text.scss */
.SEO-Text h1:nth-last-child(1), .SEO-Text h2:nth-last-child(1), .SEO-Text h3:nth-last-child(1), .SEO-Text h4:nth-last-child(1), .SEO-Text h5:nth-last-child(1), .SEO-Text h6:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 16, ../sass/all/seo-text.scss */
.SEO-Text p {
  position: relative;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 23, ../sass/all/seo-text.scss */
.SEO-Text p:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 28, ../sass/all/seo-text.scss */
.SEO-Text ul {
  position: relative;
  list-style-type: disc;
  list-style-position: inside;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 37, ../sass/all/seo-text.scss */
.SEO-Text ul:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 41, ../sass/all/seo-text.scss */
.SEO-Text ul li {
  position: relative;
  margin-bottom: 10px;
}
/* line 45, ../sass/all/seo-text.scss */
.SEO-Text ul li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 49, ../sass/all/seo-text.scss */
.SEO-Text ul li::marker {
  color: #e4cb8b;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 58, ../sass/all/seo-text.scss */
  .SEO-Text {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 66, ../sass/all/seo-text.scss */
  .SEO-Text {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1240px) {
  /* line 74, ../sass/all/seo-text.scss */
  .SEO-Text {
    padding: 55px 0;
  }
  /* line 77, ../sass/all/seo-text.scss */
  .SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
    font-size: 48px;
    margin: 30px 0;
  }
  /* line 82, ../sass/all/seo-text.scss */
  .SEO-Text p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 87, ../sass/all/seo-text.scss */
  .SEO-Text ul {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 91, ../sass/all/seo-text.scss */
  .SEO-Text ul li {
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 101, ../sass/all/seo-text.scss */
  .SEO-Text {
    padding: 40px 0;
  }
  /* line 104, ../sass/all/seo-text.scss */
  .SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 113, ../sass/all/seo-text.scss */
  .SEO-Text {
    padding: 30px 0;
  }
  /* line 116, ../sass/all/seo-text.scss */
  .SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
    margin: 25px 0;
    font-size: clamp(22px, 7vw, 26px);
  }
}
/* line 1, ../sass/all/mob-menu.scss */
.mob-menu-wr {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  background: #000;
  color: #fff;
  padding: 15px;
  transition: 0.3s ease all;
  transform: translateY(-100%);
  z-index: 9;
}
/* line 16, ../sass/all/mob-menu.scss */
.mob-menu-wr.show {
  transform: translateY(0);
}

/* line 21, ../sass/all/mob-menu.scss */
.mob-menu-nav {
  position: relative;
  text-align: center;
}
/* line 25, ../sass/all/mob-menu.scss */
.mob-menu-nav li {
  position: relative;
  margin-bottom: 30px;
}
/* line 30, ../sass/all/mob-menu.scss */
.mob-menu-nav a {
  display: inline-block;
  font-size: 30px;
}

/* line 1, ../sass/all/fix-wa.scss */
.fix-wa {
  position: fixed;
  z-index: 99;
  left: 10px;
  bottom: 50px;
}
/* line 7, ../sass/all/fix-wa.scss */
.fix-wa img {
  display: block;
  width: 50px;
}
/* line 12, ../sass/all/fix-wa.scss */
.fix-wa:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 20, ../sass/all/fix-wa.scss */
  .fix-wa img {
    width: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 31, ../sass/all/fix-wa.scss */
  .fix-wa img {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 40, ../sass/all/fix-wa.scss */
  .fix-wa {
    left: 10px;
    bottom: 40px;
  }
  /* line 44, ../sass/all/fix-wa.scss */
  .fix-wa img {
    width: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 53, ../sass/all/fix-wa.scss */
  .fix-wa {
    left: 5px;
    bottom: 15px;
  }
  /* line 57, ../sass/all/fix-wa.scss */
  .fix-wa img {
    width: 30px;
  }
}
/* line 1, ../sass/tour/tour-top.scss */
.TourTop {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/tour/tour-top.scss */
.TourTop .title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-size: 54px;
  margin-bottom: 35px;
}

/* line 15, ../sass/tour/tour-top.scss */
.TourTopNav {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 29, ../sass/tour/tour-top.scss */
.TourTopNav li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 40px;
  padding: 0 50px;
  border-right: 1px solid #000;
}
/* line 42, ../sass/tour/tour-top.scss */
.TourTopNav li:nth-last-child(1) {
  border-right: 0;
}
/* line 47, ../sass/tour/tour-top.scss */
.TourTopNav li.active a {
  color: #e4cb8b;
}
/* line 53, ../sass/tour/tour-top.scss */
.TourTopNav a {
  display: block;
  font-weight: 600;
  font-size: 18px;
}
/* line 58, ../sass/tour/tour-top.scss */
.TourTopNav a:hover {
  color: #e4cb8b;
}

/* line 64, ../sass/tour/tour-top.scss */
.TourTopResult {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 78, ../sass/tour/tour-top.scss */
.TourTPL {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: calc((100% - 200px) / 3);
  margin-right: 100px;
  margin-top: 100px;
}
/* line 90, ../sass/tour/tour-top.scss */
.TourTPL:nth-child(3n) {
  margin-right: 0;
}
/* line 95, ../sass/tour/tour-top.scss */
.TourTPL:hover .name {
  color: #e4cb8b;
}

/* line 101, ../sass/tour/tour-top.scss */
.TourTPL-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
/* line 108, ../sass/tour/tour-top.scss */
.TourTPL-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* line 117, ../sass/tour/tour-top.scss */
.TourTPL-Desc {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 100px);
}
/* line 132, ../sass/tour/tour-top.scss */
.TourTPL-Desc .name {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
  min-height: 50px;
  padding-right: 60px;
  font-size: 18px;
}
/* line 147, ../sass/tour/tour-top.scss */
.TourTPL-Desc .text {
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  color: #aaa;
}
/* line 154, ../sass/tour/tour-top.scss */
.TourTPL-Desc .price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #e4cb8b;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

/* line 176, ../sass/tour/tour-top.scss */
.TourTopResult .TourTPL.parent4, .TourTopResult .TourTPL.parent55, .TourTopResult .TourTPL.parent53 {
  display: block;
}
/* line 180, ../sass/tour/tour-top.scss */
.TourTopResult .TourTPL.parent4 .TourTPL-img, .TourTopResult .TourTPL.parent55 .TourTPL-img, .TourTopResult .TourTPL.parent53 .TourTPL-img {
  border-radius: 5px;
  width: 100%;
  height: 188px;
}
/* line 186, ../sass/tour/tour-top.scss */
.TourTopResult .TourTPL.parent4 .TourTPL-Desc, .TourTopResult .TourTPL.parent55 .TourTPL-Desc, .TourTopResult .TourTPL.parent53 .TourTPL-Desc {
  width: 100%;
  display: block;
  margin-top: 30px;
}

@media only screen and (min-width: 1480px) and (max-width: 1679px) {
  /* line 195, ../sass/tour/tour-top.scss */
  .TourTop {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 203, ../sass/tour/tour-top.scss */
  .TourTop {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 211, ../sass/tour/tour-top.scss */
  .TourTop {
    padding: 55px 0;
  }
  /* line 214, ../sass/tour/tour-top.scss */
  .TourTop .title {
    font-size: 44px;
    margin-bottom: 30px;
  }

  /* line 221, ../sass/tour/tour-top.scss */
  .TourTopNav li {
    height: 32px;
    padding: 0 40px;
  }
  /* line 226, ../sass/tour/tour-top.scss */
  .TourTopNav a {
    font-size: 16px;
  }

  /* line 231, ../sass/tour/tour-top.scss */
  .TourTPL {
    width: calc((100% - 110px) / 3);
    margin-right: 55px;
    margin-top: 55px;
  }

  /* line 237, ../sass/tour/tour-top.scss */
  .TourTPL-img {
    width: 60px;
    height: 60px;
  }

  /* line 242, ../sass/tour/tour-top.scss */
  .TourTPL-Desc {
    width: calc(100% - 80px);
  }
  /* line 245, ../sass/tour/tour-top.scss */
  .TourTPL-Desc .name {
    font-size: 16px;
    padding-right: 50px;
    min-height: 40px;
  }
  /* line 251, ../sass/tour/tour-top.scss */
  .TourTPL-Desc .text {
    font-size: 13px;
    margin-top: 8px;
  }
  /* line 256, ../sass/tour/tour-top.scss */
  .TourTPL-Desc .price {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  /* line 264, ../sass/tour/tour-top.scss */
  .TourTopResult .TourTPL.parent4 .TourTPL-img, .TourTopResult .TourTPL.parent55 .TourTPL-img, .TourTopResult .TourTPL.parent53 .TourTPL-img {
    height: 160px;
  }
  /* line 268, ../sass/tour/tour-top.scss */
  .TourTopResult .TourTPL.parent4 .TourTPL-Desc, .TourTopResult .TourTPL.parent55 .TourTPL-Desc, .TourTopResult .TourTPL.parent53 .TourTPL-Desc {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 277, ../sass/tour/tour-top.scss */
  .TourTop {
    padding: 40px 0;
  }
  /* line 280, ../sass/tour/tour-top.scss */
  .TourTop .title {
    font-size: 34px;
    margin-bottom: 25px;
  }

  /* line 287, ../sass/tour/tour-top.scss */
  .TourTopNav li {
    height: 32px;
    padding: 0 30px;
  }
  /* line 292, ../sass/tour/tour-top.scss */
  .TourTopNav a {
    font-size: 16px;
  }

  /* line 297, ../sass/tour/tour-top.scss */
  .TourTPL {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-top: 30px;
  }

  /* line 303, ../sass/tour/tour-top.scss */
  .TourTPL-img {
    width: 50px;
    height: 50px;
  }

  /* line 308, ../sass/tour/tour-top.scss */
  .TourTPL-Desc {
    width: calc(100% - 70px);
  }
  /* line 311, ../sass/tour/tour-top.scss */
  .TourTPL-Desc .name {
    font-size: 14px;
    padding-right: 40px;
    min-height: 36px;
  }
  /* line 317, ../sass/tour/tour-top.scss */
  .TourTPL-Desc .text {
    font-size: 12px;
    margin-top: 5px;
  }
  /* line 322, ../sass/tour/tour-top.scss */
  .TourTPL-Desc .price {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  /* line 330, ../sass/tour/tour-top.scss */
  .TourTopResult .TourTPL.parent4 .TourTPL-img, .TourTopResult .TourTPL.parent55 .TourTPL-img, .TourTopResult .TourTPL.parent53 .TourTPL-img {
    height: 125px;
  }
  /* line 334, ../sass/tour/tour-top.scss */
  .TourTopResult .TourTPL.parent4 .TourTPL-Desc, .TourTopResult .TourTPL.parent55 .TourTPL-Desc, .TourTopResult .TourTPL.parent53 .TourTPL-Desc {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 343, ../sass/tour/tour-top.scss */
  .TourTop {
    padding: 30px 0;
  }
  /* line 346, ../sass/tour/tour-top.scss */
  .TourTop .title {
    font-size: clamp(26px, 7vw, 28px);
    margin-bottom: 20px;
  }

  /* line 353, ../sass/tour/tour-top.scss */
  .TourTopNav li {
    height: 28px;
    padding: 0 20px;
  }
  /* line 358, ../sass/tour/tour-top.scss */
  .TourTopNav a {
    font-size: 16px;
  }

  /* line 363, ../sass/tour/tour-top.scss */
  .TourTPL {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }

  /* line 369, ../sass/tour/tour-top.scss */
  .TourTPL-img {
    width: 50px;
    height: 50px;
  }

  /* line 374, ../sass/tour/tour-top.scss */
  .TourTPL-Desc {
    width: calc(100% - 70px);
  }
  /* line 377, ../sass/tour/tour-top.scss */
  .TourTPL-Desc .name {
    font-size: clamp(14px, 4.25vw, 16px);
    padding-right: 50px;
    min-height: 44px;
  }
  /* line 383, ../sass/tour/tour-top.scss */
  .TourTPL-Desc .text {
    font-size: clamp(12px, 3.75vw, 14px);
    margin-top: 10px;
  }
  /* line 388, ../sass/tour/tour-top.scss */
  .TourTPL-Desc .price {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  /* line 396, ../sass/tour/tour-top.scss */
  .TourTopResult .TourTPL.parent4 .TourTPL-img, .TourTopResult .TourTPL.parent55 .TourTPL-img, .TourTopResult .TourTPL.parent53 .TourTPL-img {
    height: auto;
    max-height: 55vw;
  }
  /* line 401, ../sass/tour/tour-top.scss */
  .TourTopResult .TourTPL.parent4 .TourTPL-Desc, .TourTopResult .TourTPL.parent55 .TourTPL-Desc, .TourTopResult .TourTPL.parent53 .TourTPL-Desc {
    margin-top: 15px;
  }
}
