/*
Theme Name: MANNO MITSUO ARCHITEST & ASSOCIATES
*/

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family:  "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}

ul,li {
    margin:0;
    padding:0;
	list-style:none;
}


.lead {
	font-size: 16px;
	line-height:2em;
	text-align:left;
	margin:0 0 20px 0;
}


.lead_hajimete {
	font-size: 16px;
	line-height:2em;
	text-align:left;
}


.lead_blog {
	font-size: 16px;
	line-height:2em;
	text-align:center;
	margin:0 0 20px 0;
}

.lead_works {
	font-size: 16px;
	padding:0 20px;
	line-height:1.4em;
}

.lead_works2 {
	font-size: 14px;
	line-height:1.4em;
	text-align:center;

}

.lead_blog2 {
	font-size: 14px;
	line-height:1.4em;
	text-align:center;
}

.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	text-align: center;
	color: #f8f8f8;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}


.thumb_cate {
	color:#666;
	font-size:12px;
}

.thumb_cate_w {
	color:#ccc;
	font-size:12px;
}

.thumb_title_w {
	color:#fff;
	font-size:14px;
}

.content-section-top_a{
	background-color: #f6f6f6;
	margin:0;
	width:100%;
}

.content-section-top_b{
	background-color: #fff;
	margin:0;
	width:100%;
}

.navbar-header h1 {
	margin:0;
}



@media(max-width:960px) {

.navbar-header h1 {
	margin:5px 0 0 15px;
}	
	
	
.navbar-header h1 img {
	width:230px;
}
}

@media(min-width:961px) {
li.search{
	display:none;
}
}



/* ロールオーバー-------------------------------- */

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

a:hover img.hoverNone{
opacity:1;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}


@media(max-width:960px) {	
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f6f6f6;
}

.content-section-b {
	padding: 50px 0;
	background-color: #fff;
	clear: both;
}



.section-heading {
	margin-bottom: 30px;
	width:100%;
}

.section-heading_center {
	margin-bottom: 30px;
	text-align:center;
	line-height: 1.5em;
}

.section-heading_center2 {
	margin-bottom: 0;
	text-align:center;
	line-height: 1.5em;
	font-size: 36px;
}

.section-heading_center_c {
	margin-bottom: 55px;
	text-align:center;
}

.section-heading_title {
	margin-bottom: 50px;
	text-align:left;
	line-height: 1.5em;
}

.section-heading_title_w {
    margin-bottom: 30px;
	text-align:center;
	color:#FFF
}

.section-heading_contact {
    margin-bottom: 30px;
	text-align:center;
}

.lead_contact {
	font-size: 14px;
	line-height:1.4em;
	text-align:center;
}


.submessage{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-align:center;
	font-size:14px;
	margin: 0 0 30px 0;
}






@media(max-width:5120px) {
	


/* トップページ
----------------------------------------------------------- */
.pattern {
  width: 100%;
  height: 100%;
  background: url(img/dot.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
}


#manno-video {
	position:fixed;
	right:0;
	bottom:0;
	min-width:100%;
	min-height:100%;
	width:auto;
	width:auto;
	z-index:-999;
}

#movie {
	display: block;
}


#photo_t {
	display: none;
}


#photo {
	display: none;
}

.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 20px auto;
  border: 3px solid #333;
  padding: 14px;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -webkit-transition: background-color 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  -webkit-transition: color 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  cursor: pointer;
  letter-spacing:1px;
  font-size:17px;
}


.button:hover {
	background-color: #333;
	color: #fff;
	text-decoration:none;
}


.top_profile {
	float:left;
	width:50%;
}


/* workslist
----------------------------------------------------------- */
.workslist {
  width: 100%;
  max-width: 1024px;
  padding:20px 0 0 0;
  zoom: 1;
  margin:0 auto;
}

.workslist:after {
  content: '';
  display: block;
  clear: both;
}
.workslist > div {
  display: inline-block;
  vertical-align:top;
  width: 30%;
}

