@charset "utf-8";

.hidden-pc { display:none; }
.hidden-sp { display:block; }

/* common */
.wrap {
    width: 930px;
    margin: 0 auto;
    position: relative;
}

/* top */

/*ttl*/
h1.main_img {
    margin-bottom: 20px;
}
p.capture_text {
    text-align:  center;
    margin-bottom: 10px;
}

div#anchor_link {
    margin-bottom: 60px;
}

div#anchor_link ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

div#anchor_link ul li {
    width: 407px;
}


/*content*/
/* h2 */
h2.title {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    text-shadow:
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}

h2.title:before{
    content: "\f10c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
    margin-right: 10px;
    color: #fff;
    text-shadow: none;
}

h2.title.idea_icon {
    background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/hoikunohint/common/bg_dotblue.png);
    color:#006699;
}

h2.title.recipe_icon {
    background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/hoikunohint/common/bg_dotpink.png);
    color:#ff3366;
}

h2.title.search_icon {
    background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/hoikunohint/common/bg_dotgreen.png);
    color:#24aa37;
}
h2.title.ideadetail_icon {
    background: #ff9900;
    color:#fff;
    text-shadow: none;
}

/*contentslist*/
.contentslist {
    margin-bottom: 80px;
}

ul.ideanews,ul.recipenews {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;*/
    margin: 0 10px;
    text-align:center;
}

ul.ideanews li,ul.recipenews li {
    position: relative;
    max-width: 32%;
    margin-right: 10px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
ul.ideanews li:nth-child(3),ul.recipenews li:nth-child(3) {
    margin-right: 0;
}

.category_list .img {
    border: 3px solid #dbdada;
}

h2.chg_text.tit_text {
    font-weight: bold;
    margin-bottom: 10px;
}

#recipe h2.chg_text.tit_text {
    color: #f7464e;
}

#idea h2.chg_text.tit_text {
    color: #0f83bb;
}

.discription{
    padding: 10px 15px;
    background: #f0f0f0;
}
.discription p.tit_text {
    font-weight: bold;
    margin-bottom: 4px;
}

.discription p.text {
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 20px;
}

/*btn_archive*/
a.btn_archive {
    position: relative;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    display: inline-block;
    width: 400px;
    max-width: 100%;
    border-radius: 5px;
    text-align:center;
}

.wrap_btn_archive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    clear: both;
    margin-top:30px;
}

a.btn_archive:after {
    content: "";
    position: absolute;
    background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/hoikunohint/common/arrow_right.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}

a.btn_archive.btnstyle_idea {
    background: #0f83bb;
}

a.btn_archive.btnstyle_recipe {
    background: #f7686f;
}
a.btn_archive.btnstyle_hint {
    background: #24aa37;
}

.wrap_btn_archive a.btn_archive.btnstyle_idea,
.wrap_btn_archive a.btn_archive.btnstyle_recipe,
.wrap_btn_archive a.btn_archive.btnstyle_hint {
    margin-bottom: 40px;
}

/*idea*/
ul.ideanews li ul.category li {
    display: inline-block;
    background: #fff;
    font-size: 10px;
    color: #336699;
    padding: 2px 5px;
}
ul.category {
    margin-bottom: 20px;
}

/*recipe*/
.related-products {
    padding: 10px 15px;
}

p.related-products_ttl {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.related-products ul li {
    max-width: 100%;
    line-height: 1.2;
    margin-left: 1em;
    margin-bottom: 5px;
    font-size: 12px;
}

.related-products ul li:before {
    content: "\30FB";
    margin-left: -1em;
}

.related-products ul li a {
    font-size: 14px;
    text-decoration: underline;
    color: #555;
}

/*search*/
p.results-number {
    margin-bottom: 10px;
    font-size: 14px;
}
ul#hoiku_nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

li.nav_btn {
    text-align: center;
    background: #a7ddaf;
    align-self: center;
    width: 302px;
    padding: 10px 0;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.01rem;
    border-radius: 10px 10px 0 0;
}

li.nav_btn:hover{
    background: #24aa37;
}

li.nav_btn.is-active {
    background: #24aa37;
}

.child_category {
    border: 1px solid #ccc;
    padding: 20px 20px 60px;
}

.child_category label {
    background: #24aa37;
    padding: 5px 10px;
    min-width: 135px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.child_category label span.category {
    color: #fff;
}

.child_category label span.category input[type="checkbox" i] {
    margin-right: 5px;
}

.tab-content {
    margin-bottom: 20px;
}

div#btn_search {
    background: #f7464F;
    border-radius: 5px;
    width: 400px;
    margin: 0 auto;
    padding: 10px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #fff;
    font-size: 20px;
    text-align: center;
}

div#btn_search:hover {
    opacity:0.7;
}

.hoiku_search {
    margin-bottom: 70px;
    padding: 0 10px;
}

/*pagetop*/
a.btn_pagetop {
    position: fixed;
    right: 5%;
    bottom: 5%;
    background:#e8B723;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 10px 8px 30px;
}
a.btn_pagetop:before {
    content: "";
    position: absolute;
    background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/hoikunohint/common/arrow_top.png);
    background-size: cover;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 10px;
    margin-top: -7px;
}

/* ideadetail */
p.capture_img img {margin: 0 auto;}

h3.point_ttl, h3.howtoplay_ttl, h3.movie_ttl {
    color: #ff9900;
    border-bottom: 2px solid #ff9900;
    font-size: 20px;
    background: none;
    margin-bottom: 20px;
    text-shadow: none;
}

h3.point_ttl:before,h3.howtoplay_ttl:before {
    content: "\f08d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
    margin-right: 10px;
    text-shadow: none;
}

h3.movie_ttl:before {
    content: "\f01d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
    margin-right: 10px;
    text-shadow: none;
}

