@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.5;
  -webkit-text-size-adjust: none;  
	background: #ffefef;
}
.contents .inner {
	width: 992px;
	margin: 0 auto;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 400px;
	text-align: center;
	background: #fadede url("../img/main-bg-pc.jpg") no-repeat top center;
}
#mainvisual .logo {
	padding-top: 20px;
}
#mainvisual .btn-tour {
	position: fixed;
	right: 10vw;
	top: 570px;
	z-index: 1;
}
#mainvisual .btn-tour a {
	display: block;
}
#mainvisual .btn-tour a:hover {
	transform: translate(0px,3px);
	transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
	#mainvisual .btn-tour {
		right: 1vw;
		top: 450px;
	}
}
/*------------------------------------------------
	導入
--------------------------------------------------*/
#lead {
	width: 100%;
	background: #E32B2B url("../img/lead-bg.png") no-repeat top center;
	margin-bottom: 80px;
}
#lead .inner {
	padding: 80px 0 40px;
	position: relative;
}
#lead .ichigo {
	position: absolute;
	top: 65px;
	left: -15px;
}
#lead .text {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}
#lead .illust {
	position: absolute;
	right: 0;
	bottom: -50px;
}
/*------------------------------------------------
	ローカルナビ
--------------------------------------------------*/
.local_navi_height,
.local_navi_height:has(.fixed) {
	height: 64px;
}
.local_navi {
	width: 100%;
}
.local_navi ul {
	width: 1104px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	gap: 16px;
}
.local_navi ul {
	padding: 8px 0;
}
.local_navi ul li a {
	width: 280px;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #fff;
	padding: 4px 0;
	background-color: #478300;
	border-radius: 8px;
	box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 12%);
	position: relative;
}
.local_navi ul li a::after {
	font-family:  "FontAwesome", "Font Awesome 5 Free";
	content: "\f107";
	right: 20px;
	position: absolute;
}
.local_navi ul li a:hover {
	background-color: #00440c;
	transition: all 0.6s ease;
}
/* ローカルナビ：固定時 */
.local_navi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
	background: #fff;
}
.local_navi.fixed ul li a.active {
	background-color: #00440c;
}.local_navi.fixed ul li a.active:hover {
	background-color: #00440c;
}
/*------------------------------------------------
	ランキング
--------------------------------------------------*/
#ranking {
	width: 100%;
	padding: 56px 0;
}
#ranking .inner {
  width: 1104px;
	background-color: #fff;
	padding: 24px 0 32px;
}
#ranking h2 {
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
	font-weight: 700;
	color: #6e2508;
	margin-bottom: 32px;
}
#ranking h2:before {
	content: "";
	display: block;
	width: 58px;
	height: 41px;
	background-image: url("../img/icon-crown.png");
	background-size: contain;
	margin: 0 auto;
}
#ranking .item-box-badge {
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: 100;
}
#ranking .item-box-badge img {
    width: 60px;
}
/*------------------------------------------------
	ツアー
--------------------------------------------------*/
#tour {
	background: url("../img/contents-bg-bottom-pc.png") no-repeat bottom center;
	padding-bottom: 96px;
}
/*------------------------------------------------
	絞り込みナビ
--------------------------------------------------*/
#product .navi {
	background-color: #f5cfcf;
	padding: 16px 0;
	margin-bottom: 40px;
}
#product .navi h2 {
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
	font-weight: 700;
	color: #6e2508;
	margin-bottom: 8px;
}
#product .navi h2:before {
	content: "";
	display: block;
	width: 43px;
	height: 49px;
	background-image: url("../img/icon-ichigo.png");
	background-size: contain;
	margin: 0 auto;
}
/*
#product .navi .sort {
	width: 970px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
#product .navi .sort:before {
	font-family: "Font Awesome 5 Free";
    content: "\f002";
	font-weight: 900;
}
*/
#product .navi ul {
	width: 992px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#product .navi li {
	width: 14%;
	margin: 0 4px;
	background-color: #fff;
	color: #6e2508;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 16px 0;
	border-radius: 8px;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}
