@charset "UTF-8";

/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

/* brand_common.css（タイトル）に記載
下記は各調整 */

#page_title {
	margin: 90px 0 40px;
	background: url(/img/common/hotelGuide/h1_bg.jpg) 46% 67% no-repeat;
	background-size: auto 520px;
}



/* -------------------------------------------------------------
　リンク
------------------------------------------------------------- */

/* リスト
------------------------------------------------------------- */

#list_bl {
	margin:0 0 90px;
}

#list_bl dl dt {
	padding: 10px 0 10px 20px;
	background: #1E2B30;
}

#list_bl dl dt h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

#list_bl dl dd {
	padding: 20px;
}

#list_bl dl dd ul {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #a8a9ab;
}

#list_bl dl dd h3 {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
}
#list_bl dl dd h3 a {
	color: #1E2B30;
	transition: 0.5s;
}
#list_bl dl dd h3 a:hover {
	opacity: 0.8;
	transition: 0.5s;
}

#list_bl dl dd ul li .link_txt {
	font-size: 12px;
	font-weight: 200;
	line-height: 1.9;
}









/* media Queries  //////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- 810px */
@media screen and (min-width:810px), print {

/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

#page_title {
	margin: 120px 0;
	background:url(/img/common/hotelGuide/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}




/* -------------------------------------------------------------
　リンク
------------------------------------------------------------- */

/* リスト
------------------------------------------------------------- */

#list_bl {
	max-width: 1000px;
	margin: 0 auto 180px;
}

#list_bl dl dt {
	padding: 9px 0 8px 30px;
}

#list_bl dl dt h2 {
	font-size: 22px;
}

#list_bl dl dd {
	padding: 30px 0 0;
}

#list_bl dl dd ul {
	margin: 0 0 30px;
	padding: 0 30px 30px;
}

#list_bl dl dd h3 {
	font-size: 28px;
	margin: 0 0 13px;
}

#list_bl dl dd ul li .link_txt {
	font-size: 14px;
}





}/* 801 */




