@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, div, p, form, fieldset {
    margin: 0;
    padding: 0;
}
li {
    list-style: none
}
th {
    font-weight: normal
}
img {
    border: 0px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

@media (max-width:657px){
    html{
        font-size: 10px;
    }
    body{
        font-size: 14px;
    }
    .sp_fltR{
        float: right;
    }
}

/*マージン設定*/
.mgb10 {
    margin-bottom: 10px !important;
}
.pd0 {
    padding: 0px !important;
}
.pdl5 {
    padding-left: 5px !important;
}
.pdr5 {
    padding-right: 5px !important;
}
.w100p {
    width: 100% !important;
}

/*Position*/
.Rel {
    position: relative;
}
.Cl_red {
    color: red !important;
    font-size: 12px;
}
/*font*/
.fsM {
    font-size: 1.0em !important;
}
.fsLL {
    font-size: 1.4em;
}
/*  BackGround  */
.Bg_f8f5f0{
    background-color:#f7f5f0;
}

/*--------------------------------------
body
--------------------------------------*/
body {
    color: #333;
    font-size: 13px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.3;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}
.Top-text {
    text-align: center;
    background: #f7f5f0;
    width: 100%;
    padding: 0;
}
.Top-text h1 {
    font-size: 12px;
    font-weight: normal;
    color: #F9423A;
}
.main-contents {
    width: 100%;
    border-top: 1px solid #ddd;
}
.border-mini {
    display: block;
    width: 90px;
    height: 2px;
    border-bottom: 2px solid black;
    margin: 0 auto;
}

/*--------------------------------------
タブメニュー
--------------------------------------*/
.tab-main .nav-tabs {
    border-bottom: none;
    border-right: 1px solid #ddd;
    background-color: #fff;
    border-bottom: #333 3px solid;
}
.tab-main .nav-tabs li {
    width: 25%;
    text-align: center;
    border-left: 1px solid #fff;
    background: white;
}
.tab-main .nav-tabs li:nth-child(1){
    border-left: none!important;
}
.tab-main .nav-tabs >li.active {
    border-top:none;
    margin-bottom: -1px;
    background: #333;
}
.tab-main .nav-tabs > li > a {
    padding: 0px;
    margin: 0 ;
    border-radius: 0;
    color: #000;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left:none;
    font-size: 15px;
    height: 50px;
    background: #EAEAEA;
}
.tab-main .nav-tabs > li.active > a, .tab-main .nav-tabs > li.active > a:hover, .tab-main .nav-tabs > li.active > a:focus {
    color: #fff;
    border-bottom:none;
    border-right: none;
    border-left:none;
    background: none;
}
.tab-main .nav-tabs > li > a:hover {
    border-radius: 0;
    color: black;
}
.tab-main .nav-tabs > li > a > p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
}
.pc { display: block; }
.sp { display: none; }
@media (max-width: 657px){
.pc { display: none; }
.sp { display: block; }
.main-contents > .tab-pane {
    display: block;
}

.main-contents {
    border-top: none;
}
}

