@charset "UTF-8";

/* --------------------　ホテル一覧　-------------------- */

#hList section#topImg {
	background:url(/lang/img/brand/h1_bg_list.jpg) 55% top no-repeat;
	background-size: auto 300px;
}


/* --------------------　マップ　-------------------- */

#hList section#mapBl {
	display: none;
}


/* ナビゲーション　---------------------------- */

#hList section#listBl .hListNav {
	width: 290px;
}
#hList section#listBl .hListNav li:nth-child(3),
#hList section#listBl .hListNav li:nth-child(5) {
	border-right: none;
}


/* 各ホテル　---------------------------- */

#hList section#listBl dl dd ul {
	display: grid;
	grid-template-columns: 1fr 90px;
	grid-template-rows: auto auto;
	align-items: end;
}
#hList section#listBl dl dd ul li {
	vertical-align: bottom;
}

#hList section#listBl dl dd ul li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	padding: 0 16px 0 0;
}
#hList section#listBl dl dd ul li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	padding: 0 16px 0 0;
}
#hList section#listBl dl dd ul li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

#hList section#listBl dl dd h3 a.hName {
	color: #1E2B30;
	/*font-weight: 400;*/
	font-weight: 300;
}

#hList section#listBl dl dd h3 a.hName:hover{
	color:#6490a2;
	text-decoration:underline;
}

#hList section#listBl dl dd .enName {
	display: inline-block;
	color:#707070;
	margin: 0 0 10px;
}

#hList section#listBl dl dd ul li a.mapLink{
	display: inline-block;
	*font-size: 12px;
	text-decoration: underline;
	margin: 0 0 5px;
	padding: 3px 0 3px 22px;
	background: url(/lang/img/brand/mk_map.svg) left 50% no-repeat;
}

#hList section#listBl dl dd ul li .acs {
	color: #638FA2;
	text-align: center;
	line-height: 20px;
	padding: 0 0 1px;
	border: 1px solid #638FA2;
	border-radius: 2px;
}

#hList section#listBl dl dd ul li.listBt a {
	width: 90px;
	line-height:1;
	padding: 14px 0;
}

#hList section#listBl dl dd ul li a.hotel {
	color: #1E2B30;
	margin: 0 0 7px;
	background:#fff;
}

#hList section#listBl dl dd ul li a.resv {
	color:#fff;
	margin: 0;
	background: #1E2B30;
}


/* --------------------　ホテル一覧　終了　-------------------- */








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


#comp section#topImg {
	background: url(/lang/img/brand/h1_bg_comp.jpg) center top no-repeat;
	background-size: auto 398px;
}



/* リードブロック　---------------------------- */

#comp section#listBl .lead {
	font-size: 14px;
	text-align: center;
	line-height: 21px;
	margin: 0 0 40px;
}


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

#comp section#listBl dl dd ul li h3 {
	margin:0 0 4px;
}

#comp section#listBl dl dd ul li:nth-child(2) {
	display: flex;
	padding: 15px 0 0;
}

#comp section#listBl dl dd ul li.listBt a {
	width: 48%;
	max-width: 300px;
	line-height:17px;
	padding: 6px 0 8px;
}

#comp section#listBl dl dd ul li a.teHp {
	color: #1E2B30;
	margin: 0 2% 0 0;
	background:#fff;
}

#comp section#listBl dl dd ul li a.twPdf {
	color:#fff;
	/*margin: 0 0 0 2%;*/
	margin: 0 0 0 4%;
	padding: 7px 0;
	background: #1E2B30;
}


/* --------------------　運営会社　終了　-------------------- */








/* --------------------　外国語一覧　-------------------- */


#lang section#topImg {
	background:url(/lang/img/brand/h1_bg_lang.jpg) 55% top no-repeat;
	background-size: auto 275px;
}


/* ナビゲーション　---------------------------- */

/*
#lang section#listBl .hListNav {
	width: 220px;
}
#lang section#listBl .hListNav li:nth-child(3),
#lang section#listBl .hListNav li:nth-child(5),
#lang section#listBl .hListNav li:nth-child(6) {
	border-right: none;
}
*/

#lang section#listBl .hListNav {
	width: 290px;
}
#lang section#listBl .hListNav li:nth-child(3),
#lang section#listBl .hListNav li:nth-child(5){
	border-right: none;
}


/* 各ホテル　---------------------------- */

#lang section#listBl dl dd ul li .acs,
#lang section#listBl dl dd ul li .txt {
	color: #638FA2;
	line-height: 20px;
	margin: 0 0 20px;
}
#lang section#listBl dl dd ul li .txt {
	color: #1E2B30;
}


#lang section#listBl dl dd ul li:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
}

#lang section#listBl dl dd ul li.listBt a {
	width: 32%;
	margin: 0 0 5px;
	padding: 10px 5px;
}
#lang section#listBl dl dd ul li.listBt a:nth-child(2),
#lang section#listBl dl dd ul li.listBt a:nth-child(5) {
	margin: 0 2% 5px;
}


#lang section#listBl dl dd ul li a.btResv {
	color:#fff;
	background: #1E2B30;
}

