@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 768px) {
#header {
	display: block;
	width: 100%;
	height: 400px;
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}	
.cnt1 {
    width: 90%;
    margin-top: 40px;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.769em;
}
.cnt3 {
    width: 90%;
    margin-top: 20px;
	font-size: 1.0em;
	font-weight: 500;
	line-height: 1.769em;
}
.cnt4 {
    width: 90%;
    margin-top: 20px;
	font-size: 0.8125em;
}	
#footer {
	text-align: center;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 30px;
	color: #fff;
	background-color:#000;
}
.footerlogo {
	width: 25%;
}	
/*==================================================
予約ボタン
===================================*/
.rsvBtn {
    width: 50%;
    margin-top: 30px;
}
.rsvBtn a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.rsvBtn a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.3;
    background-color: rgba(198,198,198,1.00);
    ;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}  

.notice {
    width: 30%;
    margin-top: 10px;
}
	
/*==================================================
elements
===================================*/	
.mgt30 {
	margin-top: 15px;
}
.mgt40 {
	margin-top: 20px;
}
.mgt80 {
	margin-top: 40px;
}
	
	
}
