/* CSS Document */

@charset "UTF-8";

@import url('reset.css');
@import url('font.css');

/*----------------------------------------------------------------------
SΜ
-----------------------------------------------------------------------*/
body {
	background-color: #FFF0E8;
}

a:hover.ro {
	opacity: 0.82;
	filter : alpha(opacity=82);
}

/*----------------------------------------------------------------------
wb_[
-----------------------------------------------------------------------*/
header {
	width: 100%;
	background-color: #150007;
}
header div.inner {
	position: relative;
	width: 1080px;
	height: 405px;
	margin: 0 auto;
	background-image: url(../images/header_img/bg.jpg);
}

header a.logo {
	position: absolute;
	top: 94px;
}

div.category {
	position: absolute;
	top: 306px;
	left: 722px;
}

/*----------------------------------------------------------------------
O[oir
-----------------------------------------------------------------------*/
header nav {
	position: absolute;
	top: 94px;
	right: 14px;
}

header nav ul li {
	float: left;
	height: 16px;
	margin-left: 50px;
}
header nav ul li a {
	display: block;
	height: 14px;
}

header nav ul li a:hover {
	height: 16px;
	border-bottom: 1px solid #FFF;
}

/*----------------------------------------------------------------------
C
-----------------------------------------------------------------------*/
div#main {
	width: 1080px;
	min-height: 500px;
	margin: 0 auto;
	padding: 32px 0px 140px;
	font-size: 131%;
	overflow: hidden;
}
div#main.staff {
	padding: 32px 0px 122px;
}

/*----------------------------------------------------------------------
p­ΈXg
-----------------------------------------------------------------------*/
ul#topicPath {
	margin-bottom: 82px;
	font-size: 14px;
	line-height: 1.1;
}
ul#topicPath li {
	display: inline;
}
ul#topicPath li::after {
	content: "\003e";
	margin-left: 4px;
}
ul#topicPath li:last-child::after {
	content: none;
}

/*----------------------------------------------------------------------
TOPy[W
-----------------------------------------------------------------------*/
div#main.topPage {
	padding: 95px 0px 88px;
}

div#main.topPage article {
	margin-bottom: 52px;
}

div#main.topPage article h1 {
	position: relative;
	width: 240px;
	height: 22px;
	margin-bottom: 23px;
	padding-left: 16px;
	border-bottom: 1px solid #000;
}
div#main.topPage article#flow h1, div#main.topPage article#info h1 {
	width: 335px;
}

div#main.topPage article h1::after {
	content: "\002192";
	position: absolute;
	left: 262px;
	width: 22px;
	height: 18px;
	padding-top: 4px;
	border: 1px solid #A8A8B7;
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	font-family: 'CI',Meiryo,'qMmpS Pro W3','Hiragino Kaku Gothic Pro','lr oSVbN','MS PGothic',sans-serif;
	line-height: 1.0;
	text-align: center;
	color: #442202;
}
div#main.topPage article#staff h1::after {
	content: "";
	border: none;
}

div#main.topPage article#flow h1::after, div#main.topPage article#info h1::after {
	left: 357px;
}

article#staff ul {
	height: 250px;
	margin-left: 16px;
}

article#staff ul li {
	float: left;
	position: relative;
	width: 346px;
	height: 250px;
	margin-right: 5px;
}
article#staff ul li:nth-of-type(1) {
	background-image: url(../images/index_img/photo_kikuchi2.jpg);
}
article#staff ul li:nth-of-type(2) {
	background-image: url(../images/index_img/photo_anan2.jpg);
}
article#staff ul li:nth-of-type(3) {
	background-image: url(../images/index_img/photo_nakamura.jpg);
}

article#staff ul li a {
	display: block;
	position: relative;
	width: 346px;
	height: 250px;
	background-color: rgba(255,255,255,0);
}
article#staff ul li a:hover {
	background-color: rgba(255,255,255,0.2);
}

article#staff ul li h2 {
	position: absolute;
	top: 198px;
	left: 62px;
	width: 222px;
	height: 33px;
	padding-top: 7px;
	background-color: rgba(41,26,19,0.76);
	text-align: center;
}

article#works ul {
	height: 229px;
	margin-left: 16px;
}

article#works ul li {
	float: left;
	position: relative;
	width: 200px;
	height: 229px;
	margin-right: 12px;
	background-color: #FFF;
	color: #FFF;
	line-height: 1.3;
	font-size: 100%;
	text-align: center;
}
article#works ul li span {
	display: block;
	position: absolute;
	top: 86px;
	left: 41px;
	width: 118px;
	height: 39px;
	padding-top: 17px;
	background-color: rgba(43,21,0,0.76);
}
article#works ul li:nth-of-type(4) span {
	height: 53px;
	padding-top: 9px;
}

article#flow, article#info {
	float: left;
	width: 510px;
}
article#flow {
	margin-right: 41px;
}

article#flow div.photo, article#info div.photo {
	height: 174px;
	margin-left: 16px;
	background-color: #FFF;
}
div#main.topPage article a:hover h1::after {
	border: 1px solid #FFF;
	background-color: #442202;
	color: #FFF;
}

article#works a:hover ul li img, article a:hover div.photo img {
	opacity: 0.8;
}

