@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1024px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;	
}




/* Setting */

html {
	height: 100%;
	font-size: 16px;
	line-height: 24px;
}
body {
	height: 100%;
	color: #444;
	background:#fff8ed;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
a{
	color: #7e7859;
	text-decoration:underline;
}

a:hover{
	color: #aaa;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.left{
	text-align:left;
}

.right {
	text-align:right;
}

.right2 {
	text-align:right;
	padding-right: 30px;
}

.b{
	font-weight:bold;
}



/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.pc-none,
.sp-sns,
#spmenu,
.spmenu{
	display:none;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
}

#top-banner{
	background:url(../images/header.jpg) center center no-repeat #000;
	background-size:cover;
	padding:0;
	height:800px;
	text-align:center;
	
}

.top{
	padding-top: 350px;
filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.9));
}

#header{
	margin:0;
	width:100%;
	padding: 25px 0;
	background:#fff;
	text-align: center;
}

h1{
	margin:0 auto;
}

h1 img{
	width: 190px;
}


#menu-wrap {
	background: #efbd87;
	width: 100%;
	height: 55px;
}

.menu{
	margin:0 auto;
	width: 800px;
	background: #efbd87;
}

.menu li {
	list-style:none;
	float:left;
	width: 200px;
	text-align: center;
}

.menu li a{
	display:block;
	padding: 0;
}

.menu li a:hover {
	background:#7e7859;
}



/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
.contents{
	margin: 0 auto;
	padding:20px 0;
	text-align:left;
}


.title{
	margin: 0 auto;
	text-align:center;
	padding:40px 0;
	width: 100%;
	background: #fff;
}

.s-title{
	text-align:center;
	font-size:20px;	
}

.news-area{
	margin: 40px auto;
	width:930px;
	text-align:left;
}

.news-area li{
	float: left;
	width: 290px;
	margin: 10px;
	font-size: 14px;
	line-height: 24px;
}

.n-title{
	margin:20px 0 8px;
}

.contact{
	margin: 20px auto;
	text-align:center;
	font-size: 14px;
	line-height: 24px;
}

.tel{
	font-size: 40px;
	margin: 20px 0;
}

.c-f{
	margin: 20px 0;
}



.company-area{
	margin: 40px auto;
	width:1000px;
	text-align:left;
	font-size: 14px;
	line-height: 30px;
}

.company-area dl {
	padding:10px;
}

.company-area dt {
	float:left;
 
}

.company-area dd {
 	margin-left:160px;
}

.about{
	float:left;
	width: 500px;
}

.company-photo{
	float:left;
	width: 500px;
	height: 260px;
}

#map {
	height:420px;
	width:100%;
	margin:0;
}

.service{
	margin: 0px auto;
	width:960px;
	text-align:left;
	font-size: 14px;
	line-height: 24px;
}

.s-img{
	margin: 10px 0;	
}
/* ---------------------------------------------------------------------
Form
--------------------------------------------------------------------- */
.contact{
	width: 900px;
	margin: 10px auto;
}

.contact table{
	width:100%;
	border:#ccc 1px solid;
	background-color:#fff;
	margin:4px auto;
	font-size: 16px;

}

.contact th{
	width:250px;
	text-align:left;
	padding:20px 0 20px 10px;
	border:#ccc 1px solid;
	font-weight:bold;
	color:#191919;
	background:#eee;
	font-weight:normal;
}


.contact td{
	padding:10px;
	text-align:left;
	border:#ccc 1px solid;
}

.need{
	font-size: 12px;
	background: #ff811c;
	padding: 3px 8px;
	border-radius: 5px;
	margin-left: 5px;
    color: #fff;
}

.contct-label{
	padding:20px 0 20px 10px;
	border:#ccc 1px solid;
	text-align: center;
	color:#fff;
	background:#191919;
}



.btn-primary {
    color: #fff!important;
    border-color: #e66b00!important;
    background-color: #ff811c!important;
}

.btn-primary:hover {
    color: #fff!important;
    border-color: #a84f00!important;
    background-color: #cc5f00!important;
}



.se-title{
	border-left: 5px solid #d1b702;
	padding-left: 10px;
	font-size: 16px;
	margin-bottom: 15px;
}

.stu{
	border-bottom: 1px dotted #999;
	margin: 10px 0;
	padding-bottom: 3px;
	font-size: 16px;
}
/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#footer{
	background:#fff;
	padding:0;
	text-align:center;
	color:#444;
	font-size: 12px;
}


#footer .logo {
	padding:50px 0 0;
}

h5 img{
	width: 190px;
}

address {
	margin:0px auto;
	padding:20px 0;
}

}

