@charset "UTF-8";

/*-----------------------------------------
  下層　共通事項
-------------------------------------------*/

/* noto-sans-jp-regular - japanese */

/* noto-sans-jp-900 - japanese */

@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans Japanese Black"), local("NotoSansJapanese-Black"), url("//www.travelwith.jp/calls/js/tw2020/fonts/noto-sans-jp-v28-latin_japanese-900.woff") format("woff"), url("//www.travelwith.jp/calls/js/tw2020/fonts/noto-sans-jp-v28-latin_japanese-900.woff2") format("woff2");
  /* Super Modern Browsers */
}

#gototravel {
  color: #222;
  line-height: 1.8;
  background: #fbf9e3;
  padding-bottom: 30px;
}

#gototravel .dis_pc {
  display: block;
}

#gototravel .dis_sp {
  display: none;
}

#gototravel em {
  font-style: normal;
}

#gototravel p + p {
  margin-top: 25px;
}

#gototravel p.center {
  text-align: center;
}

#gototravel p.center big {
  font-size: 160%;
  font-weight: 900;
  line-height: 1.4;
}

#gototravel .etiquette {
  font-size: 155%;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  background: #fff26a;
  padding: 7px 10px;
}

#gototravel .top_info_bar {
  color: #fff;
  font-weight: 900;
  background: #ff3811;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 8px 5px;
}

#gototravel .top_img {
  width: 100%;
  background: url(../images/top_img.jpg) top center repeat-x;
  text-align: center;
}

#gototravel .top_img img {
  max-width: 95%;
  height: auto;
}

#gototravel .sec_inner {
  width: 100%;
  max-width: 940px;
  padding: 40px 40px 30px;
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 10px;
}

#gototravel .sec_inner img {
  max-width: 100%;
}

#gototravel .sec_inner p a {
  color: #1561d2;
}

#gototravel h2 {
  margin: 0 auto 1.5em;
  text-align: center;
}

#gototravel h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 3.0rem;
  position: relative;
  display: inline-block;
  padding: 0 2.5%;
}

#gototravel h2 span::after {
  content: "";
  width: 105%;
  height: 18px;
  background: #ffef41;
  display: block;
  margin-top: -10px;
  margin-left: -2.5%;
}

#gototravel .h3 {
  text-align: center;
  font-weight: 900;
  margin: 50px 0 15px;
  font-size: 1.8rem;
  line-height: 1.4;
}

#gototravel a.btn {
  display: block;
  margin: 0 auto 30px;
  background: #1561d2;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  padding: 15px 30px 15px 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 350px;
  position: relative;
  margin-top: 30px;
}

#gototravel a.btn.down_btn::after {
  content: "\f107";
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 20px;
  padding-left: 10px;
  font-family: "Font Awesome 5 Free";
}

#gototravel a.btn.right_btn::after {
  content: "\f105";
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 20px;
  padding-left: 10px;
  font-family: "Font Awesome 5 Free";
}

#gototravel .nav_wrap {
  background: #fbf9e3;
  width: 100%;
  transition: .3s;
  display: block;
  padding-top: 10px;
}

#gototravel .nav_wrap.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 11000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding-top: 0;
}

#gototravel .nav_wrap.fixed .contents_nav {
  width: 98%;
  margin: 10px auto;
}

#gototravel .contents_nav {
  width: 100%;
  max-width: 860px;
  margin: 20px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#gototravel .contents_nav::after {
  content: "";
  width: 24%;
  display: block;
}

#gototravel .contents_nav li {
  width: 24%;
  margin-bottom: 10px;
  /*@include xs{
				font-size: 1.2rem;
				width: 49%;
    		margin-bottom: 5px;
			}*/
}

#gototravel .contents_nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  font-weight: bold;
  background: #ffef41;
  text-decoration: none;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#gototravel .contents_nav li a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  max-width: 8px;
  /*padding-left: 10px;*/
}

#gototravel .contents_nav li a:hover {
  opacity: 0.7;
}