.workslist .thumb_list {
  margin-right: 1.25%;
  margin-left: 1.25%;
  margin-bottom: 2.5%;
  word-wrap: break-word;
  line-height:1.0em;
}

.workslist a {
  color: #111111;
  display: block;
  padding: 5px;
  text-decoration: none;
  *zoom: 1;
}

.thumb_list h3 {
	margin:10px 0 0 10px;
}

.workslist .thumb_list:hover {
}

.workslist a:after {
  content: '';
  display: block;
  clear: both;
}

.seemore {
	color: #fff;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}

section {
  width: 100%;
  padding:50px 0 0 0;
}

.thumb_list img{
	margin:0 0 20px 0;
}




/* bloglist
----------------------------------------------------------- */
.bloglist {
  width: 100%;
  max-width: 1024px;
  padding:20px 0 0 0;
  zoom: 1;
  margin:0 auto;
}

.bloglist:after {
  content: '';
  display: block;
  clear: both;
}
.bloglist > div {
  display: inline-block;
  vertical-align:top;
  width: 30%;
}

.bloglist .thumb_list {
  background: #fff;
  margin-right: 1.25%;
  margin-left: 1.25%;
  margin-bottom: 2.5%;

}

.bloglist a {
  color: #111111;
  display: block;
  padding: 0;
  text-decoration: none;
  *zoom: 1;
}

.bloglist a:after {
  content: '';
  display: block;
  clear: both;
}

.bloglist p {
	font-weight:normal;
	color:#666;
	font-size:12px;
	margin:20px;
}


.bloglist .thumb_list h3{
	padding:3%;
}

.more a{
	margin:20px;
	font-size:11px;
	color:#4f85df;
	text-decoration:underline
}

.more a:hover{
	margin:20px;
	font-size:11px;
	color:#4f85df;
	text-decoration:none
}

.date {
	font-size:11px;
	font-family:"Arial Black", Gadget, sans-serif;
}

.date2 {
	font-size:11px;
	font-family:"Arial Black", Gadget, sans-serif;
	float:right;
	padding:0 10px 0 0;
}

.catename{
	color:#4f85df;
	font-weight:bold;
}

/*blog parmalink-------------------------------- */
.blogarticle{
	max-width: 768px;
	margin: 0 auto;
	padding:50px 0 50px 0;
}

article {
	margin: 20px 0 50px 0;
	clear:both;
}

article p {
	margin: 20px 0 0 0;
	font-weight:normal;
	font-size:16px;
}

article img {
	padding: 50px 0 0 0;
}


@media(max-width:768px) {

article {
	margin: 20px;
	clear:both;
}

}


.snsbox{
	width:160px;
	margin: 0 auto;
	padding:20px 0 0 0;
}

ul.snsbt li{
	float:left;
	padding:20px 20px 20px 30px;
	width:80px;
	margin: 0 auto;
	text-align:center;
}


.snsbt::after{
content:"";
display:block;
clear:both;
}

.snsbt li a{display: table-cell;
vertical-align: middle;
text-align: center;}
.snsbt li.fbpagebtn a{color:#333;}
.snsbt li.twbtn a{color:#333;}

.snsbox h3{
	text-align:center;
}


/* profile
----------------------------------------------------------- */
.profile {
  width: 100%;
  max-width: 1024px;
  padding:0 20px 50px 20px;
  zoom: 1;
  margin:0 auto;
  clear:both;
}



ul.license{
	margin:30px 0 0 0;	
}



ul.license li{
	font-size:14px;
	list-style:none;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
	list-style-position:outside;
	line-height:1.3em;
	padding:0 20px 0 0;
	
}


.manno {
	text-align:center;
	margin:0 auto;
	padding:0 0 10px 0;
}

.architect{
	text-align:center;
	margin:0 auto;
	padding:0 0 40px 0;
	font-weight:normal;
	font-size:14px;
}

.manno img{
	width:50%;
}

.manno_office img{
	width:95%;
}

.bio {
  font-size:14px;
  font-weight:normal;
}

dl.bio {
  width:100%;
}
dt {
  float:left;
  clear:left;
  width:20%;
}
dd {
  float:left;
  width:80%;
  margin:0 0 15px 0;
}

dd.gaiyou{
  float:left;
  width:100%;
  margin:0 0 15px 0;
}


.culturalactivities{
  font-size:14px;
  font-weight:normal;
  padding:30px 0 0 0;
}

.pdf{
  font-size:14px;
  font-weight:normal;
  margin:30px 0 0 0;
  float:left;

}


/* pdf要素 -------------------------------- */

a[href $='.pdf'] { 
    padding: 30px 30px 30px 0;
    background: transparent url(img/icon_png.png) no-repeat center right;
}



ul.gaiyou{
	margin:0x 0 0 0;	
}

ul.gaiyou li{
	font-size:14px;
	list-style:none;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
	list-style-position:outside;
	line-height:1.3em;
	padding:0 20px 0 0;
	
}

.ggmap {
position: relative;
padding-bottom: 30%;
padding-top: 30px;
height: 0;
overflow: hidden;

}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.titlenotpmgn{
	margin-top:0;
}


/* workflow
----------------------------------------------------------- */
.workflow {
  width: 100%;
  max-width: 1024px;
  padding:0 20px 50px 20px;
  zoom: 1;
  margin:0 auto;
  clear:both;
}

.workflow2 {
  width: 100%;
  max-width: 1024px;
  padding:0 20px 50px 20px;
  zoom: 1;
  margin:0 auto;
  clear:both;
}

.workflow2 p {
  font-size:14px;
  font-weight:normal;
}


.workflowlist {
  width: 100%;
  max-width: 1024px;
  padding:20px 0 0 0;
  zoom: 1;
  margin:0 auto;
}

.workflowlist:after {
  content: '';
  display: block;
  clear: both;
}
.workflowlist > div {
  display: inline-block;
  vertical-align:top;
  width: 21%;
}

.workflowlist .thumb_list {
  background: #f6f6f6;
  margin-right: 1.25%;
  margin-left: 1.25%;
  margin-bottom: 2.5%;
  height:400px;
}

.workflowlist .thumb_list p {
	padding:0;
	margin:0 10px;
}

@media(max-width:480px) {
.workflowlist .thumb_list {
  height:100%;
}
}


.workflowlist a {
  color: #111111;
  display: block;
  padding: 0;
  text-decoration: none;
  *zoom: 1;
}

.workflowlist a:after {
  content: '';
  display: block;
  clear: both;
}

.workflowlist p {
	font-weight:normal;
	color:#666;
	font-size:14px;
	margin:20px;
}


.workflowlist .thumb_list h3{
	padding:10px;
	text-align:center;
	background-color:#333;
	color:#fff;
	margin: 0;
}

.flowtitle:before {
	content: "\A" ;
	white-space: pre ;
}

.flowno {
        height: 28px;
		width:28px;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0.24em 0;
		padding:5px 0 0 0;
        -moz-border-radius: 24px;
        -webkit-border-radius: 24px;
        border-radius: 24px;
        border: 2px solid #fff;
}

@media(max-width:960px) {
.workflowlist > div {
  display: inline-block;
  vertical-align:top;
  width: 42%;
}
}

@media(max-width:480px) {
.workflowlist > div {
  display: inline-block;
  vertical-align:top;
  width: 100%;
}
}


/* contact
----------------------------------------------------------- */
.contact {
  width: 100%;
  max-width: 800px;
  padding:0 20px 50px 20px;
  zoom: 1;
  margin:0 auto;
  clear:both;
}

.address_box{
	padding:50px;
	background-image:url(../img/dot2.png);
	margin:30px 0;
	float:left;
	width:100%;
}


@media(max-width:480px) {
.address_box{
	padding:10px 20px;
	background-image:url(../img/dot2.png);
	margin:30px 0;
	float:left;
	width:100%;
}
}



.add_logo{
	font-size:20px;
	margin:0 0 10px 0;
	letter-spacing:1px;
}

.add_logo em{
	font-size:16px;
	margin:0;
	font-style: normal;
}

.add_address{
	float:left;
	margin:0 10px 0 0;
}


.add_tel{
	float:left;
	color:#4f85df;
}

.title_privacy{
	color:#4f85df;
	padding:0 0 10px 0;
}

.{
	color:#4f85df;
	padding:0 0 10px 0;
}



@media only screen and ( max-width : 960px ) {

.add_tel{
	color:#4f85df;
	clear:both;
}
}



/* メールフォーム-------------------------------- */

.form_box{
	text-align:left;
	padding: 30px 0;
	clear: both;
	width:100%;
	margin:0 auto;
}

.form_box p{
	font-size:14px;
	font-weight:bold;
	margin:0;
	clear: both;
}

.must{
	color:#4f85df;
	font-weight:bold;
}

input:focus{
 outline:none; /* サーチフォームのフォーカス枠を消す */
}
 
/*プレースホルダーの色*/
input:::-webkit-input-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
 
/*入力時の背景色*/
input:focus, select:focus, textarea:focus {
background: #fff;
}
 
/*入力フォームの設定*/
.form_text{
	width:96%;
	font-size:1.2em;
	font-weight:normal;
	border:1px solid #666;
	padding: 10px;
	color: #666;
	background:#fff;
	margin-bottom:20px;
}

.formselect{
	width:96%;
	font-size:1.2em;
	font-weight:normal;
	border:1px solid #666;
	color: #666;
	background:#fff;
	margin-bottom:20px;
	line-height: 2.0;
	padding: 10px;
}

.formselect_archives{
	width:90%;
	font-size:1.0em;
	font-weight:normal;
	border:1px solid #666;
	color: #666;
	background:#fff;
	margin-bottom:20px;
	line-height: 1.5;
	padding: 10px;
}

p.comment{
	font-weight:normal;
	color:#666;
	margin:0 0 10px 0;
}

 
/*お問い合わせ　submitボタンの設定*/
.form-submit{
margin-top:1em;
width:95%;
padding:1.0em;
font-size:1.2em;
font-weight:bold;
border:1px solid #6d6f7a;
color:#fff;
background: #6d6f7a; /* for non-css3 browsers */
text-align:center;
}
.form-submit:hover{
	background-color: #333;
	cursor: pointer;
	border:1px solid #f9b8a7;
}






/* レイアウト　2カラム
----------------------------------------------------------- */

.content-section-top_a_inner {
    padding: 50px 0;
	width:50%;
	float:left;
	background-color: #f6f6f6;
}

.content-section-top_b_inner {
    padding: 50px 0;
	width:50%;
	float:left;
	background-color: #fff;
}

.content-section-top_b_inner2 {
    padding: 50px 0 0 0;
	width:50%;
	float:left;
	background-color: #fff;
}




}



@media(max-width:1024px) {




/* トップページ
----------------------------------------------------------- */
#manno-video {
	display:none; !important;
}

#photo_t {
	display: none;
}

#photo {
	display: block;
}

