@charset "utf-8";

.nosp {
    display: none;
}

.contents {
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;*/
    font-family: "Noto Sans JP", serif;
    color: #333;
    font-size: 3.5vw;
    line-height: 1.5em;
    /*margin-bottom: 10%;*/
}

.contents .inner {
    margin: 0 auto;
}

section .inner {
    padding-bottom: 2vw;
}

.breadcrumb {
    width: auto;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
    width: 100%;
    text-align: center;
    background: url("../image/main-bg-sp.webp") no-repeat top center;
    background-size: 100%;
    position: relative;
    height: 74vw;
}

.pc #mainvisual {
    width: 100%;
    text-align: center;
    background: url("../image/main-bg-pc.webp") no-repeat top center;
    /*background-size: 150%;*/
    position: relative;
    height: 63vw;
}

#mainvisual .inner {
    width: 100%;
}

#mainvisual .title {}

#mainvisual .title img {
    width: 100%;
    position: absolute;
    right: 0%;
    top: 2%;
}

#mainvisual .lead {
    width: 100%;
    padding: 3vw;
    font-weight: bold;
    background-color: #fef9e8;
    font-size: 3.3vw;
    line-height: 1.5em;
}


/*------------------------------------------------
	ページナビ
--------------------------------------------------*/
#navi {
    background-color: #fff;
}

#navi .menu {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 1px 1px;
}

#navi .menu>li {
    font-size: min(3.6vw, 13px);
    font-weight: 700;
    line-height: 1.2em;
    color: #333;
    background-color: #FFF;
    width: calc((100vw / 3) - calc(2px / 3));
    border-left: 2px solid #0C7E63;

}
#navi .menu>li:nth-child(1) {
    border-left: none;
}
.pc #navi .menu>li {
    font-size: min(3.6vw, 12px);
}

#navi .menu>li .subopen {
    display: block;
    font-size: 3.5vw;
    line-height: 1.2em;
    background-color: #fff;
    margin: 0 1vw;
    color: #ff3444;
}

/* 上2_下3の場合*/

#navi .menu>li:nth-child(1),
#navi .menu>li:nth-child(2) {
    width: calc((100vw / 2) - 0.5px);
}

#navi .menu>li:nth-child(3),
#navi .menu>li:nth-child(4) {
    width: calc((100vw / 2) - calc(2px / 3));
}

#navi .navi_div_4 {
    margin-bottom: 0.4rem;
}

#navi .navi_4 {
    margin-bottom: 0.6rem;
}

#navi .menu>li .submenu {
    display: flex;
    justify-content: center;
    font-size: 3.8vw;
    font-weight: bold;
    margin: 1vw 0;
}

#navi .menu>li .submenu li {
    width: 100%;
}

#navi .menu>li .submenu li:first-child {
    border-right: dotted 1px #0C7E63;

}

#navi .menu li a {
    display: block;
    padding: min(4vw, 10px) 2vw min(5vw, 5px);
    position: relative;
    text-decoration: none;
    color: #333333;
}

#navi .menu li a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 1vw;
}

#navi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
    width: 100%;
}

#navi.fixed .menu {
    flex-wrap: nowrap;
    border-top: none;
}

#navi.fixed .menu li {
    width: 100%;
    font-size: min(2.6vw, 16px);
    line-height: 1.2em;
    color: #fff;
}

.pc #navi.fixed .menu li {
    width: 100%;
}

#navi.fixed .menu li a:after {
    content: none;
}

#navi.fixed .menu li a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: min(2.5vw, 10px) 0.5vw min(3.5vw, 15px);
}

#navi.fixed .menu li a.active:after {
    position: absolute;
    bottom: 1vw;
    content: "";
    width: 80%;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
}

#navi .menu p {
    font-size: 2.8vw;
}

.pc #navi .menu p {
    font-size: 1.4vw;
}

#navi.fixed .menu p {
    font-size: min(2vw, 16px);
}

.pc #navi.fixed .menu p {
    font-size: min(2vw, 13px);
}

.pc #navi .menu {
    flex-wrap: nowrap;
}


/*コンテンツ*/
.tour-tub-conts.disnon {
    display: none;
}
/*----------------------------------------------
	intro
------------------------------------------------*/
#intro .ui-static-section-wrapper {
    padding: 10px 20px 0px;
}

/*----------------------------------------------
	campaign
------------------------------------------------*/
#campaign{
        background-color: #FFF;

}

#campaign .ui-static-section-wrapper {
    padding: 20px 20px 96px;
}
#campaign .ui-static-table.ui-static-table-variant-basic .ui-static-table-table-wrapper .ui-static-table-table thead th {
    background: #fdedd5;
}
#campaign .ui-static-table-table-wrapper{
background-color: #fff;
}

