﻿@charset "utf-8";

#article{
	text-align: left;
	margin: 5px auto;
	max-width: 740px;
	}
p.date{
	font-size: 85%;
	text-align: right;
	margin-bottom: 0;
	}
/*****リンクボタン（.myboxlink）*****/
.myboxlink a{
	padding: 10px 10px 8px 10px;
	margin: 10px auto;
	display:block;
	width: 12em;
	text-align: center;
	font-weight: bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ff6633;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ff6633 5%, #f58440 100% );
	background:-ms-linear-gradient( top, #ff6633 5%, #f58440 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6633', endColorstr='#426fc9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff6633), color-stop(100%, #f58440) );
	background-color:#ff6633;
	color:#ffffff;
	text-shadow:1px 1px 0px #ff6633;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
	}
/*.myboxlink a span{
	font-size: 75%;
	font-weight: lighter;
	}*/
#wrap .myboxlink a span{
	margin-right: 0;
	}
.myboxlink a:hover,
.detail_point li a:hover{
	background:-moz-linear-gradient( center top, #f58440 5%, #ff6633 100% );
	background:-ms-linear-gradient( top, #f58440 5%, #ff6633 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58440', endColorstr='#ff6633');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f58440), color-stop(100%, #ff6633) );
	background-color:#f58440;
	}
.myboxlink i{
	margin: 0 3px;
	}
#wrap .myboxlink a,
#wrap .myboxlink a:hover,
#wrap .detail_point li a{
	color:#ffffff;
	}


/*お気に入りBOXへのボタン（.toLikeBox）*/
.toLikeBox{
    float: right;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0.05em 0.1em;
    border-radius: 3px;
	margin: 1em 0 2em 0;
}
#wrap .toLikeBox a {
    padding: 0.5em 0.8em;
    background: #cc0000;
	text-decoration: none;
	color: #fff;
    border-radius: 3px;
    display: block;
}
#wrap .toLikeBox a:hover {
    opacity: 0.8;
	color: #fff;
}
.toLikeBox a:before {
    font-family: "fontawesome";
    content: "\f004";
    margin-right: 0.5em;
}


/*詳細上ボタン枠*/
div.detailhead{
	overflow: hidden;
	clear: both;
	}

.detailhead ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    float: left;
    width: calc(100% / 3);
}


/*検索結果へ戻るボタン*/
#wrap .myboxlink.returnS a{
	background: #204080;
	border: 1px solid #204080;
	color: #fff;
    text-shadow: none;
	}
#wrap .myboxlink.returnS a:hover{
	background: #005bac;
	color: #fff;
	}
.myboxlink.returnS a:before{
	font-family: "fontawesome";
	content: "\f112";
	margin-right: 5px;
	}
#wrap .myboxlink.returnS a:after{
	content: "戻る"
	}

/*お気に入りボタン*/
.likeCheckX input[type="checkbox"]{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: none;
	}
.likeCheckX label{
  	display: block;
	text-align: center;
}
.likeCheckX input[type="checkbox"]:checked +label {
	border-color: #cc0000;
	color: #cc0000;
}
.likeCheckX input[type="checkbox"]:checked +label:before,
.likeCheckX input[type="checkbox"] +label:before{
	font-family: "fontAwesome";
	content: "\f004\0020お気に入りBOX";
	display: block;
	color: #cc0000;
	font-size: 0.85rem;
	}
.likeCheckX label:after{
	font-family: "fontAwesome";
	content: "\f096\0020選択されていません"	
	}
.likeCheckX input[type="checkbox"]:checked + label:after{
	content: "\f14a\0020選択中"	
	}



/*****ポイント（.detail_point）*****/
.detail_point {
	margin: 0 0 20px 0;
	font-weight: bold;
	overflow: hidden;
}
.detail_point i{
	margin-right: 8px;
	}
.detail_point p{
    padding: 5px 8px;
	text-align: left;
	color: #FF9900;
	}
.detail_point h1{
	text-align:left;
	margin: 10px auto 30px auto;
	padding-left: 5px;
	font-size:170%;
	color: #fff;
	background-color:#663300;
	border-radius: 3px;
	padding: 5px 8px;
}
.detail_point h1 i{
    margin-right: 8px;
    }
.detail_point ul{
	margin-left:5px;
}
.content .detail_point li{
	margin-bottom: 8px;
	float: left;
	font-size: 200%;
	border: 1px solid #008c69;
	border-radius: 5px;
	padding: 3px 5px;
	margin-right: 8px;
	color: #204080;
	}
.content .detail_point li h3,
.content .detail_point li span,
.content .detail_point li:last-child{
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	}
.content .detail_point li h3{
	border-bottom: dotted 1px #FFCC33;
	margin-bottom: 10px;
	margin-top: 0;
	}
