/* 宿帳くんFrontierお客様画面 カスタムCSS */
@import url(https://fonts.googleapis.com/css?family=Playball);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
@import url('/HpCss/www.homepe.net/tourrsv.css');
*{
	font-family:"游ゴシック Medium",YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	line-break: normal;
	margin: 0px auto;
}
.English{
	font-family: 'Playball', cursive;,
	font-weight: normal ! important;
	text-shadow: 1px 1px 1px #666;
	letter-spacing: 0.1em;
}
.Gothic *{
	font-family: "ＭＳ ゴシック","メイリオ", Meiryo,  sans-serif ! important;
}
.Mincho *{
	font-family: "ＭＳ 明朝",Osaka,serif ! important;
}

html{
}
body{
	/*
background: -moz-linear-gradient(top,  #ded4c0 0%, #fff 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ded4c0), color-stop(100%,#fff));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #ded4c0 0%,#fff 100%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #ded4c0 0%,#fff 100%); *//* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #ded4c0 0%,#fff 100%);*/ /* IE10+ */
/*background: linear-gradient(to bottom,  #ded4c0 0%,#fff 100%);*/ /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ded4c0, endColorstr=#fff,GradientType=0 ); /* IE6-9 */
*/
}
a,button{
	cursor: pointer;
}
hr{
	color: #cecece;
}
.MsgIcon{}
.BlackIcon{}

.img_cap{
	text-align: center;
	font-size: small;
}

/* 入力必須項目 */
.Required{}

th.Required, span.Required{
	background-image: none ! important;
}



/* ページ右下住所 */
#Address{}
/* 注意メッセージエリア */
.attention{}

#Search,
#SearchCondition,
.shortcut{
}
/* 上へ */
.ToTop{
	color:  #67c5ff;
	text-decoration: none;
	float: right;
	display: inline-block;
	width: auto;
	height: 32px;
	line-height: 32px;
	padding: 10px 25px;
	margin-right: 5px;
	margin-top: 25px;
	font-size: small;
	text-align: center;
	
background: -moz-linear-gradient(top,  #bbe0f6 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbe0f6), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bbe0f6 0%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#bbe0f6, endColorstr=#f5f5f5,GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.ToTop a{
	color: #67c5ff;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}


.BasicBtn,
#PageMenu a,
.Buttons a{
	max-width: 80%;
	height: auto;
	border: 2px solid #E5DDCD;
	display: inline-block;
	text-align: center;
	
	color: rgb(255, 255, 255);
	font-size: 11pt;
	padding: 8px 15px;

	text-shadow: 2px 2px 2px #000;
	text-decoration: none;

	
background: -moz-linear-gradient(top,  #bbe0f6 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbe0f6), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bbe0f6 0%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#bbe0f6, endColorstr=#f5f5f5,GradientType=0 ); /* IE6-9 */


	/*background-image: url(/HpImages/arrow_left2w.gif);*/
	background-repeat: no-repeat,repeat;
	background-position: left center,center center;
	text-align:left;
	
box-shadow:         0px 1px 1px rgba(50,50,50,0.5);
-webkit-box-shadow: 0px 1px 1px rgba(50,50,50,0.5);
-moz-box-shadow:    0px 1px 1px rgba(50,50,50,0.5);


	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	margin-bottom: 5px;
}
div.YoyakuBtn{
	width: 35%;
	float: right;
}
button.YoyakuBtn{
	font-size: 20pt;
	padding: 5px;
	line-height: 1.1em;
	text-align:center;
	display: block;
	width: 100%;
}
a.BasicBtn{
	border: 2px solid #f3ab00;
	width: 70%;
	height: auto;
	display: inline-block;
	text-align: center;
	
	color: rgb(255, 255, 255);
	font-size: 11pt;
	padding: 8px;

	text-shadow: 2px 2px 2px #000;
	text-decoration: none;
  
background: -moz-linear-gradient(top,  #ea4a00 0%, #f3ab00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea4a00), color-stop(100%,#f3ab00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ea4a00 0%,#f3ab00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ea4a00 0%,#f3ab00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ea4a00 0%,#f3ab00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ea4a00 0%,#f3ab00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ea4a00, endColorstr=#f3ab00,GradientType=0 ); /* IE6-9 */

	text-align:left;
	padding-left: 25px;

	
box-shadow:         0px 1px 1px rgba(50,50,50,0.5);
-webkit-box-shadow: 0px 1px 1px rgba(50,50,50,0.5);
-moz-box-shadow:    0px 1px 1px rgba(50,50,50,0.5);


	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	margin-bottom: 5px;
}

.arrow-left {
	display: inline-block;
	width: 25px;/*使用画像に応じて指定*/
	height: 25px;/*使用画像に応じて指定*/
	background: url(/HpImages/arrow_w_left.png),rgb(234,225,199); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(/HpImages/arrow_w_left.png),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTFjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMThiMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url(/HpImages/arrow_w_left.png),-moz-linear-gradient(top,  rgba(234,225,199,1) 0%, rgba(209,139,27,1) 100%); /* FF3.6+ */
	background: url(/HpImages/arrow_w_left.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,225,199,1)), color-stop(100%,rgba(209,139,27,1))); /* Chrome,Safari4+ */
	background: url(/HpImages/arrow_w_left.png),-webkit-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(/HpImages/arrow_w_left.png),-o-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* Opera 11.10+ */
	background: url(/HpImages/arrow_w_left.png),-ms-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* IE10+ */
	background: url(/HpImages/arrow_w_left.png),linear-gradient(to bottom,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae1c7', endColorstr='#d18b1b',GradientType=0 ); /* IE6-8 */

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.arrow-right {
	display: inline-block;
	width: 25px;/*使用画像に応じて指定*/
	height: 25px;/*使用画像に応じて指定*/
	background: url(/HpImages/arrow_w_right.png),rgb(234,225,199); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(/HpImages/arrow_w_right.png),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTFjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMThiMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url(/HpImages/arrow_w_right.png),-moz-linear-gradient(top,  rgba(234,225,199,1) 0%, rgba(209,139,27,1) 100%); /* FF3.6+ */
	background: url(/HpImages/arrow_w_right.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,225,199,1)), color-stop(100%,rgba(209,139,27,1))); /* Chrome,Safari4+ */
	background: url(/HpImages/arrow_w_right.png),-webkit-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(/HpImages/arrow_w_right.png),-o-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* Opera 11.10+ */
	background: url(/HpImages/arrow_w_right.png),-ms-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* IE10+ */
	background: url(/HpImages/arrow_w_right.png),linear-gradient(to bottom,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae1c7', endColorstr='#d18b1b',GradientType=0 ); /* IE6-8 */

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}


/* パッケージプラン等のメッセージ */
div.ExclamationMsg{}
/* 特別値引きメッセージ */
div.YdfDiscountMsg{}
/* 事前決済プランメッセージ */
span.planpay{}
/******* UI Dialog用 *******/
.ui-widget-header {}
.ui-dialog .ui-dialog-title {} 
.ui-dialog .ui-dialog-content {}
.ui-dialog .ui-dialog-buttonpane {}
.ui-datepicker *{}
.ui-datepicker-calendar th{}

/* jBtn */
.ui-state-default{}
/* jBtnオーバー */
.ui-state-hover, .ui-state-focus{}
/******* カレンダー用 *******/
div.Calendar{}
/* カレンダー */
table.Calendar{}
table.Calendar th{}
table.Calendar td{}
table.Calendar .Weeklist{}	
table.Calendar .Otherday{}
table.Calendar .Weekday{}
table.Calendar .Saturday{}
table.Calendar .Holiday{}
table.Calendar .Today{}
table.Calendar td a{}
table.Calendar td a:hover{}
table.Calendar td div{}
table.Calendar td div b{}
div.Rsvaccepting{}
div.Rsvvacancy{}
div.Rsvinvalidity{}
div.Remain{}

/* プラン詳細カレンダーの月別ボタンのエリア */
#CalenNavi{}
input.Active{}
input.Deactive{}

/* プラン詳細ページの部屋タイプ一覧 */
table.CalenLeftList{}
table.CalenLeftList caption{}
table.CalenLeftList img.shadow{}

/* 日付検索テーブル */
table#Reserve{}
table#Reserve th{}
table#Reserve td{}
table#Reserve td div{}

/* プランコンテンツ */
div.YdfBodys{
	background-image: none ! important;
	width: 95% ! important;
	float: none ! important;
	margin-top: 0px ! important;
	padding-top: 10px;
}
div.YdfList{
	background-color: rgba(255,255,255,1);
}
table.YdfList{
	background-color: rgba(255,255,255,1);
}
table.YdfList caption{
	background-color: rgba(255,255,255,1);
	height: 35px;
}
table.YdfList caption img{}
table.YdfList th,
.ths{}
table.YdfList td{}
table.YdfInfo{}
table.YdfInfo td{}
table.YdfList td hr{}
/* プラン画像 */
div.YdfImage{}
table.YdfImages{}
table.YdfImages td{}
/* プラン名 */
div.YdfName{}
div.YdfName a{}
/* プランキャッチコピー */
div.YdfSubname{}
/* プラン詳細説明 */
div.YdfMemo{
	text-align: left;
}
div.YdfMemo a{}
div.YdfSideMenu{}

table.TourList{
	font-size: 120%;
	line-height: 1.2em;
	padding: 8px;
}
table.TourList td{
	
}
/**************************/
/* 大外枠 */
div.Main{
	width: 100%;
	position: relative;
	border: 0px solid #00ff00;
	/*background-image:	url("/SSL/www.discover-japan-tours.com/images/bg.jpg");*/
	background-repeat: repeat;
	background-position: right 350px;
	background-repeat: no-repeat;
}
header{
	position: relative;
	width: 100%;
	padding: 0px;
	/*
background: -moz-linear-gradient(top, #ede6d2  0%, #fdf8ed  100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede6d2), color-stop(100%,#fdf8ed ));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #ede6d2 0%,#fdf8ed  100%); *//* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #ede6d2 0%,#fdf8ed  100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #ede6d2 0%,#fdf8ed  100%); *//* IE10+ */
/*background: linear-gradient(to bottom, #ede6d2 0%,#fdf8ed  100%);*/ /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ede6d2, endColorstr=#fdf8ed ,GradientType=0 ); /* IE6-9 */
*/
}

div.language{
	/*position: absolute;*/
	top: 0;
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: right;
}

div.language a {
text-decoration: none;
    font-weight: bold;
    color: black;
}


div.language a img {
    border-style: none;
    vertical-align: middle;
    margin: 0px 5px;
}

/****************************/
/* ページヘッダー */
div.Bodyheader{
	/*margin: 0 auto;*/
	/*position: absolute;*/
	/*left : 0;*/
	top: 0;
	height: 80px;
	overflow:hidden;
	border: 0px solid #0000ff;
	/*background: url(/SSL/www.discover-japan-tours.com/images/logo1.jpg) center left no-repeat;*/
	width: 1000px;
	margin: -70px auto 0px auto;
	padding-top: 20px;
	text-align: left;
}
div.Bodyheader a{
	/*position: absolute;*/
	top: 0;
	right: 0;
}
div.Bodyheader h1{
	text-align: right;
	text-decoration: none;
	font-size: medium;
	cursor: default;
	border: 0px solid #ff0000;
	color: #603F00;
	text-shadow: 2px 2px 2px #C0BFBF;
	margin-left: 500px;
	margin-top: 0px;
	padding: 0;
}
#Topnav{
	position: absolute;
	left : 0px;
	top: 0px;
}
#Topnav a:not(#Yoyaku){
	display: inline-block;
	width: 100px;
	height: 10px;
	color: #fff;
	padding: 10px;
	margin-right: 5px;
	font-size: small;
	text-decoration: none;
	text-align: center;
	
background: -moz-linear-gradient(top,  #bbe0f6 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbe0f6), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bbe0f6 0%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#bbe0f6, endColorstr=#f5f5f5,GradientType=0 ); /* IE6-9 */

}
/* TEL */
#Tel{
	position: absolute;
	left : 0px;
	top: 35px;
}
/* 宿泊プラン・ご予約 */
#Yoyaku{
	position: absolute;
	left : 254px;
	top: -30px;
}
figure{
}
div.Flash{
	position: relative;
	height: auto;
	/*overflow:hidden;*/
	/*border-top: 5px solid #604833;*/
	width: 100%;
	border: 0px solid #fff  ! important;
}
div.Flash img{
	/*min-width: 1000px;*/
	width: 100%;
  /*max-height: 400px;*/
}
div.Flash div{
	padding-left: 0;
	margin: auto;
	width: 100%;
	position: relative;
}
.FlashMsg{
	position: absolute;
	top: 0;
	line-height: 200px;
	text-align: left;
	width: 100%;
	color: #fff;
	font-size: 20pt;
	text-shadow:2px 2px 3px rgba( 0,0,0,1.0), -1px -1px 1px rgba(255, 255, 255, 1.0);
}
#FlashMsg{
	position: relative;
	top: -300px;
	left: 0;
	line-height: 290px;
	text-align: right;
	width: 980px;
	height: 290px;
	padding-right: 20px;
	color: #fff;
	font-size: 20pt;
	text-shadow:2px 2px 3px rgba( 0,0,0,1.0), -1px -1px 1px rgba(255, 255, 255, 1.0);
	margin: 0 auto;
	display: block;
}
div.Top div.Flash{
	/*height: 640px;*/
	margin-top: -5px;
	margin-bottom: 5px;
	border-top: 0px none;
}
div.Top div.Flash span{
	font-family: "EPSON 太明朝体B","HGP明朝B","ＭＳ 明朝",serif;
	display: block;
	top: 0;
	width: 1600px ! important;
	height: 100%;
	color: #fff;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 1), -3px -3px 3px rgba(0,0,0,1);
	margin: 0 auto;
	line-height: 1em ! important;
	font-size: 24pt ! important;
	font-weight: bold;
	padding: 0px;
	text-align: left ! important;
}
div.Top #Flash ul.slider li{
	width: 598px;
	height: 300px;
	margin: 1px;
	float: left;
	list-style:none;
}

