@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.tours_list_all .search_box {
  padding-top: 0;
}
.h2_ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    margin-bottom: 24px;
  }
}
.arc_tours .page_h2 .inner {
  display: flex !important;
}
@media screen and (max-width: 818px) {
  .tours_single .page_bg {
    margin-top: 180px !important;
  }
}
@media screen and (max-width: 818px) {
  .tours_single .breadmenu {
    background: none !important;
  }
}
.tours_single .page_h2 .inner {
  padding-bottom: 50px;
}
.tours_single .page_h2 .page_h2_ttl {
  max-width: 425px;
  font-size: 32px !important;
  text-align: left !important;
}
@media screen and (max-width: 818px) {
  .tours_single .page_h2 .page_h2_ttl {
    font-size: 18px !important;
  }
}
.yoyaku_btn_item{
  max-width: 310px !important;
  width: 100% !important;
  position: relative;
}
.yoyaku_btn_item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.yoyaku_btn_item button{
    display: block !important;
    max-width: 310px !important;
    background: #F19A18 !important;
    color: #ffffff !important;
    line-height: 60px !important;
    width: 100% !important;
    border-radius: 60px !important;
    text-align: center !important;
    position: relative !important;
    font-size: 16px !important;
    padding: 0 !important;
    font-weight: bold !important;
    
  }

