/*PC*/
/*
$lineSpace_normal_pc:48px;
$lineSpace_xsmall_pc:30px;
$lineSpace_small_pc:30px;
$lineSpace_large_pc:70px;
$lineSpace_xlarge_pc:40px;
$lineSpace_h1_pc:80px;
$lineSpace_h2_pc:48px;
$lineSpace_footer_pc:20px;
*/
/*
$color_main1:#F8C961;
$color_main2:#F4A923;
$color_main3:#F9F8ED;
*/
.text_small {
  font-size: 12px;
}

@media screen and (max-width: 599px) {
  h2 {
    font-size: 18px;
  }
}

.tour_wrapper .info_box ._title_box h4 {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .tour_wrapper .info_box ._title_box h4 {
    font-size: 18px;
  }
}

.price_wrapper .price_box .price_title {
  padding: 8px;
}
.price_wrapper .price_box .price_info {
  width: 240px;
  box-sizing: border-box;
  padding: 16px 24px;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 599px) {
  .price_wrapper .price_box .price_info {
    padding: 8px 24px;
    width: 150px;
    height: auto;
  }
}
.price_wrapper .price_box .info_long {
  width: 480px;
}
@media screen and (max-width: 599px) {
  .price_wrapper .price_box .info_long {
    width: 300px;
    height: auto;
  }
}

header .header_box .__language_select_box {
  width: 600px;
}
@media screen and (max-width: 599px) {
  header .header_box .__language_select_box {
    width: 100%;
  }
}