@charset "utf-8";
body {
    width: 100%;
    font-size: 15px;
    line-height: 29px;
    color: #111;
		background: #fff;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
}
img {	vertical-align: bottom; max-width: 100%; height: auto; }
._sp { display:none!important; }
a { text-decoration: none; color: #000; }
li { list-style: none; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media screen and (max-width:960px){ ._pc { display:none!important; } ._sp { display:block!important; } }

/*-----------------------------------------------------

  HEADER

----------------------------------------------------- */

.logo {
	position: absolute;
	left: 50px;
	top: 13px;
	width: 241px;
}

.header {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}

.gNav {
	position: absolute;
	left: 360px;
	top: 30px;
	transition: .15s;
}

.gNav .headNav01 {
	float: left;
	margin-right: 80px;
}

.gNav .headNav03 {
	float: left;
	transition: .15s;
}

.headNav01 li {
	float: left;
	font-size: 15px;
	font-weight: 700;
	margin-right: 50px;
	transition: .15s;
}

.headNav01 li a,
.headNav03 li a {
	transition: .15s;
}

.headNav01 li:last-child {
	margin-right: 0;
}

.headNav01 a:hover {
	color: #ed6c00;
}

.headNav02 {
	position: absolute;
	top: 0;
	right: 0;
}

.headNav02 li {
	font-size: 14px;
	line-height: 1;
}

.headNav02 li a {
	display: block;
	padding: 15px 40px 15px 20px;
	position: relative;
}

.headNav02 li:first-child a {
	background: #1770c3;
	color: #fff;
}

.headNav02 li:last-child a {
	background: #002078;
	color: #fff;
}

.headNav02 li a::after {
	content: "\f105";
	font-family: FontAwesome;
	color: #ffea00;
	position: absolute;
	right: 10px;
	font-weight: normal;
}

.headNav03 li {
	float: left;
	font-size: 12px;
	margin-right: 20px;
}

.headNav03 li::before {
	content: "\f138";
	font-family: FontAwesome;
	color: #ed6c00;
	font-weight: normal;
	margin-right: 2px;
}

.headNav03 li:last-child {
	margin-right: 0;
}

.headNav03 a:hover {
	color: #ed6c00;
}


@media screen and (max-width:1400px) {
	.gNav .headNav03 {
		float: none;
	}
	
	.gNav {
    top: 16px;
	}
}

@media screen and (max-width:1000px) {
	.headNav01 li {
		margin-right: 35px;
	}
}

@media screen and (max-width:950px) {
	.gNav .headNav01 {
		float: none;
		margin-right: 0;
	}

	.gNav .headNav03 {
		float: none;
		margin-right: 0;
	}
	
	.logo {
		position: relative;
		left: auto;
		top: auto;
		width: 200px;
		margin: 10px auto;
	}

	.gNav {
		position: relative;
		left: auto;
		top: auto;
	}
	
	.headNav02 {
		position: relative;
		left: auto;
		top: auto;
	}
	
	.headNav02 li {
		font-size: 13px;
		line-height: 1;
		width: 50%;
		float: left;
		text-align: center;
	}
	
	.headNav02 li a {
		display: block;
		padding: 12px 0 12px 0;
		position: relative;
	}
	
	.headNav01 li {
		float: left;
		font-size: 15px;
		margin-right: 0;
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	
	.headNav01 li a {
		padding: 10px 0;
		display: block;
	}
	
	.headNav01 li:nth-child(2n) {
		border-right: none;
	}
	
	.headNav03 {
		display: none;
	}
	
}


/*-----------------------------------------------------

  FORMAT

----------------------------------------------------- */

.inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin: 20px 0!important;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.gMap {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 30px;
}
 
.gMap iframe,
.gMap object,
.gMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.footer {
	background: url(../images/common/footer.jpg) bottom right no-repeat #d5e9f5;
	background-size: cover;
	padding: 50px 0 40px 0;
}

.footerNav {
	float: right;
	width: 65%;
}

.footerLogo {
	float: left;
	width: 25%;
}

.footerNav ul {
	float: left;
	margin-right: 70px;
	transition: .15s;
}

.footerNav ul:last-child {
	margin-right: 0;
}

.footerNav li {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 15px;
}

.footerNav li a {
	transition: .15s;
}

.footerNav li a:hover {
	color: #ed6c00;
}

.footerLogoImg01 {
	width: 240px;
	margin-bottom: 20px;
}

.footerLogoImg02 {
	width: 100px;
	margin-bottom: 15px;
}

.footerNav li::before {
	content: "\f138";
	font-family: FontAwesome;
	color: #ed6c00;
	font-weight: normal;
	margin-right: 4px;
}

.copyRight {
	font-size: 11px;
	line-height: 1;
}

@media screen and (max-width:960px) {
	.footer {
		background: url(../images/common/footer.jpg) center right no-repeat #d5e9f5;
		background-size: cover;
		padding: 30px 0 30px 0;
	}
	
	.footerNav {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}

	.footerLogo {
		float: none;
		width: 100%;
	}
	
	.footerNav ul {
		float: left;
		margin-right: 2%;
		width: 49%;
	}
	
	.footerNav ul:nth-child(2n) {
		margin-right: 0;
	}
	
	.footerLogoImg01 {
		width: 200px;
		margin: 0 auto 20px auto;
	}

	.footerLogoImg02 {
		width: 100px;
		margin: 0 auto 20px auto;
	}
	
	.copyRight {
		text-align: center;
	}
	
}

.breadcrumbs {
	font-size: 12px;
	padding: 10px 0 10px 50px;
}

@media screen and (max-width:950px) {
	.breadcrumbs {
		padding: 10px 0;
		width: 90%;
		margin: 0 auto;
	}
}

.pageTitle {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}

.pageTitle span {
	font-size: 40px;
	color: #ed6c00;
	display: block;
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.pageTitle span:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ed6c00;
}


/*-----------------------------------------------------

  NAV

----------------------------------------------------- */
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -400px;
  bottom: 0;
  width: 400px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
#navArea nav {
  padding: 0;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navArea .spNav01 li {
	border-bottom: 1px solid #ddd;
}

#navArea .spNav02 li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	float: left;
	width: 50%;
	font-weight: bold;
}

#navArea .spNav02 li:nth-child(2n) {
	border-right: none;
}

nav ul li a {
  display: block;
  color: #111;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
	font-weight: bold;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}

#navArea li a::after {
	content: "\f105";
	font-family: FontAwesome;
	color: #ed6c00;
	font-weight: normal;
	position: absolute;
	right: 10px;
}

.spNav03 li:first-child a {
	background: #1770c3;
	color: #fff;
}

.spNav03 li:last-child a {
	background: #002078;
	color: #fff;
}

.spNav03 li:first-child a::after,
.spNav03 li:last-child a::after{
	color: #fff!important;
}

@media screen and (max-width: 767px) {
  nav {
    left: -300px;
    width: 300px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}

.toggle_btn span:nth-of-type(1) {
  top: 4px;
}
.toggle_btn span:nth-of-type(2) {
  top: 14px;
}
.toggle_btn span:nth-of-type(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}




/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */



