@charset "UTF-8";

/*ツアートップスタイル　リニューアル2008.06.20*/

* {
	margin: 0px;
	padding: 0px;
}
.tour_shop #shop_head {
	/*height: 76px;*/
	/*background-image: url('../images/shop_header_bg.jpg');*/
	/*background-repeat: repeat-x;*/
	/*20200313_start*/
	overflow: hidden;
	position: relative;
	border-bottom: solid 2px #999;
	/*20200313_end*/
	max-width: 1100px;
	margin: 0 auto;
}
.tour_shop #shop_head h2 {
	width: 191px;
	height: 54px;
	/*position: absolute;*/
	/*top: 20px;*/
	/*left: 18px;*/
	/*background-image: url(../../../images/shop_header_bg.jpg);*/
	/*background-repeat: no-repeat;*/
	/*20200313_start*/
	float: left;
	margin: 15px 0 0 0;
	/*20200313_end*/
}
.tour_shop #callcenter {
	/*position: absolute;*/
	/*top: 9px;*/
	/*left: 628px;*/
	/*20200313_start*/
	display: block;
	float: right;
	margin: 18px 10px;
	/*20200313_end*/
}
.tour_shop #mypage {
	/*position: absolute;*/
	/*top: 15px;*/
	/*left: 470px;*/
	/*20200313_start*/
	display: block;
	float: right;
	margin: 18px 10px;
	/*20200313_end*/
}
.tour_shop #header_bunner {
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.tour_shop #header_bunner .bunner {
	background-color: transparent;
	margin: 5px 0 5px 8px;
	text-align: center;
	float: left;
}
.tour_shop #search_box {
	box-sizing: border-box;
	max-width: 1100px;
	margin: 0 auto;
	height: 252px;
	background-image: url('../../../images/searchbox_bg.jpg');
	background-repeat: no-repeat;
	padding: 15px 10px;
	overflow: hidden;
	background-size: cover;
}
.tour_shop #search_box #search_left_box {
	width: 685px;
	float: left;
	overflow: hidden;
}
.tour_shop #search_box .midium {
	font-size: 0.7rem;
}
.tour_shop #search_place_box {
	width: 695px;
	height: 84px;
}
.tour_shop #search_place {
	background-image: url('../../../images/search_place_icon.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #333;
	font-size: 0.9rem;
	font-weight: bold;
	padding-left: 15px;
}
.tour_shop #search_place_box .place_button {
	box-sizing: border-box;
	width: 110px;
	height: 25px;
	font-size: 110%;
	line-height: 185%;
	padding: 0;
	margin: 3px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tour_shop #search_place_box .place_button:hover {
	background-color: #98E195;
	color: #FFF;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: ease;
}
.tour_shop #search_month_box {
	width: 695px;
	height: 84px;
	margin: 5px 0 0 0;
}
.tour_shop #search_month {
	background-image: url('../../../images/search_month_icon.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #333;
	font-size: 0.9rem;
	font-weight: bold;
	padding-left: 20px;
}
.tour_shop #search_month_box .month_button {
	box-sizing: border-box;
	width: 108px;
	height: 25px;
	font-size: 110%;
	line-height: 185%;
	padding: 0;
	margin: 3px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tour_shop #search_month_box .month_button:hover {
	background-color: #98E195;
	color: #FFF;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: ease;
}
.tour_shop #search_tour_box {
	width: 695px;
	height: 84px;
}
.tour_shop #search_tour_box .tour_button {
	box-sizing: border-box;
	/*width: 336px;*/
	width: 165px;
	height: 25px;
	font-size: 110%;
	line-height: 185%;
	padding: 0;
	margin: 3px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tour_shop #search_tour_box .tour_button:hover {
	background-color: #98E195;
	color: #FFF;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: ease;
}
#stay_button {
	background-image: url('../../../images/search_stay_icon.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 25px;
}
#daytrip_button {
	background-image: url('../../../images/search_daytrip_icon.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 25px;
}
.tour_shop #search_box #search_right_box {
	box-sizing: border-box;
	width: 245px;
	float: right;
	padding: 0;
	overflow: hidden;
}
.tour_shop #search_word_box {
	height: 88px;
}
#search_word {
	background-image: url('../../../images/search_word_icon.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #333;
	font-size: 0.9rem;
	font-weight: bold;
	padding-left: 20px;
}
#word_box {
	width: 238px;
	height: 25px;
	margin: 4px 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .125);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .125);
}
#count_monitor {
	text-align: right;
	font-size: 0.9rem;
	padding: 0 5px 5px 0;
}
#clear_button:hover {
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*20200313_start*/
#clear_button2:hover {
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*20200313_end*/
#Tour {
	margin: 0px;
	padding: 0px;
}
#Tour h2 {
	background-image: url(../../../tour/images/top_200708.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 750px;
	margin-bottom: 20px;
}
.about {
	text-align: right;
	background-color: #CCFFD7;
	margin-bottom: 10px;
}

