@charset "UTF-8";

.btn-snav{
	display: none;
}
html{
	min-width: 1200px;
}
body{
	background-image: url(../img/bg_header.jpg), url(../img/bg_contents.jpg);
	background-repeat: no-repeat, repeat;
	background-position: top, top;
	width: 100%;
	min-width: 1200px;
	position: relative;
}

header{
	width: 100%;
	height: 200px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
}

#btn-gnav,
#menu-bg{
	display: none;
}

#h-history{
    border: solid 2px #FFB130;
    border-top: none;
    border-radius: 0 0 7px 7px;
	display: flex;
	position: absolute;
	top: 0;
	right: 600px;
	line-height: 1.2;
    background: #fff;
	font-size: 1.2rem;
	text-align: right;
}
#h-history em{
	color: #FF2626;
	font-size: 2.4rem;
	font-weight: bold;
}
#h-history li{
	width: 100px;
}
#h-history li:first-child{
	border-right: solid 2px  #FFB130;
}
#h-history a{
	padding: 5px 10px;
	display: block;
	color: #000;
}

#h-history a:hover{
	text-decoration: none;
}
#h-history span{
	display: block;
	text-align: center;
}

#h-history .btn-history{
	background: url(../img/parts_clock.png) no-repeat left 5px bottom 10px;
	background-size: 20px auto;
}
#h-history .btn-list{
	background: url(../img/parts_star_o.png) no-repeat left 5px bottom 10px;
	background-size: 20px auto;
}

#h-contact{
	position: absolute;
	top: 10px;
	right: 30px;
	display: flex;
}
.tel{
	color: #E08081;
	font-size: 1.2rem;
	letter-spacing: -.025em;
	line-height: 1.4;
}
.btn-contact {
	width: 190px;
	text-align: center;
}
#h-contact .line{

padding:0 1em;
}
#h-contact .line img{
width:45px;
}
.btn-contact a{
	padding: 0 1em 0 2em;
	color: #fff;
	display: block;
	height: 45px;
	line-height: 45px;
	width: 190px;
	background-image: url(../img/parts_mail.png), url(../img/btn_contact.png);
	background-repeat: no-repeat;
	background-position: 10% center, center top;
	background-size: auto 20px, auto auto;
	font-weight: bold;
	font-size: 1.6rem;
}
#h-contact .btn-contact {
	margin: 0 0 0 25px;
}

#gnav{
	position: absolute;
	top: 67px;
	right: 30px;
}
#gnav ul{
	display: flex;
	-webkit-align-items: center; /* cϋό΅¦iSafaripj */
	align-items: center; /* cϋό΅¦ */
}
#gnav li{
	margin: 0 3px;
	text-align: center;
	width: 142px;
	background: url(../img/btn_gnav.png) no-repeat center top;
}
#gnav a{
	padding: 0 0 0 1.5em;
	color: #fff;
	display: block;
	height: 47px;
	line-height: 47px;
	font-weight: bold;
}

.gn-home a{	background: url(../img/gnav_home.png) no-repeat 7% center;}
.gn-company a{	background: url(../img/gnav_outline.png) no-repeat 7% center;}
.gn-voice a{	background: url(../img/gnav_voice.png) no-repeat 7% center;}
.gn-staff a{	background: url(../img/gnav_staff.png) no-repeat 7% center;}
.gn-catalog a{	background: url(../img/gnav_catalog.png) no-repeat 7% center;}
.gn-location a{	background: url(../img/gnav_location.png) no-repeat 7% center;}

#logo{
	margin: 0 0 0 30px;
	padding: 16px;
	width: 303px;
	height: 120px;
	background: url(../img/bg_logo.png) no-repeat center top;
	text-align: center;
}

#pagettl{
	margin: -90px 0 0;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 2.3rem;
	color: #F88D1A;
	font-weight: bold;
	width: 100%;
	min-width: 1200px;
	position: relative;
	z-index: 2;
}
#content-head{
	margin:  auto;
	padding: .75em 30px;
	width: 1200px;
	-webkit-align-items: center; /* cϋό΅¦iSafaripj */
	align-items: center; /* cϋό΅¦ */
}
#content-head .flex-wrap{
	margin: 1em 0;
}
#content-head #breadcrumb{
	margin-right: auto;
	font-size: 1.3rem;
}
#content-head .update{
	padding: .15em 1em;
	border-radius: 7px;
	background: #fff;
	color: #D16603;
	font-size: 1.4rem;
	font-weight: bold;
}

