@charset "utf-8";
/*
===============================================================================
PC_hidden
===============================================================================
*/
.sp{
	display:none;
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}


/* IE11 */

@media all and (-ms-high-contrast:none){
	.sub_menu ul li:nth-child(2){
		height: 350px;
	}
	
	table{
		 width: 600px;
            table-layout: auto;
            /* 初期設定：列幅を自動調整 */
            table-layout: fixed;
            /* 自動調整せず、指定した通りの列幅で表示 */
	}
	.sall_menu ul li:first-child {
    background-color: #d6c7c1;
    color: #40210f;
    font-weight: bold;
    height: 250px;
}
	.sall_menu ul li:nth-child(2){
    
		height: 260px;
}
	
	#flow ul li:first-child span {
    height: 320px;
}
	
	#flow ul li .text .link p {
   
    width: 50%;

}




}


/*
===============================================================================
Body
===============================================================================
*/
body{
  overflow: auto;
  font-size: 16px;
  line-height: 27px;
	color: #3e3a39;
}
/*
===============================================================================
Header
===============================================================================
*/
header{
  display: table;
  background-color: #f2f7f7;
  width: 100%;
  height: 158px;
  border-top: 10px solid #80b0b4;
  position: fixed;
  z-index: 999;
  top:0;
  left: 0;
}
header .hd_top{
  max-width: 1280px;
  width: 98%;
  margin: 0px auto;
  position: relative;
  display: table;
}
header .hd_top .logo{
  float: left;
  margin-top: 8px;
}
header .hd_top .logo h1{
	position:absolute;
	left:-999999px;
}
header .hd_top .logo h2{
  float: left;
  margin-right: 25px;
  margin-bottom:25px;
}
header .hd_top .logo h2 img{
  width: auto;
  height: 58px;
}
header .hd_top .logo figure{
	display: block;
	width: 150px;
	position: absolute;
	top: 7px;
	left: 260px;
}
header .hd_top .logo figure img{
	width:100%;
}

