@charset "UTF-8";
/* ページ設定 */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

.summerWrap .mainWrap {
    color: #333;
    font-size: 16px;
    font-family: "M PLUS 1p", sans-serif;
    line-height: 1.6;
}

.summerWrap .back01 {
    background-image: url(/import/tenant_1/www.wbf.co.jp/oka/special/summer/images/bg-g.jpg);
    background-repeat: repeat;
    background-position: top left;    
}

.summerWrap .back02 {
    background: #ffeff1;
}

.search {
    padding: 16px 0px;
    background: #fffb4d;
    font-size: 18px;
}

.search .left {
    font-family: "M PLUS 1p";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
}

.search .right select {
    width: 168px;
    padding: 5px 0;
}

.searchWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 599px) {
    .search {
        font-size: 16px;
    }

    .search .left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 185px;
        flex: 0 0 185px;
    }

    .search .right select {
        width: 120px;
    }
}

/*メインビジュアル*/
[data-element-id] .summerImg .show\@sp {
    width: 500px;
}

.summerIntro .ttl01 {
    width: fit-content;
    max-width: 80%;
    margin: auto;
    background: #08a49b;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: relative;
}

.summerIntro .ttl01::before,
.summerIntro .ttl01::after {
    position: absolute;
    z-index: -1;
    bottom: -10px;
    display: block;
    content: "";
    border-width: 1em;
    border-style: solid;
    border-color: #068f87;
    -o-border-image: initial;
    border-image: initial;
}

.summerIntro .ttl01::before {
    z-index: -1;
    border-left-width: 15px;
    border-left-color: transparent;
    left: -32px;
}

.summerIntro .ttl01::after {
    z-index: -1;
    border-right-width: 15px;
    border-right-color: transparent;
    right: -32px;
}

.summerIntro .ttl01 .illustImg {
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 120px;
}

.summerIntro .introTtl {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 2;
    padding: 20px 100px;
}

.summerIntro .introTtl::before,
.summerIntro .introTtl::after {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 13px;
    height: 10px;
    content: "";
    border-style: solid;
    border-color: #037e77 transparent transparent;
}

.summerIntro .introTtl::before {
    left: -1px;
    border-width: 10px 0px 0px 10px;
}

.summerIntro .introTtl::after {
    right: -1px;
    border-width: 10px 10px 0px 0px;
}

@media (max-width: 1024px) {
    .summerIntro .ttl01 {
        font-size: 27px;
    }

    .summerIntro .ttl01::before {
        left: -31px;
    }

    .summerIntro .ttl01::after {
        right: -30px;
    }

    .summerIntro .ttl01 .illustImg {
        width: 90px;
    }

    .summerIntro .introTtl {
        padding: 16px 100px;
    }

    .summerIntro .introTtl::before,
    .summerIntro .introTtl::after {
        bottom: -9px;
    }

    .summerIntro .introTtl::before {
        left: -2px;
    }

    .summerIntro .introTtl::after {
        right: -1px;
    }
}

@media (max-width: 599px) {
    .summerIntro .ttl01 {
        font-size: 20px;
    }

    .summerIntro .ttl01::before {
        left: -26px;
    }

    .summerIntro .ttl01::after {
        right: -26px;
    }

    .summerIntro .ttl01 .illustImg {
        width: 60px;
        bottom: -10px;
        right: -20px;
    }

    .summerIntro .introTtl {
        padding: 10px 23px;
    }

    .summerIntro .introTtl::before,
    .summerIntro .introTtl::after {
        bottom: -10px;
    }

    .summerIntro .introTtl::before {
        left: -1px;
    }

    .summerIntro .introTtl::after {
        right: -1px;
    }
}

