@charset "utf-8";

/* --------------------------------------------------------
	reset
-------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

body {
    color: #333333;
    font-size: 100%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",verdana,"メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
    background: url(null) fixed;
    background-color: #fff;
    background: url(../images/menu/body_bg.gif) repeat top center;
}

html {
    overflow-y: scroll;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

img {
    border: 0;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

table {
    border-spacing: 0;
    empty-cells: show;
}

a, a:link, a:visited, a:hover, a:active {
    /*color: #054691;*/
    /*text-decoration: none;*/
}


/*-----インフォメーションページ-----*/


.access {
    display: flex;
    justify-content: center;
    margin: 60px 20px;
    font-size: 1rem;
}

.access1 {
    margin: 0 auto;
    min-width: 340px;
}


.Tbl_access tr {
    border-bottom: 2px dotted #7d6147;
}

.Tbl_access th {
    text-align: left;
    width: 170px;
    padding: 20px 0 0 10px;
}

.Tbl_access td {
    float: right;
    text-align: right;
    padding: 20px 10px 0 0;
}

.Tbl_access2 {
    margin: 30px auto;
}

.Tbl_access2 p {
    float: left;
    margin-top: 10px;
    font-size: .85rem;
    color: #f64e4e;
}

.Tbl_access2 img {
    margin-left: 5px;
}

.access2 {
    margin: 30px auto;
}

.access_map {
     width: 100%;
}

.map_coution {
    color: #f64e4e;
    font-size: .6rem;
    letter-spacing: -0.1em;
    text-align: center;
}


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px) {
    /* --------------------------------------------------------
	container
-------------------------------------------------------- */
    
.Tbl_access th {
    font-size: .85em;
    }
    
    
@media screen and (max-width:700px) {

.access {
    display: block;
    margin-top: 30px;
    text-align: center;
    }


.Tbl_access {
    border: 0;
    width: 100%;
    }
    
    
.Tbl_access thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;        
    }
    
.Tbl_access tr {
    margin-bottom: .625em;
    border: 1px dotted #673b15;
    }
    
    
.Tbl_access th {
    background: url("../images/bg0.png");
    color: #fff;
    padding: 20px 0 20px 20px; 
    }
    
    
.Tbl_access td {
    padding: 20px 20px 20px 5px;
    }
    
    
.Tbl_access2 {
    display: inline-block;
    margin: 20px auto 0;
    }
    

.Tbl_access2 img {
    margin-left: 10px;
    }
    

    
@media screen and (max-width:599px) {
    
.access {
    font-size: .9rem;
    }
    
.Tbl_access2 {
    display: flex;
    flex-direction: column;
    }    
    
.Tbl_access2 p {
    font-size: .85rem;
    }


.Tbl_access2 img {
    text-align: center;
    margin: 5px auto 0;
    }
    
    
@media screen and (max-width:479px) {

.access1 {
    min-width: 100%;
    font-size: .9em;
}
    
.Tbl_access th {
    padding: 10px 5px;
    width: 100px;
    }
    
.Tbl_access td {
    padding: 10px 5px;
    }
    
    
    }