@charset "UTF-8";

/* CSS Document */

:root {
    --corporate-color: #00a0e9;
    --active-color: #e8f6fd;
    --caution-color: #ff2800;
    --form-border-color: #E5E5E5;
    --form-subborder-color: #888;
}

#Search * {
    font-size: 1.4rem;
}

#Search {
    margin: 40px auto 20px;
    width: 100%;
}

.Search__form {
    border-radius: 5px;
    border: solid 2px var(--form-border-color);
    background-color: var(--white-color);
    padding: 20px;
}

#Search ::placeholder {
    color: #333;
}

.Search__form {
    width: 100%;
    padding: 20px;
    background: white;
    border-radius: 6px;
}

.Search__form-ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

.Search__form-ttl::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: -2px;
    background: url(/attending/best10/kokunai/images/icn_search--black.svg) no-repeat center / contain;
}

.Search__form-group {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.Search__form-label {
    width: 60px;
    padding-top: 10px;
    font-size: 1.4rem;
    font-weight: 600;
}

.Search__form-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    padding-left: 10px;
    font-size: 1.4rem;
}

.Search__form-group--destination .Search__select:last-child {
    border-radius: 4px;
}


/* start_ラジオボタン */

#Search input[type="radio"] {
    display: none;
}

.Search__radio-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
}

#Search input[type="radio"]:checked+.Search__radio-label {
    background: var(--active-color);
}

.Search__radio-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: -5px;
    border-radius: 50%;
    border: 2px solid #888;
    background-color: white;
}

#Search input[type="radio"]:checked+.Search__radio-label .Search__radio-btn {
    border: 6px solid var(--corporate-color);
}


/* end_ラジオボタン */


/* start_チェックボックス */

#Search input[type="checkbox"] {
    display: none;
}

.Search__checkbox-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
}

#Search input[type="checkbox"]:checked+.Search__checkbox-label {
    background: var(--active-color);
}

.Search__checkbox-btn {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: -5px;
    border-radius: 4px;
    border: 2px solid #888;
    background-color: white;
}

#Search input[type="checkbox"]:checked+.Search__checkbox-label .Search__checkbox-btn {
    border: none;
    background-color: var(--corporate-color);
}

#Search input[type="checkbox"]:checked+.Search__checkbox-label .Search__checkbox-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 7px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: translate(-50%, -70%) rotate(-45deg);
}


/* end_チェックボックス */


/* start_セレクトボックス */

.Search__select {
    width: 100%;
    position: relative;
    border: 1px solid #888;
    border-radius: 4px;
}

.Search__select::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #c3c3c3;
    border-bottom: 2px solid #c3c3c3;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-80%) rotate(45deg);
}

#Search select {
    width: 100%;
    padding: 8px 30px 8px 10px;
}


/* end_セレクトボックス */


/* start_input-text */

#Search input[type="text"] {
    width: 100%;
    padding: 8px 30px 8px 10px;
}

.Search__input-text {
    width: 100%;
    border: 1px solid #888;
    border-radius: 4px;
}

.Search__form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}


/* end_input-text */


/* start_交通手段 */


/* .Search__form-group--transport .Search__radio-label:nth-of-type(odd) {
    width: calc(60% - 5px);
}

.Search__form-group--transport .Search__radio-label:nth-of-type(even) {
    width: calc(40% - 5px);
}

.Search__form-group--transport .Search__radio-label:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
} */


/*  end_交通手段 */


/* start_目的地 */


/* .Search__form-group--destination .Search__select:first-child {
    border-radius: 4px 4px 0 0;
}

.Search__form-group--destination .Search__select:nth-child(2) {
    border-radius: 0;
    border-top: none;
    border-bottom: none;
}

.Search__form-group--destination .Search__select:last-child {
    border-radius: 0 0 4px 4px;
} */


/*  end_目的地 */


/* start_出発日 */

.Search__form-group--date .Search__input-text {
    background: url(/attending/best10/kokunai/images/icn_calendar.svg) no-repeat right 10px center / 16px;
}


/* end_出発日 */


/* start_旅行日数 */

.Search__form-group--days .Search__select {
    width: 45%;
}


/* end_旅行日数 */


/* start_添乗員 */

.Search__form-group--conductor .Search__checkbox-label {
    width: calc(50% - 5px);
    margin-bottom: 0;
}


/* end_添乗員 */

.Search__submit-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 20px;
}


/* start_該当件数 */

.Search__hit-wrap {
    font-size: 1.3rem;
    line-height: 1.2;
}

.Search__hit {
    margin-right: 3px;
    color: var(--caution-color);
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}


/* end_該当件数 */


/* start_条件を追加する */

.Search__detail-btn {
    display: inline-block;
    position: relative;
    padding: 11px 40px 11px 20px;
    color: var(--corporate-color);
    font-size: 1.4rem;
    font-weight: 600;
    border: 1px solid var(--corporate-color);
    border-radius: 4px;
    cursor: pointer;
}

.Search__icn-plus {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: var(--corporate-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.Search__icn-plus-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.Search__icn-plus-inner::before,
.Search__icn-plus-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 8px;
    background-color: white;
    transform: translate(-50%, -50%);
}

.Search__icn-plus-inner::after {
    transform: translate(-50%, -50%) rotate(90deg);
}


/* end_条件を追加する */


/* start_検索ボタン */

.Search__submit {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: var(--caution-color);
    border-radius: 3px;
}

.Search__submit::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: -2px;
    background: url(/attending/best10/kokunai/images/icn_search--white.svg) no-repeat center / contain;
}


