/*
* Skeleton V1.1
*　Suzuki
* Free to use under the MIT license.
* 5/11/2016
*/




/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
.pconly{
	display: none;
}
.pcinline{
	display: none;
}
.sponly{
	display: block;
}
.spinline{
	display: inline;
}
.col-6{
	width: 40%;
	float: left;
	margin: 2%;
}
.col-5,.col-4,.col-3,.col-2,.col-1{
	width: 90%;
	margin: 1.5% auto;
}

.main{
	position: absolute;
	left: 5px;
	z-index: 10000;
}

.sphead{
    width: 100%;
    overflow: hidden;
    background: url(../img/back.jpg);
    top: 0;
    padding: 10px 0;
}
.sphlogo,#tel{
    width: 230px;
    display: block;
    margin: auto;
}
/*#tel{
    float: right;
    margin: 0 10px 0 0;
}*/
h1 {
    font-size: 20px;
    text-align: center;
    line-height: 1.6em;
}
h2 {
    font-size: 20px;}
h3 img{
    width: 220px;
}
.plof {
    font-size: 16px;
    letter-spacing: 7px;
}
.dl-menuwrapper button {
    background: none!important;
}
.dl-menuwrapper button:after {
    background: #ff8c00!important;
    box-shadow: 0 10px 0 #ff8c00, 0 20px 0 #ff8c00!important;
}
.orange{
    font-size: 18px;
}
/* トップページ
================================================== */
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 570px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
#loopslider ul {
    height: 570px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 1361px;
    height: 570px;
    float: left;
    display: inline;
    overflow: hidden;
}
 .slidelogo{
     position: absolute;
    z-index: 10;
    top: 250px;
    width: 100%;
 }
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}


.daihyouimg{
    display: block;
    width: 70%;
    margin: 30px auto;
}

.concept{
    text-align: center;
    font-size: 15px;
}