 .background_bar{
 width:100%;height:171px;background: linear-gradient(180deg,rgba(236,235,234,1), rgba(254,254,254,1)); position: absolute;top: 585px;z-index: 1;
 }
.mobile { 
display: none;
}
.bottom-sticky-nav {
display: none;
}
@media(max-width:1024px) {
.pc { 
display: none;
}
.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 30% 30%x;
    gap: 5px;
    position: fixed;
	width:95%;
    background-color: #FFF;

}

.grid-item {
    background-color: #f8f8f8;
    text-align: center;
}
.img { 
width:100%;
}
 
 .background_bar{
 width:100%;height:100px;background: linear-gradient(180deg,rgba(236,235,234,1), rgba(254,254,254,1)); position: absolute;top: 18%;z-index: 1;
 }
.mobile{
display: block;
}
 .mobile_footer_new1 {
	background: #595858;
		height:150px;
	min-width: 100%;
}
.mobile_footer_new2 {
	width:100%;
	margin:auto;
}
.mobile_footer_new3 {
	width:100%;
	height:100px;
	background-color:#FFFFFF;
	border-top:none;
	border-bottom:none;
	border-right:none;
	border-left:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
 
 .mobile_footer_new4 {
	width:100%;
	background-color:#FFFFFF;
	border-top:none;
	border-bottom:none;
	margin:auto;
}
/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #555;
}
.menu__item{
  width: 100%;
  height: auto;
  padding: .5em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
.menu{
  transform: translateX(10vw);
  transition: all .3s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active{
  transform: translateX(0);
}

/*menu*/
./menu0{
    position: fixed;
     z-index: 99;
}

.menu1{
    position: fixed;
    height: 12px;
    right: 20px;
    top: 5px;
    width: 30px;
    z-index: 99;
}
.menu__line{
    background: #f3f3f2;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 4px;
    transform: rotate(45deg);
    background: #f4f6f7;
}
.menu__line--bottom.active{
    bottom: 6px;
    transform: rotate(135deg);
    background: #FFF;
}
.menu__title {
  font-size:.6rem;
  font-weight: 600;
  position: absolute;
  bottom: -24px;
  color:#f3f3f2;
  
}
.menu__title.active {
  color:#f4f6f7;
}
/*gnav*/
.gnav{
    background: #2c303a;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    display: flex;
    width: 85%;
    height: 100%;
    margin: auto;
    position: absolute;
    /*align-items:center;
    justify-content: center;*/
}
.gnav__menu__item{
  margin: 3rem 0;
  }
.gnav__menu__item > a {
    
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1rem;
    padding: 2.5rem;
    text-decoration: none;
    transition: .2s;
  }

.gnav__menu__item > li {
    list-style:  none;
    display:table;
    color:#fffff;
   }
.gnav__menu__item > li > a {
    color:#fff;
    font-size: 2rem;
   }

.bottom-sticky-nav {
height: 50px;
position: fixed;
display: block;
background: #ffffff;
bottom: 0;
left: 0;
right: 0;
z-index: 100;
margin-top: -15px;
}
.bottom-sticky-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.bottom-sticky-nav ul li {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;

}
.bottom-sticky-nav ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 5px;
padding-top:15px;
height: 50px;
color: #717071;
font-size: 3vw;
}
.bottom-sticky-nav ul li a:hover,
.bottom-sticky-nav ul li a:focus {
text-decoration: none;
}
.bottom-sticky-nav ul li a.is-active {
background: #00587a;
color: #ffffff;
}
.bottom-sticky-nav ul li a i {
font-size: 18px;
}
.bottom-sticky-nav ul li a span {
font-size: 12px;
line-height: 1.2;
}

}