@charset "Shift_JIS";

/* ====================================================== */
/* Last Update : 2018.6.8 */
/* For : トップ共通用 */
/* ====================================================== */

/*-------------------------------------
共通
-------------------------------------*/
.contents .wrap {
  min-width: 960px;
  max-width: 1280px;
  margin: 0 auto;
  clear: both;
}

.displaySP {
  display: none;
}

/* 見出し */
.hStyle2 {
  margin-bottom: 30px;
  font-size: 2.25em;
  line-height: 1.12;
  text-align: center;
}

.hStyle2 span {
  display: inline-block;
}

.hStyle3 {
  margin-bottom: 20px;
  padding-bottom: 0.55em;
  border-bottom: 2px solid #d6d6d6;
  font-size: 1.375em;/*22px*/
  line-height: 1.1;
}

/* ボタン */
.contents .btn01 {
  position: relative;
  display: inline-block;
  padding: 15px 28px 13px 20px;
  border: none;
  border-bottom: 3px solid #ba4307;
  outline: none;
  background: linear-gradient(90deg, #e94709, #e96d09);
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.contents .btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.contents .btn01:hover {
  opacity: .85;
}

.contents .btn02 {
  position: relative;
  display: inline-block;
  padding: 12px 32px 8px 20px;
  border: 1px solid #dbdbdb;
  border-bottom: 3px solid #dbdbdb;
  background: #fff;
  font-weight: bold;
  font-size: .875em;/*14px*/
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
}

.contents .btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(-45deg);
}

.contents .btn02:hover {
  text-decoration: underline;
}

/* アイコン */
.contents .icoNew,
.contents .icoKokunai,
.contents .icoBus,
.contents .icoKaigai,
.contents .icoCruise {
  display: inline-block;
  padding: 1px 12px 0;
  background: #fff;
  font-size: .75em;/*12px*/
  font-weight: bold;
  line-height: 1.17;
}

.contents .icoNew {
  border: 1px solid #ffc7c7;
  color: #fe3232;
}

.contents .icoKokunai {
  border: 1px solid #ffa3a3;
  color: #e9093e;
}

.contents .icoBus {
  border: 1px solid #e96809;
  color: #e96809;
}

.contents .icoKaigai {
  border: 1px solid #8cc9e2;
  color: #239dcf;
}

.contents .icoCruise {
  border: 1px solid #7ac79c;
  color: #009944;
}

/* リンク */
.contents .arrow01 {
  display: block;
  padding-left: 13px;
  background: url(/img/bullet_arrow_01.png) 0 .5em no-repeat;
  line-height: 1.625;
}

/* form部品 */
.contents input[type="text"] {
  padding: 6px 10px 5px 10px;
  border-top: 3px solid #cecece;
  border-left: 2px solid #cecece;
  border-right: 2px solid #cecece;
  border-bottom: 1px solid #cecece;
  background: #f6f6f6;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.contents input[type="text"]:focus {
  border-top: 3px solid #a0a0a0;
  border-left: 2px solid #a0a0a0;
  border-right: 2px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  outline: 0;
  background: #fff;
}

.contents select:focus {
  outline: 0;
}

.contents input[type="submit"]:focus {
  outline: 0;
}

.contents input[type="text"].input {
  background: #fff;
}

/* font */
.fs12 {font-size: 12px}
.fs14 {font-size: 14px}
.fs16 {font-size: 16px}
.fs18 {font-size: 18px}

.ffM {font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}

/* clear */
.clearfix:before,
.clearfix:after,
.wrap:before,
.wrap:after {
  display:table;
  content:"";
}

.clearfix:after,
.wrap:after {
  clear:both;
}

.clearfix,
.wrap {
  zoom:1;
}

/*-------------------------------------
パンくず
-------------------------------------*/
.pnavBlock {
  padding-bottom: 4px;
}

.kokunai .pnavBlock {
  background: #fff7f9;
}

.bustour .pnavBlock {
  background: #fff6f0;
}

.kaigai .pnavBlock {
  background: #ebf9ff;
}

.cruise .pnavBlock {
  background: #e8faf0;
}

.pnavBlock .pnav {
  padding: 7px 0 6px;
  font-size: 0.75em;/*12px*/
  line-height: 1.17;
  color: #808080;
}

.pnavBlock .pageCategory {
  padding: 2px 0 2px 45px;
  font-size: 2em;/*32px*/
  line-height: 1.063;
}

.kokunai .pageCategory {
  background: url(/img/ico_category01_02.png) 2px top no-repeat;
  color: #e9093e;
}

.bustour .pageCategory {
  background: url(/img/ico_category02_02.png) 4px 2px no-repeat;
  color: #e96809;
}

.kaigai .pageCategory {
  background: url(/img/ico_category03_02.png) 2px top no-repeat;
  color: #0b92ca;
}

.cruise .pageCategory {
  background: url(/img/ico_category04_02.png) 2px top no-repeat;
  color: #009944;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .pnavBlock .wrap {
    padding: 0 10px;
  }
}

/*-------------------------------------
キービジュアルBlock
-------------------------------------*/
.kvBlock {
  position: relative;
}

/* mainCarousel */
.mainCarousel {
  position: relative;
  overflow: hidden;
  height: 540px;
}

.mainCarousel .itemInner {
  position: relative;
  /* min-width: 960px; */
  max-width: 1280px;
  height: 540px;
  margin: 0 auto;
}

.mainCarousel .slick-dots {
  bottom: 14px;
}

/*-------------------------------------
検索
-------------------------------------*/
.searchBlock {
  position: absolute;
  top: 23px;
  width: 426px;
  visibility: hidden;
}

/* コース番号 3枠 */
.searchBlock01 {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  padding: 12px;
  background: #fff;
}

.searchBlock01 > div {
  display: table-cell;
  vertical-align: middle;
}

.searchBlock01 .text01 {
  width: 104px;
  font-weight: bold;
}

.searchBlock01 input[type="text"] {
  padding: 7px 8px 7px 8px;
}

.searchBlock01 input[name="kokunai_c1"] {
  width: 52px;
}

.searchBlock01 input[name="kokunai_c2"] {
  width: 62px;
}

.searchBlock01 input[name="kokunai_c3"] {
  width: 72px;
}

.searchBlock01 span {
  display: inline-block;
  padding: 0 8px;
  color: #666;
  font-weight: bold;
  line-height: 42px;
}

.searchBlock01 div.submit {
  text-align: right;
}

