@charset "UTF-8";
/*---スマホファースト---*/
body {
	font-size: 14px;
}
a {color: #000;}
.pc-only {
  display: none;
}
/**/
/**/
.Julius {
font-family: 'Julius Sans One', sans-serif;
}
.sp-Flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.copyright {
  text-align: center;
  padding: 55px 0 125px 0;
}

/*---タブレット／PC---*/
@media screen and (min-width:768px) {
body {
	font-size: 14px;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.Flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
}