@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500&display=swap");

/*全体*/
/*基本設定*/
.peachWrap .mainWrap {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.peach-back01 {
    background: #EF8DA5;
}

.peach-back02 {
    background: #F9D0DB;
}

.peachWrap .moreTxt {
    color: #1D7DBE;
}

.peachWrap .moreTxt:hover {
    text-decoration: underline;
}

/*メインビジュアル*/
.peachImg {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    z-index: 0;
}

.peachImg > .pic {
    height: 600px;
    /* height:430px; */
}
.area .peachImg > .pic{height:600px;}
.catchTtl{
  font-weight: bold;
  font-size: 170%;
  color: #e43497;
}
.peachImg .cate {
    width: 100px;
    height: 100px;
    font-size: 24px;    
    text-align: center;
    line-height: 100px;
    background: #FFFF00;
    display: block;
    border-radius: 50%;
    text-shadow: 2px 2px #fff;
    box-shadow: 2px 2px 0 0 rgb(0 0 0 / 50%);
    transform: rotate(5deg);
    position: absolute;
    top: 8%;
    right: 27%;
    z-index: 0;
}
.peachImg.kanto .cate,.peachImg.kansai .cate{top: -30%;}
.peachImg .catch {
    max-width: 100%;
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
}

.peachImg .catch img {
  position: relative;
    top: 0;
}
.hkd .peachImg .catch img,
.kyushu .peachImg .catch img {
  position: relative;
    top: -50px;
}

.peachImg .catch .tit,
.peachImg .catch .txt {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-shadow: 2px 2px rgb(0 0 0 / 50%);
    padding: 0 0 0 20px;
    -webkit-box-shadow: 3px 3px 0 0 #fff;
            box-shadow: 3px 3px 0 0 #fff;
}

.peachImg .catch .tit {
    background: #C39378;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 0;
    -webkit-transform: rotate(-2deg) translateX(-35px);
            transform: rotate(-2deg) translateX(-35px);
}

.peachImg .catch .txt:nth-of-type(1) {
    background: #EF8DA5;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transform: rotate(1deg) translateX(30px);
            transform: rotate(1deg) translateX(30px);
}

.peachImg .catch .txt:nth-of-type(2) {
    background: #E65080;
    color: #FFF;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
}

.peachImg .catch .title {
  width: 75%;
    height: auto;
    margin: auto;
    position: relative;
    top: 170px;
    left: 45px;
}

.peachImg .catch .img {
    width: 50%;
    height: auto;
    margin: auto;
    padding: 30px 0;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
}

.peachImg .catch .catchBox {
    width: 90%;
    font-size: 20px;
    background: #FFF;
    border-radius: 35px;
    margin: 0 20px;
    padding: 20px;
    border: 3px solid #d14e97;
    position: relative;
    bottom: 0px;
    z-index: 0;
}

.peachImg .catch .catchBox:before {
    content: "";
    display: block;
    border-top: 0 solid #d14e97;
    border-bottom: 16px solid #d14e97;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 100%;
    left: calc(50% - 10px);
    z-index: 0;
}

.peachImg .catch .catchBox .sub {
    display: inline-block;
}

@media (max-width: 1024px) {
    .peachImg .cate {
      width: 80px;
      height: 80px;
      font-size: 20px;
      text-align: center;
      line-height: 80px;
      top: 3%;
      right: 10%;
    }
    
    .peachImg .catch .catchBox {
        font-size: 18px;
    }

    .peachImg .catch .tit, .peachImg .catch .txt {
        font-size: 20px;
    }
    
    .peachImg .catch .title {
        width: 95%;
        top: 120px;
        left: -2px;
    }

    .peachImg .catch .img {
        width: 80%;
    }
}

@media (max-width: 599px) {
    .ttl_img .pic img{
        max-width: 80%;
        margin: 0 auto;
    }
    .peachImg .cate {
      top: 8%;
    }
    .okinawa .peachImg .cate {
      top: 10%;
    }
    .peachImg .catch .catchBox {
        padding: 12px 15px 8px 15px;
    }
    .peachImg .catch img {
    position: relative;
    top: 0;
    }
    .hkd .peachImg .catch img,
    .kyushu .peachImg .catch img {
    position: relative;
    top: -150px;
    }
    .peachImg .catch .tit, .peachImg .catch .txt {
        font-size: 18px;
    }

    .peachImg .catch .tit {
        margin-bottom: 15px;
    }

    .peachImg .catch .txt:nth-of-type(1) {
        -webkit-transform: rotate(1deg) translateX(-10px);
                transform: rotate(1deg) translateX(-10px);
    }
}

/*スライダー*/
.peachSlide {
    overflow: hidden; /*スライダー入れたら外す*/
    position: relative;
    z-index: 0;
}

.peachSlide > .uk-slidenav-position {
    position: relative;
}

.peachSlide > .uk-slidenav-position > .uk-slideshow {
    height: 400px;
}

.peachSlide > .uk-slidenav-position > .uk-slideshow > li {
    height: 100% !important;
}

.peachSlide > .uk-slidenav-position > .uk-slideshow > li > div {
    height: 100%;
}

.peachSlide > .uk-slidenav-position > .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.peachSlide .uk-slider {
    margin-left: -5px;
}

.peachSlide .uk-slider > li {
    padding-left: 5px;
    filter: brightness(0.5);
}

.peachSlide .uk-slider > li.uk-active {
    filter: brightness(1);
}

.peachSlide .uk-slider > li > div {
    height: 90px;
}

.peachSlide .uk-slider > li > div > img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

@media (max-width: 599px) {
    .peachSlide .uk-slideshow li div {
        height: 100%;
    }

    .peachSlide > .uk-slidenav-position > .uk-slideshow {
        height: 330px;
    }
    
    .peachSlide .uk-slider {
        min-width: 100% !important;
    }
    
    .peachSlide .uk-slider > li {
        width: 33.333% !important;
    }
    
    .peachSlide .uk-slider > li > div {
        height: 80px;
    }
}

/*見出し*/
.peachWrap .ttl01 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.peachWrap .ttl02 {
    font-size: 30px;
    color: #E65080;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.peachWrap .ttl03 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    background-image: linear-gradient(-45deg, #F9D0DB 20%, #EF8DA5 20%, #EF8DA5 30%, #E65080 30%);
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .peachWrap .ttl02 {
        font-size: 26px;
    }
}

@media (max-width: 599px) {
    .peachWrap .ttl02 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .peachWrap .ttl03 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.peachWrap .ttl-mb-small {
    margin-bottom: 20px;
}

.peachWrap .ttl-mb-xsmall {
    margin-bottom: 10px;
}

/*peachSearchBox*/
.peachSearchBox .tit {
    font-size: 20px;
    color: #9b2121;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.peachSearchBox form {
    margin: 0 50px;
    text-align: center;
}

.peachSearchBox form dl.pax dt {
    z-index: 1;
}

.peachSearchBox form .dp--w50_c {
    width: 50%;
    margin: 20px auto;
}

.peachSearchBox form .dp--w70 {
    width: calc(70% - 20px);
}

.peachSearchBox form .dp--w50 {
    width: calc(100% / 2 - 20px);
}

.peachSearchBox form .dp--w45 {
    width: 45%
}

.peachSearchBox form .dp--w15 {
    width: 15%
}

.peachSearchBox form .dp--w3 {
    width: calc(100% / 3 - 20px);
}

.peachSearchBox 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;
}

.peachSearchBox form .searchBtn {
    text-align: center;
    margin-top: 20px;
}

.peachSearchBox form .dp__input,
.peachSearchBox form .dp__label,
.peachSearchBox form .dp__select,
.peachSearchBox form #pax {
    width: 100%;
    height: 50px;
    text-align: left;
    display: block;
    border-radius: 4px;
    background-size: 20px auto;
    background: #fff;
    position: relative;
    z-index: 0;
}