/*カレンダー*/
.calendar-text {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.calendar-update {
    font-size: 15px;
    width: 84%;
    display: block;
    margin: 10px auto 0;
}

@media (max-width: 657px){
    .calendar-text {
        margin-top: 15px;
        margin-bottom: 14px;
        font-size: 14px;
    }
    .calendar-update {
        font-size: 14px;
        width: 94%;
    }
}

/*カレンダータブ*/
.tab-calendar .nav-tabs {
    border-bottom: none;
}
.tab-calendar .nav-tabs li {
    width: 16.666666666%;
    text-align: center;
}
.tab-calendar .nav-tabs > li a {
    padding: 0px;
    margin-right: 0px;
    border-radius: 0;
    color: black;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left:none;
    border-right: none;
    font-weight: bold;
    height: 60px;
}
.tab-calendar .nav-tabs > li p {
    border-right:2px solid #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
}
.tab-calendar .nav-tabs > li span {
    font-size: 22px;
}
.tab-calendar .nav-tabs > li:last-child > a > p {
    border-right:none;
}

.tab-calendar .nav-tabs > li.active a, 
.tab-calendar .nav-tabs > li.active a:hover, 
.tab-calendar .nav-tabs > li.active a:focus {
    color: #F9423A;
    border-bottom: 2px solid #F9423A;
    border-right: none;
    border-left:none;
}
.tab-calendar .nav-tabs > li.active > p, 
.tab-calendar .nav-tabs > li.active > a:hover > p, 
.tab-calendar .nav-tabs > li.active > a:focus > p {
    margin-bottom: 1px;
}
.tab-calendar .nav-tabs > li > a:hover {
    margin-right: 0px;
    border-radius: 0;
    color: black;
    border-left: none;
    border-top: 1px solid #ddd;
    background: none;
}
/*--------------------------------------
テーブル
--------------------------------------*/
td .price {
    color: #f9423a;
    font-size: 1.2em;
    font-weight: bold;
}

td .price + br + span {
    font-size: 12px;
}

/*概要テーブル*/

.table-about td,.table-about th{
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    vertical-align: top;
}

.table-about {
    width: 100%;
}
.table-about tr {
    background-color:#FFF;
}
.table-about th {
    width: 16.1765%;
    background-color: #f6f6f6;
    padding: 10px 15px;
}
.table-about td {
    padding: 9px 0 7px 9px;;
    position: relative;
    line-height: 1.5;
}

/*ホテル一覧プルダウン*/
.table-about td .hotel_wrap{
    position: relative;
    height: 50px;
    display: block;
}
.table-about td .hotel_open{
    font-size: 14px;
    text-align: center;
    text-decoration: none!important;
    display: block;
    width: 96%;
    padding: 7px 20px 7px 7px;
    margin-top: 10px;
    background-color: #FFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
}
.table-about td .hotel_open.open{
    z-index: 10;
}
.table-about td .hotel_open span{
    display: block;
}
.col-md-12 .table-about td #tourDetail_TOUR_HOTELPanel {
    padding: 0;
}
.table-about td .hotel_open span:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 60px;
}
.table-about td .hotel_open span.hotel_body {
    position: relative;
    display: inline-block;
}
.table-about td .hotel_open span.hotel_body:after {
    -webkit-transform: translateY(-50%) rotate(315deg);
    transform: translateY(-50%) rotate(315deg);
    bottom: 0px;
    top: unset;
    right: -20px;
}
.table-about td .hotel_name {
    width: 100%;
    border: none;
    outline: none;
    box-sizing: unset;
    margin-bottom: 10px;
    background-image: none!important;
    text-align: left;
}
.table-about td .hotel_name {
    font-size: 13px;
    color: #333333;
}

@media (max-width: 657px){
    .table-about td .hotel_open span:after {
        right: 20px;
    }
}

/*オンラインツアー用アイコン*/
.table-about td span.blue-badge {
    color: #ffffff;
    background: #115da1;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 14px 2px 16px;
    border-radius: 50px;
    display:inline-block;
}

.table-about td.Line4 {
    width: 33.8235%;
}

.table-about th.Line2 {
    border-right:none;
}

.table-about td.Line2 {
    border-left:none;
}
#tab2 .table-about tr:first-of-type td:first-of-type , #tab2 .table-about tr:nth-of-type(2) td:first-of-type{
    border-left: none;
}

