@charset "utf-8";
/* CSS Document */

select {
    padding: 5px;
    border-radius: 3px;
    border-color: #cccccc;
    background-color: white

}
.waku div .number {
	width: 150px;
	height: 150px;
	background-color: rgba(79,148,185,1.00);
	border-radius: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255,255,255,1.00);
	font-size: 2em;
	line-height: 1.2em;
	margin-left: auto;
	margin-right: auto;
}
.googleCalendar iframe {
  width: 100%;
  height: 400px;
    border: none!important;
}
.main {
	position: relative;
	height: 200px;
	background-image: url(../bk.jpg);
	background-size: cover;
	background-position: center center;
	display: flex;
	align-content: center;
	justify-content: center;
}
.main2 {
	padding: 50px 20px;
	background-repeat: repeat;
	background-size: auto auto;
	background-image: none;
}

@media all and (min-width: 573px) {
  .googleCalendar iframe {
	height: 600px;
  }
.h-adr .koumoku .m-form-text.kara {
	width: 80px;
}

}
@media all and (max-width: 572px) {
    .op{display: none}
.h-adr .koumoku .m-form-text.kara {
	width: 60px;
}
.h-adr .koumoku .calendar.m-form-text {
	width: 47%;
    background: #FFFFFF!important;
}
.main2 {
	padding: 100px 20px 10px;
	background-image: url(../pagehead-default.png);
	background-size: 80% auto;
}
.form {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main p {
	max-inline-size: max-content;
	margin-inline: auto;
	font: 5vw YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	position: absolute;
	top: 45%;
}
select {
    width: 45%;
    margin-top: 10px;
}
}
