@charset "utf-8";

/*table*/
#wrapper table {
    width: 100%;
    margin: 0px 0 35px 0;

    border: 1px solid #CCC;
    border-right: none;
    border-bottom: none;
}


#wrapper table th,
#wrapper table td {
    font-size: 14px;
    border: 1px solid #CCC;
    border-top: none;
    border-left: none;
}

#wrapper table td {
    line-height: 1.5;
    padding: 18px 20px;
}

#wrapper table th {
    padding: 10px;
    text-align: center;
    background: #F2F2F2;
    white-space: nowrap;
}

/*タイムテーブル*/
#wrapper table#timetable {
    border: solid 2px #ccc;
    text-align: center;
}

#wrapper table#timetable td {
    padding: 10px;
}

#wrapper table#timetable th {
    /*
    background: #9e948f;
    color: #fff;
    */
    width: 10%;
}

#wrapper table#timetable th:nth-child(1) {
    /*
    background: #9e948f;
    color: #fff;
    */
    width: 40%;
    border-right: 2px solid #CCC;
}

#wrapper table#timetable td:nth-child(1) {
    border-right: 1px dashed #ccc;
    border-right: 1px dotted #ccc;
    font-weight: bold;
    /* width: 4%; */
}

#wrapper table#timetable td:nth-child(2) {
    border-right: 1px dashed #ccc;
    border-right: 1px dotted #ccc;
    font-weight: bold;
    border-right: solid 2px #ccc;
}


#wrapper table.coursetable td {
    padding: 0;
}

#wrapper table.coursetable td li {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px 0;
    border: #666 solid 1px;
    color: #666;

}

#wrapper table.coursetable td .ul_item li {
    background: #999;
    border: #666 solid 0px;
    color: #fff;
}


#wrapper table.coursetable td li.noborder {
    border: 0px;
    background: #fff;
    color: #000;
}

/***********************************/
#wrapper table.coursetable td .ul_step li {
    position: relative;
    margin-right: 16px;
    font-size: small;
}

#wrapper table.coursetable td .ul_step li:after {
    content: "▶";
    position: absolute;
    right: -18px;
}


@media (max-width: 767px) {

    #wrapper table.coursetable td li {
        width: 100%;
        text-align: center;
    }

    #wrapper table.coursetable td .ul_step li {
        margin-bottom: 20px;
    }

    #wrapper table.coursetable td .ul_step li:after {
        content: "▼";
        bottom: -23px;
        left: 0;
        right: 0;
    }
}


/************************************************/

#wrapper table.coursetable td .ul_step li:last-child {
    margin-right: 0px;
}

#wrapper table.coursetable td .ul_step li:last-child:after {
    display: none;
}

#wrapper table.coursetable td .ul_step {
    text-align: center;
    padding: 10px;
}



#wrapper table#price_table td {
    padding: 20px 10px;

}

#news.news {
    background: #ececec;
    padding: 16px;
    margin-bottom: 20px;
    color: #333333;
    overflow: hidden;
    border-radius: 5px;
    /* CSS3‘ˆÄ */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome—p */
    -moz-border-radius: 5px;
    /* Firefox—p */

}


ul#three_point li {
    padding: 10px 0px 10px 40px;
    border-color: #d5d5d5;
    border-width: 0px 0px 1px;
    border-style: solid;
}

ul#three_point li.feature_1 {
    background: url(../images/ico_feature_1.gif) no-repeat left center;
    line-height: 34px;

}

ul#three_point li.feature_2 {
    background: url(../images/ico_feature_2.gif) no-repeat left center;
    line-height: 34px;
}

ul#three_point li.feature_3 {
    background: url(../images/ico_feature_3.gif) no-repeat left center;
    line-height: 1.5em;
    border-width: 0px 0px 0px;
}




#three_point_outer {
    padding: 5px 20px 20px;
    border: double #ccc 3px;
    margin-top: 3%;
    margin-bottom: 3%;
}

