@charset "UTF-8";
/* line 3, ../scss/style.scss */
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 14px;
}

/* line 8, ../scss/style.scss */
div, th, td {
  word-break: break-all;
}

/* line 24, ../scss/style.scss */
.media_box {
  display: none;
}
/* line 26, ../scss/style.scss */
.media_box img:not(.no-border) {
  border: solid 1px #D0D2B5;
}

@media (max-width: 330px) {
  /* line 32, ../scss/style.scss */
  .media_box_6 {
    display: block;
  }
}
@media (min-width: 330px) and (max-width: 680px) {
  /* line 38, ../scss/style.scss */
  .media_box_5 {
    display: block;
  }
}
@media (min-width: 680px) and (max-width: 767px) {
  /* line 44, ../scss/style.scss */
  .media_box_4 {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  /* line 50, ../scss/style.scss */
  .media_box_3 {
    display: block;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  /* line 56, ../scss/style.scss */
  .media_box_2 {
    display: block;
  }
}
@media (min-width: 1200px) {
  /* line 62, ../scss/style.scss */
  .media_box_1 {
    display: block;
  }
}
/* line 69, ../scss/style.scss */
.disp-size {
  display: none;
}

/* line 72, ../scss/style.scss */
.disp-size-1 {
  display: block;
}

@media (max-width: 1200px) {
  /* line 76, ../scss/style.scss */
  .disp-size {
    display: none;
  }

  /* line 79, ../scss/style.scss */
  .disp-size-2 {
    display: block;
  }
}
@media (max-width: 990px) {
  /* line 84, ../scss/style.scss */
  .disp-size {
    display: none;
  }

  /* line 87, ../scss/style.scss */
  .disp-size-3 {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 92, ../scss/style.scss */
  .disp-size {
    display: none;
  }

  /* line 95, ../scss/style.scss */
  .disp-size-4 {
    display: block;
  }
}
@media (max-width: 330px) {
  /* line 100, ../scss/style.scss */
  .disp-size {
    display: none;
  }

  /* line 103, ../scss/style.scss */
  .disp-size-5 {
    display: block;
  }
}
/* line 108, ../scss/style.scss */
.float-left {
  float: left;
}

/* line 111, ../scss/style.scss */
.float-right {
  float: right;
}

/* line 114, ../scss/style.scss */
.clear {
  clear: both;
}

/* line 118, ../scss/style.scss */
div.sp-5 {
  height: 5px;
}

/* line 121, ../scss/style.scss */
div.sp-10 {
  height: 10px;
}

/* line 124, ../scss/style.scss */
div.sp-25 {
  height: 25px;
}

/* line 127, ../scss/style.scss */
div.sp-40 {
  height: 40px;
}

/* line 130, ../scss/style.scss */
div.sp-100 {
  height: 100px;
}

/* line 134, ../scss/style.scss */
span.sp-5 {
  margin-right: 5px;
}

/* line 137, ../scss/style.scss */
span.sp-10 {
  margin-right: 10px;
}

/* line 140, ../scss/style.scss */
span.sp-25 {
  margin-right: 25px;
}

/* line 143, ../scss/style.scss */
span.sp-40 {
  margin-right: 40px;
}

/* line 146, ../scss/style.scss */
span.sp-100 {
  margin-right: 100px;
}

/* line 150, ../scss/style.scss */
.w-max {
  width: 100%;
}

/* line 154, ../scss/style.scss */
li {
  list-style: none;
}

/* line 161, ../scss/style.scss */
.navbar {
  background-color: #FFFFFF;
}

/* line 165, ../scss/style.scss */
.nav-dropdown {
  margin: 13px 0 0 15px;
}

/* line 169, ../scss/style.scss */
.nav-dropdown .nav-menu {
  width: 150px;
  text-align: left;
  font-weight: 700;
}

/* line 177, ../scss/style.scss */
.button_language_select {
  width: 160px;
}

/* line 180, ../scss/style.scss */
.sns_buttons {
  margin: 13px 0 0 15px;
}

/* line 185, ../scss/style.scss */
.nav-dropdown .button_language_select {
  border: solid 1px #ccc;
  border-right: none;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0px 0px 5px;
}

/* line 190, ../scss/style.scss */
.nav-dropdown .button_language_select + .dropdown-toggle {
  border: solid 1px #ccc;
  border-left: none;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 5px 5px 0px;
}

@media (max-width: 767px) {
  /* line 196, ../scss/style.scss */
  .nav-dropdown.button_language_select_container {
    margin-top: -5px;
  }

  /* line 199, ../scss/style.scss */
  .nav-menu.sns_buttons {
    margin: 8px 0 8px 15px;
  }
}
/* line 204, ../scss/style.scss */
.header_space_coordinate {
  margin-top: -75px;
}

/* line 208, ../scss/style.scss */
.scale_anime img:hover {
  -moz-transition: -moz-transform 0.7s;
  -webkit-transition: -webkit-transform 0.7s;
  -o-transition: -o-transform 0.7s;
  -ms-transition: -ms-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transform: scale(1.2) rotate(-5deg);
  -moz-transform: scale(1.2) rotate(-5deg);
  -o-transform: scale(1.2) rotate(-5deg);
  -ms-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}

/* line 221, ../scss/style.scss */
.sns_share_buttons_container {
  width: 320px;
  text-align: center;
  margin: 0 auto;
}

/* line 227, ../scss/style.scss */
.right_banner_container {
  width: 300px;
}
/* line 229, ../scss/style.scss */
.right_banner_container div {
  position: relative;
}
/* line 236, ../scss/style.scss */
.right_banner_container div .right_banner_img + div.tw_follow_button {
  position: absolute;
  left: 105px;
  bottom: 9px;
}
/* line 241, ../scss/style.scss */
.right_banner_container div .right_banner_img + div.gp_follow_button {
  position: absolute;
  left: 105px;
  bottom: 9px;
}

/* line 248, ../scss/style.scss */
.right_banner_img {
  width: 300px;
  padding-left: 0;
  margin-left: 0;
}
/* line 252, ../scss/style.scss */
.right_banner_img img {
  width: 100%;
}

@media (max-width: 990px) {
  /* line 257, ../scss/style.scss */
  .right_banner_container {
    text-align: center;
    white-space: nowrap;
    width: 610px;
    margin: 0 auto;
  }

  /* line 263, ../scss/style.scss */
  .btn_sns_follow {
    width: 24%;
    margin-right: 0.5%;
  }
}
@media (max-width: 767px) {
  /* line 269, ../scss/style.scss */
  .right_banner_container {
    width: 100%;
    margin: 0 auto;
  }

  /* line 273, ../scss/style.scss */
  .right_banner_img {
    margin-left: -5px;
  }
}
/* ----------------------------
  HEADER
----------------------------- */
/* line 281, ../scss/style.scss */
.logos + .navbar-toggle {
  margin-top: 3px;
}

/* line 284, ../scss/style.scss */
.logos {
  margin-left: -40px;
}
/* line 286, ../scss/style.scss */
.logos li {
  float: left;
}

/* line 290, ../scss/style.scss */
.logo {
  margin-top: -6px;
}

/* line 293, ../scss/style.scss */
.taiken_logo {
  margin-top: 15px;
}

@media (max-width: 990px) {
  /* line 297, ../scss/style.scss */
  .logo {
    margin-top: -1px;
  }

  /* line 300, ../scss/style.scss */
  .taiken_logo {
    margin-top: 18px;
  }

  /* line 303, ../scss/style.scss */
  .logo > a > img {
    width: 192px;
  }

  /* line 306, ../scss/style.scss */
  .taiken_logo > a > img {
    width: 88px;
  }
}
@media (max-width: 767px) {
  /* line 311, ../scss/style.scss */
  .logo > a > img {
    width: 230px;
  }

  /* line 314, ../scss/style.scss */
  .taiken_logo > a > img {
    width: 120px;
  }
}
@media (max-width: 680px) {
  /* line 319, ../scss/style.scss */
  .logo {
    margin-top: 3px;
  }

  /* line 322, ../scss/style.scss */
  .logo > a > img {
    width: 158px;
  }

  /* line 325, ../scss/style.scss */
  .taiken_logo > a > img {
    width: 82px;
  }
}
@media (max-width: 330px) {
  /* line 330, ../scss/style.scss */
  .logo {
    margin-top: 3px;
  }

  /* line 333, ../scss/style.scss */
  .taiken_logo {
    margin-top: 19px;
  }

  /* line 336, ../scss/style.scss */
  .logo > a > img {
    width: 138px;
  }

  /* line 339, ../scss/style.scss */
  .taiken_logo a > img {
    width: 72px;
  }
}
/* ----------------------------
  SLIDER
----------------------------- */
/* line 347, ../scss/style.scss */
.slider > div img {
  width: 100%;
}

/* line 351, ../scss/style.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
}

/* line 354, ../scss/style.scss */
.bx-wrapper .bx-prev {
  left: 5px;
  top: 45%;
  background: url(https://travel.taiken.co/assets/img/common/btn_arrow_L.png) no-repeat;
  width: 60px;
  height: 60px;
}

/* line 361, ../scss/style.scss */
.bx-wrapper .bx-next {
  right: 5px;
  top: 45%;
  background: url(https://travel.taiken.co/assets/img/common/btn_arrow_R.png) no-repeat;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  /* line 369, ../scss/style.scss */
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    background: none;
  }
}
/* line 376, ../scss/style.scss */
.btn_arrow_none .bx-wrapper .bx-prev,
.btn_arrow_none .bx-wrapper .bx-next {
  background: none;
  width: 0;
  height: 0;
}

@media (max-width: 330px) {
  /* line 385, ../scss/style.scss */
  .bx-wrapper .bx-prev {
    display: none;
  }

  /* line 388, ../scss/style.scss */
  .bx-wrapper .bx-next {
    display: none;
  }
}
/* line 393, ../scss/style.scss */
.slider_pc {
  display: block;
}

/* line 396, ../scss/style.scss */
.slider_sp {
  display: none;
}

@media (max-width: 680px) {
  /* line 400, ../scss/style.scss */
  .slider_pc {
    display: none;
  }

  /* line 403, ../scss/style.scss */
  .slider_sp {
    display: block;
  }
}
/* line 408, ../scss/style.scss */
.slider_bottom_search {
  height: 100px;
  width: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=\a   ") repeat;
  display: table;
  background-color: #FFFFFF;
}
/* line 415, ../scss/style.scss */
.slider_bottom_search button {
  border: solid 1px #cccccc;
}

/* line 419, ../scss/style.scss */
.slider_bottom_search > div {
  width: 600px;
  margin: 0 auto;
}

/* line 423, ../scss/style.scss */
.slider_bottom_search > div > div {
  padding-top: 28px;
  float: left;
}

/* line 427, ../scss/style.scss */
.search {
  vertical-align: middle;
  width: 510px;
  margin: 0 auto;
  border: solid 1px #cccccc;
}

@media (max-width: 767px) {
  /* line 434, ../scss/style.scss */
  .slider_bottom_search > div {
    width: 300px;
    margin: 0 auto;
  }

  /* line 438, ../scss/style.scss */
  .search {
    vertical-align: middle;
    width: 210px;
    margin: 0 auto;
  }
}
@media (max-width: 330px) {
  /* line 445, ../scss/style.scss */
  .slider_bottom_search > div {
    width: 300px;
    margin: 0 auto;
  }

  /* line 449, ../scss/style.scss */
  .search {
    vertical-align: middle;
    width: 210px;
    margin: 0 auto;
  }
}
/* ----------------------------
  FOOTER
----------------------------- */
/* line 459, ../scss/style.scss */
#footer {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

/* line 464, ../scss/style.scss */
#footer .menu {
  width: 640px;
  font-size: 11px;
  margin: 0 auto;
}

/* line 469, ../scss/style.scss */
#footer .menu li {
  padding: 5px 15px 5px 0;
  margin-top: -1px;
}

@media (max-width: 680px) {
  /* line 474, ../scss/style.scss */
  #footer .menu {
    width: 100%;
  }
}
/* line 478, ../scss/style.scss */
#footer .menu li:not(:last-child) {
  border-right: 1px solid #ccc;
}

