@charset "utf-8";
/* ★charset */

header,
nav,
main,
fotter,
section,
article,
aside{
	display: block;
}
html{
	position: relative;
}
body{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	flex-direction: column;
	-ms-flex-direction: column;/*--- IE10 ---*/
	align-items: center;
	min-height: 100vh;
	-webkit-text-size-adjust: 100%;
	color: #26211c;
	letter-spacing: 1px;
}
body.pc{
	min-width: 760px;
}
main{
	width: 100%;
	flex-grow: 1;
	-ms-flex-positive: 1;/*--- IE10 ---*/
	overflow: hidden;
}
footer{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	flex-direction: column;
	-ms-flex-direction: column;/*--- IE10 ---*/
	width: 100%;
	height: 320px;
}
#footer_top{
	width: 100%;
	height: 280px;
	padding-top: 80px;
	box-sizing: border-box;
	background: url(../img/bg_footer.jpg) no-repeat center center;
}
#footer_top #logo_footer{
	float: left;
	width: 100px;
	height: 120px;
	margin-right: 40px;
	background: url(../img/bg_dot_footer.png) repeat-y right top;
}
#footer_top ul{
	float: left;
	width: 77%;
}
#footer_top ul#link_s{
	margin-top: 22px;
}
#footer_top li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 12px;
	font-size: 14px;
	color: #ffffff;
}
#footer_top ul#link_s li{
	font-size: 12px;
}
#footer_top li:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 9px;
	margin-right: 5px;
	background: url(../img/arrow_right_wht_ss.png) no-repeat 0 0;
}
#footer_top ul#link_s li:before{
	width: 11px;
	height: 9px;
	margin-right: 5px;
	background: url(../img/icon_blank.png) no-repeat 0 0;
}
#footer_top li a{
	color: #ffffff;
	text-decoration: none;
}
footer li a:hover{
	text-decoration: underline;
}
#footer_bottom{
	position: relative;
	width: 100%;
	height: 40px;
}
#copyright{
	display: inline-block;
	line-height: 40px;
	margin-left: 20px;
	font-size: 10px;
	color: #332d27;
}
#logo_mitsubishi_footer{
	position: absolute;
	top: 14px;
	right: 20px;
	line-height: 100%;
}
#btn_pagetop{
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: block;
	display: none;
	width: 80px;
	height: 80px;
	z-index: 900;
}
#btn_pagetop:hover,
#btn_pagetop:active{
	opacity: 0.6;
}
header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 114px;
	background: #ffffff;
	z-index: 9000;
	box-sizing: border-box;
	border-bottom: 1px solid #f3f2f2;
}
.pc header{
	min-width: 760px;
}
/*
header.fixed{
	transition: background-color 0.5s ease-out 0s;
	background-color: rgba(0, 0, 0, 0.6);
}
*/
#header_top{
	position: relative;
	height: 24px;
	background: #26211c;
}
#header_top img{
	position: absolute;
	top: 5px;
	left: 10px;
}
#headerbox{
	height: 90px;
	line-height: 90px;
}
#headerbox #logo{
	float: left;
	height: 50px;
	margin-top: 20px;
	margin-left: 10px;
}
#btn_spmenu,
#btn_spcontact{
	display: none;
}
#headerbox nav{
	float: right;
	display: none;
}
.pc #headerbox nav{
	display: block;
}
#headerbox nav li{
	float: left;
}
#headerbox nav li a{
	display: block;
	height: 90px;
	padding: 0 15px;
	font-size: 13px;
	color: #59524b;
	text-align: center;
	border-left: 1px solid #f3f2f2;
	box-sizing: border-box;
	text-decoration: none;
}
#headerbox nav li#nav_contact a{
	width: 120px;
	line-height: 140%;
	padding: 0;
	padding-top: 18px;
	font-size: 11px;
	color: #ffffff;
	background: #e60010;
}
#headerbox nav li#nav_contact img{
	margin-bottom: 10px;
}
#headerbox nav .subnav{
	position: fixed;
	top: 114px;
	background-color: rgba(19, 12, 9, 0.3);
	display: none;
}
#headerbox nav .subnav li{
	float: none;
	margin-top: 2px;
}
#headerbox nav .subnav li a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #26211c;
	text-align: left;
	border-left: none;
	background: #ffffff;
}
#headerbox nav .subnav li a:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	margin-right: 7px;
	background: url(../img/arrow_right_blk_s.png) no-repeat 0 0;
}
#headerbox nav li a:hover,
#headerbox nav li a.active{
	color: #26211c;
	font-weight: bold;
	background: #f3f2f1;
}
#headerbox nav li#nav_contact a:hover,
#headerbox nav li#nav_contact a.active{
	color: #ffffff;
	font-weight: normal;
	background-color: #c41219;
}
/* mainvisual */
#mainvisual{
	position: relative;
	width: 100%;
	height: 750px;
}
#mainvisual h1 img{
/*	display: none;*/
	position: absolute;
	top: 314px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1000;
}
/*
.pc #mainvisual h1 img.img_pc,
.android_tab #mainvisual h1 img.img_pc,
.ipad #mainvisual h1 img.img_pc{
	display: inline;
}
.android_mob #mainvisual h1 img.img_pc,
.iphone #mainvisual h1 img.img_pc{
	display: none;
}
.pc #mainvisual h1 img.img_sp,
.android_tab #mainvisual h1 img.img_sp,
.ipad #mainvisual h1 img.img_sp{
	display: none;
}
.android_mob #mainvisual h1 img.img_sp,
.iphone #mainvisual h1 img.img_sp{
	display: inline;
}
*/
#mainvisual #fadebox_top{
	position: relative;
	height: 750px;
	text-align: center;
	overflow: hidden;
}
#mainvisual #fadebox_top img{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
.btn_nextcont{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	z-index: 1000;
}
.btn_nextcont:hover{
	opacity: 0.6;
}
#mainvisual .btn_nextcont{
	margin-top: -120px;
}
.inner{
	width: 960px;
	margin: 0 auto;
}
.inner800{
	width: 800px;
	margin: 0 auto;
}
.inner670{
	width: 670px;
	margin: 0 auto;
}
/* パンくず */
#breadcrumbs{
	width: 100%;
	margin-top: 114px;
	margin-bottom: 65px;
	padding-left: 20px;
	background: #f3f2f1;
	box-sizing: border-box;
}
#breadcrumbs li{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	color: #251e19;
}
#breadcrumbs li.current{
	font-weight: bold;
}
#breadcrumbs li:after{
	display: inline-block;
	content: ">";
	margin-left: 0.5em;
}
#breadcrumbs li:last-child:after{
	display: none;
	content: "";
	margin: 0;
}
#breadcrumbs li a{
	color: #251e19;
	text-decoration: none;
}