#contents{
	margin: 0 auto;
	padding: 0 0 80px;
	width: 100%;
	min-width: 1200px;
	background-image: url(../img/bg_mid.jpg),url(../img/bg_contents_btm.png);
	background-repeat: repeat-x, no-repeat;
	background-position: center top, center bottom;
}

#contents > .inner{
	margin: 0 auto 60px;
	padding: 0 30px;
	width: 1200px;
}

main section{
	margin: 0 0 60px;
	width: 100%;
}
section .inner{
	margin: 0 auto;
	width: 100%;
}
#full-width section .inner{
	margin: 0 auto;
	padding: 0 30px;
	width: 1200px;
}
#contents main{
	padding: 0 0 0 30px;
	order: 2;
	width: 885px;
}
#full-width #contents main{
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
main section h2{
	margin: 1em 0;
	font-size: 2.4rem;
	text-align: center;
}


.search-wrap{
	background: url(../img/bg_search.jpg);
}
#contents #side-nav{
}


.snav-search-free div{
	margin: 8px 0;
}
.snav-search-free .textarea{
	margin: 0;
	padding: .5em 1em;
	border: none;
	border-radius: 7px;
	width: 100%;
	background: #FEEDE3;
}
.snav-search-free select{
	padding: .75em 1em;
	border-radius: 4px;
	border: none;
	background: #FEEDE3 url(../img/arw_c_p_b.png) no-repeat right 5px center;
	background-size: 18px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}
.snav-search-free select option{
	background: #fff;
}
.snav-search-free .btn-search{
	text-align: center;
}
.snav-search-free .btn-search input{
	padding: .65em 1em .65em 3em;
	border-radius: 7px;
	border: none;
	color: #fff;
	background: #FB7C31 url(../img/parts_search.png) no-repeat 10% center;
	background-size: 22px auto;
	font-weight:bold;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}
.snav-search-free .btn-search input:hover{
	opacity: .6;
}



#search-snav li{
	margin-bottom: 8px;
	font-size: 0;
	line-height: 0;
}
#search-snav li img{
	width: 100%;
	height: auto;
}


#side-nav .search-wrap{
	padding: 5px;
	width: 255px;
}
#side-nav .search-item{
	margin: 5px 0;
	padding: 10px;
	border-radius: 7px;
	background: #fff;
	font-size: 1.4rem;
}


.search-item .flex-wrap.col2{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}



#side-nav .search-item select{
	font-size: 1.2rem;
}
#side-nav h3{
	font-size: 1.8rem;
	text-align: center;
	background: url(../img/parts_search_l.png) no-repeat 5% center;
	height: 38px;
	line-height: 38px;
	letter-spacing: .05em;
}
#side-nav h4{
	margin: 0 0 .75em;
	padding: 0 0 0 1em;
	font-size: 1.6rem;
	position: relative;
	overflow: hidden;
	background: url(../img/dot_p.png) no-repeat left center;
}
#side-nav h4:after{
	padding-left: 1em;
	content: '';
	float: left;
	background: url(../img/line_dot_p.png) repeat-x 5px center;
	width: 100%;
	height: 6px;
	position: absolute;
	top: .5em;
}

#side-nav .btn-search{
	text-align: center;
}
#side-nav .btn-search input{
	padding: .65em 0 .65em 1em;
	border-radius: 7px;
	border: none;
	color: #fff;
	background: #FB7C31 url(../img/parts_search.png) no-repeat 10% center;
	background-size: 22px auto;
	width: calc(100% / 2.5);
	font-weight:bold;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}
#side-nav .btn-search input:hover{
	opacity: .6;
}
#btm-search {
	padding: 30px 0;
}
#btm-search .inner{
	margin: 0 auto;
	padding: 0 30px;
	width: 1200px;
}
#btm-search nav{
	margin: 15px 0;
	padding: 20px 30px;
	border-radius: 7px;
	background: #fff;
}
#btm-search h3{
	margin: 0 0 .25em;
	padding: 0 0 0 1em;
	background: url(../img/dot_p.png) no-repeat left center;
	text-align: left;
	font-size: 1.6rem;
}
#btm-search ul{
	font-size: 1.4rem;
}
#btm-search li{
	padding: 0 1em 0 0;
	display: inline-block;
}
#btm-search li a{
	padding: 0 0 0 1em;
	background: url(../img/arw_s_p_r.png) no-repeat left center;
	background-size: auto 8px;
	display: inline-block;
}


