


/******************
 * indexから移動
 ******************/
/* コンテンツ幅 フル */
.contentsInr{width:auto;padding:0px;}

/* コンテンツ幅 950px */
.contentsInr .contentsUnit{padding:0 10px;}
@media all and (min-width:740px){
    .contentsInr .contentsUnit{width:950px;padding:0px;margin:0 auto;}
}

/* 見出し */
.ctm_pageTtl.hc01{color: #fff; font-family: "Yu Mincho", "YuMincho"; border-bottom: 2px solid #a5953c;}
.ctm_pageTtl.hc02{color: #fff; font-family: "Yu Mincho", "YuMincho"; border-bottom: 2px solid #a5953c;}
.ctm_pageTtl.hc03{font-family: "Yu Mincho", "YuMincho"; border-bottom: 1px solid #c53c00;}
.ctm_pageTtl.hc03 .ttlLv1{margin-bottom: 10px;}

/* 文字色 */
.fc_gold{color: #ac8614;}

/* ポイントアイコン */
.icon_point{color:#fff;padding:4px;background:#003466;font-weight:bold;text-align:center;}
.point_bdr{border: 1px solid #000}

/* 見出し直下 テキスト */
.tag{background: #857630; color: #fff; text-align: center; padding: 5px;}

/* ぶち抜き背景 */
.asuka_introduction{background: #103463; color: #fff; padding-bottom: 50px;}

/* 客室 */
.room_col .clm_1_2col.colWrap .col{background: #fff;}
.room{background: #092140;}
.room_title{font-family: "Yu Mincho", "YuMincho"; color: #fff; font-weight: bold; text-align: center; font-size: 20px; padding: 10px;}
.room_sub{background: #8ea9db; color: #000; text-align: center; padding: 7px;}
.room_int{background: #fff; color: #000; padding: 25px 15px 15px;}
.room_int .detail{border: 1px solid #c6c6c6; padding: 10px;}

/* 旅行行程 */
.schedule{background: #fce4d6; padding-bottom: 50px;}
/* .travel-table tr:first-child, tr:nth-child(8) td:nth-child(2), tr:nth-child(8) td:nth-child(3) {background-color: #1d7ec5;} */

/* ご注意事項 */
.box_attention {
    border: 2px solid #cc0000;
    padding: 18px;
}
@media all and (min-width: 740px) {
    .box_attention {
        margin-top: 60px;
    }
}
@media all and (max-width: 739px) {
    .box_attention {
        margin-top: 40px;
        /* margin-left: 10px; */
        /* margin-right: 10px; */
    }
}
.optinBox span.optInCheck {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (min-width: 740px) {
    .optinBox span.optInCheck {
    width: 20px;
    height: 20px;
    }
}
@media all and (max-width: 739px) {
    .optinBox span.optInCheck {
    width: 18px;
    height: 18px;
    }
}
.optinBox span.optInCheck::before {
    background: #fff;
    border: 2px solid #cc0000;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.optinBox span.optInCheck::after {
    border-right: 3px solid #333333;
    border-bottom: 3px solid #333333;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media all and (min-width: 740px) {
    .optinBox span.optInCheck::after {
        width: 8px;
        height: 12px;
        left: 6px;
        margin-top: -8px;
    }
}
@media all and (max-width: 739px) {
    .optinBox span.optInCheck::after {
        width: 8px;
        height: 13px;
        left: 5px;
        margin-top: -9px;
    }
}
.optinBox input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}
.optinBox label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: auto;
}
@media all and (min-width: 740px) {
    .optinBox label {
        padding: 5px 0;
    }
}
@media all and (max-width: 739px) {
    .optinBox label {
        padding: 5px 10px;
    }
}
input[type="checkbox"]:focus + span.optInCheck {
    box-shadow: 0 0 3px 3px #ccc;
}
input[type="checkbox"]:checked + span.optInCheck:after {
    opacity: 1;
}
.optinBox span.agreeTxt {
    display: inline-block;
    margin-left: 15px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: -2px;
}
.application_lead {
    height: 50px;
    line-height: 50px !important;
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 20px;
    background-color: #c00;
    position: relative;
    text-align: center;
    color: #fff;
}
@media all and (min-width: 740px) {
    .application_lead {
        width: 950px;
        margin-top: 60px;
    }
}
@media all and (max-width: 739px) {
    .application_lead {
        width: 100%;
        margin-top: 30px;
    }
}
.application_lead:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 32px 0 32px;
    border-color: #c00 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -32px;
}
.box_attention .attentionInr{
    overflow-y: scroll;
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    max-height: 350px;
}
.box_attention .attentionInr .list_b{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
@media (min-width: 740px){
    .box_attention .attentionInr{
        max-width: 950px;
        padding: 10px 20px;
    }
}
@media (max-width: 739px) {
    .box_attention {
        padding: 8px;
    }
    .box_attention > .inner_ttl > .ttlLv1 {
        margin: 0 0px 20px 0px;
    }
}

/* チェックボックス 販売を終了いたしました。 */
.endBox {
    background-color: #333;
    opacity: 0.9;
    color: #fff;
    padding: 15px;
    position: relative;
    width: 300px;
    text-align: center;
    top: -65px;
    left: 10px;
}
.endBox-SP { /* 要調整 */
    background-color: #333;
    opacity: 0.9;
    color: #fff;
    padding: 15px;
    position: relative;
    width: 300px;
    text-align: center;
    top: -65px;
    left: 10px;
}

/* 操作・予約方法・予約後のお問い合わせ */
.contactBlock {
    background-color: #bcbcbc;
}

/*終了対応*/
.entryEnd {
    padding: 20px;
    border: 2px solid #cc0000;
}

.psR { position: relative;}
.end-txt {
    position: absolute;
    height: 100%;
    width: 100%;
    font-weight: bold;
    color: #FFF;
    top: -30px;
    text-align: center;
    padding: 25px 95px 50px;
    background: #333;      
    z-index: 20;
    opacity: 0.9;
}
.contents .apply-section .end-txt{
    width: auto;
}

/*ご案内*/
.red { color: #cc0000; } 
.black{ color: #000; } 
.underline {text-decoration: line-through;}

/* HULA ON ASUKAⅡクルーズの見どころ */
.bbox {
    padding: 10px!important;
    border: 2px solid #d0d0d0;
}

/* --> add 2601 */
/* 青背景の箇所 */
.tag {
    background: #857630;
}

/* ご注意事項 */
#plan .optinBox label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
#plan .optinBox span.agreeTxt {
    margin-left: unset;
    vertical-align: unset;
}
@media all and (max-width: 739px) {
    #plan .optinBox label {
        padding: unset;
    }
    #plan .optinBox span.optInCheck::after {
        left: 6px;
        margin-top: -8px;
    }
    #plan .optinBox span.agreeTxt {
        margin-top: 3px;
    }
}
@media all and (min-width: 740px) {
    #plan .optinBox label {
        padding: unset;
    }
    #plan .optinBox span.agreeTxt {
        margin-top: 2px;
    }
}

/*************
 * 標準機能、オーバーライド
 **************/
/* タブ型ナビゲーション「▼」の非表示 */
.-tabnav-triangle-delete .tabs_parent > li > a > span::after {
    display: none;
}

/*************
 * 文字挿入
 **************/
/* 全角チルダ */
span.deco-tilde::after {
    content: "～" !important;
    background-image: unset !important;
    width: unset !important;
    height: unset !important;
    margin: unset !important;
}
/* 全角チルダ、タブ型ナビゲーション内 */
.ctm-tabnav .tabs_parent > li > a > span.deco-tilde::after {
    content: "～" !important;
    background-image: unset !important;
    width: unset !important;
    height: unset !important;
    margin: unset !important;
    display: inline !important;
}
/* 全角空白 */
span.deco-space-2byte::after {
    content: "　" !important;
    background-image: unset !important;
    width: unset !important;
    height: unset !important;
    margin: unset !important;
}

/**************
 * 旅行行程
 **************/
.travel-schedule tr:nth-child(1) th:nth-child(1) {
    /* width: 27%; */
    width: 18%;
}
.travel-schedule tr:nth-child(1) th:nth-child(2) {
    /* width: 16%; */
    width: 10%;
}
.travel-schedule tr:nth-child(1) th:nth-child(3) {
    width: 38%;
}
.travel-schedule tr:nth-child(1) th:nth-child(4) {
    border-left: none;
}
.travel-schedule tr:nth-child(1) th:nth-child(5) {
    width: 8%;
}
.travel-schedule tr:nth-child(1) th,
.travel-schedule tr:nth-child(2) th {
    background-color: #147bc4;
    color: #FFF;
    font-weight: bold;
}
.travel-schedule tr:nth-child(4) td:nth-child(3),
.travel-schedule tr:nth-child(6) td:nth-child(1) {
    background-color: #147bc4;
    color: #FFF;
    font-weight: bold;
}
.travel-schedule tr:nth-child(4) td,
.travel-schedule tr:nth-child(12) td,
.travel-schedule tr:nth-child(15) td,
.travel-schedule tr:nth-child(18) td {
    border-top: 2px solid #d0d0d0;
}

/**************
 * ホテル
 **************/
/* 背景色 */
.-bg-white {
    background-color: #fff !important;
}
/* 外枠 */
.-bd-gray {
    border: 1px solid #ccc;
}

/* 高さ揃え無効 SPのみ */
@media (max-width: 739px) {
    .eqHeight-unset-forSP [class*="js-eqHeightCols-item"] {
        height: unset !important;
    }
}

/**************
 * フォント関連
 **************/
.-fs-sup {font-size: 0.8rem !important;}
