@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;
}



/* 補足説明
------------------------------------------------------------- */
.attention {
	font-size: 12px;
	text-align: center;
	line-height: 1.7;
	margin:0 0 40px;
}



/* -------------------------------------------------------------
　運営会社
------------------------------------------------------------- */

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

#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 20px 0;
}

#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 .hotel_txt {
	font-size: 12px;
	font-weight: 200;
	line-height: 1.5;
	margin: 0 0 15px;
}

#list_bl dl dd ul li.list_bt {
	display: flex;
}

#list_bl dl dd ul li.list_bt a {
	display: block;
	width: 160px;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	border: 1px solid #1E2B30;
	border-radius: 2px;
	transition: 0.5s;
}

#list_bl dl dd ul li.list_bt a:hover {
	opacity: 0.8;
	text-decoration: none;
	transition: 0.5s;
}

#list_bl dl dd ul li a.site {
	color: #1E2B30;
	margin: 0 10px 0 0;
	padding: 18px 15px 18px 5px;
	background: #fff url(/img/common/mk_new_window_blue.svg) 80% 52% no-repeat;
}

#list_bl dl dd ul li a.provision {
	color:#fff;
	margin: 0 0 0 10px;
	padding: 10px 5px 8px;
	background: #1E2B30;
}

#list_bl dl dd ul li a.provision span {
	display: block;
	text-align: center;
	margin: 5px 0 0;
}








/* 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;
}



/* 補足説明
------------------------------------------------------------- */
.attention {
	font-size: 16px;
	margin:0 0 80px;
}




/* -------------------------------------------------------------
　　運営会社
------------------------------------------------------------- */

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

#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 {
	display: flex;
	margin: 0 0 30px;
	padding: 0 0 30px;
}


#list_bl dl dd ul li:nth-child(1) {
	width: calc(100% - 330px);
}
#list_bl dl dd ul li:nth-child(2) {
	width: 330px;
}

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

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

#list_bl dl dd ul li.list_bt a {
	width: 150px;
	height: 60px;
	font-size: 16px;
}

#list_bl dl dd ul li a.site {
	padding: 20px 25px 20px 5px;
	background: #fff url(/img/common/mk_new_window_blue.svg) 86% 52% no-repeat;
}

#list_bl dl dd ul li a.provision {
	margin: 0 20px 0 0;
	padding: 12px 5px 8px;
}

#list_bl dl dd ul li a.provision span {
	font-size: 14px;
	margin: 5px 0 0;
}





}/* 801 */




