@charset "utf-8";

header.content_header{
position: relative;
padding-top: 60px
}

/*--------------------breadcrumb--------------------*/

div.breadcrumb{
background: #2b2b2b;
}

ol {
width: 90%;
margin: 0px auto;
font-size: 12px;
padding: 20px 0px 20px 0px;
text-align: right;
}

ol li{
display:inline-block;
vertical-align: middle;
color:#333
}

ol li:after{
content: '»';
font-size: 14px;
margin: 0px 5px 0px 5px;
color:#999
}

ol li:last-child:after{
content: '';
display: none;
}

ol li a {
text-decoration: none;
color: #333;
}

ol li:first-child a{
background: url(../img/icon/home.png) no-repeat left center;
background-size: 12px;
padding-left: 20px;
}

ol li a:hover {
text-decoration: underline;
}

/*--------------------pager--------------------*/

ul#pager{
text-align: center;
margin: 40px 0px 40px 0px;
font-size:12px;
display: flex;
align-items: center;
flex-wrap: nowrap;
justify-content: center;
gap: 5px
}

ul#pager li{
height:46px;
width: 46px;
display: block;
border:solid 1px #999;
line-height: 46px;
border-radius: 23px;
}

a.next{
padding: 0px 10px 0px 10px;
}

ul#pager li a{
display: block;
width:100%;
height:100%;
color:#666
}

a.current{
display: block;
background: #999;
color:#fff!important;
font-weight: bold;
border-radius: 20px;
}

span.dot{
font-size:12px;
color:#999;
display:block;
}

li.dpt{
border:none!important;
width: 20px!important;
}

/*--------------------review--------------------*/

ul.contact{
width: 100%;
margin: 0px auto 0px auto;
font-size:15px;

}

ul.contact li{
display: block;
}

ul.contact:last-of-type{
margin-bottom: 40px;
}

li.contact_left{
width: 100%;
font-weight: bold;
text-align: center;
background: #efefef;

padding: 12px 0px 12px 0px;
}

li.contact_right{
background: #fff;
padding: 15px 0px 15px 0px;
color: #444;
text-align: center
}

a.google_map{
color: #000;
text-decoration: underline
}

a.google_map:hover{
text-decoration: none
}

video.property_movie{
width: 100%
}


/*--------------------other contents--------------------*/

section#contents{
width: 90%;
margin: 0px auto;
padding: 40px 0px 40px 0px
}

article.contents{
width: 100%;

margin-bottom: 50px;
}

h2.contents{
font-size:26px;
margin-bottom: 40px;
}

i.h2{
font-size:46%;
color:#464646;
display: inline-block;
font-weight: 500;
vertical-align: middle;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,osaka,ＭＳ Ｐゴシック,MS PGothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif;
}

i.h2:before{
content: "";
width: 20px;
height: 1px;
background: #464646;
display: inline-block;
margin: 0px 5px 0px 5px;
vertical-align: middle;
}

button.h2{
font-size:52%;
display: block;
vertical-align: middle;
margin-left: 15px;
background: #007bff;
border-radius: 5px;
color: #fff;
cursor: pointer;
padding: 5px 15px;
border:none;
margin-top: 15px
}

h2.contents:after{
content: "";
width: 100%;
height: 1px;
background: #000;
display: block;
margin-top: 10px;
}


h3.contents{
font-size:14px;
font-weight: 600;
margin-bottom: 40px;
}

h4.contents{
font-size: 13px;
font-weight: 400;
line-height: 2.0
}

/*--------------------form--------------------*/

label.input{
width: 100%;
height: 42px;
display:  block;
border:solid 1px #dcdcdc;
border-radius: 3px;
overflow: hidden
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
width: 100%;
height: 100%;
border: none;
background: transparent;
font-size: 15px;
padding-left: 10px;
font-weight: 500;
}

label.select{
position: relative
}

label.select:after{
content: "▼";
width: 10px;
height: 10px;
position: absolute;
font-size: 10px;
top:50%;
right: 10px;
transform: translateY(-50%)
}

select{
width: 100%;
height: 100%;
border: none;
background: transparent;
font-size: 15px;
padding-left: 10px;
font-weight: 500;
-webkit-appearance: none;
}

select:disabled{
background:#f5f5f5;
color:#999;
cursor:not-allowed;
}

label.textarea{
width: 100%;
height: 150px;
border-radius: 5px;
display: block;
background: #fff;
overflow: hidden;
border:solid 1px #dcdcdc;
margin-bottom: 15px;
color: #000;
}

textarea {
font-weight: 500;
width: 100%;
height: 100%;
padding: 10px;
font-size: 15px;
line-height: 1.5;
background: transparent;
resize: vertical; 
border:none;
}

