@charset "utf-8"; 


/* 全体構造
---------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}

body {
	font-size:small;
	color:#666666;
	line-height:1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif,Arial, Helvetica, Verdana, ;
	background:url(../images/bg.jpg) no-repeat top;
}
a img,img{border:none; vertical-align:bottom;}
a {outline:none;}
hr{
	margin:0 0 0 0;
	border:none;
	padding:0;
	height:0;
	width:auto;
	visibility:hidden;
	clear:both;
	display: block;
}
fieldset{border:none;}

.pt40{padding-top:40px;}


/* リンク
---------------------------------------------------- */
a:link {
	color:#1171a2;
}
a:visited {
	color:#453059;
}
a:hover, a:active {
	color:#0b4b6c;
}


/* 汎用スタイルシート
---------------------------------------------------- */
.back {text-align:right;padding-top:20px;margin-bottom: 10px; padding-right:10px;}
.red{ color:#FF0000; font-size:10px;}
.red2{ color:#FF0000;}
.blue{color:blue;}
.img-right{float:right; margin-left:10px;}
.img-left{float:left; padding-right:10px; margin-bottom:20px;}
.img-mb{margin-bottom:20px;}
.none{display:none;}
.txt-right{text-align:right;}
.clear {clear:both;}
.clearfix:after {  
	content:".";  
	display:block;  
	visibility:hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height:0;  
	clear: both;  
}


/* レイアウト
---------------------------------------------------- */
#wrapper{
	width:900px;
	margin:0 auto;
}

/* 会社概要・利用規約など
---------------------------------------------------- */
#content{
	clear:both;
	padding:10px 30px;
	width:638px;
	background:#fff;
	border:1px solid #ccc;
	margin:0 auto;
}
#content table{
	width:100%;
	margin:0 0 50px 0;
	border-collapse:collapse;
}
#content table td,
#content table th{
	border:1px solid #ccc;
	padding:4px 5px;
}
#content table th{
	text-align:left;
	font-weight:normal;
	background:#eee;
	width:10em;
}
#content h3{
	font-size:14px;
	margin:30px 0 10px 0;
	border-bottom:1px dotted #ccc;
	color:#966413;
}
#content ul,
#content ol{
	margin:0 0 10px 30px;
}
#content p{
	margin-bottom:1em;
}

/* 旅行条件書
---------------------------------------------------- */
#content2{
	clear:both;
	padding:10px 30px;
	width:638px;
	background:#fff;
	border:1px solid #ccc;
	margin:0 auto;
}
#content2 table{
	width:100%;
	margin-bottom:20px;
}
#content2 table table{
	width:100%;
	margin:0 0 20px 0;
	border-collapse:collapse;
}
#content2 table table td,
#content2 table table th{
	border:1px solid #ccc;
	padding:4px 5px;
}
#content2 table table th{
	text-align:left;
	font-weight:normal;
	background:#eee;
	width:10em;
}
#content2 h3{
	font-size:14px;
	margin:30px 0 10px 0;
	border-bottom:1px dotted #ccc;
	color:#966413;
}
#content2 p{
	margin-bottom:1em;
}

/* ヘッダー
---------------------------------------------------- */
#header{
	margin:0;
	padding:0;
}
#header h1{
	width:138px;
	height:66px;
	float:left;
	font-size:10px;
}
#header h1 a{
	display:block;
	width:138px;
	height:66px;
	overflow:hidden;
	text-indent:-9999px;
}
#header p{
	width:150px;
	height:66px;
	float:left;
}
#header p a{
	display:block;
	width:150px;
	height:66px;
	overflow:hidden;
	text-indent:-9999px;
}

#main{
	margin-top:19px;
}


/* 一覧
---------------------------------------------------- */
#list{
	padding:50px 0 0 0;
}
.cnt-left{
	float:left;
	width:266px;
	padding-bottom:20px;
}
.cnt-center{
	float:left;
	width:266px;
	padding-left:51px;
	padding-bottom:20px;
}
.cnt-right{
	float:right;
	width:266px;
	padding-bottom:20px;
}
.bg-photo{
	width:260px;
	height:174px;
	padding:3px 3px 13px 3px;
	background:url(../images/bg-photo.jpg);
}
.bg-photo a:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
}

#list h3{
	font-size:14px;
	margin:0.5em 0 0.3em 0;
}
#list h3 a{
	text-decoration:none;
	color:#1171a2;
}
#list h3 a:hover{
	text-decoration:underline;
	color:#5189a6;
}
#list h4{
	font-size:12px;
	margin:0 0 0.5em 0;
	font-weight:normal;
	color:#161616;
}
#list p{
	color:#737373;
	font-size:10px;
	line-height:1.6;
}
#list .price{
	text-align:right;
	font-weight:bold;
	font-size:14px;
	color:#669900;
	margin-bottom:15px;
}


