@charset "utf-8";

/*tablet-sp共通設定
----------------------------------------------------------- */
@media(max-width:980px) and (min-width: 320px){

/*
共通
----------------------------------------------------------- */
body{
	width:100%;
}

.warp{
width: auto;
}

}
/*
スマホのみ
----------------------------------------------------------- */
@media(max-width:980px) and (min-width: 320px){

.pc_none{
	display: block;
}

.sp_none{
	display:none;
}

img{
	width:100%;
}

header h1{
width: 220px;
float: none;
margin: 5px auto 0;
}

header h1 span{
font-size: 12px;
text-align: center;
}

header .right{
display: none;
}

header .warp,
header{
    height: 80px;
}

#menu li {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: none;
	background-color: #00979D;
	border-top: 1px solid #fff;
color: #fff;

}

#toggle {
    background: #00979D;
}
#menu li a{
color: #fff;
}

#toggle a{
padding: 14px 0;

}

nav{
height: 54px;
}


.fv {
background: url(../img/top_sp.png) no-repeat center top,url(../img/top02.png) no-repeat center top;

    height: 400px;
    background-size: cover;
	margin-top: 54px;
}

.cont01 {
    height: 100vw;
    width: 100%;
	background-size:cover;
background: url(../img/cont01bg_sp.png) no-repeat center bottom;
background-size: 100% auto;
}

.cont01 p {
    text-align: center;
    padding-top: 60px;
    font-weight: 500;
    font-size: 15px;
}

h2 {
    font-size: 18px;
    border-bottom: 3px solid #00979D;
    color: #00979D;
    text-align: center;
    line-height: 40px;
    padding: 30px 0 0px;
    width: 80px;
    margin: 0 auto 30px;
    letter-spacing: 2px;
}

.cont02{
padding-bottom: 40px;
}

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

.cont02 ul li {
    display: block;
    width: 260px;
    vertical-align: top;
	margin: 0 auto 30px;
}

.cont02 ul li:nth-child(2) {
    margin: 0 auto 30px;
}

.cont02 ul li p{
text-align: left;
font-size: 14px;
padding: 0;
}

.cont04 {
    padding: 40px 0;
}

.cont04 .left {
    width: auto;
    float: none;
    padding-left: 10px;
    padding: 0 20px 20px;
}

.cont04 .top{
padding: 10px 20px;
}

.cont04 h4 {
    font-size: 24px;
}

.cont04 h4 span {
    font-size: 12px;
    margin-top: 6px;
}

.cont04 .btm {
    padding: 15px 15px;
}

.cont04 .right {
    width: auto;
    float: none;
    margin: 0 auto;
	padding: 0 20px;
}

footer .left {
    width: auto;
    float: none;
    color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

footer .left img.logo{
width: 160px;
margin: 0 auto;
}

footer .box01 {
    padding: 40px 20px;
}

footer .left p.text02 {
    font-size: 16px;
    text-align: left;
    width: 250px;
    margin: 0 auto;
}

footer .right {
    width: auto;
    float: none;
	text-align: center;
}

footer .right .tel {
    width: auto;
    float: none;
    max-width: 280px;
    text-align: center;
    margin: 0 auto 0px;
}

footer .right .btn {
    width: auto;
    float: none;
}

footer .right .btn li{
display: inline-block;
width: 50%;
vertical-align: top;
}

footer .right .btn li a{
margin: 10px;
}

.in_box{
padding: 0 20px;
}




}