/*画面の横幅が640pxまで Landscape phones and down */
@media (max-width: 640px) { 

.PC{
	display:none;
}
.SP{
	display:block;
}


.mt{
	margin-top: 15px;
}
.mt-L{
	margin-top: 30px;
}


/* コンテンツ基本
------------------------------------------------------------ */	
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	min-width:100%;
}

#main-wrapper {
	
}

#contents-wrapper{
	background-color:#fff;
}

/*コンテンツ幅*/
.content-inner{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:90%;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}



/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 15px 15px 0;
	width:30%;
}
.photo-left .txtbox{
	
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 15px 15px;
	width:30%;
}
.photo-right .txtbox{
	
}

.col2box .inner{
	margin:0;
}
.col2box .box{
	width:100%;
	margin-bottom:15px;
}
.col2box .box .box-inner{
	padding:0 0;
}

.col3box .inner{
	margin:0 -2%;
}
.col3box .box{
	width:50%;
	margin-bottom:15px;
	float: left;
}
.col3box .box .box-inner{
	padding:0 4%;
}

.col4box .inner{
	margin:0 -2%;
}
.col4box .box{
	width:50%;
	margin-bottom:15px;
	float: left;
}
.col4box .box .box-inner{
	padding:0 4%;
}



/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:30px;
	right:4%;
	display:none;
	z-index:1000;
}

.pagetop a{
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url(../../images/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}

/* ヘッダー
------------------------------------------------------------ */
	
#header	{
	position:relative;
	top:0;
	left:0;
	z-index:1020;
	width:100%;
	height:60px;
	border-bottom:solid #dcdcdc 1px;
	background-color:#fff;
}

#header-logo{
	padding: 10px 0 0px 0;
}
#header-logo h1{
	width: 120px;
	margin: 0 auto;
}
#header-logo h1 img{
	display: block;
	margin-left: -8%;
}

/* ナビ部分 
------------------------------------------------------------ */
#menuBtn{
	display:block;
}
#menuClose,
#shadows{
	display:none;
}

#menuBtn{
	position:absolute;
	top:15px;
	right:1%;
	width:30px;
	height:50px;
	z-index:1050;
	padding: 0 10px;
}
#menuClose{
	position:relative;
	z-index:1010;
}
#shadows{
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	background-color:#000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:1001;
}

#navi{
	display:none;
	position:absolute;
	top:61px;
	left:0;
	width:100%;
	background-color:#f8f8f8;
}


#navi ul li{
	display: block;
	font-size: 14px;
	line-height: 120%;
	vertical-align: top;
	border-bottom: solid #ddd 1px;
}

#navi ul li a{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 18px 0;
}

#navi ul li a .sub{
	display: block;
	text-align: center;
	font-size: 9px;
	padding-top: 0px;
}



/* フッター
------------------------------------------------------------ */

#footer{
	padding: 40px 0;
	font-size: 13px;
	line-height: 160%;
	border-top: solid #ddd 1px;
}

#footer .footer-nav{
	
}

#footer .footer-nav ul{
	
}
#footer .footer-nav ul li a{
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 120%;
	padding: 8px 0;
}
#footer .footer-nav ul li a span{
	display: block;
	background: url(../../images/arrow01.png) left center no-repeat;
	background-size: 10px auto;
	padding-left: 15px;
}


#footer .footer-info{
	padding-top: 0px;
	margin-top: 40px;
}
#footer .footer-info address{
	margin-top: 40px;
	font-size: 11px;
}

#footer .footer-info .btn-map{
	margin-top: 10px;
}




/* ボタン 
------------------------------------------------------------ */


.btn-map{
	display: inline-block;

}
.btn-map a{
	display: inline-block;
	line-height: 120%;
	text-decoration: none;
	color: #fff;
	background-color: #666666;
	padding: 1px 10px;
	font-size: 12px;
}




.cbox{
	padding: 40px 0;
}

.cbox h2{
	font-size: 20px;
}
.cbox .cbox-inner{
	padding-top: 15px;
}




.page-title{
	padding: 40px 0 25px 0;
}
.page-title .content-inner{

}
.page-title .content-inner h2{
	font-size: 30px;

}


