@charset "utf-8";

.nopc {
    display: none;
}

.contents {
    font-family: "Noto Sans JP", serif;
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
    background-color: #FFF;
}

/*.contents .inner {
    width: 992px;
    margin: 0 auto;
}*/

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
    width: 100%;
    height: 397px;
    text-align: center;
    background: url("../image/main-bg-pc.webp") no-repeat top center;
}

#mainvisual .inner {
    height: 100%;
    position: relative;
}

#mainvisual img {
    height: 370px;
    position: absolute;
    right: 15.6%;
    top: -1%;
}

/*------------------------------------------------
	ページナビ
--------------------------------------------------*/
#navi {
    width: 100%;
    padding: 16px 0;
    background-color: #FFF;
}

#navi .menu {
    max-width: 992px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

#navi .menu>li {
    width: 50%;
    height: 100%;
    text-align: center;
    position: relative;
}

#navi .menu>li .subopen {
    display: block;
    cursor: pointer;
    padding-top: 17px;
    height: 100%;
}

#navi .menu>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

#navi .menu>li:nth-child(1) {
    border-left: none;
}

#navi .menu>li:nth-child(2) {
    border-left: 4px solid #0C7E63;

    display: flex;
    justify-content: center;
    align-items: center;
}
#navi .menu>li:nth-child(3) {
    border-left: 4px solid #0C7E63;
}

#navi .menu>li .submenu {
    position: absolute;
    top: 60px;
    width: 100%;
    color: #333;
    padding: 1px;
    display: none;
}

#navi .menu>li .submenu li {
    width: 100%;
    border-top: solid 1px #fff;
}

#navi .menu>li .submenu li>a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 7px 0;
}

#navi .menu>li>a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}

#navi .menu>li .submenu li>a:hover {
    color: #32abd1;
    background-color: #fff;
    transition: all 0.3s ease;
}

#navi .menu li a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 10px;
}

#navi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
}

#navi.fixed .menu li a.active:after {
    position: absolute;
    bottom: 2px;
    content: "";
    width: 80%;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
}

#navi.fixed .menu li a:after {
    content: none;
}

#navi .menu p {
    font-size: 14px;
}

/*----------------------------------------------
	intro
------------------------------------------------*/
#intro .ui-static-section-wrapper {
    padding: 6px 48px 0px;
}

/*----------------------------------------------
	campaign
------------------------------------------------*/
#campaign .ui-static-section-wrapper {
    padding: 39px 48px 96px;
}

.fukidashi-02-01 {
    font-size: 1.3rem;
    font-weight: 700;
    position: relative;
    width: fit-content;
    padding: 12px 20px;
    color: #FFF;
    border-radius: 10px;
    background-color: #5E0000;
    margin: auto;
}

.fukidashi-02-01:after {
    content: "";
    position: absolute;
    top: 100%;
    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%);
}

.ui-static-table-align-center {
    background-color: #FFF;
}

#campaign .ui-static-heading {
    color: #0C7E63;
    padding: 1rem 0 ;
    font-weight: 900;
}

/* 全体のレイアウト：左（文＋写真）と右（地図） */
.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: space-evenly;
    /* 上下に振り分ける */
}

/*.campaign_intro_top {
    margin-bottom: 20px;
}*/

.campaign_intro_top p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.1;
    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;
    padding: 30px 0;
    border-top: solid 4px #0C7E63;
    border-bottom: solid 4px #0C7E63;
}


#product .ui-static-product-card-title{
        margin-bottom: 8px;
        line-height: 1.5em;
        font-size: 1.3em;
}
#product .ui-static-heading {
      margin-bottom: 1rem;
}
.ui-static-product-card .ui-static-product-card-departure-arival-info{
        margin-top: 16px;
}

.product_contents_pc h2 {
    margin-top: 60px;
}

.product_tour .button {
    display: flex;
    /* 横並びにする */
    justify-content: center;
    /* 中央寄せにする */
    gap: 20px;
    /* ボタン同士の隙間 */
    margin-top: 30px;
    /* 商品リストとの間隔（お好みで） */
}

/* ボタンが広がりすぎないように幅を固定する場合 */
.product_tour .button .ui-static-button {
    min-width: 280px;
    /* ボタンの最小幅 */
}

