@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : tabiq.css
 author     : Ability Consultant
 style info : 貸切バスツアー 旅Q
=================================================================== */
.container {
  width: 1260px;
  margin: 0 auto;
}

.st {
  text-align: center;
  font-weight: normal;
  letter-spacing: .025em;
}
.st span {
  font-size: 40px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: 500;
  position: relative;
}
.st span::before {
  content: "";
  background: #efeac2;
  height: 12px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: .1em;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.st-m {
  font-weight: normal;
  text-align: center;
  position: relative;
}
.st-m::after {
  content: "";
  background: #a8d1cc;
  width: 122px;
  height: 5px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.2em;
}
.st-m span {
  font-size: 20px;
}

.txt, .txt_intro, .txt_caption, table th, table td {
  font-size: 16px;
}

@media only screen and (min-width: 1024px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

#page {
  min-width: 1280px !important;
  overflow: hidden !important;
}

/* -----------------------------------------------------------
	slider
----------------------------------------------------------- */
.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #90ad66;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #3a5800;
}

.txt_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(48, 48, 48, 0.8);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

/* -----------------------------------------------------------
	.con_imgmain
----------------------------------------------------------- */
#contents {
  /* -----------------------------------------------------------
  	.con_intro
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	.con_goto
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	.con_tour
  	----------------------------------------------------------- */
}
#contents .con_intro {
  padding: 80px 100px;
  position: relative;
}
#contents .con_intro::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_intro.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: block;
  z-index: -2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#contents .con_intro .wrp .st {
  margin-bottom: 90px;
}
#contents .con_intro .wrp .st small {
  font-size: 20px;
  display: block;
  margin-bottom: .3em;
}
#contents .con_intro .wrp .st small::before {
  content: "";
  background: #000;
  height: 1px;
  width: 25px;
  display: inline-block;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  margin-bottom: 8px;
  margin-right: .5em;
}
#contents .con_intro .wrp .st small::after {
  content: "";
  background: #000;
  height: 1px;
  width: 25px;
  display: inline-block;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  margin-bottom: 8px;
  margin-left: .5em;
}
#contents .con_intro .wrp .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contents .con_intro .wrp .inner .box_txt {
  max-width: 500px;
  margin-right: 50px;
  font-size: 16px;
}
#contents .con_intro .wrp .inner .box_img {
  max-width: 630px;
  position: relative;
}
#contents .con_intro .wrp .inner .box_img .box_sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents .con_intro .wrp .inner .box_img .box_sm p {
  width: 50%;
}
#contents .con_intro .wrp .inner .box_img .ic {
  position: absolute;
  bottom: -1.2em;
  right: -3em;
}
#contents .con_goto .wrp {
  position: relative;
  padding-bottom: 45px;
}
#contents .con_goto .wrp::before {
  content: "";
  background: url(../images/bg_goto.jpg) center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
}
#contents .con_goto .wrp .ttl_ribon {
  margin: 0 auto 3em;
  text-align: center;
}
#contents .con_goto .wrp .ttl_ribon .ribon {
  display: inline-block;
  position: relative;
  background: #d16f3b;
  color: #fff;
  padding: 1.5em 0 2em;
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents .con_goto .wrp .ttl_ribon .ribon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 110px solid #d16f3b;
  border-right: 110px solid #d16f3b;
  border-bottom: 35px solid transparent;
}
#contents .con_goto .wrp .ttl_ribon .ribon span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: bold;
  display: block;
  letter-spacing: .025em;
  margin-top: .5em;
  font-size: 26px;
  line-height: calc(38 / 26);
}
#contents .con_goto .wrp .st {
  margin-bottom: 4em;
}
#contents .con_goto .wrp .st span::before {
  background: #c3eee9;
}
#contents .con_goto .wrp .inner {
  max-width: 1240px;
  margin: 0 auto 85px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents .con_goto .wrp .inner .box_img {
  max-width: 548px;
  width: wCon(548, 1240);
}
#contents .con_goto .wrp .inner .box_txt {
  max-width: 642px;
  width: wCon(642, 1240);
}
#contents .con_goto .wrp .inner .box_txt .logo {
  text-align: center;
  margin-bottom: 5em;
}
#contents .con_goto .wrp .inner .box_txt .box {
  margin-bottom: 3em;
}
#contents .con_goto .wrp .inner .box_txt .box .ttl {
  margin-bottom: 1.5em;
}
#contents .con_goto .wrp .inner .box_txt .box .ttl span {
  line-height: 1;
  border-radius: 19.5px;
  font-size: 16px;
  color: #fff;
  background: #85c2ba;
  padding: 8px 30px;
}
#contents .con_goto .wrp .inner .box_txt .box .caution {
  margin-top: 2em;
}
#contents .con_goto .wrp .box_torikumi {
  background: #f0f9f8;
  border: 3px solid #a8d1cc;
  border-radius: 50px;
  padding: 40px 0;
  max-width: 1240px;
  width: 90%;
  margin: 0 auto 2em;
}
#contents .con_goto .wrp .box_torikumi .st-m {
  margin-bottom: 4.5em;
}
#contents .con_goto .wrp .box_torikumi .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contents .con_goto .wrp .box_torikumi .box_content .box {
  width: 22.5%;
  text-align: center;
}
#contents .con_goto .wrp .box_torikumi .box_content .box .ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1em;
}
#contents .con_goto .wrp .box_torikumi .box_content .box .txt {
  line-height: 1.8;
  display: inline-block;
  text-align: left;
  width: 88%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #contents .con_goto .wrp .box_torikumi .box_content .box .txt {
    width: 80%;
  }
}
#contents .con_goto .wrp .box_torikumi .txt_btm {
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 2em;
}
#contents .con_goto .box_exp {
  color: #000;
  background: #f1eef1;
  padding: 80px 0 150px;
}
#contents .con_goto .box_exp .st-m {
  margin-bottom: 3em;
}
#contents .con_goto .box_exp .box_txt {
  text-align: center;
}
#contents .con_goto .box_exp .box_txt .txt {
  margin-bottom: 1.5em;
}
#contents .con_goto .box_exp .box_txt ul li {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
#contents .con_goto .box_exp .box_txt ul li::before {
  content: "・";
}
#contents .con_goto .box_exp .box_txt .btn_line {
  margin-top: 2em;
}
#contents .con_goto .box_exp .box_txt .btn_line a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}
#contents .con_goto .box_exp .box_txt .btn_line a:hover {
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  opacity: .7;
}
#contents .con_goto .box_exp .box_txt .btn_line a span {
  border-bottom: 1px solid #000;
}
#contents .con_tour {
  position: relative;
}
#contents .con_tour::before {
  content: "";
  background: url(../images/bg_tour.jpg) center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
}
#contents .con_tour .logo {
  width: 280px;
  margin: 0 auto;
  position: relative;
  top: -2em;
  text-align: center;
  z-index: 1;
}
#contents .con_tour .logo::before {
  content: "";
  background: url(../images/bg_tour_circle.png) no-repeat top;
  position: absolute;
  left: 50%;
  top: -2.5em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px;
  height: 100%;
  display: block;
  z-index: -3;
}
#contents .con_tour .st {
  margin-bottom: 3em;
}
#contents .con_tour .wrp_anchor {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 100px;
}
#contents .con_tour .wrp_anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents .con_tour .wrp_anchor ul li {
  width: 20%;
  text-align: center;
  position: relative;
  padding: 0 1em 2em;
  height: 120px;
}
@media only screen and (max-width: 1200px) {
  #contents .con_tour .wrp_anchor ul li {
    padding: 0 .5em 2em;
  }
}
#contents .con_tour .wrp_anchor ul li.hokkaido a span {
  color: #4c71b4;
}
#contents .con_tour .wrp_anchor ul li.kanto a span {
  color: #62a46e;
}
#contents .con_tour .wrp_anchor ul li.tokai a span {
  color: #dcb916;
}
#contents .con_tour .wrp_anchor ul li.kinki a span {
  color: #cb5d37;
}
#contents .con_tour .wrp_anchor ul li.chugoku a span {
  color: #e673af;
}
#contents .con_tour .wrp_anchor ul li.kyushu a span {
  color: #681e80;
}
#contents .con_tour .wrp_anchor ul li::after {
  content: "";
  background: url(../images/nav_border.png) no-repeat;
  display: inline-block;
  width: 3px;
  height: 95px;
  position: absolute;
  top: 0;
  right: 0;
}
#contents .con_tour .wrp_anchor ul li:last-child {
  border-right: none;
}
#contents .con_tour .wrp_anchor ul li:last-child::after {
  display: none;
}
#contents .con_tour .wrp_anchor ul li.active a, #contents .con_tour .wrp_anchor ul li:hover a {
  position: relative;
  z-index: 1;
}
#contents .con_tour .wrp_anchor ul li.active a::before, #contents .con_tour .wrp_anchor ul li:hover a::before {
  content: "";
  display: block;
  width: 175px;
  height: 100px;
  background: url(../images/ic_bus_lnk.png) no-repeat center;
  background-size: contain;
  z-index: -1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#contents .con_tour .wrp_anchor ul li.active a span, #contents .con_tour .wrp_anchor ul li:hover a span {
  color: #000;
}
#contents .con_tour .wrp_anchor ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  text-decoration: none;
}
#contents .con_tour .wrp_anchor ul li a span {
  font-size: 24px;
  text-align: center;
}
#contents .con_tour .wrp_anchor ul li a i {
  position: absolute;
  left: 50%;
  bottom: -2em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  font-size: 20px;
  font-weight: normal;
}
#contents .wrp_content {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
#contents .wrp_content .content-area .content {
  display: none;
}
#contents .wrp_content .content-area .content.show {
  display: block;
}
#contents .wrp_content .content-area .content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contents .wrp_content .box_caution {
  margin-top: -50px;
  padding-bottom: 4em;
}
#contents .wrp_content .box_caution ul li {
  letter-spacing: -.03em;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