#product .navi li:first-child {
	width: 10%;
	background-color: #a50606;
	color: #fff;
}
#product .navi li:hover {
	opacity: 0.6;
	transition: all 0.6s ease;
}
#product .navi li.tab-button-active {
	background-color: #E32B2B;
	color: #fff;
}
#product .navi li:after {
	font-family: "Font Awesome 5 Free";
    content: "\f0d7";
	font-weight: 900;
	font-size: 12px;
	position: absolute;
    bottom: -4px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#product h3 {
	display: none;
	text-align: center;
	margin-bottom: 24px;
}
#product h3 strong {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 900;
	color: #ef2e2e;
	display: block;
}
#product h3 strong:before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 38px;
	background-image: url("../img/leaf-left.png");
	background-size: contain;
	margin-right: 16px;
	vertical-align: middle;
}
#product h3 strong:after {
	content: "";
	display: inline-block;
	width: 45px;
	height: 38px;
	background-image: url("../img/leaf-right.png");
	background-size: contain;
	margin-left: 16px;
	vertical-align: middle;
}
#product h3 span {
	display: inline-block;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 700;
	color: #6e2508;
	border-bottom: dashed 2px #ef2e2e;
}

/* ▼絞り込みボタン　改行処理 */
.newline_pc {
	display: inline-block;
}

.newline_sp {
	display: none;
}

/*------------------------------------------------
	商品設定
--------------------------------------------------*/
.item-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#ranking .item-wrap {
    justify-content: center;
}
.item-wrap > li:empty {
    display: none;
}
.item-box {
	width: 314px;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #999;
	margin: 16px 8px 0;
	position: relative;
}
#ranking .item-box{
    margin: 0 8px;
}
.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.5;
	margin-bottom: 5px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.item-box .item-box-point {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 5px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.item-box ul {
	color: #a63807;
	font-size: 12px;
	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-search-link {
	width: 314px;
	margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
    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: #c59d13;
    color: #fff;
    font-size: 12px;
    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 {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	margin-left: 5px;
}

/*アイコン*/
.item-box-icon:empty,
.item-box-icon span:empty{
	display: none;
}
.item-box-icon {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.item-box-icon span {
	margin-right: 5px;
	margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.0;
	color: #fff;
    padding: 3px 5px;
	display: none;
}
.item-box-icon span.show {
	display: inline-block;
}

.ico-grand {background-color: #d82828;}
.ico-kosetu {background-color: #008291;}
.ico-yuttari {background-color: #218929;}
.ico-gourmet {background-color: #a76800;}
.ico-flower {background-color: #cd177f;}
/* .ico-spot{background-color: #7abf53;} */
.ico-powor {background-color: #2c62c9;}
.ico-shukuhaku{background-color: #9e52c9;}

/*------------------------------------------------
	バストップへのボタン
--------------------------------------------------*/
.btn-bustop {
  width: 600px;
  margin: 72px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.btn-bustop a {
  display: block;
  background-color: #E32B2B;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 4px 4px 0 rgba(0 0 0 / 20%);
  padding: 16px 64px;  
}
.btn-bustop a:hover {
    background-color: #d80012;
    transition: all 0.6s ease;    
}
.btn-bustop a::after {
    content: "▶";
 padding-left: 10px;
}

/*------------------------------------------------
	その他の発着地
--------------------------------------------------*/
#other-dep {
	text-align: center;
}
#other-dep h2 {
	font-size: 18px;
	font-weight: 700;
	color: #6e2508;
	margin-bottom: 32px;
}
#other-dep ul {
	display: flex;
	justify-content: center;
}
#other-dep ul li {
	margin: 0 8px;
}
#other-dep ul li a {
  display: block;
  background-color: #fff;
  font-size: 16px;
  color: #ef2e2e;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 32px;
}
#other-dep ul li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 8px;
}
#other-dep ul li a:hover {
	background-color: #ef2e2e;
	transition: all 0.6s ease;
	color: #fff;
}
/*------------------------------------------------
	コンテンツ
--------------------------------------------------*/
#cont {
	width: 100%;
	background-color: #fffce7;
	background-image: url("../img/cont-bg.png");
	padding: 0 0 56px;
}
#cont .cont_bg{
	background: url("../img/ranking-bg.png") no-repeat top center;
}
#cont .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 72px;
}
#cont .cont1,#cont .cont4 {
	width: 100%;
	margin-bottom: 32px;
}
#cont .cont2,#cont .cont3 {
	width: 48%;
	margin-bottom: 32px;
	position: relative;
}
/* 見出し：いちごの楽しみ方 */
#cont h2.cont_title {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 900;
	color: #fff;
	text-align: center;
	background-color: #ef2e2e;
	padding: 16px 0;
}
#cont h2.cont_title:before {
	content: "";
	display: inline-block;
	width: 79px;
	height: 72px;
	background-image: url("../img/ichigo-left.png");
	background-size: contain;
	margin-right: 20px;
	vertical-align: middle;
}
#cont h2.cont_title:after {
	content: "";
	display: inline-block;
	width: 79px;
	height: 72px;
	background-image: url("../img/ichigo-right.png");
	background-size: contain;
	margin-left: 20px;
	vertical-align: middle;
}
/* ------- */
#cont h3 {
	font-size: 28px;
	line-height: 1.8;
	font-weight: 900;
	color: #6e2508;
	position: relative;
	padding-left: 80px;
}
#cont h3 img {
	position: absolute;
	top: 0;
	left: -10px;
	z-index: 1;
}
#cont ul {
	background-color: #fff;
	padding: 40px;
}
#cont h4 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #53900b;
	margin-bottom: 5px;
}
#cont .effect {
	display: flex;
	justify-content: space-between;
}
#cont .effect li {
	width: 30%;
}
#cont .technic li:not(:last-child) {
	margin-bottom: 20px; 
}
#cont .technic li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#cont .technic li img {
	width: 120px;
}
#cont .technic li .text {
	width: 270px;
}
#cont .choice {
	background: #fff url("../img/cont3-bg.png") no-repeat top 40px left 30px;
	height: 440px;
	position: relative;
}
#cont .choice li {
	position: absolute;
}
#cont .choice li span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.3;
}
#cont .choice li:nth-child(1) {top: 50px;left: 143px;}
#cont .choice li:nth-child(2) {top: 135px;left: 225px;}
#cont .choice li:nth-child(3) {top: 230px;left: 225px;}
#cont .choice li:nth-child(4) {top: 350px;left: 155px;}