/* end_検索ボタン */


/* 追加・上書き */

.Search__form-group--departure,
.Search__form-group--destination,
.Search__form-group--date,
.Search__form-group--price {
    width: 35%;
}

.Search__form-group--departure,
.Search__form-group--date,
.Search__form-group--price {
    margin-right: 50px;
}

#Search select {
    padding: 10px 30px 10px 10px;
}

.Search__form-label {
    padding-top: 12px;
}

.Search__checkbox-label {
    padding: 10px;
}

.Search__form-group--days {
    width: 55%;
}

.Search__form-group--days .Search__form-content,
.Search__form-group--price .Search__form-content {
    justify-content: flex-start;
}

.Search__form-group--days span {
    display: inline-block;
    font-weight: 600;
    margin: 0 10px;
}

.Search__form-group--days .Search__form-group--days__col {
    width: 30%;
}

.Search__form-group--price .Search__form-content {
    justify-content: space-between;
}

.Search__form-group--price .Search__form-group--price__col {
    width: 45%;
}

.Search__form-group.Search__form-group--conductor {
    width: calc(65% - 50px);
}

.Search__form-group--conductor .Search__form-content {
    justify-content: space-between;
}

.Search__form-group--conductor .Search__checkbox-label {
    width: calc(96% / 3);
}

.kensuu {
    text-align: center;
    margin-bottom: 20px;
}

#p_hit_num {
    margin-right: 3px;
    color: var(--caution-color);
    font-size: 2.3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.01em;
}

.Search__submit {
    display: block;
    width: 30%;
    margin: 0 auto;
}

#loading {
    position: fixed;
    height: 50px;
    width: 50px;
    top: calc(35% - 50px/2);
    left: calc(50% - 50px/2);
    z-index: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
}

#overlay {
    text-align: center;
    background-color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: .80;
    -moz-opacity: .80;
}

#rBox {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 150;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}


/* カレンダー */

.overlayBlk {
    position: relative;
    width: 700px !important;
    border: solid 2px #32aaf3;
    margin: -2px auto 0;
    padding: 0;
    z-index: 301;
    background-color: #fff;
}

.overlayBlk .overlayMds04 {
    background: #32aaf3;
    width: 680px;
    height: auto;
    border-bottom: unset;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.0rem;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
}

.overlayBlk .overlayMds01 {
    background: #32aaf3;
    width: 680px;
    height: auto;
    border-bottom: unset;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.0rem;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
}

.overlayDaysBox .overlayLine {
    overflow: hidden;
    margin-bottom: 5px;
}

.overlayDaysBox .overlayLine ul li {
    width: 200px;
    margin: 0 2rem 1rem 0;
    display: inline-block;
    vertical-align: top;
}

.overlayLine th.form-check {
    width: auto;
    /*float:none;*/
    height: auto;
    border-bottom: none;
}

.overlayDaysBox .overlayLine .overHotelTbl ul li {
    width: auto;
    margin: 0 2rem 1rem 0;
    display: inline-block;
    vertical-align: top;
}

.overHotelTbl a {
    margin-left: 10px;
    font-size: 13px;
}

.majorAirports li.form-check {
    width: 24%;
    margin: 0 1% 5px 0;
    display: inline-block;
    vertical-align: text-top;
}

.majorAirports li.form-check label {
    font-size: 12px !important;
}

.majorAirports li.form-check label.zero {
    color: #ccc;
}

ul.majorAirports {
    border-bottom: none;
}

.form-check {
    height: 30px;
    width: auto;
    float: left;
}

.subWinForm {
    padding: 10px 0 10px 10px;
}

.selectClose {
    position: absolute;
    top: 0;
    right: 0;
    background: #32aaf3 url(/search/images/close_p_ico.png) center center no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}

.overlayDaysBox .overlayLine ul li label {
    font-size: 12px;
}

.overlayDaysBox .decisionBox {
    width: auto;
    height: auto;
    text-align: center;
}

.overlayDeptBox .decisionBox .bttn,
.overlayDaysBox .decisionBox .bttn,
.overlayDateBox .decisionBox .bttn {
    display: inline-block;
    width: 260px;
    margin-right: 5px;
}

.overlayDaysBox .decisionBox p.bttn a,
.overlayDeptBox .decisionBox .bttn a,
.overlayDaysBox .decisionBox .bttn a,
.overlayDateBox .decisionBox .bttn a {
    display: block;
    /*width:100%;*/
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #fff;
    background-color: #fe0000;
    border-color: #fe0000;
}

.overlayDeptBox .decisionBox,
.overlayDaysBox .decisionBox,
.overlayDateBox .decisionBox {
    padding: 20px 0;
}

.overlayBlk .selectClear {
    display: inline-block;
}

.overlayBlk .selectClear a {
    font-size: 1.5rem;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-image: none;
    line-height: 1.5;
    border-radius: .3rem;
    padding: .5rem 1rem;
    border: 1px solid #868e96;
    text-decoration: none;
}

.btn-outline-secondary {
    color: #4c4c4c;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.overlayDateBox .decisionBox {
    width: 695px;
    height: auto;
    text-align: center;
    padding-right: 0 !important;
    margin-right: 0;
}