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

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

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

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

.f-mincho{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , 'Noto Serif JP', serif;
	font-weight:100;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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;
	overflow-x:hidden;
}


/* ---- 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;
    display:inline-block;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	width:fit-content;
	text-align:center;
	line-height:1.2em;
	padding:0.8em 4em;
	border:1px solid #000;
	border-radius:30px;
}
.arrowbtn span{
	font-weight:100;
	font-family: 'Cormorant Garamond', serif;
	line-height:1em;
	font-size:90%;
	margin:0 0 0 0.5em;
}
.arrowbtn span::before {
	content: "\A" ;
	white-space: pre ;
}
.arrowbtn_navilist{
    display:inline-block;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	padding-left:30px;
}
.arrowbtn_navilist:hover{
	color:#000;
}
.arrowbtn::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    width: 20px;
    height: 3px;
    border: none;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
    transform: skew(45deg);
    transition: .3s;
}
.arrowbtn:hover::after{
    right: 10px;
    width: 30px;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
}
.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 #000;
    border-bottom: 1px solid #000;
}


/* ---- arrowCircle btn ------- */

.arrowCircle{
	width:20px;
	height:20px;
	border-radius:40px;
	border:1px solid #aaa;
	background:url("https://www.kinoshita-koumuten.co.jp/reform_renew/img/btn_arrow.svg") no-repeat center / 25%;
	 transition: .3s;
}
.arrowCircle_w{
	width:20px;
	height:20px;
	border-radius:40px;
	border:1px solid #fff;
	background:url("https://www.kinoshita-koumuten.co.jp/reform_renew/img/btn_arrow_w.svg") no-repeat center / 25%;
	 transition: .3s;
}

/* ---- 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:230px;
	-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;
	padding-right:0.5em;
}
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:10px;
}
header .header_navi_wrapper .sub_navi ul li a:after{
	content:"";
	display:inline-block;
	height:10px;
	width:10px;
	background:url("https://www.kinoshita-koumuten.co.jp/reform_renew/img/btn_arrow.svg") no-repeat center / 30%;
	vertical-align:sub;
}
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: 4;
	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{
	font-size:1.2rem;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box h5{
	font-weight:300;
	font-family: 'Cormorant Garamond', serif;
	margin-bottom:10px;
	font-size:1rem;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box p{
	font-size:0.8rem;
	margin:0 0 30px 0;
	line-height:1.7em;
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
}
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:before{
	display:inline-block;
	content:"";
	width:15px;
	height:15px;
	border-radius:40px;
	border:1px solid #aaa;
	background:url("https://www.kinoshita-koumuten.co.jp/reform_renew/img/btn_arrow.svg") no-repeat center / 25%;
	transition: .3s;
	vertical-align:sub;
	margin-right:5px;
}
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:before,
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_b dl h4:before,
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a .showroom_box h4:before{
	display:inline-block;
	content:"";
	width:15px;
	height:15px;
	border-radius:40px;
	border:1px solid #aaa;
	background:url("https://www.kinoshita-koumuten.co.jp/reform_renew/img/btn_arrow.svg") no-repeat center / 25%;
	transition: .3s;
	vertical-align:sub;
	margin-right:5px;
}
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 div{
	width:50%;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a dl dd div a{
	display:block;
}
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:100%;
	background:url(https://www.kinoshita-koumuten.co.jp/reform_renew/img/btn_arrow.svg) no-repeat center left 0px / 3px;
	padding-left:1em;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a dl dd .menu_sub2_inner{
	display:flex;
	justify-content:space-between;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a dl dd .menu_sub2_inner div{
	width:45%;
}
header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a dl dd .menu_sub2_inner div a{
	display:block;
}

header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_b{
	width:48%;
}

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;
}

header .header_navi_wrapper .navi li.has-child ul .menu_box .menu_sub_box .sub_inner_a .showroom_box p{
	padding-left:30px;
}


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

.open-btn{
	position: absolute;
	top:0;
	right:110px;
	background:url("/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("/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("/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:20;
}

.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(/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: 'Cormorant Garamond', serif;
	font-weight:300;
}
.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;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:20px;
}

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

.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:7px 0;
}
.navi_menu .menu-lists .menu-content .switch_contents .sub_cont .menu-content-inner h4:before{
	display:inline-block;
	content:"";
	width:13px;
	height:13px;
	border-radius:40px;
	border:1px solid #aaa;
	background:url("https://www.kinoshita-koumuten.co.jp/reform_renew/img/btn_arrow.svg") no-repeat center / 23%;
	transition: .3s;
	vertical-align:sub;
	margin-right:3px;
}
.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;
	padding:10px 0;
}
.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: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;
	box-sizing:border-box;
	background:url(https://www.kinoshita-koumuten.co.jp/reform_renew/img/btn_arrow.svg) no-repeat center left 0px / 3px;
	padding-left:0.8em;
}
.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;
}

/*-- .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: 'Cormorant Garamond', serif;
	font-weight:300;
}
.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;
	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:80%;
	line-height:1em;
}
.navi_menu .menu-lists .content_all .content_matter .news-content li a dl:nth-child(1) dt p.cate{
	font-size:80%;
	font-family: 'Cormorant Garamond', serif;
	font-weight:300;
	line-height:1.5em;
}
.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) dd{
	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.8rem;
	line-height:1.7em;
	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;
	width:32%;
	padding:5px 0;
	border:1px solid #000;
	border-radius:30px;
}
.navi_menu .menu-lists .content_all .content_matter .other-content ul li a{
	width:100%;
	text-align:center;
}
.navi_menu .menu-lists .content_all .content_matter .other-content ul li a.arrowbtn::after{

}
.navi_menu .menu-lists .content_all .content_matter .other-content ul li a.arrowbtn:hover::before{

}

/*　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(/img/arrow_a_b.svg) no-repeat center right 0px;
	background-size:auto 10px;
	padding-right:0.8em;
}

/*　Gnavi　ここまで*/








