body {
}
article {
    margin-left: 5%;
    margin-right: 5%;
    word-wrap: break-word;
    line-height: 1.8;
}
h1{
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 12px;
margin:20px 0;
font-size: 1.4rem;
}
h1.title {
    background: #fff;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    color: #f00;
}
header {
    margin: 10px 10px 50px;
    font-size: 1.0rem;
}
small {
    font-size: 0.82rem;
    text-align: center;
    color: #7f7f7f;
}
small.pr {
    margin-left: 10px;
}
img{
  max-width:100%;
  margin:10px auto;
  display: block;
}
iframe{
  width:100%;
}
div#container {
  padding: 0;
  background-color:#ffffff;
  max-width:100%;
}
.omoji {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 3rem 0;
}
.color_r{
  color:#f00;
}
a{
  text-decoration: underline;
}
.button {
    height: 55px;
    background: #fff;
    margin-bottom: 50px;
}
.button a {
    font-weight: bold;
    font-size: 1.1rem;
}
h2 {
    font-size: 1.2rem;
    border-bottom: solid 4px #dfefff;
}
.big{
  font-weight: bold;
}
.bg_y{
  background: #FFFF33;
}
.min_title{
  margin: 10px 0;
}


footer {
    text-align: center;
    background: #e7e7e7;
    height: 120px;
    position: relative;
    padding: 10px 0;
    margin: 20px 0 0;
}
address {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #4a3b3b;
    width: 100%;
}
.voice {
    background: #f3f3f3;
    padding: 10px;
    margin: 12px 0;
    border-radius: 5px;
}
.button_onlineshop {
    text-align: center;
    margin: 60px 0;
}
.fa-space{
  padding-left: 20px;
}
.video_yt{
  width:100%;
}
.css3button {
  text-decoration: none;
	font-size: 1.2rem;
  font-weight: bold;
	color: #ffffff;
	padding: 16px 30px;
	background: -moz-linear-gradient(
		top,
		#2ae300 0%,
		#003d0b);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#2ae300),
		to(#003d0b));
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 0px solid #ffffff;
	-moz-box-shadow:
		2px 2px 7px rgba(0,0,0,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		2px 2px 7px rgba(0,0,0,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		2px 2px 7px rgba(0,0,0,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}
.bounce {
    animation: key1 0.5s ease-out infinite alternate;
}
@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