.searchBlock01 .btnBlock .btn01 {
  padding: 12px 12px 9px 32px;
  background: url(/img/ico_search_01.png) 13px center no-repeat, linear-gradient(90deg, #e94709, #e96d09);
}

.searchBlock01 .btnBlock .btn01::after {
  content: inherit;
  display: none;
}

/* コース番号 4枠 */
.searchBlock01-2 {
  display: table;
  width: 100%;
  margin-bottom: 6px;
  padding: 12px;
  background: #fff;
}

.searchBlock01-2 > div {
  display: table-cell;
  vertical-align: middle;
}

.searchBlock01-2 .text01 {
  width: 83px;
  font-weight: bold;
  font-size: .75em;/*12px*/
  line-height: 1.67;
}

.searchBlock01-2 input[type="text"] {
  padding: 7px 7px;
}

.searchBlock01-2 input[name="kokunai_c1"] {
  width: 52px;
}

.searchBlock01-2 input[name="kokunai_c2"] {
  width: 62px;
}

.searchBlock01-2 input[name="kokunai_c3"] {
  width: 72px;
}

.searchBlock01-2 span {
  display: inline-block;
  padding: 0 4px;
  color: #666;
  font-weight: bold;
  line-height: 42px;
}

.searchBlock01-2 div.submit {
  text-align: right;
}

.searchBlock01-2 .btnBlock .btn01 {
  padding: 12px 7px 9px 26px;
  background: url(/img/ico_search_01.png) 7px center no-repeat, linear-gradient(90deg, #e94709, #e96d09);
}

/* searchBlock tab */
.searchBlock02 .tabList {
  overflow: hidden;
}

.searchBlock02 .tabList li {
  position: relative;
  float: left;
  width: 139px;
  padding: 14px 0;
  background: #666;
  color: #fff;
  font-size: 1.125em;/*18px*/
  font-weight: bold;
  line-height: 1.12;
  text-align: center;
  transition: background .2s;
  cursor: pointer;
}

.searchBlock02 .tabList li:not(:last-child) {
  margin-right: 4px;
}

.searchBlock02 .tabList li:nth-child(2) {
  width: 140px;
}

.searchBlock02 .tabList li.current {
  padding: 11px 0 14px;
  background: #fff;
  color: #333;
}

.searchBlock02 .tabList li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.searchBlock02 .tabList li .inner {
  display: inline-block;
  height: 20px;
  padding: 2px 7px 0 29px;
}

.searchBlock02 .tabList li.current:nth-child(1) {
  border-top: 3px solid #e9093e;
  color: #e9093e;;
}

.searchBlock02 .tabList li.current:nth-child(1)::after {
  margin-top: -4px;
  border-right: 2px solid #e9093e;
  border-bottom: 2px solid #e9093e;
  transform: rotate(225deg);
}

.searchBlock02 .tabList li:nth-child(1) .inner {
  background: url(/img/ico_category01_w.png) 0 center no-repeat;
  background-size: auto 20px;
}

.searchBlock02 .tabList li.current:nth-child(1) .inner {
  background: url(/img/ico_category01.png) 0 center no-repeat;
  background-size: auto 20px;
}

.searchBlock02 .tabList li.current:nth-child(2) {
  border-top: 3px solid #e96809;
  color: #e96809;
}

.searchBlock02 .tabList li.current:nth-child(2)::after {
  margin-top: -4px;
  border-right: 2px solid #e96809;
  border-bottom: 2px solid #e96809;
  transform: rotate(225deg);
}

.searchBlock02 .tabList li:nth-child(2) .inner {
  background: url(/img/ico_category02_w.png) 0 center no-repeat;
  background-size: auto 20px;
}

.searchBlock02 .tabList li.current:nth-child(2) .inner {
  background: url(/img/ico_category02.png) 0 center no-repeat;
  background-size: auto 20px;
}

.searchBlock02 .tabList li.current:nth-child(3) {
  border-top: 3px solid #0b92ca;
  color: #0b92ca;
}

.searchBlock02 .tabList li.current:nth-child(3)::after {
  margin-top: -4px;
  border-right: 2px solid #0b92ca;
  border-bottom: 2px solid #0b92ca;
  transform: rotate(225deg);
}

.searchBlock02 .tabList li:nth-child(3) .inner {
  background: url(/img/ico_category03_w.png) 0 center no-repeat;
  background-size: auto 20px;
}

.searchBlock02 .tabList li.current:nth-child(3) .inner {
  background: url(/img/ico_category03.png) 0 center no-repeat;
  background-size: auto 20px;
}

/* searchCategoryBlock */
.searchBlock02 .searchCategoryBlock {
  padding: 15px 0 0 12px;
  background: #fff;
}

.searchBlock02 .searchCategoryTitle {
  padding: 2px 0 2px 48px;
  font-size: 1.25em;/*20px*/
  line-height: 1.1;
  letter-spacing: 1px;
}

.searchBlock02 .searchCategoryTitle span {
  display: inline-block;
  padding-top: 4px;
  font-size: 0.8em;
}

.kokunai .searchBlock02 .searchCategoryTitle {
  background: url(/img/ico_category01_03.png) 0 center no-repeat;
  color: #e9093e;
}

.bustour .searchBlock02 .searchCategoryTitle {
  background: url(/img/ico_category02_03.png) 0 center no-repeat;
  color: #e96809;
}

.kaigai .searchBlock02 .searchCategoryTitle {
  background: url(/img/ico_category03_03.png) 0 center no-repeat;
  color: #0b92ca;
}

.cruise .searchBlock02 .searchCategoryTitle {
  background: url(/img/ico_category04_03.png) 0 center no-repeat;
  color: #009944;
}

/* searchBlock tabBody */
.searchBlock02 .tabBodyOuter {
  background: #fff;
}

.searchBlock02 .tabBody {
  display: none;
  font-size: .875em;/*14px*/
  line-height: 1.15;
}

.searchBlock02 .tabBody.current {
  display: block;
}

.searchBlock02 .tabBodyInner {
  padding: 6px 14px 5px;
}

.second .searchBlock02 .tabBodyInner {
  padding: 0 14px 5px;
}

.searchBlock02 .tabBody .block {
  padding: 10px 0;
  border-bottom: 1px solid #e6e5e5;
}

.searchBlock02 .tabBody .blockFirst {
  padding: 15px 0 10px;
}

.searchBlock02 .tabBody .blockLast {
  border-bottom: none;
}

.searchBlock02 .tabBody .block > dl > dt {
  display: table-cell;
  width: 66px;
  vertical-align: middle;
}

.searchBlock02 .tabBody .block > dl > dd {
  display: table-cell;
  width: 332px;
}

.searchBlock02 .selectBox {
  padding: 6px 10px 4px 10px;
  border: 1px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  background: url(/img/bullet_arrow_10.png) right center no-repeat;
  color: #999;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.searchBlock02 .selectBox::-ms-expand {
  display: none;
}

.searchBlock02 .selectBox option {
  background:#fff;
  color: #333;
}

.searchBlock02 .selectBox.select01 {
  float: left;
  width: 49%;
}

.searchBlock02 .selectBox.select02 {
  float: right;
  width: 49%;
}

.searchBlock02 .selectBox02.select01 {
  float: left;
  width: 46%;
}

.searchBlock02 .selectBox + span {
  display: inline-block;
  padding-left: 6px;
  vertical-align: middle;
}

.searchBlock02 .selectBox02 + span {
  display: inline-block;
  padding: 10px 0 0 6px;
}

.searchBlock02 .selectBox02.select02 {
  float: right;
  width: 46%;
}

.searchBlock02 .selectBox02 {
  padding: 9px 10px 6px 10px;
  border: 1px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  background: url(/img/ico_calendar.png) right center no-repeat;
  color: #999;
  cursor: pointer;
}

.searchBlock02 .selectBox.select,
.searchBlock02 .selectBox02.select {
  color: #333;
}

.searchBlock02 .selectList {
  position: absolute;
  display: none;
  width: 240px;
  max-height: 200px;
  border: 1px solid #dbdbdb;
  background: #fff;
  overflow-y: scroll;
  z-index: 9999;
}

.searchBlock02 input[type="text"] {width: 100%}
.searchBlock02 .selectBox.select03 {width: 100%}

.searchBlock02 .selectBox.select04 {width: 112px}
.searchBlock02 .selectBox.select05 {width: 72px;margin-left: 13px}

.searchBlock02 .submitBlock {
  padding: 12px 0;
  background: #ebebeb;
  text-align: center;
}

.searchBlock02 .sbmit.btn01 {
  width: 220px;
  padding: 11px 0 7px 10px;
  background: url(/img/ico_search_02.png) 68px center no-repeat, linear-gradient(90deg, #e94709, #e96d09);
  font-size: 1.29em;
  font-weight: bold;
  line-height: 1.12;
}

.searchBlock02 .sbmit.btn01::after {
  content: inherit;
  display: none;
}

.searchBlock02 input[type="radio"] {display: none}

.searchBlock02 .radio {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}

.searchBlock02 .radio::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border-radius: 50%;
  background: #d6d6d6;
}

.searchBlock02 .radio::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ebebeb;
}

.searchBlock02 input[type="radio"]:checked + .radio::before {}

.searchBlock02 input[type="radio"]:checked + .radio::after {
  background: #e94a09;
}

.searchBlock02 .radio + input[type="radio"] + .radio {
  margin-left: 14px;
}

/*-------------------------------------
カレンダー modal
-------------------------------------*/
.simpleModal-bg {
  display: none;
}

.simpleModal-bg.display {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  opacity: 0;
  overflow: auto;
  z-index: 99999;
}

.simpleModal-bg .modalContent {
  background: #fff;
}

.calendarModal {
  position: absolute;
  width: 840px;
  padding: 0;
}

.calendarModal .modalBody {
  height: 380px;
  padding: 0;
}

.calendarModal .text01 {
  margin: 30px 0;
  font-size: 1.125em;/*18px*/
  line-height: 1.12;
  text-align: center;
}

.calendarModal .blockCalendar {
  margin: 0 40px;
}

.calendarModal .cal-month-Outer {
  float: left;
  padding: 0 20px;
/*  border-right: 1px solid #d6d6d6;*/
}

.calendarModal .cal-month {
  margin: 0 auto;
}

.calendarModal .cal-month .head th {
  padding-bottom: 10px;
  font-size: 1.125em;/*18px*/
}

.calendarModal .cal-month .year-j {
  display: inline-block;
  padding-top: 3px;
  padding-right: 10px;
}

.calendarModal .cal-month .month-j {
  font-size: 1.223em;
}

.calendarModal .cal-month .week th {
  padding-bottom: 10px;
  font-size: .875em;/*14px*/
}

.calendarModal .cal-month .cal-day-holiday,
.calendarModal .cal-month .cal-day-holiday a {
  color: #fe3232;
}

.calendarModal .cal-month .cal-day-sat,
.calendarModal .cal-month .cal-day-sat a {
  color: #418fde;
}

.calendarModal .cal-month a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.calendarModal .cal-month a.cal-day-today {
}

.calendarModal .cal-month a:hover,
.calendarModal .cal-month a.cal-day-select {
  color: #e96d09;
  background: #fbe2ce;
}

.calendarModal .cal-month tbody span {
  display: table-cell;
  width: 45px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  opacity: .5;
}

.calendarModal .cal-month tbody a span {
  opacity: 1;
}

.calendarModal .modalBottom {
  clear: both;
  margin-top: 10px;
  padding: 12px;
  background: #f5f5f5;
}

.calendarModal .modalBottom .colWrap {
  display: table;
  margin: 0 auto;
}

.calendarModal .modalBottom .col {
  display: table-cell;
  vertical-align: middle;
}

.calendarModal .modalBottom .col1 {
  line-height: 1.375;
}

.calendarModal .modalBottom .text02 {
  font-size: .875em;/*14px*/
}

.calendarModal .modalBottom .text03 {
  color: #b2b2b2;
  font-weight: bold;
}

.calendarModal .modalBottom .text04 {
  display: none;
  color: #e96d09;
  font-weight: bold;
  font-size: .875em;/*14px*/
}

.calendarModal .modalBottom .text04 .text04_01 {
  display: inline-block;
  padding-top: 3px;
  padding-right: 5px;
}

.calendarModal .modalBottom .text04 .text04_02 {
  font-size: 1.29em;
}

.calendarModal .modalBottom .col2 {
  padding-left: 20px;
}

.calendarModal .modalBottom .btn01 {
  width: 160px;
  padding: 13px 0 11px;
  text-align: center;
}

.calendarModal .modalBottom .btn01::after {
  display: none;
}

.calendarModal .modalBottom .btn01.disable {
  border-bottom: 2px solid #8e8e8e;
  background: #b2b2b2;
  color: #fff;
  cursor: default;
}

.calendarModal .modalBottom .btn01.disable:hover {
  opacity: 1;
}

.calendarModal .slick-prev {
  left: -10px;
}

.calendarModal .slick-next {
  right: -10px;
}

/*-------------------------------------
緊急のお知らせ
-------------------------------------*/
.urgentNotice {
  padding: 16px 0 11px;
  background: #ffefef;
}

.urgentNotice dl {
  width: 100%;
}

.urgentNotice dt,
.urgentNotice dd {
  display: table-cell;
}

.urgentNotice .title {
  width: 256px;
  padding-left: 25px;
  background: url(/img/ico_urgentNotice.png) 0 0 no-repeat;
  color: #fe3232;
  font-size: .875em;/*14px*/
  font-weight: bold;
  line-height: 1.63;
}

.urgentNotice li:not(:first-child) {
  margin-top: 5px;
}

.urgentNotice .date {
  margin-left: 30px;
  color: #666;
  font-weight: normal;
}

.urgentNotice .noticeList .text {
  padding-left: 15px;
  background: url(/img/bullet_arrow_01.png) 3px 5px no-repeat;
  font-size: .875em;/*14px*/
  line-height: 1.63;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .urgentNotice .wrap {
    padding: 0 10px;
  }
}

/*-------------------------------------
block01
-------------------------------------*/
.contents .block01 {
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 40px;
}

.block01 > .left {
  float: left;
  width: 100%;
  margin-right: -308px;
}

.block01 .leftInner {
  margin-right: 308px;
}

.block01 > .right {
  float: right;
  width: 276px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .contents .block01 {
    padding-left: 10px;
  }
}

/*-------------------------------------
おすすめ旅行・ツアー
-------------------------------------*/
.block01_01 {margin: 0 51px 105px 28px}
.block01_05 {margin: 0 51px 105px 28px}

.hStyle2_01 span {
  padding: 0 56px;
  background: url(/img/ico_hStyle2_01.png) 0 top no-repeat;
}

.tour.itemList {
}

.tour .item {
  float: left;
  width: 300px;
  margin: 0 12px;
  background: #fff;
}

.block01_01 .item {
  margin: 0 .245%;
}

.block01_05 .item {
  width: 206px;
  padding: 12px;
  border: 1px solid #dbdbdb;
  border-bottom: 3px solid #dbdbdb;
}

.tour .item a {
  display: block;
  text-decoration: none;
}

.tour .item a > img {
  width: 100%;
  height: auto;
}

.tour .itemInner {
  padding: 13px 17px 13px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 3px solid #dbdbdb;
}

.block01_05 .tour .itemInner {
  padding: 10px 0 0;
  border: none;
}

.tour .item .img {
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.tour .item .img img {
  width: 100%;
  height: auto;
}

.tour .item .text01 {
  display: block;
  margin: 8px 0 5px;
  color: #666;
  font-size: .875em;/*14px*/
  line-height: 1.43;
}

.block01_05 .item .text01 {
  font-size: 0.75em;/*12px*/
}

.tour .item .text02 {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.625;
}

.tour .item .text03 {
  display: block;
  color: #cd0000;
  font-size: .875em;/*14px*/
  line-height: 1.43;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .tour .item .text02 {
    font-size: .875em;/*14px*/
  }
}

/*-------------------------------------
目的地から探す
-------------------------------------*/
.block01_03 {
  margin-bottom: 55px;
  overflow: hidden;
}

.hStyle2_06 span {
  padding: 0 53px;
  background: url(/img/ico_search_05.png) 0 top no-repeat;
}

.block01_03 > .left {
  float: left;
  width: 550px;
}

.block01_03 > .right {
  float: right;
  width: 358px;
  padding-right: 23px;
}

.block01_03 .hStyle3 {
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.block01_03 .hStyle3.hs2 {
  margin-top: 21px;
}

.block01_03 .right .text01 {
  margin-bottom: 3px;
  line-height: 1.625;
}

.block01_03 .right .linkList {
  overflow: hidden;
}

.block01_03 .right .linkList li {
  float: left;
  margin: 0 20px 4px 0;
}

.block01_03 .right .linkList li.mr {
  margin-right: 36px;
}

.block01_03 .right .linkList li.mr0 {
  margin-right: 0;
}

.block01_03 .right .banner {
  margin-top: 10px;
}

.block01_03 .right .banner img {
  width: 100%;
  height: auto;
}

.block01_03 .map {
  width: 550px;
  position: relative;
  background-size: 100% auto;
}

.block01_03 .map img {
  width: 100%;
  height: auto;
}

.block01_03 .map .linkList li {
  position: absolute;
}

.block01_03 .map .linkList .btn02 {
  display: table-cell;
  padding: 2px 22px 0 10px;
  text-align: center;
  vertical-align: middle;
}

.block01_03 .map .linkList li a {
  font-size: 0.75em;
}

.block01_03 .map .linkList .btn02::after {
  right: 8px;
}

.block01_03 .hatsuSelect {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  min-width: 96px;
  padding: 7px 25px 4px 10px;
  border-bottom: 2px solid #4e4e4e;
  background: #666 url(/img/header/bullet_arrow_01.png) right center no-repeat;
  color: #fff;
  font-size: 0.8125em;
  text-decoration: none;
  cursor: pointer;
}

.block01_03 .hatsuSelect.displaySP {display: none}

@media screen and (max-width: 1270px) and (min-width: 768px) {
  .block01_03 > .left {
    flex: none;
    width: 100%;
  }

  .block01_03 > .right {
    flex: none;
    width: 100%;
    padding-right: 0;
  }

  .block01_03 > .right {
    overflow: hidden;
  }

  .block01_03 > .right .section {
    width: 48%;
  }

  .block01_03 > .right .section:last-child {
    float: right;
  }

  .block01_03 > .right .section:first-child {
    float: left;
  }

  .block01_03 .hStyle3 {
    margin-top: 21px;
  }
}

/*-------------------------------------
おすすめ旅行・ツアー特集
-------------------------------------*/
.block01_02 {
  margin-bottom: 75px;
}

.hStyle2_02 span {
  padding: 0 50px;
  background: url(/img/ico_hStyle2_02.png) 0 top no-repeat;
}

.block01_02 .itemset {
  overflow: hidden;
}

.block01_02 .itemset.more {
  display: none;
}

.block01_02 .item {
  float: left;
  width: 22.12%;
  margin-right: 2.88%;
  margin-bottom: 25px;
}

.block01_02 .item img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.block01_02 .item .text01 {
  height: 52px;
  margin-top: 5px;
}

/* ボタン */
.moreBtnBlock {
  clear: both;
  margin-bottom: 30px;
  text-align: center;
}

.moreBtnBlock .btn02 {
  width: 250px;
  padding-left: 24px;
}

.moreBtnBlock .btn02::after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: none;
  background: url(/img/ico_ac_01.png) 0 0 no-repeat;
  background-position: 0 0;
  transform: rotate(0deg);
}

.moreBtnBlock.open .btn02::after {
  background-position: 0 -10px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .block01_02 {
    margin-bottom: 0;
  }

  .block01_02 .item .text01 {
    font-size: .875em;/*14px*/
  }
}

/* 各TOP用 */
.contents .block07 {
  margin: 80px auto 80px;
}

.block07 .itemset {
  max-width: 1240px;
  min-width: 960px;
  margin: 0 auto;
  padding-left: 1.93%;
}

.block07 .item {
  width: 17.66%;
  margin-right: 1.93%;
}

/*-------------------------------------
sideNav
-------------------------------------*/
.sideNav .navTitle {
  padding: 13px 0 11px;
  background: #d6d6d6;
  font-size: 1.125em;/*18px*/
  font-weight: bold;
  line-height: 1.12;
  text-align: center;
}

.sideNav .body {
  padding: 27px 24px 30px;
  background: #f5f5f5;
  text-align: center;
}

.sideNav .body .text01 {
  margin-bottom: 5px;
  background: url(/img/top/bg_text01.png) center bottom no-repeat;
  font-size: .875em;/*14px*/
  font-weight: bold;
  line-height: 1.58;
}

.sideNav .body .text02 {
  color: #e96d09;
  font-size: 1.25em;/*20px*/
  font-weight: bold;
  line-height: 1.1;
}

.sideNav .body .title {
  display: block;
  margin: 26px 0 15px;
  padding-bottom: 4px;
  border-bottom: 2px solid #d6d6d6;
  font-size: 1.125em;/*18px*/
  font-weight: bold;
  line-height: 1.12;
}

.sideNav .body .btnMember {
  display: block;
  margin-bottom: 7px;
  padding: 16px 0 13px 12px;
  background: url(/img/ico_member.png) 16px center no-repeat, linear-gradient(90deg, #e94709, #e96d09);
}

.sideNav .body .btnMypage {
  display: block;
  margin-bottom: 7px;
  padding: 7px 0 5px 0;
  background: url(/img/ico_mypage.png) 16px center no-repeat, linear-gradient(90deg, #e94709, #e96d09);
}

.sideNav .body .btnMypage .text04 {
  display: block;
  margin-top: 2px;
  font-size: .875em;
  font-weight: normal;
}

.sideNav .link {
  display: inline-block;
  padding-left: 13px;
  background: url(/img/bullet_arrow_01.png) 0 6px no-repeat;
  font-size: .875em;/*14px*/
  line-height: 1.58;
}

.sideNav .body .text03 {
  margin-bottom: 20px;
  background: url(/img/top/bg_text01.png) center bottom no-repeat;
  font-weight: bold;
  line-height: 1.5;
}

.sideNav .body .text03.t02 {
  background: url(/img/top/bg_text02.png) center bottom no-repeat;
}

.sideNav .body .itemList {
  text-align: left;
}

.sideNav .body .itemList li:not(:last-child) {
  margin-bottom: 20px;
}

.sideNav .body .itemList .left {
  display: table-cell;
  width: 86px;
}

.sideNav .body .itemList .left a {
  display: inline-block;
  background-size: cover;
}

.sideNav .body .itemList .right {
  display: table-cell;
}

.sideNav .body .itemList .right .link {
  margin-top: -4px;
}

.sideNav .body .btn02 {
  display: block;
  width: 183px;
  margin: 30px auto 0;
}

.bustour .sideNav .body .btn02 {
  width: auto;
}

/*-------------------------------------
お知らせ
-------------------------------------*/
.contents .block02 {
  overflow: hidden;
  margin: 80px auto 80px;
}

.contents .block02_02 {
  overflow: hidden;
  margin: 80px auto 0;
}

.hStyle2_03 span {
  padding: 0 47px;
  background: url(/img/ico_hStyle2_03.png) 0 top no-repeat;
}

.block02 .left {float: left}

.block02 .right {float: right}

.block02 .box {
  width: 49.1%;
  padding: 40px 40px 35px;
  background: #f5f5f5;
}

.block02_02 .box {padding: 40px 40px 35px}

.block02 .text01,
.block02_02 .text01 {
  display: block;
  margin-bottom: 4px;
  color: #808080;
  font-size: .875em;/*14px*/
  line-height: 1.15;
}

.block02 .text01 span[class^="ico"],
.block02_02 .text01 span[class^="ico"] {
  margin-left: 10px;
}

.block02 .infoList li:not(:last-child),
.block02_02 .infoList li:not(:last-child) {
  margin-bottom: 15px;
}

.block02_02 .box + .hStyle2 {margin-top: 80px}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .contents .block02,
  .contents .block02_02 {
    padding: 0 20px;
  }
}

/* 各TOP用 */
.second .block02 > .left,
.second .block02 > .right {
  width: 49.1%;
}

.second .block02 .box {
  width: 100%;
}

.kokunai .block02 .box {
  background: #ffeff0 url(/img/top/bg_kokunai.gif);
}

.bustour .block02 .box {
  background: #fff6f0 url(/img/top/bg_bustour.gif);
}

.kaigai .block02 .box {
  background: #ebf9ff url(/img/top/bg_kaigai.gif);
}

.cruise .block02_02 .box {
  background: #e8faf0 url(/img/top/bg_cruise.gif);
}

/*-------------------------------------
旅行・ツアーランキング
-------------------------------------*/
.block03 {
  overflow: hidden;
  padding: 76px 0 106px;
  background: #f5f5f5;
}

.hStyle2_04 span {
  padding: 3px 55px 0;
  background: url(/img/ico_hStyle2_04.png) 0 top no-repeat;
}

.block03 .hStyle3 {
  margin-bottom: 30px;
  font-size: 1em;/*16px*/
  line-height: 1.13;
}

/* タブ */
.block03 .tabRank {
  display: table;
  margin: 0 auto 31px;
  border-collapse: collapse;
}

.block03 .tabRank li {
  position: relative;
  display: table-cell;
  width: 183px;
  height: 44px;
  border: 1px solid #dbdbdb;
  border-bottom: 3px solid #dbdbdb;
  background: #fff padding-box;
  font-size: 1.125em;/*18px*/
  font-weight: bold;
  line-height: 1.62;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background .2s, border .2s, border-top .2s, border-bottom .2s;
}

.block03 .tabRank li span {
  display: inline-block;
  padding-top: 3px;
}

.block03 .tabRank .category01 span {
  padding-left: 31px;
  background: url(/img/ico_category01.png) 0 center no-repeat;
  background-size: auto 20px;
  color: #e9093e;
}

.block03 .tabRank .category02 span {
  padding-left: 31px;
  background: url(/img/ico_category03.png) 0 center no-repeat;
  background-size: auto 20px;
  color: #0b92ca;
}

.block03 .tabRank .category03 span {
  padding-left: 31px;
  background: url(/img/ico_category02.png) 0 center no-repeat;
  background-size: auto 20px;
  color: #e96809;
}

.block03 .tabRank .category04 span {
  padding-left: 31px;
  background: url(/img/ico_category04.png) 0 center no-repeat;
  background-size: auto 20px;
  color: #009944;
}

.block03 .tabRank li.current {
  cursor: default;
}

.block03 .tabRank li.category01.current {
  border: 1px solid #e9093e;
  border-top: 1px solid #d10838;
  border-bottom: 3px solid #e9093e;
  box-shadow: 0 2px 0 0 rgba(0,0,0,.1) inset;
  background: #e9093e;
}

.block03 .tabRank li.category02.current {
  border: 1px solid #0b92ca;
  border-top: 1px solid #0a83b5;
  border-bottom: 3px solid #0b92ca;
  box-shadow: 0 2px 0 0 rgba(0,0,0,.1) inset;
  background: #0b92ca;
}

.block03 .tabRank li.category03.current {
  border: 1px solid #e96809;
  border-top: 1px solid #d15d08;
  border-bottom: 3px solid #e96809;
  box-shadow: 0 2px 0 0 rgba(0,0,0,.1) inset;
  background: #e96809;
}

.block03 .tabRank li.category04.current {
  border: 1px solid #009944;
  border-top: 1px solid #00893d;
  border-bottom: 3px solid #009944;
  box-shadow: 0 2px 0 0 rgba(0,0,0,.1) inset;
  background: #009944;
}

.block03 .tabRank li.current span {
  color: #fff;
}

.block03 .tabRank li.category01.current span {
  background: url(/img/ico_category01_w.png) 0 center no-repeat;
}

.block03 .tabRank li.category02.current span {
  background: url(/img/ico_category03_w.png) 0 center no-repeat;
}

.block03 .tabRank li.category03.current span {
  background: url(/img/ico_category02_w.png) 0 center no-repeat;
}

.block03 .tabRank li.category04.current span {
  background: url(/img/ico_category04_w.png) 0 center no-repeat;
}

.block03 .tabRank li.current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 81px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}

.block03 .tabRank li.category01.current::after {
  border-color: #e9093e transparent transparent transparent;
}

.block03 .tabRank li.category02.current::after {
  border-color: #0b92ca transparent transparent transparent;
}

.block03 .tabRank li.category03.current::after {
  border-color: #e96809 transparent transparent transparent;
}

.block03 .tabRank li.category04.current::after {
  border-color: #009944 transparent transparent transparent;
}

/* ランキング */
.block03 .rankset {
  float: left;
  width: 730px;
  margin: 0 15px;
  padding: 27px 40px 30px;
  background: #fff;
}

.block02 .rankList dt
.block03 .rankList dt {
  position: relative;
}

.block03 .rankList h3 {
  display: inline-block;
  padding-left: 33px;
  padding-top: 3px;
  font-size: 1.375em;/*22px*/
  line-height: 1.1;
}

.block02 .rankList .category01,
.block03 .rankList .category01 {
  background: url(/img/ico_category01.png) 0 center no-repeat;
  background-size: auto 20px;
  color: #e9093e;
}

.block02 .rankList .category02,
.block03 .rankList .category02 {
  background: url(/img/ico_category03.png) 0 center no-repeat;
  background-size: auto 20px;
  color: #0b92ca;
}

.block02 .rankList .category03,
.block03 .rankList .category03 {
  background: url(/img/ico_category02.png) 0 center no-repeat;
  background-size: auto 20px;
  color: #e96809;
}

.block02_02 .rankList .category04,
.block03 .rankList .category04 {
  background: url(/img/ico_category04.png) 0 center no-repeat;
  background-size: auto 20px;
  color: #009944;
}

.block03 .rankList dt a {
  float: right;
  margin: 6px 2px 0 0;
  padding-left: 11px;
  background: url(/img/bullet_arrow_01.png) 0 3px no-repeat;
  color: #666;
  font-size: .875em;/*14px*/
  line-height: 1.15;
}

.second .block02 .rankList dd,
.block03 .rankList dd {
  overflow: hidden;
}

.block03 .rank1 {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.block02_02 .rankList dd {overflow: hidden}

.block02_02 .rank1 {
  float: left;
  width: 720px;
}

.block02_02 .rank1 .left,
.block03 .rank1 .left {
  display: table-cell;
  width: 430px;
}

.second .block02 .rank1 .left a,
.block02_02 .rank1 .left a,
.block03 .rank1 .left a {
  position: relative;
  display: block;
  background-position: center center;
  background-size: cover;
}

.block02 .rank1::before,
.block02_02 .rank1 .left a::before,
.block03 .rank1 .left a::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/img/ico_rank1.png) no-repeat;
}

.block02_02 .rank1 .right,
.block03 .rank1 .right {
  display: table-cell;
  padding-left: 20px;
  vertical-align: bottom;
}

.block02_02 .rank1 .text01,
.block03 .rank1 .text01 {
  display: block;
  margin-bottom: 6px;
  color: #666;
  font-size: .875em;/*14px*/
  line-height: 1.43;
}

.block02_02 .rank1 .text02,
.block03 .rank1 .text02 {
  display: block;
  margin-bottom: 13px;
  font-weight: bold;
  line-height: 1.625;
}

.block02_02 .rank1 .text03,
.block03 .rank1 .text03 {
  display: block;
  color: #cd0000;
}

.block03 .rank2,
.block03 .rank3 {
  display: table;
  width: 310px;
  height: 130px;
  border-bottom: 3px solid #d6d6d6;
  background: #f0f0f0;
}

.block02_02 .rank2,
.block02_02 .rank3 {
  float: right;
  display: table;
  width: 450px;
  height: 130px;
  border-bottom: 3px solid #d6d6d6;
  background: #fff;
}

.block02_02 .rank2 {margin-bottom: 20px}

.block03 .rank2 {
  float: left;
}

.block03 .rank3 {
  float: right;
}

.block02_02 .rank2 .left,
.block02_02 .rank3 .left,
.block03 .rank2 .left,
.block03 .rank3 .left {
  display: table-cell;
  width: 130px;
  background-position: center center;
  background-size: cover;
}

.block02_02 .rank2 a,
.block02_02 .rank3 a,
.block03 .rank2 a,
.block03 .rank3 a {
  position: relative;
  display: block;
  text-decoration: none;
}

.block02_02 .rank2 .right,
.block02_02 .rank3 .right,
.block03 .rank2 .right,
.block03 .rank3 .right {
  display: table-cell;
  height: 130px;
  padding: 20px;
  vertical-align: middle;
}

.block02_02 .rank2 .text01,
.block02_02 .rank3 .text01,
.block03 .rank2 .text01,
.block03 .rank3 .text01 {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: .75em;/*12px*/
  line-height: 1.17;
}

.block02_02 .rank2 .text02,
.block02_02 .rank3 .text02,
.block03 .rank2 .text02,
.block03 .rank3 .text02 {
  display: block;
  margin-bottom: 8px;
  font-size: .875em;/*14px*/
  line-height: 1.58;
}

.block02_02 .rank2 .text03,
.block02_02 .rank3 .text03,
.block03 .rank2 .text03,
.block03 .rank3 .text03 {
  display: block;
  color: #cd0000;
  font-size: .75em;/*12px*/
  line-height: 1.17;
}

.block02 .rank2 a::before,
.block02_02 .rank2 a::before,
.block03 .rank2 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/img/ico_rank2.png) no-repeat;
}

