﻿@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;
}
*/
#contents_wrap_inner {
position:relative;
}
.end-prbox {
    position: absolute;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.end-pr {
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    line-height: 200px;
    position:fixed;
    bottom:30%;
    left:0;
    right:0;

}
.share-btns js-fix a {
    position:relative;
}
@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;}
    .end-pr {
        font-size: 19px;
    }

}