#cont .brand {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cont .brand li {
	width: 430px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#cont .brand li:nth-child(1),#cont .brand li:nth-child(2) {
	margin-bottom: 30px;
}
#cont .brand li img {
	width: 160px;
	border-radius: 50%;
}
#cont .brand li h4 {
	font-size: 22px;
	font-weight: 700;
	color: #e94343;
}
#cont .brand li .text {
	width: 250px;
}

/*吹き出し*/
#cont .cont2 .fukidashi {
	position: absolute;
	right: -17px;
	top: 5px;
}
#cont .cont3 .fukidashi {
	position: absolute;
	right: -10px;
	bottom: -10px;
}

/*------------------------------------------------
	終了処理
--------------------------------------------------*/
#end{
	width: 100%;
	position: relative;
  padding-top: 96px;	
}

#end p{
  width: 1104px;
  margin: 0 auto;
  position: relative;
  padding: 18px 0;
  text-align: center;
  line-height: normal;
  font-size: 18px;
}

/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-detail {
	padding: 56px 0 0;/*ページによって調整*/
}
.line-inner {
        width: 992px;
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0.1em;
        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: #06C755;
        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: 18px;
        line-height: 1.5;
}
.line-inner .text1 span {
        display: inline-block;
        font-weight: bold;
        color: #fb0b0b;
        background-color: #ffe1e1;
        padding: 0 2px;
}
.line-inner .text2 {
        font-size: 20px;
        font-weight: bold;
        background: linear-gradient(transparent 60%, #fff231 0%);
        display: inline-block;
        line-height: 1.8;
        padding: 0 4px;
}
.line-button a {
        display: block;
        color: #fff;
        font-size: 14px;
        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: #06C755;
        padding: 10px 10px 6px 70px;
        position: relative;
        text-decoration: none;
}
.line-button a:hover {
        opacity: .8;
        transition: all 0.6s ease;        
}
.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;
}

/*----------------------------------------------
	新仕様改修
------------------------------------------------*/
/*パンくず*/
.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;
		}
	}
}