@charset "utf-8";

a img:hover {
	opacity: 0.8;
}
header .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
header .inner h1 {
	margin-left: 210px;
	margin-top: 15px;
	font-size: 12px;
}
header .inner h1+p {
	margin-left: 210px;
	font-size: 11px;
	margin-top: -5px;
}
header .inner p+p {
	margin-top: -60px;
}
header nav {
	padding-top: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
}
header nav ul {
	width: 1001px;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;		flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
header nav ul li a img:hover {
	opacity: 0.7;
}
header nav p {
	position: absolute;
	right: 0px;
	top: 30px;
	font-size: 12px;
}
header nav p a {
	color: rgba(56,136,153,1.00);
}
h1.title span {
	display: block;
	color: #388899;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}
h1.title+p {
	font-size: 15px;
	margin-bottom: 40px;
}
.btn a img:hover  {
	opacity: 0.9;
}
#catch .mtitle span {
	font-size: 19px;
	color: hsla(0,0%,100%,1.00);
	font-weight: bold;
	display: block;
	margin-top: 5px;
	letter-spacing: 3px;
	text-shadow: 1px 1px 5px hsla(0,0%,0%,0.65);
}
#price {
	background-color: hsla(0,0%,93%,1.00);
	margin-top: 80px;
	padding-top: 60px;
	padding-bottom: 70px;
}
#price .tel {
	width: 624px;
	background-color: hsla(0,0%,100%,1.00);
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
}
#price .tel p:nth-of-type(1) {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-right: 30px;
}
#price .tel p:nth-of-type(1) span {
	display: block;
}
#price .tel p:nth-of-type(2) {
	padding-top: 19px;
}
footer {
	background-color: hsla(189,46%,41%,1.00);
	margin-top: 100px;
}
footer .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: hsla(0,0%,100%,1.00);
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
footer .inner h1 {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 345px;
}
footer .inner nav ul {
	display: flex;
	display: -webkit-flex; /* Safari */
　
    display: -ms-flexbox;	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	padding-top: 29px;
}
footer .inner nav ul li {
	font-size: 12px;
}
footer .inner nav ul li a {
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
}
footer .inner nav ul li a:hover {
	text-decoration: underline;
}
footer .inner+p {
	background-color: hsla(0,0%,100%,1.00);
	color: hsla(189,46%,41%,1.00);
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 3px;
}