.page-foot-navi{
	padding: 40px 0;
}
.page-foot-navi .content-inner{

}


/* CMS 一覧
------------------------------------------------------------ */
.item-index{
	margin-bottom: 25px;
}
.item-index a{
	
}

.item-index .imgbox{
	height: auto;
	width: auto;
	float: none;
	overflow: hidden;
}
.item-index .imgbox img{

}
.item-index .txtbox{
	display: block;
	float: none;
	width: auto;
}
.item-index .txtbox .inner{
	display: block;
	padding: 20px 4% 20px 4%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

.item-index .txtbox .inner h3{
	font-size: 20px;
	display: block;

	line-height: 140%;
}
.item-index .txtbox .inner .cat-txt{
	font-size: 12px;
	text-align: right;
	margin-top: 15px;
	display: block;
	position: relative;
	right: auto;
	bottom:auto;

}


.work-index{
	margin-top: 15px;
}




.read{
	font-size: 110%;
	text-align: center;
}

.how-box{
	
	padding: 30px 0;
	position: relative;
}
.how-box .content-inner{
	position: relative;
}
.how-box .icon-stage{
	width: 60px;
	float: none;
	margin: 0 auto;
}

.how-box .txtbox{
	width: auto;
	padding: 20px 0 0 0;
	float: none;
}

.how-box .txtbox h4{
	font-size: 16px;
	padding-bottom: 10px;
}

.how-box .btn-con{
	clear: both;
	position: relative;
	bottom: auto;
	right: auto;
	text-align: center;
	margin-top: 20px;
}
.how-box .btn-con a{
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	
	padding: 0;
	line-height: 120%;
}
.flow-arrow{
	padding: 25px 25px 20px 25px;
	width: 49px;
	margin: 0 auto;
}
.flow-img{
	padding: 25px 0 0 0;
	text-align: center;
}




table{
	border-collapse: collapse;
	width: 100%;
}
table,
table tbody,
table tr,
table th,
table td{
	display: block;
}


table th{
	width: auto;
	padding: 20px 15px 20px 0;
	border-bottom: solid #dcdcdc 1px;
}
table td{
	padding: 20px 0 30px 0;
	border-bottom: solid #dcdcdc 1px;
	font-size: 13px;
}



/* CMS
------------------------------------------------------------ */
.entry-title{
	
	padding: 20px 0;
}
.entry-title .content-inner{
	text-align: center;
	position: relative;
}
.entry-title h3{
	display: block;
	font-size: 23px;
	line-height: 140%;
}

.news-blog-inner .entry-title h3{
	font-size:18px;
}

.entry-title .cat-txt{
	display: block;
	position: relative;
	right: auto;
	bottom: auto;
	line-height: 120%;
	font-size: 12px;
	text-align: right;
	margin-top: 15px;
}


.entry-contents-inner .txtbox{
	padding: 10px 0 0 0;
}
.entry-contents-inner .txtbox h3{
	font-size: 20px;
	line-height: 140%;
	padding-bottom: 10px;
}






/* トップ 
------------------------------------------------------------ */

#mainimg-wrapp{
	height: 250px;
	position: relative;
}
#mainImgSlider{
	height: 250px !important;
	position: relative;
}

#mainimg-wrapp div{
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.home #contents-wrapper{
	padding-top: 0px;
}


.news-wrapp{
	padding: 30px 0;
}
.news-wrapp h2{
	font-size: 20px;
	padding-bottom: 15px;
}

.news-wrapp .itembox{
	line-height: 130%;
	margin-bottom: 25px;
}
.news-wrapp .itembox .item-head{
	padding-bottom: 10px;
	padding-top: 10px;
}
.news-wrapp .itembox .item-head h3{
	font-size: 15px;
}
.news-wrapp .itembox .item-head h3 span{
	font-size: 12px;
}
.news-wrapp .itembox .txtbox p{
	font-size: 13px;
}

.news-top-list{
    padding-top: 20px;
}
.news-top-list table,
.news-top-list table tbody,
.news-top-list table tr{
    display: table;
    width: 100%;
}

.news-top-list table th,
.news-top-list table td{
	display: table-cell;
}


