@charset "utf-8";
/*
===============================================================================
SP_hidden
===============================================================================
*/
#menu_btn,
.sp_menu
{
  display: block;
}
br.sp{
}
.pc{
	display:none;
}
img{
	max-width:100%;
	height:auto;
}
a{
  color: inherit;
  text-decoration:none;
}
a:hover{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
/*
===============================================================================
Body
===============================================================================
*/

body{
  overflow: auto;
  font-size: 16px;
  line-height: 27px;
	color: #3e3a39;
}
a.pagetop{
	width: 60px;
	height: 60px;
	background-color: #40210f;
	display: block;
	border-radius: 50px;
	position: fixed;
	bottom: 65px;
	right: 2%;
	text-align: center;
  padding-top: 12px;
	z-index:998;
}

/*
===============================================================================
Header
===============================================================================
*/
header{
  display: table;
  background-color: #f2f7f7;
  width: 100%;
  height: 75px;
  border-top: 5px solid #80b0b4;
  position: fixed;
  z-index: 999;
  top:0;
  left: 0;
  padding: 15px 2% 0;
}
header .hd_top .logo h1{
	position:absolute;
	left:-999999px;
}
header .hd_top .logo h2{
  display: inline-block;
  width: 180px;
}
header .hd_top .logo h2 img{
  width: 100%;
  height: auto;
}
header .hd_top .logo figure{
	display: block;
	width: 120px;
	position: absolute;
	top: 10px;
	left: 195px;
}
header .hd_top .logo figure img{
	width:100%;
}
header .hd_access{
  display:none;
}


/*
===============================================================================
Navigation
===============================================================================
*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  position: absolute;
  top: 26px;
  right: 5%;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  transition: all 0.4s;
  height: 3px;/*線の太さ*/
  width: 35px;/*長さ*/
  border-radius: 3px;
  background: #40210f;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面*/
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}
/*中身*/
#nav-content {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .2s ease-in-out;
}
#nav-content.open {display: block;opacity: 1;overflow: auto;position: fixed;top: 75px;left: 0;z-index: 9998;width: 100%;height: 100%;background: #FFF;transition: .2s ease-in-out;overflow: scroll;padding-bottom: 150px;}
/*:beforeにぼかし効果を設定する*/
#nav-content.open:before {
  content: '';
  overflow: hidden;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;/*重なり順序を一番下にしておく*/
}
/*チェックが入ったら表示する内容*/
.category {
  text-align: center;
  margin-top: 2rem;
}
/*三本線を動かす*/
#nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  opacity: 0;
}
#nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
}
/*子カテ*/
#nav-content .sub-menu{
	display:none;
}

#nav-content.open{
	background-color:#f2f7f7;
}
#nav-content.open ul{width: 90%;margin: 30px auto 0;}
#nav-content.open ul li{text-align: left;font-size: 13px;border-bottom: 1px #80b0b4 solid;padding-bottom: 5px;margin-bottom: 8px;position:relative;line-height: 20px;width: 48%;float: left;}
#nav-content.open ul li::after{
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: url(../../image/arrow2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    top: 2px;
    right: 0;
}
#nav-content.open ul li a{
	width: 100%;
	display: block;
	font-size: 14px;
}
#nav-content.open ul li:first-child{
	width:100%;
	margin-bottom:30px;
	float:none;
}
#nav-content.open ul li:nth-child(2),
#nav-content.open ul li:nth-child(3),
#nav-content.open ul li:nth-child(4),
#nav-content.open ul li:nth-child(5){
	width:100%;
	float:none;
}
#nav-content.open ul li:nth-child(5){
margin-bottom:30px;
}

#nav-content.open ul li.accordion(3)::after{
	display:none;
}
#nav-content.open ul li:nth-child(7),
#nav-content.open ul li:nth-child(9),
#nav-content.open ul li:nth-child(11){
	float:right;
}

