/* TOPメインコンテンツ */

/* 
.main_visual .main_visual_img{
	text-align: right;
	width: 92%;
	margin-left: auto;
	background: url(../image/mv_img01.jpg) no-repeat center center / cover;
	padding-top: 40%;
	position: relative;
}
.main_visual .main_visual_img:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	transform: translate(-50%, -50%);
}
.main_visual {
	position: relative;
}
.main_visual .main_visual_text{
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0, -50%);
}
.main_visual .main_visual_text p{
	font-size: 2.55319vw;
	color: #fff;
	margin: 0;
}
.main_visual_news{
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #fff;
	max-width: 900px;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
}
.main_visual_news .flex{
	display: flex;
	width: 100%;
	align-items: center;
}
.main_visual_news .flex p{
	font-size: 14px;
	line-height: 1;
	
}
.main_visual_news .flex p:not(:last-child){
	width: 16%;
	text-align: center;
}
.main_visual_news .flex p.news_contents{
	padding-left: 2rem;
	transition: 0.5s;
	width: 68%;
}
.main_visual_news .flex p.news_contents a{
	padding: 0.8rem 0;
	transition: 0.5s;
	display: inline-block;
}
.main_visual_news .flex p.news_contents a:hover{
	transform: translateY(-10px);
}
@media(max-width:1200px)and (min-width: 768px){
	.main_visual .main_visual_img{
		padding-top: 480px;
	}
	.main_visual_news{
		width: 75%;
	}
	
}
@media(max-width: 769px){
	.main_visual_news .flex p.news_contents{
		width: 54%;
	}
	.main_visual .main_visual_img{
		padding-top: 128.012%;
		background: url(../image/sp_mv_img01.jpg) no-repeat center center / cover;
	}
	.main_visual .main_visual_text{
		position: absolute;
		top: 77%;
		right: auto;
		transform: translate(0, -50%);
		left: 6%;
	}
	.main_visual .main_visual_text p{
		font-size: 4.55319vw;
	}
	.main_visual_news{
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
	}
	.main_visual .main_visual_img{
		width: 100%;
	}
}
@media(max-width: 450px){
	.main_visual .main_visual_text p{
		font-size: 22px;
	}
}
/* .main_visual .main_visual_img img{
	width: 100%;
} */

