@charset "UTF-8";

/* ---------------------------------------------------
   File: banquet_plan.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(2) a {
    text-decoration: none;
    color: #454545;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/* -------------------------
  Pickup
------------------------- */
#pickupPlan {
    padding-bottom: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-top: 40px;
}

#standardPlan {
    padding-bottom: 100px;
}


.pickupBox {
    width: 340px;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-top: -100px !important;
    padding-top: 100px !important;
}

.pickupBox.large {
    width: 100%;
    max-width: 400px;
}

.pickupBox a {
    display: block;
    color: #1A1A1A;
}

.pickupBox a:hover {
    text-decoration: none;
}

div.mgNone {
    margin-right: 0;
}

/*div.pickupBox:nth-of-type(3n):after {
	content: "";
	display: block;
	clear: both;
}*/
.pickupBox .photo {
    margin-bottom: 10px;
}

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

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

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

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

/* Pickup 2line ver
------------------------- */
.tow_line {
    width: 100%;
    max-width: 720px;
    margin: auto;
    padding: 0;
}



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

    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(2) a {
        text-decoration: none;
        color: #fff;
        background: #7c7c7c;
        border-radius: 0;
        /* CSS3 */
        -webkit-border-radius: 0;
        /* Safari,Chrome */
        -moz-border-radius: 0;
        /* Firefox */
    }

    /* -------------------------
  Title
------------------------- */
    #tit_subPage {
        padding-bottom: 0;
    }

    /* -------------------------
  Pickup
------------------------- */
    #standardPlan {
        padding-bottom: 40px;
    }

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

    .pickupBox a {
        display: block;
        color: #1A1A1A;
    }

    .pickupBox a:hover {
        text-decoration: none;
    }

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

    .pickupBox .photo {
        display: block;
        margin-bottom: 10px;
    }

    .pickupBox .tit_main {
        font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 10px;
    }

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

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




}