/****** SubMenu(dropmenu) ******/
nav{
	position: relative;
	/*height: 70px;*/
	border-top: none;
	/*background-color: #fefcf2;*/
	/*border-bottom: 3px solid #30979b;*/
}
div.Menus{
	width: 1000px;
	border: 0px solid #f00;
	height: 55px;
	margin: 0 auto;
	padding: 10 0 0 0px;
	z-index: 0;
	/*overflow:hidden;*/

}
/****** SubMenu(dropmenu) ******/
div.Menus ul.dropdown{
	list-style:none;
	margin: 0px auto 0 auto;
	padding:0;
	border-left: 0px solid #cecece;
	
}
div.Menus .dropdown ul {
	position: absolute;
	top: 55px;
	left: 0px;
	list-style: none;
	background: url('/HpImages/bg_w.png') center repeat #ffc353;
}

div.Menus .dropdown li{
	position:relative;
	float:left;
	display: block;
	padding:0;
	text-align: center;
  border-left: 0.5px solid #cecece;
  /*border-right: 0.5px solid #cecece;*/

}


div.Menus .dropdown li a, 
div.Menus .dropdown li a:active,
div.Menus .dropdown li a:visited {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: lighter;
	padding: 18px 0px 5px 0px;
	display:block;
	text-decoration:none;
	width: 165px;
	height: 35px;
	font-size: 12pt;
	letter-spacing: 0.1em;
	line-height:1em;
	color: #333333;
	/*text-shadow: 2px 2px 2px #e2dabf;*/
	/*border-bottom: 1px solid #ccc;*/
}