label.radio{
display: inline-flex;
align-items: center;
gap:5px;
margin-right: 5px
}

input[type="radio"]{
width: 18px;
height: 18px
}

input[type="submit"]{
width: 260px;
height: 50px;
display: block;
font-size: 16px;
margin: 0px auto;
font-weight: 600;
background: #1a2c5a url(../img/icon/arrow.png) no-repeat center right 26px;
background-size: 14px;
-webkit-appearance: none;
border:none;
color:#fff;
border-radius: 25px
}

/*--------------------purpose--------------------*/

h3.about{
font-size:20px;
line-height: 1.4
}

h4.about{
font-weight: 500;
margin-bottom: 40px
}

/*--------------------contact--------------------*/


p.content_lead{
margin-bottom: 30px;
font-size:14px;
color: #444;
line-height: 1.8
}

div.check{
width: 90%;
margin: 0px auto;
font-size:16px;
font-weight: 100;
margin-bottom: 40px;
}

label.checkbox{
width: 20px;
height: 20px;
border:solid 1px #dcdcdc;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}

input[type="checkbox"]{
width: 100%;
height: 100%;
border:none;
box-shadow: none;
border-radius: 0px;
}

a.checkbox{
text-decoration: underline;
color: #000
}

a.checkbox:hover{
text-decoration: none;
}

div.char_count{
text-align: right
}

div.submit{
margin-bottom: 20px
}

/*--------------------owner--------------------*/

div.login{
width: 94%;
margin: 0px auto 40px auto;
border:solid 1px #dcdcdc;
padding: 30px;
border-radius: 10px
}

h2.login{
font-size: 28px;
text-align: center;
margin-bottom: 30px
}

h2.login i{
display: block;
font-size: 14px;
margin-top: 20px;
font-weight: 500;
line-height: 1.6
}

div.password{
text-align: center
}

a.password{
color: #333;
display: block;
font-size: 15px;
text-decoration: underline;
margin-bottom: 30px
}

a.password:last-of-type{
margin-bottom: 0px
}

p.permission{
color: #333;
display: block;
font-size: 15px;
margin-bottom: 30px
}

div.search{
width: 300px;
display: flex;
align-items: center;
margin: 0px auto 40px auto;
}

label.search_input{
width: 240px;
height: 40px;
border-radius: 20px 0px 0px 20px;
border:solid 1px #dcdcdc
}

label.search_submit{
width: 60px;
height: 40px;
border-radius: 0px 20px 20px 0px;
background: #1a2c5a;
position: relative
}

label.search_submit input[type="submit"]{
width: 100%;
height: 100%;
background:#1a2c5a url(../img/icon/ifn0639.png) center center no-repeat;
background-size:20px 20px;
position: relative;
font-size:0;
color:transparent;
}

/*--------------------物件申請--------------------*/

span.required{
color: var(--red);
display: inline-block;
margin-left: 5px
}

div.request_completion{
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
padding: 10px;
margin-bottom: 20px;
border-radius: 4px;
border: 1px solid transparent
}

/*--------------------search--------------------*/

ul.search{
font-size: 18px;
color: #000;
border-bottom: dotted 1px #dcdcdc;
padding: 15px 0px
}

ul.search li{

}

li.search_number{
width: 40px;
text-align: left;
display: inline-block;
font-weight: 500;
}

li.search_name{
width: calc(100% - 50px);
display: inline-block
}

li.search_tel{
width: 100%;
display: block;
padding: 5px 0px;
}

a.search_tel{
color: #333
}

li.review_fire{
width: max-content;
display: flex;
align-items: center
}

a.search_name{
color: var(--blue);
}

a.search_name:hover{
text-decoration: underline
}

div.sepsarator{
width: 100%;
display: flex;
gap: 20px;
align-items: center;
justify-content: space-between
}

li.search_more{
width: 110px;
text-align: center;
}

a.search_more{
width: 100px;
display: block;
background: var(--orange);
padding: 8px 0px;
font-size: 14px;
border-radius: 5px
}

/*--------------------area--------------------*/

ul.area{
display: block;
}

ul.area li{
display: block;
}

li.area_left{
width: 100%;
font-size: 18px;
background: #efefef;
padding: 10px;
}

li.area_right{
width: 100%;
display: flex!important;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
padding: 15px 0px;
}

a.area{
width: 49%;
color: var(--blue);
height: 48px;
line-height: 48px;
border-radius: 24px;
margin-bottom: 15px;
text-align: center;
font-size: 14px;
display: block;
font-weight: 600;
background: #fff;
box-shadow: 2px 2px 3px #dcdcdc
}



a.area:hover{
color: var(--orange);
text-decoration: underline
}



