<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-----------------------------------------------
	old source
-------------------------------------------------*/

html {
	background-image:none;
}
body #middle span.price {
    color: #CC0000;
    font-size: 123.1%;
    font-weight: bold;
}


/*-----------------------------------------------
	new source
-------------------------------------------------*/

/* base */
a:link {	
	text-decoration:underline;
}
a:hover {	
	text-decoration:none;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
/* common */
#middle .section {
	clear:both;
    margin: 10px auto;
    width: 980px;
}

#middle .icons {
	padding:0 0 0 4px;
}
#middle .icons li {
	display:inline-block;
	width:45px;
	height:0;
	margin:0 0 0 6px;
	padding:45px 0 0;
	overflow:hidden;
}
/*�R����*/
#middle .icons li.icon01 {
    background: url("../images/search/icons_01.png") no-repeat;
}
/*�Y������s*/
#middle .icons li.icon02 {
    background: url("../images/search/icons_02.png") no-repeat;
}
/*�q������*/
#middle .icons li.icon03 {
    background: url("../images/search/icons_03.png") no-repeat;
}
/*�t���[�v����*/
#middle .icons li.icon04 {
    background: url("../images/search/icons_04.png") no-repeat;
}
/*�S���}�t*/
#middle .icons li.icon05 {
    background: url("../images/search/icons_05.png") no-repeat;
}
/*#middle .icons li.icon06 {
    background-position:-250px 0;
}
#middle .icons li.icon07 {
    background-position:-300px 0;
}*/

/*�o�����X�d��*/
#middle .icons li.icon08 {
    background: url("../images/search/icons_08.png") no-repeat;
}
/*���i�d��*/
#middle .icons li.icon09 {
    background: url("../images/search/icons_09.png") no-repeat;
}
/*�z�e���d��*/
#middle .icons li.icon10 {
    background: url("../images/search/icons_10.png") no-repeat;
}
/*���l�C��*/
#middle .icons li.icon11 {
    background: url("../images/search/icons_11.png") no-repeat;
}

#middle .icons li.iconcoupon {
    background: url("../images/search/icons_coupon.png") no-repeat;
}
#middle .icons li.iconjtb {
    background: url("../images/search/icons_coupon_jtb.png") no-repeat;
}
#middle .icons li.iconone {
    background: url("../images/search/icons_one.png") no-repeat;
}
/*���n�W��*/
#middle .icons li.icon02_lc {
    background: url("../images/search/icons_02_lc.png?0") no-repeat;
}
/*�R����*/
#middle .icons li.icon01_ng {
    background: url("../images/search/icons_01.png") no-repeat left -45px;
}
/*�Y������s�Ȃ�*/
#middle .icons li.icon02_ng {
    background: url("../images/search/icons_02.png") no-repeat left -45px;
}
/*�q������Ȃ�*/
#middle .icons li.icon03_ng {
    background: url("../images/search/icons_03.png") no-repeat left -45px;
}
/*�t���[�v�����ȊO*/
#middle .icons li.icon04_ng {
    background: url("../images/search/icons_04.png") no-repeat left -45px;
}
/*���}�Ȃ�*/
#middle .icons li.icon05_ng {
    background: url("../images/search/icons_05.png") no-repeat left -45px;
}
/*#middle .icons li.icon07_ng {
    background-position:-300px -70px;
}*/
/*�o�����X�d���Ȃ�*/
#middle .icons li.icon08_ng {
    background: url("../images/search/icons_08.png") no-repeat left -45px;
}
/*���i�d���Ȃ�*/
#middle .icons li.icon09_ng {
    background: url("../images/search/icons_09.png") no-repeat left -45px;
}
/*�z�e���d���Ȃ�*/
#middle .icons li.icon10_ng {
    background: url("../images/search/icons_10.png") no-repeat left -45px;
}
/*���l�C���Ȃ�*/
#middle .icons li.icon1_ng1 {
    background: url("../images/search/icons_11.png") no-repeat left -45px;
}
#middle .icons li.iconcoupon_ng {
    background: url("../images/search/icons_coupon.png") no-repeat left -45px;
}
#middle .icons li.iconjtb_ng {
    background: url("../images/search/icons_coupon_jtb.png")  no-repeat left -45px;
}
#middle .icons li.iconone_ng {
    background: url("../images/search/icons_one.png")  no-repeat left -45px;
}
/*-----------------------------------------------
	body search
-------------------------------------------------*/

body #middle {
    font-size: 100%;
	line-height:1.5;
}

body #middle h2 {
    background: url("../images/search/ttl_search_results_new.png") no-repeat;
	height:0px;
    min-height: 0px;
	padding:53px 0 0;
	overflow:hidden;
}

/* search_box */
#middle .left {
	float:left;
}

#middle .right {
	float:right;
}

.align-c {
	text-align:center;
}
#middle .search_box {
	position:relative;
    background: #FFF;
	border:#e5e5e5 solid 1px;
	border-radius:5px;
}

#middle .search_box .box_line {
	border:#FFF solid 1px;
	/* border-radius:5px; */
	padding:10px 8px;
		overflow: hidden;
}

#middle .search_box dl {
	clear:both;
	overflow:auto;
	padding:10px 0 ;
	padding:6px 0 ;
}
#middle .search_box .sep {
	border-top:#E6E6E6 dotted 1px;
}/*
#middle .search_box .sep:first-child {
	border-top:none;
	padding-top: 0 ;
}*/

#middle .search_box .sep.first {
    border-top: medium none;
    padding-top: 0px;
}

#middle .search_box .sep_head {
	border-top:none;
	padding-top: 0 ;
}

#middle .search_box .sep dt {
	display:table-cell;
    background-color: #F7F7F7;
	border-right:#d6d6d6 solid 1px;
	border-bottom:#d6d6d6 solid 1px;
	width:144px;
	padding:10px;
}
/*
#middle .search_box .sep .arbitrary {
    background: #FFF url("../images/search/icon_arbitrary.gif") no-repeat 122px 10px;
}
#middle .search_box .sep .indispensable {
    background: #FFF url("../images/search/icon_indispensable.gif") no-repeat 122px 10px;
}*/

#middle .search_box .sep dd {
	display:table-cell;
	margin-left:179px;
	vertical-align:middle;
	padding-left:12px;
}

#middle .search_box a {
	text-decoration:underline;
}
#middle .search_box a:hover {
	text-decoration:none;
}

#middle .search_box .sep dd label {
	display:inline-block;
	padding:0 5px;
}
#middle .search_box .sep dd label input[type="checkbox"],
#middle .search_box .sep dd label input[type="radio"] {
	position:relative;
	left:-2px;
	top:1px;
}

#middle .search_box .sep dd p {
	padding:5px 0;
}

#middle .search_box .sep dd p select {
	margin:0 5px 0 1px;
}

#middle .search_box .sep .cal a {
	display:inline-block;
    background: url("../images/search/icon_cal.png") no-repeat left top;
	padding:2px 0 0 24px;
	margin:0 0 0 5px;
	font-size:93%;
	min-height:18px;
}

/* and_search */

#middle .search_box .and_search {
	overflow:auto;
	/*padding-bottom:57px;*/
}

#middle .search_box .left,
#middle .search_box .right {
	width:48%;
}

#middle .search_box .and_search .left .sep:first-child,
#middle .search_box .and_search .right .sep:first-child {
	border-top:#E6E6E6 dotted 1px;
	padding:10px 0 ;
}


#middle .search_box .and_search .sep .line  {
	border-top:#E6E6E6 dotted 1px;
	padding:10px 0 ;
}

/* ctrl */

#middle .search_box .ctrl {
	/*position:absolute;
	right:20px;
	bottom:13px;*/
	position:relative;
	overflow:auto;
}

