@charset "UTF-8";

/* ---------------------------------------------------
   File: fitness_facilities.css
   Version: 1.0.0
   Update: 2017-12-12
   Author: http://flowlab.co.jp

   (c)2007-2017 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===========================================================================

    PC 

=========================================================================== */

/* ===================================================
    Local Navigation
=================================================== */
#lnavi li:nth-child(3) a {
    text-decoration: none;
    color: #454545;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* -------------------------
   Page Title - Sub Page
------------------------- */
#tit_subPage {
    margin-bottom: 80px;
}

/* ===================================================
    Hall Box
=================================================== */
.hallBox {
    margin-top: -120px !important;
    padding-top: 120px !important;
}

.hallBox .textBox {
    width: 400px;
}

.hallBox .textBox dl.line_gray_nomal {
    padding: 10px 20px 0 20px;
}

.hallBox .textBox dl.line_gray_nomal dt {
    width: 30%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hallBox .textBox dl.line_gray_nomal dd {
    width: 70%;
    margin-bottom: 10px;
}

/* ===================================================
    Preparation
=================================================== */
#preparation {
    padding: 130px 0 90px;
    margin: -100px auto 0;
}

#preparation .row {
    width: 800px;
}

#preparation dl.line_gray dt {
    width: 200px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    clear: both;
    border: none;
    float: left;
}

#preparation dl.line_gray dd {
    width: 100%;
    padding-left: 250px;
    float: none;
}






/* ===========================================================================

    TABLET - LARGE
		
=========================================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {}




/* ===========================================================================

	TABLET
		
=========================================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {}




/* ===========================================================================

	SMART PHONE

=========================================================================== */
@media screen and (max-width: 767px) {







    /* ===================================================
    Local Navigation
=================================================== */
    #lnavi li:nth-child(3) a {
        text-decoration: none;
        color: #fff;
        background: #7c7c7c;
        border-radius: 0;
        /* CSS3 */
        -webkit-border-radius: 0;
        /* Safari,Chrome */
        -moz-border-radius: 0;
        /* Firefox */
    }

    /* -------------------------
   Page Title - Sub Page
------------------------- */
    #tit_subPage {
        margin-bottom: 0;
    }

    /* ===================================================
    Hall Box
=================================================== */
    .hallBox {
        width: 88%;
        margin: 0 auto;
        margin-top: -100px !important;
        padding-top: 160px !important;
    }

    .hallBox .textBox {
        width: 100%;
    }

    .hallBox .textBox dl.line_gray_nomal {
        padding: 10px 4% 0;
    }

    .hallBox .textBox dl.line_gray_nomal dt {
        width: 30%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .hallBox .textBox dl.line_gray_nomal dd {
        width: 70%;
        margin-bottom: 10px;
    }


    /* ===================================================
    Preparation
=================================================== */
    #preparation {
        padding: 130px 0 30px;
        margin: -100px auto 0;
    }

    #preparation .row {
        width: 88%;
    }

    #preparation dl.line_gray dt {
        width: 100%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        clear: both;
        border: none;
        float: none;
        padding-bottom: 10px;
    }

    #preparation dl.line_gray dd {
        width: 100%;
        padding-left: 0;
        float: none;
    }


}