/* koken Document */
/* ----------------------------------------- */
/* 物件紹介                                */
/* ----------------------------------------- */
.swiper-slide {
    /*background-size: cover;
    background-position: center;*/
}
.swiper-slide {
    background-size:contain;
    background-position:0;
    /*padding-bottom: calc(100%*1365/2048);*/
    padding-bottom: calc(100*ImageHeight/ImageWidth)%;
    background-size: 100% auto;
    background-repeat:no-repeat;
    background-color:#fff;
}
.gallery-top {
    width: 800px;
    height: 500px;
    margin:0 !important;
}
.gallery-thumbs {
    height: 120px;
    box-sizing: border-box;
    /*width:780px;*/
    max-width:780px;
    margin:10px 0;
}
/*
.gallery-introduce {
    width: 415px;
    height: 230px;
    margin: 0 auto !important;
}
.gallery-introduce-thumbs {
    height: 70px;
    box-sizing: border-box;
    max-width:415px;
    margin:5px 0;
}
*/
.gallery-introduce {
    width: 550px;
    height: 400px;
    margin: 0 auto !important;
}
.gallery-introduce-thumbs {
    height: 70px;
    box-sizing: border-box;
    max-width:415px;
    margin:5px 0;
}

.gallery-introduce a:after {
    position: absolute;
    bottom:8px;
    right:8px;
    display: block;
    width:auto;
    font-size:2.2em;
    letter-spacing: 0;
    line-height:1;
    background:orange;
    border-radius: 5px;
    color:#fff;
    font-family: "Material Symbols Outlined";
    content:"\e8ff";
    /*content: "+ 拡大表示";*/
    z-index: 10;
}
.gallery-introduce a:hover:after {
    background:#FD1111;
    /*color:beige;*/
}


.gallery-thumbs .swiper-slide,
.gallery-introduce-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active,
.gallery-introduce-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.introduce {
    margin-bottom:1em;
    border-bottom:1px solid #999;
}
.introduce h2 {
    text-align: left;
    margin-top:0;
}

/* Grid Layout */
.introduceArea {
    display: grid;
  	grid-template-columns: minmax(auto, 47%) minmax(auto, auto);
  	grid-template-rows: auto auto;
    grid-gap: .8em 1em;
    margin: 1em 0;
    padding: 0;
}
.introduceArea:after {
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
.introduceArea .v1 {
    /*float:left;
    width:auto;
    min-width:620px;
    min-height:520px;*/
}
.introduceArea .v2 {
    /*float:left;
    width:auto;*/
}

.introduce h3 {
    margin:1em 0 .5em 0;
    padding:.3em 0 .1em 0;
    line-height:1;
    color:#0639B0;
    font-size:1.3em;
}
.introduce h5 {
    margin:1em 0;
    padding:.3em .5em;
    line-height:1;
    color:#fff;
    font-size:1.2em;
    background: #000032;
}
.introduce .introduceMap {
    width:98%;
    height:400px;
    margin:0 auto;
}

.orverview {
    margin:1.6em 0;
}
.introduceForm {
    color:#fff;
    background:#32a2ad;
    padding:0 5px;
}

.flag {
    display:inline-block;
    font-size:0.65em;
    border:2px solid #f18a34;
    border-radius: 10px;
    padding:0 5px;
    letter-spacing: 0;
    line-height:1.5;
    vertical-align: middle;
}
.flag a {
    text-decoration:none;
}
.subjects em {
    display: inline-block;
	background: #cbe2c8;
	color:#000;
	padding:1px 3px;
	margin:0 5px 5px 0;
    /*font-size:0.8em;*/
    font-style: normal;
}

.topic_info {
    border-top:none !important;
}

/* マスター物件情報 */
.cont_r {
    border-collapse:separate;
    border-spacing:0;
    margin:10px 10px;
    border: 1px solid #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cont_r th, .cont_r td {
    padding:8px 10px;
    border-bottom: 1px solid #333;
}
.cont_r th {
    white-space:nowrap;
}
.cont_r .lst {
    border-bottom: none;
}

/* リスト表示 */
.list_ul li {
/*
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-align-items: center;
    align-items: center;
*/
}
.list_ul img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin-right:5px;
}
.list_ul li a:hover img {
	filter:alpha(opacity=75);
	opacity:0.75; white-space:nowrap;
}

/* 地図表示 */
.s_list td {
    width:125px;
    font-size:0.9em;
}
.s_list td.t_id, .s_list td.t_picup,
.list_ul .list_id, .list_ul .list_picup {
    width:15px;
    text-align:right;
}
.s_list td.t_title {
    width:auto;
    min-width: 150px;
    /*white-space:nowrap;*/
}
#viwmap2 img, #viwmap3 img {
    vertical-align: middle;
    max-width: 100%;
}


#submintArea {
    display: flex;
    justify-content: center;
}
/* ログインボタン Submit版 */
.Submit-btn {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width:210px;
    max-width: 210px;
    margin: 0 auto;
    padding: 0.6em 2.5em;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration:none;
    background: #32a2ad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:none;
}
.Submit-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
}
.Submit-btn:hover:before,
.Submit-btn:hover:after {
    right: -0.5em;
}
.Submit-btn:hover {
    cursor:pointer;
    background: #edf6ff;
    color: #32a2ad;
}
.history-back {
    background:#8C898A;
}

/* property list */
.property_list li {
    font-family:"Noto Sans","sans-serif";
    display: grid;
  	grid-template-columns: minmax(200px, 20%) minmax(400px, 80%);
  	grid-template-rows: auto auto;
    grid-gap: .8em .5em; 
    margin:0;
    padding:0;
}

.property_list h4 {
	margin:0;
	padding:5px 0;
	font-size:1.1em;
	/*font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6','ＭＳ Ｐゴシック',sans-serif;*/
}
.property_list img {
    max-width: 100%;
    height: auto;
}
.property_list_info {
    margin-left:1em;
}
.property_list_info p {
	font-size:1em;
	margin:.5em 0 0 0;
	padding:0;
}
.property_list_info .list_title a {
    font-size:1.1em;
    font-weight: bold;
    color:#0B2497;
    text-decoration: inherit;
}
.property_list_info .list_title a:hover {
    color:#C42729;
}
.property_list_info .list_category { /* カテゴリ*/
    font-size:0.9em;
    padding:1px 3px;
    color:#fff;
    background:#F87C02;
}
.property_list_info .orverview { /* 概要 */
	color:green;
}
.property_list_info .place { /* 所在地表記 */
	font-size:0.9em;
	color:#000;
}
.property_list_info .status { /* ステータス */
	font-size:100%;
	padding:0 3px;
	margin-right:2px;
	color:#0385FF;
	border:1px solid #0385FF;
}
.property_list_info .recommend { /* おすすめポイント */
	margin-top:3px;
	font-size:8.5em;
	line-height: 1.3;
	color:#F86E04;
}
.property_list_info .amount { /* 価格表記 */ 
    /*font-family: "Montserrat","sans-serif";*/
    font-weight:700;
    font-size:1.2em;
}
.property_list_info .amount:after {
    font-size:0.7em;
    content: "円";
}
.remarks td {
    padding:0;
}
.remarks tr td:nth-of-type(1) {
    min-width:6.5em;
}
.remarks tr td:nth-of-type(2) {
    text-align: right;
}
.remarks tr td.rent_total_spc {
    min-width:7vw;
}
.remarks tr td strong {
    font-size:1em;
}


.property_list:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
.steplink {
	text-align:right;
}
