@import url(icon.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.jtb-nav-breadcrumb {
    margin-bottom: 25px;
    max-width: 1236px;
}

.jtb-nav-breadcrumb.sp {
    display: none;
}

.l-page {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.l-page * {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.l-page h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 25px;
    max-width: 1236px;
    text-align: left;
}

.l-page a,
.l-page a img {
    transition: all .4s ease;
    transform: rotate(0.0001deg);
}

.l-page em,
.l-page .font-noto {
    font-family: 'Noto Sans JP', sans-serif;
}

.l-page img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.l-page a:hover img {
    opacity: .75;
}

.l-page .is-animated {
    animation: .8s slide-in;
}

.l-page .is-hide {
    display: none !important;
}

.l-content {
    margin: 0 auto;
    max-width: 1236px;
    width: 100%;
}

.l-section + .l-section {
    margin-top: 3em;
}

.l-section__title {
    margin-bottom: 2em;
}

.l-section__title img {
    max-width: 224px;
}

.js-btn-page-top {
    bottom: 50px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 50px;
    z-index: 100;
}

.js-btn-page-top a {
    display: block;
    height: 17px;
    position: relative;
    width: 35px;
}

.js-btn-page-top a::before {
    color: #000;
    content: "\e802";
    display: inline-block;
    font-family: "icon";
    font-size: 17px;
    height: 17px;
    width: 35px;
}

.js-btn-page-top a:hover {
    opacity: .8;
}

.l-mv {
    background: url(../images/mv-bg.jpg) no-repeat 50% 50% / cover;
}

.l-mv__title {
    max-width: 450px;
}

.l-filter {
    margin-bottom: 3.125em;
}

.l-filter,
.l-filter__list {
    display: flex;
    justify-content: space-between;
}

.l-filter__list {
    flex-basis: auto;
    flex-wrap: wrap;
    width: calc(calc(100% - calc(100% - 3.75em) / 7) - .625em);
}

.l-filter__item input {
    display: none;
}

.l-filter__item label {
    background-color: #fff;
    border: 1px solid #a89b6d;
    border-radius: 3px;
    color: #594100;
    display: block;
    font-size: 1em;
    line-height: 3;
    margin-bottom: .625em;
    transition: all .4s ease;
    width: 100%;
}

.l-filter__item label:hover {
    border-color: #e29127;
    color: #e29127;
    cursor: pointer;
}

.l-filter__item.is-active label {
    background-color: #e29127;
    border-color: #e29127;
    color: #fff;
}

.filter__all {
    width: calc(calc(100% - 3.75em) / 7);
}

.filter__all label {
    line-height: 6.75;
}

.filter__area {
    width: calc(calc(100% - 3.125em) / 6);
}

.l-card__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.l-card__list::before {
    content: "";
    display: block;
    width: calc(calc(100% - 36px) / 4);
    order: 1;
}

.l-card__list::after {
    content: "";
    display: block;
    width: calc(calc(100% - 36px) / 4);
}

.l-card__item {
    background-color: #fff;
    border-radius: .375em;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .2));
    margin-bottom: 1.25em;
    overflow: hidden;
    width: calc(calc(100% - 36px) / 4);
}

.l-card__item:hover {
    cursor: pointer;
}

.card__head {
    border-bottom: .3125em solid #e0dcd1;
    position: relative;
}

.card__head::after {
    background-color: #e29127;
    bottom: -.3125em;
    content: "";
    display: block;
    height: .3125em;
    left: 0;
    position: absolute;
    width: 50%;
}

.card__pic {
    overflow: hidden;
    padding-top: 66.666667%;
    position: relative;
    width: 100%;
}

.card__pic img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.card__bottom {
    padding: 1.125em 1.5em 1.5em 1.5em;
    text-align: left;
}

.card__title {
    font-size: 1.125em;
    font-weight: 700;
}

.card__title a {
    color: #000;
}

.card__area {
    color: #e29127;
    font-size: .875em;
    margin-top: .8em;
}

.card__txt {
    font-size: .8125em;
    margin-top: 1.2em;
}

.card__tag {
    letter-spacing: -.4em;
    margin-top: 1em;
}

.card__tag span {
    background-color: #f5f2ea;
    border: 1px solid #a89b6d;
    border-radius: 1.875em;
    color: #594100;
    display: inline-block;
    font-size: .6875em;
    letter-spacing: normal;
    line-height: 2.363636;
    padding: 0 1em;
}

.card__tag span + span {
    margin-left: .375em;
}

