@charset "utf-8";

@media screen and (max-width:730px) {
/*============================================================
	SP HEADER
*/
header {
	width:100%;
	background:#FFF;
	position:relative;
}

header #headerArea {
	width:100%;
	overflow:hidden;
}

header #headerArea h1 {
	float:none;
	position:absolute;
	left:20px;
	z-index:999;
}

header nav {
	display:none;
}

header nav ul {
	width:100%;
	margin: auto;
}

header nav ul li {
	float:none;
	border-bottom:solid 1px #DDD;
	padding:20px 0;
	text-align:center;
	background:#FFF;
}

header nav#navSp {
	width:100%;
	display:block;
	position:absolute;
	top:0px;
	right:10px;
	z-index:9999;
}

header nav#navSp #menu div {
  position: relative;
  text-align:right;
}

header nav#navSp #menu div span {
  cursor: pointer;
}

header nav#navSp #menu div ul {
  display: none;
  position: absolute;
  padding-top:14px;
  margint-top:14px;
}

/*============================================================
	SP FOOTER
*/

#btnPagetop {
	margin: 0 auto;
	padding: 60px 0 20px 0;
	width: 90%;
	text-align:center;
}

footer {
	font-size:90%;
	padding:24px 0;
}

footer #footLogo {	
	display:none;
}

footer #footSns {
	overflow: hidden;
    	position: relative;
}

footer #footSns ul {
	float:left;
	position:relative;
	left:50%;
}

footer #footSns ul li {
	float:left;
	margin-left:8px;
	position:relative;
	left:-50%;
}

footer #copy {
	float:none;
	width:100%;
	padding:0 0 18px 0;
	text-align:center;
}

/*============================================================
	SP MAIN IMG
*/

#mainimg {
	width:100%;
	background: url(../images/top/mainimg.jpg) no-repeat center top #e9edf0;
	background-size:180%;
	height:220px;
	margin-bottom:0px;
}

/*============================================================
	WORKS
*/
#works {
	padding: 36px 0;
}

#works h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
}

#works div.list-wrapper {
    width: 100%;
}


#works div.list-wrapper ul {
	float:none;
	position:relative;
	left:0;
}

#works div.list-wrapper li {
	float:none;
	margin:0 auto 24px auto;
	position:relative;
	left:0;
	width:70%;
}

#works div.list-wrapper li img {
	width:100%;
	height:auto;
}

/*============================================================
	WORKS DETAIL
*/
.contents-container {
    width: 100%;
}

#works #col-1 {
    float: none;
    width: 100%;
    margin: 0 auto;
}

#works #col-2 {
    float: none;
   width: 100%;
   margin-top:36px;
    padding-top:36px;
    border-top:solid 1px #CCC;
}

#works #col-1 li {
	text-align:center;
}

#works #col-1 .page-eyecatch img {
    width: 95%;
    height:auto;
    margin:0 auto;
}

#works #col-2 li {
	text-align:center;
}

#works #col-2 li img {
	width:50%;
	height:auto;
	margin:0 auto;
}

/*============================================================
	SP ABOUT
*/
#about {
	margin-bottom:0px;
	background:#f7f6f0;
	width:100%;
	padding: 36px 0 0 0;
}

#about h2 {
	font-size:22px;
	text-align:center;
	margin-bottom:8px;
}

#about #aboutWrapper {
	background:url(../images/top/img_about_bg.jpg) repeat-x;
	height:auto;
	width:100%;
}

#about #aboutArea {
	background:url(../images/top/img_about.jpg) no-repeat;
	width:80%;
	margin:0 auto;
	padding-top:24px;
	height:312px;
	line-height:3.0;
	text-shadow: 0px 0px 3px #000;  
}

#about #aboutArea img {
	display:none;
}

#about #aboutArea p {
	color:#FFF;
	font-size:14px;
	width:50%;
	margin-top:30px;
	width:100%;
}


/*============================================================
	SP HIMEKURISHO
*/
#himekurisho {
	padding: 36px 0;
}

#himekurisho h2 {
	margin-bottom: 8px;
}

#himekurisho div.list-wrapper {
    width:100%;
}


#himekurisho div.list-wrapper ul {
	float:none;
	position:relative;
	left:0;
}

#himekurisho div.list-wrapper li {
	float:none;
	width:70%;
	margin:0 auto 24px auto;
	position:relative;
	left:0;
}

#himekurisho div.list-wrapper li img {
	width:100%;
	height:auto;
}

#himekurisho div.list-wrapper li iframe {
	width:100%;
	height:auto;
}

/*============================================================
	SP NEWS
*/
#news {
	padding:32px 0;
}
h2 {
	padding:0 0 12px 8px;
	text-align:center;
	width:90% !important;
}

#news h2 {
    margin-bottom: 8px;
}

#newsList {
	width:90%;
	margin:0 auto;
}
#news dl {
	border:none;
	padding:14px 18px;
	font-size:85%;
	float:none;

	border-bottom:dotted 1px #999;
}

#news dl:last-child {
	border:none;
}


#news dt {
}

#news dd {
	width:96%;
}

/*============================================================
	SP NEWS DEATAIL
*/
#newsContent {
    padding: 36px 0 36px 0;
}

#newsContent #col-1 {
    float: none;
    width: 100%;
    margin: 0;
}

#newsContent .contents-container {
	width:90%;
	margin:0 auto;
}

#newsContent .contents-container img {
	width:100%;
	height:auto;
}

#newsContent #col-2 {
    float: none;
    width: 100%;
    margin-bottom: 22px;
    margin-top:36px;
    padding-top:36px;
    border-top:solid 1px #CCC;
    
}

#newsContent #col-1 h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

/*============================================================
	SP CONTACT
*/
#contact .read {
	padding: 30px;
	line-height: 1.8em;
}

#contact form {
	margin-bottom:36px;
}

#contact dl {
	margin: 18px auto;
	width: 90%;
	border-bottom:dotted 1px #999;
}

#contact dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#contact dl dd {
	padding: 8px 0 24px 0;
	
}
#contact dl dt {
	width: 90%;
	font-weight: bold;
	float:none;
	padding: 8px 0 4px 0;
}

#contact dl dt span {
	margin-left: 12px;
	padding:2px 4px;
	color:#FFF;
	background: #CC0000;
	display: inline-block;
	font-size: 68%;
}
#contact dl dd {
	width: 90%;
	float:none;
}
#contact dl dd input,
#contact dl dd textarea {
	padding: 6px 3px;
	width: 85%;
	background: #fffedc;
	border: 1px solid #333;
	outline: 0;
	resize: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 18px;
	color: #333333;
}
#contact dl dd textarea {
	width:100%;
	height: 90%;
}

#contact dl dd input.size00 {
	width: 30%;
}
#contact dl dd input.size01 {
	width: 100%;
}

#contact .submit {
	margin: 25px 0 0 0;
	text-align:center !important;
	font-size:120%;
}
#contact .submit input {
	display: block;
	margin: 0 12px 0 0;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 88%;
	line-height: 1.5em;
	border: 0;
	background: #066ca3;
	color: #ffffff;
	cursor: pointer;
	float:none;
}
#contact .submit input:hover {
	background: #278bc1;
}

#contact dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.ERR {
	color:#CC0000;
}

#contact .submit .sendbtn {
	text-align:center;
	padding:0 5%;
}

}