@charset "UTF-8";

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

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


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

    PC 

=========================================================================== */
#searchForm br {
    display: none;
}

.colorBox+p {
    display: none;
}

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

/* ===================================================
    Main
=================================================== */

/* -------------------------
  Main Visual
------------------------- */


/* ===================================================
    Box Layout
=================================================== */
.box_column {
    margin-top: -120px;
    padding-top: 120px;
}


/* ===================================================
    Scene
=================================================== */
#scene ul,
#scene li {
    margin-bottom: 0;
}


/* ===================================================
    Pickup Information
=================================================== */
#pickupInformation #fitness .text a {
    display: inline;
    text-decoration: underline;
}

#pickupInformation #fitness .text a:hover {
    text-decoration: none;
}

/* ===================================================
    Special Plan
=================================================== */
#specialPlan .colorBox {
    margin-top: -120px;
    padding-top: 120px;
}

/* ===================================================
    Stay Infotmation
=================================================== */
#stayInfotmation .listBox {
    margin-top: -120px;
    padding-top: 120px;
}


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

    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) {



    /* -------------------------
  Button - Red
------------------------- */
    .btn_red {
        width: 88%;
        margin: 0 auto;
    }


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

    /* ===================================================
    Scene
=================================================== */
    #scene {
        padding: 30px 0 20px;
    }

    /* ===================================================
    Special Plan
=================================================== */
    #specialPlan .colorBox {
        margin-top: -100px;
        padding-top: 100px;
    }

    /* ===================================================
    Stay Infotmation
=================================================== */
    #stayInfotmation .listBox {
        margin-top: -100px;
        padding-top: 100px;
    }


}

.box {
    padding: 0;
}