@charset "utf-8";

.mt200 {
    margin-top:200px;
}
.mt15 {
    margin-top:15px;
}
.mb15 {
    margin-bottom:15px;
}
.mb30 {
    margin-bottom:30px;
}

.text-center {
    text-align:center;
}

/* ヘッダー */
#top .top-right span {
    margin-top:15px;
    font-size:14px;
    color:#fff;
}

/* ページ見出し画像 */
.category-img {
    margin:0px auto;
}
@media screen and (min-width:992px){
    .category-img {
        width:80%;
    }
}

/* フォーム */
#form input, #form textarea {
    display:block;
    width:80%;
    margin:0 auto;
}

/* 宴会プランページ */
ul.menu2 {
    list-style-type: none;
}

ul.menu2 li {
    text-indent:-1rem;
    padding:5px 0 5px 1rem;
}
.red {
    color:#cc0000 !important;
}
/* ご案内・地図ページ */
figure.menu4 {
    padding:15px;
    border:double 4px #333333;
    width:100%;
    margin:15px 0 30px;
    background:#ffffff;
    text-align:center;
}
figure.menu4if {
    padding:0px;
    border:double 4px #333333;
    width:100%;
    margin:15px 0 30px;
    background:#ffffff;
    text-align:center;
}
figure.menu4if iframe {
    width:100%;
    height:50vh;
}
span.notice {
    padding-left:0rem;
    line-height:2;
}
@media screen and (min-width:992px){
    figure.menu4 {
        width:80%;
        margin:15px auto 30px;
    }
    figure.menu4if {
        width:80%;
        margin:15px auto 30px;
    }
    span.notice {
        padding-left:8rem;
        line-height:2;
    }
}

body {
    background-image: url(../images/body-wallpaper.jpg);
}