div.Menus .dropdown li  a:hover{
background-color: #d9d9d9;
font-weight: bold;
color: #fc7608;
}

div.Menus ul.droplist{
	display:none;
	padding: 0;
	width: 300px;
	background-color: #ffffff;
}

div.Menus .droplist li a{
	width: 250px ;
	min-width: 280px;
	background-color: #d9d9d9;
	height: 15px;
	text-align: left;
	line-height: 140%;
	margin: 0;
	padding: 15px 5px 15px 15px ! important;
	letter-spacing: 0px;
	border-bottom: 0.5px solid #cecece;
}
div.Menus .droplist li a:hover{
	font-weight: bold;
	width: 250px
	text-decoration: underline;
	color: #fc7608;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 35%, rgba(255,255,255,0.7) 65%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(35%,rgba(255,255,255,0.7)), color-stop(65%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.7) 65%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.7) 65%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.7) 65%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.7) 65%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}

/****** コンテンツ表示 ******/
div.Bodys{
	width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 0px 0px;
	z-index:100;
}
div.Bodys:after{
  content:"";
  display:block;
  clear:both;
}

div.Contents{
	/*width: 90%;*/
	min-height: 800px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	border: 0px solid #fff;
	line-height: 1.2em;
	clear: both;

}

div.ImgMenu h1{
	font-size: xx-large;
	letter-spacing: 0.2em;
	margin-top: 150px;
	color: #3d2512
}

div.ImgMenu ul{
	margin-top: 50px;
}
div.ImgMenu li{
	display: inline-block;
	list-style-type: none;
	width: 32%;
	padding: 20px 0;
	vertical-align: top;
}

div.ImgMenu li a{
	text-decoration: none;
	color: black;
}
div.ImgMenu li a:hover{
	color: #fc7608;
	font-weight: bold;
}

div.ImgMenu li a img{
	height: 200px;

}

div.Setumei{
	text-align: center;
	font-size: 130%;
	margin: 50px 10px 20px 0px;
	line-height: normal;
	clear: both;
}

h3{
	text-align: left;
	margin-top: 50px;
	margin-left: 130px;
	font-size: large;
}

div.koutei{
	display: block;
	text-align: left;
	margin-left: 140px;
	margin-bottom: 100px;
	line-height: 1.4;
	font-size: medium;
}

div.koutei table:not(.Calendar){
	border: none ! important;
	width: 70% !important;
}

div.koutei table:not(.Calendar) th{
	border: none !important;
	color: black !important;
	vertical-align:  baseline !important;
	background-color: #fff !important;
	font-weight: unset;
	text-align: left;
	padding: 10px 0px;
}

div.koutei table:not(.Calendar) td{
	border: none ! important;
	padding-left: 15px !important;
	line-height: 1.5em;
	width: auto;
}

div.Setumei a img{
	margin-top: 30px;
	height: 180px;
	width: auto;
	margin-right: -20px;
	    float: left;
}

h4{
	text-align: left;
	font-size: medium;
	width: 800px;
   	height: 50px;
	float: left;
	margin-top: -220px;
}
div.Tournaiyou{
	text-align: left;
	font-size: medium;
	margin: -180px 10px 10px 300px;
	float: left;
	height: 350px;
	width: 800px;
}

div.Tournaiyou table{
border: none ! important;
line-height: 1.5em;

}
div.Tournaiyou table th{
	border: none !important;
	color: black !important;
	vertical-align:  baseline !important;
	background-color: #fff !important;
	font-weight: unset;
	text-align: left;
}

div.Tournaiyou table td{
border: none ! important;
padding-left: 15px !important;
}


div.Setumei table{
	border-collapse: collapse;
	width: 100%;
	border: solid 2px #67c5ff;
}
div.Setumei table th{
	border: solid 1px #67c5ff;
	color: #67c5ff;
	vertical-align: middle;
	background-color: #eafafa;
}

div.Setumei table td{
	border: solid 1px #67c5ff;
	color:black;
	vertical-align: middle;
	padding: 5px 0px;
}


div.Vision{
	/*text-align: left;
	margin: 30px auto;
	font-size: 130%;
	width: 60%;
	line-height: 1.2em;
	float: left;
	padding-left: 100px;
	white-space: normal ! important;
	word-break: break-all;
	display: inline-block;
	border: black 1px solid;*/
}


div.Compny{
	word-break: break-all;
	text-align: left;
	margin: 30px auto;
	font-size: 130%;
	width: 80%;
	line-height: 1.2em;
}

div.Compny table {
	border-collapse: collapse;
	width: 100%;
	border: solid 2px #67c5ff;
	word-break: normal;
	font-size: medium;
}

table:not(.TourList) tr td:nth-of-type(1) { 
	width:30%; 
}
 

div.Compny table th{
	border: solid 1px #67c5ff;
	color: #67c5ff;
	vertical-align: middle;
	background-color: #eafafa;
	padding: 10px 0px;
	text-align: center;
}

div.Compny table td{
	border: solid 1px #67c5ff;
	color:black;
	vertical-align: middle;
	padding: 5px 10px;
	word-break: break-all;
}

.shadow{
	/*float: left;*/
	margin: 20px 5px 0px 5px;
}

.right{

}

.fright{
}

div.SideMenu{
	padding: 0px;
	height: auto;
	margin: 0px auto;
	width: 29%;
	float:left;
	border: 0px solid #fff;
	text-align: center;
}

h2,
.Title{
	width: auto;
	height: auto;
	line-height: 20px;
	padding: 6px 5px 5px 10px;
	letter-spacing: 0.2em;
	color: #3d2512;
	text-shadow: 2px 2px 2px #918e8a;
	font-size: 14pt;
	text-align: center;
	/*border-left: 5px solid #a57a2c;*/
}
div.Title{
	font-size: 24pt ! important;
	line-height: 35pt ! important;
	font-family: 'Roboto', sans-serif ! important;
	font-style: italic ! important;
	margin-top: 50px ! important;
	color: #3d2512 ! important;
	background-color: transparent  ! important;
	text-align: center  ! important;
	border: none  ! important;
}
h2 a{
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
	letter-spacing: 0em;
	font-size: small;
	float: right;
	text-decoration: none;
	display: inline-block;
	margin-top: -3px;
	color: #fff;
}
div#PageMenu{
	/*margin-top: -106px;*/
	/* borderがないと背景画像がずれる */
	border: 0px solid #0f0;
	background: transparent;
	padding: 0;
	margin: 0 ! important;
}
div.SideMenu h2,
div#PageMenu h2{
	