.block02 .rank3 a::before,
.block02_02 .rank3 a::before,
.block03 .rank3 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/img/ico_rank3.png) no-repeat;
}

/* 各TOP用 */
.second .block02 .hStyle2,
.second .block02_02 .hStyle2 {
  font-size: 2.125em;/*34px*/
  line-height: 1.06;
}

.block02 .rankList h3,
.block02_02 .rankList h3 {
  display: inline-block;
  padding-left: 33px;
  padding-top: 3px;
  line-height: 1.1;
}

.block02 .rankList dt a,
.block02_02 .rankList dt a {
  float: right;
  margin: 6px 2px 0 0;
  padding-left: 11px;
  background: url(/img/bullet_arrow_01.png) 0 3px no-repeat;
  color: #666;
  font-size: .637em;
  line-height: 1.15;
}

.second .block02 .rankList dd > div {
  position: relative;
  float: left;
  width: 31%;
  padding: 14px;
  border: 1px solid #d6d6d6;
  border-bottom: 3px solid #d6d6d6;
  background: #fff;
}

.block02 .rank1::before {
  top: 0;
  z-index: 9999;
}

.second .block02 .rankList dd > div:not(:last-child) {
  margin-right: 3.5%;
}

.second .block02 .rankList dd > div .left,
.second .block02 .rankList dd > div .right {
  float: none;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.second .block02 .rankList dd > div img {
  width: 100%;
  height: 105px;
}

.second .block02 .rankList dd > div .text01,
.second .block02_02 .rankList .rank2 .text01,
.second .block02_02 .rankList .rank3 .text01 {
  display: none;
}

.second .block02 .rankList dd > div .text02 {
  display: block;
  margin-top: 12px;
  padding-left: 0;
  background: none;
  font-weight: bold;
  font-size: 0.875em;/*14px*/
  line-height: 1.572;
}

.second .block02 .rankList dd > div .text03 {
  display: block;
  margin-top: 8px;
  color: #cd0000;
  font-size: 0.75em;/*12px*/
  line-height: 1.17;
}

.second .block02 .rankList dd > div a {
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .second .block02 .hStyle2 {
    font-size: 1.75em;/*28px*/
    line-height: 1.08;
  }

  .block02 .rankList dt a span {
    display: none;
  }

  .second .block02 .rankList dd > div {
    padding: 10px;
  }
}

/*-------------------------------------
block04 お客様サポート
-------------------------------------*/
.block04 {
  margin: 80px auto 80px;
  clear: both;
}

.block04 .tabBlock {
  min-width: 940px;
  max-width: 1012px;
  height: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #d6d6d6;
}

.block04 .tabList {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.block04 .tabList li {
  position: relative;
  width: 24.7%;
  height: 50px;
  padding: 17px 15px 13px;
  border-bottom: 1px solid #d6d6d6;
  background: #e6e6e6;
  font-size: 1.125em;/*18px*/
  line-height: 1.12;
  text-align: center;
  cursor: pointer;
  transition: background .2s;
}

.block04 .tabList li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
}

.block04 .tabList li.current {
  padding-top: 14px;
  border-top: 3px solid #000;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: none;
  background: #fff;
  font-weight: bold;
}

.block04 .tabList li.current::after {
  margin-top: -5px;
  transform: rotate(225deg);
}

.block04 .tabBodyOuter {
  min-width: 940px;
  max-width: 1012px;
  margin: 0 auto;
  padding: 40px 40px 20px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.block04 .tabBody {
  display: none;
}

.block04 .tabBody.current {
  display: block;
}

.block04 .tabBody dt {
  font-size: 1.125em;/*18px*/
  font-weight: bold;
}

.block04 .tabBody .linkList li {
  margin-bottom: 15px;
}

.block04 .tabBody .linkList .tel {
  display: block;
  margin-top: 6px;
  color: #808080;
  font-size: .875em;/*14px*/
  line-height: 1.15;
}

.block04 .tabBody.current {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* お客様サポート */
.block04 .tabBody1 .col {width: 30.5%}
.block04 .tabBody1 .col dl:not(:first-child) {margin-top: 35px}

.block04 .tabBody1 .text01 {
  margin-bottom: 17px;
  line-height: 1.625;
}

/* お役立ち */
.block04 .tabBody2 .col:nth-child(1) {width: 17.7%}
.block04 .tabBody2 .col:nth-child(2) {width: 31%}
.block04 .tabBody2 .col:nth-child(3) {width: 43.3%}
.block04 .tabBody2 .col:nth-child(3) dd {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.block04 .tabBody2 .col:nth-child(3) li {margin-bottom: 16px}
.block04 .tabBody2 .bannerList {width: 48.3%}
.block04 .tabBody2 .bannerList img {
  width: 100%;
  height: auto;
}

/* ご案内 */
.block04 .tabBody3 {margin-bottom: 20px}
.block04 .tabBody3 .col {width: 30.6%}
.block04 .tabBody3 .col dd > a img {
  width: 100%;
  height: auto;
}
.block04 .tabBody3 .tabiyomiplaza {
  position: relative;
  border: 1px solid #dbdbdb;
  border-bottom: 3px solid #dbdbdb;
}
.block04 .tabBody3 .tabiyomiplaza > img {
  width: 100%;
  height: auto;
}
.block04 .tabBody3 .tabiyomiplaza .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -88px;
}

/* PR */
.block04 .tabBody4 .col {width: 100%}
.block04 .tabBody4 .col dd {}
.block04 .tabBody4 .col a {
  display: inline-block;
  width: 25%;
  padding: 0 27px 15px 0;
}

.block04 .tabBody4 .col a:nth-child(4n) {
  padding-right: 0;
}

@media screen and (min-width: 600px) {
  .block04 .tabBody4 .col a img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .block04 {
    margin: 80px 10px 80px;
  }
}

/*-------------------------------------
最近チェックした旅行・ツアー
-------------------------------------*/
.block05 {
  overflow: hidden;
  padding: 76px 0 106px;
  background: #f5f5f5;
}

.hStyle2_05 span {
  padding: 3px 59px 0;
  background: url(/img/ico_hStyle2_05.png) 0 top no-repeat;
}

.block05 .tour.itemList {
  min-width: 960px;
  max-width: 1200px;
  margin: 0 auto;
}

.block05 .tour .item {
  width: 206px;
  padding: 12px;
  border: 1px solid #dbdbdb;
  border-bottom: 3px solid #dbdbdb;
}

.block05 .tour .itemInner {
  padding: 10px 0 0;
  border: none;
}

.block05 .tour .item .text01 {
  margin: 6px 0 3px;
  font-size: 0.75em;/*12px*/
  line-height: 1.5;
}

/*-------------------------------------
バナー
-------------------------------------*/
.contents .block06 {
  margin: 40px auto 25px;
  text-align: center;
}

.block06 .default,
.block06 .moreBlock {
  display: inline;
}

.block06 a {
  display: inline-block;
  margin: 0 7px 15px 8px;
}

.block06 .moreBtnBlock {
  display: none;
}

/*-------------------------------------
おすすめテーマ旅行・ツアー
-------------------------------------*/
.block08 {
  padding: 76px 0 80px;
}

.kokunai .block08 {
  background: #ffeff0 url(/img/top/bg_kokunai.gif);
}

.bustour .block08 {
  background: #fff6f0 url(/img/top/bg_bustour.gif);
}

.kaigai .block08 {
  background: #ebf9ff url(/img/top/bg_kaigai.gif);
}

.cruise .block08 {
  background: #e8faf0 url(/img/top/bg_cruise.gif);
}

.hStyle2_07 span {
  padding: 0 50px;
  background: url(/img/ico_hStyle2_06.png) 0 top no-repeat;
}

.block08 .tabTheme {
  display: table;
  margin: 0 auto 31px;
  border-collapse: collapse;
}

.block08 .tabTheme li {
  position: relative;
  display: table-cell;
  width: 183px;
  height: 44px;
  padding-top: 4px;
  border: 1px solid #dbdbdb;
  border-bottom: 3px solid #dbdbdb;
  background: #fff padding-box;
  font-weight: bold;
  font-size: 1.125em;/*18px*/
  line-height: 1.12;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background .2s, border .2s, border-top .2s, border-bottom .2s;
}

.block08 .tabTheme li.fs {
  font-size: 1em;/*16px*/
  line-height: 1.13;
}

.block08 .tabTheme li.current {
  box-shadow: 0 2px 0 0 rgba(0,0,0,.1) inset;
  color: #fff;
  cursor: default;
}

.block08 .tabTheme li.current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 81px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}

.kokunai .block08 .tabTheme li.current {
  border: 1px solid #e9093e;
  border-top: 1px solid #d10838;
  border-bottom: 3px solid #e9093e;
  background: #e9093e;
}

.kokunai .block08 .tabTheme li.current::after {
  border-color: #e9093e transparent transparent transparent;
}

.bustour .block08 .tabTheme li.current {
  border: 1px solid #e96809;
  border-top: 1px solid #d15d08;
  border-bottom: 3px solid #e96809;
  background: #e96809;
}

.bustour .block08 .tabTheme li.current::after {
  border-color: #e96809 transparent transparent transparent;
}

.kaigai .block08 .tabTheme li.current {
  border: 1px solid #0b92ca;
  border-top: 1px solid #0a83b5;
  border-bottom: 3px solid #0b92ca;
  background: #0b92ca;
}

.kaigai .block08 .tabTheme li.current::after {
  border-color: #0b92ca transparent transparent transparent;
}

.cruise .block08 .tabTheme li.current {
  border: 1px solid #0b92ca;
  border-top: 1px solid #00893d;
  border-bottom: 3px solid #009944;
  background: #009944;
}

.cruise .block08 .tabTheme li.current::after {
  border-color: #009944 transparent transparent transparent;
}

.block08 .tabBody {
  display: none;
}

.block08 .tabBody.current {
  display: block;
}

.block08 .tabBodyInner {
  overflow: hidden;
}

.block08 .tabBodyInner dt {
  display: none;
}

.block08 .left {
  float: left;
  width: 27.3%;
}

.block08 .left img {
  width: 100%;
  height: auto;
}

.block08 .left .text01 {
  display: inline-block;
  margin-top: 13px;
}

.block08 .left .text02 {
  margin-top: 10px;
  font-size: 0.875em;/*14px*/
  line-height: 1.5;
}

.block08 .right {
  float: right;
  width: 72.65%;
}

.block08 .tour .item {
  width: 22.15%;
  margin: 0 0 0 2.58%;
  padding: 12px;
  border: 1px solid #dbdbdb;
  border-bottom: 3px solid #dbdbdb;
}

.block08 .tour .itemInner {
  border: none;
  padding: 0;
}

.block08 .tour .item .text01 {
  font-size: 0.75em;/*12px*/
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .block08 .wrap {
    padding: 0 10px;
  }

  .block08 .tabTheme li {
    font-size: 1em;
    line-height: 1.13;
  }

  .block08 .tabTheme li.fs {
    font-size: 0.875em;/*14px*/
    line-height: 1.15;
  }
}

/*-------------------------------------
pagetop
-------------------------------------*/
.pagetopBlock {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 960px;
}

.btnPagetop {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: block;
  width: 94px;
  height: 41px;
  background: url(/img/btn_pagetop.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  z-index: 9999;
  opacity: 0;
  transition: opacity .5s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.btnSearch {
  position: absolute;
  right: 0;
  bottom: 61px;
  width: 94px;
  height: 87px;
  margin-bottom: 10px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 1s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.btnSearch a {
  display: block;
  width: 94px;
  height: 87px;
  text-indent: -9999px;
}

.kokunai .btnSearch {
  background: url(/img/top/btn_search01.gif) 0 0 no-repeat;
  background-size: 100% 100%;
}

.bustour .btnSearch {
  background: url(/img/top/btn_search02.gif) 0 0 no-repeat;
  background-size: 100% 100%;
}

.kaigai .btnSearch {
  background: url(/img/top/btn_search03.gif) 0 0 no-repeat;
  background-size: 100% 100%;
}

/*-------------------------------------
slick
-------------------------------------*/
.slick-prev {
  width: 16px;
  height: 16px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  z-index: 9999;
}

.slick-next {
  width: 16px;
  height: 16px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  z-index: 9999;
}

.slick-prev::before,
.slick-next::before {
  content: "";
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  cursor: default;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  width: 30px;
  height: 4px;
}

.slick-dots li button {
  width: 30px;
  height: 4px;
  padding: 0;
}

.slick-dots li button:before {
  content: "";
  width: 28px;
  height: 2px;
  border: 1px solid #999;
  background: #fff;
  opacity: 1;
}

.mainCarousel .slick-dots li {
  width: 40px;
  height: 6px;
}

.mainCarousel .slick-dots li button {
  width: 40px;
  height: 6px;
}

.mainCarousel .slick-dots li button:before {
  width: 38px;
  height: 4px;
}

.slick-dots li.slick-active button:before {
  border: 1px solid #333;
  background: #333;
}

/*---------------------------------------------------------------
SP */
/*-------------------------------------
共通
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .displayPC
  {
    display: none;
  }

  .displaySP {
    display: block;
  }

  .contents .wrap {
    min-width: inherit;
    max-width: inherit;
  }

  /* 見出し */
  .hStyle2 {
    margin-bottom: 20px;
    font-size: 1.32em;/*21px*/
    line-height: 1.1;
  }

  .hStyle2 span {
    padding: 0 0 0 30px;
    background-size: auto 18px;
  }

  /* ボタン */
  .contents .btn02 {
    padding: 12px 32px 12px 20px;
    font-size: .75em;/*12px*/
    line-height: 1.17;
  }

  /* リンク */
  .contents .arrow01 {
    background-position: 0 .43em;
  }
}

/*-------------------------------------
パンくず
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .pnavBlock {
    padding: 9px 0;
  }

  .pnavBlock .wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .pnavBlock .pnav {
    display: none;
  }

  .pnavBlock .pageCategory {
    padding: 0 0 0 30px;
    background-size: auto 21px;
    background-position: 0 top;
    font-size: 1.4375em;/*23px*/
    line-height: 1.09;
  }
}

/*-------------------------------------
キービジュアルBlock
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .mainCarousel {
    height: 170px;
  }

  .mainCarousel .itemInner {
    min-width: 320px;
    max-width: 375px;
    height: 170px;
  }
}

/*-------------------------------------
検索
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .searchBlock {
    position: static;
    visibility: visible;
    width: 100%;
  }

  /* コース番号 3枠 */
  .searchBlock01 {
    display: table;
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    border-bottom: 1px solid #c6c6c6;
    background: #ebebeb;
  }

  .searchBlock01 .text01 {
    width: 78px;
    font-size: .75em;/*12px*/
    line-height: 1.67;
  }

  .searchBlock01 input[type="text"] {
    padding: 10px 8px 10px 8px;
    font-size: .875em;/*14px*/
    line-height: 1.15;
  }

  .searchBlock01 span {
    padding: 0 4px;
  }

  .searchBlock01 .btnBlock .btn01 {
    padding: 12px 12px 9px 12px;
    background: linear-gradient(90deg, #e94709, #e96d09);
  }

  /* コース番号 4枠 */
  .searchBlock01-2 {
    display: table;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 15px 15px 10px;
    border-bottom: 1px solid #c6c6c6;
    background: #ebebeb;
  }

  .searchBlock01-2 .text01 {
    width: 68px;
    font-size: .625em;/*10px*/
    line-height: 2;
  }

  .searchBlock01-2 input[type="text"] {
    padding: 11px 8px 11px 8px;
    font-size: 0.75em;/*12px*/
    line-height: 1.17;
  }

  .searchBlock01-2 input[name="kokunai_c1"] {
    width: 45px;
  }

  .searchBlock01-2 input[name="kokunai_c2"] {
    width: 52px;
  }

  .searchBlock01-2 input[name="kokunai_c3"] {
    width: 59px;
  }

  .searchBlock01-2 span {
    padding: 0 3px;
  }

  .searchBlock01-2 .btnBlock {
    text-align: right;
  }

  .searchBlock01-2 .btnBlock .btn01 {
    padding: 11px 12px 8px 12px;
    background: linear-gradient(90deg, #e94709, #e96d09);
  }

  .searchBlock02 {
    padding: 15px;
    background: #ebebeb;
  }

  .searchBlock02 .title {
    font-weight: bold;
    font-size: .9375em;
    line-height: 1.13;
    text-align: center;
  }

  .searchBlock02 .title span {
    padding: 0 25px;
    background: url(/img/ico_search_03.png) 0 center no-repeat;
    background-size: 15px 15px;
  }

  .searchBlock02 .ac:not(:first-child) {
    margin-top: 10px;
  }

  .searchBlock02 .ac .btn01 {
    display: block;
    text-align: center;
  }

  .searchBlock02 .ac .btn01 span::after {
    content: none;
  }

  .searchBlock02 .ac .btn01::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: none;
    background: url(/img/ico_ac_02.png) 0 0 no-repeat;
    background-size: cover;
    transform: rotate(0deg);
  }

  .searchBlock02 .ac .open .btn01::after {
    background-position: 0 -10px;
  }

  .searchBlock02 .ac span span {
    display: inline-block;
    height: 20px;
    padding: 2px 0 0 28px;
  }

  .searchBlock02 .ac1 span span {
    background: url(/img/ico_category01_w.png) 0 center no-repeat;
    background-size: auto 20px;
  }

  .searchBlock02 .ac2 span span {
    background: url(/img/ico_category02_w.png) 1px center no-repeat;
    background-size: auto 20px;
  }

  .searchBlock02 .ac3 span span {
    background: url(/img/ico_category03_w.png) 0 center no-repeat;
    background-size: auto 20px;
  }

  .searchBlock02 .ac > dd {
    display: none;
    padding: 15px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .searchBlock02 .ac .block:not(:first-child) {
    margin-top: 10px;
  }

  .searchBlock02 .ac .block > dl {
    display: table;
    width: 100%;
  }

  .searchBlock02 .ac .block > dl > dt {
    display: table-cell;
    width: 55px;
    font-size: .75em;/*12px*/
    line-height: 1.17;
    vertical-align: middle;
  }

  .searchBlock02 .ac .block > dl > dd {
    display: table-cell;
    font-size: .75em;/*12px*/
    line-height: 1.17;
    overflow: hidden;
  }

  .searchBlock02 .ac .blockFirst > dl > dd {
    padding: 5px 0;
  }

  .searchBlock02 .ac > dd dd .selectBox,
  .searchBlock02 .ac > dd dd .selectBox02 {
    padding: 15px 10px;
  }

  .searchBlock02 .ac > dd dd .select03,
  .searchBlock02 .ac3 > dd dd .select03 {
    float: none;
    width: 100%;
  }

  .searchBlock02 .selectBox:not(:first-child),
  .searchBlock02 .selectBox02:not(:first-child) {
    margin-top: 0;
  }

  .searchBlock02 .selectBox {
    background: url(/img/bullet_arrow_12.png) right center no-repeat;
  }

  .searchBlock02 .selectBox02 {
    background: url(/img/ico_calendar_02.png) right center no-repeat;
  }

  .searchBlock02 .ac > dd dd input[type="text"] {
    padding: 15px 10px;
  }

  .searchBlock02 .selectBox02 + span {
    padding: 16px 0 0 4px;
  }

  .searchBlock02 .selectList li {
    padding: 15px 10px;
  }

  .searchBlock02 .sbmit.btn01 {
    margin: 15px 0 0 55px;
    border: 1px solid #dbdbdb;
    border-bottom: 3px solid #dbdbdb;
    background: #fff url(/img/ico_search_04.png) 70px center no-repeat;
    background-size: 16px 16px;
    color: #e96d09;
    font-size: 112.5%;
  }

  /* パネル部分 */
  .searchBlock .linkPanel {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  .searchBlock .linkPanel ul {
    display: table-row;
  }

  .searchBlock .linkPanel li {
    display: table-cell;
    width: 20%;
    border: 1px solid #d6d6d6;
    font-weight: bold;
    font-size: .6875em;/*11px*/
    line-height: 1.19;
    text-align: center;
    vertical-align: middle;
  }

  .searchBlock .linkPanel li a {
    display: block;
    padding: 38px 0 12px;
    text-decoration: none;
  }

  .searchBlock .panel01 a {
    background: url(/img/ico_category01.png) center 12px no-repeat;
    background-size: auto 20px;
  }

  .searchBlock .panel02 a {
    background: url(/img/top/ico_category02_03.png) center 12px no-repeat;
    background-size: auto 20px;
  }

  .searchBlock .panel03 a {
    background: url(/img/ico_category03.png) center 12px no-repeat;
    background-size: auto 20px;
  }

  .searchBlock .panel04 a {
    background: url(/img/top/ico_category05.png) center 12px no-repeat;
    background-size: auto 20px;
  }

  .searchBlock .panel05 a {
    background: url(/img/ico_category04.png) center 12px no-repeat;
    background-size: auto 20px;
  }

  .searchBlock .panel06 a {
    background: url(/img/top/ico_category06.png) center 7px no-repeat;
    background-size: auto 25px;
  }

  .searchBlock .panel07 a {
    background: url(/img/top/ico_category07.png) center 12px no-repeat;
    background-size: auto 20px;
  }

  .searchBlock .panel08 a {
    background: url(/img/top/ico_category08.png) center 12px no-repeat;
    background-size: auto 20px;
  }

  .searchBlock .panel09 a {
    background: url(/img/top/ico_category09.png) center 12px no-repeat;
    background-size: auto 20px;
  }

  .searchBlock .panel10 {
    background: #ffeade;
  }
  .searchBlock .linkPanel .panel10 a {
    padding: 44px 0 18px;
    background: #ffeade url(/img/top/ico_category10.png) center 13px no-repeat;
    background-size: auto 20px;
  }

  .searchBlock .menuLink {
    display: table;
    margin: 28px auto;
  }

  .searchBlock .menuLink li {
    display: table-cell;
    padding: 0 22px;
    font-size: .75em;/*12px*/
    line-height: 1.17;
  }

  .searchBlock .menuLink .link03 a {
    padding-left: 18px;
    background: url(/img/header/ico_03.png) 0 center no-repeat;
    background-size: auto 14px;
  }

  .searchBlock .menuLink .link04 a {
    padding-left: 21px;
    background: url(/img/header/ico_04.png) 0 center no-repeat;
    background-size: auto 13px;
  }
}

@media (max-width: 320px) {
  .searchBlock02 .sbmit.btn01 {
    width: 100%;
    margin: 15px 0 0 0;
  }
}

/*-------------------------------------
カレンダー modal
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .simpleModal-bg.display {
  }

  .modal_201802_02 .modalInner,
  .modal_201802_03 .modalInner {
    padding: 15px;
  }

  .calendarModal {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .calendarModal .modalTitle {
    padding: 14px;
    background: #e96d09;
    color: #fff;
    font-size: .9375em;/*15px*/
    text-align: center;
  }

  .calendarModal .modalTitle .modalClose {
    top: 10px;
  }

  .calendarModal .blockCalendar {
    margin: 0;
  }

  .calendarModal .modalBody {
    height: 500px;
    padding: 15px;
    overflow-y: scroll;
  }

  .calendarModal .modalBody p {
    margin-bottom: 30px;
    font-size: .8125em;/*13px*/
    line-height: 1.5;
    text-align: center;
  }

  .calendarModal .text01 {
    margin: 0;
  }

  .calendarModal .cal-month-Outer {
    float: none;
    padding: 0 0 20px;
  }

  .calendarModal .cal-month .head th {
    font-size: .75em;/*12px*/
  }

  .calendarModal .cal-month .month-j {
    font-size: 1.17em;
  }

  .calendarModal .cal-month tbody span {
    font-size: .8125em;/*13px*/
  }

  .calendarModal .modalBottom {
    margin-top: 0;
    box-shadow: 0 -3px 3px 0 rgba(0,0,0,0.2);
  }

  .calendarModal .modalBottom .text02,
  .calendarModal .modalBottom .text03,
  .calendarModal .modalBottom .text04 {
    font-size: .75em;/*12px*/
  }

  .calendarModal .modalBottom .text04 .text04_01 {
    padding-top: 0;
  }

  .calendarModal .modalBottom .text04 .text04_02 {
    font-size: 1.084em;
  }

  .calendarModal .modalBottom .btn01 {
    width: 93px;
  }
}

/*-------------------------------------
緊急のお知らせ
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .urgentNotice {
    margin: 15px 15px 0;
    padding: 15px;
  }

  .urgentNotice .wrap {
    width: auto;
  }

  .urgentNotice dt,
  .urgentNotice dd,
  .urgentNotice li span {
    display: block;
  }

  .urgentNotice .title {
    width: 100%;
    margin-bottom: 5px;
    font-size: .75em;/*12px*/
    line-height: 1.67;
  }

  .urgentNotice .date {
    margin-left: 15px;
  }

  .urgentNotice .noticeList .text {
    font-size: .75em;/*12px*/
    line-height: 1.67;
  }
}