#middle .search_box .ctrl .btns {
	display:table;
	float:right;
}

#middle .search_box .ctrl .btns a {
	font-weight:bold;
}

#middle .search_box .ctrl .btns li {
	display:table-cell;
	vertical-align:middle;
	padding-left:12px;
	line-height: 40px;�@/* add 131106 �i�荞�ݏ���̏㉺�]�� */

}

#middle .search_box .ctrl .btns .opt {
	display:table-cell;
	vertical-align:middle;
}

/* result_list */

#middle .result_list {
	padding:0 10px;
}

#middle .hit_area {
	clear:both;
	overflow:hidden;
	margin:20px 0 10px;
}

#middle .hit_area .hit {
	float:left;
	font-weight:bold;
}
#middle .hit_area .hit .numb {
	display:inline-block;
	padding-right:3px;
	color:#FF1A00;
	font-size:167%;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#middle .hit_area .page_nav {
	float:right;
	margin-top:7px;
}

#middle .hit_area .page_nav li {
	float:left;
	margin:0 2px;
	font-size:116%;
}
#middle .hit_area .page_nav li a {
	border:#D1D1D1 solid 1px;
	color:#808080;
	padding:3px 6px 3px 6px;
	font-family:"Century Gothic",Arial, Helvetica, "���C���I",Meiryo, Osaka, "�q���M�m�p�S Pro W3", sans-serif;
	font-size:85%;
	font-weight:bold;
}
#middle .hit_area .page_nav li span {
	border:#D1D1D1 solid 1px;
	background:#027ABB;
	color:#FFF;
	padding:3px 6px 3px 6px;
	font-family:"Century Gothic",Arial, Helvetica, "���C���I",Meiryo, Osaka, "�q���M�m�p�S Pro W3", sans-serif;
	font-size:85%;
	font-weight:bold;
}
#middle .hit_area .page_nav li.first a,
#middle .hit_area .page_nav li.end a {
    background: none;
	border:#FFF solid 1px;
	padding:0px 0 0 8px;
	margin:0 5px 0 0;
	color:#104584;
	font-size:77%;
	min-height:18px;
	text-decoration:underline;
	font-weight:normal;
}

#middle .hit_area .page_nav li.end a {
	background: none;
	padding:0px 8px 0 0px;
	margin:0 0px 0 5px;
}
#middle .hit_area .page_nav li a:hover {
	background-color:#027ABB;
	color:#FFF;
	text-decoration:none;
}
#middle .hit_area .page_nav li.first a:hover,
#middle .hit_area .page_nav li.end a:hover {
	background-color:#FFF;
	color:#104584;
	text-decoration:none;
}

#middle .sort {
	font-size:93%;
	padding:0 0 15px 0;
}

#middle .sort dl {
	border:#E0E0E0 solid 1px;
}

#middle .sort dt {
	display:inline-block;
	background-color:#EEEEEE;
	padding:5px 10px 4px 7px;
	font-weight:bold;
}

#middle .sort dd {
	display:inline-block;
	border-left:#D9D9D9 solid 1px;
	padding:0 5px 0 7px;
	font-weight:bold;
}
#middle .sort dd.first {
	border:none;
}

#middle .sort dd a {
	text-decoration:underline;
	font-weight:normal;
}
#middle .sort dd a:hover {
	text-decoration:none;
}

#middle .sort p {
	margin:10px 10px 20px;
}

/* tours */

body #wrapper.search #middle {
	font-size: 13px;
}

body #middle .tours .box {
	border:#027ABB solid 1px;
	border-top-width:4px;
	border-radius:0 0 5px 5px;
	padding:10px;
	margin:0 0 20px;
	box-shadow:0 2px 0 #E7E7E7;
}

body #middle .tours .box h3 {
	background-color:#F5F5F5;
	font-size:153.9%;
	font-weight:bold;
    margin: 0;
	padding:10px 15px;
	line-height:1.4;
	box-shadow:2px 2px 0 #CCCCCC;
}
body #middle .tours .box h3 a {
	font-weight:bold;
}

body #middle .tours .box .outline {
	clear:both;
	overflow:auto;	
	margin:13px auto 0px;
}

body #middle .tours .box .outline .left {
	width:745px;
}

body #middle .tours .box .outline .right {
	width:180px;
}

body #middle .tours .box .outline .txt {
	margin-bottom:10px;
	padding:0 15px 10px;
	border-bottom:#BFBFBF dotted 1px;
}

body #middle .tours .box .outline .price_line {
	padding:0 15px 10px;
	font-weight:bold;
}
body #middle .tours .box .outline .price_line .price {
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-family:"Century Gothic",Arial, Helvetica, "���C���I",Meiryo, Osaka, "�q���M�m�p�S Pro W3", sans-serif;
}
body #middle .tours .box .outline .price_line .price .numb {
	display:inline-block;
	padding:0 2px 0;
	font-size:161.6%;
	font-weight:bold;

}
body #middle .tours .box .outline .price_line .tpoint {
	display:inline-block;
	margin:0 20px 0 12px;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-family:"Century Gothic",Arial, Helvetica, "���C���I",Meiryo, Osaka, "�q���M�m�p�S Pro W3", sans-serif;
	font-weight:bold;
	color:#CC0000;
}
body #middle .tpoint .tmark {
	display:inline-block;
    background: url("../images/search/icon_t16.gif") no-repeat left 0px;
	padding:16px 0 0;
	width:16px;
	height:0;
	margin-right:3px;
	overflow:hidden;
}
body #middle .tours .box .outline .price_line .tpoint .numb {
	font-size:131%;
	font-weight:bold;
}
body #middle .tours .box .outline .price_line .start {
	font-weight:bold;
}

body #middle .section .outline .price_line em {
	color:#CC0000;
    float: none;
    margin: 0 15px 0 0;
	font-weight:bold;
}
body #middle .tours .box .outline .price_line .days {
	font-weight:bold;
}
body #middle .tours .box .outline .price_line .days .numb {
	font-size:131%;
	font-weight:bold;
}

body #middle .tours .box .outline .information {
	clear:both;
	overflow:auto;
}

body #middle .tours .box .outline .information .lleft {
	float:left;
	width:383px;
	width:369px;
}

body #middle .tours .box .outline .information .lleft table {
    border: 1px solid #E0E0E0;
    border-collapse: collapse;
    clear: both;
    margin:0 0 10px 15px;
    width: 100%;
	color:#404040;
}

body #middle .tours .box .outline .information .lleft table th,
body #middle .tours .box .outline .information .lleft table td {
    border-bottom: 1px solid #E0E0E0;
}

body #middle .tours .box .outline .information .lleft table th {
    background: #f4f4f4 url("../images/search/bg_glad01.gif") repeat-x left top;
	font-weight:bold;
	text-align:left;
	padding:4px 5px 3px 6px;
}

body #middle .tours .box .outline .information .lleft table td {
	padding:4px 5px 3px 8px;
}

body #middle .tours .box .outline .information .lright {
	float:left;
	width:320px;
	padding:0 0 0 45px;
}

body #middle .tours .box .outline .right .pic {
	margin: 0 0 10px;
}

body #middle .tours .box .outline .right .pic img {
	max-width:180px;
}

body #middle .tours .box .outline .right .code {
	font-size:85%;
}

body #middle .tours .box .outline .right .code .tag {
	font-weight:bold;
}

body #middle .tours .box .outline .right .logo {
	margin:10px 0px;
	float:right;
	height:32px;
}

#fb-likebox {
	padding:15px 0 0;
}
/*-----------------------------------------------
	body search�@(kokunai)
-------------------------------------------------*/
body #wrapper.search_k #middle h2 {
	background-image: url('../../_common21/images/search/ttl_search_results2_new.png') ;
}

