
* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	font-size:13px;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
img {
	border:0;
	vertical-align:bottom;
}

ol{
list-style-position:inside;
}


/*レイアウト--------------------*/
#wrapper {
	margin:0 auto;
	width:900px;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	
		
	behavior: url(PIE.htc);
	
}



#tour{
	margin:0 auto;
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	background:#fff;
	line-height:1.5;
	clear:both;
}
#tour p{
margin: 0 0 0 10px;
}

/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 16px;
  width: 650px;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.7;
}

#contents #pannavi {
  margin: 0 0 6px 0;
  padding: 0 0 8px 0;
  font-size: 15px;
}

#contents #pannavi a {
  font-size: 15px;
}

#contents h4 {
  height: 43px;
  margin: 0 0 10px 0;
  padding: 14px 0 0 40px;
  font-size: 18px;
  color: #54351f;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h4.page_title {
  margin: 0 0 18px 0;
  padding: 18px 0 4px 30px;
  line-height: 1.7;
  font-size: 20px;
  color: #581201;
  border: none;
  background-image: url(img/page_title.gif);
  background-repeat: no-repeat;
}

#contents h4.txt {
  height: auto;
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #54351f;
  background: none;
}

#contents h5 {
  margin: 12px 3px 10px 3px;
  padding: 15px 10px 10px 18px;
  line-height: 1.4;
  font-size: 17px;
  color: #54351f;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #966934;
  border-left: solid 5px #966934;
  background-color: #f9f2d5;
}

#contents h5.beta {
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 12px 16px;
  line-height: 1.4;
  font-size: 18px;
  color: #fffffc;
  border: none;
  background-image: url(../img/h3_beta.gif);
  background-repeat: no-repeat;
}

#contents h5.point {
  margin: 10px 0 10px 0;
  padding: 10px 10px 8px 10px;
  line-height: 1.4;
  font-size: 18px;
  color: #882200;
  border-top: solid 1px #999999;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 4px #663300;
  border-left: solid 1px #bbbbbb;
  background-image: url(../img/h3_point.gif);
  background-repeat: repeat-x;
}

#contents h5.gold {
  height: 41px;
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 0 18px;
  line-height: 170%;
  font-size: 19px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(img/h3_gold.gif);
  background-repeat: no-repeat;
}

#contents h5.gold02 {
  height: 71px;
  margin: 12px 2px 10px 2px;
  padding: 14px 2px 0 18px;
  line-height: 170%;
  font-size: 18px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(img/h3_gold02.gif);
  background-repeat: no-repeat;
}

#contents h5.gray {
  height: 41px;
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 0 18px;
  line-height: 170%;
  font-size: 19px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(img/h3_gray.gif);
  background-repeat: no-repeat;
}

#contents h5.gray02 {
  height: 71px;
  margin: 12px 2px 10px 2px;
  padding: 14px 2px 0 18px;
  line-height: 170%;
  font-size: 18px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(img/h3_gray02.gif);
  background-repeat: no-repeat;
}

#contents p {
  
  
  line-height: 1.7;
  font-size: 12px;
}

p.aisatsu {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	letter-spacing: 1px;
}

.manual {

	font-size: 14px;
	color: cornflowerblue;
	font-weight: 500;
}
.target{ 
  float:left;
  margin-right:15px;
  margin-bottom:15px;
margin-top:5px;
}
#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 230px;
  text-align: left;
  letter-spacing: 0.05em;
  background-color: #ffffff;
}

.wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
   flex-flow: column;
  
  margin:0 0 1em;
}
.between {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.around {
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
.menu_btn {
  margin: 0 0 1px 0;
  padding: 0;
  width: 220px;
  text-align: left;
	 
	top: 120px;
    
}

.menu_btn_moko {
  margin: 0 0 1px 0;
  padding: 0;
  width: 220px;
  text-align: left;
	  
	top: 120px;
    
}


.menu_btn a{
  margin: 0 0 8px 0;
  color: #583822;
  display: block;
  border: solid 1px #dddddd;
  padding: 8px 4px 4px 30px;
  font-size: 14px;
  line-height: 1.9;
  text-decoration: none;
  background-image: url(img/side_menu_btn_bg.gif);
  background-repeat: no-repeat;
 }

.menu_btn a:hover{
  color: #765c47;
  background-image: url(img/side_menu_btn_bg_hover.gif);
  background-repeat: no-repeat;
}


.menu_btn_under {
  margin: 0 0 10px 0;
  padding: 0;
  width: 220px;
  text-align: left;
}

.menu_btn_under a{
  margin: 0 0 8px 0;
  color: #583822;
  display: block;
  border: solid 1px #dddddd;
  padding: 10px 4px 6px 12px;
  font-size: 13px;
  line-height: 1.9;
  text-decoration: none;
  background-image: url(img/side_menu_btn_bg_hover_a.gif);
  background-repeat: no-repeat;
 }

.menu_btn_under a:hover{
  color: #765c47;
}


.menu_btn_moko a{
  margin: 0 0 8px 0;
  color: #583822;
  display: block;
  border: solid 1px #dddddd;
  padding: 8px 4px 4px 30px;
  font-size: 14px;
  line-height: 1.9;
  text-decoration: none;
  background-image: url(img/side_menu_btn_bg_hover_a.gif);
  background-repeat: no-repeat;
 }

.menu_btn_moko a:hover{
  color: #765c47;
  background-image: url(img/side_menu_btn_bg_hover_a.gif);
  background-repeat: no-repeat;
}


.menu_btn_moko_under {
  margin: 0 0 10px 0;
  padding: 0;
  width: 220px;
  text-align: left;
}

.menu_btn_moko_under a{
  margin: 0 0 8px 0;
  color: #583822;
  display: block;
  border: solid 1px #dddddd;
  padding: 10px 4px 6px 12px;
  font-size: 13px;
  line-height: 1.9;
  text-decoration: none;
  background-image: url(img/side_menu_btn_bg_hover_a.gif);
  background-repeat: no-repeat;
 }

.menu_btn_moko_under a:hover{
  color: #765c47;
}




/*見出し--------------------*/

h1{
	text-align:center;
	margin:0px;
}



h2 {
	background-image:  url(img/bar.gif) ;
	background-repeat:no-repeat;
	clear:left;
	padding-left:20px;
	padding-top:15px;
	width:860px;
	height:50px;
	font-size:18px;
	font-weight:bolder;
	color:#000;
	margin-bottom:10px;
	margin-top:15px;
}


h3 {
	margin:15px 0px 15px 10px;
	padding-bottom:0px;
	border-bottom:1px dashed #116aef;
	font-weight:bold;
	color:#116aef;
	font-size:15px;

}

/*ul--------------------*/

.lista ul li{
	margin-left:25px;
	margin-right:25px;
}
.listb ul li{
	list-style-type: decimal;
	margin-left:35px;
	margin-right:35px;
}
.listc ul li{
	list-style-type: none;
	background:url(img/list_bg.gif) no-repeat 10px 6px;
	padding-left:23px;
	margin-left:0px;
}
ul.ex li ul {
margin: 0 0 0 1em;
padding: 0;
}

/*ul--------------------*/

.navi{
	width:100%;
}
.navi ul{
	list-style-type:none;

}
.navi ul li{
	float:left;
	width:171px;
	padding-left:4px;
	padding-right:4px;
	padding-top:10px;
	padding-bottom:10px;
	border-right:1px #999999 solid;
	text-align:center;
	font-size:12px;
	background-color:#17110B;
	color:#FFF;
}

.navi ul li A:link { color: #fff }   /* リンク */
.navi ul li A:visited {                 /* 既に見たリンク */
  color: #fff;
  text-decoration: none     /* 下線を消す */
}
.navi ul li A:active { color:#F90;

} /* クリック時のリンク */
.navi ul li A:hover {                  /* カーソルが上にある時のリンク */
  color:#FF0;
  text-decoration: none     /* 下線を消す */
}

.listc ul li{
	list-style-type: none;
	background:url(img/list_bg.gif) no-repeat 10px 6px;
	padding-left:23px;
	margin-left:0px;
}
/*フォント--------------------*/


.font120 {
	font-size:120%;
}


.font10 {
	font-size:10px;
}
.font11 {
	font-size:11px;
}
.font12 {
	font-size:12px;
}
.font13 {
	font-size:13px;
}
.font14 {
	font-size:14px;
}
.font15 {
	font-size:15px;
}
.font16 {
	font-size:16px;
}
.font18 {
	font-size:18px;
}
.font20 {
	font-size:20px;
}
.font24 {
	font-size:24px;
}
.font28 {
	font-size:28px;
}

.point {
	font-weight: bolder;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	background-color: #CC0099;
	margin-bottom: 6px;
}

/*テーブル--------------------*/

/*メニュー------------*/
table.pagemenu {
	border-collapse:collapse;
	border-spacing:0;
}

/*説明文------------*/
#tour table.setsumei {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:5px;
	
}

#tour table.setsumei th {
	background:#8EAEDD;
	color:#000000;
	font-weight:bold;
	padding:5px 12px;
	border:1px solid #666;
}
#tour table.setsumei td {
	background:#8EAEDD;
	padding:5px 12px;
	border:none;
	color:#ffffff;
	font-size:14px;
	text-align:left;
}

