@charset "UTF-8";
/* デスクトップPC用CSS */

.hidden-sp {
	display:inherit !important;
}
.hidden-pc {
	display:none !important;
}
.only-sp {
	display: none !important;
}
.only-pc {
	display: inherit !important;
}
span.only-pc {
  display: inline !important;
}

.font1 {
  font-family: 'M PLUS 2', sans-serif;
}
.font2 {
  font-family: 'Hina Mincho', serif;
}
.font3 {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.font4 {
  font-family: 'Zen Old Mincho', serif;
}