body #wrapper.search_k #middle {
    font-size: 13px;
	margin: 11px 0 0px 0;
}
body #wrapper.search_k #middle .tours .box{
	border: #2DAB74 solid 1px;
	border-top-width: 4px;
}
body #wrapper.search_k #middle .tours .box h3 a{
	color: #2dab74;
}
body #wrapper.search_k #middle .tours .box .outline .logo img,
body #wrapper.search #middle .tours .box .outline .logo img{
	vertical-align: middle;
}

/*-----------------------------------------------
	body .tour_detail
-------------------------------------------------*/
body .tour_detail #middle {
    font-size: 13px;
	margin-top: 10px;
}



body .tour_detail #middle .ttl_head {
    /* background: url("../images/search/line01.gif") no-repeat left bottom; */
	padding-bottom:3px;
}
body .tour_detail #middle .title {
	clear:both;
	border-top: #0881d2 solid 5px;
	background: #edfafd;
	padding:10px 10px 10px;
}

body .tour_detail .code {
	float:right;
}

body .tour_detail .code .tag {
	font-weight:bold;
}

body .tour_detail #middle .tpoint {
	font-family:"メイリオ",Meiryo, "ヒラギノ角ゴ Pro W3", Osaka;
	color:#CC0000;
	font-size:108%;
	font-weight:bold;
}

body .tour_detail #middle .tpoint .tmark {
	display:inline-block;
    background: url("../images/search/icon_t16.gif") no-repeat left 0px;
	padding:16px 0 0;
	width:16px;
	height:0;
	margin-right:4px;
	overflow:hidden;
}

body .tour_detail #middle .title h2 {
	clear:both;
	padding:5px 0 0;
	font-weight:bold;
	line-height:1.2;
	overflow: visible;
	height: auto;
	background-image: none;
}

body .tour_detail #middle .ttl_sub {
	padding:10px 10px 10px;
	border-bottom: 1px dashed #999;
	font-weight:bold;
	line-height:1.2;
	color: #666;
}

/* tourpoint */

body .tour_detail #middle .tourpoint {
	border:#E6E6E6 solid 1px;
	margin-bottom:25px;
}

/* body .tour_detail #middle .tourpoint .logo {
	height:32px;
	margin-top:5px;
} */

body .tour_detail #middle .point_ttl {
	padding:10px 15px 0;
    /* background: url("../images/search/line01.gif") no-repeat left bottom; */
	margin-right:10px;
}

body .tour_detail #middle .point_ttl h3.point {
    background: url("../images/search/tag_tourpoint_new.png") no-repeat left 0px;
	width: 180px;
	height: 0;
	margin-top: 30px;
	padding: 20px 0 0;
	overflow:hidden;
	background-size: contain;
}

body .tour_detail #middle .tourpoint .container {
	width:960px;
	margin:13px auto;
}

body .tour_detail #middle .tourpoint .container p {
	padding:0 0 0 10px;
}

body .tour_detail #middle .tourpoint .container .nav {
	padding:10px 0 10px 10px;
}
body .tour_detail #middle .tourpoint .container .nav a {
	text-decoration:none;
	font-weight:bold;
}
body .tour_detail #middle .tourpoint .container .nav a:hover {
	text-decoration:underline;
}

body .tour_detail #middle .tourpoint .container .pics {
	overflow:auto;
	border-top:#E6E6E6 solid 1px;
	padding:0 15px;
}

body .tour_detail #middle .tourpoint .container .pics li {
	float:left;
	width:214px;
	padding:20px 8px 0;
	text-align:center;
	overflow:hidden;
}

body .tour_detail #middle .tourpoint .container .pics li .line {
	display:table-cell;
	vertical-align:middle;
	border:1px solid #E6E6E6;
	width:200px;
	height:200px;
	padding:7px;
}

body .tour_detail #middle .tourpoint .container .pics li img {
	max-width:175px;
	max-height:200px;
	vertical-align:middle;
}

body .tour_detail #middle .tourpoint .container .pics li .caption {
	display:block;
	padding:5px 0;
	font-size:93%;
	font-weight:bold;
}

/* tourschedule */
body .tour_detail #middle .tourschedule {
	margin-bottom:25px;
}

body .tour_detail #middle .tourschedule .ttl_tag {
	margin-bottom:12px;
}

body .tour_detail #middle .container {
	margin:10px;
}


/* info_table */

.tbl_cntnr .info_table {
	width:100%;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:none;
	border-bottom:none;
	border-collapse:separate;
	background:#FFF;
}

/*.tbl_cntnr .odd tr:nth-child(odd) {
	background-color:#f6f5ec;
}*/

.tbl_cntnr .info_table th,
.tbl_cntnr .info_table td {
	padding:7px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:left;
	vertical-align:top;
}

.tbl_cntnr .info_table th {
	font-weight:bold;
	background:#E8E8E8;
}
.tbl_cntnr .info_table th.info {
	background:#EEE;
	color:#000;
}

.tbl_cntnr .info_table td.numb {
	font-weight:bold;
	font-size:108%;
	text-align:center;
	width:2em;
}

.tbl_cntnr .info_table td.date {
	font-weight:bold;
	font-size:116%;
	white-space:nowrap;
}

.tbl_cntnr .info_table td.price {
	font-weight:bold;
	font-family:"Century Gothic";
	font-size:131%;
	color:#CC0000;
}

.tbl_cntnr .info_table td.price_n {
	font-weight:bold;
	font-family:"Century Gothic";
	font-size:116%;
}

.tbl_cntnr .info_table td strong.tpoint {
	display:block;
	padding:3px 0 0 0;
}


.tbl_cntnr .info_table .todetail {
	padding:25px 15px 15px 15px;
	text-align:center;
}

.tbl_cntnr .info_table .notice {
	padding:5px 5px 0 5px;
	margin-left:1em;
	text-indent:-1em;
	color:#CC0000;
	font-size:116%;
}
.tbl_cntnr .info_table .notice02 {
	padding:5px 5px 0 5px;
	margin-left:1em;
	text-indent:-1em;
	color:#2F4786;
	font-size:116%;
}

.tbl_cntnr .info_table .detail_box_foot {
	width:500px;
	margin:0 auto;
	padding:30px 0 20px 0;
	/* IE */
	_height:1px;
	min-height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

/* for conditions */

.conditions .tbl_cntnr .info_table th {
	width:7em;
	vertical-align:middle;
}
.conditions .tbl_cntnr .info_table td {
	width:40%;
	vertical-align:middle;
}

/* for hotels */

.hotels .tbl_cntnr .info_table .city {
	width:11em;
}


/**/

.tbl_cntnr .note {
	color:#808080;
	font-size:93%;
}

/* conditions */

body .tour_detail #middle .conditions {
	margin-bottom:25px;
}

/* hotels */

body .tour_detail #middle .hotels {
	margin-bottom:25px;
}

/* price_area */

body .tour_detail #middle .price_area {
	margin-bottom:0;
	background-color:#fefadf;
}
body .tour_detail #middle .price_area h3.ttl_tag{
padding-bottom: 10px;
background-color: #fff;
}




body .tour_detail #middle .price_area .tpoint {
	float:right;
}

body .tour_detail #middle .price_area .info {
	padding:15px 10px 0;
}

body .tour_detail #middle .price_area .info .sch,
body .tour_detail #middle .price_area .info .month {
	font-size:93%;
	margin:0 0 8px;
}

body .tour_detail #middle .price_area .info .sch .tag {
	display:inline-block;
	width: 80px;
	text-align: center;
	background-color:#D1CFBF;
	font-weight:bold;
	padding:3px 5px;
	margin-right:10px;
}