.fukidashi-02-01 {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    width: fit-content;
    padding: 12px 20px;
    color: #ffffff;
    border-radius: 10px;
    background-color: #5E0000;
    margin: auto;
}

.fukidashi-02-01:after {
    content: "";
    position: absolute;
    top: 97%;
    left: 50%;
    z-index: 0;
    width: 20px;
    height: 12px;
    transform: translateX(-50%);
    box-sizing: border-box;
    background-color: #5E0000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#campaign .ui-static-heading {
            color: #0C7E63;
    padding: 1rem 10px;
    font-weight: 900;
}

/* 導入文と地図のエリアを縦並び・中央寄せにする */
.campaign_intro {
    flex-direction: column;
    /* 縦に並べる */
    text-align: center;
    /* 文字を中央揃えに */
    gap: 15px;
    /* 項目間の隙間 */
}

/* スマホでの地図画像のサイズ調整 */
.campaign_intro_map {
    width: 180px;
    /* 地図の幅をスマホ用に調整 */
    margin: 0 auto;
    /* 中央配置 */
    order: -1;
    /* 地図を文章より「上」に表示させる（不要なら削除） */
}

/* スマホでの文章のサイズと余白 */
.campaign_intro_text p {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 10px;
    /* 左右に少し余白 */
}

/* キャンペーンテーブル内の文字をスマホで見やすくする */
.ui-static-table-table td {
    font-size: 14px;
    padding: 10px 5px;
}

/* ボタンをスマホで中央寄せ・1列にする */
.product_tour .button {
    display: flex;
    flex-direction: column;
    /* 縦並び */
    align-items: center;
    /* 中央寄せ */
    gap: 10px;
}

.ui-static-button-primary {
    background: #D1392E;
    color: #fff;
    border-color: #D1392E;
}

.product_tour .button .ui-static-button {
    width: 90%;
    /* ボタンを画面幅いっぱいに近くする */
    max-width: 300px;
}

@media screen and (max-width: 550px) {

    /* 親要素：写真と地図を重ねる土台にする */
    .campaign_intro_container {
        display: flex;
        flex-direction: column;
        position: relative;
        /* 子要素の基準にする */
        padding: 46px 7px;
        overflow: hidden;
        /* 地図のはみ出しを防ぐ */
    }

    /* 文章：地図と重なっても読めるようにz-indexを調整 */
    .campaign_intro_top {
        width: 100%;
        /* 文章は横幅いっぱい */
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
        /* 写真・地図より上に */
    }

    .campaign_intro_top p {
        font-size: 13px;
        margin: 0;
        line-height: 1.8;
        font-weight: 700;
        /* 必要に応じて文字に白い縁取りをつけると地図の上でも読みやすくなります */
        text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
    }

    /* 写真エリア：地図の上に重ねる */
    .campaign_photos_side {
        display: flex;
        gap: 5px;
        width: 100%;
        margin-top: 10px;
        position: relative;
        z-index: 2;
        /* 地図より上に配置 */
    }

    .photo_item {
        flex: 1;
    }

    .photo_item img {
        width: 100%;
        height: 70px;
        object-fit: cover;
        border-radius: 4px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        /* 重なっている感を出すための影 */
    }

    /* 地図：一番下（背景）に配置 */
    .campaign_intro_map_right {
        position: absolute;
        top: 0px;
        right: -2%;
        width: 63%;
        z-index: 1;
        pointer-events: none;
    }

    .campaign_intro_map_right img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 551px) {
    .campaign_intro_container {
        display: flex;
        /* gap: 30px; */
        align-items: stretch;
        margin-bottom: 40px;
    }

    /* 左側のグループ */
    .campaign_intro_left {
        flex: 1;
        /* 残りの幅をすべて使う */
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* 上下に振り分ける */
    }

    .campaign_intro_top {
        margin-bottom: 20px;
    }

    .campaign_intro_top p {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
        margin: 0;
    }

    /* 写真3枚を横並びに */
    .campaign_photos_side {
        display: flex;
        gap: 10px;
    }

    .photo_item {
        flex: 1;
    }

    .photo_item img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 8px;
    }

    .photo_item p {
        font-size: 12px;
        text-align: center;
        margin-top: 5px;
    }

    /* 右側の地図 */
    .campaign_intro_map_right {
        flex: 0 0 280px;
        /* 地図の幅を固定 */
        display: flex;
        align-items: center;
        /* 地図を中央（上下）に */
    }

    .campaign_intro_map_right img {
        width: 100%;
        height: auto;
    }

}


/*----------------------------------------------
	商品
------------------------------------------------*/
#product {
    background: #fff;
    border-top: solid 3px #0C7E63;
    border-bottom: solid 3px #0C7E63;
}