/*----------------------------------------------------------------------
Ζ±ΰe
-----------------------------------------------------------------------*/
div#main.works article {
	clear: both;
	position: relative;
	height: 228px;
	margin: 0px 0px 30px 60px;
}
div#main.works article:last-of-type {
	height: 159px;
	margin: 0px 0px 90px 60px;
}

div#main.works article h1 {
	position: absolute;
	top: 0px;
	left: 270px;
	width: 242px;
	padding: 10px 0px;
	background-color: #422018;
	color: #FFF;
	font-weight: normal;
	font-size: 116%;
	text-align: center;
}

div#main.works article p {
	position: absolute;
	top: 80px;
	left: 270px;
	width: 680px;
	padding-left: 1em;
}

/*----------------------------------------------------------------------
ΩμmΠξ
-----------------------------------------------------------------------*/
div#main.staff article {
	clear: both;
	margin-top: -30px;
	margin-bottom: 120px;
	padding-left: 30px;
}
div#main.staff article:last-of-type {
	margin-bottom: 0;
}

div#main.staff article img.photo {
	float: right;
	margin: 0px 0px 24px 30px;
}

div#main.staff article h1 {
	width: 374px;
	margin: 0px 0px 40px 20px;
	padding-top: 41px;
	background-image: url(../images/staff_img/h1_bg.gif);
	background-position: 0px 41px;
	background-repeat: repeat-x;
	text-align: center;
}

div#main.staff h2 {
	width: 104px;
	border: 1px solid #000;
	text-align: center;
}

div#main.staff table:first-of-type {
	margin: 20px 25px 18px;
}

div#main.staff table:nth-of-type(2) {
	clear: right;
}

div#main.staff table th {
	padding-right: 15px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-weight: normal;
}

div#main.staff table:nth-of-type(2) th, div#main.staff table:nth-of-type(2) td {
	padding-bottom: 18px;
}

div#main.staff table ul li {
	float: left;
	margin-right: 0.5em;
}
div#main.staff table ul li::before {
	content: "\25cb";
}

div#main.staff table ul.writing li {
	float: none;
}
div#main.staff table ul.writing li::before {
	content: none;
}

/*----------------------------------------------------------------------
²ΛΙΒ’Δ
-----------------------------------------------------------------------*/
div#main.flow h2 {
	margin-bottom: 40px;
}
div#main.flow h2:last-of-type {
	margin-bottom: 20px;
}

div#main.flow p {
	margin-left: 54px;
}

div#main.flow article {
	clear: both;
	position: relative;
	height: 167px;
	margin: 0px 0px 62px 16px;
}
div#main.flow article:last-of-type {
	margin: 0px 0px 72px 16px;
}

div#main.flow article h1 {
	position: absolute;
	top: 0px;
	left: 320px;
}

div#main.flow article p {
	position: absolute;
	top: 39px;
	left: 320px;
	width: 680px;
	margin: 0;
}

div#main.flow article a {
	margin: 0px 4px;
}

/*----------------------------------------------------------------------
±Tv
-----------------------------------------------------------------------*/
div.info table td p {
	margin-bottom: 1em;
}

/*----------------------------------------------------------------------
TCg}bv
-----------------------------------------------------------------------*/
ul#sitemap {
	margin-left: 30px;
}

ul#sitemap ol {
	margin-left: 1em;
}

ul#sitemap ol li {
	list-style-type: none;
}

/*----------------------------------------------------------------------
pagetop
-----------------------------------------------------------------------*/
#page-top {
	z-index: 200;
	position: fixed;
	bottom: 50px;
	margin-left: 1020px;
	background-image: url(../images/com_img/pagetop_bg.png);
	background-position: center top;
}

#page-top a {
	display: block;
	padding: 30px 0px 0px;
	font-size: 68%;
	font-weight: bold;
	color: #3F3000;
	text-decoration: none;
}

/*----------------------------------------------------------------------
tb^[
-----------------------------------------------------------------------*/
footer {
	clear: both;
	width: 100%;
	height: 226px;
	background-color: #270A11;
	color: #FFF;
}

footer div.inner {
	position: relative;
	width: 1080px;
	height: 226px;
	margin: 0 auto;
	background-image: url(../images/footer_img/photo.jpg);
	background-position: 634px 30px;
}

footer img.logo {
	position: absolute;
	top: 48px;
}

footer div.inner div#access {
	position: absolute;
	top: 84px;
}

ul#footer-links {
	position: absolute;
	top: 157px;
	padding-left: 22px;
	background-image: url(../images/footer_img/home.gif);
}

ul#footer-links li {
	float: left;
	margin-right: 29px;
}

ul#footer-links li a {
	color: #FFF;
	text-decoration: none;
}
ul#footer-links li a:hover {
	text-decoration: underline;
}

footer a#map {
	position: absolute;
	top: 30px;
	left: 860px;
}

p.copyright {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

/*----------------------------------------------------------------------
2021_0322ΗΑ
-----------------------------------------------------------------------*/
nav ul li:nth-of-type(3),nav ul li:nth-of-type(4) {
	display: none;
}

nav ul li:last-of-type a {
	width: 85px;
	height: 16px;
	overflow: hidden;
}

nav ul li:last-of-type img {
	margin-left: -50px;
}

footer div.inner {
	background-image: none;
}