@charset "UTF-8";
.container-fluid {
	position: relative;
}
.mdl-title-block {
	margin:60px 0;
}
iframe {
	width: 800px;
    height: 600px;
    margin: auto;
    display: block;
    margin-bottom: 60px;
}
.button {
	width: 200px;
    position: absolute;
    top: 565px;
    right: 38%;
}
.button a{
    opacity: 1;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 18px;
    line-height: 48px;
/*    color: #595757;*/
    color: #36a6df;
    font-weight: bold;
    text-align: center;
    border: 1px solid #747474;
    display: block;
    border-radius: 11px;
    background: #ffffff;
    text-decoration: underline;
}

.button a:hover{
	background: #36a6df;
    color: #ffffff;
    transition: color 300ms ease;
    transition: background 300ms ease;
    text-decoration: none;
    border: 1px solid #ffffff;
}
@media only screen and (max-width: 1250px) {
	#kankou-gaido {
		width: 100%;
	}
	.button {
		right: 35vw;
	    top: 45vw;
	}
	.button a{
	    line-height: 40px;
	}
}
@media only screen and (max-width: 770px) {
	iframe {
		width: 100%;
		height: 400px;
	}
	.button {
		width: 140px;
	}
	.button a{
	    line-height: 2;
	    font-size: 14px;
	}
}
@media only screen and (max-width: 450px) {
	.button {
		width: 100px;
	    top: 43.3vw;
	    right: 30vw;
	}
	.button a{
	    line-height: 1.5;
	    font-size: 10px;
	}
}
@media only screen and (max-width: 350px) {
	.button {
	    top: 42vw;
	    right: 22vw;
	}
}