/* ---- contents.news ----- */
.news{
	margin: 150px 0;
}
.news ol{
	width:96%;
	max-width:1400px;
	margin:auto;
	display:flex;
	justify-content:space-around;
	position:relative;
	box-sizing:border-box;
	border-top:0.5px solid #ccc;
	border-bottom:0.5px solid #ccc;
	padding:0px 0;
}

.news dl{
	width:400px;
	border-right:0.5px solid #ccc;
}
.news dl h4{
	font-size:2rem;
	font-weight:100;
	font-family: 'Cormorant Garamond', serif;
	margin-top:50px;
}
.news dl h2{
	font-size:1.2rem;
}
.news dl .btn{
	margin:50px 0 0;
	font-size:90%;
}
.news dl .btn a{
}
.news dl .btn a.arrowbtn::after{
}
.news ul{
	width:calc(100% - 600px);
	padding:40px 0;
}
@media screen and (max-width:1080px){
.news ul {
    width: 100%;
    padding: 40px 0;
	flex-direction: column;
    align-items: center;
}}
.news ul li{
	list-style:none;
	padding:10px 40px 10px 0;
	border-bottom:0.5px solid #ccc;
	position:relative;
	z-index: 1;
}
.news ul li::before {
  background: #f5f5f1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .8s;
  z-index: -1;
}
.news ul li:hover {
  color: #fff;
}
.news ul li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.news ul li:first-child{
}
.news ul li:last-child{
	border-bottom:unset;
}
.news ul li a{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.news ul li a dl:nth-child(1){
	width:70px;
	height:70px;
}
.news ul li a dl:nth-child(1){
	margin-right:20px;
	background-size:cover !important;
	background-position:center center  !important;
}
.news ul li a dl:nth-child(2){
	width:calc(100% - 100px);
}
.news ul li a dl:nth-child(2) dd p.info_tag{
	margin-bottom:5px;
}
.news ul li a dl:nth-child(2) dd p span.date{
	font-size:90%;
	line-height:1em;
	display:inline-block;
	margin-right:1em;
	border-right:1px solid #999;
	padding-right:1em;
}
.news ul li a dl:nth-child(2) dd p span.cate{
	font-size:90%;
	font-weight:100;
	font-family: 'Cormorant Garamond', serif;
	display:inline-block;
	line-height:1.5em;
}
.news ul li a dl:nth-child(2) dd p.text{
	font-size:95%;
	line-height:1.5em;
}
.news ul li .circle{
	position:absolute;
	top:0;
	right:0;
	margin:auto;
	height:1em;
	line-height:1em;
	height:100%;
	align-items:center;
	display:flex;
}
.news ul li .circle span{
	box-sizing:border-box;
	display:flex;
	border-radius:40px;
	border:1px solid #aaa;
	padding:7px;
	transform: translateX(0) rotate(0turn);
    transition: 0.5s;
}
.news ul li .circle span img{
	height:7px;
	width:7px;
}
.news ul li:hover .circle span{
	transform: rotate(1.0turn);
	transform: translateX(0) rotate(0.5turn);
}





/* ---- focus ----- */
.focus{
	margin-bottom:200px;
}
.focus .title{
	width:90%;
	max-width:1400px;
	margin:0 auto 50px;
	display:flex;
	justify-content:space-between;
}
.focus .title .title_box{
	width:50%;
}
.focus .title .text_box{
	width:50%;
}
.focus .title h2{
	font-size:1.2rem;
}
.focus .title h4{
	font-size:2rem;
	font-weight:300;
	font-family: 'Cormorant Garamond', serif;
}
.focus ol.swiper{
	padding-left:5vw;
	position:relative;
	overflow:unset;
}
.focus ol ul.swiper-wrapper{
	width:100%;
	height:300px;
	position:relative;
}
.focus ol ul.swiper-wrapper.show:after{
	animation: swiperbottom 2.8s cubic-bezier(0.4, 0, 0.2, 1);
	animation-fill-mode: forwards;
}
@keyframes swiperbottom {
	0% {
		transform: translate(0);
	}
	50%, 60% {
		transform: translate3d(0,100%,0);
	}
	100% {
		transform: translate3d(0,100%,0);
	}
}
.focus ol ul.swiper-wrapper li.swiper-slide {
	width: 80%;
	max-width:500px;
	height: 100%;
	text-align: center;
	list-style:none;
	position:relative;
	margin:0 10px 0 0;
	transition: .3s;
	top:0;
	overflow:hidden;
	border-radius:10px;
}
.focus ol ul.swiper-wrapper li.swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
	transition: .3s;
}
.focus ol ul.swiper-wrapper li.swiper-slide:hover::before{
	 background-color: rgba(0,0,0,0.2);
}
.focus ol ul.swiper-wrapper li.swiper-slide:after{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100.5%;
	background:#fff;
	transform: translate3d(0%,0,0);
}
.focus ol ul.swiper-wrapper li.swiper-slide.show:after{
	animation: menu_swiperbottom 3.5s cubic-bezier(0.4, 0, 0.2, 1);
	animation-fill-mode: forwards;
}
.focus ol ul.swiper-wrapper li.swiper-slide:nth-child(2):after{animation-delay: 0.1s;}
.focus ol ul.swiper-wrapper li.swiper-slide:nth-child(3):after{animation-delay: 0.2s;}
.focus ol ul.swiper-wrapper li.swiper-slide:nth-child(4):after{animation-delay: 0.3s;}
.focus ol ul.swiper-wrapper li.swiper-slide:nth-child(5):after{animation-delay: 0.4s;}
.focus ol ul.swiper-wrapper li.swiper-slide:nth-child(6):after{animation-delay: 0.5s;}
.focus ol ul.swiper-wrapper li.swiper-slide:nth-child(7):after{animation-delay: 0.6s;}
.focus ol ul.swiper-wrapper li.swiper-slide:nth-child(8):after{animation-delay: 0.7s;}
.focus ol ul.swiper-wrapper li.swiper-slide:nth-child(9):after{animation-delay: 0.8s;}

