@charset "utf-8";

/* --------------------------------------------------------
	reset
-------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

body {
    color: #333333;
    font-size: 100%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",verdana,"メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
    background: url(null) fixed;
    background-color: #fff;
    background: url(../images/menu/body_bg.gif) repeat top center;
}

html {
    overflow-y: scroll;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

img {
    border: 0;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

table {
    border-spacing: 0;
    empty-cells: show;
}

a, a:link, a:visited, a:hover, a:active {
    /*color: #054691;*/
    /*text-decoration: none;*/
}

/* --------------------------------------------------------
	container
-------------------------------------------------------- */

#menu-title {
    display: block;
}

#menu-title-s {
    display: none;
}

h1 {
    font-size: 300%;
    font-weight: 800;
    text-align: center;
    text-shadow: 2px 2px 3px #fff;
    border-radius: 5px; /*角丸のサイズ*/
    letter-spacing: 0.3em; /*文字間隔を少し広くとる設定*/
}

h2 {
    font-size: 120%;
    font-weight: 800;
    padding-top: 20px;
}

.caution {
    font-size: 80%;
    color: #f64e4e;
    margin-top: 10px;
}

.information
{
    font-size: 100%;
    margin-bottom: 10px;
}

.contents {
    padding-top: 0;
    padding-bottom: 0;
}

.container {
    font-family: 'Bentham', serif;
    width: 90%;
    margin: 0px auto;
    padding: 40px 0;
}


table.PriceTbl {
    font-family: 'Bentham', serif;
    border-collapse: collapse;
    margin: 1% 1% 1% 1%;
    padding: 0;
    width: 98%;
}

    table.PriceTbl h1 {
        font-size: 300%;
    }

    table.PriceTbl tr {
        background-color: transparent;
        border-bottom: 1px dotted #673b15;
    }

        table.PriceTbl tr:nth-child(even) {
            background-color: transparent;
        }

    table.PriceTbl th,
    table.PriceTbl td {
        padding: .35em 1em;
    }

    table.PriceTbl thead th,
    table.PriceTbl td {
        font-size: .85em;
    }

    table.PriceTbl thead tr {
        /*background-color: #fd6767;*/
        background: url("../images/bg0.png");
        color: #fff;
    }

    table.PriceTbl tbody th {
        text-align: left;
        font-weight: bold;
    }


    .option_text {
        margin-left: 20px;
        font-weight: bold;
    }

    .PriceTbl_menu,
    .Tbl_other {
        text-align: left;
    }


    .Tbl_option1 {
        background-image: url("../images/bg0.png");
        text-align: right;
    }


    .Tbl_option2 {
        text-align: left;
}

    .Tbl_other td {
        color: #444;
        text-align: right;
}

    .pad_w {
        display: none;
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px) {
    /* --------------------------------------------------------
	container
-------------------------------------------------------- */

    #menu-title {
        display: block;
    }
    #menu-title-s {
        display: none;
    }

    h1 {
        font-size: 250%;
        font-weight: 800;
        text-align: center;
    }

    h2 {
        font-size: 100%;
        font-weight: 800;
        padding-top: 20px;
    }

    .caution {
        font-size: 80%;
    }

    .information {
        font-size: 80%;
    }

    .contents {
        padding-top: 0;
    }

        table.PriceTbl h1 {
            font-size: 300%;
        }

        table.PriceTbl thead th {
            font-size: .85em;
        }
}


@media screen and (max-width: 700px) {

    #menu-title {
        display: none;
    }

    #menu-title-s {
        display: block;
    }

    table.PriceTbl h1 {
        font-size: 300%;
    }

    table.PriceTbl thead th {
        font-size: .85em;
    }

    table.PriceTbl {
        border: 0;
        width: 100%
    }

        table.PriceTbl th {
            background: url(../images/bg0.png);
            display: block;
            border-right: none;
        }

        table.PriceTbl thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table.PriceTbl tr {
            display: block;
            margin-bottom: .625em;
            border: 1px dotted #673b15;
        }

        table.PriceTbl td {
            border-bottom: 1px dotted #673b15;
            display: block;
            font-size: .8em;
            text-align: right;
            position: relative;
            padding: 1.5em 1em 1.5em 4em;
            border-right: none;
        }

            table.PriceTbl td::before {
                content: attr(data-label);
                font-weight: bold;
                position: absolute;
                left: 10px;
                color: #000;
            }

            table.PriceTbl td:last-child {
                border-bottom: 0;
            }

        table.PriceTbl tbody th {
            color: #fff;
            padding: 1em
        }

        table.PriceTbl tr:nth-child(even) {
            background-color:transparent;
        }

        .pad_b {
            display: none;
        }

        .pad_w {
            display: inline-block;

        }
}
@media screen and (max-width:479px) {

    #menu-title {
        display: none;
    }

    #menu-title-s {
        display: block;
    }

    h1 {
        font-size: 100%;
        margin: 0 0 0px 0;
    }

    .menuPrice {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #673b15;
        flex-direction: column;
    }

    .centerLine hr {
        display: none;
    }
    }