@charset "utf-8";

body{
	position: relative;
}

/*********************
	h2
*********************/
h2{
	width:100%;
	height:180px;
	background:url("/assets/img/bg_search_result_ttl.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
	position:relative;
	margin:0 auto 45px;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
h2 span{
	display:block;
	width:100%;
	position: absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	-webkit- transform:translateY(-50%) translateX(-50%);
}
@media only screen and (max-width:767px) {
	h2{
		width:100%;
		height:90px;
		line-height:90px;
		background:url("/assets/img/bg_sp_search_result_ttl.jpg");
		background-repeat:no-repeat;
		background-size:cover;
		background-position:50% 50%;
		position:relative;
		margin:0 auto 25px;
		font-size:20px;
		font-weight:bold;
		color:#fff;
		text-align:center;
	}
}

/*********************
	container
*********************/
.container{
	width:100%;
	margin:0 auto 100px;
}
h2.tour_name{
	width:100%;
	max-width: 1120px;
	margin:0 auto 25px;
	font-size:27px;
	font-weight:bold;
	padding:0 20px;
	box-sizing: border-box;
	background: none;
	color: #000;
	text-align: left;
	height: auto;
}
/****/
.tour_name{
	width:100%;
	max-width: 1120px;
	margin:0 auto 25px;
	font-size:27px;
	font-weight:bold;
	padding:0 20px;
	box-sizing: border-box;
	background: none;
	color: #000;
	text-align: left;
	height: auto;
}

.block_wrap{
	width:100%;
	max-width:1120px;
	margin:0 auto 100px;
	padding:0 20px;
	box-sizing: border-box;
}

.block_wrap .left_block{
	width:46%;
	float:left;
	margin:0 auto;
}
.block_wrap .right_block{
	width:49%;
	float:right;
	margin:0 auto;
}



.left_block .tours_slider{
	width:100%;
	position:relative;
}

.left_block .tours_slider .owl-item li {
	width: 100%;
	height: 100%;
	padding-top: 67.25%;
	position: relative;
	line-height: 0;
	/*border: 1px solid #c8c9ca;*/
	box-sizing: border-box;
	margin:0 auto;
	position:relative;
}
.left_block .tours_slider .owl-item li p.img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding:0;
	pointer-events: none;
}
.left_block .tours_slider .owl-item li p.img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
.left_block .tours_slider .owl-item li p.caption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:10px;
	background:rgba(35, 24, 21, 0.8);
	color:#fff;
	box-sizing: border-box;
	font-size:12px;
}

.left_block .tours_slider .owl-thumbs{
	width:100%;
	/* height:51px; */
	line-height:0;
	box-sizing:border-box;
	text-align:left;
	margin:15px auto 5px;
}
.left_block .tours_slider .owl-thumbs .owl-thumb-item{
	position:relative;
	top: 0;
	left: 0;
	width: 76px;
	height:51px;
	background:#fff;
	border: 1px solid #c8c9ca;
	box-sizing: border-box;
	padding:0;
	margin:0 2px 4px;
}

.left_block .tours_slider .owl-thumbs .owl-thumb-item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}