@media (max-width: 657px){
    .Line4 {
        display: block;
    }
    .sp_flex2 {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .table-about th {
        width: 26%;
        border-left: none;
        padding: 9px 0 9px 6px;
    }
    .table-about td {
        border-left: none;
        border-right: none;
    }
    .table-about th.Line4 {
        width: 26%;
        border-bottom: none;
    }
    .table-about td.Line4 {
        width: 74%;
        border-bottom: none;
        border-right: none;
    }
    .table-about tr:last-of-type td.Line4:last-of-type , .table-about tr:last-of-type th:last-of-type {
        border-bottom:1px solid #dcdcdc;
    }
}

.table-money td,.table-money th{
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    vertical-align: top;
}

.table-money {
    width: 100%;
}
.table-money th {
    width: 16.1765%;
    background-color: #f6f6f6;
    padding: 9px 15px;
    font-weight: bold;
    border-left: none !important;
    border-right: none;
}
.table-money tr th:nth-child(n+2) {
    border-right: none;
}
.table-money td {
    padding: 20px 15px;
    border-right: none;
    background-color:#FFF;
}

.table-money th.Line4 {
    border-left: 1px solid #dcdcdc;
}

.table-money td.Line4 {
    width: 33.8235%;
}

.table-money th.Line2 {
    border-right:none;
}

.table-money td.Line2 {
    border-left:none;
}

/*カレンダーテーブル*/
.CalendarUp {
    z-index: 999;
    width: 960px;
}
.table-calendar td, .table-calendar th {
    border: 1px solid #dcdcdc !important;
    border-collapse: collapse;
    vertical-align: top;
    text-align:center !important;
}
.table-calendar {
    width: 100%;
}
.table-calendar th {
    width: 16.1765%;
    background-color: #f6f6f6;
    padding: 20px 15px;
    font-weight: bold;
    border-left: none;
}
.table-calendar tr th:nth-child(n+2) {
    border-left: 1px solid #dcdcdc !important;
}
.table-calendar td {
    padding:10px 5px;
    border-right: none;
    background-color:#FFF;
     height:173px;
     position: relative;
     background-clip: padding-box;
}

.table-calendar td.Calendar-header{
     height:25px !important;
}

.table-calendar td span{
    font-size: 15px;
}

.table-calendar td span.goodsPrice{
    font-size: 18px;
}
.table-calendar td span.goodsPrice.type-goto {
    position: relative;
    padding-top: 0;
    display: block;
    font-size: 14px;
    text-align: ceter;
    margin-bottom: 8px;
    margin-top: 6px;
}

.table-calendar td span.goodsPrice.type-goto::before {
    font-size: 11px;
    border: 1px solid #F9423A;
    border-radius: 15px;
    display: inline-block;
    padding: 1px 8px;
    margin-bottom: 4px;
    margin-right: 3px;
    background: #ffff;
    content: "支払実額";
}

.table-calendar td span.goodsPrice.type-normal {
    position: relative;
    padding-top: 0;
    display: block;
    font-size: 14px;
    color: #63666a;
    margin-bottom: 8px;
}

.table-calendar td span.goodsPrice.type-normal::before {
    font-size: 11px;
    border: 1px solid #63666a;
    border-radius: 15px;
    display: inline-block;
    padding: 1px 8px;
    margin-bottom: 4px;
    margin-right: 3px;
    background: #ffff;
    content: "旅行代金";
}

.table-calendar td span.goodPriceLowest{
    position: absolute;
    top: 5px;
    left: 5px;
}

.table-calendar td span.goodsPrice .goodsPriceYen {
    font-size: 11px;
}
.table-calendar td .btn-Green, 
.table-calendar td .btn-tour-other{
    font-size: 14px;
}
.table-calendar td span.btn-Green:hover, 
.table-calendar td span.btn-tour-other:hover {
    opacity: 0.75;
}

.table-calendar td.selected_date_td {
    box-shadow: 0px 0px 0px 2px red inset;
}

@media (max-width: 657px){
    .CalendarUp {
        z-index: 0;
        width: 100%;
    }
    .table-calendar td {
        vertical-align:middle !important;
        padding:10px !important;
         height:auto !important;
         padding-left: 15px;
    }
    
    .table-calendar td.text-center{
        text-align:left !important;
    }
    
    .table-calendar td .btn-Green{
        margin-top:0px !important;
    }
    .table-calendar td.text-center .fsM{
        padding-left:14px;
        font-size: 14px;
    }
    .priceWrap {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 20px;
        position: relative;
    }
    .priceWrap > .price {
        margin-left: 2px;
    }
    .table-calendar td span.goodsPrice.type-goto {
        padding-top: 0;
        padding-left: 6px;
        margin-top: 0;
    }
    .table-calendar td span.goodsPrice.type-goto::before {
        left: 0;
        transform: translateX(0);
        width: auto;
    }
    .table-calendar td span.goodsPrice.type-normal {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 6px;
        padding-top: 0;
    }
    .table-calendar td span.goodsPrice.type-normal::before {
        left: 0;
        transform: translateX(0);
        width: auto;
    }
    .priceWrap > .btn {
        margin-left: auto;
        align-self: center;
        width: 80px;
        padding: 5px 0;
    }
    .table-calendar td .priceWrap .btn-Green {
        font-size: 1.3rem;
    }

    .table-calendar td .priceWrap .goodPriceLowest {
        position: absolute;
        left: 0;
    }

    
}

/*--------------------------------------
ボタン
--------------------------------------*/

.btn {
    position: relative;
}
.btn-red-xs {
    width: 100%;
    height: 40px;
    color: #fff !important;
    font-weight: bold;
    background-color: #f9423a;
    padding: 0;
    font-size: 15px;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction:column;
    -ms-flex-pack:center;
    -webkit-box-pack:center;
    justify-content: center;

}
    .btn-red-xs > i {
        position: absolute;
        font-size: 1.4em;
        color: #fff !important;
        top: 50%;
        right: 10px;
        transform: translateY(-53%);
        -webkit-transform: translateY(-53%);
        -ms-transform: translateY(-53%);
        -moz-transform: translateY(-53%);
    }
.btn-Black {
    width: 100%;
    height: auto;
    color: #FFF !important;
    font-weight: bold;
    background-color: #333333;
    padding: 3px 0px;
    font-size: 0.86em !important;
    margin-top: 5px;
}
.btn-red-entry {
    width: 100%;
    height: 60px;
    color: #fff !important;
    font-weight: bold;
    background-color: #f9423a;
    border-color: #f9423a;
    padding: 0;
    font-size: 14px;
        line-height:60px;
}
.btn-request-xs {
    width: 100%;
    height: 40px;
    color: #fff !important;
    font-weight: bold;
    background-color: #333333;
    border-color: #333333;
    padding: 0;
    font-size: 14px;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction:column;
    -ms-flex-pack:center;
    -webkit-box-pack:center;
    justify-content: center;

}
.btn-Green{
    width: 100%;
    height:auto;
    color: #FFF !important;
    font-weight: bold;
    background-color: #f9423a;
    padding:3px 0px;
}

/*--------------------------------------
モーダル
--------------------------------------*/
.modal-header {
    padding: 25px;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.modal-body{
    padding: 25px;
}
.posiCent .modal-header {
    border-bottom: none !important;
}

.modal-content {
    box-shadow: none;
}

/*--------------------------------------
スライダー
--------------------------------------*/
.sp-bottom-thumbnails {
    margin-top: 20px;
    margin-bottom: 70px;
}
.sp-selected-thumbnail {
    border: 2px solid #ec483f;
}
.sp-selected-thumbnail img {
    margin: -3px;
}
.sp-thumbnail {
    height: 100% !important;
    width: 100% !important;
}

@media ( max-width: 530px){
    .sp-slide h5 {
        font-weight: normal;
        font-size: 12px;
    }
}

.sp-top-box {
    height: 270px;
    width: 100%;
    position: relative;
}
@media ( max-width: 870px){
    .sp-top-box {
        height: 220px;
    }
}
@media ( max-width: 657px){
    .sp-top-box {
        min-height: 200px;
    }
}
@media ( max-width: 530px){
    .sp-top-box {
        min-height: 200px;
        max-height: 210px;
    }
}
.sp-top-box > img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
.shadow > img {
    width: 100%;
    height: 100%;
}
.sp-selected .shadow {
    display: none;
}
.sp-grab , .sp-grabbing {
    cursor: pointer !important;
}
#slider-main .sp-button {
    border: none !important;
    background: #CCCCCC none repeat scroll 0 0;
    border-radius: 5px;
    height: 8px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 8px;
}
.sp-selected-button {
    background-color: #ec483f !important;
}
#slider-main .sp-buttons {
    display: none;
    background-color: #fff;
    font-size: 0;
    padding: 15px 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

@media (max-width:657px) {
#slider-main .sp-buttons {
    display: block;
    padding: 6px 0 10px;
}
.sp-thumbnails-container {
    display: none;
}
}
/*--------------------------------------
ツアーボックス
--------------------------------------*/
/*ランキング*/
.rank-box-btn {
    width: 40%;
    margin: 20px auto 35px;
}

