@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 {
    padding: 18px 20px;
    line-height: 1.5;
}

#wrapper table th {
    padding: 10px;
    text-align: center;
    background: #F2F2F2;
    /* white-space: nowrap; */
}
.responsible-day {
    width: 30%;
}

/*タイムテーブル*/
#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.table-3days th {
    width: 33.3%;
}

#wrapper table#timetable.table-4days th {
    width: 25%;
}
#wrapper table#timetable th:nth-child(1){
    /*
    background: #9e948f;
    color: #fff;
    */
    width: 25%;
    border-right: 2px solid #CCC;
}

#wrapper table#timetable.table-3days th:nth-child(1){
    border-right: 1px solid #CCC;
}

#wrapper table#timetable.table-4days th:nth-child(1){
    border-right: 1px solid #CCC;
}

#wrapper table#timetable td:nth-child(1){
    border-right: 1px dashed #ccc;
    border-right: 1px dotted #ccc;
    font-weight: bold;
}

#wrapper table#timetable td:nth-child(1){
    border-right: 1px dashed #ccc;
    border-right: 1px dotted #ccc;
    font-weight: bold;
    border-right: solid 2px #ccc;
}

#wrapper table#timetable.table-3days td:nth-child(1){
    border-right: solid 1px #ccc;
}
#wrapper table#timetable.table-4days td:nth-child(1){
    border-right: solid 1px #ccc;
}
.tablefix{
    table-layout: fixed;
    width:100%;

}
#wrapper table#price_table{
    margin-top: 35px;
}

#wrapper table#price_table td:nth-child(1){
    font-weight: bold;
    width: 25%;
}

#wrapper table#timetable.table-3days th:nth-child(1){
    width:33.3%;
}
#wrapper table.coursetable{
    
}

#wrapper table.coursetable td{
    /*padding: 10px;*/
}

#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;
}
.kanazawa-notes {
    color: red;
    margin-top: -25px;
    margin-bottom: 20px;
}
/***********************************/
#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#price_table td{
    padding: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;
}


@media (max-width: 992px) {

    #course #course_total img{
        width:100%;
    }
}

@media (max-width: 767px) {

#wrapper table#price_table td:nth-child(1) {
    width: unset;
}

    #course #course_total table,
    #course #course_putter table{
        height: auto;
    }

}

.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%;
}

.plaza_notice h3{
    font-weight: bold;
    margin-bottom: 10px;
}

.plaza_notice li{
    font-weight: bold;
    margin-bottom: 5px;
}
.plaza_notice b {
    text-decoration: underline;
}

#fitter{
    margin-bottom: 3%;
}

.profile_img{
    text-align: center;
}

.profile_img img{
    width: auto;
    padding: 40px 0 20px;
    max-width: 128px;
}

.profile_table b{
    white-space: nowrap;
}


.overflow_scroll{
    overflow-x: auto;
}
.overflow_scroll table{
    margin-bottom: 0!important;
}

h2{
    font-weight: bold;
}

.linkbtn h2{
    font-weight: 500;
}

#timetable_notice{
    text-align: right;
    font-weight: bold;
}

@media (max-width: 414px) {

    h2{
        font-size: 5.8vw;
    }

    #flow h2{
        font-size:30px;
    }

    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: 550px;
}

#maps {
    height: 550px;
    border: solid 1px #ccc;
}

@media (max-width: 991px) {

    #access_table{
        height: auto;
    }

    #maps {
        height: 300px;
        margin-bottom:3%;
    }

}

/* 名古屋店 */
.exp_cam {
    margin: 35px 0;
}
.exp_cam dl {
     font-size: 120%;
}
.exp_cam dt {
     background: #bc111a;
     color: #fff;
     width: 10%;
     margin: 0 auto;
     border-radius: 7px;
     display: inline-block;
     text-align: center;
     margin-top: 20px;
}
.exp_cam dd {
     display: inline-block;
}
@media (max-width: 767px) {
    .exp_cam dt {
        width: 30%;
    }
    .exp_cam dd {
        display: unset;
    }
}

/*ページ改修追加*/
a.btn-small, a.btn-small:hover {
    color: #ba996b;
    text-decoration: underline!important;
    margin: 10px 0 0;
}



/*#news{
    display: none;
}*/

/**** mitoschool ****/
#wrapper table#timetable.mito th:nth-child(1) {
  border-right: 1px solid #ccc;
}
#wrapper table#timetable.mito th:nth-child(2) {
  border-right: 2px solid #ccc;
}

/**** school_instructor ****/
.school_instructor .row {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.school_instructor .profile_img img {
    padding: 0;
}
#wrapper .school_instructor table {
    margin-bottom: 0;
}

/**** bnr-area_trial-lesson ****/
.bnr-area_trial-lesson p {
    text-align: center;
    margin: auto;
}
.bnr-area_trial-lesson img {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 14px #f5f5f5;
}
.bnr-area_trial-lesson .pc {
    width: 80%;
}
.bnr-area_trial-lesson .sp {
    width: 96%;
}
.bnr-area_trial-lesson.pricelist-area .sp {
    margin-top: -20px;
}
