@charset "utf-8";

/* -----------------------------------------------------------------
- room
------------------------------------------------------------------ */

/*ページタイトル*/
#PageTitle {
	width: 100%;
	height: 35px;
	background: -webkit-linear-gradient(top, #c90e16 0%, #e61019 100%);
	background: linear-gradient(to bottom, #c90e16 0%, #e61019 100%);
	margin-bottom: 10px;
}

#PageTitle span {
	display: block;
	padding: 0 10px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
}

/*エリアから探す*/
#PageTitle.area span {
	padding-left: 42px;
	background: url(/smart/img/common/icon/area.png) 8px center no-repeat;
	background-size: 25px 24px;
}

/*沿線・駅から探す*/
#PageTitle.route span {
	padding-left: 42px;
	background: url(/smart/img/common/icon/train.png) 10px center no-repeat;
	background-size: 19px 24px;
}

/*お部屋詳細*/
#PageTitle.room span {
	padding-left: 42px;
	background: url(/smart/img/common/icon/house.png) 10px center no-repeat;
	background-size: 24px 19px;
}

/*ビジュアルエリア*/
#visual {
	width: 100%;
	background: url(/smart/img/room/main_sub_bg.jpg) repeat-x;
}

#visual .pct {
	text-align: center;
}

#visual .pct img {
	width: 100%;
	max-width: 480px;
	height: auto;
}


/*一覧上 ページ内リンク*/
.topLinkBtn {
	padding: 0 5px;
	margin-bottom: 10px;
}

.topLinkBtn ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.topLinkBtn li {
	display: table-cell;
	padding: 0 5px;
}

.topLinkBtn li a {
	display: block;
	color: #333333;
	height: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
}

.topLinkBtn li a span {
	text-align: center;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 40px;
	padding-left: 10px;
	background: url(/smart/img/common/icon/link_down.png) 10px center no-repeat;
	background-size: 17px;
}