/*リクエスト*/
.request-box {
    width: 960px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0;
    text-align: center;
    background-color: #f6f6f6;
    padding: 15px 0 15px;
}
.planner_box{
    width: 680px;
    margin: 20px auto 0;
}
.planner_box dl{
    border: 1px solid #ddd;
}
.planner_box dt{
    padding: 10px;
    background: #f6f6f6;
    font-weight: normal;
}
.planner_box dd{
    padding: 10px;
}
.inquiry_box{
    width: 680px;
    margin: 20px auto 0;
    padding: 15px;
    border: 3px solid #ddd;
    text-align: center;
}
.inquiry_box .inquiry_ttl{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.inquiry_box .inquiry_sttl{
    display: inline-block;
    margin-bottom: 10px;
    color: #f9423a;
    font-weight: bold;
}
.inquiry_box .inquiry_tel{
    display: inline-block;
    width: 200px;
    margin: 0 auto;
}
.inquiry_box .inquiry_tel a{
    display: block;
    margin-bottom: 15px;
    padding: 6px 6px 6px 30px;
    background: url(/images/common/btn_sp_tel.png) no-repeat 10px 50%;
    background-size: 20px;
    border: 2px solid #f9423a;
    border-radius: 5px;
    color: #f9423a;
    font-size: 18px;
    font-weight: bold;
}
.inquiry_box .inquiry_tel a:hover{
    text-decoration: none;
}
.inquiry_box .inquiry_lead{
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
.inquiry_box .inquiry_date{
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
.inquiry_box .inquiry_admin{
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

@media (max-width: 657px){
  .rank-box-btn {
    width: 80%;
    margin: 8px auto 25px;
  }
    .request-box {
      background-color: #fff;
      border: 5px solid #e4e3e1;
      width: 93%;
      margin: 0 auto;
      padding: 10px 20px 20px;
      text-align: center;
    }
    .request-box p {
        width: 100%;
    }
    .request-box .administrator {
      padding: 10px 0 0;
    }
    .planner_box{
        width: 100%;
        padding: 0 15px;
    }
    .inquiry_box{
        width: 92%;
        margin-left: 15px;
        margin-right: 15px;
        box-sizing: border-box;
    }
    .inquiry_box .inquiry_ttl{
        font-size: 16px;
    }
    .inquiry_box .inquiry_sttl{
        display: block;
    }
    .inquiry_box .inquiry_tel{
        display: block;
    }
}

/*--------------------------------------
Form
--------------------------------------*/
#CalendarPanel select,
#SelectModal select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: .01px; /*Firefox—p*/
    text-overflow: ""; /*Firefox—p*/
    background-image:url(../images/common/select_bg.png) !important;
    background-repeat:no-repeat;
    background-position:right center;
    font-size:14px !important;
}

select::-ms-expand {
  display: none;
}
input[type=text]    {
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}

.form-control {
    height: 40px;
    box-shadow: none !important;
    border: 1px solid #b2b2b2;
}
#tourDetail_TOUR_SCHEDULEPanel {
  width: 960px;
}
#tourDetail_TOUR_SCHEDULEPanel > dl:first-child {
    border-top: 1px solid #E0E0E0;
}
#tourDetail_TOUR_SCHEDULEPanel dt {
  padding: 15px;
  width: 100%;
  background: #f6f6f6;
  border-bottom: 1px solid #E0E0E0;
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 15px;
}
#tourDetail_TOUR_SCHEDULEPanel dd{
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0;
  font-size: 15px;
}
#tourDetail_TOUR_SCHEDULEPanel dl:last-child dd {
    border-bottom: 0px solid #E0E0E0;
  }