#nav-content.open ul.sub-menu{
	    margin: 10px auto 10px;
}
#nav-content.open ul.sub-menu li:last-child{
	border-bottom:0;
}
#nav-content.open ul.sub-menu li{
	margin-bottom:10px;
}

#nav-content.open ul li span{
	font-weight:bold;
}

#nav-content.open ul li:nth-child(2) span{
	color: #418691;
}
#nav-content.open ul li:nth-child(3) span{
	color: #5a96c8;
}
#nav-content.open ul li:nth-child(4) span{
	color:#8caa46;
}
#nav-content.open ul li:nth-child(5) span{
	color: #f3b752;
}
/*
===============================================================================
SUB MENU
===============================================================================
*/
.sub_menu{
  position:fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
}
.sub_menu ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sub_menu ul li{
    background-color: #dcbc49;
    color: #ffffff;
    position: relative;
    width: 33.33333%;
    display: block;
    height: 65px;
    text-align: center;
    font-weight: bold;
    padding-top: 0;
}
.sub_menu ul li:nth-child(2){
	background-color: #40210f;
}
.sub_menu ul li a{
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 12px;
}
.sub_menu ul li a small{
	display:block;
	line-height: 20%;
	margin-top: 10px;
}
.sub_menu ul li a::before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../parts/mail.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	margin: 12px auto -5px;
}
.sub_menu ul li:nth-child(2) a::before{
	background: url(../../parts/clover.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px;
	margin-top: 3px;
}

.sub_menu ul li:nth-child(3) a::before{
	background: url(../../parts/tel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28px;
	margin: 12px auto -5px;
}
.product_menu ul li:first-child{
	background-color: #418691;
}
.sub_menu ul li:nth-child(3){
    background-color: #418691;
}

.product_menu ul li:first-child a{
    font-size: 12px;
    line-height: 13px;
    margin-top: -5px;
}
.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;
}

/*査定フォーム　メニュー*/

.sall_menu ul li a{
  font-size: 12px;
  line-height: 12px;
  margin-top: -5px;
  padding-top:0px;
}
.sall_menu ul li:first-child{
	background-color: #d6c7c1;
	color: #40210f;
}
.sall_menu ul li:nth-child(2){
	background-color: #f3b752;
	color: #40210f;
}
.sall_menu ul li:nth-child(3){
	background-color: #40210f;
}
.sall_menu ul li:nth-child(4){
	background-color: #418691;
}
.sall_menu ul li:nth-child(3) a,
.sall_menu ul li:nth-child(4) a{
	line-height:20px;
  padding-top:3px;
}
.sall_menu ul li a::before{
	margin-bottom:-1px;
}
.sall_menu ul li:first-child a::before{
	background: url(../../parts/denkyu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}
.sall_menu ul li:nth-child(2) a::before{
	background: url(../../parts/mail2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}
.sall_menu ul li:nth-child(3) a::before{
	background: url(../../parts/clover.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}
.sall_menu ul li:nth-child(4) a::before{
	background: url(../../parts/tel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}




/*
===============================================================================
Footer
===============================================================================
*/
footer{
	width: 100%;
	background-color: #fdf8e7;
	padding-bottom: 90px;
}
footer .contents{
	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: 100px;
	background-color: #d9e7e8;
}
footer .ft_tit{
  display: table;
  margin: 0 auto 30px;
  text-align: center;
  color: #418691;
  width: 100%;
  max-width: 400px;
}
footer .ft_tit strong{width: 70%;display: block;margin:0 auto;margin-top: 12px;margin-bottom: 10px;}
footer .ft_tit strong img{
	width: 100%;
	height: auto;
}
footer .ft_tit figure{width: 26%;margin: 25px auto 10px;float: right;display: block;}
footer .ft_tit figure img{
	width: 116px;
}
footer .ft_tit p{
	font-size: 18px;
	display: block;
	font-weight: bold;
	font-feature-settings: "palt";
	clear:both;
}
footer .ft_tit span{
	font-size: 14px;
	display: block;
	font-weight: bold;
}
footer .ft_store{
	font-size: 14px;
	width: auto;
	line-height: 20px;
	font-feature-settings: "palt";
	position: relative;
	padding-left: 150px;
	font-size: 12px;
	margin-bottom: 20px;
}

footer .ft_store figure{
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: auto;
}
footer .ft_store p{font-size: 11px;line-height: 150%;}
footer .ft_store b{
	color: #418691;
	display: block;
	margin-bottom: 2px;
}
footer .ft_store a{
	display: block;
	width: 180px;
	margin-top: 1px;
}
footer .ft_store a img{
	width: 100%;
	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 ul{
  display: none;
}
footer .ft_link .blank_list a{
  width: 49%;
    text-align: center;
}



footer .ft_link .blank_list a p{
    text-align: center;
    line-height: 15px;
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
}
@media screen and (max-width:450px) { 
footer .ft_link .blank_list a p{
	line-height: 150%;
	margin-top: 5%;
	font-size: 2.8vw;
}
}


/*
===============================================================================
ショールーム
===============================================================================
*/
footer .ie_showroom{
	width: 90%;
	display: table;
	padding: 30px 0 10px;
}
footer .ie_showroom strong{
	display: block;
	margin: 0 auto 30px;
	text-align: center;
	width: 200px;
}
footer .ie_showroom ul{
	width: 100%;
	display: table;
	height:auto;
}
footer .ie_showroom ul li{
	width: auto;
	height: auto;
	padding-left: 170px;
	position: relative;
	font-size: 12px;
	line-height: 17px;
	font-feature-settings: "palt";
	margin-bottom: 30px;
}
footer .ie_showroom ul li:last-child{
	margin-bottom:0;
}
footer .ie_showroom ul li b{
	color: #40210f;
	display: block;
	margin-bottom: 2px;
}
footer .ie_showroom ul li figure{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
}
footer .ie_showroom ul li figure img{
	width: 100%;
	height: 160px;
	object-fit: cover;
}
footer .ie_showroom ul li a img{
	height: 37px;
	margin-top: 5px;
}
footer .copyright{
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
}


footer .ft_tit figure.tochi_cap{
	float: none;
	width: 220px;
	display: block;
	margin: 0 auto -10px;
}
footer .ft_tit figure.tochi_cap img{
	width:100%;
}
footer .ie_showroom figure.ie_cap{
	float: none;
	width: 220px;
	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:300px;
	height:3px;
	background-color:#40210f;
	position:absolute;
	top: 10px;
	left:50%;
	margin-left: -150px;
	z-index: -1;
}
/*
===============================================================================

===============================================================================
*/
@media screen and (max-width:400px) { 
footer .ie_showroom{
	width: 90%;
	display: table;
	padding: 30px 0 10px;
}
footer .ie_showroom strong{
	display: block;
	margin: 0 auto 30px;
	text-align: center;
	width: 200px;
}
footer .ie_showroom ul{
	width: 100%;
	display: table;
	height:auto;
}
footer .ie_showroom ul li{
	width: auto;
	height: auto;
	padding-left: 160px;
	position: relative;
	font-size: 3vw;
	line-height: 17px;
	font-feature-settings: "palt";
	margin-bottom: 30px;
}
footer .ie_showroom ul li:last-child{
	margin-bottom:0;
}
footer .ie_showroom ul li b{
	color: #40210f;
	display: block;
	margin-bottom: 0;
}
footer .ie_showroom ul li figure{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
}
footer .ie_showroom ul li figure img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}
footer .ie_showroom ul li a img{
	height: auto;
	margin-top: 3px;
	width: 90%;
}
footer .ft_store p {
    font-size: 2.5vw;
    line-height: 160%;
}
footer .ft_store b {
    font-size: 3vw;
}
	footer .ft_store a{
		width:100%;
	}
}