/*募集要項----------------------------*/

#tour .yoko{
	float: left;
	padding: 0px 0px 0 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

		
}

#tour .yoko dt {
	float: left;
	clear:both;
	width:230px;
    padding: 6px 0 0 0;
	font-size: 13px;
	line-height:1.1em
}

#tour .yoko dt img {

padding:0px 0 0 0;
width:100px;
vertical-align: top; 
}



#tour .yoko dd {
    float: left;
	width:580px;
	padding: 5px 0px 10px 0;
	margin: 0px;
	font-size: 13px;
}



/*料金表------------*/
table.price{
    width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:1px solid #666;
}

table.price th {
	background:#ccc;
	color:#000;
	text-align:center;
	font-weight:bold;
	padding:5px 12px;
	border:1px solid #666;
	font-weight:normal;
}
table.price td {
	padding:5px 12px;
	border:1px solid #666;
	font-size:13px;
}
.nedan{
	font-size:14px;
	font-weight:bolder;
}


/*行程表------------*/
#tour table.sch{
	border-collapse:collapse;
	border-spacing:0;
	width:840px;
	margin-bottom:5px;
	margin-left:0px;
	font-size:13px;
	border-bottom:1px solid #666;
	margin-left:20px;

}

#tour table.sch th {
	background:#ccc;
	color:#000;
	text-align:center;
	font-weight:bold;
	padding:5px 12px;
	border:1px solid #666;
	font-weight:normal;
}
#tour table.sch td {
	padding:2px 7px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	
}

.endline{
	padding-bottom:10px;
	border-bottom:1px solid #666;
}
.mark{
	font-size:13px;
}


/*テーブルフォーム------------*/
#tour table.entryform{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#tour table.entryform th{
	font-weight: bolder;
	background-color: #9CB5E0;
	color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
	vertical-align : middle ;
}

#tour table.entryform td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #111111;
	border: 1px solid #000000;
	background-color: #ffffff;

	vertical-align : middle ;
}
#tour table.entryform td p{
	padding-bottom:5px;
}

#tour table.entryform td .txtlong{
	width:70%;
}



/*テーブル一般ボーダー------------*/

#tour table.border{
		border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
		border-collapse:collapse;
	border-spacing:0;
}
#tour table.border th{
	font-weight: bolder;
	background-color: #9CB5E0;
	color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
	vertical-align : middle ;
}

#tour table.border td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #111111;
	border: 1px solid #000000;
	background-color: #ffffff;

	vertical-align : middle ;
}
#tour table.border td p{
	padding-bottom:5px;
}

#tour table.border td .txtlong{
	width:70%;
}

/*お申込み方法------------*/
.step {
	border: 1px solid #005e8a;
	width:818px;
	padding: 10px;
	background-color: #FFFFEE;
	margin-bottom: 10px;
	margin-left: 10px;
}
.step_num {
	font-size: 120%;
	width:840px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #005e8a;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left:10px;
}
#tour .arrow {
	text-align: center;
	margin-bottom: 10px;

}
#tour .step #bank {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.arr {
	margin:10px 0;
	text-align:center;
}
#bank {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #ccc;
}
.box {
	padding:5px 10px;
	border:1px solid #666;
	margin-left:0px;
	margin-right:10px;
}

/*テーブルフォーム------------*/
table.entryform{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-collapse:collapse;
	border-spacing:0;
}
table.entryform th{
	font-weight: bolder;
	background-color: #9CB5E0;
	color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
	vertical-align : middle ;
}

table.entryform td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #111111;
	border: 1px solid #000000;
	background-color: #ffffff;

	vertical-align : middle ;
}
table.entryform td p{
	padding-bottom:5px;
}

table.entryform td .txtlong{
	width:70%;
}

/*非表示------------*/
#header-menu {
  display: none;
}

/*フッター------------*/
.kntlogo {
	float: right;
}
.code {
	text-align: center;
	margin-top: 30px;
}
/*ボタン------------*/
.square_btn {
    position: relative;
    display: inline-block;
	width: 200px;
	height: 35px;
    padding-top:7px;
    text-decoration: none;
	text-align:center;
    color: #666666;
	-webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    background: #CCCCCC;
    border-radius: 7px;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	-moz-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border-bottom: solid 4px #999999;/*線色*/
	border-top: solid 2px #999999;/*線色*/
	font-family:"メイリオ",Meiryo,sans-serif;
}

.square_btn:hover {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