/*-------------------------------------
block01
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .contents .block01 {
    margin-top: 30px;
  }

  .block01 > .left {
    float: none;
    margin-right: 0;
  }

  .block01 .leftInner {
    margin-right: 0;
  }
}

/*-------------------------------------
おすすめ旅行・ツアー
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .block01_01 {
    margin: 0 30px 65px;
  }

  .block01_05 {
    margin: 0;
    padding: 0 0 65px;
  }

  .block01_05 .tour.itemList {
    margin: 0 30px;
  }

  .block01_05 .tour .item {
    margin: 0 .245%;
  }

  .tour .itemInner {
    padding: 15px 15px 13px;
  }

  .tour .item .text01 {
    margin-bottom: 3px;
    font-size: .6875em;/*11px*/
    line-height: 1.73;
  }

  .tour .item .text02 {
    margin-bottom: 3px;
    font-size: .8125em;/*13px*/
    line-height: 1.66;
  }

  .tour .item .text03 {
    font-size: .6875em;/*11px*/
    line-height: 1.73;
  }
}

/*-------------------------------------
目的地から探す
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .block01_03 {
    margin-bottom: 0;
  }

  .block01_03 > .left,
  .block01_03 > .right {
    float: none;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
  }

  .block01_03 > .left {
    position: relative;
    margin-bottom: 30px;
    padding: 15px 15px 3px;
  }

  .block01_03 .hStyle3 {
    padding-top: 5px;
    font-size: 0.9375em;/*15px*/
    line-height: 1.14;
  }

  .block01_03 .right .text01 {
    margin-bottom: 14px;
    font-size: 0.8125em;/*13px*/
    line-height: 1.54;
  }

  .block01_03 .right .linkList li {
    width: 25%;
    margin: 0 0 14px 0;
    font-size: 0.8125em;/*13px*/
    line-height: 1.16;
  }

  .block01_03 .right .linkList li.mr {
    margin-right: 0;
  }

  .block01_03 .right .linkList.lL2 li {
    width: 33.3%;
    white-space: nowrap;
  }

  .block01_03 .right .linkList.lL3 li {
    width: auto;
    margin-right: 14px;
    white-space: nowrap;
  }

  .block01_03 .hatsuSelect.displayPC {display: none}
  .block01_03 .hatsuSelect.displaySP {
    display: block;
    top: 10px;
    right: 15px;
    left: auto;
    background: #666 url(/img/header/bullet_arrow_01.png) right center no-repeat;
  }

  .block01_03 .map img {
    display: none;
  }

  .block01_03 .map .linkList {
    overflow: hidden;
  }

  .block01_03 .map .linkList li {
    position: static;
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 12px;
  }

  .block01_03 .map .linkList li:nth-child(3n) {
    margin-right: 0;
  }

  .block01_03 .map .linkList .btn02 {
    display: table;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 0.8125em;/*13px*/
    line-height: 1.16;
  }

  .block01_03 .map .linkList .btn02 span {
    display: table-cell;
    width: 100%;
    height: 40px;
    padding: 2px 22px 0 10px;
    text-align: center;
    vertical-align: middle;
  }
}

