@charset "utf-8";

/* Clear fix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block; }
.sp { display: none; }
h1{
    width:400px;
}
header .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
header .image {
	position: relative;
}

h2{
	font-size: 24px;
	margin-bottom: 10px !important;
	color: #9cc238;
	font-weight: normal;
	line-height: 1.6;
}
h3{
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 1.6;
}
h4{
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.6;
}

#wrapper{
	width: 1200px;
	margin: 0 auto;
	display: block;
}

header{
	margin-bottom: 30px;
}

.main{
	margin-bottom: 100px;
}

.main-area-seek-top {
  margin-top: 70px;
}

.sidebar{
	width: 260px;
	float: left;
}

.main_content{
	width: 840px;
	float: right;
}

.main_content h3{
	color: #402000;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #82705c;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.main_content h4{
	color: #9cc238;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}

.breadcrumb{
	padding: 0 0 0 0;
    margin-bottom: 10px;
}

.breadcrumb ol{
}

.breadcrumb ol li{
	display: inline-block;
	margin-right: 5px;
}

.breadcrumb ol li:before {
	content: " > ";
	color: red;
}

.breadcrumb ol li:first-child:before {
	content: none;
}

/*======================================

	content 想創舎（株）手嶋組

=======================================*/

.company_gaiyo{
	padding: 30px;
    background: #f2ecde;
	margin-bottom: 50px;
}

.com_logo{
	float: left;
	width: 23%;
    height:180px;
}
.com_logo img{
    width: 100%;
    height: 180px;
    object-fit: contain;
font-family: 'object-fit: contain';
}

.comp_gaiyo_r{
	float: left;
	margin-left: 30px;
}

.com_title{
	color: #402000;
    font-size: 18px;
    font-weight: bold;
	border-bottom: 1px solid #402000;
	margin-bottom: 10px;
}

.com_gaiyo ul li i{
	color: #f18b0e;
    font-size: 18px;
    margin-right: 15px;
	position: relative;
    top: 4px;
}

.com_btn{
}

.com_btn a{
	padding: 7px 47px;
    background: #ef8a28;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0;
    position: relative;
}

.com_btn a::before {
    content: url("../img/mail_icon.png") ;
    padding: 0 25px 0 0;
	background-size: contain;
    position: absolute;
	left: 15px;
}

.com_btn a:after {
    content: ">";
    padding: 0 0 0 25px;
	position: absolute;
    right: 15px;
}

.sns_btn{
	margin-right: 5px;
}

.icon_start{
	margin-left: 90px;
}


/*======================================

	content 想創舎（株）手嶋組 :END

=======================================*/

#navigation{
	margin-bottom: 50px;
}

#navigation nav{
	margin-bottom: 50px;
}

#navigation nav ul{}

#navigation nav ul li{
	width: 135px;
    height: 34px;
    background: #fff;
    float: left;
	margin-right: 5px;
	text-align: center;
	line-height: 2;
	border: 3px solid #9cc238;
	border-radius: 5px;
    font-size:14px;
}
#navigation nav ul li a{
	text-decoration: none;
  	color: #000;
	width: 135px;
}

#navigation nav ul li:nth-child(6){
	margin-right: 0px;
}
#navigation nav ul .choice a{
	text-decoration: none;
	color: #fff;
}

#navigation nav ul .choice{
    background: #9cc238;
    width: 135px;
    color: #fff;
    height: 34px;
	line-height: 2;
}
#navigation nav ul .snav_off{
    opacity: 0.4;
    border-color: #999;
}


.material-icons a{
	color: #000;
}

.com_gaiyo ul li{
	position: relative;
}
.com_gaiyo ul li a:hover{
	color:#ef8a28;
}

.comp_gaiyo_r ul li a{
	color: #000;
}

/*======================================

	一覧表示

=======================================*/

#builders-list h3 {
	width: 220px;
	background-color: #fff;
}
#builders-list h3.area_title{
    clear:both;
    width:100%;
    border:none;
    background:#82705c;
    padding: 5px 20px;
    color:#fff;
    font-size:14px;
}
#builders-list article:after{
    content:"";
    clear: both;
    font-size:0;
}

#builders-list h3::after {
	content: "";
	width: 109px;
	height: 56px;
	background: url(../img/area_icon01.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 52%;
	top: -60px;
	transform: translateX(50%);
}

