@media screen and (max-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;
}

textarea { font-size: 100%; }

img { vertical-align: bottom; }

hr { display: none; }

html{
	height: 100%;
}

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) }

 
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;
}

.pc_view{
	display: none !important;
}

.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{
	padding-bottom:5px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	height: 75px;
}

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

.header_top_in h1{
	font-size:10px;
	padding-top: 2px;
}

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

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

header .header_footer_in {
    padding-left: 25px;
    text-align: left;
}

header .header_footer_in .logo{
	height: auto;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 190px;
}

header .header_footer_in img.logo{
}

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

}

.drawer-toggle p{
	padding-top:15px;
	margin-left: -3px;
}

.drawer-hamburger {
    top: 0px !important;
    background-color:rgba(255,255,255,.6) !important;
}

.drawer-default a{
	color:#fff;
}

.drawer-nav-list li{
	border-bottom: 1px solid #666;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 4px 8px 8px;
}


/* content */

#content{
}

.mainimage{
    margin: 45px auto;
    max-width: 1000px;
    width: 100%;
}

.content_block{
	padding-bottom:45px;
}

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

.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: 75%;
}

.content_block .bg_title img{
	width: 55%;
}

.bx-pager{
}

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

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

section#about{
	margin-top : -50px;
  padding-top : 50px;
}

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

section.about .about_header{
	border-bottom: 1px dashed #ccc;
    margin: 0 auto 25px;
    overflow: hidden;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
}

section.about .about_header .office_image{
	width: 50%;
	margin-bottom: 10px;
}

section.about .about_header .about_header_right{
	margin: 0 auto;
    text-align: left;
    width: 90%;
}

.about_header_right h3 {
	text-align:center;
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about_header_right h3 img{
	width:80%;
}

.about_header_right p{
	margin-top:10px;
}

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

section.about .about_footer li{
}

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

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{
	margin-bottom: 20px;
    text-align: center;
}

section.about .about_footer .about_footer_left{
}

section.about .about_footer .about_footer_right{
}

section.about .about_footer p{
	margin-bottom: 20px;
}

.more{
	margin-top:25px;
}

dl.history{
}

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: 80px;
}

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

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

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

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

section.architect{
}

section.architect ul{
	margin: 0 auto;
    width: 90%;
}

section.architect li.architect_list_center {
}

section.architect li {
	height: 165px;
    margin-bottom: 20px;
}

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%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	text-align:center;
}

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

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{
}

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

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

section.blog .blog_space img{
	width:100%;
	height:auto;
}

section.blog .blog_space .thumbnail{
	height: auto;
    width: 100%;
}

section.blog .blog_content_left{
}

section.blog .blog_content_left h3 img{
width: 80%;
}

section.blog .blog_space{
	border-bottom: 1px dotted #eee;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 25px;
}

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: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}

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{
}

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

section.news .news_content{
	width: 90%;
	margin: 0 auto;
}

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

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

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

section.news .news_tittle{
	font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

section.news .news_more{
	margin-top: -15px;
    text-align: right;
}

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:25px;
}

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

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

section#works .worksspace{
	width: 95%;
	margin:0 auto;
	overflow:hidden;
}

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


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

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

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

section.information ul{
	width:100%;
	overflow:hidden;
	clear:both;
}

section.information li{

}

section.information li img{
	height: auto;
    width: 100%;
}

section.information .company{
	background-color: #fff;
    color: #000;
    height: auto !important;
    padding: 5px 5% 15px;
    width: 90%;
}

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

section.information #map{
	width:100%;
	height:200px !important;
}

section.information dl.companytable{
	line-height: 1.5em;
}

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{
	overflow:hidden;
	margin-top: -1px;
}

section.information .companyname{
	clear: both;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 15px;
}

section.information .companyname img{
	float:left;
	width: 25px;
}

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

section.information{
	padding-bottom: 45px !important;
	border-top: 2px solid #000;
}

.button_contact{
	width:100%;
	overflow:hidden;
}

.button_contact img{
	height: auto;
    left: -35%;
    position: relative;
    width: 170%;
}

.fixHeight{
	height:auto !important;
}


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

footer p{
	font-size:10px;	
}

/* 下層ページ 共通 */

section.otherpage{
	width: 95%;
	margin:0 auto;
	padding-bottom: 25px;
}

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

.othertitle h2{
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

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



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

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{
	margin-bottom: 50px;
    overflow: hidden;
}

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 {
}

section.contactpage dl#contactform dd {
	margin-bottom: 15px;
}

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

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{
	text-align: center;
}

section.contactpage p.transmission input{
	width:100%;
	height:25px;
}

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;
	margin-bottom: 75px;
}

section.newspage .news_left{
	margin-bottom:50px;
	overflow: hidden;
}

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

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

section.newspage .news_left img{
	max-width: 100%;
	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:16px;
	font-weight:bold;
}

section.newspage .news_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{
	height: auto;
    width: 100%;
}

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

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

section.portfolio .portfoliospace .portfoliotext_footer{

}

section.portfolio .portfoliospace .portfolioimage{
	text-align:center;
	margin-bottom: 25px;
}

section.portfolio .portfoliospace .portfolioimage img{
	height: auto;
    margin-bottom: 10px;
    width: 100%;
}

/* 事例ページ */

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

section.portfoliopage .portfoliopage_space{
	border-bottom: 1px dotted #eee;
    margin-bottom: 25px;
    min-height: 300px;
    padding-bottom: 25px;
    width: 100%;
}

section.portfoliopage .portfoliopage_title{
	border-bottom: 1px solid #000;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

section.portfoliopage .square-thumb {
    height: 280px !important;
    margin: 0 auto 10px;
    width: 280px !important;
}

section.portfoliopage figure {
	overflow: hidden;
    position: relative;
    width: 100%;
}

section.portfoliopage figcaption {
	display:none;
}

.nailthumb-container img {
    max-width: none;
    width: 100% !important;
}

/* 追加 */

.portfoliotitle{
    background-color: #f7f8f5;
    border-top: 1px solid #ccc;
    margin-bottom: 45px;
    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: 75%;
}

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

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;
}

section.portfolio .bx-viewport{
	overflow:; 
	height:auto;
}

/* Q&A */

.qa_block{
}

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

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

.qa_block div.answer dl{
}

.qa_block div.answer dl dt {
    clear: left;
    float: left;
    width: 40px;
    font-size: 14px;
    line-height: 1.6em;
}

.qa_block div.answer dl dd {
    padding-left: 40px;
}

.qa_block div.answer dl dd p{
	font-size: 14px;
	line-height: 1.6em;
}

.captionstyle{
    margin-bottom: 25px;
}

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

section.apartmentspage .apartment_block01{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: dotted 1px #000;
}

section.apartmentspage .inner_small{
}

section.apartmentspage span{
	color: red;
}

section.apartmentspage .apartment_block02{

}

section.apartmentspage .apartment_block02 p{
	margin-bottom: 25px;
} 

section.apartmentspage .apartment_block02 ul{
	margin-bottom: 50px;
}

section.apartmentspage .apartment_block02 ul li{
	
} 

section.apartmentspage h3{
	font-weight: bold;
	font-size: 18px;
}

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

.m_b_25{
	margin-bottom: 25px !important;
}






















}


















