/*ベースは480。PC用*/

@media screen and (min-width:897px) {

#t_logo {
    height: 150px;
    background-size: auto 130px;
    background-position: center top;
    margin-top: 20px;
}
#t_head_0 {
    display: none;        
    }
#t_head_left  {
    width: 25%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#t_head_center  {
    float: left;
    height: auto;
    width: 40%;
    background-image: url(../img/1.top/t_head1.jpg);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: 2s;
    padding-top: 58%;
    display: block;
}


#t_head_right  {
    width: 25%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-top: 420px;
}

#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-position: center top;
    background-image: url("../img/1.top/t_back1.jpg");
    
}
#t_newstitle {
    margin-top: 18%;
}
#t_news {
    height: 500px;
    width: 65%;
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-top: 1%;
}
/*news項目*/
#news {
    width: 91.4%;
    margin: 0.8%;
    padding-top: 3%;
    padding-left: 7%;
}
#news #information {
	text-align: left;
}
#news #information dl dt{
	width: 15%;
}

/*ここまでnews項目*/
#t_plan {
    width: 45%;
    margin-left: 45%;
}

#t_query {
    width: 40%;
}
#t_image1 {
    height: 30%;
    width: 50%;
    margin-left: 5%;
}
#t_access {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
}
#t_map {
    width: 30%;    /* 左右に余白が必要なら値を変更してもOK */
    padding-bottom: 50%;    /* padding-topでもOK */
}
#t_image2 {
    float: left;
    height: 450px;
    width: 70%;
    transition: 2s;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../img/1.top/t_gaikan.jpg);
    margin-top: 10px;
    margin-bottom: 10%;
    display: block;
}
#t_toi {
    float: left;
    height: auto;
    width: 84%;
    transition: 2s;
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
    background-image: url(../img/1.top/t_back4.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    text-align: center;
    padding-bottom: 0px;
}
