html {
	width: 100%;
	margin: 0 auto;
	font-size: calc(1em * .625);
	color: #382400;
}

body {
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	background-color: #c2e5f9;
}

strong {
	font-weight: bold;
}

/*================================================
 *  ヘッダー
 ================================================*/
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%;
	}
}

.heading {
	color: #23719d;
	font-weight: bold;
}

.caution {
	color: #ea5404;
}

.borders img {
	margin: 0 1em;
}

.schedule-tbl {
	margin: 0 auto;
	width: 35.5rem;
}

.schedule-tbl th {
	width: 7.0rem;
}

.schedule-tbl th, .schedule-tbl td {
	text-align: left;
	font-size: 1.5rem;
	padding: 0.75em;
	border: 1px #1d78ac solid;
}

.report {
	font-size: 1.2em;
}

.report .date {
	color: #185273;
	font-weight: bold;
}

.report img {
	width: 380px;
}

@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;
}
