@charset "utf-8";
/*
"Montserrat" licensed under the SIL Open Font License
https://fonts.google.com/
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');



.f_en {
    font-family: 'Montserrat', sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 700;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    line-height: 1;
}
body#home {
    -webkit-text-size-adjust: 100%;
}
html,
body#home {
    overflow-x: hidden;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.clearfix {
    zoom: 1;
    /*for IE 5.5-7*/
}

.clearfix:after {
    /*for modern browser*/
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    display: inline-table;
    /*\*/
    display: block;
    /**/
}


/* original css */

p {
    line-height: 2em;
}

header {
    background: #fff;
}

section {
    text-align: center;
    padding: 0 0 0 0;
}

.intro {
    font-size: 80%;
    color: #fff;
}

.img-fluid {
    width: 100%;
    height: auto;
}

ul.list {
    margin: 0 auto;
}

ul.list li {
    display: inline;
    margin: 0 5px 0 0;
}

ul.list li img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

ul.list li img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.contets_btn {
    position: relative;
    display: block;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #050505;
    padding: 5px 0 10px 100px;
    min-height: 55px;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 50%, #dbdbdb 50%, #c4c2c4);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ebebeb), color-stop(0.50, #dbdbdb), to(#c4c2c4));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #cfcfcf;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 1);
}

.contets_btn a {
    display: block;
    font-size: 14px;
    color: #050505;
    text-decoration: none;
}

.contets_btn:hover {
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 50%, #c4c2c4);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ffffff), color-stop(0.50, #ffffff), to(#c4c2c4));
    box-shadow: 0px 0px 20px lightgray;
}

.contets_btn a:before,
.contets_btn a:after {
    position: absolute;
}

.contets_btn a:after {
    content: url("../images/arrow_gray.png");
    right: 10px;
    bottom: 15px;
}

.request a:before {
    content: url("../images/icon_request.png");
    left: 0;
}

.area a:before {
    content: url("../images/icon_area.png");
    left: 15px;
}

.rail a:before {
    content: url("../images/icon_rail.png");
    left: 15px;
}

.s_map a:before {
    content: url("../images/icon_map.png");
    left: 15px;
}

.shop a:before {
    content: url("../images/icon_shop.png");
    top: 10px;
    left: 15px;
}

.contets_btn ul {
    position: absolute;
    top: 20px;
}

.contets_btn ul li.li_title {
    font-size: 120%;
}

.contets_btn ul li.li_ex {
    font-size: 100%;
    margin: 5px 0 0 0;
}

@media only screen and (max-width:400px) {
	.contets_btn {
		font-size: 12px;
		padding-left: 80px;
	}

    .contets_btn a:before,
    .contets_btn a:after {
        display: inline-block;
		transform: scale(0.75);
	}

	.contets_btn ul li.li_title {
		font-size: 100%;
	}

	.contets_btn ul li.li_ex {
		font-size: 80%;
	}
}
.blackbtn {
    margin: 0 auto;
    width: 30%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient(top, #6b6b6b 0%, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#000000));
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #000000;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.blackbtn a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.blackbtn:hover {
    box-shadow: 0px 0px 10px lightgray;
}

#footer {
    padding: 10px 0 80px!important;
    text-align: center;
    background: #000;
    text-shadow: none;
}
.add {
    color: #fff;
    font-size: 80%;
    line-height: 1.6;
    margin: 10px 0 10px 0;
}

address {
    margin: 10px 0;
    font-size: 10px;
    font-style: normal;
    color: #fff;
}

#fixbtn_wrap {
    display: flex;
    position: fixed;
    bottom: 15px;
    width: 100%;
    z-index: 999;
}

#fixbtn_wrap .redbtn.line,
#fixbtn_wrap .redbtn.mail {
   width: 20%;
}

#fixbtn_wrap .redbtn.tel {
   flex-grow: 1;
}

#fixbtn_wrap .redbtn:not(:first-child) {
    margin-left: 2px;
}

#fixbtn_wrap .redbtn a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    height: 100%;
    padding: 5px 15px;
    background: #f63295;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 0 #6b6b6b!important;
    position: relative;
}

#fixbtn_wrap .redbtn.line a {
    background: #06c755;
}


#fixbtn_wrap .redbtn a img {
   max-width: 40px;
   height: auto;
}

