@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;700&display=swap');

.nosp{
  display: none
}
.area-content .inner{
  width: var(--content-width);
  margin: auto;
  padding: calc(60vw / 7.5) 0;
  position: relative;
}
.area-content .inner a{
  text-decoration: none;
  transition: var(--content-hover-speed);
}
/*------------------------------------------------
　　見出し調整用
--------------------------------------------------*/
#tourWrap .head-title-sub {
  margin-bottom: 20px;
}
#tourWrap .head-title-sub::before,
#tourWrap .head-title-sub::after {
  width: calc(100% / 2 - 3.5em);
}
/*------------------------------------------------
　　ローカルナビ
--------------------------------------------------*/
.navi_list{
  display: flex;
  gap: calc(18vw / 7.5);
  justify-content: center;
  margin-bottom: calc(70vw / 7.5);
}
.navi_list>li>a{
  width: 26vw;
  padding: calc(10vw / 7.5) calc(16vw / 7.5);
  border-radius: 4px;
  background: var(--content-color-red-2);
  gap: calc(8vw / 7.5);
  font-size: calc(30vw / 7.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.navi_list>li>a::after{
  content: "";
  background: var(--bg-img-setting) url('../../common/images/btn_arrow.svg');
  width: calc(18vw / 7.5);
  height: calc(18vw / 7.5);
  position: absolute;
  top: 0;
  right: 2vw;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}

/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
/*.line-wrap-simple *,
.line-wrap-detail * {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
}*/
.line-wrap-simple {
  padding: 5vw 0;/*ページによって調整*/
}
.line-wrap-detail {
  padding: 8vw 0;/*ページによって調整*/
  background-color: #fff;
}
.line-inner {
  width: 94vw;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1vw;
  line-height: 1.5;
}
.line-wrap-detail .line-inner {
  background: #fcfff6; /*ページによって調整*/
  border: solid 1px #d3d3d3;
}
.line-inner .fukidashi {
    font-size: 4.1vw;
    font-weight: bold;
    margin-bottom: 2vw;
}
.line-inner .head {
    background-color: #15c618;
    padding: 2vw 0;
    color: #fff;
    font-size: 4.3vw;
    font-weight: bold;
}
.line-inner .textarea {
    padding: 4vw 2vw 2vw;
}
.line-inner .btnarea {
    padding: 2vw 2vw 5vw;
}
.line-inner .text1 {
    font-size: 3.4vw;
    line-height: 1.5em;
    margin-bottom: 1vw;
}
.line-inner .text1 span {
    display: inline-block;
    font-weight: bold;
    color: #fb0b0b;
    background-color: #ffe1e1;
    padding: 0 0.5vw;
}
.line-inner .text2 {
    font-size: 4.1vw;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fff231 0%);
    line-height: 1.7em;        
    display: inline-block;
}
.line-button {
    margin: 0 auto;
}
.line-wrap-simple .line-button {width: 90vw;}
.line-wrap-detail .line-button {width: 80vw;}

.line-button a {
    display: block;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    border-radius: 8vw;
    box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, .14);
    background: url(/kansai/images/icon/icon-linekansai.png) no-repeat;
    background-size: 12vw;
    background-position: 3vw;
    background-color: #15c618;
    padding: 2.4vw 4vw 1.8vw 16vw;
    position: relative;
    text-decoration: none;
}
.line-button a span.small {
    display: block;
    font-size: 2.8vw;
    font-weight: normal;
}
.line-button a span.strong {
    display: block;
}
.line-button a span.strong::after {
    font-family: "FontAwesome", "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    font-size: 4vw;
    margin-left: 1.4vw;
}
.line-button a span.line-friend {
    font-size: 1.3em;
    color: #fff231;
    padding: 0 0.5vw;
}

/*------------------------------------------------
	商品設定
--------------------------------------------------*/
/*他地区発ボタン*/
.item-search-link {
    display: flex;
    justify-content: flex-end;
}
.item-search-link a[href="https://bus-tour.his-j.com/osa/item/?cc="] {
    display: none;
}
.item-search-link a {
    display: inline-block;
    margin: -1vw 0 3vw 2vw;
    background-color: #c59d13;
    padding: 1.3vw 2vw;
    text-decoration: none;
    border-radius: 3px;
}
.product-list .item-search-link > a {
  color: #fff;
  font-size: 3.2vw;
}
.item-search-link a:after {
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f105";
    margin-left: 2vw;
}
/* ---------------------------------------------
　　product__content
--------------------------------------------- */
/*調整*/
.product-list.row-style>li{
        width: 100%;
        border-radius: 0;
        margin: 0;
        padding: 0;
        background: none;
        box-shadow: none;
        position: relative;
    }
.product-list.row-style>li > div > a:first-child {
        width: 100%;
        border-radius: 0;
        margin: 0 auto calc(28vw /(750 / 100));
        padding: calc(16vw /(750 / 100));
        background: #FFF;
        box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
        position: relative;
    }
.product-list.card-style>li .product-list__item .item-photo__wrapper .item-txt__port{
	bottom:auto;
	background: none;
	padding: 0;
	position: static;
}
.product-list.card-style>li .product-list__item .item-photo__wrapper .item-txt__port .port-type{
	color: #333;
	font-size: calc(24vw / (750 / 100));
	font-weight: bold;
}
.product-list>li{
  position: relative
}
.product-list {
 display: block;
 margin-bottom: calc(70vw / 7.5)!important;
}
/*画像調整*/
.product-list.row-style .item-photo__wrapper{
  border-radius: 0;
}
/*目的地追加*/
.item-box-area{
	color: #DF0D00;
	font-size: 3.0vw;
	margin: 1vw 0;
}
.item-box-area:before {
	content: '';
	display: inline-block;
	width: 3vw;
	height: 4vw;
	background: url(../img/ico-spot.svg) no-repeat;
	vertical-align: middle;
	margin-right: 1vw;
}
.item-box-dpt:before {
	content: '';
	display: inline-block;
	width: 3vw;
	height: 4vw;
	background: url(../img/ico-busstop.svg) no-repeat;
	vertical-align: middle;
	margin-right: 1vw;
}
/*------------------------------------------------
	バスツアーをもっと探す
--------------------------------------------------*/
.btn-bustop {
  width: 78vw;
  margin: 0 auto;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}
.btn-bustop a {
  display: block;
  background-color: var(--content-color-red-2);
  color: #fff;
  text-decoration: none;
  padding: 3vw 6vw;
  border-radius: 6vw;
  box-shadow: 4px 4px 0 rgba(0 0 0 / 20%);
}
.btn-bustop a::after {
  content: "▶";
  padding-left: 2vw;
}
/*------------------------------------------------
	クローズ
--------------------------------------------------*/
#close {
  padding: 8vw 0;
  text-align: center;
  font-size: 3.7vw;
  line-height: 1.6em;
}
#close a {
  color: var(--content-color-red);
}
/*----------------------------------------------
	新仕様改修
------------------------------------------------*/
/*パンくず*/
.ui-static-breadcrumb-list {
	margin: 0;
}
/*ページトップ*/
.goTop {
	& a {
		display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
		border-radius: 50%;
        background-color: rgba(105, 113, 128, .5);
        width: 48px;
        height: 48px;
		& img {
			width: 24px;
			height: 24px;
		}
	}
}