@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap&subset=japanese');

.contents {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #2C2A29;
    font-size: 16px;
    line-height: 1.5em;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 340px;
	background: url("../img/main-bg-pc.jpg") no-repeat top center;
}
#mainvisual .title {
    padding-top: 50px;
    width: 580px;
    margin: 0 auto;
}
#mainvisual .title img {
    width: 100%;
}

/*------------------------------------------------
	リード
--------------------------------------------------*/
#lead {
    width: 100%;
    background-color: #cee936;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    padding: 24px 0;
    position: relative;
}
#lead:after {
    content: "";
    display: block;
    height: 8px;
    width: 100%;
    background: url("../img/bg-lead.png") repeat-x;
    position: absolute;
    bottom: -7px;
    left: 0;
}

/*------------------------------------------------
ナビ
--------------------------------------------------*/
.fix-navi:has(.fixed) {
	height: 120px;
}
#navi {
	width: 100%;
	background: url("../img/navi-bg.png") repeat;
	padding: 18px 0 10px;
}
#navi ul {
	width: 1104px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#navi ul li {
	margin: 0 24px;
	text-align: center;
}
#navi ul li a {
	display: block;
	text-decoration: none;
}
#navi ul li a:active,
#navi ul li a:focus,
#navi ul li a:visited,
#navi ul li a:hover{
	text-decoration: none;
}
#navi ul li img:hover {
	transform: scale(1.03);
	transition-duration: 0.6s;
}
#navi ul li a:after {
	font-family: FontAwesome;
	content: "\f107";
	font-size: 16px;
	font-weight: bold;
	color: #1c6d16;
}
#navi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
/*上部固定時のcss*/
#navi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
	border-top: none;
	padding: 8px 0;
    background: #cee936;
}
#navi.fixed ul {
}
#navi.fixed ul li {
	width: 11%;
	margin: 0 4px;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}
#navi.fixed ul li a {
	width: 100%;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#navi.fixed ul li a::before {
	content: none;
}
#navi.fixed ul li img {
    width: 70%;
}
#navi.fixed ul li .active {
	background-color: #fcff56;
}

/*------------------------------------------------
	共通
--------------------------------------------------*/
.contents section {
    border-top: solid 3px #fff;
    padding: 40px 0 64px;
}

/*フルーツ別背景*/
#momo {background-color: #fff5f3;}
#budou {background-color: #edebfd;}
#nashi {background-color: #f7f5e2;}
#melon {background-color: #ecfde5;}
#cherry {background-color: #fff2f6;}
#blueberry {background-color: #e8efff;}
#ichigo {background-color: #fff0f0;}
#mikan {background-color: #fff1e9;}
#apple {background-color: #f8eaea;}
#biwa {background-color: #fdf6dc;}
#muscat {background-color: #fbffed;}


.contents .inner {
    width: 1104px;
    margin: 0 auto;
}
.contents h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
	text-align: center;	
	margin-bottom: 16px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: top center;
}

/*フルーツ別　タイトルテキスト色*/
#momo h2 {color: #FF515E; background-image: url("../img/title-ico-momo.png")}
#budou h2 {color: #5246d3; background-image: url("../img/title-ico-budou.png")}
#nashi h2 {color: #7b6d00; background-image: url("../img/title-ico-nashi.png")}
#melon h2 {color: #6bb849; background-image: url("../img/title-ico-melon.png")}
#cherry h2 {color: #e70e37; background-image: url("../img/title-ico-cherry.png")}
#blueberry h2 {color: #2b3069; background-image: url("../img/title-ico-blueberry.png")}
#ichigo h2 {color: #d22f2f; background-image: url("../img/title-ico-ichigo.png")}
#mikan h2 {color: #EB4A00; background-image: url("../img/title-ico-mikan.png")}
#apple h2 {color: #e90000; background-image: url("../img/title-ico-apple.png")}
#biwa h2 {color: #d9981a; background-image: url("../img/title-ico-biwa.png")}
#muscat h2 {color: #307600; background-image: url("../img/title-ico-muscat.png")}

.contents .title-season {
    text-align: center;
    margin-bottom: 18px;
}
.contents .title-season span {
    display: inline-block;
    font-size: 16px;
    color: #fff;    
	font-weight: bold;
    padding: 4px 32px;
}

/*フルーツ別　時期テキスト背景色*/
#momo .title-season span {background-color: #FF515E; }
#budou .title-season span {background-color: #5246d3; }
#nashi .title-season span {background-color: #7b6d00; }
#melon .title-season span {background-color: #6bb849; }
#cherry .title-season span {background-color: #e70e37; }
#blueberry .title-season span {background-color: #2b3069; }
#ichigo .title-season span {background-color: #d22f2f; }
#mikan .title-season span {background-color: #EB4A00; }
#apple .title-season span {background-color: #e90000; }
#biwa .title-season span {background-color: #d9981a; }
#muscat .title-season span {background-color: #307600; }