#contents .wrp_content .box_caution ul li::before {
  content: "※";
}
#contents .box_tour {
  font-size: 16px;
  background: #fff;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
  max-width: 591px;
  width: 47.6%;
}
#contents .box_tour:nth-child(even) {
  margin-left: 4.8%;
}
#contents .box_tour .inn {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
#contents .box_tour .ttl_sm {
  display: inline-block;
  padding: .4em .8em;
  width: 90px;
  background: #4c71b4;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#contents .box_tour .tbl {
  margin-bottom: .8em;
}
#contents .box_tour .tbl tbody tr {
  border: 1px solid #000;
}
#contents .box_tour .tbl tbody tr th, #contents .box_tour .tbl tbody tr td {
  font-weight: normal;
  padding: .4em .8em;
}
#contents .box_tour .tbl tbody tr th {
  border-right: 1px solid #000;
}
#contents .box_tour .box_slide {
  margin-bottom: 2em;
}
#contents .box_tour .box_slide .slick-dots li button {
  background: #edebdf;
}
#contents .box_tour .box_slide .slick-dots li.slick-active button {
  background: #949487;
}
#contents .box_tour .box_detail {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .box_tour .box_detail .detail {
  white-space: nowrap;
  border: 2px solid #4c71b4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .box_tour .box_detail .detail .location {
  background: #4c71b4;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
}
#contents .box_tour .box_detail .detail .location small {
  font-size: 14px;
}
#contents .box_tour .box_detail .detail .day {
  display: inline-block;
  padding: 3px 5px;
}
#contents .box_tour .box_detail .guide {
  white-space: nowrap;
  line-height: 1.2;
  margin-left: 1.2em;
}
#contents .box_tour .box_detail .guide small {
  font-size: 14px;
}
#contents .box_tour .box_ttl {
  margin-bottom: 3.5em;
}
#contents .box_tour .box_ttl .ttl {
  color: #4c71b4;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin: 1em 0 0;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #000;
}
#contents .box_tour .box_ttl .txt {
  margin-top: 1em;
}
#contents .box_tour .box_price {
  margin-bottom: 1em;
}
#contents .box_tour .box_price .ttl_sm {
  margin-bottom: .8em;
}
#contents .box_tour .box_price .tbl tbody tr th {
  background: #edebdf;
}
#contents .box_tour .box_price .tbl tbody tr td span {
  color: #dc2200;
}
#contents .box_tour .box_price .caution li {
  letter-spacing: -.03em;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