#fixbtn_wrap .redbtn.tel a {
   font-size: 30px;
}
#fixbtn_wrap .redbtn.tel a::before {
   content:"";
   width: 30px;
   height: 30px;
   margin-right: 5px;
   background: url(../images/icn_tel.svg) no-repeat left center;
   background-size: contain;
}

@media only screen and (max-width:400px) {
    #fixbtn_wrap .redbtn.tel a {
        font-size: 6vw;
     }
}

/*================

TOP

==================*/

/*TOP グローバルナビ*/

.gNav_inner {
    margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.gNav_inner * {
	box-sizing: border-box;
}

.gNav_inner .gNav_item {
	flex: 0 0 33.3333%;
}

.gNav_inner .gNav_item a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
	text-decoration: none;
    line-height: 1.3;
	height: 100%;
	padding: 20px 13px;
	border-bottom: 1px solid #fff;
	background: #27333A;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.gNav_inner .gNav_item a:hover {
	opacity: .8;
}

.gNav_inner .gNav_item a br {
	display: none;
}

.gNav_inner .gNav_item:not(:nth-child(3n)) a {
	border-right: 1px solid #fff;
}

.gNav_inner .gNav_item a::after {
	content: "";
	background: url(../images/icn_arw_white.svg) no-repeat center center;
	background-size: contain;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.gNav_inner .gNav_item a .f_en {
    font-size: 10px;
    margin-top: 3px;
    opacity: .5;
	display: block;
}

@media only screen and (max-width:374px) {
	.gNav_inner .gNav_item a {
		font-size: 12px;
	}

	.gNav_inner .gNav_item a br {
		display: inline-block;
	}
    .gNav_inner .gNav_item a .f_en {
        transform: scale(0.8);
    }
    
}



/*TOPページ用バナー*/

[class*="top_bnr"] a {
    display: block;
}

[class*="top_bnr"] img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.top_bnr {
    margin-top: 10px;
}
.top_bnr02 {
    padding: 10px;
}

/*TOPページ 店舗情報*/

.top_shopinfo a {
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    display: block;
}

.top_shopinfo a:hover {
    opacity: 0.8;
    transition: .3s;
}

.top_shopinfo .inner {
    background: url(../images/top_shopinfo_bk.jpg);
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_shopinfo .txt_box {
    color: #fff;
    line-height: 1.5;
    width: 100%;
    padding: 40px 30px;
    background: rgba(39, 51, 58, 0.5);
}

.top_shopinfo .txt_box > dt {
    text-align: center;
    margin-bottom: 10px;
}

.top_shopinfo .txt_box > dd.btn_black {
    color: #fff;
    font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    padding: 10px 0;
    display: block;
    background: #27333A;
}

.top_shopinfo .txt_box dd > .detail p.txt01 {
    font-size: 16px;
    border-top: 1px dotted #fff;
}

.top_shopinfo .txt_box dd > .detail .txt01:nth-of-type(1) {
    border-top: 0;
}

@media only screen and (max-width:400px) {
	.top_shopinfo a {
		font-size: 13px;
	}
	.top_shopinfo .txt_box dd > .detail p.txt01 {
		font-size: 13px;
	}
}


/*TOPページ_新着特集*/

.blog_box {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding: 30px 10px;
    background: #27333A;
}

.blog_box a {
    color: #27333A;
    font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
    text-decoration: none;
}

.blog_box h2 {
    max-width: 375px;
}

.blog_box .item {
    padding: 1rem;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 0 #888888;
}

.blog_box .item > a {
    display: flex;
    justify-content: space-between;
}

.blog_box .item > a > .phot {
    width: 40%;
    max-width: 144px;
    min-width: 100px;
    background: #F3F3F0;
    display: flex;
    align-items: center;
}


.blog_box .item > a > .phot .phot_index {
    width: 100%;
    text-align: center;
}

.blog_box .item > a > .phot img {
    max-width: 100%;
    max-height: 144px;
    height: auto;
    object-fit: contain;
}

.blog_box .item > a > dl {
    font-size: 12px;
    background: #fff;
    flex-grow: 1;
    margin-left: 10px;
}

.blog_box .item > a > dl > *:not(:first-child) {
    padding-bottom: 4px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.blog_box .item > a > dl .new_day {
    text-align: right;
    padding-bottom: 5px;
}

.blog_box .item > a > dl dt {
    font-size: 15px;
    font-weight: 700;
}

.blog_box .item > a > dl .new_price {
    font-size: 15px;
    font-weight: 700;
}

.blog_box .item > a > dl .new_price span:not([class]) {
    font-size: 12px;
    font-weight: 400;
}

.blog_box .item > a > dl .new_price span:not([class]):first-child::after {
    content: "\a0\FF0F\a0"
}

@media only screen and (min-width:375px) {
    .blog_box .item > a > .phot {
        width: 144px;
        flex-shrink: 0;
    }
}

@media only screen and (max-width:400px) {
    .blog_box {
        font-size: 11px;
    }

    .blog_box .item > a > dl {
        font-size: 10px;
    }
    

    .blog_box .item > a > dl dt {
        font-size: 13px;
    }
    
    .blog_box .item > a > dl .new_price {
        font-size: 13px;
    }
    
    .blog_box .item > a > dl .new_price span:not([class]) {
        font-size: 10px;
    }
    }

/*
.blog_box .mod_btn a {
    text-align: center;
    font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
    font-weight: 700;
    font-size: 17px;
    background: #fff;
    padding: 15px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 0 #888888;
    display: block;
}
*/

/*TOPページ_pickup [おすすめ物件]*/

.pickup_box {
    font-size: 12px;
    text-align: left;
    padding: 30px 10px;
}

.pickup_box * {
   box-sizing: border-box;
}

.pickup_box a {
    color: #27333A;
    font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
    text-decoration: none;
}

.pickup_box h2 {
    max-width: 375px;
}

.pickup_box .list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pickup_box .item {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.pickup_box .item > a p {
    line-height: 1.5;
}

.pickup_box .item > a .phot {
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    margin-bottom: 10px;
    background: #F3F3F0;
    position: relative;
}

.pickup_box .item > a .phot img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
}

.pickup_box .item > a > p:nth-child(n + 3)  {
    padding-bottom: 4px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.pickup_box .item > a .time img {
    padding-left: 5px;
}

.pickup_box .item > a .catch {
    font-size: 13px;
    font-weight: 700;
}

.pickup_box .item > a .price,
.pickup_box .item > a .room {
    font-size: 15px;
    font-weight: 700;
}

.pickup_box .item > a .price span,
.pickup_box .item > a .room span {
    font-size: 12px;
    font-weight: 400;
}
.pickup_box .item > a .address {
    background: url(../images/icon_map.gif) no-repeat left top;
    padding-left: 20px;
}
.pickup_box .item > a .address {
    background: url(../images/icon_map.gif) no-repeat left top;
    padding-left: 20px;
}
.pickup_box .item > a .comment {
    font-size: 11px;
}

@media only screen and (max-width:400px) {
	.pickup_box {
		font-size: 10px;
	}
	.pickup_box .item > a .catch {
		font-size: 11px;
	}
	.pickup_box .item > a .price,
	.pickup_box .item > a .room {
		font-size: 13px;
	}

	.pickup_box .item > a .price span,
	.pickup_box .item > a .room span {
		font-size: 10px;
	}
	.pickup_box .item > a .comment {
		font-size: 10px;
	}
}

/*
.pickup_box .mod_btn a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    padding: 10px 0;
    display: block;
    background: #27333A;
}
*/

/*TOPページ_新築物件*/

.newHouse_box {
    line-height: 1.5;
    text-align: left;
    padding: 30px 10px;
    background: url(../images/bg_newhouse.jpg) repeat-y center top;
    background-size: cover;
}

.newHouse_box a {
    text-decoration: none;
}
.newHouse_box a * {
    color: #27333A!important;
    font-size: 12px;
    font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
    line-height: 1.2;
}

.newHouse_box h2 {
    max-width: 375px;
}

.newHouse_box .item {
    padding: 1rem;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 0 #888888;
}

.newHouse_box .item .tit {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.newHouse_box .item > a .row {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.newHouse_box .item .img {
    width: 40%;
    max-width: 144px;
    min-width: 100px;
    background: #F3F3F0;
    display: flex;
    align-items: center;
}

.newHouse_box .item .img .phot_index {
    width: 100%;
    text-align: center;
}

.newHouse_box .item .img img {
    max-width: 100%;
    max-height: 144px;
    height: auto;
    object-fit: contain;
}

.newHouse_box .item .row .txt_box{
    margin-left: 10px;
    flex-grow: 1;
}

.newHouse_box .item .row .txt_box > * {
    padding-bottom: 4px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.newHouse_box .item .row .txt_box .price {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.newHouse_box .item .row .txt_box .price span {
    font-size: 12px;
    font-weight: 400;
}

.newHouse_box .item .row .txt_box .finish::before {
    content: "\7AE3\5DE5\FF1A";/* 竣工： */
}
@media only screen and (min-width:375px) {
    .newHouse_box .item .img {
        width: 144px;
        flex-shrink: 0;
    }
}

@media only screen and (max-width:400px) {
    .newHouse_box a * {
        font-size: 10px;
    }
    .newHouse_box .item .tit {
        font-size: 13px;
    }
    .newHouse_box .item .row .txt_box .price {
        font-size: 13px;
    }
    
    .newHouse_box .item .row .txt_box .price span {
        font-size: 10px;
    }
}


/*TOPページ sliderPro*/

.slider-pro {
    background: #fff;
    padding-bottom: 10px;
}

.slider-pro .sp-slides .imgBox {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1vw 3vw;
}

.slider-pro .sp-slides .imgBox > img {
    width: 40%;
    height: auto;
}

.slider-pro .sp-slides .imgBox > a img {
    width: 20%;
    height: auto;
}

.slider-pro .sp-button {
    border: none;
    background: #ddd;
    width: 10px !important;
    height: 10px !important;

}

.slider-pro .sp-button.sp-selected-button {
    background: #999;
}

.sp-buttons {
    padding-top: 5px !important;
}


/*------*/


/*================

0円賃貸 all-zero

==================*/

#allzero_content * {
    text-shadow: none !important;
}

#allzero_content h2:first-child {
    margin: 0 -15px 20px;
}

#allzero_content h2:first-child > img {
    width: 100%;
    display: block;
}

#allzero_content .intro_txt {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}

#allzero_content .list_item {
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    position: relative;
}

#allzero_content .list_item > a.list_anchor {
    text-decoration: none;
    display: table-row;
}

#allzero_content .list_item > a.list_anchor:hover {
    opacity: 0.5;
}

#allzero_content .list_item > a.list_anchor::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/arrow_gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 10px);
    right: 5px;
}

.list_img {
    text-align: center;
    width: 100px;
    height: auto;
    background: #f00;
    display: table-cell;
}

#allzero_content .list_img figure.trim {
    width: 100px;
    height: 70px;
    overflow: hidden;
    position: relative;
    background: #eee;
}

