@charset "UTF-8";
/* CSS Document */

/*
Google Fonts
*************************************/
@font-face {
	font-family: "Barlow";
	font-display: swap;
	src:
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Thin.woff2")format("woff2"),
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Thin.woff")format("woff"),
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Thin.eot")format("eot"),
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Thin.ttf")format("truetype")
	;
	font-weight: 100;
    font-style: normal;
}
@font-face {
	font-family: "Barlow";
	font-display: swap;
	src:
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Light.woff2")format("woff2"),
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Light.woff")format("woff"),
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Light.eot")format("eot"),
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Light.ttf")format("truetype")
	;
	font-weight: 300;
    font-style: normal;
}
@font-face {
	font-family: "Barlow";
	font-display: swap;
	src:
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Medium.woff2")format("woff2"),
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Medium.woff")format("woff"),
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Medium.eot")format("eot"),
	url("https://www.kinoshita-koumuten.co.jp/wp-includes/fonts/Barlow/Barlow-Medium.ttf")format("truetype")
	;
	font-weight: 500;
    font-style: normal;
}

::selection{
    background: #000000;
    color: #ffffff;
}

*{
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration:none;
	color:#000;
	transition: 0.3s;
}
a:hover{
	opacity: 0.7;
}


body{
	margin:0;
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14.7px;
	line-height: 1.9em;
	letter-spacing: 0.03em;
	font-style: normal;
	position:relative;
	background:#fff;
}


/* ---- loading------- */
.common_loading{
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
}

.common_loading img{
	width: 20%;
	max-width:200px;
}
@media screen and (max-width: 599px) {
	.common_loading img{
		width: 30%;
		max-width:200px;
	}
}


h1,h2,h3,h4,h5,h6{
	line-height:1.5em;
}

/* ---- arrow btn hoverMove------- */
.arrowbtn{
	font-size:0.8rem;
	width:100px;
    display:inline-block;
    cursor:pointer;
    position: relative;
    text-decoration: none;
}
.arrowbtn_navilist{
    display:inline-block;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	padding-left:30px;
}
.arrowbtn_navilist:hover{
	color:#004098;
}
.arrowbtn::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    width: 20px;
    height: 3px;
    border: none;
    border-right: 2px solid #004098;
    border-bottom: 1px solid #004098;
    transform: skew(45deg);
    transition: .3s;
}
.arrowbtn:hover::after{
    right: 10px;
    width: 30px;
    border-right: 2px solid #004098;
    border-bottom: 1px solid #004098;
}
.arrowbtn_navilist::before{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: 0px;
    width: 15px;
    height: 3px;
    border: none;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
    transform: skew(45deg);
    transition: .3s;
}
.arrowbtn_navilist:hover::before{
    left: 0px;
    width: 20px;
    border-right: 2px solid #004098;
    border-bottom: 1px solid #004098;
}


/* ---- scrool fadein------- */
.fadein {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
}
.fadein.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}
/* ---- scrool anim end------- */


/* ---- header------- */
header{
	width:100%;
	height:90px;
	z-index:2;
	box-sizing:border-box;
	background:#fff;
	position:relative;
}
header#lp{
	height:0px;
}
header > .company_logo{
	width:10%;
	min-width:180px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	position:fixed;
	top:25px;
	left:15px;
	z-index:5;
}
header > .company_logo img{
	max-height:50px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
header#lp > .company_logo img{
	filter: drop-shadow(0px 0px 5px rgb(255 255 255 / 100%));
}
header > .company_logo.is-animation{
	width:8%;
	min-width:130px;
	top:15px;
}
header > .company_logo.is-animation img{
	max-height:40px;
}
header > .header_group_logo{
	position:absolute;
	top:10px;
	bottom:0;
	right:180px;
	width:110px;
	height:fit-content;
	margin:auto;
}
header > .header_group_logo img{
	width:100%;
}


/* ---- header_navi_wrapper ------- */
header .header_navi_wrapper{
	width:calc(100% - 650px);
	max-width:1200px;
	margin: auto ;
}