/*-------------------------------------
おすすめ旅行・ツアー特集
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .contents .block07 {
    margin: 40px auto;
  }

  .block07 .itemset {
    max-width: inherit;
    min-width: inherit;
    padding-left: 0;
  }

  .block01_02 .itemsetList,
  .block07 .itemsetList {
    margin-left: 15px;
    margin-right: 15px;
  }

  .block01_02 .item,
  .block07 .item {
    width: 48.1%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .block01_02 .item:nth-child(even),
  .block07 .item:nth-child(even) {
    float: right;
  }

  .block01_02 .item .text01 {
    font-size: .8125em;/*13px*/
    line-height: 1.54;
  }

  .moreBlock {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {

}

/*-------------------------------------
sideNav
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .block01 > .right {
    float: none;
    width: auto;
  }

  .sideNav {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sideNav .navBlock01 {
    margin-top: 20px;
  }

  .sideNav .navTitle {
    font-size: .875em;/*14px*/
    line-height: 1.15;
  }

  .sideNav .body {
    padding: 15px;
  }

  .sideNav .body .itemList {
    overflow: hidden;
  }

  .sideNav .body .itemList li {
    width: 46.16%;
  }

  .sideNav .body .itemList li:nth-child(odd) {
    float: left;
  }

  .sideNav .body .itemList li:nth-child(even) {
    float: right;
  }

  .sideNav .body .itemList .left {
    width: 36%;
  }

  .sideNav .body .itemList .left img {
    width: 100%;
    height: auto;
  }

  .sideNav .body .itemList .right {
    padding-left: 5px;
  }

  .sideNav .body .itemList li:not(:last-child) {
    margin-bottom: 0;
  }

  .sideNav .link {
    padding-left: 10px;
    font-size: .75em;/*12px*/
    line-height: 1.67;
  }

  .sideNav .body .text01 {
    padding: 0 15px;
    background: url(/img/top/bg_text01_l.png) left top no-repeat, url(/img/top/bg_text01_r.png) right top no-repeat;
    font-size: .8125em;/*13px*/
    line-height: 1.39;
  }

  .sideNav .body .text03,
  .sideNav .body .text03.t02 {
    margin-bottom: 15px;
    padding: 0 15px;
    background: url(/img/top/bg_text01_l.png) left top no-repeat, url(/img/top/bg_text01_r.png) right top no-repeat;
    font-size: .8125em;/*13px*/
    line-height: 1.39;
  }

  .sideNav .body .title {
    margin: 20px 0 15px;
    font-size: .875em;/*14px*/
    line-height: 1.15;
  }

  .sideNav .body .btnMember {
    margin-bottom: 15px;
    padding: 16px 0 13px;
    background: linear-gradient(90deg, #e94709, #e96d09);
    font-size: 1.125em;/*18px*/
    line-height: 1.12;
  }

  .sideNav .body .btnMember span {
    padding-left: 26px;
    background: url(/img/ico_member.png) 0 center no-repeat;
  }

  .sideNav .body .btnMypage {
    margin-bottom: 15px;
    padding: 16px 0 13px;
    background: linear-gradient(90deg, #e94709, #e96d09);
    font-size: 1.125em;/*18px*/
    line-height: 1.12;
  }

  .sideNav .body .btnMypage .btnInner {
    padding-left: 26px;
    background: url(/img/ico_mypage.png) 0 center no-repeat;
  }

  .sideNav .body .btnMypage .text04 {
    display: inline-block;
    padding-left: 8px;
    background: none;
    font-size: .72em;
  }

  .sideNav .body .btn02 {
    margin: 20px auto 0;
  }
}

/*-------------------------------------
お知らせ
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .contents .block02,
  .contents .block02_02 {
    margin: 40px auto 40px;
  }

  .block02 .left,
  .block02 .right {
    float: none;
  }

  .block02 .right {
    margin-top: 15px;
  }

  .block02 .box,
  .block02_02 .box {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }

  .block02 .hStyle3,
  .block02_02 .hStyle3 {
    margin-bottom: 19px;
    font-size: .9375em;/*15px*/
    line-height: 1.14;
  }

  .block02 .infoList li:not(:last-child),
  .block02_02 .infoList li:not(:last-child) {
    margin-bottom: 10px;
  }

  .block02 .text01 {
    font-size: .6875em;/*11px*/
    line-height: 1.46;
  }

  .block02_02 .rank1 .text01 {display: none}

  .block02 .text02,
  .block02_02 .text02 {
    font-size: .8125em;/*13px*/
    line-height: 1.62;
  }

  .second .block02 > .left,
  .second .block02 > .right {
    width: 100%;
  }

  .second .block02_02 .hStyle2,
  .second .block02 .hStyle2 {
    font-size: 1.32em;
    line-height: 1.1;
  }

  .second .block02 .box {
    width: auto;
  }

  .second .block02 .left .box {
    margin-bottom: 40px;
  }
}

