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

#root_ul #closebt1 {
    display: block;
    margin-top: 16px;
    text-align: center;
    width: 104px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    line-height: 24px;
    color: #03061D;
    border-radius: 4px;
    font-size: 10px;
}
	
#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;
    background-color: #ffffff;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
	z-index: 100;
}
#menu_parent p {
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 0px;
	color: #36519D;
	font-weight: 600;
}
#menu_parent p a {
    text-decoration: none;
    text-align: center;
    border: 1.6px solid #36519D;
    padding: 8px;
    display: block;
	border-radius: 4px;
}
	#menu_parent p #sp_menu_now{
		border: 1px solid #36519D;
	background-color: #36519D;
	color: #ffffff;
	}
#menu_parent p #sp_menu_reserve {
	border: 1px solid #E05581;
	background-color: #E05581;
	color: #ffffff;
}

#menu_parent p #sp_menu_tel {
	        font-family: century-gothic, sans-serif;
	font-weight: 800;
    border-style: none;
	font-size: 28px;
	color: #36519D;
	margin-top: 12px;
}
#menu_parent p a img {
    width: 19px;
    margin-right: 6px;
	        vertical-align: bottom;
}


	
  #menu_parent ul {
    margin-top: 14px;
    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 {
    font-weight: 500;
    font-size: 15px;
    padding-left: 8px;
    border-bottom: 1px solid #E9ECEE;
    line-height: 1em;
    letter-spacing: 0px;
  }
  #menu_parent>li {
    display: table-cell;
  }


  /*parent_menu_style*/

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

  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:64px;
  }

  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;
  }

	#hamburger {
	}
	
  /*ハンバーガーの位置*/
  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: 0;
    position: relative;
    width: 40px;
    height: 29px;
    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: #36519D;
    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: #36519D;
    /*×左下から右上の棒の上からの位置*/
  }

  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: #36519D;
  }

  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>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:63px;
	padding: 32px 24px 120px 24px;
}

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

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

input[type="checkbox"].menu-trigger+div>label {
    /*ハンバーガーのサイズ*/
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    width: 32px;
    height: 29px;
    float: right;
  }
	#menu_parent p #sp_menu_tel {
        font-family: century-gothic, sans-serif;
        font-weight: 800;
        border-style: none;
        font-size: 32px;
        color: #36519D;
        margin-top: 0;
    }
	#menu_parent p a img {
    width: 18px;
    margin-right: 6px;
    vertical-align: baseline;
}
	    
}
