@charset "utf-8";

/* @media screen and (min-width: 769px){ */

.sp {
	display: inline;
    /* visibility: visible; */
}
	
.pc {
	display: none;
	/* visibility: hidden; */
}

img{
	max-width: 100%;
	height: auto;
}





/*
	body
-------------------------------------------------------------------- */

body {
	font-size: 12px;
	line-height: 1.6em;
	position: relative;
}





/*
	div
-------------------------------------------------------------------- */

header {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
	z-index: 5000;
	margin-bottom: 20px;
}

#header .inr,
#contents .inr {
	clear: both;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}





/* 
	header
-------------------------------------------------------------------- */

header {
	background: #000;
}

header h1 a {
	display: block;
	box-shadow:0px 0px 10px 3px #555;
	background: #FFF;
	width: 20%;
	float: left;
	padding: 10px;
}





/* 
	nav
-------------------------------------------------------------------- */

#nav01 {
	width: 80%;
	float: right;
}

#nav01 li {
	display: block;
	width: 16%;
	float: left;
	text-align: center;
	margin: 25px 0;
	padding: 5px;
}

.nav_line {	
	border-right: #555 1px solid;
}






/* 
	footer
-------------------------------------------------------------------- */
/* pagetop */
.pagetop {
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    font-size: 12px;
    padding: 20px 12px;
}
 
.pagetop a:hover {
    font-size: 12px;
    padding:20px 10px;
}



/* footer */

footer {	
	padding: 30px 0;
}

footer .logo {
	width: 150px;
	margin: 0 auto 30px;
}


footer address {
	margin-top: 20px;
}





/* 
	title
-------------------------------------------------------------------- */

h2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #000;
	display: flex;
	align-items: center;
	font-size: 20px;
	width: 50%;
	margin: 40px auto;
}

h2:before, h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}

h2:before {
	margin-right: .4em;
}

h2:after {
	margin-left: .4em;
}