#photo img {
	display: block;
	max-width:100%;
}

	
	
#full-screen-background-image {
    z-index: -999;
    min-height: auto%;
    min-width: 768px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}




/* workslist要素
----------------------------------------------------------- */
.workslist {
  width: 100%;
  max-width: 1024px;
  padding:20px 0 0 0;
  zoom: 1;
}

.workslist:after {
  content: '';
  display: block;
  clear: both;
}
.workslist > div {
  display: inline-block;
  vertical-align:top;
  width: 30%;
}

.workslist .thumb_list {
  margin-right: 1.25%;
  margin-left: 1.25%;
  margin-bottom: 2.5%;
}


.workslist a {
  color: #111111;
  display: block;
  padding: 5px;
  text-decoration: none;
  *zoom: 1;
}

.workslist .thumb_list:hover {

}

.workslist a:after {
  content: '';
  display: block;
  clear: both;
}


/* bloglist要素
----------------------------------------------------------- */
.bloglist {
  width: 100%;
  max-width: 1024px;
  padding:20px 0 0 0;
  zoom: 1;
}

.bloglist:after {
  content: '';
  display: block;
  clear: both;
}
.bloglist > div {
  display: inline-block;
  vertical-align:top;
  width: 30%;
}

.bloglist .thumb_list {
  background: #fff;
  margin-right: 1.25%;
  margin-left: 1.25%;
  margin-bottom: 2.5%;
}