/* #search_house{
	padding: 80px 10px;
}
#search_house .row{
	max-width: 1100px;
	margin: auto;
	width: 100%;
	background: #F4F4F4;
}
#search_house .row .span_12{
	padding: 5%;
}
#search_house .row:first-child .span_12{
	padding-bottom: 0;
	margin-bottom: 3em;
}
#search_house .row:last-child .span_12{
	padding-top: 0;
}
#search_house .row .pc-only li{
	float: left;
	width: 32%;
}

#search_house .row .pc-only li:not(:last-child){
	margin-right: 2%;
}
#search_house .row .house_list .house_title .midashi{
	font-size: 1.6rem;
	font-weight: bold;
}
#search_house .row .house_list .house_title .house_price{
	font-size: 1.5rem;
	margin-bottom: 0.8em;
}
#search_house .row .house_list .house_title .house_price span{
	font-size: 1.3rem;
	padding: 0.3em 0.5em;
	border: 1px solid #000;
	margin-right: 0.5em;
	display: inline-block;
}
#search_house .row .house_list .house_attribute span{
	padding: 0.3em 0.5em;
	border: 1px solid #000;
	margin-right: 0.5em;
	color: #fff;
	background: #606060;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
#search_house .row .house_list .house_attribute p:not(:last-child){
	margin-bottom: 0.3rem;
	margin-top: 0.3rem;
}
#search_house .row .house_list .house_attribute p:last-child{
	margin: 0;
}
#search_house .row .house_list .house_attribute{
	margin-bottom: 2rem;
}
#search_house .house_attribute div{
	display: flex;
	width: 100%;
}
#search_house .house_attribute div:not(:last-child){
	margin-bottom: 0.3em;
}
#search_house .house_attribute div p{
	width: 72%;
}
#search_house .house_attribute div span{
	width: 28%;
}

#search_house .house_btn a{
	width: 100%;
	border: 1px solid #000;
	text-align: center;
	padding: 0.8em 0.5em;
	transition: 0.5s;
}
#search_house .house_btn a:hover{
	width: 100%;
	border: 1px solid #015CA8;
	color: #fff;
	background: #015CA8;
}
#search_house .pc-only{
	margin: 0;
	padding: 0;
	list-style: none;
}
#search_house .sp-only{
	margin: 0;
	padding: 0;
	list-style: none;
}
@media(max-width: 768px){
	#search_house{
		padding: 80px 10px;
	}
	#search_house .row:first-child .span_12{
		padding: 0;
	}
	#search_house .row:first-child .span_12 .slider .house_list{
		padding: 0 5%;
	}
	#search_house .slick-prev{
		left: -7px;
		border: 1px solid #000;
		border-radius: 50%;
	}
	#search_house .slick-prev:before{
		color: #000;
		font-size: 12px;
	}
	#search_house .slick-next{
		right: -7px;
		border: 1px solid #000;
		border-radius: 50%;
	}
	#search_house .slick-next:before{
		color: #000;
		font-size: 12px;
	}
	#search_house .row .house_list .house_title .midashi{
		font-size: 1.2rem;
	}
	.main_visual_news{
		position: unset;
		transform: translate(0, 0);
	}
	.main_visual_news .flex p.news_contents{
		padding-left: 0.5em;
	}
	.main_visual_news .flex p:not(:last-child){
		width: 23%;
	}
}

#sec02 .sec02_bg{
	position: relative;
	
	margin: auto;
	background: url(../image/top_img01.jpg) no-repeat fixed center / cover;
	
}
#sec02 .sec02_bg .row{
	max-width: 1100px;
	margin: auto;
	position: relative;
	padding-top: 550px;
}
#sec02 .sec02_bg h2{
	position: absolute;
	top: 50%;
	margin: 0;
	left: 3%;
	height: 102%;
	width: 300px;
	background: #fff;
	transform: translate(0, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec02 .container:last-child{
	max-width: 1100px;
	margin: auto;
	margin-top: 70px;
}
#sec02 .container:last-child .col .txt{
	text-align: center;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-bottom: 2rem;
}

@media(max-width: 768px){
	#sec02{
		padding: 0;
		
	}
	#sec02 .sec02_bg{

		background: url(../image/top_img01.jpg) no-repeat center center /cover;
		
	}
	#sec02 .sec02_bg .row{
		padding-top: 60%;
	}
	#sec02 .sec02_bg h2{
		height: 103%;
		width: 105px;
		text-align: center;
	}
	#sec02 .container:last-child .col .txt{
		text-align: center;
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		margin-top: 0;
		margin-bottom: 2rem;
	}
}

#sec03{
	padding: 80px 10px;
}
#sec03 .container{
	max-width: 1100px;
	margin: auto;
}
#sec03 .container table{
	width: 100%;
	border-collapse:collapse;
}
#sec03 .container table tr{
	border-bottom: 1px solid #B6B6B6;
}
/* #sec03 .container table tr td{
	

	
} */
/* #sec03 .container table tr td a{
	padding: 2rem ;
	display: inline-block;
	transition: 0.5s;
}
#sec03 .container table tr td a:hover{
	transform: translateY(-10px);
}
#sec03 .container table tr td:first-child{
	width: 25%;
	padding-left: 3rem;
}
#sec03 .news_list{
	margin-bottom:3rem;
}
@media(max-width:768px){
	#sec03{
		padding: 60px 10px;
	}
	#sec03 .container table tr td:first-child{
		width: 34%;
		padding-left: 1rem;
		padding-right: 0;
	}
	#sec03 .container table tr td a{
		padding-left: 0;
	}
}  */
@media (max-width: 768px) {
    div section {
        padding: 0;
    }
}

.main_contents{
	max-width: 600px;
	margin: auto;
}
.sec01{
	margin-bottom: 5%;
	/* box-shadow: 0 10px 10px -10px rgba(103, 45, 129, 0.5); */
}
.sec01 .container .ttl_box{
	background: #d0bad9;
	color: #fff;
	text-align: center;
	padding: 10px 0 0;
	box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.8);
}
.sec01 .container .ttl_box p{
	margin: 0;
	line-height: 1;
	font-weight: bold;
}
.sec01 .container .ttl_box p:last-child{
	font-size: 1.5rem;
	margin-top: 5px;
}

