@charset "UTF-8";

.pc_mode {
	display:block;
}
@media screen and (max-width: 840px) {
	
	.pc_mode {
		display:none;
	}
}

.sp_mode {
	display:none;
}
@media screen and (max-width: 767px) {
	
	.sp_mode {
		display:block;
	}
}
/*-----------------------------------

	headline

-----------------------------------*/
#headline {
    background-color: #ea5f00;
    background-image: url(../img/housemaking/headline.jpg);
    background-repeat: no-repeat;
    background-position: center 10%;
    background-size: 90%;
    height: 0;
    padding-top: 34.4827%;
    position: relative;
}
#headline h1{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.25em;
}
#headline h1 span{
    display: block;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 20px;
}
@media screen and (max-width: 1350px) {
    #headline {
    }
}
/*-----------------------------------

	white_head

-----------------------------------*/
#block_conte {
    margin-top:-180px;
	position:relative;
	z-index:998;
}
.white_head {
    background: #fff;
    padding: 10px 40px 20px 40px;
}
.white_head h2{
   	font-size: 18px;
	letter-spacing: 0.1rem;
    display: block;
    margin-top: 30px;
	text-align: center;
	position: relative;
}
.white_head h2:before {
	content:"";
	position:absolute;
	top:100px;
	left:0;
	right:0;
	margin:0 auto;
	width:20%;
	height:5px;
    background:#ea5f00;
}
.white_head h2 span{
	font-size: 34px;
    line-height: 1;
    display: block;
    letter-spacing: 0.2em;
	margin-top: 15px;
}
@media screen and (max-width: 840px) {
	
	.white_head h2 {
		font-size: 14px;
	}
	.white_head h2 span{
		font-size: 24px;
	}

}
@media screen and (max-width: 640px) {
	.white_head {
		padding: 10px 20px 20px 20px;
	}
   	.white_head h2 {
		font-size: 13px;
	}
	.white_head h2 span{
		font-size: 18px;
		margin-top:10px;
	}
	.white_head h2:before {
		top:80px;	
	}
}
@media screen and (max-width: 420px) {
	.white_head h2 span{
		font-size: 15px;
	}
}
/*-----------------------------------

	breadcrumbs

-----------------------------------*/
#breadcrumb {
	font-size: 12.5px;
	font-weight: 700;
	color: #4d4d4d;
	text-align:left;
}
#breadcrumb .breadcrumb_text{
	font-size:12px;
	font-weight:700;
	display: inline-block;
	padding-left: 5px;
}
#breadcrumb .breadcrumb_link{
	font-size:12px;
	font-weight:700;
	display: inline-block;
}
#breadcrumb .breadcrumb_link:nth-child(1) a{
	font-weight: 500;
}
#breadcrumb .breadcrumb_link a{
	margin: 0 8px 0 0;
	color: #EA6000;
}
#breadcrumb .breadcrumb_link a:hover,
#breadcrumb .breadcrumb_text a:hover{
	opacity: 0.8;
}
#breadcrumb .breadcrumb_text a{
	margin: 0 8px 0 0;
}
#breadcrumb::-webkit-scrollbar {
	height: 5px;
}
#breadcrumb::-webkit-scrollbar-track {
	background-color: #FFF;
}
#breadcrumb::-webkit-scrollbar-thumb {
	background-color: rgba( 238, 238, 238, 0.8);
}
/*-----------------------------------

	fixedlinks

-----------------------------------*/
#fixedlinks .request {
    border: 1px solid #fff;
}
/*-----------------------------------

	tabs_list

-----------------------------------*/
#tabs_list .btn_box {
	width:95%;
	margin:30px auto 0;
	overflow:hidden;
}
#tabs_list .btn_box li {
    float: left;
    width: 14.222%;
	height:auto !important;
    background: #DBDBDB;
	margin:0 auto;
    border-right: 1px solid #fff;
	position:relative;
}
#tabs_list .btn_box li:last-child{
    border-right:none;
}
#tabs_list .btn_box li span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 136px;
    text-align: center;
}
#tabs_list .btn_box li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #000;
    padding: 20px 0;
	transition: 0.1s;
}
#tabs_list .btn_box li a:hover {
	opacity:1;
	background: #EA6000 !important;
	color:#fff !important;	
}
#tabs_list .btn_box .select {
	background: #EA6000 !important;
	color:#fff !important;	
}
.tabs_bottom {
	margin-top:90px;	
}

@media screen and (max-width: 1200px) {
	
	#tabs_list .btn_box li span {
		width:100%;	
	}
}

@media screen and (max-width: 840px) {
	
	#tabs_list .btn_box {
		width:100%;	
	}
	#tabs_list .btn_box li {
		width: 50%;
		border-bottom: 1px solid #fff;
	}
	#tabs_list .btn_box li:nth-child(3) {
		margin-right: 0 !important;
	}
	
}
/*-----------------------------------

	swiper

-----------------------------------*/
.swiper-container {
	padding-top:60px !important;
}
.swiper-wrapper{}
.swiper-slide{ width: 980px; }
.swiper-slide img {
	width: 85%;
	padding: 0 10px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.swiper-button-prev,
.swiper-button-next {
	width: 32px !important; height: 54px !important;
}
.swiper-button-prev{ left: 0; background: url(" ../img/common/prev.png") !important; }
.swiper-button-next{ right: 0; background: url("../img/common/next.png") !important; }
.swiper-button-prev:hover,
.swiper-button-next:hover{ opacity: .6; }

.thumb-list { padding: 0; display: flex; flex-wrap: wrap; justify-content: center; width: 720px; margin: 40px auto 0;}
	
.thumb-item { display: block; list-style: none; width: 18%; max-height: 150px; margin-bottom: 10px; margin-right: 10px;}
.thumb-item a{ color: #000; font-size: 10px; }
.thumb-item img{ width: 100%; height: auto; }

/*.thumb-item:nth-child(5),*/.thumb-item:last-child { margin-right: 0;}

.thumb-link { display: block; width: 100%;}
.tC{}
.txtBox{ margin: 1em; }

@media screen and (max-width: 740px) {
	.thumb-list {
		width:80%;	
	}
	.thumb-item {
		float:left;	
	}
/*.swiper-container,
.thumb-list { display: none; }*/
}
@media screen and (max-width: 640px) {
	.swiper-container {
		padding-top: 45px !important;
	}
	.swiper-button-prev{ left: 20px !important; background: url(" ../img/common/sp/prev.png") !important; }
	.swiper-button-next{ right: 20px !important; background: url("../img/common/sp/next.png") !important; }
	.swiper-button-prev,
	.swiper-button-next {
		width: 16px !important; height: 28px !important;
	}
}

/*-----------------------------------

	back

-----------------------------------*/
a.back {
	display: block;
    width: 270px;
    text-align: center;
    margin: 50px auto 0;
    padding: 20px 0;
    background: #ea5f00;
    color: #fff;
    font-size: 16px;	
}

/*-----------------------------------

	perth_text

-----------------------------------*/
.perth_text {	
	margin-top:60px;
	text-align:left;	
}
.perth_text p{
	font-size: 14px;	
}