/*-------------------------------------
旅行・ツアーランキング
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .block03 {
    padding: 40px 0 65px;
  }

  .block03 .tabRank {
    margin: 0 15px 15px;
  }

  .block03 .tabRank li {
    height: 52px;
    font-size: .875em;/*14px*/
    line-height: 1.15;
  }

  .block03 .tabRank .category01 span {
    padding: 31px 0 0;
    background: url(/img/ico_category01.png) center 8px no-repeat;
    background-size: auto 20px;
  }

  .block03 .tabRank .category02 span {
    padding: 31px 0 0;
    background: url(/img/ico_category03.png) center 8px no-repeat;
    background-size: auto 20px;
  }

  .block03 .tabRank .category03 span {
    padding: 31px 0 0;
    background: url(/img/ico_category02.png) center 8px no-repeat;
    background-size: auto 20px;
  }

  .block03 .tabRank .category04 span {
    padding: 31px 0 0;
    background: url(/img/ico_category04.png) center 8px no-repeat;
    background-size: auto 20px;
  }

  .block03 .tabRank li.category01.current span {
    background: url(/img/ico_category01_w.png) center 8px no-repeat;
    background-size: auto 20px;
  }

  .block03 .tabRank li.category02.current span {
    background: url(/img/ico_category03_w.png) center 8px no-repeat;
    background-size: auto 20px;
  }

  .block03 .tabRank li.category03.current span {
    background: url(/img/ico_category02_w.png) center 8px no-repeat;
    background-size: auto 20px;
  }

  .block03 .tabRank li.category04.current span {
    background: url(/img/ico_category04_w.png) center 8px no-repeat;
    background-size: auto 20px;
  }

  .block03 .tabRank li.current::after {
    bottom: -9px;
    left: 50%;
    margin-left: -3px;
    border-width: 6px 6px 0 6px
  }

  .block03 .rank1 .left a::before {
    top: 0;
  }

  .block03 .rankset {
    width: 284px;
    padding: 15px;
  }

  .block03 .hStyle3 {
    margin-bottom: 15px;
    font-size: 1em;/*16px*/
    line-height: 1.13;
  }

  .block02 .hStyle3 span,
  .block02_02 .hStyle3 span,
  .block03 .hStyle3 span {
    display: none;
  }

  .block03 .rankList h3 {
    padding-left: 24px;
    font-size: 1em;
    line-height: 1.125;
  }

  .block03 .rankList .category01,
  .block03 .rankList .category02,
  .block03 .rankList .category03,
  .block03 .rankList .category04 {
    background-size: auto 20px;
  }

  .block03 .rankList dt a {
    font-size: .75em;/*12px*/
    line-height: 1.67;
  }

  .block03 .rank1 {
    margin-bottom: 15px;
  }

  .block03 .rank1 .left {
    display: block;
    width: auto;
    padding: 0 20px;
  }

  .block03 .rank1 .left img {
    width: 100%;
    height: auto;
  }

  .second .block02_02 .rankList dd > div {
    padding: 14px;
    border: 1px solid #d6d6d6;
    border-bottom: 3px solid #d6d6d6;
    background: #fff;
  }

  .second .block02_02 .rankList dd > div img {
    width: 100%;
    height: 105px;
  }

  .second .block02_02 .rank1 {
    position: relative;
  }

  .block02_02 .rank1 .left a::before {
    content: none;
  }

  .second .block02_02 .rank1::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(/img/ico_rank1.png) no-repeat;
    z-index: 9999;
  }

  .block03 .rank1 .right {
    display: block;
    padding: 10px 0 0;
  }

  .block03 .rank1 .text01 {
    font-size: .75em;/*12px*/
    line-height: 1.17;
  }

  .block03 .rank1 .text02 {
    margin-bottom: 6px;
    font-size: .8125em;/*13px*/
    line-height: 1.62;
  }

  .block03 .rank1 .text03 {
    font-size: .75em;/*12px*/
    line-height: 1.17;
  }

  .second .block02_02 .rank2,
  .second .block02_02 .rank3 {
    position: relative;
  }

  .second .block02_02 .rank2 a,
  .second .block02_02 .rank3 a {
    position: static;
    display: inline;
  }

  .block03 .rank2,
  .block03 .rank3 {
    float: none;
    width: 100%;
    height: 95px;
  }

  .block03 .rank3 {
    margin-top: 15px;
  }

  .block03 .rank2 .left,
  .block03 .rank3 .left {
    width: 95px;
    height: 95px;
  }

  .block03 .rank2 .left img,
  .block03 .rank3 .left img {
    width: 100%;
    height: auto;
  }

  .block03 .rank2 .right,
  .block03 .rank3 .right {
    height: 95px;
    padding: 10px 10px 10px 15px;
  }

  .block03 .rank2 .text01,
  .block03 .rank3 .text01 {
    margin-bottom: 3px;
    font-size: .6875em;/*11px*/
    line-height: 1.19;
  }

  .block03 .rank2 .text02,
  .block03 .rank3 .text02 {
    margin-bottom: 3px;
    font-size: .75em;/*12px*/
    line-height: 1.67;
  }

  .block03 .rank2 .text03,
  .block03 .rank3 .text03 {
    font-size: .6875em;/*11px*/
    line-height: 1.19;
  }

  .second .block02 .rankList dd > div,
  .second .block02_02 .rankList dd > div {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
  }

  .second .block02 .rankList dd > div:not(:last-child),
  .second .block02_02 .rankList dd > div:not(:last-child) {
    margin-bottom: 12px;
  }

  .second .block02 .rankList dd > div .left,
  .second .block02_02 .rankList dd > div .left {
    float: left;
    width: 40%;
  }

  .second .block02 .rankList dd > div .right,
  .second .block02_02 .rankList dd > div .right {
    display: block;
    float: right;
    width: 60%;
    height: auto;
    margin-top: 0;
    padding: 0 0 0 10px;
  }

  .second .block02 .rankList dd > div .text02,
  .second .block02_02 .rankList dd > div .text02 {
    margin-top: 0;
    padding-left: 0;
    background: none;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 1.572;
  }

  .second .block02_02 .rankList dd > div .text02 a {
    text-decoration: none;
  }

  .second .block02 .rankList dd > div .text03,
  .second .block02_02 .rankList dd > div .text03 {
    margin-top: 4px;
    font-size: 0.75em;
    line-height: 1.17;
  }
}