/* line 483, ../scss/style.scss */
#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/* line 488, ../scss/style.scss */
#back-top a {
  display: block;
}

/* line 491, ../scss/style.scss */
#back-top span {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 7px;
  background: url(https://travel.taiken.co/assets/img/common/btn_arrow_T.png) no-repeat center center;
}

/* ----------------------------
  BANNER
----------------------------- */
/* line 502, ../scss/style.scss */
.banner_box_720 {
  width: 720px;
  margin: 0 auto;
}

/* line 506, ../scss/style.scss */
.banner_box_620 {
  width: 620px;
  margin: 0 auto;
}

/* line 510, ../scss/style.scss */
.banner_box_280 {
  width: 280px;
  margin: 0 auto;
}

/* ----------------------------
  Facebook LIKE-BOX
----------------------------- */
/* line 518, ../scss/style.scss */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

/* ----------------------------
  WRITER/PICKUP/RANKING
----------------------------- */
/* line 527, ../scss/style.scss */
.writer-container-right {
  background-color: #D0D2B5;
  width: 300px;
}
/* line 530, ../scss/style.scss */
.writer-container-right .writer {
  padding: 10px 0 4px 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
/* line 536, ../scss/style.scss */
.writer-container-right .profile {
  padding: 5px 10px 10px 10px;
}
/* line 541, ../scss/style.scss */
.writer-container-right .profile .profile_image,
.writer-container-right .profile .nickname {
  display: table;
  height: 75px;
  float: left;
}
/* line 546, ../scss/style.scss */
.writer-container-right .profile .profile_image div,
.writer-container-right .profile .nickname div {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}

/* line 556, ../scss/style.scss */
.pickup-trips-container {
  background-color: #FFFFFF;
  width: 300px;
}

/* line 560, ../scss/style.scss */
.pickup-trips {
  padding: 10px 0 4px 0px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

/* line 566, ../scss/style.scss */
.pickup_data {
  display: table;
}

/* line 569, ../scss/style.scss */
.pickup-left,
.pickup-right {
  float: left;
  display: table-cell;
  vertical-align: middle;
}

/* line 575, ../scss/style.scss */
.pickup-image-trimming {
  width: 300px;
  height: 158px;
  border: none;
  color: #2f4154;
}

/* line 583, ../scss/style.scss */
.pickup-right {
  position: relative;
  color: #2f4154;
  background-color: #F4F4E6;
}
/* line 587, ../scss/style.scss */
.pickup-right .pickup-right-title,
.pickup-right .pickup-right-article {
  position: relative;
  padding: 5px 10px 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 300px;
  height: 35px;
}
/* line 599, ../scss/style.scss */
.pickup-right .pickup-right-article,
.pickup-right .pickup-right-profile {
  display: none;
}
/* line 603, ../scss/style.scss */
.pickup-right .pickup-right-profile {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
/* line 607, ../scss/style.scss */
.pickup-right .pickup-right-profile .profile_image,
.pickup-right .pickup-right-profile .nickname {
  display: table;
  height: 75px;
  float: left;
}
/* line 612, ../scss/style.scss */
.pickup-right .pickup-right-profile .profile_image div,
.pickup-right .pickup-right-profile .nickname div {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  /* line 623, ../scss/style.scss */
  .writer-container-right {
    width: 300px;
  }

  /* line 626, ../scss/style.scss */
  .pickup-trips-container {
    width: 300px;
  }

  /* line 629, ../scss/style.scss */
  .pickup-image-trimming {
    width: 300px;
    height: 154px;
  }

  /* line 633, ../scss/style.scss */
  .pickup-right {
    width: 300px;
    height: 40px;
  }
  /* line 636, ../scss/style.scss */
  .pickup-right .pickup-right-title,
  .pickup-right .pickup-right-article {
    width: 300px;
    height: 35px;
  }
}
@media (max-width: 990px) {
  /* line 645, ../scss/style.scss */
  .writer-container-right {
    width: 720px;
  }

  /* line 648, ../scss/style.scss */
  .pickup-trips-container {
    width: 720px;
  }

  /* line 651, ../scss/style.scss */
  .pickup-image-trimming {
    width: 300px;
    height: 154px;
  }

  /* line 657, ../scss/style.scss */
  .pickup-right {
    white-space: nowrap;
    width: 426px;
    height: 154px;
  }
  /* line 661, ../scss/style.scss */
  .pickup-right .pickup-right-title {
    font-weight: bold;
    font-size: 20px;
    width: 416px;
  }
  /* line 666, ../scss/style.scss */
  .pickup-right .pickup-right-article {
    width: 416px;
    height: 80px;
    display: block;
  }
  /* line 671, ../scss/style.scss */
  .pickup-right .pickup-right-profile {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 678, ../scss/style.scss */
  .writer-container-right {
    width: 610px;
    margin: 0 auto;
  }

  /* line 682, ../scss/style.scss */
  .pickup-trips-container {
    width: 610px;
    margin: 0 auto;
  }

  /* line 686, ../scss/style.scss */
  .pickup-trips {
    width: 610px;
    margin: 0 auto;
    text-align: left;
  }

  /* line 691, ../scss/style.scss */
  .pickup_data {
    width: 610px;
    margin: 0 auto;
  }

  /* line 695, ../scss/style.scss */
  .pickup-image-trimming {
    width: 240px;
    height: 126px;
  }

  /* line 699, ../scss/style.scss */
  .pickup-right {
    width: 370px;
    height: 126px;
  }
  /* line 702, ../scss/style.scss */
  .pickup-right .pickup-right-title {
    width: 350px;
    height: 40px;
  }
  /* line 706, ../scss/style.scss */
  .pickup-right .pickup-right-article {
    display: none;
  }
}
@media (max-width: 680px) {
  /* line 772, ../scss/style.scss */
  .writer-container-right {
    width: 100%;
  }

  /* line 775, ../scss/style.scss */
  .pickup-trips-container {
    width: 100%;
  }

  /* line 778, ../scss/style.scss */
  .pickup-trips {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  /* line 783, ../scss/style.scss */
  .pickup_data {
    width: 100%;
    margin: 0 auto;
  }

  /* line 787, ../scss/style.scss */
  .pickup-image-trimming {
    width: 100%;
    height: 147px;
    border: solid 1px #D0D2B5;
    border-bottom: none;
  }

  /* line 793, ../scss/style.scss */
  .pickup-right {
    width: 100%;
    height: 167px;
  }
  /* line 796, ../scss/style.scss */
  .pickup-right .pickup-right-title {
    width: 100%;
    height: 40px;
  }
  /* line 800, ../scss/style.scss */
  .pickup-right .pickup-right-article {
    display: block;
    width: 100%;
    height: 107px;
  }

  /* line 812, ../scss/style.scss */
  table.pickup_data .pickup_data_image_container img {
    width: 100%;
    max-width: 680px;
  }
  /* line 817, ../scss/style.scss */
  table.pickup_data .pickup-bottom {
    color: #2f4154;
    background-color: #F4F4E6;
  }
  /* line 820, ../scss/style.scss */
  table.pickup_data .pickup-bottom .pickup-bottom-title,
  table.pickup_data .pickup-bottom .pickup-bottom-article {
    padding: 5px 10px 0px 10px;
  }
  /* line 824, ../scss/style.scss */
  table.pickup_data .pickup-bottom .pickup-bottom-title {
    font-size: 18px;
    font-weight: 700;
  }
  /* line 828, ../scss/style.scss */
  table.pickup_data .pickup-bottom .pickup-bottom-profile {
    padding: 15px;
    width: 75px;
  }
  /* line 831, ../scss/style.scss */
  table.pickup_data .pickup-bottom .pickup-bottom-profile .profile_image {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75px auto;
  }
}
/* ----------------------------
  アンケートフォーム
----------------------------- */
/* line 892, ../scss/style.scss */
#enquete_form_box {
  width: 300px;
  background-color: #D0D2B5;
}
/* line 895, ../scss/style.scss */
#enquete_form_box textarea {
  width: 300px;
  height: 200px;
}
/* line 899, ../scss/style.scss */
#enquete_form_box .google_recaptcha_box {
  width: 300px;
  margin: 0 auto;
}
/* line 903, ../scss/style.scss */
#enquete_form_box .enquete_form_box_header {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  word-break: normal;
}
/* line 909, ../scss/style.scss */
#enquete_form_box #enquete_form_textarea {
  padding: 5px;
}
/* line 912, ../scss/style.scss */
#enquete_form_box #enquete_form_submit_button {
  width: 300px;
  margin: 0 auto;
}
/* line 916, ../scss/style.scss */
#enquete_form_box #enquete_form_box_after_sent {
  display: none;
  background-color: #ffffff;
  margin: 0 30px 5px 30px;
  min-height: 200px;
  text-align: center;
  padding: 80px 20px;
  border: solid 1px #666666;
}

