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


#sp_navi{
	display: inherit;
}

/*ハンバーガー関連ここから*/
input[type="checkbox"].menu-trigger {
    display: none;
 }
/* 背景と全体クリック領域 */
#hamburger {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 64px;
    height: 68px;
    background-color: #920e14;
    z-index: 1001;
    cursor: pointer;
}
/* ラベルを背景全体に広げて中央配置 */
#hamburger > label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
/* ハンバーガー線部分 */
.hamburger-lines {
  position: relative;
  width: 32px;
  height: 22px;
}

.hamburger-lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FBFBF2;
  border-radius: 2px;
  transition: all 0.4s;
}

.hamburger-lines span:nth-of-type(1) {
  top: 8px;
}

.hamburger-lines span:nth-of-type(2) {
  top: 20px;
}

/* チェック時のアニメーション */
input.menu-trigger:checked + #hamburger label .hamburger-lines span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
  background-color: #ffffff;
}

input.menu-trigger:checked + #hamburger label .hamburger-lines span:nth-of-type(2) {
  transform: translateY(-7px) rotate(45deg);
  background-color: #ffffff;
}

/* menu文字 */
.menu-text {
  margin-top: 4px;
  color: white;
  font-size: 12px;
  text-align: center;
}

/* ポインターを手にする */
#hamburger:hover {
  cursor: pointer;
}

/*ハンバーガー関連ここまで*/


/*スマホメニュー本体関連ここから*/
	
#sp_navi_box {
    
}

#hum_tel{
	font-size: 24px;
	line-height: 1em;
	font-weight: 600;
	color: #FBFBF2;
	text-align: center;
	margin-bottom: 24px;
}
#hum_tel p{
	margin-top: 4px;
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
}
#hum_tel img{
	width: 26px;
	margin-right: 6px;
	display: inline-block;
	vertical-align: text-top;
}

#sp-contact_wrap{
	background-color: #9E2917;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 16px;
    background-image: url(../images/24hhh.svg);
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: auto 12px;
	}
#sp-con_line{
	width: 50%;
	box-sizing: border-box;
}
#sp-con_line a{
	box-sizing: border-box;
    padding-top: 2px;
    width: 100%;
    background-color: #00B900;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    line-height: 1.2em;
    font-weight: 500;
    position: relative;
    height: 64px;
}
#sp-con_line a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    /*    background-color: #959595;*/
    border: 6px solid #3E3A39;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sp-con_line img{
	width: auto;
    display: block;
    margin-bottom: 8px;
    height: 20px;
	box-sizing: border-box;
}
#sp-con_inst{
	width: 50%;
	box-sizing: border-box;
}
#sp-con_inst a{
	box-sizing: border-box;
    padding-top: 2px;
    width: 100%;
    height: 64px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    line-height: 1.2em;
    font-weight: 500;
}
#sp-con_inst a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    /*    background-color: #959595;*/
    border: 6px solid #3E3A39;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sp-con_inst img{
	width: auto;
    display: block;
    margin-bottom: 8px;
    height: 20px;
	box-sizing: border-box;
}
#sp-con_x{
	width: 50%;
}
#sp-con_x a{
	box-sizing: border-box;
    padding-top: 2px;
    width: 100%;
    height: 64px;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    line-height: 1.2em;
    font-weight: 500;
}
#sp-con_x a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    /*    background-color: #959595;*/
    border: 6px solid #3E3A39;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sp-con_x a img{
	width: auto;
    display: block;
    margin-bottom: 8px;
    height: 20px;
}
#sp-con_mail{
	width: 50%;
}
#sp-con_mail a{
	box-sizing: border-box;
    padding-top: 1px;
    width: 100%;
    height: 64px;
    background-color: #E2513A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#sp-con_mail img{
	width: auto;
    margin-bottom: 10px;
    display: inline-block;
    height: 20px;
}
#sp-con_mail p{
	color: #FBFBF2;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: 500;
}
#sp-con_mail a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    /*    background-color: #959595;*/
    border: 6px solid #3E3A39;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.sp_navi_txt {
    font-size: 16px;
    color: #98320D;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
}
.sp_navi_tel {
    font-size: 28px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp_navi_tel a {
    text-decoration: none;
	pointer-events: none;
}

.sp_navi_tel_icon {
    width: 24px;
    margin-right: 6px;
}

input[type="checkbox"].menu-trigger~#sp_navi_box {
    box-sizing: border-box;
    height: 100%;
    padding: 40px 24px 140px 24px;/*メニュー内部上下左右余白*/
    position: fixed;
	top:68px;
    right: -304px;/*メニュー横幅①と合わせる*/
    transition: transform 0.3s linear 0s;/*0.3s は変化するのにかかる時間*/
    width: 304px;/*メニュー横幅①*/
    z-index: 1000;
    overflow: auto;
	background-color: #3E3A39;
  }
input[type="checkbox"].menu-trigger~#sp_navi_box+#sp_navi_background {
    background-color: #333;/*黒背景部分背景色*/
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
	top:68px;
    transition: all 0.3s linear 0s;/*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
  }
input[type="checkbox"].menu-trigger:checked~#sp_navi_box {
    transform: translate(-300px);/*メニュー横幅①と合わせる*/
}
input[type="checkbox"].menu-trigger:checked~#sp_navi_box+#sp_navi_background {
    display: block;
    opacity: 0.5;/*黒背景部分透過度*/
    z-index: 999;
}


#sp_navi_box ul {
    padding: 0;
	margin: 0;
	list-style-type: none;
}
#sp_navi_box ul li a {
    text-decoration: none;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
	background-image: url(../images/cross_wh.svg);
    background-repeat: no-repeat;
    padding-left: 24px;
	background-size: 11px auto;
    background-position: left center;
}
#sp_parent-menu li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #FBFBF2;
	font-size: 15px;
	line-height: 1em;
}
#sp_navi_box #sp_parent-menu {
    margin-top: 16px;


}

.on-off {
	display: none;
}

.menu-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    appearance: none;  /* ← iOSの矢印防止 */
    padding-top: 16px;
    padding-bottom: 16px;
	background-image: url(../images/cross_wh.svg);
    background-repeat: no-repeat;
    padding-left: 24px;
	background-size: 11px auto;
    background-position: left center;
}
.menu-label::after {
	content: "+";
	font-size: 24px;
	font-weight: 400;
	margin-left: auto;
	margin-right: 8px;
	transition: transform 0.3s ease;
}
.on-off:checked + .menu-label::after {
	content: "−";
}
.sp_child-menu {
    background-color: #E2513A;
    display: block; /* ← flex → block に変更 */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/*
.on-off:checked + .menu-label + .sp_child-menu {
    max-height: 200px;
    height: 100%;
}
*/
.sp_child-menu-inner {
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
/*    max-height: 200px;*/
    overflow-y: auto;
}
#sp_parent-menu .sp_child-menu li {
    width: 32.3%;
    margin-top: 0;
    margin-right: 1.55%;
    margin-left: 0;
    margin-bottom: 1.55%;
    padding: 0;
    height: auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    color: #231815;
    text-align: center;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sp_parent-menu .sp_child-menu li:nth-child(3n) {
	margin-right: 0%;
}
#sp_parent-menu .sp_child-menu li a {
    padding-top: 10px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 10px;
    background-image: none;
    color: #FFFFFF;
}
#sp_parent-menu .sp_child-menu.wide li {
    width: 100%;
    margin-right: 0px;
    line-height: 1.4em;
}
}