#tourDetail_TOUR_SCHEDULEPanel dd p {
  margin-bottom: 20px;
}
#tourDetail_TOUR_SCHEDULEPanel .mealList dl {
    width: 45%;
    margin-top: 10px;
}
#tourDetail_TOUR_SCHEDULEPanel .mealList dl dt {
  background-color: #F6F6F6;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-left: none;
  display: block;
  float: left;
  padding: 10px;
  text-align: center;
  width: 20%;
  font-weight: normal;
}
#tourDetail_TOUR_SCHEDULEPanel .mealList dl dd {
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-right: none;
  display: block;
  float: left;
  padding: 10px;
  width: 80%;
}


/* 2017/11 niijima */

@media (max-width: 657px){
    .Top-text{
        background:none;
        margin-top: 15px;
    }
    .Bg_f8f5f0{
        background:none;
    }
    .Top-text h1{
        padding: 0 3%;
        text-align: start;
    }
    .Top-text .fsLL{
        font-size: 1.2rem;
        text-align: center;
        margin-top: 2px;
        padding: 0 3%;
    }
    .table-calendar td span{
        font-size: 1.4rem;
    }
    .table-calendar td span.tabLabe.goodsPrice{
        font-size: 1.4rem;
    }

    #tourDetail_TOUR_SCHEDULEPanel {
        width: 100%!important;
    }
    #tourDetail_TOUR_SCHEDULEPanel dt {
        padding: 11px 0 11px 13px;
        border-top: none;
        border-right: none;
        border-left: none;
    }
    #tourDetail_TOUR_SCHEDULEPanel dd {
        padding: 12px 10px 8px;
    }
    #tourDetail_TOUR_SCHEDULEPanel .mealList dl {
      width: 100%;
    }
    #tourDetail_TOUR_SCHEDULEPanel dd p {
      margin-bottom: 10px;
    }
}