.peachSearchBox form label.addon {
    height: auto;
    color: #fff;
    margin-top: 10px;
    border: none;
    display: block;
}

.peachSearchBox form .searchBtn button {
    width: 40%;
    background: #e6cde3;
    font-size: 18px;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 10px;
}

.peachSearch .peachSearchBox .sbw__btn--dpp {
  background: #6D564A;
}

@media (max-width: 1024px) {
    .peachSearchBox form {
        margin: 0;
    }
    
    .peachSearchBox form .dp__col2,
    .peachSearchBox form .dp--w3 {
        width: 100%;
    }
    
    .peachSearchBox form .dp--w50 {
        width: 48%;
    }

    .peachSearchBox form .dp--w15 {
        width: 115px;
    }

    .peachSearchBox form .dp--w45 {
        width: calc(100% - 120px);
    }

    .peachSearchBox form .dp--w50_c {
        margin: 0;
    }

    .peachSearchBox form label.addon {
        text-align: left;
    }
}

@media (max-width: 599px) {
    .peachSearchBox .tit {
        margin-bottom: 20px;
    }
    
    .peachSearchBox form {
        margin: 0 10px;
    }
}

/*擬似要素でテキスト挿入*/
.peachWrap .formTxt {
    position: relative;
    z-index: 0;
}

.peachWrap .formTxt:before {
    font-size: 12px;
    pointer-events: none;
    color: #666;
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
}

.peachWrap .formTxt01:before {
    content: "出発空港（往路）";
}

.peachWrap .formTxt02:before {
    content: "到着空港（往路）";
}

.peachWrap .formTxt03:before {
    content: "日程";
}

.peachWrap .formTxt04:before {
    content: "大人";
}

.peachWrap .formTxt05:before {
    content: "中エリア";
}

.peachWrap .formTxt06:before {
    content: "小エリア";
}

/*peachlink*/
.peachlink {
    padding: 30px 0;
}

.peachlink .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.peachlink .box ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.peachlink .box ul li a {
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    background: #E65080;
    padding: 15px 25px 5px 25px;
    border-radius: 10px;
    border: 2px solid #FFF;
    display: block;
    position: relative;
    z-index: 0;
}

.peachlink .box ul li a:hover {
    color: #d14e97;
    border-color: #d14e97;
    background: #FFF;
    opacity: 1;
}

.peachlink .box ul li a:after {
    font-family: "Font AWesome 5 Free";
    content: "\f107";
    display: block;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .peachlink .box {
        width: 90%;
        margin: 0 auto;
    }
    
    .peachlink .box ul li {
        width: 100%;
    }

    .peachlink .box ul li a {
        padding: 5px 25px 3px 25px;
    }

    .peachlink .box ul li a:after {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 0;
    } 
}

/*peachFeatures*/
.peachFeatures .ttlimg {
    width: 300px;
    margin: 0 auto 30px;
}

@media (max-width: 1042px) {
    .peachFeatures .ttlimg {
        width: 200px;
    }
}

/*peachFeaturesIntro*/
.peachFeaturesIntro,
.peachFeaturesPoint {
    max-width: 100%;
    width: 640px;
    margin: 0 auto 30px;
}

.peachFeaturesIntro .txt {
    letter-spacing: 1px;
}

/*peachFeaturesPoint*/
.peachFeaturesPoint .tit {
    font-size: 20px;
    color: #E65080;
    text-align: center;
    border-bottom: 2px solid #E65080;
    margin-bottom: 20px;
}

.peachFeaturesPoint .box li {
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.peachFeaturesPoint .box li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: bold;
    color: #E65080;
    padding-right: 5px;
}

