@charset "utf-8";
* {
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

*:focus {
    outline: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
	overflow-x:hidden;

}

body {
    margin: 0;
    line-height: 1.5;
    color: #333;
    background-color: #FFFFFF;
	overflow-x:hidden;

}

body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    padding: 0;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

[role='button']:focus {
    outline: 0;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
    outline: none;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="text"] {
    -webkit-appearance: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    outline: none;
    -webkit-appearance: none;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


.sub-nav {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    font-size: 0.9em;
}

.sub-nav a {
    color:#696969;
    padding: 16px 0;
	font-size:0.9em;
}

@media (min-width:768px) {
    .sub-nav {
        width: 750px;
    }
	
}

@media (min-width:992px) {
    .sub-nav {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .sub-nav {
        width: 1170px;
    }
}

.main {
    max-width: 100%;
    margin: 40px auto;
    clear: left;
}

.title {
    font-size: 24px;
    margin-bottom: 15px;
}

.w-imgText {
    position: relative;
    overflow: visible;
}

.w-imgText ul,
.w-imgText li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.w-imgText .item {
    position: relative;
}

.w-imgText .item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.w-imgText .swiperBox {
    overflow: hidden;
    padding-right: 0;
}

.w-imgText .imTB {
    overflow: hidden;
}

.w-imgText .img {
    width: 100%;
    position: relative;
}

.w-imgText .img img {
    width: 100%;
}

.w-imgText .textB {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px 4%;
    line-height: 1.7;
}

.w-imgText .textB .bg_x {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.w-imgText .textB .text_x {
    position: relative;
    z-index: 1;
    max-height: 100%;
    overflow: hidden;
}

.w-imgText .textB .text_x .tt_h {
    font-size: 16px;
    color: #696969;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.w-imgText .textB .text_x p {
    color: #808080;
    line-height: 1.8em;
    letter-spacing: 1px;
    text-align: left;
}

.w-imgText .textB .text_x .btn {
    margin-top: 1.2em;
    line-height: 2.5;
    padding: 0 3em;
    display: inline-block;
    border: 1px solid #bbb;
    color: #930;
    border-radius: 5px;
    background: #fff;
}

.w-imgText .igt_page {
    position: absolute;
    z-index: 10;
    left: auto;
    width: auto;
    right: 0;
    top: -65px;
    font-size: 20px;
    color: #999;
}

.w-imgText .igt_page span.on {
    color: #222;
    font-size: 200%;
}

.igt_page_text {
    margin-top: -20px;
}

.igt_page_text ul,
.igt_page_text li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.igt_page_text li {
    float: left;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
}

.igt_page_text li:hover,
.igt_page_text li.on {
    opacity: 1;
}

.igt_page_text li .item_span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 1em 0 0;
    position: relative;
}

.igt_page_text li .item_span:before,
.igt_page_text li .item_span:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 600px;
    top: 50%;
    background: #e3e7ed;
}

.igt_page_text li .item_span:before {
    right: 100%;
}

.igt_page_text li .item_span:after {
    left: 100%;
}

.igt_page_text li .item_span>div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.igt_page_text li .item_span .num {
    width: 1em;
    color: #f4f6f9;
    visibility: hidden;
    font-size: 100px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.igt_page_text li .item_span .tit {
    margin-left: 0.5em;
    font-size: 16px;
}

.igt_page_text li:hover .item_span .num,
.igt_page_text li.on .item_span .num {
    visibility: visible;
}

.igt_page_text li .item_span .adore {
    display: block;
    width: 1em;
    height: 1em;
    background: #e0e0e0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    left: 77px;
}

.igt_page_text li.on .item_span .adore {
    background: #f60;
}

.w-imgText .swiper-slide-prev,
.w-imgText .swiper-slide-next {
    animation: animationScale 0.4s 1;
    animation-fill-mode: forwards;
}

.text-view {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    line-height: 2em;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 1em;
    opacity: 0;
    height: 0;
    overflow: hidden;
    text-align: center;
    letter-spacing: 2px;
}

.swiper-slide-active .text-view {
    animation: textShow 0.6s 1;
    animation-fill-mode: forwards;
}

@keyframes animationScale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

@keyframes textShow {
    0% {
        opacity: 0;
        height: 0;
    }
    100% {
        opacity: 1;
        height: 30px;
    }
}

.swiper-slide {
    background: #f6f6f6;
}

.item {
    /* margin:20px; */
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.item .img img {
    border-radius: 5px;
    padding: 10px;
}

.text_x {
    text-align: center;
}


/*  -----ツアー名-----   */

.sub-title {
    text-align: center;
}

.sub-title li {
    float: left;
    letter-spacing: 1px;
}

.sub-title li span {
    background: #930;
    color: #fff;
    padding: 3px 5px;
    font-size: 0.9em;
    border: 1px solid #900;
    border-radius: 3px;
    margin-right: 10px;
}

.sub-title-mid {
    padding: 0 50px;
}


/*  -----ツアー日程表-----   */

.tour-l {
    float: left;
    width: 70%;
    margin-left: 10px;
    position: relative;
}


/* --------------------------------   */


/* --------------------------------   */

.tour-title {
    width: 99%;
    text-align: center;
    position: sticky;
    top: 0;
    left: 0;
}

.tour-title ul {
    display: flex;
}

.tour-title li {
    /* float: left; */
    width: 19.8%;
    border: 1px solid #c9c9c9;
	background:#f9f9f0;

}

.tour-title li a {
    display: block;
    width: 100%;
	padding: 12px 0 0 0;
    color: #696969;
    font-weight: 600;
}

.tour-title li:hover {
    color: #fff;
    background: #930;
}

.tour-title li a:hover {
    text-decoration: none;
    color: #fff;
    background: #930;
}
   .inquiry-title a{
	

	}
.tour-title .inquiry-title a {
    color: #F60;
}

.tour-content {
    width: 100%;
    text-align: center;
}

.tour-content h3 {
    color: #930;
    text-align: center;
    padding: 40px 0 0 0;
    font-size: 20px;
    letter-spacing: 2px;
}

.tour-point {
    width: 100%;
    text-align: left;
    clear: left;
}

.tour-point p {
    text-align: center;
    margin: -20px 5px 20px 5px;
    font-size: 0.9em;
    color: #696969;
}

.tour-point li {
    padding: 10px 8px 10px 5px;
}

/*  ------------------Tour Table------------------   */

.tour-itinerary table {
    width: 99%;
    border-collapse: collapse;
    border: 1px solid #b6b6b6;
    border-top: 3px solid #930;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
    background: #F9F9F9;
    line-height: 1.6em;
}

.tour-itinerary tr {
    margin: 0;
    padding: 0;
    width: 100%;
}

.tour-itinerary th {
    border-collapse: collapse;
    border: 1px solid #b6b6b6;
    color: #333;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    letter-spacing: 2px;
	text-shadow:1px 1px#fff;
}

.tour-itinerary td {
    border-collapse: collapse;
    border: 1px solid #b6b6b6;
}

.tour-itinerary tr:hover {
    background: #fff;
}

.tour-itinerary .schedule,
.tour-itinerary .jiudian,
.tour-itinerary .can {
    text-align: left;
    padding: 10px;
    line-height: 2em;
}

.tour-itinerary .jiudian {
    background: #FFF;
    text-shadow: 1px 1px #fff;
}

.tour-itinerary .can {
    background: #FFF;
}

.rishu {
    display: none;
}

.tour-name {
    text-align: left;
}

.tour-name span {
    background: #930;
    color: #fff;
    padding: 4px 8px 2px 8px;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
}

.schedule p{
		background:#fff;
		padding:8px;
		border:1px solid #e6e6e6;

		border-radius:5px;
		}
.schedule p:hover{
	    background:#f9f9f9;
	}
.schedule a{
	text-shadow:1px 1px #fff;
	}
.i-tro{text-align:left; font-size:0.92em;}

.m-rishu{font-weight:600;}
.schedule  .heritage{
	background:#953;
	color:#fff;
	padding:1px 3px 2px 3px;
	font-size:11px;
	margin:0 6px;
	border:1px solid #999;
	border-radius:3px;
	}
.schedule  .heritage2{
	background:#C30;
	color:#fff;
	padding:1px 3px 2px 3px;
	font-size:11px;
	margin:0 6px;
	border:1px solid #999;
	border-radius:3px;
	}
.schedule .s-text{
	font-size:0.97em;
	font-family:"MS Serif", "New York", serif;
	color:#000;
	}
/*  ------------------Tour Price------------------   */

.tour-price {
    width: 100%;
}

.tour-price table {
    width: 99%;
    border-collapse: collapse;
    border: none;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
    background: #F9F9F9;
    line-height: 1.6em;
}

.tour-price th {
    border-collapse: collapse;
    border: 2px solid #ccc;
    color: #666;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 2px;
    background: #efe9e9;
    border-radius: 5px;
    box-shadow: 2px 2px #ddd;
    font-size: 1.2em;
    text-shadow: 1px 1px #fff;
}

.tour-price td {
    border-collapse: collapse;
    border: 2px solid #ccc;
    padding: 8px 0;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 2px 2px #ddd;
    letter-spacing: 1px;
    text-shadow: 1px 1px #fff;
}

.tour-price td:hover {
    background: #fff;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
}

.tour-price p {
    text-align: left;
    font-size: 1.1em;
    padding-right: 12px;
}

.inquiry {
    margin: 40px 8% 0 8%;
    text-align: center;
}

.inquiry-l {
    float: left;
    margin: 10px 10px 0 0;
    background: #f9f9f9;
    width: 47%;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inquiry-text {
    font-size: 0.9em;
    font-weight: 600;
    text-shadow: 1px 1px #fff;
	color: #630;
}

.inquiry-r {
    float: left;
    margin: 10px 0 0 30px;
    background: #f9f9f9;
    width: 47%;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inquiry a {
    margin: 20px auto 30px auto;
    border: 2px solid #fff;
    display: block;
    width: 80%;
    height: 50px;
    text-align: center;
    line-height: 46px;
    font-size: 1.2em;
    text-decoration: none;
    background: #F60;
    color: #fff;
    border-radius: 3px;
	padding:0 10px;
}

.inquiry a:hover {
    background: #F30;
}

.i-ext{font-size:0.9em;}

.i-wechat,
.i-tel {
    text-align: left;
    line-height: 36px;
}
.i-wechat{padding-top:12px;}
.i-tel{padding-bottom:12px;}
.i-wechat span,
.i-tel span {
    color:#C30;
    font-weight: 600;
    text-shadow: 1px 1px #fff;
}

.tour-attention {
    clear: left;
    text-align: left;
    margin-top: 40px;
}

.tour-attention li {
    margin-bottom: 20px;
    padding-right: 12px;
}

.tour-attention .payment {
    font-weight: 600;
}

.tour-hotel {
    text-align: left;
}

.tour-hotel li {
    margin-bottom: 10px;
    padding-right: 12px;
}
.hotel-img{
	 background:#f6f6f6;
	 text-align:center;
	 margin:0 auto;
}
.hotel-img table{
	 width:100%;
	 border:none;
	 background-color:#f9f9f9;
	}
.hotel-img td{
    border:none;
	padding:12px 0 0 0;
	width:200px;

	}
.hotel-img img{
	display:inline-table;
    padding-left:12px;
	overflow:hidden;
    position: relative; 
	width: 100%; 
	height:100%;
	}
.hotel-img img:hover{
	/* transform:scale(2);
	content:url(../img/hotel/tydjd01.jpg);  */
    transform:scale(2);
	transform-origin:0 0;
	position: relative; 
	z-index:1;
	}
.hotel-info td{
	padding:5px;
	}
/*  --------------------Tour Right-------------------------  */

.tour-r {
    float: right;
    width: 23%;
}

.tour-r li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;	
}

.tour-r li h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: -6px;
    color: #696969;
}

.tour-r li a {
    width: 100%;
    display: block;
    padding-left:20px 3px;
    color: #666;
    font-size: 0.95em;
}

.tour-r li a span {
    color: #930;
    padding: 0 5px 0 0;
    font-size: 0.8em;
}

@media (max-width:1200px) {
    .title {
        padding-left: 15px;
    }
    .inquiry {
        margin: 40px auto;
        margin-left: 10%;
    }
    .inquiry-l,
    .inquiry-r {
        width: 90%;
        padding: 0;
        margin: 20px 0;
    }
	.hotel-img img{width:100%; height:auto;}
}

@media (max-width:1050px) {
    .igt_page_text li .item_span .num {
        font-size: 64px;
    }
    .igt_page_text li .item_span .adore {
        left: 47px;
    }
    .inquiry {
        margin: 40px auto;
        margin-left: 10%;
    }
    .inquiry-l,
    .inquiry-r {
        width: 80%;
        padding: 0;
        margin: 20px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.hotel-img img{width:100%; height:auto;}
}

@media (max-width:860px) {
    .w-imgText .igt_page {
        display: none;
    }
    .w-imgText .swiperBox {
        padding-right: 0;
    }
    .w-imgText li {
        width: 100%;
    }
    .w-imgText .img {
        width: 100%;
    }
    .w-imgText .textB {
        position: relative;
        left: 0;
        padding: 1.2em 4%;
    }
    .w-imgText .textB .text_x {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
     :root .w-imgText .textB .text_x {
        top: 0;
    }
    .igt_page_text {
        margin-top: 0;
        line-height: 1.3;
    }
    .igt_page_text li .item_span .num {
        font-size: 50px;
    }
    .igt_page_text li .item_span .adore {
        left: 34px;
    }
    .min-title {
        display: none;
    }
    .tour-l {
        width: 100%;
        margin: 0 5px;
    }
    .item .img img {
        width: 100%;
    }
    .tour-title span {
        display: none;
    }
    .tour-itinerary {
        margin-right: 12px;
    }
    .tour-price {
        margin-right: 12px;
    }
    .m-jiaotong {
        display: none;
    }
    .m-rishu {
        display: none;
		
    }
    .rishu {
        display: table-row;
        width: 100%;
        background: #efe9e9;
        color: #696969;
        font-weight: bold;
        font-size: 1.2em;
        letter-spacing: 2px;
    }
    .rishu td {
        border-left: 5px solid #930;
        padding: 10px 0;
        border-right: 5px solid #930;
        text-shadow: 1px 1px #fff;
    }
	
	
    .tour-price table {
        width: 98%;
    }
    .inquiry {
        margin: 40px auto;
        /* margin-left: 10%; */
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .inquiry-l,
    .inquiry-r {
        width: 90%;
        padding: 0;
        margin: 20px 0;
        height: 170px;
    }
	.tour-attention{margin-top:-20px;}
	
	.hotel-img img{width:100%; height:auto;}
	
    .tour-r {
        width: 100%;
        margin-top: 40px;
    }
	.tour-point li, .tour-attention li, .tour-hotel li, .tour-price table td, .tour-price p{font-size:0.9em;}
	
}

@media (max-width:767px) {
    .igt_page_text li .item_span {
        padding: 0 1em;
    }
    .igt_page_text li .item_span .tit {
        display: none;
    }
    .igt_page_text li .item_span .adore {
        left: 50%;
        margin-left: -0.5em;
    }
    .min-title {
        display: none;
    }
	.hotel-img img{width:100%; height:auto;}
}

@media (max-width:480px) {
    body {
        font-size: 4vw;
    }
    .title {
        font-size: 6vw;
    }
    .w-imgText .textB .text_x .tt_h {
        font-size: 6vw;
    }
    .igt_page_text li .item_span .num {
        font-size: 14vw;
    }
    .sub-title {
        display: none;
    }
	.hotel-img img{width:100%; height:auto;}
}

footer {
	clear:both;
    position: relative;
    z-index: 200
}