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

.imgBox {
    border-radius: 10px;
    overflow: hidden;
}

.sec {
    padding-top: 20px;
}

.breadcrumbs_area {
    padding-top: 0;
}

.sec_article_section .sec_inner {
    max-width: 1080px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px
}

.sec_article_section .sec_inner&gt;div&gt;.ttl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e0dc;
    font-size: 16px;
}

.red {
    color: #eb0a1e;
}

.txt {
    font-size: 14px;
}

.backColor {
    padding: 0.75em;
    background-color: #efede9;
}

.fwB {
    font-weight: bold;
}

.hide {
    display: none;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
}

.breadcrumbs li a {
    text-decoration: underline;
    cursor: pointer;
}

.breadcrumbs li:last-child a {
    text-decoration: none;
}

/*--------------------------------------------------*/
/*toparea*/
/*--------------------------------------------------*/

.toparea {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #e2e0dc;
}

.top_cnt .sec_article_section01 {
    padding: 30px 0;
}

.top_cnt .sec_article_section01 .ttl {
    font-size: 18px;
    margin-top: 5px;
}

.top_cnt .sec_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    align-items: start;
}

.top_cnt .ttl_def.sec_inner {
    text-align: left;
    display: block;
    margin-bottom: 20px;
}

.top_cnt .sec_inner .imgBox {
    width: 400px;
}

.top_cnt .sec_inner .txtBox {
    width: 640px;
}

.top_cnt .sec_inner .txtBox .ico.flag {
    width: 103px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e0dc;
    background: #fff;
    font-size: 13px;
    position: relative;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}

.top_cnt .sec_inner .txtBox .ico.flag:before {
    display: block;
    margin-right: 5px;
    content: "";
    width: 11px;
    height: 14px;
    background: url(/-/media/tfc/ts3travel/file/golf/golf_detail/img/ico_flag.png) center/cover no-repeat;
}

.top_cnt .sec_inner .txtBox .ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.top_cnt .sec_inner .txtBox .txt {
    font-size: 14px;
}

.top_cnt .sec_inner .txtBox .price {
    background: #e2e0dc;
    padding: 10px 20px;
    margin: 20px auto;
    font-size: 14px;
}

.top_cnt .sec_inner .txtBox .price span+span {
    margin-left: 10px;
}

.top_cnt .sec_inner .txtBox .info {
    font-size: 13px;
    margin-bottom: 20px;
}

.top_cnt .sec_inner .btnAnchor {
    display: flex;
    justify-content: flex-end;
}

.top_cnt .sec_inner .btnAnchor a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eb0a1e;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    width: 280px;
    height: 35px;
    font-weight: bold;
}

.top_cnt .sec_inner .btnAnchor a:before {
    display: block;
    content: "";
    width: 11px;
    height: 7px;
    background: url(/-/media/tfc/ts3travel/file/golf/golf_detail/img/ico_white_arrow_down.png) center/cover no-repeat;
    margin-right: 10px;
}

.bnr_area {
    width: 553px;
    margin: auto;
    padding-top: 20px;
}

.bnr_area a {
    display: block;
}

.bnr_area img {
    border-radius: 10px;
}

/*--------------------------------------------------*/
/*ツアーのポイント*/
/*--------------------------------------------------*/


.point_cnt .point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
}
.point_cnt .subttl {
    font-size: 16px;
    margin-bottom: 20px;
}

.point_cnt .point_list::after {
    content: "";
    display: block;
    width: 320px;
}

.point_cnt .point_list .point_item {
    transition: .3s ease;
    width: 320px;
}

.point_cnt .point_list .point_item a {
    pointer-events: none;
    cursor: none;
    text-decoration: none;
}

.point_cnt .point_list .point_item a .ttl {
    margin: 20px auto 10px;
    font-size: 16px;
}

.point_cnt .point_list .point_item a .imgBox + .txt {
    margin: 20px auto;
}