/*-------------------------------------
block04
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .block04 {
    margin: 40px 15px 40px;
  }

  .block04 .tabBlock {
    min-width: inherit;
    max-width: inherit;
  }

  .block04 .tabList li {
    padding: 17px 15px 13px 8px;
    font-size: .8125em;/*13px*/
    line-height: 1.16;
  }

  .block04 .tabList li.tab01 {
    padding: 13px 15px 13px 8px;
  }

  .block04 .tabList li.tab01.current {
    padding: 10px 15px 13px 8px;
  }

  .block04 .tabList li::after {
    right: 8px;
    width: 3px;
    height: 3px;
    margin-top: -4px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
  }

  .block04 .tabList li.current::after {
    margin-top: -4px;
  }

  .block04 .tabBodyOuter {
    min-width: inherit;
    max-width: inherit;
    padding: 15px 15px 5px 15px;
  }

  .block04 .tabBody.current {
    display: block;
  }

  .block04 .tabBodyOuter .tabBody .col {
    width: 100%;
  }

  .block04 .tabBody dt {
    font-size: .875em;/*14px*/
    line-height: 1.15;
  }

  .block04 .tabBody .ac dt {
    margin-bottom: 0;
    padding: 0;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
  }

  .ac dt span {
    position: relative;
    display: block;
    padding: 15px 15px 13px;
  }

  .ac dt span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url(/img/ico_ac_01.png) 0 0 no-repeat;
    background-position: 0 0;
    background-size: cover;
  }

  .ac dt.open span::after {
    background-position: 0 -10px;
  }

  .block04 .tabBody .ac dd {
    display: none;
    padding: 15px 15px 0;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background: #f5f5f5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .block04 .tabBody1 .col dl.ac:not(:first-child) {
    margin-top: 0;
  }

  .block04 .tabBody .col dl.ac {
    margin-bottom: 15px;
  }

  .block04 .tabBody .linkList {
    overflow: hidden;
  }

  .block04 .tabBody .linkList li {
    float: left;
    width: 48%;
    font-size: .8125em;/*13px*/
    line-height: 1.16;
  }

  .block04 .tabBody .linkList li:nth-child(even) {
    float: right;
  }

  .block04 .tabBody .linkList .arrow01 {
    background: url(/img/bullet_arrow_01.png) 0 3px no-repeat;
  }

  .block04 .tabBody .linkList .tel {
    font-size: .924em
  }

  .block04 .tabBody1 .text01 {
    font-size: .8125em;/*13px*/
    line-height: 1.62;
  }

  .block04 .tabBody2 .col:nth-child(3) dd {
    display: none;
    overflow: hidden;
  }

  .block04 .tabBody2 .bannerList {
    float: left;
    width: 48%;
  }

  .block04 .tabBody2 .bannerList:nth-child(even) {
    float: right;
  }

  .block04 .tabBody2 .bannerList img {
    width: 100%;
    height: auto;
  }

  .block04 .tabBody dt {
    margin-bottom: 12px;
  }

  .block04 .tabBody3 .col {
    margin-bottom: 20px;
  }

  .block04 .tabBody3 dd {
    text-align: center;
  }

  .block04 .tabBody3 dd img {
    width: 180px;
    height: auto;
  }

  .block04 .tabBody4 .col dd {
    display: block;
    overflow: hidden;
  }

  .block04 .tabBody4 .col dd a {
    display: block;
    float: left;
    width: 48%;
    margin: 0 0 10px 0;
    padding: 0;
  }

  .block04 .tabBody4 .col dd a:nth-child(even) {
    float: right;
  }

  .block04 .tabBody4 dd img {
    width: 100%;
    height: auto;
  }

  .block04 .tabBody3 dd img {
    width: inherit;
  }
}