#gototravel .price_table {
  border: solid 1px #222;
  width: 100%;
  text-align: center;
  font-size: 100%;
}

#gototravel .price_table .travel_price {
  background: #dfdfdf;
}

#gototravel .price_table .subsidy {
  background: #fff26a;
}

#gototravel .price_table th {
  padding: 10px 0;
  font-size: 94%;
  line-height: 1.5;
  font-weight: bold;
  border: 1px solid #222;
  width: 23%;
  text-align: center;
}

#gototravel .price_table .discount th,
#gototravel .price_table .coupon th {
  background: #f4f4f4;
  font-weight: normal;
}

#gototravel .price_table td {
  padding: 10px 0;
  border: 1px solid #222;
  font-size: 113%;
  line-height: 1.5;
}

#gototravel .price_table td span {
  font-size: 88%;
  font-weight: normal;
  color: #555;
  display: block;
}

#gototravel .price_table .travel_price td {
  font-weight: bold;
  font-size: 100%;
}

#gototravel .price_table .subsidy td {
  color: #f00000;
  font-weight: bold;
}

#gototravel .price_table .subsidy td span {
  font-size: 76%;
}

#gototravel .coupon_time {
  color: #555;
  font-size: 1.4rem;
  color: #f00000;
}

#gototravel .source {
  color: #555;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: right;
  padding: 10px 0 30px;
}

#gototravel .source a {
  color: #1561d2;
}

#gototravel img.official_logo {
  display: block;
  margin: 0 auto 30px;
  width: 70%;
  max-width: 300px;
}

#gototravel img.now {
  max-width: 700px;
  width: 90%;
  height: auto;
  margin: 50px auto;
  display: block;
}

#gototravel #information h2 {
  font-size: 2.4rem;
}

#gototravel #information dl div {
  border: 1px solid #1561d2;
  margin-bottom: 8px;
}

#gototravel #information dl dt {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  font-weight: bold;
  color: #1561d2;
  background: #e8f1ff;
}

#gototravel #information dl dt::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
}

#gototravel #information dl dt:hover {
  cursor: pointer;
}

#gototravel #information dl dt.open::after {
  content: "\f068";
}

#gototravel #information dl dd {
  border-top: 1px solid #1561d2;
  padding: 10px;
  display: none;
}

#gototravel #information dl dd a {
  text-decoration: underline;
  color: #1561d2;
  font-weight: bold;
}

#gototravel #TSJ ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#gototravel #TSJ ul li {
  width: 23%;
  margin: 0 1% 2%;
  text-align: center;
  font-weight: bold;
  background: #e8f1ff;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 8px;
}

#gototravel #TSJ ul li img {
  display: block;
  margin: 0 auto 15px;
  max-width: 90%;
  width: auto;
  height: auto;
}

#gototravel #TSJ ul li small {
  display: block;
}

#gototravel .tour_area_nav {
  width: 80%;
  height: 0;
  padding-top: 80%;
  margin: 0 auto;
  background: url(../images/japan_map.svg) center center/100% no-repeat;
  position: relative;
}

#gototravel .tour_area_nav li {
  position: absolute;
  background: rgba(21, 97, 210, 0.95);
  border: 2px solid #fff;
  border-radius: 8px;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#gototravel .tour_area_nav li:hover {
  opacity: 0.85;
}

#gototravel .tour_area_nav li.hokkaido {
  right: 0%;
  top: 0%;
}

#gototravel .tour_area_nav li.tohoku {
  right: 9%;
  top: 42%;
}

#gototravel .tour_area_nav li.kanto {
  right: 14%;
  top: 62%;
}

#gototravel .tour_area_nav li.kinki {
  left: 47%;
  top: 75%;
}

#gototravel .tour_area_nav li.chugoku {
  left: 22%;
  top: 62%;
}

#gototravel .tour_area_nav li.shikoku {
  left: 31%;
  top: 82%;
}