@keyframes menu_swiperbottom {
	0% {
		transform: translate(0);
	}
	50%, 60% {
		transform: translate3d(0,100%,0);
	}
	100% {
		transform: translate3d(0,100%,0);
	}
}
.focus ol ul.swiper-wrapper li.swiper-slide:hover{
	top:-10px;
	filter: drop-shadow(0px 10px 10px #a5a591); 
}
.focus ol ul.swiper-wrapper li.swiper-slide dt{
	height:100%;
	width:100%;
}
.focus ol ul.swiper-wrapper li.swiper-slide dt img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.focus ol ul.swiper-wrapper li.swiper-slide dd{
	position:absolute;
	bottom:15px;
	left:20px;
	text-align:left;
	color:#fff;
}
.focus ol ul.swiper-wrapper li.swiper-slide dd h5{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , 'Noto Serif JP', serif;
	font-weight:normal;
	font-size:0.8rem;
	width:fit-content;
}
.focus ol ul.swiper-wrapper li.swiper-slide dd h4{
	font-size:1.1rem;
	margin-bottom:10px;
	border-bottom:1px solid #fff;
	width:fit-content;
	padding-bottom:3px;
}
.focus ol ul.swiper-wrapper li.swiper-slide dd p{
	font-size:90%;
	padding-right:100px;
	line-height:1.5em;
}
.focus ol ul.swiper-wrapper li.swiper-slide .arrowCircle_w{
	position:absolute;
	bottom:10px;
	right:10px;;
}
.focus ol .swiper-scrollbar {
  background-color: #ccc;
	bottom:-35px;
	left:150px;
	width:calc(96% - 150px)
}
.focus ol .swiper-scrollbar-drag {
  background-color:  #000;
}
.focus ol .swiper-button-prev,
.focus ol .swiper-button-next{
	position:absolute;
	top:unset;
	bottom:-50px;
	border-radius:30px;
	height:30px;
	width:30px;
	border:1px solid #666;
}
.focus ol .swiper-button-prev{
	left:30px;
}
.focus ol .swiper-button-next{
	right:unset;
	left:70px;
}
.focus ol .swiper-button-prev:after,
.focus ol .swiper-button-next:after{
	background:url("https://www.kinoshita-koumuten.co.jp/reform_renew/img/btn_arrow.svg") no-repeat center;
	font-family:unset;
	font-size:unset;
	content:"";
	display:block;
	width:10px;
	height:10px;
}
.focus ol .swiper-button-prev:after{
	transform: rotate(180deg);
}



/*========= contact_list ============*/
.contact_list{
	background:#fff;
	padding:100px 0 0;
}
.contact_list .title{
	margin:0 auto 30px;
	width:fit-content;
	text-align:center;
	position:relative;
}
.contact_list .title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  width: 1px;
  height: 70px;
  margin: auto;
  background-color: #ccc;
}
.contact_list .title h4{
	font-size:1rem;
	font-weight:500;
	font-family: "Open Sans", sans-serif;
	display:block;
}
.contact_list .title h2{
	font-size:1.1rem;
}
.contact_list .title h2 span{
	margin:auto;
}
.contact_list ol{
	width:90%;
	max-width:1400px;
	margin:auto;
}
.contact_list ol .box{
	padding:50px 0;
	background:#f9f9f9;
	margin-bottom:50px;
	border-radius:20px;
}
.contact_list ol .box:last-child{
	margin-bottom:unset;
}
.contact_list ol .box h3{
	font-size:1.05rem;
	text-align:center;
	box-sizing:border-box;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	width:fit-content;
	margin:0 auto 30px;
	padding:10px 1em;
}
.contact_list ol ul{
	display:flex;
	justify-content:space-between;
	box-sizing:border-box;
}
.contact_list ol ul li{
	list-style:none;
	width:50%;
	align-items:center;
	display:grid;
	padding:20px 0;
}
.contact_list ol ul li:nth-child(1){
}
.contact_list ul li p{
	font-weight:bold;
	font-size:1rem;
	line-height:1.3em;
	text-align:center;
	margin-bottom:5px;
}
.contact_list ul li .btn{
	width:fit-content;
	margin:0 auto;
}
.contact_list ul li .btn .arrowbtn{
	padding:0.8em 7em;
	line-height:3.0em;
	font-weight:bold;
}
.contact_list ul li.tel_btn{
	vertical-align: middle;
	text-align:center;
}
.contact_list ul li.tel_btn a{
	font-size:3rem;
	color:#000;
	line-height:1em;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight:400;
	letter-spacing:-0.05em;
}
@media screen and (max-width: 849px) {
.contact_list ul li.tel_btn a{
	font-size:2.5rem;
}	
	.contact_list ol ul{
		display:block;
		justify-content:unset;
	}
	.contact_list ol ul li{
		list-style:none;
		width:90%;
		align-items:center;
		display:block;
		padding:50px 0;
		margin:auto;
	}
	.contact_list ol ul li:nth-child(1){
		border-right:unset;
		border-bottom:1px solid #ccc;
	}
	.contact_list ul li .btn{
		width:unset;
		text-align:center;
	}
	.contact_list ul li .btn .arrowbtn{
		width:100%;
		max-width:500px;
		padding:5px 0;
		line-height:3.0em;
		font-weight:bold;
		font-size:100%;
		margin-top:10px;
	}
}
@media screen and (max-width: 519px) {
	.contact_list ol .box h3{
		font-size:1.00rem;
		padding:10px 0;
		width:90%;
	}
	.contact_list ol ul li:nth-child(2){
		width:unset;
		text-align:center;
	}
}