.peachFeaturesPoint .box li+li {
    margin-top: 10px;
}

/*peachFeaturesMeasures*/
.peachFeaturesMeasures .ttltxt {
    font-size: 22px;
    text-align: center;
    border-bottom: 2px solid #d14e97;
    margin-bottom: 30px;
}

.peachFeaturesMeasures .left {
    max-width: 100%;
    width: 400px;
    margin: 0 auto;
}

.peachFeaturesMeasures .right {
    width: calc(100% - 420px);
}

.peachFeaturesMeasures .right .box+.box {
    margin-top: 20px;
}

.peachFeaturesMeasures .right .box .tit {
    background: #915ca3;
    color: #FFF;
    border-radius: 4px;
    padding: 2px 10px;
    margin-bottom: 10px;
}

.peachFeaturesMeasures .right .box .item+.item {
    margin-top: 10px;
}

.peachFeaturesMeasures .right .box .item dl dt {
    color: #9b308c;
    font-weight: 500;
    border-bottom: 1px dotted #9b308c;
}

.peachFeaturesMeasures .right .box .item dl dd {
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .peachFeaturesMeasures .right {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 599px) {
    .peachFeaturesMeasures .ttltxt {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/*peachFeaturesState*/
.peachFeaturesState .imgbox .txt {
    font-size: 14px;
    color: #E65080;
    margin-top: 5px;
}

.peachFeaturesState .txtbox {
    background: #FFF9F3;
    padding: 15px 20px;
    margin-top: 10px;
}

@media (max-width: 599px) {
    .peachFeaturesState .imgbox .txt {
        margin-top: 0;
    }

    .peachFeaturesState .txtbox {
        font-size: 15px;
        padding: 10px 10px;
    }
}

/*peachFeaturesCitylist*/
.peachFeaturesCitylist .box {
    padding: 0 20px;
}

.peachFeaturesCitylist .box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

.peachFeaturesCitylist .box table th,
.peachFeaturesCitylist .box table td {
    background: #E2C3A6;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}

.peachFeaturesCitylist .box table td {
    width: 40%;
    padding: 10px 40px;
    background: #FFF9F3;
    position: relative;
    z-index: 0;
}

.peachFeaturesCitylist .box table td:before {
    font-family: "Font Awesome 5 Free";
    content: "\f5af";
    font-weight: bold;
    color: #EF8DA5;
    position: absolute;
    left: 10px;
}

.peachFeaturesCitylist .box table td:after {
    font-family: "Font Awesome 5 Free";
    content: "\f5b0";
    font-weight: bold;
    color: #EF8DA5;
    position: absolute;
    right: 10px;
}

.kaigai .peachFeaturesCitylist {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .peachFeaturesCitylist .box {
        padding: 0;
    }
}

@media (max-width: 599px) {
    .peachFeaturesCitylist .box table+table {
        margin-top: 10px;
    }

    .peachFeaturesCitylist .box table th, .peachFeaturesCitylist .box table td {
        font-size: 14px;
    }
}

/*peachPackage*/
.peachPackage .box {
    max-width: 100%;
    width: 640px;
    margin: 0 auto;
}

.peachPackage .box .txt {
    margin-top: 30px;
}

/*peachPlan*/
.peachPlan {
  margin-top: 30px;
}

.peachPlan ul li a {
    display: block;
}

.peachPlan ul li a .txt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /*background-image: linear-gradient(-45deg, #9b308c 20%, #915ca3 20%, #915ca3 30%, #d14e97 30%);*/
    padding: 5px;
}

.peachPlan ul li a .subTxt {
  font-size: 16px;
}

@media (max-width: 1024px) {
    .peachPlan ul {
        max-width: 100%;
        width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 599px) {
    .peachPlan ul li a .txt {
        font-size: 18px;
    }
    .peachPlan ul li a .subTxt {
  font-size: 14px;
}

}

/*peachQa*/
.peachQa .box dl+dl {
    margin-top: 30px;
}

.peachQa .box dl > * {
    padding: 15px 20px 15px 60px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.peachQa .box dl dt {
    font-size: 18px;
    color: #fff;
    background: #E65080;
    border: 2px solid #E65080;
    cursor: pointer;
    padding-right: 50px;
}

.peachQa .box dl dt:hover {
    color: #E65080;
    background:#fff;
}

.peachQa .box dl dt:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 0;
}

.peachQa .box dl dt.active:before {
    content: "\f077";
}

.peachQa .box dl dd {
    font-size: 16px;
}

.peachQa .box dl .sub {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 0;
}

.peachQa .box dl dt .sub {
    color: #E65080;
    background: #fff;
}

.peachQa .box dl dd .sub {
    color: #fff;
    background: #E65080;
}

@media (max-width: 1024px) {
    .peachQa .box dl+dl {
        margin-top: 20px;
    }
}

@media (max-width: 599px) {
    .peachQa .box dl > * {
        font-size: 14px;
        padding: 10px 30px 10px 55px;
    }

    .peachQa .box dl dt {
        padding: 10px 30px 10px 45px;
    }
    
    .peachQa .box dl .sub {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
        top: 10px;
        left: 8px;
    }

    .peachQa .box dl dt:before {
        font-size: 14px;
        top: 15px;
        right: 10px;
        z-index: 0;
    }
.catchTtl {
    font-size: 140%;
}
  
}



.peachBnr {
  margin: 20px 10px;
}

.peachBnr img {
  margin: 0 auto;
}


/* ツアーカセット */

/*campaignToursItem*/
.campaignToursBox {
    background: url(/import/tenant_1/www.wbf.co.jp/special/campaign/img/bg02.webp);
}

.campaignToursItem ul li .item {
    height: 100%;
  /*  background-color: #fbdd03;  */
}
body.timesale-ana .campaignToursItem ul li .item {
  background-color: #FFF;
}

.campaignToursItem ul li .item a {
    display: block;
    background: #fff;
}

.campaignToursItem ul li a .img-box {
    position: relative;
    z-index: 0;
}


.campaignToursItem ul li a .img-box .name {
    font-size: 12px;
    color: #fff;
    background: #E65080;
    padding: 3px 5px 2px;
    position: absolute;
    top: 5px;
    left: 2px;
    z-index: 1;
}

.campaignToursItem ul li .item a .txtbox {
    padding: 10px;
}

.campaignToursItem ul li .item a .txtbox .tit {
    font-weight: bold;
    margin-bottom: 10px;
}

.campaignToursItem ul li .item a .txtbox .pricebox {
    font-size: 12px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
}

.campaignToursItem ul li .item a .txtbox .pricebox .getdpprice{
  font-size: 26px;
  color: #BB0000;
  font-style: italic;
  margin-left: 10px;
}
.timesale-anaList ul li a .getdpprice_info{
  width: 100%;
  font-size: 12px;
  font-size: 12px;
  background: #e3e3e3;
  padding: 8px;
  border-radius: 6px;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
.campaignToursItem ul li .item a .txtbox .yen_parent {
    font-size: 26px;
    color: #BB0000;
    font-style: italic;
    margin-left: 10px;
}

.campaignToursItem ul li .item a .txtbox .explanation {
    font-size: 12px;
    margin-top: 10px;
}


.campaignToursBox:nth-of-type(even) {
    background-image: url(/import/tenant_1/www.wbf.co.jp/special/campaign/img/bg04.webp);
}

.campaignToursBox:nth-of-type(odd) .ttl {
    color: #e01515;
}

.campaignToursBox:nth-of-type(odd) .more a {
    background: #e01515;
}

@media (max-width: 599px) {
    .campaignToursItem ul li .item a .txtbox .yen_parent,.campaignToursItem ul li .item a .txtbox .pricebox .getdpprice{
        font-size: 22px;
    }
}


/* changeBox
=================*/
.changeBox {
   padding: 10px 20px;
   background: #E65080;
}

.changeBox dt {
   width: 100%;
   max-width: 190px;
   margin-right: 15px;
   color: #fff;
   font-size: 17px;
   line-height: 1.2;
}

.changeBox dd {
   width: 100%;
   max-width: 300px;
}

.changeBox select {
   width: 100%;
   padding: 10px;
   border-radius: 6px;
   font-size: 15px;
}

@media (max-width: 1024px) {
   .changeBox dl {
      max-width: 320px;
      margin: 0 auto;
   }

   .changeBox dt {
      width: calc(100% - 120px);
      margin-right: 5px;
      font-size: 15px;
   }

   .changeBox dd {
      width: 120px;
   }
}


/* tabWrap
=================*/
.tabBtn .items {
   border-radius: 30px;
   background: #fff;
   border: 2px solid #E65080;
}

.tabBtn .items.up-col-6{
  border-radius: 35px;
}
.tabBtn .item {
   display: block;
   padding: 15px 0;
   color: #E65080;
   line-height: 1.2;
   letter-spacing: 5px;
   text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tabBtn .item:first-of-type {
   border-radius: 30px 0 0 30px;
}

.tabBtn .item:last-of-type {
   border-radius: 0 30px 30px 0;
}

.tabBtn .item.active {
   background: #E65080;
   color: #fff;
}

.tabBtn .item + .item {
   border-left: 2px solid #E65080;
}

.tabItem .text {
   margin: 0 auto;
}

@media (max-width: 599px) {
   .tabBtn {
      overflow-x: scroll;
   }

   .tabBtn .items {
      width: 100%;
     /* overflow: hidden; */
     /* width: 600px; */
   }

   .tabBtn .item {
      font-size: 14px;
   }
}



/* 沖縄のみ追記 */

.auto_list{
  display:flex;
}
.auto_list li{width:100%;}
body.okinawa .peachImg{
    position: relative;
}

body.okinawa .sale{
position: absolute;
    top: 10px;
    width: 100%;
}

body.okinawa .sale p{
font-size: 20px;
    background-color: yellow;
    width: 90%;
    margin-left: 5%;
}

@media (max-width: 1024px){
  body.okinawa .peachImg .catch .img {
    width: 50%;
  }
}
@media (max-width: 599px){
  body.okinawa .peachImg .catch .img {
    width: 80%;
  }
  body.okinawa .sale p{
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 0;
  }
}
.camp_ver .peachImg > .pic{height:660px;}
.peach_coupon {
    padding: 15px 15px 45px;
    margin: 0;
    color: #fff;
    text-shadow: 0px 2px 0px #333;
}
.pc__abtn {
  display:block;
  margin:20px 0 30px;
    border: 2px solid #333;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    border-radius: 57px;
    background: #333;
    color: #fff;
    box-shadow: 3px 9px 0px 0px #d14e96;
    cursor:pointer;
}
.pc__abtn:hover{opacity:.8;}
.pc__abtn--ttl{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.pc__table{
    width: 100%;
    margin:0 0 15px 0;
    border: 2px solid #333;
}
.pc__table td{padding: 10px;border-bottom: 1px solid #333;}
.pc__table th{
    background: #dbe6f0;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #333;
}
.pc__list{
    position: relative;
    background: #e4e4e4;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
.pc__list::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 86px 0 0;
    border-color: #d14e9678 transparent transparent transparent;
    top: 0;
    position: absolute;
    left: 0;
    z-index:-1;
}
.pc__list dt{
  font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.pc__list dd input {
    background: none;
    border: none;
    font-weight: bold;
    -webkit-appearance: none;
    font-size: 20px;
    text-align: center;
    display: block;
    color: #d14e96;
    margin: 0 auto 5px;
    width: 100%;
}
.pc__list dd span{
  display: block;
    background: #333;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor:pointer;
}
.pc__box{padding:15px;/* display:none; */}


.camp_ver{
  position:relative;
}
.cmap__box {
    position: absolute;
    top: 6%;
}
.camp_ver .peachImg .catch{
  max-width: inherit;
  width: inherit; 
  position: absolute;
  left:inherit;
  top: 6%;
  right: 0;
  bottom:inherit;
  transform: inherit;
  z-index: 1;
}
.camp_ver .peachImg .catch .tit {
    -webkit-transform: rotate(8deg) translateX(-35px);
    transform: rotate(8deg) translateX(-35px);
}
.cpn__flx p {
    text-align: center;
    font-weight: bold;
    width: 100%;
}
.cpn__flx select {
    width:100%;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 10px;
}
.cpn__flx{
   /* display: flex; */
    flex-wrap: wrap;
    width: 80%;
    justify-content: space-between;
  align-items: center;  
  margin: 0 auto;
}
.pc__box--bg--ttl {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.pc__box--bg{display:none;}
@media (max-width: 768px){
  .camp_ver .peachImg .cate {
      top: 15%;
      z-index: 3;
      font-weight: bold;
  }
}

@media (min-width: 768px){
.pc__abtn {
    width: 480px;
    margin: 20px auto 30px;
}
  img.camp__img {
      width: 800px;
      margin: 0 auto;
  }
  .pc__box--bg--ttl{font-size:26px;}
  .camp_ver .peachImg .catch {
      left: 60%;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0%);
  }
  .cmap__box {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      top: 52%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  }
  .camp_ver .peachImg > .pic {
      height: 750px;
  }  
  .pc__box {
      padding: 30px 15px;
          margin-top: -5px;
background-image: linear-gradient(158deg, rgba(84, 84, 84, 0.03) 0%, rgba(84, 84, 84, 0.03) 20%,rgba(219, 219, 219, 0.03) 20%, rgba(219, 219, 219, 0.03) 40%,rgba(54, 54, 54, 0.03) 40%, rgba(54, 54, 54, 0.03) 60%,rgba(99, 99, 99, 0.03) 60%, rgba(99, 99, 99, 0.03) 80%,rgba(92, 92, 92, 0.03) 80%, rgba(92, 92, 92, 0.03) 100%),linear-gradient(45deg, rgba(221, 221, 221, 0.02) 0%, rgba(221, 221, 221, 0.02) 14.286%,rgba(8, 8, 8, 0.02) 14.286%, rgba(8, 8, 8, 0.02) 28.572%,rgba(52, 52, 52, 0.02) 28.572%, rgba(52, 52, 52, 0.02) 42.858%,rgba(234, 234, 234, 0.02) 42.858%, rgba(234, 234, 234, 0.02) 57.144%,rgba(81, 81, 81, 0.02) 57.144%, rgba(81, 81, 81, 0.02) 71.42999999999999%,rgba(239, 239, 239, 0.02) 71.43%, rgba(239, 239, 239, 0.02) 85.71600000000001%,rgba(187, 187, 187, 0.02) 85.716%, rgba(187, 187, 187, 0.02) 100.002%),linear-gradient(109deg, rgba(33, 33, 33, 0.03) 0%, rgba(33, 33, 33, 0.03) 12.5%,rgba(147, 147, 147, 0.03) 12.5%, rgba(147, 147, 147, 0.03) 25%,rgba(131, 131, 131, 0.03) 25%, rgba(131, 131, 131, 0.03) 37.5%,rgba(151, 151, 151, 0.03) 37.5%, rgba(151, 151, 151, 0.03) 50%,rgba(211, 211, 211, 0.03) 50%, rgba(211, 211, 211, 0.03) 62.5%,rgba(39, 39, 39, 0.03) 62.5%, rgba(39, 39, 39, 0.03) 75%,rgba(55, 55, 55, 0.03) 75%, rgba(55, 55, 55, 0.03) 87.5%,rgba(82, 82, 82, 0.03) 87.5%, rgba(82, 82, 82, 0.03) 100%),linear-gradient(348deg, rgba(42, 42, 42, 0.02) 0%, rgba(42, 42, 42, 0.02) 20%,rgba(8, 8, 8, 0.02) 20%, rgba(8, 8, 8, 0.02) 40%,rgba(242, 242, 242, 0.02) 40%, rgba(242, 242, 242, 0.02) 60%,rgba(42, 42, 42, 0.02) 60%, rgba(42, 42, 42, 0.02) 80%,rgba(80, 80, 80, 0.02) 80%, rgba(80, 80, 80, 0.02) 100%),linear-gradient(120deg, rgba(106, 106, 106, 0.03) 0%, rgba(106, 106, 106, 0.03) 14.286%,rgba(67, 67, 67, 0.03) 14.286%, rgba(67, 67, 67, 0.03) 28.572%,rgba(134, 134, 134, 0.03) 28.572%, rgba(134, 134, 134, 0.03) 42.858%,rgba(19, 19, 19, 0.03) 42.858%, rgba(19, 19, 19, 0.03) 57.144%,rgba(101, 101, 101, 0.03) 57.144%, rgba(101, 101, 101, 0.03) 71.42999999999999%,rgba(205, 205, 205, 0.03) 71.43%, rgba(205, 205, 205, 0.03) 85.71600000000001%,rgba(53, 53, 53, 0.03) 85.716%, rgba(53, 53, 53, 0.03) 100.002%),linear-gradient(45deg, rgba(214, 214, 214, 0.03) 0%, rgba(214, 214, 214, 0.03) 16.667%,rgba(255, 255, 255, 0.03) 16.667%, rgba(255, 255, 255, 0.03) 33.334%,rgba(250, 250, 250, 0.03) 33.334%, rgba(250, 250, 250, 0.03) 50.001000000000005%,rgba(231, 231, 231, 0.03) 50.001%, rgba(231, 231, 231, 0.03) 66.668%,rgba(241, 241, 241, 0.03) 66.668%, rgba(241, 241, 241, 0.03) 83.33500000000001%,rgba(31, 31, 31, 0.03) 83.335%, rgba(31, 31, 31, 0.03) 100.002%),linear-gradient(59deg, rgba(224, 224, 224, 0.03) 0%, rgba(224, 224, 224, 0.03) 12.5%,rgba(97, 97, 97, 0.03) 12.5%, rgba(97, 97, 97, 0.03) 25%,rgba(143, 143, 143, 0.03) 25%, rgba(143, 143, 143, 0.03) 37.5%,rgba(110, 110, 110, 0.03) 37.5%, rgba(110, 110, 110, 0.03) 50%,rgba(34, 34, 34, 0.03) 50%, rgba(34, 34, 34, 0.03) 62.5%,rgba(155, 155, 155, 0.03) 62.5%, rgba(155, 155, 155, 0.03) 75%,rgba(249, 249, 249, 0.03) 75%, rgba(249, 249, 249, 0.03) 87.5%,rgba(179, 179, 179, 0.03) 87.5%, rgba(179, 179, 179, 0.03) 100%),linear-gradient(241deg, rgba(58, 58, 58, 0.02) 0%, rgba(58, 58, 58, 0.02) 25%,rgba(124, 124, 124, 0.02) 25%, rgba(124, 124, 124, 0.02) 50%,rgba(254, 254, 254, 0.02) 50%, rgba(254, 254, 254, 0.02) 75%,rgba(52, 52, 52, 0.02) 75%, rgba(52, 52, 52, 0.02) 100%),linear-gradient(90deg, #ffffff,#ffffff);
  }
.pc__box--bg {
    background: #fff;
    width: 800px;
    display:none;
    margin: 15px auto 30px auto;
    padding: 30px;
    border-radius: 20px;
}
.cpn__flx2 {
    display: grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px grid-row-gap: 20px justify-items: stretch align-items: stretch;
    grid-gap: 15px 15px;
    width: 80%;
    margin: 0 auto;
}
.pc__list{margin-bottom:0;}
.cpn__flx select {
    width: 80%;
    margin: 0 auto;
} 
.pc__table {
    width: 80%;
    margin: 0 auto 15px;
}
  
}
@media (max-width: 599px) {
  .pc__box--bg{margin:20px 0;}
  .area .peachImg.kanto > .pic,.area .peachImg.kansai > .pic {
      height: 460px;
  }
  .peachImg.kanto .cate,.peachImg.kansai .cate {
      top: -10%;
  }  
}

.spOnry{
  display: none;
}
@media (max-width: 599px) {
  .spOnry{
  display: block;
}
}

.datePaxBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.datePaxBox dl:nth-of-type(1){width:200px;}
.datePaxBox dl:nth-of-type(2), .datePaxBox dl:nth-of-type(3) {
    width: calc(100%/2 - 170px);
}
.datePaxBox .sbw__content *{margin-top:0;}
.datePaxBox .sbw__content::before{
  content:none;
}
.datePaxBox dt{
  font-size: 20px;
    font-weight: bold;
    border-left: 10px solid #d14e96;
    padding-left: 10px;
    margin-bottom: 10px;
}
.sbw__content,.datePaxBox select{cursor:pointer;border:3px solid #ccc;width:100%;border-radius: var(--radius);}
.dpTtl {
    font-size: 19px;
    text-align: center;
    padding: 6px 0;
}
.dpBtn {
  cursor: pointer;
    background: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border-radius: var(--radius);
    font-weight: bold;
}
.peachSearch .tbpndep.sbw__content,.peachSearch .tbpnarr.sbw__content{
  width:120px;
}
.peachSearch .sbw_mddArea{width:150px;}
.peachSearch .sbw__box_col1{width:300px;}
.peachSearch .sbw__box{    width: 250px;}
.peachSearch .searchBox_wbf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.peachSearch .searchBox_wbf{width:95%;}
.peachSearch .inner {
    max-width: 750px;
}
.sbw__box_checkbox--txt {
    font-size: 18px;
    color: #fff;
}
.peachImg.top > .pic {
    /* height: 600px; */
    height: 470px;
}
.peachImg.top .catch{bottom: 160px;}
.peachImg.top .catch .catchBox{bottom: -40px;}
.peachImg.top .catch .img {
    width: 40%;
    height: auto;
    margin: auto;
    padding: 30px 0;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    z-index: 2;
    right: -10%;
    bottom: 27%;
}
[data-no="peach"] #scrollBox table{
  display:none;
}
[data-no="peach"] #scrollBox table#cal_2023_4,[data-no="peach"] #scrollBox table#cal_2023_5,[data-no="peach"] #scrollBox table#cal_2023_6,[data-no="peach"] #scrollBox table#cal_2023_7{
  display:table;
}

[data-no="peach"] .cal_2023_7_15, [data-no="peach"] .cal_2023_7_16, [data-no="peach"] .cal_2023_7_17, [data-no="peach"] .cal_2023_7_18, [data-no="peach"] .cal_2023_7_19, [data-no="peach"] .cal_2023_7_20, [data-no="peach"] .cal_2023_7_21, [data-no="peach"] .cal_2023_7_22, [data-no="peach"] .cal_2023_7_23, [data-no="peach"] .cal_2023_7_24, [data-no="peach"] .cal_2023_7_25, [data-no="peach"] .cal_2023_7_26, [data-no="peach"] .cal_2023_7_27, [data-no="peach"] .cal_2023_7_28, [data-no="peach"] .cal_2023_7_29, [data-no="peach"] .cal_2023_7_30, [data-no="peach"] .cal_2023_7_31 {
    color: #aaa;
    pointer-events: none;
}
.datePaxList li{margin-top:20px;}

@media (max-width: 599px) {
.peachImg.top .catch .img {
    width: 50%;
    right: 10%;
    bottom: 85%;
}
  .datePaxBox dl:nth-of-type(1),.datePaxBox dl:nth-of-type(2),.datePaxBox dl:nth-of-type(3){width:100%;}
  .datePaxBox dt{font-size:16px;}
  .datePaxBox dl:nth-of-type(1), .datePaxBox dl:nth-of-type(2), .datePaxBox dl:nth-of-type(3) {
      width: 100%;
      margin-bottom: 10px;
  }
  .peachSearch .sbw__box {
      width: 100%;
  }
  .peachSearch .tbpndep.sbw__content, .peachSearch .tbpnarr.sbw__content {
      width: calc(100% / 2 - 10px);
  }
  .peachSearch .sbw_mddArea {
      width: 100%;
      margin-top: 10px;
  }
.peachSearch .sbw__box_col1 {
    width: 100%;
    margin: 10px 0 0;
}
.datePaxList li {
    margin-top: 10px;
    width: calc(100% / 2);
}
}

.peachPlan .link{
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    margin-top: 15px;
    font-weight: bold;
}
.block-type-02 .bottom .getdpprice{display:flex;align-items: baseline;width:auto;}
.peachSelect {
  margin: 20px auto;
  width: 90%;
}
.peachSelect .items li {
    font-size: 18px;
    color: #d14e97;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px;
    display: block;
    position: relative;
    z-index: 0;
}
.peachSelect .items li:hover {
    background: #9b308c;
    color: #fff;
    opacity: 1;  
}
.peachSelect .items li a {
  padding: 20px 180px;
}
.datePaxBox select[name=saleDep]{
    padding: calc(var(--pdd) + 5px) var(--pdd) var(--pdd) var(--pdd);
}

@media (max-width: 599px){
  .peachSelect .items li a {
  padding: 10px 30px;
}
}

/* 九州・北海道・沖縄のみ修正 */
.peachWrap.kyushu .peachImg .catch,.peachWrap.hkd .peachImg .catch,.peachWrap.okinawa .peachImg .catch{
  bottom: 30px;
}
.peachWrap.kyushu .peachSearch .inner,.peachWrap.hkd .peachSearch .inner,.peachWrap.okinawa .peachSearch .inner{
  /* max-width: 1000px; */
}
.peachWrap.kyushu .w35,.peachWrap.hkd .w35,.peachWrap.okinawa .w35{
  width: 35%;
}
.peachWrap.kyushu .w65,.peachWrap.hkd .w65,.peachWrap.okinawa .w65{
  width: calc(65% - 20px);
}
@media (max-width: 1024px) {
    .peachWrap.kyushu .peachSearchBox form .dp__col2,.peachWrap.hkd .peachSearchBox form .dp__col2,.peachWrap.okinawa .peachSearchBox form .dp__col2{
        width: 100%;
    }
}
.ttl_img{
  position: absolute;
  width: 40%;
      top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 600px;
}
@media (max-width: 599px){
  .ttl_img{width: 90%;}
  .isgk_top .area .peachImg > .pic{
        height: 430px;
  }
}



/*-----------------------------------
        キャンペーン追加 
-----------------------------------*/
#cpn .ttl01 .txt{
  color: #df0000;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 3px 3px 3px #FFF, -3px -3px 3px #FFF, -3px 3px 3px #FFF, 3px -3px 3px #FFF, 3px 0px 3px #FFF, -3px 0px 3px #FFF, 0px 3px 3px #FFF, 0px -3px 3px #FFF;
}
#cpn .ttl01 .sub{
  background: #be0003;
}
#cpn .ttl01 .sub .pcOnry{
  display: inline;
}
#cpn .ttl01 .sub:before,#cpn .ttl01 .sub:after{
  border: 30px solid #be0003;
}
#cpn .ttl01 .sub:before{
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}
#cpn .ttl01 .sub:after{
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}
#cpn .day{
    background-color: #dcebf5;
    border: solid 2px #2d83bc;
}
#cpn .coupon{
  background: url(/upload/tenant_1/hatsuyume2024_ss2024_tag02.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
#cpn .coupon .day{
  background: #f3ce00;
  border:none;
}
#cpn .list li .txt{
  background-color: #dcebf5;
}
#cpn .list {
  width: 80%;
  margin: 0 auto 15px auto;
}
@media (max-width: 599px) {
  #cpn .list {
    width: 100%;
  }
}