#gototravel .tour_area_nav li.fukuoka {
  left: 8%;
  top: 72%;
}

#gototravel .tour_area_nav li.kyushu {
  left: 0%;
  top: 83%;
}

#gototravel .tour_area_nav li.okinawa {
  left: 23%;
  top: 23%;
}

#gototravel .tour_area_nav li.okinawa_ilands {
  left: 12%;
  top: 33%;
}

#gototravel .tour_area_nav li a {
  padding: 8px 13px 8px 18px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

#gototravel .tour_area_nav li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  padding-left: 8px;
  font-size: 80%;
}

#gototravel .qa_list dt {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  display: block;
  padding: 5px 30px 8px 55px;
  background: #e8f1ff;
  margin-bottom: 3px;
  position: relative;
}

#gototravel .qa_list dt:hover {
  cursor: pointer;
}

#gototravel .qa_list dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 10px;
  height: 10px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  color: #1561d2;
}

#gototravel .qa_list dt.open::after {
  content: "\f068";
}

#gototravel .qa_list dt span {
  color: #1561d2;
  display: inline-block;
  font-size: 2.4rem;
  text-indent: -40px;
  line-height: 1.2;
}

#gototravel .qa_list dd {
  line-height: 1.8;
  display: none;
  padding: 10px 5px 10px 55px;
  margin-bottom: 40px;
  position: relative;
}

#gototravel .qa_list dd a {
  color: #1561d2;
}

#gototravel .qa_list dd span {
  display: inline-block;
  color: #f00000;
  font-size: 2.4rem;
  font-weight: bold;
  text-indent: -36px;
  line-height: 1.2;
}

#gototravel .tourlist.column3 {
  margin: 0 0 50px;
}

#gototravel .tourlist.tabpanel .tour_tab li {
  background: #fff;
}

#gototravel .tourlist.tabpanel .tour_tab li.selected {
  border-color: #222;
}

#gototravel .tourlist.tabpanel .tour_tab li.selected span {
  background: #222;
}

#gototravel .tourlist.tabpanel .tour_tab li.selected span::after {
  border-top-color: #222;
}

#gototravel .tour_panel {
  background: none;
  padding: 0;
}

#gototravel .tour_panel .tour_panel_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#gototravel .tour_panel .tour_panel_inner::after {
  content: "";
  display: block;
  width: 31.25%;
}

#gototravel .tour_panel .tour_cnt {
  width: 31.25%;
  margin: 0 0 50px;
  background: none;
  border: none;
}

#gototravel .tour_panel .tour_cnt .tour_img {
  width: 100%;
  /*@include sp{
					width: 100%;
					float: none;
				}*/
}

#gototravel .tour_panel .tour_cnt .tour_img a {
  display: block;
  width: 100%;
  position: relative;
  padding: 66% 0 0;
  height: 0;
  overflow: hidden;
}