/*========= footer ============*/
footer{
	background:#fff;
	padding:50px 0 0 0;
}
footer .footerinfo{
	width:90%;
	max-width:1400px;
	margin:0 auto;
}
footer .footerinfo.concept{
	margin-bottom: 50px;
}
footer .footerinfo.concept > h2{
	font-size:1.00rem;
}
footer .footerinfo.concept > p{
	font-size:0.85rem;
}
footer .footerinfo .sitemap{
	font-size:90%;
}
footer .footerinfo .sitemap ul{
	display:flex;
	justify-content:space-between;
	margin-bottom:50px;
}
footer .footerinfo .sitemap ul li{
	list-style:none;
}

footer .footerinfo .sitemap ul.office{
	display:block;
	margin-bottom:100px;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	padding:70px 0;
}
footer .footerinfo .sitemap ul.office li .inner a{
	display:block;
}
footer .footerinfo .sitemap ul.office h6{
	font-size:1rem;
	font-family: "Open Sans", sans-serif;
	font-weight:500;
}
footer .footerinfo .sitemap ul.office h4{
	font-size:1rem;
	margin-bottom:40px;
}
footer .footerinfo .sitemap ul.office .inner{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
footer .footerinfo .sitemap ul.office .inner li{
	width:30%;
	margin-right:unset;
	margin-bottom:40px;
}
footer .footerinfo .sitemap ul.office .inner li h5{
	font-size:0.85rem;
	margin-bottom:5px;
}
footer .footerinfo .sitemap ul.office .inner li p{
	line-height:1.5em
}


footer .footerinfo .sitemap ul.info li{
	width:30%;
}
footer .footerinfo .sitemap ul.info li a{
	display:block;
}
footer .footerinfo .sitemap ul.info li dl,
footer .footerinfo .sitemap ul.info li dl > a, .option{
	border-bottom:1px dotted #ccc;
}
footer .footerinfo .sitemap ul.info li .info_title{
	border-bottom:1px solid #aaa;
	font-weight:bold;
}
footer .footerinfo .sitemap ul.info .toggle{
display: none;
}
footer .footerinfo .sitemap ul.info .toggle{
position: relative;
margin-bottom: 1em;
}
footer .footerinfo .sitemap ul.info .info_subtitle,
footer .footerinfo .sitemap ul.info .footerInfoContent{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
footer .footerinfo .sitemap ul.info .info_subtitle{
	display: block;
}
footer .footerinfo .sitemap ul.info .info_subtitle span:before{
	content:url(/img/btn_arrow.svg);
	width:0.25em;
	display:inline-block;
	margin-right:0.55em;
}
footer .footerinfo .sitemap ul.info .footerInfoContent a{
	display:block;
}
footer .footerinfo .sitemap ul.info .footerInfoContent > a{
	border-bottom:1px dotted #ccc;
}
footer .footerinfo .sitemap ul.info .footerInfoContent .sub_inner{
	padding:0 0 0 0.5em;
}
footer .footerinfo .sitemap ul.info .footerInfoContent .sub_inner a:before{
	content:"・"
}
footer .footerinfo .sitemap ul.info .info_subtitle::after,
footer .footerinfo .sitemap ul.info .info_subtitle::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.info .info_subtitle::after {
	transform: rotate(90deg);
}
.footerInfoContent{
	max-height: 0;
	overflow: hidden;
}
.footerInfoContent a {
	margin: 0;
	padding: 0.3em 0em;
	line-height: 1.5;
}
.toggle:checked + .info_subtitle + .footerInfoContent {
	max-height: 700px;
	transition: all 1s;
}
.toggle:checked + .info_subtitle::before {
	transform: rotate(90deg) !important;
}
footer .footerinfo .sitemap ul.info2 {
	display:flex;
	justify-content:space-around
}
footer .footerinfo .sitemap ul.info2 .inner{
	display:flex;
}
footer .footerinfo .sitemap ul.info2 li .inner > a{
	margin-right:2em;
}
footer .footerinfo .sitemap ul.info2 li .inner > a:before{
	content:url(/img/btn_arrow.svg);
	width:0.25em;
	display:inline-block;
	margin-right:0.55em;
}
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:center;
}
footer .footer_end p.image{
	margin:0 auto;
	width:150px;
}

@media screen and (max-width: 768px) {
	footer .footerinfo .sitemap ul.office .inner li{
		width:48%;
	}
	footer .footerinfo .sitemap ul.info{
		flex-wrap:wrap;
	}
	footer .footerinfo .sitemap ul.info li{
		width:48%;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 599px) {
	footer .footerinfo .sitemap ul:nth-child(1){
		flex-wrap:wrap;
		justify-content:space-between;
	}
	footer .footerinfo .sitemap ul.office .inner li{
		width:100%;
		border-bottom:1px dotted #ccc;
		padding:0 0 10px;
		margin:0 0 10px;
	}
	footer .footerinfo .sitemap ul.office .inner li:first-child{
		border-top:1px dotted #ccc;
		padding:10px 0 10px;
	}
	footer .footerinfo .sitemap ul.info li{
		width:100%;
	}
	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:100%;
	}
	footer .footerinfo .sitemap ul.info2 li .inner > a{
		margin-right:0.8em;
	}
}
@media screen and (max-width: 768px) {	
	footer{
		padding:70px 0;
	}
	footer .footerinfo{
		width:96%;
		max-width:unset;
		margin:0 auto 70px;
	}
	footer .footerinfo .sitemap ul.service li{
		width:33.33%;
	}
}


/*　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:80%;
	line-height:1.5em;
}
.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);
}


/*　group_info loop*/
.group_info{
	background:#f9f9f9;
	padding:20px 0;
	display:flex;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.group_info dl{
	width:300px;
}
.group_info dl dd{
	width:80%;
	margin:auto;
}
.group_info dl dd .kinoshitagroup_logo{
	width:60%;
}
.group_info dl dd .kinoshitagroup_logo img{
	width:100%;
}
.group_info dl dd p{
	font-size:90%;
	line-height:1.5em;
	font-weight:bold;
}
.group_logo{
	display: flex;
    width: calc(100% - 300px);
    overflow: hidden;
}
.group_logo ul{
		display: flex;
}
.group_logo ul:first-child {
  animation: loop 150s linear infinite;
}

.group_logo ul:last-child {
  animation: loop2 150s linear infinite;
}
.group_logo .group_logo_item{
	width: auto;
    height: 100%;
	list-style:none;
	margin:0 50px 0 0;
	align-items:center;
	display:flex;
}
.group_logo .group_logo_item.size_k{
}
.group_logo ul .group_logo_item img{
	width:auto;
	min-height:25px;
}
.group_logo ul .group_logo_item.size_k img{
	min-height:unset;
	height:25px;
}
.group_logo ul .group_logo_item.size_l img{
	min-height:unset;
	height:20px;
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-101%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*　grouplogo loop end*/


.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 10px;
	}
}
@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{
		display:none;
	}
	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 > .company_logo{
		width:170px;
		min-width:unset;
		top:20px;
		left:10px;
	}
	header > .company_logo.top{
		top:20px;
		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;
	}
	/*　group_info loop*/
	.group_info{
		display:block;
	}
	.group_info dl{
		width:80%;
		margin:auto;
	}
	.group_info dl dd{
		width:100%;
		margin:auto;
		display:flex;
		justify-content:space-between;
	}
	.group_info dl dd .kinoshitagroup_logo{
		width:50%;
		align-items:center;
		display:flex;
		justify-content:flex-end;
	}
	.group_info dl dd .kinoshitagroup_logo img{
		width:100%;
		display:block;
	}
	.group_info dl dd p{
		width:48%;
	}
	.group_logo{
		width:100%;
		margin:20px 0 0 0;
	}
	.group_logo ul .group_logo_item img{
		width:auto;
		height:25px;
		min-height:25px;
	}
	.group_logo ul .group_logo_item.size_k img{
		min-height:unset;
		height:20px;
	}
	.group_logo ul .group_logo_item.size_l img{
		min-height:unset;
		height:15px;
	}
	.group_logo .group_logo_item{
		margin:0 25px 0 0;
	}
	.group_logo ul:first-child {
	  animation: loop 100s linear infinite;
	}
	
	.group_logo ul:last-child {
	  animation: loop2 100s linear infinite;
	}

	#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.reform 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 .sitemap ul.service li{
		width:33.33%;
	}
}