.card__day {
    color: #808080;
    font-size: .75em;
    margin-top: 1.4em;
}

.card__day::before {
    content: "\f133";
    display: inline-block;
    font-family: "icon";
    margin-right: .5em;
}

.no-results {
    margin-bottom: 6em;
}

.l-banner__list,
.l-btn__list {
    display: flex;
    justify-content: center;
    width: 100%;
}

.l-banner__item,
.l-btn__item {
    padding: 0 6px;
}

.l-banner__item img {
    width: 100%;
}

.l-btn {
    padding-top: 2em;
}

.l-btn__item {
    max-width: 440px;
    width: 100%;
}

.l-btn__item .btn {
    align-items: center;
    background-color: #e29127;
    border: 1px solid #e29127;
    border-radius: .375em;
    box-shadow: 0 .375em #b26500;
    color: #fff;
    display: flex;
    justify-content: center;
    line-height: 5em;
    padding: 0 1em;
    position: relative;
    width: 100%;
}

.l-btn__item .btn::after {
    content: "\f006";
    display: inline-block;
    font-family: "icon";
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.l-btn__item .btn:hover {
    box-shadow: none;
    transform: translateY(.375em);
}

/*------------------------------------

追加CSS

---------------------------------------*/
/*共通*/
.l-content h3 {
    margin: 20px auto;
}

.l-content p {
    color: #5b3123;
    padding: 10px;
    line-height: 1.8em;
}

/*タイトルバナー*/
.l-content .titleArea {
    background-image: url(../images/title_bk.png);
    height: 800px;
}

.l-content .titleArea h2 {
    padding: 60px 50px;
}

/*企画概要*/
.l-content .catchArea p span {
    border-bottom: 1px dashed #333;
    display: block;
}

.l-content .catchArea p {
    margin: -5% auto 5%;
    line-height: 3em;
}

.l-content .catchArea {
    letter-spacing: 0.14em;
    line-height: 3em;
    display: inline-block;
    margin-bottom: 30px;
}

/*エクセレントプラン*/
.l-content .planArea .exlplan {
    display: flex;
    background: #fcf3ea;
    border: solid 1px #5b3123;
    padding: 50px 30px 70px 30px;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

/*エクセレントプラン btn*/
.l-content .planArea .exlplan .l-btn .l-btn__list {
    margin-bottom: 25px;
}

.l-content .planArea .exlplan .l-btn__item .btn {
    background-color: #b36459;
    border: 1px solid #b36459;
    box-shadow: 0 .375em #4b0900;
}

.l-content .planArea .exlplan .l-btn__item .btn:hover {
    background-color: #5b3123;
    border: 1px solid #5b3123;
    box-shadow: 0 .375em #5b3123;
}

.l-content .planArea .exlplan .exl_left {
    width: 43%;
}

/*エクセレントプラン 右*/
.l-content .planArea .exlplan .exl_right {
    width: 55%;
}

.l-content .planArea h4 {
    color: #5b3123;
    font-size: 120%;
    position: relative;
    padding: 0 65px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.l-content .planArea h4:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1.5px;
    content: '';
    background: #5b3123;
}

.l-content .planArea .exlplan .exl_right .l-btn__list {
    margin: 20px auto;
}

.l-content .planArea .exlplan h4 span {
    position: relative;
    padding: 0 1em;
    background: #fcf3ea;
}

.l-content .planArea .rglrplan h4 span {
    position: relative;
    padding: 0 1em;
    background: #b36459;
}

.l-content .planArea .rglrplan h4 {
    color: #fcf3ea;
}

.l-content .planArea .rglrplan h4:before {
    background: #fcf3ea;
}

.l-content .planArea .yado_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.l-content .planArea .exlplan .exl_right .yado_img li {
    width: 290px;
    margin: 0 6px;
}

.l-content .planArea .exlplan .exl_right .yado_img li img {
    box-shadow: 0 5px 10px #d1b2a7;
}

/*エクセレントプラン タクシーOP*/
.l-content .planArea .exlplan .exl_taxi_op {
    width: 100%;
    margin-top: 40px;
}

.l-content .planArea .exlplan .exl_taxi_op div {
    width: 50%;
}

.l-content .planArea .exlplan .exl_taxi_op p span {
    color: #b36459;
    font-size: 120%;
    text-align: center;
    font-weight: bold;
}

.l-content .planArea .exlplan .exl_taxi_op ul {}

.l-content .planArea .exlplan .exl_taxi_op .l-btn__item .btn {
    background-color: #5b3123;
    border: 1px solid #5b3123;
    box-shadow: 0 .375em #b36459;
}

.l-content .planArea .exlplan .exl_taxi_op .l-btn__item .btn:hover {
    background-color: #b36459;
    border: 1px solid #b36459;
    box-shadow: 0 .375em #b36459;
}

.l-content .planArea .exlplan .exl_taxi_op .l-btn__item {
    margin: auto;
}

/*レギュラープラン*/
.l-content .planArea .rglrplan {
    background-color: #b36459;
    padding: 30px 30px 30px 30px;
    margin-bottom: 60px;
    border: solid 1px #5b3123;
    border-top: none;
}

.l-content .planArea .rglrplan .txt {
    display: flex;
    text-align: left;
    justify-content: space-around;
    align-items: last baseline;
    margin-bottom: 40px;
}

.l-content .planArea .rglrplan p {
    color: #fcf3ea;
}

.l-content .planArea .rglrplan .yado_img li {
    margin: 6px;
    width: 379px;
}

.l-content .planArea .rglrplan .yado_img li img {
    box-shadow: 0 5px 10px #80433b;
}

.l-content .planArea .rglrplan h3 {
    margin: 0;
}




/*レギュラープラン btn*/
.l-content .planArea .rglrplan .l-btn__item {
    max-width: inherit;
}

.l-content .planArea .rglrplan .l-btn__item .btn {
    background-color: #fcf3ea;
    border: 1px solid #fcf3ea;
    color: #b36459;
    box-shadow: 0 .375em #8f4238;
}

.l-content .planArea .rglrplan .l-btn .l-btn__list {
    margin-bottom: 22px;
}

.l-content .planArea .rglrplan .l-btn__item .btn:hover {
    background-color: #5b3123;
    border: 1px solid #5b3123;
    box-shadow: 0 .375em #5b3123;
    color: #fcf3ea;
}

/*前泊後泊ボタン*/
.l-content .staybtn {
    margin-bottom: 70px;
    background-color: #b38459;
    padding: 0.5em 1em;
    border: double 10px #fcf3ea;
    padding: 10px 30px 30px 30px;
}

.l-content .staybtn .txt {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.l-content .staybtn .txt p {
    width: 44%;
    text-align: left;
    color: #fcf3ea;
}

.l-content .staybtn .l-btn__item {
    max-width: inherit;
}

.l-content .staybtn .l-btn__item .btn {
    background-color: #8f2a1d;
    border: 1px solid #8f2a1d;
    color: #fcf3ea;
    box-shadow: inherit;
}

.l-content .staybtn .l-btn__item .btn:hover {
    background-color: #f2dbc4;
    border: 1px solid #f2dbc4;
    box-shadow: inherit;
    color: #8f2a1d;
}

.l-content .cruisingAreaIn .btn_layout1 .l-btn__item {
    width: 310px;
}

.l-content .cruisingAreaIn .btn_layout1 .l-btn__item .btn {
    height: 95%;
    text-align: center;
}

.l-content .cruisingAreaIn .btn_layout2 .l-btn__item {
    width: 310px;
    margin-bottom: 10px;
}

.l-content .cruisingAreaIn .btn_layout2 .l-btn__item .btn {
    line-height: 1.6;
    padding: 10px 0;
}

@media all and (-ms-high-contrast: none) {

    /* IE用 */
    .l-content .staybtn .txt {
        align-items: flex-end;
    }

    .l-content .cruisingAreaIn .btn_layout1 .l-btn__item .btn {
        height: auto;
    }
}





/*佐渡汽船*/
.l-content .cruisingArea {
    background: #e8e4d9;
    padding: 20px 30px 30px 30px;
    margin-bottom: 100px;
}

.l-content .cruisingArea .cruisingAreaIn {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.l-content .cruisingArea .leftcont {
    width: 45%;
}

.l-content .cruisingArea .leftcont h3 {
    margin: 10px 3.5vw 44px 0;
}

.l-content .cruisingArea .txt {
    width: 53%;
}

.l-content .cruisingArea .txt p {
    text-align: left;
}

.l-content .cruisingArea .txt h4 {
    color: #be8a50;
    font-weight: bold;
    font-size: 120%;
    margin: 20px auto 10px auto;
}

/*機船ボタン*/
.l-content .cruisingArea .txt .l-btn__list {
    margin-bottom: 6px;
}

.l-content .cruisingArea .txt .l-btn__item .btn {
    background-color: #be8a50;
    border: 1px solid #be8a50;
}

.l-content .cruisingArea .kome {
    width: 810px;
    text-align: left;
    margin: 15px auto 0 auto;
}



.l-content .cruisingArea .kome a {
    color: #5b3123;
    text-decoration: underline;
}

.l-content .cruisingArea .kome a:hover {
    text-decoration: none;
}

.l-content .cruisingArea .kome a:active,
.l-content .cruisingArea .kome a:link,
.l-content .cruisingArea .kome a:visited {
    color: #5b3123;
}

/*スポット*/
.l-content .st_spot ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px 30px 30px;
}

.l-content .st_spot ul li {
    width: 576px;
    background: #e6ccb8;
    margin: 6px;
}

.l-content .st_spot ul li figure {
    margin: 0;
}

.l-content .st_spot ul li h4 {
    padding: 20px 30px 0 30px;
    background: linear-gradient(transparent 70%, #fceadc 70%);
    font-size: 21px;
    font-weight: bold;
    color: #5b3123;
    margin-bottom: 20px;
    display: inline-block;
}

.l-content .st_spot ul li p {
    padding: 0 30px 30px 30px;
}

.l-content .bottomArea .l-btn__item {
    max-width: inherit;
}

.l-content .bottomArea .l-btn__item .btn {
    background-color: #b36459;
    border: 1px solid #b36459;
    box-shadow: 0 .375em #4b0900;
}

.l-content .bottomArea .l-btn__item .btn:hover {
    background-color: #5b3123;
    border: 1px solid #5b3123;
    box-shadow: 0 .375em #5b3123;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .l-filter__list {
        width: 85.44%;
    }

    *::-ms-backdrop,
    .filter__area {
        width: 15.91%;
    }

    *::-ms-backdrop,
    .filter__all {
        width: 14.56%;
        padding-right: .625em;
    }

    *::-ms-backdrop,
    .l-card__item {
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    }

    *::-ms-backdrop,
    .l-card__item,
    *::-ms-backdrop,
    .l-card__list::before,
    *::-ms-backdrop,
    .l-card__list::after {
        width: 24.28%;
    }
}

@media screen and (min-width:601px) and (max-width:1236px) {
    .l-page {
        font-size: 1.294498vw;
        margin: 0 3%;
    }

    .l-mv__title {
        width: 36.407768%;
    }

    .l-section__title img {
        width: 18.122978%;
    }

    .l-content .titleArea h2 {
        padding: 60px 100px;
    }

    /*エクセレントプラン*/
    .l-content .planArea .exlplan .exl_right {
        margin-left: 2%;
    }

    .l-content .planArea .exlplan h3 {
        width: 72%;
        margin: 0 auto 15px 30px
    }

    .l-content .planArea h4 {
        padding: 0;
    }

    .l-content .planArea .exlplan .exl_right .yado_img li {
        width: 44%;
    }

    /*レギュラー*/
    .l-content .planArea .rglrplan .yado_img li {
        width: 29%;
    }

    .l-content .planArea .rglrplan .txt {
        align-items: self-end;
    }

    .l-content .planArea .rglrplan h3 {
        width: 35%;
    }

    /*スポット*/
    .l-content .st_spot ul li {
        width: 46%;
    }

    /*前泊ボタン*/
    .l-content .staybtn .txt h3 {
        width: 38%;
    }





    /*機船*/
    .l-content .cruisingArea {
        padding: 30px;
    }

    .l-content .cruisingArea .cruisingAreaIn {
        align-items: flex-start;
    }

    .l-content .cruisingArea .leftcont h3 {
        width: 80%;
        margin: 0 auto 15px 10px;
    }

    .l-content .cruisingArea .kome {
        width: auto;
    }

    .cruisingAreaIn .l-btn__list .btn_layout1,
    .cruisingAreaIn .l-btn__list .btn_layout2 {
        width: 100%;
    }

    .l-content .cruisingAreaIn .btn_layout1 .l-btn__item,
    .l-content .cruisingAreaIn .btn_layout2 .l-btn__item {
        width: 100%;
    }

    /*スポット*/
    .l-content .st_spot h3 {
        width: 47%;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:600px) {
    .jtb-nav-breadcrumb.pc {
        display: none;
    }

    .jtb-nav-breadcrumb.sp {
        background-color: #fff;
        border-top: 1px solid #e1e1e1;
        display: block;
        line-height: 2.4;
        margin: 50px 0 0;
        padding: 0 2.666667vw;
        text-align: left;
    }

    .js-btn-page-top {
        bottom: 20px;
        right: 20px;
    }

    .js-btn-page-top a {
        background-color: #999;
        border-radius: 6px;
        display: block;
        height: 30px;
        width: 30px;
    }

    .js-btn-page-top a::before {
        color: #fff;
        content: "\f106";
        display: inline-block;
        font-family: "icon";
        line-height: 29px;
        width: auto;
    }

    .l-page {
        font-size: 3.2vw;
        padding: 20px 3% 0;
    }

    .l-page h1 {
        margin-bottom: 20px;
    }

    .l-section + .l-section {
        margin-top: 2em;
    }

    .l-section__title {
        margin-bottom: 1em;
    }

    .l-section__title img {
        width: 50%;
    }

    .l-mv {
        background-image: url(../images/mv-bg-sp.jpg);
    }

    .l-mv__title {
        width: 80%;
    }

    .l-filter {
        display: block;
        margin-bottom: 2em;
    }

    .l-filter__item label {
        margin-bottom: .4em;
    }

    .filter__all,
    .l-filter__list {
        width: 100%;
    }

    .filter__all label {
        line-height: 3;
    }

    .filter__area {
        width: calc(calc(100% - 1.2em) / 4);
    }

    .l-card__item {
        margin-bottom: 2.4vw;
        width: calc(calc(100% - 2.4vw) / 2);
    }

    .card__bottom {
        padding: 1em;
    }

    .l-banner__list,
    .l-btn__list {
        display: block;
    }

    .l-banner__item,
    .l-btn__item {
        padding: 0;
        width: 100%;
    }

    .l-banner__item + .l-banner__item,
    .l-btn__item + .l-btn__item {
        margin-top: 2.4vw;
    }

    .l-btn {
        padding-top: 2em;
    }

    .l-btn__item {
        max-width: 100%;
    }

    .l-btn__item .btn {
        line-height: 4em;
    }

    #page_footer-sp {
        margin-top: 0 !important;
    }

    .l-content p {
        line-height: normal;
    }

    .l-content h3 {
        width: 80%;
    }

    .l-content .titleArea h2 {
        padding: 60px 50px;
    }

    /*タイトルバナーとキャッチ*/
    .l-content .titleArea {
        height: 500px;
        background-size: cover;
    }

    .l-content .catchArea p {
        text-align: left;
        line-height: normal;
    }

    .l-content .catchArea p span {
        border-bottom: none;
    }

    /*エクセレントプラン*/
    .l-content .planArea .exlplan {
        display: block;
        padding-top: 30px;
    }

    .l-content .planArea .exlplan .exl_left {
        width: 100%;
        margin-bottom: 50px;
    }

    .l-content .planArea .exlplan .exl_right {
        width: 100%;
    }

    .l-content .planArea h4 {
        padding: 0;
        margin-bottom: 20px;
    }

    .l-content .planArea .exlplan .exl_left .txt {
        text-align: left;
    }

    .l-content .planArea .exlplan .exl_right .yado_img li {
        width: 100%;
    }

    .l-content .planArea .exlplan .exl_taxi_op .l-btn__item {
        margin: 22px auto;
    }

    .l-content .planArea .exlplan .exl_taxi_op div {
        width: 100%;
        margin-bottom: 22px;
    }

    /*レギュラープラン*/
    .l-content .planArea .rglrplan .txt {
        display: block;
    }

    .l-content .planArea .rglrplan h3 {
        margin: 10px auto;
    }

    /*前泊ボタン*/
    .l-content .staybtn {
        padding: 10px 30px 30px 30px;
    }

    .l-content .staybtn .txt. h3 {
        width: 90%;
    }

    .l-content .staybtn .txt {
        display: block;
    }

    .l-content .staybtn .txt p {
        width: 100%;
    }

    /*機船*/
    .l-content .cruisingArea .cruisingAreaIn {
        display: block;
    }

    .l-content .cruisingArea .leftcont {
        width: 100%;
    }

    .l-content .cruisingArea .leftcont h3 {
        margin: 10px 7%;
    }

    .l-content .cruisingArea .txt {
        width: 100%;
    }

    .l-content .cruisingArea .kome {
        width: auto;
    }

    .l-content .cruisingAreaIn .btn_layout1 .l-btn__item {
        width: 100%;
    }

    .l-content .cruisingAreaIn .btn_layout1 .l-btn__item .btn {
        height: auto;
        margin-bottom: 10px;
    }

    .l-content .cruisingAreaIn .btn_layout2 .l-btn__item {
        width: 100%;
    }

    /*観光スポット*/
    .l-content .st_spot ul {
        padding: 0;
    }
}
