@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap');

.contents {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainVisual {
	width: 100%;
	text-align: center;
    background: #8b0202 url("../img/main-bg.jpg") no-repeat top center;
    padding-bottom: 30px;
}
#mainVisual .logo {
	padding-top: 35px;
    margin-bottom: 75px;
}
#mainVisual .lead {
    font-family: "Noto Serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 16px;
    line-height: 1.7em;
    color: #fff;
}

/*------------------------------------------------
	特別仕様車説明
--------------------------------------------------*/
#spec {
    width: 100%;
    background: #f3f3ef;
    padding: 70px 0 20px;
}
#spec .inner {
    width: 992px;
    margin: 0 auto;
    position: relative;
}
#spec h2 {
    font-family: "Noto Serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    color: #8b0202;
    margin-bottom: 70px;
}
#spec h2 .sub {
    font-size: 24px;
}
#spec h2 .title {
    font-size: 38px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-weight: 700;
}
#spec h2 .title:before {
    content: "";
    display: inline-block;
    width: 92px;
    height: 24px;
    background: url("../img/spec-title-before.png") no-repeat;
    margin-right: 10px;
}
#spec h2 .title:after {
    content: "";
    display: inline-block;
    width: 92px;
    height: 24px;
    background: url("../img/spec-title-after.png") no-repeat;
    margin-left: 10px;
}
#spec .bus {
    position: absolute;
    top: 0;
    right: 0;
}
#spec .spec-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
#spec .spec-box .ph {
    width: 440px;
}
#spec .spec-box .ph span {
    font-size: 13px;
}
#spec .spec-box .info {
    width: 500px;
}
#spec .spec-box:nth-of-type(even)  .ph {
    order: 2;
}
#spec .spec-box:nth-of-type(even)  .info {
    order: 1;
}
#spec .spec-box .info dt {
    font-family: "Noto Serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 28px;
    line-height: 1.4em;
    color: #ac8e00;
    font-weight: 500;
    border-bottom: solid 1px #ac8e00;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#spec .spec-box .info dd {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
#spec .spec-box .info dd:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icon-list.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
}
#spec .spec-box .info dd.note {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 30px;
	padding-left: 0;
}
#spec .spec-box .info dd.note:before {
	content: none;
}

#spec .title-movie {
    font-family: "Noto Serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    color: #8b0202;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.6em;
    font-weight: 700;
}
#spec .title-movie:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 20px;
    background: url("../img/spec-title-before.png") no-repeat;
	background-size: contain;
    margin-right: 10px;
}
#spec .title-movie:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 20px;
    background: url("../img/spec-title-after.png") no-repeat;
	background-size: contain;
    margin-left: 10px;
}
/*yotube*/
.youtube {
	text-align: center;
	margin-bottom: 80px;
}


/*------------------------------------------------
	おすすめツアー
--------------------------------------------------*/
#tour {
    width: 100%;
    background: url("../img/tour-bg.png");
    padding: 0 0 60px;
}
#tour h2 {
    font-family: "Noto Serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    background: url("../img/tour-title-bg.jpg") no-repeat top center;
    font-size: 34px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 15px 0 20px;
    margin-bottom: 60px;
}
/*IE11のみ調整*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #tour h2 { padding: 20px 0 10px; } 
}

#tour .inner {
    width: 992px;
    margin: 0 auto;
}


/*------------------------------------------------
	商品設定
--------------------------------------------------*/
.item-wrap {
	width: 992px;
}
.item-wrap > li {
    width: 100%;
    margin-bottom: 20px;
}
.item-wrap .item-box {
	padding: 30px 40px;
	background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.item-box .title {
    width: 100%;
    background: url("../img/logo-mark.png") no-repeat top left;
	background-size: 120px;
    padding-left: 130px;
    min-height: 120px;
    margin-bottom: 30px;
}
.item-box .item-sub {
    font-size: 14px;
    line-height: 1.5em;
}
.item-box .item-title {
    font-family: "Noto Serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em; 
    margin-bottom: 10px;
}
.item-box .item-icon span {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
    padding: 2px 10px;
}
.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: 400px;
    height: 335px;
    overflow: hidden;
    margin-right: 40px;
}
.item-box .ph-slider p img {
    width: 100%;
}
.item-box .ph-slider p span {
    display: block;
    font-size: 13px;
}
.item-box .ph-slider p span br {
    display: none;
}
/*dot・arrow位置調整*/
.item-box .slick-dots {
    position: absolute;
    bottom: 0px!important;
}
.item-box .slick-prev, .item-box .slick-next {
    z-index: 100;
	position: absolute;
    top: 45%!important;
}
/**/

.item-box .info {
    width: 470px;
}
.item-box .item-price {
    font-size: 24px;
    font-weight: bold;
    color: #db1010;
    text-align: right; 
    line-height: 1.4em;
}
.item-box .item-dep {
    font-size: 13px;
    text-align: right; 
    margin-bottom: 20px;
}
.item-box .item-point {
    background-color: #eeeeee;
    font-size: 15px;
    padding-bottom: 10px;
}
.item-box .item-point dt {
    font-weight: bold;
    background-color: #c19536;
    color: #fff;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.item-box .item-point dd {
    padding: 0 10px 0 30px;
    margin-bottom: 7px;
    position: relative;
}
.item-box .item-point dd:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icon-list.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 2px;
}
.item-box .more-btn {
	width: 500px;
	margin: 20px auto 0;
	font-size: 16px;
	text-align: center;
	background-color: #6c0202;
    border-radius: 30px;
}
.item-box .more-btn a {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
    border-radius: 30px;
}
.item-box .more-btn a:hover {
    background-color: #860202;
	transition: all 0.6s ease;
}
.item-box .more-btn a:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 10px;
}

/*発着地ボタン*/
.item-box .other-link {
	width: 500px;
	margin: 10px auto 0;
	font-size: 16px;
	text-align: center;
}
.item-box .other-link a {
    display: none;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
    background-color: #ff8a00;
    margin-bottom: 10px;
}
.item-box .other-link a:hover {
    background-color: #ff9c00;
	transition: all 0.6s ease;
}
.item-box .other-link a.show {
    display: inline-block;
}
.item-box .other-link a:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 10px;
}

/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#tour #navi ul {
	width: 992px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#tour #navi ul li {
	width: 40%;
	margin: 0 5px;
	background-color: #fff;
	color: #8c0202;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border:solid 2px #8c0202;
}
#tour #navi ul li a {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 15px 0;
	position: relative;
}
#tour #navi ul li a:hover {
	transition: all 0.6s ease;
	background-color: #8c0202;
	color: #fff;
}
#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 {
	padding-top: 50px;
	text-align: center;
	margin-bottom: 40px;
	font-size: 34px;
	line-height: 1.5em;
	font-weight: bold;
	color: #711313;
	border-bottom: solid 2px #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;
}
#tour #navi.fixed li a.active {
	background-color: #b01a1a;
}

/*商品の写真1枚の時*/
.item-box .no-slider .slick-dots{
	display: none;
}

/*------------------------------------------------
        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: #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;
}