.sec01 .container .present_inner_box{	
	width: 90%;
	margin: auto;
	margin-top: 5%;
}
.sec01 .container .present_inner_box p{	
	margin: 0.8em 0;
}
.sec01 .container .present_inner_box .btn_box a{	
	width: 100%;
	text-align: center;
	color: #fff;
	background: #672d81;
	font-weight: bold;
	border-radius: 15px;
	border: 2px solid #672d81;
	transition: 0.5s;
    line-height: 1.22;
    padding: 0.5em 0;
}
.sec01 .container .present_inner_box .btn_box a span{
	font-weight: normal;
	line-height: 0.8;
	font-size: 0.8rem;
}
.sec01 .container .present_inner_box .btn_box a:hover{	
	width: 100%;
	text-align: center;
	color: #672d81;
	background: #fff;
}
.no_present{
	background: #ccc;
	color: #000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30% 0;
}
.box_shadow_box{
	margin-top: 5%;
	width: 100%;
	height: 10px;           /* 高さは 0 */
	/* border-top: 1px solid #ccc; */
	box-shadow: inset 0 10px 10px -10px rgba(103, 45, 129, 1);
}
.box_shadow_box.b_02{
	/* background: #d0bad9; */
	margin-top: 0;
	box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.8);
}
.sec02{
	/* box-shadow: inset 0 10px 10px -10px rgba(103, 45, 129, 0.8); */
	padding:5% 0 0;
}
.sec02 .ttl_box{
	text-align: center;
}
.sec02 .ttl_box p{
	margin-top: 0;
}
.sec02 .ttl_box img{
	width: 30%;
	margin-bottom: 1%;
}
.sec02 .ttl_box span{
	padding: 3px 1.5rem;
	background: #672d81;
	color: #fff;
	border-radius: 12px;
}
.sec02 .inner_box{
	background: #d0bad9;
	padding: 1em;
}
.sec02 .inner_box .midashi_box {
	text-align: center;
}
.sec02 .inner_box .midashi_box img{
	width: 60%;
}
.sec02 .inner_box ul{
	list-style: none;
	padding-left: 3rem;
    width: 90%;
    margin: auto;
}
.sec02 .inner_box ul li{
	position: relative;
	padding: 1rem 0;
	padding-left: 1rem;
}
.sec02 .inner_box ul li a{
	/* text-decoration: underline; */
	display: inline-block;
	border-bottom: 1px solid #000;
}
.sec02 .inner_box ul li a:hover{
	/* text-decoration: underline; */
	/* display: inline-block; */
	border-bottom: 1px solid transparent;
}
.sec02 .inner_box ul li:before{
	content: '';
	display: block;
	position: absolute;
	top: 2rem;
	left:0;
	transform: translate(-100% ,-50%);
	width: 50px;
	height: 50px;
	background: url(../image/alan_que.png) no-repeat center center / cover;
}

.sec02 .inner_box .btn_box{
    margin-top: 2rem;
}
.sec02 .inner_box .btn_box a{
    width: 70%;
    text-align: center;
    color: #fff;
    background: #672d81;
    font-weight: bold;
    border-radius: 15px;
    border: 2px solid #672d81;
    transition: 0.5s;
    line-height: 1.22;
    padding: 0.5em 0;
	margin: auto;
}
.sec02 .inner_box .btn_box a:hover{
    width: 70%;
	text-align: center;
	color: #672d81;
	background: #fff;
}
@media (max-width:600px){
	.sec02 .inner_box ul li:before{
		width: 30px;
		height: 30px;
	}
	.sec02 .inner_box ul{
		padding-left: 2rem;
	}
	.sec02 .inner_box .btn_box{
		margin-top: 1rem;
	}
}
.sec03  {
    margin-top: 5%;
	margin-bottom: 10%;
}
.sec03 .ttl_box {
    text-align: center;
}
.sec03 .ttl_box img {
    width: 30%;
    margin-bottom: 1%;
}
.sec03 .present_page_inner {
    width: 90%;
	margin: auto;
}
.sec03 .btn_box {
    margin-top: 1.5em;
}
.sec03 .btn_box a {
    width: 70%;
    text-align: center;
    color: #fff;
    background: #672d81;
    font-weight: bold;
    border-radius: 15px;
    border: 2px solid #672d81;
    transition: 0.5s;
    line-height: 1.22;
    padding: 0.5em 0;
    margin: auto;
}