@charset "utf-8";
/* CSS Document */

a{text-decoration: none;}
a:link{cursor: pointer; cursor: hand;}
a:hover{
	opacity: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

#meinbox{width: 100%;max-width: 930px; margin: 0 auto;}
#meinbox img{width: 100%; margin: 0 auto;}

figure{width: 100%;max-width: 930px;height: auto;margin: 0 auto;}
.share-btns img{width: 50%;float: left;margin: 0 1em 0 auto;vertical-align: bottom;}

.js-fix.is-fixed{width: 100%;max-width: 930px;max-height: 215px;margin: 0 auto;background-color: #fff;position: fixed;bottom: 0;overflow: hidden;z-index: 2;}

.viewlarger{
	width:46.5%;
	margin:1.6em auto 0;
	float: left;
	font-size: 1em;
	line-height: 1.3;
	color: #fff;
	padding: 1.5em .5em;
	background: #000;
	border-radius: 4px;
	display: block;
	text-align: center;
}

.clearboth {
    clear: both;
}

/*
.viewlarger::before{
	transform: rotate(-45deg);
}

.viewlarger a{color:#fff}

.viewlarger:hover {
	 background-color: #ff0000;
		transition: all .3s;
}
*/




@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	
}

@media screen and (max-width: 768px) {
.viewlarger{
	display: none;
}

}

@media only screen and (max-width: 640px) {

.share-btns img{width: 100%;float: none;margin: 0 0 0 auto;vertical-align: bottom;}


}




