@charset "utf-8";

@font-face {
	font-family: 'myfont';
	src: url("../font/Barlow-Thin.ttf") format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'myfont2';
	src: url("../font/Barlow-ThinItalic.ttf") format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'myfont3';
	src: url("../font/NotoSerifJP-VariableFont_wght.ttf") format('truetype');
	font-display: swap;
}

/*
body{
	margin:0 auto;
	color:#000000;
	font-size:20px;
	
	font-weight:500;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing:0.7px;
}
*/
html{
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body{
	margin:0 auto;
	color:#000000;
	font-size:20px;
	font-weight:500;
	font-family:myfont3;
	letter-spacing:0.7px;
}

a{
	transition:opacity 0.3s;
	text-decoration: none;
}
a:hover{
	opacity:0.8;
}
/*scrolltop*/
#scroll_top_main{
	position:fixed;
    max-width:1400px;
	width:100%;
	left:50%;
	bottom:187px;
	transform: translate(-50%, 0);
	height:0;
	background:#eee;
	text-align:right;
	transition-duration: 0.5s;
	opacity:0;
	z-index:5;
}
#scroll_top{
	display:inline;
}
/*メニュー*/
.hamburger-open span{
	background-color:#6B635C;
}
.menu_fixed{
	position:fixed;
	top:0;left:50%;
	transform:translate(-50%, 0);
	width:100%;
	max-width:1920px;
	z-index:7;
}
.menu_icon{
	display:none;
}
.menu_icon_2{
	display:none;
}
/*swiper*/
.swiper_title{
	font-size:22px;
	font-weight:bold;
	color:#6B635C;
	margin-top:10px;
}
.swiper_content{
	font-size:22px;
	
	color:#6B635C;
}



/*title*/
.main_title{
	position:relative;
}
/*下層タイトル*/
.sub_title{
	position:relative;
	background:#6B635C;
	width:100%;
	height:250px;
}
.sub_title .img_1{
	max-width:100%;
	object-fit:cover;
	height:250px;
	filter: brightness(0.4);
}
.sub_title .text_1{
	position:absolute;top:50%;left:50%;color:#fff;transform:translate(-50%, -50%);text-align:center
}
.sub_title .text_2{
	font-size:70px;font-family:myfont;letter-spacing:7px;
}
.sub_title .text_3{
	font-size:20px;font-weight:bold;
}
/*background*/
.bg_margin_adjust_main{
	padding-top:50px;
}
.bg_margin_adjust{
	padding-top:130px;
}
/*key visual*/
.top_kv{
	position:relative;
	text-align:center;
	aspect-ratio:16/9;
	overflow:hidden;
}
.top_kv_img{
	object-fit:cover;width:100%;max-width:1920px;max-height:1080px;
}
.top_kv_img_2{
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%, -50%);
	max-width:349px;
	width:20%;
	z-index:2;
}
/*top osirase */
.top_kv_news{
	position:absolute;
	left:10%;
	bottom:0;
	z-index:2;
	width:584px;
	height:218px;
	background:#fff;
	color:#6B635C;
	padding:35px 45px;
	box-sizing:border-box;
	text-align:left;
}
.top_kv_news .flex_1{
	display:flex;
	justify-content:space-between;
	color:#6B635C;
	font-size:16px;
	align-items:center;
	margin:10px 0;
}
.top_kv_news .flex_1 .title_1{
	font-size:26px;
	font-family:myfont;
	font-weight:bold;
}
.top_kv_news a{
	color:#6B635C;
}

/*top osirase2 */
.top_kv_news_2{
	display:none;
	position:relative;
}
.top_kv_news_2_sub_1{
	position:absolute;
	left:0;
	top:-100px;
	z-index:2;
	width:90%;
	height:158px;
	background:#88817b;
	color:#fff;
	padding:10px 15px;
	box-sizing:border-box;
	text-align:left;
}
.top_kv_news_2 .flex_1{
	display:flex;
	
	color:#fff;
	font-size:16px;
	align-items:center;
	margin:10px 0;
	
	line-height:120%;letter-spacing:0px;
}
.top_kv_news_2 .flex_1 .title_1{
	font-size:26px;
	font-family:myfont;
	font-weight:bold;
	margin-right:20px;
}
.top_kv_news_2 a{
	color:#fff;
}


/*top event*/
.top_1_main{
	margin:0 auto;
	padding:0px 0 250px 0;
}
.top_1_sub_1{	
	padding:0;
	max-width:1200px;
	width:90%;
	margin:180px auto 0 auto;
	text-align:center;
	position:relative;
}

.top_1_sub_1 .title_border_1{
	width:42px;
	height:2px;
	/*border-top:2px #6B635C solid;*/
	text-align:center;
	margin:0 auto 0 auto;
}