#gototravel .tour_panel .tour_cnt .tour_img a img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap {
  padding: 0;
  margin: 0;
  width: 100%;
  /*@include sp{
					width: 100%;
					float: none;
				}*/
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap .tour_info_tab {
  background: none;
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap .tour_info_tab_nav li span {
  background: #fff;
  color: #222;
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap .tour_info_tab_nav li.active span {
  background: #222;
  color: #fff;
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap .tour_info_tab_panel {
  border-color: #222;
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap .tour_info_tab_panel .tour_price {
  width: calc(100% + 10px);
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
  font-size: 1.2rem;
  background: #222;
  font-weight: 300;
  padding-left: 5px;
  width: 75px;
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span::after {
  border-left-color: #222;
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap .tour_info_tab_panel .tour_price .tour_price_txt {
  padding-left: 90px;
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap .tour_info_tab_panel .tour_price .tour_price_txt .min_price {
  font-size: 2.4rem;
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap .tour_info_tab_panel .tour_price .tour_price_txt .max_price {
  font-size: 1.8rem;
}

#gototravel .tour_panel .tour_cnt .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {
  background: #1561d2;
}

#gototravel .tour_panel .tour_cnt .tour_name {
  border-top: 3px solid #222;
  padding: 15px 0;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
}

#gototravel .tour_panel .tour_cnt .tour_name a {
  text-decoration: none;
}

#gototravel .tour_panel .tour_cnt .tour_txt {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 10px 0;
  width: 106%;
  /*@include sp{
					width: 100%;
					float: none;
					padding: 10px 0;
				}*/
}

#gototravel .tour_panel .tour_cnt .soldout a {
  pointer-events: none;
}

#gototravel .tour_panel .tour_cnt .soldout .tour_img a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bbb;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  content: "SOLD OUT";
  font-weight: bold;
  font-size: 3rem;
  padding-bottom: 6%;
  letter-spacing: 0.08em;
  z-index: 2;
}

#gototravel .tour_panel .tour_cnt .soldout .tour_img a::after {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  content: "このツアーは完売しました";
  font-size: 1.4rem;
  z-index: 3;
}

#gototravel .tour_panel .tour_cnt .soldout .tour_img a img {
  z-index: 1;
}

#gototravel .tour_panel .tour_cnt .soldout .tour_info_tab {
  display: none;
}

#gototravel .more_link {
  text-align: center;
}

#gototravel .more_link a {
  border: 3px solid #222;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  display: inline-block;
  padding: 5px 35px;
  max-width: 100%;
  border-radius: 30px;
  position: relative;
  line-height: 1.4;
}

#gototravel .more_link a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  right: 15px;
}

#gototravel .contact_box {
  background: #fff;
  padding: 4%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#gototravel .contact_box.tsj_block {
  border: 1px solid #ddd;
  margin-top: 30px;
}

#gototravel .freeorder_contact {
  padding: 3% 6%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 60px;
  border-color: #ffe1ef;
  box-shadow: -2px -2px 0px #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 0 5px 10px #2466b8;
}

#gototravel .freeorder_contact h2 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 30px;
  line-height: 1.4;
  color: #1561d2;
}

#gototravel .freeorder_contact h2 br {
  display: none;
}

#gototravel .freeorder_txt {
  width: 48%;
  line-height: 1.6;
}

#gototravel .freeorder_txt .big {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.3em;
  color: #333;
  padding-bottom: 15px;
}

#gototravel .freeorder_txt .small {
  color: #888;
  font-size: 1.4rem;
}

#gototravel .freeorder_numlink {
  width: 47%;
  max-width: 400px;
}

#gototravel .freeorder_numlink .tel_num {
  color: #333;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
  font-family: 'arial',sans-serif;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 5px;
  min-width: 0;
  pointer-events: none;
  text-decoration: none;
}

#gototravel .freeorder_numlink .tel_num::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
  font-size: 75%;
  padding-left: 5px;
}

#gototravel .freeorder_numlink .tel_num .pc_none {
  line-height: 1.4;
  display: none;
}

#gototravel .freeorder_numlink .tel_num .sp_none {
  display: inline-block;
}

#gototravel .freeorder_numlink .freeorder_btn {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #1561d2;
  border-radius: 8px;
  padding: 8px 10px;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

#gototravel .freeorder_numlink .freeorder_btn::after {
  content: "\f105";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  flex-grow: 1;
  text-align: right;
  float: right;
}

#gototravel .freeorder_numlink .freeorder_btn:hover {
  opacity: 0.75;
}

#gototravel .area_bnr {
  display: block;
  margin: 80px auto 20px;
  width: 90%;
  max-width: 860px;
}

#gototravel .area_bnr img {
  width: 100%;
}

#gototravel .area_bnr img:hover {
  opacity: 0.8;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#gototravel #roadtraveler.sec_inner .bord {
  margin: 50px 0;
}

#gototravel #roadtraveler.sec_inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

#gototravel #roadtraveler.sec_inner ul li {
  width: calc((100% - 60px) / 3);
}