.content .detail_point li:last-child{
	border: none;
	width: 48%;
	}
.content .detail_point li:last-child span{
	font-weight: bold;
	}
.content .detail_point li:last-child span:after{
	content: ":";
	font-weight: bold;
	margin: 0 3px;
	}
.detail_point li a{
	display: inline-block;
	padding: 5px 8px;
	margin: 5px 8px 0 0;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ff6633;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ff6633 5%, #f58440 100% );
	background:-ms-linear-gradient( top, #ff6633 5%, #f58440 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6633', endColorstr='#426fc9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff6633), color-stop(100%, #f58440) );
	background-color:#ff6633;
	text-shadow:1px 1px 0px #ff6633;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	line-height: 1.5rem;
	}
.detail_point li a:before{
	content: "\f0a9";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: lighter;
	}
.content .detail_point h3 { padding: 0;}
.content h3 { maring: 0; }
.content .detail_point ul li { list-style: none; }

/*****オススメポイント（.point_comment）*****/
.point_comment{
clear:both;
margin: 20px auto;
padding:15px 10px;
width: 95%;
border-top:1px dotted #363636;
	}
#wrap #content.content .point_comment h2{
	top: -35px;
	left: -0.6rem;
	background:#d90202;
	color:#fff;
	display:inline-block;
	padding: 8px 10px;
	position: relative;
	border-radius: 50px;
	font-size: 100%;
	}
.point_comment p{
	margin-top: -30px;
	}

/*****物件写真（.detail_photo）*****/
/* mod_thumbnail
--------------------------------------------*/
.mod_thumbnail{
	margin:0 0 30px 0;
 	text-align: center;
	border: 2px solid #efe5de;
	border-radius: 8px;
	}
 
/* サムネイル画像表示（thumbnaillist）
-----------------------------------------*/
.thumbnaillist{
	overflow: hidden;
	}
#wrap .thumbnaillist ul{
	width: 70%;
	margin: 0 auto;
}
#wrap .thumbnaillist li{
    width:60px;
    height:60px;
    float:left;
    background:none;
    padding:0 10px 0px 0;
    margin:0 0 10px 0;
	list-style: none;
}
#wrap .thumbnaillist li img{
    width:60px;
    height: 60px !important;
	object-fit: cover;
	border-radius: 0;
	}
#wrap .thumbnaillist li a{
    display:block;
}
#wrap .thumbnaillist li a:link    {}
#wrap .thumbnaillist li a:visited {}
#wrap .thumbnaillist li a:hover   {opacity:0.8;}
#wrap .thumbnaillist li a:active  {opacity:0.8;}
/* IE用 ↓*/
#wrap .thumbnaillist li a:hover img {filter:alpha(opacity=80);}
 
 
/* メイン画像表示（mod_mainimglist）
-----------------------------------------*/
.mainimglist{
    max-width: 700px;
    margin:20px 0 0 0;
	min-height: 375px;
}
#wrap #content.content .mainimglist img{
	border-radius: 0;
}



/*****物件詳細（.room_detail）*****/
.room_detail{
	clear:both;
	margin: 20px auto;
	width: 88%;
	}
.room_detail h2,
.videobox h2{
	background: #008c69;
	color: #fff;
	padding: 5px 8px;
	border-radius: 3px;
	}
.content .room_detail table{
	margin: 10px auto;
	border: 1px solid #008c69;
	border-collapse: collapse;
	}
.content .room_detail tr,
.content .room_detail th,
.content .room_detail td{
	border:1px dotted #008c69;
	}
.room_detail th,
.room_detail td{
	font-size: 0.95rem;
	}
.room_detail th{
    background-color: #efe5de;
	text-align: left;
	font-weight: bold;
	}
#bukken .room_detail tr:last-child th{
    background-color:#ccc;	
	}
.room_detail td img{
	max-width: 300px!important;
	}


/*****パノラマ動画（.panorama）*****/
.videobox{
	margin: 0 0 5em 0;
	width: 100%;
	}
#wrap .content .videobox h2{
	color: #00A050;
	border-bottom: 2px solid #00A050;
	background-color: #fff;
	border-radius: 0;
}
.videobox h2:before{
	content: "\f03d";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: lighter;
	}
.videobox .panorama{
	margin-top: 15px;
	text-align: center;
	}
.videobox .panorama h3{
	width: 560px;
	margin: 0;
	text-align: left;
	color: #F90;
	}
/* .videobox .panorama h3:before{
	content: "\f16a";
	font-family: FontAwesome;
	margin-right: 5px;
	}
.videobox .panorama iframe{
	margin-bottom: 20px;
	} */



	
