@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@charset 'utf-8';
/*
 * name:tour.css
 * author:sovanda nulo
*/

/* tour
------------------------------------------------ */
#tour {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    overflow: clip;
    box-sizing: border-box;
}

body, #tour div, #tour pre, #tour p, #tour a, #tour img, #tour form, #tour fieldset, #tour input, #tour textarea, #tour select, #tour option, #tour dl, #tour dt, #tour dd, #tour ul, #tour ol, #tour li, #tour h1, #tour h2, #tour h3, #tour h4, #tour h5, #tour h6, #tour table, #tour th, #tour td, #tour embed, #tour object, #tour figure, #tour figcaption {
    margin: 0;
    padding: 0;
}
#tour h1, #tour h2, #tour h3, #tour h4, #tour h5, #tour h6 { font-family: inherit; font-size: inherit; }
#tour ul, #tour ol { list-style: none; }
#tour img { width: auto; height: auto; max-width: 100%; border: none; vertical-align: top; }
#tour a:link { text-decoration: none; color: #000; }
#tour a:visited { text-decoration: none; color: #000; }
#tour a { transition: linear .2s; }
#tour a:hover { text-decoration: none; }

/* clearfix
------------------------------------------------ */
#tour .clearfix {
    clear: both;
    *zoom: 1;
}
#tour .clearfix:before,
#tour .clearfix:after {
    content: ' ';
    display: table;
}
#tour .clearfix:after { clear: both; }

/* hide show pc and sp */
.pc { display: block !important; }
.sp { display: none !important; }

    @media only screen and (max-width: 768px) {
        .pc { display: none !important; }
        .sp { display: block !important; }
    }

/* main
------------------------------------------------ */
#main {
    display: block;
    position: relative;
    width: 100%;
}

    #tour .wrap { display: block; position: relative; max-width: 1100px; margin: 0 auto; padding: 0 25px; }
    #tour .section { display: block; position: relative; padding: 0; }
    #tour .section--title { font-size: 40px; line-height: 1.5; font-weight: bold; margin-bottom: 30px; text-align: center; }
    #tour .section--btn { display: block; max-width: 1100px; position: relative; margin: 0 auto; margin-top: 80px; }
    #tour .section--btn a { font-size: 40px; font-weight: bold; line-height: 1.5; color: #15126F; background: #ABCD00; height: 200px; padding: 15px 50px; border-radius: 5px; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; box-sizing: border-box; }
    #tour .section--btn .i-icon { width: 55px; height: 55px; margin-left: 20px; position: relative; display: inline-block; }
    #tour .section--btn .i-icon:after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-image: url(../../img/tour/icon-arrow-BG.svg); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: background-image .2s ease; }

        @media only screen and (min-width: 768px) {
            #tour .section--btn a:hover { background: #15126F; color: #ABCD00; }
            #tour .section--btn a:hover .i-icon:after { background-image: url(../../img/tour/icon-arrow-GB.svg); }
        }

        @media only screen and (max-width: 768px) {
            #tour .section--title { font-size: 23px; line-height: 1.5; margin-bottom: 20px; }
            #tour .section--btn { margin-top: 60px; }
            #tour .section--btn a { font-size: 19px; height: 90px; padding: 15px 20px; }
            #tour .section--btn .i-icon { width: 24px; height: 24px; margin-left: 15px; }

        }

/*section about*/
#tour #t-about { padding: 85px 0; }
#tour .t-about--desc { font-size: 16px; line-height: 1.7; }

    @media only screen and (max-width: 768px) {
        #tour #t-about { padding: 40px 0; }
    }

