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

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

.shodoshimaWrap .inner {
    max-width: 100%;
    width: 992px;
}

.shodoshimaWrap .moreTxt a {
    color: #1D7DBE;
}

.shodoshimaWrap .moreTxt a:hover {
    text-decoration: underline;
}

.shodoshima-back01 {
    padding: 15px;
    background: #FBF9F0;
}

@media (max-width: 599px) {
    .shodoshimaWrap-back01 {
        padding: 15px 5px;
    }
}

/*メインビジュアル*/
/*youtubeの大きさをpadding-topで決める*/
.shodoshimaWrap .youtube {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.shodoshimaWrap .youtube:after {
    display: block;
    padding-top: 40%;
    content: "";
}

.shodoshimaWrap .youtube iframe {
    max-width: initial;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    right: 0;
    z-index: 0;
}

/*固定css*/
.stickyItem {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

[data-element-id] .stickyItem {
  position: static;
}

@media (max-width: 599px) {
    .stickyItem {
        position: static;
    }
}

/*見出し*/
.shodoshimaWrap .ttl01 {
    border-bottom: dotted 2px #F19090;
    margin-bottom: 30px;
    padding: 0 5px 15px;
}
.event .ttl01{
  border-bottom: dotted 2px #E9D53F
}
.shodoshimaWrap .ttl01 img {
    max-width: 136px;
}
.event .ttl01 img {
    max-width: 280px;
}

/*ボタン*/
.shodoshimaWrap .more01 {
    margin-top: 10px;
}

.shodoshimaWrap .more01 a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    border: solid 2px #f38080;
    background: #F19090;
    padding: 3px 15px;
    display: inline-block;
}

/*shodoshimaTraffic*/
/*shodoshimaTrafficList*/
.shodoshimaTrafficList {
    margin-top: 50px;
}

.shodoshimaTrafficList ul .item+.item {
    margin-top: 30px;
}

.shodoshimaTrafficList ul .item .tit {
    width: 25%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px 2px;
    background: #F19090;
    position: relative;
    z-index: 0;
}

.shodoshimaTrafficList ul .item .tit:after {
    content: "";
    width: 10%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #F19090)) no-repeat top left/60% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(100%, rgba(255, 255, 255, 0)), color-stop(50.5%, #F19090)) no-repeat top right/0% 100%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #F19090 50.5%) no-repeat top left/60% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 100%, #F19090 50.5%) no-repeat top right/0% 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
}

.event ul .item .tit:after {
    content: "";
    width: 10%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #E9D53F)) no-repeat top left/60% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(100%, rgba(255, 255, 255, 0)), color-stop(50.5%, #E9D53F)) no-repeat top right/0% 100%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #E9D53F 50.5%) no-repeat top left/60% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 100%, #E9D53F 50.5%) no-repeat top right/0% 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
}

.shodoshimaTrafficList ul .item .box {
    border: solid 2px #F19090;
    background: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.shodoshimaTrafficList ul .item .box .imgbox {
    width: 20%;
}

.shodoshimaTrafficList ul .item .box .imgbox .img {
    border-bottom: 3px solid #999;
}

.shodoshimaTrafficList ul .item .box .txtbox {
    width: calc(80% - 250px);
}

.shodoshimaTrafficList ul .item .box .info {
    width: 230px;
    font-size: 12px;
    background: #EEEEEE;
    padding: 5px 10px;
}

.shodoshimaTrafficList ul .item .box .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.shodoshimaTrafficList ul .item .box .info dl dt {
    width: 60px;
}

.shodoshimaTrafficList ul .item .box .info dl dd {
    width: calc(100% - 70px);
}

@media (max-width: 1024px) {
    .shodoshimaTrafficList ul .item .tit {
        width: 100%;
    }

    .shodoshimaTrafficList ul .item .tit:after {
        display: none;
    }

    .shodoshimaTrafficList ul .item .box .imgbox {
        width: 40%;
    }

    .shodoshimaTrafficList ul .item .box .txtbox {
        width: 58%;
    }

    .shodoshimaTrafficList ul .item .box .info {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 599px) {
    .shodoshimaTrafficList ul .item .box .txtbox .txt {
        height: 100px;
        overflow: auto;
    }
}
/*event*/
.event ul .item .tit{
    background:#E9D53F;
}
.event ul .item .tit:after{
  linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #E9D53F 50.5%) no-repeat top left/60% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 100%, #E9D53F 50.5%) no-repeat top right/0% 100%
}
.event ul .item .box{
  border: solid 2px #E9D53F;
}
/*shodoshimaTrafficHotel*/
.shodoshimaTrafficHotel {
    margin-top: 50px;
}

.shodoshimaTrafficHotel ul .item+.item {
    margin-top: 30px;
}

.shodoshimaTrafficHotel ul .item {
    background: #fff;
    background-image: url(/import/tenant_1/www.wbf.co.jp/shikoku/special/shodoshima/images/tour_obi.png), url(/import/tenant_1/www.wbf.co.jp/shikoku/special/shodoshima/images/shadow.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: top, bottom;
    padding: 38px 10px 50px 10px;
    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;
}

.shodoshimaTrafficHotel ul .item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.shodoshimaTrafficHotel ul .item .right {
    width: 45%;
}

.shodoshimaTrafficHotel ul .item .right .box .detailMore {
    text-align: right;
}

.shodoshimaTrafficHotel ul .item .right .box .detailMore a {
    color: #fff;
    background: #67B05A;
    padding: 0 15px;
}

.shodoshimaTrafficHotel ul .item .right .box .tit {
    margin-bottom: 5px;
}

.shodoshimaTrafficHotel ul .item .right .box .tit .txt {
    background-image: linear-gradient( -45deg, #fff 25%, #F8EADA 25%, #F8EADA 50%, #fff 50%, #fff 75%, #F8EADA 75%, #F8EADA );
    background-size: 8px 8px;
    padding: 5px;
}

.shodoshimaTrafficHotel ul .item .right .box .tit .txt img,
.shodoshimaTrafficHotel ul .item .right .box .subtit img {
    max-width: 100%;
    width: 345px;
}

.shodoshimaTrafficHotel ul .item .right .box .subtit {
    margin-bottom: 5px;
}

.shodoshimaTrafficHotel ul .item .left {
    width: 50%;
}

.shodoshimaTrafficHotel ul .item .left .imgbox {
    padding-top: 30px;
}

@media (max-width: 1024px) {
    .shodoshimaTrafficHotel ul .item .left {
        width: 100%;
    }

    .shodoshimaTrafficHotel ul .item .right {
        width: 100%;
        margin-top: 10px;
    }
}


[data-element-id] .shodoshimaMapModalBox {
    display: flex;
    flex-wrap: wrap;
}

.shodoshimaMapModalTxt {
    display: none;
}

[data-element-id] .shodoshimaMapModalTxt {
    display: block;
    width: 100%;
    border: solid 4px green;
    background: none;
    position: relative;
}

[data-element-id] .shodoshimaMapModalTxt:after {
    display: block;
    content: "モーダル用";
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
}

.shodoshimaMapModal.active {
    display: block;
}

.shodoshimaMapModal {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.shodoshimaMapModal .box {
    max-width: 98%;
    width: 760px;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 25px #000;
            box-shadow: 0 0 25px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

[data-element-id] .shodoshimaMapModal .box {
    box-shadow: inherit;
    transform: inherit;
    margin: 0 auto;
    position: static;
    top: 0;
    left: 0;
}

.shodoshimaMapModal .item {
    position: relative;
    z-index: 0;
}

.shodoshimaMapModal .left {
    width: 47%;
}

.shodoshimaMapModal .right {
    width: 50%;
}

.shodoshimaMapModal .item .tit {
    text-align: center;
    color: #fff;
    background: #F19090;
    padding: 5px 5px;
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
}

.shodoshimaMapModal .item .close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 1;
}

.shodoshimaMapModal .item .close:before {
    font-family: "Font Awesome 5 Free";
    content: "\00d7";
    color: #333;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    -webkit-transition: color .15s linear;
    transition: color .15s linear;
}

.shodoshimaMapModal .item .txtbox .info {
    margin-top: 10px;
}

.shodoshimaMapModal .item .txtbox .info dl+dl {
    margin-top: 2px;
}

.shodoshimaMapModal .item .txtbox .info dl {
    font-size: 12px;
    border: solid 1px #F19090;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.shodoshimaMapModal .item .txtbox .info dl dt {
    width: 70px;
    color: #fff;
    font-weight: bold;
    background: #F19090;
    padding: 2px 3px 1px;
}

.shodoshimaMapModal .item .txtbox .info dl dd {
    width: calc(100% - 70px);
    background: #fff;
    padding: 2px 3px 1px;
}

@media (max-width: 1024px) {
  .shodoshimaMapModal .box {
    max-width: 95%;
  }
}

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

    .shodoshimaMapModal .right {
        width: 100%;
        margin-top: 20px;
    }
}


/* DPガジェット */
.tourBtn {
  margin-top: 20px;
}

.tourBtn ul li .btnName {
    background: #F19090;
    line-height: 1;
    display: block;
    border-radius: 4px;
    margin-bottom: 3px;
    padding: 10px 2px;
    border-bottom: solid 1px #f38080;
    border-right: solid 1px #f38080;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.tourBtn ul li .price {
    text-align: center;
    color: #e20303;
    font-weight: bold;
    display: block;
    font-size: 16px;
}

@media (max-width: 1024px) {
      .tourBtn ul li .btnName {
        font-size: 2vw;
    }
    
    .tourBtn ul li .btnName small {
        font-size: 60%;
    }
}

@media (max-width: 599px) {
      .tourBtn ul li .btnName {
        font-size: 3.5vw;
        font-weight: 400;
    }

    .tourBtn ul li .price {
        font-size: 3vw;
    }
}

.getdpprice {
  margin: 0 auto;
}

.getdpprice .pri {
    color: #ff2b06;
    font-weight: bold;
    font-size: 30px;
    font-style: italic;
}

.getdpprice .yen {
    color: #ff2b06;
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 599px) {
  .getdpprice .pri {
    font-size: 20px;
  }
  .getdpprice .yen {
    font-size: 15px;
  }
}
</pre></body></html>