.btn-pagetop{
	margin: 20px 30px;
	text-align: right;
}

footer{
	padding: 40px 0 10px;
	background: url(../img/bg_footer.jpg);
	color: #fff;
}
footer a{
	color: #fff;
}
footer .inner{
	margin: 0 auto;
	padding: 0 30px;
	width: 1200px;
}
footer #fnav{
	width: 285px;
}
#fnav li a{
	padding: 0 0 0 1em;
	background: url(../img/arw_s_w_r.png) no-repeat left center;
	background-size: auto 8px;
}
#f-company-wrap{
	padding: 15px;
	border-radius: 7px;;
	background: #fff;
	color: #000;
	font-size: 1.3rem;
	display: flex;
	width: 855px;
}
.f-company{
	padding: 25px 0 0 15px;
	flex-grow: 2;
}
.f-company > div{
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f-company > div > *{
	margin: 0 0 10px;
	padding: 0 0 0 25px;
	width: 50%;
}

.copyright{
	margin: 1em 0 0;
	text-align: right;
	font-size: 1.3rem;
}

@media screen and (max-width: 767px) {

	html{
		min-width: 100%;
	}
	body{
		background-image: url(../img/bg_contents.jpg);
		background-repeat: repeat;
		background-position: top;
		width: 100%;
		min-width: 100%;
	}

	header{
		width: 100%;
		height: auto;
		padding: 36px 0 50px;
		position: relative;
		background-image: url(../img/bg_header_sp.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
		-moz-background-size: cover;
		background-size:cover;
		z-index: 0;
	}
	header .inner{
		
		}
	#h-history{
	    border: none;
	    border-bottom: solid 2px #FFB130;
	    border-radius: 0;
	    position: fixed;
		top: 0;
		left: 0;
		right: auto;
		font-size: 1.2rem;
		width: 100%;
		height: 36px;
		justify-content: flex-end;
		z-index: 10;
	}
	#h-history em{
		color: #FF2626;
		font-size: 2.4rem;
		font-weight: bold;
		text-decoration: underline;
	}
	#h-history li{
		width: auto;
		border-left: solid 2px #FFB130;
	}
	#h-history li:first-child{
		border-right: none;
		border-left: solid 2px #FFB130;
	}
	#h-history a{
		padding: 5px 5px 5px 30px;
		display: block;
		color: #000;
	}

	#h-history a:hover{
		text-decoration: none;
	}
	#h-history span{
		display: inline-block;
		text-align: center;
	}

	#h-history .btn-history{
		background: url(../img/parts_clock.png) no-repeat left 5px center;
		background-size: 20px auto;
	}
	#h-history .btn-list{
		background: url(../img/parts_star_o.png) no-repeat left 5px center;
		background-size: 20px auto;
	}
	#h-contact{
		position: absolute;
		top: 46px;
		right: 10px;
		display: flex;
flex-wrap:wrap;
width:80px;
z-index:3;
	}
	#h-contact .tel{
		color: #E08081;
		font-size: 1.2rem;
		letter-spacing: -.025em;
		line-height: 1.4;
		height: 28px;
		width: 28px;
	}
	#h-contact .btn-contact a{
		padding: 0;
		color: #fff;
		display: block;
		height: 33px;
		width: 33px;
		background-image: url(../img/parts_mail_p.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		text-indent: -1000%;
	}
	#h-contact .line a{