background: -moz-linear-gradient(top,  #bbe0f6 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbe0f6), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bbe0f6 0%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#bbe0f6, endColorstr=#f5f5f5,GradientType=0 ); /* IE6-9 */


	width: auto;
	height: 50px;
	line-height: 25px;
	letter-spacing: 0.2em;
	color: #fdf5e8;
	text-shadow: 2px 2px 2px #666;
	font-size: 14pt;
	text-align: center;
	border: 0px solid #000;
	padding: 5px 0px;
	/* border-radius */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

}
div#PageMenu a{
	max-width: 100%;
	display: block;
	padding: 8px;
	width: auto;
	color: #fff;
	border: none;
	text-shadow: 2px 2px 2px #d28e21;
}
div#PageMenu a:hover{
	color: #fff;
	border: none;
	text-shadow: 2px 2px 2px #666;
}
#PageMenu a.Active{
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
	color: #000;
	text-shadow: 2px 2px 2px #fff;
}
div.SubMain{
	text-align: center;
}
/********* コメント表示 *********/
div.PageComment{
	padding: 20px 0px;
}
#PageTitle{
	margin:0px 5px;
	padding: 10px 30px 0px 30px;
	width: auto;
	min-height: 25px;
	line-height: 50px;
	text-align: left;
	font-weight: bold;
	font-size: 32pt;
	color: #3d2512;
	text-shadow: 2px 2px 2px #918e8a;
}

