@charset "UTF-8";

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

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


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

    PC 

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

/* ===================================================
    Grobal Navigation
=================================================== */
#gnavi li#g_banquet a {
    background-position: -278px -70px;
}




/* -------------------------
   Btn - Red
------------------------- */
.back_plan {
    margin-bottom: 100px;
}

.back_plan a {
    background: #454445;
}

.back_plan a:hover {
    background: rgba(53, 52, 53, 0.7);
    text-decoration: none;
}

.btn_red.back_plan a:after {
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transform: rotate(-135deg);
    top: 45%;
    left: 15px;
}

/* -------------------------
  Button - Red
------------------------- */
.blank {
    margin-bottom: 40px;
}

.blank a:after {
    background: url(../img_common/icon_blank_white.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    width: 6px;
    height: 6px;
    border-top: none;
    border-right: none;
    transform: rotate(0);
    position: absolute;
    top: 45%;
    right: 15px;
}



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

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

    /* -------------------------
   Btn - Red
------------------------- */
    .back_plan {
        width: 88%;
        margin: 0 auto 40px;
    }

    .btn_red.back_plan a:after {
        width: 0.4em;
        height: 0.4em;
    }

    .blank {
        width: 88%;
        margin: 0 auto 10px;
    }
}