<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*全体*/
/*基本設定*/
.nenmatsuWrap .mainWrap {
    font-size: 16px;
    color: #333;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.nenmatsuWrap .red {
    color: #9b2121;
}

.nenmatsu-back01  {
    background: url(/import/tenant_1/www.wbf.co.jp/special/nenmatsu/img/bg_red.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nenmatsu-back02  {
    background: url(/import/tenant_1/www.wbf.co.jp/special/nenmatsu/img/bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nenmatsu-back03 {
    background-image: url(/import/tenant_1/www.wbf.co.jp/special/nenmatsu/img/bg_search02.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0 50px 0;
}

@media (max-width: 599px) {
    .nenmatsu-back03 {
        background-image: url(/import/tenant_1/www.wbf.co.jp/special/nenmatsu/img/bg_search02_sp.webp);   
    }
}

/*見出し*/
.nenmatsuWrap .ttl01 {
    text-align: center;
    margin-bottom: 40px;
}

.nenmatsuWrap .ttl01 .txt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #9b2121;
    background: #fff;
    padding: 10px 100px;
    display: inline-block;
    border: 4px solid #9b2121;
    position: relative;
    z-index: 0;
}

.nenmatsuWrap .ttl01 .txt:before {
    width: 10px;
    height: calc(100% - 5px);
    content: "";
    background: #fff;
    border-top: 4px solid #9b2121;
    border-bottom: 4px solid #9b2121;
    border-left: 4px solid #9b2121;
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}

.nenmatsuWrap .ttl01 .txt:after {
    width: 10px;
    height: calc(100% - 5px);
    content: "";
    background: #fff;
    border-top: 4px solid #9b2121;
    border-bottom: 4px solid #9b2121;
    border-right: 4px solid #9b2121;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}

.nenmatsuWrap .ttl01-c-e .txt {
    color: #b28a3c;
    border-color: #b28a3c;
}

.nenmatsuWrap .ttl01-c-e .txt:after,
.nenmatsuWrap .ttl01-c-e .txt:before {
    border-color: #b28a3c;
}

.nenmatsuWrap .ttl01-b-e .txt {
    color: #fff;
    background: #b2893e;
    border-color: #b28a3c;
}

.nenmatsuWrap .ttl01-b-e .txt:after,
.nenmatsuWrap .ttl01-b-e .txt:before {
    background: #b2893e;
    border-color: #b28a3c;
}

.nenmatsuWrap .ttl-back01 {
    background-image: url(/import/tenant_1/www.wbf.co.jp/special/nenmatsu/img/bg_search01.webp);
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    margin-bottom: 0;
}

@media (max-width: 599px) {
    .nenmatsuWrap .ttl-back01 {
        background-image: url(/import/tenant_1/www.wbf.co.jp/special/nenmatsu/img/bg_search01_sp.webp);
        padding: 50px 0;
    }

    .nenmatsuWrap .ttl01 .txt {
        font-size: 15px;
        padding: 8px 40px 5px;
    }
}

/*メインビジュアル*/
.nenmatsuImg {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.nenmatsuImg .pic {
  /*  height: 530px;  */
}

.nenmatsuImg .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
}

[data-element-id] .nenmatsuImg .show\@sp {
    width: 500px;
}

@media (max-width: 1024px) {
    .nenmatsuImg .pic {
        height: 400px;
    }
}

@media (max-width: 599px) {
    .nenmatsuImg .pic {
        height: 270px;
    }

    .nenmatsuImg .catch {
        width: 80%;
    }
}

/*出発日*/
.nenmatsuDate .catch {
    padding: 20px;
}

/*nenmatsuSlide*/
[data-element-id] .nenmatsuSlide ul {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id] .nenmatsuSlide ul li {
    width: 20%;
}

/*nenmatsuIntro*/
.nenmatsuIntro .inner {
    position: relative;
    z-index: 0;
}

.nenmatsuIntro .img {
    position: absolute;
    z-index: 1;
}

.nenmatsuIntro .img01 {
    top: -40px;
    left: 0;
}

.nenmatsuIntro .img02 {
    top: 110px;
    left: 0;
}

.nenmatsuIntro .img03 {
    top: 0;
    right: 0;
}

.nenmatsuIntro .txtbox {
    max-width: 100%;
    width: 850px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.nenmatsuIntro .txtbox .sub {
    font-size: 150%;
}

.nenmatsuIntro .txtbox .txt01 {
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
}

.nenmatsuIntro .txtbox .txt02 {
    font-size: 18px;
    color: #9b2121;
    font-weight: bold;
    margin: 20px 0;
}

.nenmatsuIntro .txtbox .list {
    margin-top: 40px;
}

.nenmatsuIntro .txtbox .list .sub {
    font-size: 13px;
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
}

.nenmatsuIntro .txtbox .list ul li .txt {
    color: #FFF;
    background-color: #9b2121;
    padding: 10px 15px;
}

@media (max-width: 1024px) {
    .nenmatsuIntro .txtbox .list ul li:first-of-type {
        width: 100%;
    }

    .nenmatsuIntro .imgbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 20px;
        position: relative;
        z-index: 0;
    }

    .nenmatsuIntro .img {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .nenmatsuIntro .img01 {
        width: 35%;
    }

    .nenmatsuIntro .img02 {
        width: 30%;
        position: absolute;
        left: 0;
        bottom: 0px;
        top: auto;
        right: auto;
    }

    .nenmatsuIntro .img03 {
        width: 60%;
    }
}

@media (max-width: 599px) {
    .nenmatsuIntro .txtbox .list {
        width: 90%;
        margin: 0 auto;
    }
}

/*nenmatsuLink*/
.nenmatsuLink {
    padding: 20px 0;
    overflow: hidden;
}

.nenmatsuLink .ttl01 {
    margin-bottom: 0;
}

.nenmatsuLink .ttl01 .txt {
    width: 100%;
    font-size: 18px;
    padding: 7px 10px 5px;
}

@media (max-width: 1024px) {
    .nenmatsuLink {
        padding: 20px 0 10px;
    }
}

@media (max-width: 599px) {
    .nenmatsuLink .ttl01 .txt {
        font-size: 14px;
    }
}

/*nenmatsuTours*/
/*nenmatsuToursMessage*/
.nenmatsuToursMessage .box {
    width: 80%;
    margin: 0 auto;
}

.nenmatsuToursMessage .box li+li {
    margin-top: 15px;
}

.nenmatsuToursMessage .box li .txt {
    color: #9b2121;
    font-weight: bold;
    background-color: #FFF;
    padding: 10px 10px 8px;
    border: solid 3px #b28a3c;
    border-left: solid 10px #b28a3c;
}

.nenmatsuToursMessage .box li .sub {
    display: block;
    margin-top: 5px;
}

@media (max-width: 599px) {
    .nenmatsuToursMessage .box {
        width: 100%;
    }
}

/*nenmatsuToursSearch*/
.nenmatsuToursSearch .tit {
    font-size: 20px;
    color: #9b2121;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.nenmatsuToursSearch form {
    margin: 0 50px;
    text-align: center;
}

.nenmatsuToursSearch form dl.pax dt {
    z-index: 1;
}

.nenmatsuToursSearch form .dp--w50_c {
    width: 50%;
    margin: 20px auto;
}

.nenmatsuToursSearch form .dp--w70 {
    width: calc(70% - 20px);
}

.nenmatsuToursSearch form .dp--w50 {
    width: calc(100% / 2 - 20px);
}

.nenmatsuToursSearch form .dp--w45 {
    width: 45%
}

.nenmatsuToursSearch form .dp--w15 {
    width: 15%
}

.nenmatsuToursSearch form .dp--w3 {
    width: calc(100% / 3 - 20px);
}

.nenmatsuToursSearch form .dp__col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.nenmatsuToursSearch form .searchBtn {
    text-align: center;
    margin-top: 20px;
}

.nenmatsuToursSearch form .dp__input,
.nenmatsuToursSearch form .dp__label,
.nenmatsuToursSearch form .dp__select,
.nenmatsuToursSearch form #pax {
    width: 100%;
    height: 50px;
    text-align: left;
    font-weight: bold;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-size: 20px auto;
    background: #fff;
    position: relative;
    z-index: 0;
}

.nenmatsuToursSearch form label.addon {
    display: block;
    width: fit-content;
    height: auto;
    color: #fff;
    border: none;
    margin: 10px auto 0;
}

.nenmatsuToursSearch form .searchBtn button {
    background: #9b2121;
    color: #FFF;
    border: none;
    padding: 10px;
    width: 40%;
    border-radius: 10px;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .nenmatsuToursSearch form .dp__col2,
    .nenmatsuToursSearch form .dp--w3 {
        width: 100%;
    }
    
    .nenmatsuToursSearch form .dp--w50,
    .nenmatsuToursSearch form .dp--w45,
    .nenmatsuToursSearch form .dp--w15 {
        width: 48%;
    }

    .nenmatsuToursSearch form .dp--w50_c {
        margin: 0;
    }
}

@media (max-width: 599px) {
    .nenmatsuToursSearch .tit {
        margin-bottom: 20px;
    }
    
    .nenmatsuToursSearch form {
        margin: 0 10px;
    }
}

/*擬似要素でテキスト挿入*/
.nenmatsuWrap .formTxt {
    position: relative;
    z-index: 0;
}

.nenmatsuWrap .formTxt:before {
    font-size: 12px;
    pointer-events: none;
    color: #666;
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
}

.nenmatsuWrap .formTxt01:before {
    content: "出発空港（往路）";
}

.nenmatsuWrap .formTxt02:before {
    content: "到着空港（往路）";
}

.nenmatsuWrap .formTxt03:before {
    content: "日程";
}

.nenmatsuWrap .formTxt04:before {
    content: "大人";
}

.nenmatsuWrap .formTxt05:before {
    content: "中エリア";
}

.nenmatsuWrap .formTxt06:before {
    content: "小エリア";
}

/*nenmatsuToursCorse*/
.nenmatsuToursCorse {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.nenmatsuToursCorse:before,
.nenmatsuToursCorse:after {
    content: '';
    display: inline-block;
    width: 494px;
    height: 392px;
    background-image: url(/import/tenant_1/www.wbf.co.jp/special/nenmatsu/img/illust03.webp);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -1;
}

.nenmatsuToursCorse:after {
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0;
}

.nenmatsuToursCorseBox {
    height: 100%;
    background: rgb(192 148 0 / 50%);
    padding: 30px;
    border-radius: 30px;
}

.nenmatsuToursCorseBox .ttl01 .txt {
    padding: 0px 20px;
}

.nenmatsuToursCorseBnr {
    margin-top: 40px;
}

.nenmatsuToursCorseBnr a {
    max-width: 100%;
    width: 775px;
    display: block;
    margin: 0 auto;
}

.nenmatsuToursCorseBox table td {
    width: 30%;
    text-align: left;
    vertical-align: top;
    padding: 3px;
}

.nenmatsuToursCorseBox table td:nth-of-type(even) {
    width: 70%;
    padding-left: 20px;
    border-left: solid 3px #FFF;
    position: relative;
    z-index: 0;
}

.nenmatsuToursCorseBox table td:nth-of-type(even):before {
    content: "●";
    color: #fff;
    position: absolute;
    left: -9px;
    top: 0;
    z-index: 0;
}

[data-element-id] .nenmatsuToursCorseBnr .show\@sp {
    width: 500px;
}

@media (max-width: 1024px) {
    .nenmatsuToursCorse .fbox &gt; * {
        width: 100%;
    }

    .nenmatsuToursCorse .fbox &gt; *+* {
        margin-top: 30px;
    }  
}  

@media (max-width: 599px) {
    .nenmatsuToursCorse:before {
        width: 80%;
        top: 0;
        left: -100px;
    }

    .nenmatsuToursCorse:after {
        width: 80%;
        bottom: 0;
        right: -100px;
    }
    .nenmatsuToursCorseBox {
        padding: 30px 10px;
    }
    
    .nenmatsuToursCorseBox table {
        font-size: 12px;
    }

    .nenmatsuToursCorseBox table td {
        width: 20%;
    }

    .nenmatsuToursCorseBox table td:nth-of-type(even) {
        width: 80%;
    }
    
    .nenmatsuToursCorseBnr a {
        width: 350px;
    }
}

/*nenmatsuImgList*/
.nenmatsuImgList ul li .item {
    display: block;
}

.nenmatsuImgList ul li .item:hover {
    color: #005599;
    text-decoration: underline;
}

.nenmatsuImgList ul li .item .txt {
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width: 599px) {
    .nenmatsuImgList ul li .item .txt {
        font-size: 14px;
        margin-top: 5px;
    }
}

/*nenmatsuQa*/
.nenmatsuQa .box dl {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
}

.nenmatsuQa .box dl+dl {
    margin-top: 30px;
}

.nenmatsuQa .box dl dt,
.nenmatsuQa .box dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nenmatsuQa .box dl dt {
    padding-right: 50px;
    position: relative;
    z-index: 0;
}

.nenmatsuQa .box dl dd {
    padding-top: 30px;
    padding-left: 60px;
}

.nenmatsuQa .box dl dt .sub {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    background: #9b2121;
    border-radius: 50%;
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.nenmatsuQa .box dl dd .sub {
    font-size: 20px;
    color: #9b2121;
    line-height: 40px;
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.nenmatsuQa .box dl .arrow {
    border: solid 1px #9b2121;
    padding: 8px;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 0;
}

.nenmatsuQa .box dl .arrow:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #9b2121;
    border-right: solid 2px #9b2121;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.nenmatsuQa .box dl .active .arrow:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

@media (max-width: 599px) {
    .nenmatsuQa .box dl {
        padding-bottom: 20px;
    }

    .nenmatsuQa .box dl+dl {
        margin-top: 20px;
    }
    
    .nenmatsuQa .box dl dt {
        padding-right: 40px;
    }

    .nenmatsuQa .box dl dd {
        padding-top: 20px;
        padding-left: 15px;
    }

    .nenmatsuQa .box dl dt .sub {
        margin-right: 10px;
    }

    .nenmatsuQa .box dl dd .sub {
        margin-right: 20px;
    }
}

#calendar table{
display: none;
}
#calendar table#cal_2022_12,#calendar table#cal_2023_1{
display: table;
}


.pointBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pointBox .card{
  width: 30%;
  margin-bottom: 20px;
}

.pointBox .card .txt{
    background-color: #dc143c;
    background-image: -webkit-linear-gradient(left, #007adf 0%, #65ccd6 100%);
    background-image: linear-gradient(to right, #dc143c 0%, #db7093  100%);
    position: relative;
    padding: 20px;
    color: #FFF;
    height: 220px;
}

.pointBox .card .txt a{
    background: #FFF;
    border-radius: 4px;
    color: #047dde;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 10px 10px 5px 10px;
}
.pointBox .card .txt a img{
    width: 6px;
    display: inline;
    line-height: 1;
    vertical-align: middle;
}
@media (max-width: 599px){
  .pointBox {
  display: block;
}
.pointBox .card {
  width: 90%;
}
}


.dwWrap__right {
  background: #f5f5f5;
  padding-bottom: 10px;
}


/* カレンダー制御 */
#calenderBox table{display:none;}

#calenderBox table#cal_2023_11{display:none;}
#calenderBox table#cal_2024_12{display:table;}
#calenderBox table#cal_2025_1{display:table;}
#calenderBox table#cal_2024_2{display:none;}


.topLink {
  position: absolute;
    top: 15px;
    right: 15px;
    background-color: #9b2121;
    font-weight: bold;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 110%;
}

@media (max-width: 598px) {
    .topLink {
        top: auto;
        bottom: 5px;
        right: auto;
        width: 90%;
        margin-left: 5%;
        text-align: center;
    }
}

.h1Area h1 {
    text-align: center;
    padding: 10px 10px 0 10px;
    font-weight: bold;
    color: #b22222;
    font-size: 2rem;
}
</pre></body></html>