#gototravel #roadtraveler.sec_inner ul li a {
  text-decoration: none;
  color: #222;
  font-weight: bold;
}

#gototravel #roadtraveler.sec_inner ul li a:hover {
  opacity: 0.7;
}

#gototravel #roadtraveler.sec_inner ul li .img {
  width: 100%;
  height: auto;
  padding-top: 67%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

#gototravel #roadtraveler.sec_inner ul li .img img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1140px), print {
  #gototravel .freeorder_numlink .tel_num {
    font-size: calc(100vw / 20);
    min-height: 47px;
  }
}

@media screen and (max-width: 768px) {
  #gototravel .top_img {
    background-size: auto 100%;
  }

  #gototravel .freeorder_contact h2 br {
    display: block;
  }

  #gototravel .freeorder_txt {
    width: 100%;
    float: none;
    text-align: center;
  }

  #gototravel .freeorder_numlink {
    width: 100%;
    float: none;
    margin: 10px auto;
    overflow: hidden;
  }

  #gototravel .freeorder_numlink .tel_num {
    font-size: 56px;
  }
}

@media screen and (max-width: 640px) {
  #gototravel {
    font-size: 1.4rem;
  }

  #gototravel .dis_pc {
    display: none;
  }

  #gototravel .dis_sp {
    display: block;
  }

  #gototravel p.center big {
    font-size: 140%;
    padding-top: 20px;
  }

  #gototravel .etiquette {
    font-size: 130%;
    padding: 7px 10px;
  }

  #gototravel .top_info_bar {
    font-size: 5vw;
  }

  #gototravel .sec_inner {
    width: 95%;
    padding: 20px 15px;
    margin: 20px auto;
  }

  #gototravel h2 {
    margin: 0 auto 20px;
  }

  #gototravel h2 span {
    font-size: 2.0rem;
    line-height: 1.2;
  }

  #gototravel h2 span::after {
    height: 10px;
    margin-top: -5px;
  }

  #gototravel .h3 {
    font-size: 1.5rem;
    margin: 30px 0 10px;
  }

  #gototravel .nav_wrap.fixed {
    transition: .5s;
  }

  #gototravel .nav_wrap.fixed .contents_nav {
    margin: 5px auto 0;
    /*li{
						margin-bottom: 5px;
						font-size: 1.2rem;
						line-height: 1.2;
						flex: 1 1 auto;
    				margin: 0 0.5% 5px;
						width: auto;
						a{
							padding: 5px 5px 5px 8px;
						}
					}*/
  }

  #gototravel .contents_nav {
    width: 96%;
    margin: 5px auto 0;
  }

  #gototravel .contents_nav::after {
    content: none;
  }

  #gototravel .contents_nav li {
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 1.2;
    flex: 1 1 auto;
    margin: 0 0.5% 5px;
    width: auto;
  }

  #gototravel .contents_nav li a {
    padding: 5px 5px 5px 8px;
  }

  #gototravel .price_table {
    font-size: 90%;
  }

  #gototravel .price_table th {
    width: 20%;
  }

  #gototravel img.official_logo {
    margin: 0 auto 15px;
  }

  #gototravel img.now {
    margin: 15px auto;
  }

  #gototravel #information dl dt {
    line-height: 1.4;
  }

  #gototravel #TSJ ul {
    justify-content: flex-start;
  }

  #gototravel #TSJ ul li {
    width: 48%;
    line-height: 1.4;
  }

  #gototravel .tour_area_nav {
    width: 100%;
    padding-top: 100%;
  }

  #gototravel .tour_area_nav li.hokkaido {
    right: 27%;
    top: 4%;
  }

  #gototravel .tour_area_nav li.tohoku {
    right: 2%;
    top: 38%;
  }

  #gototravel .tour_area_nav li.kanto {
    right: 8%;
  }

  #gototravel .tour_area_nav li.chugoku {
    left: 17%;
    top: 56%;
  }

  #gototravel .tour_area_nav li.shikoku {
    left: 26%;
    top: 81%;
  }

  #gototravel .tour_area_nav li.fukuoka {
    left: 0%;
    top: 72%;
  }

  #gototravel .tour_area_nav li.kyushu {
    left: 0%;
    top: 92%;
  }

  #gototravel .tour_area_nav li.okinawa {
    left: 17%;
    top: 22%;
  }

  #gototravel .tour_area_nav li.okinawa_ilands {
    left: 9%;
  }

  #gototravel .tour_area_nav li a {
    font-size: 3.5vw;
    padding: 1vw 3vw;
  }

  #gototravel .qa_list dt {
    font-size: 1.4rem;
    padding: 5px 30px 12px 37px;
  }

  #gototravel .qa_list dt span {
    font-size: 2.0rem;
    text-indent: -28px;
  }

  #gototravel .qa_list dd {
    display: none;
    font-size: 1.4rem;
    padding: 5px 5px 12px 37px;
    margin-bottom: 0;
  }

  #gototravel .qa_list dd span {
    font-size: 2.0rem;
    text-indent: -26px;
  }

  #gototravel .tourlist.column3 {
    margin-bottom: 30px;
  }

  #gototravel .tourlist.tabpanel .tour_tab {
    padding: 0 0 15px;
  }

  #gototravel .tour_panel .tour_cnt {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    box-shadow: none;
  }

  #gototravel .contact_box {
    flex-direction: column;
    padding: 5%;
  }

  #gototravel .freeorder_contact {
    padding: 5%;
    margin-bottom: 0;
  }

  #gototravel .freeorder_contact h2 {
    font-size: 20px;
    padding-bottom: 15px;
    text-align: left;
  }

  #gototravel .freeorder_txt .big {
    font-size: 1.5rem;
    text-align: left;
  }

  #gototravel .freeorder_txt .small {
    font-size: 1.3rem;
    text-align: left;
  }

  #gototravel .freeorder_numlink {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: unset;
  }

  #gototravel .freeorder_numlink .tel_num::before {
    font-size: 100%;
    padding-left: 10px;
  }

  #gototravel .freeorder_numlink .tel_num {
    text-align: center;
    border: 2px solid #1561d2;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 10px 8px;
    pointer-events: all;
    color: #1561d2;
    font-weight: bold;
    min-height: unset;
    width: 49%;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1.3;
    justify-content: center;
  }

  #gototravel .freeorder_numlink .tel_num .pc_none {
    display: inline-block;
  }

  #gototravel .freeorder_numlink .tel_num .sp_none {
    display: none;
  }

  #gototravel .freeorder_numlink .freeorder_btn {
    border-radius: 5px;
    flex-basis: 49%;
    background: #1561d2;
    display: flex;
    align-items: center;
    line-height: 1.3;
  }

  #gototravel .area_bnr {
    margin-top: 20px;
  }

  #gototravel #roadtraveler.sec_inner .bord {
    margin: 20px auto 30px -20px;
    width: calc(100% + 36px);
    /* コンテンツが見切れて見えるようにする */
    overflow-x: auto;
    /* 横スクロールの指定 */
    white-space: nowrap;
    /* 横スクロールの指定 */
    overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールを滑らかにする */
  }

  #gototravel #roadtraveler.sec_inner ul {
    width: calc(60vw * 3 + 40px);
    padding-left: 20px;
  }

  #gototravel #roadtraveler.sec_inner ul li {
    width: 60vw;
    margin-right: 20px;
  }

  #gototravel #roadtraveler.sec_inner ul li p {
    white-space: pre-wrap;
  }
}

@media screen and (max-width: 320px) {
  #gototravel h2 span {
    font-size: 1.8rem;
  }

  #gototravel .freeorder_numlink .freeorder_btn {
    padding: 12px 0 8px;
    font-size: 14px;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-width: 1140px !important;
    width: 100%;
    position: relative !important;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
