@charset "utf-8";

/* ---------------------------------------------------------------------------------------- */
/*  予約SP用スタイルシート */
/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* 20190501_RESERVE_ROOM ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* SP用「空室・プラン検索」結果 */
.planbox > ._left {
    width: 300px;
    float: left;
    margin: 8px;
}

.planbox .pic {
    width: 300px;
    height: auto; 
}

.planbox > ._right {
    /* overflow: hidden; */
	overflow: visible; 
    padding: 11px;
}

@media (min-width: 0px) and (max-width: 350px) {
	.modeL .chkin_cal1 tbody td div .pr1:before{
		content:"（1泊1名 ";
	}

	#ORDERBY_SP_TITLE{
		display: none;
	}

}

@media (min-width: 351px) {
	#ORDERBY_SP_TITLE{
		display: block;
	}
}

@media (min-width: 0px) and (max-width: 400px) {
	.planbox > ._left {
		width: 100%;
	}

	.planbox .pic {
		width: 95%;
	}
}

@media (min-width: 401px) and (max-width: 500px) {
	.planbox > ._left {
		width: 100%;
	}

	.planbox .pic {
		width: 96%;
	}
}

@media (min-width: 501px) and (max-width: 600px) {
	.planbox > ._left {
		width: 100%;
	}

	.planbox .pic {
		width: 97%;
		height: 250px;
		object-fit: cover;
	}
}

@media (min-width: 601px) {
	.planbox > ._right {
		overflow: overlay;
		padding: 11px;
	}
}
/* ---------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------- */
/* 見出し「：」削除 */
.sec_table1.chk th:after {
	content: "";
}
/* ---------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------- */
/* プラン表示BOXのフォント調整 */
.planbox > ._right p {
    font-size: 90%;
    margin-bottom: 5px;
    line-height: 1.2;
}
/* ---------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------- */
/* 続きを読む */
.grad-wrap {
	position: relative;
}

.grad-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	margin: auto;
	padding: 0.2em 0;
	border-radius: 2px;
	background: #ccc;
	color: #000;
	font-size: 0.8rem;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.grad-btn::before {
	content: "続きを読む"
}

.grad-item-check {
	position: relative;
	overflow: hidden;
	height: 50px; /*隠した状態の高さ*/
}

.grad-item {
	position: relative;
	overflow: hidden;
	height: 50px; /*隠した状態の高さ*/
}

.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px; /*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
}

.grad-trigger {
	display: none; /*チェックボックスは常に非表示*/
}

.grad-trigger:checked ~ .grad-btn::before {
	content: "閉じる"; /*チェックされていたら、文言を変更する*/
}

.grad-trigger:checked ~ .grad-item {
	height: auto; /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked ~ .grad-item::before {
	display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/*------------------------------------------------------------------------------------------------*/


/* ---------------------------------------------------------------------------------------- */
.rsv_btn_def1{
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	-o-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	border:1px solid #113F7F;
	border-bottom-color:#0E2F66;

	background: #6db3f2;
	background: -moz-linear-gradient(top,  #6db3f2 0%, #1e69de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(100%,#1e69de));
	background: -webkit-linear-gradient(top,  #6db3f2 0%,#1e69de 100%);
	background: -o-linear-gradient(top,  #6db3f2 0%,#1e69de 100%);
	background: -ms-linear-gradient(top,  #6db3f2 0%,#1e69de 100%);
	background: linear-gradient(to bottom,  #6db3f2 0%,#1e69de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

	color:#fff;
}

.rsv_btn_def1:hover{
	color:#fff;
	text-decoration:none !important;
}

.rsv_btn_def1:active{
	background: #1a59bf;
	background: -moz-linear-gradient(top,  #1a59bf 0%, #5486b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a59bf), color-stop(100%,#5486b7));
	background: -webkit-linear-gradient(top,  #1a59bf 0%,#5486b7 100%);
	background: -o-linear-gradient(top,  #1a59bf 0%,#5486b7 100%);
	background: -ms-linear-gradient(top,  #1a59bf 0%,#5486b7 100%);
	background: linear-gradient(to bottom,  #1a59bf 0%,#5486b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a59bf', endColorstr='#5486b7',GradientType=0 );

	-webkit-box-shadow:inset 0 1px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 1px 10px rgba(0,0,0,0.5);
	-o-box-shadow:inset 0 1px 10px rgba(0,0,0,0.5);
	box-shadow:inset 0 1px 10px rgba(0,0,0,0.5);

	color:#DCE4EA !important;
}
/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* アイコンSP */
.ttl_icon_new_room {
	display: inline-block;
	padding: 2px 4px;
	font-size: 70%;
	line-height: 1;
	color: #fff;
	background: #cc0000;
	position: absolute;
	top: -16px;
	right: 10px;
	text-shadow: none;
}

.ttl_icon_new_webmenber,
.ttl_icon_new_webmenber_room,
.ttl_icon_new_club,
.ttl_icon_new_club_room {
	display: inline-block;
	padding: 2px 4px;
	font-size: 70%;
	line-height: 1;
	color: #fff;
	background: #98620E;
	position: absolute;
	left: 10px;
	text-shadow: none;
}

.ttl_icon_new_webmenber,
.ttl_icon_new_club {
	top: -10px;
}
.ttl_icon_new_webmenber_room,
.ttl_icon_new_club_room {
	top: -3px;
}
/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* 20190501_RESERVE_ROOM ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ---------------------------------------------------------------------------------------- */
