@charset "UTF-8";

/* -------------------------------------------------------------------
	■ 特選旅館の基本設定（ hotels-bigbox ）
---------------------------------------------------------------------- */

/* -- ボックス自体 -- */
.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;
	grid-column-gap: 10px;
	column-gap: 10px;
}

/* -- ホテル旅館の画像ボックス -- */
.tomarebalink-image10 {
	float: left;
	width: 140px;
	margin-right: 10px;
}
.tomarebalink-image10 img {
	width: 140px;
	height: 175px;
	object-fit: cover;
}

/* -- 観光スポットの画像 -- */
.k-spot img {
	width: 180px;
	height: 175px;
	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;
}

/* -- ホテル名 -- */
.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 4px 5px 4px;
	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 *************** */
@media (min-width: 820px) {

/* -- ここがスタート -- */
.hotels-bigbox ul {
	grid-template-columns: 3.2fr 1fr;
}

/* -- ホテル旅館の画像ボックス -- */
.tomarebalink-image10 {
	width: 140px;
	margin-right: 15px;
}
.tomarebalink-image10 img {
	width: 140px;
	height: 180px;
}

/* -- 観光スポットの画像 -- */
.k-spot img {
	width: 180px;
	height: 180px;
}

/* -- リンクボタン -- */
.tomarebalink-link10 > div {
	margin-right: 6px;
}
.tomarebalink-link10 a {
	padding: 6px 6px 6px 6px;
	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;
	grid-column-gap: 15px;
	column-gap: 15px;
}

/* -- ホテル旅館の画像ボックス -- */
.tomarebalink-image10 {
	width: 160px;
	margin-right: 20px;
}
.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.853fr 1fr;
	grid-column-gap: 15px;
	column-gap: 15px;
}

/* -- 画像ボックス -- */
.tomarebalink-image10 {
	float: left;
	width: 180px;
	margin-right: 25px;
}
.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;
	grid-column-gap: 20px;
	column-gap: 20px;
}

/* -- 画像ボックス -- */
.tomarebalink-image10 {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.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-right: 8px;
}
.tomarebalink-link10 a {
	padding: 3px 12px;
	font-size: 12px;
	line-height: 1.5;
}
} /* 注意 */


/* *************** iPad Air iPadOS *************** */
@media (min-width: 1180px) {

/* -- 画像ボックス -- */
.tomarebalink-image10 {
	margin-right: 25px;
}

/* -- 観光スポットの画像 -- */
.k-spot img {
	width: 380px;
	height: 180px;
}
} /* 注意 */


/* ############### ■ 1180px以上～ ############### */
@media (min-width: 1180px) {
body {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
} /* 注意 */
