@charset "utf-8";

.nopc {
    display: none;
}

/*------------------------------------------------
    全体背景（黒〜濃紺ベース）
--------------------------------------------------*/
.contents {
    font-family: "Noto Sans JP", serif;
    color: var(--ui-static-gray-10, #ffffff);
    font-size: 15px;
    line-height: 1.6em;
    background-color: var(--ui-static-navy-90, #1c2029);
}

.contents .inner {
    width: 992px;
    margin: 0 auto;
}

#reasons ,#seats ,#cities ,#related ,#ah {
    background-color: #02081E;
}

#a350 ,#product ,#banner ,#searchArea,#tour {
    background-color: #2B1D0C;
}


/*------------------------------------------------
    メインビジュアル
--------------------------------------------------*/
#mainvisual {
    width: 100%;
    background: url("../images/background.webp") no-repeat top center;
}

#mainvisual .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#mainvisual img {
    width: 100%;
    height: auto;
    max-height: 468px;
    object-fit: cover;
    display: block;
    position: static;
}

/*------------------------------------------------
    スターラックスの魅力（ダークブラウン風×金文字）
--------------------------------------------------*/
#airline_point {
    background-color: var(--ui-static-camel-90, #2b1d0c);
    padding: 60px 0;
}

#airline_point .inner {
    background-color: transparent;
}

#airline_point h2 {
    font-size: 2.0em;
    margin-bottom: 30px;
    line-height: 1.1em;
    color: var(--ui-static-camel-20, #fcfbdf);
    text-align: center;
}

#airline_point .heading--md {
    line-height: 1.3em;
    color: var(--ui-static-camel-20, #fcfbdf);
}

#airline_point .heading--subTitle {
    font-weight: normal;
    margin-top: 15px;
    color: var(--ui-static-gray-10, #ffffff);
}

/* カード背景 */
#airline_point .grid-row {
    background-color:#02081E;
    color: var(--ui-static-gray-10, #ffffff);
    margin: 20px 0;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

#airline_point .grid-col1 img {
    width: 100%;
    border-radius: 6px;
}

#airline_point .grid-col2.txt {
    padding: 10px 0 0 30px;
    color: var(--ui-static-gray-10, #ffffff);
}

#airline_point .qf_seat {
    margin-top: 20px;
    display: flex;
    gap: 2%;
}

#airline_point .qf_seat img {
    width: 49%;
    border-radius: 6px;
}

/*------------------------------------------------
    商品（ツアー・航空券）
--------------------------------------------------*/
#product {
    padding: 60px 0;
}

#product h2 {
    font-size: 2.0em;
    margin-bottom: 30px;
    line-height: 1.1em;
    color: var(--ui-static-camel-20, #fcfbdf);
}

.grid-col__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-decoration: none;
    color: var(--ui-static-gray-10, #ffffff);
    transition: all .25s ease-out;
    flex-direction: inherit;
}

.txt_red {
    color: var(--ui-static-camel-50, #e6bc53);
    font-size: 15px;
    font-weight: normal;
    display: block;
}

/* ボタン */
#product .more-btn {
    width: 800px;
    margin: 40px auto 40px;
}

body #hisApp .contents #product .more-btn a {
    font-size: 20px;
    color: var(--ui-static-white, #ffffff);
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 20px;
    background-color: var(--ui-static-camel-80, #573e12);
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

body #hisApp .contents #product .more-btn a:hover {
    background-color: var(--ui-static-camel-60, #d4a343);
    color: var(--ui-static-black, #000000);
}

#product .more-btn a:after {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 10px;
}

/*----------------------------------------------
    関連記事
------------------------------------------------*/
#related {
    padding: 60px 0;
}

#related h2 {
    font-size: 2.0em;
    margin-bottom: 30px;
    line-height: 1.1em;
    color: var(--ui-static-camel-20, #fcfbdf);
}

#related a {
    text-decoration: none;
}

#related a:hover {
    opacity: .85;
}

#related .point-box {
    display: flex;
    flex-wrap: wrap;
}

#related .point-box li {
    width: 31.3%;
    margin-right: 1.8%;
    margin-bottom: 30px;
    position: relative;
    background-color: var(--ui-static-navy-80, #282e3d);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

#related .ph {
    margin-bottom: 5px;
}

#related .ph img {
    width: 100%;
    vertical-align: bottom;
}

#related .icon {
    color: var(--ui-static-camel-50, #e6bc53);
    padding: 10px 10px 0;
    line-height: 1.3em;
    font-size: 13px;
    font-weight: bold;
}

#related .icon-calendar:before {
    font-family: FontAwesome;
    content: "\f073";
    padding-right: 5px;
}

#related h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 5px 10px 15px 10px;
    color: var(--ui-static-gray-10, #ffffff);
}

/*----------------------------------------------
    検索ボックス
------------------------------------------------*/
#searchArea {
    padding: 60px 0;
}

/*----------------------------------------------
    バナーセクション
------------------------------------------------*/
#banner {
    padding: 40px 0 60px;
}

.ui-static-banner {
    border-radius: 6px;
    overflow: hidden;
}

.ui-static-banner-size-350x350 {
    max-width: 176px;
}