/*ツアーアイテムスタイル*/
#Tour {
	box-sizing: border-box;
	/*float: right;*/
	width: 960px;
}
.tour_shop #Tour {
	box-sizing: border-box;
	max-width: 1100px;
	background-color: #FFF;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}
#Tour h3 {
	font-size: 14px;
	line-height: 16px;
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	clear: left;
	padding-left: 25px;
	color: #3BAEFF;
	height: 20px;
	width: 495px;
	padding-top: 4px;
}
.tour_shop #Tour h3#recommend {
	box-sizing: border-box;
	max-width: 1100px;
	height: 23px;
	background-image: url(../../../images/recommend_icon.png);
	background-repeat: no-repeat;
	color: #DD2526;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 2px solid #DD2526;
	margin: 0 0 10px 0px;
	padding: 2px 0 0 20px;
	width: 100%;
}

#Tour .ex {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	border: 1px solid #999;
	padding: 2px;
	text-align: center;
	margin-bottom: 5px;
}
.tour_shop #Tour ul {
	box-sizing: border-box;
	max-width: 1100px;
	border-top: 5px solid #FADEDE;
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 100%;
}
* html #Tour ul {
	margin-left: 5px;
	width: 510px;
}
* html .tour_shop #Tour ul {
	width: 670px;
}
#Tour li {
	margin-right: 5px;
	width: 250px;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tour_shop #Tour li {
	box-sizing: border-box;
	width: 960px;
	margin-right: 0;
}
* html #Tour li {
	margin-right: 5px;
	width: 250px;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
* html .tour_shop #Tour li {
	width: 670px;
	margin-right: 0;
}
#Tour dl {
	width: 100%;
}
#Tour dt {
	float: left;
	margin-right: 5px;
}
.tour_shop #Tour dl {
	margin: 0;
}
.tour_shop #Tour dt {
	box-sizing: border-box;
	width: 200px;
	background-color: #F0F0F0;
	margin: 0;
}
#Tour dd {
	margin-left: 105px;
	color: #333;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 2px;
}
.tour_shop #Tour dd {
	margin: 0 0 2px 0;
}
#Tour .destination {
	width: 135px;
	font-weight: bold;
}
.tour_shop #Tour .destination {
	box-sizing: border-box;
	width: 760px;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}
