﻿@charset "utf-8";
/* CSS Document */

@media (max-width: 980px) {
	.flex-clear  {
		max-width: 100%;
		display: block;
	}
}

/*--　MV　--*/
.top-mv-img{
	display: block;
	position: relative;
  overflow: hidden;
	width: 100%;
	height: 240px;
	margin-bottom: 5px;
}

.top-mv-img video{
position: absolute;
	width: 100%;
	height: auto;
  top: -50%;
  left: 0%;
	
}

@media screen and (max-width: 768px) {
  .top-mv-img{
    height: 120px;
  }
}

/*--　reset --*/
.architect__inner{
	margin: 0 auto;
}

.architect__inner p{
	margin-bottom: 17px;
    line-height: 1.8;
}

.bg-col01{
	background-color: #ECF4FA !important;
}

/*--　見出し --*/
.architect__inner .ttl-archives01,.ttl-archives02,.ttl-archives03 {
    font-family: "Noto Serif JP","Yu Mincho",YuMincho,"Hiragino Mincho Pro","HiraMinProN-W3",serif;
}

.architect__inner02 .ttl-archives01,.ttl-archives02,.ttl-archives03 {
    font-family: "Noto Serif JP","Yu Mincho",YuMincho,"Hiragino Mincho Pro","HiraMinProN-W3",serif;
}

.ttl-type01 span.click_img{
	font-size: 1.4rem;
}

.ttl-type01 span.click::before{
	content: url();
}

.ttl-archives01{
    color: #212121;
    font-size: 2rem;
    line-height: 1.2;
	text-align: center;
	margin:40px 0px;
}

.ttl-archives01 span{
	display: inline-block;
	border-bottom: 1px solid #212121;
	padding-bottom: 0.5rem;
}

.ttl-archives02{
    color: #215663;
    font-size: 1.8rem;
	font-weight: bold;
    line-height: 1.2;
	padding-bottom: 10px;
	margin: 20px 0px 10px;
	display: block;
	border-bottom: 1px solid #215663;
}

.ttl-archives03 span{
    color: #215663;
	font-size: 1.4rem;
	display: block;
	margin-bottom: 10px;
}
.ttl-archives03{
    font-size: 1.8rem;
	font-weight: bold;
    line-height: 1.2;
	margin: 10px 0px 20px;
}

.ttl-archives04{
	font-size: 2.2rem;
	line-height: 1.2;
	margin-bottom: 30px;
}

.ttl-archives04 span{
	font-size: 1.6rem;
}



/*-- 三次元空間の記録*/
.layout-banner_01 {
    margin-bottom: 40px;
	padding: 0;
}

.layout-banner_01 a {
    display: flex;
    width: 100%;
    background: #fff;
    border: 1px solid #eeeeee;
    text-decoration: none !important;
}

.layout-banner_01 a:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    opacity: 0.85;
}

.layout-banner_01 a > p {
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
    background-position: right 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    width: 50%;
    width: -webkit-calc(50% + 2.04px);
    width: -moz-calc(50% + 2.04px);
    width: -ms-calc(50% + 2.04px);
    width: calc(50% + 2.04px);
}
	
dl.layout_txt_01{
	width: 50%;
	margin: 0;
	padding: 7% 2rem 0;
}

.layout_txt_01 dt,dd{
	font-family: "Noto Serif JP","Yu Mincho",YuMincho,"Hiragino Mincho Pro","HiraMinProN-W3",serif;
	display: block;
}

.layout_txt_01 dt{
	color: #215663;
	font-size: 2rem;
	margin-bottom: 2rem;
}

.layout-banner_01 span{
	position: relative;
	display: block;
	text-align: right;
	font-size: 1.8rem;
	margin: 5rem 2rem 0 0;
}

.layout-banner_01 span::after {
	position: absolute;
    top: 50%;
    right: -1rem;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border-right: 1px solid #053250;
    border-bottom: 1px solid #053250;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
}

@media screen and (max-width: 767px){
	.layout-banner_01 img{
		margin: auto;
	}
	.layout-banner_01 a{
		flex-flow: column;
	}
	
	.layout-banner_01 a > p {
    width: 100%;
    height: auto;
}
	.layout-banner_01 dl.layout_txt_01 {
    width: 100%;
    height: auto;
	padding: 4.5% 1rem;
}
	.layout-banner_01 span{
		margin-top: 2rem;
	}
}



