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

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	list-style-type: none;
	letter-spacing: 1px;
}

textarea { font-size: 100%; }

img { vertical-align: bottom; }

hr { display: none; }

html{
	height: 100%;
	overflow-x: hidden;
}

body{
	height: 100%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	background: #fff;
	color: #000;
	margin:0 auto;
}

a		{	text-decoration: none; color: #000;	}
a:hover	{   text-decoration: none; color: #444;	}

a.alpha{ opacity:1.0;filter: alpha(style=0, opacity=100) }
a.alpha:hover{ opacity:0.7;filter: alpha(style=0, opacity=70) }

.smart_view{
	display: none !important;
}
 
a img,a:hover {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

.button {
	background-color: #fff;
    border: 2px solid;
    color: #333;
    display: inline-block;
    height: 54px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 220px;
    font-weight: bold;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
}

/* 共通 header部分 */

header{
	overflow:hidden;
}

.header_top_in{
	background-color: #000;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    position: fixed;
    width: 100%;
    z-index:499;
    display:none;
}

.header_bg_black{
	width:940px;
	margin:0 auto;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}

.header_bg_black img{
	float:left;
	padding-right: 5px;
}

header .header_footer_in {
    text-align: center;
}

header .header_footer_in .logo{
	padding-top:50px;
	padding-bottom: 25px;
}

header nav{
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
}

header ul{
	margin: 0 auto;
    overflow: hidden;
    width: 880px;
}

header nav li{
	float: left;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
    letter-spacing: 2px;
    margin-top: 25px;
    padding-left: 11px;
    padding-right: 11px;
    text-align: center;
}

header li.border{
	border: 3px double #000;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 0;
    padding-left: 3px;
    padding-right: 3px;
}

header li.harupan{
	margin-top: 0;
}

header nav li.lastlist{
	padding-right: 0px !important;
}

header ul a {
  position: relative;
  display: inline-block;
  padding: .4em;
  text-decoration: none;
}
header ul a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
header ul a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav.point{
	position: fixed;
	top:0;
	left: 0; 
	background-color:#fff;
	width:100%;
	border-bottom: 1px solid #ccc;
	z-index:500;
	top: 0px;
	padding-bottom: 10px;
    padding-top: 10px;
}
		 
#change {
	margin: 0 auto;
}


/* content */
.mainimage{
    margin: 0 auto 90px;
    max-width: 1000px;
    width: 100%;
}

.content_block{
	padding-bottom: 140px;
}

.content_block .bg_title{
	background-color: #f7f8f5;
    border-top: 1px solid #ccc;
    margin-bottom: 90px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}

.content_block .bg_title h2{
	font-size: 22px;
    letter-spacing: 1px;
}

.content_block .bg_title p{
	border-top: 2px solid #000;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    width: 30%;
}

.bx-pager{
}

/* トップページ 私達のこと */

section#about{
}

section.about {
    margin-top: -100px;
    padding-top: 100px;
}

section.about .about_header{
	border-bottom: 1px dashed #ccc;
    margin: 0 auto 45px;
    overflow: hidden;
    padding-bottom: 45px;
    width: 860px;
    margin-top:-65px;
	padding-top:65px;
}

section.about .about_header .office_image{
	width:335px;
	float:left;
}

section.about .about_header .about_header_right{
	float: left;
    margin-left: 45px;
    width: 470px;
}

section.about .about_header .about_header_right h3{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


section.about .about_footer{
	overflow:hidden;
	clear:both;
	width:860px;
	margin:0 auto;
}

section.about .about_footer li{
	float:left;
}

section.about .about_footer li.profile_name{
	margin-left: 20px;
    padding-top: 30px;
}

section.about .about_footer li.profile_name h4{
	font-size: 20px;
}

section.about .about_footer li.profile_name h4 span{
	font-size: 12px;
	margin-left:5px;
}

section.about .about_footer ul{
	clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

section.about .about_footer .about_footer_left{
	float:left;
	width: 380px;
}

section.about .about_footer .about_footer_right{
	float:left;
	width:430px;
	margin-top: 5px;
}

section.about .about_footer p{
	width: 485px;
}

.more{
	margin-top:25px;
}

dl.history{
	width:485px;
}

dl.history dl,dl.history dt,dl.history dd {
	margin: 0;
	padding: 0;
}

dl.history dl {
	width: 300px;
}

dl.history dt,dl.history dd {
	padding: 3px;
}

dl.history dt {
	clear: left;
	float: left;
	width: 110px;
}

dl.history dd {
	padding-left: 110px;
	border-bottom: 1px solid #eee;
}

/* トップページ 仕事内容について */

section#architect{
	padding-top: 70px;
}

section.architect{
	margin-top:-65px;
	padding-top:65px;
}

section.architect ul{
	display: table;
    table-layout: fixed;
    width: 100%;
}

section.architect li.architect_list_center {
}

section.architect li {
	display: table-cell;
}

section.architect li img{
	width:100%;
}

section.architect li {
	position: relative;
	overflow: hidden;
}
section.architect figcaption {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	text-align:center;
}

section.architect figcaption h3{
	border-bottom: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding-top: 10px;
}

section.architect li:hover figcaption {
	bottom: 0;
}

section.architect a:hover img,a:hover {
opacity: .9;
-webkit-opacity: .9;
-moz-opacity: .9;
filter: alpha(opacity90);	/* IE lt 8 */
-ms-filter: "alpha(opacity=90)"; /* IE 8 */
}



/* トップページ ブログ */

section#blog{
	padding-top: 32px;
}

section.blog{
	margin-top:-65px;
	padding-top:65px;
}

section.blog .blog_content_left{
	width:860px;
	margin:0 auto;
}

section.blog .blog_space{
	width:260px;
	float:left;
	padding: 0 10px;
}

section.blog .blog_content{
	width:860px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}

section.blog .blog_space img{
	height: auto;
    max-width: 260px;
    width: 260px;
}

section.blog .blog_space .thumbnail{
	height: 200px;
    max-height: 185px;
    max-width: 260px;
    overflow: hidden;
    width: 260px;
}

section.blog .blog_text_block{
	margin-top: 10px;
    text-align: center;
}

section.blog .blog_text_block a{
	color:#fff;
}

section.blog .blog_text_block h4{
	font-size: 14px;
    font-weight: bold;
}

section.blog a:hover img,a:hover {
opacity: .9;
-webkit-opacity: .9;
-moz-opacity: .9;
filter: alpha(opacity90);	/* IE lt 8 */
-ms-filter: "alpha(opacity=90)"; /* IE 8 */
}

.blog_content h3{
	text-align:center;
	margin-bottom:20px;

}

/* トップページ ニュースリリース */

section#news{
	padding-top: 32px;
}