.movie-wrap{
    width: 90%;
    margin: 0 auto;
}
.maincontents {
    padding: 0 15px;
    margin-bottom: 60px;
}

div#top_main {
    margin-bottom: 50px;
}

.point_txt {
    background-image: linear-gradient(
        -45deg,
        #ffcc99 25%,
        #ffcc66 25%, #ffcc66 50%,
        #ffcc99 50%, #ffcc99 75%,
        #ffcc66 75%, #ffcc66
        );
        /* 幅8px、高さ8pxで背景画像のサイズを指定 */
        background-size: 8px 8px;
        border: 1px solid #ff9900;
        box-shadow: 0px 0px 0px 5px #fff inset;
        padding: 20px 30px;
        width: 70%;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
    }
    .point_wrap .point_img {
        display: inline-block;
        width: 25%;
        box-sizing: border-box;
        text-align: right;
        vertical-align: top;
    }

    .print{
        margin-bottom: 20px;
    }

    .print_img {
        /* 幅8px、高さ8pxで背景画像のサイズを指定 */
        background-size: 8px 8px;
        box-shadow: 0px 0px 0px 5px #fff inset;
        margin-bottom: 50px;
        box-sizing: border-box;
        vertical-align: top;
        text-align: center;
        width:55%;
        display: inline-block;
        float: left;
    }
    .point_print {
        display: block;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
        padding-bottom: 20px;
        width:40%;
        display: inline-block;
        float: left;
        margin: 50px 0 0 0;
    }

    .btn-flat-border {
        display: inline-block;
        padding: 0.3em 1em;
        text-decoration: none;
        color: #67c5ff;
        border: solid 2px #67c5ff;
        border-radius: 3px;
        transition: .4s;
    }

    .btn-flat-border:hover {
        background: #67c5ff;
        color: white;
    }

    .point_wrap {
        width: 100%;
    }

    .movie_wrap {
        margin-bottom: 60px;
    }

    ol.howtoplay_list li {
        display: inline-block;
    }

    ol.howtoplay_list li:after {
        content: "\f061";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 30px;
        margin: 0px 10px;
        text-shadow: none;
        position: absolute;
        top: 50%;
        right: -50px;
        color: #4dbaf0;
    }

    ol.howtoplay_list li {
        position: relative;
        margin-right: 35px;
        margin-bottom: 30px;
    }

    ol.howtoplay_list li:last-child:after {
        display: none;
    }


    div#btn_search p {
        color: #fff;
    }

    div#recipe_main,div#idea_main {
        margin-bottom: 50px;
    }


    /* pc-sp */
    @media screen and (max-width:679px){
        #loginBar { display: none; }

        .hidden-pc { display:block; }
        .hidden-sp { display:none; }

        .wrap {
            width: 96%;
            padding: 0 2%;
        }

        div#anchor_link ul {
            display:  block;
        }

        div#anchor_link ul li {
            width: 100%;
        }

        ul.ideanews li, ul.recipenews li {
            max-width: 100%;
        }

        div#top_main {
            margin-bottom: 30px;
        }

        h2.chg_text.tit_text {
            background-color: transparent;
            text-shadow:  none;
        }

        h2.title.search_icon, h2.title.idea_icon, h2.title.recipe_icon {
            text-align: left;
        }

        ul.ideanews li, ul.recipenews li {
            margin-right: auto;
        }

        .hoiku_search {
            width: 100%;
            padding: 0;
        }

        div#btn_search {
            width: 100%;
            padding: 10px 0;
        }

        li.nav_btn {
            width: 100%;
            border-radius:  10px;
            margin-bottom: 10px;
            padding: 15px 0;
        }

        ul#hoiku_nav {
            display:  block;
        }

        .child_category {
            display:  flex;
            flex-wrap:  wrap;
            justify-content: space-between;
            padding: 30px 20px 20px;
        }

        .child_category label {
            min-width: auto;
            padding: 10px;
            width: 24%;
        }

        .child_category label.col-1 {
            width: 100%;
        }

        .child_category label.col-2 {
            width: 41%;
        }

        .child_category label span.category input[type="checkbox" i] {
            background-color: #fff;
        }

        div#btn_search a {
            color: #fff;
            display: block;
        }

        div#btn_search:hover {
            opacity: 1;
        }

        /*あそびアイディア詳細*/
        h1 {
            background:transparent;
        }
        a.btn_archive {
            font-size: 15px;
        }
        a.btn_archive:after {
            width: 15px;
            height: 15px;
        }
    }

    /*20180725 敬 追加*/
    .category_list .img{
        position:relative;
        width: 285px;
        height: 181px;
    }
    img.chg_url1{
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top:50%;
        left: 50%;
        transform:translate(-50%, -50%);
    }

    p.midashi {
        margin-bottom: 20px;
        margin-top: -30px;
        text-align: center;
        /*color: #ffa707;*/
        /*font-weight: bold;*/
        font-size: 18px;
    }

    /*---- bread ----*/
    #fil {
        display: none;
    }
    #fil2 {
        color: #5B5A5A;
        display: block;
        font-size: 93.8%;
        margin: 0 auto;
        padding: 12px 10px;
        width: 930px;
    }
    #fil2 a {
        color: #226442;
    }
    #fil2 span {
        margin: 0 10px;
    }


    /* 0514JTX追加 */
    #vjs_video_3{
        width:730px;
        height:400px;
        display:block;
        margin:0 auto;
    }

    @media screen and (max-width:679px){
        #vjs_video_3{
            width: 100%;
            height: auto;
            padding-top: 56%;
            display: block;
            margin: 0 auto;
        }
        .point_txt{
            width: 100%!important;
        }
        .point_wrap .point_img{
            width: 80%;
            display: block;
            margin: auto;
        }
    }
