img {
  max-width: 100%;
}
.nosp,.br-pc{ display: block;}
.nopc,.br-sp{ display: none;}

.section_wrapper {
  width: 992px;
  margin: 0 auto;
  padding: 32px 16px;
}
section.section--product {
  margin-bottom: -3rem;
}
/* スクロール */
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/* mv */
#mv{
  background: url(../img/mv_back_pc.png) center / cover no-repeat;
  width: 100%;
  height: 600px;
}
#mv h2{
  display: flex;
  justify-content: center;
  align-items: end;
  height: 600px;
}
.inner {
  width: 992px;
  margin: auto;
}
/* ナビ */
.area-nav {
  background: #001871;
  border-bottom: 5px solid #fedb00;
}
.area-list {
  width: 992px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.area-list li{
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #FFF;
}
.area-list li:first-child {
  border-left: 1px solid #FFF;
}
.area-list li a{
  position: relative;
  display: block;
  font-size: 1.3rem;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding: 1.5rem 1rem;
  text-decoration: none;
}
.area-list li a:hover {
  background: #fedb00;
  color: #000;
  padding: 0.8rem 5rem;
}
/* フライトスケジュール */
.flightSchedule caption {
  background: #001871;
}

/* タイトル */
.car-title { margin-bottom: 1rem;}
.car-title img { 
  width: 80%;
  margin: 0 auto;
}
.sub-title{
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  background: #fedb00;
  color: #000;
  padding: 0.5rem 1.5rem;
  width: 60%;
  margin: -0.5rem auto 1.5rem;
  border-radius: 30px;
}
.heading--title{ margin-bottom: 1rem;}

/* バス */
.bus-planbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.bus-planbox .bus-planbox-inner {
  width: calc((992px - 20px) / 2);
  display: flex;
  flex-direction: column;
}
.busplan-title {
  font-weight: 700;
  font-size: 2rem;
  padding-left: 2rem;
}
.busplan-txt { margin-right: 2rem;}
.busplan-img { margin: 1.5rem 0 2rem;}
.schedule-list {
  margin: 0 auto 20px;
  position: relative;
}
.schedule-list::after {
  content: "";
  border-left: 4px solid #3f2401;
  width: 4px;
  height: 90%;
  position: absolute;
  top: 0px;
  left: 16px;
  z-index: 10;
}
.schedule-list>li{
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 30px
}
.schedule-list>li:last-child{
  padding-bottom: 0
}
.schedule-list>li.wrap-line{
  flex-wrap: wrap;
}
.schedule-list>li::before{
  content: "";
  background-image: url("../img/ico_start.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 20
}
.schedule-list>li:nth-child(2)::before {
  background-image: url(../img/ico_sightseeing.png);
  width: 36px;
  height: 74px;
}
.schedule-list>li:last-child::before{
  background-image: url("../img/ico_end.png");
  width: 36px;
  height: 44px;
}
.schedule-list>li:not(.wrap-line)::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  left: 55px;
  display: inline-block;
  border-top: 4px dotted #898989;
  z-index: 5;
  width: 80%;
}
.schedule-list>li.half-line::after{ width: 50%;}
.schedule-item{
  display: flex;
  position: relative;
  z-index: 10;
  flex: 1
}
.schedule-item.size-double{ flex-basis: 50%;}
.schedule-item.size-wide{ flex-basis: 100%;}
.m_right{ margin-right: 2rem;}
.m_bottom{ margin-bottom: 1rem;}
.p_left{ padding-left: 1rem;}
.schedule-img{
  width: 80px;
  height: 70px;
  margin-right: 1rem;
  flex-shrink: 0;
  border: 1px solid #000;
}
.schedule-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.schedule-txt{
  font-weight: bold;
  font-size: 0.9rem;
}
.schedule-txt em{ color: #0057b8;}
.schedule-txt small{
  font-size: 0.5rem;
  font-weight: normal;
  display: block;
}
.txt-time{
  display: inline-block;
  background: #fff100;
  position: relative;
  margin-bottom: 5px;
  padding: 0.2rem 0.2rem 0;
}
.txt-time:not(.last-time)::after{
  content: "";
  border: 8px solid transparent;
  border-left: 8px solid #fff100;
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
ul.plan-notice {
  color: #ca1122;
  font-size: 0.8rem;
}
li.note-asta{ list-style-type: disc;}

/* 商品部分 */
a.js-split-link{ text-decoration: none;}
.product-list {
  margin: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-list.card-style>li {
  width: calc(97% / 4);
  padding: 0;
  margin-right: 1%;
  margin-bottom: 1%;
  background: #FFF;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}
.product-list.card-style>li:empty {display: none;}

.product-list>li:hover {
  box-shadow: 0 2px 15px rgb(0 0 0 / 25%);
}
.product-list.card-style>li:nth-child(4n){
  margin-right: 0
}
.product-list.card-style>li:nth-child(n+3){
  margin-top: 0;
}
.item-txt__wrapper { padding: 0.6rem;}
.item-txt__wrapper .item-txt__title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #1A0DAB;
  margin-bottom: 0.3rem;
  height: 65px;
}
.item-txt__wrapper .item-txt__price {
  font-size: 1.3rem;
  color: #e90000;
  font-weight: bold;
}
.item-txt__dep, .item-txt__note {
  color: #333;
  font-size: 0.8rem;
  font-weight: normal;
}
span.item-txt__port {
  background: #000;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem;
  text-align: center;
}
p.item-txt__icon { height: 40px;}
p.item-txt__point {
  color: #000;
  font-size: 0.9rem;
  height: 55px;
}
span.icon-type.waribiki{
  display: inline-block;
  background-image: url(https://www.his-j.com/kokunai/dst/common/img/icon_waribiki.png);
  width: 70px;
  height: 15px;
  margin-right: 3px;
}
span.icon-type.rentcar1{
  display: inline-block;
  background-image: url(https://www.his-j.com/kokunai/dst/common/img/icon_rentacar.png);
  width: 70px;
  height: 15px;
  margin-right: 3px;
}
span.icon-type.line{
  display: inline-block;
  background-image: url(https://www.his-j.com/kokunai/dst/common/img/icon_line.png);
  width: 70px;
  height: 15px;
  margin-right: 3px;
}
/* もっと見る */
.more-btn {
  width: 80%;
  margin: 2rem auto 0;
  font-size: 1.3rem;
  text-align: center;
  background-color: #001871;
  transition-duration: .4s;
}
.more-btn a {
  display: block;
  padding: 0.8rem 0;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.more-btn a::after {
  content: "";
  background: url(/cmn/icon/icon_arrow_right_white.svg) no-repeat center center / cover;
  width: 40px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 1%;
  bottom: 0;
  margin: auto;
}
.more-btn:hover { transform: scale(1.1);}
/* 特集一覧 */
#dom_cnt img {
  max-width: 100%;
}
.theme-box{
  font-size: 0.8em;
  background: #FFF;
  max-width: 992px;
  margin: 3rem auto 5rem;
  padding: 0 1.5rem 1rem;
  border:solid 3px #EEE;
}
.theme-box ul{
display: flex;
border-radius: 3px;
justify-content: space-between;
}
.theme-box ul::after {
content: '';
display: none;
}
.theme-ttl{
text-align:center;
text-decoration:none;
font-size:26px;
font-weight:bold;
margin-top:10px;
color:#004098;
}
.theme-box li p{
padding-top: 5px;
  font-size: 14px;
  width: auto;
}
.theme-box li{
width: calc(95% / 6);
margin: 20px auto;
font-size:11px;
text-align: center;
text-decoration: underline;
list-style: none;
}
.theme-box li a:hover{
opacity:0.7;
}
.section-btn {
text-align: center;
}
.section-btn a {
display: inline-block;
width: 80%;
text-align: center;
padding: 10px 20px;
margin:0 auto 15px auto;
background-color: #EEE;
color: #004098;
text-decoration: none;
background-image: url(/kix/jcom/img/icon/icon_next03.png);
background-size: 16px;
background-position: top 14px right 12px;
background-repeat: no-repeat;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
font-size:16px;
border:solid 1px #DEDEDE;
}
.section-btn a:hover{
opacity:0.7;
}

/* ★スマホ用★ */
.headfoot-is-sp .section__container,
.headfoot-is-sp .breadcrumb {
  width: 100%;
}
.headfoot-is-sp .goTop__img--pc {
  display: none;
}
.headfoot-is-sp .nopc,.headfoot-is-sp .br-sp{ display: block;}
.headfoot-is-sp .nosp,.headfoot-is-sp .br-pc{ display: none;}

.headfoot-is-sp .section_wrapper {
  width: 100%;
}
/* MV */
.headfoot-is-sp #mv{
  background: url(../img/mv_back_sp.png) center / cover no-repeat;
  background-size: 100%;
  height: 253px;
}
.headfoot-is-sp #mv h2{ height: 255px;}
.headfoot-is-sp .inner {
  width: 100%;
}
/* ナビ */
.headfoot-is-sp .area-list {
  width: 100%;
}
.headfoot-is-sp .area-list li a{
  font-size: 1rem;
  padding: 1rem 0.5rem;
  width: 100%;
}
.headfoot-is-sp .area-list li a:nth-of-type(2){
  padding: 1rem 1rem;
}
/* フライトスケジュール */
.headfoot-is-sp .flightSchedule th {
  padding: 0.5rem 0.2rem;
  line-height: 17px;
}
.headfoot-is-sp .flightSchedule caption { padding: 0.2rem;}

/* タイトル */
.headfoot-is-sp .car-title img { width: 100%;}
.headfoot-is-sp .sub-title{
  font-size: 1rem;
  width: 90%;
}
.headfoot-is-sp .heading--title { margin-bottom: 0;}

/* バス */
.headfoot-is-sp .bus-planbox { display: block;}
.headfoot-is-sp .bus-planbox .bus-planbox-inner { width: 100%;}
.headfoot-is-sp .busplan-title {
  font-size: 1.7rem;
  padding-left: 0;
  text-align: center;
}
.headfoot-is-sp .busplan-txt { margin-right: 0;}
.headfoot-is-sp .schedule-list { width: 100%;}
.headfoot-is-sp ul.plan-notice { padding: 0 1rem 1rem;}
.headfoot-is-sp .schedule-list>li{
  display: block;
  padding-left: 4rem;
  padding-bottom: 1rem;
}
.headfoot-is-sp .schedule-list .wrap-line{
  display: flex;
  padding-left: 4rem;
}
.headfoot-is-sp .schedule-list>li:not(.wrap-line)::after{display: none;}
.headfoot-is-sp .schedule-item{
  display: block;
}
.headfoot-is-sp .schedule-item.size-double .schedule-txt {
  width: 95%;
  margin-top: 0.5rem;
}
.headfoot-is-sp .schedule-item.size-double .schedule-img {
  width: 120px;
  height: 90px;
}
.headfoot-is-sp .p_left{ padding-left: 0;}
.headfoot-is-sp .txt-time {
  margin-right: 1.5rem;
}

/* 商品部分 */
.headfoot-is-sp .product-list { 
  display: block;
  margin-top: 1rem;
}
.headfoot-is-sp .product-list.card-style>li { 
  width: 100%;
  margin-bottom: 1rem;
}
.headfoot-is-sp .product-list__item {display: flex;}
.headfoot-is-sp .item-photo__wrapper { 
  width: calc(260vw / 7.5);
  padding: 2% 0 2% 2%;
  margin-top: 0.5rem;
}
.headfoot-is-sp .item-txt__wrapper { width: calc(425vw / 7);}
.headfoot-is-sp .item-txt__wrapper .item-txt__title { height: auto;}
.headfoot-is-sp .item-txt__wrapper .item-txt__price { font-size: 1.2rem;}
.headfoot-is-sp span.item-txt__port { font-weight: 100;}

/* もっと見る */
.headfoot-is-sp .more-btn { 
  width: 100%;
  font-size: 1rem;
}
/* 特集一覧 */
.headfoot-is-sp .theme-box{
  padding: 0 0.5rem;
  margin: 1rem;
}
.headfoot-is-sp .theme-box ul{
  display: inline-block;
}
.headfoot-is-sp .theme-box li{
  width: calc(98% / 2);
  display: inline-block;
  margin: 0.3rem auto 0;
}
.headfoot-is-sp .theme-box li:nth-of-type(n+1):nth-of-type(-n+2){margin-top: 0.5rem;}
.headfoot-is-sp .theme-box li:nth-of-type(n+5):nth-of-type(-n+6){margin-bottom: 1rem;}

/* ★iPad用★ */
.is-ipad .nosp,.is-ipad .br-pc{ display: block;}
.is-ipad .nopc,.is-ipad .br-sp{ display: none;}
/* mv */
.is-ipad #mv{
  background: url(../img/mv_back_pc.png) center / cover no-repeat;
  width: 100%;
  height: 300px;
  background-size: 100%;
}
.is-ipad #mv h2 { height: 300px;}
.is-ipad #mv h2 img{ width: 45%;}

/* タイトル */
.is-ipad .car-title img { width: 70%;}
.is-ipad .sub-title{
  font-size: 1.3rem;
  width: 50%;
}
/* バス */
.is-ipad .bus-planbox { display: flex;}
.is-ipad .schedule-list>li{ display: flex;}
.is-ipad .bus-planbox .bus-planbox-inner { padding-right: 2rem;}
.is-ipad .schedule-list>li:not(.wrap-line)::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  left: 60px;
  display: inline-block;
  border-top: 4px dotted #898989;
  z-index: 5;
  width: 80%;
}
.is-ipad .schedule-item { display: flex;}
.is-ipad .schedule-img { margin-right: 0.5rem;}

/* 商品部分 */
.is-ipad .tour-block { padding: 0 3rem;}
.is-ipad .product-list { display: flex;}
.is-ipad .product-list.card-style>li {
  width: calc(97% / 4);
}
.is-ipad .product-list__item { display: block;}
.is-ipad .item-photo__wrapper{
  width: 100%;
  padding: 0 2%;
}
.is-ipad .item-txt__wrapper { width: 100%;}
.is-ipad .item-txt__wrapper .item-txt__price {
  text-align: center;
  font-size: 1rem;
}
.is-ipad p.item-txt__point,.is-ipad .item-txt__wrapper .item-txt__title { height: 60px;}
.is-ipad p.item-txt__dep { 
  text-align: center;
  font-size: 0.7rem;
}

/* もっと見る */
.is-ipad .more-btn {
  width: 45%;
  margin: 1rem auto 0;
}
/* 特集一覧 */
.is-ipad .theme-box ul{ display: flex;}
.is-ipad .theme-box { margin: 0 auto;}
.is-ipad .theme-box li {
  width: calc(95% / 6);
  margin: 0.5rem auto 0.5rem;
}
.is-ipad .theme-box li:nth-of-type(n+1):nth-of-type(-n+2),.is-ipad .theme-box li:nth-of-type(n+5):nth-of-type(-n+6){margin: 0.5rem auto 0.5rem;}

@media screen and (max-width: 1024px) and (orientation: portrait){
/* mv */
.is-ipad #mv{ height: 260px;}
.is-ipad #mv,.is-ipad #mv h2{ height: 260px;}
.is-ipad #mv h2 img{ width: 43%;}

/* タイトル */
.is-ipad .sub-title{ width: 60%;}

/* バス */
.is-ipad .bus-planbox { display: block;}
.is-ipad .bus-planbox .bus-planbox-inner { width: 100%;}
.is-ipad p.busplan-txt { padding: 0 7rem;}
.is-ipad .busplan-img { text-align: center;}
.is-ipad ul.plan-notice { margin: 0 auto 1rem;}
.is-ipad .schedule-list .wrap-line { padding-top: 2rem;}

/* 商品部分 */
.is-ipad .tour-block { padding: 0;}
.is-ipad .item-txt__wrapper .item-txt__price {
  font-size: 0.8rem;
}
.is-ipad p.item-txt__point { height: 75px;}

/* もっと見る */
.is-ipad .more-btn { width: 80%;}
.is-ipad .theme-box { margin: 0 2rem;}
}
