@charset "UTF-8";

/* ----------------------------------------------------------------------------
	■ hotels-bigbox / スマホ設定は無し / スタートは、iPad Mini（ 768px ）
------------------------------------------------------------------------------- */

/* -- ボックスの内側 -- */
.hotels-bigbox {
	padding: 10px 10px 10px 10px;
	border: solid 1px #009944; 
	background: linear-gradient(180deg, #bedfc2, #ffffff);
}


/* -- 特選旅館の基本設定 -- */
.hotels-bigbox ul {
	grid-row: article;
	display: grid;
	grid-template-columns: 2.9fr 1fr;
	column-gap: 10px; /* 右画像の調整用 */
}


/* -- ホテル旅館の画像ボックス -- */
.tomarebalink-image10 {
	float: left;
	width: 140px;
	margin-right: 10px; /* 右画像の調整用 */
}
.tomarebalink-image10 img {
	width: 140px;
	height: 172px;
	object-fit: cover;
}


/* -- 観光スポットの画像 -- */
.k-spot img {
	width: 180px;
	height: 172px;
	object-fit: cover;
}


/* -- 情報ボックス -- */
.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;
	color: #aaaaaa;
}


/* -- ホテル名 -- */
.tomarebalink-name10 {
	text-align: center;
	overflow: hidden;
}
.tomarebalink-name10 > a {
	display: block;
	border-bottom: 2px dotted #a5a5a5;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #174E80;
}
.tomarebalink-name10 > a:hover {
	display: block;
	color: #0000ff;
}