.top_1_sub_1 .title_1{
	font-size:80px;
	font-family:myfont;
	letter-spacing:10px;
	color:#6B635C;
	text-align:center;
	margin:0 auto 0 auto;
}
.top_1_sub_1 .title_2{
	font-size:18px;
	font-weight:bold;
	color:#6B635C;
	margin:0 auto 45px auto;
}

.top_1_sub_1 .img_1{
	width:100%;
	max-width:450px;
	height:83px;
	margin:0 auto 0 auto;
	background:#0094A1;
	display:flex;
	align-items:center;
	justify-content:center;
}



.top_1_sub_2{
	max-width:1200px;
	width:90%;
	margin:0 auto 100px auto;
}
.top_1_sub_2 .flex_1{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}
.top_1_sub_2 .flex_1 .div_1{
	max-width:340px;
	width:100%;

}
.top_1_sub_2 .flex_1 .div_1 .img_1{
	max-width:340px;
	width:100%;
	height:220px;
	object-fit:cover;
	overflow:hidden;
}
.top_1_sub_2 .flex_1 .div_1 .cate_1 {
	margin:12px 0 20px 0;
}
.top_1_sub_2 .flex_1 .div_1 .cate_1 div:nth-child(odd) .cate_2{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:14px;
	background:#6B635C;
	color:#fff;
	min-width:110px;
	height:40px;
	padding:0px 10px;
	box-sizing:border-box;
}
.top_1_sub_2 .flex_1 .div_1 .cate_1 div:nth-child(even) .cate_2{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:14px;
	background:#fff;
	color:#6B635C;
	border:1px #6B635C solid;
	min-width:110px;
	height:40px;
	padding:0px 10px;
	box-sizing:border-box;
}
.top_1_sub_2 .flex_1 .div_1 .text_1{
	color:#6B635C;
	font-size:16px;
	width:100%;
}
.top_1_sub_2 .flex_1 .div_1 .hi_1{
	margin:10px 0;
}
.top_1_sub_2 .flex_1 .div_1 .hi_1 div:nth-child(1) div{
	display:flex;
	justify-content:center;
	align-items:center;
	width:55px;
	height:30px;
	border:1px #000 solid;
	color:#6B635C;
	font-size:14px;
}
.top_1_sub_2 .flex_1 .div_1 .hi_1 div:nth-child(2){
	color:#6B635C;
	font-size:16px;
	display:inline-block;
}
.top_1_sub_2 .flex_1 .div_1 .basyo_1{
	margin:10px 0;
}
.top_1_sub_2 .flex_1 .div_1 .basyo_1 div:nth-child(1) div{
	display:flex;
	justify-content:center;
	align-items:center;
	width:55px;
	height:30px;
	border:1px #000 solid;
	color:#6B635C;
	font-size:14px;
}
.top_1_sub_2 .flex_1 .div_1 .basyo_1 div:nth-child(2){
	color:#6B635C;
	font-size:16px;
	display:inline-block;
}

/*スマホ*/
.top_1_sub_2_sp{
	display:none;
}

.top_1_sub_3{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:760px;
	width:90%;
	margin:50px auto;
	text-align:center;
}
.top_1_sub_3 .event_btn{
	display:flex;
	justify-content:center;
	align-items:center;
	width:317px;
	height:70px;
	font-size:17px;
	color:#6B635C;
	border-radius:35px;
	border:1px solid #6B635C;
}
.top_1_sub_3 .housing_btn{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:385px;
	height:70px;
	font-size:17px;
	color:#fff;
	border-radius:35px;
	border:1px solid #6B635C;
	background:#6B635C;
}
/*
.top_1_sub_3 .housing_btn img{
	position:absolute;
	top:50%;
	left:40px;
	transform:translate(0%, -50%);
}
*/
.top_1_sub_3 .img_1{
	display:none;
}

/*housing event*/
.top_2_main{
	position:relative;
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:50px 0 250px 0;
	background:#F2F2F0;
	height:706px;
}
.top_2_sub_1{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:1200px;
	width:90%;
	margin:0 auto;
	height:706px;
}
.top_2_sub_1 .div_1:nth-child(1){
	z-index:6;
	position:relative;
}
.top_2_sub_1 .div_1:nth-child(1){
	max-width:485px;
	width:100%;
}
.top_2_sub_1 .div_1:nth-child(1) .title_border_1{
	width:42px;
	height:2px;
	/*border-top:2px #6B635C solid;*/
}