/* line 929, ../scss/style.scss */
#enquete_form_box textarea {
  width: 260px;
}
/* line 932, ../scss/style.scss */
#enquete_form_box .google_recaptcha_box {
  width: 260px;
}
/* line 935, ../scss/style.scss */
#enquete_form_box .enquete_form_box_header {
  text-align: left;
  width: 100%;
  padding: 0 30px 10px 30px;
  word-break: normal;
}
/* line 941, ../scss/style.scss */
#enquete_form_box #enquete_form_submit_button {
  width: 260px;
}
/* line 944, ../scss/style.scss */
#enquete_form_box .g-recaptcha {
  transform: scale(0.85);
  transform-origin: 0 0;
}

@media (max-width: 990px) {
  /* line 951, ../scss/style.scss */
  #enquete_form_box {
    width: 100%;
  }
  /* line 953, ../scss/style.scss */
  #enquete_form_box textarea {
    width: 90%;
  }
}
/* ----------------------------
  TOP
----------------------------- */
/* line 963, ../scss/style.scss */
.plan_master {
  position: relative;
  background-color: #F4F4E6;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px;
  border-radius: 9px 9px 0 0;
}

/* line 968, ../scss/style.scss */
div.plan_master > .image {
  cursor: pointer;
  border: none;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px;
  border-radius: 9px 9px 0 0;
  background-color: #D0D2B5;
  min-width: 260px;
  min-height: 195px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 375px auto;
}