section.news{
	margin-top:-65px;
	padding-top:65px;
}

section.news .news_content{
	margin: 0 auto;
    width: 440px;
}

section.news .news_text_block{
	border-bottom: 1px dotted #eee;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

section.news .news_text_block_header{
	clear:both;
	overflow:hidden;
	width: 510px;
}

section.news .news_time{
	float:left;
	padding-top: 6px;
	width: 100px;
}

section.news .news_tittle{
	float: left;
    font-size: 16px;
    width: 400px;
}

section.news .news_more{
	margin-left:100px;
	margin-top: -15px;
}

section.news .news_text_block_header a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom:15px;
  text-decoration: none;
}
section.news .news_text_block_header a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
section.news .news_text_block_header a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.button_center{
	text-align:center;
	margin-top:45px;
}

/* トップページ お仕事について */

section#works{
	padding-top: 70px;
}

section#works{
	margin-top:-65px;
	padding-top:65px;
}

section#works .worksspace{
	width:860px;
	margin:0 auto;
	overflow:hidden;
}

section#works .worksspace h3{
	font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.6em;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}


/* トップページ インフォメーション */

section#contact{
	padding-bottom: 0 !important;
}

section.information{
	margin-top:-65px;information
	padding-top:65px;
}


section.information ul{
	clear: both;
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    width: 100%;
}

section.information li{

}

section.information li img{
	width:50%;
	height:auto;
	float:left;
}

section.information .company{
	background-color: #fff;
    color: #000;
    float: left;
    max-height: 380px;
    padding-bottom: 25px;
    padding-left: 10%;
    padding-right: 5%;
    width: 35%;
}