/* ---- header .sub_navi ------- */
header .header_navi_wrapper .sub_navi{
}
header .header_navi_wrapper .sub_navi ul{
	display:flex;
	justify-content:flex-end;
}
header .header_navi_wrapper .sub_navi ul li{
	list-style:none;
	font-size:0.7rem;
	height:40px;
	margin:0 0 0 30px;
	line-height:1em;
	align-items:center;
	display:flex;
}
header .header_navi_wrapper .sub_navi ul li a{
	padding-right:15px;
	background:url(https://www.kinoshita-koumuten.co.jp/img/arrow_a_b.svg) no-repeat center right 0px / 4px;
}
header .header_navi_wrapper .sub_navi ul li a:hover{
	color:#004098;
}

/* ---- header .header_navi_wrapper .navi ------- */
header .header_navi_wrapper .navi{
}
header .header_navi_wrapper .navi ul{
	display:flex;
	justify-content:space-between;
	position: relative;
}
header .header_navi_wrapper .navi ul ul{
	display: block;
}
header .header_navi_wrapper .navi ul > li{
	list-style:none;
	width:25%;
	border-left:1px solid #eee;
}
header .header_navi_wrapper .navi ul > li:last-child{
	border-right:1px solid #eee;
	height:50px;
	padding:0 0 0px;
}
header .header_navi_wrapper .navi li .hover-box{
	width:100%;
	height:100%;
	display: table;
	position:relative;
	}
header .header_navi_wrapper .navi li span{
	display:block;
	line-height:1em;
	font-size:50%;
}
header .header_navi_wrapper .navi ul li .hover-box a{
	font-size:90%;
	text-decoration: none;
	color: #000;
	transition:all .3s;
	display: table-cell;
	vertical-align: middle;
	font-weight:bold;
	line-height:1.5em;
}
header .header_navi_wrapper .navi ul > li:last-child .hover-box a{
	font-size:85%;
	letter-spacing:0em;
}

header .header_navi_wrapper .navi ul li a:hover{
	color:#004098;
}

header .header_navi_wrapper .navi ul li .hover-box.select_content a{
	border-bottom:2px solid #004098;
	color:#004098;
}
	
/*2階層目以降の画像設定*/
header .header_navi_wrapper .navi ul li .hover-box{
	height:50px;
	list-style:none;
	text-align:center;
}
header .header_navi_wrapper .navi ul li .hover-box::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1.5px;
background: #004098;
bottom: 10px;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
header .header_navi_wrapper .navi ul li .hover-box:hover::after {
visibility: visible;
bottom: 0px;
opacity: 1;
}

header .header_navi_wrapper .navi li.has-child ul{
	position: absolute;
	left:0;
	top:50px;
	z-index: 999;
	background:#f5f5f5;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	padding:40px 0 40px;
	margin: 0 calc(50% - 50vw);
	/* width: 100vw; */
	width: 100vw; /*全体はみ出し応急処置*/
	box-sizing:border-box;
}
header .header_navi_wrapper .navi li.has-child:hover > ul{
	visibility: visible;
	opacity: 1;
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
}
header .header_navi_wrapper .navi li.has-child ul .menu_box{
	width:90%;
	max-width:1400px;
	margin:auto;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box h3{
	color:#004098;
	font-size:1.2em;
	margin-bottom:10px;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box p{
	font-size:0.8rem;
	margin:0 0 20px 0;
	line-height:1.7em;
}
header .header_navi_wrapper .navi li.has-child .inner_openbox{
	width:90%;
	max-width:1200px;
	margin:auto;
}

/* menu_top_box */
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_top_box{
	margin:0 0 10px 0;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_top_box h4{
	font-size:0.9rem;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_top_box h4 a.arrowbtn{
	font-size:0.9rem;
    display:inline-block;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	width:fit-content;
	padding-right:50px;
}

/* menu_sub_box */
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box{
	display:flex;
	justify-content:space-between;
}

/* menu_sub_box a*/
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a{
	width:48%;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a dl,
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_b dl{
	margin:0 0 10px 0;
	border-top:0.5px solid #ccc;
	padding-top:10px;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a dl h4,
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_b dl h4{
	font-size:0.9rem;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a dl h4 a.arrowbtn,
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_b dl h4 a.arrowbtn{
	font-size:0.9rem;
    display:inline-block;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	width:fit-content;
	padding-right:50px;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a dl h5,
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_b dl h5{
	font-size:0.8rem;
	padding-left:30px;
	margin-top:15px;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a dl dd,
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_b dl dd{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:10px 0 0 auto;
	font-size:0.8rem;
	width:calc(100% - 30px);
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a dl dd a,
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_b dl dd a{
	width:50%;
	background:url(https://www.kinoshita-koumuten.co.jp/img/arrow_a_b.svg) no-repeat center right 20px / 5px;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a dl dd a.w100,
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_b dl dd a.w100{
	width:100%;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_b{
	width:48%;
}
/*ナビゲーションaタグの形状*/
header .header_navi_wrapper .navi li.has-child ul.design_top_navi ol.list li{
	width:48%;
}
header .header_navi_wrapper .navi li.has-child ul.design_top_navi ol.list li dl dt{
	background:#ccc;
	max-height:180px;
	overflow:hidden;
}
header .header_navi_wrapper .navi li.has-child ul.design_top_navi ol.list li dl dt img{
	width:100%;
	object-fit:cover;
}
header .header_navi_wrapper .navi li.has-child ul.lineup_top_navi ol.list{
	justify-content:flex-start;
}
header .header_navi_wrapper .navi li.has-child ul.lineup_top_navi ol.list li{
	width:19%;
}
header .header_navi_wrapper .navi li.has-child ul.lineup_top_navi ol.list li:not(:nth-child(n + 5)){
	margin:0 0 10px 0;
}
header .header_navi_wrapper .navi li.has-child ul.lineup_top_navi ol.list li:not(:nth-child(5n)){
	margin-right:1.25%;
}
header .header_navi_wrapper .navi li.has-child ul.lineup_top_navi ol.list li:nth-child(5n){
	margin-bottom:10px;
}
header .header_navi_wrapper .navi li.has-child ul.lineup_top_navi ol.list li dl dt{
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl h4{
	font-size:0.9rem;
	margin:5px 0;
	line-height:1.5em;
	padding-left:25px;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl h4.tokyo{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_tokyo.svg) no-repeat center left #f5f5f5;
	background-size:auto 100%;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl h4.kanagawa{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_kanagawa.svg) no-repeat center left #f5f5f5;
	background-size:auto 100%;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl h4.saitama{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_saitama.svg) no-repeat center left #f5f5f5;
	background-size:auto 100%;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl h4.chiba{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_chiba.svg) no-repeat center left #f5f5f5;
	background-size:auto 100%;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl h4.ibaraki{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_ibaraki.svg) no-repeat center left #f5f5f5;
	background-size:auto 100%;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl h4.miyagi{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_miyagi.svg) no-repeat center left #f5f5f5;
	background-size:auto 100%;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl h4.kyoto{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_kyoto.svg) no-repeat center left #f5f5f5;
	background-size:auto 100%;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl h4.osaka{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_osaka.svg) no-repeat center left #f5f5f5;
	background-size:auto 100%;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl h4.fukuoka{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_fukuoka.svg) no-repeat center left #f5f5f5;
	background-size:auto 100%;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse{
	width:100%;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl{
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl .modelhouse_list{
	display:flex;
	flex-wrap:wrap;
	width:calc(100% - 30px);
	margin:0 0 10px auto;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl .modelhouse_list a{
	width:19%;
	display:flex;
	flex-wrap:wrap;
	margin-right:1%;
	margin-bottom:10px;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl .modelhouse_list a:last-child{
	margin-right:0;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl .modelhouse_list a dt{
	width:40px;
	height:30px;
	overflow:hidden;
	background:#000;
	margin:0 5px 0 0;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl .modelhouse_list a dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl .modelhouse_list a dd{
	align-items:center;
	display:flex;
	border:none;
	background:url(https://www.kinoshita-koumuten.co.jp/img/arrow_a_b.svg) no-repeat center right 10px;
	background-size:auto 10px;
	width:calc(100% - 45px);
}
header .header_navi_wrapper .navi ul > li.modelhouse .menu_box .sub_inner_modelhouse dl .modelhouse_list a dd h5{
	font-size:0.8rem;
	line-height:1.2em;
	font-weight:normal;
}


header .header_navi_wrapper .navi li.has-child ul.contact_top_navi ol.list li:nth-child(1) dt{
	background:#f0f0f0;
	text-align:center;
	position:relative;
}
header .header_navi_wrapper .navi li.has-child ul.contact_top_navi ol.list li:nth-child(1) dt img{
	width:90%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}




/*========= 検索窓を開くためのボタン設定 ===========*/

.open-btn{
	position: absolute;
	top:0;
	right:110px;
	background:url("https://www.kinoshita-koumuten.co.jp/img/navi/icon_seach.svg") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
	background-size: 27px 27px;
	width:50px;
	height:100%;
	cursor: pointer;/*カーソルを指マークに*/
	z-index:100;
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.open-btn.btnactive{
	background:url("https://www.kinoshita-koumuten.co.jp/img/navi/icon_seach_close.svg") no-repeat 15px center;/*閉じるアイコンを背景に表示*/
	background-size: 30px 30px;
}

/*========= 検索窓の設定 ===============*/

/*==検索窓背景のエリア*/

#search-wrap{
    position:absolute;/*絶対配置にして*/
	top:90px;
    right:10px;
	z-index: -1;/*最背面に設定*/
	opacity: 0;/*透過を0に*/
	width:300px;/*横幅は0に*/
	transition: all 0.4s;/*transitionを使ってスムースに現れる*/
	border-radius: 5px;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive{
	opacity: 1;/*不透明に変更*/
	z-index: 3;/*全面に出現*/
	width:280px;
	padding:10px;
	top:100px;
	background:#fffe;
}

/*==検索窓*/
#search-wrap #searchform{
	display: none;/*検索窓は、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform{
	display: block;/*検索窓を表示*/
}

/*==検索フォームの設定*/

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	outline: none;
	cursor: pointer;/*カーソルを指マークに*/
	color: #666;
	background:transparent;
}
/*テキスト入力input設定*/
 #search-wrap input[type="text"] {
	 width: 100%;
	 border: none;
	 border-bottom:1px solid #333;
	 transition: all 0.5s;
	 letter-spacing: 0.05em;
	 height:40px;
	 padding: 10px;
	 box-sizing:border-box;
}
/*テキスト入力inputにフォーカスされたら*/
 #search-wrap input[type="text"]:focus {
	 background:#fff;/*背景色を付ける*/
}
/*ボタンinput設定*/
 #search-wrap input[type="submit"] {
	 position: absolute;
	 top:15px;
	 right:20px;
	 background:url("https://www.kinoshita-koumuten.co.jp/img/navi/icon_seach.svg") no-repeat right;/*虫眼鏡アイコンを背景に表示*/
	 background-size: 25px 25px;
	 width:30px;
	 height:30px;
	 border:none;
}


/* ---- custom_h1------- */
h1.custom_h1{
	font-size:8px;
	text-align:left;
	font-weight:400;
	margin-left:1em;
	position:absolute;
	top:5px;
	left:0;
}
#lp h1.custom_h1{
	color:#fff;
}

/* chormeの補完機能 カラーoff*/
input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
}

/*　company_logo fadeout　*/
.is-none {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
/*　-- Gnavi --　*/
.navi_menu{
	top:5px;
	position: fixed;
	/*width: 100px;*/
	right:0;
	z-index:3;
}

.navi_menu .navi_menu-inner{
    display: flex;
    justify-content: space-between;
    padding: ０px;
}

.navi_menu .menu-wrapper{
    position: relative;
}

.navi_menu .btn{
    width: 100%;
    display: block;
    width: 100px;
    height: 60px;
    position: absolute;
    top:10px;
    right: 0;
    z-index: 999;
}
  
.navi_menu .bar{
    width: 70px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    transition: transform .3s;
}
  
.navi_menu .bar-top{
	top: 10px;
}
.navi_menu .bar-middle{    
    top: 50%;
    transform: translate(-50%,-50%);
}
.navi_menu .bar-bottom{bottom: 10px;
}

.navi_menu .btn.close .bar-top{      
    transform: translate(-50%,16px) rotate(45deg);      
    transition: transform .3s;
}  
.navi_menu .btn.close .bar-middle{      
    opacity: 0;       
    transition: opacity .3s;    
}    
.navi_menu .btn.close .bar-bottom{      
    transform: translate(-50%,-22px) rotate(-45deg);      
    transition: transform .3s;    
}
.navi_menu .menu-lists{
    display: none;
    background-color:rgba(255,255,255,0.95);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
}
.navi_menu .menu-lists .content_all{
	display:flex;
	justify-content:space-between;
	max-width:2000px;
	margin:auto;
}

.navi_menu .menu-lists .content_all .content_image{
	width:40%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top:0;
}

.content_all .content_image .navi_upper_logo{
	width:250px;
	height:fit-content;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.content_all .content_image .navi_upper_logo .etc-content ul{
	display:flex;
	justify-content:space-around;
}
.content_all .content_image .navi_upper_logo .etc-content ul li{
	list-style:none;
}
.content_all .content_image .navi_upper_logo .etc-content ul li a{
	font-size:70%;
	margin-right:1em;
	background:url(https://www.kinoshita-koumuten.co.jp/img/arrow_a_b.svg) no-repeat center right 0px;
	background-size:auto 10px;
	padding-right:1em;
}

.navi_menu .menu-lists .content_all .content_matter{
	width:65%;
	background:#fff;
	padding:100px 0;
}


/*　-- Gnavi menu-lists --　*/
.navi_menu .menu-lists .menu-content{
	width:90%;
	max-width:1000px;
	margin:auto;
}
.navi_menu .menu-lists .menu-content .sub_title{
	margin:0 0 1 0;
}
.navi_menu .menu-lists .menu-content .sub_title h6{
	font-size:2rem;
	font-family: 'Barlow', sans-serif;
	font-weight:100;
}
.navi_menu .menu-lists .menu-content .sub_title h3{
	font-size:0.9rem;
}

/*　-- Gnavi switch--　*/
.navi_menu .menu-lists .menu-content .switch_contents {
}
.navi_menu .menu-lists .menu-content .switch_cate_title {
	position: relative;
	padding: 15px 0;
	cursor: pointer;
	line-height: 1.4;
	border-bottom: 0.5px solid #666;
	display:flex;
}
.navi_menu .menu-lists .menu-content .switch_cate_title dt{
	width:60px;
	height:60px;
	overflow:hidden;
	margin:0 10px 0 0;
}
.navi_menu .menu-lists .menu-content .switch_cate_title dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.navi_menu .menu-lists .menu-content .switch_cate_title dd{
	align-items:center;
	display:flex;
	width:calc(100% - 100px);
}
.navi_menu .menu-lists .menu-content .switch_cate_title dd h3{
	font-size:0.9rem;
}
.navi_menu .menu-lists .menu-content .switch_cate_title dd p{
	font-size:0.8rem;
}
.navi_menu .menu-lists .menu-content .switch_btn {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.navi_menu .menu-lists .menu-content .switch_btn:before,
.navi_menu .menu-lists .menu-content .switch_btn:after {
	display: block;
	content: '';
	background-color: #666;
	position: absolute;
	width: 20px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.navi_menu .menu-lists .menu-content .switch_btn:before {
	width: 1px;
	height: 20px;
}
.navi_menu .menu-lists .menu-content .switch_cate_title.selected .switch_btn:before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont {
	display: none;
	background:#f9f9f9;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:20px;
}

.navi_menu .menu-lists .menu-content .switch_contents .sub_cont .menu-content-inner{
	margin-bottom:30px;
}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont .menu-content-inner.contact h4{
	background:url("https://www.kinoshita-koumuten.co.jp/img/icon_contact.svg") no-repeat top left 30px/ auto 80%;
}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont .menu-content-inner.contact h4 a{
	padding-left:55px;
}

.navi_menu .menu-lists .menu-content .switch_contents .sub_cont .menu-content-inner:last-child{
	margin-bottom:0px;
}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont .menu-content-inner h4{
	font-size:0.8rem;
	border-bottom:0.5px solid #ccc;
	padding-bottom:5px;
}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont .menu-content-inner h4 a.arrowbtn{
	font-size:0.8rem;
    display:inline-block;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	width:fit-content;
	padding-right:50px;
}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont .menu-content-inner h5{
	font-size:0.8rem;
	padding-left:30px;
	margin-top:15px;
}

.navi_menu .menu-lists .menu-content .switch_contents .sub_cont .menu-content-inner.other{

}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont .menu-content-inner.other h4{
	padding:7px 0;
}

/*　-- Gnavi menu-content-inner--　*/
.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner{
	display:flex;
	flex-wrap:wrap;
	width:calc(100% - 30px);
	margin:0 0 0 auto;
}
.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner dl{
	width:32%;
	padding:0;
	margin-right:2%;
	/* border-bottom:0.5px dotted #666; */
	transition: all .5s;
}
.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner dl.w100{
	width:100%;
}
.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner dl:nth-child(3n){
	margin-right:0;
}
.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner dl a{
	text-decoration:none;
}
.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner dl dd{
	width:100%;
	display: table;
	position:relative;
	background:url(https://www.kinoshita-koumuten.co.jp/img/arrow_a_b.svg) no-repeat center right 10px;
	background-size:auto 10px;
	padding-right:30px;
	box-sizing:border-box;
}
.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner dl dd div{
	display: table-cell;
	vertical-align: middle;
	padding:5px 0;
}
.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner dl dd div p.navi_title{
	font-size:0.8rem;
	line-height:1.3em;
	margin:0 0 0.2em 0;
}

/*-- .sub_cont modelhouse-- */
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont.modelhouse {
}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont.modelhouse h4{
	margin-bottom:15px;
}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont.modelhouse h5{
	font-size:0.8rem;
	margin-bottom:0.7em;
	display: flex;
	align-items: center;
}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont.modelhouse h5::after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #ddd;
	 margin-left: 1em;
}

/*-- .sub_cont sns-- */
.sub_cont .menu-content-inner.sns{
}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont .menu-content-inner.sns h4{
	border-bottom:none;
	text-align:center;
	font-size:0.7rem;
	margin:0 0 5px 0;
}
.sub_cont .menu-content-inner.sns dl{
	display:flex;
	justify-content:center;
}
.sub_cont .menu-content-inner.sns dl a{
	width:25px;
	margin-right:25px;
}
.sub_cont .menu-content-inner.sns dl a:last-child{
	margin-right:0px;
}
.sub_cont .menu-content-inner.sns dl a img{
	width:100%;
}

/*-- navi_othet_list info logo-- */

.navi_menu .menu-lists .info .logo{
	width:150px;
	margin:100px auto 0;
	text-align:center;
}
.navi_menu .menu-lists .info p.text{
	text-align: center;
    font-size: 12px;
}


/*-- company_info-- */
.navi_menu .menu-lists .menu-content ol ul li.company_info{
	font-size:90%;
}
.navi_menu .menu-lists .menu-content ol ul li.company_info .navi_title_text{
	display:flex;
	justify-content: center;
}
.navi_menu .menu-lists .menu-content ol ul li.company_info .navi_title_text dl:not(:last-child){
	margin:0 1em 0 0;
	padding:0 1em 0 0;
	border-right:1px solid #ccc;
}

/*-- news-content-- */
.navi_menu .menu-lists .content_all .content_matter .news-content {
	width:90%;
	max-width:1000px;
	margin:auto;
	margin-top:30px;
}
.navi_menu .menu-lists .content_all .content_matter .news-content .sub_title{
	margin:0 0 10px 0;
}
.navi_menu .menu-lists .content_all .content_matter .news-content .sub_title h6{
	font-size:2rem;
	font-family: 'Barlow', sans-serif;
	font-weight:100;
}
.navi_menu .menu-lists .content_all .content_matter .news-content .sub_title h3{
	font-size:0.9rem;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li{
	list-style:none;
	padding:10px 40px 10px 0;
	border-bottom:0.5px solid #ccc;
	position:relative;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li:first-child{
	border-top:0.5px solid #ccc;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li a{
	display:flex;
	justify-content:space-between;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(1){
	width:100px;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	border-right:1px solid #ccc;
	display: table;
	position:relative;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(1) dt{
	display: table;
	position:relative;
	display: table-cell;
	vertical-align: middle;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(1) dt p.date{
	font-size:100%;
	line-height:1em;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(1) dt p.cate{
	font-size:100%;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(2){
	width:calc(100% - 110px);
	display:flex;
	justify-content:space-between;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(2) dt{
	width:40px;
	height:40px;
	overflow:hidden;
	margin:0 10px 0 0;
	background:#f6f6f6;
	box-sizing:border-box;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(2) dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(2) dd{
	width:calc(100% - 50px);
	display: table;
	position:relative;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(2) dd p{
	font-size:0.85rem;
	line-height:1.5em;
	display: table-cell;
	vertical-align: middle;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li .circle{
	position:absolute;
	top:0;
	right:0;
	margin:auto;
	height:1em;
	line-height:1em;
	height:100%;
	align-items:center;
	display:flex;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li .circle span{
	height:10px;
	width:10px;
	box-sizing:border-box;
	display:flex;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li .circle span img{
	height:10px;
	margin-left:-2px;
}

/*　other-content*/
.navi_menu .menu-lists .content_all .content_matter .other-content{
	width:90%;
	max-width:1000px;
	margin:auto;
	margin-top:30px;
}
.navi_menu .menu-lists .content_all .content_matter .other-content ul{
	display:flex;
	justify-content:space-between;
}
.navi_menu .menu-lists .content_all .content_matter .other-content ul li{
	list-style:none;
	font-size:0.8rem;
	background:#004098;
	width:32%;
	padding:5px 0;
}
.navi_menu .menu-lists .content_all .content_matter .other-content ul li a{
	color:#fff;
	width:100%;
	text-align:center;
}
.navi_menu .menu-lists .content_all .content_matter .other-content ul li a.arrowbtn::after{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
.navi_menu .menu-lists .content_all .content_matter .other-content ul li a.arrowbtn:hover::before{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}

/*　etc-content*/
.navi_menu .menu-lists .content_all .content_matter .etc-content{
	margin:30px 0 0 0;
	font-size:0.9rem;
}
.navi_menu .menu-lists .content_all .content_matter .etc-content ul{
	display:flex;
	margin:auto;
	width:fit-content;
}
.navi_menu .menu-lists .content_all .content_matter .etc-content ul li{
	list-style:none;
	margin-right:20px;
}
.navi_menu .menu-lists .content_all .content_matter .etc-content ul li a{
	background:url(https://www.kinoshita-koumuten.co.jp/img/arrow_a_b.svg) no-repeat center right 0px;
	background-size:auto 10px;
	padding-right:0.8em;
}

/*　navi_banner*/
.navi_menu .menu-lists .content_all .content_matter .navi_banner{
	width:90%;
	max-width:1000px;
	margin:40px auto 0;
}
.navi_menu .menu-lists .content_all .content_matter .navi_banner a{
	width:100%;
	max-width:700px;
	display:block;
	margin:auto;
}
.navi_menu .menu-lists .content_all .content_matter .navi_banner a img{
	width:100%;
}


/*　Gnavi　ここまで*/

footer{
	background:#fff;
	padding:150px 0 0 0;
}
footer .footerinfo{
	width:90%;
	max-width:1400px;
	margin:0 auto 70px;
}
footer .footerinfo.concept{
	margin-bottom: 50px;
}
footer .footerinfo.concept > h2{
	font-size:1.00rem;
}
footer .footerinfo.concept > p{
	font-size:0.85rem;
}

footer .footerinfo .footer_banner{
	width:100%;
	margin:0 auto 70px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
footer .footerinfo .footer_banner li{
	width:30%;
	list-style:none;
}
footer .footerinfo .footer_banner li a{
	width:100%;
	height:100%;
	display:block;
}
footer .footerinfo .footer_banner li a img{
	width:100%;
	height:100%;
}

footer .footerinfo .sitemap{
	font-size:90%;
}
footer .footerinfo .sitemap ul.service{
	display:flex;
	justify-content:flex-start;
	margin:0 0 50px 0;
}
footer .footerinfo .sitemap ul.service li{
	width:20%;
	margin:0 2.5% 0 0;
	padding:0 2.5% 0 0;
	list-style:none;
	border-right:1px dotted #ccc;
}
footer .footerinfo .sitemap ul.service li:nth-child(2){
	width:40%;
}
footer .footerinfo .sitemap ul.service li:nth-child(2) > a{
	margin:0 0 1em 0;
}
footer .footerinfo .sitemap ul.service li:nth-child(2) dl {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .footerinfo .sitemap ul.service li:nth-child(2) dl dd {
	width: 50%;
    margin: 0 0 40px 0;
}
footer .footerinfo .sitemap ul.service li:nth-child(2) dl dd h5 {
	font-size:100%;
	font-weight:normal;
	margin-bottom:10px;
}
footer .footerinfo .sitemap ul.service li:nth-child(2) dl dd h5 a {
	font-size:100%;
	border: none;
}
footer .footerinfo .sitemap ul.service li:last-child{
	border-right:none;
}
footer .footerinfo .sitemap ul.service li a{
	text-decoration:none;
	color:#000;
	display:block;
	border-bottom:1px dotted #ccc;
	font-size:110%;
}
footer .footerinfo .sitemap ul:nth-child(1) li a.sub{
	margin:0 0 0.5em 0.1em;
	border-bottom:none;
	font-size:100%;
	line-height:1.5em;
}
footer .footerinfo .sitemap ul:nth-child(1) li a.sub:before{
	content:"・";
}
footer .footerinfo .sitemap ul.service li:nth-child(2) dl dd h5 a.sub:before {
	content:"";
}
footer .footerinfo .sitemap ul:nth-child(2){
	width:100%;
	display:flex;
	justify-content:flex-start;
}
footer .footerinfo .sitemap ul:nth-child(2) li{
	width:100%;
	list-style:none;
}
footer .footerinfo .sitemap ul:nth-child(2) li > a{
	font-size:110%;
	margin:0 0 1em 0;
	border-bottom:1px dotted #999;
}
footer .footerinfo .sitemap ul:nth-child(2) li a{
	text-decoration:none;
	color:#000;
	display:block;
}
footer .footerinfo .sitemap ul:nth-child(2) li a.sub{
	margin:0 0 0.5em 0.1em;
	border-bottom:1px dotted #ccc;
	line-height:1.5em;
}
footer .footerinfo .sitemap ul:nth-child(2) li a.sub span{
	font-size:70%;
	display:block;
	padding-left:1em;
}
footer .footerinfo .sitemap ul:nth-child(2) li a.sub:before{
	content:"・"
}
footer .footerinfo .sitemap ul:nth-child(2) li dl{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
footer .footerinfo .sitemap ul:nth-child(2) li dd{
	width:20%;
	margin:0 5% 40px 0;
}
footer .footerinfo .sitemap ul:nth-child(2) li dd h5{
	font-size:100%;
	border-bottom:1px dotted #ccc;
	font-weight:normal;
}
footer .footer_end{
}
footer .footer_end dl{
	width:90%;
	margin:auto;
	padding:20px 0;
}
footer .footer_end p.copy{
	font-size:80%;
	font-family:'Jost', sans-serif;
	text-align:right;
}
footer .footer_end p.image{
	margin:0 0 0 auto;
	width:150px;
}


footer .footerinfo .sitemap ul.allservice{
	display:flex;
	margin:0 0 50px 0;
	flex-wrap:wrap;
	justify-content:space-between;
}
footer .footerinfo .sitemap ul.allservice li{
		width:30%;
	list-style:none;
}
footer .footerinfo .sitemap ul.allservice li dl{
	padding-left:0.5em;
}
footer .footerinfo .sitemap ul.allservice li.otherservice dl{
	margin-bottom:20px;
}
footer .footerinfo .sitemap ul.allservice li a{
	display:block;
}
footer .footerinfo .sitemap ul.allservice li > a{
	font-size:110%;
	border-bottom:1px dotted #999;
}
footer .footerinfo .sitemap ul.allservice li > a.inner_title{
	margin-top:20px;
}
footer .footerinfo .sitemap ul.allservice li dl a{
	border-bottom:1px dotted #ccc;
}
footer .footerinfo .sitemap ul.allservice li dl a.sub{
	margin:0 0 0.5em 0.1em;
	border-bottom:1px dotted #ccc;
	line-height:1.1em;
}

footer .footerinfo .sitemap ul.modelhouse{
	width:100%;
	display:flex;
	justify-content:flex-start;
}
footer .footerinfo .sitemap ul.allservice .toggle,
footer .footerinfo .sitemap ul.modelhouse .toggle {
display: none;
}
footer .footerinfo .sitemap ul.allservice .toggle,
footer .footerinfo .sitemap ul.modelhouse .option {
position: relative;
margin-bottom: 0.5em;
}
footer .footerinfo .sitemap ul.allservice .title,
footer .footerinfo .sitemap ul.modelhouse .title,
footer .footerinfo .sitemap ul.allservice .footerInfoContent,
footer .footerinfo .sitemap ul.modelhouse .footerInfoContent {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
footer .footerinfo .sitemap ul.allservice .title,
footer .footerinfo .sitemap ul.modelhouse .title {
	display: block;
	color: #333;
	border-bottom:1px dotted #ccc;
}
footer .footerinfo .sitemap ul.allservice .title::after,
footer .footerinfo .sitemap ul.allservice .title::before,
footer .footerinfo .sitemap ul.modelhouse .title::after,
footer .footerinfo .sitemap ul.modelhouse .title::before {
	content: "";
	position: absolute;
	right: 1em;
	top: 0.75em;
	width: 1.1px;
	height: 0.6em;
	background-color: #999;
	transition: all 0.5s;
}
footer .footerinfo .sitemap ul.allservice .title::after,
footer .footerinfo .sitemap ul.modelhouse .title::after {
	transform: rotate(90deg);
}
.footerInfoContent{
	max-height: 0;
	overflow: hidden;
}
.footerInfoContent a {
	margin: 0;
	padding: 0.3em 0em;
	line-height: 1.5;
}
.toggle:checked + .title + .footerInfoContent {
	max-height: 700px;
	transition: all 1s;
}
.toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}



/*　side sub menu */
#sub-menu{
	width:250px;
	position:fixed;
	right:-190px;
	bottom:50px;
	display:none;
	z-index:2;
}
#sub-menu.home,
#sub-menu.ownershouse{
	bottom:280px;
}
#sub-menu ul{
	transition: all 0.5s 0s ease;
	background:#004098;
}
#sub-menu ul:hover{
	transform: translate(-180px, 0px);
}
#sub-menu ul li{
	list-style:none;
	padding:10px 10px 10px 0;
	border-top:1px dotted #fff;
	border-left:1px dotted #fff;
}
#sub-menu ul li:last-child{
	border-bottom:1px dotted #fff;
}
#sub-menu ul li:first-child{
	background:#004098;
	padding:0 0 0 1em;
}
#sub-menu ul li p.sub-menu-titile{
	font-size:85%;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	color:#fff;
}
#sub-menu ul li a{
	display:flex;
}
#sub-menu ul li dt{
	width:60px;
	margin:0;
	align-items:center;
	display:flex;
	box-sizing:border-box;
}
#sub-menu ul li dt img{
	width:60%;
	margin:auto;
}
#sub-menu ul li dd{
	font-size:90%;
	align-items:center;
	display:flex;
	color:#fff;
}
#sub-menu ul li dd span{
	padding:0 0 0 1em;
	font-size:90%;
	font-weight:bold;
	box-sizing:border-box;
	border-left:1px dotted #ccc;
}
#sub-menu ul li.menu-sns{
	display:flex;
}
#sub-menu ul li.menu-sns dt{
	width:60px;
	margin:0;
}
#sub-menu ul li.menu-sns dt{
	width:60px;
	margin:0;
}
#sub-menu ul li.menu-sns dd{
	width:calc(100% - 60px);
	display:flex;
	border-left:1px dotted #ccc;
}
#sub-menu ul li.menu-sns dd a{
	width:30%;
}
#sub-menu ul li.menu-sns dd a img{
	width:25px;
	margin:auto;
}
/*　side sub menu end*/

/*　side sub menu lp */
#sub-menu-lp{
	width:100%;
	position:fixed;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	z-index:10;
	background:#0009;
}
#sub-menu-lp h5{
	font-size:0.9em;
	width:fit-content;
	margin:auto;
	padding:30px 0;
}
#sub-menu-lp h5 a{
	color:#fff;
	padding:20px 30px;
	border:1px solid #fff;
	border-radius:50px;
}

/*　side sub menu lp end*/

/*　sub_cta_ownershouse_book*/

.sub_cta_ownershouse_book{
	z-index:10;
	position:relative;
	display:none;
	*padding-bottom: env(safe-area-inset-bottom);
}

.bl_floatingBanner {
	position:fixed;
	right:10px;
	bottom:10px;
	margin:auto;
	padding:2px;
	width:130px;
	background:#fff;
	border:1px solid #ccc;
	box-sizing:border-box;
	line-height:0;
}
.sub_cta_ownershouse_book .bl_floatingBanner img{
	width:100%;
}
.bl_floatingBanner p{
	font-size:70%;
	line-height:1.3em;
	margin:7px 0;
}
.bl_floatingBanner.js_close {
  display: none;
}

.bl_floatingBanner_img {
  display: block;
  transition: 0.3s;
}
.bl_floatingBanner_img:hover {
  opacity: 0.6;
}
.bl_floatingBanner_close {
  width: 24px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0px;
  cursor: pointer;
	background:#000;
}
.bl_floatingBanner_close span:nth-of-type(1) {
  position: absolute;
  top: 11px;
  eft: 0;
  width: 24px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}
.bl_floatingBanner_close span:nth-of-type(2) {
  position: absolute;
  top: 0px;
  left: 11px;
  width: 1px;
  height: 24px;
  background-color: #fff;
  transform: rotate(45deg);
}


.content_title{
	margin:80px auto 70px;
	width:90%;
	max-width:1400px;
}

.content_title h6{
	font-size:280%;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	line-height:1.2em;
	text-transform: uppercase;
}
.content_title > h1{
	font-size:100%;
	line-height:1.3em;
}
.content_path{
	font-size:95%;
	margin-bottom:50px;
	background:#fafafa;
}
.content_path ul{
	width:90%;
	max-width:1400px;
	margin:auto;
	display:flex;
}
.content_path ul li{
	list-style:none;
}

.content_path ul li:not(:first-child):before{
	content:"／";
	margin:0 10px;
	color:#aaa;
}
.content_path ul li:not(:first-child){
	/* width: 13em; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



/*　footer_offer*/

.footer_offer{
	background:#f9f9f9;
	padding:40px 0;
	margin-top:100px;
}
.footer_offer h3{
	font-size:1.8rem;
	text-align:center;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	margin-bottom:20px;
}
.footer_offer.concept ul{
	width:90%;
	max-width:1400px;
	margin:auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footer_offer.concept ul li{
	list-style:none;
	width:48%;
}
.footer_offer.concept ul li a{
	list-style:none;
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
	background:#fff;
}
.footer_offer.concept ul li a.arrowbtn{
	width:100%;
}
.footer_offer.concept ul li a.arrowbtn::after{
}
.footer_offer.concept ul li a dt{
	width:150px;
	overflow:hidden;
	margin-right:20px
}
.footer_offer.concept ul li a dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.footer_offer.concept ul li a dd{
	width:calc(100% - 150px);
	padding-right:50px;
}
.footer_offer.concept ul li dd h6{
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	line-height:1.3em;
	font-size:1.0rem;
	margin:10px 0 0.3em;
}
.footer_offer.concept ul li dd h4{
	font-size:1.0.5rem;
	margin:0 0 0.5em 0;
}
.footer_offer.concept ul li dd p{
	font-size:90%;
	line-height:1.5em
}
@media screen and (max-width: 1279px) {
	header .header_navi_wrapper{
	width:calc(100% - 600px);
	}
	header .header_navi_wrapper .navi ul > li{
		width:25%;
	}
	header .header_navi_wrapper .navi ul > li.renovation{
		width:25%;
	}
	header .header_navi_wrapper .sub_navi ul li{
		margin:0 0 0 20px;
	}
}
@media screen and (max-width: 1199px) {
	header .header_navi_wrapper{
		width:calc(100% - 550px);
	}
	header > .header_group_logo{
		right:160px;
		width:100px;
	}
	.open-btn{
		right:100px;
	}
}

@media screen and (max-width: 1099px) {
	header .header_navi_wrapper .navi ul > li:last-child{
	}
	header .header_navi_wrapper .navi ul > li{
		width:33.33%;
	}
	header .header_navi_wrapper .navi ul > li:first-child{
	}
	header .header_navi_wrapper .navi ul > li:nth-child(3n){
		border-right:1px solid #eee;
		width:33.33%;
	}
	header .header_navi_wrapper .sub_navi ul li a span{
		display:none;
	}
}

@media screen and (max-width: 960px) {
	header .header_navi_wrapper{
		display:none;
	}
	.navi_menu .menu-lists .content_all{
		display:block;
		justify-content:unset;
	}
	.navi_menu .menu-lists .content_all .content_image{
		width:100%;
	    height: unset;
	    position: unset;
	    top:unset;
		background:#fff;
	}
	.content_all .content_image .navi_upper_logo{
		width:300px;
		height:fit-content;
		position:unset;
		top:unset;
		bottom:unset;
		left:unset;
		right:unset;
		padding:50px 0;
		text-align:center;
	}
	.content_all .content_image .navi_upper_logo img{
		width:80%;
	}
	.content_all .content_image .navi_upper_logo .etc-content ul li a{
		font-size:85%;
	}
	.navi_menu .menu-lists .content_all .content_matter{
		width:100%;
		padding:0 0 100px;
	}

}

@media screen and (max-width: 896px) {
	.footer_offer.concept ul{
		display:block;
		justify-content:unset;
		flex-wrap:unset;
	}
	.footer_offer.concept ul li{
		list-style:none;
		width:100%;
	}
}
	
@media screen and (max-width: 768px) {
	/*---- header ---- */
	header{
		height:70px;
	}
	header > .company_logo{
		width:170px;
		min-width:unset;
		top:20px;
		left:10px;
	}
	header > .company_logo.top{
		top:10px;
		left:10px;
	}
	header > .header_group_logo{
		right:130px;
	}
	.open-btn{
		right:70px;
	}
	
	/*---- Gnavi ---- */
	.navi_menu .btn{
	    width: 60px;
		height:50px;
	}
	.navi_menu .bar{
	    width: 50px;
	}
	.navi_menu .btn.close .bar-top{      
	    transform: translate(-50%,12px) rotate(45deg);
	}  
	.navi_menu .btn.close .bar-middle{ 
	}    
	.navi_menu .btn.close .bar-bottom{      
	    transform: translate(-50%,-18px) rotate(-45deg);  
	}
	
	.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner dl{
		width:48%;
		padding:0;
		margin-right:2%;
		/* border-bottom:0.5px dotted #666; */
		transition: all .5s;
	}
	.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner dl:nth-child(3n){
		margin-right:2%;
	}

	.content_path ul{
		width:unset;
		max-width:unset;
		margin:unset;
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
		display:flex;
		padding:0 20px;
	}
	.content_path ul::-webkit-scrollbar {
	    display: none;
	  }
	.content_path ul li:not(:first-child){
		/* width: 13em; */
		white-space: unset;
		overflow: unset;
		text-overflow: unset;
	}

	#sub-menu{
		width:100%;
		position:fixed;
		right:00px;
		bottom:0px;
		display:none;
		z-index:2;
		background:#f9f9f9;
		padding-bottom: env(safe-area-inset-bottom);
	}
	#sub-menu.home,
	#sub-menu.ownershouse{
		bottom:0;
	}
	#sub-menu ul{
		display:flex;
		justify-content:space-between;
		background:#04098;
	}
	#sub-menu ul:hover{
		transform:unset;
	}
	#sub-menu ul li{
		width:33%;
		padding:5px 0px 5px 0;
		border-top:1px dotted #ccc;
		border-left:1px dotted #ccc;
	}
	#sub-menu.home ul li{
		width:33%;
	}
	#sub-menu ul li a{
		width:fit-content;
		margin:auto;
	}
	#sub-menu.lp ul li,
	#sub-menu.bunjo ul li,
	#sub-menu.estate ul li{
		width:50%;
	}
	#sub-menu ul li:first-child{
		display:none;
	}
	#sub-menu ul li.menu-sns{
		display:none;
	}
	#sub-menu ul li dt{
		width:50px;
		margin:0;
		align-items:center;
		display:flex;
		box-sizing:border-box;
	}
	#sub-menu ul li dd span{
		padding:0 0 0 0;
		box-sizing:border-box;
		border-left:none;
		line-height:1.3em;
	}
	#sub-menu-lp h5{
		font-size:0.8rem;
	}
	.bl_floatingBanner {
		position:fixed;
		right:10px;
		bottom:65px;
		margin:auto;
		padding-top:5px;
		padding-left:5px;
		padding-right: 5px;
		width:120px;
		background:#fff;
		border:1px solid #ccc;
		margin-bottom: env(safe-area-inset-bottom);
	}
	
	footer{
		padding:70px 0;
	}
	footer .footerinfo{
		width:96%;
		max-width:unset;
		margin:0 auto 70px;
	}
	footer .footerinfo .footer_banner{
	}
	footer .footerinfo .footer_banner li{
		width:48%;
		margin-bottom:20px;
	}
	footer .footerinfo .sitemap ul.service li{
		width:33.33%;
	}
	footer .footerinfo .sitemap ul.allservice{
		justify-content:space-between;
	}
	footer .footerinfo .sitemap ul.allservice li{
		width:45%;
		margin:0 0 40px 0;
		list-style:none;
	}
	footer .footerinfo .sitemap ul.modelhouse li dl{
		flex-wrap:wrap;
		justify-content:space-between;
	}
	footer .footerinfo .sitemap ul.modelhouse li dd{
		width:46%;
		margin:0 0 30px 0;
	}
}

/* ----------599px–---------- */
@media screen and (max-width: 599px) {
	header > .company_logo{
		width:150px;
	}
	header > .company_logo.is-animation {
		width:130px;
		height:30px;
		top:5px;
		left:5px;
	}
	.open-btn{
		display:none;
	}
	header > .header_group_logo{
		right:70px;
		width:90px;
	}
	/*　-- Gnavi --　*/
	.navi_menu{
		top:0;
	    right:0;
	}
	.navi_menu .navi_menu-inner{
	    display: flex;
	    justify-content: space-between;
	}
	.navi_menu .menu-lists{
		width:100%;
		height:100%;
	}
	.content_all .content_image .navi_upper_logo .etc-content ul li a{
	}
	.content_all .content_image .navi_upper_logo img{
		width:60%;
		max-width:400px;
	}
	.navi_menu .menu-lists .menu-content ol ul li .navi_title_inner{
	}
	.navi_menu .menu-lists .menu-content ol ul li .navi_title_inner dl{
		width:100%;
		padding:5px 0;
		transition: all .5s;
	}
	.navi_menu .menu-lists .menu-content ol ul li .navi_title_inner dl dt img{
	}
	.navi_menu .menu-lists .menu-content ol ul li .navi_title_inner dl:not(:nth-child(n + 3)){
		border-top:none;
		padding-top:5px;
	}
	.navi_menu .menu-lists .menu-content ol ul li .navi_title_inner dl:first-child{
			border-top:0.5px dotted #666;
	}
	
	.navi_menu .menu-lists .content_all .content_matter .news-content li a{
		display:block;
		justify-content:unset;
	}
	.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(1){
		width:100%;
		font-weight:100;
		border-right:none;
	}
	.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(1) dt{
		display: unset;
		position:unset;
		display: unset;
		vertical-align: unset;
	}
	.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(1) dt p.date{
		display:inline-block;
		margin-right:1em
	}
	.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(1) dt p.cate{
		font-size:90%;
		display:inline-block;
	}
	.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(2) dt{
		width:50px;
		height:50px;
		margin:0 10px 0 0;
	}
	.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(2){
		width:100%;
	}
	.navi_menu .menu-lists .content_all .content_matter .news-content li{
		list-style:none;
		padding:5px 25px 5px 0;
		border-bottom:0.5px solid #ccc;
		position:relative;
	}
	.navi_menu .menu-lists .content_all .content_matter .other-content ul{
		flex-wrap:wrap;
	}
	.navi_menu .menu-lists .content_all .content_matter .other-content ul li{
		width:48.5%;
		margin-bottom:15px;
	}
	.navi_menu .menu-lists .content_all .content_matter .other-content ul li:nth-child(3){
		width:100%;
		margin-bottom:15px;
	}
	.navi_menu .btn{
	    top:5px;
	}
	#sub-menu ul li{
	}
	#sub-menu ul li a{
		display:unset;
		text-align:center;
	}
	#sub-menu ul li dt{
		width:unset;
		align-items:unset;
		box-sizing:border-box;
		margin:0 0 5px 0;
	}
	#sub-menu ul li dt img{
		width:25px;
		margin:auto;
	}
	#sub-menu ul li dd{
		font-size:80%;
		align-items:unset;
		display:unset;
	}
	#sub-menu ul li dd span{
		display:block;
	}
	#sub-menu-lp h5{
	}
	#sub-menu-lp ul li a dd{
		font-size:0.7em;
	}
	#searchform{
		display:none;
	}
	#s:focus {
		width: 150px;
	}

	footer .footerinfo .sitemap ul:nth-child(1){
		flex-wrap:wrap;
		justify-content:space-between;
	}
	footer .footerinfo .sitemap ul:nth-child(1) li{
		width:46%;
		margin:0 0 0 0;
		border-right:none;
	}

	footer .footerinfo .sitemap ul:nth-child(2){
	}
	footer .footerinfo .sitemap ul:nth-child(2) li dl{
		flex-wrap:wrap;
		justify-content:space-between;
	}
	footer .footerinfo .sitemap ul:nth-child(2) li dd{
		width:46%;
		margin:0 0 30px 0;
	}
}