/* ----------599px–---------- */
@media screen and (max-width: 599px) {
	header > .company_logo{
		width:170px;
	}
	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{
	}
	.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(1) li:nth-child(1){
		width:100%;
		margin-bottom:50px;
	}
	footer .footerinfo .sitemap ul:nth-child(1) li:nth-child(2){
		width:100%;
		margin-bottom:50px;
	}
	footer .footerinfo .sitemap ul:nth-child(1) li:nth-child(3){
		width:100%;
		margin-bottom:50px;
	}
		footer .footerinfo .sitemap ul:nth-child(1) li:nth-child(4){
		width:100%;
		margin-bottom:50px;
	}
		footer .footerinfo .sitemap ul:nth-child(1) li:nth-child(5){
		width:100%;
		margin-bottom:50px;
	}
		footer .footerinfo .sitemap ul:nth-child(1) li:nth-child(6){
		width:100%;
		margin-bottom:50px;
	}
		footer .footerinfo .sitemap ul:nth-child(1) li:nth-child(7){
		width:100%;
		margin-bottom:50px;
	}
		footer .footerinfo .sitemap ul:nth-child(1) li:nth-child(8){
		width:100%;
		margin-bottom:50px;
	}
		footer .footerinfo .sitemap ul:nth-child(1) li:nth-child(9){
		width:100%;
		margin-bottom:50px;
	}
	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:100%;
	}
}

/* ----------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;
	}
}