.bloglist a {
  color: #111111;
  display: block;
  padding: 0;
  text-decoration: none;
  *zoom: 1;
}


.bloglist a:after {
  content: '';
  display: block;
  clear: both;
}



}


@media(max-width:960px) {

	
	

/* トップページ
----------------------------------------------------------- */
#manno-video {
	display:none; !important;
}

#photo_t {
	display: block;
}

#photo_t img {
	display: block;
	max-width:100%;
}

#photo {
	display: none;
}

	
	
#full-screen-background-image {
    z-index: -999;
    min-height: auto%;
    min-width: 768px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
} 

.top_profile {
	float:left;
	width:100%;
}




/* workslist
----------------------------------------------------------- */
.workslist {
  width: 100%;
  max-width: 980px;
  margin: 0px auto 5px auto;
  padding:20px 0 0 0;
  zoom: 1;
}

.workslist:after {
  content: '';
  display: block;
  clear: both;
}
.workslist > div {
  float: left;
  width: 47.5%;
}

.workslist .thumb_list {
  margin-right: 1.25%;
  margin-left: 1.25%;
  margin-bottom: 2.5%;
}

.workslist a {
  color: #111111;
  display: block;
  padding: 5px;
  text-decoration: none;
  *zoom: 1;
}

.workslist .thumb_list:hover {

}