#builders-list .box {
	line-height: 1.6;
	width: 390px;
	float: left;
	margin: 0 60px 60px 0;
    z-index: 1;
    position:relative;
}
#builders-list .box img{
    width:100%;
    height:260px;
    object-fit: cover;
font-family: 'object-fit: cover';
}

#builders-list .box:hover img {
    transform: scale(1.04);
    transition-duration: 0.4s;
}

#builders-list .box > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
}
#builders-list .box:nth-of-type(even) {
	margin-right: 0;
}

#builders-list .box .box_photo{
	width: 390px;
    height: 300px;
}

#builders-list .box .box_photo img{
    height: 300px;
	object-fit: cover;
    font-family: 'object-fit: cover';
    overflow: hidden;
    transition-duration: 0.4s;
}

#builders-list .box:hover .box_photo img {
    transform: scale(1.04);
    transition-duration: 0.4s;
}

#builders-list .image {
	margin-bottom: 20px;
}

#builders-list h4 {
	font-size: 20px;
	font-weight: normal;
	color: #9cc238;
	margin-bottom: 10px;
}

#builders-list .name {
	margin-bottom: 0px;
    font-weight:bold;
}

#builders-list .name a {
	font-size: 20px;
	color: #444;
	text-decoration: underline;
}
#builders-list .address {
	margin-bottom: 10px;
}

/*======================================

	一覧表示

=======================================*/

/*======================================

	news

=======================================*/

#news #area-seek h2{
	display: none;
}

#news-contents{
	margin-bottom: 100px;
}

#news #news-contents h2 span{
	font-size: 16px;
    color: #666;
    float: right;
	line-height: 2.5;
}

#news .list{
	margin-bottom: 30px;
}

#news .list h4 {
    margin-bottom: 0px;
}

#news .list .news_img{
	float: left;
	width: 150px;
}

#news .list .news_img a{
	width: 150px;
	height: 150px;
}

#news .list .news_img a img{
	height: 150px;
    object-fit: cover;
}

#news .list .news_right{
	float: left;
    width: 80%;
    padding-left: 20px;
    box-sizing: border-box;
}

#news .list .news_time{
	padding-bottom: 10px;
}

#news .list .news_cmt{
	background: #fdfaf0;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

#news #top-news h2{
	font-weight: normal;
    font-size: 32px;
    color: #402000;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: center;
    position: relative;
}

#news #top-news h2 span{
	display: block;
    font-size: 14px;
    color: #81705b;
    letter-spacing: 0.05em;
}

#news #top-news .inner{
	width: auto;
}


#news .list-btn a {
    display: block;
    width: 250px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
    padding-right: 10px;
    background-color: #81705b;
    position: relative;
    text-decoration: none;
}

#news .list-btn a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/top_icon03.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 55px;
    top: 16px;
}