/* line 981, ../scss/style.scss */
.transfer_container .transfer_comment {
  width: 100%;
  padding-left: 15px;
  font-weight: 700;
  font-size: 20px;
}
/* line 987, ../scss/style.scss */
.transfer_container .transfer_icon {
  width: 100px;
}

@media (max-width: 1200px) {
  /* line 992, ../scss/style.scss */
  div.plan_master > .image {
    min-width: 290px;
    min-height: 218px;
    background-size: 435px auto;
  }

  /* line 997, ../scss/style.scss */
  div.plan_spot {
    width: 100%;
  }
}
@media (max-width: 990px) {
  /* line 1002, ../scss/style.scss */
  div.plan_master > .image {
    min-width: 345px;
    min-height: 259px;
    background-size: 518px auto;
  }
}
@media (max-width: 767px) {
  /* line 1011, ../scss/style.scss */
  div.plan_master {
    width: 100%;
  }

  /* line 1014, ../scss/style.scss */
  div.plan_master > .image {
    width: 100%;
    background-size: 1095px auto;
  }

  /* line 1018, ../scss/style.scss */
  div.plan_spot,
  div.plan_spot > div {
    width: 345px;
  }

  /* line 1023, ../scss/style.scss */
  table.transfer_container .transfer_description {
    width: 285px;
  }
}
@media (max-width: 680px) {
  /* line 1029, ../scss/style.scss */
  div.plan_data {
    width: 100%;
  }

  /* line 1032, ../scss/style.scss */
  div.plan_master {
    width: 100%;
  }

  /* line 1035, ../scss/style.scss */
  div.plan_master > .image {
    min-width: 100%;
    min-height: 210px;
    width: 100%;
    background-size: 710px auto;
  }

  /* line 1042, ../scss/style.scss */
  div.plan_spot,
  div.plan_spot > div {
    width: 100%;
  }

  /* line 1047, ../scss/style.scss */
  table.transfer_container .transfer_description {
    width: 90%;
  }
}
/* line 1053, ../scss/style.scss */
.plan_data {
  margin-bottom: 0;
}

