@charset "utf-8";

@media screen and (max-width: 1023px){
/* Init tags
================================================*/
/*--- reset */
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

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

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:underline;
	color: #fff;
}

a {
    -webkit-tap-highlight-color:transparent;
}

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

a img {
    border-style:none;
}

	
html,body {  
  -webkit-text-size-adjust: none;  
} 


body {
    margin:0;
	width:100%; 
    font: 14px/20px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif;
	color: #444;
	background:#fff8ed;
}



.center{
	text-align:center;
	margin:0 auto;
}

.left{
	text-align:left;
}


.right{
	text-align:right;
}

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

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


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

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

.s-img{
	margin: 10px 0;	
}

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

.sp-none,
.loginform,
#menu-wrapper,
#menu-wrap,
.company-photo{
	display:none;
}



/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
	margin:0;
	overflow:hidden;
}

  
#header {
	width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 42px;
	z-index:1000;
	background:#fff;
	border-bottom: 2px solid #efbd87;
	text-align: center;
}


h1{
	margin:5px auto 0;
	width: 50px;
}


.spmenu{
	position: absolute;
	top:6px;
	right: 5px;
}

.spmenu img{
	width: 30px;
	height: 30px;
}


#top-banner{
	width: 100%;
	background:url(../images/sp-header.jpg) 0 0 no-repeat;
	background-size:cover;
	text-align:center;
	padding:230px 0 200px;
	font-size: 18px;
	color: #fff;
	text-shadow:1px 1px 0px #000;
	line-height: 45px;
}

.top{
width: 90%;
margin: 0 auto;
filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.9));
}

h2{
	width: 50%;
	margin: 0 auto;
}

.contents{
	margin: 0 auto;
	padding:5px;
	text-align:left;
}

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

.title img{
	height: 40px;
}

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

.news-area{
	margin: 10px auto;
	text-align:left;
}

.news-area li{
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0;
}

.n-img{
	float: left;
	width:  120px;
}

.n-info{
	margin-left: 130px;
}
.n-title{
	margin:0px 0 2px;
}



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

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

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


.company{
	width: 100%;
	background:url(../images/sp-company.jpg) 0 0 no-repeat;
	background-size:cover;
	text-align:center;
	padding:10px 0;
}

.company2{
	width: 100%;
	background:url(../images/sp-company2.jpg) 0 0 no-repeat;
	background-size:cover;
	text-align:center;
	padding:10px 0;
}


.company-area{
	margin: 10px auto;
	text-align:left;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	width: 90%;
}

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

.company-area dt {
	float:left;
 
}

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

.about{

}

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

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

.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: 14px;
}
/* ---------------------------------------------------------------------
Form
--------------------------------------------------------------------- */
.contact{
	margin: 10px;
}

.contact a{
	color: #333;
}

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

}

.contact th{
	width:100%;
	display: block;
	text-align:left;
	padding:20px 0 20px 10px;
	border-bottom:#ccc 1px solid;
	font-weight:bold;
	color:#000;
	background:#eee;
	font-weight:normal;
}


.contact td{
	width:100%;
	padding:10px;
	text-align:left;

	display: block;
}

.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: #f70!important;
}

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


.line{
	width: 120px;
	margin: 0 auto;
}
/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	
}

#page-top img{
	width:40px;
	height:40px;

}

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


#footer li:last-child{
	border-right:none;
}

#footer a{
	color: #fff;
	display: block;
}


#footer .logo {
	padding-top: 20px;
	margin: 0 auto;
	width: 100px;
}

address {
	margin:0px auto;
	font-size: 10px;
	padding:20px 0;

}



}




/* ---------------------------------------------------------------------
iPad
--------------------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
#top-banner{
	width: 100%;
	background:url(../images/header.jpg) no-repeat top center;
	background-size:cover;
	text-align:center;
	padding:0;
	height: 600px;
	font-size: 24px;
	color: #fff;
	text-shadow:1px 1px 0px #000;
	line-height: 44px;
}
.top{
	padding-top: 300px;
filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.9));
}

}