@media print , screen and (min-width: 681px) {

/*詳細上部ボタン枠*/
.detailhead ul li {
    float: left;
    width: calc(100% / 3);
}
#wrap .myboxlink.returnS a:after{
	content: "検索結果に戻る"
	}


/*物件写真*/
.detail_photo li:nth-child(even){
	float:right;	
	}
.detail_photo li:nth-child(odd),
.mod_thumlist li:nth-child(even){
	float:left;
	margin-right:1%;	
	}
.detail_photo li .mod_thumlist li{
	max-width: 95px;
    width: 100%;
	margin-right: 0;
	min-height: 70px;
	}
.room_detail th{
	white-space: nowrap;
}

/* パノラマ */
.videobox .panorama div{
	margin-left: 10%;
	}
/* THETA対策 */
.videobox .panorama div.ricoh-theta-spherical-image{
	margin-left: 10%!important;
	}


}

@media only screen and (max-width: 680px) {
/****共通****/
#wrapper{
	font-size: 90%;
	border: none;
	}
.sp_none{
	display:none;
	}
.pc_none{
	display:block;
	}
/*header*/
#wrapper,
#header{
	max-width: 680px;
	width: 100%;
	}
#header{ overflow:hidden;}
#header img{
	max-width: 80px;
	}
#header .h1_logo{
	margin-top: 8px;
	}
/*globalMenu*/
#top_navi ul.pc_none{
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	border-top: 1px solid #ccc;
	}
#top_navi ul.pc_none li{
	float:none;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	font-size: 82%;
	letter-spacing: -0.1em;
	}
#top_navi ul.pc_none li:last-child{
	border-right: 0;
	}
#top_navi ul.pc_none li a{
	color: #008c69;
	text-decoration: none;
	display: block;
	padding: 15px 0 0 0;
	height: 34px;
	border-bottom: #008c69 2px solid;
	}
#top_navi ul.pc_none li:first-child a{
	padding-top: 8px;
	padding-bottom: 8px;
	}
#top_navi ul.pc_none li:last-child a{
	color: #FF9900;
	border-bottom: #FF9900 2px solid;
	}
#top_navi ul.pc_none li a:hover{
	background-color: #008c69;
	color: #fff;
	border-bottom: #ccc 2px solid;
	}
#top_navi ul.pc_none li:last-child a:hover{
	background-color: #FF9900;
	}


/*************物件詳細*****/


/*詳細上部ボタン枠*/
.detailhead .myboxlink a,
#wrap .detailhead .myboxlink a span{
	font-size: 0.8rem;
	font-weight: bold;
	}
.detailhead .myboxlink.returnS a{
	width: 3rem;
	}
.detailhead .myboxlink a{
	width: 100%;
	}
.detailhead .likeCheckX label{
	text-align: center;
	}
.detailhead .myboxlink.returnS a:before,
.detailhead .likeCheckX input[type="checkbox"]:checked +label:before,
.detailhead .likeCheckX input[type="checkbox"] +label:before{
	display: block;
	}
.detailhead .likeCheckX label{
	font-size: 0.9rem;
	}
.detailhead .likeCheckX input[type="checkbox"]:checked +label:before,
.detailhead .likeCheckX input[type="checkbox"] +label:before{
	font-size: 0.7rem;
	}
#wrap .detailhead .myboxlink a span:after{
	content: "\A";
	white-space: pre;
	}
.detailhead ul li{
	width: calc( 100% / 2 );
	_width: 50%;
	}
.detailhead ul li.likeCheckX{
	width: 100%;
	}

/*物件詳細*/
.detail_point,
.detail_photo{
	float: none;
	margin: 0 auto;
		}
.detail_point,
.detail_point li:last-child{
	width: 100%;
	}
.detail_point h1{
	font-size: 130%;
	}

.thumbnaillist ul{
	width: 85%;
}
.room_detail{
	width: 100%;
	}
#wrap .content .room_detail th,
#wrap .content .room_detail td{
	display: block;
	padding: 3px 0;
    text-indent: 5px;
	font-size: 0.8rem;
	}
.content .room_detail tr{
	border-top: 1px solid #008c69;
	}
.content .room_detail th{
	border-bottom: 1px dotted #008c69;
	}
.content .room_detail tr,
.content .room_detail td{
	border-bottom: none;	
	}
.content .room_detail th,
.content .room_detail td{
	border-left: none;
	border-right: none;
	border-top: none;	
	}
_:-ms-lang(x), .detail_photo ul li img,
_:-ms-lang(x), .room_detail table td img,
_:-ms-lang(x), .room_detail iframe{
	max-width:300px;
	} 
.room_detail iframe,
.room_detail td #gmap{
	max-height: 300px;
	max-width: 300px;
	}

.videobox .panorama h3,
.videobox .panorama iframe{
	max-width: 100%;
	}
}