/* line 1056, ../scss/style.scss */
.plan_spot {
  background-color: #F4F4E6;
  border: none;
  margin-bottom: 30px;
  -moz-border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0;
  border-radius: 0 0 9px 9px;
}

/* line 1063, ../scss/style.scss */
.plan_spot .profile {
  margin: 15px 10px;
}

/* line 1066, ../scss/style.scss */
.plan_spot .profile .image {
  float: left;
}

/* line 1070, ../scss/style.scss */
.plan_spot .profile .nickname {
  display: table;
  height: 75px;
  float: left;
  width: 145px;
}

@media (max-width: 1200px) {
  /* line 1077, ../scss/style.scss */
  .plan_spot .profile .nickname {
    width: 175px;
  }
}
@media (max-width: 990px) {
  /* line 1082, ../scss/style.scss */
  .plan_spot .profile .nickname {
    width: 225px;
  }
}
/* line 1087, ../scss/style.scss */
.plan_spot .profile .nickname > div {
  word-break: normal;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}

/* line 1093, ../scss/style.scss */
.plan_spot > div {
  padding: 10px 10px 0 10px;
}

/* line 1096, ../scss/style.scss */
.plan_spot > div > span {
  padding: 0 30px;
  color: #B0AC75;
}

/* line 1100, ../scss/style.scss */
.plan_spot > div > span + span {
  padding: 0;
  color: #333333;
  font-weight: 200;
}

/* line 1105, ../scss/style.scss */
.plan_spot_line {
  border-bottom: solid 1px #D0D2B5;
  padding: 0;
}

/* line 1109, ../scss/style.scss */
#pickup_list_top_container {
  background-color: #FFFFFF;
  height: 100%;
}

/* line 1114, ../scss/style.scss */
#pickup_list_top {
  background-color: #FFFFFF;
  height: 100%;
}

/* line 1119, ../scss/style.scss */
.pickup_list_top_title {
  padding: 15px 0 15px 0;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  height: 65px;
  width: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=\a   ") repeat;
  margin-bottom: 25px;
}

/* line 1132, ../scss/style.scss */
.sns_buttons {
  padding-top: 5px;
  height: 24px;
}
/* line 1135, ../scss/style.scss */
.sns_buttons ul {
  padding-left: 0;
}
/* line 1137, ../scss/style.scss */
.sns_buttons ul li > a > img {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

/* line 1161, ../scss/style.scss */
.plan_master_title {
  font-weight: 700;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  word-wrap: break-word;
}

/* line 1172, ../scss/style.scss */
.plan_master_days {
  font-weight: 700;
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  color: #fff;
  background-color: #2f4154;
  padding: 10px 15px;
  word-wrap: break-word;
}

/* line 1184, ../scss/style.scss */
div.profile .image {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px auto;
}

/* line 1194, ../scss/style.scss */
.readmore_box {
  width: 120px;
  margin: 0 auto;
  border: 3px solid #000000;
  color: #000000;
  font-weight: 700;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px 7px 7px 7px;
}

/* line 1209, ../scss/style.scss */
button.readmore:hover {
  background-color: #030303;
  color: #fff;
}

/* ----------------------
  プラン詳細
---------------------- */
/* line 1218, ../scss/style.scss */
#plan_detail .sns_share_buttons_container {
  margin: 0 auto;
}
/* line 1221, ../scss/style.scss */
#plan_detail .plan_master_top_container {
  position: relative;
  background-color: #F4F4E6;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1226, ../scss/style.scss */