#flow .row {
    margin-bottom: 50px;
}

#flow .step_border {
    border-top: 1px solid #ccc;
    padding-top: 5%;
    clear: both;
}

#flow .row h3 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

#flow .row img {
    border: solid 1px #ccc;
    margin-top: 10px;
}

#flow .notice {
    border: double 3px #999;
    padding: 20px;
    margin-top: 10px;
}

#flow #putter_text {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 1px;
    clear: both;
}

#course p {
    margin-bottom: 10px;
}

#course #course_total table {
    height: 390px;
}

#course #course_putter table {
    height: 366px;
}
.coursetable_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.coursetable_box {
    width: 49.5%;
}
#course_total .col-md-6 {
    width: 100%;
}
@media (max-width: 1199px) {
    #wrapper table#price_table td {
        padding: 41px 10px;
    }
}
@media (max-width: 992px) {

    #course #course_total img {
        width: 100%;
    }
}

@media (max-width: 767px) {

    #course #course_total table,
    #course #course_putter table {
        height: auto;
    }
    .coursetable_box {
        width: 100%;
    }
    #wrapper table#price_table td {
        padding: 10px;
    }

}

.col-sm-12 {
    float: none !important;
}

.linkbtn {
    background: #f5f5f5;
    padding: 15px 20px 5px;
    border-radius: 10px;
    text-align: center;
    display: block;
    clear: both;
    float: none;
    /*    margin-left: 15px;
    margin-right: 15px;*/
    margin-top: 3%;
}

.linkbtn h2 {
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
}

.linkbtn p {
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.linkbtn a {
    background-color: #BA996B;
    color: #fff !important;
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
}

.plaza_notice {
    background: #ececec;
    padding: 16px;
    margin-bottom: 20px;
    color: #333333;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 3%;
}

#fitter {
    margin-bottom: 3%;
}

.profile_img {
    text-align: center;
}

.profile_img img {
    width: 100%;
}

.profile_table b {
    white-space: nowrap;
}


.overflow_scroll {
    overflow-x: auto;
    margin-bottom: 35px;
}

.overflow_scroll table {
    margin-bottom: 0 !important;
}

h2 {
    font-weight: bold;
    line-height: 1.4;
}

.linkbtn h2 {
    font-weight: 500;
}

@media (max-width: 767px) {
    .profile_img {
        width: 40%;
        margin: 0 auto 3%;
    }

    #flow .row {
        margin-bottom: 30px;
    }

    #flow h2 {
        font-size: 5vw;
    }
    .plaza_notice {
        margin-top: 5%;
    }
}

@media (max-width: 414px) {

    ul#three_point li.feature_1,
    ul#three_point li.feature_2 {
        line-height: 1.5em;
    }

}


#access_table h3 {
    font-weight: bold;
    font-size: 22px;
}

#access_table {
    height: 220px;
}

#maps {
    height: 550px;
    border: solid 1px #ccc;
}

@media (max-width: 991px) {

    #access_table {
        height: auto;
    }

    #maps {
        height: 300px;
        margin-bottom: 3%;
    }

}

/*ページ改修追加*/
a.btn-small, a.btn-small:hover {
    color: #ba996b;
    text-decoration: underline !important;
    margin: 10px 0 0;
}

/*tfp 20241016*/
.flex {
    display: flex;
}

.flex_slap {
    display: flex;
}

.flex_img_rt {
    padding-right: 8px;
    width: 50%;
}

.flex_img_lt {
    padding-left: 8px;
    width: 50%;
}

.trackman_box, .slap_box {
    width: 50%;
}

.flex_conteiner {
    display: flex;
}

.flex_slap .flex_img_rt, .flex_slap .flex_img_lt {
    width: 50%;
}

@media (max-width: 767px) {
    .trackman_box, .slap_box {
        width: 100%;
    }

    .flex_conteiner {
        flex-direction: column;
    }

    .trackman_box {
        margin-bottom: 30px;
    }

    .flex_slap {
        flex-direction: column;
    }

    .flex_slap .flex_img_rt, .flex_slap .flex_img_lt {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }
}