body .tour_detail #middle .price_area .info .month .tag {
	display:inline-block;
	width: 80px;
	text-align: center;
	background-color:#D1CFBF;
	font-weight:bold;
	padding:3px 5px;
	margin-right:10px;
}


body .tour_detail #middle .price_area .info .month .cal em,
body .tour_detail #middle .price_area .info .month .cal a {
	display:inline-block;
	padding:0 3px 0 0;
}

body .tour_detail #middle .price_area .info .month .cal em {
	font-size:131%;
	font-weight:bold;
}

body .tour_detail #middle .price_area .info .price_base {
	float:right;
}



/*-----------------------------------------------
	body .tour_detail_k kokunai
-------------------------------------------------*/
body .tour_detail_k #middle .point_ttl h3.point{
	background-image: url("../images/search/tag_tourpoint_new_k.png") ;
}
body .tour_detail_k #middle .title {
    clear: both;
    border-top: #2dab74 solid 5px;
    background: #edfdf6;
    padding: 10px 10px 10px;
}
body .tour_detail_k .inquiry .tag_tt,body .tour_detail_k .inquiry .tag_arc{
	background-color: #edfdf6;
}

body .tour_detail_k #middle .application{
	margin-top: 25px;
}


















.price_area .tbl_cntnr {
	border:#D9D9D9 solid 2px;
}

.price_area .tbl_cntnr table {
	margin:0;
}

/* calender */

.price_area .tbl_cntnr .info_table th,
.price_area .tbl_cntnr .info_table td {
	padding:0px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	text-align:center;
	vertical-align:top;
}

.price_area .tbl_cntnr .info_table th {
	padding:7px;
	font-weight:bold;
	background:#E8E8E8;
}

.price_area .tbl_cntnr .info_table th.sun,
.price_area .tbl_cntnr .info_table .sun strong {
	background:#EAD8D8;
}
.price_area .tbl_cntnr .info_table th.sat,
.price_area .tbl_cntnr .info_table .sat strong {
	background:#D3E8EF;
}

.price_area .tbl_cntnr .info_table th span {
}
.price_area .tbl_cntnr .info_table th.info {
	background:#EEE;
	color:#000;
}

.price_area .tbl_cntnr .info_table td {
	width:14%;
	padding-bottom:8px;
	height:80px;
}

.price_area .tbl_cntnr .info_table td strong {
	display:block;
	background-color:#F2F2F2;
	padding:1px 0;
	font-size:108%;
	margin-bottom:10px;
}

.price_area .tbl_cntnr .info_table td em {
	font-size:153.9%;
	font-weight:bold;
	font-family:"Century Gothic",Arial, Helvetica, "���C���I",Meiryo, Osaka, "�q���M�m�p�S Pro W3", sans-serif;
}

.price_area .tbl_cntnr .info_table td.numb {
	font-weight:bold;
	font-size:108%;
	text-align:center;
	width:2em;
}

.price_area .tbl_cntnr .info_table td.date {
	font-weight:bold;
	font-size:116%;
	white-space:nowrap;
}

.price_area .tbl_cntnr .info_table td.price {
	font-weight:bold;
	font-family:"Century Gothic";
	font-size:131%;
	color:#CC0000;
}

.price_area .tbl_cntnr .info_table td.price_n {
	font-weight:bold;
	font-family:"Century Gothic";
	font-size:116%;
}

.price_area .tbl_cntnr .info_table td strong.tpoint {
	display:block;
	padding:3px 0 0 0;
}

.price_area p.note,
.price_area p.att,
.inquiry p.att {
	padding: 0 10px 5px;
}

body .tour_detail #middle .price_area2 {
	margin-bottom:25px;
}

.price_area2 .plus {
	border-top:#CCCCCC solid 1px;
	padding: 15px 0px 0px;
	background-color:#f8f8f8;
}

.price_area2 .plus .tag_plus {
    background: url("../images/search/tag_plus.png") no-repeat left 0px;
	width:57px;
	height:0;
	padding:16px 0 0;
	margin-left:10px;
	overflow:hidden;
}

.price_area2 .plus th {
	width:16em;
	background-color:#efefef;
}

/* others */

body .tour_detail #middle .others {
	margin-bottom:25px;
}

body .tour_detail #middle .others p {
	margin-bottom:1em;
}

/* application */

body .tour_detail #middle .application {
	margin-bottom:25px;
}

/* inquiry */

/* inquiry */

body .tour_detail #middle .inquiry {
	margin-bottom:25px;
}

.inquiry .left {
	width:450px;
}

.inquiry .tag_tt {
    background: url("../images/search/tag_tt.gif") no-repeat left 0px;
	width:124px;
	height:0;
	margin:12px 0 7px;
	padding:16px 0 0;
	overflow:hidden;
}

.inquiry .right {
	width:450px;
}

.inquiry .tag_arc {
    background: url("../images/search/tag_arc3.gif") no-repeat left 0px;
	width:388px;
	width:100px;
	height:0;
	margin:12px 0 7px;
	padding:16px 0 0;
	overflow:hidden;
}

.inquiry .tbl_cntnr .info_table td.nb p {
	padding:5px;
}

.inquiry .tbl_cntnr .left .info_table td {
	vertical-align:middle;
}

.inquiry .tbl_cntnr .info_table .bond {
	display:block;
	text-align:right;
}

/* search_box */

body .tour_detail #middle .search_box {
	margin-bottom:25px;
}
body .tour_detail #middle .search_box h3 {
	position:relative;
	top:-1px;
	left:-1px;
}

/*--------------------------------------------------
	140811 
---------------------------------------------------*/

#middle .tours .box .outline .price_line + .price_line {
	margin-top:-10px;
}


/*--------------------------------------------------
	add 140821 �z�e���e���v���[�g 
---------------------------------------------------*/

body#tour_middle #middle .container .lbox {
	float:left;
	width:268px;
}
body#tour_middle #middle .container .rbox {
	float:right;
}

body#tour_middle #middle .hotellist {
	clear:both;
	background-color:#FFF;
	border:#D6D6D6 solid 2px;
	border-bottom:none;
	margin-bottom:15px;
}

body#tour_middle #middle .hotellist .hotelinfo {
	padding:22px 25px 0 20px;
	border-bottom:#D6D6D6 solid 2px;
}

body#tour_middle #middle .container .lbox .pic {
	background: url("../images/kaigai/pic_noimg.png") no-repeat left top;
	width:268px;
	min-height:204px;
}

body#tour_middle #middle .hotel .hotellist .rbox {
    width: 600px;
	margin-top:3px;
}

body#tour_middle #middle .hotel .hotellist .rbox h4 {
	font-size:23px;
	font-weight:bold;
}

body#tour_middle #middle .hotel .hotellist .rbox p {
	padding:12px 0 11px;
	font-size:93%;
	color:#555;
}

body#tour_middle #middle .hotellist .lineup {
	margin-top:8px;
	padding-top:8px;
	clear:both;
	border-top:#E0E0E0 dotted 1px;
}

body#tour_middle #middle .hotellist .lineup .inner {
	margin-bottom:30px;
}

body#tour_middle #middle .hotellist .lineup .inner .btns {
	overflow:auto;
	margin:0 0px 0px;
}

body#tour_middle #middle .hotellist .lineup .inner .btns li {
	float:left;
	margin:20px 9px 0;
	padding-bottom:5px;
}

body#tour_middle #middle .hotellist .lineup .inner .btns li a,
body#tour_middle #middle .hotellist .lineup .inner .btns li .not {
	display:table-cell;
	background: url("../images/kaigai/btn_bg.gif") no-repeat left top;
	width:180px;
	height:40px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#FFF;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
	text-decoration:none;
}

body#tour_middle #middle .hotellist .lineup .inner .btns li a:hover {
	filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

body#tour_middle #middle .container.hotel {
	background-color:#FBFBFB;
}

