@charset "UTF-8";

/* -------------------------------------------------------------------
	● 長いホテル名や住所の表示は「…」
---------------------------------------------------------------------- */
.tomarebalink-name10 > a.ji-amari {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* -------------------------------------------------------------------
	■⑪ hotels-bigbox / 特選旅館
---------------------------------------------------------------------- */
/*-- 特選旅館の非表示 --*/
.hotel-change {
	display: none;
}

/* -- ボックス自体 -- */
.hotels-bigbox {
	padding: 14px 14px 10px 14px;
	border: solid 1px #009944; 
	background: linear-gradient(180deg, #bedfc2, #ffffff);
}
/* -- ボックスの中身 -- */
.hotels-bigbox ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.hotels-bigbox ul li {
	list-style: none;
}
.hotels-bigbox ul li:nth-child(1) {
	flex: 0 0 63%;
}
.hotels-bigbox ul li:nth-child(2) {
	flex: 0 0 35%;
}

/* -- 画像ボックス & 画像 -- */
.tomarebalink-image10 {
	float: left;
	width: 230px;
	height: 200px;
	border: none;
}
.tomarebalink-image10 img {
	width: 200px;
	height: 200px;
	object-fit: cover;  /* 画像のトリミング */
}
.tomarebalink-image10 a {
	display: block;
	height: auto;
}

/* -- 情報ボックス -- */
.tomarebalink-info10 {
	float: none;
}
.tomarebalink-info10 a {
	text-decoration: none;
}

/* -- 'Ad'の設定 -- */
.tomarebalink-box10 {
	position: relative;
}
.tomarebalink-box10:before {
	content: 'Ad';
	display: block;
	position: absolute;
	right: 1%;
	bottom: 1%;
	font-size: 10px;
	line-height: 1;
}

/* -- ホテル名 -- */
.tomarebalink-name10 {
	text-align: center;
	overflow: hidden;
}
.tomarebalink-name10 > a {
	display: block;
	border-bottom: 2px dotted #a5a5a5;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	color: #174E80;
	max-width: 100%;
	white-space: nowrap;      /* 長い名前は … */
	text-overflow: ellipsis;  /* 長い名前は … */
	overflow: hidden;         /* 長い名前は … */
}
.tomarebalink-name10 > a:hover {
	display: block;
	color: #0000ff;
}

/* -- トマレバ -- */
.tomarebalink-powered-date10 {
	font-size: 10px;
	line-height: 2;
}
.tomarebalink-powered-date10 > a {
	font-size: 10px;
	line-height: 2;
	border-bottom: 1px dotted;
	color: #333333;
}

/* -- 住所 -- */
.tomarebalink-address10 {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #174E80;
}

/* -- ホテルの紹介 --*/
.hotel-guid10 {
	color: #174E80;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
}

/* -- リンクボタン -- */
.tomarebalink-link10 img {
	display: none !important;
}
.tomarebalink-link10 {
	width: 100%;
	margin-top: 10px;
}
.tomarebalink-link10 > div {
	float: left;
	min-width: auto;
	margin-right: 6px;
	text-align: center;
}
.tomarebalink-link10:after {
	content: "";
	display: block;
	clear: both;
}
.tomarebalink-link10 a {
	display: block;
	padding: 3px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.7;
	font-weight: bold;
	text-decoration: none;
}
.tomarebalink-link10 a:hover {
	text-decoration: underline;
}

/* --（ ボックス B ）観光スポット画像 -- */
.k-spot img {
	width: auto;
	height: 200px;
	object-fit: cover;
}




/* ############### ▼ 1024px以下～ ############### */
@media (max-width: 1024px) {

.hotels-bigbox {
	padding: 14px 14px 10px 14px;
}

/* -- 'Ad'の設定 -- */
.tomarebalink-box10:before {
	right: 0%;
	bottom: 1%;
}

/* -- ホテル名 -- */
.tomarebalink-name10 a {
	line-height: 1.5;
}


/* -- トマレバ -- */
.tomarebalink-powered-date10 {
	font-size: 10px;
	line-height: 2;
}
.tomarebalink-powered-date10 > a {
	font-size: 10px;
	line-height: 2;
}
/* -- 住所 -- */
.tomarebalink-address10 {
	font-size: 14px;
	line-height: 2;
}
/* -- リンクボタン -- */
.tomarebalink-link10 {
	margin-top: 5px;
}
.tomarebalink-link10 > div {
	margin-right: 6px;
}
.tomarebalink-link10 a {
	padding: 3px 12px;
	font-size: 12px;
	line-height: 1.7;
}

/* --（ ボックス B ）観光スポット画像 -- */
.k-spot img {
	width: auto;
	height: 200px;
	object-fit: cover;
}
} /* 注意 */


/* ############### 960px ############### */
@media (max-width: 960px) {

/* -- ■⑪ 960px以下～ 特選旅館 -- */
.hotels-bigbox {
	padding: 14px 20px 10px 20px;
}

/* -- サムネール画像 -- */
.tomarebalink-image10 {
	width: 220px;
	height: 180px;
}
.tomarebalink-image10 img {
	width: 200px;
	height: 180px;
}

/* -- ホテル名 -- */
.tomarebalink-name10 a {
	font-size: 18px;
	line-height: 1.8;
}


span.mgr-shiroyama {
	margin-right: 30px;
}
/* -- トマレバ -- */
.tomarebalink-powered-date10 {
	font-size: 10px;
	line-height: 1.5;
}
.tomarebalink-powered-date10 > a {
	font-size: 10px;
	line-height: 1.5;
}
/* -- 住所 -- */
.tomarebalink-address10 {
	font-size: 13px;
	line-height: 1.8;
}
/* -- ホテル紹介 --*/
.hotel-guid10 {
	font-size: 14px;
	line-height: 1.4;
}
/* -- リンクボタン -- */
.tomarebalink-link10 > div {
	margin-right: 5px;
}
.tomarebalink-link10 a {
	padding: 3px 3px;
	font-size: 12px;
	line-height: 1.5;
}

/* -- 観光スポット画像 -- */
.k-spot img {
	width: auto;
	height: 180px;
}
} /* 注意 */


/* ############### ▼ 896px以下～ ############### */
@media (max-width: 896px) {

.tomarebalink-box10 {
	padding: 0;
}
.tomarebalink-image10 {
	width: 200px;
	height: 180px;
}
.tomarebalink-image10 img {
	width: 180px;
	height: 180px;
}
.tomarebalink-info10 {
	margin-left: 140px;
}
} /* 注意 */


/* ############### ▼ 820px以下～ ############### */
@media (max-width: 820px) {

.tomarebalink-image10 {
	width: 175px;
	height: auto;
}
.tomarebalink-image10 img {
	width: 150px;
	height: 170px;
}
/* -- ホテル名 -- */
.tomarebalink-name10 a {
	font-size: 18px;
	line-height: 1.4;
}

/* -- トマレバ -- */
.tomarebalink-powered-date10 {
	font-size: 10px;
	line-height: 1.5;
}
.tomarebalink-powered-date10 > a {
	font-size: 10px;
	line-height: 1.5;
}

/* -- リンクボタン -- */
.tomarebalink-link10 a {
	line-height: 1.5;
}

/* -- 観光スポット画像 -- */
.k-spot img {
	width: auto;
	height: 170px;
}
} /* 注意 */


/* ############### ■ 768px以下～ ############### */
@media (max-width: 768px) {

.hotels-bigbox {
	padding: 14px 10px 10px 10px;
}

.hotels-bigbox ul li:nth-child(1) {
	flex: 0 0 68%;
}
.hotels-bigbox ul li:nth-child(2) {
	flex: 0 0 30%;
}

.tomarebalink-image10 {
	width: 170px;
	height: auto;
}
.tomarebalink-image10 img {
	width: 150px;
	height: 180px;
}

/* -- トマレバ -- */
.tomarebalink-powered-date10 {
	font-size: 10px;
	line-height: 1.8;
}
.tomarebalink-powered-date10 > a {
	font-size: 10px;
	line-height: 1.8;
}
/* -- 住所 -- */
.tomarebalink-address10 {
	font-size: 12px;
	line-height: 2;
}
/* -- ホテル紹介 --*/
.hotel-guid10 {
	font-size: 14px;
	line-height: 1.6;
}
/* -- リンクボタン -- */
.tomarebalink-link10 > div {
	margin-right: 5px;
}
.tomarebalink-link10 a {
	padding: 3px 3px;
	font-size: 12px;
	line-height: 1.5;
}
/* -- リンクボタン -- */
.tomarebalink-link10 a {
	line-height: 1.5;
}

/* -- 観光スポット画像 -- */
.k-spot img {
	width: auto;
	height: 180px;
}
} /* 注意 */


/* ############### 667px以下～ ############### */
@media (max-width: 667px) {


/* ビッグボックスの非表示  */
.hotels-bigbox {
	display: none;
}
.hotel-change {
	display: block;
}
} /* 注意 */


/* ############### ▲ 610px以下～ ############### */
@media (max-width: 610px) {


/* -------------------------------------------------------------------
	■ リンクボタンの位置を下段へ移動
---------------------------------------------------------------------- */
/* ボタンのカラム落ち */
.tomarebalink-link10 {
	clear: both;
}
/* ボタンの初期設定位置の解除 200px → 0px */
.tomarebalink-link10 {
	margin-left: 0px;
}
  /* 画像ボックスの位置の設定で調整 */
.tomarebalink-link10 {
	margin-top: 10px;
	margin-bottom: 0px;
}
 /* -- ボタンサイズは変更しない -- */
.tomarebalink-link10 a {
} 
 /* -- ボタンの右揃え（ Bボックスがあるので ） -- */
.tomarebalink-link10 {
	display: flex;
	justify-content: flex-end;
}
/* -- 'Ad'の設定 -- */
.tomarebalink-box10:before {
	right: 0%;
	bottom: 20%;
}
/* -- トマレバ ？？？ -- */
.tomarebalink-powered-date10 {
	font-size: 10px;
	line-height: 2;
}
.tomarebalink-powered-date10 > a {
	font-size: 10px;
	line-height: 2;
}

/* -- ホテル名 -- */
.tomarebalink-name10 a {
	font-size: 16px;
	line-height: 1.3;
}
} /* 注意 */