.btn-tour-other,
.btn-tour-free {
    background-color: #333333;
    border-color: #333333;
    color: #FFFFFF !important;
    text-decoration: none !important;
    width: 100%;
    height: auto;
    font-weight: bold;
}

.priceLowest_section {
    margin: 26px 0;
}

.priceLowest_desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 12px 30px;
    border-bottom: 1px solid #cccccc;
}

.priceLowest_desc > dt {
    font-weight: normal;
    font-size: 18px;
    padding-left: 58px;
    position: relative;
    margin-top: 8px;
    min-width: 310px;
}

.priceLowest_desc > dt::before {
    content: "";
    background: url(../images/tour/bg_icon_lowesrprice.png) no-repeat left center;
    width: 41px;
    height: 41px;
    position: absolute;
    left: 0;
    top: -8px;
}

.priceLowest_desc > dd {
    font-size: 20px;
    font-weight: bold;
    color: #60cfa3;
}

.priceLowest_desc > dd > .yen {
    font-size: 40px;
}

@media (max-width: 657px){
    .priceLowest_section {
        margin-top: 15px;
    }
    .priceLowest_desc {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px 5px 10px;
        border-bottom: 1px solid #cccccc;
    }
    .priceLowest_desc > dt {
        font-size: 10px;
        min-width: 0;
        margin-top: 0;
        padding: 0 5px 0 30px;
    }

    .priceLowest_desc > dd > .yen {
        font-size: 25px;
    }

    .priceLowest_desc > dt::before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        top: -3px;
    }

    .priceLowest_desc > dd {
        padding: 0;
        white-space: normal;
    }
    .hotel_info_for_vp,
    .price_for_vp_title,
    .price_for_vp_title_red {
        display: none;
    }
}

