.pos_rtv{position: relative;}
.headMenuBox {
  display: block;
  width: 100%;
  position: fixed;
  top: -125px;
  left: 0;
  padding: 0;
  font-size: 13px;
  z-index: 9999;
}
.headAbove{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*background: url(https://www.gyoren.net/img/layout/header/head_bg.png);*/
  
  background-image: url(https://www.gyoren.net/img/item/bg/bg_010.jpg);
  background-size: 150px;
  background-repeat: repeat !important;
  
  height: 52px;
  padding: 0 2%;
}
.headLogo{
  display: flex;
  align-items: center;
  /* width: 100%;  */
  padding: 0;
  background-size: cover;
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.headLogo img{
    height: 38px;
    margin: 0 0 0 0;
  vertical-align: middle;
}

.headicnArea li {
  display: inline-block;
  margin-left: 5px;
}
.headicnArea li img {
  height: 35px;
    vertical-align: middle;
}


.headnavigation{
  display: table;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}



.navi01_list,.navi02_list,
.navi03_list,.navi04_list,.navi05_list{
  display: table-cell;
  width: 20%;
  text-align:center;
  font-size: 11px!important;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #0066dd;
  height: 40px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.navi01_list img,.navi02_list img,
.navi03_list img,.navi04_list img,.navi05_list img{
margin-bottom: 3px;
}
.navi01_list a,.navi02_list a,
.navi03_list a,.navi04_list a,.navi05_list a{
  display: block;
  padding: 6px 0 3px 0;
  color:#FFFFFF!important;
  text-decoration: none;
  vertical-align: middle;
}

.navi02_list,.navi03_list,.navi04_list,.navi05_list{
  border-left: 1px solid #fff;
}


.headBnr {
  background: url(https://www.gyoren.net/img/layout/spheader/head_bnr.png)no-repeat center;
  background-size: contain;
  background-color: #b6a06e;
  height: 25px;
  width: 100%;
  position: relative;
}
.headBnr a {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}





/*=====ドロワーメニュー=====*/
input#drawer {display: none; }/*チェックボタン非表示*/
/*タップボタン*/
.btnDraw {
  /* position: absolute; */
  /* top: -7px; */
  right: 1px;
  /* padding: 7px; */
  display: block;
  color: #fff!important;
  font-size: 12px;
  letter-spacing: -1px;
  text-align: center;
  z-index: 99999;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*ハンバーガーNEWアイコン*/
#menuBadge {
  position: relative;
  z-index: 1000;
}
#menuBadge > p {
  position: absolute;
  width: 25px;
  height: 14px;
  background: #e61212;
  left: 9px;
  top: -10px;
  border-radius: 7px;
  color: #FFF;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}

span.BadgeNum {
    font-size: 7pt;
    color: #FFF;
    position: relative;
    top: 0px;
    left: 4px;
}


.drawer_Box { height: 0; }

.contMenu/*ドロワー設定*/ {
  display: block;
  width: 89%;
  height: 100%;
  position: fixed;
  right: -100%;/*左へハイド*/
  top: 0;
-webkit-transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
   -moz-transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
     -o-transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease */
-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease */
  background: #0066dd;
  z-index: 999999999;
  margin: 0;
  padding: 0;
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
  overflow-y: auto;
/*  overflow-x: hidden;*/
  /*overflow: visible;*//*閉じるボタンを外表示 だけどiphoneスクロールできない*/
  -webkit-overflow-scrolling: touch;
  padding: 15px;
}

.contMenu iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}
.drawer_Box .offBtn {
  position: fixed;
  display: none;
  right:-100%;
}


.drawer_Box input[type="checkbox"].drawer_on:checked + .drawer_off + .contMenu + .offBtn {
    display: block;
    width: 12vw;
    height: 12vw;
    background: #0066dd;
    color: #fff;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
}

.drawer_Box input[type="checkbox"].drawer_on:checked + .drawer_off + .contMenu + .offBtn::after {
    content: "×";
    color: #fff;
    font-size: 8vw;
}

.drawer_Box input[type="checkbox"].drawer_on:checked + .drawer_off + .contMenu {right: 0;}

.drawer_Box .drawer_off {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(27,27,27,.70);
    z-index: -100;
    -webkit-transition: .2s ease-out, .1s z-index ease-out;
    -moz-transition: .2s ease-out, .1s z-index ease-out;
    -o-transition: .2s ease-out, .1s z-index ease-out;
    transition: .2s ease-out, .1s z-index ease-out;
}
.drawer_Box input[type="checkbox"].drawer_on:checked+.drawer_off {
  opacity: 1;
  -webkit-transition: .2s ease-in, .1s z-index ease-in;
  -moz-transition: .2s ease-in, .1s z-index ease-in;
  -o-transition: .2s ease-in, .1s z-index ease-in;
  transition: .2s ease-in, .1s z-index ease-in;
  z-index: 99999;
}







/*================================
　　ドロワー
================================*/
/*=====アコーディオン　開閉　1つのみ表示=====*/
.acMenu {
  width: 100%;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.acMenu dt {
  position: relative;
  padding: 13px 30px 13px 25px;

  background: #ff9abc;
  border-bottom: 1px solid #fff;
  font-size: 90%;
  color: #fff;
  cursor: pointer;
}
/*===カテゴリ開く前===*/
.acMenu dt::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*===カテゴリ開いたあと JSでopenAcdを付加===*/
.acMenu .openAcd::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #f42168;
  border-right: 1px solid #f42168;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*===カテゴリの先頭のアイコン===*/
.acMenu dt::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 10px;
  height: 5px;
  width: 5px;
  background: #fff;
}
.acMenu dd ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
.acMenu dd ul li a {
  display: block;
  position: relative;
  padding: 12px 30px 12px 20px;
  background: #f4f4f4;
  font-size: 80%;
  color:#111;
}


/*===下層カテゴリ開いた後のアイコン===*/
.acMenu dd ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.acList_ttl {
  display: block;
    line-height: 46px;
    padding-left: 15px;
  font-weight: bold;
}
.nonac {
  font-weight: bold;
}






/*=====アコーディオン通常=====*/
ul.acList{
  width: 100%;
  margin: 0 auto;
}
ul.acList:first-child{
  /* border-top: 1px solid #fff; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.acList li{
  border-bottom: 1px solid #0066dd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.acList li:last-child{
    border-bottom: 0;
}
ul.acList li p{
  display: block;
  position: relative;
  padding: 14px 30px 14px 10px;
  text-decoration: none;
  cursor:pointer;
}

ul.acList li p::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

ul.acList li p.openAcd::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



ul.acList a {
    display: block;
    line-height: 46px;
    padding-left: 20px;
    /*background: url(https://www.gyoren.net/img/layout/spheader/ar.png) right 20px center / 8px 15px no-repeat;*/
    text-decoration: none;
    color: #fff;
}

ul.acList li > ul > li{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*=====アコーディオン　down stairs 3　オプション追加=====*/
ul.acList li.stairsList01 p {
  background: #0066dd; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
}


ul.acList li.stairsList01 ul.acList li:first-child{
  border-top: 1px solid #fff;
}
ul.acList li.stairsList01 ul.acList li{
  background: #06d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

ul.acList li.stairsList01 ul.acList li p,
ul.acList li.stairsList01 > ul.acList > li{
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #111;
}
ul.acList li.stairsList01 > ul.acList > li a{
  /*font-weight: bold;*/
  color: #111;
}
ul.acList li.stairsList01 ul.acList li ul li,
ul.acList li.stairsList01 > ul.acList > li ul li p{
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #111;
}
ul.acList li.stairsList01 ul.acList li ul li a{
  color: #111;
}


ul.acList li.stairsList01 ul.acList li ul.acList li{
  background: #0066dd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1A1A1A;
}
ul.acList li.stairsList01 ul.acList li p::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    -webkit-transform: rotate(
135deg
);
    transform: rotate(
135deg
);
}

ul.acList li.stairsList01 ul.acList li p.openAcd::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
}


/*====第三階層リンク設定====*/
ul.acList li.stairsList02 ul.acList li p{
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.acList li.stairsList01 ul.acList li ul.acList li{
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1A1A1A;
}





/*====第一階層リンク設定====*/

.guide {
  background: #a3a3a3;
  height: 46px;
  padding: 0px 0 15px 0;
}
.guide a {
  color: #ffffff!important;
  padding-left: 10px!important;
}


.drw_member p {
  color: #fdff51;
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
}
.drw_member a {
  color: #fdff51;
}
.drw_member a.btn {
  display: block;
  color: #fff;
  background: #b6a06e;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding:15px;
  position: relative;
}


.searchform {
  margin-top: 20px;
  border:none!important;
  position: relative;
  border-radius: 0;
}
.searchform_input {
  height: 100%;
  padding:10px 10px;
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  border: none!important;
}
.search_btn {
  width: 50px;
  height: 100%;
  background: url(https://www.gyoren.net/img/layout/spheader/sh_bt.jpg) no-repeat center center;
  background-color: #fff;
  background-size: 30px;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  color: transparent;
  appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  margin-top: 0!important;
}

.drw_keyword {
  text-align: left;
}
.drw_keyword li {
  display: inline-block;
  margin:0 3px 5px 0;
  border-radius: 3px;
  border:1px solid #ccc;
  text-align: left;
  font-size: 12px;
}
.drw_keyword li a {
  display: block;
  background: #fff;
  padding: 3px 5px;
}
.drw_keyword li a::before {
  content: " ";
  color: #ccc;
  padding-right: 3px;
}



.drw_category {
  display: flex;
  flex-wrap: wrap;
}
.drw_category li {
  width: 48%;
  margin:0 4% 4% 0;
}
.drw_category li:nth-of-type(even) {
  margin-right: 0;
}
.drw_category li span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
}

.drw_fttext1 {background-color: #efefef;padding: 5% 7%;font-size: 13px;color: #313334;word-wrap:break-all;line-height: 1.6;transform: rotate(.03deg);font-weight: 400;text-align: justify;}
.sp_floatheader #f_nav_cart {
  position: relative;
}
.sp_floatheader #f_nav_cart #itemCount2 {
    position: absolute;
    top: 7px;
    right: -2px;
/*     left: 28px; */
    bottom: 10px;
    margin: auto;
    width: 16px;
    height: 16px;
    text-align: center;
    display: none;
    color: #0066dd;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    line-height: 18px;
    font-size: 10px;
    background: #fff;
    text-indent: 1px;
}

/*SP下部固定メニュー非表示*/
#f_spnav{display:none;}

@media screen and (max-width: 660px){
.headerScroll {
  top: auto!important;
  bottom: 0;
}
}

/*20211014追加*/
.hm_title {
  color: #FDFF51;
  font-size: 16px;
  font-weight: 700;
  border-bottom: dotted;
  border-color: #fff;
  border-width: 1px;
  margin: 20px 0 7px;
}