/*-- 設計図書類・建築資料 --*/

.architect__inner02{
	width: 100%;
    max-width: 780px;
    padding: 0 20px 65px;
    margin: 0 auto;
}

.architect__inner02 ul.document-box{
	text-align: center;
	/*float: left;
	width: 50%;*/
}


.architect__inner02 ul.document-box li{
	display: block;
	font-size: 1.8rem;
	font-family: "Noto Serif JP","Yu Mincho",YuMincho,"Hiragino Mincho Pro","HiraMinProN-W3",serif;
	margin: 0px 0px 10px;
	padding: 0;
}

.architect__inner02 ul.document-box li a{
	position: relative;
}

.architect__inner02 ul.document-box li a.link-arrow-a::after {
	position: absolute;
    top: 52%;
    right: -1.5rem;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border-right: 1px solid #053250;
    border-bottom: 1px solid #053250;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
}


/*-- アーカイブス制作 --*/

.architect__inner02 p{
	font-size: 1.8rem;
	line-height: 1.8;
	font-family: "Noto Serif JP","Yu Mincho",YuMincho,"Hiragino Mincho Pro","HiraMinProN-W3",serif;
	text-align: center;
}

.architect__inner02 hr{
	color: #000;
}

.architect__inner02 dl.cooperation-box{
	display: block;
	padding: 0px 50px;
	width: 50%;
	float: left;
	font-family: "Noto Serif JP","Yu Mincho",YuMincho,"Hiragino Mincho Pro","HiraMinProN-W3",serif;
}

.architect__inner02 dl.cooperation-box dt{
	color: #215663;
	font-size: 1.4rem;
	display: block;
	margin-bottom: 5px;
}

.architect__inner02 dl.cooperation-box dd{
	font-size: 1.6rem;
	display: block;
	margin-bottom: 15px;
	padding-left: 1rem;
}


@media screen and (max-width: 768px) {
  .architect__inner02 ul.document-box,dl.cooperation-box{
    float: none;
  }
	.architect__inner02 dl.cooperation-box {
    padding: 0px;
		width: 100%;
	}
}