.yoyaku_btn_item button:hover{
  opacity: 0.8 !important;
}
.tours_single .yoyaku_btn {
  display: block;
  max-width: 310px;
  background: #F19A18;
  color: #ffffff !important;
  line-height: 60px;
  width: 100%;
  border-radius: 60px;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.yoyaku_btn_btm{
  margin: auto !important;
  margin-top: 40px !important;
}
@media screen and (max-width: 818px) {
.yoyaku_btn_btm{
  margin-top: 24px !important;
}
  .tours_single .yoyaku_btn {
    max-width: 260px;
    margin: auto;
    margin-top: 5px;
    font-size: 14px;
    line-height: 40px;
  }
}
.tours_single .yoyaku_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.tours_single .single_content .single_box {
  display: flex;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box {
    padding-bottom: 40px;
    padding-top: 30px;
    display: block;
  }
}
.tours_single .single_content .single_box .s_main {
  width: calc(100% - 350px);
  padding-right: 50px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.tours_single .single_content .single_box .s_main .main_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .main_img {
    margin-bottom: 20px;
  }
}
.tours_single .single_content .single_box .s_main .main_ttl {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .main_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.tours_single .single_content .single_box .s_main h2 {
  text-align: left;
  border-bottom: 1px solid #BF0101;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 8px;
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main h2 {
    margin-top: 20px;
    font-size: 18px;
  }
}
.tours_single .single_content .single_box .s_main p {
  text-align: left;
}
.tours_single .single_content .single_box .s_main .flex_img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 16px;
  column-gap: 40px;
}
.tours_single .single_content .single_box .s_main .flex_img .f_t_img {
  width: calc(50% - 20px);
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .flex_img .f_t_img {
    width: 100%;
  }
  .tours_single .single_content .single_box .s_main .flex_img .f_t_img + .f_t_img {
    margin-top: 20px;
  }
}
.tours_single .single_content .single_box .s_main .flex_img .f_t_img::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.tours_single .single_content .single_box .s_main .flex_img .f_t_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.tours_single .single_content .single_box .s_main .key_box {
  background: #F4F3F3;
  padding: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .key_box {
    padding: 20px;
    margin-top: 20px;
  }
}
.tours_single .single_content .single_box .s_main .key_box .key_ttl {
  text-align: left;
  border-bottom: 1px solid #BF0101;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 8px;
  width: 100%;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .key_box .key_ttl {
    font-size: 16px;
  }
}
.tours_single .single_content .single_box .s_main .key_box ul li {
  text-align: left;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .key_box ul li {
    padding-left: 15px;
  }
}
.tours_single .single_content .single_box .s_main .key_box ul li:after {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
.tours_single .single_content .single_box .s_main .table01 {
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .table01 {
    font-size: 14px;
  }
}
.tours_single .single_content .single_box .s_main .table01 tr:first-child td {
  background: #F5B697;
}
.tours_single .single_content .single_box .s_main .table01 tr:first-child td:nth-child(1) {
  width: 194px;
  padding: 12px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .table01 tr:first-child td:nth-child(1) {
    width: 90px;
    padding: 10px 6px;
  }
}
.tours_single .single_content .single_box .s_main .table01 tr:first-child td:nth-child(2) {
  width: calc(100% - 194px);
  text-align: center;
  padding: 12px;
  font-weight: bold;
  border-left: 5px solid #ffffff;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .table01 tr:first-child td:nth-child(2) {
    width: calc(100% - 90px);
    border-left: 3px solid #ffffff;
    padding: 10px 6px;
  }
}
.tours_single .single_content .single_box .s_main .table01 tr + tr {
  border-top: 5px solid #ffffff;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .table01 tr + tr {
    border-top: 3px solid #ffffff;
  }
}
.tours_single .single_content .single_box .s_main .table01 tr + tr th {
  background: #F5E7E0;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  width: 194px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .table01 tr + tr th {
    width: 90px;
    padding: 6px;
  }
}
.tours_single .single_content .single_box .s_main .table01 tr + tr td {
  padding: 12px 25px;
  text-align: left;
  font-weight: bold;
  background: #F4F3F3;
  border-left: 5px solid #ffffff;
  width: calc(100% - 194px);
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .table01 tr + tr td {
    width: calc(100% - 90px);
    border-left: 3px solid #ffffff;
    padding: 6px 10px;
  }
}
.tours_single .single_content .single_box .s_main .ty_box {
  margin-top: 80px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .ty_box {
    margin-top: 40px;
  }
}
.tours_single .single_content .single_box .s_main .ty_box .ty_ttl {
  text-align: center;
  color: #ffffff;
  background: #BF0101;
  padding: 16px 10px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .ty_box .ty_ttl {
    margin-bottom: 10px;
    font-size: 18px;
    padding: 10px 10px;
  }
}
.tours_single .single_content .single_box .s_main .ty_box .cat_box_tyui + .cat_box_tyui {
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .ty_box .cat_box_tyui + .cat_box_tyui {
    margin-top: 30px;
  }
}
.tours_single .single_content .single_box .s_main .ty_box .ty_bor {
  padding: 32px;
  background: #F5E7E0;
  border: 5px solid #BF0101;
  margin-top: 16px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .ty_box .ty_bor {
    padding: 20px;
    margin-top: 10px;
  }
}
.tours_single .single_content .single_box .s_main .ty_box .ty_bor .ty_sub {
  text-align: left;
  background: #BF0101;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 8px;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .ty_box .ty_bor .ty_sub {
    font-size: 18px;
  }
}
.tours_single .single_content .single_box .s_main .ty_box .ty_bor .ty_s_sub,
.tours_single .single_content .single_box .s_main .ty_box .ty_bor h3 {
  margin-bottom: 8px;
  margin-top: 32px;
  text-align: left;
  color: #BF0101;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .ty_box .ty_bor .ty_s_sub,
  .tours_single .single_content .single_box .s_main .ty_box .ty_bor h3 {
    font-size: 16px;
    margin-top: 20px;
  }
}
.tours_single .single_content .single_box .s_main .ty_box .ty_bor ul li {
  text-align: left;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_main .ty_box .ty_bor ul li {
    padding-left: 15px;
  }
}
.tours_single .single_content .single_box .s_main .ty_box .ty_bor ul li:after {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
.tours_single .single_content .single_box .s_side {
  width: 350px;
  background: #F4F3F3;
  padding: 40px 30px;
  height: fit-content;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_side {
    padding: 20px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.tours_single .single_content .single_box .s_side ul li + li {
  border-top: 1px solid #F5E7E0;
  margin-top: 24px;
  padding-top: 24px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_side ul li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.tours_single .single_content .single_box .s_side ul li dl {
  display: block;
}
.tours_single .single_content .single_box .s_side ul li dl dt {
  margin-bottom: 9px;
  display: flex;
}
.tours_single .single_content .single_box .s_side ul li dl dt span {
  padding-top: 8px;
  width: 23px;
  padding-right: 5px;
  display: block;
}
.tours_single .single_content .single_box .s_side ul li dl dt p {
  width: calc(100% - 23px);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_side ul li dl dt p {
    font-size: 18px;
  }
}
.tours_single .single_content .single_box .s_side ul li dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tours_single .single_content .single_box .s_side ul li dl dd .dd_txt {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_side ul li dl dd .dd_txt {
    font-size: 12px;
  }
}
.tours_single .single_content .single_box .s_side ul li dl dd .dd_ttl {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 818px) {
  .tours_single .single_content .single_box .s_side ul li dl dd .dd_ttl {
    font-size: 18px;
  }
}
.single_review {
  background: #F4F3F3;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 818px) {
  .single_review {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.wpcr3_respond_2 {
  display: block !important;
}
.wpcr3_respond_2 .re_ttl {
  text-align: center !important;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 52px;
}
@media screen and (max-width: 818px) {
  .wpcr3_respond_2 .re_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.wpcr3_respond_2 .wpcr3_div_2 {
  max-width: 900px;
  width: 100% !important;
  background: #ffffff;
  padding: 80px 110px 100px 110px;
  margin: auto;
  margin-top: 80px !important;
}
@media screen and (max-width: 818px) {
  .wpcr3_respond_2 .wpcr3_div_2 {
    max-width: 100% !important;
    margin-top: 40px !important;
    padding: 30px 20px 30px 20px;
  }
}
.wpcr3_respond_2 .wpcr3_div_2 table {
  display: block !important;
}
.wpcr3_respond_2 .wpcr3_div_2 table tbody {
  display: block !important;
}
.wpcr3_respond_2 .wpcr3_div_2 table tr {
  display: flex !important;
}
.wpcr3_respond_2 .wpcr3_div_2 table tr + tr {
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .wpcr3_respond_2 .wpcr3_div_2 table tr + tr {
    margin-top: 10px;
  }
}
.wpcr3_respond_2 .wpcr3_div_2 table tr td:first-child {
  width: 110px;
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: left !important;
}
@media screen and (max-width: 818px) {
  .wpcr3_respond_2 .wpcr3_div_2 table tr td:first-child {
    font-size: 14px !important;
    width: 80px;
  }
}
.wpcr3_respond_2 .wpcr3_div_2 table tr td:nth-child(2) {
  width: calc(100% - 110px);
}
@media screen and (max-width: 818px) {
  .wpcr3_respond_2 .wpcr3_div_2 table tr td:nth-child(2) {
    width: calc(100% - 80px);
  }
}
.wpcr3_respond_2 .wpcr3_div_2 table .chek_box {
  display: none !important;
}
.wpcr3_respond_2 .wpcr3_div_2 table .chek_box .wpcr3_check_confirm {
  text-align: center !important;
}
.wpcr3_respond_2 .wpcr3_div_2 .wpcr3_table_2 {
  width: 100% !important;
  max-width: 100% !important;
}
.wpcr3_respond_2 .wpcr3_div_2 textarea {
  min-width: 100% !important;
  max-width: 566px !important;
  background: #F4F3F3;
  border: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px !important;
  height: 212px !important;
  width: 100% !important;
}
@media screen and (max-width: 818px) {
  .wpcr3_respond_2 .wpcr3_div_2 textarea {
    padding: 5px !important;
    height: 150px !important;
  }
}
.wpcr3_respond_2 .wpcr3_div_2 input[type=text] {
  background: #F4F3F3;
  border: none !important;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px !important;
}
@media screen and (max-width: 818px) {
  .wpcr3_respond_2 .wpcr3_div_2 input[type=text] {
    padding: 5px !important;
  }
}
.wpcr3_respond_3 {
  display: none !important;
}
.re_ttl_bg_red {
  width: 100%;
  color: #ffffff;
  background: #BF0101;
  margin-bottom: 24px;
  padding: 12px 25px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .re_ttl_bg_red {
    margin-bottom: 12px;
    font-size: 18px;
    padding: 6px 10px;
  }
}
.wpcr3_item_name {
  display: none !important;
}
@media screen and (max-width: 818px) {
  div.wpcr3_aggregateRating {
    margin-bottom: 12px !important;
  }
}
div.wpcr3_rating_style1,
div.wpcr3_rating_style1 div {
  line-height: 21.5px !important;
}
div.wpcr3_rating_style1 {
  height: 21.5px !important;
  display: inline-block;
}
div.wpcr3_rating_style1 div {
  height: 21.5px !important;
}
div.wpcr3_rating_style1 * {
  border: 0 none;
  margin: 0;
  padding: 0;
  height: 21.5px !important;
}
div.wpcr3_rating_style1_base {
  background: url(../img/common/newstars.png) 0 0 no-repeat !important;
  width: 109px !important;
  height: 21.5px !important;
  float: left;
  padding-right: 2px !important;
  overflow: hidden;
  display: block;
}
div.wpcr3_rating_style1_average {
  background: url(../img/common/newstars.png) 0 -20.5px no-repeat !important;
  text-indent: -9999px;
  height: 21.5px !important;
}
div.wpcr3_rating_style1_status {
  height: 21.5px !important;
  width: 109px !important;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: block;
}
div.wpcr3_rating_style1_score {
  background: url(../img/common/newstars.png) 0 0 no-repeat !important;
  width: 109px !important;
  height: 21.5px !important;
  float: left;
  position: relative;
}
div.wpcr3_rating_style1_score div {
  display: block;
  float: left;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  height: 21.5px !important;
}
div.wpcr3_rating_style1_score div:hover {
  background: url(../img/common/newstars.png) bottom right no-repeat !important;
}
.re_ko_box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 818px) {
  .re_ko_box {
    gap: 20px;
    column-gap: 20px;
  }
}
.re_ko_box .re_ko_box_review {
  width: calc(50% - 15px);
  background-color: #ffffff;
  padding: 50px 40px;
}
@media screen and (max-width: 818px) {
  .re_ko_box .re_ko_box_review {
    width: 100%;
    padding: 20px;
  }
}
.re_ko_box .wpcr3_review_datePublished,
.re_ko_box .wpcr3_review_author {
  display: none !important;
}
.re_ko_box .wpcr3_review_ratingValue {
  text-align: left;
}
.re_ko_box .wpcr3_content {
  text-align: left;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
}
.re_ko_box .wpcr3_content p {
  line-height: 1.56 !important;
}
@media screen and (max-width: 818px) {
  .re_ko_box .wpcr3_content p {
    font-size: 14px !important;
  }
}
.re_ko_box .wpcr3_review_customs {
  text-align: left ;
}
.re_ko_box .wpcr3_review_customs .wpcr3_review_custom {
  font-weight: bold;
}
.re_ko_box .wpcr3_review_customs .wpcr3_review_custom:first-child {
  display: none !important;
}
.re_ko_box .wpcr3_review_customs .wpcr3_review_custom:nth-child(2) {
  font-size: 18px;
}
.re_ko_box .wpcr3_review_customs .wpcr3_review_custom:nth-child(3) {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 5px;
  margin-bottom: 5px;
}
.re_ko_box .wpcr3_review_customs .wpcr3_review_custom .wpcr3_review_custom_label {
  display: none !important;
}
.chek_box {
  display: block !important;
}
.chek_box td {
  width: 100% !important;
}
.chek_box label {
  display: flex !important;
}
.chek_box .wpcr3_check_confirm {
  text-align: center !important;
}
.wpcr3_respond_2 .wpcr3_div_2 table tr td.chek_box .wpcr3_check_confirm {
  text-align: center !important;
}
.btn_box {
  display: block !important;
  margin-top: 40px !important;
}
@media screen and (max-width: 818px) {
  .btn_box {
    margin-top: 20px !important;
  }
}
.btn_box td {
  text-align: center !important;
  width: 100% !important;
}
.wpcr3_submit_btn {
  display: block !important;
  margin: auto !important;
  width: 100% !important;
  max-width: 310px !important;
  line-height: 60px !important;
  background: #BF0101 !important;
  color: #ffffff !important;
  border-radius: 60px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: center !important;
  padding: 0 !important;
  position: relative;
}
.wpcr3_submit_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/send_btn.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.wpcr3_pagination_page {
  display: none !important;
}
.wpcr3_pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 30px !important;
}
@media screen and (max-width: 818px) {
  .wpcr3_pagination {
    margin-top: 20px !important;
  }
}
.wpcr3_pagination .wpcr3_a {
  background: none !important;
  line-height: 100% !important;
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  color: #717171 !important;
  align-items: center !important;
  padding: 0 !important;
  justify-content: center !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border: none !important;
  transition: 0.3s ease-in-out;
}
.wpcr3_pagination .wpcr3_a::hover {
  color: #BF0101 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}
.wpcr3_pagination .wpcr3_current {
  letter-spacing: 0 !important;
  line-height: 100% !important;
  width: 24px !important;
  height: 24px !important;
  color: #717171 !important;
  background: #D9D9D9 !important;
  display: flex !important;
  border-radius: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border: none !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
@media screen and (max-width: 818px) {
  .wpcr3_pagination .wpcr3_current {
    font-size: 14px !important;
  }
}
.tour_map {
  border-top: none !important;
  padding-top: 0 !important;
}
.tour_map iframe {
  height: 200px;
}
