@charset "UTF-8";
*{
	margin:0;
	padding:0;
}
body{
	background:url("../img/view.jpg") repeat;
	text-align:center;
	font-family:sans-serif;
	color:#333;
}
table{
	border-collapse:collapse;
	border:none;
}
a:link{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.Clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
/*-- header --*/
header{
	text-align:center;
}
header .logo{
	padding:15px 0 10px;
}
header .Contact{
	display:inline-block;
	width:310px;
	height:48px;
}
header .Contact img{
	float:left;
}
header .Contact a,
footer address a{
	display:block;
	float:right;
	background:#ff0;
}
header .Contact a span,
footer address a span{
	display:block;
	width:132px;
	height:38px;
	background:url("../img/header003.jpg") no-repeat;
	text-indent:-99999px;
	transition:0.1s opacity linear;
}
header .Contact a:hover span,
footer address a:hover span{
	opacity:0.8;
}
header h1{
	padding:12px 0;
	background:#887056;
	font-size:16px;
	font-weight:bold;
	line-height:130%;
	color:#fff;
}
header .Crumb{
	margin:5px 10px;
	text-align:left;
	font-size:14px;
	line-height:130%;
}
header .Crumb a{
	padding:0 18px 0 0;
	background:url("../img/header004.png") no-repeat right center;
	text-decoration:none;
}
/*-- Footer --*/
p.Return a{
	padding:0 18px 0 0;
	background:url("../img/header004.png") no-repeat right center;
	font-size:14px;
	line-height:54px;
	color:#653;
}
footer{
	background:url("../img/footer002.jpg") no-repeat center bottom;
}
footer address{
	padding:10px 0;
	height:38px;
	background:#887056;
}
footer address p{
	display:inline-block;
	width:310px;
}
footer nav{
	padding:10px 0 95px;
}
footer nav a{
	margin:0 6px;
	white-space:nowrap;
	font-size:14px;
	line-height:160%;
	color:#653;
}
footer .Copyright{
	height:22px;
	background:url("../img/footer003.png") no-repeat center top;
	text-indent:-99999px;
}

/*-- Container --*/
section{
	padding:5px;
	background:#f3eee6;
}
section h2{
	padding:3px 5px 8px;
	font-size:18px;
	font-weight:bold;
	line-height:130%;
	color:#653;
}
section #TourTitle{
	padding:3px 5px 8px;
	font-size:14px;
	line-height:130%;
	color:#653;
}