#cpn .list .attention{
  text-align: center;
  font-size: 12px;
}

#cpn .list > .txt {
    text-align: center;
    margin-bottom: 20px;
}

#cpn .list li {
  background: #e3f9ff;
    display: flex;
    padding: 8px;
    background: none;
}

#cpn .list li:first-child span.txt{
  text-align: center;
  font-weight: bold;
  border-bottom: solid 2px;
  font-size: 130%;
  width: 55%;
  background: none;
  border-radius: 0;
  background-color: #FFF;
}
#cpn .list li:first-child span.sub{
  text-align: center;
  font-weight: bold;
  border-bottom: solid 2px;
  width: calc(45% - 3em);
  background-color: #FFF;
}
@media (max-width: 599px) {
  #cpn .list li:first-child span.txt,#cpn .list li:first-child span.sub{
    font-size: 110%;
  }
}


#cpn .list li .txt {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3f9ff;
    border-radius: 4px;
}

#cpn .list li .arrow {
    width: 3em;
    text-align: center;
}
@media (max-width: 599px) {
  #cpn .list li .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}
}

#cpn .list li .sub {
    width: calc(50% - 100px);
    font-size: 130%;
    text-align: left;
    font-weight: bold;
    width: calc(45% - 3em);
    text-align: center;
    background-color: #fffda3;
    padding: 5px;
}
#cpn .red {
    color: #e01515;
}