.left_block .tours_slider .owl-controls{
	display:none;
	margin:0 auto;
	position:absolute;
	width:92.5%;
	height:42px;
	top:32%;
	left:0;
	right:0;
}
.left_block .tours_slider .owl-controls .owl-dots{
	display:none !important;
}
.left_block .tours_slider .owl-controls .owl-nav .owl-prev{
	width:18px;
	height:42px;
	background:url(/assets/img/img_slide_arrow_prev.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
}
.left_block .tours_slider .owl-controls .owl-nav .owl-next{
	width:18px;
	height:42px;
	background:url(/assets/img/img_slide_arrow_next.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding:0;
}

.owl-carousel .owl-stage-outer {
	border: 1px solid #c8c9ca;
}

.detail_box{
	width:100%;
	margin:0 auto 30px;
}
.detail_box dl{
	display:table;
	width:100%;
}
.detail_box dl.border_t{
	border-top:1px solid #a9aaaa;
}
.detail_box dt{
	display:table-cell;
	width:150px;
	font-size:12px;
	padding:10px 6px;
	box-sizing:border-box;
	background:#efefef;
	text-align:left;
	vertical-align:top;
	border-left:1px solid #a9aaaa;
	border-bottom:1px solid #a9aaaa;
}
.detail_box dd{
	display:table-cell;
	width:250px;
	font-size:12px;
	padding:10px 6px;
	box-sizing:border-box;
	border-right:1px solid #a9aaaa;
	border-bottom:1px solid #a9aaaa;
	word-break: break-all;
}
.ttl{
	font-size:25px;
	font-weight:bold;
	width:100%;
	margin:0 auto 5px;
}

.point img{
	width: auto;
	height: auto;
}

.remark_box{
	width:100%;
	margin:0 auto;
}
.remark_box .remark{
	width:100%;
	min-height:185px;
	padding:6px 10px;
	background:#efefef;
	box-sizing:border-box;
	font-size:12px;
}
.remark_box a{
	color: #0000ff;
}
.remark_box a.link{
	padding-left: 21px;
	background-image: url("/assets/img/icon_window.png");
	background-repeat: no-repeat;
}
.remark_box a.link:hover{
	cursor: pointer;
	text-decoration: underline;
}
.remark_box .remark .remarks_link{
	margin-top: 10px;
}
.remark_box .remark .remarks_link li{
	font-size: 120%;
	line-height: 18px;
}
.remark_box .remark .remarks_link li a{
	color: #0000ff;
	text-decoration: none;
	font-size: 12px;
}
.remark_box .remark .remarks_link li a:hover{
	text-decoration: underline;
}
.remark_box .remark .remarks_link li .asterisk{
	color: #FF0000;
	font-weight: bold;
	margin-right: 3px;
	vertical-align: middle;
}
.remark_box .remark .remarks_link li a .asterisk{
	display: inline-block;
	text-decoration: none;
}

.remark table{
	max-width: 100% !important;
	border:10px solid red;
	border-right: 1px solid #000 !important;
}
.remark table th,
.remark table td{
	max-width: 100% !important;
}

.point_box{
	width:100%;
	margin:0 auto 30px;
}
.point_box .point{
	width:100%;
	min-height:120px;
	padding:6px 10px;
	background:#efefef;
	box-sizing:border-box;
	font-size:12px;
}

.booking_area{
	width:100%;
	/*min-width: 400px;*/
	margin:0 auto 50px;
}
.booking_area .ttl_2{
	width:100%;
	height:54px;
	line-height:54px;
	background:#e70021;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto 15px;
}
.booking_area select{
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 80px;
}
.tour_calendar_slider{
	width:100%;
	margin:0 auto;
}
.tour_calendar_slider li{
	margin:0;
}

/*****************
.tour_calendar_slider .owl-thumbs,
.tour_calendar_slider .owl-thumbs .owl-thumb-item{
	display:none !important;
}

.tour_calendar_slider .owl-controls{
	display:block;
	margin:0;
}

.tour_calendar_slider .owl-controls .owl-dot{
	display:none;
}
.tour_calendar_slider .owl-controls .owl-nav .owl-prev,
.tour_calendar_slider .owl-controls .owl-nav .owl-next{
	background:none;
	font-size:30px;
	color:#000;
	padding:0;
	margin:0;
	display:block;
	width:32px;
	height:40px;
}
.tour_calendar_slider .owl-controls .owl-nav .owl-prev{
	position:absolute;
	top:15px;
	left:10px;
}
.tour_calendar_slider .owl-controls .owl-nav .owl-prev:hover,
.tour_calendar_slider .owl-controls .owl-nav .owl-next:hover{
	background:none;
	color:#000;
}
.tour_calendar_slider .owl-controls .owl-nav .owl-next{
	position:absolute;
	top:15px;
	right:10px;
}
***************/

.tour_calendar_slider .month_year{
	width:100%;
	margin:0 auto;
	padding:10px 0;
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #888;
	box-sizing:border-box;
	position: relative;
}
.tour_calendar_slider .month_year dt{
	width:100%;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}
.tour_calendar_slider .month_year dd{
	width:100%;
	font-size:16px;
	text-align:center;
}
.tour_calendar_slider .month_year dd.prev_month{
	position: absolute;
	top: 20px;
	left: 10px;
	width: 30px !important;
	font-size: 180%;
	font-weight: bold;
}
.tour_calendar_slider .month_year dd.prev_month:hover{
	cursor: pointer;
}
.tour_calendar_slider .month_year dd.next_month{
	position: absolute;
	top: 20px;
	right: 10px;
	width: 30px !important;
	font-size: 180%;
	font-weight: bold;
}
.tour_calendar_slider .month_year dd.next_month:hover{
	cursor: pointer;
}
.tour_calendar_slider{
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.tour_calendar_slider table{
	width:100%;
	border:1px solid #888;
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
	margin:0 auto 15px;

}
.tour_calendar_slider th{
	width:78px;
	background:#231815;
	vertical-align:top !important;
	text-align:left;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:5px 0;
	border:1px solid #888;
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.tour_calendar_slider th.sun{
	background:#d82a2a;
}
.tour_calendar_slider th.sat{
	background:#2b60d6;
}
.tour_calendar_slider td{
	width:78px;
	height:50px;
	font-size:12px;
	padding:0px 5px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
	border:1px solid #888;
	/*position:relative;*/
	/*z-index:-1;*/
	word-break: break-word;
}
.tour_calendar_slider td:hover{
	cursor: pointer;
	background-color: #d4fdc3;
	border:1px solid #888;
}
.tour_calendar_slider td.past:hover{
	cursor: default;
	background-color: #c8c9ca;
}
.tour_calendar_slider td.selectday:hover{
	background:#d4fdc3;
}
.tour_calendar_slider td.holiday:hover{
	background:#d4fdc3;
}
.tour_calendar_slider td.sunday:hover{
	background:#d4fdc3;
}
.tour_calendar_slider td.none:hover{
	cursor:default;
	background:#fff;
}
.tour_calendar_slider td.saturday:hover{
	background:#d4fdc3;
}
.tour_calendar_slider td.sunday.none:hover{
	background:#fde0ed;
}
.tour_calendar_slider td.saturday.none:hover{
	background:#c8d9ff;
}
.tour_calendar_slider td.blanks,
.tour_calendar_slider td.past{
	background:#c8c9ca;
	border:1px solid #888;
}
.tour_calendar_slider td.selectday{
	background:#d4fdc3 !important;
}
.tour_calendar_slider td.holiday{
	background:#fde0ed;
}
.tour_calendar_slider td.sunday{
	background:#fde0ed;
}
.tour_calendar_slider td.saturday{
	background:#c8d9ff;
}

.tour_calendar_slider td .date{
	/*width:67px;*/
	margin-bottom:0;
	padding:0;
	background:none;
	color:#000;
/*	position:absolute;
	top:5px;
	left:5px;*/
}
.tour_calendar_slider td .price{
	/*width:67px;*/
	text-align:center;
	padding:0;
	background:none;
	color:#000;
/*	position:absolute;
	bottom:5px;
	left:5px;*/
}
.tour_calendar_slider td .mark{
	width:14px;
	height:14px;
/*	position:absolute;
	top:12px;
	left:0;
	right:0;*/
	margin:0 auto;
	padding:0;
	background:none;
}
.tour_calendar_slider td .mark_1{
	background:url("/assets/img/img_seat_1.png");
	background-repeat:no-repeat;
	background-size:contain;
	margin-top: -7px;
}
.tour_calendar_slider td .mark_2{
	background:url("/assets/img/img_seat_2.png");
	background-repeat:no-repeat;
	background-size:contain;
	margin-top: -7px;
}
.tour_calendar_slider td .mark_3{
    background:url("/assets/img/img_seat_3.png");
    background-repeat:no-repeat;
    background-size:contain;
    margin-top: -7px;
}
.tour_calendar_slider td .mark_4{
    background:url("/assets/img/img_seat_4.png");
    background-repeat:no-repeat;
    background-size:contain;
    margin-top: -7px;
}

.loading{
	width: 100%;
	height: 279px;
	text-align: center;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.loading img{
	margin-top: 100px;
	width: 24px;
	height: 24px;
}

.booking_area .legend{
	width:100%;
	text-align:center;
	margin:0 auto 30px;
}
.booking_area .legend li{
	display:inline-block;
	margin-left:30px;
	font-size:12px;
	padding-left:18px;
}
.request_stock {
    font-size: 13px;
}
.booking_area .legend li.mark_1{
    margin-left:0;
	background:url("/assets/img/img_seat_1.png");
	background-repeat:no-repeat;
	background-size:14px;
}
.booking_area .legend li.mark_2{
	background:url("/assets/img/img_seat_2.png");
	background-repeat:no-repeat;
	background-size:14px;
}
.booking_area .legend li.mark_3{
    background:url("/assets/img/img_seat_3.png");
    background-repeat:no-repeat;
    background-size:14px;
}
.booking_area .legend li.mark_4{
    background:url("/assets/img/img_seat_4.png");
    background-repeat:no-repeat;
    background-size:14px;
}

.booking_area .hide{
	display: none;
}

.booking_area .confirm_table{
	width:100%;
	border:1px solid #c8c9ca;
	box-sizing:border-box;
	margin:0 auto 15px;
}
.booking_area .confirm_table th{
	width:180px;
	background:#efefef;
	vertical-align:top !important;
	text-align:left;
	font-size:13px;
	padding: 5px 15px;
	box-sizing:border-box;
}
.booking_area .confirm_table td{
	width:370px;
	font-size:15px;
	padding: 5px 15px;
	box-sizing:border-box;
}
.booking_area .confirm_table .year,
.booking_area .confirm_table .month,
.booking_area .confirm_table .day{
	display:inline-block;
}
.booking_area .confirm_table .price{
	color:#e70021;
}
.booking_area .confirm_table .price dl{
	width:250px;
	display:table;
}
.booking_area .confirm_table .price dt{
	width:120px;
	display:table-cell;
}
.booking_area .confirm_table .price dd{
	width:150px;
	display:table-cell;
	text-align:right;
	font-size:15px;
}
.booking_area .confirm_table .price dd span{
	font-size:12px;
}
.booking_area .confirm_table .price dd .price{
	font-size:15px;
}


.booking_area td .number dl{
	width:180px;
}
.booking_area td .number dt{
	width:100px;
	font-size:15px;
	display:inline-block;
}
.booking_area td .number dd{
	width:70px;
	display:inline-block;
	margin-bottom:5px;
}

.booking_area .total_box{
	width:100%;
	display:table;
	margin:0 auto 15px;
	border:1px solid #c8c9ca;
	box-sizing:border-box;
}
.booking_area .total_box dt{
	width:180px;
	height:80px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	background:#ff6600;
	margin:0 auto 15px;
	color:#fff;
	font-size:13px;
}
.booking_area .total_box dd{
	width:370px;
	height:80px;
	text-align:right;
	vertical-align:middle;
	display:table-cell;
	margin:0 auto 15px;
	color:#e70021;
	font-size:25px;
	font-weight:bold;
	padding-right:20px;
	box-sizing:border-box;
}

.booking_area .submit_area{
	width:100%;
	margin:0 auto 15px;
	text-align:center;
}
.booking_area .submit_area dt{
	font-size:15px;
	display:inline-block;
	margin:0 auto 15px;

}
.booking_area .submit_area dt a{
	color:#0084e7;
	text-decoration:underline;
}
.booking_area .submit_area dd{
	width:392px;
	height:55px;
	line-height:55px;
	font-size:20px;
	font-weight:bold;
	background:#a9aaaa;
	margin:0 auto 15px;
}
.booking_area .submit_area dd a{
	color:#fff;
	display:block;
	width:100%;
}
.booking_area .submit_area dd a:hover{
	cursor:default;
}
.booking_area .submit_area dd.checked{
	background:#e70021;
}
.booking_area .submit_area dd.checked a:hover{
	cursor:pointer;
}

.booking_area .submit_area .submit_txt{
	width: 100%;
    height: auto;
    background: #efefef;
}
.booking_area .submit_area .submit_txtarea {
	width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 13px;
    text-align: left;
    padding-left: 30px;
    font-weight: 100;
}
.booking_area .submit_area .submit_txtarea .submit_txtarea_li {
	list-style: disc;
	margin-bottom:5px;
}
.booking_area .submit_area .submit_txt.checked {
	background-color: #efefef;
}

.torihikiArea {
	margin:20px 0;
}

.contact_area{
	margin-bottom: 25px;
	border: 4px solid #cb000c;
	padding: 10px;
}
.contact_area .top_txt{
	width:100%;
	margin:0 auto;
	font-size:18px;
	color: #CC0F0B;
	font-weight: bold;
}

.itinerary_area{
	width:100%;
	margin:0 auto;
}
.itinerary_area .top_txt{
	width:100%;
	margin:0 auto 15px;
	font-size:12px;
}
.itinerary_area .time_table{
	width:100%;
	margin:0 auto;
	border:1px solid #c8c9ca;
	box-sizing:border-box;
}
.itinerary_area .time_table tr{
	border-bottom:1px solid #c8c9ca;
}
.itinerary_area .time_table th{
	width:180px;
	background:#efefef;
	vertical-align:top;
	text-align:left;
	font-size:13px;
	padding:15px;
	box-sizing:border-box;
}
.itinerary_area .time_table .txt_area{
	width:320px;
	margin:0 auto;
	padding:15px;
	box-sizing:border-box;
	vertical-align:top;
	word-break: break-all;
}
.itinerary_area .time_table .txt_area .txt_1{
	font-size:15px;
	font-weight: bold;
	word-break:break-word;
}
.itinerary_area .time_table .txt_area .txt_2{
	font-size:13px;
}
.itinerary_area .time_table .icon{
	width:70px;
	padding:15px;
	box-sizing:border-box;
	vertical-align:bottom;

}

.itinerary_area table{
	max-width: 100% !important;
	word-break: break-all;
}
.itinerary_area table th,
.itinerary_area table td{
	max-width: 100% !important;
}



.btm_btn{
	width:392px;
	height:55px;
	margin:0 auto;
}
.btm_btn a{
	display:block;
	line-height:55px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#a9aaaa;
}
.btm_btn a:hover{
	opacity:0.7;
}

.cancel_policy_outer{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.cancel_policy_outer .cancel_policy_inner{
	border: 1px solid #000;
	background-color: #FFF;
	width: 500px;
	padding: 15px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cancel_policy_outer .cancel_policy_inner .close_icon{
	width: 26px;
	height: 26px;
	position: absolute;
	top: -13px;
	right: -13px;
}
.cancel_policy_outer .cancel_policy_inner .close_icon:hover{
	cursor: pointer;
}
.cancel_policy_outer .cancel_policy_inner .title{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 150%;
}
.cancel_policy_outer .cancel_policy_inner table th{
	padding: 5px;
	border: 1px solid #000;
	background-color: #E9E9E9;
	text-align: left;
}
.cancel_policy_outer .cancel_policy_inner table.col3,
.cancel_policy_outer .cancel_policy_inner table.col4,
.cancel_policy_outer .cancel_policy_inner table.col5,
.cancel_policy_outer .cancel_policy_inner table.col6,
.cancel_policy_outer .cancel_policy_inner table.col7{
	width: 100%;
}
.cancel_policy_outer .cancel_policy_inner table.col3 th{
	width: 33%;
}
.cancel_policy_outer .cancel_policy_inner table.col4 th{
	width: 60%;
}
.cancel_policy_outer .cancel_policy_inner table.col5 th{
	width: 20%;
}
.cancel_policy_outer .cancel_policy_inner table.col6 th{
	width: 16%;
}
.cancel_policy_outer .cancel_policy_inner table.col7 th{
	width: 14%;
}
.cancel_policy_outer .cancel_policy_inner table td{
	padding: 5px;
	border: 1px solid #000;
}


@media only screen and (max-width:767px) {
	h2.tour_name{
		width:96%;
		margin:20px auto 15px;
		font-size:18px;
		line-height: 120%;
	}
	.block_wrap{
		width: 96%;
		margin:0 auto 50px;
		padding:0;
	}
	.block_wrap .box_title{
		font-size:18px;
	}
	.block_wrap .left_block{
		width:100%;
		float:none;
		margin:0 auto;
	}
	.block_wrap .right_block{
		width:100%;
		float:none;
		margin:0 auto;
	}
	.left_block .tours_slider{
		width:100%;
	}

	.left_block .tours_slider .owl-controls .owl-dots{
		display:block !important;
		margin:15px auto 25px;
	}
	.left_block .tours_slider .owl-controls .owl-dots span{
		width:12px;
		height:12px;
		border-radius:50%;
	}
	.left_block .tours_slider .owl-thumbs{
		display:none !important;
	}
	.left_block .tours_slider .owl-controls{
		display:block !important;
		margin:0 auto;
		position:static;
		width:98%;
		height:auto;
	}
	.left_block .tours_slider .owl-controls .owl-nav .owl-prev{
		width:13px;
		height:35px;
		left:2%;
		top:35%;
	}
	.left_block .tours_slider .owl-controls .owl-nav .owl-next{
		width:13px;
		height:35px;
		right:2%;
		top:35%;
	}
	.detail_box{
		margin:0 auto 40px;
	}
	.detail_box dl,
	.detail_box dl.border_t{
		border:0;
	}
	.detail_box dt{
		display:block;
		width:100%;
		font-size:13px;
		padding:10px 2%;
		box-sizing:border-box;
		border:0;
	}
	.detail_box dd{
		display:block;
		width:100%;
		min-height:30px;
		font-size:12px;
		padding:10px 4%;
		box-sizing:border-box;
		border:0;
	}
	.tgl_btn{
		width:98%;
		margin:0 auto;
		position:relative;
	}
	.tgl_btn .ttl{
		font-size:18px;
		margin:0 auto 5px;
		text-align:center;
	}
	.tgl_btn .btn_up,
	.tgl_btn .btn_down{
		width:20px;
		position:absolute;
		top:3px;
		right:0;
	}
/*	.tgl_btn .btn_up,
	.tgl_area{
		display:none;
	}*/
	.active .btn_up{
		display:block;
	}
	.active .btn_down{
		display:none;
	}
	.remark_box{
		margin:0 auto 40px;
	}
	.remark_box .remark{
		min-height:150px;
		padding:10px 2%;
		background:#efefef;
		box-sizing:border-box;
		font-size:12px;
	}
	.point_box{
		margin:0 auto 40px;
	}
	.point_box .point{
		min-height:150px;
		padding:10px 2%;
		background:#efefef;
		box-sizing:border-box;
		font-size:12px;
	}


	.booking_area .ttl_2{
		height:35px;
		line-height:35px;
		font-size:18px;
	}
	.tour_calendar_slider .month_year{
		width:98%;
	}
	.tour_calendar_slider .month_year dt{
		font-size:16px;
	}
	.tour_calendar_slider .month_year dd{
		font-size:10px;
	}
	.tour_calendar_slider table{
		width:98%;
	}
	.tour_calendar_slider th{
		width:14%;
		font-size:10px;
	}
	.tour_calendar_slider td{
		width:14%;
		font-size:10px;
	}
	.tour_calendar_slider td .date{
		width:98%;
		top:0;
		left:1%;
	}
	.tour_calendar_slider td .mark{
		width:12px;
		height:12px;
	}
	.tour_calendar_slider td .price{
		width:98%;
		/* position:absolute; */
		bottom:3px;
		left:1%;
	}

	.tour_calendar_slider .owl-controls .owl-nav .owl-prev,
	.tour_calendar_slider .owl-controls .owl-nav .owl-next{
		background:none;
		font-size:20px;
		color:#000;
		padding:0;
		margin:0;
		display:block;
		width:24px;
		height:30px;
	}

	.booking_area .legend{
		margin:0 auto 20px;
	}
	.booking_area .legend li{
		margin-left:10px;
		font-size:10px;
		padding-left:16px;
	}

	.booking_area .confirm_table{
		border:0;

	}

	.booking_area .confirm_table th{
		width:42%;
		font-size:12px;
		padding:10px;
		box-sizing:border-box;

	}
	.booking_area .confirm_table td {
		width:58%;
	}
	.booking_area .confirm_table .price dl{
		width:100%;
		margin-bottom:5px;
		display:block;
	}
	.booking_area .confirm_table .price dt{
		width:100%;
		display:block;
		font-size:12px;
		text-align:left;
	}
	.booking_area .confirm_table .price dd{
		width:100%;
		display:block;
		text-align:right;
		padding-left:2%;
		box-sizing:border-box;
		font-size:15px;
	}
	.booking_area .confirm_table .price dd span{
		font-size:12px;
	}

	.booking_area .confirm_table td .number dl{
		width:100%;
	}
	.booking_area .confirm_table td .number  dt{
		width:53%;
		font-size:12px;
	}
	.booking_area .confirm_table td .number  dd{
		width:40%;
	}

	.booking_area .total_box{
		display:block;
		border:0;
		margin:0 auto 30px;
	}
	.booking_area .total_box dt{
		width:100%;
		height:35px;
		line-height:35px;
		display:block;
		background:#ff6600;
		margin:0 auto;
		font-size:14px;
		font-weight:bold;
	}
	.booking_area .total_box dd{
		width:100%;
		height:57px;
		line-height:57px;
		text-align:right;
		display:block;
		margin:0 auto 15px;
		padding:0 2%;
		border-bottom:1px solid #231815;
	}

	.booking_area .submit_area dt{
		font-size:13px;
	}
	.booking_area .submit_area dd{
		width:86%;
		height:38px;
		line-height:38px;
		font-size:14px;
		margin:0 auto 15px;
	}
	.booking_area .price {
		text-align:right;
	}



	.itinerary_area{
		width:98%;
		margin:0 auto 50px;
	}
	.itinerary_area .top_txt{
		width:90%;
		font-size:10px;
		margin:20px auto 15px;
	}
	.itinerary_area .time_table th{
		width:26%;
		font-size:10px;
		padding:10px;
		box-sizing:border-box;
	}
	.itinerary_area .time_table .txt_area{
		width:61%;
		padding:10px;
		box-sizing:border-box;
		vertical-align:top;
	}
	.itinerary_area .time_table .txt_area .txt_1{
		font-size:11px;
	}
	.itinerary_area .time_table .txt_area .txt_2{
		font-size:10px;
	}
	.itinerary_area .time_table .icon{
		width:13%;
		/*padding:10px;*/
		padding:2px;
		box-sizing:border-box;
		vertical-align:bottom;

	}


	.btm_btn{
		width:83%;
		height:38px;
	}
	.btm_btn a{
		line-height:38px;
		font-size:14px;
	}

	.cancel_policy_inner{
		width: 85% !important;
	}
	.cancel_policy_inner table{
		width: 100%;
	}
}