display: block;
z-index:3;
}
	.btn-contact {
		width: auto;
		text-align: center;
		overflow: hidden;
	}
	.btn-contact a{
		padding: 0 1em 0 2em;
		border-radius: 7px;
		color: #fff;
		display: block;
		height: 45px;
		line-height: 45px;
		width: auto;
		background-color: #E08081;
		background-image: url(../img/parts_mail.png);
		background-repeat: no-repeat;
		background-position: 10% center;
		background-size: auto 20px;
		font-weight: bold;
		font-size: 1.3rem;
	}
	#h-contact .btn-contact a{
		background-color: transparent;
	}
	#h-contact .btn-contact {
		margin: 0 0 0 15px;
	}

	#gnav{
		padding: 5px 5px 5px 60px;
		position: fixed;
		top: 36px;
		left: 0;
		display: none;
		background: #FCA672;
		z-index: 4;
		width: 100%;
	}
	#gnav ul{
		display: flex;
		-webkit-align-items: center; /* cϋό΅¦iSafaripj */
		align-items: center; /* cϋό΅¦ */
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#gnav li{
		margin: 0;
		padding: 3px;
		text-align: center;
		width: 50%;
		background: url(../img/btn_gnav.png) no-repeat center top;
	}
	#gnav a{
		padding: 0 0 0 1.5em;
		color: #fff;
		display: block;
		height: 47px;
		line-height: 47px;
		font-weight: bold;
		background-color: #FEB986;
		border-radius: 3px;
	}

	.gn-home a{	background: url(../img/gnav_home.png) no-repeat 7% center;}
	.gn-company a{	background: url(../img/gnav_outline.png) no-repeat 7% center;}
	.gn-voice a{	background: url(../img/gnav_voice.png) no-repeat 7% center;}
	.gn-staff a{	background: url(../img/gnav_staff.png) no-repeat 7% center;}
	.gn-catalog a{	background: url(../img/gnav_catalog.png) no-repeat 7% center;}
	.gn-location a{	background: url(../img/gnav_location.png) no-repeat 7% center;}

	#btn-gnav{
		margin: 5px;
		border-radius: 7px;
		position: fixed;
		top: 36px;
		left: 0;
		width: 44px;
		height: 44px;
		background: #FFB973 url(../img/btn_nav.png) no-repeat center center;
		cursor: pointer;
		display: block;
		z-index: 5;
	}
	#btn-gnav.close{
		background: #fff url(../img/btn_close.png) no-repeat center center;
	}
	#menu-bg.no{
		display: none;
	}
	#logo{
		margin: 0;
		padding: 10px 0 0;
		width: auto;
		height: 60px;
		background: none;
	}
	#logo img{
		width: auto;
		height: 80%;
	}

	#pagettl{
		margin: -40px auto 0;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 2rem;
		color: #F88D1A;
		font-weight: bold;
		width: 50%;
		min-width: 50%;
		position: relative;
		z-index: 2;
	}

	#content-head{
		margin:  auto;
		padding: .75em 10px;
		width: 100%;
		text-align: right;
	}
	#content-head .flex-wrap{
		margin: 1em 0;
	}
	#content-head #breadcrumb{
		display: none;
	}
	#content-head .update{
		padding: .15em 1em;
		border-radius: 7px;
		background: #fff;
		color: #D16603;
		font-size: 1.4rem;
		font-weight: bold;
		display: inline-block;
	}

	#contents{
		margin: 0 auto;
		padding: 0 0 40px;
		width: 100%;
		min-width: 100%;
		background-image: url(../img/bg_mid.jpg),url(../img/bg_contents_btm.png);
		background-repeat: repeat-x, no-repeat;
		background-position: center top, center bottom;
		background-size: auto 48px;
		overflow: hidden;
	}

	#contents > .inner{
		margin: 0 auto 20px;
		padding: 0 10px;
		width: 100%;
	}

	main section{
		margin: 0 0 20px;
		width: 100%;
	}
	section .inner{
		padding: 0 10px;
		width: 100%;
	}
	#full-width section{
		width: auto;
		overflow: hidden;
	}
	#full-width section .inner{
		margin: 0 auto;
		padding: 0 10px;
		width: 100%;
	}
	#contents main{
		padding: 0;
		order: 2;
		width: 100%;
	}
	#full-width #contents main{
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	
	.btn-snav{
		margin: 5px;
		border-radius: 7px;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 44px;
		height: 44px;
		background: #FFB973 url(../img/btn_close_w.png) no-repeat center center;
		cursor: pointer;
		display: block;
		z-index: 4;
	}
	#side-nav .search-wrap{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 10;
	}
	#contents #side-nav{
	}
	#side-nav .search-wrap{
		padding: 5px;
		width: 100%;
	}
	#side-nav .search-item{
		margin: 5px 0;
		padding: 0;
		border-radius: 7px;
		background: none;
		font-size: 1.4rem;
	}
	body.s-open{
		position: fixed;
	}

	.search-item .flex-wrap.col2{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.search-item .item-list li{
		padding: .5em;
		border-bottom: solid 2px #FFEC89;
		background: #fff;
		font-size: 1.3rem;
	}
	.search-item .item-list li label{
		display: block;
	}
	.search-item .item-list li:nth-child(2n){
		border-left: solid 2px #FFEC89;
	}
	.search-item .item-select{
		padding: .5em;
		border-bottom: solid 2px #FFEC89;
		background: #fff;
	}



	#side-nav .search-item select{
		font-size: 1.2rem;
	}
	#side-nav h3{
		padding: 0 0 0 50px;
		margin: 5px;
		font-size: 1.8rem;
		text-align: center;
		background: url(../img/parts_search_l.png) no-repeat 25% center;
		height: 38px;
		line-height: 38px;
		letter-spacing: .05em;
	}
	#side-nav h4{
		margin: 10px 0 0;
		padding: .5em 0 .5em 1.5em;
		border-bottom: solid 3px #FB7C31;
		border-radius: 7px 7px 0 0;
		font-size: 1.4rem;
		position: relative;
		overflow: hidden;
		background: #FCF4E5 url(../img/dot_p.png) no-repeat .5em center;
		width: auto;
	}
	#side-nav h4:after{
		padding-left: 1em;
		content: '';
		float: left;
		background: transparent;
		width: 100%;
		height: 6px;
		position: absolute;
		top: .5em;
	}

	#side-nav .btn-search{
		text-align: center;
	}
	#side-nav .btn-search input{
		padding: .65em 0 .65em 1em;
		border-radius: 7px;
		border: none;
		color: #fff;
		background: #FB7C31 url(../img/parts_search.png) no-repeat 10% center;
		background-size: 22px auto;
		width: calc(100% / 2.5);
		font-weight:bold;
		font-size: 1.6rem;
		line-height: 1;
		cursor: pointer;
	}
	#side-nav .btn-search input:hover{
		opacity: .6;
	}
	#btm-search {
		padding: 40px 0 10px 0;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 10;
	}
	#btm-search .inner{
		margin: 0 auto;
		padding: 0 10px;
		width: 100%;
	}
	#btm-search nav{
		margin: 15px 0;
		padding: 20px 30px;
		border-radius: 7px;
		background: #fff;
	}
	#btm-search h3{
		margin: 0 0 .25em;
		padding: 0 0 0 1em;
		background: url(../img/dot_p.png) no-repeat left center;
		text-align: left;
		font-size: 1.6rem;
	}
	#btm-search ul{
		font-size: 1.4rem;
	}
	#btm-search li{
		padding: 0 1em 0 0;
		display: inline-block;
	}
	#btm-search li a{
		padding: 0 0 0 1em;
		background: url(../img/arw_s_p_r.png) no-repeat left center;
		background-size: auto 8px;
		display: inline-block;
	}


	.btn-pagetop{
		margin: 20px 30px;
		text-align: center;
	}
	.btn-pagetop img{
		width: 66px;
		height: auto;
	}

	footer{
		padding: 10px 0;
		background: url(../img/bg_footer.jpg);
		color: #fff;
	}
	footer a{
		color: #fff;
	}
	footer .inner{
		margin: 0 auto;
		padding: 0 10px;
		width: 100%;
	}
	footer #fnav{
		margin-bottom: 10px;
		width: 100%;
	}
	#fnav ul{
		display: flex;
		flex-wrap: wrap;
	}
	#fnav li{
		padding: 2px;
		width: 50%;
	}
	#fnav li a{
		padding: .75em 1em .75em 2em;
		border-radius: 3px;
		background: #FAA771 url(../img/arw_s_w_r.png) no-repeat 10px center;
		background-size: auto 8px;
		display: block;
		font-weight: bold;
	}
	#f-company-wrap{
		padding: 15px;
		border-radius: 7px;;
		background: #fff;
		color: #000;
		font-size: 1.3rem;
		display: block;
		width: 100%;
		position: relative;
	}
	#f-company-wrap figure{
		position: absolute;
		top: 15px;
		left: 15px;
		width: 50%;
	}
	.f-company{
		padding: 0;
		flex-grow: 2;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.f-company > div{
		display: block;
		width: 100%;
	}
	.f-company > div:first-child{
		padding-left: 55%;
		line-height: 1.4;
		text-align: left;
	}
	.f-company > div:last-child{
		margin: 10px auto 0;
		width: 80%;
		text-align: center;
	
	}
	.f-company > div > *{
		margin: 0 0 10px;
		padding: 0 0 0 15px;
		width: 100%;
	}

	.copyright{
		margin: 1em 0 55px;
		text-align: right;
		font-size: 1.3rem;
	}
}