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

/*全体の初期スタイル-------------------*/
* {
	box-sizing: border-box;
}
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	line-height: 1.5;
	color: #696969;
	background-color: #FFFFFF;
}
h1,
h2,
h3,
h4 {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.2;
}
a {
	color: #3F3F3F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 0;
	margin-bottom: 20px;
}
ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
section {
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}
address {
	font-style: normal;
}

/*ヘッダー------------------------*/
.header-containar {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	margin: 0 auto;
	background-color: #FFFFFF;
	opacity: 85%;
	position: fixed;
	top: 0;
	left: 0;
}
.logo {
	margin: 0;
	padding-left: 40px;
	text-align: center;
}
nav ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding-right: 40px;
}
nav ul li {
	margin-left: 30px;
}
nav ul li a:hover {
	color: #A2A2A2;
}
@media screen and (max-width:768px) {
	.header-containar {
		height: 30px;
		padding: 5px 10px;
	}
	.logo {
		width: 150px;
		height: auto;
	}
	nav ul {
		padding-right: 30px;
	}
	nav ul li {
		font-size: 12px;
	}
}
@media screen and (max-width:480px) {
	.header-containar {
		height: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.logo {
		width: 120px;
		height: auto;
		padding-left: 20px;
	}
	nav ul {
		padding-right: 10px;
	}
	nav ul li {
		font-size: 10px;
		margin-left: 20px;
	}
	
}

/*メインイメージ------------------------*/
.main-image {
	width: 100%;
	margin: 40px auto 0;
	border-bottom: 5px solid #8A8A8A;
}
@media screen and (max-width:768px) {
	.main-image {
		margin-top: 30px;
	}
}
@media screen and (max-width:480px) {
	.main-image {
		margin-top: 20px;
	}
}

/*セクション、タイトルエリア---------------*/
.title-area {
	padding-bottom: 20px;	
}
.main-title {
	margin-top: 100px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #838383;
} 
h3 {
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}
h4 {
	font-weight: 400;
	text-align: center;
}
@media screen and (max-width:768px) {
	.title-area {
		padding-bottom: 10px;
	}
	.main-title {
		margin-top: 40px;
		margin-bottom: 30px;
		font-size: 18px;
	}
	h3,
	h4 {
		font-size: 12px;
	}
}
@media screen and (max-width:480px) {
	.title-area {
		padding-bottom: 0;
	}
	.main-title {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 15px;
	}
	h3 {
		font-size: 11px;
		margin-bottom: 5px;
	}
	h4 {
		font-size: 11px;
	}
}

/*セクション、コンテンツエリア---------------*/
.content-area {
	margin-top: 100px;
}
.midashi {
	font-size: 17px;
	font-weight: 500;
	padding-left: 50px;
	padding-bottom: 2px;
	border-bottom: 1px solid #828282;
}
.content-box {
	display: flex;
	margin-top: 10px;
	margin: 0 50px;
}
.text-box {
	flex: 1;
}
.text-box p {
	text-align: justify;
}
.img-box {
	flex: 1;
	padding-left: 20px;
}
@media screen and (max-width:768px) {
	.content-area {
		margin-top: 40px;
	}
	.midashi {
		font-size: 13px;
	}
	.text-box p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.img-box {
		padding-left: 15px;
	}
}
@media screen and (max-width:480px) {
	.midashi {
		font-size: 12px;
		padding-left: 15px;
		margin-bottom: 10px;
	}
	.content-box {
		display: block;
		margin-left: 30px;
		margin-right: 30px;
	}
	.text-box p {
		font-size: 11px;
	}
	.img-box {
		padding-left: 0;
	}
}

/*ワークス、フォトグラフのコンテンツエリア------*/
.item-box {
	max-width: 960px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.item {
	flex-basis: 33.33%;
	border: 1px solid #A5A5A5;
}
.item-set {
	padding-top: 30px;
}
a .item-set:hover {
	background: #EBEBEB;
}
a .item-set:active {
	background: #D5D5D5 ;
}
.item img {
	display: block;
	margin: 0 auto 25px;
	height: 190px;
	width: auto;
}
.item p {
	text-align: center;
	font-size: 13px;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.item .item-logo {
	margin-top: 82px;
	width: 227px;
	height: auto;
}
.item-logo-text {
	margin-top: 95px;
}
.item .small-img {
	margin-top: 40px;
	height: 120px;
}
.small-img-text {
	margin-top: 55px;
}
.item .item-wideLogo {
	margin-top: 90px;
	width: 245px;
	height: auto;
}
.item .item-wideLogo-text {
	margin-top: 105px;
}
@media screen and (max-width:768px) {
	.item img {
		height: 150px;
		width: auto;
	}
	.item p {
		font-size: 12px;
		padding-bottom: 10px;
	}
	.item .item-logo {
		width: 170px;
		margin-top: 65px;
	}
	.item-logo-text {
		margin-top: 80px;
	}
	.item .small-img {
		margin-top: 30px;
		height: 90px;
	}
	.small-img-text {
		margin-top: 53px;
	}
	.item .item-wideLogo {
		margin-top: 70px;
		width: 210px;
	}
	.item .item-wideLogo-text {
		margin-top: 88px;
	}
}
@media screen and (max-width:480px) {
	.item-box {
		display: block;
	}
	.item {
		margin: 0 20px 0;
	}
}


/*セクション、プロファイルエリア---------------*/
.profile {
	flex: 1;
	padding-left: 20px;
	font-size: 13px;
}
.profile th {
	width: 17%;
	font-weight: 400;
	text-align: left;
	
}
.profile-left {
	vertical-align: top;
}
@media screen and (max-width:768px) {
	.profile {
		padding-left: 13px;
		font-size: 12px;
	}
}
@media screen and (max-width:480px) {
	.profile {
		margin-top: 20px;
		padding-left: 0;
		font-size: 11px;
	}
	
}

/*ページトップ、フッター---------------------*/
/*------page-top------*/
#top #toPageTop {
	position: fixed;
	bottom: 30px;
	right: 50px;
}
footer {
	margin-top: 80px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #B0B0B0;
}
.footer-logo, 
.footer-adress, 
.copyright {
	margin-bottom: 10px;
}
@media screen and (max-width:768px) {
	/*------page-top------*/
	#top #toPageTop {
		bottom: 20px;
		right: 30px;
	}
	#toPageTop img {
		width: 45px;
		height: auto;
	}
	footer {
		margin-top: 20px;
		padding-top: 5px;
		margin-bottom: 20px;
	}
	.footer-logo, 
    .footer-adress, 
    .copyright {
	    margin-bottom: 5px;
}
	.footer-logo img {
		width: 110px;
		text-align: center;
	}
	.footer-adress {
		font-size: 11px;
	}
	.copyright {
		font-size: 12px;
	}
}
@media screen and (max-width:480px) {
	#top #toPageTop {
		bottom: 10px;
		right: 10px;
	}
	#toPageTop img {
		width: 40px;
		height: auto;
	}
	.footer-logo, 
    .footer-adress, 
    .copyright {
	    margin-bottom: 3px;
	}
	.footer-logo img {
		width: 100px;
	}
	.footer-adress {
		font-size: 10px;
	}
	.copyright {
		font-size: 11px;
	}
}

