@charset "UTF-8";

/* ---------------------------------------------------
   File: meeting_index.css
   Version: 1.0.0
   Update: 2017-12-07
   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
------------------------- */


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


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

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

/* -------------------------
  Button - Red
------------------------- */
.btn_red {
    margin-top: 40px;
}

/* -------------------------
  Button - Blue
------------------------- */
.btn_blue {
    width: 1005px;
    margin: 0 auto;
}

.btn_blue li {
    width: 32%;
    margin-right: 20px;
    float: left;
}

.btn_blue li:last-child {
    margin-right: 0;
}

.btn_blue a {
    width: 100%;
    font-size: 1.1em;
    padding: 40px 0;
}





/* ===================================================
    Boxed Lunch
=================================================== */
#boxedLunch .row {
    width: 720px;
}

#boxedLunch .pickupBox {
    width: 340px;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
}

#boxedLunch .box_r {
    margin-right: 0;
}

#boxedLunch div.pickupBox:nth-of-type(3n) {
    margin-right: 0;
}

#boxedLunch div.pickupBox:nth-of-type(3n):after {
    content: "";
    display: block;
    clear: both;

}

#boxedLunch .pickupBox .photo {
    margin-bottom: 10px;
}

#boxedLunch .pickupBox .tit_main {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    margin: 20px 0 10px;
    line-height: 1.5em;
}

#boxedLunch .pickupBox .tit_main .tit_sub {
    display: block;
    font-size: 0.7em;
}

#boxedLunch .pickupBox .text {
    font-size: 0.9em;
    text-align: center;
}

/* ===================================================
    Price
=================================================== */






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

    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;
    }

    /* ===================================================
    Meeting - Index
=================================================== */

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

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

    /* -------------------------
  Button - Blue
------------------------- */
    .btn_blue {
        width: 100%;
    }

    .btn_blue a {
        width: 100%;
        font-size: 1em;
        padding: 20px 0;
        display: block;
    }

    .btn_blue li {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
    }

    /* ===================================================
    Boxed Lunch
=================================================== */
    #boxedLunch .row {
        width: 88%;
    }

    #boxedLunch .pickupBox {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }

    #boxedLunch .box_r {
        margin-right: 0;
    }

    #boxedLunch div.pickupBox:nth-of-type(3n) {
        margin-right: 0;
    }

    #boxedLunch div.pickupBox:nth-of-type(3n):after {
        content: "";
        display: block;
        clear: both;

    }

    #boxedLunch .pickupBox .photo {
        margin-bottom: 10px;
    }

    #boxedLunch .pickupBox .tit_main {
        font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
        font-weight: 500;
        font-size: 1.1em;
        text-align: center;
        margin: 20px 0 10px;
        line-height: 1.5em;
    }

    #boxedLunch .pickupBox .tit_main .tit_sub {
        display: block;
        font-size: 0.7em;
    }

    #boxedLunch .pickupBox .text {
        font-size: 0.9em;
    }


}

.box {
    padding: 0;
}