/**** 共通 ****/
.right_contents {
    font-size: 110%;
    letter-spacing: 0.5px;
}

.right_contents h2 {
    line-height: 1.4;
}

.linkarea {
    background-color: #f5f5f5;
    padding: 2% 3% 3%;
    border-radius: 10px;
}

.linkarea h2 {
    text-align: center;
}

.linkarea .b-link {
    display: flex;
    justify-content: center;
}

.linkarea .b-link a {
    background-color: #BA996B;
    color: #fff !important;
    padding: 20px;
    border-radius: 5px;
    width: calc(100% / 2 - 10px);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    align-items: stretch;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all .4s;
}

.linkarea .b-link a:hover {
    opacity: 0.8;
}

.linkarea h3 {
    margin-top: 12px;
}

.linkarea .t-link {
    font-size: 96%;
}

.linkarea .t-link a {
    color: #000;
    font-size: 100%;
    font-weight: bold;
    margin-right: 1px;
    transition: all .4s;
}

.linkarea .t-link a:hover {
    color: #BA996B;
}

@media (max-width: 767px) {
    .right_contents h2 {
        font-size: min(20px, 4.8vw);
    }

    .right_contents>.col-sm-12>h2 {
        font-size: min(24px, 5.3vw);
        line-height: 1.6;
    }

    .linkarea {
        padding: 2% 5% 3%;
    }

    .linkarea .b-link a {
        width: 100%;
    }

    .linkarea h3 {
        font-weight: bold;
        font-size: 110%;
    }
}

/* YouTube調整 */
.tf_youtube_wrap {
    margin-bottom: 50px;
    padding: 0% 2% 3%;
    border: double #ccc 3px;
}

.tf_youtube_box {
    width: 100%;
    max-width: 850px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    line-height: 0;
}

.tf_youtube_wrap iframe {
    width: 100%;
    height: 100%;
}

.tf_youtube_h2 {
    margin-bottom: 1.5rem;
}

.tf_youtube_h2 br {
    display: none;
}

@media (max-width: 767px) {
    .tf_youtube_wrap {
        margin-bottom: 40px;
        padding: 0 3% 3%;
    }

    .tf_youtube_h2 br {
        display: block;
    }
}

/**** メイン画像 ****/
.main_sub {
    display: flex;
    margin: 5px auto 0;
}

.main_sub img {
    width: calc(100% / 2 - 3px);
    height: auto;
}

.main_sub img:nth-of-type(1) {
    margin-right: 3px;
}

.main_sub img:nth-of-type(2) {
    margin-left: 3px;
}

@media (max-width: 767px) {
    .main img {
        width: 100%;
        height: 18vh;
        object-fit: cover;
        overflow: hidden;
    }

    .main_sub img {
        height: 11vh;
        object-fit: cover;
        overflow: hidden;
    }
}

/**** htmlにあったcss ****/

@media screen and (min-width: 768px) {
    .one-only {
        /*1店舗のみ表示の為の暫定css*/
        transform: translate(50%, 0);
    }
}

/**** 20250701改修 ****/
#wrapper table#price_table {
    margin: 0;
}

.coursetable th {
    width: 151px;
}
.container .row .width100 {
    width: 100%;
}
#wrapper .fitter_wrap .row:last-of-type .profile_table {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .row .profile_img {
        width: 20%;
    }

    .row .col-sm-9 {
        width: 80%;
    }

}
@media (max-width:767px) {
    #wrapper table.coursetable {
        margin: 0px 0 13px 0;
    }
}
@media (max-width: 414px) {
    #fitter {
    margin-bottom: 10%;
    }
        #wrapper .fitter_wrap .row .profile_table {
        margin-bottom: 20px;
    }
    #wrapper .fitter_wrap .row:last-of-type .profile_table {
        margin-bottom: 0;
    }
}