@charset "utf-8";
/*---------------------------root--------------------------------------*/


html {
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:100;
	background-image:url(../image/bg.png);
}
a img {
	transition: 400ms;
}
a:hover img {
	opacity: 0.5;
}
#page_container {
	position: relative;
	z-index: 100;
	width: 100%;
 }


#crnav-origin {
    display: none;
	}
  #crnav {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 101;
	}
  #crnav-head {
	height: 60px;
	background-color: #F09BA5;
	}
  #crnav-open {
		position: absolute;
		right: 5px;
		top: .35px;
		padding-right:10px;
	line-height: 60px;
	}
  #crnav-body {
	width: 100%;
	position: absolute;
	display: none;
	top: 60px;
	background-color: #E86878;
	color: #FFF;
	font-size: 20px;
	float: right;
	}
  #crnav-body ul {
	}

  #crnav-body ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	list-style-type: none;
	margin: 0px;
}
  #crnav-body ul li a {
	color: #FFF;
}  
.header {
	margin-top:60px;}
.header h1 {
	margin:0px;
	padding:0px;}
.header h1 img {
	width:100%;
	}


.footer {
	background-image: url(../image/footer_line.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	padding-top: 30px;
}
.footer_logo {
	margin-bottom: 10px;
}
.footer_logo img {
	width:100%;}
.footer_address {
	font-size: 20px;
	color: #666666;
	margin-left: 5px;
}
.footer_tel {
	font-size: 20px;
	color: #666666;
	margin-left: 5px;
}

#page_top_link {
	position:fixed; /*固定*/
	bottom:10px;
	right:-20px;
  }
#page_top_link img {
	width:70%;
}


@media only screen and (min-width: 500px) {
.header h1 img {
	width:494px;
	}
.footer_logo img {
	width:350px;}
.footer_address {
	float: left;
	width: 45%;
	font-size: 20px;
}
.footer_tel {
	width: 45%;
	float: left;
	font-size: 20px;
}
}

@media only screen and (min-width: 768px) {
  #crnav {
	  display:none
  }
#crnav-origin {
	display:block;
	}
#crnav-origin ul {
	margin:0px;
	padding:0px;
	display: flex;
	}	
#crnav-origin ul li {
	list-style:none;
	}
#crnav-origin ul li.side_line {
	background-image:url(../image/header_navi_line.png);
	background-repeat:no-repeat;
	background-position:right;}

#crnav-origin ul li img {
	width:100%;
	}
#page_top_link {
	right:30px;
  }
.header {
	margin-top:0px;
	}

.footer_address {
	margin-top:10px;
	margin-left:50px;
	font-size: 25px;
}
.footer_tel {
	margin-top:20px;
	font-size: 25px;
}

#page_top_link {
	right:50px;
	margin-bottom:80px;
  }
#page_top_link img {
	width:115px;
}


}
 @media only screen and (min-width: 992px) {
.footer_contents {
	display: flex;
	width:90;
	margin-left:auto;
	margin-right:auto;
}

.header {
	background-image:url(../image/header_bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	}

}

 @media only screen and (min-width: 1200px) {


}



.clearfix:after {
	clear: both;
	content: '';
	display: block;
}
/*---------------------------/root--------------------------------------*/
