/*ベースは480で。スマホ横、タブレット用*/
@media screen and (min-width:481px) and (max-width:896px) {
#t_logo {
    height: 200px;
    background-size: auto 130px;
    transition: 6s;
}
#t_head_0 {
    display: none;    
}
#t_head_left  {
    width: 40%;
}
#t_head_left h1 {
    margin-top: 30%;
    margin-bottom: 30px;
    transition: 2s;
    font-size: 28px;
}

#t_head_center  {
    float: left;
    height: auto;
    width: 46%;
    background-image: url(../img/1.top/t_head1.jpg);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: 2s;
    padding-top: 70%;
    display: block;
}
#t_head_right  {
    width: 55%;
    margin-left: 40%;
    padding-top: 50px;
}
#t_nav {
    float: left;
    height: auto;
    width: 100%;
    background-image: url(../img/1.top/t_navback.jpg);
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: nomal;
    text-align: center;
    transition: 2s;
    display: block;
}
#t_nav a:link, #t_nav a:visited {
    color: #181702;
    text-decoration: none;
    transition: 2s;
}
#t_nav a:hover {
	text-decoration: none;
	color: #FFF;
    transition: 2s;
}

#t_contener1 {
    background-image: url("../img/1.top/t_back1.jpg");
    background-size: 110%;
}

#t_news {
    height: 60%;
    width: 80%;
    margin-left: 10%;
    margin-right: 2.5%;
}
#news #information dl dd{
	width: 80%;
}
#t_plan {
    width: 50%;
     margin-left: 45%;
}
#t_contener2 {
    padding-bottom: 10%;
}
#t_query {
    width: 45%;
    transition: 2s;
    margin-left: 5%;
    margin-top: 10%;
    padding-bottom: 10％;
}
#t_query h5 {
    margin-bottom: 20px;
    transition: 2s;
    font-size: 20px;
}
#t_image1 {
    height: 22%;
    width: 45%;
    margin-left: 5%;
    margin-top: 5%;
    padding-bottom: 10％;
   background-position: right top;
    background-size: auto 100%;
}

#t_access {
    float: left;
    height: auto;
    width: 90%;
    transition: 2s;
    padding-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
}
#t_access h5 {
    font-size: 20px;
    padding-bottom: 50px;
    text-align: center;
}
#t_access strong {
    font-size: 1.2em;
}
#t_map {
    padding-bottom: 55%;    /* padding-topでもOK */
}

#t_image2 {
    height: 40%;
    background-position: center center;
}

#t_toi {
    background-image: url(../img/1.top/t_back5.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% ;
    padding-bottom: 0px;
}
}