#allzero_content .list_img figure.trim > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: initial;
}

#allzero_content .list_img .icn_allzero {
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    padding: 5px 0;
}

#allzero_content .list_img .icn_allzero > span {
    font-size: 20px;
}

#allzero_content .list_detail {
    color: #000;
    font-weight: 400;
    padding: 8px 10px 0;
    display: table-cell;
    vertical-align: top;
}

#allzero_content .list_detail dd {
    line-height: 1.2;
    padding: 1px 17px 1px 0px;
    margin-bottom: 5px;
}

#allzero_content .list_detail dd.cost {
    color: #f00;
    font-size: 20px;
    font-weight: bold;
}

#allzero_content .list_detail dd.cost {
    color: #f00;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    width: 90%;
    padding: 5px 0;
    margin-bottom: 5px;
    border-top: 2px solid #f00;
    border-bottom: 2px solid #f00;
}

#allzero_content .list_detail dd.cost > span {
    font-size: 15px;
}

#allzero_content .list_detail dd.cost:before {
    content: "\521D\671F\8CBB\7528";
    /*初期費用*/
    font-size: 15px;
}

#allzero_content .list_detail dd.cost:after {
    content: "\A\3067\3054\5165\5C45\53EF\80FD";
    /*でご入居可能*/
    font-size: 15px;
    white-space: pre;
}