/*======================================

.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
}

.menu-trigger {
    position: fixed;
    top: 22px;
    right: 3%;
    width: 40px;
    height: 40px;
    z-index: 9999;
	background: #402000;
    border-radius: 50%;
}

.menu-trigger span.bar {
    position: absolute;
    background: #fff;
    width: 18px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-trigger span.bar:nth-of-type(1) {
    top: 12px;
}

.menu-trigger span.bar:nth-of-type(2) {
    top: 0;
    bottom: 0;
}

.menu-trigger span.bar:nth-of-type(3) {
    bottom: 12px;
}

.menu-trigger.active span.bar:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

.menu-trigger.active span.bar:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span.bar:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}

.open-nav {
	display: none;
	position: fixed;
	top: 0;
	z-index: 9998;
	background: #82705c;
	width: 100%;
	height: 100%;
}
.open-nav .list {
	margin-top: 10px;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
    font-size: 13px;
}
.open-nav .list li {
	margin: 0 auto;
}

.open-nav .list .nav_text{
	font-weight: bold;
    padding-left: 0;
	position: relative;
    top: 0;
    left: 0;
}
.open-nav .list nav_text:nth-child(1){
	margin-top: 0px;
}
.open-nav .list li a span {
	font-size: 0.8rem;
}
.open-nav .list a {
  	display: block;
    text-align: left;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 10px 20px;
	border-bottom: 1px solid #aaa;
}
.open-nav .list li:last-of-type{

}
.open-nav .list li:last-of-type a {

}

	.open-nav aside{
		margin-top: 30px;
	}
	.open-nav aside p{
		font-weight: bold;
		text-align: center;
	}
アコーディオン

#acdn-target li a{
	color: #444;
	padding: 0;
}

.open-nav label {
  	display: block;
  	margin: 0 0 1px 0;
	padding :12px 12px 12px 50px;
  	line-height: 1;
	color :#fff;
	cursor :pointer;
}

.open-nav input {
	display: none;
}

.open-nav .accordionbox ul {
	margin: 0;
    padding: 0;
    background: #625445;
    list-style: none;
}

.open-nav .accordionbox li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_area:checked ~ #links_area li,
#menu_builders_themes:checked ~ #links_builders_themes li,
#menu_works:checked ~ #links_works li,
#menu_price:checked ~ #links_price li {
	max-height: 80px;
	opacity: 1;
}

.accordionbox .menu_area, .accordionbox .menu_builders_name, .accordionbox .menu_builders_themes, .accordionbox .menu_works,
.accordionbox .menu_price, .accordionbox .menu_home, .accordionbox .menu_muketsuro {
	position: relative;
	background: #ffffff;
	color: #333;
}

.accordionbox .menu_home a,
.accordionbox .menu_muketsuro a,
.accordionbox .menu_builders_name a{
  color: #333;
	border-bottom: none;
	display: inline;
	padding: 0px;
}

.accordionbox .menu_home::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/nav_home_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
	left: 20px;
}

.accordionbox .menu_muketsuro::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/nav_muketsuro_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
left: 20px;
}


.accordionbox .menu_area::before {
    content: "";
    width: 15px;
    height: 25px;
    background: url(../img/top_icon01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
	left: 25px;
}

.accordionbox .menu_builders_name::before {
    content: "";
    width: 15px;
    height: 25px;
    background: url(../img/top_icon03.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
	left: 25px;
}
.accordionbox .menu_builders_themes::before {
    content: "";
    width: 15px;
    height: 25px;
    background: url(../img/top_icon02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
	left: 25px;
}

.accordionbox .menu_works::before {
    content: "";
    width: 25px;
    height: 30px;
    background: url(../img/area_icon05.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 20px;
}

.accordionbox .menu_price::before {
    content: "";
    width: 22px;
    height: 25px;
    background: url(../img/nav_price_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 20px;
}
*/

/*======================================

	menu btn: END

=======================================*/

#wrapper .wp-pagenavi{
	text-align: center;
}

#wrapper .wp-pagenavi .pages, #wrapper .wp-pagenavi .extend{
	display: none;
}

#wrapper .wp-pagenavi span.current{
	display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #402000;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-color: #402000;
}

#wrapper .wp-pagenavi .larger, #wrapper .wp-pagenavi .smaller{
	display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #402000;
    border-color: #402000;
}

#wrapper .wp-pagenavi span, #wrapper .wp-pagenavi a{
	margin: 10px;
	font-size: 18px;
}

@media only screen and (max-width: 640px){
#wrapper .wp-pagenavi span, #wrapper .wp-pagenavi a{
	margin: 4px;
	font-size: 16px;
}
}

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

	header .inner {
		width: 100%;
	}

	header .inner h1{
		width: 80%;
	}

	.sp { display: block; }
	.pc { display: none; }

	h2{
		padding-bottom: 0px;
		margin-bottom: 20px;
		font-size: 20px;
	}

	#wrapper{
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	header{
		margin-bottom: 10px;
	}

	.sidebar{
		width: 100%;
		float: none;
	}

	.main_content{
		width: 100%;
		float: none;
	}