/*section t-benefit*/
#tour #t-benefit { padding: 37px 0 30px; background: #64B72F; }
#tour #t-benefit .wrap { z-index: 2; }
#tour #t-benefit:after,
#tour #t-benefit:before { content: ''; display: block; width: 100vw; left: 50%; transform: translateX(-50%); position: absolute; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 0; }
#tour #t-benefit:before { top: 0; height: 145px; background-image: url(../../img/tour/benefit-frame-01.png); }
#tour #t-benefit:after { bottom: 0; height: 284px; background-image: url(../../img/tour/benefit-frame-02.png); }
#tour .t-benefit--title { display: block; max-width: 280px; margin: 0 auto 94px; }
#tour .t-benefit__lists { display: flex; flex-wrap: wrap; }
#tour .t-benefit__list { display: block; position: relative; width: 30.9%; margin-right: 3.65%; }
#tour .t-benefit__list:nth-child(3n) { margin-right: 0; }
#tour .t-benefit__list:nth-child(n+4) { margin-top: 3.65%; }
#tour .t-benefit__list--num { display: block; position: absolute; width: 90px; top: -45px; left: 50%; transform: translateX(-50%); z-index: 2; }
#tour .t-benefit__list--pic { display: block; position: relative; overflow: hidden; border-radius: 5px; }
#tour .t-benefit__list--desc { font-size: 24px; font-weight: bold; line-height: 1.5; color: #fff; margin-top: 20px; display: block; }
#tour .t-benefit__list--desc small { font-size: 18px; line-height: 2; display: inline-block; }
#tour .t-benefit__list--desc span { color: #FFF500; display: inline-block; }
#tour .t-benefit__note { display: block; overflow: hidden; position: relative; color: #fff; padding: 27px 50px 30px; margin-top: 55px; border-radius: 5px; border: 2px dotted #8DD600; }
#tour .t-benefit__note dt { font-size: 18px; line-height: 1.5; margin-bottom: 8px; }
#tour .t-benefit__note dd { font-size: 16px; line-height: 1.7; }
#tour .t-benefit__sms { padding: 40px 110px; padding-right: 358px; margin-top: 106px; display: block; position: relative; background: #ABCD00; border-top-right-radius: 5px; border-top-left-radius: 5px; z-index: 2; }
#tour .t-benefit__sms--pic { display: block; position: absolute; right: -40px; top: -86px; width: 345px; }
#tour .t-benefit__sms--desc { font-size: 38px; line-height: 1.197; padding: 15px 30px; display: block; position: relative; background: #fff; border-radius: 5px; }
#tour .t-benefit__sms--desc:after { content: ''; width: 25.61px; height: 42.64px; position: absolute; right: -21px; top: 57px; background-image: url(../../img/tour/arrow-sms.svg); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }
#tour .t-benefit--btn { margin-top: 0; }
#tour .t-benefit--btn a { background: #fff; color: #64B72F; border-top-right-radius: 0; border-top-left-radius: 0; }
#tour .t-benefit--btn .i-icon:after { background-image: url(../../img/tour/icon-arrow-GW.svg); }

    @media only screen and (min-width: 768px) {
        #tour .t-benefit__sms--desc { display: flex; justify-content: center; margin-left: auto; max-width: 583px; box-sizing: border-box; }
        #tour .t-benefit--btn a:hover { background: #8DD600; color: #fff; }
        #tour .t-benefit--btn a:hover .i-icon:after { background-image: url(../../img/tour/icon-arrow-WG.svg); }
    }

    @media only screen and (max-width: 768px) {
        #tour #t-benefit { padding: 18px 0 33px; }
        #tour #t-benefit:before { height: 70px; background-image: url(../../img/tour/benefit-frame-01_sp.png); }
        #tour #t-benefit:after { height: 152px; background-image: url(../../img/tour/benefit-frame-02_sp.png); }
        #tour .t-benefit--title { max-width: 135px; margin-bottom: 62px; }
        #tour .t-benefit__lists { display: block; }
        #tour .t-benefit__list { width: 100%; margin-right: 0; }
        #tour .t-benefit__list:nth-child(n+2) { margin-top: 70px; }
        #tour .t-benefit__list--num { width: 70px; top: -35px; }
        #tour .t-benefit__list--desc { font-size: 22px; line-height: 1.5; text-align: center; }
        #tour .t-benefit__list--desc small { font-size: 16px; line-height: 2.0625; }
        #tour .t-benefit__note { padding: 20px 25px; margin-top: 28px; }
        #tour .t-benefit__note dt { font-size: 16px; line-height: 1.7; margin-bottom: 8px; }
        #tour .t-benefit__note dd { font-size: 16px; line-height: 1.7; }
        #tour .t-benefit__sms { width: calc( 100% + 10px ); padding: 13px 118px 13px 10px; margin-top: 65px; margin-left: -10px; box-sizing: border-box; }
        #tour .t-benefit__sms--pic { right: -45px; top: -45px; width: 147px; }
        #tour .t-benefit__sms--desc { font-size: 17px; line-height: 1.3; padding: 10px 10px; }
        #tour .t-benefit__sms--desc:after { width: 10.89px; height: 18.13px; right: -8px; top: 25px; }
        #tour .t-benefit--btn { width: calc( 100% + 10px ); margin-left: -10px; box-sizing: border-box; }
    }

/*section info*/
#tour #t-info { padding: 120px 0 200px; }
#tour .t-info__desc { display: block; position: relative; margin-bottom: 70px; }
#tour .t-info__desc table { width: 100%; display: table; border-collapse: collapse; }
#tour .t-info__desc table tr th,
#tour .t-info__desc table tr td { padding: 15.5px 0; }
#tour .t-info__desc table tr:not(:last-child) th,
#tour .t-info__desc table tr:not(:last-child) td { border-bottom: 2px solid #fff; }
#tour .t-info__desc table tr th { font-size: 18px; font-weight: bold; line-height: 2; text-align: center; width: 350px; color: #fff; background: #15126F; }
#tour .t-info__desc table tr td { font-size: 16px; font-weight: bold; line-height: 2.25; background: rgba(21, 18, 111, .1); padding-left: 45px; padding-right: 25px; }
#tour .t-info__desc table tr td b { font-size: 24px; line-height: 1.5; }