/* 詳細ページ
---------------------------------------------------- */
#pankuzu{
	background:url(../images/bg-pankuzu.jpg) no-repeat;
	width:880px;
	height:25px;
	clear:both;
	padding:7px 0 0 20px;
}
#detail{
	padding:30px 0 0 0;
}

.main-photo{
	float:left;
	width:260px;
	height:174px;
	padding:3px 3px 13px 3px;
	background:url(../images/bg-photo2.jpg);
}
.main-txt{
	float:right;
	width:610px;
}

#detail p{
	margin-bottom:1em;
}
#detail h3{
	font-size:14px;
	color:#e38902;
}
#detail .main-txt h3{
	font-size:14px;
	font-weight:normal;
	color:#466209;
	border-bottom:none;
}
#detail .main-txt h4{
	font-size:26px;
	color:#1171a2;
	margin:0.2em 0 0.4em 0;
}
#detail .price{
	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#444;
}

#detail .photo-list{
	clear:both;
	padding-top:10px;
	padding-left:3px;
}
#detail .photo-list li{
	list-style:none;
	float:left;
	margin-right:19px;
	width:160px;
	font-size:10px;
}
#detail .photo-list li img{
	margin-bottom:3px;
}

.close-info{
	text-align:center;
	padding:10px;
}
.close-info h4{
	margin-bottom:15px;
	color:#e38902;
}
.close-info strong{
	padding-bottom:5px;
	display:block;
}

/* 料金･ご予約
----------------------- */
.price-title{
	width:900px;
	background:#0098ff;
	color:#FFFFFF;
	clear:both;
	margin-top:40px;
	text-align:center;
	font-size:14px;
	padding:5px 0;
}
#price{
	width:856px;
	border:2px solid #0098ff;
	padding:20px;
	margin-bottom:30px;
}
#price h3{
	font-size:14px;
	font-weight:bold;
	border-bottom:dotted 1px #ccc;
	margin-bottom:5px;
	color:#e38902;
}



/* カレンダー
----------------------- */
#calendar #left{
	width:420px;
	float:left;
}
#calendar #right{
	width:420px;
	float:right;
}
#calendar table{
	border-collapse:collapse;
	width:420px;
	margin-bottom:10px;
}
#calendar table th{	
	background:#7ca5b6;
	border:1px solid #7ca5b6;
	font-weight:normal;
	color:#fff;
	text-align:center;
	padding:3px;
}
#calendar table td{
	border:1px solid #7ca5b6;
	text-align:left;
	vertical-align:top;
	color:#497283;
	font-size:10px;
}
#calendar table td a{
	text-decoration:none;
	color:#497283;
	display:block;
	height:33px;
	padding:0 3px;
}
#calendar table td a:hover{
	text-decoration:none;
	color:#497283;
	display:block;
	padding:0 3px;
	height:33px;
	background:#cfdde2;
}
.select-month{
	text-align:center;
	padding:5px 5px 30px 5px;
}
.select-month a{
	text-decoration:none;
	color:#0099CC;
	padding:3px 15px;
	border:1px solid #ccc;
}
.select-month a:hover{
	text-decoration:none;
	color:#0099CC;
	background:#eee;
	padding:3px 15px;
	border:1px solid #ccc;
}


/* まる
----------------------- */
#calendar table .maru a,
#calendar table .maru a:hover{
	text-decoration:none;
	color:#497283;
	display:block;
	padding:0 3px;
	height:33px;
}

#calendar table .maru a{
	background:url(../images/maru1.gif)  no-repeat 15px 4px;
}
#calendar table .maru a:hover{
	background:url(../images/maru2.gif)  no-repeat 15px 4px #cfdde2;
}

/* ばつ
----------------------- */
#calendar table .batu{
	text-decoration:none;
	color:#497283;
	padding:0 3px;
	height:33px;
	background:url(../images/batu1.gif)  no-repeat 15px 4px;
}


#calendar table .sat a,
.sat{
	color:#3072e9;
}
#calendar table .sun a,
.sun{
	color:#FF3300;
}

#calendar table .empty{
	background:#eaf0f3;
	height:33px;
}

.icon-info{
	clear:both;
	padding-bottom:20px;
}
.icon-info img{
	vertical-align:middle;
	margin-right:5px;
}