.point_cnt .point_list .point_item a .txt {
    font-size: 14px;
}

.point_cnt .point_list .point_item:nth-child(n+4) {
    margin-top: 30px;
}

.point_cnt .moreBtn,
.closeBtn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.point_cnt .moreBtn a,
.closeBtn a {
    cursor: pointer;
    pointer-events: auto;
    font-weight: bold;
    width: 300px;
    height: 50px;
    text-decoration: none;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background: #a0968b;
}



@media screen and (max-width:767px) {
    .breadcrumbs_area.sec {
        padding-top: 0;
    }

    .toparea {
        margin-bottom: 30px;
        background-position: 0 75%;
        border-bottom: none;
    }

    .top_cnt {
        position: relative;
    }

    .top_cnt .sec_inner {
        width: 100% !important;
    }

    .top_cnt .sec_inner .imgBox img {}

}


/*--------------------------------------------------*/
/*ツアーのポイント*/
/*--------------------------------------------------*/

.schedule_cnt .subttl {
    font-size: 16px;
    margin-bottom: 20px;
}

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

.schedule_cnt .schedule_list .schedule_item {
    width: 490px;
    border: 1px solid #e2e0dc;
}

.schedule_cnt .schedule_list .schedule_item:nth-child(n+3) {
    margin-top: 20px;
}

.schedule_cnt .schedule_list .schedule_item .ttlSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #efede9;
    padding: 10px 20px;
}

.schedule_cnt .schedule_list .schedule_item .ttlSection .plan {
    font-size: 13px;
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    margin-right: 15px;
}

.schedule_cnt .schedule_list .schedule_item .ttlSection .date {
    font-size: 16px;
    font-weight: bold;
}

.schedule_cnt .schedule_list .schedule_item .ttlSection .mealPlan {
    display: flex;
}

.schedule_cnt .schedule_list .schedule_item .ttlSection .mealPlan li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.schedule_cnt .schedule_list .schedule_item .ttlSection .mealPlan li+li {
    margin-left: 20px;
}