/* Heading */
#heading {
	margin-top: 35px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-image: linear-gradient(rgba(17, 17, 17, 0.25), rgba(17, 17, 17, 0.25)), url("/images/architect/archive/0/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  height: 15rem !important;
  min-height: 15rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  #heading input, #heading select, #heading textarea {
    color: #ffffff; }
  #heading a {
    color: #00809D; }
  #heading strong, #heading b {
    color: #ffffff; }
  #heading blockquote {
    border-left-color: rgba(255, 255, 255, 0.25); }
  #heading code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
  #heading hr {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #heading input[type="submit"],
  #heading input[type="reset"],
  #heading input[type="button"],
  #heading button,
  #heading .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important; }
    #heading input[type="submit"]:hover,
    #heading input[type="reset"]:hover,
    #heading input[type="button"]:hover,
    #heading button:hover,
    #heading .button:hover {
      box-shadow: inset 0 0 0 1px #00809D;
      color: #00809D !important; }
      #heading input[type="submit"]:hover:active,
      #heading input[type="reset"]:hover:active,
      #heading input[type="button"]:hover:active,
      #heading button:hover:active,
      #heading .button:hover:active {
        background-color: rgba(206, 27, 40, 0.25); }
    #heading input[type="submit"].primary,
    #heading input[type="reset"].primary,
    #heading input[type="button"].primary,
    #heading button.primary,
    #heading .button.primary {
      box-shadow: none;
      background-color: #00809D;
      color: #ffffff !important; }
      #heading input[type="submit"].primary:hover,
      #heading input[type="reset"].primary:hover,
      #heading input[type="button"].primary:hover,
      #heading button.primary:hover,
      #heading .button.primary:hover {
        background-color: #e2212f;
        box-shadow: none; }
        #heading input[type="submit"].primary:hover:active,
        #heading input[type="reset"].primary:hover:active,
        #heading input[type="button"].primary:hover:active,
        #heading button.primary:hover:active,
        #heading .button.primary:hover:active {
          background-color: #00809D; }
  #heading label {
    color: #ffffff; }
  #heading input[type="text"],
  #heading input[type="password"],
  #heading input[type="email"],
  #heading input[type="tel"],
  #heading input[type="search"],
  #heading input[type="url"],
  #heading select,
  #heading textarea {
    background-color: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
    #heading input[type="text"]:focus,
    #heading input[type="password"]:focus,
    #heading input[type="email"]:focus,
    #heading input[type="tel"]:focus,
    #heading input[type="search"]:focus,
    #heading input[type="url"]:focus,
    #heading select:focus,
    #heading textarea:focus {
      border-color: #00809D;
      box-shadow: 0 0 0 1px #00809D; }
  #heading select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E"); }
    #heading select option {
      color: rgba(255, 255, 255, 0.5);
      background-color: #111111; }
  #heading input[type="checkbox"] + label,
  #heading input[type="radio"] + label {
    color: rgba(255, 255, 255, 0.5); }
    #heading input[type="checkbox"] + label:before,
    #heading input[type="radio"] + label:before {
      background: rgba(255, 255, 255, 0.075);
      border-color: rgba(255, 255, 255, 0.25); }
  #heading input[type="checkbox"]:checked + label:before,
  #heading input[type="radio"]:checked + label:before {
    background-color: #00809D;
    border-color: #00809D;
    color: #ffffff; }
  #heading input[type="checkbox"]:focus + label:before,
  #heading input[type="radio"]:focus + label:before {
    border-color: #00809D;
    box-shadow: 0 0 0 1px #00809D; }
  #heading ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #heading :-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #heading ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #heading :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #heading ul.alt li {
    border-top-color: rgba(255, 255, 255, 0.25); }
  #heading table tbody tr {
    border-color: rgba(255, 255, 255, 0.25); }
    #heading table tbody tr:nth-child(2n + 1) {
      background-color: rgba(255, 255, 255, 0.075); }
  #heading table th {
    color: #ffffff; }
  #heading table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #heading table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25); }
  #heading table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25); }
  #heading .highlights .content {
    background: #111111;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
  #heading .testimonials .content {
    background: #111111;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
    #heading .testimonials .content .credit strong {
      color: #00809D; }
  #heading:before {
    background: linear-gradient(135deg, #00809D 0%, #ffffff 74%);
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

  #heading h1 {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
	  font-family: "Noto Serif JP","Yu Mincho",YuMincho,"Hiragino Mincho Pro","HiraMinProN-W3",serif;
    color: #ffffff; 
	font-size: 3rem;
	  line-height: 1.2;
}

  @media screen and (max-width: 980px) {
	  #heading h1 {
		  font-size: 2rem;
	  }
    #heading {
      padding: 2rem; }
}




/*-- 記録写真 --*/
	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left {
			display: block;
			float: left;
			margin: 0 2em 2em 0;
			position: relative;
			top: 0.25em;
		}

			.image.left img {
				display: block;
				width: 100%;
			}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 0.11em 0;
		}
		
		
			.image.featured2 {
			display: block;
			margin: 0 0 0 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}
			
			.image.featured2 img {
				display: block;
				width: 100%;
			}


.hensen_table{
	width:100%;
	border-collapse:collapse;
	margin-top:0px;
	margin-bottom:0px;
}


.hensen_table td{
	width:25%;
	border:none;
	border-spacing: 5px;
	padding: 5px 5px;
	text-align:center;
	vertical-align:top;
	line-height:2.0;
}


.hensen_table td img{
	border:none;
	padding-bottom:0px;

}



/*-- 年表 --*/


@media screen and (max-width: 768px) {
  .table_wrap{
	overflow-x: scroll;
}
}

table.history {
  margin: 0 0 2rem 0;
  width: 100%; 
white-space: nowrap;}

  table.history th {
    font-weight: 600;
    padding: 0.75rem;
	color:#fff;
	background-color:#777;
	text-align:center;  
}
  table.history tbody tr {
    border: solid 1px;
    border-left: 0;
    border-right: 0; 
	   border-color: rgba(0, 0, 0, 0.25);
}

table.history tbody tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0); }

  table.history td {
    vertical-align: top;
    padding: 0.75rem; }

  table.history thead {
    border-bottom: solid 2px;
border-bottom-color: rgba(0, 0, 0, 0.25); }

  table.history tfoot {
    border-top: solid 2px; 
border-top-color: rgba(0, 0, 0, 0.25); }