.tourChoice {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tourChoice .left,
.tourChoice .right,
.summerIntro .bottom {
    position: relative;
    padding: 40px 44px 30px;
    text-align: center;
}

.tourChoice .left .ttl02,
.tourChoice .right .ttl02,
.summerIntro .bottom .ttl02 {
    font-weight: bold;
}

.summerIntro .bottom .ttl02.fw-normal {
    font-weight: normal;
}

.tourChoice .left .ttl02 .ja,
.tourChoice .right .ttl02 .ja,
.summerIntro .bottom .ttl02 .ja {
    font-size: 30px;
    letter-spacing: 3px;
}

.tourChoice .left .ttl02 .en,
.tourChoice .right .ttl02 .en,
.summerIntro .bottom .ttl02 .en {
    display: block;
    font-family: "Lobster", cursive;
    font-size: 22px;
}

.tourChoice .left ul,
.tourChoice .right ul,
.summerIntro .bottom ul {
    margin-top: 30px;
}

.tourChoice .left ul li,
.tourChoice .right ul li,
.summerIntro .bottom ul li {
    font-size: 20px;
    margin-bottom: 25px;
}

.tourChoice .left ul li a,
.tourChoice .right ul li a,
.summerIntro .bottom ul li a {
    color: #fff;
}

.tourChoice .left ul li a .arrow,
.tourChoice .right ul li a .arrow,
.summerIntro .bottom ul li a .arrow {
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #ffffff;
    display: inline-block;
    margin: 0 0 2px 15px;
}

.tourChoice .left {
    background: url(/import/tenant_1/www.wbf.co.jp/oka/special/summer/images/bg-b.jpg) repeat top left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
}

.tourChoice .left .ttl02 .ja {
    color: #1159d0;
}

.tourChoice .left .ttl02 .en {
    color: #77a2eb;
}

.tourChoice .left ul {
    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;
}

.tourChoice .left ul li {
    width: 47%;
}

.tourChoice .left ul li:first-child {
    width: 100%;
    max-width: 700px;
}

.tourChoice .left ul li a {
    background-color: #1159d1;
    border-radius: 40px;
    display: block;
    padding: 25px;
}

.leftWrap {
    max-width: 700px;
    margin-left: auto;
}

.tourChoice .right {
    background: url(/import/tenant_1/www.wbf.co.jp/oka/special/summer/images/bg-g.jpg) repeat top left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
}

.tourChoice .right .ttl02 .ja {
    color: #08a49b;
}

.tourChoice .right .ttl02 .en {
    color: #5cccc6;
}

.tourChoice .right ul li a {
    width: 100%;
    height: 292px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #08a49b;
    padding: 0 5px;
}

.rightWrap {
    max-width: 400px;
    margin-right: auto;
}

.bottom {
    padding-bottom: 0 !important;
}

.bottom .ttl02 {
    color: #ea5d6c;
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom .ttl02 .illust01,
.bottom .ttl02 .illust02 {
    margin: 0px 10px 20px 10px;
}

.bottom .ttl02 .illust02 {
    margin-bottom: 10px;
}

.bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom ul li {
    width: 47%;
    max-width: 426px;
}

.bottom ul li:first-child {
    margin-right: 48px;
}

.bottom ul li a {
    background-color: #ea5d6c;
    border-radius: 40px;
    display: block;
    padding: 25px;
}

.summerBottom ul li a {
    font-size: 20px;  
    color: #fff;
    background: #ea5d6c;
    text-align: center;
    border-radius: 40px;    
    display: block;
    padding: 25px;    
}

.summerBottom .bottom {
    padding: 0;
}

.bottom-green ul li a {
    background: #08a49b;
}

.summerBottom ul li .arrow {
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #ffffff;
    display: inline-block;
    margin: 0 0 2px 15px;
}

@media (max-width: 1024px) {

    .tourChoice .left,
    .tourChoice .right,
    .summerIntro .bottom {
        padding: 30px 30px 20px;
    }

    .tourChoice .left ul li,
    .tourChoice .right ul li,
    .summerIntro .bottom ul li {
        font-size: 18px;
    }

    .tourChoice .left ul li {
        width: 100%;
    }

    .bottom .ttl02 {
        font-size: 24px;
    }

    .bottom ul {
        display: block;
    }

    .bottom ul li {
        width: 100%;
        margin: auto;
    }

    .bottom ul li:first-child {
        margin: 0 auto 25px;
    }
    
    .summerBottom ul li a {
        font-size: 18px;
        padding: 25px 10px;
    }
}

@media (max-width: 599px) {
    .tourChoice {
        display: block;
    }

    .tourChoice .left,
    .tourChoice .right,
    .summerIntro .bottom {
        padding: 30px 10px 20px;
    }

    .tourChoice .left .ttl02 .ja,
    .tourChoice .right .ttl02 .ja,
    .summerIntro .bottom .ttl02 .ja {
        font-size: 20px;
    }

    .tourChoice .left .ttl02 .en,
    .tourChoice .right .ttl02 .en,
    .summerIntro .bottom .ttl02 .en {
        font-size: 20px;
    }

    .tourChoice .left ul li,
    .tourChoice .right ul li,
    .summerIntro .bottom ul li {
        font-size: 14px;
    }

    .tourChoice .left ul li a .arrow,
    .tourChoice .right ul li a .arrow,
    .summerIntro .bottom ul li a .arrow {
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 9px solid #ffffff;
    }

    .tourChoice .left ul li a {
        padding: 10px;
    }

    .tourChoice .right ul li a {
        height: auto;
        padding: 10px;
    }

    .rightWrap {
        max-width: 100%;
        margin: auto;
    }

    .bottom .ttl02 {
        font-size: 16px;
    }

    .bottom .ttl02 .illust01,
    .bottom .ttl02 .illust02 {
        margin-bottom: 10px;
    }

    .bottom .ttl02 .illust01 img {
        width: 43px;
    }

    .bottom .ttl02 .illust02 img {
        width: 24px;
    }

    .bottom ul li {
        max-width: 100%;
    }

    .bottom ul li a {
        padding: 18px;
    }
    
    .summerBottom ul li a {
        font-size: 14px;
        padding: 10px 10px;
    }
}

.summerResort:nth-child(even) .picIllust {
    left: -150px;
}

.summerResort .picWrap {
    overflow-x: hidden;
    padding: 56px 0 10px;
}

.summerResort .pic {
    position: relative;
}

.summerResort .pic .picIllust {
    position: absolute;
    top: -50px;
    right: -150px;
    width: 300px;
    height: 450px;
}

.summerResort.second .picIllust {
    width: 250px;
    left: -100px;
}

.summerResort.third .picIllust {
    width: 180px;
    right: -25px;
}

.summerResort.forth .picIllust {
    width: 160px;
    left: -30px;
}

.summerResort.hkd_summerResort.first .picIllust {
    width: 200px;
    height: 400px;
    right: 0px;
}

.summerResort.hkd_summerResort.second .picIllust {
    width: 180px;
    height: 400px;    
    left: 0;
    top: -50px;
}

.summerResort.hkd_summerResort.third .picIllust {
    width: 240px;
    height: 500px;
    right: -30px;
    top: -50px;   
}

.summerResort.hkd_summerResort.forth .picIllust {
   left: 0;
}

.summerResort.last {
    background-color: #f4ffff;
    margin-top: 56px;
}

.summerResort.last .picWrap {
    padding-top: 0;
}

.summerResort.last .summerResortInner {
    padding-top: 0;
}

.summerResort.last .summerResortTtl01 {
    color: #08a49b;
}

.summerResort.last .summerResortTtl02 .selectHotel {
    color: #5cccc6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), color-stop(0%, #c5f1ef));
    background: linear-gradient(transparent 48%, #c5f1ef 0%);
}

.summerResort.last .slider .place {
    background-color: #08a49b;
}

.summerResort.last .slider .tourBtn a {
    background-color: #5cccc6;
}

.slider .btnList ul.up-col-2{
    justify-content: flex-start;
}

.summerResort.last .slick-arrow {
    background-color: #5cccc6;
}

.summerResort.last .slide-dots li button:hover::before {
    background-color: #08a49b;
}

.summerResort.last .slide-dots li button::before {
    border: 3px solid #08a49b;
}

.summerResort.last .slide-dots li.slick-active button::before {
    background: #08a49b;
}

.summerResortWrap {
    background-color: #fff;
    margin-top: -60px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

.summerResortInner {
    padding-top: 54px;
}

.summerResortTtl01 {
    color: #1159d0;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
}

.summerResortTxt {
    margin-bottom: 24px;
}

.summerResortTtl02 {
    text-align: center;
    margin-bottom: 24px;
}

.summerResortTtl02 .selectHotel {
    font-family: "Lobster", cursive;
    color: #77a2eb;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding: 0 48px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), color-stop(0%, #e0ebfd));
    background: linear-gradient(transparent 48%, #e0ebfd 0%);
    display: inline-block;
    line-height: 1;
}

[data-element-id] .sliderItems {
    display: flex;
    flex-wrap: wrap;
}

.sliderItem {
    max-width: 300px;
    margin: 0 16px 10px;
    position: relative;
}

[data-element-id] .sliderItem {
    max-width: calc(67% / 3);
}

.sliderItem .pic {
    position: relative;
    z-index: 1;
}

.sliderItem .pic .place {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1159d0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 12px;
}

.sliderItemWrap {
    padding: 16px 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.sliderItemTtl {
    font-size: 20px;
    margin-bottom: 6px;
}

.sliderItemTxt {
    font-size: 14px;
}

.sliderItemTxt span a {
  background-color: #fffb4d;
  color: #000;
  padding: 3px 5px;
  border-radius: 15px;
  text-align: center;
}

.btnList {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.tourBtn {
    text-align: center;
    color: #fff;
    padding: 0 5px 15px;
}

.tourBtn a {
    background-color: #1159d0;
    border-radius: 20px;
    padding: 7px;
    display: block;
}

.imgBg {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.imgBg img {
    height: 100%;
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 50px;
    height: 50px;
    color: transparent;
    z-index: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 1;
    background-color: #77a2eb;
    border-radius: 50%;
}

.slick-arrow:hover {
    opacity: 0.7 !important;
    background-color: #77a2eb !important;
}

.slick-arrow:focus {
    background-color: #77a2eb !important;
}

.summerResort.last .slick-arrow:hover {
    background-color: #5cccc6 !important;
}

.summerResort.last .slick-arrow:focus {
    background-color: #5cccc6 !important;
}

/* slick */
/* 共通設定 */
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* next */
.slick-next {
    right: 26px;
}

.slick-next::after {
    right: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* prev */
.slick-prev {
    left: 26px;
}

.slick-prev::after {
    left: 22px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* dots */
.slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
}

.slide-dots li {
    display: inline-block;
    margin: 0 6px;
}

.slide-dots li button {
    position: relative;
    text-indent: -9999px;
}

.slide-dots li button:hover::before {
    background-color: #1159d0;
    opacity: 0.5;
}

.slide-dots li button::before {
    background-color: #fff;
    border: 3px solid #1159d0;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    width: 10px;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 24px;
}

.slide-dots li.slick-active button::before {
    background: #1159d0;
}

button {
    background: none;
    border: none;
    outline: none;
    padding: 0 7px;
}

.tips {
    padding-bottom: 30px;
}

.tipsWrap {
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 24px;
}

.tipsItems .item {
    max-width: 550px;
    margin-bottom: 34px;
    background-color: #fff;
    width: 46%;
}

.tipsItems .item .pic {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.tipsItems .item .pic .up-ofi-65 {
    position: relative;
    z-index: 1;
}

.tipsItems .item .tit {
    font-size: 24px;
}

.tipsTtl {
    font-size: 40px;
    padding: 40px;
    text-align: center;
    background-color: #ea5d6c;
    color: #fff;
    position: relative;
    margin-bottom: 36px;
}

.tipsTtl::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #ea5d6c;
}

.tipsSubTtl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #ea5d6c;
    margin-bottom: 16px;
}

.fw-normal {
    font-weight: normal;
}

.tipsTxt {
    margin-bottom: 34px;
}

.checkBtn {
    text-align: center;
}

.checkBtn a {
    color: #fff;
    font-size: 24px;
    background: #1159d0;
    padding: 40px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkBtn a:after {
    display: block;
    content: "▲";
    font-size: 80%;
    margin-left: 5px;
}

@media (max-width: 1024px) {
    .sliderItemTtl {
        font-size: 16px;
    }

    .sliderItemTxt {
        font-size: 12px;
    }
    
    .checkBtn a {
        font-size: 20px;
        padding: 30px 0;
    }
    
    .summerResort.hkd_summerResort.first .picIllust {
        width: 150px;
        height: 200px;
        right: -30px;
        top: -40px;
    }
    
    .summerResort.hkd_summerResort.second .picIllust {
        width: 150px;
        height: 220px;      
        left: -30px;
        top: -30px;
    }
    
    .summerResort.hkd_summerResort.third .picIllust {
        width: 150px;
        height: 200px;      
        right: -10px;
        top: -50px;
    }
    
    .summerResort.hkd_summerResort.forth .picIllust {
        width: 100px;
        height: 200px;      
        top: -30px;
    }
}

@media screen and (max-width: 767px) {

    .slick-next::after,
    .slick-prev::after {
        width: 10px;
        height: 10px;
    }

    .slick-next {
        right: 8px;
    }

    .slick-prev {
        left: 8px;
    }
}

@media (max-width: 599px) {
    .summerResort:nth-child(even) .picIllust {
        left: -27px;
    }

    .summerResort .picWrap {
        padding-top: 35px;
    }

    .summerResort .pic .picIllust {
        width: 100px;
        right: -27px;
    }

    .summerResort.second .picIllust {
        width: 100px;
        top: -30px;
        left: -30px;
    }

    .summerResort.third .picIllust {
        width: 70px;
        top: -50px;
        right: -10px;
    }

    .summerResort.forth .picIllust {
        width: 70px;
        top: -30px;
        left: -30px;
    }

    .summerResort.last {
        margin-top: 35px;
    }

    .summerResortWrap {
        margin-top: 0;
        width: 100%;
        border-radius: 0;
    }

    .summerResortInner {
        padding: 24px 15px 0;
    }

    .summerResortTtl01 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .summerResortTxt {
        margin-bottom: 21px;
    }

    .summerResortTtl02 .selectHotel {
        font-size: 26px;
        padding: 0 16px;
    }

    .sliderItem .pic .place {
        font-size: 10px;
    }

    .sliderItemTtl {
        font-size: 12px;
    }

    .sliderItemTxt {
        font-size: 10px;
    }

    .tourBtn {
        font-size: 14px;
    }

    .tipsWrap {
        margin-right: 0;
        margin-left: 0;
    }

    .tipsItems .item {
        width: 100%;
    }

    .tipsItems .item .pic {
        height: 63vw;
    }

    .tipsItems .item .tit {
        font-size: 14px;
        font-weight: bold;
    }

    .tipsTtl {
        font-size: 20px;
        padding: 16px;
        margin-bottom: 16px;
    }

    .tipsSubTtl {
        font-size: 14px;
    }
    
    .checkBtn a {
        font-size: 13px;
        font-weight: bold;
        padding: 20px 0px;
    }
    
    .summerResort.hkd_summerResort.first .picIllust {
        width: 100px;
    }
    
    .summerResort.hkd_summerResort.second .picIllust {
        width: 100px;
    }
    
    .summerResort.hkd_summerResort.third .picIllust {
        width: 100px;
    }
    
    .summerResort.hkd_summerResort.forth .picIllust {
        width: 70px;
    }
}


/*summerBanner*/
.summerBanner .ttl {
    font-size: 36px;
    text-align: center;
    color: #1159d0;
    margin-bottom: 30px;
}

.summerBanner ul li + li {
    margin-top: 20px;
}

.summerBanner ul li a {
    display: block;
}

@media (max-width: 599px) {
    .summerBanner .ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }
}


/*summerFaq*/
.summerFaq .ttl {
    font-size: 26px;
    text-align: center;
    color: #ea5d6c;
    margin-bottom: 30px;
}

.summerFaq ul li {
    background: #fff;
    border-radius: 10px;
}

.summerFaq ul li + li {
    margin-top: 20px;
}

.summerFaq ul li .more {
    font-size: 20px;
    padding: 20px;
    padding-right: 40px;
    cursor: pointer;    
    position: relative;
    z-index: 0;
}

.summerFaq ul li .more:before {
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
}

.summerFaq ul li .more.active:before {
            -webkit-transform: translateY(-50%) rotate(180deg);
                    transform: translateY(-50%) rotate(180deg);
}

.summerFaq ul li .txt {
    padding: 0 40px 20px;
}

@media (max-width: 599px) {
    .summerFaq .ttl {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .summerFaq ul li .more {
        font-size: 16px;
        padding: 10px 40px 10px 10px;
    }

    .summerFaq ul li .txt {
        padding: 0 20px 20px;
    }    
}

.shikoku #cont02 .slick-track,.shikoku #cont03 .slick-track{
    display: flex;
    justify-content: center;
}


/* 2023GW特集 dp化ボタン */
.tourBtn.dp a{
  background: none;
  padding: 0;
}
.summerResort.last .slider .tourBtn a{
  background: none;
}
.tourBtn.dp .tourBtn_inner {
    background-color: #1159d0;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 15px;
}
.summerResort.last .slider .tourBtn_inner{
  background-color: #5cccc6;
}
.tourBtn.dp .tourBtn_inner .getdpprice {
    padding-left: 5px;
}
.tourBtn.dp .info{
    font-size: 13px;
    color: #000;
    line-height: 1.4;
    text-align: left;
}

.bnrImg {
    width: 80%;
    margin: 0 auto;
}

.bnrImg .summerResortTtl01 {
    color: #1159d0;
    font-size: 28px;
    text-align: center;
    margin: 20px 0 5px;
}

@media (max-width: 599px){
  .bnrImg .summerResortTtl01{
    font-size: 16px;
    margin: 15px 0 10px;;
  }
}



/*campaignQa*/
.campaignQa .box dl+dl {
    margin-top: 40px;
}

.campaignQa .box dl > * {
    font-size: 18px;
    padding: 30px 50px 30px 140px;
    border-radius: 4px;
    position: relative;
    z-index: 0;
}

.campaignQa .box dl dt {
  background: #e1ecff;
    cursor: pointer;
}

.campaignQa .box dl dt:hover {
    background:#d4f6ff;
}

.campaignQa .box dl dd {
  background: #f0fcff;
}

.campaignQa .box dl dd {
  background: #fff8dc;
}

.campaignQa .box dl dt:before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    -webkit-transform: rotate( 45deg);
            transform: rotate( 45deg);
}

.campaignQa .box dl dt.active:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.campaignQa .box dl .sub {
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 4px;
    position: absolute;
    top: 45px;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
}

.campaignQa .box dl dt .sub {
  background: #013895;
}

.campaignQa .box dl dd .sub {
  background: #5ebaba;
}

.campaignQa .box dl .more a {
    background-color: #568fc7;
    color: #fff;
    padding: 5px 10px 4px 25px;
    margin: 0 5px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}

.campaignQa .box dl .more a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 60%;
    left: 5px;
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 0;
}

.campaignQa .box dl .moreTxt {
    display: inline-block;
}

.campaignQa .box dl .moreTxt a {
    color: #568fc7;
}

.campaignQa .box dl .moreTxt a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .campaignQa .box dl+dl {
        margin-top: 20px;
    }
}

@media (max-width: 599px) {
    .campaignQa .box dl > * {
        font-size: 14px;
        padding: 20px 30px 10px 55px;
    }
    
    .campaignQa .box dl .sub {
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
        top: 30px;
        left: 10px;
    }

    .campaignQa .box dl dt:before {
        width: 8px;
        height: 8px;
        right: 10px;
    }
}
