/*
Theme Name: LOPIPI
Template: dbdg
*/

@import url('../dbdg/style.css');

p {
	font-family: 'Josefin Sans', sans-serif;
}

h2{
  font-size:2.5em;
font-family: 'Josefin Sans', sans-serif;
}

h3{
font-family: 'Josefin Sans', sans-serif;
}

.subtitle h2 {
  text-align: center ;
}

a {
  text-decoration: none;
}



/* pc sp
---------------------------------------------------- */
.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 736px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/************************************
** フッターメニュー
************************************/


.lcop {
	font-family: 'Hind', sans-serif;
  text-align: center;
	color:#e5577d ;
	 margin: 50px 
}

#footer-menu {
  list-style: none;
  overflow: hidden;
}



#footer-menu ul{
  text-align: center;
  margin: 10px 0;
}

#footer-menu ul li {
  display: inline;
  list-style: outside none none;
}

#footer-menu　li a {
  width: 140px;
  text-align: center;
  float: left;
}


#footer-menu ul li::before {
    content: "|";
    padding: 0 0.6em;
}

#footer-menu ul li:first-child::before{
  content: "";
  padding: 0;
}

#footer-menu ul .sub-menu{
  display: none;
}