.top_2_sub_1 .div_1:nth-child(1) .title_1{
	font-size:60px;
	font-family:myfont;
	letter-spacing:10px;
	color:#6B635C;
	margin:0 auto 0px auto;
}
.top_2_sub_1 .div_1:nth-child(1) .title_2{
	font-size:18px;
	font-weight:bold;
	color:#6B635C;
	margin:0 auto 0 auto;
}
.top_2_sub_1 .div_1:nth-child(1) .text_1{
	font-size:16px;
	color:#6B635C;
	margin:50px 0;
	max-width:405px;
	width:100%;
	white-space:pre-line;
	word-break:break-all;
}
.top_2_sub_1 .div_1:nth-child(1) .btn_1{
	display:flex;
	justify-content:center;
	align-items:center;
	width:317px;
	height:70px;
	font-size:17px;
	color:#707070;
	background:#fff;
	border-radius:35px;
}

.top_2_sub_2{
	display:flex;
	justify-content:center;
	position:absolute;
	top:0;
	left:0;
	max-width:1920px;
	width:100%;
	margin:0 auto;
}
.top_2_sub_2 .div_1:nth-child(1){
	width:845px;
}
.top_2_sub_2 .div_1:nth-child(2){
	position:relative;
}
.top_2_sub_2 .div_1:nth-child(2) img{
	object-fit:cover;
	height:706px;
	width:100%;
}



/*housing event sp*/

.top_2_sub_1_sp{
	/*display:flex;*/
	display:none;
	align-items:center;
	width:90%;
	margin:0 auto;
	height:400px;
	overflow:hidden;
}
.top_2_sub_1_sp .div_1:nth-child(1){
	z-index:2;
	position:relative;
	max-width:1200px;
	width:85%;
	aspect-ratio:1 / 1;
	background:#F2F2F0;
	padding:20px;
	box-sizing:border-box;
}
.top_2_sub_1_sp .div_1:nth-child(1) .title_1{
	font-size:40px;
	font-family:myfont;
	letter-spacing:10px;
	color:#6B635C;
	margin:0 auto 0px auto;
}
.top_2_sub_1_sp .div_1:nth-child(1) .title_2{
	font-size:18px;
	font-weight:bold;
	color:#6B635C;
	margin:0 auto 0 auto;
}
.top_2_sub_1_sp .div_1:nth-child(2){
	z-index:3;
	position:absolute;
	right:0;
	top:180px;
	width:90%;
}
.top_2_sub_1_sp .div_1:nth-child(2) img{
	object-fit:cover;
	height:406px;
	width:100%;
}
.top_2_sub_1_sp .div_1:nth-child(3) {
	z-index:4;
	box-shadow: 0 0 10px gray;
	background:#fff;
	position:absolute;
	right:5%;
	bottom:0%;
	
	width:80%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
}
.top_2_sub_1_sp .div_1:nth-child(3) .text_1{
	font-size:14px;
	color:#6B635C;
	margin:0px 0;
	text-align:left;
	white-space:pre-line;
	word-break:break-all;
}
.top_2_sub_1_sp .div_1:nth-child(3) .btn_1{
	display:flex;
	color:#6B635C;
	font-size:14px;
	font-weight:bold;
	justify-content:end;
	align-items:center;
	width:150px;
	margin-left:auto;
	box-sizing:border-box;
	
}
.top_2_sub_1_sp .div_1:nth-child(3) a{
	text-align:right;
}


/*housing event*/
.top_3_main{
	position:relative;
	max-width:1920px;
	margin:0 auto;
	padding:170px 0 100px 0;
}

.top_3_sub_1 {
	position:relative;
	max-width:670px;
	width:90%;
	margin:0px auto 60px auto;
}
.top_3_sub_1 .top_sekou_prev{
	top:55px;right:120px;left:auto;width:70px;color:#6B635C;
}
.top_3_sub_1 .top_sekou_next{
	top:55px;right:0;left:auto;width:70px;color:#6B635C;
}
.top_3_sub_1 .top_sekou_pagination{
	top:0;right:55px;left:auto;width:70px;
}
.top_3_sub_1 .title_border_1{
	width:42px;
	height:2px;
	/*border-top:2px #6B635C solid;*/
}
.top_3_sub_1 .title_1{
	font-size:60px;
	font-family:myfont;

	letter-spacing:10px;
	color:#6B635C;
	margin:0 auto 0px auto;
}
.top_3_sub_1 .title_2{
	font-size:18px;
	font-weight:bold;
	color:#6B635C;
	margin:0 auto 0 auto;
}

.top_3_sub_2{
	position:relative;
	max-width:1920px;
	width:100%;
	margin:0px auto 0px auto;
}
.top_3_sub_2 .btn_1{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:70px auto 0 auto;
	max-width:317px;
	width:100%;
	height:70px;
	font-size:17px;
	color:#6B635C;
	border-radius:35px;
	border:1px solid #6B635C;
}


/*lineup*/

