@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	background-color: #fff;
	color: #212121;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	overflow: auto;
}
.train {
    position: relative;
    padding-left: 1.5em;
    font-size: 10px;
    #width: 60%;
    float: left;
	font-size: 80% !important;
}
.train:after {
    font-family: FontAwesome;
    content: "\f239";
    position: absolute;
	top: 12px;
	margin-top: -12px;
	color: #212121;
	font-size: 14px;
	left: 0px;
}
.time {
	width:24%;
	float: left;
	text-align: center;
	background-size:17px 17px;
	font-size:85%;
}
.time span {
	font-size: 70%
}

.list_price{ float:right;width:41%; text-align:right; font-size:85% !important;}
.option li {
	display: inline-table;
	margin: 0px;

}
.option span {
	font-size: 65%
}

.option li:after{
	content:"｜";
	margin: 0px;
	padding: 0px;
}

.option li:last-child:after{content:"";}
.map {
    height: 100%;
}
.house_catch {
	float:left;
	width:80%;
	line-height:120%;
}
.house_catch_line {
	border: 1px solid #212121;
}
.map_train{
	position: relative;
	padding-left: 1.5em;
	/*width:28%;*/
	}
	
.map_train:after {
	font-family: FontAwesome;
    content: "\f239";
    position: absolute;
    top: 12px;
    margin-top: -12px;
    color: #212121;
    font-size: 14px;
    left: 0px;
}

.map_walk{
	font-size: 12px;
	background-image: url(/img/people.png);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	background-size:18px 18px;
}

.map_madori{
	font-size: 12px;
	background-image: url(/img/floor.png);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	background-size:18px 18px;
	}

.room {
	background-image: url(/img/floor.png);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 17px;
	background-size:17px 17px;
	}
	
	
.map_people{
	position: relative;
	padding-left: 1.5em;
	}
	
.map_people:after {
	font-family: FontAwesome;
    content: "\f007";
    position: absolute;
    left: 1px;
}

.map_bed{
	position: relative;
	padding-left: 1.5em;
	}
	
.map_bed:after {
	font-family: FontAwesome;
    content: "\f236";
    position: absolute;
    left: 1px;
}

