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

/* ----------------------------------------------------------------------- 
  settings
----------------------------------------------------------------------- */
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #535353;
	font-size: 16px;
	line-height: 1.875;
	text-align: justify;
	text-justify: inter-ideograph;
	background: #fff;
	overflow-x: hidden;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.75;
}

@media screen and (max-width:768px) {
body{
	font-size: 14px;
}
}


/* ----------------------------------------------------------------------- 
  common layout
----------------------------------------------------------------------- */
.headerIn,
.footerIn {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.contentIn {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after,
.headerIn:after,
.footerIn:after,
.contentIn:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.w1000{
	width: 1000px;
}

.contactArea01 {
	width: 230px;
}
.contactArea01 .contactTel01 {
	text-align: center;
	font-size: 0;
	margin-bottom: 9px;
}

@media screen and (max-width:768px) {
.headerIn,
.footerIn ,
.contentIn {
	width: auto;
	padding: 0 3.5%;
}
img {
	max-width: 100%;
	height: auto;
}
.contactArea01 {
	width: auto;
}
.contactArea01 .contactTel01 {
	text-align: center;
	font-size: 0;
	margin-bottom: 9px;
}
.contactArea01 .contactTel01 img{
	max-width: 58%;
}
}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header {
	padding: 24px 0 27px;
}
#header .hLeft {
	float: left;
	margin-top: 6px;
}
#header .hRight {
	float: right;
	margin-right: -4px;
}

@media screen and (max-width:768px) {
#header {
	padding: 20px 0;
}
#header .hLeft{
	margin: 0 0 20px;
	float: none;
	position: relative;
}
#header .hLogo {
	max-width: 70%;
}
#header .hRight {
	float: none;
}
	#header .btnMenu,
	#header .btnMenu span {
		display: inline-block;
		transition: all .4s;
	}
	#header .btnMenu {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 30px;
		height: 22px;
		margin: auto;
	}
	#header .btnMenu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #34918c;
	}
	#header .btnMenu span:nth-of-type(1) {
		top: 0;
	}
	#header .btnMenu span:nth-of-type(2) {
		top: 10px;
	}
	#header .btnMenu span:nth-of-type(3) {
		bottom: 0;
	}
	#header .btnMenu.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-35deg);
		transform: translateY(10px) rotate(-35deg);
	}
	#header .btnMenu.active span:nth-of-type(2) {
		opacity: 0;
	}
	#header .btnMenu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(35deg);
		transform: translateY(-9px) rotate(35deg);
	}
}


/* ----------------------------------------------------------------------------------------------------
*  gNavi
* --------------------------------------------------------------------------------------------------*/
#gNavi {
	background: #34918c;
}
#gNavi ul li a {
	display: block;
	color: #fff;
}
#gNavi ul li a:hover {
	text-decoration: none;
	background: #42b8b0;
}
@media print, screen and (min-width:769px) {
#gNavi ul {
	width: 1100px;
	margin: auto;
}
#gNavi ul li {
	width: 25%;
	float: left;
}
#gNavi ul li a {
	text-align: center;
	line-height: 1.2;
	font-size: 18px;
	padding: 19px 0 18px;
}
}

@media screen and (max-width:768px) {
#gNavi{
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#gNavi ul{
	
}
#gNavi ul li{
	
}
#gNavi ul li + li{
	border-top: solid 1px #fff;
}

#gNavi ul li a{
	font-size: 14px;
	padding: 1em;
}
#gNavi li ul a{
	color: #34918c;
	background: #fff;
	padding-left: 3em;
}
#gNavi li ul li + li{
	border-top: solid 1px #34918c;
}
}


/*-------------------------------------------------------------------
  breadcrumb
-------------------------------------------------------------------*/
#breadcrumb {
	padding: 6px 0 4px;
	background: #42b8b0;
}
#breadcrumb ul {
	width: 980px;
	margin: auto;
}
#breadcrumb ul li {
	color: #fff;
	font-size: 14px;
	float: left;
}
#breadcrumb ul li + li:before {
	display: inline-block;
	content: ">";
	margin: 0 1em;
}
#breadcrumb ul li a {
}

@media screen and (max-width:768px) {
#breadcrumb {
	padding: 6px 3.5% 4px;
}
#breadcrumb ul {
	width: auto;
}
#breadcrumb ul li {
	font-size: 12px;
}
#breadcrumb ul li a {
}
}


/* ----------------------------------------------------------------------------------------------------
*  content
* --------------------------------------------------------------------------------------------------*/
#content {
	width: 1000px;
	padding-bottom: 175px;
	margin: auto;
	position: relative;
}

@media screen and (max-width:768px) {
#content {
	width: auto;
	max-width: 640px;
	padding-bottom: 100px;
}
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
#footer {
	padding: 75px 0 100px;
	background: #eee;
	position: relative;
}
/* pageTop
--------------------------------------------------*/
#pageTop {
	display: none;
	position: absolute;
}
#pageTop p {
	position: fixed;
	left: 0;
	right: 0;
	width: 980px;
	margin: auto;
	text-align: right;
	z-index: 100;
}
#pageTop p img {
	display: inline-block;
	backface-visibility: hidden;
}
/* fNavi
--------------------------------------------------*/
#fNavi .navBox {
	font-size: 13px;
	line-height: 2.3;
	float: left;
}
#fNavi .navBox:nth-child(n+2) {
	margin-left: 4em;
}
#fNavi .navBox ul {
	margin-left: 2em;
}
#footer .contactArea01 {
	margin: 45px auto 35px;
}
#footer .fCopy {
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width:768px) {
#footer {
	/*padding: 75px 0 100px;
	background: #eee;
	position: relative;*/
	padding: 0 0 20px;
}
#footer .footerIn{
	padding: 0;
}
	
/* pageTop
--------------------------------------------------*/
#pageTop {
	/*display: none;
	position: absolute;*/
	left: 0;
	width: 100%;
}
#pageTop p {
	/*position: fixed;
	left: 0;
	right: 0;
	width: 980px;
	margin: auto;
	text-align: right;
	z-index: 100;*/
	left: auto;
	right: 3.5%;
	width: 45px;
	height: 45px;
}
#pageTop p img {
	/*display: inline-block;
	backface-visibility: hidden;*/
}
/* fNavi
--------------------------------------------------*/
#fNavi {
	border-bottom: solid 1px #ccc;
}
#fNavi .navBox {
	/*font-size: 13px;
	line-height: 2.3;
	float: left;*/
	font-size: 14px;
	float: none;
}
#fNavi .navBox:nth-child(n+2) {
	margin: 0 0 0;
}
#fNavi .navBox p{
	border-top: solid 1px #ccc;
}
#fNavi .navBox a{
	display: block;
	line-height: 1.0;
	padding: 1em;
}
#fNavi .navBox a:hover{
	text-decoration: none;
}
#fNavi .navBox ul {
	margin: 0;
	background: #fff;
}
#fNavi .navBox ul li{
	border-top: solid 1px #ccc;
}
#fNavi .navBox ul li a{
	font-size: 12px;
	padding-left: 3em;
}
#footer .contactArea01 {
	margin: 40px 0 25px;
}
#footer .fCopy {
	font-size: 10px;
}
}