@charset "utf-8";
p, h1, h2, h3, ul, body {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
	vertical-align: bottom;
}
ul {
	list-style-type: none;
}
main {
	display: block;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
header {
    background-color: #fff;
    height: 100PX;
    top: 0px;
    left: 0px;
    width: 1200px;
    position: fixed;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
header h1 {
    float: none;
    margin-left: 30px;
    margin-top: 20px;
}
.header-right {
    display: block;
    float: none;
    margin-top: 20px;
    text-align: left;
}
.tel {
	color: #7fc1ba;
	font-size: 2.25em;
	line-height: 1em;
	font-weight: bold;
}
.header-right p a {
	color: #848b8a;
	text-decoration: none;
}
.header-right p a:hover {
	color: #7fc1ba;
}
nav {
	background-color: #7fc1ba;
	color: #fff;
	width: 150px;
	height: 100%;
	position: fixed;
	top: 100px;
	left: 0px;
	text-align: center;
	float: none;
	padding-top: 20px;
}
nav ul {
	text-align: center;
}
nav li {
	padding: 15px 10px;
	font-weight: bolder;
}
nav a {
	color: #fff;
	text-decoration: none;
}
nav a:hover {
	color: #7CAAA5;
}
.content {
	float: left;
	margin-left: 150px;
	margin-top: 100px;
	width: 100%;
}
.top {
	position: relative;
}
.top .text {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 370px;
}
.top h3  {
	color: #7fc1ba;
}
.top .text p {
	padding: 20px;
	font-size: 0.9em;
	background-color: hsla(0,0%,100%,0.80);
	color: #848b8a;
}
.banner  {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.banner p {
	float: left;
}
.banner p+p {
	padding-left: 15px;
}
.calender {
	margin: 30px;
}
.calender h3 {
	color: #7fc1ba;
}
footer {
    margin-left: 150px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 100px;
}
footer a {
	color: #000;
	text-decoration: none;
}
footer a:hover {
    color: #7fc1ba;
}
.subpage .topic {
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	color: #848b8a;
	text-decoration: none;
}
.subpage .topic a {
	color: #848b8a;
	text-decoration: none;
}
.subpage .topic a:hover {
	color: #7fc1ba;
}


.subpage .topic li {
	display: inline;
}
.subpage .topic li+li:before {
	content: "| ";
}



.subpage h2 {
	color: #fff;
	background-image: url(img/subpege-image.png);
	height: 60px;
	background-repeat: no-repeat;
	font-size: 1.5em;
	padding-left: 30px;
	background-color: #5aa099;
	padding-top: 20px;
}
.schedule {
	margin-left: 30px;
	width: 100%;
}
.timeschedule {
	float: left;
	position: relative;

}
.schedule-image {
	position: absolute;
	right: 65px;



}

.schedule-image p {
	padding-bottom: 20px;
}