/*
.thumbs {
	width: 100%;
	height: 100%;
	position: relative;
}
.thumbs::before {
	content: "";
	display: block;
	padding-top: 66.6666%;
}
.thumbs a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.thumbs img {
	width: 100%;
	height: auto;
	line-height: 0;
	position: absolute;
	bottom: 0;
}
.thumbs .bx_price {
	position: absolute;
	z-index: 5;
	right: 10px;
	bottom: 10px;
	background-color: #FFF;
	padding: 6px;
	border: 1px solid #212121;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
}
*/
/*Pagenation*/
.pagenation {
	  position: relative;
  	overflow: hidden;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
	position: relative;
  left: 50%;
  float: left;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 10px;
	line-height:50px;
	position: relative;
  	left: -50%;
	text-align:center;

}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
	background-color:#000;
    color: #FFF !important;
	border-radius: 50%;
	width: 50px;
  	height: 50px;
	line-height:50px;
}
.pagenation li a {
    color: #000 !important;
    display: block;
    text-decoration: none;
	border-radius: 50%;
	width: 50px;
  	height: 50px;
	
}
.pagenation li a:hover {
    background-color: #000;
    color: #FFFF !important;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

.pagenation .next a{
	color:#000;
	background-color:#FFF;
	border: 1px solid #000;
	box-sizing:border-box;
}

.photo_wrapper {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-top: 10px;
}

@media screen and (min-width: 980px) {
	html, body {
		height: 100%;

	}

	.wrapper {
		height: 100%;
		width: 100%;
		padding-top: 31px;
		overflow: hidden;
	}
	.page2 {
		display: block;
	}
	.top_right {
		float: right;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box !important;
		width: 65%;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-bottom: 30px;
	}
	.top_left {
		display: block;
	}
	.float-left {
		float: left;
	}
	.float-right {
		float: right;
	}

	.b_list {
	width: 31%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-table;
	margin-right: 10px;
	}
	.b_list p{
	font-size:95%;
	}
	.b_list img { width:100%}
	.content_wrap {
		margin-top: 7px;
	}
	.right_wrap {
		margin-left: 5px;
	}
	.top_left .detail {
        right: 0px;
        top: 0px;
        width: 50%;
		padding-right: 2px;
		position: absolute;
		z-index: 9999;
		background-color: #FFF;
	}
	.map {
		height: 100%;
	}
	.map iframe {
		height: 100%;
	}
	#bukken_list {
		margin: 0px 20px 20px 20px;
	}

	span.thumb img {
	    display: inline-block;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    width: 100%;
	    height: 100%;
	}
	.info {
		float: left;
		width: 280px;
		padding-right: 8px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.page_contents {
		display: block;
	}
	.index_btn {
		padding: 30px;
		text-align: right;
	}
	.index_btn p {
		float: right;
		width: 300px;
	}
	.index_btn p a {
		display: block;
		background-color: #000;
		text-align: center;
		border-radius: 5px;
		color: #FFF;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.index_btn p a:hover {
		background-color: #656363
	}
	
	.content { margin-top:20px;}
	
	.narabikae li{ display:inline-table;}
	
	select {
	vertical-align:middle;
	}
	select::-ms-expand {
	display: none;
	}
	
	
	.narabikae select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 20px, 100%;
	font-weight: bold;
	color: #FFF;
	background-color: #009eff;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	border-radius: 5px;
	border: 1px solid #009eff;
	}
	
	

	.question a{
	display: block;
	background-color: #CCC;
	border-radius: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
}
@media screen and (max-width: 1300px) {
	.b_list {
		margin-right: 10px;
	}
	.top_right {
		padding-left: 10px;
	}
}
@media screen and (max-width: 979px) {
	body {
		padding-top: 120px;
	}
	.container {
		padding: 10px;
	}
	.btn_area {
		margin-bottom: 15px;
	}
	.btn_area ul {
		overflow: hidden;
		margin-right: 10px;
		margin-left: 10px;
		z-index: 9999;
	}
	.btn_area li {
		margin-right: 5px;
		width: 48%;
		height: 31px;
		text-align: center;
		padding: 9px 0 0;
		color: #FFF;
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #bfbfbf;
		margin-right: 0px;
		z-index: 9999;
	}
	.btn_area li:first-child {
		float: left;
	}
	.btn_area li:last-child {
		float: right;
	}
	.btn_area li:hover, .btn_area li.select {
		background-color: #000;
	}
	.wrapper {
		margin-top: 0px;
	}
	.page_contents {
		clear: both;
	}
	.b_list {
		margin-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000;
		padding-bottom: 10px;
	}
	.top_right {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box !important;
		/*  overflow-y: scroll!important;
    height: 100vh;
	padding-top:80px;
*/
		padding-bottom: 0px;
	}
	.top_left {
		height: 100vh;
	}
    .top_left .detail {
        right: 9px;
        top: 347px;
        width: 50%;
		padding-right: 2px;
		position: absolute;
		z-index: 9999;
		background-color: #FFF;
    }
	.top_left iframe {
		height: 100vh;
	}
	.sp_contents {
		width: 100%;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
	}
	.sp_contents ul#tab {
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		margin: 10px;
		margin-bottom: 20px;
	}
	.sp_contents ul#tab li {
		background-color: #bfbfbf;
		border-bottom: none;
		display: inline-block;
		padding: 0;
		text-align: center;
		width: 48%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.sp_contents ul#tab li:first-child {
		float: left;
	}
	.sp_contents ul#tab li:last-child {
		float: right;
	}
	.sp_contents ul#tab li a {
		display: block;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding-top: 10px;
		padding-right: 2em;
		padding-bottom: 10px;
		padding-left: 2em;
		background-color: #bfbfbf;
		text-decoration: none;
		color: #FFF;
	}
	.sp_contents .contents {
		position: relative;
	}
	.sp_contents .contents div {
		background: #fff;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
	}
	.sp_contents .contents div section {
		border: 1px solid #333;
		margin-bottom: 20px;
		padding: 1em;
	}
	.sp_contents .contents div h1 {
		border-bottom: 1px dotted #333;
		margin-bottom: 1em;
		padding-bottom: .5em;
	}
	.sp_contents .contents div p {
		margin-bottom: 1em;
	}
	.sp_contents #tab a:hover {
		background: #333;
		color: #fff;
		-webkit-transition: background .5s;
		transition: background .5s;
	}
	/* タブの表示切替関連 */
	.sp_contents .contents div {
		z-index: 1;
		opacity: 0;
	}
	.sp_contents #tab li:first-child a {
		background: #333;
		color: #fff;
	}
	.sp_contents .contents div:first-child {
		opacity: 1;
		z-index: 2;
	}
	.sp_contents #tab01, .sp_contents #tab02 {
		margin-top: 40px;
		padding-top: 25px;
	}
	.sp_contents #tab01:target .contents .tab01, .sp_contents #tab02:target .contents .tab02, .sp_contents #tab03:target .contents .tab03 {
		opacity: 1;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
		z-index: 2;
	}
	.sp_contents #tab01:target .contents div:not([class="tab01"]), .sp_contents #tab02:target .contents div:not([class="tab02"]), .sp_contents #tab03:target .contents div:not([class="tab03"]) {
		opacity: 0;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
		z-index: 1;
	}
	.sp_contents #tab01:target #tab li a[href$="tab01"], .sp_contents #tab02:target #tab a[href$="tab02"], .sp_contents #tab03:target #tab a[href$="tab03"] {
		color: #FFF;
		color: #fff;
		-webkit-transition: background .5s;
		transition: background .5s;
	}
	.sp_contents :not([id="tab01"]):target #tab li a[href$="tab01"] {
		background-color: #bfbfbf;
		color: #FFF;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.cf:before, .cf:after {
		content: " ";
		display: table;
	}
	.cf:after {
		clear: both;
	}
	.cf {
		*zoom: 1;
	}
	.content {
		margin: 10px;
	}
	.content ul {
		padding-left: 0;
	}
	.tabmenu li {
		list-style: none;
		width: 48%;
		text-align: center;
	}
	.tabmenu li:first-child {
		float: left;
	}
	.tabmenu li:last-child {
		float: right;
	}
	.content .section a {
		display: block;
	}
	.content #tab li a {
		color: #FFF;
		background-color: #bfbfbf;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.content .section a:hover {
		opacity: 0.8;
	}
	.content_wrap {
		padding-top: 15px;
	}
	.disnon {
		display: none;
	}
	.content #tab .select a {
		background-color: #000;
	}
	.index_btn p {
		width: 100%;
	}
	.index_btn p a {
		display: block;
		background-color: #000 !important;
		text-align: center;
		border-radius: 5px;
		color: #FFF;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.index_btn p a:hover {
		background-color: #656363
	}
	.narabikae li{ margin-bottom:10px;}
	.nrb_a{
	width:31.5%;
	display:inline-table;
}
	.nrb_b{ width:85%; float:left; font-size:90%;}
	.question {
	width:12%;
	text-align:center;
	float:right;


	}
	.question a{
	display: block;
	background-color: #CCC;
	border-radius: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	color:#000 !important;
	}

	
	select {
	vertical-align:middle;
	}
	select::-ms-expand {
	display: none;
	}
	
	
	.narabikae select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 20px, 100%;
	font-weight: bold;
	color: #FFF;
	background-color: #009eff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #009eff;
	font-size: 80%;
	padding-right: 0.5em;
	padding-left: 0.5em;
	}
	
		
	
	#accordion dt {
	cursor: pointer;
	background-image: url(../img/top/open.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #00accc;
	color: #FFF;
	padding-top: 15px;
	padding-right: 2.2em;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 120%;
}
#accordion dd {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	font-weight:bold;
}
#accordion dt.active {
	background-image: url(../img/top/cls.png)
}
		
