@charset "utf-8";
/* CSS Document */
/*ー-------------------------------------------------------
tag.css
ー-------------------------------------------------------*/

*{
	box-sizing:border-box;	
}

body, html {
	min-width: 1000px;
	padding: 0;
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #333；
}
body{
-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
ul, dl, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
p{
	line-height: 1.7;
	margin: 0
	
}

a, a:visited {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#ff5b0b;
}
table {
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

th, td {
	border: 1px solid #ccc;
	padding: 4px;
}
small {
	font-size: 12px;
	color: #fff;
}
.mb_only {
	display: none;
}

/*ー-------------------------------------------------------
site.css
ー-------------------------------------------------------*/
#HeaderWrapper {
	width: 100%;
	overflow: hidden;
	border-top:#ff7804 4px solid;
}
#Header {
	width:1000px;
	height: 130px;
	margin: 0 auto;
	padding: 5px 10px 0px;
	position: relative
}
#Header h1 {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	position: absolute;
	z-index: 10;
	top:10px;
	left: 70px;
}
#Header #SiteName {
	width: 325px;
	height: 60px;
	z-index: 1;
	float: left
}

#Header #HeaderInfo{
	width: 422px;
	float: right;
	margin-top: 10px;
	overflow:hidden
}

#Header #HeaderTel {
	width: 218px;
	height: 44px;
	float:left;
	margin-top: 5px;
	overflow:hidden
}
#Header #HeaderContact {
	float: right;
}
#Header #HeaderContact a {
	position: relative;
	display: block;
	background: #ff7804;
	padding-top: 8px;
	padding-left: 40px;
	width: 195px;
	height: 46px;
	border-radius: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
		-webkit-transition: .2s ease;
   transition: .2s ease;	
}
#Header #HeaderContact a:before {
	position: absolute;
	content: "";
	background: url(../img/header_contact.png) no-repeat top left;
	width: 17px;
	height: 13px;
	left: 14px;
	top: 18px;
}
#Header #HeaderContact a:hover {
	background: #ff5b0b;
}
#Header #HeaderNavi {
	height: 45px;
	
	width: 980px;
	overflow: hidden;
	margin: 85px auto 0;
}

#Header #HeaderNavi ul{
	width: 980px;
}

#Header #HeaderNavi li{
	display: inline-block;
	height: 45px;
	padding-top: 5px;
}

#Header #HeaderNavi li#NavTop{
	width:144px ;

}
#Header #HeaderNavi li#NavProducts{
	width:144px ;
}

#Header #HeaderNavi li#NavMaker{
	width:314px ;
}

#Header #HeaderNavi li#NavHinshitsu{
	width:234px ;
}

#Header #HeaderNavi li#NavAbout{
	width:144px ;
}
#Header #HeaderNavi li a{
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	height: 30px;
	font-size:16px;
	padding: 5px 0;
	border-right: dotted 1px #ccc;
	-webkit-transition:color .2s ease;
   transition:color .2s ease;	
}
#Header #HeaderNavi li a:hover{
	color:#ff5b0b;
}

#Header #HeaderNavi li:last-child a{
	border-right:none;
}

#MiddleRow {
	width: 100%;
}
#Contents {
	width: 100%;
}
.container{
	width:980px;
	margin: 0 auto;
	padding:50px 10px 80px;	
}

#FooterWrapper{
	background:#4c4c4c;
	overflow: hidden
}
#Footer{
	width: 980px;
	margin: 0 auto;
	padding:20px 30px 30px;
	overflow: hidden
}
#FooterSiteName{	
	color:#fff;
}

#FooterSiteName img{
	width: 268px;
	height: 50px;
	margin-right: 20px;
	float: left
}
#FooterSiteName p{
	margin:17px 0px 0px;
	font-size:12px;
	float: left
}
#CopyRight{
	background: #ff7804;
	width: 100%;
	text-align: center;
	padding: 5px;
	color:#fff;
}

.PageTop {
	display: none;
	right:20px;
    bottom: 30px;
    position: fixed;
    z-index: 1000;
}

.PageTop a{
    background-image: url(../img/pagetop.gif);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    height: 45px;
    width: 45px;
}

#MenuWrapper{
		width:100%;
		background: url(../img/footer_bg.gif) repeat top left;
}

#Menu {
	width: 960px;
	overflow: hidden;
	margin:0 auto;
	padding: 40px 0px 0px;
}
.menu_title{
	font-size:15px;
	font-weight: bold;
	border-bottom:solid 1px #929292;
	color:#fff;
	padding-bottom:5px;
	margin-bottom: 10px;
}

#AboutToyoShouki {
	width: 229px;
	overflow: hidden;
	float: left;
	margin-right: 55px;
}
#AboutYouki {
	width:410px;
	overflow: hidden;
	float: left;
	margin-right: 55px;
}

#Sonota {
	width: 209px;
	overflow: hidden;
	float: left;
}
#AboutYouki ul{
	float: left;
}
#Menu ul li{
	background: url(../img/menu_list_style.png) left center no-repeat;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#Menu .menu_title a{
	color:#fff;
}


#Menu ul li a{
	font-size:14px;
	color:#fff;
}

