@charset "utf-8";
/* CSS Document */
/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 400;
	color: #6b5f58;
	font-size: clamp(16px,2vw,18px);
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #6b5f58;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
main{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section {
	padding: 80px 0 ;
	position: relative
}
table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;/*隙間なし*/
}

img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

/*改行　-------*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block !important;
}

/*PC・SP表示-----------------------*/
.sp{
	display: none;
}
.pc{
	display: block;
}

@media (max-width: 768px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

/*幅・高さ調整-------*/
.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.w960{
	max-width: 960px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
/*高さ*/

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.tmg30{
	margin-top: 30px!important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

.pdt0{
	padding-top: 0!important;
}
.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}

/* 画像　-------------------------- */
.obj-in{
	width: 100%;
	height: 100%;
	object-fit: contain
}
.obj-cov{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/*flexbox------------------------*/
.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.f_jsb{
	justify-content: space-between;
}
.f_cent{
	justify-content: center;
}
.fac{
	align-items: center;
}

.comn2{
	width: 48%;
}
.comn3{
	width: calc( 100% / 3 - 20px);
}
.comn4{
	width: 35%;
}
.comn5{
	width: 62%;
}

.f_center{
	align-items: center;
}
@media (max-width: 768px){
	.flexbox{
		flex-direction: column;
	}
	.flexbox.rever{
		flex-direction: column-reverse;
	}
	.comn2, .comn3, .comn4, .comn5 {
		width: 100%;
		margin-bottom: 30px
	}
}

/*==背景=============================================*/
.bg_y{
	background: #FFF4E4;
}
.wrap01::before{
	position: absolute;
	content: '';		
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/illust/g01.png), url(../img/illust/g02.png)!important;
	background-position: bottom left -10px, top 50px right -10px !important;
	background-repeat: no-repeat !important;
	background-size: 25% !important;
	z-index: -1;
	opacity: 0.35;
}

.hosebg::before{
	position: absolute;
	content: '';		
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/illust/housebg.svg) !important;
	background-position: top 90px right !important;
	background-repeat: no-repeat !important;
	background-size: clamp(180px, 25%,25%)!important;
	z-index: -1;
	opacity: 0.6;	
}
.hosebg02::before{
	position: absolute;
	content: '';		
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("../img/illust/house02.svg") !important;
	background-position: bottom 90px right !important;
	background-repeat: no-repeat !important;
	background-size: clamp(180px, 25%,25%)!important;
	z-index: -1;
	opacity: 0.6;	
}
/*==見出し=============================================*/
.oran{
	color:#f7931e !important;
}
.mtitle{
	position: relative;
	font-size: 2rem;
	margin-bottom: 20px;	
}


.mtitle._buy::before{
	background: url("../img/title-buy.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.mtitle._sale::before{
	background: url("../img/title-sale.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.mtitle::before{
	position: absolute;
	content: '';
	width: 250px;
	aspect-ratio: 10 / 3;
	right: 50px;
	bottom: 0;
	z-index: -1
}

.mtitle02{
	color: #333;
	position: relative;
	padding-bottom: 10px;
}

.mtitle02::before{
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: #f7931e;
	bottom: 0;
	left: 0;
}
.stitle{
	position: relative;
}
.stitle::before{
	position: absolute;
	content: '';
	width: 200px;
	height: 200px;
	z-index: -1;
	top: -30px;
	left: -50px;
	background: rgba(255,248,176,.5);
	border-radius: 20px;
}
.stitle._02{
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
	position: relative;
}
.stitle._02::after{
	position: absolute;
	content: '';
    width: 100px;
    height: 1px;
    background: #f7931e;
    bottom: -1px;
    top: auto;
    z-index: 1;
    left: 0;
}
.title02{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.title02 .ja{
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	position: relative;
	padding-left: 2rem;
	margin-top: 0.5rem;
}
.title02 .ja::before{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 1.2rem;
	width: 1.5rem;
	height: 1px;
	background: #333;
}
.title02 .en{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 150%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #f7931e;
}
.etitle {
    font-weight: 600;
    background: #fff7ef;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    padding: 12px 10px 10px 25px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 0 0 #dfd2c4;
}
.etitle:before {
    position: absolute;
    top: 25%;
    left: 10px;
    width: 6px;
    height: 50%;
    content: '';
    border-radius: 3px;
    background: #f7931e;
}

@media(max-width:768px){
	.mtitle::before{
		width: 35vw;
		min-width: 165px;
		right: 20px;
	}	
}


/*==btn=============================================*/
.btn01{
	background: #f7931e;
	padding: .5rem 1.8rem;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
	border: 1px solid #f7931e;
	transition: .4s;
	max-width: 280px;
}
.btn01:hover{
	background: #fff;
	color: #f9731e;
	transition: .4s;
}
.btn02{
	background: #fff;
	padding: .5rem 2rem;
	border-radius: 30px;
	border: 1px solid #333;
	transition: .4s;
}
.btn02 span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333;
}
.btn02:hover{
	background:#6b5f58;
	transition: .4s;
}
.btn02:hover span{
	color:#fff;
}

/*hover 背景*/
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background: #603813;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}