#middle .to_pagetop {
    padding: 10px 15px;
    text-align: right;
}

#middle .to_pagetop a {
    background: url("../../_common22/images/parts/icon_pagetop.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 18px;
    padding: 0 0 0 23px;
}



/*--------------------------------------------------
	add 141114 2�J���� 
---------------------------------------------------*/

.search_box {
	clear:both;
}

/* #middle #main_col .section {
    width: 773px;
}

body .tour_detail #middle #main_col .tourpoint .container {
    width: 753px;
} */

body .tour_detail #middle #main_col .ttl_tag {
	/* width:774px; */
	overflow:hidden;
	/* border-right:#e6e6e6 solid 1px; */
}










/* for tourschedule */

.tourschedule .info_table .col1 {width: 50px;
	text-align: center;}
.tourschedule .info_table .col2 { width:480px; }
.tourschedule .info_table .col3 { width:100px; }
.tourschedule .info_table .col4 { width:80px; }
.tourschedule .info_table td {
	word-break: break-all;
}


/* for conditions */

.conditions .tbl_cntnr .info_table th {
/*	width:90px;*/
    width: 5%;
}
.conditions .tbl_cntnr .info_table td {
/*	width:83%;*/
    width: 57.5%;
	vertical-align:middle;
}

/* END for conditions */

/* for price_area */
.price_area .tbl_cntnr .info_table td { width: 108px; }


.tbl_cntnr .odd tr:nth-child(odd) {
	background-color:#fff;
}

/*.tbl_cntnr .stay {
	background-color:#f6f5ec;
	width:8em;
}*/
.tbl_cntnr .stay .col2_tag {
	background-color:#f6f5ec;
	width: 110px;
	text-align: center;
}

.tbl_cntnr .hotel {
	background-color:#FFF;
}

#main_col .tourschedule .memo {
	margin:15px 0 15px;
}

#main_col .price_area2 .plus {
	padding:5px 0 0px;
}

#main_col .price_area2 .plus th {
	width:220px;
}

body .tour_detail #middle #main_col .others .container .inner {
	background-color:#FCFBFB;
	border:#A00D10 solid 2px;
	border-top-width:1px;
	border-left-width:1px;
	border-radius:2px;
	padding:18px 20px;
	color:#222222;
}

#main_col .application .deadline {
	margin:0 0 15px;
	font-weight:bold;
}

#main_col .application .deadline .numb {
	font-size:123.1%;
	font-weight:bold;
	color:#C00;
}

#main_col .application .caution {
	background-color:#FCE4E4;
	border:#C00 dashed 2px;
	margin:15px 0 15px;
	padding:10px 12px 7px;
	font-size:116%;
	font-weight:bold;
	color:#D30003;
}

#main_col .application .info_table {
	margin:20px 0 10px;
}

#main_col .application .info_table th {
	width:110px;
}

#main_col .application .info_table td {
	font-size:116%;
}
#main_col .application .info_table td.tag #s2{
	border: #ccc solid 1px;
}

#main_col .application .action a {
	display:block;
    background: url("../images/search/btn_bg325_o.png") no-repeat left 0px;
	background-size:325px 58px;
	margin:20px auto 10px;
	padding:15px 0 0;
	width:325px;
	height:65px;
	text-align:center;
	color:#FFF;
	font-size:146.5%;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);	
}

.inquiry .tag_tt,
.inquiry .tag_arc {
    background: none;
	width:auto;
	height:auto;
	margin:12px 0 7px;
	padding:7px 0 7px 8px;
	font-weight:bold;
	/* border-left: #ccc solid 4px; */
	line-height:1.1;
	font-size:108%;
	background-color: #e8f5fb;
}

#main_col .inquiry .info_table th {
	width:150px;
}


/*--------------------------------------------------
	add 141119 �E�J����
---------------------------------------------------*/

#right_col .history {
	border:#ddd solid 1px;
	border-radius:6px;
	margin-bottom:14px;
}

#right_col .history .tag {
	background-color:#f2f2f2;
	border-bottom:#515151 solid 2px;
	font-size:14px;
	font-weight:bold;
	padding:10px 8px 4px;
	margin-bottom:2px;
	border-radius:5px 5px 0 0;
}

#right_col .history .box {
	margin:-2px 8px 9px;
	padding:11px 0 0px;
	border-top:#acacac dotted 1px;
}

#right_col .history .box:nth-child(2) {
	border-top:none;
}

#right_col .history .box .ttl {
	margin-bottom:3px;
	
}

#right_col .history .box .ttl .start {
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	background-color:#515151;
	border-radius:3px;
	line-height:16px;
	padding:2px 3px 0;
	margin-right:3px;
	
}

#right_col .history .box .ttl .des {
	color:#c63306;
	font-size:11px;
	font-weight:bold;
    background: url("../images/search/arw01.png") no-repeat left 8px;
	padding:4px 3px 0 8px;
	
}

#right_col .history .box .anc {
	font-size:12px;	
}

#right_col .history .box .price {
	color:#c63306;
	font-weight:bold;
	text-align:right;
	padding:6px 2px 0;
}

#right_col .rc_bnr p {
	margin-bottom:9px;
}




/*--------------------------------------------------
	add 141118 �����E�ڍׁE�����W�@���C
---------------------------------------------------*/

select, input, button, textarea {
	font: 99%  Meiryo,"���C���I","�l�r �o�S�V�b�N", "�q���M�m�p�S Pro W3", Osaka;
}

/* search form parts */

body #middle .search_box input[type="text"],
body #tour_detail #middle input[type="text"] {
	padding:2px;
	min-width:100px;
	border:#ccc solid 1px;
}

body #middle .search_box select {
	font-size:13px;
	border:#ccc solid 1px;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body #middle .search_box .select_w,
	body .tour_detail #middle .select_w {
		display:inline-block;
		border:#d8d8d8 solid 1px;
		border-right:none;
		width:180px;
		margin:0 5px 0 1px;
		padding-right:27px;
		overflow:hidden;
	}
	body #middle .search_box .select_w select,
	body .tour_detail #middle .select_w select {
		background: url("../images/search/select.png") no-repeat 180px -1px;
		/*-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: '';*/
/*		height:25px;
		margin:0;
		padding:3px 3px 3px 3px;
		border:none;
		width:145%;
	}

	body #middle .search_box .select_w.short,
	body .tour_detail #middle .search_box .select_w.short {
		width:95px;
	}
	body #middle .search_box .select_w.short select,
	body .tour_detail #middle .search_box .select_w.short select {
		background: url("../images/search/select.png") no-repeat 95px -1px;
	}
	body .tour_detail #middle .select_w.short {
		width:65px;
	}
	body .tour_detail #middle .select_w.short select {
		background: url("../images/search/select.png") no-repeat 65px -1px;
		width:200%;
	}
}
/*@-moz-document url-prefix() {
   body #middle .search_box .select_w select {
	width:auto;
  }
}*/







/*	body #middle .search_box .select_w,
	body .tour_detail #middle .select_w {
		display:inline-block;
		margin:0 5px 0 1px;
	}*/
	body #middle .search_box .select_w select,
	body .tour_detail #middle .select_w select {
		height:25px;
		padding:3px 3px 3px 3px;
		width:210px;
	}

/*	body #middle .search_box .select_w.short,
	body .tour_detail #middle .search_box .select_w.short {
		width:95px;
	}
*/	body #middle .search_box .select_w.short select,
	body .tour_detail #middle .search_box .select_w.short select {
		width:110px;
	}
/*	body .tour_detail #middle .select_w.short {
		width:65px;
	}*/
	body .tour_detail #middle .select_w.short select {
		width:75px;
		border:#ccc solid 1px;
		font-size:13px;
	}









/* tourpoint */