.contents .title-copy {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
    font-weight: bold;
	margin-bottom: 32px;
    font-feature-settings: "palt";
    letter-spacing: 0.1rem;
}
.contents .more-btn {
	width: 450px;
	margin: 32px auto 0;
	font-size: 16px;
    font-weight: bold;
	text-align: center;
}
.contents .more-btn a {
	display: block;
	background-color: #fff;
	text-decoration: none;
	color: #fff;
	padding: 8px 16px;
    border-radius: 50px;
}
.contents .more-btn a:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 8px;
}
.contents .more-btn a:hover {
	opacity: 0.8;
	transition: all 0.6s ease;
    background-color: #feffbb;
}
.contents .no-item {
    width: 100%;
    background-color: #fff;
    padding: 32px 0;
    text-align: center;
    font-size: 16px;
    border: dotted 1px #ccc;
}

/*フルーツ別　検索ボタン背景色*/
#momo .more-btn a {background-color: #FF515E; }
#budou .more-btn a {background-color: #5246d3; }
#nashi .more-btn a {background-color: #7b6d00; }
#melon .more-btn a {background-color: #6bb849; }
#cherry .more-btn a {background-color: #e70e37; }
#blueberry .more-btn a {background-color: #2b3069; }
#ichigo .more-btn a {background-color: #d22f2f; }
#mikan .more-btn a {background-color: #EB4A00; }
#apple .more-btn a {background-color: #e90000; }
#biwa .more-btn a {background-color: #d9981a; }
#muscat .more-btn a {background-color: #307600; }

/*------------------------------------------------
	商品設定
--------------------------------------------------*/
.item-wrap {
	width: 992px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.item-wrap > li:empty {
    display: none;
}
.item-box {
	width: 310px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #999;
    margin: 20px 10px 0;
    position: relative;
}
.item-box:hover {
	border: 1px solid #fdd000;
	transition: all 0.5s ease;
	opacity: .8;
}
.item-box a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: all 0.5s ease;
}
.item-box:after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 1px;
    border-top: .8em solid transparent;
    border-right: .8em solid #fdd000;
}
.item-box .item-box-pic {
	position: relative;
}
.item-box .item-box-pic img {
	width: 100%;
	height: 185px;
	object-fit: cover;
	margin-bottom: 10px;
}
.item-box .item-box-ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 5px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.item-box .item-box-point {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 5px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.item-box ul {
	color: #a63807;
	font-size: 13px;
	margin-bottom: 10px;
}
.item-box ul li {
	display: inline;
	margin-right: 5px;
	margin-bottom: 10px;
    font-weight: bold;
}
.item-box ul li.item-box-type:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(../img/ico-calendar.svg) no-repeat;
    vertical-align: middle;
    margin-right: 3px;
}
.item-box ul li.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;
}
.item-box ul li.item-box-dpt:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 16px;
	background: url(../img/ico-busstop.svg) no-repeat;
	vertical-align: middle;
	margin-right: 3px;
}

.item-box .item-box-price {
	color: #DF0D00;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.item-box .item-box-dep{
    text-align: right;
    font-size: 12px;
}
.item-box .item-box-memo{
    text-align: right;
    font-size: 12px;
}

/*他地区発*/
.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 5px 0;
    background-color: #8d6c00;
    color: #fff;
    font-size: 13px;
    padding: 4px 5px;
    text-decoration: none;
    border-radius: 4px;
}
.item-search-link a:hover {
	background-color: #4a4a4a;
	transition: opacity 0.4s ease;
}
.item-search-link a:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 5px;
}

/*------------------------------------------------
	バストップへのボタン
--------------------------------------------------*/
.btn-bustop {
    width: 600px;
    margin: 64px auto 0;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    font-weight: bold;
    padding-bottom: 64px;
}
.btn-bustop a {
    display: block;
    background-color: #cee936;
    color: #333;
    text-decoration: none;
    border-radius: 1.5em;
    padding: 16px 64px;
}
.btn-bustop a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;    
}
.btn-bustop a::after {
    content: "▶";
    padding-left: 8px;
}

/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-detail {
    padding: 50px 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: #fcfff6;
    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.5em;
    font-weight: bold;
}
.line-inner .textarea {
    width: 50%;
    text-align: left;
    padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
    width: 49%;
    display: flex;
    align-items: center;
    padding: 30px 30px 30px 0;
}
.line-inner .text1 {
    font-size: 17px;
    line-height: 1.4em;
}
.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.3em;
    color: #fff231;
    padding: 0 2px;
}
.line-qr {
    width: 80px;
    margin-right: 8px;
}
.line-qr img {
    width: 100%;
}
/*------------------------------------------------
	終了処理
--------------------------------------------------*/
#end{
	width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: bold;
    padding: 50px 0;
	background: #f9ffd9;
	& a {
		color: inherit;
	}
}

/*----------------------------------------------
	新仕様改修
------------------------------------------------*/
/*パンくず*/
.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;
		}
	}
}