section.information .company a{
	color: #000;
    text-decoration: underline;
}

section.information .company a:hover{
	text-decoration: underline;
}

section.information #map{
	width:50%;
	float:left;
	max-height:380px;
	height:380px;
	padding-bottom:25px;
}


section.information dl.companytable{
	line-height: 1.6em;
    padding-top: 15px;
}

section.information dl.companytable dl,dl.companytable dt,dl.companytable dd {
	margin: 0;
	padding: 0;
}

section.information dl.companytable dl {
	width: 300px;
}

section.information dl.companytable dt,dl.companytable dd {
	padding: 3px;
}

section.information dl.companytable dt {
	clear: left;
	float: left;
	width: 80px;
}

section.information dl.companytable dd {
	margin-left: 80px;
}

section.information .fixHeight{
	border-top: 1px solid;
    margin-top: -1px;
    overflow: hidden;
}

section.information .companyname{
	clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}

section.information .companyname img{
	float:left;
}

section.information .companyname h5{
	float: left;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 3px;
}

section.information{
}

footer{
	background-color: #fff;
    border-bottom: 3px solid #000;
    border-top: 3px solid #000;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

footer p{
	font-size:10px;	
}

.button_contact img{
	width:100%;
	height:auto;
}


/* 下層ページ 共通 */

section.otherpage{
	margin: 0 auto 90px;
    padding-bottom: 90px;
    width: 860px;
}

.othertitle{
    background-color: #f7f8f5;
    border-top: 1px solid #ccc;
    margin-bottom: 90px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}

.othertitle h2{
	font-size: 22px;
    letter-spacing: 1px;
}

.othertitle p {
    border-top: 2px solid #000;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    width: 30%;
}

/* 個人情報保護方針ページ */

section.privacypage .privacypage_block h3{
	border-bottom:solid 1px #000;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:16px;
}

section.privacypage .privacypage_block p{
    margin-bottom: 50px;
}

section.privacypage .signature{
	text-align: right;
	font-weight: bold;
}


/* お問い合わせページ */

section.contactpage{
    overflow: hidden;
    width: 480px;
}

section.contactpage dl#contactform{
	clear:both;
	overflow:hidden;
}

section.contactpage dl#contactform dl,dl#contactform dt,dl#contactform dd {
	margin: 0;
	padding: 0;
}

section.contactpage dl#contactform dl {
	width: 300px;
}

section.contactpage dl#contactform dt,dl#contactform dd {
	padding: 3px;
}

section.contactpage dl#contactform dt {
	clear: left;
	float: left;
	width: 185px;
	margin-bottom: 10px;
}

section.contactpage dl#contactform dd {
	margin-left: 185px;
	margin-bottom: 10px;
}

section.contactpage button, input, select, textarea {
    border: 1px solid #ccc;
}

section.contactpage dl#contactform dd input.age{
	width:55px;
}

section.contactpage dl#contactform span.red{
	color:red;
}

section.contactpage dl#contactform .wpcf7-radio input{
	vertical-align: middle;
}

section.contactpage p.transmission{
	padding-left: 305px;
}

section.contactpage .contact_text{
	margin-bottom:28px;
}

section.contactpage .contact_text p{

}

section.contactpage .contact_text a{
	font-weight: bold;
    text-decoration: underline;
}

/* 投稿ページ */

section.newspage{
	overflow:hidden;
	clear:both;
}

section.newspage .news_left{
	width:500px;
	float:left;
}

section.newspage .news_left .singlePostWrap{
	border-bottom: 1px solid #aaa;
	padding-bottom:25px;
	margin-bottom:25px;
}

section.newspage .news_left .info_postDate{
	font-weight:bold;
}

section.newspage .news_left img{
	max-width:500px;
	height:auto;
	margin-bottom:15px;
	margin-top:15px;
}

section.newspage .news_left .navigation{
	margin-top:50px;
}

section.newspage .news_left .navigation .navigation_prev{
	float:left;
}

section.newspage .news_left .navigation .navigation_next{
	float:right;
}

section.newspage .news_left h3{
	font-size:14px;
	font-weight:bold;
}