#allzero_content .list_detail dd.price {
    font-size: 20px;
    font-weight: bold;
    background: url(../images/icon_price.gif) no-repeat 3px 50%;
    margin-bottom: 0px;
}

#allzero_content .list_detail dd.price span {
    font-size: 12px;
    font-weight: normal;
    padding-right: .7em;
}

#allzero_content .list_detail dd.station {
    background: url(../images/icon_walk.gif) no-repeat 3px top;
}

#allzero_content .list_detail dd.address {
    background: url(../images/icon_map.gif) no-repeat 0 top;
}

/*0円 契約済*/
#allzero_content .disable .icn_allzero {
    display: none;
}

#allzero_content .disable a {
    pointer-events: none;
}

#allzero_content .disable .list_img {
    background: #A67C52;
    position: relative;
}

#allzero_content .disable .list_img::before {
    color: #fff;
    font-size: 20px;
    content: "\6210\7D04\6E08";
    /*成約済*/
    width: 3em;
    position: absolute;
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- translateX(-50%);
    padding: 10px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

/*0円 新築*/

#allzero_content .newlybuilt .icn_allzero::after {
    content: "\A新築";
    white-space: pre;
    color: yellow;
    font-size: 20px;
}

/*下層ページ用バナー*/

.bnr_allzero {
    margin: 0 0 -15px;
}