/*----------------------------------------------
    バナーテキストの白文字化
------------------------------------------------*/
.contents #banner .banner-link {
    display: block;
    text-align: center;
    text-decoration: none;
}

.contents #banner .banner-text {
    display: block;
    margin-top: 8px;
    color: var(--ui-static-gray-10, #ffffff);
    font-size: 14px;
    font-weight: bold;
}

/*----------------------------------------------
    ナビ
------------------------------------------------*/
.contents .ui-static-navigation {
    background-color: var(--ui-static-camel-80, #573e12);
    border-bottom: 1px solid var(--ui-static-camel-60, #d4a343);
}

.contents .ui-static-navigation .ui-static-link {
    color: var(--ui-static-white, #ffffff);
    font-weight: bold;
}

.contents .ui-static-navigation .ui-static-icon {
    color: var(--ui-static-camel-30, #f7f3ce);
}

.contents .ui-static-navigation .ui-static-navigation-text {
    color: var(--ui-static-white, #ffffff);
}

/*----------------------------------------------
    白文字
------------------------------------------------*/
.contents .ui-static-heading {
    color: var(--ui-static-gray-10, #ffffff);
}

.contents .ui-static-item-card-description {
    color: var(--ui-static-gray-10, #ffffff);
}

.contents .ui-static-item-card-details,
.contents .ui-static-item-card-details h3,
.contents .ui-static-item-card-details p {
    color: var(--ui-static-gray-10, #ffffff);
}

.contents .ui-static-section-wrapper,
.contents .ui-static-section-wrapper h2,
.contents .ui-static-section-wrapper h3,
.contents .ui-static-section-wrapper p {
    color: var(--ui-static-gray-10, #ffffff);
}

/*----------------------------------------------
    PCレイアウト調整（layout-d 横並び化）
------------------------------------------------*/
body #hisApp .contents .layout-d .ui-static-item-card,
body #hisApp .contents .layout-d .ui-static-item-card-horizontal {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

body #hisApp .contents .layout-d .ui-static-item-card > .ui-static-image,
body #hisApp .contents .layout-d .ui-static-item-card-horizontal > .ui-static-image {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

body #hisApp .contents .layout-d .ui-static-item-card > .ui-static-item-card-details,
body #hisApp .contents .layout-d .ui-static-item-card-horizontal > .ui-static-item-card-details {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    margin-top: 0;
}

body #hisApp .contents .layout-a .ui-static-grid-list {
    display: flex;
    gap: 10px;
}

body #hisApp .contents .layout-a .ui-static-grid-list .ui-static-image {
    flex: 1;
}

.map img {
    object-fit: fill;
}

.layout-d-carousel-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.layout-d-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body #hisApp .contents .layout-d-carousel .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
}

.layout-d-carousel .slick-dots li {
    margin: 0;
    padding: 0;
}

.layout-d-carousel .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.layout-d-carousel .slick-dots li.slick-active button {
    background-color: #fff;
    width: 24px;
    border-radius: 5px;
}

/* 余白設定 */
body #hisApp .contents .ui-static-section-wrapper .ui-static-heading.ui-static-heading-with-subtitle-bottom {
    margin-bottom: 36px;
}

body #hisApp .contents #a350 .ui-static-heading,
body #hisApp .contents #a350 .heading--md {
    margin-bottom: 28px;
}

body #hisApp .contents #product h3.heading--md {
    margin-bottom: 24px;
}

/*----------------------------------------------
    「もっと見る」ボタン（#tour ネイビー背景版）
------------------------------------------------*/
#tour .more-btn {
    width: 100%;
    margin: 30px auto 20px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}

#tour .more-btn a {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    padding: 16px 40px;
    background-color: #02081E; /* ネイビー背景 */
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

#tour .more-btn a:hover {
    background-color: #1C2029; /* ホバー時に少し明るいネイビー */
    color: #ffffff;
}

#tour .more-btn a:after {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 8px;
}

/*----------------------------------------------
    スターラックスの魅力：小画像スライド＆下揃え設定
------------------------------------------------*/
/* 小画像スライドのスタイル */
#airline_point .qf_seat_carousel {
    margin-top: 15px;
    margin-bottom: 0;
}

#airline_point .qf_seat_carousel .slick-slide {
    padding: 0 5px; /* 画像同士の間隔 */
    box-sizing: border-box;
}

#airline_point .qf_seat_carousel img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

/* ドットナビゲーション */
#airline_point .qf_seat_carousel .slick-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
    padding: 0;
    list-style: none;
}

#airline_point .qf_seat_carousel .slick-dots button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    padding: 0;
}

#airline_point .qf_seat_carousel .slick-dots li.slick-active button {
    background-color: #ffffff;
    width: 16px;
    border-radius: 4px;
}

/* PC時の下揃え調整 */
@media screen and (min-width: 767px) {
    body #hisApp div.contents section#airline_point div.inner div#grid-row {
        display: flex;
        align-items: flex-end;
    }

    body #hisApp div.contents section#airline_point div.grid-col1,
    body #hisApp div.contents section#airline_point div.grid-col2 {
        float: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    body #hisApp div.contents section#airline_point p.imgContainer--full {
        margin-bottom: 0;
        line-height: 0;
    }

    body #hisApp div.contents section#airline_point img {
        vertical-align: bottom;
    }
}