#calendar table .select a{
	background:url(../images/maru2.gif)  no-repeat 15px 4px #cfdde2;
}


/* 申し込みボタン
----------------------- */
.btn-form{
	text-align:center;
	clear:both;
}
.btn-form a{
	display:block;
	background:url(../images/btn-form.gif) no-repeat;
	width:371px;
	height:61px;
	margin:0 auto;
	text-indent:-9999px;
}
.btn-form a:hover{
	display:block;
	background:url(../images/btn-form.gif) no-repeat 0 -61px;
	width:371px;
	height:61px;
	margin:0 auto;
	text-indent:-9999px;
}

/* 内容の確認ボタン
----------------------- */
.btn-form-check{
	margin:0 auto;
	width:209px;
	height:61px;
}
.btn-form-check button{
	background:url(../images/btn-form-check.gif) no-repeat;
	width:209px;
	height:61px;
	cursor:pointer;
	border:none;
}
.btn-form-check button:hover{
	background:url(../images/btn-form-check.gif) no-repeat 0 -61px;
	width:209px;
	height:61px;
	cursor:pointer;
	border:none;
}
.btn-form-check button span{
	display:none;
}

.btn-form-check input{
	background:url(../images/btn-form-check.gif) no-repeat;
	width:209px;
	height:61px;
	cursor:pointer;
	border:none;
	display:block;
	text-indent:-10000px;
}
.btn-form-check input:hover{
	background:url(../images/btn-form-check.gif) no-repeat 0 -61px;
	width:209px;
	height:61px;
	cursor:pointer;
	border:none;
	display:block;
	text-indent:-10000px;
}

.btn{
	padding-left:170px;
}

/* この内容で申し込むボタン
----------------------- */
.btn-form-submit{
	width:289px;
	height:61px;
	margin:0 auto;
	float:left;
	margin-left:20px;
}
.btn-form-submit button{
	background:url(../images/btn-form-submit.gif) no-repeat;
	width:289px;
	height:61px;
	cursor:pointer;
	border:none;
}
.btn-form-submit button:hover{
	background:url(../images/btn-form-submit.gif) no-repeat 0 -61px;
	width:289px;
	height:61px;
	cursor:pointer;
	border:none;
}
.btn-form-submit button span{
	display:none;
}

.btn-form-submit input{
	background:url(../images/btn-form-submit.gif) no-repeat;
	width:289px;
	height:61px;
	cursor:pointer;
	border:none;
	text-indent:-10000px;
	display:block;
}
.btn-form-submit input:hover{
	background:url(../images/btn-form-submit.gif) no-repeat 0 -61px;
	width:289px;
	height:61px;
	cursor:pointer;
	border:none;
	text-indent:-10000px;
	display:block;
}


/* 戻るボタン
----------------------- */
.btn-form-back{
	width:149px;
	height:61px;
	margin:0 auto;
	float:left;
	margin-left:20px;
}
.btn-form-back button{
	background:url(../images/btn-form-back.gif) no-repeat;
	width:149px;
	height:61px;
	cursor:pointer;
	border:none;
}
.btn-form-back button:hover{
	background:url(../images/btn-form-back.gif) no-repeat 0 -61px;
	width:149px;
	height:61px;
	cursor:pointer;
	border:none;
}
.btn-form-back button span{
	display:none;
}

.btn-form-back input{
	background:url(../images/btn-form-back.gif) no-repeat;
	width:149px;
	height:61px;
	cursor:pointer;
	border:none;
	text-indent:-10000px;
	display:block;
}
.btn-form-back input:hover{
	background:url(../images/btn-form-back.gif) no-repeat 0 -61px;
	width:149px;
	height:61px;
	cursor:pointer;
	border:none;
	text-indent:-10000px;
	display:block;
}


/* 集合場所
---------------------------------------------------- */
#map-left{
	float:left;
	width:420px;
	height:300px;
	padding-top:5px;
	margin-top:5px;
}

.map-right{
	float:right;
	width:430px;
	background:#fcfaec;
	padding:15px 15px 0px 15px;
	border:1px solid #c3c3c3;
	margin-top:5px;
}



/* 共通テーブル
---------------------------------------------------- */
.table{
	width:100%;
	border-collapse:collapse;
	margin:5px 0 30px 0;
}

.table th,
.table td{
	padding:3px 5px;
	border:1px solid #b7a68e;
}

.table th{
	font-weight:normal;
	text-align:left;
	font-weight:normal;
	background:#f5efdd;
}
.th100 th{width:100px;}
.th150 th{width:150px;}
.th200 th{width:200px;}


