@charset "UTF-8";

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

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


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

    PC 

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

/* ===================================================
    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
------------------------- */

/* -------------------------
  Button - Gray
------------------------- */
.sceneBox .box .btn_gray a.sp {
    display: none;
}


/* ===================================================
    Pickup Information
=================================================== */

#pickupInformation .pickupBox .tit_main .time {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.6em;
    display: block;
}


/* ===================================================
    Box Layout
=================================================== */
.box_column {
    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) {







    /* ===================================================
    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-bottom: 20px;
    }

    #scene ul,
    #scene li {
        margin-bottom: 0;
    }

    /* -------------------------
  Button - Gray
------------------------- */
    .sceneBox .box .btn_gray a.pc {
        display: none;
    }

    .sceneBox .box .btn_gray a.sp {
        display: inline-block;
    }



}

.box {
    padding: 0;
}