/* カスタム CSS をここに入力してください */

.reservation_btn{
	margin-bottom: .16rem
}

.googleCalender iframe {
width:100%;
max-width:800px;
height:400px;
}

/*　Googleカレンダー（PC表示） */

@media (min-width: 960px) {

.googleCalender iframe {
height:600px;
}

}