/*おすすめメニュー*/

.pickup_menu {
    width: 100%;
    padding: 0;
}

button#pickup_menu {
    display: inline-block;
    position: fixed;
    top: 400px;
    right: 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    cursor: pointer;
    transition: all .4s;
    z-index: 1050;
}

button#pickup_menu:hover{
    opacity: 0.6;
}

nav.pickup_menu_wrap {
display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #B2CBEA;
    z-index: 10000;
}

.pickuplists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    width: 80%;
    margin: 0 auto;
    max-width: 1236px;
}

#pickup_menu_ttl {
    margin: 0;
    padding: 4% calc(3% + 68px) 0;
    text-align: center;
    font-weight: normal;
    font-size: 210%;
    letter-spacing: .15em;
    color: #002250;
    text-shadow: 1px 2px 0 #FFF, -1px -1px 0 #FFF, -1px 0px 0 #FFF, 0px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.pickup_close {
    display: block;
    position: absolute;
    top: 5%;
    right: 3%;
    border: none;
    background: none;
    font: inherit;
    cursor: pointer;
    transition: all .2s;
}

.pickup_close:hover{
    opacity: 0.6;
}

.pickup_menu_wrap ul li {
    width: 200px;
    margin: 0 2% 44px;
    background: #FFF;
}

.pickup_menu_wrap ul a {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1.4;
    padding: 114px 0px 13px;
    color: #000!important;
    font-size: 105%;
    text-decoration: none;
    text-align: center;
}

.word_wrap {
    display: inline-block;
}

.word_wrap2 {
    display: block;
}

.pickup_menu_wrap ul a img {
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
    margin: auto;
}

.smallfont{
    text-align: center;
}

.smallfont small {
    margin: 9px 0 2%;
    text-align: center;
    font-weight: normal;
    letter-spacing: .15em;
    display: inline-block;
    color: #002250;
    font-size: 16px;
    border-bottom: 1px solid #002250;
    padding-bottom: 10px;
}

.inmenu_position{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*福川追記_おすすめメニュー_メディアクエリ*/
@media screen and (max-width: 1280px){
    .pickup_menu_wrap ul li {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .pickup_menu_wrap ul a img {
        position: absolute;
        left: 22px;
        top: 18px;
        right: auto;
        height: 50px;
        width: auto;
    }
    .pickup_menu_wrap ul li a {
        min-height: 60px;
        padding: 18px 10px 10px 110px;
        text-align: left;
    }
    .pickuplists{
    position: static;
    width: auto;
    min-width: 0;
    max-width: 100%;
    float: none;
    padding: 0;
    }
    #pickup_menu_ttl{
        font-size: 150%;
        padding: 7% calc(3% + 68px) 0;
    }
  
  }
  @media screen and (max-width: 900px){
    .pickup_menu_wrap ul li {
        width: calc(100% - 20px);
        margin-bottom: 4px;
    }
  }

  @media screen and (max-width:580px) {
	button#pickup_menu{
		width: 30%;
	}
	button#pickup_menu img{
		opacity: 0.7;
	}
}



/*鈴木追記_サブトップ画像*/
nav.pickup_menu_wrap{display:none;}

nav.pickup_menu_wrap{display:none;}


.header form.search .wrap{background-color:transparent;}
.header form.search .input_area{background:url(../img/control_search_title.png) no-repeat 8px center #fff;}

.category {margin: 0px 0px 20px;padding: 0;background: rgba(255,255,255,0.5) url(../../core/img/n_subtop01.png) no-repeat center center;background-size: cover;}
.category h1 {text-indent: -100em;background: url(../../core/img/n_subtop01_txt.png) no-repeat center center;width: auto;height: 200px;}

@media screen and (max-width:580px) {
.category h1 {height: 90px;background-size: 45%; margin: 0;}
}