section article{
	background:#fff;
	padding:5px 0 0;
}
section article.Contact{
	margin:5px 0 0;
}
section article h3{
	border-radius:3px;
	margin:20px 5px 0;
	padding:4px 0;
	background:#a85;
	font-size:16px;
	font-weight:bold;
	line-height:130%;
	color:#fff;
}
section article h4{
	position:relative;
	margin:8px 5px 0;
	padding:4px 0;
	background:#dc9;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
}
section article h3:first-child{
	margin:0 5px;
}
/*-- --*/
section article ul.Mlist li a,
section article.Search .Submit a,
#Result .Pager a,
#Result article .Button a,
#Detail .PageNav a,
#Detail #D002 .Month a,
#Detail article .Button a,
section article.Contact .Button input{
	position:relative;
	display:block;
	border:1px solid #3ac;
	margin:5px 5px 0 0;
	background:#cff;
	background:linear-gradient(to bottom, #ffffff 0px, #aaf7ff 100%);
	transition:0.2s transform linear,0.2s background linear,0.2s color linear;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2);
	font-size:18px;
	font-weight:bold;
	line-height:70px;
	color:#08b;
}
section article ul.Mlist li a::after,
section article.Search .Submit a::after,
#Result article .Button a::after,
#Detail .PageNav a::after,
#Detail article .Button a::after,
section article.Contact .Button input::after{
	position:absolute;
	right:2px;
	bottom:2px;
	content:"";
	display:block;
	width:8px;
	height:8px;
	background:url("../img/section101.png") no-repeat;
}
section article ul.Mlist li a:hover,
section article.Search .Submit a:hover,
#Result .Pager a:hover,#Result .Pager a.Here,
#Result article .Button a:hover,
#Detail .PageNav a:hover,
#Detail #D002 .Month a:hover,#Detail #D002 .Month a.Here,
#Detail article .Button a:hover,
section article.Contact .Button input:hover{
	background:#3ac;
	transform:translate(1px,1px);
	color:#fff;
}
section article ul.Mlist li a:hover::after,
section article.Search .Submit a:hover::after,
#Result article .Button a:hover::after,
#Detail .PageNav a:hover::after,
#Detail #D002 .Month a:hover::after,
#Detail article .Button a:hover::after,
section article.Contact .Button input:hover::after{
	display:none;
}
section article.Search .Submit a,
#Result article .Button a,
#Detail .PageNav a,
section article.Contact .Button input{
	margin:0;
	line-height:50px;
}
/*-- Mlist --*/
section article.Mlist{
	padding:5px 0 20px;
}
section article.Mlist ul.Mlist{
	padding:3px 0 5px 5px;
	list-style:none;
}
section article.Mlist ul.Mlist li{
	float:left;
	width:33%;
}
/*-- Slist --*/
section h2.Toggle{
	padding:8px 0;
	background:#fff;
}
section h2.Toggle span{
	display:block;
	background:url("../img/section201.png") no-repeat 10px 0px;
}
section h2.Toggle span.Open{
	background:url("../img/section201.png") no-repeat 10px -100px #fff;
}
section article.Search form{
	padding:0 5px;
}
section article.Search form table{
	border-top:1px solid #cba;
	width:100%;
}
section article.Search form table th,
section article.Search form table td{
	border-bottom:1px dotted #cba;
	padding:10px 0;
}
section article.Search form table th{
	text-align:left;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
}
section article.Search form table td{
	text-align:left;
}
section article form table td select,
section article form table td input{
	width:100%;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
section article.Search form table td select:nth-child(2){
	margin:6px 0 0;
}
section article.Search form table td #dep01{
	width:60%;
}
section article.Search form table td #dep02{
	width:35%;
}
section article.Search .Submit{
	padding:10px;
}
#Result{
	margin:20px 0 0;
}
#Result .SearchResult{
	font-size:14px;
	font-weight:bold;
	color:#653;
}
#Result .SearchResult span{
	padding:0 6px;
	font-size:18px;
	color:#c30;
}
#Result .Pager{
	padding:5px 0 0;
	text-align:left;
}
#Result .Pager a{
	display:inline-block;
	width:10%;
	text-align:center;
	font-size:16px;
	line-height:40px;
}
#Result .Pager a:last-child{
	float:right;
}
#Result .Pager a.Here{
	text-decoration:none;
}
#Result article{
	margin:10px 0 0;
	padding:5px 5px 10px;
}
#Result article a.Photo{
	display:block;
}
#Result article a.Photo img{
	width:100%;
}
#Result article h3{
	margin:0;
	padding:0;
	background:none;
	text-align:left;
}
#Result article h3 a{
	font-size:16px;
	font-weight:bold;
	color:#c30;
}
#Result article table{
	border-right:1px solid #dc9;
	border-bottom:1px solid #dc9;
	margin:10px 0 0;
	width:100%;
}
#Result article table th,
#Result article table td{
	border-top:1px solid #dc9;
	border-left:1px solid #dc9;
	padding:6px 8px;
	text-align:left;
}
#Result article table th{
	background:#fff7e6;
	font-size:14px;
	font-weight:normal;
}
#Result article table td{
	font-size:16px;
	font-weight:normal;
}
#Result article .Price{
	margin:8px 0 0;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	line-height:130%;
	color:#c30;
}
#Result article .Button{
	margin:8px 5px 0;
}
/*-- Detail --*/
#Detail h2{
	text-align:left;
}
#Detail .PageNav{
	padding:6px 0 0;
}
#Detail .PageNav a{
	display:inline-block;
	margin:0 5px;
	width:45%;
	font-size:16px;
}
#Detail .TourCode{
	padding:16px 0 8px;
	font-size:16px;
	line-height:130%;
}
/*-- --*/
#bxSlider{
	margin:0 5px;
}
#bxSlider .bx-caption{
	font-size:14px;
	line-height:160%;
}
#bxSlider .bx-pager{
	padding:7px 0 0;
}
#bxSlider .bx-pager div{
	display:inline-block;
	margin:5px 5px 0;
	width:28%;
}
#bxSlider .bx-pager div a img{
	width:100%;
}
#bxSlider .bx-pager div a{
	opacity:0.6;
}
#bxSlider .bx-pager div a.active,
#bxSlider .bx-pager div a:hover{
	opacity:1.0;
}
/*-- --*/
#Detail .BodyText{
	padding:8px 5px 0;
	text-align:left;
	font-size:16px;
	line-height:130%;
}
#Detail #D001{
	margin:10px 5px 0;
}
#Detail #D001 table{
	border-right:1px solid #dc9;
	border-bottom:1px solid #dc9;
	width:100%;
}
#Detail #D001 table th,
#Detail #D001 table td{
	border-top:1px solid #dc9;
	border-left:1px solid #dc9;
	padding:8px;
	vertical-align:top;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
}
#Detail #D001 table th{
	padding:4px;
	background:#dc9;
	text-align:center;
}
#Detail #D001 table td.Date{
	text-align:center;
	background:#fff7e6;
}
#Detail #D001 table td p{
	display:inline-block;
	border-radius:3px;
	margin:6px 0 0;
	padding:4px;
	background:#f7f3dd;
}
#Detail #D001 table td p span{
	color:#653;
}
/*-- --*/
#Detail .Condition{
	padding:4px 5px 0;
}
#Detail .Condition table{
	border-right:1px solid #dc9;
	border-bottom:1px solid #dc9;
	margin:6px 0 0;
	width:100%;
}
#Detail .Condition table caption{
	background:#dc9;
	width:100%;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
}
#Detail .Condition table th,
#Detail .Condition table td{
	border-top:1px solid #dc9;
	border-left:1px solid #dc9;
	padding:8px;
	vertical-align:top;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