/* フッター
---------------------------------------------------- */
#footer{
	text-align:center;
	clear:both;
	background:url(../images/bg-footer.jpg) no-repeat center;
	height:100px;
	padding-top:100px;
}

.banner{
	text-align:right;
	width:900px;
	margin:0 auto;
	margin-top:40px;
}
.pagetop{
	text-align:right;
	font-size:10px;
	width:900px;
	margin:0 auto;
	margin-bottom:20px;
}
.pagetop a{
	text-decoration:none;
	color:#4ccff5;
}

.footer-link{
	margin-bottom:10px;
}
.footer-link li{
	display:inline;
	margin:0 10px;
}


/*　申し込みインフォメーション
---------------------------------------------------- */
#form-info{
	padding:16px 16px 3px 16px;
	width:866px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	behavior: url(../../css/border-radius.htc);
	display:inline-block;
}
#form-info .main-photo{
	float:left;
	width:260px;
	height:174px;
	padding:3px;
	background:none;
	border:1px solid #ccc;
}
#form-info .main-txt{
	float:right;
	width:580px;
}


/*　申し込みフォーム
---------------------------------------------------- */
#form{
	width:816px;
	border:2px solid #0098ff;
	padding:20px 40px;
	margin-bottom:30px;
}
#form h3{
	font-size:14px;
	font-weight:bold;
	border-bottom:dotted 1px #ccc;
	margin-bottom:5px;
	color:#e38902;
}

.price-check strong{
	color:#FF6600;
	font-weight:normal;
}
.price-check .total{
	color:#FF6600;
	font-size:larger;
	font-weight:bold;
}

.select-area{
	float:left;
	width:300px;
}

.select-map{
	float:right;
	width:310px;
	height:260px;
	padding-top:5px;
	margin-top:5px;
}
.select-map iframe{
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
}

/* カレンダー
--------------- */
#form #calendar #left{
	width:400px;
	float:left;
}
#form #calendar #right{
	width:400px;
	float:right;
}
#form #calendar table{
	border-collapse:collapse;
	width:400px;
	margin-bottom:10px;
}



/* Form
---------------------------------------------------- */
.form1,
.form2,
.form3,
.form4{
	font-size:14px;
	color:#666;
	padding:4px 3px;
	border:1px solid #c2c2c2;
	background:#fff;
	margin:3px 0;
}
.form1{width:50px;}
.form2{width:100px;}
.form3{width:190px;}
.form4{width:96%;}

.textarea1,
.textarea2{
	font-size: 16px;
	color:#666;
	height:200px;
	padding:3px;
	border:1px solid #ccc;
	background: #fff;
}
.textarea1{width:97%;}
.textarea2{width:612px; margin-bottom:20px;}


.form-table{
	width:100%;
	clear:both;
	margin:5px 0 30px 0;
	border:1px solid #ddd;
}
.form-table th,
.form-table td{
	padding:6px 7px;
	border:1px solid #fff;
	background:#f3f3f3;
	text-align:left;
}
.form-table th{
	text-align:left;
	font-weight:normal;
	padding-left:1em;
	border-right:2px solid #fff;
}
.form-table th{width:150px;}

.form-table th{background:url(../images/bg-form.gif);}

.submit{
	padding:0 0 40px 0;
	text-align:center;
}
.submit button{
	padding: 5px 10px;
	_padding:6px 10px 3px 10px;
	margin:0 5px;
	border: none;
	font-size:14px;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:10px;
	cursor: pointer;
	text-decoration: none;
	background:#a8c54f;
	border:none;
	color:#fff;
}
.submit button:hover{
	padding: 5px 10px;
	_padding:6px 10px 3px 10px;
	margin:0 5px;
	border: none;
	font-size:14px;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:10px;
	cursor: pointer;
	text-decoration: none;
	background:#7f9e21;
	border:none;
	color:#fff;
}

form label{
	vertical-align:top;
}

form input{
	vertical-align:middle;
}


/* エラーメッセージ等
---------------------------------------------------- */
.success, .error, .del, .info{
    margin:0 0 20px 0;
	border-width: 1px;
	border-style: solid;
	padding:12px 12px 12px 60px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align:left;
}

.success{
    color: #4F8A10;
    background:url(../images/error/1.jpg) no-repeat #DFF2BF 10px center;
	border:1px solid #4f8a10;
	margin-top:30px;
}
.error{
    color: #9F6000;
    background:url(../images/error/2.jpg) no-repeat #FEEFB3 10px center;
	border:1px solid #9f6000;
}

.hissu{
	font-size:10px;
	color:#336600;
	margin-left:5px;
}