.tour_shop #Tour .destination .summary {
	box-sizing: border-box;
	max-width: 890px;
	border-bottom: 2px solid #B2B2B2;
	padding: 0 0 10px 0;
	overflow: hidden;
}
.tour_shop #Tour .destination .copy {
	color: #DD2526;
	font-size: 0.9rem;
	margin: 3px 0 0 0;
	float: left;
}
.tour_shop #Tour .destination .icon_box {
	float: right;
	margin: 0 0 5px 0;
}
.tour_shop #Tour .destination .new_icon {
	box-sizing: border-box;
	width: 35px;
	height: 25px;
	color: #FFF;
	background-color: #DD2526;
	font-size: 0.6rem;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	float: left;
	padding: 3px 0 0 0;
	margin: 0 4px 0 0;
}
.tour_shop #Tour .destination .icon_box .icon {
	box-sizing: border-box;
	/*width: 80px;*/
	height: 25px;
	font-size: 0.6rem;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	/*padding: 3px 0 0 0;*/
	padding: 3px 2px;
	margin: 0 0 0 4px;
}
.tour_shop #Tour .destination .icon_box .icon2 {
	box-sizing: border-box;
	/*width: 80px;*/
	height: 25px;
	font-size: 0.6rem;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	clear: both;
	/*padding: 3px 0 0 0;*/
	padding: 3px 2px;
	margin: 3px 0 0 4px;
}
.tour_shop #Tour .destination .icon_box .icon3 {
	box-sizing: border-box;
	/*width: 80px;*/
	height: 25px;
	font-size: 0.6rem;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	/*padding: 3px 0 0 0;*/
	padding: 3px 2px;
	margin: 3px 0 0 4px;
}
.tour_shop #Tour .destination .icon_box .icon_bg1 {
	/*width: 90px;*/
	font-size: 0.6rem;
	color: #FFF;
	background-color: #5BAE60;
}
.tour_shop #Tour .destination .icon_box .icon_bg2 {
	color: #000;
	background-color: #BAE3F9;
}
.tour_shop #Tour .destination .icon_box .icon_bg3 {
	color: #FFF;
	background-color: #B48642;
}
.tour_shop #Tour .destination .icon_box .icon_bg4 {
	color: #000;
	background-color: #FADCE9;
}
.tour_shop #Tour .destination .icon_box .icon_bg5 {
	/*width: 90px;*/
	font-size: 0.6rem;
	color: #FFF;
	background-color: #5B5BAE;
}
.tour_shop #Tour .destination .icon_box .icon_bg6 {
	color: #000;
	background-color: #FCE2BA;
}
.tour_shop #Tour .destination .icon_box .icon_bg7 {
	color: #000;
	background-color: #BBCCE9;
}
.tour_shop #Tour .destination .icon_box .icon_bg8 {
	color: #FFF;
	background-color: #DD2526;
}
.tour_shop #Tour .destination .icon_box .icon_bg9 {
	color: #FFF;
	background-color: #1E772C;
}
.tour_shop #Tour .destination .icon_box .icon_flg_bg00 {
	color: #000;
	border: 1px solid #DD2526;
}
.tour_shop #Tour .destination .icon_box .icon_flg_bg0 {
	color: #000;
	border: 1px solid #000;
}
.tour_shop #Tour .destination .icon_box .icon_flg_bg1 {
	color: #4DBAB5;
	border: 1px solid #4DBAB5;
}
.tour_shop #Tour .destination .icon_box .icon_flg_bg2 {
	color: #006699;
	border: 1px solid #006699;
}
.tour_shop #Tour .destination .icon_box .icon_flg_bg3 {
	color: #E62C2C;
	border: 1px solid #E62C2C;
}
.tour_shop #Tour .destination .icon_box .icon_flg_bg4 {
	color: #499DD7;
	border: 1px solid #499DD7;
}
.tour_shop #Tour .destination .icon_box .icon_flg_bg5 {
	color: #78BD48;
	border: 1px solid #78BD48;
}
.tour_shop #Tour .destination .icon_box .icon_flg_bg6 {
	color: #EB77A2;
	border: 1px solid #EB77A2;
}
.tour_shop #Tour .destination .icon_box .icon_flg_bg7 {
	color: #666;
	border: 1px solid #666;
}
.tour_shop #Tour .destination .icon_box .icon_flg_bg8 {
	color: #663399;
	border: 1px solid #663399;
}
.tour_shop #Tour .destination .icon_box .icon_flg_bg9 {
	color: #804040;
	border: 1px solid #804040;
}
.tour_shop #Tour .destination a {
	text-decoration: none;
	color: #333;
	font-size: 140%;
	line-height: 20px;
}
.tour_shop #Tour .destination a:hover {
	color: #39F;
}
.tour_shop #Tour .destination img {
	float: left;
}
.tour_shop #Tour .destination .data {
	padding: 10px 0 0 0;
	overflow: hidden;
}
.tour_shop #Tour .destination .data p {
	font-size: 0.9rem;
	float: left;
}
.tour_shop #Tour .destination .data p .price {
	font-size: 1.1rem;
	color: #E61F19;
}
#Tour .destination .data .start_place {
	margin: 0 10px 0 0;
} 
#Tour .destination .data .start_day {
	margin: 0;
} 
#Tour .destination strong {/*出発月*/
	width: 135px;
	background-color: #0099FF;
	padding: 1px;
	color: #FFF;
}
.tour_shop #Tour .destination strong {
	background-color: #5E3819;
	line-height: 2em;
	padding: 5px;
}
#Tour .destination b {/*出発間近*/
	background-color: #FF8402;
	padding: 1px;
	color: #FFF;
}
#Tour .link {
	width: 135px;
	font-weight: bold;
	padding: 3px 0 0 0;
}
.tour_shop #Tour .link {
	width: 500px;
	overflow: hidden;
	text-align: left;
}
.tour_shop #Tour .link .tour_name_link {
	color: #39F;
	text-decoration: underline;
}
.tour_shop #Tour .link .tour_name_link:hover {
	text-decoration: none;
}
#Tour .top {
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	clear: left;
	margin-bottom: 10px;
}
.tour_shop #Tour .top {
	float: right;
	clear: left;
	margin-bottom: 10px;
}
.tour_shop #Tour .top a {
	width: 242px;
	height: 30px;
	background-image: url(../images/back_bg.png);
	background-repeat: no-repeat;
	color: #734B23;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	display: block;
	margin: 0 5px 0 0;
	padding: 16px 0 0 40px;
}
.tour_shop #Tour .top a:hover {
	color: #F0831E;
}
.main_tour {
	margin-top: 10px;
}
.other_tour {
	margin-top: 10px;
}

