

/*----------------全体的なcss------------------*/
body{
    background-color: #ffe89d;
}
/*----------------全体的なcss（終了）------------------*/

/*========================
　smartphone　bottom menu
　========================*/


.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:45px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#f5f5f5;/*背景色*/
    border-top:2px solid #808080;/*バーの上の線*/
    border-bottom:2px solid #808080;/*バーの下の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
    font-size:15px;/*展開メニューの文字サイズ*/
    line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}


/* ボトムメニューを表示しない指示 */
@media(orientation:landscape) {
 /*スマホで横画面の時*/
    @media (min-width: 768px) {
        /*PC表示の時*/
        ul.bottom-menu {
            position: fixed;
            left:0;
            top:0;
            width: 100%;
            height:45px;/*高さ*/
            margin:0;
            padding:0;
            background-color:#f5f5f5;/*背景色*/
            border-top:2px solid #808080;/*バーの上の線*/
            border-bottom:2px solid #808080;/*バーの下の線*/
            z-index:30;}
    }

    /*スマホの時だけ ボトムメニュー分フッタを底上げ*/
    @media (max-width: 767px) {
        #footer {
            margin-bottom: 45px;
        }
    }
}


/*----------------売り上げ方を選んだ時のcss------------------*/

.white_space{
    width: 640px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    background-color: white;
    border-radius: 10px;
    border: solid;
}

.white_space_text{
    padding: 2% 5% 0 6%;
    font-size: 20px;
    line-height: 2em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

    .we_dd{
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .white_space{

        width: 90%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5%;
        background-color: white;
        border-radius: 10px;

    }

    .white_space_text{
        padding: 2% 5% 0 5%;
        font-size: 15px;
        line-height: 2em;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }


}

/*----------------売り上げ方を選んだ時のcss（終了）------------------*/



/*----------------ルール画面------------------*/




.we_dd_rule{
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.title_space{

    width: 700px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 40px;
}

.white_space_rule{

    width: 640px;
    height: 100%;
    padding: 0.7em;
    margin: 2em auto;
    background-color: white;
    border-radius: 10px;
    border: solid;

}

.white_space_text_rule{
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
    font-size: 18px;
    line-height: 2em;
    font-weight: 300;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;

}

/*.title_text_rule{*/
/*    text-align: center;*/
/*    font-size: 25px;*/
/*    line-height: 2em;*/
/*    color: darkcyan;*/
/*    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
/*}*/

.title_icon{
    width: 25px;

}

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

    .we_dd_rule{
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .title_space{
        width: 98%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        top: 30px;
    }

    .white_space_rule{

        width: 85%;
        padding: 0.5em;
        height: 100%;
        margin: 5% auto;
        background-color: white;
        border-radius: 10px;

    }

    .white_space_text_rule{
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
        font-size: 1em;
        line-height: 2em;
        font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    }

    .title_text_rule{
        text-align: center;
        font-size: 20px;
        line-height: 2em;
        color: #b93d0c;
        font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    }

    .title_icon{
        width: 20px;
    }


}


/*----------------ルール画面（終了）------------------*/


/*----------------フォント全体------------------*/
h1 {
    position: relative;
    border: 2px solid #80c8d1;
    border-radius: 5px 5px 5px 5px;
    background: #f4f4f4;
    line-height: 1.5em;
    padding: 1em;
    margin: 1em 0 0.5em;
    font-size: 20px;
    font-weight: 500;
    color: darkslategrey;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}

/*h1:after {*/
/*    !*タブ*!*/
/*    position: absolute;*/
/*    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;*/
/*    font-weight: 500;*/
/*    content: '\f0a7\ 担当者：担当者名';*/
/*    background: #80c8d1;*/
/*    color: #fff;*/
/*    left: 0;*/
/*    bottom: 100%;*/
/*    border-radius: 5px 5px 0 0;*/
/*    padding: 5px 7px 3px;*/
/*    font-size: 0.5em;*/
/*    line-height: 1;*/
/*    letter-spacing: 0.05em;*/
/*}*/

.sub_title_rule{

    position: absolute;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    background: #80c8d1;
    color: #fff;
    left: 0.5em;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 0.05em;

}

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

    h1 {
        position: relative;
        border-top: solid 1px #80c8d1;
        border-bottom: solid 1px #80c8d1;
        border-left: solid 1px #80c8d1;
        border-right: solid 1px #80c8d1;
        border-radius: 5px 5px 5px 5px;
        background: #f4f4f4;
        line-height: 1.5em;
        padding: 1em;
        margin: 1em 0 0.5em;
        font-size: 1em;
        font-weight: 500;
        color: darkslategrey;
    }

    /*h1:after {*/
    /*    !*タブ*!*/
    /*    position: absolute;*/
    /*    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;*/
    /*    font-weight: 500;*/
    /*    content: '\f0a7\ 担当者：担当者名';*/
    /*    background: #80c8d1;*/
    /*    color: #fff;*/
    /*    left: 0px;*/
    /*    bottom: 100%;*/
    /*    border-radius: 5px 5px 0 0;*/
    /*    padding: 5px 7px 3px;*/
    /*    font-size: 0.5em;*/
    /*    line-height: 1;*/
    /*    letter-spacing: 0.05em;*/
    /*}*/


    .sub_title_rule{

        position: absolute;
        font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
        font-weight: 500;
        background: #80c8d1;
        color: #fff;
        left: 0.5em;
        bottom: 100%;
        border-radius: 5px 5px 0 0;
        padding: 5px 7px 3px;
        font-size: 0.8em;
        line-height: 1;
        letter-spacing: 0.05em;

    }


}


/*----------------フォント全体（終了）-----------------*/