#Comments{
	color: #3d2512;
	position: relative;
	margin:0px 5px;
	padding: 20px 30px 0px 30px;
	width: auto;
	line-height: 2em;
	text-align: left;
	font-size: 11pt;
	font-weight: normal;
	background-color: transparent;
	border: 0px solid #f00;
}
#Comments span{
	/*border-bottom:1px dotted;*/
	font-size: 130%;
	line-height: normal;
	text-align: left;
}
div.Update{
	/*
	background: url(/images/update.gif) no-repeat 0 0;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 16pt;
	font-family: "Impact";
	float:left;
	*/
	
	float: right;
	font-size: 10pt;
}
/****** テーブル用クラス ******/
/* 汎用テーブル */
table.Layout{
	width: 90%;
	margin: 5px auto;
}
table.Layout td{
	padding: 10px;
}
table.Layout a img{
	float:left;
	margin: 0px 15px 15px 0px;
}

ul.Images{ 
	/*display:table;*/ 
	width: 20%;
	margin-top: 30px;
	list-style: none;
	float: right;
	height: 100px;
} 
ul.Images li{ 
	/*display:table-cell;*/
	padding: 3px;
}
ul.Images li img.shadow{
	width: 240px;
	margin: 0px 5px;
	height: 180px;
}

p{
	padding: 10px 15px;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 100;
}

div.Update{
}
.Caption{
	background: none transparent;
	padding: 0.5em 0;
	min-width: 99%;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px auto 10px auto;
	
	/* border-radius */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

	/* box-shadow */
	box-shadow:rgba( 59,35,16, 0.65) 0px 0px 10px 3px inset;
	-webkit-box-shadow:rgba(59,35,16, 0.65) 0px 0px 10px 3px inset;
	-moz-box-shadow:rgba(59,35,160,0.65) 0px 0px 10px 3px inset;
}

dl{
	display:table;
	width: 95%;
}
dl.Faq dt{
	display:block;
	width: 95%;
	margin: 4px auto;
	text-align: left;
	background: url(/HpImages/arrow_left.gif) no-repeat center left;
}
dl.Faq dt a{
	color: #553421;
	display:block;
	padding: 4px 0px 4px 32px;
}
dl.Faq dt a:hover{
	color: #cca57a;
	background: url(/HpImages/arrow_left.gif) no-repeat center left #3b2310;
	text-decoration: none;
	font-weight: bold;
}
dl.Faq dd{
	display: none;
}


table.Basictable{
	border-collapse: collapse;
	margin: 8px auto;
}
table.Basictable th{
	background-image: none;
	text-align: center;
	font-size: 12pt;
	padding: 10px;
	background-color: ;x;;;
	color:  #67c5ff;
	border:1px solid #67c5ff;
	vertical-align: middle;
}

table.Basictable td{
	text-align: left;
	line-height: 1.5em;
	padding: 8px;
	color: black;
	border:1px solid #67c5ff;

}

.center {
    margin-top: 100px;
}

.Contact{
	width: 180px;
	height: 50px;
	margin: 0px auto;
	cursor: pointer;
	display: block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	border: solid 2px #67c5ff;
	border-radius: 3px;
	transition: .4s;
	font-size: larger;
	font-weight: bold;
	clear: both;
}
.Contact:hover {
	background: #67c5ff;
	color: white;
}


footer{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 0px;
	/*
/*background: -moz-linear-gradient(top, #fdf8ed  0%, #ede6d2  100%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf8ed), color-stop(100%,#ede6d2 ));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #fdf8ed 0%,#ede6d2  100%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #fdf8ed 0%,#ede6d2  100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #fdf8ed 0%,#ede6d2  100%);*/ /* IE10+ */
/*background: linear-gradient(to bottom, #fdf8ed 0%,#ede6d2  100%);*/ /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#fdf8ed, endColorstr=#ede6d2 ,GradientType=0 ); /* IE6-9 */
*/
}
footer:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10px;
	margin: 0 auto;
	background-color: whitesmoke;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6b589+0,e1ce96+100 */
