@media only screen and (max-width:800px){

h1{
font-size:1.6rem;
line-height:2rem;
margin:160px 0 0 0;
}

h2{
width:96%;
color:#fff;
font-family:'Kosugi Maru', sans-serif;
font-size:1.2rem;
font-weight:normal;
text-align:left;
padding:10px 2%;
margin:0 0 30px 0;
background:#0060b2;
display:flex;
flex-flow:wrap;
justify-content:space-between;
}

h2 span{
width:96%;
font-size:0.9rem;
padding:4px 2% 0 2%;
}

.inv-a{
display:none;
}
.inv-b{
display:table;
}

/*-layout-------------------------*/
#home-hd{
display:none;
}

#home-menu-back{
display:none;
}

#main-img-back{
display:none;
}

#home-sec{
width:92%;
}

p{
text-align:left !important;
}

#sec{
width:92% !important;
}

#home-content-block{
width:300px;
margin:30px auto;
}
#home-content-block dl{
width:280px;
}

#home-info-sec{
width:100%;
}
#home-info-sec dt{
width:40%;
text-align:left;
padding:0;
margin:0 0 10px 0;
}
#home-info-sec dd{
width:100%;
font-size:0.8rem;
padding:0;
margin:0 0 20px 0;
}

#ft-txt{
width:92%;
}

#ft-menu-sec{
width:100%;
}
#ft-menu-sec dt{
width:92%;
margin:0 auto 30px auto;
}

#ft-menu-sec dt ul{
width:100%;
}

#ft-menu-sec dd{
display:none;
}

#common-hd-back{
display:none;
}

#breadcrumb{
display:none;
}

#common-image-sec{
margin:30px 0 0 0;
}
#common-image-sec a{
width:48%;
margin:10px 1% 0 1%;
}

#midokoro-lnk{
font-size:0.9rem;
margin:10px 0 0 20px;
}

/*-----------------------------*/

#res-menu-back{
width:100%;
display:table;
position:fixed;
top:0;
z-index:1000;
}

#res-hd-sec{
width:100%;
margin:0 auto;
}

#res-hd-logo{
width:100%;
display:table;
}
#res-hd-logo div{
width:240px;
height:auto;
margin:6px auto;
}

#res-hd-menu{
width:98%;
padding:10px 1% 4px 1%;
margin:0 auto;
background:rgba(0,100,170,0.8);
display:flex;
flex-flow:wrap;
justify-content:space-between;
}

#res-hd-menu a{
width:16.6%;
color:#fff;
font-size:0.6rem;
text-align:center;
}

#main-img{
display:none;
}

#res-img{
width:100%;
display:table;
margin:123px 0 0 0;
}


#contact-box{
width:100%;
margin:0 auto 60px auto;
}
input[type="text"], input[type="email"] {
font-size:0.8rem;
}

textarea{
font-size:0.8rem;
}

input[type="submit"]{
font-size:0.8rem;
}



}