#plan_detail .plan_master_top_container .plan_master_image .plan_master_title_background {
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  word-wrap: break-word;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* line 1235, ../scss/style.scss */
#plan_detail .plan_master_top_container .plan_master_image .plan_master_title_background .plan_master_title_detail {
  font-size: 22px;
  font-weight: 700;
}
/* line 1239, ../scss/style.scss */
#plan_detail .plan_master_top_container .plan_master_image .plan_master_title_background .plan_master_days_detail {
  font-size: 18px;
  float: left;
}
/* line 1243, ../scss/style.scss */
#plan_detail .plan_master_top_container .plan_master_image .plan_master_title_background .plan_master_prefs_detail {
  font-size: 18px;
  float: left;
}
/* line 1246, ../scss/style.scss */
#plan_detail .plan_master_top_container .plan_master_image .plan_master_title_background .plan_master_prefs_detail a {
  color: #fff;
}
@media (max-width: 767px) {
  /* line 1254, ../scss/style.scss */
  #plan_detail .plan_master_title_background {
    color: #fff;
    background-color: black;
    padding: 10px 15px;
  }
  /* line 1258, ../scss/style.scss */
  #plan_detail .plan_master_title_background .plan_master_title_detail {
    font-size: 15px;
    font-weight: 500;
  }
  /* line 1262, ../scss/style.scss */
  #plan_detail .plan_master_title_background .plan_master_days_detail {
    font-size: 12px;
    float: left;
  }
  /* line 1266, ../scss/style.scss */
  #plan_detail .plan_master_title_background .plan_master_prefs_detail {
    font-size: 12px;
    float: left;
  }
  /* line 1269, ../scss/style.scss */
  #plan_detail .plan_master_title_background .plan_master_prefs_detail a {
    color: #fff;
  }
}
/* line 1277, ../scss/style.scss */
#plan_detail .plan_master_middle_container .plan_master_article_detail {
  word-break: normal;
  padding: 15px;
  background-color: #F4F4E6;
}
/* line 1283, ../scss/style.scss */
#plan_detail .information_button_container {
  width: 100%;
  text-align: center;
}
/* line 1286, ../scss/style.scss */
#plan_detail .information_button_container button {
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 10px 10px;
  font-weight: 400;
  height: 40px;
  padding: 5px 25px;
  margin: 0 3px;
  color: #FFFFFF;
  background-color: #F74E39;
}
/* line 1296, ../scss/style.scss */
#plan_detail .information_button_container button:hover {
  background-color: #c21c08;
}
/* line 1300, ../scss/style.scss */
#plan_detail .plan_master_day_buttons_container {
  width: 100%;
  text-align: center;
}
/* line 1303, ../scss/style.scss */
#plan_detail .plan_master_day_buttons_container button {
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 10px 10px;
  font-weight: 400;
  width: 100px;
  height: 40px;
  padding: 5px;
  margin: 0 3px;
  color: #BDBDBD;
  background-color: #7F7F7F;
}
/* line 1313, ../scss/style.scss */
#plan_detail .plan_master_day_buttons_container button.active {
  cursor: default;
  color: #ffffff;
  background-color: #030303;
}
/* line 1318, ../scss/style.scss */
#plan_detail .plan_master_day_buttons_container button:hover {
  color: #ffffff;
  background-color: #000000;
}
/* line 1327, ../scss/style.scss */
#plan_detail .plan_master_map_container #plan_spot_map {
  height: 320px;
  width: 100%;
  background-color: #D0D2B5;
}
/* line 1335, ../scss/style.scss */
#plan_detail .plan_spot {
  margin-bottom: 15px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 10px 10px;
}
/* line 1338, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_main_image_container {
  background-color: #000;
  padding: 0;
  position: relative;
}
/* line 1344, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_title,
#plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_image_title {
  width: 100%;
  position: absolute;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  word-wrap: break-word;
}
/* line 1353, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_title .plan_spot_image_source,
#plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_image_title .plan_spot_image_source {
  font-size: 12px;
}
/* line 1355, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_title .plan_spot_image_source a,
#plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_image_title .plan_spot_image_source a {
  color: #fff;
}
/* line 1360, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_title {
  font-weight: 700;
  font-size: 22px;
  top: 0;
}
/* line 1365, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_title_without_photo {
  color: #fff;
  width: 100%;
  padding: 10px 15px 0 15px;
  padding-bottom: 10px;
  word-wrap: break-word;
  font-weight: 700;
  font-size: 22px;
}
/* line 1374, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_image_title {
  font-size: 16px;
  bottom: 0;
}
@media (max-width: 330px) {
  /* line 1379, ../scss/style.scss */
  #plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_title,
  #plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_image_title {
    padding: 5px 10px;
  }
  /* line 1383, ../scss/style.scss */
  #plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_title {
    font-size: 18px;
  }
  /* line 1386, ../scss/style.scss */
  #plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_title_without_photo {
    font-size: 18px;
  }
  /* line 1389, ../scss/style.scss */
  #plan_detail .plan_spot .plan_spot_main_image_container .plan_spot_image_title {
    font-size: 12px;
  }
}
/* line 1394, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_image_list {
  background-color: #D0D2B5;
  padding-bottom: 10px;
}
/* line 1397, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_image_list td {
  width: 19%;
  padding: 0 0.5%;
}
/* line 1400, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_image_list td div {
  background-color: #000;
}
/* line 1408, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_description {
  padding: 20px;
}
/* line 1410, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_description .plan_spot_time {
  font-size: 20px;
  font-weight: 700;
}
/* line 1414, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_description .plan_spot_article {
  word-break: normal;
}
/* line 1419, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_description .plan_spot_address,
#plan_detail .plan_spot .plan_spot_description .plan_spot_url {
  font-size: 12px;
}
/* line 1422, ../scss/style.scss */
#plan_detail .plan_spot .plan_spot_description .plan_spot_address a,
#plan_detail .plan_spot .plan_spot_description .plan_spot_url a {
  color: #00a8c6;
}

