.tour_search-container{
    height: auto;
}
.priceRange_block-outer{
    flex-direction: column;
}
.priceRange_block{
    width:100%;
}
.form_block select{
    color: #999;
}
.re-searching-label.re-searching-with-ship-room.-none ,
.re-searching-label.re-searching-with-ship-plan-type.-none {
	display: none;
}
.re-searching-with-ship.no-ship .form_block-outer__title{
    color: #999;
    position: relative;
    margin-left:30px;
    display: block;
}
.re-searching-with-ship.no-ship .form_block-outer__title::before{
    content: "";
	position: absolute;
	width:20px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
    background-image: url(/cruise/_common/tour_search_result/img/icon-price.svg);
	background-size: 24px;
    left:-30px;
    top: -6px;
}
.tour_search__heading{
    font-size: 20px;
}
.tour_search_form .form_block:not(.check_box) label{
    border-color:#cccccc;
}
.tour_search_form .form_block:not(.check_box) label::before{
    border-width: 2px;
    top:35%;
}

.re-searching-with-ship-main-line{
	display: flex;
	flex-wrap: wrap;
	width: auto;
	column-gap: 1em;
	row-gap: 0.5em;
}
.re-searching-with-ship .re-searching-label-text{
    margin-bottom: 0;
}
.re-searching-with-ship-main-line .re-searching-under-label{
    margin-right: 20px;
}
.re-searching-with-ship-cabin{
	width:100%;
}
.re-searching-with-ship-room{
	width:100%;
    margin-top: 25px;
}
.re-searching-with-ship-plan-type{
    width:100%;
    margin-top: 25px;
}
.re-searching-with-ship-special{
	width:100%;
    margin-top: 25px;
}
.re-searching-label.re-searching-with-ship-plan-type{
    margin-top: 0;
    padding: 15px 10px;
    background-color: #EFE485;
    color: #254C75;
    border-color: #254C75; 
    margin-bottom: 25px;
}
.re-searching-with-ship{
	background-color: #E9EDF4;
	padding:20px;
}
.re-searching-with-ship-price{
    margin-top: 25px;
}
.re-searching-with-ship .re-searching-label-text{
	border-bottom: 1px solid #CCC;
	line-height: 1;
    padding-bottom: 10px;
}
.re-searching-with-ship.no-ship{
	background-color:transparent;
	padding: 0;
	.re-searching-checkbox-line{
		.re-searching-label-text{
			border: none;
			margin-bottom: 0;
            color: #999;
		}
		margin-top: 0;
	}
}
.re-searching-with-ship-cabin{
    position: relative;
}
.re-searching-label-note{
    position: absolute;
    top:-7px;
    right:0;
    color:#999;
    font-weight: bold;
}
.re-searching-with-ship .re-searching-label-text{
    border: none;
}
.tour_search_form label span.re-searching-under-label-text{
	position: relative;
	margin-left: 1em;
	cursor: pointer;
	font-weight: normal;
    font-size: 14px;
}
.re-searching-under-label-text::before{
	content: "";
	width: 24px;
    height: 24px;
    display: block;
    padding: 0;
    margin: 0;
	border: 1px solid #ccc;
	border-radius:0;
    position: absolute;
    left: -34px;
    cursor: pointer;
    background-color: #fff;
}
.re-searching-under-label-text::after{
	content: "";
    position: absolute;
    left: -27px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 5px;
    width: 11px;
    opacity: 0;
    transform: rotate(-45deg);
    bottom:6px;
}
.re-searching-checkbox:checked + .re-searching-under-label-text::before{
	background-color:#1565C0;
}
.re-searching-checkbox:checked + .re-searching-under-label-text::after{
	opacity:1;
}

.re-searching-checkbox{
    display: none;
}
.priceRange_block label:after{
    display: none;
}
.re-searching-with-ship .re-searching-under-label{
    padding-left: 20px;
}
a.re-searching-cabin-link ,
a.re-searching-campagin-link ,
a.re-searching-plantype-link{
    text-decoration: underline;
    margin-left: 1em;
}
.re-searching-with-ship{
    position: relative;
}
.re-searching-with-ship:not(.no-ship):before{
    content:"";
    position: absolute;
    width:0;
    height: 14px;
    display: block;
    top: -28px;
    right: 135px;
    border-top:14px solid #E9EDF4;
    border-left:14px solid transparent;
    border-right:14px solid transparent;
    transform: rotate(180deg);
}

@media (min-width:769px) {
    .form_block.priceRange_block{
        width:100%;
    }
    .tour_search-container{
        padding: 30px 40px;
    }
    .re-searching-with-ship .re-searching-line{
        flex-direction: column;
    }
    .re-searching-line{
        flex-wrap: wrap;
        margin-bottom: 16px;
        row-gap:16px;
        column-gap:4vw;
    }
    .re-searching-label ,
    .re-searching-under-line .re-searching-label{
        width:calc(50% - 2vw);
    }
    .re-searching-with-ship .re-searching-label{
        width:100%;
    }
    .re-searching-label.re-searching-with-ship-plan-type{
        margin-top: 0;
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .re-searching-label.re-searching-with-ship-room ,
    .re-searching-label.re-searching-with-ship-special ,
    .re-searching-label.re-searching-with-ship-campagin{
        width:100%;
        margin-top: 25px;
    }
    .re-searching-with-ship{
        margin-top: 30px;
    }
    .recommended_link__list{
        height:509px;
    }
    .form_block select{
        padding-left: 0px;
        margin-left: -5px;
    }
}
@media (max-width:768px) {
    .re-searching-with-ship-main-line{
		row-gap: 1em;
	}
    .re-searching-radio-line .re-searching-under-label-text::after{
		left:-27px;
	}
    .re-searching-with-ship{
        margin-top: 30px
    }
    .re-searching-with-ship::before{
        margin:0 auto;
        left: 0;
        right: 0;
    }
    .re-searching-with-ship .re-searching-label-text{
        color: #999999;
        font-weight: bold;
    }
    .re-searching-label-note{
        top:-4px;
    }
    .re-searching-under-label-text::before{
        border-radius: 5px;
    }
    a.re-searching-cabin-link ,
    a.re-searching-plantype-link ,
    a.re-searching-campagin-link{
        display: block;
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .tour_search_form .form_block:not(.check_box) label{
        padding-left: 20px;
    }
    .re-searching-checkbox-main-line{
        margin-top: 5px;
    }
}