.top_4_main{
	position:relative;
	max-width:1920px;
	margin:0 auto;
	padding:140px 0 140px 0;
	background:#F2F2F0;
}
.top_4_sub_s1{
	position:relative;
	max-width:1100px;
	width:100%;
	margin:0px auto 0px auto;
}
/*sp用*/
.top_4_sub_s1 .title_s2{
	display:none;
}
.top_4_sub_s1 .title_s2:nth-child(1) .title_border_1{
	width:42px;
	height:2px;
	/*border-top:2px #6B635C solid;*/
}
.top_4_sub_s1 .title_s2:nth-child(1) .title_1{
	font-size:60px;
	font-weight:100;
	letter-spacing:10px;
	color:#6B635C;
	margin:0 auto 0px auto;
	font-family:myfont;
}
.top_4_sub_s1 .title_s2:nth-child(1) .title_2{
	font-size:18px;
	font-weight:bold;
	color:#6B635C;
	margin:0 auto 0 auto;
	
}

.top_4_sub_s1 .title_s{
	position:absolute;
	right:0;
	top:0;
	writing-mode: vertical-rl;
}
.top_4_sub_s1 .title_s .text_1{
	transform: rotate(180deg);
	text-align:center;
	font-size:60px;
	font-family:myfont;
	
	color:#6B635C;
	letter-spacing:5px;
	border-bottom:2px #6B635C solid;
	padding-bottom:20px;
	line-height:100%;

}
.top_4_sub_s1 .title_s .text_2{
	font-size:18px;
	color:#6B635C;
	margin:30px 0 0 10px;
}
.top_4_sub_1 {
	display:flex;
	justify-content:space-between;
	position:relative;
	max-width:782px;
	width:100%;
	margin:0px auto 50px auto;
}
.top_4_sub_1 .div_1{
	width:366px;
}
.top_4_sub_1 .img_1{
	max-width:100%;
	width:100%;
}
.top_4_sub_1 .text_1{
	z-index:5;
	position:relative;
	font-size:16px;
	color:#6B635C;
	height:204px;
	background:#fff;
}
.top_4_sub_1 .text_2{
	padding-top:88px;
	max-width:324px;
	width:100%;
	margin:0 auto;
	white-space:pre-line;
	word-break:break-all;
}
.top_4_sub_1 .title_1{
	z-index:-1;
	position:absolute;
	top:-27px;
	left:50%;
	transform:translate(-50%,0%);
	font-family:myfont2;
	font-weight:800;
	font-size:40px;
	text-align:center;
	color:#8B723A;
	max-width:324px;
	width:100%;
	height:76px;
	background:#fff;
	
	padding-top:10px;
	letter-spacing:5px;
}
.top_4_sub_1 .title_2{
	font-size:16px;
	margin-top:5px;
	font-weight:normal;
	font-family:myfont3;
	/*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	letter-spacing:0;
}

.top_4_main .btn_1{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	max-width:317px;
	width:100%;
	height:70px;
	font-size:17px;
	color:#707070;
	background:#fff;
	border-radius:35px;
}

/*interior slider*/
.top_5_main{
	position:relative;
	max-width:1920px;
	margin:0 auto;
	padding:170px 0 0 0;

}

.top_5_sub_1 {
	position:relative;
	max-width:1200px;
	width:90%;
	margin:0px auto 60px auto;
}
.top_5_sub_1 .title_border_1{
	width:42px;
	height:2px;
	/*border-top:2px #6B635C solid;*/
}
.top_5_sub_1 .title_1{
	font-size:60px;
	font-family:myfont;
	letter-spacing:10px;
	color:#6B635C;
	margin:0 auto 0px auto;
}
.top_5_sub_1 .title_2{
	font-size:18px;
	font-weight:bold;
	color:#6B635C;
	margin:0 auto 0 auto;
}

.top_5_sub_2{
	position:relative;
	max-width:1920px;
	width:100%;
	margin:0px auto 0px auto;
}


/*etc*/
.arrow_btn::before{
	content:'';
	background-color:rgba(107,99,92,0.2);
	border-radius:15px;
	width:30px;
	height:30px;
	z-index:-1;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

/*footer*/
.footer{
	padding:20px 0 20px 0;
	margin:250px auto 0 auto;
}
.footer_main{
	border-top:2px solid #6B635C;
	margin:0 auto 0 auto;
	width:90%;
}
.footer_sub_1{
	display:flex;
	justify-content:space-between;
	max-width:1200px;
	margin:60px auto 0 auto;
	width:100%;
	color:#6B635C;
}
.footer_sub_1 .div_1:nth-child(1){
	width:200px;
	font-size:14px;
}
.footer_sub_1 .div_1:nth-child(1) .img{
	margin-top:30px;
	text-align:center;
}
.footer_sub_1 .div_1:nth-child(1) .text_1{
	margin-top:65px;
	text-align:center;
}
.footer_sub_1 .div_1:nth-child(2){
	width:235px;
	font-size:14px;
}
.footer_sub_1 .div_1:nth-child(2) .text_1{
	margin:30px 0 65px 0;
	line-height:200%;
}
.footer_sub_1 .div_1:nth-child(3){
	width:2px;
	border-right:2px solid #6B635C;
	height:250px;
}
.footer_sub_1 .div_1:nth-child(4) .list_1{
	width:346px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:30px 0 0 0;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1 .div_1:nth-child(4) .list_1 a{
	
	font-size:15px;
	color:#6B635C;
}
.footer_sub_1 .div_1:nth-child(5){
	margin-top:10px;
}
.footer_sub_1 .div_1:nth-child(5) .btn_1{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:236px;
	height:55px;
	font-size:16px;
	color:#fff;
	background:#6B635C;
	border-radius:35px;
}
.footer_sub_1 .div_1:nth-child(5) .btn_2{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:236px;
	height:55px;
	font-size:16px;
	color:#6B635C;
	background:#fff;
	border-radius:35px;
	border:1px solid #6B635C;
	margin-top:10px;
}
.footer_sub_1 .div_1:nth-child(5) .tel_1{
	margin-top:10px;
}

.footer_main_sp{
	display:none;
}

/*side*/


/*etc*/
.top_sm_only{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:none;
}
.top_pc_flex{
	display:flex;
}
.top_tab_flex{
	display:none;
}
.top_sm_flex{
	display:none;
}
.res_pc_br{
	display:block;		
}
.res_sp_br{
	display:none;		
}
.res_pc_br_550{
	display:block;	
}
.res_margin_top_80{
	margin-top:80px;		
}
.res_margin_top_m30{
	margin-top:-30px;
}
.res_height_20{
	height:20px;
	display:block;
}



@media screen and (min-width:1921px) {
}
@media screen and (max-width:1366px) {
/*menu1366*/
.menu_text{
	font-size:14px;
}
.menu_div_1{
	flex:0.75;
}	
}
@media screen and (max-width:1024px) {
/*メニュー1024*/
	
.hamburger-open span{
	background-color:#6B635C;
}
	
.menu_fixed{
	position:fixed;
	top:0;left:50%;
	transform:translate(-50%, 0);
	width:100%;
	height:70px;
	max-width:1920px;
	z-index:7;
	background-color:rgba(255,252,250,0.8);
}
.menu_icon{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:120px;
	position:absolute;
	top:20px;right:100px;
}
.menu_icon .div_1{
	text-align:center;
}
.menu_icon .text_1{
	font-size:8px;
	color:#6b635c;
	line-height:100%;
}
.menu_icon_2{
	display:flex;
	align-items:center;
	justify-content:space-between;
	
	position:absolute;
	top:51px;right:35px;
}
.menu_icon_2 .div_1{
	text-align:center;
}
.menu_icon_2 .text_1{
	font-size:8px;
	color:#6b635c;
	line-height:100%;
}

/*osirase*/
.top_kv_news{
	display:none;
}
.top_kv_news_2{
	display:block;
}


/*background1024*/
.bg_margin_adjust_main{
	padding-top:150px;
}
.bg_margin_adjust{
	padding-top:75px;
}
/*keyvisual1024*/
.top_kv{
	position:relative;aspect-ratio:auto;
}

.swiper_img{
	pointer-events:none;vertical-align:top;object-fit:cover;max-width:1920px;height:auto;
}
.top_kv_2{
	max-width:1920px;
	width:100%;
	height:50px;
	background:#43B149;
}	
.top_kv_2_sub_1{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:1000px;
	width:90%;
	height:100%;
	margin:0 auto;
}
.top_kv_img_2{
	display:none;		
}
.top_kv_2_img_1 img{
	height:20px;
}	
.top_kv_2_img_2{
	width:40%;
	right:40px;
}
.top_kv_2_img_2 img{
	width:100%;
}
.top_kv_2_text_1{
	top:90px;left:0;
	font-size:20px;
}

/*tenji 1024*/
.top_1_main{
	margin:0 auto;
	padding:0px 0 80px 0;
}
.top_1_sub_1{	

	margin:150px auto 0 auto;

}
.top_1_sub_2{
	display:none;
}
.top_1_sub_2 .flex_1{
	display:block;
	margin:0 auto;
	text-align:center;
}
.top_1_sub_2 .flex_1 .div_1{
	margin:0 auto;
	text-align:center;
}
.top_1_sub_2 .flex_1 .img_1{
	width:100%;
	text-align:center;
}
.top_1_sub_2 .flex_1 .cate_1{
	width:100%;
	text-align:left;
}
.top_1_sub_2 .flex_1 .text_1{
	width:100%;
	text-align:left;
}
.top_1_sub_2 .flex_1 .basyo_1{
	width:100%;
	text-align:left;
}
.top_1_sub_2 .flex_1 .div_1 .hi_1{
	width:100%;
	text-align:left;
}
	
/*見学クラウドスマホ 1024*/
.top_1_sub_2_sp{
	display:block;
	max-width:500px;
	width:100%;
	margin:0 auto 0px auto;
	overflow:hidden;
}
.top_1_sub_2_sp .swiper{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}
.top_1_sub_2_sp .swiper .swiper-slide{
	width:100%;
}
.top_1_sub_2_sp .swiper .div_1{
	max-width:350px;
	width:100%;
	margin:0 auto;
	border:#e9e7e5 solid 10px;
	padding:30px 5%;
	box-sizing:border-box;
}
.top_1_sub_2_sp .swiper .swiper-slide .img_1{
	max-width:340px;
	width:100%;
	height:220px;
	object-fit:cover;
	overflow:hidden;
}
.top_1_sub_2_sp .swiper .swiper-slide .cate_1 {
	margin:12px 0 20px 0;
}
.top_1_sub_2_sp .swiper .swiper-slide .cate_1 div:nth-child(odd) .cate_2{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:14px;
	background:#6B635C;
	color:#fff;
	min-width:110px;
	height:40px;
	padding:0px 10px;
	box-sizing:border-box;
}
.top_1_sub_2_sp .swiper .swiper-slide .cate_1 div:nth-child(even) .cate_2{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:14px;
	background:#fff;
	color:#6B635C;
	border:1px #6B635C solid;
	min-width:110px;
	height:40px;
	padding:0px 10px;
	box-sizing:border-box;
}
.top_1_sub_2_sp .swiper .swiper-slide .text_1{
	color:#6B635C;
	font-size:16px;
	width:100%;
}
.top_1_sub_2_sp .swiper .swiper-slide .hi_1{
	margin:10px 0;
}
.top_1_sub_2_sp .swiper .swiper-slide .hi_1 div:nth-child(1) div{
	display:flex;
	justify-content:center;
	align-items:center;
	width:55px;
	height:30px;
	border:1px #000 solid;
	color:#6B635C;
	font-size:14px;
}
.top_1_sub_2_sp .swiper .swiper-slide .hi_1 div:nth-child(2){
	color:#6B635C;
	font-size:16px;
	display:inline-block;
}
.top_1_sub_2_sp .swiper .swiper-slide .basyo_1{
	margin:10px 0;
}
.top_1_sub_2_sp .swiper .swiper-slide .basyo_1 div:nth-child(1) div{
	display:flex;
	justify-content:center;
	align-items:center;
	width:55px;
	height:30px;
	border:1px #000 solid;
	color:#6B635C;
	font-size:14px;
}
.top_1_sub_2_sp .swiper .swiper-slide .basyo_1 div:nth-child(2){
	color:#6B635C;
	font-size:16px;
	display:inline-block;
}

	
.top_1_sub_3{
	display:block;
	justify-content:space-between;
	align-items:center;
	max-width:360px;
	width:90%;
	margin:0px auto;
	text-align:center;
}
.top_1_sub_3 .img_1{
	display:block;
	margin-right:10px;
}
.top_1_sub_3 .img_1 img{
	height:30px;
	vertical-align:top;
}

.top_1_sub_3 .event_btn{
	/*margin:10px auto;
	/*
	*/
	display:none;
}
.top_1_sub_3 .housing_btn{
	margin:10px auto;
	height:70px;
	font-size:17px;
	width:100%;
	color:#fff;
	background:#6B635C;
}
.top_1_sub_3 .housing_btn .flex_m{
	display:flex;
	justify-content:center;
	align-items:center;
}
	
.top_1_sub_2_sp .swiper .div_2{
	max-width:350px;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
.top_1_sub_2_sp .swiper .div_2 .event_btn{
	display:flex;
	justify-content:center;
	align-items:center;
	color:#6B635C;
	border-radius:35px;
	border:1px solid #6B635C;
	margin:30px 0 0 auto;
	height:40px;
	font-size:12px;
	width:160px;
	color:#6B635C;
}

	
/*housing1024*/
	
.top_2_main{
	height:auto;
	padding:100px 0 100px 0;
}
.top_2_sub_1{
	height:auto;
	display:block;
}

.top_2_sub_1 .div_1{
	margin:0 auto;
	text-align:center;
}
.top_2_sub_1 .div_1:nth-child(1) .text_1{
	font-size:16px;
	color:#6B635C;
	margin:50px auto 50px auto;
	max-width:405px;
	width:100%;
	white-space:pre-line;
	word-break:break-all;
	text-align:left;
}
.top_2_sub_1 .div_1:nth-child(1) .btn_1{
	max-width:200px;
	height:40px;
	font-size:14px;
	margin:0 auto;
}
.top_2_sub_2{
	display:block;
	position:static;
}
.top_2_sub_1 .div_1:nth-child(1){
	margin-bottom:50px;
}
.top_2_sub_2 .div_1:nth-child(2) img{
	object-fit:cover;
	height:auto;
	width:100%;
}

	
/*施工事例1024*/
.top_3_main{
	padding:100px 0 100px 0;
}
.top_3_sub_1 .top_sekou_prev{
	top:45px;right:110px;left:auto;width:70px;color:#6B635C;
}
.top_3_sub_1 .top_sekou_next{
	top:45px;right:10px;left:auto;width:70px;color:#6B635C;
}
.top_3_sub_1 .top_sekou_pagination{
	top:20px;
}
.top_3_sub_2 .btn_1{
	max-width:200px;
	height:40px;
	font-size:14px;	
	margin:30px auto 0 auto;
}
	
/*lineup1024*/
.top_4_main{
	padding:100px 0 100px 0;
}
.top_4_main .btn_1{
	max-width:250px;
	height:60px;
	font-size:16px;	
}

.top_4_sub_s1 .title_s2{
	display:block;
	width:90%;
	margin:0 auto 50px auto;
	text-align:center;
}
.top_4_sub_s1 .title_s{
	display:none;
}	
.top_4_sub_s1 .title_s2:nth-child(1) .title_1{
	font-size:60px;
}
.top_4_sub_1{
	
	text-align:center;
}
.top_4_sub_1 .div_1{
	margin:0 auto 30px auto;
	text-align:center;
	max-width:100%;
}

.top_4_main .btn_1{
	margin:100px auto 0 auto;
	max-width:200px;
	height:40px;
	font-size:14px;
}
	
/*インテリア 1024*/
.top_5_sub_1 {
	text-align:center;
}
	

/*footer 1024*/

.footer{
	margin:100px auto 0 auto;
}
.footer_main{
	max-width:720px;margin:0px auto 0 auto;width:90%;
}
.footer_sub_1{
	display:block;
}
.footer_sub_1 .img{
	max-width:100%;text-align:center;margin-bottom:20px;
}
.footer_sub_1 .text{
	max-width:100%;text-align:center;
}
.footer_sub_2{
	color:#fff;font-size:15px;margin-top:15px;text-align:center;letter-spacing:4.2px;
}
.footer_sub_1 .div_1:nth-child(3){
	display:none;
}
.footer_sub_1 .div_1:nth-child(4) .list_1{
	max-width:346px;
	width:100%;
	display:block;
}
.footer_main{
	display:none;
}
.footer_main_sp{
	display:block;
}
.footer_main_sp{
	border-top:2px solid #6B635C;
	margin:0 auto;
	width:90%;
}
.footer_sub_1_sp{
	max-width:1200px;
	margin:60px auto 0 auto;
	width:100%;
	color:#6B635C;
}

.footer_sub_1_sp .text_1{
	margin-top:33px;
	text-align:center;
	font-size:15px;
}

.footer_sub_1_sp .text_2{
	margin:30px 0 65px 0;
	line-height:100%;
	text-align:center;
	font-size:15px;
}

.footer_sub_1_sp .list_1{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1_sp .list_1 a{
	font-size:15px;
	color:#6B635C;
}
.footer_sub_1_sp .flex_1{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1_sp .flex_2{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1_sp .btn_1{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:236px;
	height:55px;
	font-size:16px;
	color:#fff;
	background:#6B635C;
	border-radius:35px;
	margin:0 auto;

}
.footer_sub_1_sp .btn_2{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:236px;
	height:55px;
	font-size:16px;
	color:#6B635C;
	background:#fff;
	border-radius:35px;
	border:1px solid #6B635C;
	margin:0px auto 0 auto;
}
.footer_sub_1_sp .tel_1{
	margin:10px auto 0 auto;
	text-align:center;

}
.footer_sub_1_sp .img{
	margin:0px auto 0 auto;
	text-align:center;
}	
	
	
	
	
/*etc1024*/
.res_height_20{
	display:block;height:20px;		
}
.res_height_50{
	display:block;height:50px;		
}
.res_pc_br{
	display:none;		
}
.res_sp_br{
	display:block;		
}
.res_margin_auto{
	margin:0 auto;
}
.top_pc{
	display:none;
}
.top_tab{
	display:block;
}
.top_pc_flex{
	display:none;
}
.top_tab_flex{
	display:flex;
}
.res_font_vw{
	font-size:3.4vw;
}
.res_font_vw_2{
	font-size:1.7vw;
}
.res_margin_top_80{
	margin-top:0;		
}
.res_margin_top_m30{
	margin-top:0;
}
.res_height_50{
	height:50px;
	display:block;
}
.res_height_20{
	height:20px;
	display:block;
}

.cate_btn{
	font-size:16px;
}

	
}

@media screen and (max-width:784px) {
.sub_title{
	height:170px;
}
.sub_title .img_1{
	height:170px;
}
.sub_title .text_1{
	width:100%;
}
.sub_title .text_2{
	font-size:35px;font-family:myfont;letter-spacing:7px;
}
.sub_title .text_3{
	font-size:13px;font-weight:bold;
}
/*scrolltop*/
#scroll_top_main{
	bottom:100px;
}

/** 784*/
.top_kv_news_2_sub_1 .title_1{
	font-size:40px;
}
.top_1_sub_1 .title_1{
	font-size:40px;
}
.top_2_main .top_2_sub_1 .div_1 .title_1{
	font-size:40px;
}
	
	
.top_2_main{
	height:auto;
	padding:50px 0 250px 0;
	background:#fff;
}
.top_2_sub_1{
	display:none;		
}
.top_2_sub_2{
	display:none;	
}
.top_2_sub_1_sp{
	display:block;
}
	
	
.top_3_main .top_3_sub_1 .title_1{
	font-size:40px;
}

.top_4_sub_1 .div_1{
	flex:0.49;
	
	max-width:50%
}
.top_4_sub_1 .text_1{
	z-index:5;
	position:relative;
	font-size:16px;
	color:#6B635C;
	height:0;
}
.top_4_sub_1 .text_2{
	display:none;
}

.top_4_sub_1 .title_1{
	z-index:-1;
	position:absolute;
	top:-27px;
	left:50%;
	transform:translate(-50%,0%);
	font-family:myfont2;
	font-weight:800;
	font-size:20px;
	text-align:center;
	color:#8B723A;
	max-width:324px;
	width:100%;
	height:76px;
	background:#fff;
	padding-top:0px;
	padding:10px 0;
	letter-spacing:5px;
}
.top_4_sub_1 .title_2{
	font-size:16px;
}
.top_4_sub_s1 .title_s2:nth-child(1) .title_1{
	font-size:40px;
}

.top_5_main .top_5_sub_1 .title_1{
	font-size:40px;
}
.top_5_main{
	padding:50px 0 0px 0;
}	
/*footer 784*/

.footer_sub_2{
	font-size:12px;		
}
/*etc 783*/
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:block;	
}
}

@media screen and (max-width:550px) {
/*keyvisual 550*/

.top_kv_img{
	object-fit:cover;width:100%;height:200px;
}
.top_kv_title_div{
	max-width:1200px;width:100%;margin:0 auto;position:absolute;bottom:0;left:50%;transform:translate(-50%, 0);
}
.top_kv_title_img{
	position:absolute;top:15px;left:7px;
}

.top_kv_2_img_2{
	right:0px;
}
/*news 550*/
.top_news_sub_1 .text{
	font-size:25px;	
}
/*footersp 550*/
.footer_sub_1_sp{
	max-width:1200px;
	margin:60px auto 0 auto;
	width:100%;
	color:#6B635C;
}

.footer_sub_1_sp .text_1{
	margin-top:33px;
	text-align:center;
	font-size:13px;
}

.footer_sub_1_sp .text_2{
	margin:30px 0 65px 0;
	line-height:100%;
	text-align:center;
	font-size:13px;
}

.footer_sub_1_sp .list_1{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:12px;
	line-height:300%;
}
.footer_sub_1_sp .list_1 a{
	font-size:12px;
	color:#6B635C;
}
.footer_sub_1_sp .flex_1{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1_sp .flex_2{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1_sp .btn_1{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:146px;
	height:40px;
	font-size:13px;
	color:#fff;
	background:#6B635C;
	border-radius:35px;
	margin:0 auto;

}
.footer_sub_1_sp .btn_2{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:146px;
	height:40px;
	font-size:13px;
	color:#6B635C;
	background:#fff;
	border-radius:35px;
	border:1px solid #6B635C;
	margin:0px auto 0 auto;
}
.footer_sub_1_sp .tel_1{
	text-align:center;
	max-width:200px;
	width:100%;
	flex:0.5;
}
.footer_sub_1_sp .tel_1 img{
	width:100%;
}
.footer_sub_1_sp .img{
	margin:0px auto 0 auto;
	text-align:center;
}
.footer_sub_1_sp .sns_2{
	flex:0.4;
}
.footer_sub_1_sp .sns_2 img{
	max-width:30px;
	width:100%;
}

	
/*etc 550*/
.res_pc_br_550{
	display:none;		
}
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:block;
}
.top_pc_flex{
	display:none;
}
.top_tab_flex{
	display:none;
}
.top_sm_flex{
	display:flex;
}	
}

@media screen and (max-width:430px) {
/*menu 430*/

	
/*etc 430*/
.top_sm_only{
	display:block;
}
.top_sm_only_none{
	display:none;
}

}