#contents .box_tour .box_price .caution li::before {
  content: "※";
}
#contents .box_tour .box_stay,
#contents .box_tour .box_day {
  margin-bottom: 1em;
}
#contents .box_tour .box_stay .ttl_sm,
#contents .box_tour .box_day .ttl_sm {
  margin-right: .5em;
}
#contents .box_tour .box_schedule {
  margin-bottom: 3em;
}
#contents .box_tour .box_schedule .ttl_sm {
  margin-bottom: .8em;
}
#contents .box_tour .box_schedule .tbl tbody tr:nth-child(odd) {
  background: #edebdf;
}
#contents .box_tour .box_schedule .tbl tbody tr:nth-child(even) {
  background: #fff;
}
#contents .box_tour .box_schedule .tbl tbody tr th {
  text-align: center;
  width: 14%;
}
#contents .box_tour .box_schedule .tbl tbody tr td {
  line-height: 1.85;
  width: 82%;
}
#contents .box_tour .box_schedule .tbl tbody tr td.time {
  width: 4%;
  border-left: 1px solid #000;
}
#contents .box_tour .box_schedule .tbl tbody tr td .ic_bus::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  background: url(../images/ic_bus.png) no-repeat center;
  background-size: contain;
  margin: 0 10px;
}
#contents .box_tour .box_schedule .tbl tbody tr td .ic_walk::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  background: url(../images/ic_walk.png) no-repeat center;
  background-size: contain;
  margin: 0 10px;
}
#contents .box_tour .box_schedule .tbl tbody tr td .ic_train::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.5em;
  background: url(../images/ic_train.png) no-repeat center;
  background-size: contain;
  margin: 0 2px;
}
#contents .box_tour .box_schedule .tbl tbody tr td .ic_boat::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  background: url(../images/ic_boat.png) no-repeat center;
  background-size: contain;
  margin: 0 2px;
}
#contents .box_tour .box_schedule .txt_sm {
  font-size: 14px;
}
#contents .box_tour .box_inn {
  margin-top: auto;
}
#contents .box_tour .btn_apply {
  margin-bottom: 2em;
  max-width: 250px;
}
#contents .box_tour .btn_apply a {
  border-radius: 10px;
  display: block;
  color: #fff;
  background: #a30c05;
  text-decoration: none;
  padding: .7em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 4px 4px #c17878;
          box-shadow: 4px 4px #c17878;
}
#contents .box_tour .btn_apply a i {
  margin-right: .5em;
  font-size: 20px;
}
#contents .box_tour .btn_apply a:hover {
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  -webkit-box-shadow: 1px 1px #c17878;
          box-shadow: 1px 1px #c17878;
  -webkit-transform: translate(0, 3px);
          transform: translate(0, 3px);
}
#contents .box_tour .box_contact {
  background: #edebdf;
  color: #000;
  text-align: center;
  padding: 1em 0;
}
#contents .box_tour .box_contact .txt {
  display: block;
}
#contents .box_tour .box_contact .tel i {
  font-size: 18px;
}
#contents .box_tour .box_contact .tel span {
  font-size: 24px;
}
#contents .content.kanto .ttl_sm {
  background: #62a46e;
}
#contents .content.kanto .box_detail .detail {
  border: 2px solid #62a46e;
}
#contents .content.kanto .box_detail .detail .location {
  background: #62a46e;
}
#contents .content.kanto .box_ttl .ttl {
  color: #62a46e;
}
#contents .content.tokai .ttl_sm {
  background: #dcb916;
}
#contents .content.tokai .box_detail .detail {
  border: 2px solid #dcb916;
}
#contents .content.tokai .box_detail .detail .location {
  background: #dcb916;
}
#contents .content.tokai .box_ttl .ttl {
  color: #dcb916;
}
#contents .content.kinki .ttl_sm {
  background: #cb5d37;
}
#contents .content.kinki .box_detail .detail {
  border: 2px solid #cb5d37;
}
#contents .content.kinki .box_detail .detail .location {
  background: #cb5d37;
}
#contents .content.kinki .box_ttl .ttl {
  color: #cb5d37;
}
#contents .content.chugoku .ttl_sm {
  background: #e673af;
}
#contents .content.chugoku .box_detail .detail {
  border: 2px solid #e673af;
}
#contents .content.chugoku .box_detail .detail .location {
  background: #e673af;
}
#contents .content.chugoku .box_ttl .ttl {
  color: #e673af;
}
#contents .content.kyusyu .ttl_sm {
  background: #681e80;
}
#contents .content.kyusyu .box_detail .detail {
  border: 2px solid #681e80;
}
#contents .content.kyusyu .box_detail .detail .location {
  background: #681e80;
}
#contents .content.kyusyu .box_ttl .ttl {
  color: #681e80;
}