/*background: rgb(198,181,137);*/ /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(198,181,137,1) 0%, rgba(225,206,150,1) 100%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,181,137,1)), color-stop(100%,rgba(225,206,150,1))); *//* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(198,181,137,1) 0%,rgba(225,206,150,1) 100%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(198,181,137,1) 0%,rgba(225,206,150,1) 100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(198,181,137,1) 0%,rgba(225,206,150,1) 100%);*/ /* IE10+ */
/*background: linear-gradient(to bottom,  rgba(198,181,137,1) 0%,rgba(225,206,150,1) 100%);*/ /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6b589', endColorstr='#e1ce96',GradientType=0 ); /* IE6-9 */
}
footer:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10px;
	margin: 0 auto;
	background-color: whitesmoke;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1ce96+0,c6b589+100;Yellow+3D+%232 */
/*background: rgb(225,206,150);*/ /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(225,206,150,1) 0%, rgba(198,181,137,1) 100%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,206,150,1)), color-stop(100%,rgba(198,181,137,1)));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(225,206,150,1) 0%,rgba(198,181,137,1) 100%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(225,206,150,1) 0%,rgba(198,181,137,1) 100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(225,206,150,1) 0%,rgba(198,181,137,1) 100%);*/ /* IE10+ */
/*background: linear-gradient(to bottom, rgba(198,181,137,1) 0%,rgba(225,206,150,1) 100%);*/ /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ce96', endColorstr='#c6b589',GradientType=0 ); /* IE6-9 */

}
/******************/
div.Bodyfooter{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	clear: both;
	text-align: center;
	font-size: 10pt;
	padding: 50px 0px 130px 0px;
	border: 0px solid #ff0000;
	word-break: keep-all;
	color: #666;
	height: auto;
}
div.Bodyfooter:after{
  content:"";
  display:block;
  clear:both;
}
#FooterNav{
	width: 80%;
	margin: 0px auto 0px 50px;
}
#FooterNav ul{
	width: 300px;
	float: left;
	margin-right: 50px;
	text-align: left;
	border: 0px solid #f00;
}
#FooterNav ul li{
	margin: 8px auto;
	list-style-type : square;
}
#FooterNav a{
	color: #36200d;
	font-size: 14pt;
	text-decoration: none;
	white-space:nowrap;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}
#FooterNav a:hover{
	font-size: 16pt;
	text-decoration: none;
	text-shadow: 2px 2px 2px #918e8a;
}
div.Bodys address{
	/*position: absolute;*/
	font-style: normal;
	right: 0px;
	bottom: 0;
	margin: 70px auto;
	color: #432815;
	font-size: 12pt;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.5em;
	padding: 0px 5px 15px 5px;
	width: 100%;
	border: 0px solid #f00;
}
address a{
	color: #432815;
}
#Sitename{
	text-shadow: 2px 2px 2px #fdf5e8;
	font-weight: bold;
	font-size: 16pt;
	padding: 2px 0px;
}
div.Admin,
div.Powered{
	clear: both;
	padding: 2px 0px 2px 0px;
	text-align: right;
	font-size: x-small;
	/*background: url(/SSL/www.discover-japan-tours.com/images/footer_bg.jpg) repeat;*/
}
div.Admin a{
	font-size: small;
	text-decoration: none;
	color: #eee;
}
div.Admin a:hover{
	color: #000;
}
/******************/
div.Powered{
	background: none;
	width: 100%;
	font-size: 8pt;
	text-align: center;
	border: 0px solid #000000;
}
div.Powered a{
	color: #999;
	margin: 5px;
	text-decoration: none;
}
div.Powered div{
	display: none;
}
/******************/
/* index.html */
/******************/
#TopSearch,
#TodaysRate,
#TopMainLink,
#Plan,
#IndoorView,
#Info{
	position: relative;
	padding: 10px;
	margin: 0px auto 30px auto;
	border: 1px solid #efefef;
	
box-shadow: rgba(50,50,50,0.5) 5px 5px 5px 0px;
-webkit-box-shadow:rgba(50,50,50,0.5) 5px 5px 5px 0px;
-moz-box-shadow:rgba(50,50,50,0.5) 5px 5px 5px 0px;

}
#FaceBook,
#Insta{
	border: 1px solid #fff;
	
box-shadow: rgba(50,50,50,0.5) 5px 5px 5px 0px;
-webkit-box-shadow:rgba(50,50,50,0.5) 5px 5px 5px 0px;
-moz-box-shadow:rgba(50,50,50,0.5) 5px 5px 5px 0px;

	margin-top: 20px;
}
.Large{
	font-size: 22pt;
	text-align: center;
	padding: 8px;
	letter-spacing: -0.05em;
}
#Charm{
	margin: 10px auto;
	padding: 10px 10px 10px 60px;
	background-color: #ded4c0;
	width: 986px;
	border: 1px solid #efefef;
	position: relative;
}
#Charm:after{
  content:"";
  display:block;
  clear:both;
}
#CharmMidashi{
	font-family:"HG祥南行書体","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	width: 1em;
	float: right;
	right: 0;
	font-size: 22pt;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #666;
	padding: 10px;
	height: auto;
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}

