.sp-only{display: none;}
.sp_ls-only{display: block;}
.pc-only{display: none;}

body{width: 100%; text-align: center;}

.head{
  width: 100%; 
  text-align: center; 
  background-color: #fff;
}
.logo_obi{
  background-color: rgb(30,170,141);/* sRBG */
}

.top_logo_image{
  width: 40%;
  height: auto;
  padding: 17px 0 5px 0;
}
.top_logo{
  width: 70%; 
  margin: 2px auto;
  padding: 7px 0;
}

.menu_content{
  width: 100%;
}

.top_menu_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}

.menu_content ul li{
  width: 30%;
}

.menu_content ul li a{
  width:95%; 
  font-size:20px; 
  font-weight: 400;
  background-color:rgb(255, 219, 169); /* sRBG */
  display:block; 
  text-align:center; 
  text-decoration:none; 
  color:rgb(32, 33, 36); 
  margin:5px auto;
  border-radius: 5px;
}

.top_image img{
  width: 100%; 
  height: auto;
  margin: 10px auto 10px;
}

.gmap_wrap{
  width: 100%; height: 400px; margin: auto;
}

.gmap{
  width: 100%; height: 100%;
}

iframe{
  width: 100%; height: 100%;
}

.visual_carousel_wrap{
  width: auto; height: 110vh; margin: 20px auto;
  overflow: hidden;
  position: relative;
}
.visual_carousel_img/* , .visual_carousel_img_webp, .visual_carousel_img_jpg */{
  height: 110vh;
}

.bottom{
  width: 100%; 
  text-align: center; 
  margin: 0; 
  background-color:#fff;
  display: block;
}
.bottom img{
  width: 60%; 
  margin: auto;
}
.bottom p{
  font-size: 14px;
  color:rgb(32, 33, 36);
}

#footer_spbtn{
  display: none;
}