#tour .t-info__note { display: block; overflow: hidden; position: relative; border: 1px solid #ABCD00; border-radius: 5px; }
#tour .t-info__note--tlt { font-size: 24px; font-weight: bold; line-height: 1.5; text-align: center; color: #fff; padding: 12px 25px; background: #ABCD00; }
#tour .t-info__note--lists { display: block; position: relative; padding: 37px 50px; }
#tour .t-info__note--lists dl { display: block; position: relative; }
#tour .t-info__note--lists dl:not(:last-child) { margin-bottom: 30px; }
#tour .t-info__note--lists dl dt { font-size: 18px; font-weight: bold; line-height: 1.5; margin-bottom: 14px; }
#tour .t-info__note--lists dl dd { font-size: 16px; line-height: 1.7; }
#tour .t-info__note--lists dl dd ul { display: block; position: relative; }
#tour .t-info__note--lists dl dd ul li { padding-left: 13px; display: block; position: relative; }
#tour .t-info__note--lists dl dd ul li:before { content: ''; display: inline-block; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background: #64B72F; border-radius: 50%; }
#tour .t-info__note--lists dl dd ul li:not(:last-child) { margin-bottom: 12px; }

#tour .t-info__okinawa { display: block; position: relative; margin-top: 50px; }
#tour .t-info__okinawa--desc { font-size: 25px; font-weight: bold; line-height: 1.5; padding-left: 338px; padding-right: 155px; color: #15126F; width: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); box-sizing: border-box; z-index: 2; pointer-events: none; }
#tour .t-info__okinawa--btn { margin: 0; }
#tour .t-info__okinawa--btn a { background: #fff; border: 5px solid #ABCD00; justify-content: space-between; box-sizing: border-box; }
#tour .t-info__okinawa--btn a span { max-width: 258px; }
#tour .t-info__okinawa--btn .i-icon:after { background-image: url(../../img/tour/icon-arrow-BW.svg); }

    @media only screen and (min-width: 768px) and (max-width: 850px) {
        #tour .t-info__okinawa--btn a { height: 238px; }
    }

    @media only screen and (min-width: 768px) {
        #tour .t-info__okinawa--btn a:hover { background: #ABCD00; color: #ABCD00; }
        #tour .t-info__okinawa--btn a:hover .i-icon:after { background-image: url(../../img/tour/icon-arrow-BG.svg); }
    }

    @media only screen and (max-width: 768px) {
        #tour #t-info { padding: 60px 0 100px; }
        #tour .t-info__desc { margin-bottom: 50px; }
        #tour .t-info__desc table,
        #tour .t-info__desc table tbody,
        #tour .t-info__desc table tr,
        #tour .t-info__desc table tr th,
        #tour .t-info__desc table tr td { display: block; width: 100% !important; box-sizing: border-box; }
        #tour .t-info__desc table tr th,
        #tour .t-info__desc table tr td { border: none !important; }
        #tour .t-info__desc table tr:not(:last-child) { margin-bottom: 3px; }
        #tour .t-info__desc table tr th { font-size: 16px; line-height: 1.7; padding: 11.5px 25px; }
        #tour .t-info__desc table tr td { font-size: 16px; line-height: 2.0625; padding: 16px 25px; }
        #tour .t-info__desc table tr td b { font-size: 22px; line-height: 1.5; }

        #tour .t-info__note--tlt { font-size: 18px; padding: 12px 25px; }
        #tour .t-info__note--lists { padding: 27px 22px; }
        #tour .t-info__note--lists dl:not(:last-child) { margin-bottom: 15px; }
        #tour .t-info__note--lists dl dt { font-size: 16px; margin-bottom: 8px; }
        #tour .t-info__note--lists dl dd { font-size: 14px; line-height: 1.7; }
        #tour .t-info__note--lists dl dd ul li:before { top: 8px; }
        #tour .t-info__note--lists dl dd ul li:not(:last-child) { margin-bottom: 9px; }

        #tour .t-info__okinawa { margin-top: 40px; }
        #tour .t-info__okinawa--desc { font-size: 16px; line-height: 1.5; padding: 0; position: relative; top: auto; left: auto; transform: none; text-align: center; }
        #tour .t-info__okinawa--btn { margin-top: 20px; }
        #tour .t-info__okinawa--btn a { border-width: 2px; }
        #tour .t-info__okinawa--btn a span { max-width: 142px; }
    }



.grecaptcha-badge { z-index: 100 }