section.newspage .news_right{
	width:280px;
	float:right;
}

section.newspage .news_right h3{
	border-bottom: 2px solid #000;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight: bold;
} 

section.newspage .news_right .newpost{
	margin-bottom:25px;
}

section.newspage .news_right .newpost_text{
	border-bottom:dotted 1px #eee;
	padding-bottom: 5px;
	margin-bottom:5px;
}

section.newspage .news_right .archive li{
	border-bottom:dotted 1px #eee;
	padding-bottom: 5px;
	margin-bottom:5px;
}


/* 事例ページ */

section.portfolio{
	overflow:hidden;
	clear:both;
}


section.portfolio .portfoliospace {
	overflow:hidden;
	clear:both;
}

section.portfolio .portfoliospace h3{
	text-align:center;
	margin-bottom: 25px;
	font-weight: bold;
}

section.portfolio .portfoliospace .portfoliomain{
	text-align:center;
	margin-bottom: 50px;
}

section.portfolio .portfoliospace .portfoliomain img{
	display: inline !important;
    height: auto;
    max-height: 560px;
    max-width: 750px;
    width: auto;
}

section.portfolio .portfoliospace .portfoliotext_header{
	border-bottom: 1px dotted #eee;
    margin: 0 auto 25px;
    padding-bottom: 25px;
    width: 600px;
}

section.portfolio .portfoliospace .portfoliotext_footer{
	border-bottom: 1px dotted #eee;
    margin: 0 auto 25px;
    padding-bottom: 25px;
    width: 600px;
}

section.portfolio .portfoliospace .portfoliotext_footer{

}

section.portfolio .portfoliospace .portfolioimage{
	text-align:center;
}

section.portfolio .portfoliospace .portfolioimage img{
	height: auto;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
    max-height: 560px;
    max-width: 600px;
    width: auto;
}

/* 事例ページ */

section.portfoliopage{
	overflow:hidden;
	clear:both;
}

section.portfoliopage .portfoliopage_space{
	border-bottom: 1px dotted #eee;
    float: left;
    margin-bottom: 25px;
    margin-left: 18px;
    margin-right: 18px;
    padding-bottom: 25px;
    width: 250px;
    min-height: 300px;
}

section.portfoliopage .portfoliopage_title{
	font-weight:bold;
	border-bottom: 1px solid #000;
}

section.portfoliopage .square-thumb {
    height: 250px !important;
    width: 250px !important;
}

section.portfoliopage figure {
	position: relative;
	overflow: hidden;
	width: 250px;
}

section.portfoliopage figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	text-align: center;
	color:#fff;
}

section.portfoliopage figcaption p{
	text-align: center;
	padding-top: 100px;
}

section.portfoliopage figcaption h3{
	font-size:14px;
	letter-spacing: 2px;
}

section.portfoliopage figure:hover figcaption {
	opacity: 1;
}

/* 追加 */

.portfoliotitle{
    background-color: #f7f8f5;
    border-top: 1px solid #ccc;
    margin-bottom: 90px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}

.portfoliotitle h2{
	border-bottom: 2px solid #000;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 auto 10px;
    padding-bottom: 5px;
    text-align: center;
    width: 50%;
}

.portfoliotitle p {
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

section.portfolio .bx-clone{
	text-align: center;
}

section.portfolio .portfoliospace img.portfoliothumbnail{
	height: auto;
    position: relative;
    top: -10px;
    width: 65px;
}

section.portfolio .portfoliospace .bx-pager{
	clear:both;
	overflow: hidden;
	margin-bottom: 35px;
}

section.portfolio .portfoliospace .bx-pager a{
	display: inline-block;
    height: 35px;
    overflow: hidden;

}

.mainimage .bx-pager{
	display:none;
}

.bx-controls-direction{
	display:none;
}

/* Q&A */

.qa_block{
}

.qa_block p.questiontext{
	border-left: 5px solid #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 10px;
}

.qa_block p.answer{
	border: 3px double #eee;
    font-size: 14px;
    margin-bottom: 50px;
    padding: 15px;
}

.bg_img p{
	margin-bottom:10px;
}

.comingsoon{
	text-align: center;
	font-weight: bold;
}

































}


