.workslist a:after {
  content: '';
  display: block;
  clear: both;
}


/* bloglist
----------------------------------------------------------- */
.bloglist {
  width: 100%;
  max-width: 980px;
  margin: 0px auto 5px auto;
  padding:20px 0 0 0;
  zoom: 1;
}

.bloglist:after {
  content: '';
  display: block;
  clear: both;
}
.bloglist > div {
  float: left;
  width: 47.5%;
}

.bloglist .thumb_list {
  background: #fff;
  margin-right: 1.25%;
  margin-left: 1.25%;
  margin-bottom: 2.5%;
}

.bloglist a {
  color: #111111;
  display: block;
  padding: 0;
  text-decoration: none;
  *zoom: 1;
}



.bloglist a:after {
  content: '';
  display: block;
  clear: both;
}
	
	
	
}



@media(max-width:480px) {


.section-heading {
	margin-bottom: 30px;
	width:100%;
	text-align:center;
}


/* workslist
----------------------------------------------------------- */
.workslist {
  width: 100%;
  max-width: 480px;
  margin: 0px auto 5px auto;
  padding:20px 0 0 0;
  zoom: 1;
}

.workslist:after {
  content: '';
  display: block;
  clear: both;
}
.workslist > div {
  float: left;
  width: 100%;
}

.workslist .thumb_list {
  margin-bottom: 2.5%;
}

.workslist a {
  color: #111111;
  display: block;
  padding: 5px;
  text-decoration: none;
  *zoom: 1;
}

.workslist .thumb_list:hover {

}

.workslist a:after {
  content: '';
  display: block;
  clear: both;
}






/* bloglist
----------------------------------------------------------- */
.bloglist {
  width: 100%;
  max-width: 480px;
  margin: 0px auto 5px auto;
  padding:20px 0 0 0;
  zoom: 1;
}

.bloglist:after {
  content: '';
  display: block;
  clear: both;
}
.bloglist > div {
  float: left;
  width: 100%;
}

.bloglist .thumb_list {
  background: #fff;
  margin-bottom: 2.5%;
}

.bloglist a {
  color: #111111;
  display: block;
  padding: 0;
  text-decoration: none;
  *zoom: 1;
}


.bloglist a:after {
  content: '';
  display: block;
  clear: both;
}



.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 90%;
  margin: 20px auto;
  border: 3px solid #333;
  padding: 14px;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -webkit-transition: background-color 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  -webkit-transition: color 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  cursor: pointer;
}



	
}


