@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:750px) {

/* header--------------------------------------------------------- */
header {
	min-width: 100%;
	padding: 20px 0;
	position: static;
	background: #fff;
}
header .logo {
	float: right;
	padding-left: 0;
	margin-right: 5%;
}
header nav {
	float: none;
	margin-right: 0;
	margin-top: 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: -101%;
	height: 100%;
	background: #fff;
	padding-top: 50px;
	border-right: 1px solid #666;
}
header nav li {
	float: none;
	width: 100%;
	margin-left: 0;
}
header nav li a {
	width: 70%;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	border-bottom: 1px solid #666;
}
header nav li:last-child a {
	border-bottom: none;
}
header .sns {
	display: none;
}
header .btn_nav {
	width: 40px;
	height: 40px;
	top: 10px;
	left: 6%;
	position: fixed;
	z-index: 15;
	background: url(../images/btn_nav.jpg) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}
header .btn_nav.open {
	background: url(../images/btn_nav_close.jpg) no-repeat center center;
	background-size: 100%;
}


/* contents--------------------------------------------------------- */
#contents {
	flex: none;
}
#top #contents {
	flex: 1;
}
#contents section {
	background: #fff;
	padding: 80px 0 60px;
}
#contents section .box {
	width: 84%;
}
#top #contents section {
	height: auto;
	padding: 80px 0 80px;
	position:static;
}
#top #contents section .box {
	position:static;
	margin-top: 0;
	margin-left: auto;
}
#top #contents .main {
	height: 50vh;
}
#top .sm-slider {
	margin-top: 90px;
	height: 50vh;
	position: absolute;
}
#about #contents section {
	height: auto;
	padding: 80px 0 80px;
	position:static;
	margin-top: 0;
}
#about #contents section .box {
	position:static;
	margin-top: 0;
	margin-left: auto;
}
#works #contents {
	position: relative;
}
#works #contents section {
	height: auto;
	margin-top: 80px;
}
#works #contents section .box {
	width: 84%;
	height: auto;
	position: static;
	margin: 0 8%;
}
#works #contents .box .list {
	width: 100%;
	height: auto;
}
#works #contents .box .arw {
	display: none;
}
#works #contents .thumb {
	margin-right: -1.5%;
	margin-left: -1.5%;
}
#works #contents .thumb li {
	margin: 1.5%;
	width: 30.333%;
}
#workslist #contents {
	margin: 0 auto;
	width: auto;
}
#workslist #contents .box {
	padding-top: 80px;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 84%;
}
#workslist #contents .box:last-child {
	padding-bottom: 80px;
}
#workslist #contents .left {
	width: 100%;
	float: none;
}
#workslist #contents .right {
	width: 100%;
	float: none;
}
#workslist #contents p.job span {
	margin-bottom: 20px;
	font-size: 8px;
	width: 80px;
}
#workslist #contents p.name {
	margin-bottom: 10px;
	font-size: 20px;
	padding-top: 10px;
}
#workslist #contents p.text {
	margin-bottom: 0;
	font-size: 13px;
}
#workslist #contents .left p.cap {
	font-size: 11px;
}
#workslist #contents .right p.cap {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 30px;
}
#workslist #contents .right p.cap:last-child {
	margin-bottom: 20px;
}
#workslist #pager {
	position: fixed;
	top: 50%;
	left: 10px;
	margin-top: -90px;
}
#workslist #pager li a {
	font-size: 8px;
	color: #ccc;
	margin: 10px 0px;
	display: block;
}
#order .box:first-child {
	padding-top: 0;
	padding-bottom: 100px;
}
#order .left {
	float: none;
	width: auto;
	font-size: 20px;
	line-height: 1.6;
}
#order .right {
	float: none;
	width: auto;
	padding-top: 40px;
}
#order .box:first-child .right {
	padding-left: 0;
	width: auto;
}
#order .box .right p {
	font-size: 13px;
}
#order table {
	background: none;
}
#order table td {
	padding-bottom: 10px;
	display: block;
	width: 100%;
}
#order table td:first-child {
	width: 100%;
	font-size: 16px;
}
#order table td:first-child span {
	font-size: 10px;
}
#order table td:nth-child(2) {
	padding-left: 0;
	padding-bottom: 30px;
}
#contact #contents p {
	font-size: 13px;
	line-height: 2;
}
#contact #contents p.title {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 40px;
}
#contact .box {
	width: 84%;
	position: static;
	margin: 0 auto;
}
#contact #contents .left {
	float: none;
	margin-bottom: 30px;
	padding: 35px 0 0;
	width: auto;
}
#contact #contents .right {
	width: auto;
	float: none;
}
#contact .btn-submit {
	text-align: center;
	margin-top: 10px;
}
#thanks #contents {
	flex: 1;
}
#thanks #contents p {
	top: 50%;
	position: absolute;
	width: 100%;
	margin-top: -40px;
	font-size: 14px;
}

#contact #contents .contact_text {
	margin-top:40px;
	font-size: 13px;
	line-height: 2;
}	
		

/* footer--------------------------------------------------------- */
footer {
	min-width: 100%;
}
footer .sns {
	display: block;
}
footer .sns ul {
	display: inline-block;
	padding-bottom: 20px;
}
footer .sns li {
	margin: 0 10px;
	width: 40px;
	float: left;
}
#works footer {
	position: fixed;
	bottom: 0;
}
}