@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/

/*nav#g_nav ul li:first-of-type a{
	background: #5b1809;
}

nav#g_nav ul li:first-of-type a span,
nav#g_nav ul li:first-of-type a span small{
	color: #FFF;
}

nav#g_nav ul li:first-of-type a::before{
	background: #591809;
}

nav#g_nav ul li:first-of-type a::after{
	background: #511608;
}*/

section#info,section#access {
	width: 750px;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section#info div.info_block,section#access div.text_block{
	width: 368px;
}

section#info div.info_block h2,section#access h2{
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "helvetica-neue-lt-pro", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
}

section#info div.info_block ul li{
	font-size: 11px;
	font-size: 1.1rem;
	padding-left: 10px;
	background: url("../images/common/arrow.svg") no-repeat;
	background-size: 4px 6px;
	background-position: left top 6px;
}

section#info div.info_block ul li + li{
	margin-top: 15px;
}

section#info div.info_block ul li a,section#access div.text_block a{
	color: #2D518D;
	text-decoration: underline;
}

section#info div.info_block ul li a:hover,section#access div.text_block a:hover{
	color: #456CAC;
	text-decoration: underline;
}

section#info div.info_block div.banner{
	width: 180px;
	margin-top: 20px;
}

section#info div.banner_block{
	width: 382px;
	margin-top: 18px;
}

section#info div.banner_block a{
	display: block;
	background: url("../images/top/info2.jpg") no-repeat;
	background-size: 100%;
}

section#info div.banner_block a:hover img{
	opacity: 0;
}

section#access {
	margin-top: 50px;
}

section#access h2 {
	width: 100%;
	margin-bottom: 15px;
}

section#access div.text_block{
	font-size: 12px;
	font-size: 1.2rem;
}

section#access div.text_block div.photo{
	width: 300px;
	line-height: 0;
	margin-top: 30px;
}

section#access figure {
	width: 368px;
	margin-top: 15px;
}