@media (max-width: 320px) {
  .block04 .tabList li:nth-child(1),
  .block04 .tabList li:nth-child(2) {
    font-size: 11px;
  }
}

/*-------------------------------------
最近チェックした旅行・ツアー
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .block05 {
    padding: 40px 0 65px;
  }

  .block05 .tour.itemList {
    min-width: inherit;
    max-width: inherit;
    margin: 0 30px;
  }

  .block05 .tour .item {
    margin: 0 .245%;
  }
}

/*-------------------------------------
バナー
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .contents .block06 {
    margin: 40px 30px 25px;
    overflow: hidden;
  }

  .block06 .default {
    overflow: hidden;
    display: block;
  }

  .block06 .moreBtnBlock {
    display: block;
    margin: 5px auto 15px;
  }

  .block06 .moreBlock {
    display: none;
  }

  .block06 a {
    display: block;
    float: left;
    width: 48%;
    margin: 0 0 10px 0;
  }

  .block06 a:nth-child(even) {
    float: right;
  }

  .block06 a img {
    width: 100%;
    height: auto;
  }
}

/*-------------------------------------
おすすめテーマ旅行・ツアー
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .block08 {
    padding: 40px 0;
  }

  .block08 .wrap {
    border-bottom: 2px solid #b8b8b8;
  }

  .block08 .tabTheme {
    display: none;
  }

  .block08 .tabBody {
    display: block;
    background: #fff;
  }

  .block08 .tabBodyInner dt {
    display: block;
    border-top: 1px solid #b8b8b8;
    background: #ebebeb;
    font-weight: bold;
    font-size: 0.9375em;/*15px*/
    line-height: 1.14;
  }

  .block08 .tabBodyInner dt.open {
    border-bottom: 2px solid #b8b8b8;
  }

  .block08 .tabBodyInner dt span {
    display: block;
    padding: 15px 15px 13px;
  }

  .block08 .ac dt span::after {
    background: url(/img/ico_ac_03.png) 0 0 no-repeat;
    background-size: cover;
  }

  .block08 .ac dt.open span::after {
    background-position: 0 -10px;
  }

  .block08 .tabBodyInner dd {
    display: none;
    padding: 20px 30px 48px;
  }

  .block08 .left,
  .block08 .right {
    float: none;
    width: 100%;
  }

  .block08 .left {
    padding: 0 22px;
  }

  .block08 .left .text01 {
    margin-top: 9px;
    font-size: 0.8125em;/*13px*/
  }

  .block08 .left .text02 {
    margin-top: 5px;
    font-size: 0.75em;/*12px*/
    line-height: 1.67;
  }

  .block08 .right {
    margin-top: 20px;
  }

  .block08 .tour .item {
    width: 45%;
    margin: 0 .245%;
  }
}

/*-------------------------------------
pagetop
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .pagetopBlock {
    min-width: inherit;
    margin-top: 50px;
  }

  .btnPagetop {
    right: 10px;
    bottom: 10px;
    width: 94px;
    height: 41px;
  }

  .pagetopBlock.second {
    min-width: inherit;
    height: 51px;
    padding: 5px;
    background: rgba(0,0,0,.6);
    opacity: 0;
    transition: opacity .5s;
    z-index: 9999;
  }

  .second .btnSearch {
    position: static;
    float: left;
    height: 41px;
    width: 100%;
    margin-right: -97px;
    margin-bottom: 0;
    background: none;
    opacity: 1;
  }

  .second .btnSearch a {
    position: relative;
    display: block;
    height: 41px;
    width: auto;
    margin-right: 97px;
    padding-top: 9px;
    border-bottom: 3px solid #d6d6d6;
    background: #fff;
    text-indent: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
  }

  .kokunai .btnSearch a {
    color: #e90d41;
  }

  .bustour .btnSearch a {
    color: #e96809;
  }

  .kaigai .btnSearch a {
    color: #0b92ca;
  }

  .second .btnSearch a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 11px;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(225deg);
  }

  .kokunai .btnSearch a::after {
    border-right: 2px solid #e9093e;
    border-bottom: 2px solid #e9093e;
  }

  .bustour .btnSearch a::after {
    border-right: 2px solid #e96809;
    border-bottom: 2px solid #e96809;
  }

  .kaigai .btnSearch a::after {
    border-right: 2px solid #0b92ca;
    border-bottom: 2px solid #0b92ca;
  }

  .second .btnSearch a span {
    display: inline-block;
    padding: 2px 20px 2px 42px;
  }

  .kokunai .btnSearch a span {
    background: url(/img/ico_category01_03.png) 0 center no-repeat;
    background-size: auto 20px;
  }

  .bustour .btnSearch a span {
    background: url(/img/ico_category02_03.png) 0 center no-repeat;
    background-size: auto 20px;
  }

  .kaigai .btnSearch a span {
    background: url(/img/ico_category03_03.png) 0 center no-repeat;
    background-size: auto 20px;
  }

  .second .btnPagetop {
    position: static;
    float: right;
    width: 94px;
    height: 41px;
    opacity: 1;
  }
}

/*-------------------------------------
slick
-------------------------------------*/
@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .mainCarousel .slick-dots li {
    width: 30px;
    height: 4px;
  }

  .mainCarousel .slick-dots li button {
    width: 30px;
    height: 4px;
  }

  .mainCarousel .slick-dots li button:before {
    width: 28px;
    height: 2px;
  }
}







