@charset "utf-8";
/* -----------------------------------------------------------
CSS Information

File name:      content_tour.css
Created:        2019-02-05
Style Info:     ツアー一覧　CSS
----------------------------------------------------------- */


/* ----------------------------------------------------------- */
/* タブパネル */
/* -----------------------------------------------------------*/
.tourlist.tabpanel .tour_tabpanel {margin:30px 0 50px 0;}
/*.tourlist.tabpanel .tour_tabpanel > .tour_panel:not(.selected) {display:none;}*/
.tourlist.tabpanel .tour_panel {display:none;}

.tourlist.tabpanel .tour_tab {padding-bottom:35px;}
.tourlist.tabpanel .tour_tab ul {display:flex;width:100%;/*flex-wrap: wrap;*/}
.tourlist.tabpanel .tour_tab li {display:flex; flex-grow: 1; border:1px solid #dadada;}
.tourlist.tabpanel .tour_tab li + li {border-left:0;}
.tourlist.tabpanel .tour_tab li.selected {border:1px solid #23af00;}
.tourlist.tabpanel .tour_tab li span {display:flex;justify-content: center;align-items: center;width: 100%; padding: 2px;min-height:58px;line-height:1.2;font-size:1.6rem;font-weight:bold;text-align:center;background:#f4f4f4;}
.tourlist.tabpanel .tour_tab li:not(.selected) span {cursor:pointer;}
.tourlist.tabpanel .tour_tab li.selected span {color:#fff;background:#23af00;position:relative;}
.tourlist.tabpanel .tour_tab li.selected span::after {content:"";position:absolute;bottom:-40px;left:50%;margin-left:-30px;width:0;height:0;border:30px solid transparent;border-top:20px solid #23af00;}
@media (min-width:768px) {
	.tourlist.tabpanel .tour_tab li:not(.selected):hover span {opacity:.65;}
}
@media (max-width:767px) {
	.tourlist.tabpanel {margin: 0 -15px;}
	.tourlist.tabpanel .tour_tabpanel {margin:20px 0 40px;}
	.tourlist.tabpanel .tour_tab {padding:0 15px 15px 15px;}
	.tourlist.tabpanel .tour_tab li {/*height:30px;*/line-height:30px;}
	.tourlist.tabpanel .tour_tab li span {height:100%; min-height: 44px; font-size:1.4rem;background:#fff;cursor:pointer;-webkit-tap-highlight-color:rgba(0, 0, 0, .2);}
	.tourlist.tabpanel .tour_tab li.selected span::after {display:block;position:absolute;bottom:-6px;left:50%;margin-left:-6px;width:0;height:0;border-style:solid;border-width:6px 6px 0 6px;border-color:#23af00 transparent transparent transparent;}
}

/* ----------------------------------------------------------- */
/* リンクボタン */
/* ----------------------------------------------------------- */
.tour_panel .link_btn {position:relative;margin:30px auto 40px;text-align:center;}
.tour_panel .link_btn a {display:inline-block;position:relative;color:#000;text-align:center;font-weight:bold;background:#ffe9d3;border-radius:4px;text-decoration:none;padding:20px 50px;font-size:1.8rem;border:1px solid #000;}
.tour_panel .link_btn a::before {content:"\f054";font-family:"Font Awesome 5 Free";position:absolute;top:50%;right:20px;transform:translate(0,-50%);font-weight:bold;}
.tour_panel .link_btn a::after {content:"";position:absolute;bottom:-6px;left:0;border-radius:8px;height:100%;width:100%;background:#000;z-index:-1;}
.tour_panel .link_btn a:hover {opacity:1;}
@media screen and (min-width:768px) {
	.tour_panel .link_btn a:hover {background:#fef2e6;}
}
@media screen and (max-width:767px) {
	.tour_panel .link_btn {margin-bottom:20px;}
	.tour_panel .link_btn a{font-size:1.6rem;padding:20px 40px;}
	.tour_panel .link_btn a:before {right:10px;}
	.tour_panel .link_btn a::after {bottom:-4px;border-radius:6px;}
}
@media screen and (max-width:480px) {
	.tour_panel .link_btn {margin:4vw 0;}
	.tour_panel .link_btn a{font-size:4vw;padding:4vw 8vw 4vw 6vw;}
}

/* -------------------------------------------------------- */
/* コース
/* -------------------------------------------------------- */
.tourlist .tour_cnt {border:1px solid #c8c8c8;background:#fff;margin-bottom:30px;}
.tourlist .tour_cnt img {width:100%;height:auto;}
.tourlist .tour_cnt_head {overflow:hidden;background:#f4f4f4;padding:10px 15px;}
.tourlist .tour_cnt_head .cnt_head_01 {float:left;width:155px;background:#fff;border:2px solid #23af00;text-align:center;}
.tourlist .tour_cnt_head .cnt_head_01 .tour_dep {color:#23af00;font-size:1.6rem;font-weight:bold;padding:15px 5px;border-bottom:2px solid #23af00;}
.tourlist .tour_cnt_head .cnt_head_01 .tour_code {font-size:1.1rem;padding:12px 5px;line-height:1.4;}
.tourlist .tour_cnt_head .cnt_head_02 {padding-left:177px;}
.tourlist .tour_cnt_head .tour_name {font-size:1.5rem;margin:0 0 5px 0;font-weight:bold;line-height:1.4;}
.tourlist .tour_cnt_head .tour_name a {color:#333;}
.tourlist .tour_cnt_head .tour_comment {display:table;width:100%;background:#fff;}
.tourlist .tour_cnt_head .tour_comment > span {font-size:1.1rem;line-height:1.6;display:table-cell;vertical-align:middle;}
.tourlist .tour_cnt_head .tour_comment_tit {color:#fff;width:86px;background:#23af00;text-align:center;font-weight:bold;}
.tourlist .tour_cnt_head .tour_comment_txt {padding:5px 10px;}
.tourlist .tour_cnt_head .tour_img a {display:block;}
.tourlist .tour_cnt_head .tour_img img {width:100%;height:auto;}
.tourlist .tour_cnt_wrap {overflow:hidden;padding:7px 15px;}
.tourlist .tour_cnt_wrap .cnt_left {float:left;width:220px;}
.tourlist .tour_cnt_wrap .cnt_right {padding-left:236px;}
.tourlist .tour_cnt_wrap .tour_info_list li {overflow:hidden;margin-bottom:4px;}
.tourlist .tour_cnt_wrap .tour_info_list p {font-size:1.2rem;line-height:1.4;}
.tourlist .tour_cnt_wrap .tour_info_list .tit {color:#fff;background:#23af00;float:left;width:70px;height:22px;text-align:center;line-height:20px;}
.tourlist .tour_cnt_wrap .tour_info_list .txt {padding:3px 0 0 80px;}
.tourlist .tour_cnt_wrap .tour_info_list .txt .direct {display:inline-block;color:#ff6e00;padding:2px 10px;border:1px solid #ff6e00;margin:-3px 0 0 10px;border-radius:20px;font-size:1.1rem;}
.tourlist .tour_cnt_wrap .tour_info_tab {background:#e6e6e6;padding:5px 3px;overflow:hidden;}
.tourlist .tour_cnt_wrap .tour_info_tab_nav {overflow:hidden;table-layout:fixed;display:table;width:100%;}
.tourlist .tour_cnt_wrap .tour_info_tab_nav li {display:table-cell;}
.tourlist .tour_cnt_wrap .tour_info_tab_nav li span {display:block;cursor:pointer;margin:0 2px;font-size:1.5rem;font-weight:bold;background:#23af00;border-radius:4px 4px 0 0;color:#fff;text-align:center;line-height:33px;border-bottom:3px solid #23af00;}
.tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {color:#fa3734;background:#fff;border-bottom:3px solid #fff;}
.tourlist .tour_cnt_wrap .tour_info_tab_nav li span:hover {opacity:.65;}
.tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span:hover {opacity:1;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel {background:#fff;overflow:hidden;margin:0 2px;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {display:none;position:relative;min-height:70px;padding:10px 10px 10px 0;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt.active {display:block;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {overflow:hidden;width:100%;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {width:103px;float:left;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {position:relative;display:block;padding:14px 0 0 12px;line-height:1.4;width:103px;height:48px;background:#323232;color:#fff;font-size:1.4rem;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span:after {content:"";position:absolute;top:0;right:-10px;width:0;height:0;border-style:solid;border-width:24px 0 24px 10px;border-color: transparent transparent transparent #323232;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {font-size:1.4rem;display:block;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {padding-left:120px;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .price {color:#fa3734;font-weight:bold;line-height:1.2;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {font-size:2.4rem;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {font-size:1.4rem;margin-left:5px;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {overflow:hidden;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price {color:#505050;margin-right:10px;display:inline-block;background:url(../img/tour_list/line_double_01.png) center center repeat-x;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {font-size:1.8rem;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {font-size:1.2rem;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {display:inline-block;width:105px;background:#fa3734;color:#fff;font-weight:bold;padding:2px 0;text-align:center;line-height:1.4;font-size:1.4rem;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price:after {}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {display:inline-block;font-size:1.1rem;line-height:1.4;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {display:block;color:#fa3734;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 small {display:inline-block;font-size:1em;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {color:#0064d2;padding-left:17px;margin-left:5px;background:url(../img/tour_list/icon_attention_01.png) left center no-repeat;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 span {text-decoration:underline;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {position:absolute;bottom:8px;right:10px;width:160px;height:44px;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {position:relative;display:block;height:44px;border-radius:8px;color:#fff;font-size:1.5rem;line-height:44px;text-align:center;font-weight:bold;background:#ff6700;text-decoration:none;}
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a:after {font-size:1.2rem;position:absolute;top:50%;right:5px;width:10px;height:10px;line-height:10px;margin-top:-5px;content:"\f105";font-family:"Font Awesome 5 Free";font-weight: bold;}
@media (min-width:768px) {
	.tourlist .tour_cnt_head .tour_img {float:left;width:170px;margin-right:20px;}
	.tourlist .tour_cnt_head .cnt_head_01 {margin-right:20px;}
	.tourlist .tour_cnt_head .cnt_head_02 {padding-left:0;overflow:hidden;}
	.tourlist .tour_cnt_wrap .cnt_left {width:39%;}
	.tourlist .tour_cnt_wrap .cnt_right {float:right;width:58%;padding-left:0;}
	.tourlist .tour_cnt_wrap .panel_cnt {padding:10px 10px 10px 0;}
	.tourlist .tour_cnt_wrap .tour_price_txt .member .price {margin-right:0;}
	.tourlist .tour_cnt_wrap .tour_price_txt .price {margin-bottom:3px;}
	.tourlist .tour_cnt_wrap .tour_price_txt .att .att_01 {display:block;}
	.tourlist .tour_cnt_wrap .tour_price {width:auto;margin-right:150px;}
	.tourlist .tour_cnt_wrap .tour_btn {width:136px;bottom:100%;}
	.tourlist .tour_cnt_head .tour_img a:hover img,
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a:hover {opacity:.65;}
}
@media (max-width:1100px) {
	.tourlist .tour_cnt {margin:0 0 20px 0;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {padding:10px;}
	.tourlist .tour_cnt_wrap .cnt_left {float:none;width:100%;}
	.tourlist .tour_cnt_wrap .cnt_right {padding-left:0;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att {padding-right:0;}
}
@media (max-width:1100px) and  (min-width:768px) {
	.tourlist .tour_cnt_wrap .cnt_left,
	.tourlist .tour_cnt_wrap .cnt_right {float:none;width:100%;}
}
@media (max-width:767px) {
	.tourlist .tour_cnt {margin:0;padding-bottom:15px;box-shadow:0 5px 10px rgba(0,0,0,.06);background:#fff;border:0;border-top:3px solid #323232;}
	.tourlist .tour_cnt_head {background:#f4f4f4;padding:15px 15px 10px 15px;}
	.tourlist .tour_cnt_head .tour_img {width:28%;float:left;}
	.tourlist .tour_cnt_head .cnt_head_01 {float:right;width:70%;display:table;border:1px solid #23af00;text-align:left;background:#fff;margin-bottom:5px;}
	.tourlist .tour_cnt_head .cnt_head_01.dis_pc {display:none;}
	.tourlist .tour_cnt_head .cnt_head_01 > p {display:table-cell;vertical-align:middle;height:18px;line-height:1.4;}
	.tourlist .tour_cnt_head .cnt_head_01 .tour_dep {font-size:1.1rem;padding:0;width:60px;border-bottom:0;text-align:center;border-right:1px solid #23af00;}
	.tourlist .tour_cnt_head .cnt_head_01 .tour_code {font-size:1.1rem;padding:0 0 0 10px;}
	.tourlist .tour_cnt_head .cnt_head_02 {overflow:hidden;padding-left:0;float:right;width:70%;margin:0;}
	.tourlist .tour_cnt_head .cnt_head_02 .tour_name {margin:0;}
	.tourlist .tour_cnt_head .cnt_head_02 .tour_comment {display:none;width:49%;}
	.tourlist .tour_cnt_wrap {overflow:hidden;padding:0;margin:10px 15px 0 15px;}
	.tourlist .tour_cnt_wrap .cnt_right {padding-left:0;float:none;width:100%;}
	.tourlist .tour_cnt_wrap .tour_info_list {margin-bottom:15px;}
	.tourlist .tour_cnt_wrap .tour_info_list li {margin-bottom:0;padding:8px 0 5px 0;border-bottom:1px solid #e6e6e6;}
	.tourlist .tour_cnt_wrap .tour_info_list li.tour_airline {display:block;float:none;margin-right:0;}
	.tourlist .tour_cnt_wrap .tour_info_list li.tour_seat {display:block;}
	.tourlist .tour_cnt_wrap .tour_info_list .tit {border:0;float:left;height:auto;text-align:left;line-height:1.6;}
	.tourlist .tour_cnt_wrap .tour_info_list .txt {padding:0 0 0 80px;}
	.tourlist .tour_cnt_wrap .tour_info_tab {background:#fff;padding:0;}
	.tourlist .tour_cnt_wrap .tour_info_tab_nav li span {font-size:1.1rem;font-weight:normal;line-height:1.2;padding:5px 0;border:0;background:#a8d6a3;}
	.tourlist .tour_cnt_wrap .tour_info_tab_nav li:first-child span {margin-left:0;}
	.tourlist .tour_cnt_wrap .tour_info_tab_nav li:last-child span {margin-right:0;}
	.tourlist .tour_cnt_wrap .tour_info_tab_nav li span strong {display:block;font-size:1.6rem;font-weight:bold;}
	.tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {color:#fff;background:#23af00;border:0;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel {background:#fff;overflow:hidden;margin:0;border:2px solid #23af00;border-top:4px solid #23af00;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {position:static;width:100%;margin-top:15px;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01,
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_02 {display:inline;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {display:inline-block;margin-right:5px;}
}
@media (max-width:640px) {
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {margin-left:-10px;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {text-align:left;padding:8px 0 0 10px;font-size:1.2rem;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {font-size:1.2rem;display:block;font-weight:normal;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {font-size:1.8rem;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {font-size:1.2rem;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {display:none;}
}
@media (max-width:480px) {
	.tourlist .tour_cnt_head .cnt_head_02 .tour_name {font-size:1.4rem;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {width:80px;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {width:80px;font-size:1.2rem;padding: 16px 0 0 8px;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {padding-left:95px;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {font-size:20px;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {font-size:1.4rem;margin-left:0;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {display:inline;font-size:1.1rem;line-height:1.3;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {margin-bottom:0;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price {margin-right:0;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {font-size:13px;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {font-size:10px;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {font-size:1.1rem;width:80px;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {margin-top:10px;}
}
@media (max-width:360px) {
	.tourlist .tour_cnt_head .cnt_head_01 .tour_dep {font-size:1rem;width:50px;}
	.tourlist .tour_cnt_head .cnt_head_01 .tour_code {font-size:1rem;}
	.tourlist .tour_cnt_head .cnt_head_02 .tour_name {font-size:1.3rem;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {width:70px; font-size: 1.1rem;}
	.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {padding-left:85px;}
}


/* -------------------------------------------------------- */
/* コース：2つ並びのパターン */
/* -----------------------------------------------------------*/
@media (min-width:768px) {
	.tourlist.column2 {overflow:hidden;margin:0 -10px;}
	.tourlist.column2 .tour_cnt {float:left;width:calc(50% - 20px);margin:0 10px 30px 10px;}
	.tourlist.column2 .tour_cnt_head {background:#f4f4f4;}
	.tourlist.column2 .tour_cnt_head .tour_img {width:28%;float:left;margin:0;}
	.tourlist.column2 .tour_cnt_head .cnt_head_01 {float:right;width:70%;display:table;border:1px solid #23af00;text-align:left;background:#fff;margin:0 0 5px 0;}
	.tourlist.column2 .tour_cnt_head .cnt_head_01 > p {display:table-cell;vertical-align:middle;height:18px;line-height:1.4;}
	.tourlist.column2 .tour_cnt_head .cnt_head_01 .tour_dep {font-size:1.5rem;padding:0;width:30%;border-bottom:0;text-align:center;border-right:1px solid #23af00;}
	.tourlist.column2 .tour_cnt_head .cnt_head_01 .tour_code {font-size:1.2rem;padding:0 0 0 10px;}
	.tourlist.column2 .tour_cnt_head .cnt_head_02 {overflow:hidden;padding-left:0;float:right;width:70%;margin:0;}
	.tourlist.column2 .tour_cnt_head .cnt_head_02 .tour_name {margin:0;}
	.tourlist.column2 .tour_cnt_head .cnt_head_02 .tour_comment {display:none;width:49%;}
	.tourlist.column2 .tour_cnt_wrap {padding:10px 15px;}
	.tourlist.column2 .tour_cnt_wrap .tour_info_tab {padding:0;background:#fff;}
	.tourlist.column2 .tour_cnt_wrap .tour_info_tab_nav li span {font-size:1.1rem;font-weight:normal;line-height:1.2;padding:5px 0;border:0;background:#a8d6a3;}
	.tourlist.column2 .tour_cnt_wrap .tour_info_tab_nav li:first-child span {margin-left:0;}
	.tourlist.column2 .tour_cnt_wrap .tour_info_tab_nav li:last-child span {margin-right:0;}
	.tourlist.column2 .tour_cnt_wrap .tour_info_tab_nav li span strong {display:block;font-size:1.6rem;font-weight:bold;}
	.tourlist.column2 .tour_cnt_wrap .tour_info_tab_nav li.active span {color:#fff;background:#23af00;border:0;}
	.tourlist.column2 .tour_cnt_wrap .tour_info_tab_panel {background:#fff;overflow:hidden;margin:0;border:2px solid #23af00;border-top:4px solid #23af00;}
	.tourlist.column2 .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {padding:10px;}
	.tourlist.column2 .tour_cnt_wrap .tour_info_tab_panel .tour_price {margin-left:-10px;}
	.tourlist.column2 .tour_cnt_wrap .tour_info_tab_panel .tour_btn {position:static;width:100%;margin-top:10px;}
}

/* -------------------------------------------------------- */
/* コース：3つ並びのパターン */
/* -----------------------------------------------------------*/
@media (min-width:768px) {
	.tourlist.column3 {overflow:hidden;margin:0 -10px;}
	.tourlist.column3 .tour_cnt {float:left;width:calc(33.333333% - 20px);margin:0 10px 30px 10px;}
	.tourlist.column3 .tour_cnt_head {background:#f4f4f4;}
	.tourlist.column3 .tour_cnt_head .tour_img {width:28%;float:left;margin:0;}
	.tourlist.column3 .tour_cnt_head .cnt_head_01 {width:100%;display:table;border:1px solid #23af00;text-align:left;background:#fff;margin:0 0 10px 0;}
	.tourlist.column3 .tour_cnt_head .cnt_head_01.dis_sp {display:none;}
	.tourlist.column3 .tour_cnt_head .cnt_head_01 > p {display:table-cell;vertical-align:middle;height:18px;line-height:1.4;}
	.tourlist.column3 .tour_cnt_head .cnt_head_01 .tour_dep {font-size:1.5rem;padding:0;width:30%;border-bottom:0;text-align:center;border-right:1px solid #23af00;}
	.tourlist.column3 .tour_cnt_head .cnt_head_01 .tour_code {font-size:1.2rem;padding:0 0 0 10px;}
	.tourlist.column3 .tour_cnt_head .cnt_head_02 {overflow:hidden;padding-left:0;float:right;width:70%;margin:0;}
	.tourlist.column3 .tour_cnt_head .cnt_head_02 .tour_name {margin:0;}
	.tourlist.column3 .tour_cnt_head .cnt_head_02 .tour_comment {display:none;width:49%;}
	.tourlist.column3 .tour_cnt_wrap {padding:10px 15px;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab {padding:0;background:#fff;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_nav li span {font-size:1.1rem;font-weight:normal;line-height:1.2;padding:5px 0;border:0;background:#a8d6a3;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_nav li:first-child span {margin-left:0;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_nav li:last-child span {margin-right:0;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_nav li span strong {display:block;font-size:1.6rem;font-weight:bold;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_nav li.active span {color:#fff;background:#23af00;border:0;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_panel {background:#fff;overflow:hidden;margin:0;border:2px solid #23af00;border-top:4px solid #23af00;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {padding:10px;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_panel .tour_price {margin-left:-10px;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {width:80px;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {width:80px;padding-left:10px;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {padding-left:100px;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {font-size:1.6rem;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {font-size:1.3rem;}
	.tourlist.column3 .tour_cnt_wrap .tour_info_tab_panel .tour_btn {position:static;width:100%;margin-top:10px;}
}