.product_tour .button {
    display: flex;
    flex-direction: column;
    /* 縦に並べる */
    align-items: center;
    /* 中央に寄せる */
    gap: 15px;
    /* ボタン間の隙間 */
    margin-top: 20px;
    width: 100%;
}

#product .ui-static-heading {
margin-bottom: 1em;
}
#product .ui-static-product-card-title{
      margin-bottom: 0.4em;
    line-height: 1.4;
}
.ui-static-product-card .ui-static-product-card-departure-arival-info{
        margin-top: 16px;
}

.product_contents_pc h2 {
    margin-top: 60px;
}

/*----------------------------------------------
	バナー
------------------------------------------------*/
.bnr-area {
    width: 94vw;
    margin: 12vw auto 0;
}

.bnr-area img {
    width: 100%;
}

/*----------------------------------------------
	関連記事
------------------------------------------------*/
#related {
            width: 100%;
        background: url(../image/bg_sp.webp);
        background-position: top;
}

#related h2 {
    font-size: 2em;
    margin-bottom: 1.0em;
    line-height: 1.2em;
}

.pc #related h2 {
    font-size: 1em;
}

#related a {
    text-decoration: none;
}

#related a:hover {
    opacity: .7;
}

#related .ph {
    margin-bottom: 5px;
}

#related .icon {
    color: #333;
    padding: 3%;
    line-height: 1.3em;
}

.pc #related .icon {
    padding: 0 3%;
    line-height: 0.7em;
}

#related h3 {
    font-size: 3.4vw;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 3% 3%;
    padding: 0 0 2% 0;
}

.pc #related h3 {
    font-size: 1.8vw;
}

#related .point-box li {
    padding-bottom: 1%;
    background-color: #FFF;
        box-shadow: 3px 4px #3333;
}

.point-box {
    display: flex;
}

.point-box li {
    /*width: 220px;*/
    margin-right: 3%;
    margin-bottom: 3%;
    padding-bottom: 5%;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 5px;
}

.pc #related .icon-calendar {
    font-size: 1.6vw;
}

#related .icon-calendar:before {
    font-family: FontAwesome;
    content: "\f073";
    padding-right: 5px;
}

.pc .point-box li {
    margin-right: 1%;
    padding-bottom: 1%;
}

.point-box .ph {
    margin-bottom: 10px;
}

.point-box .ph img {
    width: 220px;
    vertical-align: bottom;
    margin-bottom: 3px;
}

.pc .point-box .ph img {
    width: 245px;
}

.point-box .ph span {
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    text-align: right;
}

.point-box h3 {
    font-size: 1.3em;
    line-height: 1.2em;
    color: #222;
    font-weight: bold;
    margin-bottom: 2%;
    padding: 0 3%;
}

.pc .point-box h3 {
    font-size: 2.2vw;
}

.point-box .text {
    /*font-size: 13px;*/
    line-height: 1.4em;
    padding: 2% 3%;
}

.pc .point-box .text {
    font-size: 1.6vw;
}

.point-box .text-mini {
    font-size: 10px;
    line-height: 1.4em;
    color: #d95100;
    margin-top: 5px;
}

.pointWrap .sp-scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 4vw;
}

.pc .pointWrap .sp-scroll {
    overflow: auto;
    margin: 2vw 0;
}

.routeWrap .sp-scroll {
    margin-top: 3vw;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 5vw;

}

/*----------------------------------------------
	検索ボックス
------------------------------------------------*/

.pc #searchArea {
    padding: 50px 0 30px;
}

/*----------------------------------------------
	Q&A セクション (SP向け)
------------------------------------------------*/
#question {
    background: #f7f4ef;
    border-top: solid 2px #FFAC3A;
    border-bottom: solid 2px #FFAC3A;
}

#question .inner {
    width: 100%;
    padding: 20px 35px;
    max-width: none;
    /* PCで設定されたmax-widthをリセット */
    box-sizing: border-box;
    /* パディングを幅に含める */
}

#question h2 {
    margin-bottom: 20px;


}

.ui-static-faq-answer {
    background: #fff;
}

.ui-static-faq-question::before {
    color: #FFAC3A;
}

/*----------------------------------------------
	bannerセクション
------------------------------------------------*/
#banner {
}

.ui-static-banner {
    border-radius: 0px;
}

.ui-static-banner-size-350x350 {
    max-width: 40%;
}


/*----------------------------------------------
    iPad 向け調整 (min-width: 768px)
------------------------------------------------*/
@media only screen and (min-width: 768px) {


    #banner {
        padding: 30px 0;
    }

    .ui-static-banner {
        border-radius: 0px;
    }

    .ui-static-banner-size-350x350 {
        max-width: 176px;
    }
}

@media screen and (min-width: 551px) {
    .sp_br {
        display: none;
    }
}

