@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/


#HEADER ul.NAVI li a.H_ACCESS	{ border-bottom:2px solid #36322f; }
.sidr ul li a.sidr-class-H_OUTLINE { background-color:#868482; }

/*	タイトルまわり	*/
.TOP { width:100%; height:180px; background: no-repeat url("../img/top.jpg");
background-size: cover; display:relative; margin-bottom:50px; }
.TOP h1 { width:100%; text-align:center; color:#fff;
position: absolute; top: 50%; left: 50%; -webkit-transform : translate(-50%,-50%); transform : translate(-50%,-50%);}
.TOP h1 strong { width:100%; text-align:center; display:block; font-size:35px; letter-spacing:0.1em; }
.TOP h1 span { width:100%; text-align:center;display:block; margin-top:10px; }

h3 { width:100%; font-size:40px; color:#9f9278; text-align:center; margin-bottom:20px; display:block; line-height:2em;
font-family: urw-din, sans-serif; font-weight: 700; font-style: normal;}

.MAP_WRAP { width:1000px; margin:0 auto 50px auto; }
.MAP_WRAP small { width:950px; line-height: 1.6em; margin:30px 0 0 50px; float:left; clear:none; }
.MAP_WRAP-ACCESS { width:auto; display:flex; font-size:20px; margin:50px 0 0 270px;
 justify-content: space-between; align-items: center;}
.MAP_WRAP-ACCESS dt { width:50px; height:50px; margin-right:50px; line-height:2em; }
.MAP_WRAP-ACCESS dt img { width:50px; }
.MAP_WRAP-ACCESS dd { width:auto; line-height:1.7em; }




@media screen and (max-width: 640px){
.TOP { width:100%; height:180px; background: no-repeat url("../img/top.jpg"); background-size: cover; display:relative; margin-bottom:0px; }
.MAP_WRAP { width:100%; }
.MAP_WRAP img { width:100%; }
.MAP_WRAP-ACCESS { width:95%; display:flex; font-size:20px; margin:2px 2.5% 20px 2.5%;
 justify-content: space-between; align-items: center;}
h3 { font-size:30px; }
.MAP_WRAP-ACCESS dt { width:50px; height:50px; margin-right:50px; line-height:2em; }
.MAP_WRAP-ACCESS dt img { width:50px; }
.MAP_WRAP-ACCESS dd { width:80%; line-height:1.7em; font-size:15px; }
.MAP_WRAP small { width:95%; line-height: 1.6em; margin:10px 0 0 2.5%; float:left; clear:none; }


}