@media(max-width:640px) {
.content-section-top_a_inner {
    padding: 50px 0;
	clear:both;
	width:100%;
}

.content-section-top_b_inner {
    padding: 50px 0;
	clear:both;
	width:100%;
}

.content-section-top_b_inner2 {
    padding: 50px 0 0 0;
	clear:both;
	width:100%;
}

}



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

footer {
	padding: 50px 0;
	background-color: #fff;
}

p.copyright {
	padding:60px 0 0 0;
	font-size:11px;
	letter-spacing:-0.5px;
	clear: both;
	color: #333;

}

.footer_logo{
	font-size:16x;
	margin:0 0 20px 15px;
	letter-spacing:1px;
}

.footer_logo em{
	font-size:12px;
	margin:0;
	font-style: normal;
}

p.footer_address{
	font-size:12px;
	margin:0 0 0 15px;
	font-weight: normal;
	color: #666;
}

p.footer_link{
	font-size:12px;
	margin:0 0 0 15px;
	font-weight: normal;
}


@media (min-width:481px){
	.historyback {
		display:none;
}
}

@media screen and (max-width:480px){
.historyback {
	text-align:center;
}
}



.content-section-bb {
	padding: 50px 0;
	background-color: #333;
	clear: both;
}

.content-section-bbb {
	padding: 50px 0 0 0;
	background-color: #fff;
	clear: both;
}




/* workslist permalink
----------------------------------------------------------- */
.resizeimage img { width: 100%; }

.worksphoto {
	max-width: 1024px;
	margin: 0 auto;
	padding:50px 0 50px 0;
}

.worksphoto img {
	margin: 30px auto;
	
}

.workstext {
	max-width: 1024px;
	margin: 0 auto;
	padding:50px 0 100px 0;
}


.visuals_v{/*縦アングル*/
	margin:0 0 50px 0;
}

.visuals_v img {
	width:50%;
	max-width:667px;
}

.discription {
	float:left;
	width:50%;
	padding:20px 20px 50px 20px;
}

.concept {
	float:left;
	width:50%;
	padding:20px 20px 50px 20px;
}

.concept p {
	font-size:16px;
	margin:0 0 30px 0;
}


h2.works_title {
	font-size:30px;
	margin:0;
	line-height:1em;
	
}

p.works_cate {
	font-size:12px;
	margin:0;
	color:#999;
}

dl.archidata{
	margin:50px 0 0 0;
	text-align:left;
	 
}



dl.archidata dt{
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 30%;
	float: left;
	clear: both;
	font-size: 14px;
	line-height: 1.2em;
	border-bottom: 1px dotted #999;
}

dl.archidata dd{
	margin-bottom: 5px;
	padding: 0 20px 5px 10px;
	border-bottom: 1px dotted #999;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	width: 70%;
	float: left;
}

ul.tag {
	margin:10px 0;
	clear:both;
}

ul.tag li  {
	float:left;
	padding:0 5px;
	margin:5px 10px 0 0;
	font-size:11px;
	background-color: #333;
	list-style-type: none;
}

ul.tag li a  {
    color:#ccc;
	text-decoration:none;

}

ul.tag li a:hover  {
    color:#4f85df;
	text-decoration:none;

}

/*写真のクレジット*/
.photos {
  position: relative;/*相対配置*/
  z-index:-1;
  }