.bnr_allzero a:hover {
    opacity: 0.5;
}

.bnr_allzero img {
    width: 100%;
    display: block;
}

/*================

店舗案内 company

==================*/
.gmap {
    position: relative;
    width: 90%;
    /* 値を変更してもOK */
    height: 0;
    padding-bottom: 80%;
    /* padding-topでもOK */
    overflow: hidden;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*================

おすすめ物件 pickup

==================*/

#pickup .list_box {
    font-size: 12px;
    text-align: left;
    padding: 0;
}

#pickup .list_box * {
   box-sizing: border-box;
}

#pickup .list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

#pickup .list_box .item {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

#pickup .list_box .item > a {
    color: #27333A;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400!important;
}

#pickup .list_box .item > a p {
    line-height: 1.5;
}

#pickup .list_box .item > a .phot {
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    margin-bottom: 10px;
    background: #F3F3F0;
    position: relative;
}

#pickup .list_box .item > a .phot img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
}

#pickup .list_box .item > a > p:nth-child(n + 5)  {
    padding-bottom: 4px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#pickup .list_box .item > a .time img {
    padding-left: 5px;
}

#pickup .list_box .item > a .catch {
    font-size: 13px;
    font-weight: 700;
}

#pickup .list_box .item > a .price,
#pickup .list_box .item > a .room {
    font-size: 15px;
    font-weight: 700;
}

#pickup .list_box .item > a .price span,
#pickup .list_box .item > a .room span {
    font-size: 12px;
    font-weight: 400;
}

#pickup .list_box .item > a .b_name {
    background: #eee;
    padding: 5px;
    margin-bottom: 10px;
}
#pickup .list_box .item > a .address {
    background: url(../images/icon_map.gif) no-repeat left top;
    padding-left: 20px;
}

#pickup .list_box .item > a .comment {
    font-size: 11px;
}

#pickup ul.number_list {
    text-align: center;
    margin: 15px 0;
    background: #eee;
    padding: 5px;
}
#pickup ul.number_list li {
    display: inline;
    padding: 0 0 0 5px;
    letter-spacing: 1px;
}
#pickup ul.number_list li big {
    font-size: 20px;
    font-weight: bold;
}
#pickup ul.number_list li a {
    color: #000;
    font-weight: 400;
}

/*================

スタッフ紹介 staff

==================*/
#staff .ui-content * {
	box-sizing: border-box;
}

#staff h1 {
	text-shadow: none!important;
}

#staff .tit {
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}

#staff .tit .f_en {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: block;
	position: relative;
}

#staff .tit .f_en::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
}

.staff_list {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

.staff_list .item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	flex: 0 0 100%;
	max-width: 100%;
}

.staff_list .item a {
	display: block;
}

.staff_list .item .phot {
	width: 100%;
	height: 0;
	padding-top: 79%;
	display: block;
	position: relative;
}

.staff_list .item .phot img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	object-fit: cover;
}

.staff_list .item .name {
	color: #333;
	font-size: 13px;
	line-height: 1;
	margin-top: 5px;
	display: block;
	position: relative;
	z-index: 999;
}

.staff_list .item .name::before {
	content: "";
	width: 23px;
	height: 5px;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	transform: skew(45deg);
	position: absolute;
	top: 12px;
	right: 0;
	transition: .3s;
}

.staff_list .item a:hover .name:before {
	width: 30px;
	right: -7px;
}

@media only screen and (min-width:360px) {
	.staff_list .item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* staff profile */
#staff .tit02 {
	font-size: 12px;
    text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}

#staff .tit02 span {
	display: block;
}

#staff .tit02 .post {
	color: #fff;
	padding: 5px;
	width: 130px;
	margin: 0 auto 12px;
	background: #333;
}

