@charset "utf-8";

html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-size: 1.2rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background-image: url("../images/01.jpg");
	background-repeat: no-repeat;
	background-position: center;
    background-position: top;
}

*, *::before, *::after {
	box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
	color: #d03c56;
	text-decoration: none;
}
.header {
	width: 100%;
	height: 605px;
}
.noscllor {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}
.header h1.header1 {
	padding: 12px 0 10px;
	height: 90px;
	background-color: #005daa;
}
.header .logo {
	width: 1140px;
	margin: 0 auto 0;
}

.header .nav {
	margin: 0 auto 10px;
	background-color: rgba(1, 180, 231, 0.6);
	text-align: center;	
}

.header .nav li {
	display: inline-block;
	font-size: 1.5rem;
	height: 45px;
	padding: 15px 25px 15px;
	margin: 0 -5px;
	transition: 0.15s;
}
.header a{
	color: #fff;
}
.header .nav li:hover{
	opacity: 0.5;
}

.wrapper {
	width: 1140px;
	margin: 30px auto 40px;
}
main {
	display: flex;
	justify-content: space-between;
	width: 1140px;
	height: 500px;
	margin-top: 70px;
}
.mainitem {
	width: 370px;
	height: 500px;
	margin: 0;
	text-align: center;
}
.mainitem.facebook {
	background: #c9dee9;
}

.mainitem p {
	margin-top: 20px;
	font-size: 1.7rem;
	line-height: 2.5rem;
}

.info .title-category {
	background-image: url("../images/bg-category-3.jpg");
	width: 100%;
	height: 60px;
	margin-top: 70px;
	text-align: center;
	padding: 20px 0 20px;
	color: #fff;
}
a.info-item {
	position: relative;
	transition: 0.3s;	
}
a.info-item:hover {
	opacity: 0.7;
	text-shadow: 2px 2px 2px #666;
}
p.info {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	color: #666;
	line-height: 2.5rem;
}
.link .title-category {
	background-image: url("../images/bg-category-2.jpg");
	width: 100%;
	height: 60px;
	margin-top: 70px;
	text-align: center;
	padding: 20px 0 20px;
	color: #fff;
}
h2.category {
	font-size: 2rem;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.flex.info {
	margin-top: 20px;
}
.info-item {
	width: 370px;
	height: 200px;
	background-color: #e7e7e8;
}
.link-item {
	width: 270px;
	margin-top: 20px;
	padding: 10px;
	background-color: #e7e7e8;
	transition: 0.3s;
}
.link-item h3 {
	margin: 15px 0 5px;
	font-size: 1.4rem;
	color: #777;
	line-height: 2rem;
}
section .link a:hover {
	opacity: 0.7;
}
.access .title-category {
	background-image: url("../images/bg-category-1.jpg");
	width: 100%;
	height: 60px;
	margin-top: 70px;
	text-align: center;
	padding: 20px 0 20px;
	color: #fff;
}
.access-item {
	width: 555px;
	height: 350px;
	margin-top: 20px;
	background-color: #e7e7e8;
}
.access-item.address {
	text-align: left;
	padding: 20px;
	background-color: #fff;
}
.access-item.address li {
	line-height: 3rem;
	font-size: 1.5rem;
}
footer {
	width: 100%;
	height: 70px;
	padding: 20px 0;
	background-color: #F8E0E4;
	background-image: url("../images/tail-22-5.gif");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.foot p {
	font-size: 1.5rem;
	margin-top: 10px;
}
.globalMenuSp {
	display: none;
}
