/*
Theme Name: theme_160722
*/

.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


.card{
	width: 190px;
	height: 258px!important;
	font-family: Times New Roman,Times;
}
.card .download{
	padding: 8px 10px 8px 13px;
}
.card span {
	border-bottom: 1px solid #fff;
}

.totop {
    position: fixed;
    right: 5%;
    bottom: 8%;
    background: rgba(17, 17, 17,0.7);
    box-shadow: 1px 1px 1px #333;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 15px 0 0 0;
    width: 50px;
    height: 50px;
}

.totop a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.totop a::before {
    content: '';
    width: 13px;
    height: 13px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -9px;
}




div#controls {
    line-height: 1.5;
}

div#controls span#numberDisplay {
    font-size: 19px;
}

.logo_caption img {
    height: 21px;
}

@media screen and (max-width: 414px) {
	.reservation {
	    position: fixed !important;
	    top: 79%;
	    width: 100%;
	    bottom: 0;
	}

	.main_visual .reservation a {
	    padding: 1.5rem 2rem;
	}

	.totop {
		display: block;
		bottom: 16%;
	}

	.logo_caption img {
		height: 14px !important;
		width: auto !important;
	}
	
}