#cpn .bnrbox {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
    padding: 15px;
    border-radius: 10px;
}
#cpn .bnrbox .toroku{
  text-align: right;
  padding-right: 20px;
}
#cpn .bnrbox .toroku p{
  font-weight: bold;
}

#cpn .bnrbox .bnr {
/*   width: 90%; */
  margin: 0 auto;
}
@media (max-width: 599px) {
  #cpn .bnrbox .bnr {
    width: 100%;
  }
}

#cpn .bnrbox .bnr a {
    display: block;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}

#cpn .bnrbox .txt {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    #cpn .list li {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    #cpn .list li {
      font-size: 12px;
    line-height: 1.3;
  }
    #cpn .list li .txt {
        width: 55%;
        flex-direction: column;
    }

    #cpn .list li .sub {
        width: calc(45% - 3em);
        font-size: 110%;
    }
}

.kaigai .campaignToursItem {
  margin-top: 20px;
}

.kaigai .campaignToursItem .listTitle:first-letter {
  font-size: 150%;
  color: #E65080;
}

.kaigai .campaignToursItem .listTitle {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-left: 15px;
}

.kaigai .campaignToursItem .special {
  text-align: right;
  margin-bottom: 10px;
}

.kaigai .campaignToursItem .special a {
  border: 3px solid #E65080;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 6px;
  padding: 0 10px;
}

