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

.header{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 48px;
    padding: 2%;
    z-index: 1000;
    width: 96%;
    background-color: #ffffff;
}
.header .logo{
  width:20%;
}
.header .logo img{
  width:80px;
}
.header .menu{
   width:60%;
   text-align: center;
}
.header .menu ul li{
   display: inline-block;
   margin:0 24px;
}
.header .menu img{
   width:16px;
}
.header .entry{
   width:20%;
   text-align: right;
}



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


	リンク


---------------------------------*/
  .menu li a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;


  }
  .menu li a:hover {
    color: #999999;
  }
  img {
    vertical-align: top;
    border: 0px;
  }
  .accordion, .accordionbox {
    display: none;
  }



  /*---スマホ用ヘッダー---*/
  #header_sp {
    display: none;
  }
}


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

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

  .header{

    padding: 2%;
    z-index: 1000;
    width: 96%;
    background-color: #ffffff;
}


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


	display:none;


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

  ul.menu,
  .header .menu,
  .entry{
   width:70%;
   text-align: center;
    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: #000000;
    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(-11px) 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: rgb(231,0,143);
background: linear-gradient(45deg, rgba(231,0,143,1) 0%, rgba(255,144,212,1) 100%);
  }
  .navi li {
    border-top: 1px solid #000000;
        text-align: center;
  }
  .navi li:last-child {
    border-bottom: 1px solid #000000;
  }

  .navi a {
    display: block;
    padding: 4% 0;
    color: #ffffff;
    text-decoration: none;

  }
  .nolink {
    display: block;
    padding: 10px 0 10px 0;
    color: #dddddd;
  }
  .navi li.current {
    padding: 10px 0 10px 0;
  }
  /*アコーディオン*/
  .bottom_sp {
    padding-bottom: 100px;
  }
  .accordionbox {
    width: 100%;
    line-height: 2.5em;
  }
  .accordionlist{
    text-align: center;
    position: relative;
  }
  .accordionlist dt {
    display: block;
    
  }
  .accordionlist dt:first-child {}
  .accordionlist dt .title {
    
  }
  .accordionlist dt .title img {
    width: 30px;
    margin: 3px 10px 0 0;
  }
  .accordionlist dd {
    display: none;
    background: #fff;
  }
  .accordionlist dd li a {
    display: block;
    background: #0f1877;
    padding: 3%;
    font-size: 90%;
  }
  .accordion_icon, .accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .accordion_icon {
       position: absolute;
    width: 10%;
    float: right;
    /* margin: 20px 10px 0 0; */
    right: 3%;
    top: 16px;
    padding: 5%;
  }
  .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #ee6f71;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: 18px;
    left: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion_icon span:nth-of-type(2) {
    top: 18px;
    left: 10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  /*＋、－切り替え*/
  .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 18px;
    left: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  /*googlemap*/
  .ggmap {
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*---------------------------------


	sidemenu


----------------------------------*/
  .standard {
    width: 100%;
  }
  .standard li {
    font-size: 80%;
  }
  .standard li.title {
    display: block;
    padding: 10px;
    text-decoration: none;
  }
  .standard a {
    display: block;
    padding: 3% 0 3% 0;
    text-decoration: none;
    background-color: #f3f3f3;
    margin-top: 1px;
    text-align: center;
  }
  .standard a .select {
    text-decoration: none;
  }
  .titlelogo {
    text-align: center;
  }
  .titlelogo img {
    width: 20%;
    margin-top: 5%;
  }
  .titlelogo p {
    font-size: 70%;
    text-align: center;
    margin: 2% 0 5% 0;
  }
  ul#side_bt {
    clear: both;
    padding-top: 5px;
  }
  ul#side_bt li {
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    display: block;
    clear: both;
  }
  ul#side_bt02 {
    clear: both;
    width: 70%;
    padding: 5% 0 5% 0;
    font-size: 13px;
    margin: 0 15% 0 15%;
  }
  ul#side_bt02 img {
    width: 80%;
    height: auto;
  }
  ul#side_bt02 li {
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5%;
    margin-left: 0px;
    display: block;
    clear: both;
  }
  ul#side_bt02 dl {
    clear: both;
    margin-top: 5%;
  }
  ul#side_bt02 dt {
    clear: left;
    float: left;
    width: 50px;
  }
  ul#side_bt02 dd {
    padding-left: 50px;
  }
  .logo_posi {
    margin-top: 2px;
  }
  /*---------------------------------


	header


----------------------------------*/
  #header_sp {}
  #header_sp .logo {
    padding: 5%;
  }
  #header_sp .logo img {
    width: 15%;
    z-index: 100;
  }
  /*---------------------------------


	スマホのみ


----------------------------------*/
  /* ----sns---- */
  ul.sns {
    margin-top: 10%;
  }
  .flex {
    display: flex;
    justify-content: center;
  }
  ul.sns li {
    display: inline;
    margin: 0 6% 0 6%;
    border-top: 0px;
  }
  ul.sns li a {
    padding: 0%;
    margin: 0%;
  }
  ul.sns li img {
    width: 28px;
  }
  /*---clearfix-----*/
  .clearfix:after {
    content: ".";
    height: 0px;
    clear: both;
    display: block;
    visibility: hidden;
  }
  /*
 font-size: 0.1em;
 line-height: 0;
 */
  .clearfix {
    zoom: 1;
  }
  .clearfix {
    display: inline-block;
  }
  /* Hide from IE-mac \*/
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
  /* End hide from IE-mac */
  /*---------------------------------


	リンク


---------------------------------*/
  .menu li a, .standard li a, .f_menu li a, #footer_navi a, .accordionlist dd li a, ul.site01 li a, .tel a, .three_text a, .js-fb-information a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
}