@charset "utf-8";
/* main.css */
article,section,
.m_top_img img{
  width:100%;
}
.gallery01 ul li{
  width:100%;
  position:relative;
  overflow:hidden;
}
.gallery01 ul li img{
  position:relative;;
  width:100%;
}

.gallery01 .owl-pagination{
  padding: 5px 0;
}

.gallery02{
  padding-bottom: 20px;
}
.gallery02 ul li{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery02 .owl-pagination{
  padding: 0;
  position: absolute;
  bottom: 5px;
  width: 100%;
  display: none;

}

.gallery02 ul li img{
  position:relative;;
  width:100%;
}
.m_menu {
  width:100%;
}
.m_menu li {
  width:20%;
  float:left;
}
.m_menu ul li a img{
	width:100%;
}
.fn_pink{color:#f95573;font-weight:600;}

#element_to_pop_up img{width: 100%; max-width: 100%; }
