@charset "UTF-8";
/* CSS Document */

#search_select a,
#search_select a:link,
#search_select a:visited,
#search_select a:hover{
	color: #2A3D77;
	text-decoration: underline;
}
#search_select a:hover{
	color: #4059a3;
}
#search_select a:visited{
	color: #4b60a1;
}

.back-link{
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 15px;
	font-size: 13px;
}

strong.p_catch{
	font-size: 18px;
}

#basicsetting .greeting-block{
	line-height: 2.2;
	margin-bottom: 30px;
}

/* コンテンツエリアのリンク */

#basicsetting a{
	text-decoration: underline;
}

/* お問合せコンテンツ */

div.info-block{
	margin-top: 30px;
	border:1px solid #ddd;
	padding: 30px;
	text-align: center;
}
div.info-block .info-title{
	font-size: 22px;
	font-weight: bold;
	color: #4aa9e1;
}
div.info-block .info-tel{
	font-size: 20px;
	font-weight: bold;
}
div.info-block .info-tel span{
	font-size: 16px;
	font-weight: normal;
}

ul.disc.default{
	margin:10px 0;
	padding: 0;
}

ul.disc.default li{
	margin: 0 0 0 22px;
	padding: 0;
}

.section{
	margin-bottom: 30px;
}

ul.disc.m_large {
	margin: 30px 0;
}

ul.m_large li{
	margin-bottom: 10px !important;
}


/* 下矢印アイコン-------------- */

#basicsetting ul.arrow_bottom{
	list-style: none !important;
	margin:0;
	padding:0;
}
#basicsetting ul.arrow_bottom li{
	position: relative;
	list-style: none !important;
	padding-left: 24px;
}

#basicsetting ul.arrow_bottom li::before,
#basicsetting ul.arrow_bottom li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#basicsetting ul.arrow_bottom li:before{
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #87bd40;
}
#basicsetting ul.arrow_bottom li::after{
    left: 4px;
		top:4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
}

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

hr{
	width: 100%;
	margin:0 auto;
	border: 0;
	border-top: transparent solid 1px;
	border-color: #e2e2e2;
}

hr.slash{
	background:url(../imgs/border.gif) repeat-x left top;
	border:0;
	height:5px;
	margin:0;
	padding:0;
	line-height:0;
}

hr.dot{
	padding:0;
	margin:0;
	border:0;
	height:0;
	border-bottom:1px dotted #D5CCC1;
}

hr.solid{
	padding:0;
	margin:0;
	border:0;
	height:0;
	border-bottom:1px solid #D5CCC1;
}

/* ----------------------------------------------------
 clearfix
----------------------------------------------------*/
.clrfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clrfix{
	display: inline-block;
}
	
/*\*/
* html .clrfix{
	height: 1%;
}

.clrfix{
	display: block; 
}

.clrfix br{
	display: none;/*floatにより余計なbrが入る */
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin:0 40px 10px 0 !important;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin:0 0 10px 40px !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

br.none{
	display: none;
}
br.block{
	display: block;
}


.input_btn input{
	background-color: #FFD358 !important;
	width:520px !important;
	border-radius: 100px !important;
	padding: 25px !important;
	letter-spacing: 1px;
	font-size: 24px !important;
	font-weight: bold !important;
	border: none !important;
	outline: none !important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
	box-shadow: 3px 3px 15px -5px #777777;
	position: relative;
	transition: 0.1s linear;
}
.input_btn input:hover{
	background-color: #ffb160 !important;
	color: #fff !important;
}


.input_btn{
	position: relative;
	display: inline-block;
}

/* アイコン */

	.input_btn::before,
	.input_btn::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 30px;
		margin: auto;
		content: "";
		vertical-align: middle;
		z-index: 9999;
	}

	.input_btn::before{
		width: 12px;
		height: 12px;
		border-top: 3px solid #333;
		border-right: 3px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}	

	.input_btn:hover::before{
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}	