/* ----------520px–---------- */
@media screen and (max-width: 520px) {
	#sub-menu ul li dd{
		font-size:70%;
	}
	/*-- company_info-- */
	.navi_menu .menu-lists .menu-content ol ul li.company_info{
		font-size:80%;
	}
	.navi_menu .menu-lists .menu-content .switch_btn {
		width: 15px;
		height: 15px;
	}
	#search-form{
		display:none;
	}
	footer .footerinfo .footer_banner{
		display:block;
		justify-content:unset;
		width:100%;
		max-width:400px;
	}
	footer .footerinfo .footer_banner li{
		width:100%;
		margin-bottom:10px;
	}
	footer .footerinfo .sitemap ul:nth-child(1) li{
		width:100%;
		margin:0 0 20px 0;
		border-right:none;
	}
	footer .footerinfo .sitemap ul.allservice li > a.inner_title{
	}
	footer .footerinfo .sitemap ul:nth-child(2) li dd{
		width:100%;
	}
	.modelhouse{
		padding:0 !important;
	}
	.navi_menu .menu-lists .menu-content .switch_contents .sub_cont.modelhouse {
		padding:20px !important;
	}
}

/* ----------376px–---------- */
@media screen and (max-width: 376px) {
	.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner dl{
		width:100%;
		padding:0;
		margin-right:0%;
	}
	.navi_menu .menu-lists .menu-content .menu-content-inner .navi_title_inner dl:nth-child(3n){
		margin-right:0;
	}
}