#Charm ul{
	list-style:none;
	background-color: #ded4c0;
}
#Charm li{
	width: 22%;
	height: 300px;
	float: left;
	border: 1px solid #cecece;
	position: relative;
	display: block;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	overflow:hidden;
}
div.CharmTitle{
	font-family:"HG祥南行書体","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	width: auto;
	background: #191970;
	font-size: 42pt;
	-moz-opacity:.70;
	filter:alpha(opacity=80);
	opacity:.70;
	color: #000;
	position: absolute;
	text-align: left;
	line-height: 1.5em;
	/*bottom: 125px;*/
	top: 0;
	right: 5px;
	padding: 10px;
	border-top: 1px solid #999;
}
div.CharmText{
	text-align:left;
	font-size: 12pt;
	color: #432815;
	bottom: 0;
	margin-top: 10px;
	line-height: 1.3em;
	padding-bottom: 10px;
}
#Charm a{
	text-decoration: none;
}
#Charm img{
	height: auto;
	width: 100%;
	margin: 0 auto;
  /*opacity: 0.5;*/
}
#Charm a:hover img{
	background-color: none;
  /*opacity: 1;*/
}
#Charm .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -74px;
	outline: 0;
	width: 15px;
	height: 148px;
	text-indent: -9999px;
	z-index: 9999;
}
#Charm .bx-wrapper .bx-prev {
	left: 1px;
	background: url(/images/arrow_prev.png) no-repeat 0 0;
}
#Charm .bx-wrapper .bx-next {
	right: 1px;
	background: url(/images/arrow_next.png) no-repeat 0 0;
}

#Info{
	background: url(/SSL/www.discover-japan-tours.com/images/info_bg.jpg) no-repeat top center;
	width: 680px;
	height: 210px;
	/*padding: 17px 0px 0px 25px;*/
	text-align: left;
}
#Info ul{
	margin-top: 15px;
	margin-left: 10px;
	list-style: none;
}
#Info li{
	background: url(/HpImages/arrow_left2b.gif) no-repeat left center;
	padding-left: 15px;
	margin: 8px;
	border-bottom: 1px dotted #ccc;
}
#Info li a{
	margin-left: 20px;
}
#Plan h2{
}
#Plan div.PlanData{
	margin: 5px 0px 15px 0px;
	width: 650px;
	overflow: hidden;
	padding: 15px;
	text-align: left;
	border-top: 1px solid #fff;
	
box-shadow:         0px 1px 1px rgba(50,50,50,0.5);
-webkit-box-shadow: 0px 1px 1px rgba(50,50,50,0.5);
-moz-box-shadow:    0px 1px 1px rgba(50,50,50,0.5);

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#Plan div.PlanMei{
	font-weight: bold;
	font-size: 14pt;
	padding: 5px 0px;
}
#Plan div.PlanNai{
	font-size: small;
	overflow: visible;
}
#Plan div.PlanKin{
	font-size: small;
	font-weight: bold;
	color: #ff1493;
	text-align: right;
}
#Photo{
	clear: both;
	position: relative;
	width: 1000px;
	border: 0px solid #f00;
	height: 195px;
	overflow: hidden;
}
#Photo h2{
	padding: 17px 0px 0px 25px;
	text-align: left;
	height: 36px;
}

#Photo > img{
	position: absolute;
	top: 0px;
	left: 0px;
}
#Photo .bx-wrapper .bx-viewport{
	border: 10px solid #ded4c0;
}
#Photos,
#Photos li{
	margin: 0;
	padding: 0;
}
#Photos img{
	height: 120px;
	width: 180px;
}

div.Midashi{
	border: 0px solid #f00;
	height: 100%;
	overflow: hidden ! important;
	overflow: visible;
	text-align: center;
	font-size: x-large;
	text-shadow: 2px 2px 2px #918e8a;
	margin-top: 70px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-style: italic;

}

div.Midashi ul{
	list-style-type: none;
}

/******************/
/* /meal/index.html */
/******************/
ul.thumb {
	list-style: none;
	margin-left:-5px;
	padding: 10px;
	width: 100%;
}
ul.thumb li{
	margin: 0;
	padding: 3px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 90px;
	display: block;
}
ul.thumb li span,
ul.thumb li img{
	width: 100px;
	height: 80px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-size: small;
	line-height: 1em;
}
ul.thumb li img.hover {
	background:url(/images/thumb_bg.png) no-repeat center center;
	border: none;
	z-index: 10px;
}
div.MealImage{
	padding: 9px 0;
	margin: 5px auto;
	width:95%;
	height:auto;
}
div.MealImage img{
	width:100%;
	height:100%;
	visibility: visible;
}
div.MealBody{
	margin: 9px auto 0px auto;
	width: auto;
	font-weight: normal;
	padding: 10px;
	border: 1px solid #936747;
	min-height: 140px;
	height: auto;
	overflow: auto;
	color:#000;
}
div.MealBody b{
	font-size: 12pt;
	color: #d1a705;
}
/******************/
/* /around/index.html */
/******************/
div.Article{ clear: both; padding-top: 10px; }
div.Detail,
div.Discount{ 
	clear: both; 
	/*padding-top: 10px;*/
	border: 3px solid #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 3px 3px #cecece;
	margin-bottom: 5px;
	width: 100%;
}
div.SubTitle{ 
	padding-left: 20px;
	text-align: left; 
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif ! important;
	color:#3066e0;
	background:url(/HpImages/arrow_left2b.gif) no-repeat left center; 
	
}
div.AroundBody{
 float: right;
 width: 67%;
}
div.Detail p{
	text-align: left;
	line-height: 1.5em;
}
#map_canvas{
	margin: 10px auto;
	width: 100%;
	height: 500px;
	border: 3px solid #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 3px 3px #cecece;
}
#TA_rated623{
	width:170px;
	margin:0 auto;
}

