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


.contents {
  padding-top: 0;
}

#page_title {
  height: 80px;
  background-color: #191919;
}

#page_title h1 {
  line-height: 80px;
}

/*--------------------
exa_l
--------------------*/

#exa_l{
    width: 1024px;
    margin: 60px auto 0;
	padding-bottom:80px;
    text-align: center;
}

#exa_l ul.list_exa_l{
    text-align: left;
}

#exa_l ul.list_exa_l > li{
    display: inline-block;
    vertical-align: top;
    width: 497px;
    overflow: hidden;
    padding-bottom: 55px;
    text-align: left;
}

#exa_l ul.list_exa_l > li:nth-child(odd){
    padding-right: 15px;
}

#exa_l ul.list_exa_l > li:nth-child(even){
    padding-left: 15px;
}

#exa_l ul.list_exa_l li img{
    width: 100%;
    padding: 0 0 10px;
}

#exa_l ul.list_exa_l li h3{
    font-size: 27px;
}

#exa_l ul.list_exa_l li p{
    padding: 0 0 10px;
}


#exa_l .bnr{
    display: inline-block;
    margin-top: 55px;
}

#exa_l .btn_r{
	clear:both;
	display:block;
	width:460px;
	height:82px;
	margin:0 auto;
	color:#fff;
	text-align:center;
	line-height:82px;
	transition:0.5s ease;
	font-size:22px;
	border:1px solid #fff;
    background: url("../img/btn_arrow_r.png") no-repeat 392px 32px;
    background-size: 29px auto;
}

#exa_l .btn_r:hover{
	color:#fff;
    opacity: 0.4;
}


/*--------------------
photo_index
--------------------*/

#photo_index{
    background: url("../img/bg_wood_pc.jpg") repeat top center;
	padding-bottom:80px;
}

#photo_index .title{
    color: #000;
}

#list_photo{
    width: 1024px;
    margin: 0 auto;
	overflow:hidden;
	margin-bottom:50px;
}

#list_photo li{
	float:left;
	width:334px;
	height:334px;
	margin:0 11px 11px 0;
    background: #fff;
}

#list_photo li:nth-child(3n) {
	margin:0 0 11px 0;
}

#list_photo img{
  width: 100%;
}

#list_photo a img{
	transition: opacity 0.5s ease;
}

#list_photo a:hover img{
	opacity:0.50;
}

#photo_index .btn_d{
	clear:both;
	display:block;
	width:460px;
	height:82px;
	margin:0 auto;
	color:#000;
	text-align:center;
	line-height:82px;
	transition:0.5s ease;
	font-size:22px;
	border:1px solid #000;
    background: url("../img/btn_arrow_db.png") no-repeat 395px 35px;
    background-size: 29px auto;
}
#photo_index .btn_d:hover{
	color:#000;
    opacity: 0.4;
}

#photo_index li img {
  opacity: 0;
  transition: opacity 0.8s;
  backface-visibility: hidden;
}

#photo_index li img.imgloaded {
  opacity: 1;
}


/*--------------------
chief_architect
--------------------*/

#chief_architect{
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

#chief_architect .chief_architect_img{
    width: 100%;
    padding-bottom: 50px;
}

#chief_architect h3{
    font-size: 30px;
    padding-bottom: 40px;
    text-align: center;
    letter-spacing: 0;
}

#chief_architect p{
    width: 740px;
    float: left;
}

.btn_rs{
    float: right;
	display:block;
	width:260px;
	height:82px;
    padding: 14px 5px 0 0;
    box-sizing: border-box;
	margin:0 auto;
	color:#fff;
	text-align:center;
    line-height: 1.2;
	transition:0.5s ease;
	font-size:22px;
	border:1px solid #fff;
    background: url("../img/btn_arrow_rs.png") no-repeat 230px 32px;
    background-size: 19px auto;
}

.btn_r:hover{
	color:#fff;
    opacity: 0.4;
}

.btn_sekkei_soudan {
  margin-top: 100px;
}

/* ---- 740px > ---- */

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

#page_title {
  height: 55px;
}

#page_title h1 {
  line-height: 55px;
}

/*--------------------
exa_l
--------------------*/

#exa_l{
    width: 100%;
    margin-top: 10%;
    padding: 0 0 10%;
}

#exa_l ul.list_exa_l{
    width: 92%;
    margin: 0 4%;
}

#exa_l ul.list_exa_l > li,
#exa_l ul.list_exa_l > li:nth-child(odd),
#exa_l ul.list_exa_l > li:nth-child(even){
    width: 100%;
    padding-bottom: 11%;
    padding-right: 0;
    padding-left: 0;
}

#exa_l ul.list_exa_l li h3{
    font-size: 27px;
}

#exa_l .btn_r{
	width:92%;
    height: auto;
    padding: 6% 0;
	box-sizing:border-box;
	font-size:16px;
    line-height: 1.2;
    background: url("../img/btn_arrow_r.png") no-repeat 93% 47%;
    background-size: 7% auto;
}
#exa_l .btn_r.hover{
	color:#fff;
    opacity: 0.4;
}

#exa_l .bnr{
display: none;
}

#exa_l .btn_sekkei_soudan {
  margin-top: 18%;
  padding-right: 4%;
  text-align: right;
}

#exa_l .btn_sekkei_soudan picture img {
  width: 75%;
}


/*--------------------
photo_index
--------------------*/

#photo_index{
    background: url("../img/bg_wood_sp.jpg") repeat top left;
    background-size: 100% auto;
	padding-bottom:16%;
}

#list_photo{
    width: 100%;
    margin-bottom: 11%;
}

#list_photo li{
	float:left;
	width : calc(100% / 3) ;
	height:auto;
	margin:0;
	box-sizing:border-box;
	position: relative;
}

#list_photo li:nth-child(3n) {
	margin:0;
}

#list_photo li:before {
	content:"";
	display: block;
	padding-top: 100%;
}

#list_photo li a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    border-bottom: 1px solid #eeeae7;
    border-right: 1px solid #eeeae7;
}

#list_photo li:nth-child(3n) a {
    border-right: none;
}

#list_photo li a img{
	width:100%;
	height:100%;
}

#photo_index .btn_d{
	width:92%;
    height: auto;
    padding: 6% 0;
	box-sizing:border-box;
	font-size:16px;
    line-height: 1.2;
    background: url("../img/btn_arrow_db.png") no-repeat 93% 52%;
    background-size: 7% auto;
}
#photo_index .btn_d.hover{
	color:#000;
    opacity: 0.4;
}


/*--------------------
chief_architect
--------------------*/


#chief_architect{
    width: 100%;
}

#chief_architect .chief_architect_img{
    width: 92%;
    padding: 0 4% 8%;
}

#chief_architect h3{
    font-size: 24px;
    width: 92%;
    padding: 0 4% 6%;
}

#chief_architect p{
    float: none;
    width: 92%;
    padding: 0 4% 10%;
}

#chief_architect .btn_rs{
    float: none;
    width: 92%;
    height: auto;
    padding: 6% 0;
	font-size:16px;
    line-height: 1.2;
    background: url("../img/btn_arrow_r.png") no-repeat 93% 47%;
    background-size: 7% auto;
}
#chief_architect .btn_rs.hover{
	color:#fff;
    opacity: 0.4;
}


}