/*ツアーナビゲーション*/
#gnav {
	float: left;
	width: 220px;
	margin-right: 10px;
}
#gnav2 {
	float: left;
	width: 260px;
	margin-right: 10px;
}
#search_request_box {
	box-sizing: border-box;
	width: 950px;
	margin: 5px auto;
	padding: 5px;
	overflow: hidden;
	border: 5px solid #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 0 5px #CCC;
	-moz-box-shadow: 0 0 5px #CCC;
	-webkit-box-shadow: 0 0 5px #CCC;
}
#search_request_box dl {
	font-size: 0.9rem;
	margin: 0;
	padding: 0;
}
#search_request_box dl dt {
	font-weight: bold;
	clear: both;
	float: left;
}
#search_request_box dl dd {
	float: left;
}
#message_box {
	width: 960px;
	font-size: 0.9rem;
	margin: 10px auto;
	padding: 5px;
}
#start_nav {
	margin-bottom: 10px;
}
.tour_shop #start_nav {
	width: 250px;
	margin: 0 0 10px 10px;
}
#start_nav dl {
	margin: 0px;
	padding: 0px;
}
#start_nav dt {
	background-image: url(../images/title_ichiran.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	text-indent: -5000px;
}
.tour_shop #start_nav dt {
	background-image: url(../images/title_category.png);
	height: 26px;
	width: 250px;
}
#start_nav dd {
	font-size: 18px;
	line-height: 20px;
	background-color: #95E15A;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tour_shop #start_nav dd{
	background-color: transparent;
	padding: 0px;
}
#start_nav li {
	list-style-type: none;
}
.tour_shop #start_nav li {
	margin: 5px 0 0 0;
}
#start_nav li a {
	display: block;
	height: 25px;
	width: 190px;
	padding: 5px;
	background-color: #ECECEC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.tour_shop #start_nav li a {
	width: 225px;
	height: 22px;
	color: #333;
	text-decoration: none;
	font-size: 80%;
	background-image: url(../images/category_bg.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	padding: 5px 0 0 25px;
}
.tour_shop #start_nav li a:hover {
	color: #F0831E;
}

.clear_left {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.clear_left hr {
	display: none;
}
/*class*/
.word_wrap {
	word-wrap: break-word;
}
.red {
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
#saleBtn1 {
	position: relative;
	top: -45px;
	left: 500px;
}
/*pagenation*/
.pagenation {
	clear: both;
	margin: 20px 0 0 0;
}
.pagenation:after, .pagenation ul:after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}
.pagenation ul {
	text-align: center;
	margin: 0;
}
.pagenation li {
	display: inline;
	list-style: none outside none;
	margin-left: 3px;
}
.pagenation li:first-child {
	display: inline;
	margin-left: 0;
}
.pagenation li.active {
	background-color: #999999;
	border-radius: 3px;
	border: solid 1px #999;
	color: #FFFFFF;
	cursor: not-allowed;
	display: inline;
	padding: 4px 8px;
}
.pagenation li a {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 3px;
	border: solid 1px #C9C9C9;
	color: #999;
	padding: 4px 8px;
	text-decoration: none;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
}
.pagenation li a:hover {
    background-color: #444444;
	border: solid 1px #444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: ease;
}
/*add 20240627*/
.tour__contents {
	max-width: 1100px;
	margin: 5px auto 20px;
}
@media (min-width:768px) {
	body.tour_shop {
		margin-top: 170px;
	}
}