@media screen and (min-width: 1600px){
	#footer_top{
		background-size: cover;
	}
}
@media screen and (max-width: 1200px){
	#mainvisual h1 img{
		top: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 977px){
	.inner{
		width: 96%;
	}
	.inner.inner_onlytext{
		width: 94%;
	}
	#footer_top{
		padding-top: 40px;
	}
	#footer_top #logo_footer{
		height: 180px;
		margin-left: 2%;
	}
	#footer_top ul{
		width: 74%;
	}
	header{
		height: 94px;
	}
	#headerbox{
		height: 70px;
		line-height: 70px;
	}
	#headerbox #logo{
		height: 40px;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 10px;
	}
	#headerbox #logo img{
		width: 105px;
		height: 35px;
	}
	#headerbox nav li a{
		height: 70px;
		padding: 0 6px;
		font-size: 12px;
	}
	#headerbox nav li#nav_contact a{
		width: 100px;
		padding-top: 12px;
		font-size: 10px;
	}
	#headerbox nav li#nav_contact img{
		margin-bottom: 4px;
	}
	#headerbox nav .subnav{
		top: 94px;
	}
	#mainvisual h1 img{
		top: 0;
		bottom: 0;
		width: 80%;
		height: auto;
	}
	#mainvisual .btn_nextcont{
		width: 50px;
		height: 50px;
		margin-top: -100px;
	}
	#mainvisual .btn_nextcont img{
		width: 100%;
		height: 100%;
	}
	#breadcrumbs{
		margin-top: 94px;
	}
}
@media screen and (max-width: 840px){
	.inner800{
		width: 96%;
	}
}
@media screen and (max-width: 760px){
	#mainvisual #fadebox_top img{
		width: auto;
		height: 100%;
	}
	.inner670{
		width: 94%;
	}
	footer{
		height: 360px;
	}
	#footer_bottom{
		height: 80px;
	}
	#copyright{
		display: block;
		margin-left: 0;
		font-size: 10px;
		text-align: center;
	}
	#logo_mitsubishi_footer{
		position: relative;
		top: auto;
		right: auto;
		display: block;
		text-align: center;
	}
	#footer_top #logo_footer{
		width: 12%;
		margin-right: 4%;
		margin-left: 2%;
	}
	#footer_top #logo_footer img{
		width: 70%;
		height: auto;
	}
	#footer_top ul{
		width: 82%;
	}
	#footer_top li{
		font-size: 12px;
	}
	#footer_top ul#link_s li{
		font-size: 11px;
	}
	#btn_pagetop{
		width: 60px;
		height: 60px;
	}
	#btn_pagetop img{
		width: 100%;
		height: auto;
	}
	/* android mobile and iphone */
	.android_mob footer,
	.iphone footer{
		height: 420px;
	}
	.android_mob #footer_top,
	.iphone #footer_top{
		height: 340px;
		background-size: auto 100%;
	}
	.android_mob #footer_top #logo_footer,
	.iphone #footer_top #logo_footer{
		height: 260px;
	}
	.android_mob #copyright,
	.iphone #copyright{
		font-size: 7px;
		text-align: center;
	}
	.iphone #footer_top ul{
		margin-top: -8px;
	}
	.iphone #footer_top li{
		margin-bottom: 8px;
	}
}

