@charset "UTF-8";
.m_bottom{
    margin-bottom: 30px;
}
/*----------------------------------- ここから書き足し -----------------------------------*/
@media (min-width: 1001px) {

    .page_bg_taiken {
        width: 100%;
        background: url(../img/taiken/bg_taiken-80.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
        padding: 160px 0 0 0;
    }

    .content h3 {
        text-align: center;
    }

    .lang {
        display: block;
        margin-bottom: 10px;
        font-size: 1.3rem;
        line-height: 2.3rem;
    }

    .ship_img {
        display: block;
        margin-bottom: 50px;
    }


    .taiken_title {
        display: block;
        margin-top: 50px;
        font-size: 1.5rem;
        font-family: "Shin Go DeBold";
    }

    .taiken_title::before {
        content: "●";
        color: #00a99d;
        margin-right: 5px;
    }

    .taiken_naiyou {
        font-size: 1.5rem;
        font-family: "Shin Go DeBold";
    }

    /* テーブル */
    table.table_outline {
        width: 100%;
        color: #333;
        border-collapse: collapse;
        border: solid 1px #aabbcc;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .table_outline,
    th,
    td {
        font-weight: normal;
        border: solid 1px #aabbcc;
    }

    .table_outline,
    th {
        text-align: center;
        vertical-align: middle;
        width: 20%;
        background-color: #ffffcc;

    }

    .table_outline,
    td {
        background-color: #fff;
        text-align: center;
        padding: 1% 2% 1% 2%;
    }

    td.hidari {
        text-align: left;
    }

    td.waribiki {
        font-weight: bold;
        color: red;
    }

    .cruise_imaage {
        display: block;
        width: 100%;
        margin-top: 50px;
    }

    p.tel {
        font-size: 41px;
        font-weight: 500;
        color: #333;
    }

    .panorama {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #fff;
        margin: 50px auto 50px;
    }

    .panorama_inner {
        text-align: center;
        display: block;
    }

    .panorama img {
        width: 300px;
        height: auto;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .panorama p {
        margin-top: 10px;
        font-size: 18px;
        color: #0071bc;
    }
.info a{
    color: #0071bc;
}
    /*----------------------------------- ここまで書き足し -----------------------------------*/


    /* .taiken_bun .flex_pc {
        align-items: flex-start;
    }

    .taiken_bun p {
        width: 615px;
    }

    .taiken_bun img {
        width: 345px;
    }


    .page_bg_taiken {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }



    .taiken_bt {
        width: 65%;
        background-color: #4dc3ba;
        margin: 30px auto 0px auto;
        font-family: Shin Go Medium;
    }

    .taiken_bt.flex_pc {
        align-items: flex-end;
    }

    .taiken_bt img {
        width: 40%;
        height: auto;
    }

    .taiken_bt h3 {
        margin: 0;
        color: #fff;
        font-size: 2rem;
    }

    .taiken_bt p {
        color: #fff;
        font-size: 1.3rem;
        line-height: 120%;
        margin-bottom: 13px;
    }

    .taiken_bt a {
        height: 20px;
        margin: 0 10px 10px 0;
    }*/
}

@media (max-width: 1000px) {

    .page_bg_taiken {
        width: 100%;
        background: url(../img/taiken/bg_taiken-80.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
        padding: 160px 0 0 0;
    }

    .content h3 {
        text-align: center;
    }

    .lang {
        display: block;
        margin-bottom: 10px;
        font-size: 1.3rem;
        line-height: 2.3rem;
    }

    .ship_img {
        display: block;
        margin-bottom: 50px;
    }


    .taiken_title {
        display: block;
        margin-top: 50px;
        font-size: 1.5rem;
        font-family: "Shin Go DeBold";
    }

    .taiken_title::before {
        content: "●";
        color: #00a99d;
        margin-right: 5px;
    }

    .taiken_naiyou {
        font-size: 1.5rem;
        font-family: "Shin Go DeBold";
    }

    /* テーブル */
    table.table_outline {
        width: 100%;
        color: #333;
        border-collapse: collapse;
        border: solid 1px #aabbcc;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .table_outline,
    th,
    td {
        font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
        /* 14px>16px */
        font-weight: normal;
        border: solid 1px #aabbcc;
    }

    .table_outline,
    th {
        text-align: center;
        vertical-align: middle;
        width: 20%;
        background-color: #ffffcc;

    }

    .table_outline,
    td {
        background-color: #fff;
        text-align: center;
        padding: 1% 2% 1% 2%;
    }

    td.hidari {
        text-align: left;
    }

    td.waribiki {
        font-weight: bold;
        color: red;
    }

    .cruise_imaage {
        display: block;
        width: 100%;
        margin-top: 50px;
    }

    p.tel {
        font-size: clamp(1.75rem, 1.262rem + 2.08vw, 2.563rem);
        /* 28px>41px */
        font-weight: 500;
        color: #333;
    }

    .panorama {
        display: block;
        align-items: center;
        text-align: center;
        background-color: #fff;
        margin: 50px auto 50px;
    }

    .panorama_inner {
        text-align: center;
        display: block;
        margin-bottom: 50px;
    }

    .panorama img {
        width: 300px;
        height: auto;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .panorama p {
        text-align: center;
        margin-top: 10px;
        font-size: 18px;
        color: #0071bc;
    }

    .info a{
    color: #0071bc;
}

}