#Menu a:hover, #Menu .menu_title a:hover{
	text-decoration: underline
}
#FooterText{
	width: 960px;
	overflow: hidden;
	margin: 10px auto 0px;
	padding: 0px 0px 10px;
}
#FooterText p,#FooterText a,#FooterText a:hover{
	font-size: 13px;
	text-decoration: none;
	color: #ccc;
}


@media screen and (max-width: 767px) {
body, html {
	min-width: 100%;
	font-size: 14px;
}

h1 {
	font-size: 10px;
	width: 100%;
	margin-bottom: 2px;
}

.pc_only{
		display:none !important
}
.mb_only{
		display:block
}
	
#HeaderWrapper {
	padding:0px; 

}	
#Header {
	width: 100%;
	padding:4px 10px 2px 2px;
	max-width: 767px;
	height: 54px;
	box-sizing: border-box;
	border-bottom-style: none;
}

#SiteName{
	width:50%;	
}

#Header #SiteName{
		height: 54px;}

#SiteName a{
		width:100%;
}
#SiteName img{
	margin-top: 16px;
	margin-left: 6px;	
}

#MiddleRow  {
	max-width:980px;
	width: 100%;
	overflow: hidden;
}

#Contents {
	width: 100%;
	float: none;
}
.container{
	width:100%;
}



#Menu{
	width: 100%;
	float: none;
	padding-top: 0px;	
}
#Menu .menu_title{
	color:#fff;
	font-weight: bold;	

}

#Menu ul li{
	padding-left: 0px;
	margin: 0px;
	background-image: none;
}

#AboutToyoShouki,#AboutYouki,#Sonota,.menu_box,.menu_right_box{
	width:100%;
	float: none;;	
}

.menu_box,.menu_right_box{
	background-color: #8E8E8E;
	}
	
#FooterText{
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

#FooterOtoiawase{
	width: 100%;
	padding: 20px 0px;
	font-size: 16px;
}

#FooterInfo{
	width: 90%;
}
#FooterTel{
	width: 288px;
	float:none;
	margin: 0 auto 30px
}

#FooterContact{
	width:267px;
	height: 50px;
	float: none;
	margin: 0 auto 30px;
}

#FooterContact a {
	padding-top: 18px;
	width: 267px;
	height: 50px;
	font-size: 14px;
	border-bottom:4px solid #d4ab07;

}

#FooterContact a:before {
	left: 30px;
	top: 17px;
}

#FooterContact a:hover {
	background: #fff;
	border-bottom:4px solid #114362;
}

#Footer {
	width: 100%;
}

#FooterSiteName img{
	height: auto;
	}

/*ー-------------------------------------------------------
	ここからハンバーガーメニュー
ー-------------------------------------------------------*/

#SpMenu{
	display: block;
	float:right;
	font-size:15px;
	margin-top: 12px;
	margin-right: 8px;	
}
#BtnMenu,
#BtnMenu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#BtnMenu{
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 20px;
	top: 16px;
	right: 19px;
}
#BtnMenu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FF7804;
	border-radius: 2px;
}
#BtnMenu span:nth-of-type(1) {
	top: 0;
}
#BtnMenu span:nth-of-type(2) {
	top: 9px;
}
#BtnMenu span:nth-of-type(3) {
	bottom: 0;
}
#BtnMenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);
	transform: translateY(9px) rotate(-315deg);
}
#BtnMenu.active span:nth-of-type(2) {
	opacity: 0;
}
#BtnMenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}
/*ー-------------------------------------------------------
	ここからmenu
ー-------------------------------------------------------*/


	
#Menu li a{
	position: relative;
	display:block;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 28px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ededed;
}
#Menu li a:after{
	position: absolute;
	content: ">";
	right:15px;
	top:10px;
	color:#FF7804;
}
	
	
	
#Footer{
	width: 100%;
	padding:10px 0px 0px;
}
#FooterSiteName{
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center
}
#FooterSiteName img{
	float: none;
	width: 155px;
	margin: 10px auto;

}
#FooterSiteName p{
	width: 100%;
	margin: 10px auto 15px;

}
#CopyRight{
	float:none;
	width: 100%;
	background: #103f5c;
	padding: 8px;
	text-align: center
}
	
	
.PageTop {
	right:8px;
    bottom: 20px;
}

#MbTell {
    display: block;
    position: fixed;
	right:64px;
    bottom: 20px;
    overflow: hidden;
    z-index: 99;
    float: right;
}

#MbTell a {
    background-image: url(../img/tel.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    height: 51px;
    width: 51px;

}
	

	
	
	
	
	
/*ー-------------------------------------------------------
	ここからアコーデォオン
ー-------------------------------------------------------*/
.menu_title{
	display:block;
	cursor:pointer;
	padding-right:0px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:20px;
	position:relative;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 0px;
}
.menu_title.active{
 border-bottom: 1px solid #E2EFF3;
}

.menu_title::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 18px;
    width: 40px;
	height:34px;
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.menu_title::after {
}
}

@media screen and (max-width: 320px) {
#HeaderWrapper {
	margin-bottom: -12px;
}}