#lang section#listBl dl dd ul li a.btLang {
	color: #1E2B30;
	background:#fff;
}



/* --------------------　外国語一覧　終了　-------------------- */









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

/* --------------------　ホテル一覧　-------------------- */

#hList section#topImg {
	margin: 120px 0 0;
	background:url(/lang/img/brand/h1_bg_list.jpg) center top no-repeat;
	background-size:cover;
}


/* --------------------　マップ　-------------------- */

#hList section#mapBl {
	display: block;
	margin: 0 0 80px;
	padding: 110px 20px;
	background: #F1F5F7;
}
#hList section#mapBl .mapImg {
	display: block;
	text-align: center;
}
#hList section#mapBl .mapImg img {
	width: 100%;
	max-width: 1000px;
}



/* リストブロック（ナビゲーション）　---------------------------- */

#hList section#listBl .hListNav {
	width: auto;
}

#hList section#listBl .hListNav li:nth-child(3) {
	border-right: 0.5px solid #1E2B30;
}


/* ---------------------　リストブロック（リスト一覧）　*/

#hList section#listBl dl dd ul {
	grid-template-columns: 1fr 332px;
	grid-template-rows: 1fr 48px;
}
#hList section#listBl dl dd ul li {
	font-size: 14px;
	line-height: 24px;
}

#hList section#listBl dl dd h3 a.hName {
	font-weight: 300;
}

#hList section#listBl dl dd .enName {
	font-size:14px;
	margin: 0 0 8px;
}

#hList section#listBl dl dd ul li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	padding: 0 30px 0 20px;
}
#hList section#listBl dl dd ul li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	padding: 0 20px 16px 0;
}
#hList section#listBl dl dd ul li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	margin: 0;
	padding: 0 20px 0 0;
}

#hList section#listBl dl dd ul li.listBt a {
	width: 150px;
	padding: 12px 0 13px;
}

#hList section#listBl dl dd ul li a.mapLink{
	font-size: 14px;
	margin: 0;
	padding: 3px 0 3px 22px;
}

#hList section#listBl dl dd ul li .acs {
	font-size: 12px;
	padding: 2px 0 3px;
}


#hList section#listBl dl dd ul li a.hotel {
	margin: 0 12px 0 0;
}

#hList section#listBl dl dd ul li a.resv {
	margin: 0;
}


/* --------------------　ホテル一覧　終了　-------------------- */







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


#comp section#topImg {
	background:url(/lang/img/brand/h1_bg_comp.jpg) center top no-repeat;
	background-size:cover;
}


/* リードブロック　---------------------------- */

#comp section#listBl .lead {
	font-size: 16px;
	margin: 0 0 120px;
}


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

#comp section#listBl dl dd ul li h3 {
	margin:0 0 15px;
}

#comp section#listBl dl dd ul {
	display: flex;
	width: 100%;
	padding: 0 20px 30px;
}

#comp section#listBl dl dd ul li:nth-child(1) {
	width: calc(100% - 312px);
}
#comp section#listBl dl dd ul li:nth-child(2) {
	width: 312px;
	padding: 0;
}

#comp section#listBl dl dd ul li.listBt a {
	width: 150px;
	height: 60px;
	line-height:20px;
	padding: 8px 0 0;
}

#comp section#listBl dl dd ul li.listBt a span {
	font-size: 14px;
}

#comp section#listBl dl dd ul li a.teHp {
	margin: 0 12px 0 0;
}

#comp section#listBl dl dd ul li a.twPdf {
	margin: 0;
}



/* --------------------　運営会社　終了　-------------------- */







/* --------------------　外国語一覧　-------------------- */


#lang section#topImg {
	background: url(/lang/img/brand/h1_bg_lang.jpg) center top no-repeat;
	background-size: cover;
}


/* ナビゲーション　---------------------------- */

#lang section#listBl .hListNav {
	width: auto;
}
#lang section#listBl .hListNav li:nth-child(3) {
	border-right: 0.5px solid #1E2B30;
}


/* 各ホテル　---------------------------- */

#lang section#listBl dl dd ul li:nth-child(1) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 24px;
}
#lang section#listBl dl dd ul li:nth-child(1) h3 {
	margin: 0;
}
#lang section#listBl dl dd ul li:nth-child(1) .acs,
#lang section#listBl dl dd ul li:nth-child(1) .txt {
	margin: 0;
}

#lang section#listBl dl dd ul li:nth-child(2) {
	flex-wrap: nowrap;
	padding: 0 20px;
}

#lang section#listBl dl dd ul li.listBt a {
	width: 16.875%;
	margin: 0 1.25% 0 0;
	/*padding: 10px 5px;*/
	padding: 14px 5px;
}
#lang section#listBl dl dd ul li.listBt a:nth-child(2),
#lang section#listBl dl dd ul li.listBt a:nth-child(5) {
	margin: 0 1.25% 0 0;
}
#lang section#listBl dl dd ul li.listBt a:last-child {
	width: 15.625%;
	margin: 0;
}






/* --------------------　外国語一覧　終了　-------------------- */




}/* media Queries PC 769 */







