@charset "UTF-8";
@media screen and (min-width:961px) {
  

header{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px 40px;
}
header h1 img{
  width:240px;
  margin-top:16px;
  float: left;
}


header ul.menu{
  float: right;
}
header ul.menu li{
text-align: center;
display: inline-block;
}

header ul.menu li.current{
text-align: center;
display: inline-block;
background-color: #fff9eb;
border-radius: 24px;
}

header ul.menu li a{
  padding:16px 24px;
  overflow: hidden; 
  display: block;
  border-radius: 8px;
  color:#000000;
  text-decoration: none;
}

header ul.menu li a:hover{
  background-color: #FFF9EB;
  text-decoration: none;
  border-radius: 24px;
  transition: all .2s;

}

header ul.menu img{
  width:24px; 
  display: block;
  margin:0 auto;
  z-index: 1;
}

.info{
  display: none;
}

}
/* ---------------------------------------------------------------------for sp--------------------------------------------------------------------- */

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


header{

    padding: 8px 16px;
    background-color: #ffffff;
    text-align: center;
}
header h1 img{
  width:240px;
  margin-top:24px;

}

/*---------------------------------


  display:none;


----------------------------------*/

 
  .header .menu{
    display: none;
  }


 /*---------------------------------


  ハンバーガーメニュー＾


----------------------------------*/
  .humb {
    position: fixed;
    width: 10%;
    height: 29px;
    top: 0%;
    right: 0px;
    z-index: 104;
    padding: 19px 15px 19px 15px;
    margin-top:24px;
  }
  /* ----for  MENU---- */
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 103;
  }
  .menu-trigger {
    position: fixed;
    width: 10%;
    height: 24px;
    top: 20px;
    right: 15px;
    z-index: 104;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #F55E87;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  /*バーガーメニュー */
  .navi {
    width: 100%;
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 102;
  }
  .navi__inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 68px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
        background-color: #ffd26a;
  }

  .navi__inner  .menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    clear: both;
        padding: 0 16px;
  }

  .navi__inner  .menu li {
        border: 1px solid #f0e6ce;
    text-align: center;
    width: 47%;
    margin-bottom: 16px;
    border-radius: 24px;
    background-color: #ffffff;
  }


  .navi__inner  .menu a {
        display: block;
    padding: 4% 0;
    text-decoration: none;
    color: #000000;
    padding: 16px 0;


  }
  .nolink {
    display: block;
    padding: 10px 0 10px 0;
    color: #dddddd;
  }
 .navi__inner  .menu li.current {
   
  }

.navi__inner .sp_block{
      display: block;
}

.info p{
text-align: center;
margin-top:24px;
}
}