.h1_catch{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.line_build{
	margin: 30px 0;
}

.sublease-box{
	padding: 40px;
	background-color: #f0f7f7;
	width: 80%;
	margin:40px auto 50px;
}

.sublease-box h4{
	color: #07A8B3;
	font-size: 22px;
	text-align: center;
	margin:0 0 20px 0;
}

.actionButtom input{
	cursor: pointer;
}

table.cform,
table.default{
    border:0;
    border-spacing:0;
    border-collapse:collapse;
}

table.cform td,
table.default td {
    border:1px solid #ccc;
}

table.cform th,
table.default th{
    border:1px solid #ccc;
	background-color: #eff5fb;
	font-weight: normal;
	text-align: left;
	width: 300px;
	vertical-align: top;
}

table.cform td,
table.cform th,
table.default td,
table.default th{
	padding: 15px;
	font-size: 15px;
}


/* ==============================================================
   #searchページ ページネーション
   ============================================================== */

.pagination.search .nav-links{
	padding-top:30px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.pagination.search .nav-links li{
	display:inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.pagination.search span.page-numbers,
.pagination.search a.page-numbers{
	color: #999;
	background-color: #e3e3e3;
	padding:15px 18px;
	font-size: 12px;
	border-radius: 4px;
	transition: 0.2s linear;
	margin-right: 7px;
}
.pagination.search span.page-numbers.current,
.pagination.search a.page-numbers.current{
	color: #fff;
	background-color: #2a3d77;
}


.pagination.search .page-numbers .next::before,
.pagination.search .page-numbers .next::after {
    border:none;
}

.pagination.search a.page-numbers:hover{
	text-decoration: none;
	background-color: #bbb;
	color: #fff;
}

/* ==============================================================
   #favoite お気に入り
   ============================================================== */

section.favoite h3 {
	font-size: 20px;
	border-bottom: 2px solid #2A3D77;
	font-weight: bold;
	margin-bottom: 20px;
/*font-size: 16px;
    border-left: 3px solid #2A3D77;
    font-weight: bold;
    margin-bottom: 20px;
	background-color: aliceblue;
    padding: 8px;	*/
}
section.favoite  {
	margin: 35px auto;
	width: 1000px;
}
#favoite{
	border-top:1px dotted #ccc;
}
#favoite + #favoite{
	border-top:none;
}


.favorite-block{
	display: flex;
	flex-wrap: wrap;
	margin-left:-10px;
	margin-right: -10px;
}
.favorite-item{
	width: calc(100% / 3);
	padding: 0 10px;
	font-size: 13px;
}
.favorite-item a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}


.favorite-item .thumb{
	text-align: center;
	width: 30%;
}
.favorite-item .thumb img{
	width: auto;
	max-height: 130px;
	margin:0 auto;
}

.building-info{
	width: 65%;
}

.favorite-item .building-name{
	font-weight: bold;
	font-size: 15px;
}		
.favorite-item .more{
	font-size: 12px;
	text-align: right;
}


#favoite .btn-block{
	margin-top: 20px;
}

#favoite .btn-block a{
	background-color: #2A3D77;
	color: #fff;
	padding: 11px;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	margin:0 auto;
	width: 200px;
	display: block;
	position: relative;
}

/* アイコン */
#favoite .btn-block a::before,
#favoite .btn-block a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#favoite .btn-block a::before{
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* お気に入りアイコンクリック */
.fav svg{
	width: 22px;
	height: auto;
	fill: #999;
	vertical-align: text-bottom;
	transition: 0.2s linear;
	cursor: pointer;
}

.fav .icon-favo-on svg {
	fill: #f7b910;
}
.fav_btn{
	outline: none;
	background-color:#fff;
	border: none;
}


/* 詳細ページのお気に入りアイコンクリック */

.option{
	position: relative;
}
.detail-icon-favo{
	background-color: #fff;
	display: inline-block;
	min-width: 100px;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	color: #000;
	border-radius: 3px;
	position: absolute;
	right: 16px;
	top:16px;
	z-index: 9999;
	cursor: pointer;
	font-weight: bold;
}
.detail-icon-favo svg{
	width:18px;
	height: auto;
	fill: #999;
	vertical-align: text-bottom;
	transition: 0.2s linear;
	cursor: pointer;
}
.detail-icon-favo.icon-favo-on svg{
	fill: #f7b910;
}

/* ==============================================================
   #詳細ページPDFアイコン
   ============================================================== */

	.detail-btn-block{
		margin: 0 0 10px 0;
		text-align: right;
	}
	.detail-btn-block .btn-pdf a{
		display: inline-block;
		color: #fff;
    font-size: 14px;
		padding: 10px 30px 10px 15px;
		text-align: center;
    border: 1px solid #3ca2d3;
    transition: 0.1s linear;
    border-radius: 2px;
		background:#3ca2d3 url("../img/icon_pdf_white.svg") no-repeat right 10px center;
		background-size: 16px;
	}
	.detail-btn-block .btn-pdf a:hover{
		color: #3ca2d3;
		background:#fff url("../img/icon_pdf.svg") no-repeat right 10px center;
		background-size: 16px;		
	}

