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

  #root_ul #closebt1 {
    display: block;
    margin-top: 16px;
    text-align: center;
    width: 104px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    line-height: 24px;
    color: #03061D;
    border-radius: 4px;
    font-size: 10px;
  }
	
  #menu_parent {
    width: 100%;
    margin-left: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding: 0;
    margin-right: auto;
  }
#menu_parent p {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    margin-bottom: 12px;
}
#menu_parent p a {
    text-decoration: none;
    text-align: center;
    border: 1px solid #424445;
    padding: 8px;
    display: block;
}
#menu_parent p .sp_menu_map-mail {
    background-color: #424445;
}
#menu_parent p a img {
    width: 20px;
}


	
  #menu_parent ul {
    margin-top: 24px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 72px;
    border-top: 1px solid #E9ECEE;
  }
  #menu_parent ul li a {
    text-decoration: none;
    display: block;
    padding-top: 18px;
    padding-bottom: 16px;
    background-image: url(../images/btn_arrow_gry.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 6px auto;
  }

  #menu_parent ul ul {
    margin-left: 0px;
    padding-left: 0px;
  }

  #menu_parent ul ul ul {
    margin-left: 24px;
  }

  #menu_parent ul li {
    color: #424445;
    font-weight: 500;
    font-size: 15px;
    padding-left: 8px;
    border-bottom: 1px solid #E9ECEE;
    line-height: 1em;
  }
  #menu_parent>li {
    display: table-cell;
  }


  /*parent_menu_style*/

  input[type="checkbox"].menu-trigger~#menu_parent {
    box-sizing: border-box;
    height: 100%;
    padding: 20px 24px;
    /*メニュー内部上下左右余白*/
    position: fixed;
	  top:0px;
    right: -304px;
    /*メニュー横幅①と合わせる*/
    transition: transform 0.3s linear 0s;
    /*0.3s は変化するのにかかる時間*/
    width: 304px;
    /*メニュー横幅①*/
    z-index: 1000;
    overflow: scroll;
	  top:72px;
  }

  input[type="checkbox"].menu-trigger~#menu_parent+#menu-background {
    background-color: #333;
    /*黒背景部分背景色*/
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
	  top:0px;
    transition: all 0.3s linear 0s;
    /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
	  top:72px;
  }

  input[type="checkbox"].menu-trigger:checked~#menu_parent {
    transform: translate(-300px);
    /*メニュー横幅①と合わせる*/
  }

  input[type="checkbox"].menu-trigger:checked~#menu_parent+#menu-background {
    display: block;
    opacity: 0.5;
    /*黒背景部分透過度*/
    z-index: 999;
  }

  input[type="checkbox"].menu-trigger {
    display: none;
  }

  /*ハンバーガーの位置*/
  input[type="checkbox"].menu-trigger+div {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 32px;
    transform: translateY(-50%);
    right:32px;
    z-index: 1001;
  }

	
  input[type="checkbox"].menu-trigger+div>label {
    /*ハンバーガーのサイズ*/
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    padding: 8px 0;
    position: relative;
    width: 32px;
    height: 22px;
    float: right;
  }

  input[type="checkbox"].menu-trigger+div>label>span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #424445;
    border-radius: 2px;
  }

  input[type="checkbox"].menu-trigger+div>label>span:nth-of-type(1) {
    top: 8px;
  }

  input[type="checkbox"].menu-trigger+div>label>span:nth-of-type(2) {
    top: 20px;
    /*ハンバーガーの真ん中の棒*/
  }


 

  input[type="checkbox"].menu-trigger:checked+div>label>span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
	  background-color: #03061D;
    /*×左下から右上の棒の上からの位置*/
  }

  input[type="checkbox"].menu-trigger:checked+div>label>span:nth-of-type(2) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
	  background-color: #03061D;
  }

  input[type="checkbox"].menu-trigger:checked+div>label>span:nth-of-type(3) {
    opacity: 0;
  }


  /*child_menu_style*/

  input[type="checkbox"].on-off {
    display: none;
  }


  input[type="checkbox"].on-off+li>label {
    padding: 0;
    float: left;
  }

  /*
  input[type="checkbox"].on-off + li > label:before{
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  	padding: 0;
  	position: relative;
  	width: 30px;
  	height: 22px;
  }*/
  #menu_parent {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: #FFFFFF;

    /*    list-style: none;*/
  }




  #menu_parent>ul * {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
/*    padding: 0;*/
    /*    list-style: none;*/
    overflow: auto;
  }


  #menu_parent+label>li * {
    padding: 5px;
  }

  input[type="checkbox"].on-off+label+ul {
    height: 0;
    overflow: hidden;
   
  }

  input[type="checkbox"].on-off:checked+label+ul {
    height: 10000px;
    max-height: 50px;
  }

  input[type="checkbox"].on-off+label>li>div {
    padding: 0;
    float: right;
    position: relative;
    left: -3px;
    width: 20px;
    height: 24px;
  }



  /*右側の＋*/
  input[type="checkbox"].on-off+label>li>div>span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #006402;
    border-radius: 4px;
    top: 11px;
  }

  input[type="checkbox"].on-off+label>li>div>span:nth-of-type(1) {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
    /*top:10px;*/
  }

  input[type="checkbox"].on-off+label>li>div>span:nth-of-type(2) {
    /*top:10px;*/
  }

  input[type="checkbox"].on-off:checked+label>li>div>span:nth-of-type(1) {
    opacity: 0;
    /*-webkit-transform: translateY(0px) rotate(35deg);
  	transform: translateY(0px) rotate(0deg);*/
  }

  input[type="checkbox"].on-off:checked+label>li>div>span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(360deg);
    transform: translateY(0) rotate(360deg);

    /*-	-webkit-transform: translateY(0px) rotate(-30deg);
  	transform: translateY(0px) rotate(-0deg);*/
  }

  .disable-accordion-menu {
    padding: 0;
    float: right;
    position: relative;
    left: 0px;
    width: 20px;
    height: 24px;
  }

  /*右側の＞動かない のサイズ①*/
  .disable-accordion-menu>span {
    display: none;
    /*transition: all .4s;*/
    box-sizing: border-box;
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #03061D;
    border-radius: 4px;
    top: 10px;
  }

  /*右側の＞動かない のサイズ②　移動ピクセルや角度の調整*/
  .disable-accordion-menu>span:nth-of-type(1) {
    -webkit-transform: translateY(0px) rotate(35deg);
    transform: translateY(0px) rotate(35deg);
  }

  /*右側の＞動かない のサイズ③　移動ピクセルや角度の調整*/
  .disable-accordion-menu>span:nth-of-type(2) {
    -webkit-transform: translateY(5px) rotate(-30deg);
    transform: translateY(5px) rotate(-30deg);
  }

  .scroll-stop {
    overflow: hidden;
  }

  label>* {
    /*iOSでlabelの子要素クリックがinput type=checkboxに反映されない問題を解決*/
    display: block;
    pointer-events: none;
  }

  .closebuttonlabel {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    height: auto;
    display: inline-block;
    width: 88px;
    margin-top: 16px;
  }
}
@media screen and (max-width :700px) {

input[type="checkbox"].menu-trigger~#menu_parent {
	  top:56px;
}

input[type="checkbox"].menu-trigger~#menu_parent+#menu-background {
	  top:56px;
}

  /*ハンバーガーの位置*/
  input[type="checkbox"].menu-trigger+div {
    top: 24px;
    right:16px;
  }
}