body #middle .tours .box .tourpoint {
}

body #middle .tours .box .tourpoint .close {
	display:block;
	padding: 7px;
	cursor: pointer;
	border: 1px solid #3ea3d9;
	text-align: center;
	color: #fff;
	background-color: #3ea3d9;
}
body #middle .tours .box .tourpoint .close:hover,body #middle .tours .box .tourpoint .open .tab:hover{
    opacity: 0.9;
}
body #middle .tours .box .tourpoint .close span.txt {
	/* color:#104584; */
/*	text-decoration:underline;*/
}

body #middle .tours .box .tourpoint .close:hover span.txt {
/*	text-decoration:none;*/
}

body #middle .tours .box .tourpoint .open {
	display:none;
	width:936px;
}

body #middle .tours .box .tourpoint .open .tab {
	display:block;
    /* background: url("../images/search/btn_tourp_open.png") no-repeat left top;
	width:936px;
	height:41px; */
}

body #middle .tours .box .tourpoint .open .tab .hover {
	display:block;
	padding: 7px;
	cursor: pointer;
	border: 1px solid #3ea3d9;
	text-align: center;
	color: #fff;
	background-color: #3ea3d9;

}

body #middle .tours .box .tourpoint .open span.txt {
	/* color:#104584; */
	/*text-decoration:underline;*/
}

body #middle .tours .box .tourpoint .open:hover span.txt {
	text-decoration:none;
}

body #middle .tours .box .tourpoint .open .body {
    /* background: url("../images/search/btn_tourp_body.png") repeat-y left top; */
	padding:10px 20px;
	border: 1px solid #3ea3d9;
    background: #FFF;
}

body #middle .tours .box .tourpoint .open .body p {
	margin-bottom:0px;
}

/* body #middle .tours .box .tourpoint .open .btm {
    background: url("../images/search/btn_tourp_btm.png") no-repeat left bottom;
	height:13px;
} */

body #middle .tours .box .tourpoint .open .btm hr {
	display:none;
}

/* tourpoint END */

body #middle .hit_area {
	min-height:31px;
}

body #middle .tours .box.pr {
	background-color:#e2f9ff;
	background-color:#fff3e1;
}

#middle .tours .box h3 .osusume {
    display: inline-block;
    padding-right: 6px;
    position: relative;
    top: -2px;
    left: -1px;
}

body #middle .tours .box .tp_pr {
	margin:10px 15px 7px;
}

body #middle .tours .box .outline,
body #middle .tours .box.pr .outline {
	margin:7px auto 7px;
	border-top:#999 dashed 1px;
	padding:10px 0 10px 5px;
}

body #middle .tours .box .outline .price_dl {
	font-size:93%;
	margin:0 0 10px 10px;
}

body #middle .tours .box .outline .price_dl dt {
	display:inline-block;
	float:left;
	font-weight:bold;
	padding:3px 0 0;
}
body #middle .tours .box .outline .price_dl dt.price {
	padding:11px 0 0;
}
body #middle .tours .box .outline .price_dl dt.tmark {
	display:inline-block;
    background: url("../images/search/icon_t16.gif") no-repeat left 8px;
	padding:24px 0 0;
	width:16px;
	height:0;
	margin-right:3px;
	overflow:hidden;
}
body #middle .tours .box .outline .price_dl dt.days {
	padding:11px 0 0;
}

body #middle .tours .box .outline .price_dl dd {
	margin:0 0 0 5em;
	margin:0 0 0 70px;
    color: #C00;
    font-weight: bold;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-family:"Century Gothic",Arial, Helvetica, "���C���I",Meiryo, Osaka, "�q���M�m�p�S Pro W3", sans-serif;
	font-size:123.1%;
}

body #middle .tours .box .outline .price_dl dd .sub {
	display:inline-block;
	font-size:77%;
	position:relative;
	top:-4px;
	color:#202020;
}

body #middle .tours .box .outline .price_dl dt + dd {
}
body #middle .tours .box .outline .price_dl dt.price + dd {
}

body #middle .tours .box .outline .price_dl dt + dd .numb {
	display:inline-block;
	padding:0 2px 0;
	font-size:153.9%;
	font-weight:bold;
}

body #middle .tours .box .outline .price_dl dt + dd .room {
	color: #000;
    font-size: 11px;
    display: block;
}

body #middle .tours .box .outline .left,
body #middle .tours .box.pr .outline .left {
	width:310px;
}

body #middle .tours .box .outline .right,
body #middle .tours .box.pr .outline .right {
	width:590px;
}

body #middle .tours .box table {
    border: 1px solid #E0E0E0;
    border-collapse: collapse;
    clear: both;
    margin:5px 0 10px 0;
    width: 100%;
	color:#404040;
}

body #middle .tours .box table th,
body #middle .tours .box table td {
    border-bottom: 1px solid #E0E0E0;
}

body #middle .tours .box table th {
    background: #f4f4f4 url("../images/search/bg_glad01.gif") repeat-x left top;
	font-weight:bold;
	text-align:left;
	padding:8px 5px 6px 6px;
}
body #middle .tours .box .outline table th {
	width:113px;
}

body #middle .tours .box table td {
	padding:8px 5px 6px 8px;
    background: #FFF;
}

body #middle .tours .box .outline .right .code {
	font-size:100%;
	text-align:right;
	padding:5px 4px 0 0;
}

body #middle .tours .box .short_span table th,
body #middle .tours .box .short_span table td {
    border-right: 1px solid #E0E0E0;
	text-align:center;
	width:134px;
}

body #middle .tours .box .short_span table td {
	text-align:right;
	color:#CC0000;
	font-weight:bold;
}

body #middle .tours .box .short_span table th.base {
	background:#f3e4e9;
	background:#fcf9b0;
}
body #middle .tours .box .short_span table td.base {
	background:#fef5f8;
	background:#fffdee;
}

body #middle .tours .box .short_span table td.none {
	text-align:center;
	color:#333;
	font-weight:normal;
}

body #middle .tours .box .short_span table td .numb {
	font-size:123.9%;
	font-weight:bold;
}

body #middle .tours .box .outline .logo {
	margin:5px 10px 0;
	height:44px;
}
body #middle .tours .box .outline .logo img {
	max-height:44px;
	margin-right:4px;
	position:relative;
	top:-1px;
}



body #middle .tours .box .outline .right .code {
	font-size:100%;
	text-align:right;
	padding:5px 4px 0 0;
}


body #middle .tours .box strong {
	display:block;
	width:90px;
	margin:7px auto 5px;
	padding:5px 0;
	font-weight:bold;
	border-radius:5px;
	color:#FFF;
	text-align:center;
	font-size:93%;
}

body #middle .tours .box .seat01 {
	background:#339A1E;
}
body #middle .tours .box .seat02 {
	background:#FF9600;
}


/* search_box */

#middle .search_box .sep dt {
    font-weight: bold;
}

#middle .search_box .ch_hotel span {
    display: inline-block;
}
#middle .search_box .choice_del {
    font-weight: bold;
    margin: 0px 10px;
}
#middle .search_box .ch_hotel .disable {
    opacity: 0.5;
    margin-right: 5px;
}


/* pop_window */

body#ch_pop {
	background: none;
	background-color:#FCFCFC;
}

#wrapper {
    width: 980px;
    margin: 0px auto 0 auto;
    padding-top: 15px;
}

body#ch_pop #wrapper {
	background-color:#FCFCFC;
	width:580px;
	margin:0px auto;
	padding:20px;
}

body#ch_pop #wrapper h1 {
	background-color:#F0F0F0;
	margin-bottom:20px;
	padding:10px 15px 4px;
	border-bottom:#ABABAB solid 1px;
	border-radius:3px;
	box-shadow:0 0 3px rgba(54,54,54,0.3);
	font-weight:bold;
	font-size:22px;
}
body#ch_pop #wrapper h1 .ch_area {
	font-weight:bold;
	font-size:22px;
}

