@charset "utf-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}ul,ol{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #382400;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	background-color: #ffffff;
	background-image: url(../bg.png);
	background-repeat: repeat-x;
}

header {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #FFFFFF;	
	}
header h1 {
	font-size: 80%;
	float: right;
}

header h2 img {
	float: left;
	width: 180px;
	margin-top: 7px
	}

header p img {
	float: left;
	margin-left: 20px;
	width: 600px;
	margin-top: 20px;
}


/**===============================
パンくずリスト
================================**/
.breadcrumbs .breadtop::before{
	content: '\f015';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	
}

.breadcrumbs {
	width: 980px;
	margin-left: 15px;
	margin-top: -28px;
	margin-bottom: 28px;
}

.breadcrumbs ul{
	display: table;
	font-size: 11px;
	
}

.breadcrumbs ul li{
	padding: 0 10px 0 0;
	font-size: 11px;
	float: left;
		
}

.breadcrumbs ul li::before{
	content: '＞';
}

.breadcrumbs ul li:first-child::before{
	content: none;
}
	


/**===============================
パンくずリストおわり
================================**/




.turnkey img{
    width: 330px;
	height: auto;
	background-size: cover;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.detailcontact {
	clear: both;
	display: block;
	text-align: center;	
	width: 450px;
	margin: auto;
	}

.contact {
	float: right;
	text-align: left;
	width: 450px;
	overflow: hidden;	
	}

.eigyou{
	font-size: 12px;
	float: right;
	margin-right: 10px;
	padding-top: 6px;
	}

.eigyou span{
	letter-spacing: 1em;
}

.eigyou span.tx10{
	letter-spacing: normal;
	font-size: 10px;
}

.telmail{
	float: right;
	padding-right: 10px;
	text-align: left;	
	padding-top: 20px;
}

.telmail p{
	clear: both;
}

.telmail i{
	font-style: normal;
	font-size: 21px;
	}

.telmail img{
	width: 30px;
	margin-left: 8px;
}

.qr img {
	width: 50px;
	height: 50px;
	}

.qr {
	float: right;
	padding-top: 20px;
	
}
nav {
	width: 100%;
	margin-bottom: 30px;
	clear: both;
	}

nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
nav ul::after {
  display: block;
  clear: both;
  content: '';
}

nav ul li {
	list-style: none;
	position: relative;
	width: 20%;
	float: left;box-sizing: border-box;
}

nav ul li:hover {
	background-color: #eee;
}

nav ul li a {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #333;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #bbb;
  border-left: none;
}

nav ul li:first-child a {
  border-left:1px solid #bbb;
}

/* navのプルダウン型メニュー */

nav ul ul {
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 30;/*bxslider.jsのz-index値より多きくする*/
  background-color: #eee;
	width:auto;
	box-sizing: border-box;
}
nav ul ul li {
  float: none;
  margin: 0;
  border: none;
　border-top: none;
  width:197px;
}

nav ul li ul li a {
	border: none ;
}
nav ul li:first-child ul li a {
  border-left:none;
}
nav ul li:nth-child(2) ul li a {
  border-left:none;
}

ul ul {
  visibility: hidden;
  opacity: 0;
  transition: .2s ease-in-out;
}
ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

nav ul ul li:hover {
  background-color: #ccc;
}

/*ヘッダーはここまで*/
/*メインここから*/

main {
	width: 980px;
	margin: auto;
	}
/*.topNavi {
	width: 980px;
	margin:auto;
    overflow: hidden;	
	display: block;
	}

.bxslider {
	clear: both;
	text-align: center;	
		}

#pickup {
	width: 940px;
	padding: 20px;
	margin: auto;	
	border-top:1px solid #ddd;
	padding-top:1em;
    border-bottom:1px solid #ddd;
	padding-bottom:1em;
	}

#pickup h2 {
	margin-bottom: 0.5em;
	padding-left: 10px;
	font-size: 18px;
	color: #581B00;
	border-left: 5px solid #f19500;
	font-weight: bold;	
}
.maincontent {
	width: 980px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: center;	
}
.maincontent a:hover {
	opacity: 0.7;
}
.maincontent img {
	width: 465px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
*/
/*メインここまで*/
/*ここからフッター*/
footer{
	width: 980px;
	margin: auto;
	}

.clearfix{
	clear: both;
	display: block;
}

.footmenu {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	
	}

.footmenu li {
	float: left;
	list-style: none;
	width: 20.0%;
	}


.footmenu li a {
	display: block;
	padding: 15px 0;
	color: #333333;
	text-align: center;
	text-decoration: none;
}

.footmenu li a:hover {
	background-color: #F0F0F0;	
	}

.kaisya {
	width: 980px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
	}


.logo {
	float: left;
	width: 280px;
	margin-left: 20px;
	margin-right: 20px;
	
}

.logo img {
	width: 260px;
	height: 70px;
}

.logo a{
    width: 260px;
	float: left;
	text-decoration: none;
	text-align: center;
  }

.logo a:hover {
	background-color: #F0F0F0;
	}

.addreas{
	width: 660px;
	float: left;
	margin-top: 25px;
	}

.copyright {
	clear: both;
	padding: 20px 0;
	font-size: 12px;
	text-align: center;	
}

.totop {
	position:fixed;
	bottom:15px;
	right:100px;
}

.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#f19500;
}
.totop img:hover {
	background:#e78f00;
}




/*================================================
 *  タブレット向けデザイン  768-979
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */

@media (max-width: 979px){

header {
	width: 768px;
	}
	
header h1 img {
	width: 180px;
	height: auto;
	margin-left: 10px;
	}
	
header h2 img{
	margin-top: 30px;	
	}
	
.turnkey img {
	width: 350px;	
	}
	
.contact {
	width: 600px;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
.telmail {
	width: 230px;
	text-align: center;
	}
	
.eigyou {
	width: 200px;
	margin-right: 0px;
	}
	
.eigyou p {
	margin-left: 30px;	
	}
	
.qr {
	width: 60px;
		}
	
nav {
	width: 100%;
	}
	
nav ul {
	width: 768px;
	margin: auto;
	}

nav li {
	width: 16.00%;
	font-size: 12px;
	}

nav ul ul li {
  width:127px;
}
.breadcrumbs {
	width: 768px;
}


main {
	width: 768px;
	margin: auto;
	}	
	
footer{
	width: 768px;
	}	
	
.footmenu{
	width: 100%;
	}
	
.footmenu ul {
	width: 768px;
	margin: auto;
	}
	
.footmenu li {
	width: 20.00%;
	font-size: 12px;
	}
	
.kaisya {
	width: 768px;
	margin: 20px auto 0;
	}
	
.logo {
	margin-left: 0px;
	margin-right: 0px;
	width: 220px;
	
	}

.logo img {
	width: 220px;
	height: 60px;
}
	
.logo a {
	width: 220px;	
		}
	
.kojin {
	width: 200px;
	text-decoration: none;	
   
	}
	
.addreas { 
	width: 508px;
	margin-left: 20px;
	margin-top: 30px;
	}
	
.addreas p {
	width: 508px;
	font-size: 11px;
	
	}

.totop {
	right: 10px;
}	

}  /* ここは削除しない */
	



/*================================================
 *  タブレット向けデザイン  480-767
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */

@media (max-width : 766px ){

header {
	width: 480px;
	
	}
	
	
header h1 img {
	width: 160px;
	height: auto;
	margin-left: 10px;
	float: left;
	}
	
header h2 img {
	width: 150px;
	float: left;
	}
	
.turnkey img {
	width: 300px;	
	float: left;
	margin-right: 0px;
	}
	
.contact {
	width: 480px;
	margin-bottom: 10px;
	}
	
.telmail {
	width: 200px;
	font-size: 20px;
	margin-top: 10px;
	margin-right: 20px;
	}
	
.telmail img {
	margin-left: 0px;
	width: 40px;
	margin-top: 5px;
	}
	
.telmail i {
	display: none;	
	}
	
.eigyou {
	width: 200px;
	margin-right: 0px;
	
	}
	
.eigyou p {
	margin-left: 0px;
	font-size: 15px;
	}
		
.qr {
   display: none;
		}
	
nav {
	width: 100%;
	}
	
nav ul {
	width: 480px;
	margin: auto;
	}

nav ul li {
	display: block;
	width: 33.00%;
	font-size: 12px;
	}

nav ul ul li {
  width:158px;
}
nav ul li:nth-child(4) {
	border-left: 1px solid #bbb;
}
nav ul li:nth-child(4) a {
	border-top: none;
}
nav ul li:nth-child(5) a {
	border-top: none;
}
nav ul li:nth-child(6) a {
	border-top: none;
}
.breadcrumbs {
	width: 480px;
}


main {
	width: 480px;
	margin: auto;
	}		
	
footer{
	width: 480px;
	}	
	
.footmenu{
	width: 100%;
	}
	
.footmenu ul {
	width: 480px;
	margin: auto;
	}
	
.footmenu li {
	display: block;
	width: 33.00%;
	font-size: 12px;
	}
	
.kaisya {
	width: 480px;
	margin: 20px auto 0;
	}
	
.logo {
	margin-left: 0px;
	margin-right: 0px;
	width: 480px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

.logo img {
	width: 220px;
	text-align: center;
	}
	
.logo a {
	float: right;
	margin-right: 35px;
	}
	
.addreas { 
	width: 480px;
	margin-left: 0px;
	margin-top: 0px;
	}
	
.addreas p {
	width: 480px;
	font-size: 12px;
	}

.totop {
	right: 10px;
}	

}  /* ここは削除しない */
	


/*================================================
 *  タブレット向けデザイン  320-479
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */

@media (max-width: 479px){

header {
	width: 320px;
	}
	
header h1 img {
	width: 100px;
	height: auto;
	margin-left: 10px;
	float: left;
	}
	
header h2 img {
    width: 110px;		
	float: left;	
	margin-top: 5px;
	}	
	
.turnkey img {
	width: 200px;	
	float: left;
	margin-right: 0px;
	}
	
.contact {
	width: 320px;
	margin-bottom: 10px;
	}
	
.telmail {
	width: 130px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	}
	
.telmail img {
	margin-left: 0px;
	}
	
.eigyou {
	width: 170px;
	margin-right: 0px;
	}
	
.eigyou p {
	margin-left: 0px;
	font-size: 12px;
	}
	
.qr {
   display: none;
		}
	
nav {
	width: 100%;
	}
	
nav ul {
	width: 320px;
	margin: auto;
	}

nav ul li {
	display: block;
	width: 155px;
	font-size: 12px;
	}
nav ul ul li {
  width:155px;
	padding: 0;
}
nav ul li:nth-child(3) {
	border-left: 1px solid #bbb;
	width: 154px;
}
nav ul li:nth-child(4) {
	width: 156px;
}
nav ul li:nth-child(5) {
	border-left: 1px solid #bbb;
}
nav ul li:nth-child(3) a {
	border-top: none;
	border-right: none;
}
.breadcrumbs {
	width: 320px;
}


main {
	width: 320px;
	margin: auto;
	}		

footer{
	width: 320px;
	}	
	
.footmenu{
	width: 100%;
	}
	
.footmenu ul {
	width: 320px;
	margin: auto;
	}
	
.footmenu li {
	display: block;
	width: 49.00%;
	font-size: 12px;
	}
	
.kaisya {
	width: 320px;
	margin: 20px auto 0;
	}
	
.logo {
	margin-left: 0px;
	margin-right: 0px;
	width: 320px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

.logo img {
	width: 150px;
	height: 50px;
	}
	
.logo a {
	width: 150px;	
	font-size: 11px;
	float: none;
	margin-left: 80px;
		}
	
.addreas { 
	width: 320px;
	margin-left: 0px;
	margin-top: 0px;
	}
	
.addreas p {
	width: 320px;
	font-size: 11px;
	}

.totop {
	right: 10px;
}	

}  /* ここは削除しない */
	