/*======================================

	content

=======================================*/

	.company_gaiyo{
		padding: 5vw;
		background: #f2ecde;
		margin-bottom: 20px;
	}

	.com_logo{
		float: left;
		width: 25vw;
        height:25vw;
		margin: 0;
	}
    .com_logo img{
        height:25vw;
    }

	.comp_gaiyo_r{
		float: none;
		margin-left: 0px;
	}

	.comp_gaiyo_r ul li a{
		color: #000;
	}

	.com_title{
		color: #402000;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
        float: right;
        width:60vw;
        border: none;
        display: inline-flex;
        align-items: center;
        height: 25vw;
        letter-spacing: 0;
	}
    .com_gaiyo{
        padding-top: 10px;
        clear: both;
    }
	.com_gaiyo ul{
		margin-bottom: 10px;
	}

	.com_gaiyo ul li i{
		color: #f18b0e;
		font-size: 16px;
		margin-right: 5px;
	}
	.com_gaiyo ul li i a{
		color: #000;
	}

	.com_btn a{
		padding: 8px 10px;
		color: #fff;
		margin: 10px auto 0;
		display: block;
		text-align: center;
		font-size: 13px;
	}
	.com_btn a::before {
		content: url(../img/mail_icon.png);
		padding: 0 15px 0 0;
		left: 25px;
	}
	.com_btn a:after {
		content: ">";
		padding: 0 0 0 15px;
		position: absolute;
		right: 15px;
	}
	.sns_btn{
		width: 80%;
		margin: 0 auto 10px;
		display: block;
	}

	.com_btn {
		margin-left: 0px;
	}

	.sns_btn .icon{
		float: left;
		margin: 0 2vw;
		width: 11%;
	}
	.sns_btn .icon:last-child(){
		margin-right: 0px;
	}

	.sns_btn .icon img{
		width: 100%;
		max-width: 100%;
	}
	.main_content h3 {
		margin-bottom: 20px;
	}

/*======================================

	content 想創舎（株）手嶋組 :END

=======================================*/

	#navigation{
		width: 90%;
		margin: 0 auto;
	}

	#navigation nav ul li {
		height: 34px;
		margin-right: 2px;
		margin-bottom: 5px;
		border: 2px solid #9cc238;
		border-radius: 5px;
		width : calc(96% / 3) ;
        font-size:12px;
	}
	#navigation nav ul li a{
		text-decoration: none;
    	color: #000;
		width: 100%;
	}
	#navigation nav ul .choice {
    	height: 34px;
		border-radius: 5px;
		padding: 0 2px;
		width : calc(96% / 3) ;
	}
	#navigation nav ul .choice a{
		text-decoration: none;
    	color: #fff;
	}
	#navigation nav ul a:nth-child(3n) li{
/*		margin-right: 0px;*/
	}

	#navigation nav ul li {
		line-height: 2.5;
	}
	#navigation nav ul .choice {
		line-height: 2.5;
	}
	#navigation nav {
		margin-bottom: 30px;
	}

/*======================================

	一覧表示

=======================================*/

	#builders-list { padding: 0 20px; }

	#builders-list h3::after {
		content: "";
		width: 90px;
		position: absolute;
		right: 52%;
		top: -50px;
		transform: translateX(50%);
	}

	#builders-list .box {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	#builders-list .image {
		margin-bottom: 10px;
	}

	#builders-list h4 {
		font-size: 18px;
		margin: 10px 0px !important;
	}

/*======================================

	一覧表示: END

=======================================*/
	#builders-list .box .box_photo{
		width: 100%;
	}


/*======================================

	news

=======================================*/
	#news .list .news_img{
		width: 100%;
		float: none;
	}

	#news .list .news_img a img{
		height: 250px;
	}

	#news .list .news_right{
		float: none;
		width: 100%;
		margin-top: 10px;
		padding: 0px;
	}

	#news .main_content {
		padding: 0 20px;
	    box-sizing: border-box;
	}

	#news #news-contents h2 span{
		display: block;
		float: none;
		font-size: 14px;
		line-height: 1.5;
	}

/*======================================

	news

=======================================*/
}

.btn_more{
    width:100%;
    padding: 5px 0;
    text-align: center;
    border: 2px solid #ef8a28;
    font-size:12px;
    color:#ef8a28;
    margin-top: 20px;
    font-weight:bold;
}
.box:hover .btn_more{
    color:#fff;
    background: #ef8a28;
}

/*======================================

	カタログ請求

=======================================*/
.catalog-link-wrap {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 9999;
}

.catalog-link-wrap a {
  display: block;
}

.catalog-link-wrap a:hover {
  opacity: .6;
}

.catalog-link .image-link{
	width: auto;
  max-width: 110px;
}

@media only screen and (max-width: 640px){
  .catalog-link-wrap {
    right: 15px;
    bottom: 6%;
    width: 15%;
  }

  .catalog-link .image-link {
    max-width: 100%;
  }
}

.inblock {
	display: inline-block!important;
}