/* ==============================================================
   #内覧会情報
   ============================================================== */

	#nairan .nairan h1 {
		font-size: 34px;
		font-weight:  bold;  
		text-align: center;
		color:  #2A3D77;
		margin:  0 auto 30px;
	}


		#nairan h2{
			font-size: 24px;
			color: #2A3D77;
			font-weight: bold;
			position: relative;
			padding: 8px 0 8px 20px;
			margin: 40px 0 20px 0;
			text-align: left;
		}
	
#nairan h2:before {
    position: absolute;
    top: 10%;
    left: 0;
    width: 6px;
		height: 80%;
    content: '';
    border-radius: 3px;
    background: #000;		
		}
	
#nairan h3 {
    font-size: 22px;
    padding: 0 0 10px 0;
    color: #2A3D77;
    font-weight: bold;
    border-bottom: 1px solid #2A3D77;
    margin-bottom: 30px;
}	
	#nairan .nairan_relation{
		margin-top: 50px;
	}
		
	#nairan .nairan_relation .resultgroup h3{
		font-size: 16px;
		font-weight: normal;
		display: block;
		border-width: 0 0 0 12px;
		background-color: #2A3D77;
		padding: 5px 10px;
		margin-bottom: 10px;			
	}


/* ==============================================================
   #お知らせページ、投稿時のスタイル調整
   ============================================================== */

.entry p{
		margin:20px auto;
}
.entry .upload-image{
	margin: 20px auto;
	vertical-align: bottom;
}
		
#f_pagenavi{
	margin-top:60px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

	#f_pagenavi .next,
	#f_pagenavi .prev{
		font-size: 12px;
		padding: 20px 0;
		line-height: 1.5;
		box-sizing: border-box;
	}

	#f_pagenavi .prev{
		width:100%;
		text-align: right;
	}
#f_pagenavi .next{
		border-bottom:1px dotted #e5e5e5;
		color:#111 !important;
	}

@media (min-width: 768px) {
	#f_pagenavi .paging{
		display:flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#f_pagenavi .next,
	#f_pagenavi .prev{
		font-size: 14px;
		padding: 30px 15px 30px 0;
		box-sizing: border-box;
	}
	#f_pagenavi .next{
		width:50%;
		box-sizing: border-box;
		border-right:1px dotted #ddd;
	}
	#f_pagenavi .next{
		border-bottom:none;
	}

	.next + .prev{
		width:50% !important;
	}
}		

/* 内覧会 */
		.nairan-block{
			border:3px solid #ebebeb;
			padding: 20px 20px 15px 20px;
			margin-bottom: 30px;
			font-size: 16px;
			font-weight: bold;
			border-radius: 6px;
		}
		.nairan-icon{
			background-color: #fbc049;
			color: #fff;
			padding: 2px 12px;
			margin-right: 10px;
			font-size: 15px;
			display: inline-block;
		}
		.nairan-date{
			font-weight: bold;
			font-size: 20px;
			margin-top: 5px;
		}
		.nairan-date span{
/*			border-bottom: 2px dashed #ebebeb;
			padding-bottom: 7px;*/
		}

		.nairan-note{
			font-size: 13px;
			display: inline-block;
/*			margin-top: 15px;*/

		}		


/* 内覧会のスライダー */
.slick-track {
  display: flex;/* 高さをそろえる */
}
.slick-slide {
  height: auto !important;
}

#top-kv-slider-inner{
  opacity: 0;
  transition: opacity .3s linear;
}
#top-kv-slider-inner.slick-initialized{
  opacity: 1;
}

#top-kv-slider{
	margin-left:-15px;
	margin-right: -15px;
	margin-bottom: 60px;
}


/* mapから探す */

#map{
	height:600px;
	width:100%;
}
#map .infomap {
  width: 400px;
}

#map .infomap-wapper a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none !important;
  color: #000 !important;
}
#map .infomap .building-more:hover {
  color: rgba(42, 161, 211, 1.00);
  text-decoration: underline;
}
#m
ap .infomap-thumb {
  width: 120px;
}
#map .infomap-thumb img {
  width: 120px;
  height: auto;
}

#map .infomap-text {
  width: calc(100% - 140px);
}
#map .building-name {
  font-size: 16px;
  font-weight: bold;
}
#map .note {
  background-color: #2A3D77;
  padding: 7px 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
  margin: 5px 0;
}
#map .building-more {
  text-align: right;
}
#map .icon {
  background-color: #1DADE2;
  display: inline-block;
  padding: 3px 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#map .infomap a, #map .infomap a:focus {
  outline: none;
}


section.search_select.search_map{
	padding-bottom: 60px;
}