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

/*Fonts=======================================================
============================================================*/
html{
	font-size: 62.5%;
	color:#171717;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
	}
	
h1,h2,h3,h4,h5,h6{
	font-family: 'Passion One', cursive;
	line-height: 1;
	font-weight: 700;
	}
a {
text-decoration: none;
cursor: pointer;
}
	
/*Common======================================================
============================================================*/
body{
	background-color: #fff;
	}
	
header{
	max-width: 960px;
	height: 100vh;
	margin: 0 auto;
	padding-top: 25px;
	margin-bottom: 100px;
	}
header #logo {
	text-align: center;
	margin-bottom: 25px;
	}
header nav {
	max-width: 960px;
	height:70px;
	background-color: #77cbd1;
	}
header nav ul {
	max-width: 960px;
	margin: 0 auto;
	}
header nav ul li {
	display: inline-block;
	width: 20%;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	font-family: "Passion One",Helvetica,"Arial Black","sans-serif";
	font-size: 48px;
	color: #fff;
	line-height: 70px;
	}
header nav ul li a {
	display: block;
	width: 100%;
	height: 70px;
	color: #fff;
	}
header nav ul li a:hover{
	color: #C5E3E5;
	background-color: #39C6D0;
	}
header #hero {
	max-width: 960px;
	height: calc(100vh - 220px);
	padding-top: 100px;
	background: center / cover no-repeat url("images/main_image.jpg");
	position: relative;
	}
header #hero h1{
	text-align: center;
	font-size: 150px;
	color:#fff;
	opacity: 0.5;
	}

main {
	max-width: 960px;
	margin: 0 auto;
	}
section {
	margin-bottom: 100px;
	}
section h2 {
    margin-bottom: 50px;
	text-align: center;
	font-size: 70px;
	}
section h2 span {
	display: inline-block;
	position: relative;
	}
section h2 span::before {
	content: "";
	width: 100%;
	height: 2px;
	margin: 0 auto;
	background-color: #333;
	position: absolute;
	left: 0;
	bottom: 7px;
	}
section h2 span::after {
	content: "";
	width: 100%;
	height: 5px;
	margin: 0 auto;
	background-color: #333;
	position: absolute;
	left: 0;
	bottom: 0;
	}

section#news {
	}
section#news .newsItem {
	margin-bottom: 30px;
	}
section#news .newsItem img {
	float: left;
	margin-right: 30px;
	}
section#news .newsItem dl {
	float: left;
	width: calc(100% - 280px);
	}
section#news .newsItem dt {
	margin-bottom: 20px;
	font-size: 2rem;
	}
section#news .newsItem dd {
	font-size: 1.6rem;
	}

section#menu {
	}
#menu .menuList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#menu .menuList .menuItem {
	width: 250px;
	margin-bottom: 40px;
	position: relative;
	}
#menu .menuList .menuItem img {
	margin-bottom: 10px;
	}
#menu .menuList .menuItem h3 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 3rem;
	}
#menu .menuList .menuItem p {
	font-size: 1.6rem;
	}
#menu .menuList .menuItem img.renewal{
	position: absolute;
	top: -42px;
	left: -40px;
	z-index: 999;
}

footer {
	width: 100%;
	padding: 30px 0;
	background-color: #333;
	color:#fff;
	text-align: center;
	}
footer img {
	width: 150px;
	margin-bottom: 50px;
	}
footer #subNav {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 30px;
	}
footer #subNav li {
	display: inline-block;
	}
footer #subNav li:not(:last-child)::after {
	content: "|";
	}
footer #subNav li a {
	color: #fff;
    padding: 20px;
	}
footer #subNav li a:hover{
	color: #C5E3E5;
	}
footer address {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 10px;
}