body#ch_pop #wrapper .scroll {
	height:290px;
	margin-bottom:25px;	
	overflow-y:auto;
}

body#ch_pop #wrapper .ch_list {
	border-bottom:#BABABA solid 1px;
}

body#ch_pop #wrapper .ch_list li {
	padding:10px 12px 8px;
	border:#BABABA solid 1px;
	border-bottom:none;
}
body#ch_pop #wrapper .ch_list li:nth-child(even) {
	background-color:#F0F0F0;
}

body#ch_pop #wrapper .ch_list li label {
	padding:0 5px;
}

body#ch_pop #wrapper .ch_list li input {
	position:relative;
	left:-5px;
	top:1px;
}

body#ch_pop #wrapper .btn {
	text-align:center;
	margin-bottom:0px;
}

body#ch_pop #wrapper .close {
	text-align:center;
	padding-bottom:15px;
	font-weight:bold;
}
body#ch_pop #wrapper .close a {
	display:inline-block;
	padding:0 4px;
	font-size:12px;
}



/*--------------------------------------------------
	add 1507 �E�J����
---------------------------------------------------*/

#right_col .rank_box {
	position:relative;
    background: #FFF;
	border:#e5e5e5 solid 1px;
	border-radius:5px;
	font-size:93%;
	margin-top:15px;
}

#right_col .rank_box .section {
	width:auto;	
	margin:0;
}

#right_col .rank_box .ttl_tag,
#right_col .pickup_box .ttl_tag {
	position:relative;
	left:-1px;
	top:-1px;
}

#right_col .rank_box .sep {
	border-top:#E6E6E6 dotted 1px;
	padding-bottom:7px;
}


#right_col .rank_box div {
	margin:0 0 10px 0;
	padding:0 10px 10px 10px;
	border-bottom:1px solid #EEE;	
}

#right_col .rank_box div:last-child {
	border-bottom:none;
	margin:0;	
}



#right_col .rank_box div a {
	display:block;
	float:right;
	width:105px;
	text-decoration:none;
}
#right_col .rank_box div a:hover {
	text-decoration:underline;	
}

#right_col .rank_box .section {
	padding:0;
	padding-top:10px;
	border-bottom:none;
}


#right_col .rank_box h4 {
	display:inline;	
}

#right_col .rank_box h3 {
	display:inline;	
	font-size:100%;
}

/* Banner */

#right_col .banners p {
	padding:10px 0 0 0;
}


#right_col .rank_box p {
	margin:0 0 10px 0;
	padding:0 10px 10px 10px;
	border-bottom:1px solid #EEE;	
}

#right_col .rank_box p:last-child {
	border-bottom:none;
	margin:0;	
}



#right_col .rank_box p a {
	display:block;
	float:right;
	width:120px;
}


/*=========================================================================

	pickup
	
=========================================================================*/

/* #right_col .pickup_box {
	position:relative;
    background: #FFF;
	border:#e5e5e5 solid 1px;
	border-radius:5px;
	font-size:108%;
	margin-top:15px;
}

#right_col .pickup_box .section {
	width:auto;
	padding:0 0 5px 0;
	border-bottom:none;
	margin:0;
}

#right_col .pickup_box .section h3 {
	display:block;
	width:180px;
	margin:0 5px;
	padding-top:5px;
}

#right_col .pickup_box .section h3 img {
	max-width:180px;
}
 */


/*-----------------------------------------------
	body#tour_middle
-------------------------------------------------*/

body .tour_detail #middle .container {
	margin:10px;
}

body#tour_middle #middle .title h2 {
	clear:both;
	padding:5px 0 0;
	font-weight:bold;
	line-height:1.2;
}


/* search_box */

body#tour_middle #middle {
    font-size: 100%;
}

body#tour_middle #middle .ttl_head {
    background: url("../../images/search/line01.gif") no-repeat left bottom;
	padding-bottom:3px;
}
body#tour_middle #middle .title {
	clear:both;
	border:#E6E6E6 solid 1px;
	
background: #f7f7f7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQxZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f7f7f7 0%, #fcfcfc 18%, #ffffff 80%, #f4f4f4 96%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(18%,#fcfcfc), color-stop(80%,#ffffff), color-stop(96%,#f4f4f4), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#fcfcfc 18%,#ffffff 80%,#f4f4f4 96%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#fcfcfc 18%,#ffffff 80%,#f4f4f4 96%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#fcfcfc 18%,#ffffff 80%,#f4f4f4 96%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#fcfcfc 18%,#ffffff 80%,#f4f4f4 96%,#d1d1d1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-8 */
	
	border-radius:4px 4px 0 0;
	padding:10px 10px 10px;
}

body#tour_middle #middle {
	line-height:1.5;
}

body#tour_middle #middle .title .mark {
	float:right;
	width:100px;
	text-align:right;
}

body#tour_middle #middle .title h2 {
	clear:none;
}

body#tour_middle #middle .main_visual {
	clear:both;
}

body#tour_middle #middle .main_visual .txt {
	margin:10px 10px 25px;
}


#middle .lineup {
	margin-bottom:15px;
/*    background: #f5f5f5;*/
}

#middle .lineup .container {
	margin:0px;
	padding:13px 19px;
}


#middle .lineup .shadow {
	background: url("../../images/kaigai/shadow_980.png") no-repeat center top;
    height: 18px;
    margin: 0;
    padding: 0;
}
.shadow * {
    margin: 0;
    padding: 0;
    visibility: hidden;
}

div#topic_pass {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    /* border-top: 1px solid #eee; */
}
#middle .lineup .container {
	padding:16px 21px 0;
}
#middle .lineup h3 {
    font-size: 20px;
    margin-top: 30px;
    padding: 5px 15px;
    font-weight: bold;
    border-left: 9px solid #1192cf;
}
#middle .lineup .inner {
    margin-bottom: 25px;
    background: #f5f5f5;
    padding-bottom: 10px;
    border-radius: 0 0 10px 10px;
}
#middle .lineup .inner .course_ttl {
    background-color: #fff;
    border-bottom: #0881d2 solid 3px;
    margin: 5px 0 0px;
    padding: 15px 15px 12px;
    font-size: 130%;
    font-weight: bold;
    box-shadow: 0 0 1px #333;
}
#middle .lineup .inner .course_ttl span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #10698b;
}
#middle .lineup .inner .txt {
	margin:0 15px 0;
	line-height:1.75;
}

#middle .lineup .inner .btns {
	overflow:auto;
	margin:0 0px 15px;
}

#middle .lineup .inner .btns li {
	float:left;
	margin:20px 15px 0;
	padding-bottom:5px;
}

#middle .lineup .inner .btns li a {
    display: table-cell;
    background: #1192cf;
    width: 180px;
    height: 41px;
    font-size: 16px;
    border-radius: 9px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    text-decoration: none;
}

body .tour_detail #middle .lineup .container {
    margin: 0;
    width: 100%;
    padding: 10px 2px;
}
#middle .lineup .inner .btns li a:hover {
	filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

