﻿
/* メガメニュー追加 */

#mottozuttoTab{
	margin:24px auto 20px;
	width:1280px;
	height: 85px;
	overflow: visible;
	position: relative;
	z-index: 5;
}
#mottozuttoTab li{
	width: 210px;
	margin: 0 auto;
	height: 85px;
	position: relative;
	overflow: visible;
	z-index: 31;
	position: relative;
}


#mottozuttoTab li:nth-child(4){z-index: 13000 !important;}
#mottozuttoTab li:nth-child(5){z-index: 12000 !important;}
#mottozuttoTab li:nth-child(6){z-index: 11000 !important;}

#mottozuttoTab li:not(:nth-child(6)){
	margin-right: 4px;
}

#mottozuttoTab li a{
 width:100%;
 margin: 0 auto;
}

#mottozuttoTab li a img{
 width:100%;
 height: 100%;
 margin: 0 auto;
}

#mottozuttoTab li a:hover{
	background: none;
}

#mottozuttoTab li a:hover img:not(.mottozuttoTab_pulldown-inner-menu){
	visibility: hidden;
}

#mottozuttoTab > li:first-child a:hover{
	background: url('/navi/estate/sumikae/mottozutto/module_old/images/estate/sumikae/mottozutto/hover_01.gif') no-repeat;
	object-fit: cover;
	background-size: 100%;

}

#mottozuttoTab > li:nth-child(2) a:hover{
	background: url('/navi/estate/sumikae/mottozutto/module_old/images/estate/sumikae/mottozutto/hover_02.gif') no-repeat;
	object-fit: cover;
	background-size: 100%;
}

#mottozuttoTab > li:nth-child(3) a:hover{
	background: url('/navi/estate/sumikae/mottozutto/module_old/images/estate/sumikae/mottozutto/hover_03.gif') no-repeat;
	object-fit: cover;
	background-size: 100%;
}

#mottozuttoTab li:nth-child(4) img:first-child,
#mottozuttoTab li:nth-child(5) img:first-child,
#mottozuttoTab li:nth-child(6) img:first-child{
	width: 100%;
	height: auto;
}

#mottozuttoTab li:nth-child(4):hover img:first-child,
#mottozuttoTab li:nth-child(5):hover img:first-child,
#mottozuttoTab li:nth-child(6):hover img:first-child{
	visibility: hidden;
}

#mottozuttoTab li:nth-child(4):hover img:first-child,
#mottozuttoTab li:nth-child(5):hover img:first-child,
#mottozuttoTab li:nth-child(6):hover img:first-child {
	visibility: visible;
}


#mottozuttoTab li:nth-child(4):hover .mottozuttoTab_pulldown,
#mottozuttoTab li:nth-child(5):hover .mottozuttoTab_pulldown,
#mottozuttoTab li:nth-child(6):hover .mottozuttoTab_pulldown {
	display: block;

}

.mottozuttoTab_pulldown {
	z-index: 10000;
	display: none;
	width: 210px;
	height: 180px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.mottozuttoTab_pulldown .bg {
	/* width: 100%; */
	position: absolute;
	top: 0;
	right: 0;
}

#mottozuttoTab li:nth-child(5) .mottozuttoTab_pulldown-inner,
#mottozuttoTab li:nth-child(6) .mottozuttoTab_pulldown-inner{
	width: 425px;
	position: relative;
}


#mottozuttoTab li:nth-child(5) .mottozuttoTab_pulldown-inner{
	width: 425px;
	left: -215px;
}

#mottozuttoTab li:nth-child(6) .mottozuttoTab_pulldown-inner{
	width: 640px;
	left: -428px;
}

.mottozuttoTab_pulldown .mottozuttoTab_pulldown-inner {
	overflow: visible !important ;
}

 .mottozuttoTab_pulldown .mottozuttoTab_pulldown-inner li {
	 position: absolute;
	 top: 100px;
	 width:175px !important;
	 left: 17px;

}

#mottozuttoTab .mottozuttoTab_pulldown .mottozuttoTab_pulldown-inner li:nth-child(2) {
	margin-left: 40px;
	margin-right: 17px;
}
#mottozuttoTab .mottozuttoTab_pulldown .mottozuttoTab_pulldown-inner li:nth-child(3) {
	margin-left: 24px;
}

.mottozuttoTab_pulldown-inner{
	height: 180px;
	z-index: 997;
	position: relative;
}

.mottozuttoTab_pulldown:hover{
	display: block;
}


/* メガメニュー追加終わり */

#menuBox{
	margin:0px auto 10px auto;
	/*width:990px;*/
	width:1280px;
}



/* フッター変更 */

.motto_footer {
	width: 1280px;
	background-color: #e3f3f7;
	padding: 40px 215px;
	box-sizing: border-box;
	margin: 0 auto;
}

.motto_footer p{
	font-weight: bold;
	font-size: 18px;
}

.motto_footer p a, .motto_footer p a:hover, .motto_footer p a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.motto_footer ul a, .motto_footer ul a:hover, .motto_footer ul a:visited {
	color: black;
}

.motto_footer ul, .mottozuttoTab_footer li span {
	font-weight: bold;
	font-size:14px;
	line-height: 1.7;
}

#mottozuttoTab_footer{
	margin-top: 25px;
	margin-left: 20px;
	height: 90px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#mottozuttoTab_footer li{
	margin-bottom: 20px;
}
#mottozuttoTab_footer li ul .motto_footer-sub{
	font-weight: normal;
	margin: 0;
}

/* フッター変更終わり */