/* line 1431, ../scss/style.scss */
div[id*="gurunavi_map_container_"] {
  padding: 0 20px 0 15px;
}

/* line 1434, ../scss/style.scss */
div[id*="gurunavi_navi_container_"] {
  width: 100%;
  padding: 5px 0 15px 0;
  text-align: center;
  display: none;
}
/* line 1439, ../scss/style.scss */
div[id*="gurunavi_navi_container_"] span.button_prev,
div[id*="gurunavi_navi_container_"] span.button_next {
  cursor: pointer;
  color: #44ABCB;
}

/* line 1461, ../scss/style.scss */
table.gurunavi_container td {
  display: table-cell;
  text-align: left;
  margin-bottom: 10px;
  border: none;
}
/* line 1467, ../scss/style.scss */
table.gurunavi_container .thumbnail {
  background-color: #fff;
  width: 80px;
  height: 0;
  padding-top: 80px;
  line-height: 80px;
  overflow: hidden;
  padding-bottom: 0;
  margin: 0;
  margin-right: 10px;
}
/* line 1491, ../scss/style.scss */
table.gurunavi_container .thumbnail + td {
  padding: 10px 0 0 10px;
  vertical-align: top;
}
/* line 1496, ../scss/style.scss */
table.gurunavi_container tr.lines td {
  border: none;
  width: 100%;
  height: 5px;
}
/* line 1503, ../scss/style.scss */
table.gurunavi_container tr.lines + tr td {
  height: 5px;
  width: 100%;
}

/* line 1512, ../scss/style.scss */
.gurunavi_button_container .gurunavi_button_container_left {
  float: left;
  padding: 0 0 5px 0;
}
/* line 1516, ../scss/style.scss */
.gurunavi_button_container .gurunavi_button_container_right {
  float: right;
  padding: 0 10px 0 0;
}
/* line 1520, ../scss/style.scss */
.gurunavi_button_container button {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  font-weight: 400;
  font-size: 13px;
  width: 120px;
  height: 30px;
  padding: 2px 5px 3px 5px;
  margin: 0 3px;
  color: #BDBDBD;
  background-color: #7F7F7F;
}
/* line 1531, ../scss/style.scss */
.gurunavi_button_container button.active {
  cursor: default;
  color: #ffffff;
  background-color: #030303;
}
/* line 1536, ../scss/style.scss */
.gurunavi_button_container button:hover {
  color: #ffffff;
  background-color: #000000;
}
/* line 1540, ../scss/style.scss */
.gurunavi_button_container .gurunavi_close_button_container {
  padding: 1px 0 0 3px;
}
/* line 1542, ../scss/style.scss */
.gurunavi_button_container .gurunavi_close_button_container .btn_enable {
  cursor: pointer;
  display: none;
}

@media (max-width: 767px) {
  /* line 1552, ../scss/style.scss */
  .gurunavi_button_container .gurunavi_button_container_right {
    float: left;
    width: 100%;
    padding-left: 3px;
  }
}
/* line 1560, ../scss/style.scss */
.select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #dfe0d9 100%);
  border: 1px solid #c0c0c0;
  color: #333;
  margin: 0 8px -12px 0;
}

/* line 1574, ../scss/style.scss */
.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  /* fallback non calc support */
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 3px 5px;
  background: transparent;
  border: 0;
  outline: none;
}

/* line 1591, ../scss/style.scss */
.entypo-down-open-mini:before {
  /* content:''; 今回のサンプルはCDNを使っているため指定していないけど指定する必要があります。 */
  font-family: 'entypo',sans-serif;
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 12px;
  right: .75rem;
  margin-top: -8px;
  margin-top: -.5rem;
  font-size: 13px;
  font-size: 1rem;
  line-height: 1;
  color: #333;
}

/* -----------------------------------------
  ユーザーページ
  背景画像とイメージ画像のCSSはView側で直接指定
------------------------------------------- */
/* line 1612, ../scss/style.scss */
#writer-profile .writer-profile-cover-image-container,
#writer-profile .writer-profile-cover-image-container_sp {
  width: 100%;
  height: 350px;
  background-position: center top;
  background-repeat: no-repeat;
}
/* line 1619, ../scss/style.scss */
#writer-profile .writer-profile-cover-image-container_sp {
  height: 320px;
}
/* line 1622, ../scss/style.scss */
#writer-profile .writer-profile-nickname-container {
  position: relative;
  margin-top: -80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 1627, ../scss/style.scss */