/*���������*/
.tour_detail_k #middle .lineup .inner .btns li a {
    background: #2dab74;
}
.tour_detail_k #middle .lineup .inner .course_ttl {
    border-bottom: #2dab74 solid 3px;
}
.tour_detail_k #middle .lineup h3 {
    border-left: 9px solid #2dab74;
}
#all_wrap .clearfix{
    position: relative;
}
.jtb{
    color: #c00;
    border: solid 2px #c00;
    padding: 5px;
    position: absolute;
    width: 67%;
    font-size: 14px;
}
.jtb .link{
    text-align: center;
    width: 32%;
    margin: 5px 1% 5px 0;
	display: inline-block;
}
.jtb .link:last-child{
    margin-right: 0;
}
.jtb .link span{
    font-size: 17px;
    margin-right: 7px;
    font-weight: bold;
}
.jtb .link.item1 a{
    display: block;
    background: #C91426;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    padding: 5px 2px;
    position: relative;
}
.jtb .link.item2 a{
	display: block;
     background: #009705;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    padding: 5px 2px;
    position: relative;
}
.jtb .link.item3 a{
	display: block;
    background: #004097;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    padding: 5px 2px;
    position: relative;
}
.jtb .link a::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    top: 34%;
    right: 5%;
    transform: rotate(45deg);
}
.jtb .link a:hover{
    opacity: 0.8;
}
dl.sep.bottom{
    margin-top: 90px;
}

#middle .search_box .sep.fix {
    display: flex;
}
#middle .search_box .sep.fix .area{
    width: 48%;
}
#middle .search_box .sep.fix .area:last-child {
    padding-left: 22px;
}

body #wrapper.search_k #middle .tours .box .p-box {
    text-align: right;
}

body #wrapper.search_k #middle .tours .box .p-box p.participant {
    background: #1e895a;
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    border-radius: 5px;
}
body #wrapper.search_k #middle .tours .box .p-box p.participant.one {
     background: #027abb
}
body #wrapper.search_k #middle .tours .box .p-box p.participant span{
       font-weight: bold;
    font-size: 14px;
}

/*提携会社*/
.alliance{
    background: #f7933d;
    width: 95%;
    margin: 10px auto 35px;
    padding: 10px;
    position: relative;
 	}
.alliance .title{
    text-align: center;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
}
.alliance .title span{
    border-bottom: solid 2px;
    font-weight: bold;
}
.alliance .text{
    margin: 15px 0 0;
    font-size: 17px;
    color: #FFF;
    text-align: center;
    line-height: 180%;
}
.logobox{
    display: flex;
    justify-content: center;
    margin: 25px 0 20px;
}
.logobox div{
width: 31%;  
font-size: 12px;
}
.logobox div a{
    display: flex;
    align-items: center;
    color:#000;
    text-decoration: none;
    padding: 10px 0 10px 10px;
    height: 100%;
}
.logobox div:nth-child(1){
    border: solid 2px #C91426;
    margin-right: 1%;
}
.logobox div:nth-child(1) a:hover{
    background:#C91426;
    color: #FFF;
    opacity:1;
    text-decoration: underline;
}
.logobox div:nth-child(2){
    border: solid 2px #42AF36;
    margin-right: 1%;
    letter-spacing: -0.03em;
}
.logobox div:nth-child(2) a:hover{
    background:#42AF36;
    color: #FFF;
    opacity:1;
    text-decoration: underline;
}
.logobox div:nth-child(3){
    border: solid 2px #004097;
    letter-spacing: -0.05em;
}
.logobox div:nth-child(3) a:hover{
    background:#004097;
    color: #FFF;
    opacity:1;
    text-decoration: underline;
}
.logobox div:nth-child(3) img{
width: 57px;  
}
.logobox img{
width: 70px;
    margin-right: 2%;
}
.alliance::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0px;
    right: 0px;
    border: 41px solid transparent;
    border-top: 27px solid #f7933d;
    width: 0;
    height: 0;
    margin: 0 auto;
}
.osusume{
    background: #30b0cd;
    width: 95%;
    margin: 10px auto 35px;
    padding: 10px;
    position: relative;
}
.osusume .title{
    text-align: center;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
}
.osusume .title span{
    border-bottom: solid 2px;
    font-weight: bold;
}
.osusume .text{
    margin: 15px 0 0;
    font-size: 17px;
    text-align: center;
    color:#FFF;
    line-height: 180%;
}
.osusume::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0px;
    right: 0px;
    border: 41px solid transparent;
    border-top: 27px solid #30b0cd;
    width: 0;
    height: 0;
    margin: 0px auto;
}

@media (max-width: 639px) {

#middle .section {
    width: 100%;
}
    #middle .lineup{
        margin:0 2vw
    }
#middle .lineup .container {
    margin: 0px;
    padding: 13px 0px;
}
#middle .lineup .ttl_tag {
	clear:both;
	border:#E6E6E6 solid 1px;
	
background: #f7f7f7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQxZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f7f7f7 0%, #fcfcfc 18%, #ffffff 80%, #f4f4f4 96%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(18%,#fcfcfc), color-stop(80%,#ffffff), color-stop(96%,#f4f4f4), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#fcfcfc 18%,#ffffff 80%,#f4f4f4 96%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#fcfcfc 18%,#ffffff 80%,#f4f4f4 96%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#fcfcfc 18%,#ffffff 80%,#f4f4f4 96%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#fcfcfc 18%,#ffffff 80%,#f4f4f4 96%,#d1d1d1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-8 */
	
	border-radius:4px 4px 0 0;
	padding:10px 10px 10px;

}
#middle .lineup .ttl_tag span{
	font-weight:bold;
	}
    #middle .lineup .inner{
        padding-bottom: 0;
    }
#middle .lineup .inner .btns {
    padding: 10px;
    margin: 0;
}
#middle .lineup .inner .btns li {
    float: left;
    margin: 0px 2vw 0;
    padding-bottom: 5px;
    width: 32%;
}
#middle .search_box .sep.fix {
    display:inherit;
}
#middle .search_box .sep.fix .area {
    border-top: #E6E6E6 dotted 1px;
    width: auto;
    padding: 6px 0;
}
#middle .search_box .sep.fix .area:last-child {
    padding-left: 0px;
}
.jtb{
    position: inherit;
    text-align: left;
    width: auto;
    font-size: 3.2vw;
}
.jtb .midashi{
    text-indent: -4%;
    padding-left: 5%;
}
.jtb .link{
    width: 31%;
}
.jtb .link a{
	font-size: 3vw;
}
.jtb .link a::after{
    top:34%;
}
.jtb .link a::after{
	display: none;
}
.jtb .link span{
    font-size: 3.8vw;
}
dl.sep.bottom{
    margin-top: 0;
}
/*提携会社*/
.alliance .title,.osusume .title{
    font-size: 4vw;
}
.alliance .text,.osusume .text{
    text-align: left;
    text-indent: -4%;
    font-size: 3.5vw;
    line-height: 180%;
    margin-top: 10px;
}
.alliance .text{
    padding-left: 6%;
}
.osusume .text{
    padding-left: 13%;
}
.logobox{
    margin: 25px 10px 20px;
    display: inherit;
}
.logobox div {
    width: 100%;
    margin-bottom: 10px;
}
.logobox div a{
    font-size: 3.2vw;
}
    .logobox div:nth-child(3){
letter-spacing: -0.05em;
    }
    .logobox img,.logobox div:nth-child(3) img{
width: 30%;   
    }
body .search_k #middle .search_box select{
    font-family: 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
    
}
@media (min-width: 451px) and (max-width: 640px){


#middle .lineup .inner .btns li a {
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.6);
    text-decoration: none;
    background-size: contain;
}
	}
@media (max-width: 450px) {
#middle .lineup .inner .btns li {
    float: left;
    margin: 0px 1% 1%;
    padding-bottom: 5px;
    width: 48%;
}
#middle .lineup .inner .btns li a {
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.6);
    text-decoration: none;
    background-size: contain;
}

	}
@media screen and (min-width: 768px) {
	/*211227追加*/
body .tour_detail .info .room {
    display: flex;
}
body .tour_detail .info .room div{
	padding-right: 5px;
}
body .tour_detail .info .room div a {
    font-weight: bold;
}
}

</pre></body></html>