#staff .tit02 .name {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}

#staff .tit02 .name::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
}

#staff .detail_box {
	margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    background: linear-gradient(to bottom, #fff, #fff 8%, #f0f0f0 8%);
}

#staff .detail_box > .inner {
	padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

#staff .detail_box .mv{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

#staff .detail_box .mv span{
    display: inline-block;
    position: relative;
}

/* #staff .detail_box .mv span::before{
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
 */
 
 #staff .detail_box .mv span img{
    vertical-align:top;
}
#staff .detail_box .catch  {
    text-align: center;
  }

#staff .detail_box .catch .inner {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5em 0;
    padding: 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #555;
    box-shadow: 5px 5px 0 0 #ccc!important;
  }
  
  #staff .detail_box .catch .inner:before {
    content: "";
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-bottom: 13px solid #FFF;
    z-index: 2;
  }
  
  #staff .detail_box .catch .inner:after {
    content: "";
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-bottom: 15px solid #555;
    z-index: 1;
  }
  
  #staff .detail_box .catch .inner .txt {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
@media only screen and (min-width:360px) {
        #staff .detail_box .catch .inner .txt {
        font-size: 18px;
    }
} 
/* 
#staff .detail_box .catch  {
    text-align: center;
    width: 100%;
    max-width: 630px;
    position: absolute;
    bottom:calc(43 / 375 * 100vw);
    left: 50%;
    transform: translateX(  -50%);
  }
#staff .detail_box .catch .inner {
    padding: 5px;
  }

  #staff .detail_box .catch .inner .txt {
    color: #fff;
    font-family: 'Kosugi', sans-serif;
    font-size: 5vw;
    text-align: left;
    line-height: 1.3;
    font-feature-settings: "palt";
    margin: 0;
    padding: 0;
    text-shadow: none!important;
  }

@media only screen and (min-width:360px) {
    #staff .detail_box .catch  {
        bottom:43px;
      }
    
    #staff .detail_box .catch .inner {
        padding: 10px 15px;
      }
        #staff .detail_box .catch .inner .txt {
        font-size: 21px;
        line-height: 1.4;
    }
} */

#staff .detail_box .tit03{
	font-size: 14px;
    position: relative;
    padding-left: 20px;
}

#staff .detail_box .tit03::before{
	content: "";
    width: 11px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
}

#staff .detail_box .profile_list{
    line-height: 1.5;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 37px;
    border-bottom: 1px dotted #333;
}

#staff .detail_box .profile_list > *:not(:first-of-type){
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted #333;
}

#staff .detail_box .profile_list dt{
    font-weight: 700;
	width: 10em;
    float: left;
    clear: left;
}

#staff .detail_box .profile_list dd{
	margin-left: 10em;
}

#staff .message_box {
    padding: 30px 15px 15px;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}

#staff .message_box .tit_wrap {
    position: absolute;
    top:-7px;
    left: 0;
}

#staff .message_box .txt {
    line-height: 1.6;
	margin-bottom: 10px;
}

#staff .img_box {
	margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

#staff .img_box li {
	padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    flex: 0 0 50%;
    max-width: 50%;
}

#staff .img_box li {
	padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    flex: 0 0 50%;
    max-width: 50%;
}

#staff .mod_btn .btn_arw {
	color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: none!important;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 10px;
    background: #333;
    border-radius: 5px;
    box-shadow: 0 5px rgba(0,0,0,20%)!important;
    display: block;
    position: relative;
}

#staff .mod_btn .btn_arw::after {
	content: "";
    width: 8px;
    height: 8px;
    background:url(../images/icn_arw_white.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

#staff .mod_btn .btn_arw:hover::after {
    right: 5px;
}


/*=====================================
    Ticker
=====================================*/
div.ticker {
    width: 600px;
    margin: -5px 0 10px 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border: solid #333 3px;
    padding: 5px 0 0px;
}

div.ticker ul {
    height: 1em;
    position: relative;
}

div.ticker ul li {
    font-size: 12px;
    float: left;
    display: inline;
    clear: both;
    text-align: left;
    list-style-type: none;
    position: relative;
    line-height: 1em;
    margin-bottom: -1em;
}

div.ticker ul li a {
    color: #333;
}

div.ticker ul li span {
    color: #000;
/*    margin: 0 5px 0 10px;*/
}

div#longitudinally ul li,
div#fade ul li {
    left: 10px;
}