@charset "UTF-8";
/* CSS Document
/* LIST STYLE */


/* KEYWORD SEARCH BOX
----------------------------------------------------*/

.fv_search_box {
display: table;
width: 100%;
}
.fv_search_box dt,
.fv_search_box dd {
display: table-cell;
border:1px solid #FFF;
}
.fv_search_box dt {}
.fv_search_box dt input {
padding: .5rem;
color: #FFF;
width: 100%;
}
.fv_search_box dd {
width: 40px;
background-color: #FFF;
}
.fv_search_box dd button {
width: 100%;
height: 40px;
background: #FFF url(../../images/ico_search_b.svg) no-repeat 50% 50%;
background-size: 25px;
text-indent: -9999px;
cursor: pointer;
}
.fv_search_box dt input::-webkit-input-placeholder {
color:#FFF;
font-size: 86.6%;
padding-top: .2rem;
}
.fv_search_box dt input::-moz-placeholder {
color:#FFF;
font-size: 86.6%;
padding-top: .2rem;
}


/* FV
----------------------------------------------------*/
.tour_fv {
background: url(../../images/bg_top_fv.jpg) no-repeat 50% 50%;
background-size: cover;
}
.tour_fv h1 {
font-size: 15px;
font-weight: 600;
}
.tour_fv h1 strong {font-size: 17px;}
.tour_fv h1 strong.large {font-size: 20px;}
.tour_fv .catch-sentence {font-size: 80%;}
.tour_fv .catch-sentence li {
padding-left: 1.5rem;
margin-bottom: .5rem;
background: url(../../images/ico_fv_point.svg) no-repeat 0 2px;
background-size: auto 15px;
text-align: left;
}
.fv_wrap {
background-color: rgba(0,0,0,.7);
color: #FFF;
}



/* ---------------- LIST - FV ------------------- */
.tour_fv.list_fv {background-image: url(../../images/bg_list_fv.jpg);}/* default image */
.tour_fv.list_fv.van {background-image: url(../../images/bg_van.jpg);}/* Vancouver */
.tour_fv.list_fv.sea {background-image: url(../../images/bg_sea.jpg);}/* Seattle */
.tour_fv.list_fv.san {background-image: url(../../images/bg_san.jpg);}/* San Francisco */
.tour_fv.list_fv.las {background-image: url(../../images/bg_las.jpg);}/* Las Vegas */
.tour_fv.list_fv.los {background-image: url(../../images/bg_los.jpg);}/* Los Angeles */
.tour_fv.list_fv.tor {background-image: url(../../images/bg_tor.jpg);}/* Toronto */
.tour_fv.list_fv.bos {background-image: url(../../images/bg_bos.jpg);}/* Boston */
.tour_fv.list_fv.new {background-image: url(../../images/bg_new.jpg);}/* Newyork */
.tour_fv.list_fv.orl {background-image: url(../../images/bg_orl.jpg);}/* Orlando */
.tour_fv.list_fv.can {background-image: url(../../images/bg_can.jpg);}/* Cancun */
.tour_fv.list_fv.mex {background-image: url(../../images/bg_mex.jpg);}/* Mexico City */

.tour_fv.list_fv h1 {
padding: 1rem;
color: #FFF;
letter-spacing: normal;
text-shadow: 0 0 4px rgba(0,0,0,.6);
}
.tour_fv.list_fv h1 strong {
display: block;
text-align: center;
font-size: 200%;
font-weight: 900;
}
.tour_fv.list_fv .fv_wrap {
padding-top: 1rem;
padding-bottom: 1rem;
}
.list_fv .catch-sentence {
display: none;
}
.tour_fv.list_fv .catch-sentence li {
font-size: 93.3%;
}






/* ---------------- SEARCH RESULT LIST ------------------- */

