@charset "utf-8";

/* guide */
header { background: url(../../guide/img/header_bg.png) center top no-repeat; height: 250px; }

.contents {	margin: 40px 25px 0; }
.contents h2 {
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	color: #8D7A4B; font-size: 1.4rem; margin-bottom: 1rem; background: url(../../img/h2_point.png) left 50% no-repeat; padding: 10px 0 10px 56px;
}

.contents h3 { margin-bottom: 1rem; font-size: 1.2rem; }

.contents p { margin-bottom: 1rem; }

.contents ul { color: #666; margin-bottom: 50px; }
.contents li { margin-left: 1em; text-indent: -1em; 
margin-bottom: 0.25em; }
.contents li a { color: #666; }


.contents #access { margin-bottom: 50px; }
.contents #access div { display: table-cell; vertical-align: top; }
.contents #access div:last-child { box-sizing: border-box;padding-left: 20px; }
.contents #access div.layout_tb { table-layout: fixed; width:100%;display: table; padding-left:0;}
.contents #access div.layout_tb > div.map { width:50%; }
.contents #access div.layout_tb > div.address { width:50%; }

.contents #access dl { margin-bottom: 20px; }
.contents #access dt { border-bottom: 1px solid #333; font-weight: bold; letter-spacing: 0.2rem; padding-bottom: 0.2rem; margin-bottom: 0.5rem; }
.contents #access dd { margin-bottom: 1rem; /*white-space: nowrap;*/ }
.contents #access dl:first-child dd:before { content:"■ "; }
.contents #access dl:first-child dd { text-indent: -1.5rem; margin-left: 1.5rem; }