.photos p {
	position: absolute;/*絶対配置*/
	color: white;
	bottom: -10px;
	right: 10px;
	font-weight:200;
	font-size:12px;
	text-shadow:1px 1px 3px #000;   
  }
  
  
.photos p.imgv {
	position: absolute;/*絶対配置*/
	color: white;
	bottom: -10px;
	font-weight:nomal;
	font-size:12px;
	right: 165px;
  }

.photos img {
  width: 100%;
  }



@media(max-width:480px) {
.photos p {
	font-size:10px;
  }
  
.photos p.imgv {
	font-size:10px;
  }
}


@media(max-width:768px) {
.photos p.imgv {
	right: 10px;
  }
}



@media(max-width:960px) {
.discription {
	float:left;
	width:100%;
	padding:20px;
}

.concept {
	float:left;
	width:100%;
	padding:20px;
}

.discription dl{
	margin:50px 0 0 0;
	text-align:left;
	 
}

}


/* teble  .two_column--------------------------------------------*/
section table   { 
width: 100%; 
}

section th, section td  { 
padding: 10px; border: 1px solid #ddd; 
}

section th  { 
background: #f4f4f4; 
}
 
.two_column {
	margin: 20px 0px;
	clear: both;
}
.two_column th  { width: 30%; text-align: left; }

.atten{
	font-size:14px;
	font-weight:normal;
}

#sekkeiryou{
	margin-top:-100px;
    padding-top:100px;
}

@media (max-width: 480px) {
	.relatedinfo {
	float:left;
	margin:30px 0 0 0;
	width:91%;
	border:1px dashed #f5886c;
	padding:5px;
}

.relatedinfo2 {
	float:left;
	margin:0 0 0 0;
	width:85%;
	border:1px dashed #f5886c;
	padding:5px;
}


}
 
@media only screen and (max-width:480px){
    .two_column { 
	margin: 50px 0; 
	}
    .two_column th,
    .two_column td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .two_column tr:first-child th   { 
	border-top: 1px solid #ddd; 
	}
	
		
}



/* search--------------------------------------------*/

* {
  box-sizing: border-box;
}

.inner {
  position: relative;
  height: 44px;
  margin: 0 auto;
  width: 44px;
}

#pagesearch .inner {
  position: relative;
  height: 44px;
  margin: 0 auto;
  width: 44px;
}

.searchtitle{
	
}

.searchword{
	width:50%;
	float:left;
	text-align:left;
    margin:0 0 30px 0;
}

.searchresults{
	width:50%;
	float:left;
	text-align:right;


}

@media(max-width:960px) {
.inner {
	display:none;
}

#pagesearch .inner {
	display:none;
}

.search_mobile{
  position: relative;
  height: 44px;
  margin: 0 auto;
  color: #fff;
  width:90%;
　padding:0 0 50px 0;
}

.search-btn_mobile{
	color:#fff;
	width: 50px;
}

.search-btn_mobile a{
	color:#fff;
	text-decoration:none;
}

.searchbox_mobile{
  -webkit-appearance: none;
   border-radius: 0;
   background-color:#333;
   border:none;
   color:#fff;
   width:50%; 
   padding:0 10px;
}

input[type="search"] {
   -webkit-appearance: none;
   border-radius: 0;
    background-color:#006699;
}

#pagesearch .search_mobile{
  position: relative;
  height: 44px;
  margin: 0 auto;
  color: #333;
  width:80%;
}

#pagesearch .search-btn_mobile{
	color:#333;
	width: 80px;
}

#pagesearch .search-btn_mobile a{
	color:#333;
	text-decoration:none;
}

#pagesearch .searchbox_mobile{
  -webkit-appearance: none;
   border-radius: 0;
   background-color:#006699;
   border:none;
   color:#333;
   width:80%; 
　　padding: 5px 10px; 
}

#pagesearch input[type="search"] {
   -webkit-appearance: none;
   border-radius: 0;
    background-color:#ccc;
}



}

.search-btn {
  border-radius: 0;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  text-align: center;
  width: 44px;
}

