@charset "UTF-8";

/* ---------------------------------------------------
   File: meal_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;
}

/* -------------------------
  Link
------------------------- */
.content a {
    text-decoration: none;
}

.box {
    padding: 0;
}

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

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


.mainVisual .text {
    width: auto;
}

/* ===================================================
    Pickup Information
=================================================== */
#pickupInformation .text {
    width: auto;
}

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

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

/* ===================================================
    Price - Menu
=================================================== */
#priceMenu .img_responsive {
    margin-bottom: 20px;
}

/* -------------------------
  Scene Box
------------------------- */
#celebrate .btnArea,
#buddhistSermon .btnArea {
    width: 500px;
    margin: 0 auto 30px;
}

#celebrate .btn_gray {
    margin-bottom: 4%;
    width: 49%;
    float: left;
}

#celebrate .mgNone {
    float: right;
}

#celebrate .btn_gray a,
#buddhistSermon .btn_gray a {
    padding: 8px 0;
}

/* ===================================================
    Celebrate
=================================================== */
#celebrate {}

/* ===================================================
    Buddhist Sermon
=================================================== */
#buddhistSermon .btnArea {
    width: 200px;
}

/* ===================================================
    Restaurant / Cafe
=================================================== */
#restaurant-cafe .pickupBox {
    width: 540px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

#restaurant-cafe .mgNone {
    margin-right: 0;
}

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

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

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

#restaurant-cafe .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;
}

#restaurant-cafe .pickupBox .text {
    width: auto;
    font-size: 0.9em;
    padding: 0 50px;
}




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

    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: 10px;
    }

    /* ===================================================
    Price - Menu
=================================================== */
    #priceMenu .img_responsive img {
        width: 100%;
        height: auto;
    }

    /* -------------------------
  Scene Box
------------------------- */
    #celebrate .btnArea,
    #buddhistSermon .btnArea {
        width: 100%;
        margin: 0 auto 30px;
    }

    #celebrate .btn_gray {
        width: 48%;
    }

    #celebrate .btn_gray a,
    #buddhistSermon .btn_gray a {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }


    /* ===================================================
    Buddhist Sermon
=================================================== */
    #buddhistSermon .btnArea {
        width: 100%;
    }


    /* ===================================================
    Restaurant / Cafe
=================================================== */
    #restaurant-cafe .pickupBox {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #restaurant-cafe .pickupBox .photo img {
        width: 100%;
        height: auto;
    }

    #restaurant-cafe .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;
    }

    #restaurant-cafe .pickupBox .text {
        font-size: 0.9em;
        padding: 0 4%;
    }

}

    /* ===================================================
    banquet_plan　20230615追加
=================================================== */


#celebrate .btnArea {
    text-align: -webkit-center;
}

#celebrate .btn_gray {
    width: 200px;
    float: initial;
}

@media screen and (max-width: 767px) {
    
#celebrate .btn_gray {
    width: 100%;
}

}