/* mobile header */
.android_mob #header_top img,
.iphone #header_top img{
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -120px;
}
.mobile #mainvisual #fadebox_top img{
	width: auto;
	height: 100%;
}
.mobile #headerbox nav{
	display: none;
	position: fixed;
	top: 94px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.mobile #headerbox nav > ul{
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}
.mobile #headerbox nav li{
	width: 100%;
	text-align: center;
}
.mobile #headerbox nav > ul >  li:last-child{
	padding-bottom: 45px;
}
.mobile #headerbox nav li a{
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0;
	font-size: 14px;
	border-left: none;
	border-top: 1px solid #f3f2f2;
}
.mobile #headerbox nav li#nav_contact a{
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-top: 0;
	font-size: 14px;
	color: #ffffff;
}
.mobile #headerbox nav li#nav_contact img{
	margin-bottom: 0;
	margin-right: 14px;
	vertical-align: middle;
}
.mobile #headerbox nav .subnav{
	position: relative;
	top: auto;
	display: block;
	background: none;
}
.mobile #headerbox nav .subnav li{
	margin-top: 0;
}
.mobile #headerbox nav .subnav li a{
	text-align: center;
}
.mobile #headerbox nav .subnav li a{
	color: #59524b;
}
.mobile #btn_spmenu{
	position: absolute;
	top: 46px;
	right: 90px;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	z-index: 20000;
	cursor: pointer;
}
.mobile #btn_spmenu span,
.mobile #btn_spmenu span:before,
.mobile #btn_spmenu span:after{
	position: absolute;
	display: block;
	top: auto;
	width: 30px;
	height: 4px;
	background: #26211c;
	content: '';
	transition: all 0.8s ease-in-out;
}
.mobile #btn_spmenu span:before{
	bottom: -10px;
}
.mobile #btn_spmenu span:after{
	bottom: -20px;
}
.mobile #btn_spmenu.open span{
	top: 9px;
	width: 0;
	height: 0;
	background: none;
}
.mobile #btn_spmenu.open span:before{
	bottom: auto;
	transform: rotate(-315deg);
}
.mobile #btn_spmenu.open span:after{
	bottom: auto;
	transform: rotate(315deg);
}
.android_mob #breadcrumbs li,
.iphone #breadcrumbs li{
	font-size: 10px;
}
.android_mob #btn_pagetop,
.iphone #btn_pagetop{
	right: 10px;
	bottom: 10px;
}
.mobile #btn_spcontact{
	position: absolute;
	top: 24px;
	right: 0;
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	z-index: 19000;
	background: #e60010;
}
.mobile #btn_spcontact img{
	vertical-align: middle;
}