@charset "utf-8";

.breadcrumb {
    width: 100%;
}

.contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-size: 14px;
	line-height: 1.4em;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainVisual {
	width: 100%;
	text-align: center;
	background: url("../img/main-bg-sp.jpg") no-repeat top center;
	background-size: 100%;
    padding-bottom: 4vw;
}
#mainVisual .logo {
	padding-top:4vw;
    margin-bottom: 10vw;
}
#mainVisual .logo img {
	width: 80vw;
}
#mainVisual .lead {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: left;
    padding: 0 10vw;
    font-size: 3.6vw;
    line-height: 1.5em;
    color: #fff;
}

/*------------------------------------------------
	特別仕様車説明
--------------------------------------------------*/
#spec {
    width: 100%;
    background: #f3f3ef;
    padding: 8vw 0 5vw;
    position: relative;
}
/*
#spec .inner {
}
*/
#spec h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    color: #8b0202;
}
#spec h2 .sub {
    font-size: 4.0vw;
}
#spec h2 .title {
    font-size: 6vw;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#spec h2 .title:before {
    content: "";
    display: inline-block;
    width: 10vw;
    height: 3vw;
    background: url("../img/spec-title-before.png") no-repeat;
    background-size: contain;
    margin-right: 3vw;
}
#spec h2 .title:after {
    content: "";
    display: inline-block;
    width: 10vw;
    height: 3vw;
    background: url("../img/spec-title-after.png") no-repeat;
    background-size: contain;
    margin-left: 3vw;
}
#spec .bus {
    position: absolute;
    top: -6vw;
    right: 2vw;
}
#spec .bus img {
    width: 30vw;
}
#spec .spec-box {
    width: 100%;
    padding: 8vw 0 5vw;
    border-bottom: solid 1px #dbd4af;
}
#spec .spec-box:last-of-type {
    border-bottom: none;
}
#spec .spec-box .ph {
    width: 80vw;
    margin: 0 auto 5vw;
}
#spec .spec-box .ph img {
    width: 100%;
}
#spec .spec-box .ph span {
    font-size: 2.8vw;
	line-height: 1.4em;
}
#spec .spec-box .info {
    width: 84vw;
    margin: 0 auto;
}
#spec .spec-box .info dt {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 5.0vw;
	line-height: 1.6em;
    color: #ac8e00;
    font-weight: bold;
    border-bottom: solid 1px #ac8e00;
    margin-bottom: 2vw;
}
#spec .spec-box .info dd {
    font-size: 3.5vw;
    line-height: 1.4em;
    margin-bottom: 1vw;
    padding-left: 4vw;
    position: relative;
}
#spec .spec-box .info dd:before {
    content: "";
    display: inline-block;
    width: 3vw;
    height: 3vw;
    background: url("../img/icon-list.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0.5vw;
}
#spec .spec-box .info dd.note {
	font-size: 3.0vw;
	line-height: 1.5;
	margin-top: 3vw;
	padding-left: 0;
}
#spec .spec-box .info dd.note:before {
	content: none;
}
#spec .title-movie {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    color: #8b0202;
    font-size: 4.2vw;
    line-height: 1.6em;
    font-weight: bold;
	margin: 8vw 0 3vw;
}
/*yotube*/
.youtube {
	width: 90%;
	aspect-ratio: 16 / 9;
	margin: 0 auto 5vw;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------
	おすすめツアー
--------------------------------------------------*/
#tour {
    width: 100%;
    background: url("../img/tour-bg.png");
    background-size: 16px;
    padding: 0 0 10vw;
}
#tour h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    background: url("../img/tour-title-bg-sp.jpg") no-repeat;
    background-size: 100%;
    font-size: 5vw;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 3vw 0;
    margin-bottom: 8vw;
}

