@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  background: url("../images/bg.png") repeat;
  font-size: 15px;
  font-weight: normal;
	line-height: 1.9;
	
}
a:focus, *:focus { outline:none; }
img {
  width: 100%;
  height: auto;
}
li {
  list-style: none;
}
a:hover {
  opacity: 0.5;
}
a {
  transition: all 0.5s;
  color: #000000;
  text-decoration: none;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
header {
	height: 80px;
	box-sizing: border-box;
	background: #fff;
	position: fixed;
	z-index: 99;
	width: 100%;
}
header nav ul li:first-child {
	width: 260px;
	float: left;
	padding: 0 45px 0px 45px;
}
header nav ul li {
  font-size: 15px;
  padding: 0 30px 0 28px;
  position: relative;
}
header nav ul li.current a{
	color: #009FA8;
}
header nav ul li:not(:first-child)::before {
  position: absolute;
  content: "";
  top: calc(50% - 11px);
  left: 0px;
  width: 22px;
  height: 22px;
  background: url("../images/icon-plus.png") top left no-repeat;
  background-size: auto;
  background-size: 22px 22px;
}
header nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  float: left;
  height: 80px;
}
header .contact-bnr {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 80px;
  background: #009FA8;
  cursor: pointer;
}
header .contact-bnr a {
  color: #fff;
}
.cont {
	width: 980px;
	margin: 0 auto 0px;
	max-width: 100%;
}
h2 {
	text-align: center;
	font-size: 27px;
	margin-bottom: 40px;
	position: relative;
	font-weight: bold;
	letter-spacing: 1px;
}
h2::after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #009FA8;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}
.contact {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 70px 0 80px;
}
.contact h2 + p {
  text-align: center;
  margin-bottom: 30px;
}
.contact .flex {
	width: 980px;
	margin: 0 auto;
	align-items: flex-start;
	max-width: 100%;
	justify-content: space-between;
}
.contact .flex-item {
  width: 300px;
  margin: 0 0px 20px;
}
.contact .flex-item .bg {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding: 25px 0;
	margin-bottom: 10px;
}
.contact .flex-item .txt1, .contact .flex-item .txt2 {
  float: left;
  clear: both;
}
.contact .flex-item .txt2 {
  width: 141px;
}
.contact .flex-item .txt2 img {
  width: 100%;
}
.contact .flex-item .txt3 {
  width: 70px;
}
.contact .flex-item .txt3 img {
  width: 100%;
}
.contact .flex-item .txt1 {
  margin-bottom: 15px;
}
.contact .flex-item .txt3 {
  margin: -35px 0 0 0;
}
.contact .flex-item .txt3 {
  float: right;
}
.contact .flex-item .bg p {
	font-size: 18px;
	color: #009FA8;
	font-weight: bold;
}
.contact .flex-item p .att {
  font-size: 13px;
}
.contact .flex-item .tel {
	font-size: 30px;
	margin-top: -9px;
	font-weight: bold;
}
.contact .flex-item .mail a {
  color: #1478DC;
  text-decoration: underline;
}
.contact .flex-item img {
  width: 100px;
  margin-bottom: 10px;
}
.contact h2{
	padding-top: 0px;
}
.contact .time{
	line-height: 1.4
}
footer {
  background: #3E3A39;
  color: #fff;
  text-align: center;
  height: 320px;
}
footer p {
  line-height: 2.0;
}
footer p a{
	color: #fff;
}
footer p.copy {
  font-size: 10px;
  margin-top: 40px;
}
footer img {
  width: 244px;
  margin-bottom: 30px;
}
#page-top {
  bottom: 40px;
  right: 40px;
  font-size: 28px;
}
#page-top {
  position: fixed;
}
#page-top a {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-sizing: border-box;
}
#page-top a {
  background: #009FA8;
  text-decoration: none;
  color: #fff;
  text-align: center;
	opacity: 0.7;
  display: block;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-up::before {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 900; /*←ココ！！！！！！！*/
}
::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hamburger{
	display: none;
}
.icon-logo{
	display: none;
}
.globalMenuSp{
	display: none;
}
