@charset "utf-8";


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


.onlySp {display: none;}

.inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1060px;
	min-width: 621px;
	width: 100%;
}

#content {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* ----------------------------------------
	#p_photo
---------------------------------------- */

#p_photo {
	position: fixed;
	left: 0;
	top: 80px;
	width: 100%;
	height: 320px;
	overflow: hidden;
	z-index: 0;
}
#p_photo img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: auto;
}


/* ----------------------------------------
	#p_list
---------------------------------------- */

#p_list {
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.3);
	z-index: 2;
}
#p_list ul {
	-js-display: flex;
	display: flex;
	justify-content: flex-end;
}
#p_list li,
#p_list li a {
	padding: 6px 0 6px 15px;
	font-size: 0.75rem;
	line-height: 1;
	color: rgba(0,0,0,0.6);
	text-decoration: none;
	transition: all .2s ease-out;
}
#p_list li a:hover {
	color: rgba(0,0,0,1);
}
#p_list li.home:after {
	font-family: FontAwesome;
	content: '\f105';
	padding-left: 10px;
}



/* ----------------------------------------
	#content
---------------------------------------- */

#content {
	position: relative;
	margin: 400px auto 0;
	padding: 50px 0 150px;
	width: 100%;
	z-index: 1;
	background: #FFFFFF;
}

@media screen and (max-width:1000px){
		#content { margin-top: 300px; }
}

#content section#main {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1060px;
	min-width: 621px;
	width: 100%;
	margin-bottom: 0;
}
#content section section {
	margin-bottom: 80px;
}
#content div.group {
	margin-bottom: 60px;
}
a img {
	transition: all 0.2s linear;
}
a img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* ----------------------------------------
	#p_title
---------------------------------------- */

#content h2.p_title {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 30px;
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#content h2.p_title:after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	content: " ";
	width: 28px;
	height: 1px;
	background: #000000;
}
#content h3.title {
	font-size: 1.25rem;
	font-weight: bold;
	color: #5A5A5A;
	margin-bottom: 30px;
	padding: 20px;
	width: 100%;
	background: #EDEDED;
}
#content .heading {
	position: relative;
	margin-bottom: 40px;
	padding: 10px 5px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #5A5A5A;
	border-bottom: 4px solid #EEEEEE;
}
#content .heading:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	content: "";
	width: 30%;
	height: 4px;
	background: #DB0000;
}


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

.flex_between {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.flex_center {
	-js-display: flex;
	display: flex;
	justify-content: center;
}




/* ----------------------------------------
	footer
---------------------------------------- */

#pagetop a {
	position: relative;
	margin: -25px auto 0;
	width: 60px;
	height: 60px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	background: #222222;
	z-index: 2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pagetop a i {
	padding-top: 5px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
footer#mastfoot {
	position: relative;
	width: 100%;
	margin: -35px auto 0;
	padding: 40px 0 0;
	font-size: 0.875rem;
	color: #FFFFFF;
	text-align: center;
	background: #222222;
}
footer#mastfoot .logo {
	margin-bottom: 30px;
}
footer#mastfoot .logo img {
	width: 300px;
}
footer#mastfoot li {
	padding-bottom: 5px;
}
footer#mastfoot #copy {
	margin-top: 20px;
	padding: 15px;
	text-align: center;
	background: #000000;
}
footer#mastfoot #copy small {
	font-size: 0.6875rem;	
}
footer#mastfoot #copy ul#banner {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer#mastfoot #copy ul#banner li {
	margin: 10px 5px;
}



}

