html {
  width:100%;
  margin:0 auto;
  font-size: calc(1em * .625);
  color:#382400;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
body {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  background-color: #c2e5f9;
  border: 1px solid green;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
	overflow: hidden;
}
header h1 {
	max-width:81.6rem;
    margin: 3rem auto 1rem;
}
.logo { width: 100%; }

.logo a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/Logo.png) no-repeat center center;
	background-size: contain;
	padding: 2rem 0;
	max-width: 45.5rem;
	aspect-ratio: 668 / 345;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	header { width: 100%; }
	header h1 { margin: 1rem auto 0; }
	.logo{ width: 90%; }
}

/*================================================
 *  コンテンツ
 ================================================*/
#contents {}
#main {
	width: 100%;
}
@media screen and (max-width:767px) {
	#contents {
		width:100%;
	}
	#main {
		float:none;
		width:100%;
	}
}

.schedule-tbl {
  margin: 0 auto;
}
.schedule-tbl th, .schedule-tbl td {
	text-align: left;
	font-size: 1.5rem;
	padding: 0.75em;
	border: 1px darkblue solid;
}
@media only screen and (max-width: 767px) {
	.schedule-tbl th, .schedule-tbl td {
		font-size: 1.3rem;
	}
}

em {
	font-size: 2.1rem;
	font-weight: bold;
	margin: 0 0.45rem;
}

/*================================================
 *  問い合わせ
 ================================================*/
 .contact{
	max-width: 81.6rem;
	margin: 0 auto;
 }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: block;
  vertical-align: middle;
  border: solid 1px #008db7;
  color: #008db7;
  background: #f2f2f2;
  width: 86.70%;
  margin: 0 auto;
  padding: 2rem;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 .1rem rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #008db7;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:after {
	content: "\003e";
	position: absolute;
	right: 4%;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

 /*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	position: relative;
	border-bottom: 3.5rem solid #008db7;
}
.copyright {
    clear: both;
    padding: 2rem 0;
    font-size: 1.1rem;
    text-align: center;
}