.schedule_cnt .schedule_list .schedule_item .ttlSection .mealPlan li .ico {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.schedule_cnt .schedule_list .schedule_item .txt {
    padding: 20px;
}



/*--------------------------------------------------*/
/*旅行代金*/
/*--------------------------------------------------*/

.price_cnt .subttl {
    margin-bottom: 20px;
    font-size: 16px;
}

.tableList {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.table01 th {
    width: 350px;
    vertical-align: middle;
}

.table01 th.narrow {
    width: 200px;
}

.table01 th {
    border: 1px solid #e2e0dc
}

.table01+.table01 th {
    width: 290px;
}

.table01 tbody.align th {
    vertical-align: middle;
}

.table01 td {
    text-align: center;
    vertical-align: middle;
}

.table02 th {
    width: 140px;
}

.table02 td {
    padding: 10px 20px;
}

.block-table {
    overflow-x:auto;
    padding-top: 15px;
}

table.tbl-md {
    width: 700px;
}

.block-table th {
    width: auto;
    vertical-align: middle;
}

.block-table td {
    text-align: center;
    vertical-align: middle;
}

.block-table thead th {
    border: 1px solid #e2e0dc;
}

.block-calendar thead th {
    border: 1px solid #e2e0dc;
}

.block-calendar {
    overflow-x:auto;
    margin-bottom: 20px;
}

.block-calendar table.tbl-md {
    width: 500px;
}

.block-calendar td {
    text-align: center;
    width: 72px;
}

.block-calendar td.marked {
    background-color: #fcc;
}

.block-calendar td span.red {
    font-weight: bold;
}

.block-calendar td span.red,
.block-calendar th span.red {
    color: #AD1E1E;
} 

.block-calendar td span.blue {
    font-weight: bold;
}

.block-calendar td span.blue,
.block-calendar th span.blue {
    color: #4C4CB2;
} 

table {
    border: 2px solid #e2e0dc;
}

table tr+tr {
    border-top: 1px solid #e2e0dc;
}

table th {
    background: #efede9;
    font-weight: bold;
    text-align: center;
}

table th,
table td {
    padding: 10px 0;
    font-size: 14px;
}

th+td,
th+th,
td+td {
    border-left: 1px solid #efede9;
}

.noteList {
    margin-top: 20px;
}

.note {
    padding-left: 1em;
    text-indent: -1em;
}
.noteList.indent .note {
    padding-left: 2.7em;
    text-indent: -2.6em;;
}

.sec_caution {
    padding-bottom: 100px;
}

.linkList {
    margin-top: 20px;
}

.link {
    font-size: 14px;
    position: relative;
    color: #eb0a1e;
}

.link:after {
    margin-left: 5px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url(/-/media/tfc/ts3travel/file/golf/golf_detail/img/ico_link.png) center/cover no-repeat;
}


/*--------------------------------------------------*/
/*ご予約・お問い合わせはこちら*/
/*--------------------------------------------------*/

.sec_call {
    background: url(/-/media/tfc/ts3travel/file/golf/golf_detail/img/section_bg.png) center/cover;
    padding: 70px 0
}

.sec_call .ttl_def {
    background: transparent;
    padding: 0;
}

.sec_call .ttl_def .ttl {
    font-size: 20px;
}

.sec_call .sec_inner {
    margin-top: 40px;
    background: transparent;
    position: relative;
    padding: 0;
}

.call_cnt .callList {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.call_cnt .callList section {
    width: 600px;
    height: 300px;
    padding: 50px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
}
.call_cnt .callList section.infoWeb {
    width: 460px;
}

.call_cnt .callList section .inner {
    width: 82%;
}

.call_cnt .callList section .ttl {
    width: 100%;
    padding-bottom: 20px;
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #e2e0dc;
}
.call_cnt .callList section.infoTel .inner .ttl {
    margin-bottom: 21px;
}
.call_cnt .callList section.infoWeb .inner .ttl {
    margin-bottom: 34px;
}

.call_cnt .callList .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.call_cnt .callList .flexTxt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98px;
    height: 98px;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #a0968b;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
.call_cnt .callList .flexTel {
    width: 389px;
}
.call_cnt .callList section a {
    display: flex;
    font-weight: bold;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #eb0a1e;
    font-size: 20px;
    border-radius: 50px;
}
.call_cnt .callList section .tel a {
    height: 41px;
    font-size: 40px;
}
.call_cnt .callList section .tel a::before {
    content: "";
    width: 41px;
    height: 41px;
    margin-right: 12px;
    background: url(/-/media/tfc/ts3travel/file/common/img/ico/ico_tel.svg);
}

.call_cnt .callList section .redBtn a {
    background: #eb0a1e;
}

.call_cnt .callList section .browBtn a {
    width: 350px;
    height: 70px;
    margin: 0 auto 40px;
    color: #fff;
    background: #a0968b;
}

.call_cnt .callList section .subTxt {
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
}


.sec_goTop {
    padding: 50px 0 100px;
}

.sec_goTop .sec_inner {
    padding: 0;
    background: transparent;
}

.sec_goTop .sec_inner .goTop .topPageBtn a {
    margin: auto;
    width: 300px;
    height: 50px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .txt {
        font-size: 13px;
    }

    .sec {
        padding-top: 4vw;
    }

    .sec .sec_inner {
        width: 92%;
    }

    .toparea {
        background-position: 0 75%;
        border-bottom: none;
        margin-bottom: 0;
    }

    .top_cnt {
        position: relative;
    }

    .top_cnt {
        background: #fff;
    }

    .top_cnt .ttl_def {
        width: 86.667vw !important;
        margin: auto;
    }

    .top_cnt .ttl_def .ttl {
        font-size: 12px;
        margin: 1.33333vw auto;
    }

    .top_cnt .ttl_def .ttl+.ttl {
        font-size: 16px;
    }

    .top_cnt .sec_article_section01 {
        padding: 4vw 0;
    }

    .top_cnt .sec_inner {
        flex-wrap: wrap;
    }

    .top_cnt .sec_inner .imgBox {
        width: 100%;
        border-radius: 0;
        text-align: center;
        position: relative;
    }

    .top_cnt .sec_inner .imgBox img {
        width: 60vw;
        position: relative;
        z-index: 999;
    }

    .mainVisual__inner_bg .bgBox {
        width: 100%;
        position: absolute;
        filter: brightness(.3);
        top: 0;
        left: 0;
        height: 100%;
        display: block;
    }

    .top_cnt .sec_inner .txtBox {
        margin-top: 2.666666vw;
        width: 86.667vw;
        margin: 4vw auto;
    }

    .top_cnt .sec_inner .txtBox .ico.flag {
        margin-bottom: 2.6666666vw;
    }

    .top_cnt .sec_inner .txtBox .txt {
        font-size: 13px;
    }

    .top_cnt .sec_inner .txtBox .ico.flag:before {
        width: 2.13333vw;
        height: 2.8vw;
    }

    .top_cnt .sec_inner .txtBox .price {
        font-size: 12.5px;
        display: flex;
        padding: 1.33333vw 2.666666vw;
        align-items: center;
        justify-content: space-between;
    }

    .top_cnt .sec_inner .txtBox .price&gt;span:nth-child(2) {
        display: flex;
        font-size: 10px;
        width: 20vw;
        justify-content: center;
        flex-wrap: wrap;
    }

    .top_cnt .sec_inner .btnAnchor {
        justify-content: center;
        margin-top: 4vw;
    }

    .sec_article_section .sec_inner {
        padding: 5.333333vw 4vw;
    }

    .sec_article_section .sec_inner&gt;div&gt;.ttl {
        margin-bottom: 4vw;
        padding-bottom: 2.666666vw;
        font-size: 14px;
    }

    .point_cnt .point_list {
        justify-content: center;
    }

    .point_cnt .subttl {
        font-size: 14px;
        margin-bottom: 2.666666vw;
    }

    .point_cnt .point_list .point_item,
    .schedule_cnt .schedule_list .schedule_item {
        width: 100%;
    }

    .point_cnt .point_list .point_item .imgBox img {
        width: 100%;
    }

    .point_cnt .point_list .point_item a .ttl {
        font-size: 14px;
        margin: 2.666666vw auto 1.33333vw;
    }

    .point_cnt .point_list .point_item a .imgBox + .txt {
        margin: 2.666666vw auto;
    }

    .point_cnt .point_list .point_item a .txt {
        font-size: 13px;
    }

    .top_cnt .sec_inner .btnAnchor a {
        font-size: 12.5px;
    }

    .bnr_area {
        width: 92%;
    }

    .point_cnt .point_list .point_item:nth-child(n+4),
    .point_cnt .point_list .point_item+.point_item {
        margin-top: 5.333333vw
    }

    .schedule_cnt .schedule_list .schedule_item .ttlSection {
        padding: 2.6666666vw 4vw;
    }

    .schedule_cnt .subttl {
        font-size: 14px;
        margin-bottom: 2.666666vw;
    }

    .schedule_cnt .schedule_list .schedule_item .ttlSection .date {
        font-size: 13px;
    }

    .schedule_cnt .schedule_list .schedule_item .ttlSection .plan {
        font-size: 12px;
        margin-right: 2.666666vw;
    }

    .schedule_cnt .schedule_list .schedule_item .ttlSection .mealPlan li {
        font-size: 12px;
    }

    .schedule_cnt .schedule_list .schedule_item .ttlSection .mealPlan li .ico {
        margin-left: 1.333333vw;
    }

    .schedule_cnt .schedule_list .schedule_item .txt {
        padding: 4vw;
    }

    .schedule_cnt .schedule_list .schedule_item .ttlSection .mealPlan li+li {
        margin-left: 2.666666vw;
    }

    .schedule_cnt .schedule_list .schedule_item:nth-child(n+3),
    .schedule_cnt .schedule_list .schedule_item:nth-child(n+2) {
        margin-top: 2.6666666vw;
    }

    .price_cnt .subttl {
        font-size: 14px;
        margin-bottom: 2.666666vw;
    }

    table th {
        vertical-align: middle;
    }

    table th,
    table td {
        font-size: 13px;
    }

    .tableList {
        flex-wrap: wrap;
    }

    .table01 {
        width: 100%;
    }

    .table01 th {
        width: 50%;
    }

    .table01+.table01,
    .noteList {
        margin-top: 2.666666vw;
    }

    .tableList.scroll {
        overflow-x: scroll;
    }
    .tableList.scroll .table01 {
        white-space: nowrap;
    }

    .table02 th {
        width: 22.14285vw;
    }

    table th,
    table td,
    .table02 td {
        padding: 3.5714285vw;
    }

    .block-calendar table th,
    .block-calendar table td {
        padding: 2vw;
    }


    .sec_call {
        padding: 14.2857vw 0
    }

    .sec_call .sec_inner {
        padding: 0;
        margin-top: 5.714285vw;
    }

    .note {
        font-size: 12px;
    }

    .call_cnt .callList li .note {
        margin-top: 10px;
    }

    .linkList {
        margin-top: 4vw;
    }

    .link {
        font-size: 14px;
    }
    .call_cnt .callList {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .call_cnt .callList .title-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px solid #e2e0dc;
    }
    .call_cnt .callList .flex {
        margin-bottom: 20px;
    }
    .call_cnt .callList .flexTxt {
        width: 75px;
        height: 75px;
        font-size: 11px;
    }
    .call_cnt .callList section {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .call_cnt .callList section.infoTel {
        margin-bottom: 15px;
    }
    .call_cnt .callList section .ttl {
        font-size: 17px;
        text-align: center;
    }
    .call_cnt .callList section.infoTel .inner .ttl {
        width: 46vw;
        margin: 0 0 0 14px;
        padding-bottom: 0;
        text-align: left;
        border-bottom: none;
    }
    .call_cnt .callList section.infoWeb {
        width: 100%;
    }
    .call_cnt .callList section a {
        width: 65vw;
        font-size: 12.5px;
        height: 10.666666vw;
    }
    .call_cnt .callList .note {
        text-align: center;
    }
    .call_cnt .callList li {
        width: 100%;
        padding: 7.14285vw 0;
        height: auto;
        text-align: center;
    }

    .call_cnt .callList li+li {
        border-left: 0;
        border-top: 2px solid #efeeed;
    }
    .call_cnt .callList section.infoWeb .inner .ttl {
        margin-bottom: 20px;
    }
    .call_cnt .callList section .tel a {
        font-size: 18px;
        color: #fff;
        background: #eb0a1e;
    }
    .call_cnt .callList section .browBtn a {
        font-size: 14px;
    }
    .call_cnt .callList section .tel a,
    .call_cnt .callList section .browBtn a {
        width: 65vw;
        height: 50px;
        margin: 0 auto 15px;
    }
    .call_cnt .callList section .tel a::before {
        width: 20px;
        height: 20px;
        margin-right: 7px;
        background: url(/-/media/tfc/ts3travel/file/common/img/ico/ico_tel_wht.svg);
    }

    .sec_goTop {
        padding: 10.666666vw 0 26.666666vw;
    }

    .sec_goTop .sec_inner .goTop .topPageBtn a {
        width: 66.666666vw;
        height: 10.666666vw;
        font-size: 12.5px;
    }

    .point_cnt .moreBtn a,
    .closeBtn a {
        height: 10.666666vw;
        width: 73.3333333vw;
        font-size: 13px;
    }

    .sec_caution {
        padding-bottom: 13.333333vw;
    }
}</pre></body></html>