#Detail .Condition table th{
	background:#fff7e6;
	font-size:14px;
	line-height:130%;
}
#Detail .Condition table td.HotelName{
	background:#fff7e6;
	font-size:14px;
	font-weight:bold;
}
#Detail .Condition table td a{
	color:#08b;
}
/*-- --*/
#Detail #D002{
	margin:0 5px;
}
#Detail #D002 .Caption{
	padding:8px 0 0;
	text-align:left;
	font-size:14px;
	line-height:130%;
}
#Detail #D002 .Month{
	padding:10px 0;
}
#Detail #D002 .Month a{
	display:inline-block;
	margin:6px 3px 0;
	width:56px;
	font-size:15px;
	line-height:42px;
}
#Detail #D002 .Month a:last-child{
	width:62px;
}
#Detail #D002 table{
	border-right:1px solid #dc9;
	border-bottom:1px solid #dc9;
	margin:6px 0 0;
	width:100%;
}
#Detail #D002 table caption{
	background:#dc9;
	width:100%;
	font-size:18px;
	font-weight:bold;
	line-height:28px;
	color:#fff;
}
#Detail #D002 table th,
#Detail #D002 table td{
	border-top:1px solid #dc9;
	border-left:1px solid #dc9;
	padding:0px;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
}
#Detail #D002 table th{
	font-size:12px;
	line-height:26px;
	background:#fff7e6;
}
#Detail #D002 table th.Sun{
	color:#f63;
}
#Detail #D002 table th.Sat{
	color:#36f;
}
#Detail #D002 table td{
	height:44px;
}
#Detail #D002 table td span{
	display:block;
	font-size:12px;
}
#Detail #D002 table td a{
	display:block;
	padding:4px 0;
	transition:0.2s background linear,0.2s color linear;
	text-decoration:none;
	color:#333;
}
#Detail #D002 table td a span{
	text-decoration:underline;
}
#Detail #D002 table td a span span{
    display:inline-block;
}
#Detail #D002 table td a:hover{
	background:#3ac !important;
	color:#fff;
}
/*-- --*/
#Detail .Note{
	border:1px solid #f30;
	margin:10px 5px 0;
	padding:8px;
	background:#fff3ee;
	text-align:left;
	font-size:14px;
	line-height:130%;
	color:#c00;
}
#Detail .Note span{
	display:block;
	font-weight:bold;
}
#Detail .Notice{
	padding:5px 5px 0 19px;
	text-align:left;
	text-indent:-14px;
	font-size:14px;
	line-height:130%;
	color:#c00;	
}
#Detail article .Button{
	padding:15px 5px 10px;
}
/*-- inq --*/
section article .Contact{
	margin:10px 5px 0;
}
section article textarea{
	padding:2%;
	width:96%;
	height:210px;
	text-align:left;
	font-size:14px;
	line-height:130%;
}
section article #ppstr{
	padding:10px 0;
	font-size:16px;
	line-height:150%;
}
section article #ppstr label{
	display:inline-block;
	border-radius:24px;
	margin:0 0 0 8px;
	padding:0 12px;
	background:#dc9;
}
section article.Contact h4{
	margin:20px 5px 0;
}
section article.Contact form h4:first-child{
	margin:0 5px;
}
section article.Contact h4.Required::after{
	position:absolute;
	right:2px;
	top:2px;
	content:"";
	display:block;
	width:38px;
	height:27px;
	background:url("../img/section401.png") no-repeat;
}

section article #ppstr label input{
	margin:0 8px 0 0;
}
section article.Contact .Body{
	margin:8px 5px 0;
	text-align:left;
	font-size:16px;
	line-height:130%;
}
section article.Contact .Body span{
	display:block;
	margin:4px 0 0;
	font-size:14px;
	line-height:120%;
}
section article.Contact .Body select,
section article.Contact .Body input,
section article.Contact .Body textarea{
	padding:1%;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
section article.Contact .Body select{
	width:100%;
}
section article.Contact .Body label{
	display:inline-block;
	width:100%;
}
section article.Contact .Body label input{
	margin:0 4px 0 0;
}
section article.Contact .Cell02 label{
	width:48%;
}
section article.Contact .Cell02 select{
	width:48%;
}
section article.Contact .Cell03 label{
	width:31%;
	white-space:nowrap;
}
section article.Contact .Cell03 select{
	width:31%;
}
section article.Contact .TourName{
	font-size:18px;
	font-weight:bold;
}
section article.Contact .TourName a{
	color:#653;
}
section article.Contact .Body input.Tx01{
	margin:0 4px;
	width:140px;
}
section article.Contact .Body input.Tx02{
	width:98%;
}
section article.Contact .Body input.Tx03{
	margin:0 0 0 4px;
	width:80%;
}
section article.Contact .Body textarea{
	width:98%;
	height:200px;
}
section article.Contact .Button{
	margin:15px 10px 0;
	padding:0 0 10px;
}
section article.Contact .Button input{
	width:100%;
	text-decoration:underline;
}