#writer-profile .writer-profile-nickname-container .writer-profile-nickname {
  position: absolute;
  top: 25px;
  left: 30%;
  color: #ffffff;
  font-size: 24px;
}
/* line 1635, ../scss/style.scss */
#writer-profile .writer-profile-essay-container {
  background-color: #D0D2B5;
  min-height: 100px;
}
/* line 1638, ../scss/style.scss */
#writer-profile .writer-profile-essay-container .writer-profile-essay {
  position: relative;
  width: 850px;
  margin-left: 30%;
  padding: 5px;
}
/* line 1643, ../scss/style.scss */
#writer-profile .writer-profile-essay-container .writer-profile-essay .writer-profile-image {
  position: absolute;
  top: -60px;
  left: -160px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  /* line 1655, ../scss/style.scss */
  #writer-profile .writer-profile-essay-container .writer-profile-essay {
    width: 700px;
  }
}
@media (max-width: 990px) {
  /* line 1663, ../scss/style.scss */
  #writer-profile .writer-profile-nickname-container .writer-profile-nickname {
    top: 25px;
    left: 15%;
    font-size: 24px;
  }
  /* line 1670, ../scss/style.scss */
  #writer-profile .writer-profile-essay-container .writer-profile-essay {
    width: 700px;
    margin: 0 auto;
  }
  /* line 1673, ../scss/style.scss */
  #writer-profile .writer-profile-essay-container .writer-profile-essay .writer-profile-image {
    top: -230px;
    left: 0%;
  }
}
@media (max-width: 767px) {
  /* line 1682, ../scss/style.scss */
  #writer-profile .writer-profile-nickname-container {
    margin-top: -50px;
    height: 50px;
  }
  /* line 1685, ../scss/style.scss */
  #writer-profile .writer-profile-nickname-container .writer-profile-nickname {
    top: 10px;
    left: 10%;
    font-size: 20px;
  }
  /* line 1692, ../scss/style.scss */
  #writer-profile .writer-profile-essay-container .writer-profile-essay {
    width: 100%;
    padding: 10px;
  }
  /* line 1695, ../scss/style.scss */
  #writer-profile .writer-profile-essay-container .writer-profile-essay .writer-profile-image {
    top: -180px;
    left: 5%;
  }
}

/* -------------------------------
  地域ページ
--------------------------------- */
/* line 1708, ../scss/style.scss */
#area-container {
  width: 100%;
}

/* line 1712, ../scss/style.scss */
.container .disp-area {
  paddin-left: 5px;
  margin-top: -25px;
}

/* line 1719, ../scss/style.scss */
.container .sorter-narrowdown-container .dropdown-menu li a:hover,
.container .sorter-narrowdown-container .dropdown-menu li.active > a {
  background-color: #030303;
}
/* line 1723, ../scss/style.scss */
.container .sorter-narrowdown-container .sorter-container {
  padding-top: 15px;
  float: left;
}
/* line 1727, ../scss/style.scss */
.container .sorter-narrowdown-container .narrowdown-container {
  float: right;
}
/* line 1730, ../scss/style.scss */
.container .sorter-narrowdown-container .narrowdown-container .nav-dropdown .btn.nav-destination,
.container .sorter-narrowdown-container .narrowdown-container .nav-dropdown .btn.nav-day,
.container .sorter-narrowdown-container .narrowdown-container .nav-dropdown .btn.dropdown-toggle {
  border: solid 1px #ccc;
}
/* line 1735, ../scss/style.scss */
.container .sorter-narrowdown-container .narrowdown-container .nav-dropdown .btn.nav-destination,
.container .sorter-narrowdown-container .narrowdown-container .nav-dropdown .btn.nav-day {
  width: 115px;
}
/* line 1739, ../scss/style.scss */
.container .sorter-narrowdown-container .narrowdown-container .nav-dropdown .btn.nav-destination.active,
.container .sorter-narrowdown-container .narrowdown-container .nav-dropdown .btn.nav-day.active,
.container .sorter-narrowdown-container .narrowdown-container .nav-dropdown .dropdown-toggle.active {
  background-color: #030303;
  color: #ffffff;
  font-weight: 700;
}
/* line 1750, ../scss/style.scss */
.container .sorter-narrowdown-container .sorter-container button,
.container .sorter-narrowdown-container .narrowdown-container button {
  background-color: #7F7F7F;
  color: #BDBDBD;
  font-weight: 700;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 10px 10px;
}
/* line 1756, ../scss/style.scss */
.container .sorter-narrowdown-container .sorter-container button.active,
.container .sorter-narrowdown-container .sorter-container button:hover,
.container .sorter-narrowdown-container .narrowdown-container button.active,
.container .sorter-narrowdown-container .narrowdown-container button:hover {
  background-color: #030303;
  color: #ffffff;
}
/* line 1763, ../scss/style.scss */
.container .sorter-narrowdown-container .narrowdown-container ul {
  padding-left: 0;
}
/* line 1765, ../scss/style.scss */
.container .sorter-narrowdown-container .narrowdown-container ul li.nav-dropdown {
  float: left;
  margin-left: 0;
}
/* line 1769, ../scss/style.scss */
.container .sorter-narrowdown-container .narrowdown-container ul li.nav-dropdown:not(:last-child) {
  margin-right: 5px;
}
@media (max-width: 680px) {
  /* line 1777, ../scss/style.scss */
  .container .sorter-narrowdown-container .sorter-container {
    float: none;
  }
  /* line 1779, ../scss/style.scss */
  .container .sorter-narrowdown-container .sorter-container button {
    width: 140px;
  }
  /* line 1783, ../scss/style.scss */
  .container .sorter-narrowdown-container .narrowdown-container {
    margin-top: -15px;
    float: none;
  }
}
