html, body {
  height: 100%;
  margin:0;
  padding:0;
}

@media screen and (min-width: 769px){
    #menus{
        position: initial;
        width: 200px;
        float:left;
        margin-right: 15px;
        margin-bottom: 20px;
        display: block;
    }
    #pc-logo{
        position: relative;
    }
    .hm_btn{
        display:none;
    }
    .hm_menu_close{
        display:none;
    }
}
@media screen and (max-width: 768px){
    #menus{
        width: 85%;
        left: -85%;
        margin-bottom: 20px;
    }
    #pc-logo{
        display: none;
    }
}

.head-nav-inner{
    border-bottom: none;
        height: 0px;
}

#ecmenu{
    display:flex;
    position: relative;
    padding: 0 10px;
}

@media screen and (max-width: 768px){
    #ecmenu{
    background: #fff;
    z-index: 120;
    }
}

@media screen and (min-width: 769px){
    #acMenu dt,#acMenu dd {
        display: none !important;
    }
    .sp-logo {
        display: none;
    }
}

#header_category_btn_category a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    background-color: #069;
    color: white;
    padding: 5px;
    border-radius: 3px;
}

#item_search {
    /*width: 35%;*/
    text-align: left;
    padding: 5px 10px;
    vertical-align: bottom;
}

#item_search select {
    width: 100%;
}

.searchbox {
    position: relative;
    padding: 8px 0 8px 0;
    height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 200px);
    margin-top: 0;
    display: flex;
}

.p-header__search {
    display: flex;
    width:100%;
}

p#b_csr {
    position: relative;
    right: 0px;
    z-index: 105;
}

#item_sf {
    width: 100%;
    position: absolute;
    top:100%;
    right: 0px;
    background:#fff;
    border:1px #999 solid;
    z-index:100;
    display: flex;
}

#btn_search_advanced input{
    height: 100%;
    border-radius: 20px;
    padding: 15px;
    cursor:pointer;
}
/**/
@media screen and (max-width: 768px){
    .searchbox {
        width: calc(100%);
    }
    #sns_side{
        display:flex;padding:10px;
    }
}

.imgborder1{
    border:1px solid #fff;
    display:block;
}
#freespace6{
    margin: 10px 0;
}
#freespace6 div{
    border:1px solid #ccc;
    margin: 3px 0;
}
@media screen and (max-width: 768px){
    #freespace6{
        margin: 3px;
        display: flex;
        flex-flow: wrap;
    }
    #freespace6 div{
        margin:3px;
        width:calc(50% - 6px);
    }
}

/* バナーのマウスオーバー */
div.item-box6:hover a img {
    opacity: 0.6;
    transition-duration: 0.3s;
  }

.p-searchform__select {
    font-family: 'Noto Sans Japanese', sans-serif;
    height: 100%;
    border: 1px solid #505050;
    border-radius: 3px 0 0 3px;
    font-size:80%;
    width: 25%;
    padding: 0.5em;
    min-width:80px;
}

.p-searchform__text {
    font-family: 'Noto Sans Japanese', sans-serif;
    background: #fff;
    -ms-flex-positive: 10;
    border: 1px solid #505050;
    height: 100%;
    padding-left: 0.5em;
    width: 100%;
}

.p-searchform__submit {
    font-family: 'Noto Sans Japanese', sans-serif;
    background: #505050;
    color: #fff;
    font-size: 1em;
    border: 1px solid #505050;
    border-radius: 0 3px 3px 0;
    height: 100%;
    margin-right: 10px;
    cursor:pointer;
}

#header_category_btn_category {
    justify-content: left;
}

#important_area {
    margin: 0 0 10px 0;
}

#important_area ul li{
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 2px 0 2px 5px;
    margin: 3px auto;
    border: 2px solid #eee;
    border-left: 3px solid #FF9900;
    background-color: #ffffff;
    -webkit-border-radius: 20px 0 0 20px;
}

#important_area a{
    display: block;
    padding-left: 10px;
}

@media screen and (max-width: 768px){
    #important_area ul li {
        flex-wrap: wrap;
        font-size: 12px;
    }
}