@media (min-width: 658px) {
    .hotel_info_for_vp_sp, 
    .price_for_vp_title_sp, 
    .price_for_vp_title_red_sp {
        display: none;
    }
}
/* VP入力画面 予約情報確認 */
.tour_area_cardform {
    padding: 10px !important;
    font-size: 12px;
    text-align: left;
}
.cardform {
    border-radius: 4px;
    overflow: visible;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
}
.mgb5 {
    margin-bottom: 10px;
}
.cardform-body {
    padding:10px 0;
    background: white;
    border-bottom: solid 1px #d2d2d2;
    padding:10px;
}
.relative_for_vp {
    display: block;
    width: 100%;
    position: relative;
}
.price_for_vp {
    padding: 0px !important;
    text-align: left !important;
}
.price_for_vp_title_sp {
    font-size: 10px !important;
    font-weight: bold !important;
    margin-right: 5px !important;
}

.price_for_vp_title_red_sp {
    color: #F9423A;
    font-size: 14px;
    margin-right: 10px;
}
.price_for_vp_title {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-right: 20px !important;
}

.price_for_vp_title_red {
    color: #F9423A;
    font-size: 20px;
    margin-right: 40px;
}
.cardform-title {
    background-color: #F6F6F6;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px 0px;
    border-top: 0.5px solid lightgrey;
    text-align: left;
    
    padding: 10px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.flight_info_for_vp {
    margin-bottom: 12px;
}
.flight_info_for_vp.first {
    padding-bottom: 12px;
    border-bottom: 0.5px solid lightgrey;
}
.f_left {
    float: left;
}
.flight_title_for_vp {
    padding-right: 10px;
}
.flight_title_for_vp p, .hotel_info_for_vp_sp p {
    font-weight: bold;
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 5px;
}
.mgb10 {
    margin-bottom: 10px !important;
}
.carrier_info_for_vp {
    display: block;
    clear: both;
}
.mgl10 {
    margin-left: 10px !important;
}
.tour_dialog_detailText {
    font-size: 13px;
    font-weight: bold;
}
.tour_dialog_flightInfo {
    flex-direction: column!important;
    align-items: baseline !important;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.text_center {
    text-align: center;
}
.dep_arr_info_for_vp {
    font-size: 14px;
    font-weight: bold;
}
.fs12 {
    font-size: 12px !important;
}
.tour_dialog_label {
    font-size: 13px;
    font-weight: bold;
}
.carrier_info_for_vp {
    display: block;
    clear: both;
}
/* .loadingDisc */
.loadingDisc {
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding-top: 15px;
    background: rgba(255, 255, 255, .9);
}

.loadingDisc>.d-flex {
    height: 100%;
}

.loadingDisc-relative {
    position: relative;
}

.loadingDisc-wrapper {
    margin-bottom: 11px;
}

.loadingDisc-disc {
    display: block;
    width: 14px;
    height: 14px;
    background: rgba(249, 66, 58, .4);
    border-radius: 50%;
    position: relative;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.loadingDisc-disc:first-child:after {
    content: "";
    position: absolute;
    background: #F9423A;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    -webkit-animation: loadingDisc-move 1s infinite; /* Safari 4.0 - 8.0 */
    animation: loadingDisc-move 1s infinite;
    -webkit-animation-timing-function: steps(1, end);
    /* Safari 4.0 - 8.0 */
    animation-timing-function: steps(1, end);
}

@-webkit-keyframes loadingDisc-move {
    0% {left: 0px;}
    33% {left: 18px;}
    66% {left: 66px;}
    100% {left: 0px;}
}

@keyframes loadingDisc-move {
    0% {left: 0px;}
    33% {left: 18px;}
    66% {left: 36px;}
    100% {left: 0px;}
}

.loadingDisc-disc+.loadingDisc-disc {
    margin-left: 4px;
}

.loadingDisc-text {
    color: #F9423A;
    font-size: 14px;
    font-weight: bold;
}
.airRI-more,
.hotelRI-more {
    padding-right: 40px;
    position: relative;
    white-space: normal;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
}
.airRI-more:after,
.hotelRI-more:after {
    content: "";
    position: absolute;
    margin: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    font-size: 15px;
    border-right: 2px solid #115da1;
    border-top: 2px solid #115da1;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
}
.airRI-more.show:after,
.hotelRI-more.show:after {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.tour_dialog_flightInfo .img_box img {
	height: auto;
	max-width: 100%;
	border: none;
}