/*------------------------------------------------
	商品設定
--------------------------------------------------*/
.item-wrap {
    width: 96vw;
    margin: 0 auto;
}
.item-wrap > li {
    width: 100%;
    margin-bottom: 3vw;
}
.item-wrap .item-box {
	padding: 5vw 3vw;
	background-color: #fff;
}
.item-box .title {
    background: url("../img/logo-mark.png") no-repeat top left;
    background-size: 16.5vw;
    padding-left: 18vw;
    margin-bottom: 3vw;
}
.item-box .item-sub {
    font-size: 3.0vw;
    line-height: 1.3em;
    margin-bottom: 1vw;
}
.item-box .item-title {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.4em; 
    margin-bottom: 1vw;
}
.item-box .item-icon span {
    display: inline-block;
    color: #fff;
    font-size: 2.8vw;
	line-height: 1.5em;
    margin-right:1vw;
    padding: 0 1vw;
}
.item-box .item-icon span.dpt { background-color: #2f6077;}
.item-box .item-icon span.area { background-color: #6fa506;}
.stay .item-box .item-icon span.area { background-color: #ea4410;}

.item-box .ph-slider {
    width: 100%;
 	overflow-x: scroll;
    white-space: nowrap;
	-webkit-overflow-scrolling: touch;
    margin-bottom: 3vw;
}
.item-box .ph-slider p {
    display: inline-block;
    width: 50vw;
    margin-right: 1vw;
}
.item-box .ph-slider p img {
    width: 100%;
}
.item-box .ph-slider p span {
    display: flex;
    font-size: 2.8vw;
    line-height: 1.1;
    margin-top: 0.5vw;
}
/*
.item-box .info {
}
*/
.item-box .item-price {
    font-size: 4.6vw;
    font-weight: bold;
    color: #db1010;
    text-align: right; 
    line-height: 1.4em;
}
.item-box .item-dep {
    font-size: 2.8vw;
	line-height: 1.4em;
    text-align: right; 
    margin-bottom: 2vw;
}
.item-box .item-point {
    background-color: #eee;
    font-size: 3.5vw;
    line-height: 1.4em;
    padding-bottom: 1vw;
}
.item-box .item-point dt {
    font-weight: bold;
    background-color: #c19536;
    color: #fff;
    padding: 0.5vw 2vw;
    margin-bottom: 2vw;
}
.item-box .item-point dd {
    padding: 0 2vw 0 9vw;
    margin-bottom: 5px;
    position: relative;
}
.item-box .item-point dd:before {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background: url("../img/icon-list.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 2vw;
    top: 0.5vw;
}
.item-box .more-btn {
	width: 74vw;
    margin: 5vw auto 0;
    font-size: 3.4vw;
	text-align: center;
}
.item-box .more-btn a {
	display: block;
	padding: 3vw 0;
	color: #fff;
	text-decoration: none;
	background-color: #6c0202;
	border-radius: 10vw;
}
.item-box .more-btn a:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 2vw
}

/*発着地ボタン*/
.item-box .other-link {
	width: 74vw;
	margin: 3vw auto 0;
	font-size: 3.6vw;
	text-align: center;
}
.item-box .other-link a {
    display: none;
	padding: 2vw 0;
	color: #fff;
	text-decoration: none;
    background-color: #ff8a00;
	border-radius: 5vw;
    margin-bottom: 1vw;
}
.item-box .other-link a.show {
    display: inline-block;
}
.item-box .other-link a:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 2vw
}
/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#tour #navi ul {
	width: 100vw;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#tour #navi ul li {
	width: 50%;
	margin: 0 2%;
	background-color: #fff;
	color: #8c0202;
	font-size: 3.6vw;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	/*border:solid 2px #8c0202;*/
}
#tour #navi ul li a {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 3vw 0;
	position: relative;
}
#tour #navi ul li a:after {
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
    bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	line-height: 1.0em;
}
#tour h3 {
	width: 96vw;
	margin: 0 auto 5vw;
	padding-top: 8vw;
	text-align: center;
	font-size: 6.2vw;
	line-height: 1.5em;
	font-weight: bold;
	color: #711313;
	border-bottom: solid 0.5vw #711313;
}
/*ナビ固定時*/
#tour #navi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #8c0202;
}
#tour #navi.fixed ul li {
	background-color: #8c0202;
	color: #fff;
	margin: 0;
}
#tour #navi.fixed ul li:first-child {
	border-right: solid 1px #fff;
}
#tour #navi.fixed li a.active {
	background-color: #b01a1a;
}


/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-simple {
    padding: 3vw 0 10vw;/*ページによって調整*/
    background-color: #f3f3ef;/*ページによって調整*/
}
.line-wrap-detail {
    padding: 4vw 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;
}