.kaigai .campaignToursItem .special a i {
  color: #E65080;
}

.kaigai .campaignToursItem .plan {
  border-bottom: 3px dotted #E65080;
}

.kaigai .campaignToursItem .plan:last-child {
  border: none;
}

.kaigai .campaignToursItem .tour ul li a {
  padding: 5px 20px;
  background-color: #E65080;
  border-radius: 6px;
  color: #FFF;
  align-items: center;
  justify-content: center;
}

.kaigai .campaignToursItem .pri {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-left: 10px;
}

.kaigai .campaignToursItem .yen {
    font-style: initial;
    margin-left: 5px;
}

.kaigai .campaignToursItem .card01 .card01__title {
  font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.kaigai .campaignToursItem .card01 .card01__body .tourBtn {
  text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
}

.kaigai .campaignToursItem .card01 .card01__body .tourBtn a {
    background-color: #E65080;
    border-radius: 6px;
    color: #FFF;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
    font-size: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kaigai .campaignToursItem .card01 .card01__body .tourBtn a i {
  padding-left: 10px;
}

@media (max-width: 599px){
  .kaigai .peachWrap .ttl01 {
    font-size: 20px;
  }
  .kaigai .campaignToursItem .listTitle {
    font-size: .9em;
  }
  .kaigai .campaignToursItem .special a {
    font-size: .9em;
  }
  .kaigai .campaignToursItem .tour ul li a {
    padding: 5px 10px;
  }
}

/* MV内リンク */
.peachImg .topLink{
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #C39378;
    font-weight: bold;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 110%;
}
@media (max-width: 768px) {
  .peachImg .topLink{
    top: auto;
    bottom: 15px;
    right: auto;
    width: 90%;
    margin-left: 5%;
  }
}
.errBox,.errBox2 {
  display: block;
  width: 100%;
    color: #ffc794;
}
.sbw__content.err {
    border: 3px solid #ffc794;
}
form#SearchFormOversea{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.peachSearch #SearchFormOversea .sbw__box {
    width: 170px;
    margin-right: 15px;
}
.peachSearch #SearchFormOversea .sbw__box label{
    width: 100%;
}
.peachSearch #SearchFormOversea .sbw_pax{
    margin-left: 15px;
}
.catch_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 600px;
    margin: 0 auto;
}
.pc__box--bg--ttl{
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
}
.cpn__flx3 {
    display: grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px grid-row-gap: 20px justify-items: stretch align-items: stretch;
    grid-gap: 15px 15px;
    width: 100%;
    margin: 0 auto;
}
.pc__box--bg .list ul li {
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
        border-right: none;
}
.pc__box--bg .list ul li:first-child {
    text-align: center;
    font-weight: bold;
    display: block !important;
    border-bottom: 1px solid;
}
.pc__box--bg .list ul li:last-child {border-bottom:none;}
.pc__box--bg .list ul li .sub.red{
    font-weight: bold;
    padding: 0 10px;
    color: #be63a8;
}
#cpn .list {
    width: 100%;
    margin: 0 auto 15px auto;
}
.txt-prc {
    font-weight: bold;
    padding: 0 10px;
    color: #be63a8;
}
/* #cpn .list li span{display: block;} */
@media (max-width: 768px) {
  .peachSearch #SearchFormOversea .sbw_pax{margin-left: 0;}
  .peachSearch #SearchFormOversea .sbw__box{
    width:calc(100% / 2 - 10px);
  }
  .peachSearch #SearchFormOversea .sbw_mddArea {
      width:calc(100% / 2 - 10px);
      margin-top: 0;
  }
   .cpn__flx3 {
      grid-template-columns: 1fr;
  } 
#cpn .list li div {
    width: 100%;
    display: flex;
}
.pc__table{font-size:90%;}
.pc__list dt{font-size:14px;}
.pc__list dd span{font-size:14px;}
.catch_img{width: 80%;top: 40%;}
}

.topBnr div{
  padding: 15px;
}
.pc__ttl{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ts .peachImg > .pic {
      height: 400px;
  }
  .ts .catch_img {
      width: 100%;
      top: 44%;
  }
  
}