.news-top-list table th{
	width: 22%;
	padding: 15px 0;
	border-bottom: solid #dcdcdc 1px;
    font-size: 13px;
}
.news-top-list table td{
    padding: 15px 0;
	border-bottom: solid #dcdcdc 1px;
	font-size: 13px;
}



.more{
	text-align: right;
	clear: both;
	margin-top: 0px;
}
.more .btn-more{
	display: inline-block;
}

.btn-more a{
	display: inline-block;
	text-decoration: none;
	
	font-size: 16px;
}
.more .sns-btn{
	display: inline-block;
	margin-left: 10px;
}
.sns-btn p {
	display: inline-block;
	margin-left: 3px;
}
.sns-btn p img{
	width: 30px;
}


.icon-ill img{
	width: 80px;
}

.concept-wrapp01 .content-inner{
	text-align: center;
	line-height: 200%;
	
}
.concept-wrapp01 .content-inner h2{
	padding-top: 20px;
}

.concept-wrapp02 .content-inner{
	text-align: center;
	
}



.concept-wrapp02.cbox{
	padding-bottom: 0;
}

.concept-mark{
	padding-bottom: 30px;
}
.concept-mark .mark{
	display: inline-block;
	margin: 0 2px;
}
.concept-mark .mark div{
	
}
.concept-mark .mark p{
	display: table;
	width: 80px;
	height: 80px;
	line-height: 140%;
}
.concept-mark .mark p span{
	display: table-cell;
	width: 80px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	border-radius: 56px;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
}

.concept-img{
	text-align: center;
	
}

.concept-img a{
	display: block;
	text-decoration: none;
	padding: 30px;
	text-align: center;
}

.concept-img .content-inner{
	text-align: center;
}
.concept-img p{
	padding: 8px 30px;
	display: inline-block;
	font-size: 20px;
	min-width: 70%;
}

.concept-img.concept01{
	background: url(../../images/img_top001.jpg) center center no-repeat;
	background-size: cover;
}
.concept-img.concept02{
	background: url(../../images/img_top002.jpg) center center no-repeat;
	background-size: cover;
}
.concept-img.concept03{
	background: url(../../images/img_top003.jpg) center center no-repeat;
	background-size: cover;
	height: 100px;
}


.concept-wrapp03.cbox{
	padding: 40px 0;
}



.contact-read,
.contact-read02{
	text-align: left;
}

.form-wrapp{
	padding-top: 40px;
}
.form-wrapp table.table-inquiry th,
.form-wrapp table.table-inquiry td{
	border: none;
	
}

.form-wrapp table.table-inquiry th{
	border-top: solid #dcdcdc 1px;
	padding-bottom: 0;
	width: auto;
}



.form-wrapp table.table-inquiry input[type="text"]{
	width: 95%;
	border: solid #dcdcdc 1px;
	font-size: 16px;
	padding: 8px;
	border-radius: 4px;		
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f8f8f8;
}

.form-wrapp table.table-inquiry input[type="checkbox"]{
	width: 20px;
	height: 20px;
}


.form-wrapp table.table-inquiry textarea{
	width: 95%;
	border: solid #dcdcdc 1px;
	font-size: 16px;
	padding: 8px;
	border-radius: 4px;		
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f8f8f8;
	height: 150px;
}


.form-wrapp table.table-inquiry p.zip input{
	width: 30%;
}

.form-wrapp table.table-inquiry p span{
	display: block;
	font-size: 12px;
}

.submit-wrapp {
	text-align: center;
	display: block;
	padding: 60px 0 30px 0;
}
.submit-wrapp input[type="submit"]{
	display: block;
	width: 100%;
	padding: 15px 5%;
	
}

.btn-submit{
	
}
.btn-form-back{
	float: none;
	margin-top: 30px;
	position: relative;
	top:auto;
}
.submit-wrapp .btn-form-back input[type="submit"]{
	background-color: #B8B8B8;
	font-size: 15px;
	width: 70%;
	margin: 0 auto;
	
}


.form-finish{
	margin-top: -30px;
}
.form-finish-inner{
	text-align: center;
	padding-bottom: 30px;
}

.form-finish .font-L{
	font-size: 18px;
}


	
}