/*一覧上 検索条件*/
.searchKeyword {
	margin: 0 10px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.searchKeyword .wrap {
	overflow: hidden;
	font-size: 1.1rem;
	padding: 13px 10px 10px 10px;
	border-bottom: 1px solid #e5e5e5;
}

.searchKeyword .wrap:last-child {
	border-bottom: 0px;
}

.searchKeyword .title {
	float: left;
	font-weight: bold;
	color: #e61019;
	padding-top: 2px;
}

.searchKeyword .title.search {
	width: 55px;
	height: 17px;
	padding-left: 21px;
	background: url(/smart/img/common/icon/search_red.png) left 0px no-repeat;
	background-size: 13px 14px;
}

.searchKeyword .title.kodawari {
	width: 80px;
	height: 17px;
	padding-left: 21px;
	background: url(/smart/img/common/icon/select.png) left 0px no-repeat;
	background-size: 15px 15px;
}

.searchKeyword .word {
	overflow: hidden;
	padding-top: 2px;
	visibility: hidden;
}

/*チェックボックスのリスト*/
.checkboxList {
	margin: 0 10px 10px;
	box-shadow: 0px 0px 3px #ccc;
}

.checkboxList .title {
	height: 25px;
	line-height: 25px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background: -webkit-linear-gradient(top, #ca0e16 0%, #e51019 100%);
	background: linear-gradient(to bottom, #ca0e16 0%, #e51019 100%);
	padding: 0 10px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
}

.checkboxList ul {
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
}

.checkboxList li {
	position: relative;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	padding-left: 5px;
	border-bottom: 1px solid #999999;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
	font-size: 1.3rem;
}

.checkboxList li:last-child {
	border-bottom: 0px;
}

.checkboxList li label {
	float: left;
}

.checkboxList li label input {
	clear: both;
	margin-top: 10px;
}

.checkboxList li a {
	display: block;
	overflow: hidden;
	height: 45px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #333;
	background: url(/smart/img/common/icon/link_r_red.png) right center no-repeat;
	background-size: 27px 17px;
}

.checkboxList li a span {
	display: inline-block;
	padding-left: 5px;
}

/*検索結果 ページャー*/
.searchPager {
	margin: 0 10px 10px;
}

.searchPager.last {
	margin-bottom: -10px;
}

.searchPager .topInfo {
	display: table;
	width: 100%;
	margin-bottom: 16px;
}

.searchPager .topInfo>div {
	display: table-cell;
	font-size: 1.2rem;
	line-height: 1.4;
}

.searchPager .topInfo .selectBox {
	text-align: right;
}

.searchPager .pager {
	overflow: hidden;
	margin-bottom: 14px;
	padding-bottom: 2px;
}

.searchPager .pager ul {
	display: table;
	table-layout: fixed;
	width: 300px;
	margin: 0 auto;
}

.searchPager .pager li {
	display: table-cell;
	padding: 0 5px;
}

.searchPager .pager li.prev a {
	left: -5px;
}

.searchPager .pager li.next a {
	right: -5px;
}

.searchPager .pager li a {
	position: relative;
	display: block;
	font-size: 1rem;
	color: #313131;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-linear-gradient(top, #fafafa 0%, #dedede 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #dedede 100%);
	box-shadow: 1px 1px 2px #ccc;
}

.searchPager .pager li.current a {
	color: #e82028;
	border: 1px solid #fff;
	background: -webkit-linear-gradient(top, #dedede 0%, #fafafa 100%);
	background: linear-gradient(to bottom, #dedede 0%, #fafafa 100%);
	box-shadow: 1px 1px 2px #bbb inset;
}

/*お部屋一覧*/
.roomIndexList {
	padding: 10px 10px 1px 10px;
	background-color: #dbdbdb;
	margin-bottom: 10px;
}

.roomIndexList .cell {
	border: 1px solid #989191;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(/smart/img/common/icon/link_r_red.png) right center no-repeat #fff;
	background-size: 27px 17px;
	margin-bottom: 10px;
}

.roomIndexList .cell .distance {
	height: 44px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 44px;
	padding-left: 8px;
	color: #333333;
	background: #FEF1F1;
	border-bottom: 1px solid #989191;
	border-top-left-radius: 4px;
	-webkit-top-left-border-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-top-right-border-radius: 4px;
	-moz-border-top-right-radius: 4px;
}

.roomIndexList .cell .distance label span {
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.roomIndexList .cell .distance input {
	top: 2px;
}

.roomIndexList .cell .distance input[type="checkbox"]:checked {
	background: #e82128;
}

.roomIndexList .cell .distance input[type="checkbox"]:checked:before {
	background: #FFFFFF;
}

.roomIndexList .cell .distance input[type="checkbox"]:checked:after {
	background: #FFFFFF;
}

.roomIndexList .cell .detail {
	overflow: hidden;
	padding: 15px 10px 5px;
}

.roomIndexList .cell .detail a {
	display: block;
}

.roomIndexList .cell .detail .pct {
	float: left;
	width: 123px;
}

.roomIndexList .cell .detail .info {
	position: relative;
	top: -5px;
	overflow: hidden;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #333;
}

.roomIndexList .cell .detail .info .price {
	font-size: 140%;
	color: #e61019;
}

.roomIndexList .cell .btns {
	padding: 0 10px 10px;
	border-bottom: 1px solid #989191;
}

.roomIndexList .cell .btns a.madori {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #5c5c5c;
	text-align: center;
	height: 28px;
	line-height: 28px;
	padding: 0 16px 0 40px;
	background: url(/smart/img/common/icon/madori.png) 9px center no-repeat;
	background-size: 18px 21px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.roomIndexList .cell .btns a.fav {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #5c5c5c;
	text-align: center;
	height: 28px;
	line-height: 28px;
	padding: 0 16px 0 40px;
	background: url(/smart/img/common/icon/fav.png) 9px center no-repeat;
	background-size: 21px 18px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.roomIndexList .cell .comment {
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 10px;
}

.new_ic {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: -webkit-linear-gradient(top, #f4363e 0%, #e01018 100%);
	background: linear-gradient(to bottom, #f4363e 0%, #e01018 100%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


/*お部屋詳細 トップスライド*/
.detailTopSlide {
	background-color: #dbdbdb;
	margin: -10px 0 10px;
	padding: 10px 0 7px;
}

.detailTopSlide .pct {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.detailTopSlide .pct ul {
	position: absolute;
	left: 50%;
	width: 2600px;
	padding: 0;
	margin-left: -125px;
	/*画像幅の半分をずらす*/
}

.detailTopSlide .pct li {
	position: relative;
	width: 250px !important;
	/*なぜか伸縮するので強制固定*/
	margin-right: 10px;
}

.detailTopSlide .pct li img {
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.bx-wrapper {
	max-width: 100% !important;
}

/*なぜかpxで指定されるので強制固定*/

.detailTopSlide .pct li .icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(/smart/img/room/icon_zoom.png) right bottom no-repeat;
	background-size: 25px 25px;
}

.detailTopSlide .bx-viewport {
	height: 240px;
}

.detailTopSlide .bx-controls {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 36px;
	margin: 10px 0 0;
}

.detailTopSlide .bx-controls a {
	display: block;
	height: 29px;
	width: 29px;
	font-size: 1.1rem;
	text-align: center;
	line-height: 29px;
	color: #000;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.detailTopSlide .bx-controls a.bx-prev {
	position: absolute;
	z-index: 500;
	left: 10px;
	top: 0px;
	height: 29px;
	width: 29px;
}

.detailTopSlide .bx-controls a.bx-next {
	position: absolute;
	z-index: 501;
	right: 10px;
	top: 0px;
	height: 29px;
	width: 29px;
}

.detailTopSlide .bx-controls .bx-pager {
	font-size: 1.1rem;
	text-align: center;
	line-height: 36px;
}

/*お部屋詳細*/
.detailBlock {}

.detailBlock p {
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 10px;
	margin-bottom: 8px;
}

/*ボタン部分 - 1列*/
.detailBlock .btnBox {
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}

.detailBlock .btnBox.noBG {
	padding: 0 10px;
	background-color: transparent;
}

.detailBlock .btnBox .btn {
	margin-bottom: 7px;
}

.detailBlock .btnBox a {
	display: block;
	height: auto;
	padding: 7px 0 7px 0;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 1px 1px 2px #ccc;
}

/*お問い合せボタン*/
.detailBlock .btnBox a.contactBtn {
	background: -webkit-linear-gradient(top, #ff8b00 0%, #ff7200 100%);
	background: linear-gradient(to bottom, #ff8b00 0%, #ff7200 100%);
}

.detailBlock .btnBox a.contactBtn span {
	display: block;
	font-weight: bold;
	padding-left: 60px;
	background: url(/smart/img/common/icon/mail.png) no-repeat;
	background-size: 24px 16px;
	background-position: 18px;
}

.detailBlock .btnBox a.contactBtn span small {
	font-size: 80%;
}

/*電話ボタン*/
.detailBlock .btnBox a.telBtn {
	background: -webkit-linear-gradient(top, #3851d4 0%, #1540ba 100%);
	background: linear-gradient(to bottom, #3851d4 0%, #1540ba 100%);
}

.detailBlock .btnBox a.telBtn span {
	display: block;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 0 4px 60px;
	background: url(/smart/img/common/icon/tel.png) 22px 0px no-repeat;
	background-size: 18px 25px;
}

.detailBlock .btnBox a.telBtn span small {
	font-size: 70%;
	margin-left: 10px;
	vertical-align: middle;
}

/*for small window*/
@media screen and (max-width: 320px) {
	.detailBlock .btnBox a.telBtn span {
		background-position: 22px 10px;
	}

	.detailBlock .btnBox a.telBtn span small {
		display: block;
		margin-left: 0;
	}
}

/*お気に入りボタン*/
.detailBlock .btnBox a.favBtn {
	text-align: center;
	background: -webkit-linear-gradient(top, #f7656b 0%, #e01018 100%);
	background: linear-gradient(to bottom, #f7656b 0%, #e01018 100%);
}

.detailBlock .btnBox a.favBtn span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0 8px 20px;
	background: url(/smart/img/common/icon/fav_white.png) 35px 5px no-repeat;
	background-size: 28px 24px;
}

/*PCボタン*/
.detailBlock .btnBox a.pcBtn {
	text-align: center;
	background: -webkit-linear-gradient(top, #939393 0%, #656565 100%);
	background: linear-gradient(to bottom, #939393 0%, #656565 100%);
}

.detailBlock .btnBox a.pcBtn span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0 8px 20px;
	background: url(/smart/img/common/icon/pc.png) 35px 10px no-repeat;
	background-size: 25px 23px;
}

.detailBlock .btnBox .contactNum {
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
}

/*パノラマ一枚目*/
.border {
	border-top: solid 2px red;
	width: 100%;
	margin-bottom: 15px;
}

.border p {
	font-size: 1.2rem;
	color: red;
	font-weight: bold;
	padding-top: 5px;
}

.pano_li {
	width: 80%;
	overflow: hidden;
	margin: 0 auto 10px auto;
	position: relative;
}

.pano_li li {
	text-align: center;
}

.pano_li img {
	max-width: 480px;
	max-height: 200px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	object-fit: cover;
}

.pano_li p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	/*サイズ2倍*/
	font-family: Quicksand, sans-serif;
	/*Google Font*/
	text-align: center;
	color: black;
}


/*パノラマボタン*/
.detailBlock .pano_bt {
	margin-bottom: 10px;
	overflow: hidden;
}

.detailBlock .pano_bt p {
	height: 25px;
	line-height: 25px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background: -webkit-linear-gradient(top, #ca0e16 0%, #e51019 100%);
	background: linear-gradient(to bottom, #ca0e16 0%, #e51019 100%);
	padding: 0 10px;
	text-align: center;
}

.detailBlock .pano_bt ul {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.detailBlock .pano_bt li {
	float: left;
	width: 95px;
	margin: 10px 6px;
	padding: 0;
	display: block;
	font-size: 1.1rem;
}

.detailBlock .pano_bt li img {
	width: 95px;
	height: 95px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	object-fit: cover;
}

.detailBlock .pano_bt li span {
	text-align: center;
	margin: 5px auto;
}


/*ボタン部分 - 2列*/
.detailBlock .halfBtnBox {
	padding: 0 10px;
	margin-bottom: 10px;
}

.detailBlock .halfBtnBox.last {
	padding: 0;
}

.detailBlock .halfBtnBox a {
	display: block;
	height: auto;
	padding: 5px 0 5px 0;
	font-size: 1.2rem;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 1px 1px 2px #ccc;
}

/*電話ボタン*/
.detailBlock .halfBtnBox a.telBtn {
	background: -webkit-linear-gradient(top, #3851d4 0%, #1540ba 100%);
	background: linear-gradient(to bottom, #3851d4 0%, #1540ba 100%);
}

.detailBlock .halfBtnBox a.telBtn span {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 5px 0 8px 35px;
	background: url(/smart/img/common/icon/tel.png) 7px center no-repeat;
	background-size: 18px 25px;
}

.detailBlock .halfBtnBox a.telBtn span small {
	font-size: 80%;
}

/*店舗詳細ボタン*/
.detailBlock .halfBtnBox a.detailBtn {
	color: #333;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
}

.detailBlock .halfBtnBox a.detailBtn span {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 40px;
	padding: 0 0 0 10px;
	background: url(/smart/img/common/icon/link_r_blue.png) right center no-repeat;
	background-size: 26px 16px;
}

.detailBlock .halfBtnBox a.detailBtn span small {
	font-size: 80%;
}

/*写真一覧へボタン*/
.detailBlock .halfBtnBox a.detailBtn2 {
	color: #333;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
}

.detailBlock .halfBtnBox a.detailBtn2 span {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 40px;
	padding: 0 0 0 10px;
	background: url(/smart/img/common/icon/link_r_blue.png) right center no-repeat;
	background-size: 26px 16px;
}

/*メールボタン*/
.detailBlock .halfBtnBox a.mailBtn {
	font-size: 1.1rem;
	color: #333;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
}

.detailBlock .halfBtnBox a.mailBtn span {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 7px 0 8px 40px;
	background: url(/smart/img/common/icon/contact.png) 7px center no-repeat;
	background-size: 25px 16px;
}

/*ラインボタン*/
.detailBlock .halfBtnBox a.lineBtn {
	font-size: 1.1rem;
	color: #333;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
}

.detailBlock .halfBtnBox a.lineBtn span {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 7px 0 8px 40px;
	background: url(/smart/img/common/icon/line.png) 7px center no-repeat;
	background-size: 25px 25px;
}

.detailBlock .halfBtnBox .left {
	float: left;
	width: 48%;
}

.detailBlock .halfBtnBox .all {
	float: none;
	width: 90%;
}

.detailBlock .halfBtnBox .right {
	float: right;
	width: 48%;
}

/*for small window*/
@media screen and (max-width: 320px) {
	.detailBlock .halfBtnBox.share .left {
		float: none;
		width: 100%;
	}

	.detailBlock .halfBtnBox.share .right {
		margin-top: 10px;
		float: none;
		width: 100%;
	}

	.detailBlock .halfBtnBox.share .left br,
	.detailBlock .halfBtnBox.share .right br {
		display: none;
	}
}

/*アイコン部分*/
.detailBlock .iconBox {
	width: 310px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

.detailBlock .iconBox li {
	float: left;
	width: 62px;
	margin: 0 7px 8px 7px;
}

/*テーブル部分　スペック*/
.detailBlock .specBox {
	padding: 0 10px;
	margin-bottom: 10px;
}

.detailBlock .specBox .title {
	height: 25px;
	line-height: 25px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background: -webkit-linear-gradient(top, #ca0e16 0%, #e51019 100%);
	background: linear-gradient(to bottom, #ca0e16 0%, #e51019 100%);
	padding: 0 10px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
}


.detailBlock .specBox table {
	width: 100%;
	color: #333333;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #999999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.detailBlock .specBox table th {
	width: 95px;
	text-align: left;
	padding: 9px;
	background-color: #fef3f3;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.detailBlock .specBox table td {
	padding: 9px;
	border-bottom: 1px solid #999999;
}

.detailBlock .specBox table td .price {
	color: #e61019;
	font-size: 140%;
}

/*テーブル内のボタン　※共通*/
.detailBlock table td .btns {
	padding-top: 5px;
}

.detailBlock table td .btns a.map {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #5c5c5c;
	text-align: center;
	height: 28px;
	line-height: 28px;
	padding: 0 8px 0 25px;
	background: url(/smart/img/common/icon/map.png) 5px center no-repeat;
	background-size: 17px 17px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	margin-right: 8px;
}

.detailBlock table td .btns a.app {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #5c5c5c;
	text-align: center;
	height: 28px;
	line-height: 28px;
	padding: 0 8px 0 25px;
	background: url(/smart/img/common/icon/app.png) 8px center no-repeat;
	background-size: 15px 19px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/*テーブル部分　物件概要*/
.detailBlock .summaryBox {
	padding: 0 10px;
	margin-bottom: 10px;
}

.detailBlock .summaryBox .title {
	height: 25px;
	line-height: 25px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background: -webkit-linear-gradient(top, #ca0e16 0%, #e51019 100%);
	background: linear-gradient(to bottom, #ca0e16 0%, #e51019 100%);
	padding: 0 10px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
}

.detailBlock .summaryBox table {
	width: 100%;
	color: #333333;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #999999;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;

	margin-bottom: 8px;
}

.detailBlock .summaryBox table th {
	width: 95px;
	text-align: left;
	padding: 9px;
	background-color: #fef3f3;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.detailBlock .summaryBox table td {
	padding: 9px;
	border-bottom: 1px solid #999999;
}

.detailBlock .summaryBox table td .price {
	color: #e61019;
	font-size: 140%;
}

.detailBlock .summaryBox .caution {
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	color: #333333;
	margin-bottom: 8px;
}

/*テーブル部分　取扱い店舗情報*/
.detailBlock .shopinfoBox {
	padding: 10px 10px 1px 10px;
	margin-bottom: 10px;
	background-color: #e6edff;
}

.detailBlock .shopinfoBox .title {
	height: 25px;
	line-height: 25px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	background: -webkit-linear-gradient(top, #1640bb 0%, #3751d3 100%);
	background: linear-gradient(to bottom, #1640bb 0%, #3751d3 100%);
	padding: 0 10px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
}

.detailBlock .shopinfoBox table {
	width: 100%;
	color: #333333;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #999999;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;

	margin-bottom: 10px;
}

.detailBlock .shopinfoBox table th {
	width: 95px;
	text-align: left;
	padding: 9px;
	background-color: #f4f7ff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.detailBlock .shopinfoBox table td {
	padding: 9px;
	background-color: #fff;
	border-bottom: 1px solid #999999;
}

.detailBlock .shopinfoBox table td .price {
	color: #e61019;
	font-size: 140%;
}

/*詳細　最下部ボタン*/
.detailBottomLink {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background-color: rgba(51, 51, 51, 0.7);
	display: none;
}

.detailBottomLink .wrap {
	padding: 0 10px;
}

.detailBottomLink .left {
	float: left;
	width: 49%;
}

.detailBottomLink .right {
	float: right;
	width: 49%;
}

.detailBottomLink a#contactBtn {
	display: block;
	width: 100%;
	height: 45px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;

	background: -webkit-linear-gradient(top, #ff8b00 0%, #ff7200 100%);
	background: linear-gradient(to bottom, #ff8b00 0%, #ff7200 100%);

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.detailBottomLink a#contactBtn span {
	display: block;
	font-weight: bold;
	padding: 8px 0 10px 40px;
	background: url(/smart/img/common/icon/mail.png) 10px 14px no-repeat;
	background-size: 24px 16px;
}

.detailBottomLink a#contactBtn span small {
	font-size: 80%;
}

.detailBottomLink a#telBtn {
	display: block;
	width: 100%;
	height: 45px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;

	background: -webkit-linear-gradient(top, #3851d4 0%, #1540ba 100%);
	background: linear-gradient(to bottom, #3851d4 0%, #1540ba 100%);

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.detailBottomLink a#telBtn span {
	display: block;
	font-weight: bold;
	padding: 15px 0 10px 40px;
	background: url(/smart/img/common/icon/tel.png) 10px 10px no-repeat;
	background-size: 18px 25px;
}

/*お気に入りlightbox部分*/
#inline_content {}

#inline_content .title {
	text-align: center;
	font-size: 1rem;
	color: #fff;
	padding: 5px 0;
	margin-bottom: 16px;
	background-color: #e14f4f;
}

#inline_content p {
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 10px;
}

#inline_content .btn a {
	-webkit-appearance: none;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	background: url(/smart/img/common/icon/link_r_gray.png), linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
	background-size: 26px 16px, 100% 100%;
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0px 1px 1px #ccc;
}

/*オススメのポイントタイトル*/
.osusume_point_ti {
	position: relative;
	color: black;
	background: #d0ecff;
	line-height: 1.5;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5em;
	border-radius: 0 5px 5px 5px;
	font-size: 1.4rem;
	font-weight: bold;
}

.osusume_point_ti:after {
	/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free",
		'Quicksand',
		'Avenir',
		'Arial',
		sans-serif;
	font-weight: 900;
	content: '\f00c Check';
	background: #2196F3;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}