/* Box Narrow */
.box_narrow {
background: #DDEFFC;
border-bottom: 1px solid #004098;
}
.left_condition {
letter-spacing: normal;
}
.condition_select {
position: relative;
height: 60px;
}
.narrow_tab {
text-align: left;
margin-left: 2%;
margin-right: 2%;
position: absolute;
bottom:0;
width: calc(100% - 10px);
}
.narrow_tab li {
display: inline-block;
vertical-align: top;
}
.narrow_tab > li > a {
display: block;
padding:.5rem .3rem 0;
min-height: 26px;
text-align: center;
color: #FFF;
font-size: 86.6%;
text-decoration: none;
background: #004098;
border-radius: 3px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
max-width: 175px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
}
.narrow_tab > li > a:after {
content: "";
display: inline-block;
margin-left: .3rem;
vertical-align: middle;
width: 10px;
height: 10px;
background: url(../../images/arrow_bottom_w.svg) no-repeat 50% 50%;
background-size: 100%;
}
.narrow_tab > li > a.current:after,
.right_sort p.open:after {
background-image: url(../../images/arrow_top_w.svg);
}
.narrow_tab > li > a.current {
background-color: #4C5059;
}
.box_narrow.bottom_select .narrow_tab > li > a.current {
background: #4C5059 url(../../images/arrow_bottom_w.svg)no-repeat left 50% bottom 3.5rem;
background-size: 12px auto;
padding-top: 2.2rem;
padding-bottom: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.narrow_tab li > a.current:hover {
opacity: 1;
}

.narrow_selectmenu {
position: absolute;
background-color: #4C5059;
padding: 1rem;
top:auto;
left:0;
z-index: 55;
width: 100%;
}
.narrow_selectmenu ul {
letter-spacing: -0.5em;
text-align: left;
}
.narrow_selectmenu li {
display: inline-block;
width: 47%;
margin: 1px 1.5%;
box-sizing: border-box;
letter-spacing: normal;
}
.narrow_selectmenu a {
display: inline-block;
width: 100%;
padding: .8rem .5rem;
background: #E8F4FD;
vertical-align: top;
color: #4C5059;
text-decoration: none;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.narrow_selectmenu a:hover {
opacity: 1;
background: #FFF;
}
.narrow_selectmenu a.check {
background: #4C79B7 url(../../images/ico_check_w.svg) no-repeat 95% 50%;
background-size: 17px auto;
padding-right: 2.6rem;
color: #FFF;
}
.narrow_tab > li > a.ellipsis {
max-width: auto;
}
.narrow_tab > li > a.ellipsis span {
display: inline-block;
max-width: 6.5rem;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
vertical-align: middle;
line-height: 1;
}
.narrow_selectmenu li > label {
display: inline-block;
width: 100%;
padding: .8rem .5rem .8rem 3rem;
background: #E8F4FD;
vertical-align: top;
color: #4C5059;
text-decoration: none;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
border-radius: 3px;
}
.narrow_selectmenu li > label:hover {
background: #FFF;
}
.narrow_selectmenu li > label.checkbox:before {
top:8px;
left:12px;
z-index: 2;
}
.narrow_selectmenu li > label.checkbox:after {
top:21px;
left:6px;
background-color: #FFF;
z-index: 1;
}


.result_num {
position: absolute;
top:2px;
font-size: 100%;
text-align: left;
font-weight: 600;
line-height: 1.2;
}
.result_num strong {
display: inline-block;
margin-left: 1rem;
font-size: 146%;
}
.review_num_link {
display: inline-block;
margin-left: .5rem;
padding-left: 15px;
text-decoration: none;
color: #1A93EC;
font-weight: normal;
font-size: 93.3%;
letter-spacing: normal;
background: url(../../images/ico_review.svg) no-repeat 0 50%;
background-size: 13px auto;
}
.result_num .review {
display: inline-block;
margin-left: .5rem;
width: 75px;
vertical-align: middle;
}
.result_num .review .star {
background-size: 100% auto;
background-position: 0 35%;
}



/* right_sort */
.right_sort {
position: absolute;
right:5px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
bottom: 0;
letter-spacing: normal;
}
.right_sort p {
display: inline-block;
padding:.6rem .3rem 0;
min-height: 25px;
background: #004098;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #FFF;
font-size: 86.6%;
line-height: 1;
box-sizing: border-box;
cursor: pointer;
}
.right_sort p:after {
content: "";
display: inline-block;
margin-left: .3rem;
vertical-align: middle;
width: 10px;
height: 10px;
background: url(../../images/arrow_bottom_w.svg) no-repeat 50% 50%;
background-size: 100%;
}
.right_sort p.open {
background-color: #4C5059;
}
.right_sort .list-change {
display: inline-block;
color: #FFF;
font-size: 86.6%;
text-align: center;
letter-spacing: -0.5em;
vertical-align: bottom;
}
.right_sort .list-change a {
display: inline-block;
letter-spacing: normal;
padding: .3rem;
width: 26px;
min-height: 25px;
border:1px solid #004098;
border-bottom: none;
text-align: center;
box-sizing: border-box;
}
.right_sort .list-change a.current {
background: #004098;
color:#FFF;
}
.right_sort .list-change a:hover {
opacity: 1.0;
}
.right_sort .list-change a.grid {
border-top-left-radius: 3px;
}
.right_sort .list-change a.list {
padding-left: .5rem;
border-top-right-radius: 3px;
}
.right_sort .list-change a span {
display: none;
}
.right_sort .list-change a:before{
content: "";
display: inline-block;
vertical-align: middle;
width: 12px;
height: 12px;
background: url(../../images/ico_grid_b.svg) no-repeat 50% 50%;
background-size: 100%;
}
.right_sort .list-change a.list:before{
background-image: url(../../images/ico_list_b.svg);
}
.right_sort .list-change a.current:before{
background-image: url(../../images/ico_grid_w.svg);
}
.right_sort .list-change a.list.current:before{
background-image: url(../../images/ico_list_w.svg);
}

.right_sort ul {
display: none;
position: absolute;
padding: .5rem;
width: 100%;
z-index: 31;
letter-spacing: normal;
text-align: left;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
background-color: #4C5059;
width: 120px;
right: 0;
}
.bottom_select .right_sort ul {
top:auto;
bottom: 40px;
}
.right_sort ul li {
display: block;
margin-bottom: 1px;
}
.right_sort ul a {
display: block;
padding: .8rem .5rem;
background: #E8F4FD;
vertical-align: top;
color: #4C5059;
text-decoration: none;
}
.right_sort ul a:hover {
opacity: 1;
background: #FFF;
}
.right_sort ul a.check {
background: #4C79B7 url(../../images/ico_check_w.svg) no-repeat 95% 50%;
background-size: 17px auto;
padding-right: 2.6rem;
color: #FFF;
}
.right_sort ul.result_num_list {
left: 28px;
}



/* Search Result List */
.list_result .result_cont {
background: #F0F2F5;
letter-spacing: -0.4em;
padding: 10px 0;
}
.list_result .result_cont:nth-of-type(even) {
background: #FFF;
}
.list_result .result_cont .icol3,
.list_result .result_cont .icol6 {
text-align: left;
margin-top: 0;
margin-bottom: 0;
}
.result_cont .info_container {
display: inline-block;
width: 66%;
letter-spacing: normal;
}

/* image */
.result_cont .icol3.box_image {
width: 30%;
vertical-align: top;
position: relative;
}
.result_cont .icol3.box_image .ribbon_tag {
display: none;
}
.result_cont .list_info .ribbon_tag {
position: relative;
top:auto;
left:auto;
display: inline-block;
text-align: left;
min-height: auto;
margin-bottom: 5px;
padding: 2px 5px;
line-height: 1;
font-size: 80%;
}

.box_image .sp_tourcode {
text-align: center;
padding: .2rem;
font-size: 73.3%;
border:1px solid #70737A;
}
.list_result .result_cont .icol6 li {
position: relative;
padding-left: 1.8rem;
margin: 0 0 1rem .5rem;
line-height: 1.6;
}
.list_result .result_cont .icol6 li:before {
content: "";
position: absolute;
top:8px;
left:0;
display: block;
width: 6px;
height: 6px;
background: #4C5059;
border-radius: 50%;
}


/* text contents */
.result_cont .info_container h2,
.result_cont .info_container .sentence {display: block;}
.result_cont .info_container h1 {
color: #004098;
font-size: 93.3%;
margin:0 0 10px 0;
}

/* リストへ追加/比較するチェック */
.wrap_list-select {
margin-top: 10px;
}
.wrap_list-select p {
margin-bottom: 5px;
text-align: left;
}
.wrap_list-select .checkbox {
padding: 0 0 0 18px;
font-size: 86.6%;
}
.wrap_list-select .checkbox:before {
top:0;
left:5px;
width: 6px;
height: 12px;
}
.wrap_list-select .checkbox:after {
top:12px;
left:0;
width: 15px;
height: 15px;
}
.wrap_list-select input:checked + label {
color: #1A93EC;
}
.wrap_list-select input:checked + label.checkbox:after {
border-color: #1A93EC;
}
.wrap_list-select .favorite .checkbox span:after,
.wrap_list-select .compare .checkbox span:after {
content: "する";
}
.wrap_list-select .favorite input:checked + label.checkbox span:after {
content: "済み";
}
.wrap_list-select .compare input:checked + label.checkbox span:after {
content: "中";
}
.wrap_list-select .delete {
position: relative;
display: inline-block;
padding-left: 15px;
text-decoration: none;
color: #4C5059;
font-size: 86.6%;
}
.wrap_list-select .delete:before {
content: "";
position: absolute;
top:0;
left:0;
display: block;
width: 11px;
height: 16px;
background:url(../../images/ico_delete.svg) no-repeat 0 0;
background-size: 11px;
}




/* info */
.list_info {
overflow: hidden;
padding-top: 8px;
}
.list_info .tourcode { display: none; }
.list_info .price {
float: right;
width: 55%;
padding-right: 2%;
text-align: right;
}
.list_info .price p {font-size: 73.3%;}
.list_info .price .pastprice,
.list_info .price .newprice {
color: #F25749;
line-height: 1.2;
}
.list_info .price .pastprice {
font-size: 100%;
}
.list_info .price .newprice {
font-size: 106%;
font-weight: 600;
}
.list_info .price .newprice strong {
font-size: 140%;
}
.list_info .review {
float: left;
width: 43%;
}







/* BROWSE / FAVIRITE LIST */

/* DETAIL PAGE NAV
----------------------------------------------------*/
.detail_page_nav {
background: #777;
min-height: 50px;
position: fixed;
top:50px;
width: 100%;
z-index: 90;
}
.detail_page_nav.static {
position: static;
}
.detail_page_nav .btn_listback {
text-align: left
}
.detail_page_nav .btn_listback a {
display: inline-block;
margin-top: .5rem;
padding: 1rem 0 1rem 22px;
background:url(../../images/arrow_back_w.svg) no-repeat 0 50%;
background-size: auto 12px;
color: #FFF;
text-decoration: none;
}
.sample_image {
position: relative;
margin: 3rem 0;
}
.sample_image:before {
content: "";
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.4);
}
.sample_image:after {
content: "SAMPLE";
display: inline-block;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
color: #FFF;
font-size: 200%;
font-weight: 700;
}




/* COMPARE LIST */
.list_compare {
max-width: 1200px;
width:100%;
padding: 10px 0;
margin-bottom: 3rem;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.list_compare table {
min-width: 100%;
text-align: left;
border:1px solid #94969C;
}
.list_compare th,
.list_compare td {
vertical-align: top;
border-bottom: 1px solid #94969C;
border-right: 1px dotted #94969C;
box-sizing: border-box;
}
.list_compare tr:last-child td {
border-bottom: none;
}
.list_compare td:last-child {
border-right: none;
}
.list_compare th {
padding: 5px;
font-size: 80%;
background: #DDEFFC;
white-space: nowrap;
letter-spacing: -0.05em;
}
.list_compare th.sort_rise,
.list_compare th.sort_descent {
cursor: pointer;
transition: opacity .3s;
}
.list_compare th.sort_rise:hover,
.list_compare th.sort_descent:hover {
opacity: .7;
	}
.list_compare th.sort_rise:after,
.list_compare th.sort_descent:after {
display: inline-block;
margin-left: .2rem;
}
.list_compare th.sort_rise:after {
content: "▲";
}
.list_compare th.sort_descent:after {
content: "▼";
}
.list_compare th.sort_rise.active:after {
content: "▲";
color: #1A93EC;
}
.list_compare th.sort_descent.active:after {
content: "▼";
color: #1A93EC;
}

.list_compare td {
padding: 5px 5px 10px;
font-size: 93.3%;
}
.list_compare .delete {
padding-left: 15px;
background:url(../../images/ico_delete.svg) no-repeat left 0 top 1px;
background-size: 11px;
text-decoration: none;
color: #4C5059;
white-space: nowrap;
}
.list_compare .photo > a {
display: block;
margin-top: .5rem;
color: #1A93EC;
text-decoration: none;
}
.list_compare .photo.review > a.img {
background:none;
padding-left: 0;
}

.list_compare .price {
min-width: 90px;
}
.list_compare .price {
font-size: 80%;
}
.list_compare .price > span {
display: block;
}
.list_compare .price .pastprice,
.list_compare .price .newprice {
display: inline-block;
color: #F25749;
line-height: 1.2;
}
.list_compare .price .pastprice {
margin-right: .5rem;
font-size: 106%;
}
.list_compare .price .newprice {
font-size: 146%;
font-weight: 900;
}
.list_compare .price .newprice small {
font-weight: 700;
font-size: 80%;
}
.list_compare .review > a {
display:block;
min-width: 100px;
}
.list_compare .review > span {
display:block;
width: 60px;
min-width: 60px;
}
.list_compare .review .star {
background-position: 0 50%;
background-size: 100% auto;
}
.list_compare .tourname,
.list_compare .photo {
width: 150px;
min-width: 150px;
}
.list_compare .point,
.list_compare .visited {
width: 170px;
min-width: 170px;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
}
.list_compare .point td {
padding: 0;
}
.list_compare .point ul {
list-style: disc;
padding: .5rem .5rem 0 2rem;
height: 120px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.list_compare .ifee td {
padding: 0;
}
.list_compare .ifee ul {
height: 170px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

.list_compare .city {
min-width: 90px;
}
.list_compare .visited ol {
padding: .5rem .5rem 0 2rem;
margin-left:1px;
list-style: decimal;
height: 120px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.list_compare .point ul li,
.list_compare .visited ol li {
margin-bottom: .5rem;
font-size: 90.3%;
}
.list_compare .btn_detail {
margin-top: .5rem;
padding: .5rem 1rem;
text-align: left;
border-radius: 4px;
background-size: 7px auto;
}
.list_compare .point ul::-webkit-scrollbar,
.list_compare .ifee ul::-webkit-scrollbar,
.list_compare .visited ol::-webkit-scrollbar {
height:10px;
}
.list_compare .point ul::-webkit-scrollbar-track,
.list_compare .ifee ul::-webkit-scrollbar-track,
.list_compare .visited ol::-webkit-scrollbar-track {
background:#EEE;
}
.list_compare .point ul::-webkit-scrollbar-thumb,
.list_compare .ifee ul::-webkit-scrollbar-thumb,
.list_compare .visited ol::-webkit-scrollbar-thumb {
background:#999;
border-radius: 5px;
}

.cls_list_compare_copy {
border: 1px solid #004098;
border-radius: 5px;
font-weight:600;
text-decoration: none;
color: #004098;
display: inline-block;
margin: 0 .6rem .6rem 0;
padding: .3rem 1rem;
background: url("/2019/images/arrow_btn_n.svg") no-repeat right 8px top 50%;
background-size: 5%;
}








/* ----------------------------------------------------------------------


media Queries


-------------------------------------------------------------------------*/


@media only screen and (max-width: 320px) {

.narrow_tab > li > a.ellipsis span {
max-width: 4.2rem;
}
.right_sort p {
font-size: 80%;
}
.narrow_tab > li > a {
font-size: 80%;
}

}





@media only screen and (min-width: 420px) {

.right_sort .list-change a span {
display: inline-block;
vertical-align: middle;
margin-left: .3rem;
}
.right_sort .list-change a {
width: auto;
padding-left:.5rem;
padding-right:.5rem; 
}

}




/*media Queries (768px)
------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {


.fv_search_box dd {
width: 50px;
}
.fv_search_box dd button {
height: 50px;
}
.fv_search_box dt input::-webkit-input-placeholder {
font-size: 100%;
}
.fv_search_box dt input::-moz-placeholder {
font-size: 100%;
}

.tour_fv h1 {font-size: 20px; line-height: 1.5;}
.tour_fv h1 strong {font-size: 22px;}
.tour_fv h1 strong.large {font-size:30px;}
.tour_fv .tb_wrapper .icol6 {
display: block;
text-align: center;
width: 100%;
}

.fv_wrap {
padding-bottom:3rem;
background-color: rgba(0,0,0,.7);
color: #FFF;
}



/* ---------------- SEARCH RESULT LIST ------------------- */

/* List fv */
.list_fv .catch-sentence {
display: inline-block;
}
.tour_fv.list_fv h1 {
padding: 6rem 1rem;
font-size: 120%;
}
.tour_fv.list_fv h1 strong {
font-size: 220%;
}



/* Box Narrow */
.box_narrow {
height:auto;
}
.box_narrow .wrapper {
position: relative;
height: auto;
padding: .8rem 0 0;
}
.box_narrow .condition_select {
position: absolute;
bottom: 11px;
height: auto;
width: 340px;
}
.left_condition {
display: table;
width: 76%;
text-align: left;
}
.box_narrow .condition_select .narrow_tab,
.box_narrow .result_num {
display:table-cell;
letter-spacing: normal;
vertical-align: top;
margin-left: 0;
margin-right: 0;
padding:0;
}
.box_narrow .narrow_tab {
position: relative;
width: auto;
bottom:-12px;
}
.narrow_tab > li > a {
padding: .3rem .6rem 0;
min-height: 35px;
font-size: 100%;
}
.narrow_tab > li > a:after,
.right_sort p:after {
width: 12px;
height: 12px;
margin-left: .5rem;
}
.narrow_tab > li > a.current {
padding-bottom: .5rem;
}
.narrow_selectmenu {
text-align: center;
border-radius: 3px;
border-top-left-radius: 0;
top:34px;
left:0;
min-width: 700px;
}
.narrow_selectmenu ul {
text-align: left;
}
.box_narrow .condition_select .narrow_selectmenu ul {
display: block;
}
.box_narrow .condition_select .narrow_selectmenu ul li {
display: inline-block;
}
.narrow_selectmenu li {
width: 23%;
margin:3px 1%;
}
.narrow_selectmenu li a {
border-radius: 3px;
}
.narrow_tab > li > a.ellipsis span {
max-width: 11rem;
vertical-align: middle;
}
.narrow_selectmenu li > label {
padding-left: 3.5rem;
}
.narrow_selectmenu li > label.checkbox:after {
top:20px;
left:10px;
}
.narrow_selectmenu li > label.checkbox:before {
top:10px;
left:16px;
}
.box_narrow .result_num {
position: static;
padding-left: 330px;
font-size: 93.3%;
vertical-align: middle;
padding-bottom: 6px;
}
.box_narrow .result_num strong {
font-size: 160%;
margin:0 .5rem;
}

.result_num .review {
width: auto;
}
.result_num .review .star {
width: 90px!important;
background-size: 100% auto!important;
}
.review_num_link {
display: block;
}


/* right_sort */
.right_sort {
bottom: 0px;
}
.right_sort p {
padding: 1rem .6rem 0;
margin-left: 3px;
min-height: 35px;
font-size: 100%;
}
.right_sort ul.result_num_list {
left:23px;
}
.right_sort .list-change a {
/*padding: .5rem .3rem 0;*/
padding: .5rem .5rem 0;
min-height: 35px;
}



/* Search Result List */
.list_result {
margin-top: 0;
}
.list_result .result_cont {
padding: 3rem 0;
}
.result_cont .info_container {
width: 75%;
}

/* image */
.result_cont .icol3.box_image {
width: 25%;
padding:0 0 0 2%;
}
.result_cont .icol3.box_image .ribbon_tag {
display: block;
}
.result_cont .list_info .ribbon_tag {
display: none;
}

.box_image .sp_tourcode {
display: none;
}
.subinfo li.time {
background: url(../../images/ico_time.svg) no-repeat 1px 50%;
background-size: 13px auto;
}

/* text contents */
.result_cont .info_container .icol6 {
width:60%;
vertical-align: top;
}
.result_cont .info_container .icol3 {
width: 39%;
vertical-align: top;
border-left:1px solid #A4A6AA;
border-right:1px solid #A4A6AA;
}
.result_cont .info_container h2,
.result_cont .info_container .sentence {
display: block;
margin-top: .8rem;
}
.result_cont .info_container h1 {
display: block;
font-size: 113%;
}
.result_cont .info_container .sentence {
font-size: 93.3%;
}



/* リストへ追加/比較するチェック */
.wrap_list-select p {
margin-bottom: 0;
}
.wrap_list-select .checkbox {
font-size: 80%;
}
.wrap_list-select .checkbox:before {
top:2px;
}
.wrap_list-select .delete {
top:-2px;
}
.wrap_list-select .delete:before {
top:2px;
}



/* info */
.list_info {
overflow: visible;
padding-top: 0px;
}
.list_info .tourcode {
display: table;
table-layout: fixed;
width: 100%;
border:1px solid #70737A;
font-size: 86.6%;
}
.list_info .tourcode span,
.list_info .tourcode strong {
display: table-cell;
text-align: center;
font-weight: normal;
}
.list_info .tourcode span {
background: #70737A;
color: #FFF;
font-size: 90%;
}
.list_info .price {
float: none;
width: auto;
padding-right: 0;
margin-top: 0.8rem;
}
.list_info .price p {font-size: 86.6%;}
.list_info .price .pastprice,
.list_info .price .newprice {
display: inline-block;
}
.list_info .price .newprice {
font-size: 106%;
}
.list_info .review {
float: none;
width: auto;
margin-top: .5rem;
}


/* BROWSE / FAVIRITE LIST */

/* DETAIL PAGE NAV
----------------------------------------------------*/
.detail_header,
.detail_page_nav {
position: static;
}
.detail_page_nav {
height: auto;
padding: 6px 0;
vertical-align: middle;
}
.detail_page_nav .gnav {
display: none;
}
.detail_page_nav .breadcrumb {
margin-top: 0;
margin-bottom: 0;
display: inline-block;
vertical-align: middle;
}
.detail_page_nav .btn_listback {
text-align: right;
vertical-align: middle;
}
.detail_page_nav .btn_listback a {
margin-top: 0;
background-position: 10px 50%;
padding: .5rem 1rem .5rem 30px;
border:1px solid #FFF;
border-radius: 3px;
}

.detail_page_nav .icol9.breadcrumb {
width: 80%;
}
.detail_page_nav .icol3.btn_listback {
width: 20%;
}



/* COMPARE LIST */
.list_compare {
width: 100%;
margin: 0 auto;
padding: 0 0 20px; 
margin-bottom: 4rem;
}
.list_compare table {
table-layout: auto;
min-width: auto;
width: auto;
}
.list_compare td,
.list_compare td li {
font-size: 86.6%;
}
.list_compare .point ul,
.list_compare .ifee ul,
.list_compare .visited ol {
height: 200px;
}
.list_compare .review > span {
width: 70px;
}
.list_compare .btn_detail {
font-size: 100%;
padding: .3rem 1rem;
}

.list_compare .point {
width: 260px;
}
.list_compare td:last-child {
width: 130px;
}






}/* min-width:768px */











@media only screen and (min-width: 940px) {
.tour_fv .tb_wrapper {
display: table;
width: 100%;
}
.tour_fv .tb_wrapper .icol6 {
display: table-cell;
vertical-align: top;
width: auto;
}

/* Box Narrow */
.left_condition {
width: 82%;
}
.narrow_selectmenu {
min-width: 1180px;
}
.box_narrow .result_num br {
display: none;
}
.box_narrow .result_num {
font-size: 100%;
}
.box_narrow .result_num strong {
font-size: 180%;
}
.review_num_link {
display: inline-block;
}

/* right_sort */
.right_sort .list-change a {
padding: .5rem .8rem 0;
}


}



/*media Queries (960px)
------------------------------------------------------------------------*/
@media only screen and (min-width: 960px) {


.tour_fv h1 {font-size: 24px; line-height: 1.4;}
.tour_fv h1 strong {font-size: 28px;}
.tour_fv h1 strong.large {font-size:36px;}



/* ---------------- SEARCH RESULT LIST ------------------- */






/* text contents */
.result_cont .info_container .icol6 {
width:67%;
}
.result_cont .info_container .icol3 {
width: 32%;
}
.result_cont .info_container h1 {
display: block;
font-size: 120%;
}
.list_info .price .newprice {
font-size: 120%;
}
.list_info .price .newprice strong {
font-size: 160%;
}



}/* min-width:960px */




@media only screen and (min-width: 1180px) {
.fv_wrap {
width: 1180px;
margin:0 auto;
}


.box_narrow .condition_select {
width: 380px;
}
.box_narrow .result_num {
padding-left: 390px;
min-width: 640px;
}
.narrow_tab > li > a {
max-width: 280px;
}
.narrow_tab > li > a.ellipsis span {
max-width: 25rem;
}


/* リストへ追加/比較するチェック */
.wrap_list-select {
display: table;
width: 100%;
}
.wrap_list-select p {
display: table-cell;
vertical-align: middle;
}
.wrap_list-select p:nth-child(2) {
width: 78px;
}





}


/*media Queries (1200px)
------------------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {



/* ---------------- SEARCH RESULT LIST ------------------- */

.box_narrow .wrapper {
height: 47px;
max-width: 1180px;
}
.left_condition {
width: 65%;
}

/* text contents */
.result_cont .info_container .icol6 {
width:70%;
}
.result_cont .info_container .icol3 {
width: 29%;
}
.right_sort {
right: 0;
}

/* COMPARE LIST */
.list_compare {
max-width: 1165px;
}


}/* min-width:1200px */











