@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');

.nopc {
  display: none
}
.area-content .inner {
  /*width: 1104px;*/
  max-width: calc(1104px + 40px);
  width: 100%;
  margin: auto;
  padding: 60px 20px;
}
.area-content .inner a {
  text-decoration: none;
  transition: var(--content-hover-speed);
}
/* ---------------------------------------------
　　ローカルナビ
--------------------------------------------- */
.navi_list{
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 40px;
}
.navi_list>li>a{
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  background: var(--content-color-red-2);
  gap: 6px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}
.navi_list>li>a::after{
  content: "";
  background: var(--bg-img-setting) url('../../common/images/btn_arrow.svg');
  width: 9px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}
.navi_list>li>a:hover{
  background: var(--content-color-red);
}

/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
/*.line-wrap-simple *,
.line-wrap-detail * {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
}*/
.line-wrap-detail {
        padding: 60px 0 0;/*ページによって調整*/
}
.line-inner {
        width: 992px;
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0.1vw;
        line-height: 1.5;
}
.line-wrap-detail .line-inner {
        background: #fff;
        border: solid 1px #d3d3d3;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        letter-spacing: 1px;
}
.line-inner .head {
        width: 100%;
        text-align: center;
        background-color: #15c618;
        padding: 6px;
        color: #fff;
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
}
.line-inner .textarea {
        width: 75%;
        text-align: left;
        padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
        width: 23%;
        padding: 10px 20px 10px 0;
}
.line-inner .text1 {
        font-size: 17px;
        line-height: 1.4;
}
.line-inner .text1 span {
        display: inline-block;
        font-weight: bold;
        color: #fb0b0b;
        background-color: #ffe1e1;
        padding: 0 2px;
}
.line-inner .text2 {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: -2px;
        background: linear-gradient(transparent 60%, #fff231 0%);
        display: inline-block;
        line-height: 1.7em;
        padding: 0 4px;
}
.line-button a {
        display: block;
        color: #fff;
        font-size: 15px;
        text-align: center;
        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: 50px;
        background-position: 12px;
        background-color: #15c618;
        padding: 10px 10px 6px 70px;
        position: relative;
        text-decoration: none;
}
.line-button a:hover {
        opacity: .8;
        transition: all 0.6s ease;        
}
.line-button a span.small {
        width: 88%;
        display: block;
        font-size: 14px;
        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: 15px;
        margin-left: 6px;
        padding-right: 14px;
}
.line-button a span.line-friend {
        font-size: 1.3;
        color: #fff231;
        padding: 0 2px;
}
.line-qr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}
.line-qr span:nth-child(1) {
        width: 50%;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.3;
}
.line-qr img {
        width: 50%;
}
.line-qr span:nth-child(3) {
        width: 100%;
        font-size: 13px;
}
.line-qr a {
        text-decoration: underline;
}

/*------------------------------------------------
	商品設定
--------------------------------------------------*/
/*他地区発ボタン*/
.item-search-link {
  display: flex;
  justify-content: center;
}
.item-search-link a[href="https://bus-tour.his-j.com/osa/item/?cc="] {
  display: none;
}
.item-search-link > a {
  display: inline-block;
  margin: 7px 2px 0;
  background-color: #c59d13;
  padding: 4px 5px;
  text-decoration: none;
  border-radius: 3px;
}
.product-list .item-search-link > a {
  color: #fff;
  font-size: 11px;
}
.item-search-link a:hover {
	background-color: #4a4a4a;
	transition: opacity 0.4s ease;
}
.item-search-link a:after {
	font-family: FontAwesome;
	font-weight: 900;
	content: "\f105";
	margin-left: 5px;
}

/* SP横向き */
@media screen and (max-width: 956px){
  .item-search-link a {
    font-size: 11px;
  }
}
/* ---------------------------------------------
　　product__content
--------------------------------------------- */
/*調整*/
.product-list>li {
        padding: 0;
        background: none;
        box-shadow: none;
        position: relative;
    }
.product-list>li > div > a:first-child {
        padding: 0;
        background: #FFF;
        box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
        position: relative;
    }
.product-list>li:hover {
        box-shadow: none;
    }
.product-list>li > div > a:first-child:hover {
        box-shadow: 0 2px 20px rgb(0 0 0 / 25%);
    }
.product-list.card-style>li .product-list__item .item-photo__wrapper img{
	object-fit: cover;
    width: 100%;
    /*height: 170px;*/
    aspect-ratio: 3 / 2;  
}
.item-txt__port{
	 position: initial!important;
	background:rgba(0 0 0 / 100%)!important;
}
.product-list{
  gap: 14px 10px;
  margin: 0 auto 60px!important;
}
.product-list>li{
  position: relative
}

/*目的地追加*/
.item-box-area{
	color: #DF0D00;
	font-size: 12px;
	padding: 2px 0 3px;
}
.item-box-area:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 16px;
	background: url(../img/ico-spot.svg) no-repeat;
	vertical-align: middle;
	margin-right: 3px;
}
/* ---------------------------------------------
　　バスツアーをもっと探す
--------------------------------------------- */
.btn-bustop {
  width: 600px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 18px;
  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;
  border-radius: 30px;
  padding: 16px 60px;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));	
}
.btn-bustop a:hover {
  background-color: var(--content-color-red);
  transition: all 0.6s ease;    
}
.btn-bustop a::after {
  content: "▶";
  padding-left: 10px;
}
/*------------------------------------------------
	クローズ
--------------------------------------------------*/
#close {
  padding: 60px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
}
#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;
		}
	}
}

/*----------------------------------------------
	ipad safari用調整
------------------------------------------------*/
.item-txt__dep {
	-webkit-text-size-adjust: none;	
}