    @charset "UTF-8";

    * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    html {
        font-size: 10px;
    }

    body {
        font-family: 'メイリオ', 'Hirgino Kaku Gothic Pro', "Gruppo", sans-serif;
        margin: 0;
        padding: 0;
        min-width: 320px;
        color: rgb(255, 255, 255);
        background-color: rgb(50, 55, 65);
    }

    a {
        text-decoration: none;
        transition: 0.2s;
    }

    *:hover {
        transition: 0.2s;
    }

    img {
        width: 100%;
        vertical-align: bottom;
    }

    h1 {
        font-weight: 300;
    }

    ul {
        width: 100%;
        list-style: none;
        padding: 0;

    }

    .flex01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


    /* 背景色 */
    .bc01 {
        background-color: rgb(165, 150, 105);
    }

    .bc02 {
        background-color: rgb(50, 55, 65);
    }

    .bc03 {
        background-color: rgb(255, 255, 0);
    }

    .bc04 {
        background-color: rgb(0, 0, 0);
    }


    /* 文字色 */
    .tc01 {
        color: rgb(255, 255, 255);
    }

    .tc02 {
        color: rgb(0, 0, 0);
    }

    .tc03 {
        color: rgb(255, 255, 0);
    }

    /* 文字サイズ */
    .tx12 {
        font-size: 1.2rem;
    }

    .tx14 {
        font-size: 1.4rem;
    }

    .tx16 {
        font-size: 1.6rem;
    }

    /* 幅 */
    .w50 {
        width: 50%;
    }

    .w100 {
        width: 100%;
    }

    /* ヘッダー */
    .header {
        text-align: center;
        padding: 10px 10px 5px 10px;
    }

    .header table {
        margin: auto;
    }

    .header a {
        padding: 10px;
    }

    .header img {
        height: 65px;
        filter: drop-shadow(0 0 3px rgba(105, 90, 95, 0.7));
    }

    .coution {
        font-family: 'メイリオ', 'Hirgino Kaku Gothic Pro', sans-serif;
        font-weight: 100;
        margin: 0;
        padding: 10px;
        text-align: center;
    }

    /* メニュー ///////////////////////////////////////////////*/
    .menu {
        vertical-align: top;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
        font-family: 'メイリオ', 'Hirgino Kaku Gothic Pro', sans-serif;
        font-size: 1.4rem;
        font-weight: 300;
        /* line-height: 45px; */
        text-decoration: none;
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 10px 30px;
    }

    .menu li {
        padding: 0 1px;
    }

    .menu_in01 {
        width: 100%;
    }

    .menu_in02 {
        width: 50%;
    }


    .menu a {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 1px;
        padding: 5px 15px;
        color: rgb(0, 0, 0);
        background-color: rgb(215, 205, 150);

        /* border-radius: 30px; */
    }

    .menu a:hover {
        background-color: rgb(255, 255, 255);
    }

    /* キャッチコピー */
    .copy {
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 15px;
    }

    .link li {}

    .link a {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 1px;
        padding: 10px 15px;
        /* border-radius: 5px; */
    }

    .link a:hover {
        background-color: rgb(235, 225, 95);
    }

    /* コンテンツ */
    .contents {
        padding: 15px 30px 50px;
    }

    .spec {
        width: 100%;
    }

    .spec th,
    .spec td {
        padding: 6px 10px 5px;
    }

    .spec th {
        font-weight: 300;
        width: 120px;
        color: rgb(0, 0, 0);
        background-color: rgba(255, 255, 255, 0.5);
        /* border-radius: 5px 0 0 5px; */
    }

    .spec td {
        background-color: rgba(255, 255, 255, 0.2);
        /* border-radius: 0 5px 5px 0; */
    }


    /* トップボタン */
    .top_buttom {
        z-index: 10;
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-family: Cinzel;
        font-size: 1.4rem;
        text-align: center;
        width: 70px;
        height: 25px;
        margin-top: 50px;
        padding: 1px;
        border-radius: 12px;
    }

    .top_buttom a {
        vertical-align: middle;
        color: rgb(255, 255, 255);
    }

    .top_buttom:hover {
        background: rgb(165, 150, 105);
    }


    /* .coution span {
        font-size: 1.3rem;
    } */


    .obi {
        font-family: 'メイリオ', 'Hirgino Kaku Gothic Pro', sans-serif;
        font-weight: 100;
        font-size: 2.5rem;
        line-height: 28px;
        padding: 10px 20px;
        text-align: center;
        text-shadow: 0 0 10px rgb(210, 200, 175), 0 0 5px rgb(210, 200, 175);
        background-color: rgb(165, 150, 105);
    }


    /* フッター */

    .footer {
        margin: 0;
        padding: 0;
        height: 120px;
        text-align: center;
        background-color: #F0F0F5;
        border-top: solid 1px #aaa;
        vertical-align: top;
    }

    .footer img {
        width: 90px;
        margin: 30px 0 0 0;
    }

    .footer p {
        font-family: Cinzel;
        margin-top: 3px;
        font-size: 1.0rem;
        color: rgb(0, 0, 0);
    }


    @media(max-width:768px) {
        .menu_in02 {
            width: 100%;
        }
    }