@charset "UTF-8";
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	text-align:center;
	font-family:sans-serif;
	color:#333;
}
table{
	border-collapse:collapse;
	border:none;
}
.Clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
/*-- header --*/
header{
	text-align:center;
}
header h2{
	padding:15px 0 12px;
}
/*-- Crumb --*/
header .Crumb{
	border-top:1px solid #0ac;
	margin:12px 0 0;
	padding:10px;
	text-align:left;
	font-size:14px;
	line-height:120%;
}
header .Crumb a{
	text-decoration:none;
	color:#333;
}
header .Crumb a::after{
	content: "\00BB";
	padding:0 8px;
	font-size:12px;
}
/*-- Return --*/
p.Return{
	padding:15px 10px 10px;
	text-align:right;
}
p.Return a{
	display:inline-block;
	border-radius:5px;
	padding:0 10px;
	background:#ccc;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	line-height:160%;
	color:#fff;
}
/*-- Footer --*/
footer{
	margin:0;
	border-top:1px dotted #ccc;
}
footer .Logo{
	margin:30px 0 15px;
}
footer nav{
	padding:18px 0;
}
footer nav a{
	margin:0 6px;
	white-space:nowrap;
	font-size:14px;
	line-height:180%;
	color:#36f;
}
footer .Copyright{
	font-size:12px;
	line-height:120%;
}
/*-- --*/
section h3{
	border-radius:4px;
	margin:25px 10px 0;
	padding:4px 8px;
	background:#5ce;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	line-height:130%;
	color:#fff;
}
section h3:first-child{
	margin:20px 10px 0;
}
section h1,
section h3.Personal{
	border-radius:0;
	margin:0;
	padding:12px 10px;
	background:linear-gradient(to bottom, #11bbdd 0, #00aacc 100%);
	text-align:left;
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
	font-size:20px;
	font-weight:bold;
	line-height:130%;
	color:#fff;
}
section #D001 h3, section #D002 h3{
	margin:24px 0 0;
}
section article h3 span{
	padding:0 0 0 4px;
	font-size:14px;
}
section h4{
	position:relative;
	margin:15px 10px 0;
	padding:4px 10px;
	background:#ddeef7;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	line-height:130%;
	color:#666;
}
section form h4{
	margin:20px 10px 0;
}
/*-- --*/
section article ul.Mlist li a,
#Result .Pager a,
#Result article .Button a,
section .PageNav a,
#D002 .Month a{
	display:block;
	border-radius:5px;
	border:1px solid #27d;
	margin:5px 5px 0 0;
	background:#fff;
	background:linear-gradient(to bottom, #ffffff 0, #eeeeee 100%);
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);
	font-size:18px;
	font-weight:bold;
	line-height:68px;
	color:#27d;
}
#Result article .Button a,
section .PageNav a{
	line-height:48px;
}
#Result .Pager a.Here,
#D002 .Month a.Here{
	background:#27d;
	text-decoration:none;
	color:#fff;
}
section .Submit{
	padding:20px 0;
}
section form .Submit{
	padding:20px 10px;
}
section .Submit a{
	display:block;
	border-radius:3px;
	background:#f90;
	background:linear-gradient(to bottom, #ffaa00 0, #ff7700 100%);
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);
	text-decoration:underline;
	font-size:20px;
	font-weight:bold;
	line-height:60px;
	color:#fff;
}
section .Submit a span{
	padding:0 0 0 4px;
	font-size:15px;
}