/* ------ gooddesign_space -------- */
.gooddesign_space{
	width:100%;
	height:auto;
	background:url(https://www.kinoshita-koumuten.co.jp/img/common/gooddesign_space/gooddesign_space_bg.webp)no-repeat center/ cover;
}
.gooddesign_space .wrap{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.gooddesign_space .wrap .good{
	width:35%;
	align-items:center;
	display:flex;
}
.gooddesign_space .wrap .good .sub_inner{
	width:80%;
	margin:auto;
	padding:100px 0;
}
.gooddesign_space .wrap .good .sub_inner img{
	width:60%;
	margin:0 0 20px 0;
}
.gooddesign_space .wrap .good .sub_inner p{
	font-size:95%;
	font-weight:bold;
	 font-feature-settings: "palt";
}
.gooddesign_space .wrap .good .sub_inner .btn{
	margin:30px 0 0 0;
}
.gooddesign_space .wrap .good .sub_inner .btn a{
	width:fit-content;
	min-width:unset;
	text-decoration:none;
	color:#fff;
	display:inline-block;;
	text-align:center;
	line-height:1.2em;
	padding:1.2em 4em 1.2em 3em;
	background:#004096;
}
.gooddesign_space .wrap .good .sub_inner .btn a.arrowbtn::after{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}

.gooddesign_space .wrap .pj{
	width:65%;
	display:flex;
	justify-content:space-between;
}
.gooddesign_space .wrap .pj dl{
	width:50%;
	overflow:hidden;
	position:relative;
}
.gooddesign_space .wrap .pj dl img{
	object-fit:cover;
	width:100%;
	height:100%;
	vertical-align:bottom;
	transition:0.3s all;
}
.gooddesign_space .wrap .pj dl > img:hover{
  transform:scale(1.1,1.1);
}
.gooddesign_space .wrap .pj dl a{
	position:absolute;
	bottom:10px;
	right:10px;
	background:#fff;
	padding:10px 50px 10px 20px;
}
.gooddesign_space .wrap .pj dl a.arrowbtn{
	width:fit-content;
}
.gooddesign_space .wrap .pj dl a.arrowbtn::after{
    content: "";
    display: block;
    position: absolute;
    top: unset;
	bottom:20px;
}
.gooddesign_space .wrap .pj dl a img{
	width:150px;
	vertical-align:baseline
}
.gooddesign_space .wrap .pj dl a h5{
	font-size:0.8rem;
}
.gooddesign_space .wrap .pj dl a h4{
	font-size:1.2rem;
}
.gooddesign_space .wrap .pj dl a h4 span{
	font-size:70%;;
}
.gooddesign_space .wrap .pj dl .logo{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff;
	padding:10px;
	width:18%;
}

/* ----------959px–---------- */
@media screen and (max-width: 959px) {
	.gooddesign_space .wrap{
		width:100%;
		max-width:unset;
		margin:0 auto;
		display:unset;
		justify-content:unset;
	}
	.gooddesign_space .wrap .good{
		width:100%;
		align-items:unset;
		display:block;
		padding:70px 0;
	}
	.gooddesign_space .wrap .good .sub_inner{
		width:80%;
		padding:unset;
		max-width:400px;
	}
	.gooddesign_space .wrap .good .sub_inner img{
		width:100%;
		max-width:300px;
		margin:0 auto 20px;
		display:block;
	}
	.gooddesign_space .wrap .good .sub_inner .btn{
		margin:30px auto 0;
		width:fit-content;
	}
	.gooddesign_space .wrap .pj{
		width:100%;
	}
	.gooddesign_space .wrap .pj dl{
		aspect-ratio: 5 / 5;
	}
}
/* ----------599px–---------- */
@media screen and (max-width: 599px) {
	.gooddesign_space .wrap .pj{
		width:100%;
		display:block;
		justify-content:unset;
	}
	.gooddesign_space .wrap .pj dl{
		width:100%;
	}
}


/* ----------announcement–---------- */
.announcement {
	margin:30px 0 50px 0;
	border:1px solid #000;
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;
}
.announcement p {
	font-size:90%;
  line-height: 1.8em;
}
.announcement a{
  font-weight: bold;
  text-decoration: none;
}