h5{
	text-align: left;
	font-size: 20px;
}
h6{
	text-align: center;
	font-size: 22px;
}

/* JP */
div.JP .Tournaiyou{}

div.JP .Tournaiyou table th{
	width: 5%;
}


div.privatetour{
	clear: both;
	font-size: 12pt;
}

div.yakkan{
	margin: 0px auto;
}
div.yakkan tr{
	width: 90%;
}

div.yakkan td{
	text-align: left;
	width: auto;
	padding-left: 10px;
	line-height: normal;
}
div.yakkan th{
	text-align: right;
	width: 10%;
	font-weight: bold;
}

h7{
	font-weight: bold;
	font-size: large;
}


/******* カレンダー用 *******/
table.Calendar td div b {
	display: block;
}
div.Calendar,
#Fuji{
	text-align: center;
	padding: 5px;
	width: 100%;
}
/* カレンダー */
table.Calendar{	
	font-size: 11pt;	
	border-collapse: collapse;
	border: 0px solid #000000;
	width: 100% ! important;
	margin-bottom: 10px;
}
table.Calendar th{
	font-weight: bold	! important;	
	text-align: center	! important;	
	border: 1px solid #646450	! important;
	padding: 10px	! important;
	color: #000000;
}
table.Calendar td{
	text-align: center	! important;	
	border: 1px solid #646450;	
	padding: 0px;	
	width: 14% ! important;
	vertical-align: top;
	white-space:nowrap;
}
table.Calendar td.Weeklist{	
	font-weight: bold;	
	height:20px;
	font-size:small;
}
table.Calendar td.Otherday{	
	background-color: #eeeeee;
	font-size: small;
	color: #666666;
}
table.Calendar td.Weekday{
}
table.Calendar td.Saturday{	
}
table.Calendar td.Holiday{	
}
table.Calendar td.Today{	
}
table.Calendar b{
	display:block;
}

table.Calendar td.Saturday b{	color: #00f;	}
table.Calendar td.Holiday b{	color: #f00; }

table.Calendar a{
	text-decoration: none;
	display: block;
	height: 100%;
	overflow: visible;
	padding: 7px;
}
table.Calendar a:hover{
	background: url(/HpImages/white_bg.png) 0 0 repeat;
	border: 1px solid #cecece;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding:5px;
	cursor: pointer;
}
table.Calendar td div{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#CalenNavi{
	text-align: right ! important;
	float: right ! important;
}
input.Active{
	background: url(/HpImages/tour/active.png) 0 0 no-repeat transparent;
	height: 30px;
	width: 50px;
	border: 0px;
  cursor: pointer;
}
input.Deactive{
	background: url(/HpImages/tour/deactive.png) 0 0 no-repeat transparent;
	height: 30px;
	width: 50px;
	border: 0;
  cursor: pointer;
}

#BookingCalender{
	position: relative;
	margin-bottom: 20px;
}
#BookingCalender:after{
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
#BookingCalender div.TourEnd{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 500px;
  background-color: rgba(128,128,128,0.5);
  text-align: center;
  font-size: 24pt;
  text-shadow: 1px 1px #000;
  font-weight: ;
}
div.Rsvaccepting{
}
div.Rsvvacancy{
}
div.Rsvinvalidity{
}
div.Remain{
	font-family: "MS UI Gothic";
	padding-top: 2px ! important;
	border-top: 1px dashed #fff ! important;
	min-height: 1em ! important;
}
table.Calendar td div.A{ background-color: #ff9492;	}
table.Calendar td div.B{ background-color: #ffce00;	}
table.Calendar td div.C{ background-color: #82c3ff;	}
table.Calendar td div.D{ background-color: #75fbc5;	}
table.Calendar td div.E{ background-color: #f2d399;	}
table.Calendar td div.F{ background-color: #d8d8d8;	}
table.Calendar td div.G{ background-color: #fe81b3;	}
table.Calendar td div.H{ background-color: #f9ff6d;	}
table.Calendar td div.I{ background-color: #e89087;	}
table.Calendar td div.J{ background-color: #88ffff;	}
table.Calendar td div.K{ background-color: #a1e28a;	}
table.Calendar td div.L{ background-color: #ff7a51;	}
table.Calendar td div.M{ background-color: #aec8c3;	}
table.Calendar td div.N{ background-color: #9595e0;	}
table.Calendar td div.O{ background-color: #f0f8ff;	}
table.Calendar td div.P{ background-color: #faebd7;	}
table.Calendar td div.Q{ background-color: #f5f5dc;	}
table.Calendar td div.R{ background-color: #deb887;	}
table.Calendar td div.S{ background-color: #8fbc8f;	}
table.Calendar td div.T{ background-color: #e6e6fa;	}
table.Calendar td div.U{ background-color: #ffb6c1;	}
table.Calendar td div.V{ background-color: #b0c4de;	}
table.Calendar td div.W{ background-color: #ffdead;	}
table.Calendar td div.X{ background-color: #98fb98;	}
table.Calendar td div.Y{ background-color: #dda0dd;	}
table.Calendar td div.Z{ background-color: #c0c0c0;	}

a.WindowOpen{
	color: #f00;
}
#ToRegist{
	margin-left: -120px;
	margin-top: 40px;
}
#ToBack{
	margin-left:42px;
	margin-top: 40px;
}
#alternate{
	text-align: center;
}
/* */