/*Pagenation*/
.pagenation {
	  position: relative;
  overflow: hidden;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
	position: relative;
  left: 50%;
  float: left;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 10px;
	line-height:40px;
	position: relative;
  	left: -50%;
	text-align:center;

}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
	background-color:#000;
    color: #FFF !important;
	border-radius: 50%;
	width: 40px;
  	height: 40px;
	line-height:40px;
}
.pagenation li a {
    color: #000 !important;
    display: block;
    text-decoration: none;
	border-radius: 50%;
	width: 40px;
  	height: 40px;
	
}
.pagenation li a:hover {
    background-color: #000;
    color: #FFF !important;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

.pagenation .next a{
	color:#000;
	background-color:#FFF;
	border: 1px solid #000;
	box-sizing:border-box;
}

}
@media print and (max-width: 979px) {
	.container {
		padding: 10px;
	}
	.btn_area {
		margin-bottom: 15px;
	}
	.btn_area ul {
		overflow: hidden;
		margin-right: 10px;
		margin-left: 10px;
		z-index: 9999;
	}
	.btn_area li {
		margin-right: 5px;
		width: 48%;
		height: 31px;
		text-align: center;
		padding: 9px 0 0;
		color: #FFF;
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #bfbfbf;
		margin-right: 0px;
		z-index: 9999;
	}
	.btn_area li:first-child {
		float: left;
	}
	.btn_area li:last-child {
		float: right;
	}
	.btn_area li:hover, .btn_area li.select {
		background-color: #000;
	}
	.wrapper {
		margin-top: 0px;
	}
	.page_contents {
		clear: both;
	}
	.b_list {
		margin-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000;
		padding-bottom: 10px;
	}
	.top_right {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box !important;
		/*  overflow-y: scroll!important;
    height: 100vh;
	padding-top:80px;
*/
		padding-bottom: 0px;
	}
	.top_left {
		height: 100vh;
	}
	.top_left iframe {
		height: 100vh;
	}
	.sp_contents {
		width: 100%;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
	}
	.sp_contents ul#tab {
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		margin: 10px;
		margin-bottom: 20px;
	}
	.sp_contents ul#tab li {
		background-color: #bfbfbf;
		border-bottom: none;
		display: inline-block;
		padding: 0;
		text-align: center;
		width: 48%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.sp_contents ul#tab li:first-child {
		float: left;
	}
	.sp_contents ul#tab li:last-child {
		float: right;
	}
	.sp_contents ul#tab li a {
		display: block;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding-top: 10px;
		padding-right: 2em;
		padding-bottom: 10px;
		padding-left: 2em;
		background-color: #bfbfbf;
		text-decoration: none;
		color: #FFF;
	}
	.sp_contents .contents {
		position: relative;
	}
	.sp_contents .contents div {
		background: #fff;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
	}
	.sp_contents .contents div section {
		border: 1px solid #333;
		margin-bottom: 20px;
		padding: 1em;
	}
	.sp_contents .contents div h1 {
		border-bottom: 1px dotted #333;
		margin-bottom: 1em;
		padding-bottom: .5em;
	}
	.sp_contents .contents div p {
		margin-bottom: 1em;
	}
	.sp_contents #tab a:hover {
		background: #333;
		color: #fff;
		-webkit-transition: background .5s;
		transition: background .5s;
	}
	/* タブの表示切替関連 */
	.sp_contents .contents div {
		z-index: 1;
		opacity: 0;
	}
	.sp_contents #tab li:first-child a {
		background: #333;
		color: #fff;
	}
	.sp_contents .contents div:first-child {
		opacity: 1;
		z-index: 2;
	}
	.sp_contents #tab01, .sp_contents #tab02 {
		margin-top: 40px;
		padding-top: 25px;
	}
	.sp_contents #tab01:target .contents .tab01, .sp_contents #tab02:target .contents .tab02, .sp_contents #tab03:target .contents .tab03 {
		opacity: 1;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
		z-index: 2;
	}
	.sp_contents #tab01:target .contents div:not([class="tab01"]), .sp_contents #tab02:target .contents div:not([class="tab02"]), .sp_contents #tab03:target .contents div:not([class="tab03"]) {
		opacity: 0;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
		z-index: 1;
	}
	.sp_contents #tab01:target #tab li a[href$="tab01"], .sp_contents #tab02:target #tab a[href$="tab02"], .sp_contents #tab03:target #tab a[href$="tab03"] {
		color: #FFF;
		color: #fff;
		-webkit-transition: background .5s;
		transition: background .5s;
	}
	.sp_contents :not([id="tab01"]):target #tab li a[href$="tab01"] {
		background-color: #bfbfbf;
		color: #FFF;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.cf:before, .cf:after {
		content: " ";
		display: table;
	}
	.cf:after {
		clear: both;
	}
	.cf {
		*zoom: 1;
	}
	.content {
		margin: 10px;
	}
	.content ul {
		padding-left: 0;
	}
	.tabmenu li {
		list-style: none;
		width: 48%;
		text-align: center;
	}
	.tabmenu li:first-child {
		float: left;
	}
	.tabmenu li:last-child {
		float: right;
	}
	.content .section a {
		display: block;
	}
	.content #tab li a {
		color: #FFF;
		background-color: #bfbfbf;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.content .section a:hover {
		opacity: 0.8;
	}
	.content_wrap {
		padding-top: 15px;
	}
	.disnon {
		display: none;
	}
	.content #tab .select a {
		background-color: #000;
	}
	
	
}
.load_btn a {
	display: block;
	background-color: #656363;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

.blue_btn {
	color: #FFF;
	background-color: #009eff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 9px 30px;
	border-radius: 5px;
	border: 1px solid #009eff;

}
.blue_btn_on {
	color: #009eff !important;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 9px 30px;
	border-radius: 5px;
	border: 1px solid #009eff;

}
.blue_btn{
    color:#fff !important;
}

@media all and (-ms-high-contrast: none){
	.blue_btn {
		padding: 6px;
	}
	.blue_btn_on {
		padding: 6px;
	}
}

@media screen and (max-width: 979px) {

	.blue_btn {
		padding: 12px;
	}
	.blue_btn_on {
		padding: 12px;
	}

}

.info_side {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 5px;
	font-size:12px;
}
.info_side p i {
    font-size: 14px
}

.info_side p span {
    font-size: 10px
}
.price_wrapper {
    float:right;
	padding-left:1.2em;
}
.price {
    position: relative;
    padding-left: 1.2em;
    float: left;
    font-size: 12px;
}
.price:after {
    font-family: FontAwesome;
    content: "\f157";
    position: absolute;
    top: 12px;
    margin-top: -12px;
    color: #212121;
    font-size: 14px;
    left: 0px;
}
.link_btn_small_close {
    float:right;
	width:20%;
}