/*-- Mlist --*/
section article.Mlist{
	padding:5px 0 20px;
}
section article.Mlist ul.Mlist{
	padding:5px 0 0 10px;
	list-style:none;
}
section article.Mlist ul.Mlist li{
	float:left;
	width:33%;
}
/*-- Slist --*/
section h3.Toggle, #Result article h3{
	padding:0;
	background:linear-gradient(to bottom, #11bbdd 0, #00aacc 100%);
	text-align:left;
}
section h3.Toggle span{
	display:block;
	padding:0 0 0 38px;
	background:url("../img/slist001.png") no-repeat 10px -86px;
	text-decoration:underline;
	font-size:20px;
	font-weight:bold;
	line-height:50px;
	color:#fff;
}
section h3.Toggle span.Open{
	background-position:10px 14px;

}
section article.Search form{
	padding:0 10px;
}
section article.Search form table{
	width:100%;
}
section article.Search form table th,
section article.Search form table td{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	text-align:left;
}
section article.Search form table th{
	padding:0 5px 0 0;
	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%;
}
#Result{
	margin:20px 0 0;
}
#Result .SearchResult{
	margin:20px 0 0;
	font-size:14px;
	font-weight:bold;
}
#Result .SearchResult span{
	padding:0 6px;
	font-size:18px;
	color:#c00;
}
#Result .Pager{
	padding:8px 10px 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{
	border-top:1px dotted #ccc;
	margin:20px 0 0;
	padding:20px 0 0;
}
#Result article a.Photo{
	display:block;
}
#Result article a.Photo img{
	width:100%;
	vertical-align:bottom
}
#Result article h3{
	border-radius:0;	
	margin:0;
	padding:0;
	text-align:left;
}
#Result article h3 a{
	display:block;
	padding:12px 15px;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
	font-size:20px;
	font-weight:bold;
	line-height:130%;
	color:#fff;
}
#Result article div{
	padding:15px 10px 0;
}
#Result article div table{
	border-top:1px solid #aaa;
	width:100%;
}
#Result article div table th,
#Result article div table td{
	border-bottom:1px dotted #ccc;
	padding:6px 8px;
	text-align:left;
}
#Result article div table th{
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#789;
}
#Result article table td{
	font-size:16px;
	font-weight:normal;
}
#Result article .Price{
	margin:10px 0 0;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	line-height:130%;
	color:#c30;
}
#Result article .Button{
	margin:10px 0 0;
}
/*-- Detail --*/
section .PageNav{
	padding:15px 0;
	text-align:center;
}
section .PageNav a{
	display:inline-block;
	margin:0 5px;
	width:45%;
}
section .TourCode{
	font-size:16px;
	line-height:130%;
}
/*-- --*/
#bxSlider{
	margin:30px 0 0;
}
#bxSlider p img{
	max-width:100%;
	max-height:240px;
}
#bxSlider .bx-caption{
	font-size:14px;
	line-height:160%;
}
#bxSlider .bx-pager{
	padding:8px 0 0;
}
#bxSlider .bx-pager div{
	display:inline-block;
	margin:5px 5px 0;
	width:28%;
	max-height:60px;
	overflow:hidden;
}
#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;
}
/*-- --*/
section .BodyText{
	padding:8px 10px 0;
	text-align:left;
	font-size:16px;
	line-height:130%;
}
section #D002 .BodyText{
	padding:8px 0 0;
}
section #D001{
	margin:0 10px;
}
section #D001 dl{
	width:100%;
	text-align:left;
}
section #D001 dl dt{
	display:table;
	border-collapse:separate;
	border-spacing:0 4px;
	border-top:1px solid #aaa;
	border-bottom:1px dotted #ccc;
	margin:10px 0 0;
	width:100%;
	font-size:16px;
	line-height:130%;
}
section #D001 dl dt span.Date{
	display:table-cell;
	border-radius:4px;
	width:24px;
	background:#9de;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	color:#fff;
}
section #D001 dl dt span.Item{
	display:table-cell;
	padding:4px 0 4px 8px;
	white-space:nowrap;
}
section #D001 dl dt span.Body{
	display:table-cell;
	padding:4px;
	width:80%;
}
section #D001 dl dd{
	padding:10px 0 0;
	font-size:16px;
	line-height:130%;
}
/*-- --*/
section .Condition{
	padding:0 10px 0;
}
section .Condition table{
	border-top:1px solid #aaa;
	margin:10px 0 0;
	width:100%;
}
section .Condition table caption{
}
section .Condition table th,
section .Condition table td{
	border-bottom:1px dotted #ccc;
	padding:8px;
	vertical-align:middle;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
section .Condition table th{
	width:24%;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#789;
}
section .Condition table td a{
	color:#27d;
}
/*-- --*/
section #D002{
	margin:0 10px;
}
section #D002 .Month{
	padding:10px 0;
	text-align:left;
}
section #D002 .Month a{
	display:inline-block;
	margin:6px 6px 0 0;
	width:56px;
	text-align:center;
	font-size:15px;
	line-height:42px;
}
section #D002 .Month a:last-child{
	width:62px;
}
section #D002 table{
	border-collapse:separate;
	border-spacing:1px;
	margin:6px 0 0;
	width:100%;
}
section #D002 table caption{
	border-top:1px solid #aaa;
	width:100%;
	font-size:20px;
	font-weight:bold;
	line-height:34px;
}
section #D002 table th{
	border-top:1px dotted #ccc;
	font-size:12px;
	font-weight:normal;
	line-height:26px;
}
section #D002 table th.Sun{
	color:#f60;
}
section #D002 table th.Sat{
	color:#06f;
}
section #D002 table td{
	border:1px solid #e6e6e6;
	padding:8px 0;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
}
section #D002 table td[style]{
	border:none;
}
section #D002 table td span{
	display:block;
	font-size:12px;
	font-weight:bold;
}
section #D002 table td a{
	display:block;
	padding:4px 0;
	text-decoration:none;
	color:#333;
}
section #D002 table td a span{
	text-decoration:underline;
	color:#900;
}
section #D002 table td a span span{
	display:inline-block;
}
/*-- --*/
section .Note{
	border:1px solid #f8c;
	margin:10px 10px 0;
	padding:8px;
	background:#fff7fb;
	text-align:left;
	font-size:16px;
	line-height:130%;
}
section .Note span{
	display:block;
	margin:0 0 2px;
	font-weight:bold;
	color:#f36;
}
section .Notice{
	padding:10px 0 0 16px;
	text-align:left;
	text-indent:-16px;
	font-size:16px;
	line-height:130%;
	color:#c00;	
}
section article .Button{
	padding:15px 5px 10px;
}
/*-- inq --*/
section article .Contact{
	margin:10px 10px 0;
}
section article textarea{
	padding:3%;
	width:92%;
	height:210px;
	text-align:left;
	font-size:16px;
	line-height:130%;
}
section article #ppstr{
	padding:10px 0 30px;
	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:#f3f3f3;
}
section h4.Required::after{
	position:absolute;
	right:4px;
	top:-3px;
	content:"";
	display:block;
	width:44px;
	height:33px;
	background:url("../img/inq001.png") no-repeat;
}
section article #ppstr label input{
	margin:0 8px 0 0;
}
section .BodyText span{
	display:block;
	margin:4px 0 0;
	font-size:14px;
	line-height:120%;
}
section .BodyText select,
section .BodyText input,
section .BodyText textarea{
	padding:1%;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
section .BodyText select{
	width:100%;
}
section .BodyText label{
	display:inline-block;
	width:100%;
}
section .BodyText label input{
	margin:0 4px 0 0;
}
section .Cell02 label{
	width:48%;
}
section .Cell02 select{
	width:48%;
}
section .Cell03 label{
	width:31%;
	white-space:nowrap;
}
section .addBodySelect select{
	width:auto;
}
section .TourName a{
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
	font-size:18px;
	font-weight:bold;
	color:#333;
}
section .BodyText input.Tx01{
	margin:0 4px;
	width:140px;
}
section .BodyText input.Tx02{
	width:96%;
}
section .BodyText input.Tx03{
	margin:0 0 0 4px;
	width:80%;
}
section .BodyText textarea{
	width:98%;
	height:200px;
}


section .addBodyaddr{
	width:100%;
}