/* PCサイズ（767px以上）の時に横並びにする設定 */
@media screen and (min-width: 1040px) {
    .contents .product_contents_pc {
        display: flex;
        /* 横並びにする */
        gap: 20px;
        /* 左右のパーツの間の隙間 */
        align-items: flex-start;
        /* 高さが違っても上揃えにする */
    }

    .product__list,
    .product__list2 {
        flex: 1;
        /* 左右均等な幅にする */
        min-width: 0;
        /* レイアウト崩れ防止 */
    }

    /* 横並びにする際、グリッドを4列から2列に変更して収まりを良くする */
    .product_contents_pc .ui-static-grid-lg-col-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.ui-static-button-primary {
    background: #D1392E;
    color: #fff;
    border-color: #D1392E;
}

/*----------------------------------------------
	関連記事
------------------------------------------------*/
#related {
    width: 100%;
    background: url(../image/bg_pc.webp);
    background-position: top;
}

#related h2 {
    padding-bottom: 1.5rem;
}

#related a {
    text-decoration: none;
}

#related a:hover {
    opacity: .7;
}

#related .ph {
    margin-bottom: 5px;
}

#related .icon {
    color: #333;
    padding: 0 15px;
    line-height: 1.3em;
}

#related h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    padding: 5px 15px 10px 15px;
}

#related .icon-calendar:before {
    padding-right: 5px;
}

.point-box {
    display: flex;
    flex-wrap: wrap;
}

.point-box li {
    width: 30.3%;
    margin-right: 3%;
    padding-bottom: 2%;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 3px 4px #3333;
    margin-bottom: 3%;


}

.point-box .ph {
    margin-bottom: 10px;
}

.point-box .ph img {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 5px;
}

.point-box .ph span {
    display: block;
    font-size: 11px;
    line-height: 1.2em;
    text-align: right;
}

.point-box h3 {
    font-size: 18px;
    line-height: 1.2em;
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}

.point-box h3 span {
    font-size: 12px;
    color: #888;
}

.point-box .text {
    font-size: 15px;
    line-height: 1.5em;
}

.point-box .text-mini {
    font-size: 11px;
    line-height: 1.4em;
    color: #d95100;
    margin-top: 5px;
}

/*----------------------------------------------
	検索ボックス
------------------------------------------------*/

#searchArea {
    padding: 50px 0 30px;
}

/*----------------------------------------------
	Q&A
------------------------------------------------*/

#question {
    background: #f7f4ef;
    padding: 30px 0;
    border-top: solid 4px #FFAC3A;
    border-bottom: solid 4px #FFAC3A;



}

.ui-static-faq-answer {
    background: #FFF
}

.ui-static-faq-question::before {
    color: #FFAC3A;
}

/*----------------------------------------------
	bannerセクション
------------------------------------------------*/
#banner {
    padding: 30px 0;
}

.ui-static-banner {
    border-radius: 0px;
}

.ui-static-banner-size-350x350 {
    max-width: 176px;
}

/* style_pc.css または style_sp.css に追加 */
.quick-booking-text-wrapper {
    text-align: center;
    margin-bottom: 10px;
    /* ボタンとの間に少しスペースを空ける */
}

.quick-booking-text-wrapper p {
    color: white;
    /* 白い文字にする */
    font-size: 1.1em;

}

@media screen and (min-width: 551px) {
    .sp_br {
        display: none;
    }
}

/*----------------------------------------------
	bannerセクション
------------------------------------------------*/
#banner {
    padding: 30px 0;
}

.ui-static-banner {
    border-radius: 0px;
}
.ui-static-banner-list{
    flex-wrap: nowrap;
}
    
.ui-static-banner-size-350x350 {
    max-width: 176px;
}

/* style_pc.css または style_sp.css に追加 */
.quick-booking-text-wrapper {
    text-align: center;
    margin-bottom: 10px;
    /* ボタンとの間に少しスペースを空ける */
}

.quick-booking-text-wrapper p {
    color: white;
    /* 白い文字にする */
    font-size: 1.1em;
    /* 少し大きめのフォントサイズ */
    /* その他、必要に応じてスタイルを追加 */
}