/* -- 長いホテル名や住所 -- */
.tomarebalink-name10 > a.ji-amari {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* -- トマレバ -- */
.tomarebalink-powered-date10 {
	font-size: 10px;
	line-height: 1.8;
}
.tomarebalink-powered-date10 a:last-child {
	font-size: 10px;
	line-height: 1.8;
	/* border-bottom: 1px dotted; */
	color: #333333;
}


/* -- 住所 -- */
.tomarebalink-address10 {
	text-align: center;
	font-size: 12px;
	line-height: 1.9;
	color: #174E80;
}


/* -- ホテルの紹介 --*/
.hotel-guid10 {
	margin-top: 10px;
	color: #174E80;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}


/* -- リンクボタン -- */
.tomarebalink-link10 img {
	display: none !important;
}
.tomarebalink-link10 {
	width: 100%;
	margin-top: 8px;
}
.tomarebalink-link10 > div {
	float: left;
	min-width: auto;
	margin-right: 5px;
	text-align: center;
}
.tomarebalink-link10:after {
	content: "";
	display: block;
	clear: both;
}
.tomarebalink-link10 a {
	display: block;
	padding: 5px 15px 5px 15px;
	border: solid 1px #aaaaaa;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.tomarebalink-link10 a:hover {
	text-decoration: underline;
}


/* *************** ■ ビッグボックスの非表示 ********************************** */
@media (max-width: 759px) {

.hotels-bigbox {
	display: none;
}

.hotel-change {
	display: block;
}
} /* 注意 */


/* *************** ■ ビッグボックスの表示（ Galaxy S10/S10+ ）**************** */
@media (min-width: 760px) {

.hotels-bigbox {
	display: block;
}

.hotel-change {
	display: none;
}
} /* 注意 */



/* *************** ▲ iPad Air / スタートは、iPad Mini（ 768px ）*************** */
@media (min-width: 820px) {


.hotels-bigbox ul {
	grid-template-columns: 3.2fr 1fr;
	column-gap: 15px; /* 右画像の調整用 */
}

/* -- ホテル旅館の画像ボックス -- */
.tomarebalink-image10 {
	width: 140px;
	margin-right: 15px;
}
.tomarebalink-image10 img {
	width: 140px;
	height: 175px;
}

/* -- 観光スポットの画像 -- */
.k-spot img {
	width: 180px;
	height: 175px;
}

/* -- リンクボタン -- */
.tomarebalink-link10 > div {
	margin-right: 6px;
}
.tomarebalink-link10 a {
	padding: 6px 16px 6px 16px;
	font-size: 13px;
}
} /* 注意 */


/* *************** iPad (11-inch) *************** */
@media (min-width: 834px) {

/* -- ホテル旅館の画像 -- */
.tomarebalink-image10 img {
	height: 175px;
}

/* -- 観光スポットの画像 -- */
.k-spot img {
	height: 175px;
}
} /* 注意 */


/* *************** Galaxy S20+ *************** */
@media (min-width: 854px) {

/* -- ボックス自体 -- */
.hotels-bigbox {
	padding: 10px 15px 10px 15px;
}

/* -- 特選旅館の基本設定 -- */
.hotels-bigbox ul {
	grid-template-columns: 2.5fr 1fr;
	column-gap: 15px; /* 右画像の調整用 */
}

/* -- ホテル旅館の画像 -- */
.tomarebalink-image10 {
	width: 160px;
	margin-right: 15px; /* 右画像の調整用 */
}
.tomarebalink-image10 img {
	width: 160px;
	height: 175px;
}

/* -- 観光スポットの画像 -- */
.k-spot img {
	width: 230px;
	height: 175px;
}
} /* 注意 */


/* *************** Galaxy Note 20 Ultra *************** */
@media (min-width: 883px) {

/* -- ホテル旅館の画像 -- */
.tomarebalink-image10 img {
	width: 160px;
	height: 176px;
}

/* -- 観光スポットの画像 -- */
.k-spot img {
	width: 230px;
	height: 176px;
}
} /* 注意 */


/* *************** iPhone 11 Pro Max *************** */
@media (min-width: 896px) {

/* -- 観光スポットの画像 -- */
.k-spot img {
	width: 231px;
}
} /* 注意 */


/* *************** Galaxy Note 20 *************** */
@media (min-width: 915px) {

/* -- 観光スポットの画像 -- */
.k-spot img {
	width: 250px;
}
} /* 注意 */


/* *************** Nexus 7 *************** */
@media (min-width: 960px) {

/* -- ホテルの紹介 --*/
.hotel-guid10 {
	font-size: 15px;
	line-height: 1.4;
}
} /* 注意 */


/* *************** iPad Pro(12.9-inch) *************** */
@media (min-width: 1024px) {

/* -- 特選旅館の基本設定 -- */
.hotels-bigbox ul {
	grid-template-columns: 1.75fr 1fr;
	column-gap: 20px; /* 右画像の調整用 */
}

/* -- ホテル旅館の画像 -- */
.tomarebalink-image10 {
	float: left;
	width: 180px;
	margin-right: 20px; /* 右画像の調整用 */
}
.tomarebalink-image10 img {
	width: 180px;
	height: 180px;
}

/* -- 観光スポットの画像 -- */
.k-spot img {
	width: 335px;
	height: 180px;
}

/* -- ホテルの紹介 --*/
.hotel-guid10 {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.5;
}
} /* 注意 */


/* *************** iPad iPadOS *************** */
@media (min-width: 1080px) {

/* -- ボックスの内側 -- */
.hotels-bigbox {
	padding: 15px 15px 15px 15px;
}

/* -- 特選旅館の基本設定 -- */
.hotels-bigbox ul {
	grid-row: article;
	display: grid;
	grid-template-columns: 1.853fr 1fr;
	column-gap: 40px; /* 右画像の調整用 */
}

/* -- ホテル旅館の画像 -- */
.tomarebalink-image10 {
	float: left;
	width: 200px;
	margin-right: 40px; /* 右画像の調整用 */
}
.tomarebalink-image10 img {
	width: 200px;
	height: 180px;
}

/* -- 観光スポットの画像 -- */
.k-spot img {
	width: 354px;
	height: 180px;
}

/* -- 'Ad'の設定 -- */
.tomarebalink-box10:before {
	right: 1%;
	bottom: 1%;
	font-size: 10px;
	line-height: 1;
}

/* -- ホテル名 -- */
.tomarebalink-name10 > a {
	border-bottom: 2px dotted #a5a5a5;
	font-size: 18px;
	line-height: 1.4;
}

/* -- トマレバ -- */
.tomarebalink-powered-date10 {
	font-size: 10px;
	line-height: 1.8;
}
.tomarebalink-powered-date10 a:last-child {
	font-size: 10px;
	line-height: 1.8;
}

/* -- 住所 -- */
.tomarebalink-address10 {
	font-size: 12px;
	line-height: 1.9;
}

/* -- ホテルの紹介 --*/
.hotel-guid10 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.4;
}

/* -- リンクボタン -- */
.tomarebalink-link10 > div {
	margin-left: 10px;
}
.tomarebalink-link10 a {
	padding: 5px 30px 3px 30px;
	font-size: 12px;
	line-height: 1.5;
}
} /* 注意 */




/* ############### ■ 1180px以上～ ############### */
@media (min-width: 1180px) {

body {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
} /* 注意 */