.search-btn i {
  color: #fff;
  margin: 0;
}

#searchform {
  height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 44px;
 padding:0 10px;
}

#searchform input[type="text"] {
  background: #006699;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  height: 44px;
  opacity: 0;
  outline: none;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.7s;
  width: 44px;
  z-index: 5;
}

#searchform input[type="submit"] {
  display: none;
}

#searchform input[type="text"]:focus {
  cursor: text;
  opacity: 1;
  width: 400px;
  margin: 0 15px 0 0;
}



#pagesearch .inner {
  position: relative;
  height: 44px;
  margin: 0;
  width: 44px;
}

#pagesearch .search-btn {
  border-radius: 0;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  text-align: center;
  width: 44px;
}

#pagesearch .search-btn i {
  color: #333;
  margin: 0;
}

#pagesearch #searchform {
  height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 44px;
}


#pagesearch input[type="text"] {
	background: #ccc;
	border: none;
	border-radius: 0;
	color: #333;
	cursor: pointer;
	height: 44px;
	opacity: 0;
	outline: none;
	padding: 5px;
	position: relative;
	top: 0;
   left: 0;
	transition: all 0.7s;
	width: 44px;
	z-index: 5;
}

#pagesearch input[type="submit"] {
  display: none;
}

#pagesearch input[type="text"]:focus {
  cursor: text;
  opacity: 1;
  width: 350px;
  margin: 0 15px 10px 120px;
}








@media(min-width:961px) {
.search_mobile{
	display:none;

}



}


#pagesearch{
	padding:20px 0 0 0;
	zoom: 1;
	margin:0 auto;
	width:400px;
	background-color: #f5f5f5;
}



@media(max-width:480px) {
#pagesearch{
  padding:20px 0 0 0;
  zoom: 1;
  margin:0 auto;
  width:320px;
}

#pagesearch .searchbox_mobile{
  -webkit-appearance: none;
   border-radius: 0;
   background-color:#ccc;
   border:none;
   color:#333;
   width:70%;  
}

#pagesearch .search_mobile{
  position: relative;
  height: 44px;
  margin: 0 auto;
  color: #333;
  width:70%;
}

.searchword{
	margin:0;
	clear:both;
}


.searchword{
	width:100%;
	float:left;
	text-align:center;
    margin:0 0 30px 0;
}

.searchresults{
	width:100%;
	float:left;
	text-align:center;


}



}




/*pagenav--------------------------------------------*/
.pagenavbox{
  max-width: 1024px;
  padding:20px 0 0 0;
  zoom: 1;
  margin:0 auto;
  width:500px;
}
@media only screen and (max-width:480px){
.pagenavbox{
  padding:20px 0 0 0;
  zoom: 1;
  margin:0 auto;
  width:320px;
}
}

ul.pagenav {
	/zoom: 1;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 10px;
}

ul.pagenav li {
	float: left;
	margin: 0 10px 10px 0;
}

ul.pagenav li span,
ul.pagenav li a {
	float: left;
	padding: 5px 10px;
	background: #fff;
	border:solid 2px #333;
	width:40px;
	text-align:center;
	text-decoration:none;
	color:#333;
}

ul.pagenav li a:hover {
	background: #333;
	color:#fff;
}

ul.pagenav li span{
	background-color:#333;
	color:#fff;
}

.wpcf7-turnstile {padding:40px 0 20px 0;}
#wpcf7cpcnf th {width:30%;padding: 8px 0 5px 15px;vertical-align: top;}
#wpcf7cpcnf td {width:70%;padding: 8px 0 5px 15px;vertical-align: top;line-height: 1.8;box-sizing:border-box;}
    input.wpcf7-submit, #wpcf7cpcnf button {
        margin-top: 1em;
        width: 95%;
        padding: 1.0em;
        font-size: 1.2em;
        font-weight: bold;
        border: 1px solid #6d6f7a;
        color: #fff;
        background: #6d6f7a;
        text-align: center;
    }