header .hd_access{
  float: right;
  margin-top: 10px;
}
header .hd_access img{
  float: left;
  height: 50px;
  width: auto;
  margin-right: 10px;
}
header .hd_access p{
  float: left;
  font-size: 11px;
  line-height: 16px;
  margin-top: 18px;
}
a.pagetop{
	width: 70px;
	height: 70px;
	background-color: #40210f;
	display: block;
	border-radius: 50px;
	position: fixed;
	bottom: 10px;
	right: 40px;
	text-align: center;
  padding-top: 15px;
	z-index:999;
}
/*
===============================================================================
Navigation
===============================================================================
*/
nav ul{
  max-width: 1280px;
  margin: 5px auto 0;
  display: flex;
  justify-content: space-around;
}
nav ul li{
  font-size: 14px;
  text-align: center;
  padding: 0 22px;
  font-weight: bold;
  position: relative;
}
nav ul li a{
	width:100%;
	display:block;
}
nav ul li::before{
  content: "";
  width: 1px;
  height: 20px;
  background-color: #80b0b4;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
nav ul li:last-child::after{
  content: "";
  width: 1px;
  height: 20px;
  background-color: #80b0b4;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}
nav ul li span{
  display: block;
  color: #418691;
  font-size: 17px;
  line-height: 14px;
}
nav ul li:nth-child(3) span{
  color: #5a96c8;
}
nav ul li:nth-child(4) span{
  color: #8caa46;
}
nav ul li:nth-child(5) span{
  color: #f3b752;
}
/*
===============================================================================
SUB MENU
===============================================================================
*/
.sub_menu{
	position:fixed;
	top: 180px;
	right: 12px;
	z-index: 998;
}
.sub_menu ul li{
	background-color: #dcbc49;
	color: #ffffff;
	position: relative;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	width: 50px;
	line-height: 50px;
	border-radius: 10px;
    letter-spacing: 3px;
}
.sub_menu ul li:nth-child(2){
	background-color: #40210f;
	margin-top: 10px;
}
.sub_menu ul li a{
	display: block;
	width: 100%;
	padding: 55px 0 30px;
}
.sub_menu ul li:nth-child(2) a{
padding-top: 62px;
}
.sub_menu ul li::before{
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: url(../../parts/mail.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -17.5px;
}
.sub_menu ul li:nth-child(2)::before{
	background: url(../../parts/clover.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
	position: absolute;
}

.product_menu ul li:first-child{
	background-color: #418691;
}

.other_menu ul li:first-child{
	background-color: #8caa46;
}

.model_house_menu ul li:first-child{
	background-color: #5a96c8;
}

/*査定フォーム　メニュー*/
.sub_menu{
    top: 160px;
}
.sall_menu ul li a{
	display: block;
	width: 100%;
	font-size: 1.5vh;
}
.sall_menu ul li:first-child{
	background-color: #d6c7c1;
	color: #40210f;
	font-weight: bold;
}
.sall_menu ul li:nth-child(2){
	background-color: #f3b752;
	color: #40210f;
	font-weight: bold;
}
.sall_menu ul li:nth-child(3){
	background-color: #40210f;
	margin-top: 10px;
	font-weight: bold;
}
.sall_menu ul li:first-child::before{
	background: url(../../parts/denkyu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
	position: absolute;
}
.sall_menu ul li:nth-child(2)::before{
	background: url(../../parts/mail2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
	position: absolute;
}
.sall_menu ul li:nth-child(3)::before{
	background: url(../../parts/clover.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
	position: absolute;
}





/*
===============================================================================
Footer
===============================================================================
*/
footer{
	width: 100%;
	background-color: #fdf8e7;
}
footer .contents{
	width: 1070px;
	display: table;
}
footer .ft_box{
	width: 100%;
	padding: 40px 0;
	background: url(../../parts/ft_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 130px;
	background-color: #d9e7e8;
}
footer .ft_tit{
  width: 630px;
  display: block;
  margin: 0 auto 55px;
  text-align: center;
  color: #418691;
}

footer .ft_tit strong img{
	width: 430px;
	height: auto;
}
footer .ft_tit figure{
	float: right;
	margin-top: 10px;
}
footer .ft_tit figure img{
	width: auto;
	height: 80px;
}
footer .ft_tit p{
	font-size: 20px;
	display: block;
	font-weight: bold;
	font-feature-settings: "palt";
	clear:both;
	padding-top: 20px;
}
footer .ft_tit span{
	font-size: 14px;
	display: block;
	font-weight: bold;
}
footer .ft_store{
	float: left;
	font-size: 14px;
	width: auto;
	line-height: 20px;
	font-feature-settings: "palt";
}
footer .ft_store b{
	color: #418691;
	display: block;
	margin-bottom: 10px;
}
footer .ft_store a{
	display: block;
	width: 225px;
	padding: 8px 0 12px;
}
footer .ft_store a img{
	width: 100%;
	height: auto;
}
footer .ft_link{
	width: 550px;
	float: right;
	display: table;
	height: auto;
}
footer .ft_link ul{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 35px;
}
footer .ft_link ul:first-child{
	margin-right: 100px;
}
footer .ft_link ul li.sub{
	font-weight: normal;
	padding-left: 15px;
}
footer .ft_link ul li.sub::before{
	content: "-";
	display:inline-block;
	width: 8px;
	height: 8px;
}
footer .ft_link .blank_list{
	clear: both;
	display: flex;
	justify-content: space-between;
}
footer .ft_link .blank_list a p{
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
	color: #fff;
}
/*
===============================================================================
ショールーム
===============================================================================
*/
footer .ie_showroom{
	width: 1280px;
	display: table;
	padding: 50px 0;
}

footer .ft_box02{
	content: "";
    display: block;
	width:100%;
    background: url(../../parts/footer_back.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 215px 420px;
   
}

footer .ie_showroom strong{
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}
footer .ie_showroom strong img{
	width:200px;
	height:auto;
}
footer .ie_showroom ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	height:auto;
}
footer .ie_showroom ul li{
	width: auto;
	height: auto;
	padding-left: 190px;
	position: relative;
	font-size: 12px;
	line-height: 15px;
	font-feature-settings: "palt";
}
footer .ie_showroom ul li b{
	color: #40210f;
	display: block;
	margin-bottom: 8px;
}
footer .ie_showroom ul li p{
	margin-bottom: 5px;
}
footer .ie_showroom ul li figure{
	position: absolute;
	top: 0;
	left: 0;
}
footer .ie_showroom ul li a img{
	width:210px;
	height:auto;
}
footer .copyright{
	text-align: center;
	margin-top: 40px;
	font-size: 12px;
}

footer .ft_tit figure.tochi_cap{
	float: none;
	width: 300px;
	display: block;
	margin: 30px 220px 0px;
}
footer .ft_tit figure.tochi_cap img{
	width:100%;
}
footer .ie_showroom figure.ie_cap{
	float: none;
	width: 280px;
	display: block;
	margin: 20px auto 5px;
}
footer .ie_showroom figure.ie_cap img{
	width:100%;
}


footer .ie_showroom .ie_group{
	text-align:center;
	position:relative;
	z-index: 2;
}
footer .ie_showroom .ie_group span{
	color:#40210f;
	font-weight:bold;
	font-size:20px;
	display: inline-block;
	margin: 0 auto;
	background-color:#fdf8e7;
	padding: 0 15px;
}
footer .ie_showroom .ie_group::before{
	content:"";
	display:block;
	width: 350px;
	height:3px;
	background-color:#40210f;
	position:absolute;
	top: 10px;
	left:50%;
	margin-left: -175px;
	z-index: -1;
}
 /*　画面サイズが1400　バックグラウンドイメージ消す　*/

@media screen and (max-width:1720px) { 
	
	#top_service::before{
		content: "";
    display: block;
    width: 400px;
    height: 810px;
    background: url(../../parts/bg1-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 400px 810px;
    position: absolute;
    top: 0;
    right: 0;
	}
	
	footer .ft_box02{
	background:none;
   
}
}


/*
===============================================================================
ドロップメニュー
===============================================================================
*/

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
	display:block;/*コレ*/
	
    /*絶対配置で位置を指定*/
	position: absolute;
	right:0;
	top:30px;
	z-index: 1000;
    /*形状を指定*/
	background:#80b0b4;
	width:170px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
	font-size: 13px;
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.6);
	padding: 10px 0px;
}

nav li.has-child ul li:last-child a{
	border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
